/* Colors */
:root {
    --dark_grey: #21272a;
    --light_grey: #dfe1e5;
    --very_light_grey: #f7f7f7;
    --black: #000;
    --white: #fff;
    --blue: #004762;
    --red: #eb0f0f;
    --green: #399100;
    --yellow: #ffcb00;
    --color_text: #000;
    --ivoire: #d4d0c6;
}

/* Colors end */

/*
@font-face {
font-family: 'Century Gothic';
src        : url('/skins/default/media/fonts/century-gothic/CenturyGothic.woff2') format('woff2'),
  url('/skins/default/media/fonts/century-gothic/CenturyGothic.woff') format('woff');
font-weight : normal;
font-style  : normal;
font-display: swap;
}

@font-face {
font-family: 'Century Gothic';
src        : url('/skins/default/media/fonts/century-gothic/CenturyGothic-Bold.woff2') format('woff2'),
  url('/skins/default/media/fonts/century-gothic/CenturyGothic-Bold.woff') format('woff');
font-weight : bold;
font-style  : normal;
font-display: swap;
}
*/

/**/

a,
a:focus,
a:hover {
    color: var(--blue);
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: inherit;

    font-weight: 400;
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 38px;
    margin: 20px 0 30px;
    line-height: normal;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    line-height: normal;
    margin: 0px 0 30px;
    text-transform: none !important;
}

h2 strong {
    font-weight: 400;
}

:root .btn-orange {
    background: #fff;
    border: 1px solid var(--dark_grey);
    color: var(--dark_grey) !important;
    font-size: 16px !important;
    line-height: normal;
    font-weight: 700;
    padding: 12px 36px;
    transition: all 0.2s;
    border-radius: 10px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
}

:root .btn-orange:hover {
    background: var(--dark_grey);
    color: #fff !important;
    text-decoration: none !important;
}

:root .v2-btn-white,
:root .btn-white,
:root .btn_blue-white {
    background: #fff;
    border: 1px solid var(--dark_grey);
    color: var(--dark_grey) !important;
    font-size: 16px !important;
    line-height: normal;
    font-weight: 700;
    padding: 12px 16px;
    transition: all 0.2s;
    border-radius: 10px;
    text-decoration: none !important;
    text-transform: none !important;
    display: inline-block;
    text-align: center;
    /*font-family    : inherit !important;*/
}

:root .v2-btn-white:hover,
:root .btn-white:hover,
:root .btn_blue-white:hover {
    background: var(--dark_grey) !important;
    color: #fff !important;
    text-decoration: none !important;
}

:root .v2-btn-fairstone {
    background: #6c508c;
    border: 1px solid #6c508c;
    color: #fff !important;
    font-size: 16px !important;
    line-height: normal;
    font-weight: 700;
    padding: 12px 36px;
    transition: all 0.2s;
    border-radius: 10px;
    text-decoration: none !important;
    text-transform: none !important;
    display: inline-block;
    text-align: center;
    font-family: inherit !important;
}

:root .v2-btn-fairstone:hover {
    background: #fff !important;
    color: #6c508c !important;
    text-decoration: none !important;
}

:root .v2-btn-next {
    background: var(--dark_grey);
    border: 1px solid var(--dark_grey);
    color: #fff;
    font-size: 16px !important;
    line-height: normal;
    font-weight: 700;
    padding: 12px 36px;
    transition: all 0.2s;
    border-radius: 10px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
}

:root .v2-btn-next:hover {
    background: #fff;
    color: var(--dark_grey);
    text-decoration: none !important;
}

:root .v2-btn-next span {
    background: url(/skins/default/images/profil/icon-next-off.svg);
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    padding-right: 22px;
}

:root .v2-btn-next:hover span {
    background: url(/skins/default/images/profil/icon-next-on.svg);
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
}

:root .v2-btn-blue {
    background: var(--blue);
    border: 1px solid var(--blue);
    color: #fff !important;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    padding: 12px 36px;
    transition: all 0.2s;
    border-radius: 10px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
}

:root .v2-btn-blue:hover {
    background: #447588;
    border: 1px solid #447588;
    color: #fff !important;
    text-decoration: none !important;
}

:root .v2-btn-black {
    background: var(--black);
    border: 1px solid var(--black);
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    padding: 12px 36px;
    transition: all 0.2s;
    border-radius: 10px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
}

:root .v2-btn-black:hover {
    background: #666;
    border: 1px solid #666;
    color: #fff;
    text-decoration: none !important;
}

:root .v2-btn-blue span {
    background: url(/skins/default/images/profil/icon-next-off.svg);
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    padding-right: 22px;
}

:root .v2-btn-blue:hover span {
    display: inline-block;
}

.infolettre-wp {
    background: #fff;
    border-top: 1px solid #dfe3e5;
}

.infolettre-wp h3.infolettre-title,
#infolettre_form label,
.infolettre-left,
.footer_copyright {
    color: inherit !important;
}

.searchArea .inputDiv {
    border: none;
}

.footer_links_social {
    background: var(--dark_grey);
}

.footer_links_social .social_icon {
    background: var(--dark_grey) !important;
}

.footer_navigation {
    background: #d4d0c6;
    color: var(--dark_grey);
}

.footer_links_social li {
    padding-left: 80px;
}

#return-to-top {
    background: url(/skins/default/media/images/refonte2021/top.svg) no-repeat center 50%;
    bottom: 60px;
    z-index: 6;
    display: none !important;
}

.copyrights {
    padding: 30px 0 30px 0 !important;
}

.footer_navigation .footer_links,
.footer_navigation .footer_links li a {
    font-weight: 700;
}

.footer_navigation .footer_links {
    border-top: 1px solid var(--dark_grey);
    padding-top: 10px;
}

.footer_copyright {
    /*background-image:url(/userfiles/images/refonte2021/bg-footer.png);
background-repeat: no-repeat;
background-position: left bottom;*/
    background: #d4d0c6;
}

.infolettre-wp input::placeholder {
    color: rgba(67, 70, 70, 0.6) !important;
    opacity: 1;
}

.infolettre-wp input:-ms-input-placeholder {
    color: rgba(67, 70, 70, 0.6) !important;
}

.infolettre-wp input::-ms-input-placeholder {
    color: rgba(67, 70, 70, 0.6) !important;
}

#infolettre_form label {
    font-size: 16px;

    font-weight: 700;
}

#infolettre_form .checkbox label {
    font-weight: 400;
    font-size: 16px;
}

.infolettre-wp {
    margin: 0;
    padding: 60px 0px 80px 0px;
}


.h2_wp {
    text-transform: none !important;
    margin-bottom: 1rem !important;
    margin-top: 3rem !important;
    font-size: 1.8em !important;
    text-align: start;

    @media (max-width: 768px) {
        font-size: 1.3em !important;
    }
}

#recommended-tiles,
#news-card-container {
    display: none;
}

.slider_txt_wrap img {
    width: 100%;
}

ul.liensHeaderNew li,
.line-navbar-two .nav>li>a {
    color: inherit;
}

:root .tan-mega-main-menu>ul>li>a {
    color: var(--dark_grey);

    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none !important;
}

.tan-mega-main-menu>ul>li .fa {
    display: none;
}

.tan-mega-main-menu-wrap {
    justify-content: space-between;
}

.tan-mega-main-menu-wrap>div:nth-of-type(1) .tan-mega-main-menu>ul>li:nth-of-type(1)>a {
    background-image: url(/skins/default/images/menu-burger.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left 0px center;
    padding-left: 25px;
}

.tan-mega-main-menu>ul>li {
    padding: 0 0 10px 0 !important;
}

.tan-mega-main-menu-wrap>div .tan-mega-main-menu>ul>li {
    position: relative;
    padding-right: 2rem !important;
}

.tan-mega-main-menu-wrap>div .tan-mega-main-menu>ul>li>a:hover {
    text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
}

.tan-mega-main-menu-wrap>div .tan-mega-main-menu>ul>li:last-child:after {
    content: "";
    display: none;
}

.tan-mega-main-menu-wrap>div .tan-mega-main-menu>ul>li:last-child {
    padding-right: 0 !important;
}

.tan-mega-main-menu-wrap>div .tan-mega-main-menu>ul>li:first-child {
    padding-left: 0 !important;
}

#container-header {
    margin: 0 auto;
}

.wraper-headerGroup {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
    margin-top: 10px;
}

.icon--account {
    height: auto;
}

.cart_wrap .tanicon-cart-outline {
    float: none;
    position: relative;
    top: 0;
    font-size: inherit;
}

:root .v2box_desc_wrap h2 {
    font-size: 19px !important;
    line-height: 25px !important;
    margin-bottom: 10px !important;
}

.line-navbar-two .lnt-search-form {
    margin: 0px;
    padding: 0 20px;
}

#camera-new {
    top: 10px;
    right: 15px;
}

header #isearch {
    box-shadow: none !important;
    padding: 10px 0 10px 40px;
    border-radius: 20px;
    height: 4rem;
}

.btn-search {
    display: inline-block !important;
    top: 9px !important;
}

span.tanicon.tanicon-search {
    left: 10px;
    top: 0;
}

span.tanicon.tanicon-search img {
    height: 15px;
}

.icon-search-input {
    position: absolute;
    z-index: 9;
    left: 12px;
    top: 11px;
    display: flex;
}

.icon-search-input img {
    height: 18px;
}

div#searchbarlnt {
    display: flex;
    justify-content: center;
    float: none;
    right: inherit;
    left: inherit;
    max-width: inherit;
    width: 100% !important;
}

.lnt-search-form .icons-top-right {
    position: relative;
    line-height: normal;
}

/*.lnt-search-form .icons-top-right:before {
content: "";
position: absolute;
height:42px;
border-left:1px solid #dfe1e5;
width: 1px;
top: -10px;
left: -15px;
}*/

:root .top_rendez_vous {
    text-align: left;
    display: inline-block;
    padding: 0 0 0 15px !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

:root .top_rendez_vous:hover {
    background: none !important;
}

:root .top_rendez_vous span {
    display: inline-block;
    background-image: url(/userfiles/images/refonte2021/icon-calendar.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 30px;
}

:root .top_rendez_vous span p {
    margin: 0;
}

#liensHeaderWrapper .liensHeaderNew {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.topnav_right {
    margin: 0;
}

.top_store div {
    display: flex;
    align-items: center;
    text-align: left;
}

.top_store select {
    padding: 0;
    border: 0;
    box-shadow: inherit;
    margin: 0;
    display: inline-block;
    width: auto;
    height: auto;
    font-weight: 700;
}

.top_store_hour {
    display: block;
    line-height: normal;
}

:root .tab .tablinks {
    border-bottom: 0.75px solid var(--very_light_grey);
    padding: 12px 15px 12px 30px;
    text-transform: none !important;

    font-weight: 700;
}

:root .tab .tablinks.active {
    color: inherit;
}

:root .tabcontent-wrap.mega-categorie h3 {
    line-height: inherit;
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
}

:root .tabcontent-wrap.mega-pieces h3 {
    color: var(--dark_grey);
}

.page_accueil {
    background-image: url(/userfiles/images/refonte2021/bg-main.png);
    background-repeat: no-repeat;
    background-position: left 1420px;
    /*background-position: calc(50% - 630px) 1420px;*/
}

.main-img2 {
    /*background: #FFFFFF;
border: 1px solid var(--very_light_grey);
box-sizing: border-box;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);*/
    border-radius: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.fiche .content_wrap h1,
.fiche .content_wrap h1 strong,
.logo_brand {
    font-weight: 400;
    font-size: 24px !important;
    line-height: 30px;
    text-transform: inherit;
}

.fiche .content_wrap h1 strong {
    font-weight: 700;
}

:root .grid-item a .pieces_decor_hover {
    transition: all 0.4s ease-in-out;
    background: url(/userfiles/images/refonte2021/pices-hover.svg) no-repeat bottom left;
    opacity: 0;
}

:root .grid-item a:hover .pieces_decor_hover {
    margin: 0;
    background: rgba(69, 69, 69, 0.6) url(/userfiles/images/refonte2021/pices-hover.svg) no-repeat bottom left;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    opacity: 1;
}

:root .grid-item a .pieces_decor_hover div {
    display: none;
}

:root .grid-item a:hover .pieces_decor_hover div {
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_wrap {
    padding-bottom: 0;
    /*background    : none;*/
}

.main_wrap a {
    text-decoration: underline;
    font-weight: 700;
}

.v2box_header_relative {
    width: 106px;
}

.v2box_header_promo {
    display: grid;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
    left: 0;
}

#react_right_container .v2box_header_relative {
    width: 140px;
}

:root .accordd>strong {
    font-family: inherit !important;
    font-weight: 400 !important;
}

.fiche .price_ecofrais {
    font-size: 12px;
}

.btn_add_to_cart.btn-orange {
    background: var(--blue) !important;
    color: #fff !important;
}

#react_right_container .collapsious-fiche-prod-desc .collapsious-fiche-prod-desc-wrap>span.opened {
    background: url(/skins/default/images/up-chevron2.svg) no-repeat right center;
    background-size: 15px;
}

#react_right_container .collapsious-fiche-prod-desc .collapsious-fiche-prod-desc-wrap>span {
    background: url(/skins/default/images/down-chevron2.svg) no-repeat right center;
    background-size: 15px;
}

