/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/**** VARIABLES ****/
:root {
	--prime: #0055AA;
	--sec: #B4DD2A;
	--ter: #ED8B00;
	--quat: #000000;
	--quin: #FFFFFF;
}

/**** FONTS ****/

@font-face {
	font-family: 'montserratblack';
	src: url('../fonts/montserrat-black-webfont.eot');
	src: url('../fonts/montserrat-black-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/montserrat-black-webfont.woff2') format('woff2'),
		url('../fonts/montserrat-black-webfont.woff') format('woff'),
		url('../fonts/montserrat-black-webfont.ttf') format('truetype'),
		url('../fonts/montserrat-black-webfont.svg#montserratblack') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratbold';
	src: url('../fonts/montserrat-bold-webfont.eot');
	src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
		url('../fonts/montserrat-bold-webfont.woff') format('woff'),
		url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
		url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratextralight';
	src: url('../fonts/montserrat-extralight-webfont.eot');
	src: url('../fonts/montserrat-extralight-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/montserrat-extralight-webfont.woff2') format('woff2'),
		url('../fonts/montserrat-extralight-webfont.woff') format('woff'),
		url('../fonts/montserrat-extralight-webfont.ttf') format('truetype'),
		url('../fonts/montserrat-extralight-webfont.svg#montserratextralight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratregular';
	src: url('../fonts/montserrat-regular-webfont.eot');
	src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
		url('../fonts/montserrat-regular-webfont.woff') format('woff'),
		url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
		url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/**** GLOBAL ****/

.container {
	width: 100%;
	max-width: 1920px;
	margin: auto;
}

body {
	font-family: 'montserratregular', sans-serif;
	font-size: 16px;
	font-weight: normal;
	overflow-x: hidden;
}

#wrapper {
	background: #ffffff;
	box-shadow: none;
	position: relative;
	/* margin-top: -10px; */
	overflow: hidden;
	z-index: 1;
}

body:not(#cart):not(.page-order):not(.page-customer-account) #wrapper {
	padding-top: 0;
}

#wrapper .container {
	padding: 0;
}

/* #wrapper > .container{ */
/* padding-top:80px;	 */
/* } */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus {
	outline: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
	color: inherit;
	background: inherit;
	border: none;
}

body:not(#category) #wrapper .breadcrumb {
	padding-left: 30px;
	padding-right: 30px;
}

#wrapper .breadcrumb {
	font-size: 13px;
	/* text-align:center; */
	margin-bottom: 30px;
	max-width: 1565px;
	margin: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}

#wrapper .breadcrumb li::after {
	content: '>';
}

#wrapper .breadcrumb li {
	font-weight: normal;
}

#wrapper .breadcrumb li a {
	color: #696969;
}

a:hover,
a,
a:focus {
	color: #7CB9E5;
}

a:hover,
a:focus,
a:active,
a:visited,
a {
	text-decoration: none;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
	background: #0055AA;
	height: 2.4rem;
}

.input-group .input-group-btn>.btn[data-action=show-password] {
	background: #0055AA;
	padding: .78rem 1rem;
}

.form-control:focus,
.input-group.focus {
	outline: .1875rem solid #7CB9E5;
}

.custom-radio input[type=radio]:checked+span,
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:disabled:hover {
	background-color: #7CB9E5;
}

.btn-primary:active:focus {
	color: #ffffff;
	border: 1px solid #7CB9E5;
}

.btn-primary {
	color: #fff;
	background-color: #0055aa;
	border-color: transparent;
}

#wrapper .banner {
	margin-bottom: 0;
}

#wrapper .banner img {
	box-shadow: none;
}

.pagination .page-list {
	background: none;
	box-shadow: none;
	width: 100%;
}

.pagination>div:first-child {
	width: 100%;
	max-width: 300px;
	margin: auto;
	float: none;
}

.pagination .current a {
	color: #05a;
}

@media (max-width:767px) {
	#wrapper {
		margin-top: 0;
	}

	html {
		scroll-padding-top: 230px;
		scroll-behavior: smooth;
	}

	.ask_devis.noMob,
	#product #bloc_button_actions .attachment {
		display: none;
	}

	body#product .ask_devis--custom {
		margin: 20px 10px;
		text-align: left;
	}

	body#product .ask_devis--custom a {
		display: inline-block;
	}

	body#product .prod_delivery_message {
		margin-bottom: 0;
	}
}

/**** DEVIS ****/

#devis {
	position: absolute;
	top: -5px;
	right: -45px;
	transform: translateY(-5%);
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	-o-transform: translateY(-5%);
	z-index: 20;
	transition: 0.1s ease-out;
	-ms-transition: 0.1s ease-out;
	-moz-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	-webkit-transition: 0.1s ease-out;
}

#devis img {
	max-width: 220px;
	width: 100%;
}

#devis:hover {
	right: -30px;
	transition: 0.1s ease-in;
	-ms-transition: 0.1s ease-in;
	-moz-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	-webkit-transition: 0.1s ease-in;

}

/**** EXPERTS ****/
#experts {
	position: absolute;
	bottom: 3vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	min-width: 280px;
	text-align: center;
}

#experts a {
	color: #0055AA;
	font-size: clamp(16px, calc(26vw / 19.2), 23px);
	line-height: 25px;
	font-weight: 700;
	padding: 10px;
	border: 3px solid #abd622;
	border-radius: 24px;
	background-color: #fff;
	display: inline-block;
}

#experts a:hover {
	color: #fff;
	background-color: #abd622;
}

@media(max-width:1300px) {
	#devis {
		position: fixed;
		bottom: -55px;
		top: inherit;
	}
}

@media(max-width:767px) {
	#devis {
		/* top: 70%; */
		/* transform: translateY(-70%); */
		right: -28px;
		/* top: 5%; */
		/* transform: translateY(-5%); */
		bottom: -38px;
	}

	#devis:hover {
		right: -35px;
	}

	#devis img {
		max-width: 150px;
	}
}

/**** HEADER ****/

/* #header .header-nav, #header .header-top{ */
/* background-color:#F0F2F8; */
/* } */
#header .header-nav {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
	max-height: inherit;
}

#header .header-top {
	padding-bottom: 0px;
	z-index: 9;
	position: relative;
}

#header .header-top .menu {
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#header .header-top .position-static {
	padding: 0;
}

#header .header-nav>.container {
	position: relative;
}

#header .header-nav #_desktop_contact_link img {
	max-width: 415px;
}

#header #search_widget {
	/* position: absolute; */
	/* top: 80px; */
	/* right:15px; */
	width: 100%;
	margin-top: 25px;
	margin-right: 50px;
}


header {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff !important;
}

#_desktop_user_info {
	margin-right: 25px;
}

#header .header-nav .user-info {
	margin-top: 17px;
	margin-left: 25px;
}

#_desktop_user_info span,
#_desktop_cart span,
#_mobile_cart span,
#_mobile_cart span,
#_desktop_contact_header span,
#_desktop_delivery_free_header span,
#_mobile_delivery_free_header span {
	font-size: 12px;
	font-family: 'montserratbold', sans-serif;
	text-transform: uppercase;
	color: #000000;
	display: block;
}

#_desktop_delivery_free_header {
	padding-top: 28px;
}

#_mobile_delivery_free_header span {
	display: inline;
	margin-left: 2px;
}

#_mobile_delivery_free_header {
	position: absolute;
	right: 5px;
}

#_desktop_delivery_free_header span,
#_mobile_delivery_free_header span {
	color: #b4dd2a;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	font-weight: 900;
}

#header .header-nav .blockcart {
	margin-left: 0;
}

#_desktop_user_info a,
#_desktop_cart .header a,
#_desktop_cart .header,
#_desktop_contact_header a {
	display: block;
	text-align: center;
}

#_desktop_contact_header a {
	text-align: left;
}

#_desktop_contact_header a img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

#_desktop_contact_header p>span:first-child {
	text-tranform: normal;
}

#_desktop_contact_header p>span:last-child {
	font-size: 20px;
}

#_desktop_contact_header {
	padding-top: 24px;
	margin-left: 20px;
	margin-right: 10px;
	min-width: 205px;
}

#_desktop_user_info img,
#_desktop_cart img,
#_desktop_contact_header img {
	margin: auto;
}

#_desktop_user_info a:hover,
#_desktop_cart a:hover,
#_desktop_contact_header a:hover {
	opacity: 0.7;
}

#_mobile_user_info img,
#_mobile_cart img,
#_mobile_contact_header img {
	width: 30px;
}

#_mobile_cart {
	margin-right: 10px;
	margin-left: 8px;
}

#_mobile_contact_header {
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 10px;
}

#header .header-nav .blockcart .header {
	margin-top: 5px;
}

#header .last-menu {
	float: right;
	display: flex;
	align-items: center;
	align-content: center;
	margin: 0;
	height: 100%;
	min-height: 56px;
}

#header .last-menu li {
	min-height: 56px;
	position: relative;
}

#header .last-menu.original li:first-child::after {
	content: '';
	background: #ffffff;
	position: absolute;
	width: 1px;
	height: 20px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#header .last-menu li:hover {
	background: #b4dd2a;
}

#header .last-menu li:hover a {
	font-weight: bold;
}

#header .last-menu li a {
	color: #ffffff;
	min-height: 56px;
	align-items: center;
	display: flex;
	padding: 0px 20px 0px 20px;
}

#_desktop_top_menu.sticky_menu #adtm_menu {
	margin-top: 0;
}

#_desktop_top_menu.sticky_menu {
	position: fixed;
	top: 0;
	z-index: 999999999;
	box-shadow: 0px 0px 20px 0px #333;
}

.logo_sticky {
	display: none;
}

#_desktop_top_menu.sticky_menu .logo_sticky {
	float: left;
	margin-right: 20px;
	display: block;
}

#_desktop_top_menu.sticky_menu .logo_sticky img {
	max-width: 40px;
	margin-top: 8px;
	transition: 0.3s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
}

#_desktop_top_menu.sticky_menu .logo_sticky:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transition: 0.3s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
}

#adtm_menu .last-menu.sticky_mode {
	display: none;
}

.sticky_menu #adtm_menu .last-menu.original {
	display: none;
}

.sticky_menu #adtm_menu .last-menu.sticky_mode {
	display: flex;
}

.sticky_menu #adtm_menu .last-menu.sticky_mode li a {
	padding: 0 10px;
}

.sticky_menu #adtm_menu .last-menu.sticky_mode img {
	width: 30px;
}

#adtm_menu .column_wrap_title img.adtm_menu_icon {
	margin-right: 10px;
}

#adtm_menu .adtm_column span.column_wrap_title,
#adtm_menu .adtm_column span.column_wrap_title a {
	position: relative;
	display: block;
	z-index: 1;
}

#adtm_menu ul#menu>.li-niveau1:hover a span {
	font-weight: bold;
}

#adtm_menu .li-niveau1 .adtm_sub .adtm_column.to_expand ul.adtm_elements {
	display: none;
}

#adtm_menu .li-niveau1 .adtm_sub .adtm_column ul.adtm_elements {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#adtm_menu .li-niveau1:not(.advtm_menu_2) .adtm_sub .adtm_column a:not(.adtm_unclickable) {
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

#adtm_menu .li-niveau1:not(.advtm_menu_2) .adtm_sub .adtm_column a:not(.adtm_unclickable):hover {
	padding-left: 5px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	color: #7CB9E5;
}

#adtm_menu .li-niveau1 .adtm_sub .adtm_column .column_wrap_title {
	position: relative;
}

#adtm_menu .li-niveau1 .adtm_sub .adtm_column.to_expand .column_wrap_title::after,
#adtm_menu .li-niveau1 .adtm_sub .adtm_column.to_collapse .column_wrap_title::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 0;
}

#adtm_menu .li-niveau1 .adtm_sub .adtm_column.to_collapse .column_wrap_title::after {
	content: '-';
}

#adtm_menu .advtm_menu_2 .adtm_sub {
	width: auto;
}

#adtm_menu .advtm_menu_2 div.adtm_column_wrap span.column_wrap_title {
	text-align: center;
}

#adtm_menu .adtm_column span.column_wrap_title:hover,
#adtm_menu .adtm_column span.column_wrap_title a:hover {
	color: #000000;
}

/* #header .header-banner{ */
/* margin-top: 22px; */
/* } */
#header #free_delivery {
	margin: 0;
	text-align: center;
	background: #B4DD2A;
	color: #fff;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999999999;
}

#header .header-nav .blockcart .header {
	position: relative;
}

#header .header-nav .right-nav #_desktop_cart .blockcart,
#header .header-nav .cart-preview.active {
	background: transparent;
}

#header .header-nav .right-nav #_desktop_cart .blockcart .cart-products-count,
#header .header-nav #_mobile_cart .blockcart .cart-products-count {
	position: absolute;
	right: -12px;
	top: -10px;
	font-size: 12px;
}

#header div#adtm_menu_inner {
	padding-left: 50px;
	padding-right: 30px;
}

#header div#adtm_menu_inner .menu_first {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	color: #fff;
	z-index: 1;
}

#header #adtm_menu ul#menu li.li-niveau1.advtm_menu_1 {
	position: relative;
}

.search-widget form button[type=submit] {
	bottom: 1px;
	right: 1px;
	color: #ffffff;
	background: #0055AA;
	border-radius: 0 30px 30px 0 !important;
	height: 42px;
	width: 60px;
	padding-top: 5px;
}

.search-widget form input[type="text"] {
	font-size: 16px;
}

.search-widget form input[type=text]:focus {
	outline: 0;
}

.search-widget form button[type=submit] .search:hover {
	color: inherit;
	cursor: pointer;
}

.search-widget form input[type=text]:focus+button .search {
	color: inherit;
}

#ui-id-3 {
	left: inherit !important;
	width: auto !important;
	right: 0 !important;
	z-index: 9999999 !important;
}

.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-hover {
	border: 1px solid #7CB9E5;
	border-radius: 2px;
	background: #7CB9E5 !important;
	color: #ffffff;
}

.ui-menu .ui-menu-item a:hover span.jolisearch-post,
.ui-menu .ui-menu-item a:hover span.jolisearch-results {
	color: #ffffff;
}

.ui-menu .ui-menu-item span.jolisearch-title {
	background: #0055AA;
}

#mobile_top_menu_wrapper {
	padding-bottom: 0;
	background: transparent;
	margin: 0;
}

#mobile_top_menu_wrapper .last-menu {
	display: none;
}

#mobile_top_menu_wrapper .adtm_menu_toggle_open .last-menu.original {
	display: block;
}

#header #mobile_top_menu_wrapper div#adtm_menu_inner {
	background: #ffffff;
	padding-left: 0;
	padding-right: 0;
}

#mobile_top_menu_wrapper #adtm_menu {
	margin: 0;
	box-shadow: none;
	border: none;

}

#_mobile_contact_link img {
	width: 100%;
	max-width: 500px;
}

#header .mobile_tel {
	display: none;
	background: #0055aa;
	margin: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#header .mobile_tel a {
	color: #ffffff;
	font-size: 22px;
}

.search-widget form input[type=text] {
	min-width: 100%;
	width: 100%;
	border: 2px solid #0055AA;
	padding-left: 20px;
	padding-right: 20px;
	height: inherit;
}

#_desktop_search_widget {
	width: 100%;
}

#header #search_mobile_container #search_widget {
	position: relative;
}

.search-widget form input[type=text] {
	border-radius: 30px;
}

#header .logo {
	margin-top: 8px;
}

@media (min-width:1701px) {
	#header .header-nav .right-nav {
		padding-right: 50px;
	}

	#_desktop_contact_link {
		margin-right: 300px;
	}

	#header #search_widget {
		right: 150px;
	}
}

@media (max-width:1700px) and (min-width:1501px) {
	#_desktop_contact_link {
		margin-right: 250px;
	}
}

@media (max-width:1550px) {
	#_desktop_contact_link img {
		width: 100%;
	}

	#_desktop_contact_link {
		margin-right: 150px;
	}

	#header #_desktop_top_menu #top-menu {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width:1400px) {
	#header #_desktop_top_menu #top-menu {
		padding-left: 2%;
		padding-right: 2%;
	}

	#bandeau_info_top {
		font-size: 17px !important;
	}
}

@media (min-width:1401px) {
	#header .logo {
		max-width: 250px;
	}
}

@media (min-width:1200px) {
	#header #search_widget.biggertop {
		top: calc(0px + 75px);
	}
}

@media (max-width:1199px) and (min-width:992px) {
	#_desktop_top_menu #top-menu li a {
		font-size: 16px;
		padding: 5px;
		max-width: inherit;
	}
}

@media (max-width:1199px) {
	.produit-lbp .mm_menu_content_title {
		background-color: var(--sec);
	}

	#header .header-nav {
		position: relative;
	}

	#header #search_widget {
		left: 0;
		right: inherit;
		bottom: 0;
		width: 100%;
		margin-right: 0;
	}

	.search-widget form input[type=text] {
		width: 100%;
	}

	#header #_desktop_top_menu #top-menu {
		margin-top: 0;
	}

	#header .header-top .menu#_desktop_top_menu {
		bottom: inherit;
	}

	#header .header-top #_desktop_top_menu {
		padding-top: 5px;
	}

	#_desktop_top_menu #top-menu li a {
		max-width: 100% !important;
		padding-top: 18px;
	}
}

@media (max-width:1020px) and (min-width:992px) {
	#header #_desktop_top_menu #top-menu {
		padding: 0;
	}
}

@media (max-width:991px) {
	#header #_desktop_top_menu #top-menu {
		padding-left: 0;
		padding-right: 0;
		max-width: 850px;
		margin: auto;
		display: table;
	}

	#header .header-top .menu#_desktop_top_menu {
		height: auto;
		box-shadow: 2px 2px 5px #ddd;
		background: #ffffff;
	}

	#header #_desktop_top_menu #top-menu .category {
		padding-left: 5px;
		padding-right: 5px;
		width: 180px;
	}

	#_desktop_contact_link img {
		width: 300px;
	}

	#_desktop_contact_link {
		margin-right: 0px;
	}

	#header #free_delivery {
		letter-spacing: 2px;
	}

}

@media (max-width:991px) {

	/* #header .header-top{ */
	/* padding-bottom:2px; */
	/* }	 */
	#adtm_menu .advtm_menu_2 table.columnWrapTable tr td {
		display: inline-block;
		width: calc((100% - 20px) / 4);
	}
}

@media (max-width:991px) and (min-width:768px) {

	#header .last-menu {
		width: 100%;
		justify-content: center;
		border-top: 1px solid #fff;
	}

	#adtm_menu ul#menu {
		justify-content: center;
		display: flex;
	}

	#_desktop_delivery_free_header span {
		line-height: 15px;
		font-size: 14px;
	}

	#_desktop_contact_header {
		min-width: inherit;
	}

	#_desktop_contact_header p {
		display: none;
	}

	#_desktop_contact_header a img {
		margin: 0;
		float: none;
	}
}

@media (min-width:768px) {
	#adtm_menu ul#menu li.li-niveau1.advtm_menu_1 a.a-niveau1 .advtm_menu_span {
		padding-left: 50px;
	}

	body#product .ask_devis--custom {
		display: none;
	}
}

@media (max-width:767px) {
	#header .header-top .container {
		padding: 0;
	}

	#header .header-nav {
		padding-bottom: 0;
	}

	#header .mobile_tel {
		display: block;
	}

	#header .logo {
		margin-top: 0;
	}

	#header #free_delivery {
		font-size: 14px;
	}

	#_mobile_contact_header {
		margin-left: 0;
	}

	#header .header-nav .user-info {
		margin-top: 22px;
	}

	#header .header-nav .blockcart {
		padding-top: 16px;
	}

	#_mobile_contact_header {
		margin-top: 15px;
	}

	#header .header-nav .top-logo .hidden-md-up {
		margin-bottom: 5px;
		display: flex;
	}

	#header .header-nav #menu-icon {
		padding-top: 10px;
	}

	#header .header-nav .top-logo a img {
		max-height: 70px;
	}

	#header #_mobile_contact_header p {
		margin: 0;
	}

	#header #_mobile_contact_header span {
		color: #ffffff;
		font-size: 18px;
	}

	#header #_mobile_contact_header img {
		margin-right: 5px;
		margin-left: 5px;
		max-width: 20px;
		margin-top: -8px;
		filter: invert(1);
	}

	#header div#adtm_menu_inner .menu_first {
		display: none !important;
	}

	#adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub a.a-niveau1 span,
	#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
		text-transform: initial;
		padding-left: 20px;
		padding-right: 20px;
	}

	#adtm_menu .li-niveau1 a.a-niveau1:focus .advtm_menu_span,
	.li-niveau1:focus>a.a-niveau1 .advtm_menu_span,
	#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
		color: #000000;
	}

	#adtm_menu .li-niveau1.adtm_sub_open a.a-niveau1 .advtm_menu_span {
		color: #ffffff;
	}

	#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span,
	#adtm_menu .li-niveau1 a.a-niveau1,
	#adtm_menu .li-niveau1 {
		line-height: 40px;
		min-height: 40px;
	}

	#adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub.adtm_sub_open a.a-niveau1 span,
	#adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub a.a-niveau1.advtm_menu_actif span {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQCkAAAABnRSTlMAHiXy6t8iJwLjAAAARUlEQVQY02OgKWBUAJFMYJJB1AhEChuCOSLJCkBpNxAHRBsBRVIUIJpUkhVgEmAlIKVgAFIDUgmXgkmAzXWCMqA20hgAAI+xB05evnCbAAAAAElFTkSuQmCC) no-repeat right 15px center, #0055AA !important;
		font-weight: 400;
	}

	#adtm_menu.adtm_menu_toggle_open .li-niveau1.sub.adtm_sub_open a .advtm_menu_span,
	.li-niveau1 a:focus .advtm_menu_span,
	.li-niveau1 a.advtm_menu_actif .advtm_menu_span,
	.li-niveau1 .advtm_menu_span:focus,
	.li-niveau1:focus>a.a-niveau1 .advtm_menu_span {
		background: none;
	}

	#adtm_menu .li-niveau1 .adtm_sub .adtm_column ul.adtm_elements {
		padding-top: 0;
		padding-bottom: 0;
	}

	#adtm_menu .adtm_column {
		padding-bottom: 0;
	}

	#adtm_menu .li-niveau1.menuHaveNoMobileSubMenu a.a-niveau1 .advtm_menu_span {
		color: #b4dd2a;
	}

	#header .last-menu {
		float: none;
	}

	#header .last-menu li,
	#header .last-menu li:hover {
		background: #dddddd;
		margin-bottom: 2px;
	}

	#header .last-menu li a {
		color: #666666;
		font-weight: 700;
		padding-left: 20px;
		padding-right: 20px;
	}

	#adtm_menu .adtm_column span.column_wrap_title,
	#adtm_menu .adtm_column span.column_wrap_title a {
		font-size: 16px;
	}

	#adtm_menu .column_wrap_title img.adtm_menu_icon {
		margin-top: 10px;
	}
}

@media (max-width:480px) {
	#adtm_menu .advtm_menu_2 table.columnWrapTable tr td {
		width: calc((100% - 20px) / 2);
	}

	.thumbnail-container .addToCartFormWrapper--custom .add-to-cart {
		border: 2px solid #0055AA;
	}
}

@media (max-width:400px) {
	#header .mobile_tel span {
		display: none;
	}

	#header .header-nav .top-logo img {
		width: 130px;
		margin-left: 5px;
	}
}

/* Menu */

#header .header-top #_desktop_top_menu {
	width: 100%;
	padding: 0;
}

#_desktop_top_menu #top-menu {
	margin-top: 5px;
	padding-left: 190px;
	padding-right: 180px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#_desktop_top_menu #top-menu li a,
#_mobile_top_menu #top-menu li a {
	color: #0055AA;
	font-family: 'montserratbold', sans-serif;
	white-space: normal;
	font-weight: 400;
}

#_desktop_top_menu #top-menu li a {
	max-width: 175px;
}

#_desktop_top_menu #top-menu li {
	height: 55px;
	vertical-align: middle;
}

#_mobile_top_menu #top-menu li a {
	width: 100%;
	text-align: center;
}

#_desktop_top_menu #top-menu li:hover a,
#_mobile_top_menu #top-menu li:hover a {
	color: #ffffff;
}

#_desktop_top_menu #top-menu li:hover {
	background: #0055AA;
}

#_mobile_top_menu .js-top-menu-bottom {
	margin-top: 30px;
}

/* END Menu */

/**** END Header ****/

/**** HOME ****/

#manufacturer_bloc {
	padding-top: 30px;
	position: relative;
	margin-top: 0px;
}

#manufacturer_intro h1,
#category #category_intro p:first-child {
	color: #7CB9E5;
	font-family: 'montserratextralight', sans-serif;
	font-size: 39px;
	font-weight: 400;
	line-height: 1.1;
}

#manufacturer_intro h1 span,
#category #category_intro p:first-child span {
	color: #0055AA;
	font-family: 'montserratbold', sans-serif;
	font-size: 14px;
	letter-spacing: 8px;
	display: block;
}

#manufacturer_intro,
#category #category_intro {
	max-width: 1250px;
	width: 100%;
	margin: auto;
	text-align: center;
}

#manufacturer_intro #title_intro,
#category #category_intro #title_intro {
	color: #232323;
	font-size: 18px;
	line-height: 20px;
	margin-top: 30px;
}

#manufacturer_list {
	overflow: hidden;
	max-width: 1800px;
	margin: auto;
	margin-bottom: 20px;
}

body:not(#index) #manufacturer_list>div {
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
	/* min-height: 460px; */
	padding-bottom: 70px;
	margin-bottom: 20px;
}

/* #index #manufacturer_list > div{ */
/* width:calc(100% / 8); */
/* padding-left:20px; */
/* padding-right:20px; */
/* } */

.avis_home_mobile {
	margin-top: 20px;
	margin-bottom: 20px;
}

.avis_home_mobile a>div>a {
	margin-left: 10px;
}

#manufacturer_bloc #titre_toutes_marques {
	font-family: 'montserratregular', sans-serif;
	text-transform: uppercase;
	font-size: 29px;
	color: #0055AA;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 45px;
	padding-left: 10px;
	padding-right: 10px;
}

body:not(#index) #manufacturer_list .link_manufacturer {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 100%;
}

#manufacturer_list .link_manufacturer {
	bottom: 5px;
}

#manufacturer_list .img_manufacturer img {
	width: 100%;
	max-width: 350px;
}

#index #manufacturer_list .img_manufacturer img {
	margin-bottom: 50px;
}

#manufacturer_list .img_manufacturer {
	height: 100%;
}

#manufacturer_list .link_manufacturer a,
#manufacturer_list .link_manufacturer span,
#category #subcategories .subcateg_p span {
	font-family: 'montserratbold', sans-serif;
	text-transform: uppercase;
	color: #0055AA;
	font-size: 12px;
	box-shadow: 1px 2px 8px #ccc;
	border-radius: 30px;
	padding: 8px 20px;
	text-align: center;
	transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
}

#manufacturer_list .link_manufacturer span,
#manufacturer_list span img,
#category #subcategories .subcateg_p span {
	cursor: not-allowed;
	opacity: 0.7;
}

#manufacturer_list .link_manufacturer a:hover,
#manufacturer_list .link_manufacturer span:hover,
#category #subcategories .subcateg_p span:hover {
	color: #ffffff;
	background: #0055AA;
	transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
}

