/*variables*/
/*mixins*/
@media (max-width: 1720px) {
  html .nos-partenaires .blocs {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-bottom: 80px;
  }
  html .nos-partenaires .blocs div {
    flex: 0 0 50%;
    width: 50%;
    display: inline-block;
    text-align: center;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1140px) {
  html .center {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1000px) {
  html .mobile {
    display: inline;
  }
  html .bgnav {
    display: none !important;
  }
  html #promo-content .left {
    width: 100%;
    height: auto;
  }
  html #promo-content .right {
    float: right;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  html header {
    float: left;
    position: relative;
    top: initial;
    overflow: hidden;
  }
  html header nav {
    margin-right: -2000px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
    margin-top: 0px;
    background: #5A6771;
    border-bottom: 0;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  html header nav ul.niv1 {
    height: 100%;
  }
  html header nav ul.niv1 li.niv1 {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  html header nav ul.niv1 li.niv1 a.niv1 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
  }
  html header nav ul.niv1 li.niv1 a.niv1:hover {
    color: #F58C29;
  }
  html header nav ul.niv1 li.niv1 a.niv1.active {
    color: #F58C29;
    background: none;
  }
  html header nav ul.niv1 li.niv1 .niv2 {
    display: none;
  }
  html header nav ul.niv1 .ssmenu {
    display: none !important;
  }
  html header .menumobile .menu {
    position: absolute;
    z-index: 1000000;
    top: 35px;
    right: -15px;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 7px;
    cursor: pointer;
  }
  html header .menumobile .menu.active:before {
    animation: slideLeft 0.2s 0.05s ease-out forwards;
  }
  html header .menumobile .menu.active:after {
    animation: slideRight 0.2s 0.05s ease-out forwards;
  }
  html header .menumobile .menu.active .bar {
    animation: rotate45 0.2s ease-out forwards;
  }
  html header .menumobile .menu.active .bar:last-child {
    animation: rotate135 0.2s 0.2s ease-out forwards;
  }
  html header .menumobile .menu.back:before {
    transform: translateX(-120%);
    animation: slideBack 0.2s 0.05s ease-out forwards;
  }
  html header .menumobile .menu.back:after {
    transform: translateX(120%);
    animation: slideBack 0.2s 0.05s ease-out forwards;
  }
  html header .menumobile .menu.back .bar {
    transform: rotate(-45deg);
    animation: rotateBack 0.2s ease-out forwards;
  }
  html header .menumobile .menu.back .bar:last-child {
    transform: rotate(-135deg);
    animation: rotateBack 0.2s 0.2s ease-out forwards;
  }
  html header .menumobile .menu:before {
    content: '';
    display: block;
    width: 32px;
    height: 5px;
    background: #fff;
  }
  html header .menumobile .menu:after {
    content: '';
    display: block;
    width: 32px;
    height: 5px;
    background: #fff;
  }
  html header .menumobile .menu .bar {
    display: block;
    width: 32px;
    height: 5px;
    background: #fff;
    margin: 7px 0;
  }
  html header .menumobile .menu .bar:last-child {
    opacity: 0;
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
  }
  html header nav.active {
    margin-right: 0;
  }
  html header.scrolled {
    height: 100px;
  }
  html header.scrolled .logo {
    margin-top: 25px;
  }
  html header.scrolled .logo img {
    width: 180px;
    height: auto;
  }
  html .slideshow {
    padding-top: 0;
  }
  html .slideshow .rslides {
    height: 200px;
  }
  html .slideshow .rslides li a {
    display: none;
    margin-right: 20px;
    padding: 10px;
    font-size: 0.9em;
  }
  html main {
    margin-top: 0px;
    padding-top: 20px;
  }
  html main .slideshow .rslides li .image-left {
    display: none;
  }
  html main .slideshow .rslides li .image-right {
    display: none;
  }
  html main .slideshow .rslides li .image {
    display: none;
  }
  html main .slideshow .rslides li .text-center {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  html main .slideshow .rslides li .text-center .text a {
    margin-top: 20px;
    font-size: 0.7em;
  }
  html main .slideshow .rslides li .text-right {
    width: 100%;
  }
  html main .slideshow .rslides li .text-right .promotions {
    font-size: 1em;
  }
  html main .virtual-visit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html main .virtual-visit .content {
    display: inline;
    padding: 20px;
    text-align: center;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html main .virtual-visit .content .label {
    text-align: center;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  html main .virtual-visit .content .text {
    width: 100%;
    text-align: center;
  }
  html main .virtual-visit .content .deco {
    width: 100%;
    height: auto;
    margin-top: 5px;
  }
  html main .virtual-visit .content a {
    margin-top: 10px;
    margin-right: 0;
  }
  html main .categories h2 {
    padding-bottom: 40px;
    font-size: 1.2em;
  }
  html main .products-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  html main .product .slideshow-product ul {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  html main .product .slideshow-product ul li {
    height: 70px;
  }
  html main .brands .content {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  html #accueil {
    padding-top: 40px;
  }
  html #accueil .blocs {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 30px;
  }
  html #accueil .blocs a {
    width: 100%;
  }
  html #services ul li,
  html #produits ul li,
  html #realisations ul li,
  html #contact-devis ul li,
  html #services ul li {
    width: auto;
    margin-right: 30px;
  }
  html #services ul.liste-produits li,
  html #produits ul.liste-produits li,
  html #realisations ul.liste-produits li,
  html #contact-devis ul.liste-produits li,
  html #services ul.liste-produits li {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
  html #services .content .menu,
  html #produits .content .menu,
  html #realisations .content .menu,
  html #contact-devis .content .menu,
  html #services .content .menu {
    width: 100%;
    padding-bottom: 20px;
  }
  html #services .content .menu li,
  html #produits .content .menu li,
  html #realisations .content .menu li,
  html #contact-devis .content .menu li,
  html #services .content .menu li {
    width: auto;
    margin-right: 30px;
  }
  html #services .content .encart,
  html #produits .content .encart,
  html #realisations .content .encart,
  html #contact-devis .content .encart,
  html #services .content .encart {
    width: 100%;
  }
  html #services .slide,
  html #produits .slide,
  html #realisations .slide,
  html #contact-devis .slide,
  html #services .slide {
    height: 165px;
    padding-left: 50px;
    padding-right: 50px;
  }
  html #services .slide .slider,
  html #produits .slide .slider,
  html #realisations .slide .slider,
  html #contact-devis .slide .slider,
  html #services .slide .slider {
    height: 165px;
  }
  html #services .slide .slider li,
  html #produits .slide .slider li,
  html #realisations .slide .slider li,
  html #contact-devis .slide .slider li,
  html #services .slide .slider li {
    width: 165px;
    height: 165px;
  }
  html #contact-devis .left {
    width: 100%;
    max-width: 100%;
  }
  html #contact-devis #blocaddress {
    float: right;
    width: 100% !important;
    position: relative;
    right: initial;
    top: initial;
  }
  html #contact-devis address {
    float: left;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #5A6771;
    border-bottom: 0;
  }
  html .nos-partenaires h3,
  html .nos-garanties h3 {
    padding-bottom: 80px;
  }
  html .nos-partenaires .blocs,
  html .nos-garanties .blocs {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 60px;
  }
  html .nos-partenaires .blocs div,
  html .nos-garanties .blocs div {
    flex: 0 0 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0px;
  }
  html .nos-partenaires .blocs div h4,
  html .nos-garanties .blocs div h4 {
    padding-bottom: 20px;
    font-size: 1.4em;
    font-weight: 600;
  }
  html .nos-partenaires .blocs div p,
  html .nos-garanties .blocs div p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.6em;
  }
  html .nos-partenaires a,
  html .nos-garanties a {
    display: inline-block;
    padding: 15px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 300;
  }
  html footer .top ul li {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  html footer .top ul li .titre {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  html footer .top ul li:first-child {
    width: 100%;
  }
  html footer .top ul li:last-child {
    width: 100%;
    text-align: center;
  }
  html footer .middle ul.niv1 li.niv1 {
    width: 100%;
    padding-bottom: 40px;
  }
  html footer .middle ul.niv1 li.niv1:first-child {
    width: 100%;
  }
  html footer .middle ul.niv1 li.niv1:last-child {
    width: 100%;
  }
  html footer .bottom {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  html footer .bottom p span.nomobile {
    display: none;
  }
  html footer .bottom p span {
    float: left;
    width: 100%;
    padding-bottom: 10px;
  }
  html footer .bottom p a img {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 5px;
  }
}
@media (max-width: 700px) {
  html main .product .slideshow-product ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  html main .product .infos .buttons .callus,
  html main .product .infos .buttons .infosplus {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    justify-content: center;
  }
  html #produits ul.liste-produits li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 428px) {
  html header .top {
    height: auto;
  }
  html header .top .logo {
    width: 100%;
    text-align: left;
  }
  html header .top .accroche {
    width: 100%;
    text-align: left;
    margin-left: 0px;
    margin-top: 3px;
    font-size: 0.9em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html main .categories-big ul li {
    width: 100%;
  }
  html main .product .slideshow-product {
    width: 100%;
  }
  html main .product .slideshow-product ul {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  html main .product .slideshow-product ul li {
    height: 50px;
  }
  html main .product .infos {
    width: 100%;
  }
  html main .products-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  html #bandeau_services .container,
  html #bandeau_services_big .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@keyframes rotate135 {
  form {
    opacity: 1;
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    transform: rotate(-135deg);
  }
}
@keyframes rotate45 {
  to {
    transform: rotate(-45deg);
  }
}
@keyframes rotateBack {
  to {
    transform: rotate(0);
  }
}
@keyframes slideRight {
  to {
    transform: translateX(122%);
  }
}
@keyframes slideLeft {
  to {
    transform: translateX(-122%);
  }
}
@keyframes slideBack {
  to {
    transform: translateX(0);
  }
}
/*# sourceMappingURL=responsive.css.map */