/*variables*/
/*mixins*/
@media (max-width: 1150px) {
  html header nav div ul.niv1 li.niv1 a.niv1 {
    margin-left: 5px;
    margin-right: 5px;
  }
  html header nav div ul.niv1 li.niv1 form button {
    padding: 7px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@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;
  }
  html #preheader #langues {
    right: 5px;
  }
  html #appel {
    bottom: 5px;
    right: 5px;
    width: 100px !important;
    background: rgba(255, 255, 255, 0.8);
  }
  html #appel .ligne1 {
    font-size: 0.6em;
    font-weight: 900;
  }
  html #appel .ligne2 {
    font-size: 0.8em;
  }
  html #appel .ligne3 {
    font-size: 0.8em;
    margin-bottom: 10px;
  }
  html #appel img {
    width: 50px;
    height: auto;
    margin-right: 25px;
  }
  html #cartefid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html #cartefid .bannierecarte {
    width: 100%;
    aspect-ratio: 1140 / 270;
  }
}
@media (max-width: 1096px) {
  html header nav div ul.niv1 li.niv1 form {
    width: 235px;
  }
  html header nav div ul.niv1 li.niv1 form input::placeholder {
    font-size: 0.8em;
  }
}
@media (max-width: 1053px) {
  html header nav div ul.niv1 li.niv1 a.niv1 {
    margin-left: 5px;
    margin-right: 5px;
  }
  html header nav div ul.niv1 li.niv1 form {
    width: 180px;
  }
  html main .virtual-visit .content {
    gap: 20px;
  }
  html main .virtual-visit .content .label {
    font-size: 0.9em;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
  }
  html main .virtual-visit .content a {
    margin-right: 20px;
  }
}
@media (max-width: 1000px) {
  html .mobile {
    display: inline;
  }
  html .bgnav {
    display: none !important;
  }
  html #preheader {
    height: auto;
    padding-left: 0px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html #preheader .message {
    height: auto;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2em;
  }
  html #preheader #langues {
    height: auto;
    right: -35px;
    padding-top: 5px;
    line-height: 1.2em;
  }
  html header {
    float: left;
    position: relative;
    top: initial;
  }
  html header .top {
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html header .top .logo img {
    height: 100%;
    max-width: 100%;
  }
  html header .top address {
    display: none;
  }
  html header nav {
    display: none;
  }
  html header .menumobile .menu {
    position: absolute;
    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 {
    display: inline;
    min-height: 100vh;
    margin-top: 0px;
    background: #ffffff;
    border-bottom: 0;
  }
  html header nav.active ul.niv1 li.niv1 {
    width: 100%;
  }
  html header nav.active ul.niv1 li.niv1 a.niv1 {
    margin-left: 0px;
    font-size: 1.2em;
  }
  html header nav.active ul.niv1 li.niv1 a.niv1.active {
    background: none;
  }
  html header nav.active ul.niv1 li.niv1 .niv2 {
    display: none;
  }
  html header nav.active ul.niv1 li.search form {
    width: 100%;
  }
  html header nav.active ul.niv1 li.search form input::placeholder {
    font-size: 1em;
  }
  html header nav.active ul.niv1 .ssmenu {
    display: none !important;
  }
  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(auto-fill, minmax(200px, 1fr));
    gap: 0px;
  }
  html main .brands .content a {
    width: 200px;
    height: 200px;
  }
  html main .brands .content a img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
  }
  html main .presentation .textepresentation {
    width: 100%;
    margin-right: 0;
  }
  html main .presentation .image {
    width: 100%;
    margin-left: 0;
  }
  html main.discount {
    min-height: 50vh;
  }
  html main.discount .catalog {
    width: 100%;
    margin-left: 0;
  }
  html #bandeau_services .container,
  html #bandeau_services_big .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  html #bandeau_services .deco,
  html #bandeau_services_big .deco {
    float: right;
    width: 40%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  html footer .top ul li {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
  html footer .top ul li img.logo {
    float: none;
    display: inline-block;
  }
  html footer .top ul li .facebook,
  html footer .top ul li .instagram {
    float: none;
    display: inline-block;
    margin-right: 10px;
  }
  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;
  }
}
@media (max-width: 460px) {
  html #preheader .message {
    padding-right: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@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 */