* { Box-sizing: Border-box }


@font-face {
    font-family: 'bellotaregular';
    src: url('fonts/Bellota-Regular-webfont.eot');
    src: url('fonts/Bellota-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fonts/Bellota-Regular-webfont.woff') format('woff'),
         url('fonts/Bellota-Regular-webfont.ttf') format('truetype'),
         url('fonts/Bellota-Regular-webfont.svg#bellotaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@import url(https://fonts.googleapis.com/css?family=Leckerli+One);

body {
    background: #FFF;
}

#wrapper {
    width: 1000px;
    margin:0 auto;
        margin-top: 0px;
    height:auto;
}

#header {
    position: relative;
    width: 100%;
    height: 262px;
    background: url(images/images/header.jpg);
    float: left;
    background-size: contain;
}

#numero {
    position: absolute;
    bottom: 20px;
    right: 80px;
    font-family: 'bellotaregular' 
}
    

#annonce {
    width: 100%;
    height: 167px;
    background: url(images/images/annonce.jpg) no-repeat;
    float: left;
    padding-top: 22px;
    padding-left: 140px;
    background-size: contain;
}

#annonce img {
    float: left;
    width: 13%;
}
    
.text_annonce {
    width: 75%;
    background-color: #CCC;
    height: 116px;
    float: left;
    padding: 23px;
    text-align: center;
    border-radius: 10px;
    moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: "bellotaregular";
    font-size: 16px;
}

 #tutos {
     width: 100%;
    background-image: url(images/images/fond.jpg);
    height: 505px;
    float: left;
    padding-left: 140px;
    padding-right: 105px;
    background-size: contain;
 }

h2 {
   font-family: "Leckerli One";
    font-weight: normal;
    font-size: 2em;
    padding-top:0px;
    margin-top:10px;
    margin-bottom: 10px;
    
}

#tutos h2 {
    color:#53a9c0;
    display:inline-block;
    float: left;
}

#tutos hr {
    margin-top: 40px;
    width: 64%;
    color: #CCC;
    border: #CCC solid 2px;
    border-radius: 2px;
}

.modules {
    width: 100%;
    height: auto;
    float: left;
    padding-left:140px;
    padding-right: 105px;
    background-image: url(images/images/fond.jpg);
    background-size: contain;
}

.modules div {
    width:50%;
    float: left;
}


.modules h2 {
    display:inline-block;
    float: left;
    margin-bottom: 5px;
}

.modules div:first-child {
   padding-right: 20px;
}

.modules hr {
    color: #CCC;
    border: #CCC solid 2px;
    border-radius: 2px;
    margin-top: 40px;}

#actus h2 {
    color:#febc2f;
    }


#actus hr {
    width: 75%;
}

#actus figure {
    background: url(images/images/examen.jpg)
}

#plus_loin h2 {
    color:#afd136;
}

#plus_loin figure {
    background: url(images/images/innovation.jpg);
}

#plus_loin hr {
    width: 30%;
}


#nepaslouper h2 {
    color:#ef802e;
}

#nepaslouper hr {
    width: 30%;
}

#nepaslouper figure {
    background: url(images/images/nepaslouper.jpg);
}

#boiteidee h2 {
    color:#d71e45;
}


#boiteidee hr {
    width: 47%;
}

#footer {
    width: 100%;
    background: url(images/images/footer.jpg);
    height: 61px;
    float: left;
    background-size: contain;
}

.modules figure {
    width: 98%;
    height: 100px;
    float: left;
    margin: 0px;
    background: #CCC;
    border-radius: 5px;
}

.modules h3 {
    font-family: 'bellotaregular';
    float: left;
    display: inline;
    width: 100%;
    margin: 8px 0px;
    
}

.CTA {
    display: inline-block;
    background: #febc2f;
    padding: 5px 20px;;
    float: right;
    border-radius: 15px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.CTA:hover {
    text-decoration: underline;
}

#boiteidee figure {
    height: 180px;
    background: url(images/images/lettres.png) #dfdede;
    width: 86%;
    float: right;
}

#boiteidee figure img {
   margin-left: -60px;
    z-index: 20;
    position: absolute;
}

#boiteidee .CTA {
    font-family: "Leckerli One";
    color: #FFF;
    font-weight: normal;
    background: #d71e45;
    border-radius: 10px;
    padding: 5px 30px;
    margin-right: 50px;
}



#boiteidee figure p {
    font-family: "Leckerli One";
    z-index: 50;
    padding: 30px 20px 0px 45px;
    text-align: center;  
}