
@media screen and (min-width: 961px){
  .bg-responsive-menu{
   opacity: 0 !important;
  }  
}
@media screen and (max-width: 960px) {
  .nav-li-img img{
  }
  .nav-li-1, .nav-li-2{
    display: none !important;
  }
  .contain-accueil{
    padding: 110px 40px 0px 80px !important;
  }
}

@media screen and (max-width: 500px){
  .nav-li-img img{
    width: 100% !important;
  }
}

/* Animation dropdown Menu */
@media screen and (min-width: 768px){
}

/* Fin animation dropdown menu */


@media screen and (max-width: 768px){
  .slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: fit-content;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slide h1{
    font-size: 20px;
    text-align: center;
  }
  .slider .slide {
    height: 50px;
    width: 140px;
    margin-bottom: 20px;
  }
  .slider .slide-track {
    -webkit-animation: scroll 10s linear infinite;
    animation: scroll 10s linear infinite;
    display: flex;
    width: calc(200px * 14);
  }
  .slider::before, .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 0px;
    position: absolute;
    width: 40px;
    z-index: 2;
  }
}
      

    /* CONTAIN ACCUEIL */
@media screen and (max-width: 768px){    
  .contain-accueil{
    top: 300px;
    left: 30px;
  }
}

@media screen and (max-width: 400px){
  .devis button span{
    font-size: 12.5px !important;
  }
}

/*@media screen and (max-width: 386px){
  .devis button span{
    font-size: 11px !important;
  }
}*/



/* NAV RESPONSIVE */
.offcanvas.offcanvas-start{
  width: 70% !important;
}
@media screen and (max-width: 500px){
  .offcanvas.offcanvas-start{
    width:  100% !important;
  }
}
.offcanvas-menu{
  border: 1px solid #ffb142;
}
/*.offcanvas.hiding, .offcanvas.show, .offcanvas.showing{
  transition: 0.5s !important;
}*/

.accordion-button-menu{
  padding: 0px 20px 0px 0px !important;
}
.offcanvas-body-menu > div > ul{
  list-style-type: none;
}
.offcanvas-body-menu li a{
  text-decoration: none;
  color: black;
  display: flex;
}
.btn-close-menu{

}


.offcanvas-header-menu{
  justify-content: space-between;
}
.accordion-header-menu button span{
  color: black !important;
  font-size: 20px;
}
.offcanvas-body-menu{
  margin-top: 40px;
}
.accordion-body-menu ul{
  list-style-type: none !important;
  padding: 0;
  text-align: center;
  width: 80%;
  padding-top: 10px;
}
.accordion-body-menu ol, ul{
  padding-right: 2rem !important;
}
.accordion-body-menu a svg{
  margin-right: 20px;
}
.accordion-body-menu a span{
  vertical-align: middle;
}

/* FIN NAV FRESPONSIVE */