/* css */

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap'); */

/* Colors */
:root {
	--dark_grey: #000;
	--light_grey: #DFE1E5;
	--very_light_grey: #F7F7F7;
	--black: #000;
	--white: #FFF;
	--blue: #000;
	--red: #F02F2F;
	--green: #399100;
	--yellow: #FFCB00;
	--color_text: #000;
	--ivoire: #D4D0C6;
	--eco: #000;
}

/* Colors end */

* {
	font-family: inherit;
}

/**/

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

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	color: inherit;
	font-family: inherit;
	font-weight: 400;
}

strong {
	font-family: inherit;
	font-weight: 700;
}

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

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

h2 strong {
	font-weight: 400;
}

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

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

:root #rightLoad .btn-orange:hover {
	color: var(--white) !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 30px;
	transition: all .2s;
	text-decoration: none !important;
	text-transform: none !important;
	display: inline-block;
	text-align: center;
	font-family: inherit !important;
	border-radius: 10px;
}

: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;
}

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

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

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

:root .v2-btn-red:hover {
	background: var(--white) !important;
	border: 1px solid var(--eco);
	color: var(--black) !important;
	text-decoration: none;
}

: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 30px;
	transition: all .2s;
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
}

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

:root .v2-btn-next span {
	background: url(/skins/entrepot/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/entrepot/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;
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	padding: 12px 30px;
	transition: all .2s;
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
}

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

:root .v2-btn-blue span {
	background: url(/skins/entrepot/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;
}

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

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

.infolettre-wp {
	background: var(--ivoire) !important;
	border-top: 0px solid #DFE3E5;
	color: #000;
}

.infolettre-wp h3.infolettre-title,
#infolettre_form label,
.infolettre-left,
.footer_copyright {
	font-family: inherit;
}

.searchArea .inputDiv {
	border: none;
	border-radius: inherit;
}


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

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

.footer_navigation {
	background: var(--black);
	color: var(--white);
}

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

#return-to-top {
	background: url(/images/entrepot/icon-top.svg) no-repeat center 50%;
	bottom: 60px;
	z-index: 6;
}

.copyrights,
.copyrights p {
	font-family: inherit;
}

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

header.containerheader,
footer,
.footer {
	font-family: inherit;
}

.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: var(--black);
	color: var(--white);
}

.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-family: inherit;
	font-weight: 700;
	padding-left: 20px;
}

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

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

/*.infolettre-wp .top_icon {
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -33.5px;
}*/


:root .home_content h2,
:root .home_content h2 strong {
	text-transform: none !important;
	margin-bottom: 2rem !important
}

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

.slider_txt_wrap img {
	width: 100%;
}

/*:root .quick-links-top-wp {
	background:#fff!important;
}*/
ul.liensHeaderNew li,
.line-navbar-two .nav>li>a {
	color: inherit;
}

:root .tan-mega-main-menu>ul>li>a {
	color: var(--black);
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}

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

.tan-mega-main-menu>ul:nth-of-type(1)>li:nth-of-type(1)>a,
.tan-mega-main-menu>ul:nth-of-type(2)>li:last-child>a {
	background-image: url(/images/entrepot/icon-sub-menu.svg);
	background-repeat: no-repeat;
	background-position: right 0px center;
	padding-right: 20px;
}

#container-header {
	/*max-width: 1280px;*/
	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;
}

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

header #isearch {
	/*background:#fff;*/
	/*color:var(--dark_grey);*/
	/*border: 1px solid #dfe1e5!important;*/
	box-shadow: none !important;
	padding: 9px 0 9px 40px;
	border-radius: 20px;
	height: 4rem;
}

.line-navbar-two .lnt-search-form .btn-search {
	left: 5px;
}

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

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

.icon-search-input {
	position: absolute;
	z-index: 9;
	left: 15px;
	top: 8px;
}

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

div#searchbarlnt {
	display: flex;
	justify-content: center;
	float: none;
	right: inherit;
	left: inherit;
	max-width: inherit;
	/*width        : 620px!important;*/
	width: 100% !important;
	max-width: 1096px;
	padding-left: 20px !important;
}

.lnt-search-form .icons-top-right {
	position: relative;
	margin-right: 10px;
}