#react_right_container .btn_add_to_cart.btn-orange {
    height: auto;
    line-height: normal;
    font-size: 16px;
    padding: 15px 15px;
    border: none;
}

:root .select-qte {
    height: 51px;
}

.fiche .bigprice {
    font-weight: 700;
    white-space: nowrap;
}

.logo img {
    height: 50px;
}

:root .tan-mega-main-menu>ul {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

:root .tan-mega-main-menu>ul:nth-of-type(2) {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

:root .tan-mega-main-menu>ul:nth-of-type(2)>li:first-child {
    padding-left: 0;
}

:root .tan-mega-main-menu>ul:nth-of-type(2)>li:last-child {
    padding-right: 0;
}

.pdf {
    background: #fff url(/userfiles/images/refonte2021/icon-pdf.svg);
    background-repeat: no-repeat;
    background-position: center left 0px;
    background-size: contain;
    height: auto;
    padding: 4px 20px 4px 55px;
    color: var(--dark_grey);
    font-weight: 700;
    text-decoration: underline;
    width: 100%;
}

.pdf:hover {
    text-decoration: none;
}

.slider_thumbs_nav .slick-slide img {
    mix-blend-mode: multiply;
    /*background  : #f6f6f6;*/
    border-radius: 4px;
}

.slider_thumbs_nav .slick-slide {
    /*background: #f6f6f6;*/
    border-radius: 4px;
}

.primes-avec-produit-inner,
.fiche-produit-promo.promo {
    background: #e9e7e2;
    padding: 0;
    border-radius: 5px;
    border: 2px solid #76881d;
}

.fiche-produit-promo.promo a {
    color: var(--dark_grey);
    display: block;
}

.font-400 {
    font-weight: 400 !important;
}

.qte-remove,
.qte-add {
    display: none;
}

.select-qte {
    border: inherit;
    background: white;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 4px;
    padding-right: 20px;
}

.font-bold {
    font-weight: 700;
}

.default h1 {
    text-transform: none;
    color: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    margin: 0px 0 30px;
}

.formborder__descripxion_blue {
    color: inherit;

    font-weight: 700;
}

.profil_steps {
    padding-top: 30px;
}

.profil_steps img {
    width: 700px;
}

/*
a.btn-orange_fill, .btn-orange_fill {
background:var(--blue);
width: 100%;
border-radius: 4px;
font-family: inherit;
font-weight: 700;
}*/

.panier-un-produit {
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    border-radius: 4px;
    border: none;
}

.etape_panier .logo img {
    height: 62px;
}

.header_checkout .logo {
    margin: 0;
}

.ma-commande .gray-box {
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    border-radius: 4px;
    border: none;
    background: var(--very_light_grey);
}

.gray-box h2 {
    color: inherit;
    font-weight: 700;
}

.formborder__subtitle h3 {
    color: inherit;
    font-weight: 700;
}

.badge {
    padding: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}

.frame.blue {
    background: #fff;
}

.paiement-taxes-wp {
    width: 100%;
}

h2.blue-italic {
    color: inherit;
    font-style: normal;
    text-align: left;
}

h2.blue-italic.border {
    border-bottom: 2px solid var(--dark_grey);
}

.collapsious.panier-collapsious span.panier-collapsiousplus {
    padding-left: 40px;
}

.v2_yellow_box_contrat {
    background: #fbb35b;
    border-radius: 4px;
}

.v2_yellow_box_contrat a {
    color: var(--dark_grey);
    font-weight: 700;
    text-decoration: underline;
}

.financement p {
    margin-bottom: 15px;
}

.panier-achat h3 {
    font-weight: 700;
    color: inherit;
}

#UPPDetailSupplierShipping h2 {
    color: inherit;
    border-bottom: 1px solid var(--dark_grey);
}

.collapsious span:first-child {
    line-height: 38px;
    padding: 0px 0 0px 40px;
}

.code-promo-text {
    font-weight: 700;
    color: var(--dark_grey);
    background: url(/skins/default/images/circle-plus-small.svg) no-repeat left center;
}

.form-control,
input[type="text"],
input[type="tel"],
select,
input[type="password"],
input[type="email"] {
    height: 48px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dfe1e5 !important;
    box-shadow: none;
}

.formborder input[type="password"],
.formborder select {
    height: 46px;
}

.infolettre-wp .form-control,
.infolettre-wp input[type="text"],
.infolettre-wp input[type="tel"],
.infolettre-wp select,
.infolettre-wp input[type="password"],
.infolettre-wp input[type="email"] {
    background-color: #fff;
    border: 1px solid #dfe1e5;
}

.env-securise {
    background: url(/userfiles/images/refonte2021/environnement-securise-icon.svg) no-repeat left top;
    font-weight: 400;
    padding: 0 0 0 25px;
    line-height: 25px;
    background-size: 15px;
    margin-top: 15px;
}

.password_show_hide {
    background-image: url(/skins/default/images/hide-password.svg);
    background-size: 100%;
    background-position: right;
    width: 20px;
    height: 20px;
    opacity: 1;
    top: 12px;
}

.password_show_hide.password_show {
    background-image: url(/skins/default/images/show-password.svg);
}

.devez-savoir-box h3 {
    color: inherit;
}

:root .menu--profil {
    margin-left: -101px;
    margin-top: -15px !important;
    color: inherit;
    border: 2px solid var(--dark_grey);
}

:root .menu--profil h2 {
    color: inherit;
    font-weight: 700;
}

:root .menu--profil ul {
    list-style: none;
}

:root .menu--profil ul li {
    color: inherit;
    font-weight: 700;
}

:root .menu--profil ul li a {
    text-decoration: none !important;
    text-transform: none;
    font-weight: 400;
    padding: 0;
    margin-bottom: 5px;
}

.formborder .help-block,
.asterisk {
    color: #cb0b00;
}

.button_dashboard a {
    border: none;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 16px;
    padding: 35px 15px 25px 15px !important;
}

.button_dashboard a:hover {
    border: none;
    background: var(--very_light_grey);
    color: inherit;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    text-decoration: none !important;
}

.content_wrap .button_dashboard a:hover p {
    color: inherit;
    font-size: 16px;
}

.content_wrap .button_dashboard a:hover p.title {
    color: inherit;
    font-size: 18px;
}

.button_dashboard a .title {
    color: var(--dark_grey);
}

.tabs_profil .nbCamion {
    color: #47b500;
}

.button_dashboard_flex {
    padding-left: 30px !important;
    background: none !important;
    min-height: inherit !important;
}

.button_dashboard_flex ul {
    margin: 0 0 20px 20px;
}

.button_dashboard_icon {
    padding-right: 40px;
}

.button_dashboard_icon>div {
    width: 60px;
}

.button_dashboard_flex p {
    margin: 0;
}

.h2_profil {
    color: inherit;
}

.h2_profil img {
    display: none;
}

.v2_white_box_wrap {
    border: none;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 16px;
    padding: 15px;
}

.tab-pane ul {
    list-style: initial;
}

.small_voirplus ul {
    list-style: initial;
}

.v2_white_box_wrap .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.tabs_profil .v2_white_box_wrap {
    padding: 30px 15px;
}

.frame_wrap {
    border: none;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 20px 30px;
}

.pink {
    color: #cb0b00;
}

.radio-comun-content {
    background: none;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu_profil_wrap>a {
    background: none;

    font-weight: 700;
    border: 1px solid var(--dark_grey);
    box-shadow: inherit;
    border-radius: 4px;
    color: var(--dark_grey);
    line-height: initial;
    padding: 5px 10px;
    text-decoration: none;
}

.menu_profil_wrap>a:hover {
    background: var(--very_light_grey);
}

.menu_profil_wrap a:hover {
    text-decoration: none !important;
}

.button_profil .d-flex div {
    padding: 0 10px;
}

.menu_profil {
    border: none;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.menu_profil ul li a {
    font-weight: 700;
    color: var(--dark_grey);
}

.menu_profil ul li {
    border-bottom: 1px solid var(--very_light_grey);
}

.menu_profil ul li:last-child {
    border: 0px;
}

.menu_profil ul li a:hover {
    background: var(--very_light_grey);
    color: var(--dark_grey);
}

.menu_profil ul li:first-child a {
    border-radius: 4px 4px 0 0;
}

.menu_profil ul li:last-child a {
    border-radius: 0 0 4px 4px;
}

.menu_profil_wrapper {
    float: none;
}

.top_pane_achats {
    color: inherit;
    border: none;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

h4.blue {
    color: inherit;
    font-weight: 700;
}

.table-template-collapse-top>thead,
.table-template-collapse-inner thead {
    background: var(--very_light_grey);
}

.searchArea .inputDiv {
    border-radius: 4px;
}

.searchArea button,
.searchArea .inputDiv,
.searchArea input {
    height: inherit;
}

.bloc_images .bouton_wrap a {
    font-weight: 700;
}

.btn_collapse {
    background: url(/skins/default/images/circle-plus.svg) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
    display: inline-block;
}

.tr_collapse.open .btn_collapse,
.tr_collapse.open .ico2.btn_collapse {
    background: url(/skins/default/images/circle-minus.svg) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
    display: inline-block;
}



.tr_collapse.open td,
.table-template-collapse thead {
    background: var(--very_light_grey);
    color: inherit;
}

.table-template-collapse,
.demande_services_wrap {
    border: 0px;
}

.table-template-collapse-top .tr_collapse a {
    color: var(--blue);
}

.tablinks:hover:after,
.tablinks.active:after {
    content: "" !important;

    margin: 0;
    top: inherit;
    background-image: url(/userfiles/images/refonte2021/link-arrow-more.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
    width: 16px;
    height: 16px;
}

.tabcontent-col a {
    color: var(--dark_grey);
}

.tabcontent-col a:hover {
    color: var(--dark_grey);
    text-decoration: none;
}

.tabcontent-wrap.mega-pieces .pieces-img {
    margin-bottom: 15px;
}

.slide_box .price,
.promo_rabais .text-right,
.fiche .bigprice {
    color: var(--dark_grey);
}

body .pieces_decor_wrap h2 {
    color: inherit;
}

body .pieces_decor_wrap h1 {
    color: inherit;
}

body .pieces_decor_wrap h3 {
    color: inherit;
}

body .pieces_decor_wrap a h6 {
    color: var(--dark_grey);
}

.descripxion_promo_wrap .title h3,
.descripxion_promo_wrap .title h4 {
    color: inherit;
    font-weight: 700;
}

.new-home-cat-wrap .blocs_wrap {
    background: #fff;
}

.price-qty {
    color: var(--dark_grey);
}

.single-article h3,
.single-article h3 a {
    font-weight: 700;
    text-decoration: none;
}

.fiche_rappel {
    background: none;
}

.mon-panier-wrapper .total-comande {
    font-weight: 700;
}

.panier_vide h3 {
    color: inherit;
    font-weight: 700;
    margin: 15px 0 15px 0;
}

.frame--wrap .frame:hover {
    background: none;
}

.btn-orange.choisir-btn {
    width: auto;
}

#UPPDetailSupplierShipping h2 {
    font-weight: 700;
}

h2.border-blue {
    font-weight: 700;
    border: none;
    color: inherit;
}

.approuve {
    font-weight: 700;
    color: inherit;
}

table.blue-sky>thead>tr>th,
table.blue-sky>thead>tr>td {
    font-weight: 700;
    color: inherit;
    background: var(--very_light_grey);
    border-radius: 0px;
}

.mon-panier-wrapper .product-name {
    font-weight: 700;
    color: var(--dark_grey);
}

.mon-panier-wrapper p .left-panier.qte {
    color: var(--dark_grey);
}

.mon-panier-wrapper p .price {
    color: var(--dark_grey);
}

.financement p {
    margin: 0;
}

.niveau2-outer .niveau2 {
    padding-top: 0;
}

.wraper-headerGroup ul li>a {
    display: inline-block;
    padding-bottom: 14px !important;
}

#shopping-cart-wrap ul li a {
    display: inline-block;
}

.icon--account-wrap {
    width: inherit;
}

.line-navbar-two .dropdown-menu {
    border: 2px solid var(--dark_grey) !important;
    top: 100%;
    box-shadow: none;
    margin-top: 0px !important;
    right: 0;
    left: 10px;
}

.collapsious-fiche-prod-desc-wrap p,
.collapsious-fiche-prod-desc-wrap span {
    font-family: inherit !important;
}

.product-name-box a {
    color: var(--dark_grey);
    font-size: 16px;
}

:root table.blue-sky>tbody>tr>th,
:root table.blue-sky>tbody>tr>td {
    background: #fff;
}

:root table.blue-sky>tbody>tr:nth-child(even)>th,
:root table.blue-sky>tbody>tr:nth-child(even)>td {
    background: var(--very_light_grey);
}

:root table.blue-sky>tbody>tr {
    border: none;
}

:root table.blue-sky .arrow-table {
    display: none;
}

table.navy-blue>tfoot>tr>th,
table.navy-blue>tfoot>tr>td {
    background: var(--dark_grey);
    border: none;
}

.boxborder-msg_txt>h3 {
    color: inherit;
}

.boxborder-msg_txt {
    font-weight: 700;
}

.boxborder-msg--success .boxborder-msg_txt>h3 {
    color: inherit;
    font-weight: 700;
}

.prise_rdv_popup_wrapper .fancybox-close {
    background-image: url(/userfiles/images/prise-rdv/v2-close-popup.svg);
    right: 25px;
    width: 25px;
    height: 25px;
    background-position: top center;
    background-size: 25px;
}

.prise_rdv_popup_header {
    display: none;
}

.prise_rdv_popup h2 {
    color: inherit;
    font-weight: 700;
}

.prise_rdv_popup h3 {
    color: inherit;
    font-weight: 700;
}

.color-orange.font-medium-italic {
    color: inherit;
    font-weight: 400;
}

.radio_relative label {
    background: #fff;
    border: 1px solid var(--dark_grey);
    color: var(--dark_grey) !important;
    font-size: 16px !important;
    line-height: normal;
    font-weight: 700;
    padding: 15px 15px;
    transition: all 0.2s;
    border-radius: 4px;
    text-decoration: none;
    text-transform: none !important;
    text-align: center;
    font-family: inherit !important;
}

.radio_relative label:hover {
    background: var(--dark_grey) !important;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid var(--dark_grey);
}

.radio_relative label:hover,
.radio_relative input:checked+label {
    background: var(--dark_grey) !important;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid var(--dark_grey);
    border-radius: 4px;
}

.prise_rdv_popup_bg_grey {
    background: #fff;
}

.link {
    color: inherit;
}

:root .button-rdv {
    background: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    padding: 12px 30px;
    transition: all 0.2s;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

:root .button-rdv:hover {
    background: var(--blue);
    color: #fff;
    text-decoration: none;
}

.services_grid .devez-savoir-box img {
    width: 100% !important;
    height: 60px;
}

.table-template-collapse-top .tr_collapse.open a {
    color: var(--blue);
}

.table-template-collapse-top .tr_collapse a {
    color: var(--blue);
}

.modal-title,
.wishlistmodal__create label,
.circletxt {
    color: inherit;
    font-weight: 700;
}

.wishlistmodal__create {
    color: inherit;
    border-radius: 4px;
}

.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}

.exclam {
    margin-bottom: 2px !important;
    max-width: 18px;
    height: auto;
    vertical-align: middle;
}

.content_404 {
    padding: 30px 0;
}

.content_404 div:first-child {
    flex: 1;
    padding-right: 60px;
}

.content_404>div+div {
    flex: 1;
    text-align: right;
}

.content_404 img {
    width: 100%;
    max-width: 655px;
    margin: 0 0 30px 0;
}

.content_404 a {
    font-weight: 700;
    text-decoration: underline;
}

.content_404 .font20 {
    font-size: 20px;
    margin: 30px 0;
}

.top_pane_achats h3 {
    color: inherit;
}

.billet_tanguay_achat .price-qty.panier-produit-prix-unitaire {
    font-weight: 700;
}

.box_shadow {
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    border-radius: 4px;
    border: none;
}

:root .menu_liquidation_tag a {
    color: var(--red) !important;
    font-weight: 600 !important;
}

.d-inline-block {
    display: inline-block;
}

.fairstone_color {
    color: #52356e !important;
    font-weight: 700;
}

.fairstone_color_orange {
    color: #f26c52 !important;
    font-weight: 700;
}

.fairstone_title {
    background: #3f2a56;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border-radius: 4px 4px 0px 0px;
    padding: 15px;
    margin: 30px 0 0 0;
}

.fairstone_table {
    margin: 0 0 30px 0;
}

.fairstone_table tbody tr {
    border: 0;
    background: var(--very_light_grey);
}

.fairstone_table tbody td {
    border: 2px solid #fff !important;
    text-align: center;
}

.fairstone_table thead tr {
    text-align: center;
}

.fairstone_table thead th {
    padding: 30px 0 !important;
    border: 0px !important;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.frame_fairstone {
    border: 1px solid #6c508c;
    border-radius: 4px;
    padding: 15px;
    background-color: #f7f7f7;
}

.frame_fairstone .accordion-content {
    padding-left: 0px !important;
}

.frame_fairstone label {
    padding-left: 0 !important;
    margin-left: 20px !important;
}

.frame_fairstone .paiement-taxes-wp {
    background: #e2dfe6;
}

.fairstone_opxion thead th {
    background: #3f2a56;
    color: #fff;
    padding: 30px !important;
    font-size: 16px;
    vertical-align: middle !important;
}

/* keep @media at the end of the page */

@media (max-width: 768px) {
    .content_404 {
        flex-direction: column;
    }

    .content_404 div:first-child {
        flex: 1;
        padding-right: 0px;
        order: 2;
    }

    .content_404>div+div {
        flex: 1;
        text-align: right;
        order: 1;
    }
}

/* HOME 2022 CSS */

body {
    font-size: 16px;
}

:root body {
    color: var(--color_text);
}

:root .quick-links-top-wp {
    background: var(--white) !important;
    color: var(--color_text);
}

:root .fiche h1 span {
    font-weight: 700;
}

/* :root a,
:root h3,
:root h2,
:root p,
:root span {
font-family: 'Roboto Flex', sans-serif !important;
} */

:root .container-lg {
    max-width: 1600px !important;
}

.h-100 {
    height: 100%;
}

.grip-15 {
    grid-gap: 15px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.position-absolute {
    position: absolute;
}

:root h2 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 30px;
}

header #isearch {
    background: var(--white);
    border: 1px solid #000 !important;
    color: var(--color_text);
    font-size: 17px;
    border-radius: 10px;
    line-height: normal;
}

#liensHeaderWrapper .liensHeaderNew {
    margin: 5px 0;
}

.menu-main-wp {
    border-top: 0px solid #dfe3e5;
    border-bottom: 0px solid #dfe3e5;
    padding: 0 !important;
}

ul.liensHeaderNew.topnav_right li,
ul.liensHeaderNew.topnav_right li a {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.offres_wrapper {
    font-size: 25px;
    line-height: normal;
}

.magasinez_cat_wrapper img {
    object-fit: cover;
    width: 100%;
}

.category_container {
    margin: 50px 0;
}

.category_img {
    height: 192px;
}

@media screen and (max-width: 500px) {
    .category_img {
        height: 100px;
    }
}

.category_name {
    color: var(--color_text);
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin: 10px 0;
}

.magasinez_cat_img_1 {
    position: relative;
    width: 100%;
    max-width: 390px;
    margin-bottom: 15px;
}

.magasinez_cat_img_1 img {
    height: 390px;
}

.magasinez_cat_img_2 {
    position: relative;
    width: 100%;
    max-width: 390px;
}

.magasinez_cat_img_3 {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin-bottom: 15px;
}

.magasinez_cat_img_3 img {
    height: 250px;
}

.magasinez_cat_img_4 {
    position: relative;
    width: 100%;
    max-width: 250px;
}

.magasinez_cat_img_5 {
    position: relative;
    width: 100%;
    max-width: 250px;
}

.magasinez_cat_img_6 {
    position: relative;
    width: 100%;
    max-width: 250px;
}

.magasinez_cat_img_7 {
    position: relative;
    width: 100%;
    max-width: 390px;
    margin-bottom: 15px;
}

.magasinez_cat_img_7 img {
    height: 390px;
}

.magasinez_cat_img_8 {
    position: relative;
    width: 100%;
    max-width: 390px;
}

.magasinez_cat_img {
    overflow: hidden;
}

.magasinez_cat_img>div {
    position: absolute;
    z-index: 1;
    background: rgba(33, 39, 42, 0.5);
    color: #fff;
    font-weight: 700;
    text-align: center;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

.magasinez_cat_wrapper a {
    color: #fff;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.page_accueil h2 {
    text-align: center;
}

.deplacement_wrapper .text {
    padding: 0 60px;
    text-align: center;
}

.deplacement_wrapper h2 {
    font-weight: 400;
    font-size: 45px;
    line-height: normal;
    margin-bottom: 15px;
    white-space: nowrap;
}

.btn_black {
    display: inline-block;
    background: #21272a;
    color: #fff;
    padding: 12px 36px;
    text-align: center;
    text-decoration: none;
}

.btn_black:hover {
    color: #fff;
    text-decoration: none;
}

.liquidations_wrapper .text {
    padding: 0 60px;
    text-align: center;
    margin-left: 100px;
}

.liquidations_wrapper h2 {
    font-weight: 400;
    font-size: 45px;
    line-height: normal;
    margin-bottom: 15px;
    /*white-space  : nowrap;*/
}

.meuble_corcoran_wrapper .text {
    padding: 0 60px;
    text-align: center;
}

.meuble_corcoran_wrapper h2 {
    font-weight: 400;
    font-size: 45px;
    line-height: normal;
    margin-bottom: 15px;
    white-space: nowrap;
}

.footer .main-footer h2 {
    text-align: left;
    font-weight: 700;
}

.footer_links_wrapper {
    background: #d4d0c6;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}

.social_icon {
    margin: 0;
}

footer .social_icon li {
    display: inline-block;
    margin-left: 15px;
    padding: 0;
}

.footer_links li {
    float: inherit;
    margin: 0;
    padding: 0;
}

footer .main-footer,
.footer .main-footer {
    font-size: 16px;
}

footer .main-footer li {
    margin-bottom: 10px;
    padding: 0;
}

.footer_links li a {
    font-size: 16px;
    font-weight: 700;
}

.cat-pref-wrapper .home-cat-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 15px;
    row-gap: 15px;
}

.cat-pref-wrapper .bloc--images-wrapper .bloc_images .img_wrap img {
    height: 254px;
}

.copyrights,
.copyrights p,
.footer_links ul {
    font-size: 16px;
}

.footer_links li:nth-last-child(2):after {
    display: none;
}

/* MERGE start */
.mmenu_header {
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    padding: 15px 30px !important;
}

.mmenu_header .mmenu_header_logo {
    max-width: inherit;
    height: 20px;
    margin-right: 10px;
}

.mmenu_header .mmenu_header_links {
    margin-top: 10px;
}

.mmenu_header_links .bouton_wrap {
    padding: 0px 20px;
    border: 1px solid #fff;
    margin: 0;
}

.mmenu_header_links .bouton_wrap a {
    font-size: 12px;
    font-weight: 500;
}

.mm-navbar-top {
    max-height: 100px;
}

.mmenu_header .bouton_wrap {
    margin-right: 15px;
}

.mmenu_header .loggin {
    text-decoration: underline !important;
}

.mm-menu.mm-theme-tanguay {
    background: #fff;
    color: #21272a;
}

.mm-menu.mm-theme-tanguay .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-tanguay .mm-listview>li .mm-arrow:after {
    border-color: #21272a;
}

.mm-panel li a {
    border-bottom: 0px solid #21272a;
    color: #21272a;
}

.mm-panel li a.mm-next {
    border-bottom: 1px solid #21272a;
}

.img_menu_mobile {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    width: 35px;
}

.img_menu_mobile img {
    height: 20px;
}

.mm-menu.mm-border-full .mm-listview>li:after,
.mm-listview.mm-border-full>li:after {
    border: 0;
}

.mm-menu.mm-theme-tanguay .mm-navbar .mm-title,
.mm-menu.mm-theme-tanguay .mm-navbar .mm-btn {
    color: #21272a;
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
    max-height: 100% !important;
}

#menu_tanguay_mobile {
    width: 85% !important;
}

.mm-menu.mm-front {
    z-index: 999999;
}

.overlay {
    position: fixed;
    z-index: 999991;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.mm-listview>li:not(.mm-divider):after {
    left: 20px;
    right: 20px !important;
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-panel li a.mm-next {
    border: 0;
}

.mm-panel li a.mm-next:after {
    right: 20px;
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    font-weight: 400;
}

.menu_sep::after {
    border: 0px !important;
}

.mm_custom:after {
    border: 0px !important;
}

.mm-listview>li.mm_custom>a {
    padding: 10px 0px 0px 0px !important;
    line-height: 30px;
}

.mm-menu.mm-theme-tanguay .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-tanguay .mm-navbar .mm-btn:after {
    border-color: #000000;
}

.mm-listview>li>a,
.mm-listview>li>span {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.mm-listview>li.mm_custom>a,
.mm-listview>li.mm_custom>span {
    font-size: 16px !important;
    font-weight: 400;
}

.mm-hasnavbar-top-3 .mm-panel {
    top: 100px !important;
}

.mm-menu .mm-navbar a.btn_close_mmenu {
    color: #21272a;
    font-size: 20px;
}

#menu_tanguay_mobile :not(#mm-1) .mm-listview li:first-child a {
    text-decoration: underline;
    color: var(--blue) !important;
    text-align: center;
    padding: 1rem;
    font-size: 0px;
    line-height: 8px;
    visibility: hidden;
}

#menu_tanguay_mobile :not(#mm-1) .mm-listview li:first-child a:after {
    content: "Voir tous les produits";
    visibility: visible;
    display: inline-block;
    position: relative;
    text-decoration: underline;
    color: var(--blue) !important;
    text-align: center;
    padding: 1rem;
    font-size: 14px;
}

.en #menu_tanguay_mobile :not(#mm-1) .mm-listview li:first-child a:after {
    content: "View all products";
}

@media (max-width: 768px) {
    #menu_tanguay_mobile :not(#mm-1) .mm-listview li:first-child a {
        line-height: normal;
        padding: 15px 15px 0 15px;
        display: flex;
        flex-direction: column;
    }

    #menu_tanguay_mobile :not(#mm-1) .mm-listview li:first-child a:after {
        padding: 0 0 30px 0;
    }

    .mm-listview .mm-next.mm-fullsubopen+a,
    .mm-listview .mm-next.mm-fullsubopen+span {
        line-height: normal;
    }
}

#menu_tanguay_mobile {
    display: none;
}

