html{
    scroll-behavior: smooth;
}

.accr_0{
    opacity: 1;
    display: flex;
}

.accr_1{
    opacity: 0;
    display: flex;
    position: relative;
    z-index: -1;
}

.animated-text-remove {
    transition: 3s;
    opacity: 0;
    transform: translateY(-410px);
    
}
.animated-text-appear{
    transition: 3s;
    opacity: 1;
    transform: translateY(-310px);
}

.animated-text-appear2{
    transition: 3s;
    opacity: 1;
    transform: translateY(0px);
}

#navBar{
    height: 50px;
    width: 100%;
    background: #f5f5f561;
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 0;
}

#navBar a,#navBar a:checked{
    text-decoration: none;
    color: #464646;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    font-family: raleway;
    transition: 150ms;
}

#navBar a:hover{
    transition: 200ms;
    background-color: #003e1a;
    color: whitesmoke;
}

.container_href{
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    width: 15%;
}

.menu_burger{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 140px;
    background: #f5f5f561;
    display: none;
}

.btn_burger{
    width: 40px;
    position: relative;
    left: 80%;
}

.btn_burger img {
    width: 100%;
}

#navBar .container_img{
    width:50px;
    margin-left: 30px;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

#navBar .container_img img{
    width: 100%;
    object-fit: cover;
}

#sec_start{
    height: 100vh;
    width: 100%;
    background-position: center;
}

#sec_start .img_start{
    width: 100%;
    height: 100vh;
    position:absolute;
    z-index: -1;
}

#sec_start .img_start img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.present{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    /*justify-content: center;*/
}

.present p {
    font-size: 24px;
    font-weight: lighter;
    text-align: start;
    width: 700px;
    color: whitesmoke;
    font-family: raleway;
    
}

.present .text1{
    text-align: start;
    color: whitesmoke;
    font-size: 70px;
    font-weight:900;
    font-family: Roboto;
    margin-top: 200px;
    line-height: 1.2;
    width: 700px;
    height: 50%;
}

.ss_txt{
    background: #4646467d;
}

.container_btn {
    width: 700px;
    height: 150px;
    display: flex;
    align-items: center;
}

.container_btn button{
    background: whitesmoke;
    width: 250px;
    height: 50px;
    border: 3px solid white;
    margin-right: 35px;
    color: black;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 200ms;

}

.container_btn button a,.container_btn button a:checked{
    text-decoration: none;
    color: #464646;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.container_btn button:hover ,.container_btn button a:hover{
    transition: 200ms;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.381) 2px 3px 9px -2px;
    border-radius: 3px;
    background: #003e1a;
    color: whitesmoke;
}

#sec_1{
    width: 100%;
    height: 100vh;
    background: #F5F5F5;
    /*background: #868686;*/
}

#sec_1 .quiSm{
    display: flex;
    flex-direction: column;
    width: 75%;
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
    color: whitesmoke;
    font-family: raleway;
    height: 50%;
    color:#003a19;
}

#sec_1 .quiSm h3 {
    margin: 5% 0;
    font-size: 48px;
    font-weight: bold;
    font-family: raleway;
}

#sec_1 .quiSm p{
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.5;
}

#sec_1 .quiSm2 {
    background: #CDCDCD;
    display: flex;
    height: 50%;
}

#sec_1 .quiSm2 .img_detailAproche{
    width: 45%;
}

#sec_1 .quiSm2 .img_detailAproche img{
    width: 100%;
    height: 100%;
}
#sec_1 .quiSm2 .container_text{
    width: 65%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    font-family: raleway;
    color: whitesmoke;
    background: linear-gradient(#005324 40%,#003a19);
}

#sec_1 .quiSm2 .container_text h3{
    width: 80%;
    margin: 4% auto;
    
}

#sec_1 .quiSm2 .container_text p{
    font-size: 18px;
    font-weight: lighter;
    margin: 8% auto;
    line-height: 1.5;
    width: 60%;
}

#sec_3{
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
}

#sec_3 .valeur {
   display: flex;
   flex-direction: column; 
   width: 50%;
   align-items: center;
   margin: 0% auto;
   color: #003a19;
}