#category #subcategories .subcateg_p span {
	display: block;
	padding: 15px 20px;
	line-height: 20px;
}

body:not(#index) #manufacturer_list .logo_manufacturer,
body:not(#index) #manufacturer_list span {
	margin: auto;
}

#index #manufacturer_list .logo_manufacturer img {
	max-width: 150px;
	max-height: 30px;
}

#index #manufacturer_list .logo_manufacturer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#index #patchwork {
	margin-top: 0;
}

#index .avisdevismobile {
	display: none;
}

@media (min-width:1200px) {

	#manufacturer_bloc::before,
	#category.category-id-521 #wrapper::before,
	#category.category-id-512 #wrapper::before {
		content: url('../img/bg_home_left.png');
		position: absolute;
		left: 0;
		top: 0;
	}

	#manufacturer_bloc::after,
	#category.category-id-521 #wrapper::after,
	#category.category-id-512 #wrapper::after {
		content: url('../img/bg_home_right.png');
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media (max-width:1500px) {
	body:not(#index) #manufacturer_list>div {
		min-height: auto;
	}
}

@media (max-width:1199px) {
	body:not(#index) #manufacturer_list .logo_manufacturer img {
		width: 100%;
		max-width: 200px;
	}

	#index .featured-products .product-title a {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width:1090px) {
	body:not(#index) #manufacturer_list>div {
		min-height: auto;
	}
}

@media (max-width:767px) {

	#manufacturer_bloc {
		margin-top: 0;
		padding-top: 20px;
	}

	#carousel+#manufacturer_bloc {
		padding-top: 60px;
	}

	#manufacturer_intro,
	#category #category_intro {
		padding-left: 20px;
		padding-right: 20px;
	}

	#manufacturer_intro h1,
	#category #category_intro p:first-child {
		font-size: 40px;
	}

	#manufacturer_intro h1 span,
	#category #category_intro p:first-child span {
		font-size: 12px;
	}

	#manufacturer_list {
		margin-bottom: 20px;
	}

	#manufacturer_bloc #titre_toutes_marques {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 25px;
	}

	#manufacturer_intro #title_intro,
	#category #category_intro #title_intro {
		font-size: 16px;
		line-height: 18px;
		margin-top: 16px;
		margin-bottom: 10px;
	}

	#index #patchwork {
		margin-top: 0;
	}

	#manufacturer_list .link_manufacturer a,
	#manufacturer_list .link_manufacturer span,
	#category #subcategories .subcateg_p span {
		font-size: 14px;
		display: block;
		padding: 8px 0px;
	}

	body:not(#index) #manufacturer_list>div {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	body:not(#index) #manufacturer_list>div .link_manufacturer {
		bottom: inherit;
		position: relative;
		left: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}

	#manufacturer_intro h1,
	#category #category_intro p:first-child {
		font-size: 35px;
	}

	#module-pm_advancedsearch4-searchresults .footer_product_list .block_desc_categ,
	body#category .footer_product_list .block_desc_categ {
		margin-top: 10px;
	}
}

@media (max-width:550px) {
	#index .avisdevismobile {
		display: flex;
		justify-content: space-evenly;
	}

	body#product .ask_devis--custom {
		text-align: center;
	}

	#index .avisdevismobile>div {
		width: 50%;
		text-align: center;
	}

	#index .avisdevismobile>div img {
		max-width: 200px;
		width: 100%;
	}

	#netreviewsWidgetNum26258widget10av,
	#index #devis {
		display: none;
	}
}

@media (max-width:480px) {

	#manufacturer_intro h1,
	#category #category_intro p:first-child {
		font-size: 25px;
	}

	#manufacturer_intro h1 span,
	#category #category_intro p:first-child span {
		font-size: 10px;
	}
}

@media (max-width:450px) {
	body:not(#index) #manufacturer_list>div {
		width: 50%;
	}

	#manufacturer_list .logo_manufacturer {
		margin-bottom: 30px;
	}

	#manufacturer_list .link_manufacturer {
		bottom: inherit;
		position: relative;
		left: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
}

/* Payment banner */

.banner {
	margin-bottom: 0;
}

body:not(#index) .banner+#AV_widget_iframe {
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

@media (max-width:991px) {
	.banner #small_banner {
		display: block !important;
		margin: auto;
		width: 60%;
		box-shadow: none;
	}

	.banner,
	.footer_before {
		background: #cbd0d6;
	}

	.banner #big_banner {
		display: none;
	}
}

@media (max-width: 767px) {
	.banner #small_banner {
		width: 100%;
	}
}

/* Slider */

#custom-text {
	padding: 0;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 30px;
	padding-top: 20px;
}

#custom-text #slider_custom_text {
	max-width: 100%;
	margin: auto;
	position: relative;
}

#custom-text #slider_custom_text>div {
	/* background-image:url('../img/bg_slider_content.png'); */
	/* background-repeat:no-repeat;	 */
	padding: 10px 100px 20px 100px;
	/* background-size:cover; */
	background: #ffffff;
}

#custom-text #slider_custom_text h2 {
	color: #0055AA;
	font-family: 'montserratextralight', sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-transform: initial;
}

#custom-text #slider_custom_text p {
	color: #232323;
	font-size: 16px;
	line-height: 20px;
}

#custom-text #slider_custom_text .bx-controls {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

#custom-text #slider_custom_text .bx-controls-direction {
	max-width: 120px;
	margin: auto;
}

#custom-text #slider_custom_text .bx-controls-direction a {
	color: #0055AA;
	font-family: 'montserratbold', sans-serif;
	font-size: 10px;
	line-height: 60px;
	box-shadow: 1px 2px 8px #ccc;
	border-radius: 30px;
	padding: 10px 16px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
}

#custom-text #slider_custom_text .bx-controls-direction a:focus {
	text-decoration: none;
}

#custom-text #slider_custom_text .bx-controls-direction a:hover {
	color: #ffffff;
	background: #0055AA;
	transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
}

@media(max-width:1270px) {
	#custom-text #slider_custom_text {
		padding-left: 0;
	}

	#custom-text img {
		display: none !important;
	}
}

@media(max-width:991px) {
	#custom-text #slider_custom_text>div {
		padding: 0px 40px;
		background-size: cover;
		background-position: center;
	}

	#custom-text {
		background-size: cover;
	}

	#custom-text #slider_custom_text {
		margin-top: 0px;
		margin-bottom: 80px;
	}
}

@media(max-width:767px) {
	#custom-text #slider_custom_text h2 {
		font-size: 25px;
	}

	#custom-text #slider_custom_text p {
		font-size: 16px;
	}

	#custom-text {
		padding-top: 0;
		padding-bottom: 0;
	}

	#custom-text #slider_custom_text .bx-controls-direction {
		text-align: center;
	}

	#custom-text #slider_custom_text {
		margin-bottom: 45px;
	}
}

/**** LISTING PRODUITS ****/

.image_manufacturer_listing {
	max-width: 80px;
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 1;
}

body:not(#product) main .featured-products h2 {
	color: #7CB9E5;
	font-family: 'montserratextralight', sans-serif;
	font-size: 39px;
	font-weight: 400;
	line-height: 50px;
}

body:not(#product) .featured-products h2 span {
	color: #0055AA;
	font-family: 'montserratbold', sans-serif;
	font-size: 14px;
	letter-spacing: 8px;
	line-height: 25px;
	margin-top: 15px;
	display: block;
	text-align: center;
}

#products .products,
body:not(#product):not(#index) main .featured-products .products,
.product-miniature .products {
	justify-content: center;
	max-width: 1565px;
	margin: auto;
}

#index .featured-products .products {
	max-width: calc(100% - 30px);
	display: block;
	margin: auto;
	padding-left: 45px;
	padding-right: 45px;
}

#index .featured-products .slick-initialized .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

#index .featured-products .thumbnail-container,
#index .featured-products .product-description {
	width: 100%;
}

#index .featured-products .product-title a {
	font-size: 16px;
	line-height: 20px;
}

#index .featured-products .product-description .add_to_cart_btn,
#index .featured-products .product-description .link_product,
#products .product-description .add_to_cart_btn,
#products .product-description .link_product {
	display: inline-block;
	float: none;
	width: auto;
	margin-top: 5px;
}

#index .featured-products .product-thumbnail img {
	max-width: 100%;
}

#product .slick-prev::before,
#product .slick-next::before,
#index .slick-prev::before,
#index .slick-next::before {
	font-size: 22px;
	color: #ffffff;
	z-index: 99;
	opacity: 1;
	font-weight: bold;
}

#product .slick-prev,
#index .slick-prev {
	z-index: 1;
	left: 0;
	width: auto;
	height: auto;
}

#product .slick-next,
#index .slick-next {
	right: 0px;
	z-index: 1;
	width: auto;
	height: auto;
}

#product .slick-disabled,
#index .slick-disabled {
	opacity: 0.5;
}

#product .slick-prev::before,
#product .slick-next::before,
#index .slick-prev::before,
#index .slick-next::before {
	content: '';
}

#product .slick-prev::before,
#index .slick-prev::before {
	content: '<';
}

#product .slick-next::before,
#index .slick-next::before {
	content: '>';
}

#product .slick-next,
#product .slick-prev,
#index .slick-next,
#index .slick-prev {
	display: block;
	background: #05a;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	z-index: 99;
}

#product .slick-list {
	z-index: 9;
	background: #ffffff;
	margin-right: 5px;
	margin-left: 5px;
}



.review__header .stars__rating {
	color: #006FF5;
}

.review__header .stars__rating p {
	margin-bottom: 0 !important;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
	margin: 2.5rem;
	margin-top: 0;
	/* width: 25%; */
	margin-bottom: 20px;
	box-shadow: 4px 4px 8px #ccc;
	border: 1px solid #eee;
	border-radius: 15px;
	padding-left: 1rem;
	padding-right: 1rem;
	height: 100%;
	padding-top: 20px;
	position: relative;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
	height: auto;
	text-align: center;
	box-shadow: none;
	width: 250px;
	/* width:auto; */
	margin: auto;
	margin-bottom: 20px !important;
}

/* @media(max-width:1800px) and (min-width:1451px){ */
/* #products .product-miniature{ */
/* width:33.33%; */
/* } */
/* } */
/* @media(max-width:1450px) and (min-width:1301px){
	#products .product-miniature{
		width:33.33%!important;
	}
} */
@media(max-width:1300px) {

	#category #main #left-column,
	#category #products,
	#module-ambjolisearch-jolisearch #main #left-column,
	#module-ambjolisearch-jolisearch #products {
		width: 100% !important;
	}
}

@media(max-width:767px) {
	body:not(#product) .featured-products h2 {
		font-size: 40px;
		line-height: 30px;
	}

	body:not(#product) .featured-products h2 span {
		font-size: 12px;
		line-height: 14px;
	}

	#index .featured-products .slick-initialized .slick-slide {
		margin-bottom: 0;
		padding-right: 5px;
		padding-left: 5px;
	}

	#index .featured-products .products {
		padding-left: 0px;
		padding-right: 0px;
	}

	#index .featured-products .product-description .add_to_cart_btn,
	#index .featured-products .product-description .link_product,
	#products .product-description .add_to_cart_btn,
	#products .product-description .link_product {
		padding: 0;
	}
}

@media(max-width:480px) {

	#index .featured-products .thumbnail-container .add-to-cart,
	#index .featured-products .thumbnail-container .link_product a {
		font-size: 14px;
	}

	#index .featured-products .product-title a {
		font-size: 18px;
		line-height: 18px;
	}

	#index .featured-products .product-price-and-shipping {
		font-size: 20px;
	}

	#index .featured-products .thumbnail-container .action_listing {
		margin-top: 5px;
	}

	body:not(#product) .featured-products h2 {
		font-size: 30px;
	}

	#index #manufacturer_intro h1 {
		font-size: 25px;
	}

	#index #manufacturer_intro h1 span {
		margin-top: 10px;
	}

	body:not(#product) .featured-products h2 span,
	#index #manufacturer_intro h1 span {
		font-size: 10px;
	}
}

#left-column.col-lg-2 {
	width: 20%;
}

#products.col-lg-10 {
	width: 80%;
}

/*** SLIDER PRODUCT ***/
#product .product-accessories .product-miniature .thumbnail-container,
#product .product-accessories .product-miniature .thumbnail-container .product-description {
	width: auto;
}

#product .product-accessories .product-miniature .thumbnail-container .add-to-cart,
#product .product-accessories .product-miniature .thumbnail-container .link_product a {
	padding-left: 10px;
	padding-right: 10px;
	/* font-size: 12px; */
}

#product .product-accessories .product-miniature .thumbnail-container .link_product {
	padding-top: 4px;
	width: 100%;
	margin-top: 5px;
}

#product .product-accessories .product-miniature .thumbnail-container .link_product a {
	padding-right: 16px;
	padding-left: 16px;
}

#product .product-accessories .product-miniature .thumbnail-container .add_to_cart_btn,
#product .product-accessories .product-miniature .thumbnail-container .link_product {
	padding-left: 0;
	padding-right: 0;
}

#product .product-accessories .product-miniature .thumbnail-container .add_to_cart_btn {
	padding-top: 5px;
	padding-bottom: 2px;
	width: 100%;
}

#product .product-accessories .product-miniature .thumbnail-container {
	padding-right: 15px;
	padding-left: 15px;
	/* box-shadow: 0px 0px 5px 0px #eee; */
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

#product .product-accessories .product-miniature .thumbnail-container .product-title a {
	font-size: 16px;
	line-height: 20px;
}

#product .product-accessories .products {
	max-width: 1800px;
	margin: auto;
	/* padding-left:100px; */
	/* padding-right:100px; */
	display: block;
}

#product .product-accessories .product-thumbnail img {
	width: 100%;
	margin-left: 0;
}

#product .product-price .current-price {
	float: none;
	width: 100%;
}

#product .thumbnail-container .link_product img {
	width: 10px;
}

#product .product-accessories .product-miniature .thumbnail-container .add-to-cart img {
	width: 15px;
}

#product .product-accessories .slick-track {
	margin-left: 0;
	margin-right: 0;
}

#product .product-accessories .featured-products h2 {
	font-size: inherit;
}

#product .product-accessories article .product-flags {
	/* left:0; */
	top: 40px;
}

#product .product-accessories article .product-flags li {
	min-height: 0px;
	padding: 0;
	font-size: 12px;
}

#product .tag_products {
	margin-bottom: 50px;
}

#product #artitags {
	max-width: 1800px;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
}

#product #artitags a span {
	border-radius: 30px;
	margin-bottom: 20px;
	text-transform: initial;
	text-align: center;
}

#product #artitags a span::first-letter {
	text-transform: uppercase;
}

#products .product-miniature .discount-amount,
#products .product-miniature .discount-percentage,
#products .product-miniature .on-sale,
#products .product-miniature .online-only,
#products .product-miniature .pack,
#products .product-miniature .product-flags .new,
.featured-products .product-miniature .discount-amount,
.featured-products .product-miniature .discount-percentage,
.featured-products .product-miniature .on-sale,
.featured-products .product-miniature .online-only,
.featured-products .product-miniature .pack,
.featured-products .product-miniature .product-flags .new,
.product-accessories .product-miniature .discount-amount,
.product-accessories .product-miniature .discount-percentage,
.product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .online-only,
.product-accessories .product-miniature .pack,
.product-accessories .product-miniature .product-flags .new,
.product-miniature .product-miniature .discount-amount,
.product-miniature .product-miniature .discount-percentage,
.product-miniature .product-miniature .on-sale,
.product-miniature .product-miniature .online-only,
.product-miniature .product-miniature .pack,
.product-miniature .product-miniature .product-flags .new {
	font-family: 'montserratextralight', sans-serif;
	background: #7CB9E5;
	top: -50px !important;
	right: 0;
	left: inherit;
}

#products .product-miniature .on-sale.on-sale {
	display: none;
}

#products .product-miniature .discount-amount:not(.promo-label),
#products .product-miniature .discount-percentage:not(.promo-label),
.featured-products .product-miniature .discount-amount:not(.promo-label),
.featured-products .product-miniature .discount-percentage:not(.promo-label),
.product-accessories .product-miniature .discount-amount:not(.promo-label),
.product-accessories .product-miniature .discount-percentage:not(.promo-label),
.product-miniature .product-miniature .discount-amount:not(.promo-label),
.product-miniature .product-miniature .discount-percentage:not(.promo-label) {
	top: -10px !important;
}

.featured-products .product-miniature .on-sale,
.product-accessories .product-miniature .on-sale,
#products .product-miniature .on-sale {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	right: -54px;
	position: absolute;
	width: 200px !important;
	left: inherit !important;
	top: -16px !important;
}

.product-accessories .product-miniature .on-sale {
	right: -35px;
	top: -10px !important;
}

.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .discount-percentage.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-amount,
.featured-products .product-miniature .discount-amount.discount-amount,
.featured-products .product-miniature .discount-amount.discount-percentage {
	right: 0px;
	width: auto;
	/* top: -10px !important; */
	/* font-size: 13px; */
	min-width: auto;
	padding: 4px 8px;
	left: inherit;
}

#product li.product-flag:not(.discount):not(.on-sale)~li.product-flag {
	margin-right: 15px;
	margin-top: .625rem;
}

#product li.product-flag.promo {
	background: #b4dd2a !important;
}

#product li.product-flag.promo,
#product li.product-flag.new {
	font-size: 24px;
}

.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-percentage {
	right: 15px;
}

.featured-products .product-miniature .thumbnail-container,
#products .product-miniature .thumbnail-container,
.product-accessories .product-miniature .thumbnail-container {
	overflow: hidden;
}

article .product-flags {
	top: 50px !important;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
	position: relative;
	/* width:350px; */
	width: auto;
	height: auto;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
	display: none;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
	font-size: 16px;
	color: #0055AA;
	line-height: 22px;
	text-transform: initial;
	letter-spacing: 0;
}

.product-accessories .product-title a {
	font-weight: bold;
}

#products .product-title {
	text-transform: inherit;
	padding-left: 15px;
	padding-right: 15px;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
	font-family: 'montserratbold', sans-serif;
	font-size: 21px;
	line-height: 28px;
}

.product-price-and-shipping .price>span {
	font-weight: 400;
	font-size: 16px;
	display: block;
}

.product-price-and-shipping .price>.regular-price {
	font-size: 22px !important;
	color: #999 !important;
	display: block;
}

.product-price-and-shipping .price_ht {
	font-size: 1.3rem;
	font-weight: 400;
}

#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
	border-top: none;
}

.thumbnail-container .action_listing {
	margin-top: 15px;
	overflow: hidden;
}

.thumbnail-container .add-to-cart,
.thumbnail-container .link_product a {
	font-family: 'montserratbold', sans-serif;
	text-transform: uppercase;
	box-shadow: none;
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.thumbnail-container .add-to-cart,
.thumbnail-container .add-to-cart:focus {
	color: #0055AA;
	background: #ffffff;
	border: 1px solid #0055AA;
	/* padding-top: 8px;
    padding-bottom: 4px; */
}

.thumbnail-container .add-to-cart:hover {
	background: #0055AA;
	color: #ffffff;
}

.thumbnail-container .add-to-cart .iconcart2 {
	display: none;
}

.thumbnail-container .add-to-cart:hover .iconcart2 {
	display: inline-block;
}

.thumbnail-container .add-to-cart:hover .iconcart1 {
	display: none;
}

.thumbnail-container .link_product a {
	color: #ffffff;
	background: #0055AA;
	padding-top: 6px;
	padding-bottom: 8px;
}

.thumbnail-container .link_product {
	padding-top: 8px;
	min-height: 45px;
}

.thumbnail-container .link_product img {
	margin-top: -5px;
}

.thumbnail-container .link_product a .icondetail2 {
	display: none;
}

.thumbnail-container .link_product a:hover .icondetail2 {
	display: inline-block;
}

.thumbnail-container .link_product a:hover .icondetail1 {
	display: none;
}

.thumbnail-container .link_product a:hover {
	background: #ffffff;
	color: #0055AA;
	border: 1px solid;
	padding-top: 6px;
	padding-bottom: 7px;
}

#product #netreviews_reviews_tab {
	margin-bottom: 50px;
}

#product .netreviews_stars_light {
	margin-top: 20px;
}

@media(max-width:1400px) {
	/* #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature{ */
	/* margin:0 auto; */
	/* }	 */
}

/* @media(max-width:1450px){
	#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature{
		width:33.33%;
	}
} */
@media(max-width:1120px) {

	/* #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature{
		width:50%;
	} */
	#products .product-miniature {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media(max-width:767px) {

	/* #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container, */
	/* #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{ */
	/* width:340px; */
	/* } */
	#products .thumbnail-container .product-description,
	.featured-products .thumbnail-container .product-description,
	.product-accessories .thumbnail-container .product-description {
		box-shadow: none;
	}

	main .featured-products h2 {
		font-size: 50px;
	}

	.featured-products h2 span {
		font-size: 18px;
	}

	#products .product-title a,
	.featured-products .product-title a,
	.product-accessories .product-title a,
	.product-miniature .product-title a {
		font-size: 24px;
	}

	.thumbnail-container .action_listing {
		height: 100px;
	}

	/* #products .thumbnail-container,  */
	#products .product-description {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	#products .thumbnail-container a img {
		max-width: 200px;
	}

	#products .product-description a {
		font-size: 20px;
		line-height: 20px;
	}

	#products .product-description .add_to_cart_btn,
	#products .product-description .link_product {
		display: inline-block;
		float: none;
		width: auto;
		margin-top: 5px;
		padding: 0;
	}
}

@media(max-width:480px) {
	.thumbnail-container .action_listing {
		display: grid;
	}

	.thumbnail-container .action_listing .add_to_cart_btn {
		margin: auto;
		width: 175px;
	}

	.thumbnail-container .link_product a {
		padding-left: 23px;
		padding-right: 23px;
	}

	/* #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container,
	#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{
		width:auto;
	} */
	#products .product-miniature {
		padding-left: 5px;
		padding-right: 5px;
	}

	#products .product-description a {
		font-size: 16px;
		line-height: 18px;
	}

	#products .product-price-and-shipping {
		font-size: 20px;
	}

	#products .thumbnail-container .add-to-cart,
	#products .thumbnail-container .link_product a {
		font-size: 14px;
	}

	#products .thumbnail-container a.product-thumbnail img {
		width: 100%;
	}
}

/* @media(max-width:320px){
	#products .product-miniature{
		width:100%;
	}
} */

/**** PRODUCT ****/

#product #content-wrapper,
#product #content {
	overflow: hidden;
}

body#product #wrapper {
	z-index: inherit;
}

#product #content .product-flags {
	position: relative;
}

#product li.product-flag.on-sale {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	right: -40px;
	position: absolute !important;
	left: inherit;
	top: 40px;
	width: 200px !important;
	display: none;
}

#product #content .product-flags li {
	/* width: 50%; */
	max-width: 50%;
	position: relative;
	float: right;
	background: #7CB9E5;
	z-index: 10;
}

#product h1 {
	font-family: 'montserratextralight', sans-serif;
	font-size: 24px;
	line-height: 58px;
	color: #0055AA;
	font-weight: 600;
	/* margin-bottom:80px; */
}

#product #before_price {
	color: #000000;
	font-size: 20px;
	letter-spacing: 2px;
}

#product .current-price>span {
	font-family: 'montserratbold', sans-serif;
	color: #000000;
	/* font-size: 32px; */
	font-size: 39px;
}

#product .current-price>span:last-child {
	font-size: 28px;
	color: #0055aa;
	display: block;
	text-align: right;
	margin-top: 15px;
}

#product .current-price>span:last-child span {
	color: #0055aa;
}

#product .current-price>span>span {
	font-family: 'montserratregular', sans-serif;
	color: #000000;
	font-size: 1.875rem;
	font-weight: 400;
}

#product #content {
	max-width: 700px;
}

#product #product-modal .modal-content .modal-body .mask {
	max-height: 740px;
}

#sansfrais {
	margin: 0;
	/* position: absolute; */
	/* top: 70px; */
	/* right: 250px; */
	display: flex;
	width: 200px;
	float: left;
	margin-left: 5px;
}

#sansfrais img {
	max-width: 100px;
	width: 100%;
}

#product #content .images-container {
	max-width: 452px;
	margin: auto;
	position: relative;
}

#main .images-container .js-qv-mask.scroll {
	width: calc(100% - 80px);
}

#product #bloc_reassurance {
	/* max-width: 650px; */
	/* max-width: 1500px; */
	overflow: hidden;
	padding-top: 5px;
	margin: auto;
	margin-top: 100px;
	/* padding-right: 15px; */
	/* padding-left: 15px; */
	display: none;
}

#product #bloc_reassurance div {
	margin-bottom: 30px;
	/* padding-right: 70px; */
	padding-left: 0;
}

#product #bloc_reassurance div>div {
	max-width: 260px;
	margin: auto;
}

#product #bloc_reassurance div img {
	/* float:left; */
	margin-right: 30px;
	display: inline-block;
	vertical-align: inherit;
}

#product #bloc_reassurance div p {
	font-family: 'montserratbold', sans-serif;
	font-size: 18px;
	color: #777777;
	margin-top: -5px;
	/* border-bottom:1px solid #D5D5D5; */
	display: inline-block;
}

#product #bloc_reassurance div span {
	display: block;
	font-family: 'montserratextralight', sans-serif;
	font-weight: 400;
	line-height: 35px;
}

#product #bloc_button_actions {
	margin-bottom: 30px;
}

#product #bloc_button_actions .modal_add_to_cart {
	/* max-width: 170px; */
	/* width: 100%; */
	width: auto;
}

#product #bloc_button_actions .clearfix {
	display: block;
}

#product #bloc_button_actions .ask_devis {
	max-width: 275px;
	width: 100%;
}

#product #bloc_button_actions>div {
	padding-left: 0;
	margin-top: 0px;
	display: inline-block;
}

#product #bloc_add_to_cart .add-to-cart,
#product #bloc_button_actions .attachment a,
#product .ask_devis a,
#product .voir_blog a {
	font-family: 'montserratbold', sans-serif;
	text-transform: uppercase;
	box-shadow: none;
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 15px;
}

#product #bloc_add_to_cart .add-to-cart img {
	width: 20px;
	margin-left: 5px;
}

#product #bloc_button_actions .attachment a img,
#product .ask_devis a img {
	width: 15px;
	margin-left: 5px;
	margin-top: -10px;
}

#product #bloc_add_to_cart .add-to-cart,
#product #bloc_add_to_cart .add-to-cart:focus {
	color: #ffffff;
	background: #0055AA;
	/* padding-top: 8px; */
	/* padding-bottom: 10px; */
	font-weight: 400;
	/* font-size: 18px; */
	font-size: 18px;
}

#product #bloc_add_to_cart .add-to-cart:hover {
	background: #ffffff;
	color: #0055AA;
	border: 1px solid;
	/* padding-top: 7px; */
	/* padding-bottom: 9px; */
}

#product #bloc_add_to_cart .add-to-cart .iconcart2 {
	display: none;
}

#product #bloc_add_to_cart .add-to-cart:hover .iconcart2 {
	display: inline-block;
}

#product #bloc_add_to_cart .add-to-cart:hover .iconcart1 {
	display: none;
}

#product #bloc_button_actions .attachment a:hover {
	background: #0055AA;
	color: #ffffff;
}