/* MERGE end */
/* Typo */
body,
:root p {
    font-size: 16px;
    line-height: normal;
}

:root h1,
:root .items-name,
:root .fiche .content_wrap h1,
:root .fiche .content_wrap h1 strong,
:root .home_section_title,
:root .home_container .decouvrez-partenaires h2,
:root .home_container #news-card-title,
:root .home_container #meuble_corcoran_wrapper_wp h2,
:root .home_container #liquidations_wrapper h2,
:root .home_container #deplacement_wrapper_wp h2,
:root .home_container #magasinez_cat_wrapper h2,
:root .home_container .maison_tanguay_section h2,
:root .tabs_profil h2 {
    font-family: "KH Giga", sans-serif !important;
    line-height: normal !important;
}

:root h2,
:root .pieces_decor_wrap h2 {
    font-family: "KH Giga", sans-serif !important;
    font-size: 36px;
    line-height: normal;
}

h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}

h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

a {
    font-size: 16px;
    color: var(--blue);
    line-height: normal;
}

.small_text {
    font-size: 14px;
    line-height: 16px;
}

:root .tan-mega-main-menu>ul>li>a {
    font-size: 17px;
    line-height: 21px;
}

:root .footer .main-footer h2 {
    font-size: 16px !important;
    line-height: 23px !important;
}

