/* 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      : #21272A;
	--light_grey     : #DFE1E5;
	--very_light_grey: #F7F7F7;
	--black          : #000;
	--white          : #FFF;
	--blue           : #004762;
	--red            : #F02F2F;
	--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;
}
*/

* {
	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 30px;
	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     : #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 .2s;
	border-radius  : 10px;
	text-decoration: none!important;
	display        : inline-block;
	text-align     : center;
	font-family    : inherit;
}

: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 36px;
	transition     : all .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 .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 .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;
	font-size      : 16px;
	line-height    : normal;
	font-weight    : 700;
	padding        : 12px 36px;
	transition     : all .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;
	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;
	font-family: inherit;
}

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

#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(--dark_grey);
	font-family   : inherit;
	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 > 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(/userfiles/images/refonte2021/icon-sub-menu.svg);
	background-size: 12px;
	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 20px 0 20px;
}

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

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

.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     : 6px;
}

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

:root .circle {
	background-color: var(--blue);
	top             : -8px !important;
	margin          : 0 !important;
	line-height     : 20px !important;
	padding         : 0;
	font-size       : 12px !important;
}

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

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

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

.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: 4px;
	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;
	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;
}

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

.fiche_contact {
	background   : #fff;
	border-radius: 4px;
	padding      : 15px 0;
}

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

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

.logo img {
	height       : 50px;
	margin-top   : 5px;
	margin-bottom: 5px;
}

: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 20px;
	height             : auto;
	padding            : 20px 20px 20px 80px;
	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;*/
	border-radius : 4px;
}

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

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

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

.v2box_quick_view_wrapper h1 {
	font-family   : inherit;
	font-weight   : 400;
	font-size     : 24px !important;
	line-height   : 30px;
	text-transform: inherit;
}

.v2box_quick_view_wrapper h1 strong {
	font-weight   : 700;
	text-transform: inherit;
}

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

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

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

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

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



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

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

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
	background: #FBB35B !important;
}

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
	color      : var(--dark_grey);
	font-weight: 400;
}

.current-ship-date {
	color:inherit;
	background: inherit;
	border: inherit;
	padding:0;
	margin: inherit;
}
.current-ship-date-wrap {
	background: #FBB35B;
	background:var(--blue);
	color:#fff;
	border    : 1px solid var(--dark_grey);
	padding:10px;
	margin-top:10px;
	display:inline-block;
}
.current-ship-date-wrap .fa {
	margin-right:5px;
}

.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   : #FBB35B;
	border-radius: 4px;
}

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

:root .menu--profil {
	font-family: inherit;
	margin-left: -101px;
	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: 15px !important;
}

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

.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_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       : 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 {font-family: inherit;list-style: initial;}
.small_voirplus 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);
	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-family  : inherit;
	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);
}

.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,
.wishlist__mylist-container {
	color        : inherit;
	border       : none;
	background   : #fff;
	box-shadow   : 0px 2px 5px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

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

.wishlist__mylist-nothingtoshow {
	font-family: inherit;
	color      : inherit;
}

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

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

.wishlist__mylist-basketitems .panier-un-produit {
	background: var(--very_light_grey);
	box-shadow: none;
	border-radius: 10px;
}

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

.fiche_rappel {
	background: 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: 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;
}

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

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

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

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

.v2box_quick_view_wrapper a.spinner_btn {
	padding: 15px 20px;
	height : auto;
}

.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;
	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 {
	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;
	border-radius  : 4px;
	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;
	border-radius: 4px;
}

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

:root .tan-mega-main-menu>ul>li:last-child {
	margin-right: 0;
	padding     : 0 0px 8px 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-radius: 4px;
	border       : none;
}

:root .menu_liquidation_tag a {
	background     : var(--red);
	border-radius  : 5px;
	padding        : 0px 10px !important;
	color          : #fff !important;
	display        : inline-block;
	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;
	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: 10px;
	padding      : 15px;
}

.frame_fairstone .accordion-content {
	padding-left: 20px !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', sans-serif !important;
	color      : var(--color_text);
}

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

: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: 100px 0;
}

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

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

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

.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: 14px;
	border-radius: 10px;
	line-height: normal;
}

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

.menu-main-wp {
	border-top   : 1px solid #DFE3E5;
	border-bottom: 1px solid #DFE3E5;
}

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%;
	/* height    : 100%; */
	transition   : all 0.4s ease-in-out;
}

.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-family: 'Kern Standard', 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;
}

.magasinez_cat_wrapper a:hover img {
	transform: scale(1.1);
}

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


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

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

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

.small_text {
	font-family: 'Kern Standard', 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', sans-serif !important;
	font-size  : 14px;
	line-height: 21px;
}

:root .footer .main-footer h2 {
	font-family: 'Kern Standard', 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 {
	border-radius: 10px;
	font-size    : 16px;
	line-height  : 23px;
	font-family: 'Kern Standard', sans-serif !important;
	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 .coveo-dynamic-hierarchical-facet-value-label {
	font-family: 'Kern Standard', sans-serif !important;
}

: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 {
	font-family: 'Kern Standard', sans-serif !important;
	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: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: 'KH Giga', sans-serif !important;font-size:4.5rem !important;line-height: 55px!important;margin:0 0 20px 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;}
.tansystem-credit {font-style: italic;margin-top: 1.5rem;}
.v2box_etou.z3 .promo-tbf {padding: 5px 10px;background: black;color: white;border-radius: 5px;vertical-align: middle;margin-bottom: 15px;display: inline-block;}


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

.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: 21px;
	cursor: pointer;
	/*padding-right:30px;*/
}
.panel__title.active {
	/*background-image: url(/skins/default/images/circle-minus.svg);*/
}
.panel__main {
	display:none;
}

div.zabuto_calendar .badge-event.active,
div.zabuto_calendar div.legend span.badge-event.active {
	background: var(--blue) !important;
	color:#fff;
}
div.zabuto_calendar .table tr td div.day {
	line-height: 34px;
}

.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_collapse {
	background:#f7f7f7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.info_whishlist_collapse a {
	background:var(--blue);
	color:#fff;
	padding:10px 0;
	text-align:center;
	display: block;
	border-radius: 10px;
	text-decoration: none!important;
}
.info_whishlist_collapse a span {
	margin:0 20px;
}
.info_whishlist_collapse a span svg {
	margin-right:10px;
	vertical-align: middle;
}
.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;
}
.d-flex.single-article > div {
	padding:0 10px;
}
.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:var(--red);
}

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

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

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

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