#product #bloc_button_actions .attachment a .icondl2 {
	display: none;
}

#product #bloc_button_actions .attachment a:hover .icondl2 {
	display: inline-block;
}

#product #bloc_button_actions .attachment a:hover .icondl1 {
	display: none;
}

#product #bloc_button_actions .voir_blog a .vhover {
	display: none;
}

#product #bloc_button_actions .voir_blog a:hover .vhover {
	display: inline-block;
}

#product #bloc_button_actions .voir_blog a:hover .vinit {
	display: none;
}

#product #bloc_button_actions .voir_blog {
	float: none;
}

#product #bloc_button_actions .attachment {
	max-width: 255px;
	/* width: 100%; */
	height: 50px;
	margin-right: 10px;
}

#product #bloc_button_actions .attachment.notice {
	max-width: 275px;
}

#product #bloc_button_actions .attachment a,
#product .ask_devis a,
#product .voir_blog a {
	color: #0055AA;
	background: #ffffff;
	font-weight: 400;
	font-size: 18px;
	border: 1px solid #0055AA;
	padding: 8px 30px;
}

#product .product-quantity .bootstrap-touchspin {
	box-shadow: none;
}



#product .product-quantity .bootstrap-touchspin .input-group-btn-vertical button:hover {
	background: #fff;
	color: #05a;
	border-color: #05a;
}

#product .product-quantity .bootstrap-touchspin .input-group-btn-vertical button {
	/* background: #05a; */
	color: #05a;
	border-color: #05a;
}

#product .product-quantity .bootstrap-touchspin .input-group-btn-vertical button:first-child {
	/* border-bottom-color: #ffffff; */
}

#product .product-quantity .bootstrap-touchspin .input-group-btn-vertical button:last-child {
	/* border-top-color: #ffffff; */
}

#product .voir_blog a {
	color: #B4DD2A;
	border: 1px solid #B4DD2A;
}

#product .product-discount {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 0;
	font-size: 20px;
}

/* #product .has-discount .discount{ */
/* margin-bottom:10px; */
/* } */
#product .ask_devis a:hover {
	background: #0055AA;
	color: #ffffff;
}

#product .voir_blog a:hover {
	background: #B4DD2A;
	color: #ffffff;
}

#product .ask_devis a .icondevis2 {
	display: none;
}

#product .ask_devis a:hover .icondevis2 {
	display: inline-block;
}

#product .ask_devis a:hover .icondevis1 {
	display: none;
}

#product .product-cover img {
	box-shadow: none;
}

#product .images-container .product-images>li.thumb-container>.thumb {
	margin-right: 1.813rem;
}

#product .product-images>li.thumb-container>.thumb.selected,
#product .product-images>li.thumb-container>.thumb:hover {
	border: 3px solid #0055aa;
}

#product i.right,
#product i.left {
	background: #ffffff;
	box-shadow: 0px 1px 5px -2px #707070;
	border-radius: 100%;
	height: inherit;
	line-height: inherit;
	bottom: 8%;
	transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%);
	color: #0055AA;
	font-size: 30px;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	transition: 0.1s ease-out;
	-ms-transition: 0.1s ease-out;
	-moz-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	-webkit-transition: 0.1s ease-out;
}

#product i.right:hover,
#product i.left:hover {
	background: #0055AA;
	color: #fff;
	transition: 0.1s ease-in;
	-ms-transition: 0.1s ease-in;
	-moz-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	-webkit-transition: 0.1s ease-in;
}

#product i.left {
	left: -15px;
}

#product .scroll-box-arrows i.right {
	right: -15px;
}

#product .product-images>li.thumb-container>.thumb {
	box-shadow: 0px 0px 6px 0px #ccc;
}

#product .features_product p {
	color: #0055AA;
}

#product .features_product p.value,
#product .resume *,
#product #bloc_description * {
	font-size: 15px;
	line-height: 18px;
	/* margin-bottom: 30px; */
	color: #0055AA;
}


#product .resume * {
	color: #232323;
}

#product .resume h2,
#product .resume h3 {
	color: #0055AA;
}

#product .resume ul li,
#product #bloc_description ul li {
	list-style: disc;
}

#product .resume ul,
#product #bloc_description ul {
	padding-left: 15px;
}

#product .resume-toggle {
	display: none;
}

@media (min-width: 1200px) {
	#product .resume.resume--collapsible {
		position: relative;
		overflow: hidden;
		transition: max-height 0.35s ease;
	}

	#product .resume.resume--collapsible::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 90px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
		pointer-events: none;
		opacity: 1;
		transition: opacity 0.25s ease;
	}

	#product .resume.resume--collapsible.is-expanded::after {
		opacity: 0;
	}

	#product .resume-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
		padding: 0;
		border: 0;
		background: transparent;
		color: #0055AA;
		font-family: 'montserratbold', sans-serif;
		font-size: 14px;
		line-height: 1.2;
		text-decoration: underline;
		cursor: pointer;
	}
}

#product .features_product p.name,
#product #bloc_description .title {
	margin-top: 30px;
	font-size: 18px;
	font-family: 'montserratbold', sans-serif;
	letter-spacing: 2px;
	line-height: 20px;
	border-bottom: 1px solid #D5D5D5;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.product-information h2,
.product-information h3 {
	margin-top: 30px;
	font-size: 16px !important;
	font-family: 'montserratbold', sans-serif;
	letter-spacing: 2px;
	line-height: 20px;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.product-information h3 {
	margin-top: 10px;
	font-size: 18px;
	font-family: 'montserratbold', sans-serif;
	letter-spacing: 0px;
	line-height: 20px;
	border-bottom: none;
	text-transform: none;
	padding-bottom: none;
	margin-bottom: 10px;
}

.product-information a {
	text-decoration: underline;
}

#product #bloc_description .title * {
	font-style: inherit;
	text-decoration: none !important;
}

#product #bloc_description {
	margin: 0 2%;
	text-align: left;
	padding-top: 15px;
	clear: both;

}

#product #bloc_video_feature {
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
}

#product .ask_devis {
	text-align: center;
	margin: 50px 20px;
}

#product #tabvideos .video_link {
	width: 33.33%;
	max-width: 33.33%;
	position: relative;
	float: left;
	padding: 5px;
	margin: 0;
}

#product #tabvideos li a {
	border: none;
}

#product #tabvideos li img {
	padding: 0;
}

#product .idTabHrefShort {
	color: #0055AA;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 2px;
}

#product #idTab95 {
	border: none;
	background: transparent;
	padding: 0;
}

#product #idTab95 .info_click {
	color: #333333;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 20px;
	text-align: center;
	margin-top: 30px;
}

#product .product-accessories {
	background: url('../img/product/acc_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	padding-top: 80px;
}

#product .product-accessories .h5 {
	color: #0055AA;
	letter-spacing: 2px;
	font-size: 18px;
	font-family: 'montserratbold', sans-serif;
	font-weight: 400;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 80px;
}

#product .product-accessories .h5 span {
	display: block;
	color: #7CB9E5;
	font-size: 56px;
	line-height: 58px;
	font-family: 'montserratextralight', sans-serif;
	margin-top: 30px;
}

#product #modal_declinaisons {
	padding-right: 0;
}

#product #modal_declinaisons .modal-header {
	border: none;
}

#product #modal_declinaisons .modal-title {
	font-size: 56px;
	font-family: 'montserratextralight', sans-serif;
	line-height: 58px;
	color: #0055AA;
	text-align: center;
	margin: auto;
	max-width: 800px;
	padding-top: 50px;
}

#product #modal_declinaisons .modal-body {
	overflow: scroll;
	max-height: 650px;
}

#product #modal_declinaisons .modal-dialog {
	max-width: 100%;
	margin: 0;
	background: rgba(255, 255, 255, 0.93);
	height: 100%;
}

#product #modal_declinaisons .modal-content {
	position: relative;
	background-color: transparent;
	background-clip: inherit;
	border: none;
	border-radius: 0;
	margin: 0;
}

#product .modal_add_to_cart a {
	cursor: pointer;
}

#product #modal_declinaisons .table_declinaisons {
	background: transparent;
	margin-top: 0;
}

#product #modal_declinaisons .close {
	opacity: 1;
	top: 30px;
	position: absolute;
	right: 30px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}

#product #modal_declinaisons .close:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
}

#product #bloc_reassurance.mobile {
	display: none;
	margin: auto;
}

#product #bloc_reassurance.computer {
	/* display:block; */
	display: none;
}

#product #content-wrapper #main>.row {
	padding-left: 15px;
	padding-right: 15px;
}

#product .manuf_img {
	clear: both;
}

#product .manuf_img img {
	max-width: 150px;
}

#product #content-wrapper #main>.row {
	padding-left: 15px;
	padding-right: 15px;
}

#product .product-pack .h4 {
	color: #0055AA;
	letter-spacing: 2px;
	font-size: 16px;
	font-family: 'montserratbold', sans-serif;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

#product .pack-product-container {
	margin-bottom: 20px;
}

#product .product-pack .pack-product-container .pack-product-quantity {
	border-left: 0;
}

#product .product-pack .pack-product-container .pack-product-quantity span {
	font-size: 20px;
	color: #05a;
	font-weight: 700;
}

#product .ancre_caract {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	/* margin-top: 10px; */
	margin-bottom: 15px;
	cursor: pointer;
}

#product .ancre_caract span {
	display: inline-block;
	background: #006adc;
	margin-right: 5px;
}

#product .ancre_caract span img {
	max-width: 15px;
	filter: invert(1);
}

.prod_delivery_message {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	display: flex;
}

.product-miniature .prod_delivery_message {
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: -10px;
}

.prod_delivery_message img {
	display: inline-block;
	margin-right: 5px;
	height: 20px;
}

.prod_delivery_message.outstock {
	color: #ed8b00;
}

.prod_delivery_message.instock {
	color: #00A19A;
}

#cart .prod_delivery_message,
#checkout .prod_delivery_message {
	font-size: 11px;
	margin-top: 5px;
}

#checkout .prod_delivery_message {
	margin-bottom: 10px;
}

#cart .prod_delivery_message img,
#checkout .prod_delivery_message img {
	width: 22px !important;
	height: 16px;
	border: none !important;
}

body#checkout section.checkout-step .payment-options label {
	display: block !important;
}

body#checkout .additional-information {
	margin-bottom: 20px;
}

@media(min-width:1700px) {
	#product .product-information {
		padding-right: 50px;
	}
}

@media(max-width:1699px) {
	#sansfrais {
		position: relative;
		/* top: 0px; */
		/* right: 0px; */
		/* float:right; */
		/* margin-right:20px; */
		margin: 0;
	}

	#product .product-information {
		padding-right: 30px;
	}
}

@media(min-width:1201px) {
	#product #bloc_video_feature {
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media(max-width:1200px) {
	#product #wrapper>.container {
		padding-top: 90px;
	}

	#product #modal_declinaisons .close img {
		width: 30px;
	}

	#product #modal_declinaisons .modal-title {
		font-size: 45px;
		line-height: 45px;
	}

	#product #bloc_reassurance.computer>div {
		width: 50%;
	}

}

@media(max-width:1080px) {
	#sansfrais img {
		max-width: 80px;
	}
}

/* @media(min-width:992px){ */
/* #product .bloc_videos{ */
/* padding-right:100px; */
/* }		 */
/* } */
@media(max-width:991px) {
	#product #wrapper>.container {
		padding-top: 20px;
	}

	#product #bloc_button_actions .attachment a,
	#product .ask_devis a {
		padding: 8px 18px;
		display: block;
	}

	#product h1 {
		font-size: 30px;
		line-height: 45px;
	}

	#product .manuf_img img {
		width: 50%;
		margin-left: 15px;
	}
}

@media(max-width:767px) {
	#product .ask_devis {
		margin: 15px 20px 25px;
	}

	#product #bloc_reassurance.mobile {
		/* display: block; */
		display: none;
		margin-top: 30px;
		max-width: 650px;
	}

	#product #bloc_reassurance.computer {
		display: none;
	}

	#product #bloc_reassurance.mobile {
		padding-left: 30px;
	}

	#product h1 {
		margin-bottom: 0;
		font-size: 30px;
	}

	#product #bloc_button_actions {
		max-width: 100%;
	}

	#product #before_price,
	#product .current-price {
		display: inline-block;
	}

	#product #before_price {
		margin-right: 20px;
	}

	#product .product-accessories {
		padding-left: 15px;
		padding-right: 15px;
	}

	#product .product-accessories .h5 span {
		font-size: 40px;
		line-height: 45px;
	}

	#product #modal_declinaisons .modal-title {
		font-size: 35px;
		line-height: 35px;
	}
}

@media(max-width:600px) {
	#product #bloc_reassurance.mobile>div {
		width: 100%;
	}

	/* #product #bloc_button_actions > div{
		width:100%;
		height: 50px;
	}
	#product #bloc_button_actions{
		height:110px;
	}*/
}

@media(max-width:480px) {
	#product .product-accessories .h5 span {
		font-size: 30px;
		line-height: 35px;
	}

	#product #bloc_reassurance div p {
		font-size: 20px;
	}

	#product #modal_declinaisons .modal-dialog {
		height: inherit;
	}

	/* #product #bloc_button_actions .add-to-cart, #product #bloc_button_actions .attachment a, #product .ask_devis a, #product .voir_blog a{
		display:block;
		text-align:center;
	} */
	#product .voir_blog {
		margin-top: 0px !important;
	}

	/* #product #bloc_button_actions > div{
		margin-top:12px;
	}	 */
	#sansfrais img {
		max-width: 80px;
	}

	#sansfrais {
		float: none;
	}
}


/**** CATEGORY ****/


#category #manufacturer_list .link_manufacturer {
	margin-top: 25px;
}

#category #subcategories .subcateg_p {
	margin-top: 15px;
	min-height: inherit;
	margin-bottom: 0;
}

#category #main {
	clear: both;
}

#category #manufacturer_list .link_manufacturer a,
#category #manufacturer_list .link_manufacturer span,
#category #subcategories .subcateg_p a,
#category #subcategories .subcateg_p span {
	font-family: 'montserratextralight', sans-serif !important;
	font-weight: inherit !important;
	text-shadow: none !important;
}

#category #manufacturer_list .link_manufacturer a b,
#category #manufacturer_list .link_manufacturer span b,
#category #subcategories .subcateg_p a b,
#category #subcategories .subcateg_p span b {
	font-family: 'montserratextrabold', sans-serif !important;
}

#category #faq {
	clear: both;
	background: #0055AA;
	padding-top: 50px;
	padding-bottom: 50px;
}

#category #faq .questions {
	max-width: 1080px;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
}

#category #faq .questions .title {
	color: #ffffff;
	line-height: 30px;
	margin: auto;
	text-transform: inherit;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'montserratextralight', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}

#category #faq .questions .item__question {
	font-size: 18px;
	font-weight: 400;
	line-height: inherit;
	color: #ffffff;
	padding-bottom: 15px;
	cursor: pointer;
}

#category #faq .questions .item__question[aria-expanded="true"]::after {
	content: '^';
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
}

#category #faq .questions .item__question::after {
	content: 'v';
	position: absolute;
	right: 0;
	font-size: 15px;
}

#category #faq .questions .item__question[aria-expanded="true"] {
	color: #b4dd2a;
	font-weight: bold;
}

#category #faq .questions .item__question[aria-expanded="false"] {
	color: #ffffff;
}

#category #faq .questions .item__answer * {
	color: #ffffff;
	font-weight: 500;
}

#category #faq .questions .card {
	background: inherit;
	box-shadow: inherit;
	border: inherit;
}

#category #faq .questions .item__answer a {
	color: #b4dd2a;
	text-decoration: underline;
}

.block-category {
	padding-top: 0px;
	overflow: hidden;
	background: url('../img/bg_categ.png');
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* .block-category.last_level{ */
/* background:none; */
/* max-width:1565px; */
/* margin:auto; */
/* min-height:0; */
/* margin-bottom:30px;  */
/* } */
/* .block-category.last_level .bloc_breadcrumb{ */
/* margin-bottom:20px;	 */
/* } */
#ensavoirplus {
	border: 1px solid #0055AA;
	width: 150px;
	text-align: center;
	border-radius: 30px;
	color: #ffffff !important;
	background: #0055AA;
	padding-top: 6px;
	padding-bottom: 8px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold !important;
	cursor: pointer;
	float: right;
	font-size: 15px !important;
	display: inline-block;
}

#ensavoirplus:hover {
	color: #0055AA !important;
	background: #ffffff;
}

#title_selection,
#module-ambjolisearch-jolisearch .h2,
#category #title_listing_products {
	letter-spacing: 2px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'montserratextralight', sans-serif;
	font-size: 34px;
	color: #7CB9E5;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 50px;
}

#category #title_listing_products {
	font-size: 35px;
}

#category .footer_product_list {
	padding-bottom: 60px !important;
	margin: 0;
	clear: both;
}

#module-pm_advancedsearch4-searchresults .footer_product_list .block_desc_categ,
#category .footer_product_list .block_desc_categ {
	max-width: 1600px;
	margin: auto;
	margin-top: 50px;
	width: 100%;
	float: none;
}

.block-category.desc_mono_tri {
	margin-bottom: 0;
}

.block-category .category-cover {
	right: inherit;
}

.block-category .h1 {
	font-family: 'montserratextralight', sans-serif;
	font-size: 30px;
	color: #0055aa;
}

/* .block-category .block_desc_categ{ */
/* margin-top: 50px; */
/* } */
.block-category #category-description * {
	font-size: 15px;
	color: #232323;
	line-height: 22px;
}

.block-category #category-description ul {
	list-style: disc;
}

.block-category #category-description p {
	margin-bottom: 10px;
}

.block-category #category-description h1,
.block-category #category-description h2,
.block-category #category-description h3,
.block-category #category-description h4,
.block-category #category-description h5,
.block-category #category-description h6 {
	margin-top: 30px;
}

/* .block-category #category-description p:first-child {
	font-size: 18px;
	font-family: 'montserratbold', sans-serif;
	margin-bottom: 30px;
	letter-spacing: 4px;
} */

.block-category #category-description a {
	text-decoration: underline;
	color: #7CB9E5;
	font-weight: bold;
}

.block-category #category-description b,
.block-category #category-description strong {
	font-weight: bold;
}

.block-category .category-cover {
	position: relative;
	text-align: center;
}

.block-category .category-cover img {
	width: 100%;
	height: auto;
	max-width: 250px;
}

#category #manufacturer_list {
	clear: both;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

#category .breadcrumb {
	display: none;
	padding-left: 15px;
}

#category #manufacturer_list>div {
	min-height: 180px;
	margin-bottom: 40px;
}

#category #subcategories {
	/* margin-top:30px; */
	/* margin-bottom:30px; */
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

#category #subcategories.sub_mono_tri {
	margin: 0;
	padding: 0;
}

#category #subcategories>div {
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

/* #category #products{ */
/* clear:both; */
/* } */
#category #subcategories.sub_mono_tri>div>a {
	padding-top: 45px;
	padding-bottom: 20px;
}

#category #subcategories.sub_mono_tri>div:first-child {
	border-right: 1px solid #E8E9EB;
}

#category #subcategories .img {
	z-index: 2;
	/* margin-bottom: -20px; */
}

#category #subcategories .img img {
	max-width: 100%;
}

#category .subcateg_p {
	text-align: center;
	/* max-width: 200px; */
	margin: auto;
	margin-bottom: 50px;
	z-index: 3;
	min-height: 80px;
}

#category .subcateg_p a {
	font-family: 'montserratbold', sans-serif;
	font-size: 12px;
	color: #0055AA;
	text-transform: uppercase;
	background: #ffffff;
	border-radius: 60px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
	display: block;
	padding: 15px 20px;
	line-height: 20px;
	font-weight: 400;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
	transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
}

#category .subcateg_p a:hover {
	color: #ffffff;
	background: #0055AA;
}

#category #subcategories.sub_mono_tri>div:hover,
#category #modal_monotri .monotri_bloc:hover {
	color: #ffffff;
	background: #0055AA;
	transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
}

#category .monotri_bloc .notavail {
	opacity: 0.5;
	cursor: not-allowed;
}

#category #subcategories.sub_mono_tri>div:hover .subcateg_mono_tri,
#category #subcategories.sub_mono_tri>div:hover .btn_mono_tri,
#category #modal_monotri .monotri_bloc:hover .subcateg_mono_tri,
#category #modal_monotri .monotri_bloc:hover .btn_mono_tri {
	color: #ffffff;
}

#category .subcateg_mono_tri,
#category .btn_mono_tri {
	font-size: 38px;
	color: #0055AA;
	text-transform: uppercase;
	font-family: 'montserratextralight', sans-serif;
	line-height: 50px;
	font-weight: 400;
}

#category .subcateg_mono_tri span {
	font-family: 'montserratbold', sans-serif;
}

#category #category-description .bloc_iframe {
	position: relative;
	padding-bottom: 25%;
	height: 100%;
	max-width: 750px;
	margin: auto;
}

#category #category-description .bloc_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 640px;
}

/* #category .btn_mono_tri{ */
/* font-family: 'montserratbold', sans-serif; */
/* font-size: 14px; */
/* color: #0055AA; */
/* text-transform: uppercase; */
/* background: #ffffff; */
/* border-radius: 60px; */
/* box-shadow: 0px 1px 4px rgba(0,0,0,0.16); */
/* display: block; */
/* padding: 10px; */
/* max-width: 210px; */
/* line-height: 20px; */
/* font-weight: 400; */
/* text-shadow: 2px 2px 5px rgba(0,0,0,0.16); */
/* transition: 0.2s ease-out; */
/* -ms-transition: 0.2s ease-out; */
/* -moz-transition: 0.2s ease-out; */
/* -o-transition: 0.2s ease-out; */
/* -webkit-transition: 0.2s ease-out;	 */
/* } */
#category .monophase {
	text-align: right;
	padding-left: 60px;
}

#category .monophase .btn_mono_tri {
	float: right;
}

#category .triphase {
	text-align: left;
	padding-right: 60px;
}

#category .triphase .btn_mono_tri {
	float: left;
}

#category .monotri_bloc img {
	width: 100%;
	max-width: 200px;
}

#category #modal_monotri .modal-dialog {
	width: 100%;
	max-width: 1500px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin: 0;
	max-height: 100%;
}

#category #modal_monotri .modal-body {
	overflow: hidden;
	padding: 0;
}

#category #modal_monotri .monotri_bloc {
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}

#category #modal_monotri .close {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0.8;
}

#category #modal_monotri .close {
	color: #0055aa;
	opacity: 1;
}

#category #modal_monotri .modal-header {
	border: none;
	padding-top: 30px;
}

#category #modal_monotri .modal-header p {
	letter-spacing: 2px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'montserratextralight', sans-serif;
	font-size: 29px;
	color: #7CB9E5;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

#category .go_to_monotri {
	cursor: pointer;
}

.bloc_link_categories_listing li a:not(.category-sub-link) {
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	color: #000;
}

.bloc_link_categories_listing li a.current_category {
	font-weight: bold !important;
}

.bloc_link_categories_listing .category-top-menu li[data-depth="1"] {
	margin: 0;
}

.bloc_link_categories_listing li {
	position: relative;
}

.bloc_link_categories_listing {
	overflow: hidden;
	margin: 0;
	margin-bottom: 15px;
	position: relative;
}

.bloc_link_categories_listing .category-top-menu {
	padding: 15px;
}

.block-categories .category-sub-menu .category-sub-link {
	font-size: 16px;
}

.bloc_link_categories_listing.block-categories .category-sub-menu {
	margin-top: 0;
}

.bloc_link_categories_listing .category-top-menu li[data-depth="0"]>a {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: inherit;
	padding-right: 25px;
}

.bloc_link_categories_listing.block-categories {
	padding: 0;
}

.bloc_link_categories_listing .material-icons {
	font-size: 20px;
}

.bloc_link_categories_listing .category-top-menu .category-sub-menu {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bloc_link_categories_listing .category-top-menu .collapse.in .category-sub-menu {
	padding-right: 40px;
}

.bloc_link_categories_listing ul,
.bloc_link_categories_listing .title_linkcategories {
	margin: 0;
}

.bloc_link_categories_listing .title_linkcategories {
	font-family: 'montserratregular', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	background-color: #05a;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	padding: 15px;
}

.bloc_link_categories_listing .navbar-toggler {
	width: auto;
}

.products-selection .sort-by {
	margin-right: 10px;
	margin-left: 5px;
	font-size: 16px;
}

#module-ambjolisearch-jolisearch .filter-top_listing {
	justify-content: left;
	padding-left: 30px;
	padding-right: 30px;
}

.filter-top_listing {
	display: flex;
	justify-content: right;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
	margin-bottom: 15px;
}

.filter-top_listing p {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.filter-top_listing .separator {
	margin-left: 5px;
}

.products-sort-order .select-title {
	box-shadow: none;
	border: none;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.products-sort-order .select-list:hover {
	background: #7CB9E5;
}

.products-selection .total-products {
	padding-top: 0;
}

.products-sort-order.open {
	min-width: 150px;
}

@media(max-width:1300px) {
	#category .monophase {
		padding: 0;
		text-align: center;
	}

	#category .triphase {
		padding: 0;
		text-align: center;
	}

	#category .btn_mono_tri {
		margin: auto;
		float: none !important;
	}

	#category #main #left-column {
		margin-bottom: 30px;
	}
}

@media(max-width:1300px) and (min-width:400px) {

	/* #left-column .bloc_link_categories_listing.block-categories, #left-column .PM_ASBlockOutput{ */
	/* float:left; */
	/* width:50%; */
	/* } */

	#category #category-description .bloc_iframe {
		padding-bottom: 35%;
	}

	#left-column .bloc_link_categories_listing .title_linkcategories {
		padding: 12px;
	}

	#left-column .PM_ASBlockOutput>.card,
	#left-column .PM_ASBlockOutputVertical .card-header {
		border: none;
	}
}

@media(min-width:1201px) {
	#category .monotri_bloc img {
		margin-top: -50px;
	}

	.block-category .category-cover+.block_desc_categ {
		padding-right: 50px;
	}
}

/* @media(max-width:1200px){ */
/* #category #wrapper > .container { */
/* padding-top: 20px; */
/* } */
/* } */
@media(max-width:991px) {
	.block-category {
		padding-top: 0;
	}

	#category #subcategories.sub_mono_tri>div,
	#category #subcategories.sub_mono_tri>div>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#category #subcategories.sub_mono_tri>div {
		margin-bottom: 20px;
	}

	#category .monotri_bloc img {
		max-width: 120px;
		margin-top: 0;
	}

	#category .subcateg_mono_tri,
	#category .btn_mono_tri {
		font-size: 30px;
		line-height: 40px;
		margin: 0;
	}

	#category #modal_monotri .monotri_bloc {
		padding-top: 0;
		padding-bottom: 10px;
	}

	#category #modal_monotri .modal-header p {
		font-size: 30px;
	}

	#category .subcateg_mono_tri,
	#category .btn_mono_tri {
		margin: 0;
	}
}

