body, section, div, p, span, ul, li, img, a, h1, h2, h3, h4, h5 {
    font-family:'Source Sans Pro';
    box-sizing:border-box ;
    -webkit-box-sizing:border-box ;
    -moz-box-sizing:border-box ;
    -o-box-sizing:border-box ;
    -ms-box-sizing:border-box ;
    margin:0;
    padding:0;
    text-decoration:none;
    line-height:150%;    
}

body {
    background-color:#f6f6f6; 
}

header {
    padding:18px 20px 15px 20px;
    border-bottom:5px solid #eaeaea;
}

header img{
    max-width:500px;
}

header h2 {
    font-weight: normal;
    color: #999;
    font-size: 12px;
    line-height: 18px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}



.bouton-retour {
    float:right;
    font-size:15px;
    font-weight:bold;
    background-color:#eee;
    color:#646464;
    border:1px solid #cacaca;
    border-radius:5px;
    padding:9px 16px;
    display:inline-block;
    margin-top:3px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;  
    background-image:linear-gradient(white, #e3e3e3);
}

.bouton-retour:hover {
    background-image:linear-gradient(white, #dadada);
}


.langue {
    position:absolute;
    top:17px;
    right:20px;
    font-weight: 700;
    text-align:right;
}

.langue a {
    color: #000;
    font-size: 14px;
    margin:0 3px;
}

.couv {
    width:100%;
    height:700px;
    background:url('img/couv-06.jpg') no-repeat bottom center; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */   
    text-align:center;
    position:relative;
}

.couv.en {
    background:url('img/couv-en-04.jpg') no-repeat bottom center; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */   
}

h1 {
    display:none;
}

.album {
    width:100%;
    background-color:#adc8bf; 
    padding:20px 30% 100px;
}

section.album {
    padding-top:20px;
    }

.album p.appel{
    font-size:25px;
    margin-bottom:50px;
}

.album p {
    margin:25px 0;
    
}
.album img {
    width:35%;
    float:left;
    margin-right:25px;
    margin-bottom:25px;
    transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    box-shadow: -4px 6px 10px #497366; 
}



.edito {
    width:100%;
    background:url('img/edito8.gif') no-repeat bottom #18524d; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */    
    padding:100px 30%;
}

.edito p {
    color:#fff;
    font-size:25px;
    font-weight:300;
    margin-bottom:20px;
}

.auteurs{
    margin:50px 0;
}

.franck, .mathieu{
    float:left;
    width:50%;
}

.mathieu {
    position:relative;
    left:30px;
}

.auteurs img{
    width:25%;
    float:left;
    margin-right:5%;
}

.franck p, .mathieu p{
    width:70%;
    float:right;
    color:#fff;
    font-size:14px;
    font-weight:300;
}

.auteurs div span{
    font-weight:700;
}

.rs {
    text-align:center;
}

.papier .rs {
    margin-top:50px;
}

#sommaire {
    width:100%;
    padding:80px 4%;
    background:url('img/sommaire.gif') no-repeat bottom; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */  
}

#sommaire a {
    width:14.66%;
    float:left;
    text-align:center;
    cursor:pointer;
    margin:0 1%;
    border-radius:8px;
}


#sommaire a:hover{
    background-color:#efefef;
}

#sommaire a.soon {
    opacity:0.25;
}

#sommaire a img {
    margin:0;
    width:100%;
}

#sommaire h3 {
    font-size:10px;
    padding:1px 5px;
    margin-bottom:10px;
    letter-spacing:2px;
    margin-top:15px;
}

.lightbox {
    width:100%;
    height:100%;
    top:100%;
    left:0;
    position:fixed;
    z-index:20;
}

.lightbox.active {
    top:0%;
}

.lightbox-clear {
    position:absolute;
    width:100%;
    height:100%;
    z-index:20;
}

.lightbox .box {
    background-color:#fff;
    width:50%;
    margin:0 auto;
    margin-top:-50px;
    text-align:center;
    border-radius:10px;
    border:1px solid #aaa;
    box-shadow: 3px 3px 5px #aaa;  
    position:relative;
    background-color:#eee;
    text-align:left;
    z-index:30;
    transition:all 0.4s;
    opacity:0;
}

.lightbox.active .box {
    opacity:1;
    margin-top:60px;
}

.box1, .box2{
    vertical-align:middle;
    display:inline-block;
    text-align:center;
}

.box1{
    width:51%;
    background-color:#fff;
    border-radius:10px 0 0 10px;
    padding-top:15px;
}

.box1 img {
   width:40%;
}


.box2 {
    width:48%; 
    padding:10px;
}