/*.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-bm.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;
	margin-left: 4px;
	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-family: inherit;
	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);
}

.main-img2 {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

ul.liensHeaderNew li,
.fiche h1 span {
	font-family: inherit;
}

.fiche .content_wrap h1,
.fiche .content_wrap h1 strong,
.logo_brand {
	font-family: inherit;
	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 .4s ease-in-out;

	opacity: 0;
}

:root .grid-item a:hover .pieces_decor_hover {
	margin: 0;
	background: rgba(69, 69, 69, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	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;
}

.preview_cart {
	margin-top: 25px;
}

.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 {
	margin: 10px 0 0 0;
	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/entrepot/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/entrepot/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: 53px;
}

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

.logo img {
	height: 50px;
	width: 180px;
}

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

: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;
	font-family: inherit;
	width: 100%;
}

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

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

.fiche-produit-promo.promo {
	background: var(--very_light_grey);
	padding: 15px;
}

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

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

.select-qte {
	border: inherit;
	background: var(--very_light_grey);
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	width: 80px;
	padding-right: 20px;
}

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

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

.formborder__descripxion_blue {
	color: inherit;
	font-family: 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: 54px;
}

.header_checkout .logo {
	margin: 0;
}

.ma-commande .gray-box {
	border: none;
	background: var(--very_light_grey);
}

.mon-panier-wrapper p {
	font-family: inherit;
}

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

.formborder__subtitle h3 {
	font-family: inherit;
	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 {
	font-family: inherit;
	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: #f8ecb5;
}

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

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

.radio label {
	font-family: inherit;
}

.panier-achat h3 {
	font-family: inherit;
	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-family: inherit;
	font-weight: 700;
	color: var(--dark_grey);
	background: url(/skins/entrepot/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: 46px;
	background-color: #fff;
	border: 1px solid #dfe1e5 !important;
	box-shadow: none;
	border-radius: 0px;
}

.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;
	border-radius: 10px;
	padding-left: 20px;
}

.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/entrepot/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/entrepot/images/show-password.svg);
}

.devez-savoir-box h3 {
	font-family: inherit;
	color: inherit;
	text-transform: uppercase;
}

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

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

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

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

:root .topnav_right>li.icon--account-hover>a {
	padding-bottom: 0px !important;
}

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

.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: #999;
}

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

.button_dashboard_icon {
	padding-right: 40px;
}

.button_dashboard_icon>div {
	width: 60px;
}

.button_dashboard_flex p {
	margin: 0;
}

.h2_profil {
	font-family: inherit;
	color: inherit;
}

.h2_profil img {
	display: none;
}

.v2_white_box_wrap {
	/*border: 1px solid black;
	background   : #fff;*/
	font-size: 16px;
	padding: 15px;
}

.tab-pane ul {
	font-family: inherit;
	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);
	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-family: inherit;
	font-weight: 700;
	border: 1px solid var(--dark_grey);
	box-shadow: inherit;
	color: var(--dark_grey);
	line-height: initial;
	padding: 5px 10px;
	text-decoration: none !important;
}

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

.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);
}

.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_wrapper {
	float: none;
}

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

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

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

.searchArea .inputDiv {
	font-family: inherit;
}

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

.bouton_wrap {
	font-family: inherit;
}

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

.btn_collapse {
	background: url(/skins/entrepot/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/entrepot/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;
	font-family: inherit;
	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 {
	font-family: inherit;
	color: inherit;
}

body .pieces_decor_wrap h1 {
	font-family: inherit;
	color: inherit;
}

body .pieces_decor_wrap h3 {
	font-family: inherit;
	color: inherit;
}

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

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

.CoveoSearchInterface {
	font-family: inherit;
}

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

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

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

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

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

.home_content .text-content {
	font-family: inherit;
}

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

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

#UPPDetailSupplierShipping h2 {
	font-family: inherit;
	font-weight: 700;
}

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

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

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

.mon-panier-wrapper .product-name {
	font-family: inherit;
	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-bottom: 15px;
}

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

.wraper-headerGroup ul li>a {
	display: inline-block;
}

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

.preview_cart {
	top: 100%;
	margin: 0px 0 0 0;
}

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

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

.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;
	font-family: inherit;
}