@media(max-width:767px) {
	#category .sub_mono_tri>div:first-child a {
		display: flex;
		flex-direction: column-reverse;
	}

	#category #subcategories.sub_mono_tri>div:first-child {
		border: none;
	}

	#category .block_desc_categ {
		float: none;
	}

	#category #wrapper>.container {
		padding-top: 0px;
	}

	#category #subcategories {
		margin-top: 10px;
	}

	.block-category {
		margin-bottom: 0;
	}

	.bloc_link_categories_listing .title_linkcategories {
		cursor: pointer;
		position: relative;
	}

	.bloc_link_categories_listing .title_linkcategories::after {
		content: "";
		font-family: "Material Icons";
		padding-right: 5px;
		font-size: 24px;
		font-weight: 400;
		position: absolute;
		right: 0;
	}

	.bloc_link_categories_listing ul {
		display: none;
	}

	#category #subcategories.sub_mono_tri>div {
		width: 50%;
	}

	#category .subcateg_mono_tri,
	#category .btn_mono_tri {
		font-size: 25px;
		line-height: 30px;
	}

	.block-category:not(.footer_product_list) #category-description {
		max-height: 90px;
		overflow: hidden;
	}

	.block-category #category-description p:first-child {
		margin-bottom: 10px;
	}

	.block-category #category-description h1,
	.block-category #category-description h2,
	.block-category #category-description h3,
	.block-category #category-description h4,
	.block-category #category-description h5,
	.block-category #category-description h6 {
		margin-top: 0px;
	}

	#category #main #left-column {
		margin-bottom: 0;
	}

	#js-product-list-top {
		margin-bottom: 5px;
	}

	#products .product-title,
	/* .featured-products .product-title,
	.product-miniature .product-title, */
	.product-accessories .product-title {
		margin: 0;
	}

	.thumbnail-container .action_listing {
		margin-top: 0;
	}

	#category #category-description .bloc_iframe {
		padding-bottom: 55%;
	}

	body #blog_list .block_top {
		background-size: contain !important;
	}
}

@media(min-width:576px) {
	#category #modal_monotri .modal-body {
		display: flex;
		flex-wrap: wrap;
	}
}

@media(max-width:550px) {
	.block-category:not(.footer_product_list) #category-description {
		max-height: 92px;
		overflow: hidden;
	}
}

@media(max-width:480px) {
	.block-category h1 {
		font-size: 24px !important;
	}

	#category #ensavoirplus {
		float: initial;
		padding-top: 0;
		width: 120px;
		padding-bottom: 4px;
		margin-top: 10px;
		font-size: 14px !important;
		text-transform: initial;
		font-weight: 400 !important;
	}

	#category #modal_monotri .monotri_bloc img {
		max-width: 100px;
	}

	#category .subcateg_mono_tri,
	#category .btn_mono_tri {
		font-size: 25px;
		line-height: 30px;
	}

	#category #modal_monotri .modal-header p {
		font-size: 20px;
		line-height: 25px;
	}

	#category #modal_monotri .modal-dialog {
		max-width: 96%;
		left: 48%;
		top: 48%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}

	#category #modal_monotri .modal-header {
		padding-bottom: 0;
	}

	.block-category #category-description p:first-child {
		font-size: 16px;
	}
}

/**** DEVIS ****/

#module-devis-form #content {
	box-shadow: none;
	border: none;
}

#module-devis-form #wrapper .container {
	width: 1140px;
	max-width: 100%;
}

#module-devis-form #wrapper h1 {
	font-family: 'montserratextralight', sans-serif;
	font-size: 40px;
	color: #7CB9E5;
	text-transform: uppercase;
}

#module-devis-form #wrapper #devisIntro {
	font-size: 14px;
	font-family: 'montserratbold', sans-serif;
	margin-bottom: 30px;
	letter-spacing: 2px;
	color: #0055AA;
	line-height: 20px;
	text-transform: uppercase;
}

#module-devis-form #wrapper h1,
#module-devis-form #wrapper #devisIntro {
	text-align: center;
}

#module-devis-form form {
	overflow: hidden;
	margin-bottom: 30px;
}

#module-devis-form form label {
	font-size: 18px;
	color: #666666;
}

#module-devis-form .bloc {
	margin-top: 10px;
	overflow: hidden;
}

#module-devis-form #devisSubmit {
	clear: both;
	margin-top: 20px;
	padding-right: 40px;
	margin-bottom: 20px;
}

#module-devis-form #devisSubmit input {
	font-family: 'montserratbold', sans-serif;
	text-transform: uppercase;
	color: #0055AA;
	font-size: 12px;
	box-shadow: 1px 2px 8px #ccc;
	border-radius: 30px;
	padding: 8px 20px;
	text-align: center;
	transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	background: #ffffff;
}

#module-devis-form #devisSubmit input:hover {
	color: #ffffff;
	background: #0055AA;
	transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
}

#module-devis-form #infosRGPD p {
	font-size: 18px;
	color: #666666;
}

#module-devis-form #infosRGPD p a {
	color: #7CB9E5;
}

#module-devis-form .g-recaptcha {
	width: 305px;
	float: left;
}

@media (min-width: 992px) {
	#module-devis-form .g-recaptcha {
		margin-left: 245px;
	}
}

@media (max-width: 991px) and (min-width:851px) {
	#module-devis-form #devisSubmit {
		padding-right: 50px;
		padding-left: 260px;
		width: 100%;
	}
}

@media (max-width: 850px) and (min-width:768px) {
	#module-devis-form #devisSubmit {
		padding-right: 50px;
		padding-left: 220px;
		width: 100%;
	}
}

@media (max-width: 575px) {
	#module-devis-form #devisSubmit {
		text-align: center !important;
	}

	#module-devis-form .g-recaptcha {
		float: none;
		margin: auto;
		margin-bottom: 15px;
	}

	#module-devis-form #content {
		padding-right: 5px;
		padding-left: 5px;
	}

	#module-devis-form .bloc {
		padding: 0;
	}
}

/**** CONTACT ****/

#contact .breadcrumb {
	display: none;
}

#contact #main .page-content {
	box-shadow: none;
	border: none;
	padding: 0;
}

#contact .contact-form {
	padding: 0;
}

#contact #wrapper h1 {
	font-family: 'montserratextralight', sans-serif;
	font-size: 44px;
	color: #7CB9E5;
	text-transform: uppercase;
	text-align: center;
}

#contact input[name="submitMessage"] {
	font-family: 'montserratbold', sans-serif;
	text-transform: uppercase;
	color: #0055AA;
	font-size: 12px;
	box-shadow: 1px 2px 8px #ccc;
	border-radius: 30px;
	padding: 8px 20px;
	text-align: center;
	transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	background: #ffffff;
}

#contact input[name="submitMessage"]:hover {
	color: #ffffff;
	background: #0055AA;
	transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
}

#contact .form-control-label,
#contact .contact-rich .block .data {
	font-size: 16px;
	color: #666666;
}

#contact .contact-rich .block .icon i {
	color: #0055AA;
}

#contact .contact-rich a {
	color: #7CB9E5;
}

#contact .contact-rich .h4 {
	font-size: 18px;
	font-family: 'montserratbold', sans-serif;
	margin-bottom: 30px;
	letter-spacing: 2px;
	color: #0055AA;
	line-height: 20px;
	text-transform: uppercase;
}

#contact #wrapper .container {
	width: 1300px;
	max-width: 100%;
}

@media (max-width: 991px) {
	#contact #content-wrapper {
		width: 100%;
	}

	#contact .contact-rich {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 20px;
	}
}

@media (max-width: 575px) {
	#contact #wrapper #content-wrapper #main {
		padding-left: 15px;
		padding-right: 15px;
	}

	#contact form .form-footer {
		text-align: center !important;
	}
}

/**** CART ****/

#blockcart-modal .modal-header {
	background: #0055AA;
}

#blockcart-modal .product-name {
	color: #0055AA;
}

#blockcart-modal p {
	color: #000000;
}

/* #blockcart-modal .modal-dialog {
	top: 50%;
	transform: translateY(-50%);
} */

#blockcart-modal .cart-content .cart-content-btn .btn.btn-secondary {
	color: #7CB9E5;
	border: 1px solid #7CB9E5;
	box-shadow: none;
}

#blockcart-modal .cart-content .cart-content-btn .btn.btn-secondary:hover {
	background: #7CB9E5;
	color: #ffffff;
}

#blockcart-modal .modal-body .divide-right span {
	font-size: 12px;
}

#blockcart-modal .close {
	opacity: 1;
}

#blockcart-modal .close span {
	color: #ffffff;
}

#cart .card {
	box-shadow: none;
}

#cart #wrapper .container {
	max-width: 1300px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

#cart .cart-grid-body .card-block {
	background: #0055AA;
	text-align: center;
}

#cart .cart-grid-body .card-block h1 {
	color: #ffffff;
}

#cart .cart-grid-right .btn.btn-primary:hover,
#cart .cart-grid-right .btn.btn-primary:focus,
#cart .cart-grid-right .btn.btn-primary:active {
	color: #ffffff;
}

#cart .current-price .price {
	color: #7CB9E5;
}

#cart .product-line-info .label,
#cart .product-line-info .value {
	font-size: 14px;
}

#cart .product-line-info .value {
	font-weight: bold;
}

#cart .product-line-info:first-child .label {
	color: #0055AA;
	font-weight: bold;
	font-size: 16px;
}

#cart .cart-grid-right .cart-summary-line .label {
	font-size: 16px;
	color: #0055AA;
	font-weight: bold;
}

#js-checkout-summary .cart-summary-totals .cart-summary-line span {
	color: #ffffff !important;
}

#cart .paymentType {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
}

#cart .paymentType img {
	max-width: 230px;
}

@media(max-width:767px) {
	#cart .product-line-grid-left {
		text-align: center;
	}
}

/**** CHECKOUT ****/

body#checkout #header .header-nav {
	max-height: inherit;
	padding: inherit;
	border: inherit;
	margin-bottom: inherit;
	box-shadow: inherit;
}

body#checkout #search_widget {
	display: inherit;
}

body#checkout a:hover {
	color: inherit;
}

body#checkout #header .header-nav .logo {
	max-height: inherit;
	width: inherit;
}

body#checkout #wrapper .container,
#order-confirmation #wrapper .container {
	max-width: 1300px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

body#checkout .card,
#order-confirmation .card {
	box-shadow: none;
}

body#checkout section.checkout-step {
	box-shadow: none;
	border: 1px solid rgb(240, 242, 248);
	border-bottom: 0;
}

body#checkout section.checkout-step:last-child,
body#checkout .card {
	border: 1px solid rgb(240, 242, 248);
}

body#checkout hr {
	display: none;
}

body#checkout section.checkout-step .step-title,
body#checkout #js-checkout-summary .cart-summary-products p:first-child {
	color: #0055AA;
}

body#checkout a:hover {
	color: #7CB9E5;
}

body#checkout p,
body#checkout label,
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address,
.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value,
.cart-summary-line .label {
	font-size: 15px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
	color: #7CB9E5 !important;
	font-size: 18px;
}

body#checkout section.checkout-step .address-item.selected {
	border: 3px solid #7CB9E5;
}

body#checkout .cart-total * {
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	font-family: 'montserratextralight';
}

body#checkout #js-checkout-summary .cart-summary-totals {
	background: #0055AA;
}

body#checkout #js-checkout-summary #cart-summary-product-list .product-name {
	color: #0055aa;
	font-weight: bold;
}

body#checkout #js-checkout-summary #cart-summary-product-list ul li {
	margin-bottom: 15px;
}

body#checkout #footer {
	box-shadow: none;
	padding: inherit;
	background: #0055AA;
	color: inherit;
}

/* body#checkout .payment-options .payment-option img{ */
/* max-width:50px; */
/* } */
body#checkout section#checkout-payment-step.-current .content {
	margin-top: 20px;
}

body#checkout .payment-option .custom-radio {
	display: none;
}

body#checkout .payment-option label {
	/* background: #f1f1f1; */
	background: #fff;
	border: 2px solid rgb(214, 212, 212);
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
	padding: 15px;
	display: flex !important;
	align-items: center;
	color: #333333;
	font-weight: bold;
	box-shadow: 5px 6px 6px #ddd;
	transition: ease-out 0.1s;
}

body#checkout .payment-option label:hover {
	transform: scale(1.05);
	transition: ease-in 0.1s;
}

body#checkout .payment-option label span {
	margin-right: 10px;
}

body#checkout .payment-option label {
	text-align: start;
}

#order-confirmation .card {
	border: none;
	margin-bottom: 0;
}

#order-confirmation #content-hook_order_confirmation {
	text-align: center;
}

#order-confirmation #content-hook_order_confirmation .card-title {
	font-family: 'montserratextralight', sans-serif;
	font-size: 44px;
	color: #7CB9E5;
}

#order-confirmation #content-hook_order_confirmation .card-title i {
	display: none;
}

#order-confirmation #content-hook_order_confirmation .card-block .row>div>p {
	font-size: 18px;
	font-family: 'montserratbold', sans-serif;
	margin-bottom: 30px;
	letter-spacing: 2px;
	color: #0055AA;
	line-height: 20px;
	text-transform: uppercase;
}

#order-confirmation #order-items {
	border: none;
}

#order-confirmation #order-items hr {
	border-top-color: #ddd;
}

#order-confirmation #order-items .card-title {
	display: none;
}

#order-confirmation #order-details {
	padding-left: 15px;
	margin-top: 50px;
}

#order-confirmation #order-details .card-title {
	font-size: 18px;
	font-family: 'montserratbold', sans-serif;
	margin-bottom: 30px;
	letter-spacing: 2px;
	color: #0055AA;
	line-height: 20px;
	text-transform: uppercase;
}

#order-confirmation .order-confirmation-table .order-line .details span {
	color: #0055AA;
}

#order-confirmation .order-confirmation-table .order-line .qty .bold {
	color: #7CB9E5;
	font-weight: bold;
}

#order-confirmation .order-confirmation-table .font-weight-bold {
	font-size: 24px;
	color: #7CB9E5;
}

@media(max-width:767px) {
	body#checkout #header .header-nav .logo {
		max-height: 50px;
	}
}

@media(max-width:480px) {
	#blockcart-modal .product-image {
		display: none;
	}
}

/**** ACCOUNT ****/

.page-customer-account #wrapper .container,
.page-addresses #wrapper .container,
.page-my-account #wrapper .container,
.page-order-detail #wrapper .container {
	max-width: 1300px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.page-customer-account h1,
.page-my-account h1,
.page-addresses h1,
.page-order-detail h1 {
	font-family: 'montserratextralight', sans-serif;
	font-size: 44px;
	color: #7CB9E5;
	text-transform: uppercase;
	text-align: center;
}

.page-customer-account #wrapper .breadcrumb,
.page-addresses #wrapper .breadcrumb,
.page-order-detail #wrapper .breadcrumb {
	margin-bottom: 30px;
}

.page-customer-account #content {
	box-shadow: none;
}

#my-account #content .links a span {
	box-shadow: none;
	border: none;
}

#my-account #content .links a {
	letter-spacing: 2px;
	color: #333333;
	font-size: 15px;
}

#my-account #content .links a i {
	color: #0055AA;
	margin-bottom: 10px;
}

#my-account #content .links a:hover i {
	color: #7CB9E5;
}

#my-account #content .links {
	margin-top: 30px;
}

#my-account .page-footer a {
	font-family: 'montserratbold', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	box-shadow: 1px 2px 8px #ccc;
	border-radius: 30px;
	padding: 8px 20px;
	text-align: center;
	transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	background: #ffffff;
}

#my-account .page-footer a:hover {
	color: #ffffff;
	background: #0055AA;
	transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
}

#my-account #content-wrapper {
	margin-top: 60px;
	margin-bottom: 50px;
}

.page-addresses .address {
	box-shadow: none;
	border: 1px solid rgba(0, 85, 170, 0.3);
}

.page-order-detail .box {
	box-shadow: none;
}

form label.required::after {
	content: '*';
	color: red;
}

/**** SARCH ****/

#search .h2,
#pagenotfound h1 {
	font-family: 'montserratextralight', sans-serif;
	font-size: 44px;
	color: #7CB9E5;
	text-transform: uppercase;
	text-align: center;
}

#search #content-wrapper {
	margin-bottom: 100px;
	margin-top: 50px;
}

#content.page-not-found {
	box-shadow: none;
	padding: 0;
	max-width: 1000px;
	text-align: center;
}

#search #products .page-not-found p {
	font-size: 14px;
	font-family: 'montserratbold', sans-serif;
	margin-bottom: 30px;
	letter-spacing: 2px;
	color: #0055AA;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 15px;
}

/**** BLOG ****/

#index section.prestablog {
	/* min-height: 570px; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

#index section.prestablog #blog_list {
	float: none;
	max-width: 1080px;
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
	overflow: hidden;
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

#index section.prestablog #blog_list .block_top {
	overflow: hidden;
}

#index section.prestablog .title {
	color: #7CB9E5;
	font-family: 'montserratregular', sans-serif;
	font-size: 39px;
	font-weight: 400;
	line-height: 50px;
	padding-top: 15px;
	/* margin-bottom: 50px; */
}

#index section.prestablog .title span {
	color: #0055AA;
	font-family: 'montserratbold', sans-serif;
	font-size: 14px;
	letter-spacing: 8px;
	line-height: 25px;
	margin-top: 15px;
	display: block;
}

#module-prestablog-blog #wrapper .container {
	width: 100%;
	padding-top: 0px;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
}

body#module-prestablog-blog #wrapper .breadcrumb {
	padding-left: 15px;
	padding-right: 15px;
}

#module-prestablog-blog #wrapper #content-wrapper {
	width: 100%;
	margin-top: 10px;
}

#module-prestablog-blog #wrapper #left-column {
	display: none;
}

#module-prestablog-blog #wrapper {
	background: linear-gradient(#f0f2f8 15px, #ffffff 150px);
	padding-top: 50px;
	padding-bottom: 30px;
}

#module-prestablog-blog #title_h1 {
	display: block;
	text-align: center;
	color: #0055AA;
	font-family: 'montserratextralight', sans-serif;
	font-size: 52px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 40px;
}

#module-prestablog-blog .cat_desc_blog_home {
	margin: auto;
	width: 70%;
	margin-top: 30px;
}

#module-prestablog-blog .cat_desc_blog {
	margin-top: 20px;
}

#module-prestablog-blog .cat_desc_blog_home p,
#module-prestablog-blog .cat_desc_blog p {
	color: #003043;
}

#module-prestablog-blog .cat_desc_blog_home p a,
#module-prestablog-blog .cat_desc_blog p a {
	color: #009892;
}

#module-prestablog-blog .cat_desc_blog_home h2,
#module-prestablog-blog .cat_desc_blog h2 {
	color: #ed8b00;
	margin-top: 30px;
}

#module-prestablog-blog #prestablog_article {
	font-family: 'montserratextralight', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #7CB9E5;
	letter-spacing: 2px;
	text-transform: inherit;
}

#module-prestablog-blog #prestablogfont * {
	font-size: 14px !important;
	color: #0C2C44 !important;
	font-family: inherit !important;
}

#module-prestablog-blog #prestablogfont h2,
#module-prestablog-blog #prestablogfont h3,
#module-prestablog-blog #prestablogfont h4,
#module-prestablog-blog #prestablogfont h5,
#module-prestablog-blog #prestablogfont h6 {
	color: #0055aa !important;
	font-weight: bold !important;
	font-family: inherit !important;
}

#module-prestablog-blog #prestablogfont h2 {
	font-size: 20px !important;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

#module-prestablog-blog #prestablogfont h3 {
	font-size: 18px !important;
	text-transform: inherit;
	letter-spacing: inherit;
	margin-bottom: 10px;
}

#module-prestablog-blog #prestablogfont h4 {
	font-size: 16px !important;
	text-transform: inherit;
	letter-spacing: inherit;
}

#module-prestablog-blog #prestablogfont a {
	color: #7CB9E5 !important;
}

#module-prestablog-blog #share_blog {
	font-family: 'montserratextralight', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7CB9E5;
}

#module-prestablog-blog #blog_article_linked>p {
	font-size: 23px;
	color: #116479;
	line-height: 30px;
	font-weight: normal;
	margin: auto;
	text-transform: inherit;
	letter-spacing: 5px;
	font-family: 'montserratbold', sans-serif;
	margin-bottom: 30px;
	text-align: center;
}

#module-prestablog-blog #blog_article_linked>p span {
	font-family: 'montserratextralight', sans-serif;
	font-size: 34px;
	display: block;
	line-height: 60px;
	letter-spacing: 2px;
	font-weight: normal;
}

#module-prestablog-blog #page_article {
	/* width:1200px; */
	/* width: 1500px; */
	margin: auto;
	/* padding-right: 20px; */
	/* padding-left: 20px; */
}

#module-prestablog-blog #page_article img.news {
	margin-right: 50px;
}

#module-prestablog-blog #page_article #blog_list {
	padding: 0 50px 0 50px;
}

#module-prestablog-blog #page_article #blog_list li.article_li {
	padding: 30px;
}

#module-prestablog-blog #page_article #blog_list .block_bas {
	min-height: 100px;
}

#module-prestablog-blog .bloc_categ .item_cat_bloc,
.prestablog_slide,
.bloc_categ .bloc-categ-left,
.prestablog_slide,
.bloc_categ .bloc-categ-right,
#blog_list_articles li.bloc-list-left,
#blog_list_articles li.bloc-list-right,
#index #blog_list .bloc-left,
#module-prestablog-blog .bloc_intro_category,
#blog_list .block_cont {
	border: none;
	background-color: #f9f9f9;
}

#blog_list .link_go_bas a,
.bloc_categ .item_cat_bloc .go,
#blog_list_articles li .go,
.prestablog_slide .slick-slide.item_slide .go {
	background-color: #ffffff;
}

.prestablog_slide .slick-slide.item_slide .content_slide,
#blog_list .block_bas .title_article,
.bloc_categ .item_cat_bloc .title_cat a {
	font-size: 18px;
}

.prestablog_slide .slick-slide.item_slide .title_slide {
	font-size: 25px;
}

#blog_list .block_bas .blog_desc,
.bloc_categ .item_cat_bloc .desc_cat a {
	font-size: 16px;
}

.prestablog_slide .slick-slide.item_slide .go,
#blog_list .link_go_bas a,
.bloc_categ .item_cat_bloc .go,
#blog_list_articles li .go,
#module-prestablog-blog #return_categ_blog p,
#module-prestablog-blog #bloc_retour p {
	border: 1px solid #0055AA;
	width: 150px;
	text-align: center;
	border-radius: 30px;
	color: #ffffff;
	background: #0055AA;
	padding-top: 6px;
	padding-bottom: 8px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#blog_list_articles li .go,
.item_cat_bloc .go,
#blog_list .link_go_bas {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#blog_list .block_cont {
	height: 100%;
}

#blog_list .block_top {
	height: auto;
}

.prestablog_slide .slick-slide.item_slide .go:hover,
#blog_list .link_go_bas a:hover,
.bloc_categ .item_cat_bloc .go:hover,
#blog_list_articles li .go:hover,
#module-prestablog-blog #return_categ_blog p:hover,
#module-prestablog-blog #bloc_retour p:hover {
	color: #0055AA;
	background: #ffffff;
}

#module-prestablog-blog #return_categ_blog p,
#module-prestablog-blog #bloc_retour p {
	width: inherit;
}

#module-prestablog-blog #return_categ_blog p a,
#module-prestablog-blog #bloc_retour p a {
	color: #ffffff;
}

#module-prestablog-blog #return_categ_blog p:hover a,
#module-prestablog-blog #bloc_retour p:hover a {
	color: #0055AA;
}

.prestablog_cat_img {
	background: transparent;
	margin: 0;
}

.title_h1_blog_home {
	display: block;
	text-align: center;
	color: #0055AA;
	font-family: 'montserratregular', sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	margin-top: 40px;
}

.title_h1_blog_home span {
	display: block;
}

.title_h1_blog_home span:last-child {
	color: #000;
	font-size: 30px;
}

@media (max-width:1200px) {

	/* #index section.prestablog #blog_list{ */
	/* width:795px; */
	/* } */
	/* #index section.prestablog #blog_list li.tiers:first-child{ */
	/* width:795px; */
	/* } */
	#module-prestablog-blog .cat_desc_blog_home {
		width: 100%;
	}

	#module-prestablog-blog #page_article {
		width: 100%;
	}
}

@media (max-width:991px) {
	#index section.prestablog #blog_list {
		width: 100%;
	}

	/* #index section.prestablog #blog_list li.tiers{ */
	/* width:50%; */
	/* } */
	/* #index section.prestablog #blog_list li.tiers:first-child{ */
	/* width:100%; */
	/* } */
	#module-prestablog-blog #page_article #blog_list {
		padding: inherit;
	}

	#module-prestablog-blog #page_article #blog_list li.article_li {
		padding: 10px;
	}
}

@media (min-width:768px) {
	#blog_list .block_cont {
		display: flex;
	}
}

@media (max-width:767px) {
	#module-prestablog-blog #wrapper {
		padding-top: 0;
	}

	#module-prestablog-blog #wrapper #content-wrapper {
		margin-top: 0px;
	}

	#module-prestablog-blog #wrapper .container {
		margin-top: 20px;
	}

	#module-prestablog-blog .breadcrumb {
		margin-top: 0px;
	}

	#index section.prestablog .title span {
		font-size: 14px;
		line-height: 18px;
	}

	#index section.prestablog .title {
		font-size: 30px;
		line-height: 40px;
		padding-top: 20px;
	}

	#index section.prestablog #blog_list {
		padding-top: 0;
		margin-bottom: 0;
	}
}

@media (max-width:600px) {
	/* #index section.prestablog #blog_list li.tiers{ */
	/* width:100%; */
	/* } */
	/* #index section.prestablog #blog_list li.tiers:first-child .block_bas p{ */
	/* font-size: 24px; */
	/* line-height: 35px; */
	/* } */
}

@media (max-width:480px) {
	/* #index section.prestablog .title span{ */
	/* font-size: 20px; */
	/* line-height: 25px; */
	/* }	 */
	/* #index section.prestablog .title span::after{ */
	/* margin-top:0; */
	/* } */
	/* #index section.prestablog .title{ */
	/* font-size:45px; */
	/* padding-top:20px; */
	/* margin-bottom:0; */
	/* } */
	/* #index section.prestablog #blog_list li.tiers:first-child .block_bas p, */
	/* #index section.prestablog #blog_list li.tiers .block_bas p	{ */
	/* font-size: 45px; */
	/* line-height: 20px; */
	/* }	 */
	/* #index section.prestablog #blog_list li.tiers .block_bas p a{ */
	/* font-size:18px; */
	/* } */
}

/**** CMS ****/

#cms p {
	overflow: hidden;
}

#cms h1 {
	font-family: 'montserratextralight', sans-serif;
	font-size: 40px;
	color: #7CB9E5;
	text-transform: uppercase;
	text-align: center;
}

#cms #content-wrapper {
	margin-top: 50px;
}

#cms h2,
h3,
h4 {
	font-size: 18px;
	font-family: 'montserratbold', sans-serif;
	margin-bottom: 30px;
	letter-spacing: 2px;
	color: #0055AA;
	line-height: 20px;
	text-transform: uppercase;
}

#cms h2 {
	text-transform: initial;
}

#cms #wrapper {
	/* background: linear-gradient(#f0f2f8 15px, #ffffff 150px); */
	padding-top: 50px;
	padding-bottom: 30px;
}

#cms #wrapper .container {
	max-width: 1200px;
}

/**** Plan du site ****/