.lightbox h3 {
    margin:15px 0 0 0;
    font-size:12px;
    padding:2px 7px;
    letter-spacing:2px;
}

.lightbox p{
    margin:0 0 10px 0;
}



.lightbox img.fermer {
    position:absolute;
    top:10px;
    right:10px;
    width:20px;
    cursor:pointer;
}

.chapitre {
    width:98%;
    position:relative;
    margin:1%;
}


.papier{
    width:60%;
    margin:0px 20% 30px 20%;
    background-color:#fff; 
    text-align:center;
    padding:90px 0 50px 0;
    position:relative;

}

.papier div {
    position:relative;
}


h3 {
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    font-size:15px;
    font-weight:700;
    background-color:#000;
    padding:2px 8px;
    margin-bottom:15px;
    letter-spacing:3px;
}

.chap1 {
    box-shadow: 6px 7px 0px #feda7f;  
}

.chap2 {
    box-shadow: 6px 7px 0px #a3cbe4;  
}

.chap3 {
    box-shadow: 6px 7px 0px #fba275;  
}

.chap4 {
    box-shadow: 6px 7px 0px #addce5;  
}

.chap5 {
    box-shadow: 6px 7px 0px #f4bf7a;  
}

.chap6 {
    box-shadow: 6px 7px 0px #afd3bd;  
}


img.intro{
    width:64%;
    display:block;
    margin:0 18% 15px;
}

.case {
    float:left;
}

.abso {
    position:absolute;
}

.docu {
    position:absolute;
    width:20%;
    border-top:1px solid #000;
}

.docu.droite {
    left:80%;
    padding:15px 0 0 15px;
    margin-right:25%;
}

.docu.gauche {
    left:0%;
    padding:15px 15px 0 0;
}

.docu h5 {
    font-size:13px;
    line-height:125%;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 10px 0;
    font-weight:400;
}

.docu p {
    font-size:12px;
    margin:0 0 10px 0;
}

.docu p.data {
    font-size:40px;
    line-height:40px;
    font-weight:300;
}

.docu img {
    height:80px;
    float:left;
    margin:5px 5px 0 0;
    cursor:pointer !important;
    border:1px solid #000;
   }

.docu img:hover {
    border:1px solid #aaa;
   }

.docu img.active {
    position:fixed;
    top:7%;
    left:50%;
    z-index:4;  
    height:80%;
   }

.docu img.active:hover  {
    border:1px solid #000;
   }

.ital {
    font-style:italic;
}

.voile {
    display:none;
}

.voile.active {
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.8);
    position:fixed;
    top:0;
    left:0;
    z-index:3;
}

.voile.active .legende {
    font-size:18px;
    color:#fff;
    position:absolute;
    width:100%;
    bottom:5%;
    left:0px;
    text-align:center;
}

.copyright {
    width:15px;
    vertical-align:middle;
    margin-bottom:3px;
}

.legende a {
    color:#fff;
}

.legende a:hover {
    text-decoration:underline;
}

.rendez-vous {
    text-align:center;
    font-size:17px;
    padding:20px 35% 0px;
    background:url('img/footer3.gif') no-repeat bottom center;
    background-size:100% auto;
}

.rendez-vous.final {
    padding:20px 20% 0px;
}


.rendez-vous p{
    margin:0px 0 10px 0;
}


.rendez-vous p.appel {
    font-size:25px;
    margin:0 0 10px 0;
}

.rendez-vous .epi {
    width:90%;
    margin-left:5%;
}


.rendez-vous h3 {
    margin:25px 0 0 0;
    font-size:12px;
    padding:2px 7px;
    letter-spacing:2px;
}


.rendez-vous img {
   width:90%;
}

.rendez-vous img.play {
   width:25%;
    position:relative;
    top:-10px;
}

.rendez-vous-rs {
    margin:30px 0 0 0 ;
    vertical-align:middle;
}


.abo-f{
    background-color:#4267b2;
    display:inline-block;
    color:#fff;
    border-radius:4px;
    font-weight:;
    font-family:helvetica, arial, sans-serif;
    padding:6px 9px;
    font-size:14px;
    line-height:90%;
    position:relative;
    top:-8px;
    margin:0;
}

.abo-f:hover{
    background-color:#365899;
}


.abo-f img{
    width:14px;
}

footer {
    background-color:#000; 
    padding:60px;
    text-align:center;
}

footer .annexe {
    margin:40px 0 50px 0;

}

footer .annexe a {
    display:block;
    text-transform:uppercase;
    color:#000;
    font-size:15px;
    font-weight:700;
    background-color:#fff;
    padding:5px 13px;
    letter-spacing:2px;
    display:inline-block;
    border-radius:6px;
    margin:0 5px;
}

