@font-face { 	
    font-family: "MONTSERRAT"; 	
    src: url('font/static/Montserrat-Regular.ttf'); 
    font-display: swap;
}
body{

    font-family: 'MONTSERRAT', sans-serif;
    color: #3D3A34;

}
.percent-count {
    color: #77736A;
    align-items: center;
    font-size: 14px;

}



.progress-bar {
    width: 70%;
    height: 7px;
    background-color: #FAF5EF;

}



.progress{
    width: 0%;
    height: 7px; 
    background-color: #E5BC76;
    border-radius: 0%;
}



/* -------------------------------------------------------------------------------------------- accueil */

#open-menu img{
    padding: 0.5rem 1rem;
}
#close-menu img{
    padding: 0.5rem 1rem;
}

h3 span{

    color: #E5BC76;

}

.nav-item{

    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3D3A34;
    text-decoration: none;

}



.nav-link {
    color: #3D3A34;
    letter-spacing: 0.4em;
    position: relative;
    z-index: 0;
}

.nav-link::after {
content: '';
transform-origin: 0 0; 
transform: scaleX(0);
position: absolute;
bottom: 25%;
left: 0;
right: 0;
height: .7em; 
background: #E5BC76;
z-index: -1;
opacity: 0.8;
transition: transform .5s;
}

.nav-link:hover::after {
transform: scaleX(1);
}


.bg-white a{

    color: #3D3A34;

    

}

/* .nav-link:hover{

    border-bottom: 2px solid #E5BC76;

} */



#logo{

    position: absolute;

    left: 80px;

    top: 22.33px;

}


/* .navbar{
    position: relative;
} */

#logo{
    position: relative;
    left: 0;
    top: 0;
}

/* .navbar-light .navbar-toggler{
    border: none;
} */
.show-menu{
    opacity: 1!important;
    z-index: 111!important;

}
.over{
    overflow: hidden;
}
nav button{
    border: none;
    background-color: transparent!important;
}
.positionNav{
    position: absolute;
    height: 74px;
    /* right: -400vh; */
    opacity: 0;
    transition: 0.7s;
    width: 100%;
    z-index: -111;
    top: 0;
}
.pos-relative{
    position: relative;
}
/* ---------------------------------------------acceuil */

.accueil{
    background-color: #FAF5EF;
    height: 800px;
    position: relative;
}



#accueil{

    background-image: url(img/Vector-blanc.png);
    background-repeat: no-repeat;
    background-position: 100%;

}

/* #img-accueil{
    position: absolute;
    right: 0;
} */

#titre{

    font-size: 58px;
    font-weight: 600;

}

.titre{

    font-size: 58px;
    z-index: 10;
    position: relative;
    font-weight: 600;

}

.titreJaune{

    font-size: 58px;
    font-weight: 600;
    color: #E5BC76;

}



#fleche{

    position: fixed;

    top: 800px; 

    left: 100px; 

    z-index: 11;

}
#fleche{

    position: fixed;
    top: 800px; 
    left: 100px; 
    z-index: 11;
    opacity: 1;
    transform: rotate(0deg);

}
#flecheTop{

    position: fixed;
    top: 800px; 
    left: 100px; 
    z-index: 11;
    transform: rotate(180deg);
    opacity: 0;
}


.groupeTitres{

    position: absolute;

    top: 30%; 

}



#soustitre{

    color: #77736A;

    font-size: 16px;

    line-height: 20px;

}

.sousTitre a{

    color: #77736A;

    text-decoration: underline;

}

/* ----------------------------------------------rubrique */

.rubrique{

    font-style: normal;

    font-size: 45px;

    font-weight: 600;

    letter-spacing: 0.05em;

}





.sousTitreRubrique{

    font-style: normal;

    font-weight: 500;

    font-size: 26px;

    text-transform: uppercase;

    color: #77736A;

}



.domaine{

    font-style: normal;

    font-weight: 600;

    font-size: 14px;

}

.img-domaine{
    position: relative;
    right: 40px;
    opacity: 0;
}

