body.new_body #content > #tb.thematique-v2,
body.new_body #content > #tb.thematique-v2 *,
body.new_body #content > #tb.thematique-v2 *::after,
body.new_body #content > #tb.thematique-v2 *::before {
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
}

body.new_body #content > #tb.thematique-v2 {
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
}

body.new_body #content #tb.thematique-v2 h1 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	text-transform: none;
}

body.new_body #content #tb.thematique-v2 h2 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	text-transform: none;
}

.thematique-v2 .stars {
	position: relative;
}

.thematique-v2 .stars .star-yellow {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
	color: #01AEFD;
}

.thematique-v2 .stars .star-grey {
	position: relative;
	z-index: 1;
}

.thematique-v2 .modeles {
	display: block;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	width: -webkit-calc(100% - 1rem);
	width: -moz-calc(100% - 1rem);
	width: calc(100% - 1rem);
	margin: 20px 0;
	margin: 2rem 0;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
			-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
	     box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);

	-webkit-transition: 0.3s all;

	-o-transition: 0.3s all;

	-moz-transition: 0.3s all;

	transition: 0.3s all;
}

.thematique-v2 .modeles.modeles_v2 {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	border-bottom: 3px solid #FFFFFF;
	border-bottom: 0.3rem solid #FFFFFF;
	margin: 20px 10px;
	margin: 2rem 1rem;
}

.thematique-v2 .modeles_v2:hover {
	border-color: #01AEFD;
}

.thematique-v2 .modeles_v2.unavailable:hover {
	border-color: #999999;
}

.thematique-v2 .pack_elmt_img {
	/* background: #FF0000; */
	/* height: 190px; */
	/* height: 19rem; */
	overflow: hidden;
}

.thematique-v2 .modeles_v2 .pack_elmt_img {
	border: 1px solid #D4D4D4;
	border: 0.1rem solid #D4D4D4;
	border-bottom: none;
	position: relative;
}

.thematique-v2 .modeles_v2 .pack_elmt_img .complementary_info {
	position: absolute;
	bottom: 10px;
	bottom: 1rem;
	right: 0;
	z-index: 2;
	background: #01AEFDAA;
	color: #ffffff;
	padding: 1px 10px;
	padding: 0.1rem 1rem;
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
	-webkit-border-radius: 0.5rem 0 0 0.5rem;
	   -moz-border-radius: 0.5rem 0 0 0.5rem;
	        border-radius: 0.5rem 0 0 0.5rem;
}

/*.thematique-v2 .modeles_v2 .pack_elmt_img:hover .complementary_info {
	display: none;
}*/

.thematique-v2 .pack_elmt_img a {
	display: block;
}