footer .annexe a:hover {
    background-color:#bbb;
}

.nav-bas {
    font-weight: 400;
    color:#fff;
    margin-bottom:40px;
}

.nav-bas a {
    color: #fff;
    margin:0 3px;  
}

.nav-bas a:hover {
    color: #aaa; 
}

.logos {
    margin-bottom:25px;
}

.logo-partenaire {
    width:13%;
    margin:2%;
    vertical-align:middle;
}

.ours  {
    margin-top:30px;
    margin-bottom:25px;
}


.ours p {
    display:inline-block;
    color:#fff;
    margin:20px;
    font-size:17px;
    
}


.ours p span{
    color:#fff;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:0.6px;
    display:inline-block;
    font-weight:300;
}


footer p {
    color:#fff;
    font-weight:400;
}


.appel-facebook {
    margin-bottom:20px;
}

.appel-facebook p{
    font-size:21px;
    font-weight:400;
    margin-bottom:30px;
}

.bouton-f {
    border:2px solid #fff;
    display:inline-block;
    border-radius:60px;
    padding:20px 30px;
    line-height:100%;
}

.bouton-f:hover {
    background-color:#222;
}

.appel-facebook img{
    width:35px;
    vertical-align:middle;
    margin-right:10px;
}


.don {
    padding:70px;
    font-size:16px;
}

.don div {
    width:44%;
    margin:0 2%;
    vertical-align:middle;
    display:inline-block;
}

.don div p{
    margin:20px 0;
}

h2.en {
    font-size:47px;
    font-weight:400;
    line-height:110%;
    margin-bottom:20px;
    display:block;
    text-align:center;
}

.don h2.en {
    text-align:left;
}

.bouton-don {
    color:#000;
    border:2px solid #000;
    border-radius:150px;
    padding:10px 20px;
    display:inline-block;
    font-weight:700;
    margin:10px 10px 10px 0;
    font-size:16px;
    width:auto;

}

.bouton-don:hover {
    color:#fff;
    background-color:#000;
}


.don img {
    width:100%;
    vertical-align: middle;
}


img.cb2 {
    width:220px;
    margin:20px 0;
}

.episode {
    background-color:#fff;
    padding:70px;
}

.episode div{
    width:33%;
    text-align:center;
}

.episode h2.en{
    margin-bottom:70px;
}

h2.en.read {
    margin:70px;
}


.propos {
    background:url('img/a-propos1.gif') no-repeat bottom #18524d; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */    
    padding:100px 27%; 
    color:#fff;
    position:relative;
}

.propos.courrier {
    background:url('img/courrier5.gif') no-repeat center #18524d; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */    
}

.propos h2, .remerciement h2 {
    font-size:33px;
    font-weight:400;
    line-height:120%;
    margin-bottom:30px;
}

.propos p, .remerciement p {
    font-size:18px;
    margin-bottom:20px;
    text-align:left;
}

.propos .langue a {
    color: #fff;
}


.publi {
    padding:60px 50px; 
    text-align:center;
}

.colonne {
    width:44%;
    float:left;
    margin:3%;
    text-align:left;
}

.colonne.comment {
    width:calc(88% - 340px)!important;
}

.colonne.post {
    width:340px;
}

.publi p{
    color:#000;
    font-size:12px;
    margin-bottom:25px;
    padding:10px 14px;
    border-radius:5px;
    background-color:#fff;

}

.publi p:hover{
    background-color:#efefef;
}

.publi p .bold{
    font-weight:700;
    font-size:14px;
    line-height:110%;
}

.remerciement {
    background:url('img/a-propos4.jpg') no-repeat center #18524d; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */    
    padding:100px 27%; 
    color:#fff;
    text-align:center;
}



/** RESPONSIVE ______________________________________________________________________________________ **/


@media all and (max-width:1300px) {

.edito, .propos, .remerciement, .album {
    padding:100px 25%;
}
    

.voile.active .legende {
    font-size:17px;
    
}
    
}

/** RESPONSIVE _______________________________________________________________________________________ **/