#sitemap h1 {
	font-family: 'montserratextralight', sans-serif;
	font-size: 44px;
	color: #7CB9E5;
	text-transform: uppercase;
	text-align: center;
}

#sitemap .container-fluid {
	max-width: 1500px;
}

#sitemap #main .sitemap ul>ul {
	margin: 0;
}

/**** FOOTER ****/

#index #main .page-footer {
	margin-bottom: 0;
}

#footer {
	background: #0055AA;
	padding-top: 0;
}

#footer * {
	color: #ffffff;
}

#footer a:hover {
	color: #7CB9E5;
}

#footer p,
#footer a {
	font-size: 16px;
}

#footer .h4,
#footer .h3,
#footer .footerlinks a,
#footer .footerlinks .custom_footer_span {
	color: #7CB9E5;
	font-size: 14px;
}

#footer .footerlinks .custom_footer_span,
#footer .custom-page-link {
	cursor: pointer;
}

#footer .h4,
#footer .h3 {
	letter-spacing: 6px;
	font-weight: 600;
	font-family: 'montserratbold', sans-serif;
	font-size: 12px;
}

.footer-container {
	margin: 0;
	box-shadow: none;
	border-top: 1px solid #ffffff;
}

#footer .block-contact {
	border-left: none;
	padding: 0;
	padding-left: 50px;
	font-weight: normal;
}

#footer .links .row>div:first-child>ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}

#footer .links .row>div:first-child>ul li {
	width: 48%;
}

#footer .links .row>div:first-child {
	/* border-left: 1px solid rgba(255,255,255,0.1); */
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 50px;
	padding-right: 30px;
}

#footer .links .row>div:last-child {
	padding-left: 70px;
}

#footer .block-contact #block_left,
#footer .block-contact #block_right {
	padding: 0;
}

#footer .block-contact #block_left,
#footer p,
#footer a {
	line-height: 20px;
}

#footer ul li {
	margin: 0;
}

#footer .scrolltotop {
	position: fixed;
	display: none;
	right: 5px;
	top: 5px;
	background: #0055aa;
	border-radius: 100%;
	width: 62px;
	font-size: 38px;
	padding: 24px 0px 14px 18px;
	border: 3px solid #ffffff;
	font-weight: 400;
	transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	z-index: 999;
}

#footer .scrolltotop:hover {
	color: #7CB9E5 !important;
	background: #ffffff;
	border-color: #ed8b00;
	border: 3px solid #7CB9E5;
	transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

#footer .scrolltotop {
	-webkit-animation: jump 1.5s ease 0s infinite normal;
	animation: jump 1.5s ease 0s infinite normal;
}

footer#footer #aboutFooter {
	padding-left: 50px;
	padding-right: 30px;
}

#footer .list_selection {
	padding: 0;
	margin-top: 30px;
	font-weight: normal;
}

#footer .list_selection .row {
	margin: 0;
}

#footer #rea_footer a {
	display: flex;
	max-width: 1500px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	flex-wrap: wrap;
	background-color: #0055AA;
}

#footer #rea_footer .item_rea_footer {
	display: flex;
	flex-wrap: wrap;
	width: 25%;
}

#footer #rea_footer .item_rea_footer:nth-child(2) {
	width: 22%;
}

#footer #rea_footer .item_rea_footer:nth-child(3) {
	width: 28%;
}

#footer #rea_footer .item_rea_footer>img {
	height: 50px;
	margin-right: 15px;
}

#footer #rea_footer .item_rea_footer>div>p {
	margin: 0;
}

#footer #rea_footer .item_rea_footer>div>p:first-child {
	font-weight: 700;
}


#footer .fevad {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin-bottom: 20px;
}

#footer .fevad img {
	width: 100px;
	background: #ffffff;
}

#footer .fevad span {
	width: calc(100% - 120px);
	margin-left: 20px;
}

@media(max-width:1600px) and (min-width:1200px) {
	#footer .links .row>div:last-child {
		padding-left: 30px;
	}
}

@media(max-width:1199px) {

	#footer .block-contact,
	#footer .list_selection {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	footer#footer #aboutFooter {
		width: 100%;
		padding-left: 30px;
	}

	#footer #rea_footer .item_rea_footer {
		text-align: center;
	}

	#footer #rea_footer .item_rea_footer>div {
		width: 100%;
	}

	#footer #rea_footer .item_rea_footer>img {
		margin: auto;
	}
}

@media(max-width:1199px) and (min-width:992px) {
	#footer .links .row>div:first-child>ul {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-o-column-count: 2;
		-ms-column-count: 2;
	}

	.block-category {
		padding-top: 30px;
	}
}

@media(max-width:1299px) and (min-width:992px) {
	#footer .links .row>div:first-child {
		padding-right: 0;
		/* padding-left:30px; */
		width: 65%;
	}

	#footer .links .row>div:last-child {
		padding-left: 25px;
		width: 35%;
	}
}

@media(min-width:992px) {
	#footer .scrolltotop {
		top: 65px;
	}
}

@media(max-width:991px) and (min-width:767px) {

	#footer .block-contact,
	#footer .links:nth-child(2) {
		width: 100%;
	}

	#footer .links:nth-child(2) {
		margin-bottom: 20px;
	}

	#footer .links .row>div:first-child {
		padding-right: 0;
		padding-left: 30px;
		width: 70%;
	}

	#footer .links .row>div:last-child {
		padding-left: 25px;
		width: 25%;
	}

	#footer .block-contact {
		padding-left: 30px;
		margin-bottom: 20px;
		padding-right: 25px;
	}

	#footer .block-contact>div:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		overflow: hidden;
		padding-bottom: 20px;
	}

	#footer .scrolltotop {
		top: 125px;
	}
}

@media(max-width:991px) {

	#footer #rea_footer .item_rea_footer,
	#footer #rea_footer .item_rea_footer:nth-child(2),
	#footer #rea_footer .item_rea_footer:nth-child(3) {
		width: 50%;
		margin-bottom: 20px;
	}

	#footer #rea_footer {
		padding-bottom: 0;
		/* padding-top:20px; */
	}
}

@media(max-width:767px) {

	#category #faq,
	body .skeepers_carousel_container {
		width: calc(100% - 4rem);
	}

	body .skeepers_carousel_container {
		margin: 0 auto 60px;
	}

	#category #faq {
		margin: auto;
	}

	#footer>.footer-container {
		padding: 0;
	}

	#footer .links:nth-child(2) {
		margin-bottom: 10px;
		padding-left: 30px !important;
		padding-right: 30px !important;
		margin-bottom: 0;
	}

	#footer .list_selection {
		padding-left: 0;
		padding-right: 0;
	}

	body footer#footer .list_selection .wrapper {
		padding: 0 30px !important;
	}

	.footer__logo {
		text-align: center;
	}

	#footer #rea_footer a {
		padding-top: 20px;
		padding-bottom: 0;
	}

	#footer #rea_footer .item_rea_footer>img {
		height: 40px;
	}

	.footer__logo img {
		margin: 1rem auto;
		width: 150px;
	}

	#footer p {
		font-size: 14px;
	}

	#footer .links .title {
		border: none;
	}

	#footer .h3,
	#footer i {
		color: #fff
	}

	#footer .footer_before,
	#footer {
		background-color: #fff;
	}

	#footer>.footer-container .container {
		background: #05A;
	}

	body #footer .h3 {
		text-transform: initial;
		letter-spacing: 1px;
		font-weight: 400;
		font-family: 'montserratregular', sans-serif;
	}

	#footer .block-contact>div:last-child {
		padding-left: 10px;
		padding-bottom: 10px;
	}

	.footer-container .links ul {
		background: transparent;
		padding-left: 10px;
		padding-bottom: 10px;
	}

	.footer-container .links ul>li {
		border: none;
		padding: 0;
		font-weight: inherit;
		clear: both;
		float: none;
		width: 100%;
	}

	footer#footer .list_selection .col-md-8.wrapper,
	footer#footer .links {
		border-bottom: 1px solid #f6f6f6;
	}

	#footer .footerlinks {
		text-align: center;
		margin-top: 20px;
	}

	#footer .footerlinks a,
	#footer .footerlinks span.custom_footer_span {
		font-size: 10px;
		line-height: 30px;
	}

	#index #footer {
		padding-bottom: 100px;
	}

	#footer .block-contact,
	#footer .list_selection {
		margin-top: 0;
	}

	#footer .links .row>div:first-child {
		border-right: none;
	}

	footer#footer #aboutFooter div[id^="footer_sub_menu"] {
		padding-left: 10px;
		padding-right: 10px;
	}

	#footer #rea_footer a {
		padding-left: 10px;
		padding-right: 10px;
		margin: 0;
	}

	#payment-confirmation button.btn {
		border-radius: 10px;
	}
}

@media(max-width:480px) {
	#footer .links .row>div:first-child>ul {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-o-column-count: 2;
		-ms-column-count: 2;
		min-height: 200px;
	}

	#footer .footerlinks a,
	#footer .footerlinks span.custom_footer_span {
		display: block;
	}

	#footer .footerlinks>span {
		display: none;
	}

	#bloc_buttons_home p a {
		display: block;
	}

	#footer .fevad {
		display: block;
		text-align: center;
	}

	#footer .fevad span {
		display: block;
		width: 100%;
		margin: 0;
		margin-top: 20px;
		text-align: left;
	}
}

@media(max-width:380px) {
	#footer .links .row>div:first-child>ul {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		-ms-column-count: 1;
	}

	#manufacturer_list .link_manufacturer a,
	#manufacturer_list .link_manufacturer span {
		display: block;
	}
}

@media(max-width:320px) {

	#footer #rea_footer .item_rea_footer,
	#footer #rea_footer .item_rea_footer:nth-child(2),
	#footer #rea_footer .item_rea_footer:nth-child(3) {
		width: 100%;
	}
}

body#checkout section.checkout-step .delivery-option label img {
	max-width: 50px;
}

#bandeau_info_top {
	/* background: #b4dd2a; */
	background: #0055aa;
	z-index: 99999;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	line-height: 25px;
	margin: 0;
	padding-left: 100px;
}

#bandeau_info_top a {
	color: #ffffff;
}

#bandeau_info_top a:hover {
	color: #7CB9E5;
}

.bandeau-top-fixed {
	width: 100%;
	position: fixed !important;
}

@media(max-width:767px) {
	#bandeau_info_top {
		position: relative !important;
		padding-left: 10px;
	}
}


/*** ADVANCED SEARCH ***/

.PM_ASBlockOutputVertical .card-header {
	background-color: #05a;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.PM_ASBlockOutputVertical .card-header .PM_ASBlockTitle {
	color: #ffffff;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroupName {
	font-family: 'montserratregular', sans-serif;
	color: #000;
	font-size: 14px;
}

/*** bloc caractéristique fiche produit ***/

.h2-detail-produit {
	color: #0055AA;
	clear: both;
	letter-spacing: 2px;
	width: 80%;
	margin: 0 auto;
	text-transform: uppercase;
	padding-top: 30px;
	text-align: center;
	font-family: 'montserratbold', sans-serif;
	margin-bottom: 20px;
}

.bloc-detail {
	display: flex;
	width: 90%;
	margin: 0 auto;
	clear: both;
	flex-direction: row;
	align-items: center;
}

.tab_features_product {
	width: 50%;
	margin: 0 2%;
	border-collapse: collapse;
	margin-bottom: 30px;
	margin-top: 30px;
}

.tab_features_product th,
.tab_features_product td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.tab_features_product th {
	background-color: #D0D9F7;
	font-weight: bold;
}

.tab_features_product tr:nth-child(even) {
	background-color: #F0F2F8;
}

.tab_features_product tr:hover {
	background-color: #D0D9F7;
}

@media screen and (max-width: 720px) {
	.tab_features_product {
		font-size: 14px;
	}

	.tab_features_product th,
	.tab_features_product td {
		padding: 8px;
	}

	.tab_features_product {
		width: 90%;
		border-collapse: collapse;
		margin-bottom: 20px;
	}

	.bloc-detail {
		display: flex;
		clear: both;
		flex-direction: column;
	}

	#content-wrapper .bloc-detail #bloc_description {
		display: inline-block;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		background: #0055AA;
	}
}

/** CONSEIL PRODUIT **/

/* #product #bloc_advice {
	background: #fff;
	padding: 18px;
	border: solid 1px #0055AA;
	margin-bottom: 20px;
} */
#product #bloc_advice {
	margin-left: 10%;
	margin-right: 10%;
	padding: 0;
	border: none;
	margin-bottom: 0;
}

#product #bloc_advice.active {
	border: 1px solid #000;
	border-top: none;
	padding: 30px 3rem;
}

#product #bloc_advice #ampoule {
	float: left;
	background-color: #0055AA;
	padding: 10px;
	border-radius: 10px;
	margin: 0px 15px 0px 0px;
	max-height: 40px;
}

#product #bloc_advice .bloc_advice_content {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

#product #bloc_advice #title_advice {
	font-size: 16px;
	color: #0055AA;
	text-transform: none;
	letter-spacing: 2px;
	line-height: 20px;
}

#product #bloc_advice #content_advice {
	margin-top: 20px;
}

#product #bloc_advice #content_advice * {
	color: #232323;
	font-size: 14px !important;
	margin-top: 10px;
	font-weight: bold;
	clear: both;
	font-style: inherit;
}

#product #bloc_advice #content_advice a {
	color: #7CB9E5;
}

#product #bloc_advice #content_advice a:hover {
	color: #B4DD2A;
}

.listcityauto {
	padding: 0px 15px 5px 15px !important;
	cursor: pointer;
}

.listcityauto span {
	font-size: 12px;
	color: #7CB9E5;
}

.listcityauto:hover span {
	color: #ffffff;
}

.ui-autocomplete {
	max-height: 1000px;
	max-width: 1000px;
	overflow: scroll;
	z-index: 999;
}

#footer .condition_free_shipping {
	font-size: 14px;
	color: #b4dd2a;
}

.containPoserQuestion {
	text-align: center;
}

.containPoserQuestion #Btn-modal-qa {
	background-color: #05a !important;
	font-weight: 800 !important;
}

#netreviewsqa-submit-question.btn-green {
	background-color: #b4dd2a !important;
}

.page-customer-account #content .order-actions a[data-link-action="view-order-details"] {
	background: #7CB9E5;
	color: white;
	padding: 5px 10px;
	margin-right: 45px;
	border-radius: 5px;
}

.carousel {
	margin: 0;
	box-shadow: none;
	margin-bottom: -50px;
	position: relative;
	z-index: 1;
}

.carousel .carousel-inner {
	height: 100%;
	margin: 0;
	box-shadow: none;
	margin-bottom: 35px;
	z-index: 0;
}

.carousel .carousel-inner figure {
	margin: 0;
}

.carousel .carousel-item {
	height: 100%;
}

.carousel .carousel-item .caption {
	bottom: 50%;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	max-width: 100%;
}

.carousel .carousel-inner figure figcaption img {
	width: auto;
	height: auto;
}

.carousel .carousel-inner figure figcaption .caption-description p {
	font-size: 18px;
}

.carousel .carousel-inner figure figcaption .caption-description p,
.carousel .carousel-item .caption h2,
.carousel .carousel-item .caption h3,
.carousel .carousel-item .caption h4 {
	text-shadow: 1px 1px 1px #000;
	color: inherit;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	top: 70%;
	transform: translateY(-70%);
	-webkit-transform: translateY(-70%);
	-moz-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	-o-transform: translateY(-70%);
}

@media(max-width:991px) {
	.carousel .carousel-item .caption h2 {
		font-size: 30px;
	}

	.carousel .carousel-item .caption {
		left: 60px;
	}

	.carousel .carousel-inner figure figcaption img {
		width: 50%;
	}
}

@media(max-width:767px) {
	#index .carousel .carousel-item .caption h2 {
		font-size: 20px;
	}

	#index .carousel .carousel-inner figure figcaption .caption-description p {
		font-size: 16px;
	}

	#index .carousel .carousel-inner .carousel-item img {
		/* position: absolute; */
		height: 100%;
		width: 100%;
		object-fit: contain;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		max-width:inherit; */
	}

	/* #index #carousel{
		height:185px;	
	} */
	#index .carousel .carousel-item .caption {
		bottom: 40%;
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		-o-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		max-width: 100%;
		left: 20px;
		width: calc(100% - 40px);
	}

	#index .carousel-control {
		/* top:30px; */
		top: 50%;
		bottom: inherit;
	}

	#index .carousel .carousel-control .icon-prev {
		left: 10px;
	}

	#netreviewsWidgetNum25418widget22av {
		display: none;
	}

	#custom-text #slider_custom_text p:last-child {
		display: none;
	}
}

@media(max-width:480px) {

	/* #index #carousel{
		height:200px;	
	} */
	#manufacturer_list {
		margin-bottom: 0;
	}
}

#netreviewsWidgetNum25418widget22av {
	z-index: 999999 !important;
}


iframe[data-requires-vendor-consent='Youtube'] {
	background-image: url('../img/player_video_nocookie.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #eee;
	background-size: 24%;
}

#bigvideo iframe[data-requires-vendor-consent='Youtube'] {
	background-position-y: 50px;
}

*[data-hide-on-vendor-consent="Youtube"] button {
	background: #B4DD2A;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 20px;
	border: 2px solid #fff;
	cursor: pointer;
	text-align: center;
}

#module-prestablog-blog #prestablogfont *[data-hide-on-vendor-consent="Youtube"] button {
	color: #fff !important;
}

*[data-hide-on-vendor-consent="Youtube"] {
	margin-bottom: 50px !important;
	margin-top: -80px;
	position: relative;
	text-align: center;
}



/*Modifications affichage articles blog par A.D*/


#blog_product_linked a .wrap_blog div .product_name_blog {
	position: relative;
	left: none;
	text-align: center;
	display: flex;
	height: 100%;
	width: 200px;
	vertical-align: top;
	background-color: rgba(255, 255, 255, 0.73);
	height: 150px;
	opacity: 1;
	font-weight: bold;
	padding: 10px;
}

#blog_product_linked a .wrap_blog .product_name_blog .titre_product_blog {
	text-align: center;
	margin: auto;
	font-size: 16px;
	color: #0055aa;
	font-weight: 600;
}

#blog_product_linked a:hover {
	transition: none;
}

#blog_product_linked a {
	height: auto;
	display: inline-block;
}

.productslinks {
	float: none;
	position: relative;
	padding: 0;
	display: inline-block;
	margin: 5px;
	width: auto;
	box-shadow: 0px 0px 2px #05a;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*Modifications affichage produits partie CTA ajout panier par A.D*/


#sansfrais p {
	display: inline-block;
	margin: 0;
}

#sansfrais {
	margin: 0;
	/* clear: both; */
	display: block;
	width: auto;
	float: none;
}

#sansfrais img {
	max-width: none;
	width: 100%;
	max-width: 450px;
}



@media (max-width: 480px) {
	#sansfrais img {
		max-width: none;
		width: 100%;
	}
}



#product #bloc_button_actions .attachment a,
#product .ask_devis a,
#product .voir_blog a {
	color: #0055AA;
	background: #ffffff;
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #0055AA;
	padding: 10px 20px 6px 20px;
	text-decoration: none;
}

#product .ask_devis a {
	font-size: 16px;
}

#product .ancre_caract span {
	display: none;
}

.current-price {
	margin-top: 20px;
}


#product .current-price>span:last-child {
	font-size: 1.5rem;
	color: #0055aa;
	display: inline-block;
	text-align: right;
	margin-top: 5px;
}

#product .current-price>span {
	font-family: 'montserratbold', sans-serif;
	font-size: 1.875rem;
}

#product .current-price #price_ht span,
#product .current-price #separator_price {
	font-size: 1.5rem;
}

#product .current-price #separator_price {
	margin-left: 10px;
	margin-right: 10px;
}

.prod_delivery_message {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	display: flex;
}

.has-discount .discount {
	background: #0055aa;
	color: #fff;
	font-weight: 600;
	border-radius: 70px;
	padding: 0.325rem 0.625rem;
	font-size: 1rem;
	/* margin-left: 0.625rem; */
	text-transform: uppercase;
	display: inline-block;
}

#product .voir_blog a {
	color: #0055aa;
	background: #ffffff;
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #0055aa;
	padding: 10px 20px 6px 20px;
}

#product .voir_blog a:hover {
	background: #0055aa;
	color: #ffffff;
}

#product #bloc_add_to_cart .ancre_caract {
	font-weight: bold;
	color: #0055AA;
	text-decoration: underline;
	margin-top: 20px;
	cursor: pointer;
}

@media (max-width: 767px) {
	#product h1 {
		margin-bottom: 0;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
		margin-bottom: 20px;
	}
}

#acc__description ul {
	list-style: initial;
	padding-left: 20px;
}

#product h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 1.2;
	color: #0055AA;
	font-weight: 900;
	text-transform: initial;
	/* margin-bottom: 80px; */
}

@media (max-width: 450px) {

	#product .product-price .current-price,
	#product .product-price #bloc_add_to_cart {
		float: none;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 20px;
	}

	/* .product-prices {
    text-align: center;
} */
	.product-quantity.clearfix {
		display: block;
	}

	/* #product .current-price > span {
    font-family: 'montserratbold', sans-serif;
    font-size: 39px;
} */
	.product-prices {
		margin-top: 0;
	}

}


/* modif style bloc_description pages produits AD */


#content-wrapper #bloc_description {
	width: 50%;
	padding: 20px;
	background: #0055AA;
}

#content-wrapper #bloc_description * {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}

#content-wrapper #bloc_description h2 {
	font-size: 22px;
	line-height: 20px;
	color: #fff;
}

@media (max-width: 900px) {

	#content-wrapper #bloc_description {
		padding: 20px;
		background: #0055AA;
	}

}

#prestablog-comment p:nth-child(2) {
	display: none !important;
}

#prestablog-comment p.text {
	margin-bottom: 20px;
}

/*****************************************************************************
* style ajout produit au sein du blog
*****************************************************************************/

.showcase-produit {
	background-color: #FFF;
	margin: 20px 0;
}

.showcase-produit ul {
	display: grid;
	grid-auto-flow: column;
	margin: 0;
	align-items: stretch;
	column-gap: 14px;
	row-gap: 32px;
}

.showcase-produit h2.showcase-produit-main-title {
	border: none;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin: 10px 0;
	padding: 10px 0;
}

.showcase-produit li.showcase-produit-list {
	margin-bottom: 0;
	list-style: none !important;
	border: solid 1px #EEE;
	box-shadow: 5px 3px 15px #eee;
	background: #fff;
	padding: 5px 10px;
	transition: ease 0.4s;
}

.showcase-produit li.showcase-produit-list:hover {
	translate: 2px -5px;
	transition: ease 0.4s;
}

.showcase-produit li.showcase-produit-list a {
	display: block;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
}

li.showcase-produit-list {
	list-style: none;
}

.showcase-produit h3.showcase-produit-title {
	margin: 0;
	font-size: 18px;
	text-align: center;
	text-decoration: underline;
	color: #2261A6;
	margin-top: 10px;
}

.showcase-produit h3.showcase-produit-title a {
	color: #2261A6;
}

.showcase-produit h3.showcase-produit-title a:hover {
	color: #2261A6;
}

.showcase-produit img.showcase-produit-img {
	max-height: 250px;
}

@media only screen and (max-width: 600px) {
	.showcase-produit li.showcase-produit-list {
		max-width: 300px;
		margin: 10px auto;
		padding: 0 5%;
	}

	.showcase-produit ul {
		display: block;
		margin: 0;
	}
}

/*****************************************************************************
* style articles de blog HP / categs d'articles : ajustements à réaliser dont responsive
*****************************************************************************/

/*@media (min-width: 768px){
#index section.prestablog #blog_list .block_cont {
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
 }
#index section.prestablog #blog_list .col-md-5 {
    float: none;
    width: 100%;
}
#index section.prestablog #blog_list .block_bas {
    float: none;
    width: 100%;
}
#index section.prestablog #blog_list .block_top, .bloc_categ .item_cat_bloc .bloc_image, #blog_list_articles li .bloc_image {
	background-size: cover !important;
    height: auto;
    min-height: 250px;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.bloc_categ .bloc_image {
    float: none;
    width: 100%;
}
.bloc_categ .bloc_desc {
	float: none !important;
    width: 100% !important;
}
}

*/

#blog_list_articles .bloc_image.col-md-4.col-sm-4.col-xs-4 {
	float: none;
	width: 100%;
	height: 250px;
}

#blog_list_articles .col-md-8.col-sm-8.col-xs-8.desc {
	width: 100%;
	height: auto;
}

#blog_list_articles .col-md-8.col-sm-8.col-xs-8.desc .title_article {
	text-decoration: underline;
}

.prestablog_slide .slick-slide.item_slide .image,
#blog_list .block_top,
.bloc_categ .item_cat_bloc .bloc_image,
#blog_list_articles li .bloc_image {
	background-size: cover !important;
	height: 100%;
	overflow: hidden;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

#no_chrono_express p {
	background: #ed8b00;
	margin-bottom: 5px;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
}


/*****************************************************************************
* style ajout fiche produit quantité
*****************************************************************************/

#product #product_qty_container {
	margin-top: 0;
	margin-bottom: 0;
}

#product .product-prices #product_qty_container div.product-quantity {
	margin: 0;
}

#product #bloc_qty_input {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 0;
}

#product #bloc_qty_input .control-label {
	align-self: center;
	margin-bottom: 0;
	width: auto;
}

#product #product_qty_container {
	display: flex;
	flex-wrap: wrap;
}

#product #product_qty_container .control-label {
	font-size: 1rem;
	color: #000;
	font-weight: 600;
}

#product .prod_delivery_message {
	display: block;
	align-self: center;
	font-size: 16px;
}

#product .product_qty_container .prod_delivery_message {
	align-items: center;
	font-size: 15px;
	display: flex;
}

#product .qty {
	margin: 0;
}

#product .qty .input-group-btn-vertical {
	display: flex;
	flex-direction: row-reverse;
}

.product-quantity #quantity_wanted {
	border-color: #05a;
}

#product .qty .input-group-btn-vertical .btn {
	border-radius: 30px 0 0 30px;
	height: 2rem;
	margin-top: 0px;
	width: 35px;
}

#product .qty .input-group-btn-vertical .bootstrap-touchspin-down {
	border-right: 0;
}

#product .qty .input-group-btn-vertical .bootstrap-touchspin-up {
	border-left: 0;
	border-radius: 0 30px 30px 0;
}

#product .qty .bootstrap-touchspin {
	box-shadow: none;
	margin: 0;
}

#product .qty #quantity_wanted {
	height: 2rem;
	text-align: center;
	width: 70px;
}

#product .qty .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
	content: "-";
}

#product .qty .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
	content: "+";
}

.product-quantity .input-group-btn-vertical .btn i {
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 900;
}

.product-quantity .input-group-btn-vertical .bootstrap-touchspin-down i {
	top: 3px;
}

#product .product-add-to-cart {
	float: left;
}

#product .product-price #bloc_add_to_cart,
#sansfrais {
	float: left;
	width: auto;
}

#product .bloc_guide_tabs {
	display: flex;
	flex-direction: column;
	width: 80%;
	margin: 0 auto;
	clear: both;
	align-items: center;
	gap: 50px;
}

#product .guide_tab {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#product .bloc_guide_tabs img {
	max-width: 80%;
	margin-bottom: 25px;
}