.thematique-v2 .pack_elmt_img img {
	max-height: 100%;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

.thematique-v2 .modeles:hover .pack_elmt_img > img {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}

.thematique-v2 .pack_elmt_details {
	background: #FFFFFF;
	padding: 10px 10px;
	padding: 1rem 1rem;

}

.thematique-v2 .modeles_v2 .pack_elmt_details {
	border: 1px solid #D4D4D4;
	border: 0.1rem solid #D4D4D4;
	border-top: none;
}

.thematique-v2 .pack_elmt_details .elmt_details_desc {
	line-height: 1.3;
}

.thematique-v2 .pack_elmt_details > span {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.thematique-v2 .pack_elmt_details > p {
	margin: 10px 0;
	margin: 1rem 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #525151;
}

.thematique-v2 .pack_elmt_details img {
	margin: 0 5px;
	margin: 0 0.5rem;
}

.thematique-v2 .modeles_v2 .pack_elmt_details > p {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
}

.thematique-v2 .pack_elmt_details .price {
	color: #01AEFD;
}

.thematique-v2 .modeles_v2 .pack_elmt_details .price {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	margin-left: 5px;
	margin-left: 0.5rem;
	margin-right: 5px;
	margin-right: 0.5rem;
}

.thematique-v2 .pack_elmt_details a.link-more {
	display: inline-block;
	color: #A1A1A1;
	text-decoration: underline;
}

.thematique-v2 .pack_elmt_details a.btn-aspect {
	display: inline-block;
	padding: 5px 20px;
	padding: 0.5rem 2rem;
	color: #525151;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	border: 1px solid #525151;
	border: 0.1rem solid #525151;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 0.5rem;
	        border-radius: 0.5rem;
}

.thematique-v2 .pack_elmt_details a.btn-aspect:hover {
	background: #525151;
	color: #FFFFFF;
}

.thematique-v2 .pack_elmt_details a.btn-aspect.btn-orange {
	border-color: #01AEFD;
	color: #01AEFD;
}

.thematique-v2 .pack_elmt_details a.btn-aspect.btn-orange:hover {
	background: #01AEFD;
	color: #FFFFFF;
}

.thematique-v2 .more {
	background: url("../../images/tb/thematique-v2/border-3px-707070.png") center center repeat-x;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.thematique-v2 .more span {
	display: inline-block;
	background: #FFFFFF;
	padding: 0 20px 5px 0;
	padding: 0 2rem 0.5rem 0;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 400;
}

@media all and (min-width: 600px) {
	.thematique-v2 .modeles {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 2rem);
		width: -moz-calc(50% - 2rem);
		width: calc(50% - 2rem);
	}
}

@media all and (max-width: 700px) {
	.thematique-v2 .not-for-mobile {
		display: none;
	}

}

@media all and (min-width: 1100px) {
	.thematique-v2 .modeles,
	.thematique-v2 .produits_x4 .modeles {
		width: -webkit-calc(25% - 20px);
		width: -moz-calc(25% - 20px);
		width: calc(25% - 20px);
		width: -webkit-calc(25% - 2rem);
		width: -moz-calc(25% - 2rem);
		width: calc(25% - 2rem);
	}

	.thematique-v2 .produits_x3 .modeles {
		width: -webkit-calc(30% - 20px);
		width: -moz-calc(30% - 20px);
		width: calc(30% - 20px);
		width: -webkit-calc(30% - 2rem);
		width: -moz-calc(30% - 2rem);
		width: calc(30% - 2rem);
	}

	.thematique-v2 .produits_x5 .modeles {
		width: -webkit-calc(20% - 20px);
		width: -moz-calc(20% - 20px);
		width: calc(20% - 20px);
		width: -webkit-calc(20% - 2rem);
		width: -moz-calc(20% - 2rem);
		width: calc(20% - 2rem);
	}

	.thematique-v2 .produits_x6 .modeles {
		width: -webkit-calc(16.66% - 20px);
		width: -moz-calc(16.66% - 20px);
		width: calc(16.66% - 20px);
		width: -webkit-calc(16.66% - 2rem);
		width: -moz-calc(16.66% - 2rem);
		width: calc(16.66% - 2rem);
	}

	.thematique-v2 .produits_x8 .modeles {
		width: -webkit-calc(12.5% - 15px);
		width: -moz-calc(12.5% - 15px);
		width: calc(12.5% - 15px);
		width: -webkit-calc(12.5% - 1.5rem);
		width: -moz-calc(12.5% - 1.5rem);
		width: calc(12.5% - 1.5rem);
	}

	.thematique-v2 .produits_x8 .modeles.modeles_v2 {
		margin: 10px 7.5px;
		margin: 1rem 0.75rem;
	}

	body.new_body #content > #tb.thematique-v2 {
		padding-left: 0;
		padding-right: 0;
	}
}

#category .title-category {
	/* background-image: url('/site/charte/images/tb/point_1x1_707070.jpg');
	background-position: center center;
	background-repeat: repeat-x; */
	border-bottom: 2px solid #AAAAAA;
	border-bottom: 0.2rem solid #AAAAAA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	           -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding: 20px 0 5px 0;
	padding: 2rem 0 0.5rem 0;
	/*	margin-bottom: 35px;
        margin-bottom: 3.5rem; */
    }
#category .title-category > * {
	/* margin: 0 2rem 0 2rem; */
	margin: 0;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	background: #FFFFFF;
}
#category .title-category #title_snippet p {
	display: inline-block;
	margin-bottom: 0;
}
#category .title-category #title_snippet p:first-child {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}

