body {
    font-family: 'Circular Std', sans-serif, serif;
    font-weight: 500;
    font-size: 16px;
    color: #38373c;
}
.b-header {
    background: #ed1c24;
    padding: 40px 0;
}
.b-logo-header {
    max-width: 160px;
    display: block;
    margin: auto;
}
.b-menu-top {
    position: absolute;
    bottom: -40px;
}
.menu-item {
    padding: 18px 20px;
    background: #ed1c24;
    border: 1px solid #d50810;
    border-bottom: none;
    border-left: none;
    position: relative;
}
.menu-item:first-child {
    border-left: 1px solid #d50810;
}
.menu-item.current-menu-item,
.menu-item:hover {
    background: #fff;
    border-color: #fff;
    transition: all 400ms ease-in-out;
}
.menu-item a {
    display: block;
    color: #fff;
}
.menu-item.current-menu-item a,
.menu-item:hover a {
    color: #38373c;
}
.menu-item
.b-burger { 
    width: 20px;
    display: inline-block;
    transition: all 400ms ease-in-out;
    color: #38373c;
    cursor: pointer;
    text-transform: uppercase;
    height: 14px;
    position: relative;
    margin-right: 10px;
}
.b-burger:after { 
    content: ''; 
    width: 120px; 
    background: #fff; 
    display: inline-block; 
    position: absolute; 
    left: 0; 
    top: 0; 
    z-index: -1;
    bottom: 0;
}
.b-burger > span { 
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
}
.b-burger > span:before { 
    width:100%;
    height:2px; 
    background:#fff; 
    position:absolute; 
    right:0; 
    top:8px; 
    content:"";
}
.b-burger > span:after { 
    width:100%; 
    height:2px; 
    background:#fff; 
    position:absolute; 
    right:0; 
    top:-8px; 
    content:"";
}
.menu-item.current-menu-item .b-burger > span,
.menu-item.current-menu-item .b-burger > span:before,
.menu-item.current-menu-item .b-burger > span:after,
.menu-item:hover .b-burger > span,
.menu-item:hover .b-burger > span:before,
.menu-item:hover .b-burger > span:after{
    background:#ed1c24; 
}
.b-burger.open > span { 
    height:0px;
}
.b-burger.open > span:before { 
    top:0;
    transform:rotate(45deg);
}
.b-burger.open > span:after	{ 
    top:0;
    transform:rotate(-45deg);
}
.b-search {
    background: #d50810;
    border-radius: 50px;
    overflow: hidden;
    padding: 15px 22px;
    width: 300px;
}
.b-search .form-control {
    padding: 0;
    background: transparent !important;
    border: none;
    height: auto;
    box-shadow: none;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
}
.b-search .form-control::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}
.b-search .form-control::placeholder {
    color: #fff !important;
}
.b-search .form-control::-webkit-input-placeholder { 
    color: #fff !important;
}
.b-search .form-control::-moz-placeholder {
    color: #fff !important;
}
.b-search .form-control:-ms-input-placeholder { 
    color: #fff !important;
}
.b-search .form-control:-moz-placeholder { 
    color: #fff !important;
}
.b-search .btn {
    background-color: transparent !important;
    border: none;
    font-size: 0;
    background-image: url('../images/ico-search.png');
    background-repeat: no-repeat;
    height: 25px;
    box-shadow: none !important;
    transition: all 400ms ease-in-out;
}
.b-search .btn:hover {
    opacity: 0.7;
}
.d-banner {
    padding-left: 0;
    padding-right: 0;
    /* height: calc(100vh - 540px); */
    /* height: 490px; */
}
.d-banner .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: url('../images/ico-arrow-black.png');
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.d-banner .slick-arrow:hover {
    opacity: 0.7;
}
.d-banner .slick-arrow.slick-prev {
    left: 20px;
    transform: rotate(-180Deg);
}
.d-banner .slick-arrow.slick-next {
    right: 20px;
}
.d-banner .slick-track {
    /* height: 490px; */
    overflow: hidden;
}
.d-banner-cta img,
.d-banner img {
    height: auto;
    object-fit: cover;
}
.d-banner-cta {
    padding-left: 0;
    padding-right: 0;
    /* background: #eeeeee; */
    /* height: calc(100vh - 525px); */
    /* height: 490px; */
    overflow: hidden;
}
.d-banner-cta .slick-track {
    /* height: 490px; */
    overflow: hidden;
}