: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);
	font-family: inherit;
}

: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;
	font-family: inherit;
}

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

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

.boxborder-msg--success .boxborder-msg_txt>h3 {
	font-family: inherit;
	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 {
	font-family: inherit;
	color: inherit;
	font-weight: 700;
}

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

.color-orange.font-medium-italic {
	font-family: inherit;
	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 .2s;
	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);
}

.prise_rdv_popup_bg_grey {
	background: #fff;
}

.link {
	font-family: inherit;
	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 .2s;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

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

.devez-savoir-box img {
	width: 140px !important;
}

.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 {
	font-family: inherit;
	color: inherit;
	font-weight: 700;
}

.wishlistmodal__create {
	color: inherit;
}

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

.v2box_reg_price {
	font-family: inherit;
}

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

:root .tan-mega-main-menu>ul>li {
	margin: 0;
}

:root .tan-mega-main-menu ul:nth-child(1) li:nth-child(1) {
	margin-left: 0;
	flex: 1;
}

:root .tan-mega-main-menu>ul>li:last-child {
	margin-right: 0;
	/*padding     : 0 0px 15px 20px !important;*/
}

.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;
}

.membre-avantage h2 {
	font-family: inherit;
}

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

.border_bottom_black {
	border-bottom: 1px solid black;
}

:root .menu_liquidation_tag a {
	background: #F6A316;
	border-radius: 5px;
	padding: 0px 10px !important;
	color: #000 !important;
	display: initial;
	text-decoration: none !important;
	border: none !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;
	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;
	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 {
	font-family: 'Kern Standard', Arial, sans-serif !important;
	color: var(--color_text);
}

:root #rightSection span {
	font-family: 'Kern Standard', Arial, sans-serif !important;
}

:root .quick-links-top-wp {
	background: #000 !important;
	color: var(--white);
	padding: 8px 0 8px 0 !important;
}

: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(--very_light_grey);
	border: 1px solid #DFE3E5;
	color: var(--color_text);
}

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

.menu-main-wp {
	border-top: none;
	padding-bottom: 0.2em;
}

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


.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(--dark_grey);
	font-family: 'Kern Standard', Arial, sans-serif !important;
	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 {
	background: var(--black) !important;
	border: 1px solid var(--black);
	color: var(--white) !important;
	font-size: 16px !important;
	line-height: normal;
	font-weight: 700 !important;
	padding: 12px 30px;
	transition: all .2s;
	text-decoration: none !important;
	text-transform: none !important;
	display: inline-block;
	text-align: center;
	font-family: inherit !important;
	border-radius: 10px !important;
}

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


.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: var(--black);
	border-top: 0px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	padding: 15px 0;
	color: var(--white);
}

.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;
	position: relative;
}

.footer_links li a:after {
	content: '|';
	display: inline-block;
	margin: 0 8px 0 12px;
	color: #fff !important;
}

.footer_links li:last-child a:after {
	display: none;
}

.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 15px 15px 15px !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 10px 0px 10px !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: 16px;
}

.mm-listview>li.mm_custom>a,
.mm-listview>li.mm_custom>span {
	font-weight: 400;
}

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

.mm-menu .mm-navbar a.btn_close_mmenu {
	color: #fff;
	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';
}


#menu_tanguay_mobile {
	display: none;
}

/* MERGE end */
/* Typo */
body,
:root p {
	font-family: 'Kern Standard', Arial, sans-serif !important;
	font-size: 16px;
	line-height: 23px;
}

: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: 'Kern Standard', Arial, sans-serif !important;
	line-height: normal !important;
}

:root h2,
:root .pieces_decor_wrap h2 {
	font-family: 'Kern Standard', Arial, 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-family: 'Kern Standard', Arial, sans-serif !important;
	font-size: 16px;
	color: var(--blue);
	line-height: normal;
}

:root #container-header a {
	font-family: 'Kern Standard', Arial, sans-serif !important;
}

.small_text {
	font-family: 'Kern Standard', Arial, sans-serif !important;
	font-size: 14px;
	line-height: 16px;
}

:root .tan-mega-main-menu>ul>li>a,
:root .tan-mega-menu a {
	font-family: 'Kern Standard', Arial, sans-serif !important;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	text-decoration: none !important;
}