#category .title-category #title_snippet p:first-child > a {
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
}
#category .title-category #title_snippet p:first-child > a:hover {
	color: #01AEFD;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
}
#category h1 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
#category h2,
#category div.subcats_title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	text-transform: none;
}
#category div.subcats_title {
	padding: 20px 0 5px 0;
	padding: 2rem 0 0.5rem 0;
	border-bottom: 1px solid #AAAAAA;
	border-bottom: 0.1rem solid #AAAAAA;
}
#category div#subcats_slider {
	padding: 0 38px;
	padding: 0 3.8rem;
	height: 150px;
	height: 15rem;
	margin: 20px 0;
	margin: 2rem 0;
}
#category div#subcats_slider .slick-arrow {
	top: -webkit-calc(50% + 24px);
	top: -moz-calc(50% + 24px);
	top: calc(50% + 24px);
	top: -webkit-calc(50% + 2.4rem);
	top: -moz-calc(50% + 2.4rem);
	top: calc(50% + 2.4rem);
	background: none;
	color: #525151;
	font-size: 48px;
	font-size: 4.8rem;
	width: 38px;
	width: 3.8rem;
	height: 38px;
	height: 3.8rem;
}
#category div#subcats_slider .slick-arrow.slick-prev {
	left: 0;
}
#category div#subcats_slider .slick-arrow.slick-next {
	right: 0;
}
#category div#subcats_slider .subcat {
	position: relative;
	margin: 0 20px;
	margin: 0 2rem;
	padding: 0;
	padding: 0;
	width: 150px !important;
	width: 15rem !important;
	height: 150px;
	height: 15rem;
}
#category div#subcats_slider .subcat a {
 	display: block;
}
#category div#subcats_slider .subcat a.subcat_name {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 40px;
	min-height: 4rem;
	background: rgba(255,255,255,0.65);
}
#category div#subcats_slider .subcat a.subcat_name span {
	display: block;
	width: 100%;
	text-align: center;
	color: #333333 !important;
	font-weight: 400;
	line-height: 100%;
	padding: 5px;
	padding: 0.5rem;
	vertical-align: middle;
}
/*#category span.subcat_name {
	height: 34px;
	height: 3.4rem;
}*/
#category div.products_title div#cnt_products {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: none;
}
#category div#cat_products {
	position: relative;
}
#category div#cat_products div#products {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
#category div#cat_products a.product {
	margin-bottom: 0;
}
#category div.products_sort_filter {
	position: relative;
	z-index: 4;
	margin-right: 10px;
	margin-right: 1rem;
}
#category div.products_sort_filter div.products_sort_filter_label {
	font-weight: 500;
	border: 1px solid #CCCCCC;
	border: 0.1rem solid #CCCCCC;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 5px;
	   -moz-border-radius: 0.5rem;
	        border-radius: 5px;
	        border-radius: 0.5rem;
	padding: 10px;
	padding: 1rem;
	padding-right: 5px;
	padding-right: 0.5rem;
	cursor: pointer;
	white-space: nowrap;
}
#category div.products_sort_filter.filled div.products_sort_filter_label {
	background: #01AEFD;
	color: #FFFFFF;
	border-color: #01AEFD;
}
#category div.products_sort_filter div.products_sort_filter_values {
	position: absolute;
	background: white;
	margin-top: 5px; 
	margin-top: 0.5rem; 
	border: 1px solid #CCCCCC;
	border: 0.1rem solid #CCCCCC;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 5px;
	   -moz-border-radius: 0.5rem;
	        border-radius: 5px;
	        border-radius: 0.5rem;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .05), 0 0 3px rgba(0, 0, 0, .25);
	padding: 10px;
	padding: 1rem;
	min-width: 150px;
	min-width: 15rem;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
}
#category div.products_sort_filter div.products_sort_filter_values#products_sort {
	padding-bottom: 5px; 
	padding-bottom: 0.5rem; 
}
#category div.products_sort_filter div.products_sort_filter_values div#products_colors_inner {
	display: block;
	column-gap: 20px;
	column-gap: 2rem;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
}
#category div.products_sort_filter div.products_sort_filter_values label {
	cursor: pointer;
	font-weight: 300;
	font-size: 13px;
	font-size: 1.3rem;
}
#category div.products_sort_filter div.products_sort_filter_values label.selected {
	font-weight: 500;
}
#category div.products_sort_filter div.products_sort_filter_values#products_colors label {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}
#category div.products_sort_filter div.products_sort_filter_values label span.products_sort_filter_value_color {
	display: inline-block;
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	margin-right: 5px;
	margin-right: 0.5rem;
	padding: 0 5px;
	padding: 0 0.5rem;
	vertical-align: -5px;
	vertical-align: -0.5rem;
	/*border: 1px solid #B6B6B6;*/
	border: 0 none;
	box-shadow: 0px 0px 0px 1px #B6B6B6;
}
#category div.products_sort_filter div.products_sort_filter_values label.selected span.products_sort_filter_value_color {
	/*border: 2px solid #515252;*/
	box-shadow: 0px 0px 0px 2px #515252;
}
#category div.products_sort_filter div.products_sort_filter_values label.product_filter_prices_label {
	margin-top: 5px;
	margin-top: 0.5rem;
}
#category div.products_sort_filter div.products_sort_filter_values input.product_filter_prices_input {
	width: 55px;
	width: 5.5rem;
	margin: 0 10px;
	margin: 0 1rem;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: pangram, sans-serif !important;
	font-weight: 400;
}
#category div.products_sort_filter_active_label {
	display: inline-block;
	font-weight: 400;
	margin-top: 10px; 
	margin-top: 1rem; 
	margin-right: 10px; 
	margin-right: 1rem; 
	border: 1px solid #01AEFD;
	border: 0.1rem solid #01AEFD;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 5px;
	   -moz-border-radius: 0.5rem;
	        border-radius: 5px;
	        border-radius: 0.5rem;
	padding: 5px;
	padding: 0.5rem;
}
#category div.products_sort_filter_active_label span.products_sort_filter_active_label_name {
	margin-right: 10px; 
	margin-right: 1rem; 
}
#category a#remove_all_filters {
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}
#category div#products {
	min-height: 300px;
	min-height: 30rem;
}
#category div#products_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.3;
	z-index: 1000000;
}
#category div#products_more {
	color: #525151;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