/* list produit */
.b-list-section {
    margin-top: 40px;
    margin-bottom: 40px;
}
.b-list-section .b-title-col {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align:flex-end;
    align-items: flex-end;
    margin-bottom: 22px;
}
.b-list-section .b-title-list {
    padding: 18px;
    background: #ed1c24;
    color: #fff;
    text-transform: uppercase;
    line-height: initial;
    font-size: 16px;
}
.b-list-section .b-all-link {
    color: #38373c;
    font-size: 16px;
    background-image:url('../images/ico-arrow.png') ;
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: right center;
}
.b-list-section .b-all-link:hover {
    color: #ed1c24;
    transition: all 400ms ease-in-out;
}
.b-list-section .b-list-col {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.b-list-section.p-page-list .b-list-col {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}
.b-list-section .b-list-item {
    width: 230px;
    padding: 10px;
    border: 5px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    transition: all 400ms ease-in-out;
    background-color: #fff;
    min-height: 230px;
    min-width: 200px;
}
.b-list-section.p-page-list .b-list-col .b-list-item{
    width: auto;
}
.b-list-section .b-list-item:hover {
    border-color: #ed1c24;
    opacity: 0.7;
}
.b-list-section .b-txt-new,
.b-list-section .b-txt-promo {
    display: inline-block;
    padding: 12px 10px 10px 10px;
    color: #fff;
    background: #ed1c24;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: -35px;
    top: 15px;
    transform: rotate(45deg);
    text-align: center;
    width: 130px;
    text-transform: uppercase;
}
.b-list-section .b-txt-promo {
    text-transform: uppercase;
}
.b-promo.b-list-section .b-txt-new {
    text-transform: uppercase;
}
.b-list-section .b-list-thumb {
    margin-bottom: 5px;
}
.b-list-section .b-list-thumb .b-thumb-img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}
.b-list-section .b-list-txt {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 115px);
    overflow: hidden;
}
.b-list-section .b-list-slick .b-list-txt,
.b-list-section .b-slick-details .b-list-txt {
    height: 85px;
}
.b-list-section .b-txt-title {
    color: #ed1c24;
    display: block;
    text-align: center;
    line-height: 20px;
    text-transform: lowercase !important;
    max-height: 40px;
    overflow: hidden;
}
.b-list-section .b-txt-title::first-letter {
    text-transform: uppercase !important;
}
.b-list-section .b-txt-price {
    margin-top: 6px;
}
.b-list-section .b-txt-price-old {
    display: block;
    text-align: center;
    color: #999999;
    font-size: 14px;
    text-decoration: line-through;
}
.b-list-section .b-txt-price-new {
    display: block;
    text-align: center;
    color: #38373c;
    line-height: 20px;
}
.b-cta-offre {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-color: #eeeeee;
    height: 490px;
    position: relative;
}
.b-cta-bg {
    width: 50vw;
    top: 0;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    right: 0;
}
.b-cta-bg .b-cta-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-cta-offre-info {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
    position: relative;
}
.b-offre-sold {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    background: #e30613;
    padding: 40px 20px;
    color: #fff;
    text-align: center;
}
.b-offre-sold span {
    display: block;
    text-align: center;
    font-size: 48px;
    line-height: 48px;
}
.d-date-offre {
    font-size: 18px;
}
.d-titre-offre h3 {
    font-size: 36px;
    line-height: initial;
}
.d-titre-offre h3 span {
    display: block;
    text-transform: uppercase;
    font-size: 40px;
    color: #ed1c24;
}
.b-offre-link {
    display: inline-block;
    padding: 20px;
    border: 1px solid #38373c;
    color: #38373c;
    transition: all 400ms ease-in-out;
}
.b-offre-link:hover {
    color: #38373c;
    opacity: 0.7;
}
.b-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ed1c24;
}
.b-nav-footer {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items: center;
    height: 100%;
}
.b-nav-footer-item {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.b-nav-footer-item,
.b-nav-footer-item a {
    font-size: 14px;
    color: #fff;
}
.b-nav-footer-item a:hover {
    opacity: 0.7;
}
.b-nav-footer-item:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
}
.b-nav-adress:before {
    content: url('../images/ico-map.png');
}
.b-nav-mail:before {
    content: url('../images/ico-mail.png');
}
.b-nav-tel:before {
    content: url('../images/ico-phone.png');
}
.b-social {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    -webkit-box-pack: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items: center;
    height: 100%;
}
.b-social-link {
    width: 50px;
    height: 50px;
    background-color: #d50810;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 0;
    transition: all 400ms ease-in-out;
}
.b-social-link:hover {
    opacity: 0.7;
}
.b-social-link.b-social-fb {
    background-image: url('../images/ico-fb.png');
}
.b-social-link.b-social-insta {
    background-image: url('../images/ico-insta.png');
}
.b-social-link.b-social-linkedin {
    background-image: url('../images/ico-link.png');
}
.b-social-link.b-social-tiktok {
    background-image: url('../images/ico-tiktok.png');
}
.b-copy-maki {
    margin-top: -15px;
}
.b-copy-maki,
.b-copy-maki a {
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: all 400ms ease-in-out;
}
.b-copy-maki a {
    text-decoration: underline;
}
.b-copy-maki a:hover {
    opacity: 0.7;
}
.b-copy-maki img {
    margin-right: 10px;
}