:root .footer .main-footer h2 {
	font-family: 'Kern Standard', Arial, sans-serif !important;
	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 {

	font-size: 16px;
	line-height: 23px;
	font-family: 'Kern Standard', Arial, sans-serif !important;
	font-weight: bold;
}

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

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

:root .coveo-dynamic-hierarchical-facet-value-label {
	font-family: 'Kern Standard', Arial, sans-serif !important;
}

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

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

:root #news-card-container .see-more {
	color: #fff !important;
	text-align: center;
	width: 100%;
	background: var(--black) !important;
}

:root .grid-item a .pieces_decor_hover div {
	font-family: 'Kern Standard', sans-serif;
	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(--blue);
}

.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;
}

#wishlist-item .panier-un-produit {
	box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
	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: 0;
}

#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: 'Kern Standard', Arial, 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;
}

.mmenu_header #logodesktop {
	width: 100%;
	max-width: 160px;
	height: auto;
}

.breadcrumb_home svg {
	margin-right: 5px;
}

ul.default {
	margin: 0 0 20px 40px !important;
	padding: 0 !important;
}

.devez-savoir-box-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 140px;
	text-align: center;
}

.devez-savoir-box-img a {
	display: inline-block;
}

/*
.devez-savoir-box-img svg {
	height:80px;
	width:auto;
}
*/

.niveau2-outer {
	background: #fff !important;
}

.menu-main-wp {
	background: #fff !important;
}


/* generate top menu */
.container.niveau3 {
	display: none;
}

.body-overflow {
	overflow: hidden !important;
}

.tan-mega-main-menu>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: -1px;

	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;

	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tan-mega-main-menu>ul>li {
	margin: 0;
	padding: 0 0px 15px 60px;
	/*
	-webkit-box-flex:1;
	    -ms-flex:1 1 auto;
	        flex:1 1 auto;
	*/

}

@media screen and (max-width: 1440px) {
	.tan-mega-main-menu>ul>li {
		/*padding:0 0px 8px 20px;*/
	}
}

.tan-mega-main-menu>ul:first-child>li:first-child {
	padding-left: 0;
	padding-right: 0;
}

.tan-mega-main-menu>ul:last-child>li:last-child {
	/*padding-right:0;
	padding-left:0;*/
}

.tan-mega-main-menu>ul>li.sep {
	color: #fff;
}

/*
.tan-mega-main-menu > ul:nth-of-type(2):before {
	content:'';
	width:1px;
	height: 16px;
	background:#fff;
	top:50%;
	margin-top:12px;
}
.tan-mega-main-menu > ul:nth-of-type(2):after {
	content:'';
	width:1px;
	height: 16px;
	background:#fff;
	top:50%;
	margin-top:12px;
}
*/

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

.tan-mega-main-menu>ul:nth-of-type(2)>li {
	/*text-align: right;*/
}

.tan-mega-main-menu>ul>li>a {
	color: #000000;
	text-transform: uppercase;
	font-family: 'Kern Standard', Arial, sans-serif !important;
	font-weight: 500;
	font-size: 11px;
	border-bottom: 0px solid transparent;
}

.tan-mega-main-menu>ul>li:hover>a {
	border-bottom: 0px solid #fff;
	text-decoration: none;
}

.tan-mega-main-menu>ul>li .fa {
	color: #000000;
	padding-right: 10px;
}


.tan-mega-menu {
	color: #000;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-height: 400px;
	display: none;
	margin-top: 1px;
	-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.44);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.44);
	max-height: 660px;
	overflow-y: auto;
}

.tab {
	background-color: #fff;
	max-width: 260px;
}

.tab .tablinks {
	display: block;
	background-color: #fff;
	padding: 10px 15px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	color: #9f9f9f;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.tab .tablinks:hover {
	background-color: #ebebeb;
	text-decoration: none;
}

.tab .tablinks.active {
	background-color: #ebebeb;
	color: #3A8ECA;
	text-decoration: none;
}

.tabcontent {
	padding: 20px;
	border-left: 1px solid #efefef;
	/*height: 700px;*/
	display: none;
	background: #fff;
}