#sec_3 .valeur h3{
    height: 70px;
    width: 100%;
    font-size: 48px;
    font-weight:bold;
    font-family: raleway;
    margin: 5% auto;
    text-align: center;
}

#sec_3 .valeur .text1 {
    font-size: 28px;
    font-weight: 600;
    font-family: raleway;
    margin-bottom: 40px;
    text-align: center;
}


#sec_3 .pole {
    width: 100%;
    display: flex;
    justify-content: center;
}

#sec_3 .pole .detail_pole{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.477);
    z-index: 4;
    top: 0;
    right: 0;
    display: none;
}

#sec_3 .pole .detail_pole .exit{
    width: 55%;
    height: 100%;
}

#sec_3 .pole .detail_pole .container{
    background:#F5F5F5;
    height: 100%;
    width: 45%;
    font-family: raleway;
    display: none;
    overflow: scroll;
    z-index: 5;
    position: fixed;
}

#sec_3 .pole .detail_pole .container .container_head, #sec_3 .pole .detail_pole .container_forma .container_head{
    display: flex;
    align-items: start;
    background: linear-gradient(152deg,#00682d 10%,#012611);
    color: #F5F5F5;
}

#sec_3 .pole .detail_pole .container svg , #sec_3 .pole .detail_pole .container_forma svg{
    width: 40px;
    height: 40px;
    font-size: 25px;
    margin-right: 40px;
    cursor: pointer;
    position: fixed;

}

#sec_3 .pole .detail_pole .container h3,#sec_3 .pole .detail_pole .container_forma h3{
    font-size: 40px;
    font-weight: bold;
    padding: 15px 10px;
    padding-top: 30px;
    max-width: 70%;
    margin: 0 auto;
}

#sec_3 .pole .detail_pole .container_forma h4, #sec_3 .pole .detail_pole .container h4{
    font-size: 30px;
    font-weight: bold;
    padding: 15px 10px;
    padding-top: 30px;
    max-width: 70%;
    margin: 0 auto;
    color: #003a19;
}


#sec_3 .pole .detail_pole .container p, #sec_3 .pole .detail_pole .container_forma p{
    width: 70%;
    padding: 20px;
    margin: 0 auto;
    line-height: 1.5;
    border-left: #003e1a solid 3px;
    color: #003a19;
}

#sec_3 .pole .detail_pole .container ul, #sec_3 .pole .detail_pole .container_forma ul{
    width: 70%;
    margin: 20px auto;
    color: #003a19;
}

#sec_3 .pole .detail_pole .container ul li , #sec_3 .pole .detail_pole .container_forma ul li{
    padding: 10px 8px;
    margin: 5px 0;
    line-height: 1.5;
}

#sec_3 .pole .detail_pole .container ul li em {
    font-weight: bold;
}

#sec_3 .pole .card {
    width: 40%;
    margin: 30px 2%;
    padding: 20px 5px;
    transition: 200ms;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.381) 2px 3px 9px -2px;
    border-radius: 5px;
}

#sec_3 .pole .card .elipsise{
    width: 40px;
    position: relative;
    right: 44%;
    top:-2%;
}

#sec_3 .pole .detail_pole .container_forma {
    background:#F5F5F5;
    height: 100%;
    width: 45%;
    font-family: raleway;
    overflow: scroll;
    display: none;
    position:fixed;
    z-index: 6;
}

#sec_3 .pole .card:hover{
    box-shadow: rgba(0, 0, 0, 0.381) 2px 3px 9px -2px;
    transition: 200ms;
}

#sec_3 .pole .card .card__title{
    font-size: 24px;
    font-family: raleway;
    font-weight: bolder;
    margin: 10px 5px;
}

#sec_3 .pole .card .card_logo{
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
}

#sec_3 .pole .card .card_logo img{
    width: 100%;
}

#sec_3 .pole .card .card__desc{
    font-size: 18px;
    font-weight: normal;
    font-family: raleway;
    margin:20px 5px;
    width: 60%;
    text-align: center;

}

#sec_3 .pole .card .bullets li{
    font-family: raleway;
    font-size: 20px;
    font-weight: lighter;
    margin: 15px 8px;
    /*list-style: inside;*/
}

