/* ---------------------------------------
                GÉNÉRAL
--------------------------------------- */



h1, h2, h3, p, li{
    font-family: 'Nunito Sans', sans-serif;
    text-align: justify;
}

p, li{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 18px;
    color: black;
}



/* ---------------------------------------
                MENU
--------------------------------------- */

header{
    background-color: rgba(234, 108, 108, 0);
    font-family: 'Nunito Sans', sans-serif; 
    
    background-color: rgb(255, 255, 255);
}

.logo{
    width: 160px;
    margin: 10px;
}

.nav-collapse{
    margin-top: 15px;
}

.nav-collapse a{
    color:black;
    border-left: 0;
    font-size: 15px;
}

.nav-collapse a:active{
    background-color: rgba(240, 81, 81, 0);
    text-decoration: none;
    border-bottom: 2px solid black;
}

.nav-collapse a:hover{
    text-decoration: none;
    color: #48D6AD;
}

.nav-collapse .page-selectionnee{
    color: #48D6AD;
}
/* ---------------------------------------
                ACCUEIL
--------------------------------------- */


.accueil h2{
    font-family: 'Nunito Sans', sans-serif;
    text-align: left;
    color: black;
    margin-top: 50px;
    margin-left: 50px;
    width: 70%;
    margin-bottom: 50px;
}


.section a, .section p a{
    font-size: 16px;
    text-decoration: none;
    color: #7FDE8C;
    padding-bottom: 5px;
    border-bottom: solid 2px #7FDE8C;
}

.accueil p{
    text-align: left;
    margin-left: 50px;
    font-size: 20px;
    width: 70%;
    margin-bottom: 50px;
    margin-top: 50px;
    color: black;
}

@media /* screen and */ (max-width:900px){
    p{
        margin: 0 20px 0 20px 0;
        text-align: center;
    }
    
    h2{
        text-align: center;
    }
}

/*--------------------------------  
            Vidéo
--------------------------------*/

#section0{
    background-color: #f7f7f7;
    height: 95vh;
}
#section0 iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:75%;
    margin-top: 90px;
}

#section0 #defiler p{
    color: black;
    font-size: 14px;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    margin-left: 0;
}

#section0 #defiler{
    position: absolute;
    bottom: 0;
    width: 100%;
}

#section0 #defiler img{
    width: 10px;
    margin-left: 49%;
}

@media /* screen and */ (max-width:900px){
    #section0 img{
        margin-top: 200px;
}
    #section0 #defiler{
        display: none;
    }
}

/*--------------------------------  
        Agriculteurs
--------------------------------*/

#section1 #en-savoir-plus p{
    text-align: center;
    margin: 50px 0 150px 0;
    padding: 0;
    width: 100%
}

#section1 #marges{
    margin:  50px 100px 100px 100px;
}

@media /* screen and */ (max-width:900px){
    #section1 #marges{
    margin:  50px 10px 100px 10px;
}
}

/*--------------------------------  
        Étapes du projet
--------------------------------*/

#section2{
    background-color: #48D6AD;
}


#section2 #bloc{
    background-color:white;
    width: 80%;
    margin-top: 100px;
    margin-bottom: 100px;
    border: solid 4px #2BCFCF;
}

@media /* screen and */ (max-width:900px){
    #section2 #bloc{
        width: 80%;
        margin-left: 10%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/*--------------------------------  
        Partenaires
--------------------------------*/

#section3{
    margin-bottom: 100px;
    max-width: 1000px;
}

#section3 h2{
    text-align: center;
    margin: 0;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

#section3 img{
    margin: 50px;
     max-width: 70%;
}



/*--------------------------------  
            Contact
--------------------------------*/

#section4{
    margin-bottom: 200px;
}

#section4 p{
    width: 100%;
    text-align: center;
    margin: 50px 0 0 0;
 }

#section4 p a{
    color: black;
    border-bottom: solid 2px black;
    font-size: 20px;
    margin: 0;
}


/*--------------------------------  
                FAQ
--------------------------------*/

#section5{
    margin: 50px 0 200px 0;
    
}



#section5 h2, #section5 p{
    width: 100%;
}




/* ---------------------------------------
                À PROPOS
--------------------------------------- */

#a-propos{
    margin-top: 200px;
    margin-bottom: 150px;
}

#a-propos h3, #a-propos p, #a-propos img, #a-propos li{
    max-width: 40%;
}

