/*---NAVBAR---*/
@media screen and (max-width: 945px){
  .navbar-fond {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100vh;
    margin-top: 4.75rem;
    background-color: rgba(0,0,0,.2);
  }
  .navbar-ul{
    display: none;
  }
  .navbar-ul {
    display: none; 
  }
  .icon-ferme {
    display: block; 
  }
  .icon-ouvert {
    display: none; 
  }
  .navbar-ul{
    position: absolute;
    left: 0;
    top: 5.25rem;
    right: 0;
    z-index: 2;
    display: none;
    margin-right: 5%;
    margin-left: 5%;
    padding: 2rem;
    flex-direction: column;
    border: 2px solid #0d0d0d;
    border-radius: 0.25rem;
    background-color: #fff;
  }
  .ulnavactive{
    border-bottom-style: none;
    border-radius: 0.375rem;
    background-color: rgba(0,0,0,.04);
    color: #0d0d0d;
    display: block;
    padding: 0.5rem 1rem;
  }
  .ulnav{
    display: block;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 946px){
  .navbar-icon{
    display: none;
  }
  .navbar-ul a{
    padding: 4px 0px;
  }
}
@media screen and (max-width: 341px){
  .navbar-img{
    width: 70%;
  }
  .navbar-img img{
    width: 90%;
  }
}

/*---ACCUEIL---*/
@media (max-width: 991px) {
  .accueil{
    grid-template-columns: 1fr;
    padding: 76px 0px 0px 0px;
  }

  .accgauche {
    order: 2;
    border-right: 0px solid;
  }
  .accgauche p{
    font-size: 1.375rem;
  }
  .avis-mouchard {
    position: static;   
    margin: 32px auto 0; 
    max-width: none; 
    width: 100%;
  }
  .accdroite {
    padding: 64px 0px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-left: 0px solid;
  }
}
@media screen and (max-width: 767px){
  .accgauche h1{
    font-size: 3rem;
  }
  .accgauche p{
      font-size: 1.25rem;
  }
}



/*---PARCOURS---*/
@media screen and (max-width: 991px){
  .parcours h1{
    font-size: 2.5rem;
  }
  .parcours .parc-img {
    display: none;
  }
  .schema p{
    font-size: 1.375rem;
  }
  .schema h3{
    font-size: 2rem;
  }
  .schema{
    padding: 50px 10px 50px 10px;
  }
}

/*---AVIS---*/
@media screen and (max-width: 991px){
  .padding-avis{
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-right: 5%;
    padding-left: 5%;
  }

}
@media screen and (max-width: 767px){
  .avis-icon-container{
    max-height: 15.75rem;
    max-width: 15.75rem;
  }
  .avis-image{
    width: 15.875rem;
    height: 15.875rem;
    border: 2px solid #0d0d0d;
    border-radius: 50%;
    object-fit: cover;
  }
  .avis{
    flex-direction: column;
    justify-content: center;
  }
  .avis p{
    font-size: 1.25rem;
  }
  .fleche{
    left: 45.5%;
    top: -2.75rem;
    transform: rotate(90deg);
  }
  .fleche.interieur{
    left: 45.5%;
    transform: translate(0,0.25rem) rotate(90deg);
  }
  .fleche.ombre{
    left: 47%;
    transform: rotate(90deg) translate(0,0.375rem);
  }
}

/*---EXPERIENCE---*/
@media screen and (max-width: 767px){
  .experience-head h2{
    font-size: 2rem;
  }
  .experience-label {
    font-size: 0.9rem;
  }
  .experience-description h3{
    font-size: 1.5rem;
  }
  .milieu img {
    max-height: 4rem;
  }
}
@media screen and (max-width: 1050px){
  .experience-content{
    flex-wrap: wrap;
  }
}


/*---CONTACT---*/
@media screen and (max-width: 991px){
  .titre h1{
    font-size: 2.5rem;
  }
  .titre h3{
    font-size: 1.375rem;
  }
}

/*---FOOTER---*/
@media screen and (max-width: 945px){
  .nav-footer {
    flex-direction: column;
    align-items: center;
  }
  .nav-footer-ul{
    z-index: 2;
    margin-right: 5%;
    margin-left: 5%;
    flex-direction: column;
    text-align: center;
  }
  .nav-footer-ul a{
    padding: 8px 16px;
  }
}
@media (max-width: 650px) {
  .off-mobile {
    display: none;
  }
}