.tabcontent-wrap.mega-categorie h3 {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	color: #084D8B;
	border-bottom: 1px solid #3A8ECA;
	text-transform: uppercase;
	font-size: 12px;
	line-height: inherit;
}

.tabcontent-wrap.mega-categorie h3 a {
	text-decoration: none !important;
}

.tabcontent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabcontent ul li {
	margin: 0 0 0 0;
	padding: 0;
}

.tabcontent ul li a {
	color: #000;
	font-weight: 300;
	font-size: 12px;
}

.tabcontent-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.tabcontent-col {
	width: calc(100% * (1/4) - 20px);
	margin: 0 10px 20px 10px;
}

.tabcontent-col-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-top: 1px solid #efefef;
	padding-top: 15px;
}

.tabcontent-col-btn a {
	font-weight: 500;
}

.tabcontent-wrap.mega-pieces .tabcontent-col {
	width: calc(100% * (1/3) - 20px);
	margin: 0 10px;
}

.tabcontent-wrap.mega-pieces {
	margin: 0px -10px;
}

.tabcontent-wrap.mega-pieces h3 {
	text-align: center;
	border: none;
	color: #084D8B;
	font-size: 14px;
	text-transform: none;
	margin: 0 0 20px 0;
}

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

.tabcontent-wrap.mega-pieces .pieces-img img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.tabcontent-wrap.mega-pieces .pieces-img:hover img {
	opacity: 0.8;
}

.tabcontent-circulaire {
	width: 100%;
	border: none;
	float: none;
}

.tabcontent-circulaire .tabcontent-col {
	width: calc(100% * (1/3) - 20px);
	margin: 0 9px;
}

.tabcontent-wrap.mega-circulaire {
	margin: 30px -15px 0 -15px;
}

.tabcontent-wrap.mega-circulaire h3 {
	text-align: center;
	border: none;
	color: #084D8B;
	font-size: 14px;
	text-transform: none;
	margin: 0 0 30px 0;
}

.tabcontent-wrap.mega-circulaire .circulaire-img {
	margin-bottom: 20px;
}