#a-propos h3{
    color: #7FDE8C;
}

#a-propos b{
    color: #48D6AD;
}

#a-propos img{
    margin-top: 100px;
    margin-bottom: 50px;
}

@media /* screen and */ (max-width:900px){
    #a-propos h3, #a-propos p, #a-propos li{
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
}
}

/* ---------------------------------------
                ÉQUIPE
--------------------------------------- */
    


/*--------------------------------  
                Intro
--------------------------------*/

.equipe .intro img{
    margin-top: 200px;
    margin-bottom: 0;
}

.equipe h3{
    width: 40%;
    text-align: justify;
    margin-top: 30px ;
    margin-bottom: 100px;
    margin-left: 30%;
    margin-right: 30%;
    color: #7FDE8C;
    padding: 30px;
    /*border-bottom: solid 3px #48D6AD;
    border-top: solid 3px #48D6AD;*/
}

/*--------------------------------  
                membres
--------------------------------*/

.equipe #membres{
    width: 70%;
    margin-bottom: 50px;
    margin-left: 15%;
    margin-right: 15%;
}

.equipe #membres #unagri{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.equipe #membres p{
    width: 100%;
    text-align: justify;
    margin-top: 30px;
    padding: 0 0px 0 30px;
    border-left: solid 3px #48D6AD;
    /*border-right: solid 3px #48D6AD;*/
}

.equipe #membres p b{
    color: #48D6AD;
}

@media /* screen and */ (max-width:900px){`
    .equipe #membres{
        width: 100%;
    }
    .equipe #membres #unagri{
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    
    .equipe #membres p{
        margin: 30px 0 30px 0;
        padding: 0 30px 0 30px;
    }
    .equipe h3{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    }
}

/* ---------------------------------------
                ÉTAPES
--------------------------------------- */

.etapes .intro img{
    margin-top: 200px;
    margin-bottom: 150px;;
}

.etapes #dates{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.etapes h1{
   text-align: center;
    color: #48D6AD;
    font-size: 80px;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 0;
}

.etapes h3{
    font-family: 'Nunito Sans', sans-serif;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 50px;
    color:#7FDE8C;
}

.etapes p{
    width: 100%;
    font-family: 'Nunito Sans', sans-serif;
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 50px;
    color: black;
    padding: 0 0 0 30px;
    border-left: solid 3px #48D6AD;
}

.etudes #dates{
    margin-bottom: 50px;
}


@media /* screen and */ (max-width:900px){
    .etapes #dates{
    width: 95%;
    margin-left: 20px;
    margin-right: 20px;
    }
    .etapes h3{
        text-align: center;
    }
    .etapes {
        width: 95%;
    }
}

/* ---------------------------------------
                FAQ
--------------------------------------- */

.faq{
    margin-top: 200px;
    max-width: 900px;
}    

.faq h3{
    text-align: left;
    margin:100px 0 50px 0;
    color:#7FDE8C;
}

.faq .questions p{
    text-align: justify;
    margin: 0;
    padding: 0 0 0 30px;
    border-left: solid 3px #48D6AD;
}

@media /* screen and */ (max-width:900px){
    
}


/* ---------------------------------------
                ♥
--------------------------------------- */


#section6 #design{
    text-align:center;
    font-size:14px;
    margin-top: 100px;
    margin-bottom:50px;
    width: 90%;
    margin-left: 5%;
    
    border-top: solid black 1px;
    padding-top: 50px;
}

#section6 #design p{
    width: 100%;
}

#section6 #design a{
    color: black;
    font-size:14px;
    border-bottom: none;
    text-decoration: underline;
    
}

@media /* screen and */ (max-width:900px){
    #section6 #design p{
        width: 80%;
    }
}


/* ---------------------------------------
                RESPONSIVE
--------------------------------------- */

@media /* screen and */ (max-width:900px){
    h1, h2, h3, p{
        text-align:center;
        margin: 0 20px 0 20px 0;
    }
    
}


@media /* screen and */ (max-width:900px){
         
    .nav-toggle active{
        color: black;
    }
    
    header nav{
    background-color: rgb(255, 255, 255);
}
    
    .nav-collapse .active a{
        border-bottom: 0;
        background-color: #7FDE8C;
    }
    .nav-collapse li:hover {
    border-bottom: 0;
}
    .nav-collapse a:hover{
    border-bottom: 0;
   
}

}