body .infolettre-title {
    font-size: 36px !important;
    font-weight: 400;
}

/* Typo end */

/* Buttons */

:root button,
:root a[class^="btn_"],
:root a[class*="btn_"],
:root a[class^="btn-"],
:root a[class*="btn-"],
:root .infolettre_form_submit,
:root #submit_recall,
:root .btn_add_to_cart {
    border-radius: 10px;
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
}

:root #submit_recall {
    border: 1px solid var(--blue) !important;
    color: var(--white) !important;
}

:root #hierarchical-menu-list button {
    font-weight: 400;
}

:root .btn_black,
:root .button_primary {
    background-color: var(--blue);
    color: var(--white);
}

:root .button_secondary {
    background-color: var(--white);
    color: var(--dark_grey);
}

:root #news-card-container .see-more {
    text-align: center;
    width: 14rem !important;
    font-size: 16px;
    color: var(--color_text);
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

:root .grid-item a .pieces_decor_hover div {
    line-height: 32px;
}

:root .categories-news ul>li>a,
.categories-news ul>li>span,
.pagination>li>a,
.pagination>li>span {
    color: var(--blue);
}

/* Buttons end */

:root .pieces_decor_wrap {
    text-align: left;
}

.description_promo_wrap .title h3,
.description_promo_wrap .title h4,
.panier_vide h2,
.formborder__description_blue {
    color: var(--color_text);
}

.liquidations_wrapper {
    background-color: var(--blue);
}

.liquidations_wrapper img {
    border-radius: 0 !important;
}

.promobox {
    margin: 0;
}

:root .categories-news,
:root .single-new-preview .description-new {
    border-color: var(--dark_grey);
}

:root .indispensable_wrap .btn_add_to_cart {
    line-height: 16px !important;
}

:root #filter_custom .coveo-dynamic-facet-header-title.coveo-clickable span,
:root .CoveoDynamicFacetManager .coveo-dynamic-facet-header-title.coveo-clickable span {
    font-size: 16px !important;
}

:root .garantie-confort {
    border: 2px var(--dark_grey) solid;
    border-radius: 4px;
}

#wishlist-item .panier-un-produit {
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    border-radius: 4px;
    border: none;
    background: inherit;
}

#wishlist-item .panier-produit-prix-unitaire {
    margin-top: 41px;
}

.justify-content-between {
    justify-content: space-between;
}

.sticky_products {
    position: sticky;
    top: 120px;
}

.sticky_products_img {
    position: sticky;
    top: 1rem;

    @media (max-width: 768px) {
        position: inherit;
        top: inherit;
    }
}

#menu_tanguay_mobile.mm-opened {
    display: block;
}

.v2box_button_wrap {
    display: none !important;
}

h1#pdp-info {
    line-height: 1.2 !important;
    word-break: break-word;
}

h1#pdp-info .pdp-info-name {
    font-family: "KH Giga", sans-serif !important;
    font-size: 3.5rem !important;
    line-height: normal !important;
    margin: 0 0 0px 0;
}

h1#pdp-info span {
    line-height: 1.2 !important;
}

.pdp-info-name {
    display: block;
}

.pdp-info-mpn {
    font-style: italic;
    font-weight: 400 !important;
}

#menu_tanguay_mobile:not(.mm-menu) {
    display: none;
}

.menu_burger {
    display: none;
}

.panel__header {
    color: #fff;
    font-weight: 700;
}

.panel__main {
    display: none;
}

.bloc--images-wrapper .bloc_images .img_wrap {
    display: flex !important;
}

.bloc--images-wrapper .blocs_wrap .img_wrap a {
    flex: 1;
}

.bloc--images-wrapper .bloc_images .blocs_wrap {
    flex: 1;
}

:root .home-cat-wrapper {
    grid-template-columns: repeat(7, 1fr) !important;
    grid-auto-rows: auto;
}

:root .home-cat-wrap {
    justify-content: start;
}

@media screen and (max-width: 1200px) {
    :root .home-cat-wrapper {
        grid-template-columns: repeat(5, 1fr) !important;
    }
}