#product .guide_questions {
	border-radius: 15px;
	background-color: #0055AA22;
	color: #0055AA;
	padding: 10px 150px 10px 25px;
	width: min(100%, 850px);
	position: relative;
}

#product .guide_image_container {
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	width: 150px;
	height: auto;
	aspect-ratio: 1 / 1;
	right: 0;
	top: 50%;
	transform: translate(15%, -50%);
}

#product .guide_image_container img {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

#product .guide_question__title {
	font-size: 20px;
	font-weight: 700;
}

#product .guide_advice_link {
	border: 4px solid #B4DD2A;
	border-radius: 50px;
	padding: max(5px, calc(15vw / 19.2)) max(10px, calc(30vw / 19.2));
	font-weight: 700;
	font-size: max(18px, calc(25vw / 19.2));
	color: #0055AA;
	margin: 1rem 0 4rem;
	text-align: center;
}

#product .guide_question__content p {
	margin: 0;
}

#product .bloc_guide_tabs h2 {
	color: #0055AA;
	font-family: 'montserratregular', sans-serif;
	font-size: max(30px, calc(45vw / 19.2));
	font-weight: 600;
	line-height: 1.1;
	padding-top: 15px;
	text-align: center;
}

#product .bloc_guide_tabs h3 {
	font-size: max(18px, calc(25vw / 19.2));
	margin-top: 15px;
	text-align: center;
	line-height: 1;
}

#product .bloc_guide_tabs p {
	color: #0055AA;
}

#product .guide_tooltip {
	border: 2px solid #0055AA;
	border-radius: 15px;
	padding: 8px 16px;
	color: #0055AA;
}

.guide_questions--custom p {
	color: #0055AA;
}

.guide_questions--custom .guide_question__title {
	color: #0055AA;
}

@media screen and (max-width: 767px) {
	#product .bloc_guide_tabs {
		gap: 30px;
	}

	#product .guide_questions {
		padding-right: 25px;
	}

	#product .guide_image_container {
		display: none;
	}

	#product .guide_advice_link {
		margin-bottom: 1rem;
	}

	#product .bloc_guide_tabs {
		margin: 0;
		width: 100%;
	}
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

@media(max-width:767px) {
	#product .qty #quantity_wanted {
		margin-bottom: 10px;
	}

	.product-prices,
	#product .product-price .current-price {
		margin-top: 0;
	}
}

@media(max-width:550px) {

	#product .add .btn-primary,
	#product .product-price #bloc_add_to_cart,
	#product #bloc_add_to_cart .add-to-cart {
		width: 100%;
	}

	#sansfrais img {
		max-width: 100%;
	}

	#product .qty #quantity_wanted {
		width: 100%;
	}

	#product .product-attachments .attachment.fiche_produit,
	#product .blog_link {
		margin-top: 0;
	}

	#product #bloc_qty_input {
		margin-bottom: 5px;
	}

	#product .product-add-to-cart {
		float: none;
	}
}

img.logo-fait-en-france {
	max-width: 125px;
	display: block;
	background: none;
	position: absolute;
	z-index: 10;
	width: 125px;
	top: 10px;
	right: 10px;
}

article>img.logo-fait-en-france {
	max-width: 90px;
	top: 0;
	right: 5px;
}

/*Alignement boutons add to cart sur mobile 01 07 2024*/

@media(max-width:550px) {
	.addToCartForm {
		margin-top: 10px;
		display: flex;
	}
}


.block-category #category-description h2 {
	font-size: 20px;
	color: #0055aa;
	margin: 40px 0 10px 0;
}

.block-category #category-description h3 {
	font-size: 18px;
	color: #0055aa;
	line-height: 20px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	margin: 15px 0 0;
}

.block-category #category-description ul {
	margin-left: 50px;
}


/*****************************************************************************
* style mega menu
*****************************************************************************/

/* ul.mm_columns_ul.mm_columns_ul_tab {
	margin-left: 100px;
} */

ul.mm_menus_ul.active {
	background: #FFF !important;
}

@media (min-width: 1200px) {
	ul.mm_menus_ul.active {
		background: #0055aa !important;
	}
}

@media (max-width: 1199px) {
	.changestatus.transition_floating .mm_menus_ul {
		bottom: 0;
		left: 0;
		overflow-y: scroll;
		padding-bottom: 200px;
		position: fixed;
		top: 0;
		z-index: 10000;
		max-width: initial;
	}

	ul.mm_columns_ul.mm_columns_ul_tab {
		margin-left: 0;
	}

	ul.mm_menus_ul.active {
		background: #FFF !important;
	}
}

.ets_mm_megamenu .mm_tab_toggle_title a.ets_mm_url {
	font-size: 18px;
	font-weight: 600;
}

.ets_mm_megamenu .thumbnail-container {
	display: flex;
	width: auto;
	max-width: 300px;
	align-items: center;
	margin-bottom: 0px !important;
}

.ets_mm_megamenu .thumbnail-container .thumbnail {
	width: 50% !important;
}

.ets_mm_block_content a {
	font-size: 16px;
	font-weight: 600;
}

.layout_layout1 .ets_mm_block_content ul li a::before {
	content: ".";
	display: none;
	font-size: 34px;
	line-height: 0;
	margin-right: 3px;
	vertical-align: 2px;
}

.mm_tab_toggle_title {
	display: block;
	width: 100%;
}

.column_size_4 {
	max-width: 350px;
	/*    text-align: center;*/
}

.ets_mm_categories li.has-sub>ul {
	position: absolute;
	left: 40px;
	top: auto;
}

.ets_mm_block_content ul li:not(.item_has_img) {
	clear: both;
	max-width: 100%;
	position: relative;
	float: left;
	margin-left: 10px;
}

.mm_tab_toggle_title img {
	margin-right: 5px;
	width: 40px;
	flex-shrink: 0;
	/* Empêche l'image de rétrécir */
}

.ets_mm_megamenu .mm_block_type_product .ets_mm_block_content {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.mm_block_type_product .thumbnail-container .product-description {
	clear: both;
	width: 50%;
}

.ets_mm_megamenu .mm_block_type_product .product-title {
	text-align: center;
}

.ets_mm_megamenu .mm_block_type_product .product-title a {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	font-family: "montserratregular", sans-serif;
}

.ets_mm_megamenu .prod_delivery_message.instock {
	font-size: 14px;
	line-height: 14px;
	margin: 10px;
	display: none;
}

.ets_mm_megamenu .mm_block_type_product .product-price-and-shipping {
	text-align: center !important;
	display: none;
}

.ets_mm_block.mm_block_type_product .product-miniature .product-price-and-shipping .price {
	font-family: 'montserratbold', sans-serif;
	font-size: 19px;
	line-height: 28px;
}

.ets_mm_megamenu .mm_block_type_product .product-price-and-shipping .price_ht,
.ets_mm_megamenu .mm_block_type_product .product-price-and-shipping .tax_price {
	font-family: 'montserratbold', sans-serif;
	font-size: 1.175rem;
	font-weight: 400;
}

.mm_block_type_product .product-miniature:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	margin-right: 10px;
}

@media (max-width: 767px) {
	ul.mm_columns_ul.mm_columns_ul_tab {
		margin-left: 0;
	}

	#header .header-nav #menu-icon .material-icons {
		display: none !important;
	}

	span.ybc-menu-button-toggle_icon {
		margin-left: 10px;
	}
}


/*  animation menu */

/* Style de base pour la flèche */
.mm_tab_has_child::after {
	border-right: 2px solid #999;
	border-top: 2px solid #999;
	content: "";
	height: 8px;
	width: 8px;
	margin-top: -4px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: rotate(45deg);
	transition: all 0.3s ease;
}

/* Animation au survol du titre ou de son sous-menu */
.mm_tab_li_content:hover .mm_tab_has_child::after,
.mm_tab_li_content:focus-within .mm_tab_has_child::after {
	border-color: #0055aa;
	transform: translateX(3px) rotate(45deg);
}

/* Animation "poquante" */
@keyframes pokeRightRotate {

	0%,
	100% {
		transform: translateX(3px) rotate(45deg);
	}

	50% {
		transform: translateX(5px) rotate(45deg);
	}
}

.mm_tab_li_content:hover .mm_tab_has_child::after,
.mm_tab_li_content:focus-within .mm_tab_has_child::after {
	animation: pokeRightRotate 0.5s ease-in-out;
	animation-iteration-count: 1;
}

/* Maintenir l'effet de survol quand le sous-menu est survolé */
.mm_tab_li_content:hover,
.mm_tab_li_content:focus-within {
	/* Ajoutez ici les styles que vous voulez maintenir pendant le survol du sous-menu */
}

/* Assurez-vous que le sous-menu reste visible pendant le survol */
.mm_tab_li_content:hover .mm_columns_contents_ul,
.mm_tab_li_content:focus-within .mm_columns_contents_ul {
	display: block !important;
	/* Ajoutez d'autres styles si nécessaire pour garantir la visibilité */
}

/*____________animation sous menu*/

.ets_mm_block>.h4 {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	line-height: 110%;
	margin-bottom: 10px;
	margin-top: 0;
	display: inline-block;
	padding-bottom: 9px;
	text-transform: uppercase;
	position: relative;
	transition: all 0.3s ease;
}

/* Cacher la bordure inférieure */
.ets_mm_block>.h4 {
	border-bottom: none;
}

/* Effet de soulignement */
.ets_mm_block>.h4::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #B4DD2A;
	transition: width 0.3s ease;
}

/* Flèche vers le bas */
.ets_mm_block>.h4::after {
	content: '↓';
	position: absolute;
	right: -15px;
	top: 0;
	opacity: 0;
	transform: translateY(5px);
	transition: all 0.3s ease;
}

/* Animation au survol */
.mm_blocks_li:hover>.ets_mm_block>.h4::before {
	width: 100%;
}

.mm_blocks_li:hover>.ets_mm_block>.h4::after {
	opacity: 1;
	transform: translateY(0);
}

/* Réinitialisation pour les éléments suivants non liés */
.mm_blocks_li:hover~.mm_blocks_li:not(:nth-child(2)) .ets_mm_block>.h4::before,
.mm_blocks_li:hover~.mm_blocks_li:not(:nth-child(2)) .ets_mm_block>.h4::after {
	width: 0;
	opacity: 0;
	transform: translateY(5px);
}

/*    _________________      */

/*****************************************************************************
* fin style mega menu
*****************************************************************************/
.black-friday {
	animation-duration: 7s;
	animation-name: klink;
	animation-iteration-count: infinite;
	transition: ease;
	background-color: #000;
}

.black-friday span {
	color: #fff;
}

.fond_degrade {
	background: linear-gradient(45deg, rgba(162, 219, 0, 0.4), rgba(34, 97, 166, 0.4), rgba(87, 132, 179, 0.4), rgba(162, 219, 0, 0.4));
	background-size: auto;
	background-size: 200% 100%;
	color: #FFF;
	transition: all 0.5s ease;
	animation: glowEffectVertical 2s infinite linear;
}

@keyframes klink {

	0%,
	100% {
		background-color: black;
	}

	10%,
	20%,
	30% {
		background-color: #b4dd2a;
		color: #000;
	}

	13%,
	23%,
	33% {
		background-color: #000;
		color: #fff;
	}
}


/* INFO-BULLE */
.manufacturer-addresses {
	background-color: #fff;
	position: absolute;
	padding: 10px 20px;
	font-size: 15px;
	top: 2rem;
	left: 0;
	border-radius: 5px;
	border: 2px solid #00a19a;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	min-width: 200px;
}

.info-bulle {
	display: none;
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 9;
	margin-top: 1rem;
}

.info-bulle.look,
.manuf_img:hover+.info-bulle {
	display: inline-block;
}

.info-bulle__text {
	font-size: 18px;
	font-weight: 800;
	color: #000;

}

/* 
.ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu) .mm_menus_ul {
	padding-left: 60px;
} */

/* INFO-BULLE LIVRAISON */
.range--custom {
	position: relative;
}

.descroBulle {
	display: none;
	position: absolute;
	top: 35px;
	background: #fff;
	z-index: 9;
	box-shadow: 0px 3px 15px #0000001A;
	border-radius: 5px;
	padding: 10px !important;
}

.descroBulle.open {
	display: block;
}

.carrier-info-icon {
	display: flex;
}


@media screen and (max-width: 767px) {

	body .close_menu .icon-bar,
	body .ybc-menu-vertical-button .icon-bar {
		background-color: #fff;
	}

	body#checkout .row.carrier.carrier-hasLogo,
	body#checkout section.checkout-step .delivery-options .delivery-option {
		align-items: flex-start !important;
	}

	body#checkout .row.carrier.carrier-hasLogo {
		gap: 10px;
	}

	.range--custom>.row {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin: 0 !important;
	}

	body#checkout .carrier-logo {
		padding: 0;
	}

	#checkout .carrier-info-icon {
		display: flex;
		justify-content: center;
		max-width: 5%;
		min-width: 30px;
	}

	#checkout .carrier-name {
		padding-left: 5px;
	}

	body#checkout #cart-summary-product-list .media {
		border-radius: 10px;
		border: 1px solid #ccc;
		padding: 5px;
	}

	body#checkout #cart-summary-product-list .media .prod_delivery_message {
		padding-left: 90px;
	}

	body#checkout #cart-summary-product-list .media .product-price {
		color: #000;
		font-size: 17px;
		font-weight: 700;
	}

	body#checkout #js-checkout-summary #cart-summary-product-list .product-name {
		color: #000;
		font-weight: 400;
	}

	body#checkout #cart-summary-product-list img {
		width: 80px;
	}

	#checkout #conditions-to-approve {
		border-radius: 10px;
		border: 2px solid #ccc;
		padding: 10px;
	}

	body#checkout .condition-label {
		margin: 0 0 0 1.5rem;
	}

	#checkout #conditions-to-approve ul {
		margin: 0;
	}

	#checkout .js-payment-ps_checkout-paylater,
	#checkout .js-payment-ps_checkout-paypal,
	#checkout #payment-confirmation {
		margin-top: 1rem;
		text-align: center;
	}

	#checkout #payment-option-2-additional-information,
	#checkout #payment-option-3-additional-information,
	#checkout #payment-option-4-additional-information {
		margin: 0 0 1rem;
		padding: 10px;
		border-radius: 10px;
		border: 1px solid #ccc;
	}

	#checkout .js-payment-ps_checkout-card {
		margin-top: 1rem;
	}

	#checkout .js-payment-ps_checkout-card iframe {
		border-radius: 10px;
	}

	#checkout .alert-warning.accept-cgv {
		border-radius: 10px;
	}

	.cart-summary-products {
		display: none;
	}

	.cart-summary-products.active {
		display: block;
	}

	.cart-summary--resume {
		background: var(--prime);
		border-radius: 10px;
		color: #fff !important;
		text-align: center;
		margin-bottom: 20px;
		padding: 10px 20px;
	}

	.cart-summary--resume span svg {
		transition: all 0.3s ease;
		transform-origin: center;
		margin-left: 5px;
	}

	.cart-summary--resume.active span svg {
		transform: rotate(180deg);
	}

	#module-devis-form #megamenu--custom {
		top: -150px !important;
	}

	#module-devis-form #wrapper #devisIntro {
		font-size: 14px;
	}

	#module-devis-form #wrapper h1 {
		font-size: 36px !important;
		line-height: 1;
		margin-top: 1rem;
	}

	#module-opartdevis-createquotation #content {
		padding: 1rem;
	}

}


@media screen and (min-width: 768px) {

	/* Désactiver la barre sticky produit sur desktop */
	.noDesk,
	body#product .bloc-add-to-cart-fixed-wrapper.product-add-to-cart-sticky-mobile {
		display: none !important;
	}

	.descroBulle {
		width: 300px;
	}

	.cart-summary--resume,

	#product .accordion,
	.footer__logo {
		display: none;
	}

	.guide_tooltip--custom {
		margin-bottom: 2rem;
	}
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
	#footer .list_selection .wrapper:first-child {
		padding: 0 !important;
	}
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
	#checkout #checkout-delivery-step .content {
		padding: 0;
	}
}

.product-accessories #recently_view .product-miniature .discount-amount:not(.promo-label),
.product-accessories #recently_view .product-miniature .discount-percentage:not(.promo-label) {
	top: 0px !important;
}

body#product .panel p {
	color: #000;
	font-size: 14px;
}

body#product .panel h2 {
	font-size: 18px;
}

body#product .panel h3 {
	font-size: 16px;
}

/* REFONTE MOBILE */
@media screen and (max-width: 400px) {
	body .ets_mm_megamenu {
		top: -105px !important;
	}

	#products #js-product-list .product-miniature {
		width: 48% !important;
	}

	#products .thumbnail-container .add-to-cart {
		flex: 1;
	}

	#category #js-product-list .products.row {
		row-gap: 2rem;
		column-gap: 0;
	}
}

@media screen and (max-width: 767px) {

	#product .ancre_caract,
	.noMob,
	#product #recently_view .js-product-miniature .product-description .action_listing {
		display: none !important;
	}

	#carousel {
		height: 50vh;
	}

	.carousel .carousel-inner figure {
		height: 100%;
	}

	/* #product #bloc_advice {
		margin-top: 1rem;
	} */

	#product #bloc_advice.active {
		border: none;
		border-radius: 0;
		padding: 0 20px;
		border-bottom: 1px solid;
		margin: 0;
	}

	#product #bloc_advice #ampoule {
		display: none;
	}

	#product #bloc_advice {
		margin-top: 0;
	}

	#product #bloc_advice.active {
		margin-top: 30px;
	}

	.accordion--desktop {
		margin-bottom: 0;
	}

	#blockcart-modal .ets_crosssell_list_blocks {
		display: block !important;
	}

}

/* l.3504 */

@media screen and (max-width: 420px) {
	body#product .bloc-add-to-cart-fixed-wrapper .add-to-cart-sticky img {
		display: none;
	}
}

@media (max-width:1199px) {

	.openLi>.arrow.opened,
	body #header .arrow::before,
	body #header .arrow::after,
	body #header .tabOpen .mm_tab_li_content.closed img,
	body #header .tabOpen .mm_tab_li_content.opened img,
	body #header .mm_tab_has_child::after,
	body #header .h4__arrow,
	body #header .mm_blocks_li .mm-category-item,
	.ver_alway_show,
	.arrow.back,
	.mm_menus_ul .arrow::before,
	.mm_menus_ul .arrow::after,
	.ets_mm_url .category-thumb {
		display: none;
	}

	.tabOpen .mm_columns_contents_ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;

		visibility: visible;
		opacity: 1;
	}

	body #header .tabOpen.ver_alway_hide {
		width: 100%;
	}

	body .changestatus .mm_menus_li:last-child,
	body .mm_tabs_li .mm_columns_contents_ul,
	body .ets_mm_megamenu .mm_columns_ul.mm_columns_ul_tab,
	body .changestatus .mm_menus_li,
	body .mm_tab_li_content {
		border: none;
	}

	.mm_tabs_li .mm_columns_contents_ul.active {
		display: flex;
		opacity: 1;
		visibility: visible;
		align-items: flex-start;
		justify-content: center;
		padding-top: 20px;
	}

	body #header .changestatus .mm_columns_ul.active {
		display: flex !important;
	}

	body #header .openLi .arrow--back {
		display: block;
		left: 10px;
		transform: rotate(180deg);
		z-index: 999;
		top: 13px;
	}

	.mm_menus_li.mm_menus_li_tab {
		position: relative;
	}

	body .changestatus .mm_menus_ul,
	.mm_menus_ul {
		width: 90%;
	}

	.changestatus .mm_tabs_li,
	.mm_tabs_li {
		width: calc(50% - 20px);
	}

	.mm_tab_toggle_title {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;

	}

	.tabOpen .mm_columns_li {
		width: calc(50% - 20px);
		max-width: initial;
	}

	body .mm_tab_toggle_title img {
		margin: 0;
		width: 60px;
	}

	.mm_blocks_li .ets_mm_block {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px;
		justify-content: center;
	}

	body #header .mm_blocks_li .h4 a,
	body #header .mm_tab_toggle_title .ets_mm_url {
		display: inline-block;
		color: #fff !important;
		background-color: var(--prime);
		border-radius: 10px;
		padding: 10px 20px;
		font-size: 14px !important;
		font-weight: 400;
		text-align: center;
		width: 100%;
		text-transform: initial;
	}

	body #header .tabOpen .mm_tab_li_content.opened a {
		font-size: 18px !important;
	}

	body #header .tabOpen .mm_columns_contents_ul.active a {
		font-size: 16px;
	}

	body .mm_columns_ul.active {
		display: flex !important;
		justify-content: center;
		gap: 10px;
	}

	#_mobile_logo .logo {
		margin-top: 10px;
	}

	.mm_menus_li {
		border: none;
	}

	.openLi .mm_menu_content_title {
		padding-left: 40px !important;
	}

	body .mm_menu_content_title {
		color: #fff;
		background-color: var(--prime);
		border-radius: 10px;
		padding: 14px 20px !important;
		width: 100%;
		font-size: 20px;
	}

	body .openLi .mm_menu_content_title {
		background-color: var(--sec);
	}

	body .mm_menus_li {
		position: relative;
	}

	body .ets_mm_megamenu .arrow {
		right: 10px;
		top: 17px;
	}

	body .mm_menus_li>a {
		text-transform: initial;
	}

	body .mm_menus_back_icon--custom,
	body .mm_menus_back_logo--custom {
		display: inline-block;
		color: #fff !important;
	}

	body .mm_menus_back_icon--custom {
		color: #fff !important;
	}

	body .mm_menus_back_logo--custom {
		width: 150px !important;
	}

	.ets_mm_megamenu .mm_menus_ul .close_menu {
		margin-bottom: 10px;
		display: flex !important;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}

	body .ets_mm_megamenu {
		position: absolute;
		width: auto !important;
		background-color: initial !important;
		left: 5%;
	}

	#_desktop_search_widget {
		margin-top: 80px;
		position: relative;
	}

	#header .header-nav #search_widget {
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#header .header-nav .search-widget form input[type="text"] {
		min-width: 100%;
		margin-left: 0;
		height: 42px;
	}

	#header .header-nav .search-widget form button[type="submit"] {
		position: absolute;
		right: 0;
		height: 40px;
	}


	#mobile_top_menu_wrapper #_desktop_search_widget {
		display: none;
	}

	#mobile_top_menu_wrapper .search-widget form button[type=submit] {
		background: #ed8b00;
		height: 42px;
		bottom: 0;
		right: 0;
		cursor: pointer;
	}

	body .ets_mm_megamenu {
		top: -120px;
		left: 0;
		z-index: 2;
	}

	body#product .ets_mm_megamenu {
		z-index: 99 !important;
	}

	body .ets_mm_megamenu_content {
		border: none !important;
	}

	body .home .prestablog_slide {
		z-index: 0;
	}

	body .ets_mm_megamenu.hook-custom {
		margin-top: 0;
	}

	body .ets_mm_megamenu_content .container {
		background: none !important;
	}

	body #header .changestatus .close_menu .icon-bar,
	body .close_menu .icon-bar {
		width: 30px;
		height: 3px;
	}

	body #header .changestatus .close_menu .icon-bar:not(:last-child),
	body .close_menu .icon-bar:not(:last-child) {
		margin-bottom: 6px;
	}

	body #header .ybc-menu-toggle .icon-bar {
		width: 30px;
		height: 4px;
		background-color: #0055AA;
	}

	.tabOpen.ver_alway_hide {
		display: block;
	}

	body #header .changestatus.transition_floating .close_menu {
		background-color: var(--prime);
	}

	body .ybc-menu-toggle .icon-bar {
		margin-bottom: 3px;
	}

	.item_rea_header {
		position: fixed;
		z-index: 99999;
		display: none;
		justify-content: space-between;
		width: 90%;
		bottom: 0;
		gap: 10px;
		padding: 10px 20px 5px;
		background-color: #fff;
	}

	.item_rea_header.open {
		display: flex;
	}

	.item_rea_header img {
		height: 30px;
	}

	.item_rea_header .item_rea_footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
	}

	.item_rea_footer p {
		text-align: center;
		font-size: 12px;
		color: var(--prime);
		margin: 0;
	}

	.header__cta {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		background-color: var(--prime);
		padding: 10px 20px;
		border-radius: 10px;
		margin: 15px;
	}

	.header__cta p {
		color: #fff;
		margin: 0;
	}

	.header__cta span {
		background: #fff;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.appli ul.mm_columns_ul.active {
		border: none;
		gap: 0;
		justify-content: space-between;
	}

	.appli ul.mm_columns_ul.active .mm_columns_li {
		width: calc(50% - 10px);
	}

	#header #_mobile_contact_header {
		text-align: center;
		background: #0055AA;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0 0 .5rem;
	}
}

@media (min-width:1200px) {

	.header__cta,
	body #header .item_rea_header,
	#header .category-thumb,
	#header #search_mobile_container,
	#_mobile_contact_header {
		display: none !important;
	}
}