#category .product .product_img_wrapper {
	height: 283px;
	height: 28.3rem;
}
#category .product .product_img_wrapper img.product_img {
	max-height: unset;
	width: 100%;
}
#category .product .product_details span.product_name {
	display: flex;
	justify-content:center;
	align-items: center;
	width: 100%;
	height: 49px;
	height: 4.9rem;
}
#category .product .product_details .product_colors {
	margin: 10px 0;
	margin: 1rem 0;
	height: 20px;
	height: 2rem;
}
#category .product .product_details .product_colors .product_color {
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	margin: 0 4px;
	margin: 0 0.4rem;
	padding: 0 5px;
	padding: 0 0.5rem;
	border: 0 none;
	box-shadow: 0px 0px 0px 1px #B6B6B6;
}
#category .product .product_details .product_colors .product_more_colors {
	margin-left: 4px;
	margin-left: 0.4rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #525151;
	font-weight: 400;
}

div#colors div.div_puce.selected {
	padding: 28px;
	padding: 2.8rem;
	border: 3px solid #F37023;
}

div#marking_zones div.div_puce {
	padding: 9px;
	padding: 0.9rem;
	border: 1px solid rgb(182, 182, 182);
	-webkit-border-radius: 1rem;
	   -moz-border-radius: 1rem;
	        border-radius: 1rem;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	cursor: pointer;
	margin-bottom: 1rem;
	width: 10rem !important;
	height: 10rem !important;
	margin-left: 0.6rem;
	margin-right: 0.6rem;
	position: relative
}

div#marking_zones div.div_puce.selected {
	padding: 5px;
	padding: 0.5rem;
	border: 2px solid #F37023;
}

div#marking_zones div.div_puce span.bs_badge {
	position: absolute;
	height: 14px;
	height: 1.4rem;
	width: 70px;
	width: 7rem;
	text-align: center;
	line-height: 12px;
	line-height: 1.2rem;
	top: -7px;
	top: -0.7rem;
	left: 15px;
	left: 1.5rem;
}

div#marking_zones div.div_puce.selected span.bs_badge {
	top: -8px;
	top: -0.8rem;
	left: 14px;
	left: 1.4rem;
}