@media screen and (max-width: 992px) {
    :root .home-cat-wrapper {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media screen and (max-width: 768px) {
    :root .home-cat-wrapper {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media screen and (max-width: 575px) {
    :root .home-cat-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .bloc--images-wrapper .bloc_images .blocs_wrap {
        flex: 1;
    }
}

.slider_thumbs {
    position: relative;
}

.slider_thumbs .slick-slide {
    opacity: 0;
    transition: opacity 0.5s linear;
}

.slider_thumbs .slick-active {
    opacity: 1;
    transition: opacity 0.5s linear;
}

.slider_thumbs_nav .slick-list {
    min-height: 80px;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s linear;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.5s linear;
}

.lazy_img {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

#adresse-livraison-carnet {
    display: none;
}

.popup-slider {
    overflow: hidden;
}

.popup_wishlist {
    position: fixed;
    overflow-y: auto;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    right: 0;
    transform: translateX(100%);
    transition: 0.3s ease-out;
}

.popup_wishlist.open {
    transform: translateX(0%);
}

.info_panel_wrap {
    justify-content: space-between;
    flex-direction: column;
}

.info_panel {
    text-align: center;
    gap: 30px;
    margin-bottom: 30px;
}

.info_panel .col {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 10px;
}

.m-0 {
    margin: 0 !important;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.info_whishlist_content {
    display: none;
    background: #f7f7f7;
    padding: 20px 100px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.info_whishlist_collapse_open {
    display: none;
}

#popup_promotion ul {
    padding: 0 0 0 20px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.d-flex .price-qty.panier-produit-prix-unitaire {
    text-align: center;
}

.modal-footer {
    padding: 15px 0;
}

.product-reserved {
    color: var(--red);
}

.info_panel_wrap ul {
    list-style: disc;
    margin: 0 0 0 40px;
}

.d-flex.align-items-center.single-article>div {
    display: flex;
    align-items: center;
}

.info_wishlist_list {
    background: #badae8;
    padding: 20px 20px 5px 20px;
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 15px;
}

body #ot-sdk-btn-floating .ot-floating-button__front,
body #ot-sdk-btn-floating .ot-floating-button__back {
    background-color: #004762 !important;
}

.button_dashboard a {
    text-decoration: none;
}

.button_dashboard a p {
    font-weight: 400;
}

#variantes-section .v-border.active,
#variantes-section .v-border:hover {
    border-color: var(--blue) !important;
}

#variantes-section .v-main .v-container.flex a {
    text-decoration: none !important;
}

.etape_iframe .footer_links_wrapper .row.d-flex {
    flex-direction: column;
}

.etape_iframe .footer_links_wrapper .text-left {
    text-align: center;
}

.etape_iframe .social_icon {
    white-space: nowrap;
    margin-top: 20px;
}

.etape_iframe h2 {
    font-size: 36px;
    line-height: normal;
}

.panier-produit-titre h5 {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
}

.ma-commande h2 {
    font-size: 24px;
    font-weight: 700;
    font-family: inherit !important;
    margin-bottom: 15px;
}

body #promotion-webpack .see-more {
    padding: 12px 36px;
    margin-left: 0;
    width: auto !important;
    margin-top: 2rem;
    display: inline-block;
}

#hits-promo {
    text-align: center;
}

:root .v2-btn-black-wishlist-allproducts {
    background: var(--dark_grey) !important;
    border: 1px solid var(--dark_grey);
    color: var(--white) !important;
    font-size: 16px !important;
    line-height: normal;
    font-weight: 400 !important;
    padding: 10px 30px;
    transition: all 0.2s;
    text-decoration: none !important;
    text-transform: none !important;
    display: inline-block;
    text-align: center;
    font-family: inherit !important;
    margin: 0 20px 0 0;
    border-radius: 4px !important;
}

:root .v2-btn-black-wishlist-allproducts:hover {
    background: var(--white) !important;
    color: var(--dark_grey) !important;
    text-decoration: none;
}

:root .v2-btn-black-wishlist-allproducts-disabled {
    background: var(--white) !important;
    color: var(--dark_grey) !important;
    text-decoration: none;
}

.small-banner-signature a {
    display: inline-block;
}

.categories-news-sidebar form {
    display: flex;
    flex-direction: row-reverse;
}

.categories-news-sidebar .inputDiv {
    flex: 1;
}

.categories-news-sidebar #isearch {
    margin: 0;
    border: none !important;
}

.categories-news-sidebar .input-wp button {
    margin: 0 10px;
    background-position: right 7px;
}

#menu_tanguay_mobile .mm-listview li:not(.mm_custom) span {
    display: flex;
    align-items: center;
}

#menu_tanguay_mobile .mm-listview li:not(.mm_custom) span img {
    width: 50px !important;
    height: auto !important;
    float: none !important;
    margin-right: 15px;
    display: block !important;
}

.mm-listview>li>a,
.mm-listview>li>span {
    padding: 10px;
}

.fancybox-skin h2,
.modal-title,
.popup_wishlist h2,
.etape_iframe h2 {
    font-family: inherit !important;
    font-size: 32px;
    font-weight: 700;
}

.fancybox-skin h3,
.popup_wishlist h3,
.etape_iframe h3 {
    font-family: inherit !important;
    font-size: 26px;
    font-weight: 700;
}

.right_wrap #react_right_container {
    height: 100%;
}

.right_wrap #rightLoad {
    height: 100%;
    overflow: hidden;
}

.fiche_produits_images_wrap div {
    margin-bottom: 0px;
}

.right-top-icons {
    padding-left: 20px;
}

.v2-customer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.v2-customer h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
}

.tbl_cp_estimation {
    background: #fff;
    margin: 15px 0 0 0;
}

.shopping_cart_menu .promotag_1 {
    float: right;
    margin-bottom: 10px;
}

.page_description-promotion .v2box_product_img .v-side-panel {
    display: none !important;
}

.slider-html p {
    padding: 0 !important;
    margin: 0 !important;
}

.services-en-ligne-wrapper {
    padding: 30px 0;
}

footer .v2footer {
    background: #dad7cd;
    padding: 60px 30px 30px 30px;
}

footer .v2footer h2 {
    font-size: 22px !important;
    line-height: initial !important;
    margin: 0 0 20px 0;
    text-align: left;
    color: inherit;
}

footer .v2main-footer a {
    color: inherit;
}

footer .v2middle-footer {
    padding: 30px 0px;
}

footer .v2bottom-footer {
    border-top: 1.5px solid #000;
    padding: 30px 0px;
    margin-top: 30px;
}

.btn_icon {
    background: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white) !important;
    font-size: 16px !important;
    line-height: normal;
    font-weight: 700;
    padding: 12px 36px;
    transition: all 0.2s;
    border-radius: 10px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;

    margin-bottom: 15px;
}

.btn_icon:hover {
    background: #447588;
    border: 1px solid #447588;
    color: #fff !important;
    text-decoration: none !important;
}