#NosValue{
    background: linear-gradient(152deg,#00682d 10%,#012611);
    color: whitesmoke;
    padding-bottom: 10%;
}

/*.Nv_art:hover{
    transition: 300ms;
    box-shadow: rgba(0, 0, 0, 0.381) 2px 3px 9px -2px;
    border-radius: 5px;
    padding: 10px 6px;
}*/

#NosValue h3 {
    height: 70px;
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    font-family: raleway;
    padding: 70px 0;
    text-align: center;
    padding-bottom: 20px;
}

.Nv_art{
    display: flex;
    align-items: center;
    width: 40%;
    margin: 25px;
    font-family: raleway;
}

.Nv_art p{
    padding: 3%;
    width: 80%;
}

.Nv_art .container_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}

.Nv_art .container_img img{
    width: 90%;
    margin: 0 auto;
}

.container_nv{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#fondat .container_fondat article{
    display: flex;
    align-items: center;
    width: 40%;
    margin: 30px auto;
    background: #cdcdcd;
    font-family: raleway;
    font-weight: lighter;
    font-size: 18px;
    cursor: pointer;
    transition: 400ms;
}
#fondat .container_fondat article:hover{
    transition: 400ms;
    transform: scale(1.1);
    background: #F5F5F5;
    box-shadow: rgba(0, 0, 0, 0.381) 2px 3px 9px -2px;
    color: #003e1a;
    border-radius: 9px;
}

#fondat .container_fondat article .text_container{
    width: 70%;
}

#fondat .container_fondat article .text_container span{
    font-size: 22px;
    font-weight: bolder;
    padding: 2% 0;
}

#fondat .container_fondat article .text_container p{
    margin: 5% 0;
    padding-right: 5%;
}

#fondat{
    height: 50vh;
}

#fondat h3{
    font-size: 48px;
    font-weight: bold;
    font-family: raleway;
    margin: 40px auto;
    width: 430px;
}

#fondat .container_fondat{
    display: flex;
}


#fondat .container_fondat article .container_img{
    width: 25%;
    margin: 15px;
}

#fondat .container_fondat article .container_img img{
    width: 100%;
    object-fit: cover;
    border-radius: 100px;
}

#contact form {
    width: 100%;
    font-size: 23px;
    font-family: raleway;
    font-weight: bold;
    padding: 20px 0;
}

.form__grid{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    color: whitesmoke;
}

.form__grid .form__field{
    width: 40%;
    margin: 20px;

}

.form__grid .form__field input{
    padding: 5px;
    outline: none;
    width: 100%;
    border: none;
    font-size: 22px;
    margin: 10px 0;
}
.form__grid .message{
    display: flex;
    flex-direction: column;
    width: 83%;
    border: none;
    outline: none;
}

.form__grid .message textarea{
    border: none;
    outline: none;
    width: 100%;
    padding: 15px;
}

.form__grid .form__actions{
    border: none;
}

#contact .container{
    background: linear-gradient(152deg,#00682d 10%,#012611);
    display: flex;
    justify-content: center;
}

#contact .container .section__header{
    font-size: 48px;
    font-family: raleway;
    font-weight: bold;
    margin: 0 80px;
    padding-top: 40px;
}

#contact .container .section__header .section__kicker{
    font-size: 20px;
    margin: 30px 0;
}

.btn__submit{
    border: none;
    width: 120px;
    height: 40px;
    color: #464646;
    font-size: 18px;
    cursor: pointer;
    margin-left: 70%;
}

#Modal_fondateur{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    font-family: raleway;
    display: none;
}

#Modal_fondateur h3, #Modal_fondateur h4{
    font-size: 34px;
    font-weight: bold;
    margin: 40px;
}

#Modal_fondateur .container {
    background: #F5F5F5;
    height: 100vh;
    width: 45%;
    box-shadow: rgba(0, 0, 0, 0.381) 2px 3px 9px -2px;
    display: none;
    overflow-y: scroll;
}

#Modal_fondateur .container_1 {
    background: #F5F5F5;
    height: 100vh;
    width: 45%;
    box-shadow: rgba(0, 0, 0, 0.381) 2px 3px 9px -2px;
    display: none;
    overflow-y: scroll;

}