.tabcontent-wrap.mega-circulaire .circulaire-img:hover img {
	opacity: 0.8;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-fill {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.flex-banner {
	margin-left: 20px;
}

.tablinks-others {
	margin-left: 15px;
}

.tablinks-others .btn-orange {
	font-weight: 500;
	font-size: 14px;
	padding: 12px 15px;
}

.tablinks {
	position: relative;
}

.tablinks:hover:after,
.tablinks.active:after {
	content: "\f105";
	/* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: FontAwesome;
	right: 20px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	font-weight: 700;
}

.tabcontent-categorie .tabcontent-wrap {
	margin: 0 -10px;
}

input[type=checkbox],
input[type=radio] {
	accent-color: #000;
}

.dispo_old .d-flex {
	align-items: center;
}

.dispo_old .d-flex svg {
	vertical-align: middle;
}

.dropdown {
	padding-bottom: 20px;
	margin-bottom: -20px;
}

.mm-menu>.mm-navbar {
	background: #000;
}

.collapsious>span {
	display: flex;
	min-height: 35px;
	align-items: center;
	background-position: left center;
	line-height: normal !important;
}

.collapsious>span.opened {
	background-position: left center;
}

#container-header svg {
	stroke-width: 1.5px;
}

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

#creerProfilTab a {
	text-decoration: underline;
}

.alert-success {
	color: #000;
	background-color: #eee;
	border-color: #000;
}

.v2box_cat_product_img_wrap {
	background: none !important;
}

.panel__header {
	padding: 15px 0;
	margin-bottom: 15px;
	background: var(--very_light_grey);
}

.panel__title {
	background-image: url(/skins/default/images/circle-plus.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	cursor: pointer;
}

.panel__title.active {
	background-image: url(/skins/default/images/circle-minus.svg);
}

.panel__main {
	display: none;
}

.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;
}

#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 0 0;
}

.product-reserved {
	color: #F02F2F;
}

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

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

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

.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;
}

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 .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;
}

.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;
}

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

.align-items-inherit {
	align-items: inherit;
}

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

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

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

#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;
}

.gap-40 {
	gap: 40px;
}

.gap-30 {
	gap: 30px;
}

.gap-20 {
	gap: 20px;
}

.gap-15 {
	gap: 15px;
}

.gap-10 {
	gap: 10px;
}

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

.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_card h2 {
	font-size: 3rem;
	font-weight: 400;
	margin: 0 0 10px 0;
}

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

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

.promo_card .tag {
	border-radius: 0 20px 0 20px;
	display: flex;
	align-items: center;
	padding: 6px 15px;
	text-align: center;
	color: #fff;
	background: #000;
	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: 0 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 {
		display:none!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*/

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

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

.info-frame-wrap .info-frame svg {
	width: 40px;
	height: auto;
}

.simply-countdown {
	overflow: hidden;
	display: flex;
	gap: 10px;
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	position: relative;
}

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

.simply-countdown>.simply-section:after {
	content: "•";
	color: #F6A316;
	font-size: 22px;
	position: relative;
	margin-left: 10px;
	align-self: start;
}

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

.simply-countdown>.simply-section .simply-amount,
.simply-countdown>.simply-section .simply-word {
	display: block;
	text-align: center;
}

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

.brand_promo_grid .promo_tag_wrap {
	display: block;
}

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

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

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

.banniere-gwd-container iframe {
	aspect-ratio: 1600 / 500;
	max-height: 490px;
	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;
	}
}

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

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

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


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

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

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

.span-sale-ecom.tanguay {
	background-color: #004762;
	background-image: url(https://cdn.tanguay.ca/images/assets/icons/T_symbole_blanc.svg);
	background-repeat: no-repeat;
	background-position: 5px;
	background-size: 15px;
	padding-left: 25px;
	font-weight: 700;
}

.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: 1px solid #ba3c32;
	color: #ba3c32;
	padding-left: 25px;
	background-size: 16px 16px;
	background-color: white;
}

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

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

body .coveo-card-layout .span-sale:not(.red) {
	background-color: #000 !important;
	color: #fff !important;
	margin-bottom: 5px;
}

.fiche .realprice strong {
	font-weight: 400;
}


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

.sidebarjsContainer.sidebarjs--is-visible {
	display: block;
	visibility: visible;
	height: 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: baseline;
}

.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;
}

.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 .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-family: inherit;
	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;
	}
}

/*Digital Wallet hide "256-bit SSL encrypted Securely processed by Global Payments"*/
.apm-shield {
	display: none !important;
}

.apm-logo {
	display: none !important;
}

.top_header_v2_lang_mobile .href_desktop {
	display: none;
}

.top_header_v2_store .href_mobile {
	display: none;
}

/* top panier */
.topPanierDesktop {
	display: block;
}

.topPanierMobile {
	display: none;
}

.logo-panier-menu img {
	border-right: 1px solid #fff;
	width: 55px;
}

.etapes-achat-menu-mb {
	background: #fff;
	border-bottom: 2px solid #f7f7f7;
	margin-bottom: 20px;
	list-style: none;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.etapes-achat-menu-mb li {
	float: left;
}

.etapes-achat-menu-mb li a {
	background: #868686;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 63px;
	line-height: 63px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.etapes-achat-menu-mb li.active a {
	background: #000;
}

/* Hide spans unless active */
.etapes-achat-menu-mb li span {
	display: none;
}

.etapes-achat-menu-mb li.active span {
	display: inline;
}

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

	.topPanierMobile {
		display: block;
	}

	.etapes-achat-menu-mb {
		display: flex;
		border-bottom: 1px solid #000;
		margin-bottom: 0;
	}

	.etapes-achat-menu-mb li {
		flex: 1;
		border-left: 1px solid #000;
		float: none;
		/* remove float */
	}

	.etapes-achat-menu-mb li a {
		background: #000;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		width: 100%;
		height: 62px;
	}

	.etapes-achat-menu-mb li.active a {
		background: #fff;
		color: #000;
	}

	.etapes-achat-menu-mb li:first-child {
		border-left: none;
	}
}

@media (max-width: 768px) {
	.slider_msgHeader .swiper-wrapper {
		padding: 5px 0 !important;
	}

}

.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;
}

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

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

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


.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;
}

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

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

.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;
}

[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%;
    }
}