.btn_icon.help span {
    background-image: url(/skins/default/images/icon-help.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
}

.btn_icon.trans {
    background: transparent;
    border: 1px solid var(--black);
    color: var(--black) !important;
}

.btn_icon.trans:hover {
    background: var(--black) !important;
    color: var(--white) !important;
    text-decoration: none !important;
}

.btn_icon.phone span {
    background-image: url(/skins/default/images/icon-phone.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
}

.btn_icon.store span {
    background-image: url(/skins/default/images/icon-store.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
}

footer .social div {
    display: inline-flex;
}

footer .social div a {
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 15px 0;
}

footer .social div a:hover svg {
    fill: var(--blue);
}

footer input[type="text"] {
    border: 1px solid var(--black) !important;
    margin: 0;
}

footer .v2bottom-footer .lang_select a {
    background-color: transparent;
    border: 1px solid var(--black) !important;
    border-radius: 10px;
    color: var(--color_text);
    display: inline-block;
    padding: 12px 36px;
    font-weight: 700;
    text-decoration: none !important;
}

footer .v2bottom-footer .lang_select .href_mobile {
    display: none;
}

footer .v2bottom-footer .lang_select a span {
    margin: 0;
    padding: 0;
}

footer .v2bottom-footer .all_rights div {
    display: inline;
}

footer .v2bottom-footer .all_rights ul {
    display: inline;
}

footer .v2bottom-footer .all_rights ul li {
    position: relative;
    display: inline;
}

footer .v2bottom-footer .all_rights ul li:before {
    content: "|";
    padding: 0 8px;
}

footer .v2bottom-footer .all_rights a {
    color: var(--color_text);
}

footer .footer_col {
    flex: 1;
}

footer .footer_col1 {
    flex: 2;
    min-width: 30%;
    max-width: 30%;
}

footer .v2middle-footer .col:first-of-type {
    min-width: 30%;
    max-width: 30%;
}

@media (max-width: 768px) {
    footer .v2footer {
        background: #dad7cd;
        border-radius: 50px 50px 0 0;
        padding: 60px 0px 30px 0px;
    }

    footer .v2bottom-footer .all_rights ul li {
        display: inline;
    }

    footer .panel-title a,
    .footer .panel-title a {
        background-image: url(/skins/default/images/v2collapse-on.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 12px 6px;
    }

    footer .panel-title a.collapsed,
    .footer .panel-title a.collapsed {
        background-image: url(/skins/default/images/v2collapse-off.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 12px 6px;
    }

    footer .panel-title a,
    .footer .panel-title a {
        padding: 0 20px 0 0;
        display: block;
        text-decoration: none !important;
    }

    footer .panel {
        border-bottom: 1px solid #000;
        border-radius: 0;
        margin-bottom: 0;
    }

    footer .v2footer h2 {
        margin: 0 0 15px 0;
    }

    footer .btn_icon {
        width: 100%;
    }

    footer .v2bottom-footer .d-flex>div {
        order: 1;
    }

    footer .v2bottom-footer .d-flex>div+div {
        order: 3;
    }

    footer .v2bottom-footer .d-flex>div+div+div {
        order: 2;
    }

    footer .lang_select a {
        width: 100%;
    }

    footer .v2bottom-footer,
    footer .v2bottom-footer p,
    footer .v2bottom-footer a {
        font-size: 14px !important;
        line-height: normal !important;
    }

    .services-en-ligne-wrapper {
        padding: 30px 0;
    }

    footer .v2middle-footer .col:first-of-type {
        min-width: 100%;
        max-width: 100%;
    }

    footer .footer_col1 {
        min-width: 100%;
        max-width: 100%;
    }
}

::-moz-selection {
    /* Code for Firefox */
    background: #b4d5fe;
}

::selection {
    background: #b4d5fe;
}

.preview_cart__wrapper {
    color: #000;
    padding: 0;
    height: 100%;
}

li.no-translate a:hover {
    text-decoration: none !important;
}

li.no-translate a:hover span {
    text-decoration: underline !important;
}

.sommaire-col-left .prix-unitaire .col2 {
    white-space: nowrap;
}

.main {
    background: #fff;
}

.topHeader_icons_wrap {
    margin-left: auto;
}

.topHeader_icons_wrap a {
    color: inherit;
}

.topHeader_icons_wrap a:hover {
    text-decoration: none !important;
}

.topHeader_icons_wrap .text {
    margin-left: 10px;
}

.topHeader_icons_wrap .text:hover {
    text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
}

.topHeader_icons {
    gap: 15px;
}

.topHeader_icons>div {
    border-right: 1px solid #d2d2d2;
    padding-right: 10px;
}

.topHeader_icons>div:last-child {
    border-right: 0px solid #000;
    padding-right: 0px;
}

.top_header_v2_wrap {
    background: #000;
    color: #fff;
    padding: 5px 0;
    position: relative;
    /*z-index: 10;*/
}

.top_header_v2_wrap a {
    color: #fff;
}

#store_slide .content {
    height: 100%;
}

.store_slide__wrapper {
    color: #000;
    padding: 0 15px 15px 15px;
    height: 100%;
}

.top_header_v2_wrap .subpanel {
    background-image: url(/skins/default/images/menu-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 12px 6px;
    padding-right: 15px;
    position: relative;
    margin-right: 30px;
}

.top_header_v2_wrap .subpanel:after {
    content: "|";
    width: 1px;
    height: 100%;
    position: relative;
    right: -30px;
}

.top_header_v2_wrap .subpanel:last-child {
    margin-right: 0px;
}

.top_header_v2_wrap .subpanel:last-child:after {
    display: none;
}

.top_header_v2>div:first-child a:after {
    content: "|";
    width: 1px;
    height: 100%;
    position: relative;
    right: 0px;
    padding: 0 8px 0 10px;
}

.top_header_v2>div a:last-child:after {
    display: none;
}

.slider_msgHeader_content {
    padding: 0 !important;
    min-height: 4rem;
}

@media (max-width: 768px) {
    .slider_msgHeader_content {
        padding: 3px 0 !important;
        min-height: 3rem;
    }
}

.slider_msgHeader .swiper-slide {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.slider_msgHeader .swiper-slide p,
.slider_msgHeader .swiper-slide a {
    color: #fff;
    margin: auto 0;
}

@media (max-width: 768px) {

    .slider_msgHeader .swiper-slide p,
    .slider_msgHeader .swiper-slide a {
        font-size: 14px;
    }
}

.navbar-form .input-group {
    max-width: 100%;
}

.prime_prix_inline {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 15px;
}

.link_direction {
    background-image: url(/skins/default/images/storelocator/link-direction.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: contain;
    padding-right: 25px;
    text-decoration: underline;
}

.store {
    font-weight: 700;
}

.store.store_open {
    color: #399100;
}

.store.store_closesoon {
    color: #f26c3b;
}

.store.store_close {
    color: #910000;
}

.slide_content {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1;
    padding: 10px;
}

#preview_cart_slide .prime_prix_inline {
    flex-direction: column;
    gap: 0;
}

#preview_cart_slide .content {
    height: 100%;
}

.un-produit-au-panier .col1 {
    min-width: 80px;
    max-width: 80px;
}

.un-produit-au-panier .col2 {
    padding: 0 15px;
    flex: 1;
}

.un-produit-au-panier .col3 {
    white-space: nowrap;
}

#side-panel [sidebarjs] [sidebarjs-container] ul {
    margin-left: 0;
}

.topHeader_icons_wrap .menu--profil h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.descr-modal-imperf-desk h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

body .services-en-ligne-wrapper h2 {
    text-align: center !important;
    color: inherit;
}

#popupVDM {
    display: none;
}

.popupVDM_wrap {
    display: grid;
    grid-template-columns: 50% 50%;
}

.popupVDM_left {
    padding: 60px 20px 0 20px;
}

.popupVDM_left p.text {
    font-size: 22px !important;
    line-height: normal !important;
    margin: 80px 0 40px 0;
}

.popupVDM_left .v2-btn-black {
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 20px 36px !important;
}

.vdm_fancybox .fancybox-skin {
    padding: 0 !important;
}

.popupVDM_right img {
    object-fit: contain;
}

@media (max-width: 1399px) {
    .popupVDM_wrap {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .popupVDM_left {
        padding: 60px 15px 30px 15px;
    }

    .popupVDM_left .v2-btn-black {
        font-size: 16px !important;
        font-weight: 400 !important;
        padding: 20px 15px !important;
    }
}

@media (max-width: 768px) {
    .popupVDM_left img {
        max-width: 80% !important;
        margin-bottom: 30px;
    }

    .popupVDM_right {
        display: none;
    }
}

.vdm_fancybox .fancybox-skin,
.vdm_fancybox .fancybox-inner {
    border-radius: 10px;
}

.simply-countdown {
    overflow: hidden;
    display: flex;
    gap: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.simply-amount {
    margin-right: 4px;
}

.simply-countdown>.simply-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.simply-countdown>.simply-section:after {
    font-size: 16px;
    position: relative;
    margin-left: 5px;
}

.simply-countdown>.simply-section:last-child:after {
    display: none;
}

.simply-countdown>.simply-section .simply-word {
    font-size: 14px;
}

.gap-40 {
    gap: 40px;
}

.gap-30 {
    gap: 30px;
}

.gap-20 {
    gap: 20px;
}

.gap-15 {
    gap: 15px;
}

.gap-10 {
    gap: 10px;
}

.gap-5 {
    gap: 5px;
}

/*start*/
.promo_tag_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    text-align: left;
    overflow: hidden;
}

.promo_slide_tag_wrap {
    display: grid;
    /*grid-template-columns:1fr;
gap:20px;
margin-bottom:20px;*/
    text-align: left;
}

.page_promotions .promo_tag_wrap {
    margin-top: 20px;
}

.promo_solde_wraper {
    background: #d4d0c6;
    padding: 60px 0;
}

.promo_solde_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.ooga-booga-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.promo_cat {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.promo_cat .promo_cat_input {
    display: none;
}

.promo_cat label {
    display: block;
    cursor: pointer;
}

.promo_cat label .promo_cat_img {
    position: relative;
    border-radius: 15px;
    border: 1px solid transparent;
}

.promo_cat label .promo_cat_img img {
    border-radius: 14px;
}

.promo_cat .promo_cat_input+label:hover .promo_cat_img,
.promo_cat .promo_cat_input:checked+label .promo_cat_img {
    border: 1px solid #0072da;
}

.promo_cat .promo_cat_input:checked+label .promo_cat_img:before {
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(/skins/default/images/cat-check.png);
}

.promo_cat label .promo_cat_title {
    font-weight: 700;
    margin-top: 5px;
}

.promo_card {
    background: #eae8e2;
    border-radius: 20px;
    position: relative;
}

.promo_tag_wrap a,
.promo_slide_tag_wrap a {
    text-decoration: none !important;
    color: inherit;
    font-weight: 400;
}

.promo_tag_wrap a:hover,
.promo_slide_tag_wrap a:hover {
    text-decoration: none !important;
}

.promo_tag_wrap a .promo_card,
.promo_slide_tag_wrap a .promo_card {
    transition: background-color 0.3s ease;
    width: 100%;
}

.promo_tag_wrap a:hover .promo_card,
.promo_slide_tag_wrap a:hover .promo_card {
    background: #d4d0c6;
}

/*
.promo_tag_wrap a:hover .promo_card, .promo_slide_tag_wrap a:hover .promo_card {
background: #d4d0c6;
background-image: url('https://cdn.tanguay.ca/images/products/530px/0816723_1.jpg');
background-repeat: no-repeat;
background-size: cover;
}
*/

.promo_card_text {
    padding: 45px 15px 15px 15px;
    flex: 1;
    width: 100%;
}

.promo_card_img {
    height: 100%;
    width: 100%;
    flex: 1;
    background: #d1c9bd;
    align-content: center;
    border-radius: 0 20px 20px 0;
    text-align: center;
    padding-top: 40px;
    display: none;
}

.promo_card_img div img {
    height: 100%;
    width: 100%;
    /*object-fit: cover;*/
    object-position: center;
    border-radius: 0 20px 20px 0;
}

.promo_type_sku .promo_card_img {
    background: #f7f7f7;
}

.promo_type_sku .promo_card_img div img {
    max-height: 480px;
    object-fit: contain;

    mix-blend-mode: multiply;
}

.promo_card h2 {
    font-size: 3rem;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.promo_card h2 strong {
    font-weight: 700;
    color: #004762 !important;
}

.promo_card .promo_end_txt strong {
    color: #004762 !important;
}

.promo_card .tag {
    border-radius: 0 20px 0 20px;
    display: flex;
    align-items: center;
    padding: 6px 15px;
    text-align: center;
    color: #fff;
    background: #004762;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    font-size: 13px;
}

.promo_card .tag svg {
    margin-right: 8px;
    height: 15px;
    width: auto;
}

.promo_card .promo_logo {
    display: none;
}

.promo_card .promo_logo img {
    mix-blend-mode: multiply;
    max-height: 40px;
}

.promo_card .promo_end {
    color: #f02f2f;
}

.promo_card .promo_end svg {
    vertical-align: middle;
    margin-right: 5px;
}

.promo_end_txt {
    font-size: 16px !important;
    line-height: normal !important;
}

.promo_card_text a {
    font-size: 20px !important;
    margin-top: 10px;
}

.page_promotions .promo_card h2 {
    font-size: 3rem;
}

@media screen and (max-width: 1280px) {
    .page_promotions .promo_tag_wrap {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media screen and (max-width: 992px) {
    .page_promotions .promo_tag_wrap {
        grid-template-columns: 1fr 1fr !important;
    }

    .promo_tag_wrap {
        grid-template-columns: 1fr 1fr;
    }

    .promo_cat {
        grid-template-columns: repeat(5, 1fr);
    }

    .promo_card h2,
    body #slider-promotions .promo_slide_tag_wrap h2 {
        font-size: 2.5rem !important;
    }

    .promo_card>.d-flex {
        flex-direction: column;
        align-items: center;
    }

    .promo_card_text {
        order: 1;
    }

    .promo_card_img {
        padding-top: 40px;
        border-radius: 20px 20px 0px 0;
    }

    .promo_card_text a {
        font-size: 18px !important;
    }

    .page_promotions .promo_card h2 {
        font-size: 2.5rem !important;
    }

    .page_promotions .promo_end_txt {
        font-size: 16px !important;
    }

    .promo_end_txt {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 768px) {
    .page_promotions .promo_tag_wrap {
        grid-template-columns: 1fr !important;
    }

    .promo_tag_wrap,
    .promo_solde_wrap {
        grid-template-columns: 1fr;
    }

    .promo_solde_wrap {
        grid-template-columns: 1fr;
    }

    .first-column {
        order: 2;
    }

    .second-column {
        order: 1;
    }

    .promo_cat {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo_card_img,
    .promo_card_img div img {
        border-radius: 20px 20px 0 0 !important;
    }

    .promo_card h2,
    body #slider-promotions .promo_slide_tag_wrap h2 {
        font-size: 24px !important;
    }

    .page_promotions .promo_card h2 {
        font-size: 24px !important;
    }

    .promo_end_txt {
        font-size: 1.4rem !important;
    }

    .promo_card_text a {
        font-size: 1.4rem !important;
    }
}

/*end*/

.prise_rdv_wrap h1 {
    margin-top: 0;
}

.tansystem {
    display: flex;
    padding: 8px 0 8px 0px;
    align-items: center;
}

.tansystem-credit {
    margin-right: 5px;
    color: black;
    font-size: 14px;
    font-weight: normal;
}

#videoUrl {
    display: none;
}

.service_client_top>div {
    order: 2;
}

.service_client_grid_wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 992px) {
    .service_client_grid_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .flex-columns {
        flex-direction: column;
    }

    .service_client_top>div+div {
        order: 1;
    }

    .service_client_top {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .service_client_grid_wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.service_client_grid_wrap .card_contact {
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
}

.service_client_grid_wrap .card_contact-img .card_contact_href {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dad7cd;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.service_client_grid_wrap .card_contact-img img {
    height: 40px;
}

.click_simple_collapse.open svg {
    transform: rotate(180deg);
}

.click_simple_collapse {
    font-weight: 700;
    border-bottom: 1px solid #000;
    margin: 15px 0 30px 0;
    align-items: center;
}

#simple_collapse {
    margin-bottom: 30px;
}

.back-tan {
    text-decoration: underline;
    color: #004762;
    font-weight: 700;
}

.font-normal {
    font-weight: 400 !important;
}

.slider_msgHeader {
    z-index: 1 !important;
    height: fit-content;
}

.slider_msgHeader .swiper-slide {
    margin: auto;
}

.w-100 {
    width: 100%;
}

#promo_conditions h2 {
    font-family: "KH Giga", sans-serif !important;
    margin-bottom: 15px;
}

.slider_brands_home .slick-prev {
    left: 15px;
    width: 20px;
    height: auto;
}

.slider_brands_home .slick-next {
    right: 15px;
    width: 20px;
    height: auto;
}

.slider_brands_home {
    visibility: hidden;
}

.info-frame-wrap {
    background: #d1ecf1;
    color: #0c5460;
    padding: 5px 8px;
    margin-bottom: 15px;
}

.info-frame-wrap .info-frame {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 15px;
    align-items: center;
}

.info-frame-wrap .info-frame svg {
    width: 30px;
    height: auto;
    vertical-align: middle;
}

.brand_promo_grid .promo_tag_wrap {
    display: block;
}

.v2-btn-black.smaller {
    padding: 5px 20px;
    color: #fff !important;
    display: inline-block !important;
    border-radius: 5px !important;
}

#panel-refinement-list #promotions\.promos\.compressed {
    display: none !important;
}

.sidebar-promo.sidebarjs--is-visible {
    display: block;
}

.sidebar-promo .slide_header,
.sidebar-promo .slide_footer {
    padding: 0 10px;
}

.sidebarjs--right hr {
    border-top: 1px solid #eee !important;
}

.offre-promo-wrap a {
    display: inline-block !important;
}

#sidebarPromo [sidebarjs-container],
#sidebarPromoDesc [sidebarjs-container] {
    max-width: 450px;
}

@media (max-width: 768px) {

    #sidebarPromo [sidebarjs-container],
    #sidebarPromoDesc [sidebarjs-container] {
        max-width: 300px;
    }
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.banniere-gwd-container {
    position: relative;
    display: block;
    width: 100%;
}

.banniere-gwd-container iframe {
    aspect-ratio: 1600 / 500;
    border: none;
    overflow: hidden;
}

@media (max-width: 680px) {
    .banniere-gwd-container {
        position: relative;
        display: block;
        width: 100%;
        max-height: inherit;
        height: 100%;
    }

    .banniere-gwd-container iframe {
        width: 100%;
        max-height: inherit;
        height: 100%;
        aspect-ratio: 640 / 830;
    }

    .iframe-loading {
        display: flex;
    }
}

.brands_logo {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 1px;
    margin: 30px 0;
}

.brands_logo>div {
    outline: 1px solid #e9e7e2;
    display: grid;
}

.brands_logo>div::before {
    content: "";
    padding-bottom: 100%;
    display: block;
}

.brands_logo>div::before,
.brands_logo>div>a,
.brands_logo>div>img {
    grid-area: 1 / 1 / 2 / 2;
}

.brands_logo>div>a {
    padding: 20px;
    transition: background-color 0.2s ease;
}

.brands_logo>div>a:hover {
    background-color: #e9e7e2;
}

.brands_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

@media (max-width: 768px) {
    .brands_logo {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}

/* brands logo in slider */
.brands_logo_slide_wrap {
    padding: 0 30px;
}

.brands_logo_slide {
    border: 1px solid #e9e7e2;
}

.brands_logo_slide .slide_box>div {
    outline: 1px solid #e9e7e2;
    display: grid;
}

.brands_logo_slide .slide_box>div::before {
    content: "";
    padding-bottom: 100%;
    display: block;
}

.brands_logo_slide .slide_box>div::before,
.brands_logo_slide .slide_box>div>a,
.brands_logo_slide .slide_box>div>img {
    grid-area: 1 / 1 / 2 / 2;
}

.brands_logo_slide .slide_box>div>a {
    padding: 20px;
    transition: background-color 0.2s ease;
}

.brands_logo_slide .slide_box>div>a:hover {
    background-color: #e9e7e2;
}

.brands_logo_slide .slide_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

#tableau-comparaison h3 a {
    font-size: 2.5rem !important;
    line-height: normal !important;
    margin: 0 0 10px !important;
    font-weight: 400;
    font-family: "KH Giga", sans-serif !important;
    text-decoration: none !important;
    display: inline-block;
    white-space: normal;
}

#tableau-comparaison h3 span {
    font-size: 20px !important;
    font-weight: 700;
    color: #000 !important;
}

#tableau-comparaison .boxCatalogueDesc {
    min-width: 300px;
}

#scroll-comparaison {
    position: relative;
    width: 100%;
    overflow-x: auto;
    cursor: grab;
}

#scroll-comparaison:active {
    cursor: grabbing;
}

@media (max-width: 768px) {
    #tableau-comparaison h3 a {
        font-size: 22px !important;
        line-height: normal !important;
        margin: 0 0 10px !important;
        font-weight: 400;
        font-family: "KH Giga", sans-serif !important;
        text-decoration: none !important;
        display: inline-block;
        white-space: normal;
    }

    #tableau-comparaison h3 span {
        font-size: 16px !important;
        font-weight: 700;
        color: #000 !important;
    }

    #tableau-comparaison .boxCatalogueDesc {
        min-width: 220px !important;
    }

    #tableau-comparaison>tbody>tr>td,
    #tableau-comparaison>tbody>tr>th,
    #tableau-comparaison>tfoot>tr>td,
    #tableau-comparaison>tfoot>tr>th,
    #tableau-comparaison>thead>tr>td,
    #tableau-comparaison>thead>tr>th {
        white-space: normal !important;
    }
}

