/* Couleur pour le site:
    #fec110 : orange
    #99C83A: vert;
*/

.hide {
    display : none;
}

body {

    background-color: #F0F0F0;
    font-family: Baumans,Arial,Helvetica,sans-serif;
    height: 100%;
} 

 h1,h2, h3, h4, h5, h6 {
    font-family: "Baumans",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

h1 a {
    text-decoration: none;
    text-align: center;
    color: #fec110;
    font-size: 36px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;

}

h1 a:hover {
      box-shadow: 1px 1px 4px #666;
    
}

#pattern {
   position: fixed;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0) url("../img/pattern.png") repeat scroll 0 0;
  
}
img {
    vertical-align: middle;
    border: 0 none;
}


section {
    background-color: #fff;
    color: #000;
    margin: 0;
    min-height: 500px;
    padding-top: 20px;
    box-shadow: 1px 1px 4px rgb(254, 193, 16);
    border-radius : 30px;
}

#bg {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
}

.global {
    width: 960px;
    position: relative;
    min-height: 100%;
    height: auto !important;
    margin: 0px auto 20px;

}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

.header-logo-assoc {
    /*background-color: #fec110;*/
    border-radius: 10px;
    width: 250px;
    /*margin-left: 25px;*/
}

.header-citation{

    text-align: justify;
    font-size: 36px;
    color: rgb(175, 175, 175);
    background-color: rgb(38, 38, 38);
    border-radius: 10px;
    
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    /*line-height: 110px;*/
    width: 60%;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 40%;
    padding: 5px;
}


ul.slide {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#events_slide{
    border: 1px solid black;
    height: 250px;
    margin: 0;
    position: relative;
    width: 960px;

}

.titre {
    display: inline-block;
    margin: 0 0 20px 20px;
    width: 876px;
}
.card{
    display: inline-block;
    margin: 0 0 20px 20px;
    box-shadow: 1px 1px 4px #99C83A;
    width: 96%;
}
.card h2{
    text-align: center;
}
.one-col {
    display: inline-block;
    margin: 0 0 20px 20px;
    top: 0;
    width: 266px;
}
.two-col{
    display: inline-block;
    margin: 0 0 20px 20px;
    width: 440px;
    box-shadow: 1px 1px 4px #99C83A;
    padding: 5px;
}

.two-col h2{
    text-align: center;
}


.push {
    height: 19em;
}

.plus {
    background: #99C83A none repeat scroll 0 0;
    border: 0.08em solid rgba(0, 0, 0, 0.1);
    border-radius: 0.3125em;
    margin: 0 0 0 60%;
    padding: 0.35em 0.65em;
}

.plus:hover {
    border-color: black;
    
}

.card a{
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
    color:#000;
}

article {
    vertical-align: top;
    border-radius : 10px;
}
footer h2 {
    margin: 40px 0 0;
    text-shadow: 0 1px 1px rgb(0, 0, 0);
}
footer {
    background-color: rgb(38, 38, 38);
    color: rgb(175, 175, 175);
    margin: 0 auto;
    position: relative;
    width: 960px;
    border-radius : 30px;
}


footer ul {
    list-style-image: url("../img/puce1.png");
    margin: 0 0 0 20px;
    padding: 0;
}
footer a {
    color: rgb(175, 175, 175);
    text-decoration: none;
    transition: padding-left 0.1s ease-in-out 0s, color 0.2s ease-in-out 0s;
}

footer a:hover{
    text-decoration: underline;
}