<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    font-size: 16px;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}
*, :after, :before {
    -moz-box-sizing: inherit;
    box-sizing: border-box;
}
body {
    font-family: "Rubik",sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: #17243f;
    margin: 0;
    overflow-x: hidden;
    line-height: 1.5;
}
body main{
    overflow: hidden;
}

html.active-search,
html.active-search body{
    overflow: hidden;
}
.d-flex{
    display: flex !important;
}
.align-items-center{
    align-items: center;
}
.align-content-center{
    align-content: center;
}
.align-items-start{
    align-items: flex-start;
}
.align-items-end{
    align-items: flex-end; 
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.flex-column{
    flex-direction: column;
}
.flex-row{
    flex-direction: row;
}
.justify-content-end{
    justify-content: flex-end;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-arround{
    justify-content: space-around;
}
.justify-content-start{
    justify-content: flex-start;
}
.justify-content-between{
    justify-content: space-between;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1800px) {
    .container {
        max-width: 1770px;
    }
}
@media (min-width: 1410px) and (max-width: 1589px) {
    .container {
        max-width: 1380px;
    }
}
/** width **/
.w-100{
    width: 100%;
}
.w-75{
    width: 75%;
}
.w-25{
    width: 25%;
}
.row{
    width: 100%;
    display: flex;
}
.w-xl-2{
    width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px;
}
.w-xl-6{
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
.w-xl-8{
    width: 66.66667%;
    padding-right: 15px;
    padding-left: 15px;
}
.w-xl-7{
    width: 58.3333%;
    padding-right: 15px;
    padding-left: 15px;
}
.w-xl-3{
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
.w-xl-5{
    width: 41.6667%;
    padding-right: 15px;
    padding-left: 15px;
}
.w-xl-4{
    width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px;
}
.max-width-100{
    max-width: 100%;
}
/*** ul **/
ul,
ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
/** p **/
.p-0{
    padding: 0 !important;
}
.p-15{
    padding: 0 15px;
}
.pr-10{
    padding-right: 10px;
}
.pr-7{
    padding-right: 7px;
}
.pr-5{
    padding-right: 5px;
}
.pt-10{
    padding-top: 10px !important;
}
.p-special{
    padding-right: 150px;
}
.m-0{
    margin: 0 !important;
}
.ml-30{
    margin-left: 30px;
}
.mr-30{
    margin-right: 30px;
}
.mr-15{
    margin-right: 15px;
}
.mb-15{
    margin-bottom: 15px;
}
.ml-n{
    margin-left: -5px;
}
/** img **/
img {
    vertical-align: middle;
}
/** button **/
#header .main_menu:not(.menu-busness) ul li a.red-color,
#header .main_menu:not(.menu-busness) ul li a:hover,
#header .main_menu:not(.menu-busness) ul li a span.tag.red-color{
    color: #ed1c24 !important;
}
#header .main_menu ul li a.bold,
#header .main_menu ul li a span.tag.bold{
    font-weight: bold !important;
}
#header .main_menu ul li a span.tag{
    padding-left: 5px;
}
.button-red{
    border-radius: 25px;
    background-color: #ED1C24;
    border-color: #ED1C24;
    padding: 6px 31px;
    font-size: .8125rem;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}
.button-red.white {
    color: #ED1C24;
    background-color: #fff;
}
.button-red.green{

}
.button-red:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
/** p-relative **/
.p-relative{
    position: relative;
}
/*** heights **/
.h-100{
    height: 100% !important;
}
/** display **/
.d-none{
    display: none;
}
/** section modele global style **/
body .section-modele{
    margin-bottom: 50px !important;
}
/** boutton slide **/
.button-slide{
    font-weight: 700;
    border-radius: 30px;
    font-size: 26px;
    padding: .5rem 1.25rem;
    position: relative;
    z-index: 2;
    font-family:sans-serif;
}
.title_block_main{
    font-size: 26px;
    text-align: center;
    color: #221E20;
    text-transform: uppercase;
    font-family: 'Rubik';
    font-weight: 700;
    margin: 0 0 20px 0 !important;
}
.button-white{
    background-color: rgb(255, 255, 255) !important;
    color: rgb(237, 28, 36) !important;
}
/*** slick dots **/
.slick-dots-custom .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.slick-dots-custom  .slick-dots&gt;li{
    margin-right: 8px;
}
.slick-dots-custom  .slick-dots&gt;li button{
    background: #E0E0E0 0% 0% no-repeat padding-box;
    color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 14px;
    width: 14px;
}
.slick-dots-custom  .slick-dots&gt;li.slick-active button{
    background: #ED1C24;
    width: 25px;
    border-radius: 10px;
}
.link-absolute{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    color: transparent;
    opacity: 0;
    font-family: sans-serif;
}
.d-only-mobile,
.sr-only{
    display: none;
}
a.shop-url{
    position: absolute;
    width: 122%;
    height: 100%;
    background: transparent;
    z-index: 1000;
    left: 0;
    top: 0;
}
img{
    max-width: 100%;
}
.slick-initialized{
    flex-wrap: wrap;
}
.slick-row{
    display: flex;
}
/*** correctif desktop **/
.eddenyalive .button-red{
    padding: .25rem .5rem;
}
#header .wbheadstore a:hover,
.wbheadmap li a:hover{
    color: rgb(237, 28, 35) !important;
}
#header .wbheadstore a:hover{
    font-weight: 800;
    background: #fff;
}
.wbheadmap li a img{
    margin-top: -3px;
}
@media (min-width: 1800px){ 
    .p-special {
        padding-right: 90px;
    }
}
@media (min-width: 1200px) and (max-width: 1340px) { 
    .button-elligibility {
        margin-right: 25px!important;
    }
    .p-special {
        padding-right: 0 !important;
    }
}
@media (min-width: 943px) and (max-width: 1147px) { 
    .button-slide{
        font-size: 15px;
        padding: 0.3rem .55rem;
    }
}
@media (min-width: 1147px) and (max-width: 1340px) { 
    .button-slide{
        font-size: 14px;
        padding: 0.35rem 1.1rem;
    }
}
@media (min-width: 1246px) and (max-width: 1246px) { 
    .button-slide{
        font-size: 15.6px;
        padding: .38rem 1.1rem;
    }
}
@media (min-width: 1340px) and (max-width: 1495px) { 
    .button-slide{
        font-size: 16.3px;
        padding: .4rem 1.25rem;
    }
}
@media (min-width: 1632px) and (max-width: 1800px) { 
    .button-slide{
        font-size: 21px;
        padding: .4rem 1.25rem;
    }
}
@media (min-width: 1495px) and (max-width: 1631px) { 
    .button-slide{
        font-size: 19px;
        padding: .5rem 1.25rem;
    }
}
@media (min-width:  992px ) and (max-width: 1410px){
    .p-special {
        padding-right: 45px;
    }
}
@media(min-width:992px) and (max-width:1589px){
    .meilleur-pour-vous .product-miniature{
        max-width: calc( 100% - 30px );
    }
}

@media(max-width:1589px){
    .catalogue-eshop .blocs-imgages .w-xl-5 {
        width: 41.66667% !important;
    }
    .catalogue-eshop .blocs-imgages .w-xl-3 {
        width: 25% !important;
    }
    .catalogue-eshop .blocs-imgages .w-xl-4 {
        width: 33.33333% !important;
    }
}
@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media(max-width:768px){
    body div div&gt;.title_block_main{
        margin-bottom: 28px  !important;
        font: normal normal 600 11px / 17px Rubik;
        font-size: 18px;
        text-transform: uppercase;
    }
    .d-only-mobile{
        display: flex;
        align-items: center;
    }
}</pre></body></html>