/* page liste */
.b-page-title {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Détails */
.p-row-details {
    margin-top: 20px;
}
.p-produit-image {
    width: calc(100% - 40px);
    overflow: hidden;
    position: relative;
    padding: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.b-list-section .p-produit-image .b-txt-new {
    right: -30px;
    left: inherit;
    width: 110px;
    top: 10px;
}
.p-product-info {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
}
.p-product-info h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.p-product-info p {
    font-size: 16px;
    line-height: 150%;
}
.p-separator-details {
    margin-top: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #cccccc;
}
.p-produit-detail span {
    display: block;
    margin-bottom: 20px;
}
.p-info-bottom.b-txt-price {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items: center;
}
.p-info-bottom.b-txt-price .b-txt-price-old,
.p-info-bottom.b-txt-price .b-txt-price-new {
    font-size: 24px;
}
.p-info-bottom.b-txt-price .b-txt-price-new {
    padding: 15px 30px;
    background: #ed1c24;
    border-radius: 50px;
    color: #fff;
    margin-left: 40px;
}
.b-list-section.p-others-produts {
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 40px;
}
.p-page-nav-title {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align:flex-end;
    align-items: flex-end;
    margin-top: 56px;
    margin-bottom: 40px;
}
.p-page-nav-title .b-page-title { 
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
    padding: 18px;
    background: #ca0511;
    color: #fff;
}
.p-page-nav-title.p-page-nav-title-center {
    justify-content: center;
}
.p-page-nav-title span {
    min-width: 95px;
}
.b-link-arrow {
    color: #38373c;
    font-size: 16px;
    background-repeat: no-repeat;
}
.b-link-arrow.b-arrow-prev {
    padding-left: 32px;
    background-image: url('../images/ico-arrow-prev.png');
    background-position: left center;
}
.b-link-arrow.b-arrow-next {
    padding-right: 32px;
    background-image: url('../images/ico-arrow.png');
    background-position: right center;
}
.b-link-arrow:hover {
    color: #ed1c24;
}
.b-bloc-ref {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
}
.b-txt-ref span {
    color: #ed1c24;
}
.b-price-ref {
    font-size: 24px;
    line-height: 24px;
    color: #ed1c24;
}
.b-bloc-ref {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align:flex-end;
    align-items: flex-end;
}

/* Sous menu */
.b-sub-menu {
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100vw - (100vw - 1230px));
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    z-index: 9;
    transition: all 400ms ease-in-out;
}
.b-sub-menu .b-sub-item {
    width: 20%;
    border-left: none;
    position: relative;
    margin-right: 1px;
}
.b-sub-menu .b-sub-item:last-child {
    margin-right: 0;
}
.b-sub-menu .b-menu-ico {
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    padding: 15px 10px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
}
.b-img-ico {
    margin-right: 12px;
}
.menu-item .b-sub-menu .b-menu-ico {
    color: #fff;
    cursor: pointer;
}
.b-sub-menu a {
    font-weight: 350;
    font-size: 12px;
}
.b-sub-menu .b-menu-ico.b-menu-meuble {
    background-color: #A01D26;
}
.b-sub-menu .b-menu-ico.b-menu-decoration {
    background-color: #00A1AD;
}
.b-sub-menu .b-menu-ico.b-menu-cuisine {
    background-color: #8CB04B;
}
.b-sub-menu .b-menu-ico.b-menu-electromenager {
    background-color: #EF7A41;
}
.b-sub-menu .b-menu-ico.b-menu-image_et_son {
    background-color: #0073A5;
}
.b-sub-menu .b-menu-ico.b-menu-meuble:before {
    background-image: url('../images/ico-meuble.png');
}
.b-sub-menu .b-menu-ico.b-menu-decoration:before {
    background-image: url('../images/ico-deco.png');
}
.b-sub-menu .b-menu-ico.b-menu-cuisine:before {
    background-image: url('../images/ico-cuisine.png');
}
.b-sub-menu .b-menu-ico.b-menu-electromenager:before {
    background-image: url('../images/ico-eletromenager.png');
}
.b-sub-menu .b-menu-ico.b-menu-image_et_son:before {
    background-image: url('../images/ico-media.png');
}
.b-sub-menu-niv2 {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    transition: all 400ms ease-in-out;
    z-index: 9;
    min-width: 100%;
}
.b-sub-item.show .b-sub-menu-niv2 {
    display: block;
}
.b-menu-link-niv2 {
    padding: 6px 20px;
}
.b-sub-menu-niv3 a {
    display: block;
    padding: 6px 20px;
    text-transform: uppercase;
    color: #fff !important;
}
.b-sub-menu-niv3 {
    padding: 4px 10px;
    display: none;
    transition: all 400ms ease-in-out;
    max-height: 250px;
}
.current .b-sub-menu-niv3 {
    display: block;
}
.b-sub-item-niv2 {
    position: relative;
    cursor: pointer;
}
.b-sub-item-niv2.current a {
    color: #fff;
}
.b-menu-niv2-hasChild {
    background-image: url(../images/ico-down.png);
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: center right 15px;
}
.b-sub-menu a:hover {
    background-color: rgba(0,0,0,0.2);
}

.b-nav-mobile {
    display: none;
    position: relative;
}
.menu-item .b-sub-menu-niv2 .b-menu-link-niv2 {
    white-space: nowrap;
    padding-right: 40px;
    color: #fff;
}
.b-toogle-mobi-niv1 {
    display: none;
}
.b-breadcrumb {
    padding: 15px 0;
    margin-top: 55px;
}
.b-breadcrumb span {
    font-size: 14px;
    color: #ed1c24;
    margin-right: 10px;
    min-width: 95px;
}
.b-breadcrumb .b-breadcrumb-nav {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items: center;
    font-size: 14px;
    color: #38373c;
}
.b-breadcrumb .b-breadcrumb-nav li,
.p-product-info h2 {
    text-transform: lowercase;
}
.b-breadcrumb .b-breadcrumb-nav li::first-letter,
.p-product-info h2::first-letter {
    text-transform: uppercase;
}
.b-dreadcrumb-link {
    color: #38373c;
    white-space: nowrap;
    text-transform: lowercase;
}
.b-dreadcrumb-link:hover {
    color: #ed1c24;
}
.b-dreadcrumb-link::first-letter {
    text-transform: uppercase;
}
.b-dreadcrumb-link:after {
    content: '>';
    color: #ed1c24;
    margin-left: 10px;
    margin-right: 10px;
}

/* Element slick */
.b-list-section .b-list-slick .slick-list,
.b-list-section .b-slick-details .slick-list {
    margin-left: -14px;
    margin-right: -14px;
}
.b-list-section .b-list-slick .b-list-item,
.b-list-section .b-slick-details .b-list-item {
    margin-left: 14px;
    margin-right: 14px;
}
.b-list-slick .slick-dots {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}
.b-list-slick .slick-dots {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}
.b-list-slick button {
    background: #dbdbdb;
    border: none;
    outline: none !important;
    margin: 0 6px;
    width: 12px;
    height: 12px;
    font-size: 0;
    padding: 0;
    display: block;
}
.b-list-slick .slick-active button {
    background: #ed1c24;
}
.slick-track,
.slick-list {
    min-width: 100%;
}
.b-slick-details .slick-track {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
}
/* Preload */
#preloader { 
    background: #ffffff url(../images/loader.svg) no-repeat center; 
    background-size:50px 50px;
    height: 100vh;width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items: center; 
}
.pre-logo { 
    position: relative;
    top:-80px; 
}
.d-banner-cta .banner-mobi,
.d-banner .main-banner-mobi {
    display: none;
}