@media (max-width:767px) {

	.noStock .addToCartButtonNumber,
	.avisdevismobile,
	.devis-none,
	#freeshippinginfo,
	.faqconsultas,
	#product .panel #lgconsultas p.h5,
	#product .panel #lgconsultas br,
	#product .panel #lgconsultas .lgconsultas_button_container,
	#category #category-description.no_cat_on_mobile,
	.PM_ASBlockTitle,
	.PM_ASBlockOutput.PM_ASMobileMode .card-header,
	.filter-top_listing .sort-by,
	.filter-top_listing .total-products,
	.bloc_link_categories_listing,
	.manuf_img,
	#product .images-container,
	#product .product-image-slider .slick-prev,
	.product-cover-thumbnails,
	body#product #bloc_qty_input .control-label,
	body#product .product__content--custom .current-price #separator_price,
	.rate-aggregate__separator,
	.rate-aggregate,
	.rate-aggregate__max {
		display: none !important;
	}

	.fancybox-wrap p.fancybox-error {
		font-size: 13px;
	}

	.fancybox-wrap .fancybox-inner {
		height: auto !important;
	}

	.fancybox-wrap .fancybox-error {
		white-space: normal;
	}

	.thumbnail-container .addToCartFormWrapper .noStock .add-to-cart {
		border-radius: 30px;
	}

	#product h1 {
		font-size: 20px;
		text-transform: initial;
		font-weight: 700;
		text-align: left;
		line-height: 1.2;
		margin-top: 10px;
	}

	#product .panel .h2-detail-produit {
		margin: 0;

		text-align: center;
		width: 100%;
	}

	#product .panel #bloc_video_feature {
		margin: 0 auto;
	}

	#product .panel h2,
	#product .panel h3,
	#product .panel h4,
	#product .panel h5,
	#product .panel h6 {
		text-transform: uppercase;
		color: var(--prime);
	}

	#product .panel li,
	#product .panel p {
		font-size: 15px;
		line-height: 1.3;
		color: #232323;
	}

	#product .panel .faq_answer p,
	#product .panel .faq_question p {
		color: #fff;
	}

	#product .panel .product-accessories .h5,
	#product .panel .h2-detail-produit,
	#product .panel h2,
	#product .panel h3 {
		font-size: 16px;
	}

	#product .panel .product-accessories .h5 {
		margin: 0;
	}

	#product .panel .product-accessories {
		padding: 0;
	}

	#product .panel .product-accessories article {
		margin: 0 10px 0 0;
	}

	#product .panel .product-accessories .slick-arrow {
		width: 30px;
		height: 30px;

	}

	#product .panel .featured-products.mt-3 {
		margin-top: 1rem !important;
	}

	#product .panel #artitags {
		padding: 0;
	}

	#product .panel #artitags .col-md-12 {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		padding: 0;
	}

	#product .panel #artitags a span {
		margin-bottom: 0;
		font-size: 14px;
	}

	#product .panel .product-accessories article .thumbnail-container .addToCartFormWrapper .add-to-cart {
		width: auto;
		background-color: var(--prime);
		color: #fff;
	}

	.product__content--custom {
		display: flex;
		flex-wrap: wrap;
	}

	body#product .product__content--custom .skeepers_product__stars.stars-cursor,
	body#product .product__content--custom .product-reference {
		font-size: 15px;
	}

	body#product .product__content--custom .current-price {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	body#product .product__content--custom .current-price span,
	body#product .product__content--custom .current-price {
		font-size: 24px;
		font-weight: 400;
	}

	body#product .product__content--custom #price_ht span,
	body#product .product__content--custom #price_ht {
		color: grey;
		font-size: 22px;
	}

	body#product #product_qty_container {
		position: absolute;
		right: 5vw;
		top: 15%;
	}

	body#product #bloc_qty_input button {
		width: 36px;
		height: 36px;
		padding: 0;
		border: 1px solid #ddd;
		background: #f5f5f5;
		font-size: 20px;
		line-height: 1;
		cursor: pointer;
		color: #000;
		border-radius: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	body#product #bloc_qty_input button i {
		position: initial;
		transform: none;
		margin-top: -5px;
	}

	#product #sansfrais {
		width: 100%;
		text-align: center;
	}

	body#product #bloc_qty_input #quantity_wanted {
		border-color: #ddd;
		border-radius: 0;
		height: 36px;
		font-size: 20px;
	}

	#product .product-quantity .bootstrap-touchspin .input-group-btn-vertical button {
		color: #000;
	}

	body#product #bloc_qty_input #quantity_wanted {
		border-left: none;
		border-right: none;
		width: 40px;
	}

	body#product .product__content--custom .product-quantity .input-group-btn-vertical .btn i {
		font-size: 2rem;
	}

	body#product .product-quantity .input-group-btn-vertical .bootstrap-touchspin-up i,
	body#product .product-quantity .input-group-btn-vertical .bootstrap-touchspin-down i {
		top: -3px;
	}

	body#product #wrapper .breadcrumb li::after,
	body#product #wrapper .breadcrumb li a {
		color: var(--prime);
		text-transform: uppercase;
	}

	body#product #wrapper .breadcrumb li a:hover {
		color: var(--prime);
	}

	/* body#product .product__content--custom #bloc_add_to_cart {
		position: fixed;
		bottom: 2rem;
		z-index: 999;
		max-width: 300px;
		display: flex;
		align-items: center;
		justify-content: center;
		left: 50%;
		transform: translateX(-50%);
	} */

	/* Barre sticky produit - MOBILE UNIQUEMENT (< 768px) - en bas de page */
	body#product .bloc-add-to-cart-fixed-wrapper.product-add-to-cart-sticky-mobile {
		position: fixed;
		bottom: 0 !important;
		left: 0;
		right: 0;
		width: 100% !important;
		z-index: 999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 1rem;
		padding: 1rem 1.5rem;
		background: #fff;
		box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
	}

	body#product .bloc-add-to-cart-fixed-wrapper .product-add-to-cart-sticky-qty {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 0.5rem;
	}

	body#product .bloc-add-to-cart-fixed-wrapper .product-add-to-cart-sticky-qty .control-label {
		margin: 0;
		font-size: 14px;
		white-space: nowrap;
		color: #333;
		display: none;
	}

	body#product .bloc-add-to-cart-fixed-wrapper .product-quantity-sticky {
		display: flex;
		flex-direction: row;
		align-items: center;
		border: 1px solid #ddd;
		border-radius: 4px;
	}

	body#product .bloc-add-to-cart-fixed-wrapper .btn-sticky-minus,
	body#product .bloc-add-to-cart-fixed-wrapper .btn-sticky-plus {
		width: 36px;
		height: 36px;
		padding: 0;
		border: none;
		background: #f5f5f5;
		font-size: 20px;
		line-height: 1;
		cursor: pointer;
		color: #333;
		-webkit-tap-highlight-color: transparent;
	}

	body#product .bloc-add-to-cart-fixed-wrapper .btn-sticky-minus:hover,
	body#product .bloc-add-to-cart-fixed-wrapper .btn-sticky-plus:hover {
		background: #eee;
	}

	body#product .bloc-add-to-cart-fixed-wrapper .sticky-qty-input {
		width: 44px;
		height: 36px;
		padding: 0;
		border: none;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		-moz-appearance: textfield;
	}

	body#product .bloc-add-to-cart-fixed-wrapper .sticky-qty-input::-webkit-outer-spin-button,
	body#product .bloc-add-to-cart-fixed-wrapper .sticky-qty-input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

	body#product .bloc-add-to-cart-fixed-wrapper .add-to-cart-sticky {
		flex: 1;
		min-width: 140px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
		font-size: 15px;
		padding: 0.6rem 1rem;
		cursor: pointer;
		border: none;
		background: var(--prime, #7cb9e5);
		color: #fff;
		border-radius: 4px;
	}

	body#product .bloc-add-to-cart-fixed-wrapper .add-to-cart-sticky:hover {
		background: #ffffff;
		color: #0055AA;
		border: 1px solid;
	}

	/* body#product .bloc-add-to-cart-fixed-wrapper .add-to-cart-sticky:hover:not(:disabled) {
			background: var(--prime-hover, #6aa8d8);
		} */

	body#product .bloc-add-to-cart-fixed-wrapper .add-to-cart-sticky:disabled {
		opacity: 0.6;
		cursor: not-allowed;
	}

	#product .breadcrumb {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		white-space: nowrap;
	}

	#product #wrapper .breadcrumb ol {
		padding-bottom: 6px;
	}

	#product #footer {
		padding-bottom: 80px;
	}

	.besoinDevis,
	.newRea {
		margin: 2rem;
	}

	.besoinDevis {
		padding: 1rem 2rem;
		background-color: var(--prime);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 10px;
	}

	.besoinDevis * {
		color: #fff;
	}

	.besoinDevis__content__title,
	.besoinDevis__content__contact a {
		font-size: 20px;
		font-weight: 700;
	}

	.besoinDevis__content__contact {
		background-color: #fff;
		border-radius: 10px;
		padding: .5rem 1rem;
	}

	.besoinDevis__content__contact a {
		color: var(--prime);
	}

	.newRea__content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}

	.newRea__content__element {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 4px;
		line-height: 1.3;
	}

	.newRea__content__element__title {
		margin: 0;
		color: var(--prime);
		font-weight: 700;
	}

	.newRea__content__element__para {
		color: var(--quat);
	}

	.newRea__content__element p {
		font-size: 13px;
	}

	#product .panel--avis.active {
		padding: 0;
	}

	#product #lgconsultas {
		margin: auto 0;
		width: 100%;
	}

	.product-accessories .product-miniature {
		box-shadow: none;
	}

	#product .panel #lgconsultas {
		margin: auto 0;
		width: 100%;
		padding: 5px;
	}

	.panel .faqconsultas,
	.product-image-slider {
		display: block !important;
	}

	.product-image-slider {
		max-height: 400px;
		overflow: visible;
		margin: 0 auto;
		padding-right: 10vw;
	}

	.product-image-slider .slide {
		margin-right: 10px;
	}

	.product-image-slider .slide img {
		max-height: 400px;
		width: 100%;
		object-fit: cover;
		border-radius: 8px;
		cursor: pointer;
	}

	.slick-list {
		overflow: visible !important;
	}

	.product-image-slider .slide {
		border: 1px solid #000;
	}

	#product .product-image-slider .slick-next {
		border: 1px solid var(--prime);
		background-color: #fff;
		width: 30px;
		height: 30px;
		right: 40px;
	}

	.product-image-slider .slick-next::before {
		font-size: 16px;
		color: var(--prime) !important;
	}

	#product h1 {
		font-family: 'montserrat', sans-serif;
		font-size: 18px;
	}

	#left-column .PM_ASBlockOutput.PM_ASMobileVisible .card {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: transparent;
		transform: translateX(0);
		z-index: 9999;
		padding-right: 20%;
	}

	.PM_ASCriterionsGroupList {
		overflow-y: scroll;
		height: calc(100vh - 260px);
	}

	.filter-top_listing {
		justify-content: space-between;
		padding: 0;
	}

	#js-product-list-top .btn-unstyle.select-title,
	#search_filter_toggler_mobile {
		background: var(--prime);
		color: #fff;
		width: 150px;
		box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
		text-transform: uppercase;
		font-weight: 600;
		padding: .5rem 1.25rem;
		display: flex;
		align-items: center;
		line-height: 1;
		gap: 10px;
		height: 40px;
	}

	#payment-option-2-additional-information section p a {
		display: none;
	}

	#js-product-list-top .btn-unstyle.select-title {
		border-radius: 10px 0 0 10px;
	}

	#search_filter_toggler_mobile {
		border-radius: 0 10px 10px 0;
	}

	#category #wrapper .breadcrumb li a {
		color: var(--prime);
	}

	#js-product-list .products.row {
		gap: 2rem;
		justify-content: space-between;
	}

	#products #js-product-list .product-miniature {
		margin: 0;
		width: calc(50% - 1rem);
	}

	#module-pm_advancedsearch4-searchresults #products.col-lg-10 {
		width: 100%;
	}

	.product__reassurance {
		display: flex;
		justify-content: space-around;
		align-items: center;
		text-align: center;
		gap: 1rem;
		padding: 1rem;
	}

	body .PM_ASBlockOutputVertical .PM_ASCriterionsGroupName {
		font-weight: 700;
		color: #000;
	}

	body .PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {
		border-bottom: none;
		margin-top: 0;
	}

	body .PM_ASCriterionsGroup {
		border-top: 2px solid var(--sec);
	}

	body .PM_ASCriterionsOutput {
		padding: 1rem;
	}

	.card-block {
		padding: 0;
		position: relative;
		background-color: #fff;
	}

	.mask-mobile {
		position: absolute;
		background: rgba(0, 0, 0, .3);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.card-block .PM_ASCriterionsGroupTitle {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-weight: 700;
		margin: 0;
		padding: 0;
		line-height: .5;
	}

	.PM_ASCriterionsGroupName--plus {
		font-size: 56px;
		font-weight: 700;
	}

	.PM_ASCriterionsGroupSummary {
		display: block;
		font-size: 9px;
		color: #000;
		margin-top: 5px;
		font-weight: normal;
		padding-right: 25px;
		height: 16px;
		overflow: hidden;
	}

	.PM_ASCriterionsGroupOuter {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-out;
	}

	.PM_ASCriterionsGroupOuter.active {
		max-height: 1000px;
		overflow: visible;
		transition: max-height 0.3s ease-in;
		padding-top: 6px;
	}

	.PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
		margin-bottom: 0;
	}

	.PM_ASBlockOutput.PM_ASMobileMode.PM_ASMobileVisible .card-header {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		position: relative
	}

	body .card-header .icon-bar {
		width: 30px;
		height: 3px;
		background-color: #fff;
	}

	.card-header--left span {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.card-header--right .close-menu {
		font-size: 36px;
		font-weight: 700;
		color: #fff;
	}

	.card-header--right {
		line-height: 1;
	}

	.PM_ASSelections.active_filters,
	.card-header::after {
		display: none !important;
	}

	.ets_mm_megamenu {
		z-index: 1;
	}

	#category .block-category .h1 {
		color: var(--prime);
		font-family: 'montserrat', sans-serif;
	}

	.block-category--custom {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}

	.block-category--custom .bloc_breadcrumb {
		width: 100%;
		order: 1;
	}

	.block-category--custom .category-cover {
		width: 48%;
		order: 3;
	}

	.block-category--custom .block_desc_categ {
		width: 48%;
		order: 2;
	}

	.block-category--custom #ensavoirplus {
		float: initial;
	}

	body .products .thumbnail-container {
		width: 100% !important;
	}

	.product-miniature .prod_delivery_message {
		line-height: 1;
	}

	.thumbnail-container .product-price-and-shipping .addToCartForm {
		display: flex;
		justify-content: center;
	}

	.thumbnail-container .product-price-and-shipping .addToCartButtonNumber {
		width: 50px;
		margin-right: 0;
	}

	#category #subcategories .subcateg_p a {
		text-transform: initial;
		box-shadow: none !important;
		padding: 0;
		font-size: 14px;
	}

	.slider-subcategories {
		display: block;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.slider-subcategories .embla__container {
		display: flex;
		gap: 20px;
	}

	.slider-subcategories .titi {

		margin: 0 0.5rem;
		box-sizing: border-box;
	}

	.slider-subcategories .embla__slide {
		display: block;
		height: auto;
		width: 180px;
		margin-right: 20px;
	}

	.slider-subcategories img {
		border: 2px solid var(--sec);
		border-radius: 24px;
	}

	/* Styles pour les flèches de navigation */
	.slider-subcategories {
		position: relative;
		padding-left: 60px;
		/* Espace pour le bouton prev */
		padding-right: 60px;
		/* Espace pour le bouton next */
	}

	.embla__prev,
	.embla__next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: var(--quin);
		border: 2px solid var(--prime);
		border-radius: 50%;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 10;
		transition: all 0.3s ease;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	}

	.embla__prev {
		left: 10px;
		/* Position à gauche */
	}

	.embla__next {
		right: 10px;
		/* Position à droite */
	}

	.embla__prev:hover,
	.embla__next:hover {
		background: var(--prime);
		transform: translateY(-50%) scale(1.1);
	}

	.embla__prev:hover .embla__button__svg,
	.embla__next:hover .embla__button__svg {
		fill: var(--quin);
	}

	.slider-subcategories {
		background: #fff !important;
	}

	.embla__button__svg {
		width: 20px;
		height: 20px;
		fill: var(--prime);
		transition: fill 0.3s ease;
		border: none !important;
	}

	/* Désactiver les flèches quand nécessaire */
	.embla__prev:disabled,
	.embla__next:disabled {
		opacity: 0.3;
		cursor: not-allowed;
		background: #f5f5f5;
		border-color: #ccc;
	}

	#module-facebookpsconnect-account #fbpsc tbody tr {
		display: flex;
		flex-direction: column;
	}

	.embla__prev:disabled .embla__button__svg,
	.embla__next:disabled .embla__button__svg {
		fill: #ccc;
	}

	#module-opartdevis-createquotation #content .btn span {
		white-space: normal;
		;
	}
}

/* Responsive pour mobile */
@media (max-width: 767px) {
	.slider-subcategories {
		padding-left: 50px;
		padding-right: 50px;
	}

	.embla__prev,
	.embla__next {
		width: 40px;
		height: 40px;
	}

	.embla__prev {
		left: 5px;
	}

	.embla__next {
		left: 85vw;
	}


	.ets_mm_megamenu .mm_menus_li {
		background-color: #fff;
	}

	header {
		height: 190px;
	}

	body main header {
		height: 183px;
	}

	body#my-account main #main header {
		height: auto;
	}

	body#my-account main #main footer {
		overflow: visible;
	}

	main .header--open {
		height: 100vh
	}

	#prestablogfont p a.btn {
		white-space: normal;
	}

	.mm_menus_ul.active::after {
		display: none;
	}

	body.filters-open #wrapper {
		z-index: 999999999;
	}

	/* Désactiver l'effet de flou du module PM Advanced Search 4 */
	.as4-loader-blur {
		-webkit-filter: none !important;
		-moz-filter: none !important;
		-o-filter: none !important;
		-ms-filter: none !important;
		filter: none !important;
	}

	/* .block-category .category-cover,
	.block_desc_categ {
		margin-top: 75px;
	} */

	body#checkout .payment-option label,
	#checkout button {
		border-radius: 10px;
	}

	body#checkout .payment-option label {
		border-radius: 10px;
		box-shadow: none;
		text-align: center;
	}

	body#checkout #js-checkout-summary .cart-summary-totals {
		border-radius: 10px;
	}

	body#checkout section.checkout-step .address-item.selected {
		border: 2px solid #ccc;
		border-radius: 10px;
	}

	body#checkout h2.h4 {
		color: var(--prime);
		text-align: center;
		text-transform: uppercase;
	}

	/* body#checkout #gls-relay-container .row.show .col-xs-2, */
	body#checkout .row.delivery-option .col-sm-1 {
		display: flex;
		justify-content: center;
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding: 5px 0;
	}

	body#checkout #gls-relay-container .row.show,
	body#checkout .row.delivery-option {
		border: 1px solid #ccc;
		border-radius: 10px;
		margin: 10px auto;
		padding: 0 !important;
	}

	body#checkout .card {
		border: none;
	}

	body#checkout #delivery textarea,
	body#checkout #gift_message textarea {
		height: 80px;
	}

	#checkout .block-promo,
	#checkout #cart-subtotal-products,
	#checkout #cart-subtotal-shipping {
		border-radius: 10px;
		border: 1px solid #ccc;
		padding: 10px;
	}

	#checkout .block-promo p,
	#checkout .block-promo a {
		padding: 0;
		margin: 0;
	}

	#checkout .block-promo .promo-input {
		border-radius: 10px;
		height: 36px;
	}

	#checkout .block-promo .promo-code {
		padding: 5px 0;
		background-color: #fff;
	}

	body#checkout #js-checkout-summary .cart-summary-totals {
		display: flex;
		flex-direction: column-reverse;
		background-color: #fff;
	}

	#checkout .card-block.cart-summary-totals .cart-summary-line {
		color: #000;
		border-radius: 10px;
		border: 1px solid #ccc;
		padding: 10px;
	}

	#checkout .card-block.cart-summary-totals .cart-summary-line.cart-total {
		background-color: var(--prime);
	}

	#checkout #js-checkout-summary .cart-summary-totals .cart-summary-line .label.sub,
	#checkout #js-checkout-summary .cart-summary-totals .cart-summary-line .value.sub {
		color: #000 !important;
	}

	#checkout .js-current-step h1 {
		background: var(--prime);
		border-radius: 10px;
		color: #fff !important;
		text-align: center;
	}

	#delivery_message {
		border-radius: 10px;
	}

	body#checkout section.checkout-step .delivery-option {
		background-color: #fff;
	}

	.checkout-price {
		display: flex;
		justify-content: flex-end;
	}

	#checkout .range--custom {
		padding: 5px 0;
	}

	.PM_ASBlockOutputVertical .PM_ASCriterionsGroupName {
		font-family: 'montserrat', sans-serif;
	}

	.PM_ASResetSearch--desktop {
		display: none !important;
	}

	.product__reassurance-text p {
		color: var(--prime);
		font-size: 10px;
	}

	.submit-search .PM_ASSubmitSearch {
		border-radius: 20px;
	}

	.cart-summary-products>p {
		text-align: center;
		margin-top: 10px;
		font-weight: 700;
		font-size: 13px;
	}

	.product-quantity {
		font-weight: 700;
		text-align: right;
		display: inline;
		margin-left: 10px;
		font-size: 16px;
	}

	.featured-products .products-section-title {
		padding: 0 10px;
	}

	body #blog_list .block_top {
		height: auto;
	}

	body#checkout section.checkout-step .forgot-password {
		margin-left: 0;
		margin-bottom: 1rem;
	}

	body#checkout section.checkout-step #delivery-addresses {
		gap: 10px;
	}

	#footer .custom-page-link {
		font-size: 10px;
	}

	#cart .card.cart-summary .clearfix,
	#cart .card.cart-summary .checkout.cart-detailed-actions {
		text-align: center;
	}

	#cart .card.cart-summary .checkout.cart-detailed-actions {
		margin-top: 10px;
	}

	#cart .card.cart-summary .cart-detailed-totals {
		padding: 0 1rem;
	}

	.avisdevismobile--new,
	#my-account .page-footer {
		text-align: center;
	}

	.avisdevismobile--new {
		margin: 2rem 1rem;
	}

	.avisdevismobile--new a {
		background: var(--sec);
		color: #fff;
		border-radius: 24px;
		padding: 6px 30px;
		font-size: 20px;
		font-weight: 700;
	}

	/* html {
		overflow-x: hidden;
	} */
}

@media (max-width:400px) {
	.thumbnail-container .addToCartFormWrapper .add-to-cart {
		padding: 6px;
	}

	.thumbnail-container .product-price-and-shipping .addToCartButtonNumber {
		width: 40px !important;
	}

	#products #js-product-list .product-miniature {
		width: 100%;
	}

}

@media (min-width:768px) {

	.filter-top_listing__mobile,
	.PM_ASCriterionsGroupName--plus,
	.avisdevismobile--new,
	.PM_ASResetSearch--mobile,
	#category #subcategories,
	.card-header__custom,
	.product-image-slider,
	.newRea,
	.besoinDevis {
		display: none !important;
	}
}

@media (max-width: 991px) {
	#blockcart-modal .modal-dialog {
		width: calc(100% - 20px);
	}
}

@media (min-width:768px) and (max-width:1199px) {
	#header .header-nav .blockcart {
		background-color: #fff;
	}

	#header .changestatus.ets_mm_megamenu.hook-custom {
		margin-top: 0;
	}

	#megamenu--custom {
		position: absolute;
		top: -130px;
	}

	#_mobile_logo .logo {
		margin-top: 0;
		height: 70px;
		object-fit: contain;
	}

	#header .header-nav #search_widget {
		width: calc(100vw - 30px);
	}

	body #_mobile_contact_header {
		margin: 0;
		text-align: center;
	}

	#header #_mobile_cart span,
	#header #_mobile_user_info span,
	body header #_mobile_contact_header a .hidden-sm-down,
	body header .col-md-9.right-nav,
	body header .hidden-md-up.text-sm-center.mobile #menu-icon,
	body header .header-nav .hidden-sm-down .col-md-3.col-xs-12 img {
		display: none !important;
	}

	#header #_mobile_logo .hidden-md-up,
	body header #_mobile_contact_header p .hidden-md-up,
	body header #_mobile_logo a,
	body header #_mobile_contact_header,
	body header .hidden-md-up.text-sm-center.mobile {
		display: block !important;
	}

	body header #_mobile_contact_header p {
		display: flex;
		justify-content: center;
		gap: 10px;
		color: #fff;
		margin: 0;
	}

	#megamenu--custom .ets_mm_megamenu_content {
		background: #fff !important;
	}


}

#megamenu--custom {
	z-index: 2;
}

.PM_ASBlockOutput.PM_ASMobileVisible~#megamenu--custom {
	z-index: 1 !important;
}

@media (max-width:767px) {

	#opartDevisForm #cart_summary td,
	#opartDevisForm #cart_summary th {
		font-size: 13px;
	}

	header,
	footer {
		overflow: hidden;
	}

	.elevator .panel {
		padding: 0 18px;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.accordion {
		transition: 0.3s;
		color: var(--prime);
		text-align: center;
		border-radius: 10px;
		border: 1px solid #000;
		border-top-left-radius: 0;
		border-top: none;
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-left: none;
		border-right: none;
		font-weight: 700;
		padding: 10px;
	}

	.elevator .accordion:nth-child(1) {
		border-top: 1px solid #000;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.accordion.active {
		color: #fff;
		background-color: var(--prime);
		border-bottom: 1px solid var(--prime);
		border-radius: 0;
	}

	.panel .active {
		background-color: #ccc;
	}

	.panel.active {
		border-bottom: 1px solid;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 1rem;
	}

	.panel--padding.active {
		padding: 0;
	}

	.accordion:after {
		content: "";
		width: 16px;
		height: 16px;
		background-image: url('/themes/labonnepompe/assets/img/icons/chevron-down.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin-right: 1rem;
		margin-left: 5px;
		float: right;
		transition: transform 0.3s ease-in-out;
	}

	.accordion.active:after {
		transform: rotate(180deg);
		background-image: url('/themes/labonnepompe/assets/img/icons/chevron-down-white.svg');
	}

	.panel .active:after {
		content: "\2212";
	}

	#product .resume {
		display: none;
	}

	.elevator {
		border-radius: 10px;
		padding: 0;
		margin: 0 1rem;
		border-left: 1px solid;
		border-right: 1px solid;
	}

	#product .bloc-detail,
	#product table.tab_features_product {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#product .fancybox-opened {
		z-index: 999998030;
	}

	body#checkout .cart-total * {
		font-weight: bold;
		font-size: 18px;
		font-family: 'montserratregular';
	}

	#product .product-accessories {
		background: none;
	}

	.block-promo .promo-code .alert-danger {
		z-index: 1;
	}

	.PM_ASResetGroup {
		font-size: 9px;
	}

}


@media (max-width: 991px) {
	#blockcart-modal .modal-dialog {
		width: calc(100% - 40px);
	}
}



/* Bloc cart modal + cross selling */

#blockcart-modal .modal-body {
	background: #fff;
	padding: 2.525rem 1.875rem;
}

#blockcart-modal .modal-body .crosssell_product_list_wrapper .price_ht {
	font-size: 18px
}

#blockcart-modal .modal-body .crosssell_product_list_wrapper .product-price-and-shipping {
	font-size: 20px;
	line-height: 20px;
}

#blockcart-modal .modal-body .crosssell_product_list_wrapper .product-miniature .product-title a {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

#blockcart-modal .modal-body .crosssell_product_list_wrapper .product-miniature .product-title,
#blockcart-modal .modal-body .ets_crosssell_block {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 16px;
}

#blockcart-modal .modal-body .crosssell_product_list_wrapper .prod_delivery_message {
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#blockcart-modal .ets_crosssell_list_blocks,
.ets_crosssell_block>ul {
	margin-bottom: 0;
}

#blockcart-modal .modal-header {
	padding: 12px 15px;
}

#blockcart-modal .modal-title {
	display: flex;
	justify-content: center;
}

#blockcart-modal li.ets_crosssell_list_blocks {
	margin: 10px 0;
}

#blockcart-modal .modal-body p {
	margin-bottom: 0.7rem;
}

#blockcart-modal .product-image {
	box-shadow: 0px 0px 10px 0px #eee;
}


#blockcart-modal {
	z-index: 100000000000000000;
}

/* @media(max-width:991px) {
	#blockcart-modal .ets_crosssell_block {
		display: none;
	}
} */

.ets_crosssell_block .featured-products .products {
	display: flex !important;
	padding: 0 !important;
}