div#marking_zones div.div_puce div.puce_mz {
	height: 100%;
	width: 100%;
}

div.pm.div_puce span.bs_badge {
	position: absolute;
	height: 14px;
	height: 1.4rem;
	width: 70px;
	width: 7rem;
	text-align: center;
	line-height: 12px;
	line-height: 1.2rem;
	top: -7px;
	top: -0.7rem;
	left: 80px;
	left: 8rem;
}

div.choose_mt_wrapper div.div_puce {
	padding: 5px;
	padding: 0rem;
	border: 1px solid rgb(182, 182, 182);
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	border-radius: 1rem;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	cursor: pointer;
	margin-bottom: 1rem;
	width: 23rem !important;
	min-height: 8rem !important;
	margin-left: 0.6rem;
	margin-right: 0.6rem;
	font-size: 11px;
	font-size: 1.1rem;
}

div.choose_mt_wrapper div.div_puce.selected {
	border-color: #F37023;
	color: black;
}

div.choose_mt_wrapper div.div_puce div.mt_name {
	width: 100%;
	margin-bottom: 0px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 22px;
	line-height: 2.2rem;
	/*
	 	margin-bottom: 5px;
	    margin-bottom: 0.5rem;
	 */
}

div.product_marking_wrapper {
	width: 100%;
}

div.product_marking_row {
	padding-right: 10px;
	padding-right: 1rem;
	border: 1px solid #B6B6B6;
	-webkit-border-radius: 1rem;
	   -moz-border-radius: 1rem;
	        border-radius: 1rem;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
	cursor: pointer;
	margin-bottom: 1rem;
}

div.product_marking_row:hover,
div.product_marking_row.selected {
	border: 1px solid #F37023;
}

div.product_marking_row.selected {
	color: #F37023;
	font-weight: 500;
}

div.product_marking_row div.product_marking_img {
	width: 100px;
	width: 10rem;
	height: 100px;
	height: 10rem;
	padding: 10px;
	padding: 1rem;
}

div.product_marking_row div.product_marking_img img {
	border: 1px solid #B6B6B6;
}

div.product_marking_row div.product_marking_img div.product_marking_img_none {
	height: 100%;
	width: 100%;
	border: 1px solid #B6B6B6;
}

div.product_marking_row:hover div.product_marking_img img,
div.product_marking_row.selected div.product_marking_img img,
div.product_marking_row:hover div.product_marking_img div.product_marking_img_none,
div.product_marking_row.selected div.product_marking_img div.product_marking_img_none {
	border: 1px solid #F37023;
}

div.product_marking_row div.product_marking_name {
	flex-grow: 1;
	padding: 10px;
	padding: 1rem;
}

div.product_marking_row div.product_marking_dimensions {
	width: 180px;
	width: 18rem;
	font-size: 1.2rem;
}

div.product_marking_row div.product_marking_colors {
	width: 140px;
	width: 14rem;
	font-size: 1.2rem;
	margin-left: 10px;
	margin-left: 1rem;
}

div.puce_color_2 {
	width: 15px;
	width: 1.5rem;
	height: 15px;
	height: 1.5rem;
	border-radius: 50%;
	margin-left: 7px;
	margin-left: 0.7rem;
	border: 0 none;
	box-shadow: 0px 0px 0px 1px #B6B6B6;
}

div#product_sizes_wrapper {
	margin-top: 20px;
	margin-top: 2rem;
}

div.product_sizes_wrapper {
	width: 100%;
}

div.product_sizes_wrapper div#group_blocs_sizes.nb_elem_1 input.qty {
	width: 100% !important;
}

#product .container_product div#bouton_calculer_ko,
#product .container_product div#bouton_calculer_no {
	background-color: #9A9A9A !important;
	cursor: not-allowed !important;
    margin: inherit;
}

div.cav_and_calc div#bouton_calculer_ko {
	width: 60% !important;
}