.pProjet{
    color: #77736A;
}

#bg-logo-beige{
    position: relative;
    background-image: url(img/Vector-beige.png);
    background-repeat: no-repeat;
    /* background-position: 100%; */
}
/* #img-competences{
    position: absolute;
    left: 0;
    z-index: -1;
} */
#caroussel{
    background-color: #FAF5EF;
    height: 20%;
}

.titreProjet{
    font-size: 45px;
    font-weight: 600;
    color: #3D3A34;
    letter-spacing: 0.05em;
}

.titreCaroussel{

    font-size: 30px;

    color: #3D3A34;

    font-weight: 500;

}

/* .imgcarous{

    height: 219px;

    width: 380.88px;

} */

.sectionCaroussel{

    background-color:white;

}



.descriptifCarousel{

    font-size: 14px;

    color: #77736A;

    line-height: 160%;
    min-height: 95px;
}



.lienCarousel a{

    color: #3D3A34;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 170%;
    position: relative;
    z-index: 0;
}

.lienCarousel a::after{
    content: '';
    height: 30%;
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    background: rgba(229,188,118,0.8);
    z-index: -1;
}

.owl-nav{
    position: absolute;
    top: -2em;
    right: 6em;
    color: white;
}
.owl-prev{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #E5BC76!important;
    font-size: 30px!important;
    opacity: 0.6;
    margin-right: 10px;
    border: transparent!important;
}
.owl-next{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #E5BC76!important;
    font-size: 30px!important;
    opacity: 0.6;
    margin-left: 10px;
    border: transparent!important;
    outline: 0;
}
.owl-prev:hover{
    opacity: 1;
}
.owl-next:hover{
    opacity: 1;
}
.owl-prev:focus{
    border: transparent!important;
    outline: 0;
}
.owl-next:focus{
    border: transparent!important;
    outline: 0;
}
/* .lienCarousel a {
    position: relative;
}
  .lienCarousel  a::after {
    content: '';
    transform-origin: 0 0; 
    transform: scaleX(0);
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    height: .7em; 
    background: #E5BC76;
    z-index: -1;
    opacity: 0.8;
    transition: transform .3s;
  }
  .lienCarousel a:hover::after {
    transform: scaleX(1);
  } */


.propos{

    color: #3D3A34;

    font-size: 45px;

    line-height: 120%;

    font-weight: 600;

    letter-spacing: 0.05em;

    

}



.textPropos{

    color: #77736A;

    font-size: 14px;

    line-height: 220%;

}



.sloganPropos{

    font-size: 22px;

    color: #77736A;

    line-height: 170%;

}



.espaceVideFin{

    height: 100px;

   

}



.foot:hover{

    fill: #E5BC76;

}



.sectionContact{

    background-color: #FAF5EF;

    position: relative;

    top: -65px;

}



#textContact{

    color: #77736A;

    font-size: 16px;

    

}

/* .mailContact{
    
} */

.mailContact a{
    position: relative;
    font-size: 14px;

    color: #3D3A34;

    font-weight: bold;

    text-transform: uppercase;

    letter-spacing: 0.4em;

    /* border-bottom: 3px solid #E5BC76; */

    text-decoration: none;
    z-index: 10;
    position: relative;
}
/* .mailContact .ligne{
    position: absolute;
    top: 7px;
    left: 0;
    z-index: -1;
    width: 211px;
} */
.mailContact a::after{
    content: '';
    height: 30%;
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    background: rgba(229,188,118,0.8);
    z-index: -1;
}
.infoProjet{

    font-size: 30px;

    color: #3D3A34;

}
.infoProjetSite{
    position: relative;
}

/* .ligne{
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 0;
    width: 85%;
} */
.carousel-index{
    color: #E5BC76;
}
.footer{

    background-color: #3D3A34;

}



/* .lienFooter a{

    color: white;
    font-size: 12px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    text-decoration: none;

} */
.footerLien{
    color: white;
    font-size: 12px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    z-index: 0;
    transition: 0.2s;
}