@media (max-width: 767px) {
	#footer .links .row>div:first-child>ul {
		display: none;
	}

	#footer .links .collapse.in#footer_sub_menu_54390 {
		display: flex !important;
	}

	/* Style pour le bouton désactivé du sélecteur de quantité */
	#product .bootstrap-touchspin-down.disabled,
	#product .bootstrap-touchspin-down:disabled {
		opacity: 0.5 !important;
		cursor: not-allowed !important;
		background-color: #fff !important;
		color: #999 !important;
	}

	#product .bootstrap-touchspin-down.disabled:hover,
	#product .bootstrap-touchspin-down:disabled:hover {
		background-color: #fff !important;
		color: #999 !important;
	}


	/* Responsive pour mobile */

	.js-product-images-modal .modal-dialog {
		max-width: 95%;
		margin: 10px auto;
	}

	.js-product-images-modal .modal-body {
		padding: 15px;
	}

	.js-product-images-modal .product-cover-modal {
		max-height: 60vh;
	}

	.js-product-images-modal .thumb-container img {
		max-width: 60px;
		max-height: 60px;
	}

	/* Styles pour la modal d'images */
	.js-product-images-modal .modal-dialog {
		max-width: 90%;
		margin: 30px auto;
	}

	.js-product-images-modal .modal-content {
		border-radius: 8px;
		border: none;
	}

	.js-product-images-modal .modal-body {
		padding: 20px;
		text-align: center;
		position: relative;
	}

	.js-product-images-modal .product-cover-modal {
		max-width: 100%;
		max-height: 70vh;
		object-fit: contain;
		border-radius: 4px;
	}

	.js-product-images-modal .close {
		position: absolute;
		top: 10px;
		right: 15px;
		font-size: 28px;
		font-weight: bold;
		color: #333;
		opacity: 0.7;
		background: none;
		border: none;
		z-index: 1050;
		cursor: pointer;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		transition: all 0.3s ease;
	}

	.js-product-images-modal .close:hover {
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.1);
	}

	.js-product-images-modal .thumbnails {
		margin-top: 20px;
	}

	.js-product-images-modal .thumb-container {
		display: inline-block;
		margin: 5px;
		cursor: pointer;
		border: 2px solid transparent;
		border-radius: 4px;
		transition: border-color 0.3s ease;
	}

	.js-product-images-modal .thumb-container:hover {
		border-color: #007bff;
	}

	.js-product-images-modal .thumb-container.selected,
	.js-product-images-modal .js-modal-thumb.selected {
		border-color: #007bff;
		background-color: rgba(0, 123, 255, 0.1);
	}

	.js-product-images-modal .thumb-container img {
		max-width: 80px;
		max-height: 80px;
		object-fit: cover;
		border-radius: 2px;
	}

	.js-product-images-modal .js-modal-arrows {
		position: absolute;
		right: 20px;
		top: 50%;

		transform: translateY(-50%);
	}

	.js-product-images-modal .js-modal-arrow-up,
	.js-product-images-modal .js-modal-arrow-down {
		cursor: pointer;
		padding: 10px;
		background: rgba(255, 255, 255, 0.9);
		border-radius: 50%;
		margin: 5px 0;
		transition: background-color 0.3s ease;
	}

	.js-product-images-modal .js-modal-arrow-up:hover,
	.js-product-images-modal .js-modal-arrow-down:hover {
		background: rgba(255, 255, 255, 1);
	}

	#products .thumbnail-container .add-to-cart {
		background-color: var(--prime);
		color: #fff;
		padding: 12px 12px 12px 8px;
		font-size: 12px;
	}


}

#product-modal {
	z-index: 99999999;
}

#product-image-modal {
	display: none;
}

@media (min-width: 768px) {
	.product__reassurance {
		display: none;
	}
}

.addToCartFormWrapper--custom {
	margin-top: 10px;
}

.addToCartFormWrapper--custom .addToCartForm {
	display: flex;
	align-items: center;
	justify-content: center;
}

.addToCartFormWrapper--custom .addToCartForm .add-to-cart {
	border-radius: 0 30px 30px 0;
	height: 46px;
}

.addToCartFormWrapper--custom .addToCartForm .addToCartButtonNumber {

	padding: 5px 15px;
	float: left;
	width: 80px;
	height: 46px;
	margin-left: calc(100% - 100px);
	background: #fff;
	border-radius: 30px 0 0 30px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	color: #000;
	border-color: #05A;
	border-right-color: rgb(0, 85, 170);
	border-right: 0;
	outline: none;
	text-align: center;
}

#manufacturer #wrapper {
	padding: 0 6%;
}

#manufacturer #main ul {
	text-align: center;
	margin-bottom: 35px;
	display: grid;
	gap: 1rem;
}

@media (min-width: 400px) {
	#manufacturer #main ul {
		grid-template-columns: repeat(2, 1fr);

	}
}

.embla.slider-subcategories svg path {
	fill: var(--prime);
}

@media (min-width: 768px) {
	#manufacturer #main ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1024px) {
	#manufacturer #main ul {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 1480px) {
	#manufacturer #main ul {
		grid-template-columns: repeat(5, 1fr);
	}
}


/* FIX POST MEL */
@media (min-width: 768px) {

	.PM_ASCriterionsGroupList .PM_ASCriterionsGroup .PM_ASCriterionsGroupSummary,
	.elevator .panel #lgconsultas,
	.PM_ASBlockOutput .submit-search {
		display: none;
	}
}

#checkout #ps_checkout-loader {
	display: none;
}

@media (max-width: 767px) {
	#content-wrapper #lgconsultas {
		display: none;
	}

	.elevator .panel #lgconsultas {
		display: block !important;
	}

	#category #subcategories .slider-subcategories {
		margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.mm_menus_li .mm_columns_ul .mm_columns_li .mm_blocks_ul .mm_blocks_li span.h4__arrow {
		display: none;
	}
}

/* .skeepers-widget-wrapper-0d3917ac-15d6-46e8-b8fb-0a212aafa3bb, */
.skeepers-widget-wrapper-b539d256-934b-4a13-96dd-feb0cb3bd130 {
	display: none !important;
}



a[class^="skeepers-widget-wrapper-"] {
	position: fixed;
	z-index: 100000;
}

@media (min-width: 768px) {
	body a[class^="skeepers-widget-wrapper-"] {
		position: fixed !important;
		top: 65px !important;
		left: 10% !important;
		transform: none !important;
	}


}

@media (max-width: 1199px) {
	body .skeepers--desktop {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	body .skeepers--tablet {
		display: none !important;
	}

	body .skeepers--desktop a[class^="skeepers-widget-wrapper-"] {
		position: initial !important;
	}

	.new-col-md-3 {
		width: 33.333333% !important;
		display: flex;
		align-items: center;
		gap: 2rem;
	}

	.new-col-md-9 {
		width: 66.666667% !important;
	}
}



@media (min-width: 1200px) {
	#header .logo {
		max-width: 180px;
	}
}

@media (min-width: 1400px) {
	#header .logo {
		max-width: 200px;
	}
}

@media (min-width: 1701px) {
	#header .logo {
		max-width: 250px;
	}

}

#logo-fait-en-france {
	max-width: 150px;
}

/* Fix pour la modal GLS - z-index très élevé pour passer au-dessus de tout */
/* #gls-error-modal {
	z-index: 9999999999 !important;
}

#gls-error-modal .modal-dialog {
	z-index: 9999999999 !important;
}

#gls-error-modal .modal-content {
	z-index: 9999999999 !important;
}

#gls-error-modal .modal-content .close {
	z-index: 9999999999 !important;
	position: relative;
} */

#checkout.modal-open .modal-backdrop {
	z-index: 0 !important;
}

/* .skeepers_carousel_container .swiper-pagination-bullet.swiper-pagination-bullet-active button {
	left: -6px; 
	top: -3px;
} */

#module-opartdevis-listquotation #order-list .btn-sm {
	font-size: 1.025rem;
}

.ask_devis_prod--custom {
	background-color: #b4dd2a;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
}


#module-pm_advancedsearch4-searchresults .block-category.footer_product_list {
	width: 100%;
}

#module-pm_advancedsearch4-searchresults #subcategories {
	display: none;
}

.cart-modal-quotation--custom .btn {
	background-color: var(--sec);
	white-space: initial;
}

.cart-modal-quotation--custom>.text-sm-center {
	text-align: left !important;
}

@media screen and (max-width: 1023px) {
	#bandeau_info_top span {
		font-size: 11px !important;
	}
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
	body main #header a[class^="skeepers-widget-wrapper-"] {

		top: 70px !important;
	}
}

@media screen and (max-width: 767px) {

	body main #header {
		height: 190px !important;
	}

	;


}


/* RS */

#footer #reseaux_footer {
	padding: 30px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 30px;
	text-align: center;
}

.reseaux_footer--icons {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.reseaux_footer--icons img {
	max-width: 40px;
}

.footer-container {
	padding-top: 0;
}

#footer #reseaux_footer>a {
	margin-right: 15px;
}

#footer #reseaux_footer>a>img {
	max-width: 30px;
	width: 100%;
}


@media screen and (min-width: 768px) {

	#product .panel--desktop,
	#product .accordion--desktop,
	.accordion--desktop {
		display: block;
	}

	/* Container pour les accordéons desktop - layout avec flexbox */
	#product .elevator {
		display: flex;
		flex-wrap: wrap;
		padding-left: 1px;
		margin-top: 3rem;
	}

	/* Masquer les éléments mobile-only sur desktop */
	#product .elevator .accordion.noDesk,
	#product .elevator .panel.noDesk {
		display: none !important;
	}

	/* Les accordéons desktop côte à côte */
	#product .elevator .accordion--desktop {
		flex: 1 1 0;
		min-width: 0;
		order: 1;
		margin: 0 0 0 -1px;
		border: 1px solid #e8e9eb;
		padding: 15px 20px;
		cursor: pointer;
		background-color: #f5f5f5;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		color: #0055AA;
		position: relative;
		text-transform: uppercase;
		border-bottom-color: #000;

	}

	#product .elevator .accordion--desktop:hover {
		z-index: 2;
	}

	#product .elevator .accordion--desktop.active {
		font-weight: 700;
		border-bottom-color: #fff;
		z-index: 3;
		background-color: #fff;
		border-radius: 20px 20px 0 0;
		border-left-color: #000;
		border-right-color: #000;
		border-top-color: #000;
		margin-top: -10px;
	}

	/* Marges sur le premier et dernier accordéon desktop */
	#product .elevator .accordion--desktop.accordion--first {
		margin-left: 5%;
	}

	#product .elevator .accordion--desktop.accordion--last {
		margin-right: 5%;
	}

	/* Masquer la flèche ::after sur desktop */
	#product .elevator .accordion--desktop::after {
		display: none;
	}

	/* Les panels desktop en dessous, pleine largeur */
	#product .elevator .panel--desktop {
		flex-basis: 100%;
		width: 100%;
		order: 2;
		padding: 0;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease-out;
		border: none;
	}

	#product .elevator .panel--desktop.active {
		max-height: 3000px;
		padding: 30px;
		border: 1px solid #000;
		border-top: none;
		margin-left: -1px;
		width: calc(100% + 1px);
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 3rem;
	}

	/* Les autres accordéons (non --desktop) restent sur toute la largeur */
	#product .elevator .accordion:not(.accordion--desktop):not(.noDesk) {
		flex-basis: 100%;
		order: 10;
	}

	#product .elevator .panel:not(.panel--desktop):not(.noDesk) {
		flex-basis: 100%;
		order: 10;
	}

	#product .tab_features_product {
		margin-left: auto;
		margin-right: auto;
	}


	#product #bloc_video_feature {
		margin: 0;
	}

	.h2-detail-produit {
		padding-top: 0;
	}
}


/* PS FEATURED PRODUCTS */
@media screen and (max-width: 767px) {
	#index #content.page-home {
		display: flex;
		flex-direction: column;
	}

	#index #carousel {
		order: 1;
	}

	#index #manufacturer_bloc {
		order: 3;
	}

	#index .featured-products {
		order: 2;
		margin-top: 4rem;
	}

	#index #custom-text {
		order: 4;
	}

	#index #faq_home {
		order: 5;
	}

	#index .prestablog {
		order: 6;
	}

	.featured-products-container,
	#index .avisdevismobile--manufacturer {
		display: none;
	}

	#index .featured-products .addToCartButtonNumber {
		width: 40px !important;
		height: 36px !important;
	}

	#index .featured-products .thumbnail-container .addToCartFormWrapper .add-to-cart {
		padding: 6px !important;
	}

	#index .featured-products .product-miniature {
		margin: 1rem 0.5rem;
	}
}

@media screen and (min-width: 768px) {
	#index .featured-products {
		display: none;
	}

	#index .featured-products-container .featured-products {
		display: block;
		margin-top: 1rem;
	}
}

.featured-products .product-miniature {
	margin: 1rem;
	margin-top: 0;
	margin-bottom: 20px;
	box-shadow: 4px 4px 8px #ccc;
	border: 1px solid #eee;
	border-radius: 15px;
	padding-left: 1rem;
	padding-right: 1rem;
	height: 100%;
	padding-top: 20px;
	position: relative;
}

@media screen and (max-width: 767px) {

	#index .slick-next,
	#index .slick-prev {
		width: 30px;
		height: 30px;
	}

	#footer .block-contact {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	#index main #header {
		height: 200px !important;
	}

	#index main #header.header--open {
		height: 1000px !important;
		z-index: 100000 !important;
	}
}



/* ACCOUNT */
#login-form button,
#submit-login {
	background-color: #0055aa;
}

#customer-form footer button,
.no-account a,
#submit-login {
	text-transform: inherit;
	font-size: 20px;
}

.login-form {
	width: 50%;
}

#customer-form footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-form__title--custom {
	font-size: 30px;
	color: #0055aa;
	font-weight: 600;
	font-family: 'Montserratregular';
	margin-bottom: 2.5rem;
	line-height: 1.2;
}

.login-form__label--custom {
	padding: 0 4rem;
	color: #0055aa;
	font-weight: 400;
	font-family: 'Montserratregular';
	line-height: 1.2;
}

#login-form,
.no-account {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 2rem 1rem;
}

#authentication #login-form input {
	background-color: rgba(0, 0, 0, 0.05);
}

#authentication #content {
	display: flex;
	max-width: 1000px;
	position: relative;
	padding-bottom: 1rem;
}

#authentication .no-account,
#authentication .login-form {
	margin-top: 1rem;
	width: 50%;
}

#authentication.page-customer-account #content .no-account {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.login-form__container {
	display: flex;
	gap: 2rem;
	position: relative;
	padding: 9rem 2rem 2rem;
}

#authentication #fbpsc {
	position: absolute;
	z-index: 0;
	top: 0;
	background: none;
	border: none;

	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem;
}

#module-opartdevis-listquotation h1,
#module-facebookpsconnect-account h1,
#module-gdpr-deleteaccount h1,
#module-gdpr-downloaddata h1,
#order-slip h1,
#discount h1,
#address h1,
#addresses h1,
#identity h1,
#history h1,
#my-account h1,
#authentication h1 {
	color: #0055aa;
	text-transform: initial;
	font-family: 'Montserratregular';
	font-weight: 600;
	font-size: 40px;
}

#module-gdpr-deleteaccount #main,
#module-gdpr-downloaddata #main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#module-opartdevis-listquotation h1::after,
#order-slip h1::after,
#discount h1::after,
#address h1::after,
#addresses h1::after,
#identity h1::after,
#history h1::after,
#my-account h1::after,
#authentication .page-header,
#authentication h1::after {
	display: none;
}

#authentication button {
	background-color: #0055aa;
}

#registrer_container label {
	font-size: 12px;
}

/* 3074 */
#authentication .page-content a,
#authentication .page-content label {
	color: #0055aa;
}

#authentication .no-account a {
	background-color: #0055aa;
	color: #fff;
}

#authentication .register-form {
	margin: 2em auto 0 auto;
	max-width: 700px;
	background: #fff;
	padding: 3rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#authentication .form-control-comment {
	font-size: 12px;
}

.box.gdpr_checkbox_container {
	margin-bottom: 10px;
	padding: 0 2rem;
}


#module-opartdevis-listquotation main footer.page-footer,
#module-facebookpsconnect-account main footer.page-footer,
#order-slip main footer.page-footer,
#discount main footer.page-footer,
#address main footer.page-footer,
#addresses main footer.page-footer,
#identity main footer.page-footer,
#history main footer.page-footer,
#address main footer.page-footer,
#addresses #main footer,
.ets_mm_megamenu .addToCartFormWrapper,
#module-facebookpsconnect-account #fbpsc h1,
.form-control-comment,
.ets_mm_megamenu .product-miniature .product-description {
	display: none !important;
}

#authentication .social-login--custom h1 {
	font-size: 24px;
	margin: 5px;
	width: 100%;
}

#authentication #login-form footer {
	text-align: center;
}

#module-opartdevis-listquotation main #bread,
#module-facebookpsconnect-account main #bread {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

#module-facebookpsconnect-account #content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

#module-facebookpsconnect-account h1.page-subheading {
	text-align: center;
}

#module-facebookpsconnect-account #content table#fbpsc,
#address #main footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

#address #main footer button,
#customer-form button,
#submitDeleteAccount,
#my-account #main footer a {
	background-color: #0055aa;
	border-radius: 30px;
}

#customer-form button:hover,
#address #main footer button:hover,
#submitDeleteAccount:hover,
#my-account #main footer a:hover,
#authentication button:hover,
#authentication .no-account a.btn:hover {
	background-color: #042f42;
	color: #fff;
}


/* 3137 */
/* #my-account .page-footer a {
	background: #0055aa;
} */

@media screen and (max-width: 474px) {
	#authentication .register-form {
		max-width: 300px;
		padding: 1rem;
	}

	#authentication h1 {
		font-size: 24px;
	}

	#module-facebookpsconnect-account #content table#fbpsc tbody tr {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.login-form__label--custom {
		padding: 0 2rem;
	}
}

@media screen and (max-width: 767px) {
	.login-form__container {
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	#authentication .login-form,
	#authentication .no-account {
		width: 100%;
	}

	#authentication #fbpsc {
		flex-direction: column;
		gap: 1rem;
	}

	#login-form {
		margin-top: 1rem;
	}

	.login-form__title--custom {
		text-align: center;
	}

	.login-form__container {
		gap: 1rem;
	}
}

@media screen and (max-width: 1023px) {
	#authentication #content-wrapper {
		width: 100% !important;
	}

	.login-form__title--custom {
		font-size: 24px;
	}
}

@media (min-width: 768px) {
	#authentication #login-form .col-md-6 {
		float: left;
		width: 66.66667%;
	}

	#authentication .no-account a.btn {
		margin-top: 3rem;
	}

	#authentication #fbpsc {
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 4rem);
	}

	#authentication .social-login--custom h1 {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	#authentication .login-form__container {
		padding-top: 11rem;
	}

	#authentication #login-form .form-group.row {
		display: flex;
		flex-direction: column;
	}

	#authentication #login-form .form-group.row div {
		width: 100%;
	}

	#authentication #login-form .form-group.row label {
		text-align: left;
		width: 100%;
	}
}

#authentication #fbpsc {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 2rem;
}

#authentication .card {
	border: none;
}

#login-form label::after,
#emailsalerts {
	display: none !important;
}

.dfd-root {
	z-index: 9999 !important;
}


@media screen and (max-width: 767px) {
	#category #category-description {
		max-height: initial !important;
	}
}

@CHARSET "UTF-8";

.addToCartForm {
	margin-top: 10px;
}

.addToCartButtonNumber {
	padding: 5px 15px;
	float: left;
	width: 80px;
	height: 46px;
	/* margin-left: calc(100% - 100px); */
	margin-right: auto;
	background: #fff;
	border-radius: 30px 0 0 30px;
	-moz-appearance: textfield;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	/* margin-top: 1px; */
	color: #000;
	border-color: #05A;
	border-right: 0;
	font-weight: 700;
	font-family: 'montserratregular';
	outline: none;
	text-align: center;
}

.thumbnail-container .addToCartButtonNumber:focus {
	outline: none !important;
	border-color: #003043;
}

.addToCartButtonBox {
	margin: 0 auto 30px !important;
	height: 2.75rem;
	display: block;
	font-weight: 600 !important;
	font-size: 1rem !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-family: "Open Sans", sans-serif !important;
	box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1) !important;
	border: none;
}

.preLoading {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.6) !important;
	background-image: url(../../img/spinner.gif) !important;
	z-index: 999;
	border: none !important;
	background-size: 40px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.thumbnail-container .addToCartFormWrapper {
	margin: auto;
	margin-top: 10px;
	max-width: 300px;
}

.thumbnail-container .add-to-cart .addToCartFormWrapper {
	/* padding: 10px;
	background-color:white;
	-webkit-box-shadow: 3px 10px 8px -2px rgba(0,0,0,.2);	
	-moz-box-shadow: 3px 10px 8px -2px rgba(0,0,0,.2);
	-o-box-shadow: 3px 10px 8px -2px rgba(0,0,0,.2);
	box-shadow: 3px 10px 8px -2px rgba(0,0,0,.2); */
	/* position: absolute;
	top: -80px;
	right: 0; */
}

#productCombinations {
	font-size: 0.75rem;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
	text-align-last: center;
}

.addToCartFormWrapper .product-variants-item {
	margin-top: 7px;
}

.addToCartFormWrapper .control-label {
	bottom: 5px;
	position: relative;
}

.addToCartFormWrapper .form-control-select {
	margin-bottom: 10px;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
	text-align-last: center;
}

.addToCartFormWrapper .groupUl {
	margin: 0 auto;
	display: table;
}

.addToCartFormWrapper .groupUl li {
	float: left !important;
}

.addToCartFormWrapper .groupLi {
	margin-right: .625rem;
}

.thumbnail-container .addToCartFormWrapper .add-to-cart {
	position: relative;
	padding: 12px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	color: #ffff;
	float: right;
	border-radius: 0 30px 30px 0;
	background: #05A;
	width: calc(100% - 80px);
	/* width:50px; */
}

.thumbnail-container .addToCartFormWrapper .add-to-cart:hover {
	background: #fff !important;
	color: #05A !important;
	border-color: #05A;
}

body main #header.header--open {
	height: 100% !important;
	z-index: 9999999999 !important;
	position: fixed !important;
}

body.noWrapper #wrapper {
	z-index: -1 !important;
}


/* NEW PRODUCT */
#product h1 {
	margin-bottom: 1rem;
}

#product .current-price {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	#product .skeepers_product__stars.stars-cursor {
		border-top: 2px solid #CBCBCB;
		border-bottom: 2px solid #CBCBCB;
		margin: 1rem 0 0 0 !important;
	}

	#product .product-price {
		background-color: #eee;
		padding: 2rem;
		border-radius: 20px;
	}

	#product .product-price,
	#product #add-to-cart-or-refresh {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	#product .current-price {
		text-align: right;
	}

	#product #sansfrais,
	#product #bloc_add_to_cart,
	#product #product_qty_container .product-quantity {
		margin: auto;
		text-align: center;
	}

	#product .ask_devis_prod--custom {
		align-self: center;
	}

	#product .product-quantity .qty {
		margin: 0;
	}

	#add-to-cart-or-refresh {
		border-top: 2px solid #fff;
	}

	#product .ask_devis_prod--custom-container {
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		padding: 1rem;
		text-align: center;
		margin: 0 !important;
	}

	#product .product-add-to-cart {
		margin-bottom: 0;
	}

	#product .current-price {
		margin-top: 1rem;
		margin-bottom: 0;
	}

	#product .voir_blog {
		width: 100%;
	}

	#product .panel--fiche-tech {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.panel--fiche-tech .attachment a {
		display: flex;
		align-items: flex-end;
		gap: 10px;
	}

	.panel--fiche-tech #acc__description {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	#product .skeepers_product__stars {
		margin: 1rem auto;
	}

	#product .product-prices {
		margin-top: 1rem;
	}
}

@media screen and (min-width: 1600px) {
	#product .row--product {
		margin: 0 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	#product .row--product {
		display: flex;
		flex-wrap: wrap;
	}

	#product .product__image--custom {
		order: 1;
		width: 55vw;
	}

	#product .product__content--custom {
		order: 3;
		width: 100vw;
	}

	#product .product-prices {
		order: 2;
		width: 45vw;
	}
}

@media screen and (max-width: 767px) {
	#product .row--product {
		display: flex;
		flex-direction: column;
	}

	#product .product-prices,
	#product .product__image--custom {
		width: 100vw;
	}

	#product .product-prices {
		margin-top: 0;
	}

	#product .skeepers_product__stars,
	#product .skeepers_product__stars.stars-cursor {
		margin-top: 0 !important;
	}

	#product #add-to-cart-or-refresh {
		margin-top: 1rem;
	}

	#product #price_ht {
		text-align: left;
	}

	#product .product-price {
		width: 100%;
	}

	#product .product-price #bloc_add_to_cart {
		display: flex;
		width: 100% !important;
		justify-content: center;
	}

	.ask_devis_prod--custom-container {
		display: flex;
		width: 100% !important;
		justify-content: center;
	}

	body#product .product-discount {
		align-items: flex-start;
		margin-bottom: 10px;
	}

	body#product .discount.discount-amount {
		text-align: left;
		margin-left: 0;
	}

	body#product .current-price--custom {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 375px) {
	#product #add-to-cart-or-refresh .current-price span {
		font-size: 24px;
	}

	#product #add-to-cart-or-refresh .current-price span.price_ht {
		font-size: 20px;
	}
}

#product .btn.disabled {
	background-color: #fff;
}

.ask_devis_prod--custom:hover {
	background-color: #fff;
	color: #b4dd2a;
}

#product .voir_blog a:hover .vinit path {
	fill: #fff;
}

#product .product-discount {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
}

#product .discount.discount-amount {
	background: transparent;
	background-color: #05a;
	color: #fff;
	text-align: right;
	padding: 8px;
	border-radius: 8px;
	margin: 5px 0 0;
}

#product .product-discount .regular-price {
	margin: 0;
}

#product .current-price .current-price--custom {
	color: #05A;
	font-size: 30px;
	font-weight: 700;
}

#product .current-price #price_ht {
	color: #000;
	font-size: 20px;
	font-weight: 400;
}

#product .product-discount .regular-price {
	color: #05A;
	font-weight: 400;
	font-size: 18px;
	margin-right: 0;
}

#product .current-price .regular-price-desk {
	color: #05A;
	font-weight: 400;
	font-size: 16px;
	margin-right: 0;
	text-decoration: line-through;
}

@media screen and (min-width: 768px) {
	#product .discount.discount-amount {
		display: flex;
		flex-direction: row;
		min-width: 100px;
		justify-content: center;
		margin: 0;
	}

	#product .current-price--custom {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	#product .current-price--custom.has-discount {
		justify-content: space-between !important;
	}


	#product .current-price--custom.has-discount .regular-price.regular-price-desk {
		text-align: left;
	}

	#product .current-price .current-price--custom {
		font-size: 20px;
	}
}

@media screen and (min-width: 1480px) {
	#product .current-price .current-price--custom {
		font-size: 24px;
	}

}

@media screen and (min-width: 1800px) {
	#product .current-price .current-price--custom {
		font-size: 30px;
	}

}


@media screen and (min-width: 1200px) {
	#product .elevator .accordion--desktop.accordion--first {
		margin-left: 10%;
	}

	#product .elevator .accordion--desktop.accordion--last {
		margin-right: 10%;
	}

	#product .elevator .panel--desktop.active {
		margin-left: 10%;
		margin-right: 10%;
	}

	#product .elevator .accordion--desktop {
		font-size: 18px;
	}
}
/* Descriptif technique : largeur limitée, aligné à gauche */
#acc__description {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
/* Descriptif technique : sous-titres alignés sur la première partie, en semibold */
#acc__description h3 {
    font-size: 16px;
    line-height: 18px;
    font-family: 'montserratsemibold', sans-serif;
    letter-spacing: 0;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Première partie : titres (h2 et h3) en semibold */
.product-information h2,
.product-information h3 {
    font-family: 'montserratsemibold', sans-serif;
}
/* Descriptif technique : titre principal en bleu */
#acc__description h2 {
    color: #0055AA;
}
#acc__description li {
    font-size: 14px;
}