#product .container_product #colLeft .informations_complementaires > label.tab_label_1 {
	width: 100%;
}
#product .container_product #colLeft .informations_complementaires > label.tab_label_2 {
	width: -webkit-calc(50% - 2px);
	width: -moz-calc(50% - 2px);
	width: calc(50% - 2px);
	width: -webkit-calc(50% - 0.2rem);
	width: -moz-calc(50% - 0.2rem);
	width: calc(50% - 0.2rem);
}
#product .container_product #colLeft .informations_complementaires > label.tab_label_3 {
	width: -webkit-calc(33% - 2px);
	width: -moz-calc(33% - 2px);
	width: calc(33% - 2px);
	width: -webkit-calc(33% - 0.2rem);
	width: -moz-calc(33% - 0.2rem);
	width: calc(33% - 0.2rem);
}
#product .container_product #colLeft .informations_complementaires > label.tab_label_4 {
	width: -webkit-calc(25% - 2px);
	width: -moz-calc(25% - 2px);
	width: calc(25% - 2px);
	width: -webkit-calc(25% - 0.2rem);
	width: -moz-calc(25% - 0.2rem);
	width: calc(25% - 0.2rem);
}
#product .container_product #colLeft .informations_complementaires > label.tab_label_5 {
	width: -webkit-calc(20% - 2px);
	width: -moz-calc(20% - 2px);
	width: calc(20% - 2px);
	width: -webkit-calc(20% - 0.2rem);
	width: -moz-calc(20% - 0.2rem);
	width: calc(20% - 0.2rem);
}

#product .container_product .div_tableau_de_prix .tableaux.tableau-prix tr.select-cellStandard td.cellStandard label span.day,
#product .container_product .div_tableau_de_prix .tableaux.tableau-prix tr.select-cellExpress td.cellExpress label span.day,
#product .container_product .div_tableau_de_prix .tableaux.tableau-prix tr.select-cellUrgence td.cellUrgence label span.day {
	color: #FFFFFF !important;
}

#product div#product_desc_bottom h2 {
	margin: 15px 0px;
	margin: 1.5rem 0rem;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
}

#product div#product_desc_bottom h3 {
	margin: 10px 0px;
	margin: 1rem 0rem;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
}

#product_usages {
	position: fixed;
	overflow: hidden;
	width: 350px;
	min-height: 100px;
	top: 0px;
	left: 0px;
	z-index: 2000000;
	border: 1px solid #969696;
	background-color :#F7F3EA;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	max-height: 95%;
	overflow-y: auto;
}
#product_usages .close_btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
}
.availability_spot .bulletip-content.notransform {
	-webkit-transform: none !important;
	   -moz-transform: none !important;
	    -ms-transform: none !important;
	     -o-transform: none !important;
	        transform: none !important;
	bottom: 0 !important;
}

.technique-marquage-container {
	background-color: #F1F1F1;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 100%;
	padding: 1rem;
}

.technique-marquage-container .title {
	font-size: medium;
	font-weight: 600;
	color: #F37023;
}

.technique-marquage-container .sub-title {
	font-weight: 300 !important;
}

.technique-marquage-container hr {
	height: 1px;
	background-color: black;
	border: none;
}

.technique-marquage-container .technique-marquage-block {
	background-color: white;
	flex: 0 0 calc(50% - 1.2rem) !important;
	width: 22rem !important;
	min-height: 5rem !important;
	border-radius: 0.75rem;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	z-index: 1;
}

.technique-marquage-container .technique-marquage-container-row {
	display: flex;
	padding-top: 1rem;
	gap: 1rem;
}

.technique-marquage-container .col-left-technique-marquage {
	width: 30%;
	min-height: 18rem;
}

.technique-marquage-container .col-right-technique-marquage {
	display: flex;
	flex-wrap: wrap;
	/*	justify-content: center;  centre horizontalement */
	align-items: center; /* centre verticalement */
	width: 70%;
	min-height: 18rem;
}

.technique-marquage-container .col-right-technique-marquage .product_marking_dimensions,
.technique-marquage-container .col-right-technique-marquage .product_marking_colors {
	width: 100%;
	display: block;
	line-height: 22px;
	line-height: 2.2rem;
}