@media all and (max-width:1050px) {
        
    .edito, .propos, .remerciement, .album {
    padding:100px 20%;
}
    
    .papier{
    width:62%;
    margin:5% 4% 0;
    background-color:#fff; 
}
    
    .docu.droite, .docu.gauche {
        width:29%;
        left:66%;
        padding:15px 0 0 15px;
    }

    .rendez-vous, .rendez-vous.final {
    padding:50px 27% 0px;
    background-size:130%;
}
    
    .logo-partenaire {
    width:15%;    
}
    
h3 {
    font-size:14px;
    letter-spacing:2.5px;
}   
    
img.masque-footer {
    width:74%;
    }    

footer {
    padding:30px;
}  
    
.lightbox .box {
    width:70%;
}
    
.voile.active .legende {
    font-size:15px;
}
    
.don {
    padding:50px 10px 50px 30px;
}
    
.don div:first-child {
    width:36%;
    margin:0 2%;
}
    
.don div:nth-child(2) {
    width:55%;
    margin:0 2%;
}
    
h2.en {
    font-size:36px;
}
    
.docu{
    margin-top:20vw;
    }
    
.docu img {
    height:60px;
   }
    
.semi-none {
    display:none;
    }
    
}
    
    

/** RESPONSIVE _______________________________________________________________________________________ **/

@media all and (max-width:800px) {
    
    
.edito, .propos, .remerciement, .album {
    padding:100px 15%;
}
    

#sommaire {
    padding:20px 3%;
}

#sommaire a {
    width:29%;
    margin:2%;
    border-radius:8px;
}  
#sommaire a.soon, .none{
        display:none!important;
    }
    
    .chapitre {
    width:100%;
    margin:0%;
}
    
    .papier{
    width:100%;
    margin:0 0 0 0% ;
    }

    
    .docu, .voile, .lightbox {
        display:none;
    }
    
    
    img.intro{
    width:74%;
    margin:0 13% 20px;
}

.rendez-vous, .rendez-vous.final {
    padding:50px 8% 0px;
    background-size:160%;
}
    
img.masque-footer {
    width:53%;
    }
    
footer {
    padding:40px;
}   
    
.logo-partenaire {
    width:25%;
    margin:3%;
}    
  
h3 {
    font-size:13px;
    letter-spacing:2px;
}  
    
.don {
    padding:70px 15%;
}

.don div {
    width:100% !important;
    display:block;
}

h2.en {
    font-size:40px;
}
    
.episode {
    padding:70px 0;
}

.publi {
    padding:60px 20px; 
}    

.colonne.comment {
    width:94%!important;
}
    
}
    


/** RESPONSIVE _______________________________________________________________________________________ **/


@media all and (min-width:769px) {
    
    #mc_embed_signup input.email{
    width:230px !important;
}
    }

/** RESPONSIVE _______________________________________________________________________________________ **/

@media all and (max-width:580px) {
    .bouton-retour {
        display:none;
    }
    
}

/** RESPONSIVE _______________________________________________________________________________________ **/

@media all and (max-width:500px) {
    
header img{
    max-width:100%;
}
    
.couv {
    height:480px;
    }

.langue {
    top:5px;
    right:10px;
}
    
.langue a{
    font-size: 12px;
    margin:0;
}    
    
.edito, .propos, .remerciement, .publi, .album {
    padding:60px 6%;
}
    
.edito p, .propos p, .remerciement p, .album p {
    font-size:15px;
}
    
.album p.appel{
    font-size:20px;
    margin-bottom:20px;
}
    
.album p{
    font-size:13px;
}
    
    
.propos h2, .remerciement h2 {
    font-size:28px;
    }
    
.auteurs{
    margin:50px 0;
}
    
.auteurs img{
    width:25%;
    }
    
.auteurs p{
    width:70%;
    }
    

.franck, .mathieu{
    clear:both;
    width:100%;
}

.mathieu {
    left:0px;
    margin-top:10px;
}

#sommaire {
    padding:30px 6%;
}

#sommaire a {
    width:50%;
    margin:0;
    border-radius:8px;
}
    
#sommaire a.soon{
        display:none;
    }
    
.papier{
    padding-top:50px;
}

.rendez-vous, .rendez-vous.final {
    padding:40px 6% 0px;
    background-size:300%;
}
    
img.masque-footer {
    width:70%;
    }
    
    
.logo-partenaire {
    width:43%;
    margin:3%;
}
    
img.intro{
    width:90%;
    margin:0 5% 15px;
}
    
h3 {
    font-size:12px;
    letter-spacing:2px;
}    

.appel-facebook p{
    font-size:14px;
}
    
.don {
    padding:60px 6%;
}

.don div {
    width:100% !important;
    display:block;
}

h2.en {
    font-size:38px;
}
    
    
.episode {
    padding:50px 3%;
}

.episode div{
    width:50%;
}
    
h2.en.read {
    margin:50px 3%;
}  
    
.colonne {
    width:100%;
    margin:0%;
    text-align:left;
} 
    
.colonne.comment {
    width:100% !important;
} 
    
}