.footerLien:hover{
    color: white;
    font-size: 12px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.footerLien:hover::after{
    content: '';
    height: 41%;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    background: rgba(229,188,118,0.8);
    z-index: -1;
    color: white;
}


hr{

    border-color: white;

    opacity: 0.5;

}



.copyright{

    color: white;

    font-size: 12px;

    font-weight: lighter;

    

}
/* .owl-item{
    width: 500px!important;
} */
.item{
    opacity:0.4;
    transition:.4s ease all;
    margin:0 20px;
    transform:scale(.7);
  }
  @media(max-width:1000px){
    .item{margin:0; transform:scale(.8)}
  }
  .active .item{
    opacity:1;
    transform:scale(0.8);
  } 
  /* body{
    padding:0;
    margin:80px 0 0 0;
    font-family:Merriweather;
    background:#f0e8d5;
  } */
  
  .owl-item {
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1.0, 1.0);
  }
  
  .inner{position:absolute; bottom:30px; left:0; right:0; text-align:center;}
  .inner a{color:#fff; text-decoration:none; border-bottom:2px solid rgba(255,255,255,0.5); transition:.3s ease border-color}
  .inner a:hover{border-color:#fff;}
  .black .inner a{color:#000; border-color:rgba(0,0,0,0.4)}
  .black .inner a:hover{border-color:#000;}
  
  .owl-carousel:after{
    content:""; 
    display:block; 
    position:absolute; 
    width:8%; 
    top:0; 
    bottom:0; 
    left:50%; 
    margin-left:-4%; 
    pointer-events: none; 
    /* background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/43033/aett_logo_slider.png) no-repeat center 50%;  */
    background-size:100% auto;
  }
  
  .owl-controls{position:absolute; margin-top:300px;}

@media (max-width: 1140px) {
    .positionNav {
        position: fixed;
        height: 100vh;
        /* right: -400vh; */
        opacity: 0;
        transition: 0.7s;
        width: 100%;
        z-index: -111;
        background-color: #FAF5EF;
        top: 0;
    }
    /* .positionNav ul{
        display: block;
        position: relative;
        left: 40%;
    } */
    .positionNav li{
        /* padding-top: 5rem; */
        padding-bottom: 2rem;
    }
    .positionNav #logo{
        position: absolute;
        top: -8.7rem;
        left: 1rem;
    }
    /* .nav-link::after{
        transform: none;
        content: '';
        height: 30%;
        position: absolute;
        bottom: 35%;
        left: 0;
        right: 0;
        background: rgba(229,188,118,0.8);
        z-index: -1;
    } */
    .positionNav #close-menu{
        position: absolute;
        top: 2rem;
        right: 1.9rem;
    }
    .over{
        overflow: initial;
    }
    .nav{
        display: block;
    }
 }



@media (max-width: 760px) {

    .titreJaune{

        font-size: 38px;

    }

    .titre{

        font-size: 38px;

    }

    #titre{

        font-size: 38px;

    }

    .rubrique{

        font-size: 30px;

    }

    .titreProjet{

        font-size: 30px;

    }

    .propos{

        font-size: 30px;

    }

    .sousTitreRubrique{

        font-size: 20px;

    }

    .sousTitreRubrique{

        font-size: 20px;

    }

    .titreCaroussel{

        font-size: 20px;

    }

    .sloganPropos{

        font-size: 18px;

    }



    .espaceVideFin{

        height: 100px;

    }

    .sectionCaroussel{

        margin-top: 25px;

        margin-bottom: 25px;

    }

    

    .lienFooter{

        display: flex!important;

        justify-content: center!important;

        align-items: center;

    }



    /* .lienFooter{

        width: auto;

        text-align: center;

        line-height: 15px;

    } */



    /* .lienFooter .px-lg-3{

        width: 200px;

        text-align: center;

        line-height: 15px;

    } */



    #fleche{

        display: none;

    }
    #flecheTop{

        display: none;

    }

 }

 @media (max-width: 576px) {
    .progress-bar{
        width: 100%;
    }
 }