#Modal_fondateur .close_fondat, #Modal_fondateur .close_fondat_1{
    width: 40px;
    height: 40px;
    position: fixed;
}

#Modal_fondateur p{
    margin: 30px 40px;
    line-height: 1.5;
}

.signer{
    width: 70px;
    margin-left: 85%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.381) 2px 3px 9px -2px;
    overflow: hidden;
    height: 70px;
}

.signer img{
    width: 100%;
}

footer div a , footer div a:checked{
    color: black;
    text-decoration: none;
    font-weight: bolder;
}



@keyframes AnimeStart {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateZ(210px);
    }
}


@media screen and (max-width:1200px) {
    #navBar{
        height: auto;
       /* max-height: 5%;*/
    }

    #sec_start{
        height: auto;
    }

    #sec_start .img_start{
        height: 130vh;
    }


    .container_href{
        width: 30%;
    }

    .btn_burger{
        width: 40px;
    }

    .menu_burger{
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
    }

    #navBar a{
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        text-wrap: nowrap;
        font-size: 14px;
    }

    .present{
        width: 100%;
        height: auto;
    }

    .present .text1{
        width: 80%;
        font-size: 45px;
        text-align: center;
    }
    .animated-text-appear{
        transform: translateY(-150px);
    }

    .present p{
        text-align: center;
        width: 90%;
    }

    .container_btn{
        width: 80%;
        flex-direction: column;
        justify-content: center;
    }

    .ss_text{
       /* display: none;*/
    }

    .container_btn button{
        margin: 5px 0;
    }

    #sec_1{
        height: auto;
    }

    #sec_1 .quiSm h3{
        font-size: 34px;
    }

    #sec_1 .quiSm{
        height: auto;
        padding: 15px 0;
    }

    #sec_1 .quiSm2{
        height: auto;
        flex-direction: column;
    }

    #sec_1 .quiSm2 .img_detailAproche{
        width: 100%;
    }

    #sec_1 .quiSm2 .container_text {
        width: 100%;
    }

    #sec_1 .quiSm2 .container_text p{
        width: 80%;
    }

    #sec_3{
        height: auto;
    }

    #sec_3 .valeur h3{
        height: auto;
    }

    #sec_3 .pole{
        flex-direction: column;
        align-items: center;
    }

    #sec_3 .pole .card{
        width: 90%;
    }

    #sec_3 .pole .detail_pole{
        height: auto;
        width:100%;
    }

    #sec_3 .pole .detail_pole .container{
        width: 100%;
        height: 100%;
    }

    #sec_3 .pole .detail_pole .exit{
        display: none;
    }

    #sec_3 .pole .detail_pole .container .container_head, 
    #sec_3 .pole .detail_pole .container_forma .container_head{
        flex-direction: column;
    }

    #sec_3 .pole .detail_pole .container p, #sec_3 .pole .detail_pole .container_forma p{
        width: 80%;
    }

    #sec_3 .pole .card .card__desc{
        line-height: 1.5;
    }

    #NosValue{
        height: auto;
    }

    #fondat h3{
        font-size: 34px;
        text-align: center;
        width: auto;
    }

    #fondat .container_fondat article{
        width: 85%;
        padding: 15px;
    }

    #contact .container{
        flex-direction: column;
    }

    .form__grid .form__field{
        width: 95%;
    }
    .form__grid .message textarea{
        width: 95%;
    }

    .Nv_art{
        width: 80%;
        margin: 10% 0;
    }

    #sec_3 .pole .detail_pole .container_forma{
        width:100%;
        
    }

    .form__actions{
        display: flex;
    }

    .btn__submit{
        width: 80%;
        margin: 0 auto;
    }

    header,main,footer{
        overflow-x: hidden;
    }

    #Modal_fondateur .container,#Modal_fondateur .container_1{
        width: 100%;
        overflow-y: scroll;
    }

    .signer{
        margin-left: 75%;
    }

    #fondat{
        height: auto;
    }

    #fondat .container_fondat{
        flex-direction: column;
    }

}