/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {text-decoration: none; color: #1BA8E1;}

/* ************************* FIN RESET DE MEYER ************************* */




/* GENERAL */

body {
    font-family: 'Quattrocento Sans', sans-serif;
}

.texte {
    width: 100%; 
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 20px;
    height: auto;
    position: relative;
}

.image {
    width: 100%; 
    height: 550px;
    padding-top: 80px;
    position:relative;
}

.conteneur {
    width: 50%;
    margin:0 auto;
    text-align: center;
    display: flex;
}

.conteneur2 {
    width: 70%;
    margin:0 auto;
}


.texte p {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 20px;
    text-align: justify;

}

.petit-texte {
    width: 60%;
    color: #ED791B;
    margin: 0 auto;
    font-size: 17px;
    text-align: center !important;
    font-weight: bold;
}





.chiffre {
    font-size: 25px;
    color: black;
    font-weight: 600;
}

.picto {
    width: 100px;
}

.picto-right {
    width: 130px;
    position: absolute;
    bottom: -45px;
    right: 15%;
    z-index: 100;
}

.picto-left {
    width: 130px;
    position: absolute;
    bottom: -45px;
    left: 15%;
    z-index: 100;
}

.texte .chapeau {
    font-size: 23px;
    text-align: center;
    line-height: 33px;
    width: 85%;
    margin: 0 auto;
}

.texte .sous-texte {
    font-size: 16px;
}

.illustration {
    width: 60%;
}

.numero {
    width: 20px;
}


/* INTRO */

.flex {display:flex;}


#intro_nature {padding-top: 100px;}

#intro {
    background-color: #2D292C;
    color: white;
}

#logo {
    width: 300px;
}

.logo {
    background: #2d292c;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.entete_home {
    text-align:center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: #2D292C; 
    z-index: 100;
}


#logo2 {width:168px;}



/* NATURE */

.numero_engagement {
    color: #20A8E1;
    font-size: 108px; 
}

#video {
    height: 800px;
    background: url(../images/commitment/header.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#texte_nature {
    background: #F7F7F7;
    color: black;
}

#nature {
    background: url(../images/commitment/nature.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* EAU */

#eau {
    background: url(../images/commitment/eau.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#texte_eau {
    background: #F7F7F7;
    color: black;
}

#texte_eau p {
    text-align: center;
}


/* ANIMAUX */

#animaux {
    background: url(../images/commitment/animaux.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#texte_animaux {
    background: #F7F7F7;
    color: black;
}

#texte_animaux p {
    text-align: center;
}



/* PLASTIQUE */

#plastique {
    background: url(../images/commitment/plastique.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#texte_plastique {
    background: #F7F7F7;
    color: black;
}

#texte_plastique p {
    text-align: center;
}


/* PLASTIQUE 2 */

#plastique2 {
    background: url(../images/commitment/plastique2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#texte_plastique2 {
    background: #F7F7F7;
    color: black;
}

#texte_plastique2 p {
    text-align: center;
}



/* KAPPA */

#kappa {
    background: url(../images/commitment/kappa.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#texte_kappa {
    background: #F7F7F7;
    color: black;
}

#texte_kappa p {
    text-align: center;
}



/* PAGE INDIVIDUS */

#equipe {
    background: url(../images/commitment/equipe.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#academy {
    background: url(../images/commitment/academy.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#salaire {
    background: url(../images/commitment/salaire.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#nourriture {
    background: url(../images/commitment/nourriture.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#familles {
    background: url(../images/commitment/familles.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/* ***************************** VIDEO ***************************** */

.title {
    position: absolute;
    top: 89px;
    z-index: 10;
    font-size: 40px;
    font-weight: 600;
    color: black;
    background: white;
    padding: 10px;
}

 /* Style the video: 100% width and height to cover the entire window */
 #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  
  /* Add some content at the bottom of the video/page */
  .content2 {
    position: fixed;
    bottom: 62px;
    width: 100%;
    padding: 20px;
  }
  
  /* Style the button used to pause/play the video */
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  } 



/* PETIT PC */

@media screen and (max-width: 1200px) {

    .conteneur {
        width: 90%;
    }

    .picto-left {
        left: 5%
    }

    .picto-right {
        right: 5%
    }
}


@media screen and (max-width: 840px) {

    .texte .chapeau {
        font-size: 20px;
        line-height: 26px;
        width: 75%;
    }

    #video {height: 500px;}

    .picto-left {
        width: 101px;
        bottom: -30px;
        left: 6%;
    }

    .picto-right {
        width: 101px;
        bottom: -30px;
        right: 6%;
    }

    .image {
        height: 400px;
    }

    .texte p {
        font-size: 15px;
        line-height: 21px;
    }

    .title {
        font-size: 24px;
    }

    .content2 {
        bottom: 243px;
    }

}


/* TABLETTE */

@media screen and (max-width: 520px) {
    .picto-right {
        width: 101px;
        bottom: -50px;
        right: 37%;
    }
    .picto-left {
        width: 101px;
        bottom: -50px;
        left: 42%;
    }
    .texte {
        padding-bottom: 40px;
    }
    .illustration {
        width: 100%;
        padding-bottom: 25px;
    }
    .numero_engagement {
        font-size: 87px;
    }
    .petit-texte {
        width: 80%;
    }
    #academy {
        background: url(../images/commitment/academy_tablette.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #familles {
        background: url(../images/commitment/familles_tablette.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}


/* MOBILE */

@media screen and (max-width: 360px) {
    #video {
        height: 520px;   
    }
    .numero {
        width: 100%;
    }
    .numero_engagement {
        margin: 0 auto;
    }
    .conteneur {
        display: block;
    }
    .texte {
        padding-top: 10px;
    }
    .picto-left {
        left: 35%;
    }
    .texte .chapeau {
        width: 100%;
    }
    .title {
        text-align: center;
    }
    .content2 {
        bottom: 225px;
        padding-left: 20%;
    }
}