.video-container {
    max-width: 60%;
    margin: 0 auto;
}

.video-player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video::not(html) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brand_youtube_api {
    background: #f7f7f7;
    padding: 60px 0;
}

#thumbnails {
    overflow: hidden;
    overflow-x: auto;
    max-width: 80%;
    display: block;
    /*grid-template-columns: repeat(3, 1fr);
grid-auto-flow: column;
*/
    white-space: nowrap;
    gap: 10px;
    margin: 30px auto 0 auto;
}

#thumbnails a {
    display: inline-block;
    margin: 0 10px 0 0;
}

#thumbnails img {
    width: 300px;
}

@media (max-width: 768px) {
    #thumbnails img {
        width: 120px;
    }

    .video::not(html) {
        max-width: 560px;
    }

    .video-container {
        max-width: 100%;
        margin: 0 auto;
    }
}

.panier_options_wrap label {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .panier_options_wrap label {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .panier_options_wrap .d-flex {
        flex-direction: column;
    }
}

.carte_epicerie_link {
    color: #fff;
    text-decoration: none !important;
}

.carte_epicerie_link:hover {
    color: #fff;
    text-decoration: none !important;
}

.carte_epicerie_link:hover .carte_epicerie {
    background-color: rgba(118, 136, 29, 0.9);
}

.carte_epicerie {
    background-color: #76881d;
    color: #fff;
    font-size: 18px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px 0;
    transition: background-color 0.2s;
}

@media (max-width: 768px) {
    .carte_epicerie {
        font-size: 16px;
    }
}

.main_wrap .wrapper_voirplus ul {
    list-style: initial;
}

#rightSection .wrapper_voirplus hr {
    border-top: 1px solid #eee;
}

.membre-inscription .cleantab {
    display: none;
}

.breadcrumb_home {
    vertical-align: top;
}

.breadcrumb>li+li:before {
    display: inline-block;
    width: 15px;
}

.mobile #cardNumber1 {
    float: none;
}

#algolia-template {
    min-height: 80vh;
}

.panier-cartes>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}

.panier-cartes>div>div img {
    width: auto;
    height: 30px;
}

@media (max-width: 768px) {
    .panier-cartes>div {
        flex-wrap: nowrap;
    }
}

.fairstone-financement {
    background-color: var(--very_light_grey);
    padding: 15px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.fairstone-financement:hover {
    background-color: #ebebeb;
}

.fairstone-financement>a {
    text-decoration: none !important;
    color: inherit !important;
    font-weight: inherit;
}

.fairstone-financement>a:hover {
    text-decoration: none !important;
}

.fairstone-financement>a>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.fairstone-financement>a>div>div {
    flex: 1;
}

.fairstone-financement>a>div>div:first-child {
    flex: inherit;
}

.fairstone-financement h5 {
    margin: 0 0 5px 0;
    color: inherit !important;
}

.fairstone-financement p {
    margin: 0 0 5px 0;
    color: inherit !important;
}

.fairstone-financement .link {
    margin: 0 0 5px 0;
    display: inline-block;
    color: #000;
    font-weight: 700;
}

.framebox_fieldset {
    border: 1px solid #eaeaea;
    line-height: inherit;
    padding: 15px;
    border-radius: 10px;
    margin: 0;
    text-align: center;
}

.framebox_fieldset legend {
    width: auto;
    border: none;

    font-size: 16px;
    padding: 0 10px;
    margin: 0;
}

.framebox_fieldset_paiement_express>div {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.framebox_fieldset_paiement_express>div button {
    background: #000;
    padding: 5px 60px;
    text-align: center;
    border-radius: 5px;
}

.framebox_fieldset_paiement_express>div button svg {
    width: auto;
    height: 20px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .framebox_fieldset_paiement_express>div button svg {
        width: auto;
        height: 25px;
        vertical-align: middle;
    }
}

.topHeader_icons_wrap svg {
    vertical-align: bottom;
}

#sidebarLogout div[sidebarjs-container] {
    padding: 15px;
    background: #fff;
    transition: all ease 0.3s;
}

.slider_top_profile_wrapper {
    display: block;
}

.slider_top_profile_icon .icon {
    width: 30px;
    display: flex;
    justify-content: center;
}

.slider_top_profile_wrapper>div a:hover .slider_top_profile_icon div+div {
    text-decoration: underline;
}

.slider_top_profile_wrapper {
    margin: 30px 0 20px 0;
}

#sidebarLogout.container-generic .close-header {
    display: inline-block;
}

#sidebarLogout.container-generic .close-header .sd-close {
    right: 15px;
}

#sidebarLogout .slide_content {
    padding: 0 10px;
}

#sidebarLogout hr {
    border-top: 1px solid #eee !important;
    width: 100%;
}

#sidebarLogout .content {
    display: none;
}

#sidebarLogout div[sidebarjs-container] .content {
    display: block;
}

/*## HEADER RESPONSIVE ##*/

.menu_burger {
    display: none;
}

.topHeader_icons {
    justify-content: end;
}

.top_header_search {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.top_header_v2_contact {
    display: block;
}

.top_header_v2_store_mobile {
    display: none;
}

.top_header_v2_store {
    display: block;
}

.href_mobile {
    display: none;

    @media (max-width: 768px) {
        display: block;
    }
}

.top_header_v2_lang_mobile {
    display: none;

    @media (max-width: 768px) {
        display: block;
    }
}

.top_header_v2_lang_mobile .href_desktop {
    display: none;

    @media (min-width: 768px) {
        display: block;
    }
}

.menu_lang a span {
    display: block;
    border: 1px solid #000;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

#menu_tanguay_mobile .menu_sep {
    border-top: 1px solid #eee;
    margin: 15px 10px 10px 10px;
}

div#mm-1 .mm-title {
    display: none;
}

.mm-listview>li:not(.mm-divider):after {
    border: none !important;
}

.mm-navbar {
    border-bottom: none !important;
}

.mm-menu>.mm-panel.mm-hasnavbar {
    padding-top: 20px;
}

ul.mm-listview li span a {
    font-size: 20px;
}

ul.mm-listview li span a:hover {
    text-decoration: none !important;
}

.mm-menu>.mm-panel>.mm-listview {
    margin: 20px 0;
}

.mm-menu>.mm-panel:before,
.mm-menu>.mm-panel:after {
    height: inherit;
}

@media (max-width: 1080px) {
    .tan-mega-main-menu>ul>li>a {
        font-size: 15px !important;
    }
}