.technique-marquage-container .img-responsive {
	display: flex;
	justify-content: center; /* centre horizontalement */
	align-items: center; /* centre verticalement */
	width: 18rem;
	height: 17rem;
	background-color: white;
	border-radius: 1rem;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.technique-marquage-container .check-icon {
	position: absolute;
	top: 50%;
	left: -1rem;
	transform: translateY(-50%);
	font-size: 2rem;
	color: #F37023;
	text-shadow: 0 0 0 2px black;
}

.technique-marquage-container .circle-bordered {
	color: white;
	border: 1px solid #c0c0c0;
	border-radius: 50%;
}

.technique-marquage-container .btn-delete {
	font-size: large;
	background: transparent;
	border: none;
	cursor: pointer;
	color: grey;
	padding: 0.5rem;
	border-radius: 0.5rem;
	transition: transform 0.2s ease, background-color 0.3s ease;
}

.technique-marquage-container .display-flex {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
}

.technique-marquage-container .fad.fa-check-circle {
	--fa-primary-color: white;
	--fa-secondary-color: #F37023;
	background-color: #F37023;
	border-radius: 50%;
	display: inline-block;
}

.w-100 {
	width: 100% !important;
}

.pl-1rem {
	padding-left: 1rem;
}

.pb-0-5rem {
	padding-bottom: 0.5rem !important;
}

@media (max-width: 425px) {
	.technique-marquage-container .col-mobile {
		width: 100% !important;
		margin-bottom: 2rem;
	}
}

#product .bloc_actus_produit .bloc_titre_actu {
	text-transform: none;
	color: #333333;
	font-weight: 400;
	font-size: 22px;
	font-size: 2.2rem;
}

#product .product-top_message {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5.6px;
	margin: 2rem 0 2em 0;
	padding: 0 45px 0 1em;
	border: 1px solid #41ae41;
	color: #41ae41;
	position: relative;
	min-height: 60px;
}
#product .product-top_message > p {
	max-width: 750px;
	display: flex;
	justify-content: flex-start;
	margin: 0;
	align-items: center;
	line-height: 20px;
}
#product .product-top_message > a {
	display: block;
	font-size: 1em;
	font-weight: 500;
	padding: .2em .8em .2em .5em;
	background-color: #41ae41 !important;
	color: white !important;
	transition: all .5s;
	border-radius: 0.5rem;
	padding: 1rem 2rem;
}

#product #zone_navigation_typologie_produit {
	width: 100%;
}
#product #zone_navigation_typologie_produit .container_product {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#product .technical_area, 
#product .product_area {
	border: 1px solid #E9E9E9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	overflow: hidden;
}

#product .technical_area label.title_sheet, 
#product .product_area label.title_sheet {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	padding: 1rem 0;
	margin: 0;
	text-align: center;
	background: #E9E9E9;
	cursor: pointer;
	z-index: 1;
}

#product .technical_area label.title_sheet::after, 
#product .product_area label.title_sheet::after {
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: -moz-calc(50% - 10px);
	top: calc(50% - 10px);
	top: -webkit-calc(50% - 1rem);
	top: -moz-calc(50% - 1rem);
	top: calc(50% - 1rem);
	right: 10px;
	right: 1rem;
	z-index: 2;
	color: #A1A1A1;
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
	font-size: 2rem;
	content: '\f078';
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

#product #show_technical_sheet:checked ~ .technical_area label.title_sheet::after, 
#product #show_product_sheet:checked ~ .product_area label.title_sheet::after {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

#product .technical_area .content_technical_sheet, 
#product .product_area .content_product_sheet {
	opacity: 0;
	padding: 0 10px;
	padding: 0 1rem;
	max-height: 0;
	-webkit-transition: 0.3s padding, 0.3s max-height, 0.3s opacity;
	-o-transition: 0.3s padding, 0.3s max-height, 0.3s opacity;
	-moz-transition: 0.3s padding, 0.3s max-height, 0.3s opacity;
	transition: 0.3s padding, 0.3s max-height, 0.3s opacity;
}

#product #show_technical_sheet:checked ~ .technical_area .content_technical_sheet, 
#product #show_product_sheet:checked ~ .product_area .content_product_sheet {
	opacity: 1;
	padding: 10px;
	padding: 1rem;
	max-height: 1000px;
	max-height: 100rem;
}

#product .panel .config_option_line > .infoMessage {
	margin: 0;
}

#product .infobulle_css_info, #product .infobulle_css_alerte, #product .infobulle_css_description {
	width: calc(100% - 2.7rem);
	margin-right: 2.5rem;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
}