.b-search-section,
.page-full-height {
    min-height: calc(100vh - 376px);
}
.single-full-height {
    min-height: calc(100vh - 427px);
}
.b-no-product {
    width: 100%;
    grid-column: span 5;
    text-align: center;
    margin-top: 40px;
}
.menu-promo {
    cursor: pointer;
    color: #fff;
    display: block;
}
.menu-item.current-menu-item .menu-promo,
.menu-item:hover .menu-promo {
    color: #38373c;
}

@media (max-width:1300px) { 
    .b-sub-menu {
        width: calc(100vw - 40px);
    }
}
@media (max-width:1200px) {
    .b-list-section .b-list-item {
        width: 240px;
    }
    .b-list-section.p-page-list .b-list-col {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width:1024px) {
    .b-header {
        padding: 24px 0;
    }
    .b-menu-top {
        bottom: -24px;
    }
    .b-list-section {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .b-footer {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .p-page-list .b-list-item {
        margin-top: 0;
    }
    .b-list-section .b-list-item {
        width: 230px;
    }
    .b-footer .col-md-3 {
        padding-left: 0;
    }
    .b-social-link:first-child {
        margin-left: 0;
    }
    .b-list-section.p-others-produts {
        padding-bottom: 20px;
    }
    .p-page-nav-title {
        margin-bottom: 20px;
    }
    .b-search-section,
    .page-full-height {
        min-height: calc(100vh - 259px);
    }
}
@media (max-width:992px) {
    .p-page-nav-title,
    .b-breadcrumb {
        margin-top: 0;
    }
    .b-sub-menu {
        display: none;
    }
    .menu-item.active .b-sub-menu {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .b-list-section.p-page-list .b-list-col {
        grid-template-columns: repeat(3, 1fr);
    }
    .b-menu-top.open .b-burger,
    .b-sub-item:hover .b-sub-menu-niv2 {
        display: none;
    }    
    .b-nav-mobile {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        height: 30px;
    }
    .b-menu-top {
        display: none;
    }
    .d-col-menu-top {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display:-webkit-flex;
        display: flex;    
        -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items: center;
    }
    .b-menu-top.open {
        display: block;
    } 
    .b-menu-top {
        top: calc(100% + 24px);
        left: 0;
        z-index: 999;
    }   
    .b-menu-top.open .b-menu-primary {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 1px solid #ca0511;
        width: 320px;
    }
    .b-menu-top.open .menu-item {
        width: 100%;
        background: #fff;
        border: none;
        border-bottom:1px solid #ca0511;
        padding-left: 0;
        padding-right: 0;
    }
    .b-menu-top.open .menu-item:last-child {
        border-bottom: none;
    }
    .b-menu-top.open .menu-item a {
        color: #38373c;
    }
    .b-menu-top.open .menu-item .b-sub-menu a {
        color: #fff;
    }
    .b-menu-top.open .menu-item > a {
        padding-left: 20px;
    }
    .b-menu-top.open .b-sub-menu {
        position: static;
        width: 100% !important;
        display: block;
        margin-top: 18px;
        margin-bottom: -20px;
    }
    .b-menu-top.open .b-sub-menu .b-sub-item {
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: none;
        margin-right: 0;
    }
    .b-sub-menu .b-menu-ico {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        -webkit-box-pack: flex-start;
        justify-content: flex-start;
        color: #fff !important;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 26px;
    }
    .b-toogle-mobi-niv1 {
        display: block;
        background-image: url(../images/ico-down.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 18px;
        right: 20px;
    }
    .b-toggle-sub {
        background-image: url('../images/ico-down.png');
    }
    .b-sub-item.show {
        background-color: #ca0511;
    }
    .b-sub-item.show .b-sub-menu-niv2{
        position: static;
        display: block;
        width: calc(100% - 10px);
        min-width: inherit;
        margin: auto;
        background: #ca0511;
        margin-bottom: 1px;
    }
    .b-sub-menu .b-sub-item:hover > a {
        opacity: 1;
    }
    .d-col-menu-top,
    .d-col-search {
        flex: 0 0 calc(50% - 80px);
        max-width: calc(50% - 80px);
    }
    .d-col-logo {
        flex: 0 0 160px;
        max-width: 160px;
    }
    .b-footer .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display:-webkit-flex;
        display: flex;    
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .b-footer .b-copy-maki {
        margin-top: 0;
    }
    .b-footer .b-nav-footer-item {
        margin-left: 10px;
        margin-right: 10px;
    }
    .d-banner-cta img {
        height: auto;
    }
    .b-sub-menu-niv2 {
        border: none;
    }
    .menu-promo {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .b-list-section.p-page-list .b-list-col {
        grid-template-columns: repeat(2, 1fr);
    }
    .b-footer .b-nav-footer-item {
        width: 100%;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 5px;
    }
    .p-page-nav-title {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p-page-nav-title .b-page-title {
        width: 100%;
        order: -1;
        margin-bottom: 18px;
        padding-bottom: 17px;
    }
    .p-product-info {
        padding-left: 20px !important;
    }
    .b-breadcrumb .col-12,
    .b-breadcrumb-nav {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .d-banner-cta {
        height: auto;
    }
    .d-banner-cta .banner-mobi,
    .d-banner .main-banner-mobi {
        display: block;
    }
    .d-banner-cta .banner-desk,
    .d-banner .main-banner-desk {
        display: none;
    }
    .d-banner-cta .slick-track {
        height: auto;
    }
    .d-banner-cta {
        background: #fff;
    }
}
@media (max-width:576px) {
    .b-list-section.p-page-list .b-list-col {
        grid-template-columns: repeat(1, 1fr);
    }
    .b-header,
    .b-footer {
        padding: 10px 0;
    }
    .b-header > .container .row {
        -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items: center;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .b-list-section .b-list-item {
        width: 100%;
        max-width: 100%;
    }
    .b-list-section .b-all-link {
        margin-left: 8px;
        line-height: 120%;
        font-size: 16px;
        padding-right: 20px;
        background-size: 15px;
    }
    .d-col-menu-top {
        flex: 0 0 30px;
        max-width: 30px;
    }
    .d-col-logo {
        flex: 0 0 120px;
        max-width: 120px;
    }
    .d-col-search {
        flex: 0 0 calc(100% - 160px);
        max-width: calc(100% - 160px);
        padding-left: 0 !important;
    }
    .b-search {
        padding: 10px 18px;
    }
    .b-footer .b-nav-footer-item {
        margin-left: 0;
        margin-right: 0;
        font-size: 12px;
    }
    .b-menu-top {
        top: calc(100% + 16px);
    }
}
@media (max-width:374px) {
    .b-list-section .b-all-link {
        margin-left: 30px;
        width: 130px;
    }
}

/* Pour tablette */ 
.isTablet .d-banner,
.isTablet .d-banner .slick-track {
    height: calc(100vh - 540px);
}    
.isTablet .d-banner-cta,
.isTablet .d-banner-cta .slick-track {
    height: calc(100vh - 525px);
}   
.isTablet .d-banner-cta img,
.isTablet .d-banner img {
    height: 100% !important;
    object-fit: contain;
}
@media (min-height:1024px) {
    .isTablet .d-banner,
    .isTablet .d-banner .slick-track {
        height: calc(100vh - 460px);
    }    
    .isTablet .d-banner-cta,
    .isTablet .d-banner-cta .slick-track {
        height: calc(100vh - 645px);
    }    
    .isTablet .b-list-section {
        margin-bottom: 0;
    }
    .isTablet .b-footer {
        margin-top: 20px;
    }
}
@media (max-height:768px) {
    .isTablet .d-banner,
    .isTablet .d-banner .slick-track {
        height: calc(100vh - 465px);
    }    
    .isTablet .d-banner-cta,
    .isTablet .d-banner-cta .slick-track {
        height: calc(100vh - 475px);
    }    
    .isTablet .b-list-section {
        margin-bottom: 0;
    }
    .isTablet .b-footer {
        margin-top: 20px;
    }
}