@media (max-width: 1200px) {
    .menu_burger {
        display: block;
    }

    .topHeader_icons .text {
        display: block;
    }

    .header_column {
        box-sizing: border-box;
    }

    .header_row {
        box-sizing: border-box;
        flex: 1 1 auto;
    }

    .header_column:nth-child(2) {
        max-width: 120px;
        margin: 0 15px;
        flex: 1;
    }

    .header_column:nth-child(3) {
        order: 999;
        flex: 1 1 100%;
        padding-bottom: 0px;
    }

    .menu-main-wp {
        display: none;
    }

    .header_row {
        flex: inherit;
    }

    .top_header_search {
        margin-top: 0px;
    }

    .line-navbar-two .lnt-search-form {
        padding: 0;
    }

    .top_header_v2_contact {
        display: none;
    }

    .top_header_v2_store_mobile {
        display: block;
    }

    .top_header_v2_store {
        display: none;
    }

    .top_header_v2_lang_mobile {
        display: block;
    }

    #menu_tanguay_mobile .mm_custom {
        display: block;
    }

    .mm-menu>.mm-panel>.mm-listview:first-child,
    .mm-menu>.mm-panel>.mm-navbar+.mm-listview {
        margin-top: -20px;
    }

    .mm-listview .menu_liquidation_tag a {
        padding: 0px !important;
    }
}

@media (max-width: 768px) {
    .topHeader_icons .text {
        display: none;
    }

    .topHeader_icons>div {
        border: none;
    }

    #magasinez_cat_wrapper .grid-container {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    #promo-homepage-1 .d-flex {
        flex-direction: column;
        padding: 30px 0;
    }

    #promo-homepage-1 div {
        width: auto !important;
    }

    #liquidations_wrapper .d-flex {
        flex-direction: column;
        padding: 30px 0;
    }

    #liquidations_wrapper div {
        width: auto !important;
    }

    .maison_tanguay_section .img_wrap {
        margin-bottom: 15px;
    }

    .topHeader_icons>div {
        padding: 0;
    }

    .line-navbar-two .dropdown-menu {
        left: 0px;
        width: 220px;
        min-width: auto !important;
    }

    .breadcrumb-wrap {
        display: flex !important;
        background: transparent;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin-left: 0;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        flex-direction: row-reverse;
    }

    .breadcrumb {
        flex-grow: 1;
        margin: 0 !important;
        padding: 0;
    }

    .breadcrumb li span,
    .breadcrumb li a {
        font-size: 11px;
    }
}

.framebox_blue_wrap {
    border: 2px solid #e6e6e6;
    border-radius: 8px;
    margin: 0 0 15px 0;
}

.framebox_blue {
    padding: 1rem;
    color: black;
    font-size: 2rem;
    background-color: #e6e6e6;
}

.framebox .date-livraison {
    padding: 10px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.framebox_grey {
    background: #f9f9f9;
    margin: 15px 0 0 0;
}

.framebox_space {
    padding: 1rem;
}

.ship_img img {
    border-radius: 6px;
    min-width: 45px;
}

.ship_txt {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}

.ship_qte {
    margin: auto 0 auto auto;
    white-space: nowrap;
}

#adresse-livraison-facturation .yellow-box {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .ship_txt {
        white-space: inherit;
        overflow: inherit;
        text-overflow: inherit;
    }
}

.flex-container .super-sale {
    display: inline-block;
}

@media (max-width: 992px) {
    .flex-column-mobile {
        flex-direction: column;
    }
}

.span-status-ecom {
    position: absolute;
    font-weight: 900;
    font-size: 14px;
    padding: 2px 6px;
    background-color: black;
    line-height: 20px;
    left: 8px;
    bottom: 8px;
    color: white;
    border-radius: 4px;
    z-index: 2;
}

.span-sale-ecom {
    position: absolute;
    font-weight: 900;
    font-size: 14px;
    padding: 2px 6px;
    background-color: black;
    line-height: 20px;
    left: 8px;
    top: 8px;
    color: white;
    border-radius: 4px;
    z-index: 2;
}

.span-sale-ecom.promo-tbf-ecom {
    bottom: 0;
}

.span-sale-ecom sup {
    display: none;
}

.span-sale-ecom.super-sale {
    background-color: white;
    background-image: url(https://sawebimagesprod.blob.core.windows.net/processed/assets/icons/prix_exceptionnel_rougefonce.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 15px;
    padding-left: 25px;
    color: #ba3c32;
    font-weight: 700;
    border: 2px solid #ba3c32;
}

.span-sale-ecom.last-chance {
    background-repeat: no-repeat;
    background-position: 5px;
    font-weight: 700;
    background: url(https://cdn.tanguay.ca/images/assets/icons/derniere_chance_icone.svg) white no-repeat 3%;
    border: 2px solid #ba3c32;
    color: #ba3c32;
    padding-left: 25px;
    background-size: 16px 16px;
    background-color: white;
}

.span-sale-ecom.red {
    background-color: #ba3c32;
}

.sidebarjsContainer {
    visibility: hidden;
    height: 0;
    width: 0;
}

.sidebarjsContainer.sidebarjs--is-visible {
    display: block;
    visibility: visible;
    height: 100%;
    width: 100%;
}

.sidebarjsContainer div[sidebarjs-container] {
    padding: 15px;
    background: #fff;
    transition: all ease 0.3s;
}

.sidebarjsContainer.container-generic .close-header {
    display: inline-block;
}

.sidebarjsContainer.container-generic .close-header .sd-close {
    right: 15px;
}

.sidebarjsContainer .slide_content {
    padding: 0 15px 0 0;
}

.sidebarjsContainer hr {
    border-top: 1px solid #eee !important;
    width: 100%;
}

.sidebarjsContainer .content {
    display: none;
    height: 100%;
}

.sidebarjsContainer div[sidebarjs-container] .content {
    display: block;
}

.sidebarPanierProduct {
    gap: 15px;
}

.sidebarPanierProduct .col1 {
    min-width: 80px;
    width: 80px;
}

.sidebarPanierPrimeWrap .sidebarPanierProduct .col1 {
    min-width: 65px;
    width: 65px;
}

.sidebarPanierProduct .col2 {
    flex: 1;
}

.sidebarPanierProduct .col3 {
    white-space: nowrap;
}

.sidebarPanierProduct .prime_prix_inline {
    flex-direction: column;
    gap: 0;
}

.sidebarPanierPrimeWrap {
    background: #f8f8f8;
    padding: 15px;
}

.sidebarPanierPrimeWrap hr {
    border-top-color: #ddd !important;
    width: 100%;
}

.preview_cart .panier-produit-prix-unitaire {
    font-size: 14px;
}

@media (max-width: 992px) {

    .sidebarPanierProduct,
    .preview_cart__wrapper table {
        font-size: 14px;
    }

    .sidebarPanierProduct .panier-produit-titre h5 a {
        font-size: 14px;
    }

    .sidebarPanierProduct .col1 {
        min-width: 50px;
        width: 50px;
    }

    .sidebarPanierPrimeWrap .sidebarPanierProduct .col1 {
        min-width: 35px;
        width: 35px;
    }
}

.align-items-baseline {
    align-items: end;
}

.m-auto {
    margin: auto;
}

#cart-promo-info a {
    color: var(--color_text);
    text-decoration: none;
}

.promo_preview_cart .panier-produit-titre .panier-produit-prix-unitaire {
    font-size: 14px;
    font-weight: 400;
}

#promotion-page .content_wrap {
    max-width: 80%;
    margin: 40px auto 20px auto;
}

@media (max-width: 992px) {
    #promotion-page .content_wrap {
        max-width: 100%;
        margin: 20px auto 20px auto;
    }
}

.fancybox-wrap #popup input[type="text"] {
    height: auto;
}

#mon-panier-fournisseur-promo .swiper-container .swiper-button-prev {
    left: -75px;
}

#mon-panier-fournisseur-promo .swiper-container .swiper-button-next {
    right: -75px;
}

.v-side-panel.show-alt {
    white-space: nowrap;
}

#sidebarPanier .framebox a {
    text-decoration: underline;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-center {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

[sidebarjs] [sidebarjs-container] {
    width: 100%;
    max-width: 450px;
    overflow-y: hidden;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

[sidebarjs].sidebarjs--is-visible {
    z-index: 999999;
}

@media (max-width: 768px) {
    [sidebarjs] [sidebarjs-container] {
        max-width: 90%;
    }
}

/*Digital Wallet hide "256-bit SSL encrypted Securely processed by Global Payments"*/
.apm-shield {
    display: none !important;
}

.apm-logo {
    display: none !important;
}

/* top panier */
.topPanierDesktop {
    display: block;
}

.topPanierMobile {
    display: none;
}

@media (max-width: 768px) {
    .topPanierDesktop {
        display: none;
    }

    .topPanierMobile {
        display: block;
    }
}

/* top panier mobile style */
ul.etapes-achat-menu li {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    font-size: 15px;
}

.logo-panier-menu img {
    border-right: 1px solid #fff;
    width: 55px;
}

.etapes-achat-menu-mb {
    height: 63px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    background: #868686;
    width: 100%;
    overflow: hidden;
}

.etapes-achat-menu-mb li {
    float: left;
}

.etapes-achat-menu-mb li a {
    background: hsla(34, 85%, 35%, 1) none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    padding: 23px 0 23px 44px;
    height: 63px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.etapes-achat-menu-mb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34, 85%, 35%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.etapes-achat-menu-mb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.etapes-achat-menu-mb li:first-child a {
    padding-left: 10px;
}

.etapes-achat-menu-mb li:nth-child(2) a {
    padding-left: 16px;
}

.etapes-achat-menu-mb li:last-child a:after,
.etapes-achat-menu-mb li :last-child a::before {
    border-color: #868686 !important;
}

.etapes-achat-menu-mb li:last-child a::before {
    border-left: 30px solid #41abde !important;
}

.etapes-achat-menu-mb li a {
    background: #868686;
}

.etapes-achat-menu-mb li a:after {
    border-left-color: #868686;
}

.etapes-achat-menu-mb li.active a {
    background: #000000;
}

.etapes-achat-menu-mb li.active a:after {
    border-left-color: #000000;
}

.etapes-achat-menu-mb li.active:last-child a {
    padding-right: 20px;
}

ul.etapes-achat-menu-mb li span {
    display: none;
}

ul.etapes-achat-menu-mb li.active span {
    display: inline;
}

.etapes-achat-menu-mb {
    background: #fff;
    border-bottom: 2px solid #f7f7f7;
    margin-bottom: 20px;
    list-style: none;
}

.etapes-achat-menu-mb li a:before,
.etapes-achat-menu-mb li a:after {
    display: none;
}

.etapes-achat-menu-mb li {
    flex: 1 1 auto;
    border: 1px solid #f7f7f7;
}

.etapes-achat-menu-mb li a {
    padding: 23px 15px;

    background: #fff;
    color: #000000;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.etapes-achat-menu-mb li.active a {
    background: #000000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.etapes-achat-menu-mb li:first-child a {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.etapes-achat-menu-mb li:first-child {
    border-right: 1px solid #f7f7f7;
}

.etapes-achat-menu-mb .logo-panier-menu {
    border: none;
    height: 100%;
}

.panier-livraison-cueillette .nav-tabs>li>a.active {
    z-index: -1;
}

.panier-livraison-cueillette .nav-tabs>li>a:after {
    z-index: -1;
}

ul.etapes-achat-menu-mb li.active span {
    display: contents;
}

.left-panier.stock {
    display: none !important;
}

#react_garantie_1 {
    height: 5px;
}

sup {
    top: -0.3em;
}

.primes-avec-produit {
    background: #e9e7e2;
    padding: 0;
    border-radius: 4px;
}

.b-promo {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    padding: 5px 10px;
    background-color: #76881d;
    color: white;
}

.dispo_old .d-flex {
    align-items: center;
}

.status-text {
    word-break: break-word;
}

.status-icon-container {
    width: 38px;
    height: 38px;
    margin-right: 12px;
}

.status-icon-container svg {
    width: 38px;
    height: 38px;
}