html, body {
	font: 16px/21px 'Source Sans 3', Helvetica, Arial, sans-serif;
	color: #000000;
}

body {
	background-color: #000000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

pre { background-color: white; text-align: left; }
.static_content p { padding-top: 0px; margin-top: 0px; }
.static_content ul { list-style: disc inside none; }

.sc_strict p { padding: 0px; margin: 0px; }

.div_link { cursor: pointer; }

.icon_link, .icon_link:visited { text-decoration: none; }
.icon_link:hover { text-decoration: none; }

a, a:visited	{ text-decoration: none; }
a:hover				{ color: var(--global-color-blue1); }
i.fas { vertical-align: middle; }

.inlinebloc									{ text-align: left; }
.inlinebloc > .item					{ display: inline-block; vertical-align: middle; }
.inlinebloc > .item.center	{ text-align: center; }
.inlinebloc > .item.left		{ text-align: left; }
.inlinebloc > .item.right 	{ text-align: right; }
.inlinebloc > .item:not(:last-child) { padding-right: 10px; }

.tablebloc								{ display: table;	}
.tablebloc.full						{ width: 100%; }
.tablebloc > .item				{ display: table-cell; text-align: center; vertical-align: middle; }
.tablebloc > .item.half		{ width: 50%; }
.tablebloc > .item.top		{ vertical-align: top; }
.tablebloc > .item.bottom	{ vertical-align: bottom; }
.tablebloc > .item.left		{ text-align: left; }
.tablebloc > .item.right	{ text-align: right; }

.text-left		{ text-align: left; }
.text-center	{ text-align: center; }
.text-right		{ text-align: right; }

.iBloc					{ display: flex; align-items: center; }
.iBloc > .item	{ width: 50%; }

.row .col.left { text-align: left; }
.row .col.center { text-align: center; }
.row .col.right { text-align: right; }


.blur_filter_5 { -webkit-filter: blur(5px); filter: blur(5px); }

/* #Images
================================================== */
img.bordershadow1 {
	border: solid 1px #d1d1d1;
	-webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, .5);
					box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, .5);
}

img.withborder {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	border: 1px solid #666666;
}

img.withborder_shadow {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	border: 1px solid #d1d1d1;

	-webkit-box-shadow: 0 30px 20px -20px rgba(0,0,0,.5);
	        box-shadow: 0 30px 20px -20px rgba(0,0,0,.5);
}


/* #Lazy loading
================================================== */
.hideme,
.showme {
	-webkit-transition: all 0.5s ease-in-out 1s;
	        transition: all 0.5s ease-in-out 1s;
}
.hideme { opacity: 0; }
.showme { opacity: 1; }

.cssanimation {
	-webkit-animation-duration: 4s;
	        animation-duration: 4s;
}


/* POPUPS */
.popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 699;
	background-color: rgba(0,0,0,0.1);
	display: none;
}

.inlinePopup {
	position: absolute;
	z-index: 700;

	width: 90%;
	max-width: 600px;
	/* max-height: 600px; */

	display: none;
}

.inlinePopup .popup_hide { display: inline-block; padding: 0.125rem 0.375rem; background-color: #ff0000; }
.inlinePopup .popup_hide i.fas { font-size: 2rem; color: #ffffff; }
.inlinePopup .popup_hide:hover { background-color: #000000; }

.inlinePopup .pContent {
	background-color: #ffffff ;
	border: 10px solid var(--global-color-blue1);

	-webkit-box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.75);
					box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.75);

	color: #000000;
}

.inlinePopup hr.sep1 { border: solid #000000; border-width: 2px 0 0; clear: both; margin: 1rem 0px; height: 0; }
.inlinePopup hr.sep2 { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 0.625rem 0px; height: 0; }
/* /POPUPS */


/* OVERLAY ON IMAGES */
.oImage { position: relative; display: inline-block; }
.oImage img { vertical-align: top; } /* Default is baseline, this fixes a common alignment issue */
.oImage .overlay { display: none; }
.oImage:hover .overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;

	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.oImage .overlay .caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.oImage .overlay .caption i.fas {
	font-size: 40px;
	color: rgba(255, 255, 255, .8);
}


/* To Top */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	overflow: hidden;
	border: none;
	z-index: 1000;

	bottom: 0.750rem;
	right: 0.750rem;

	width: 50px;
	height: 50px;

	color: rgba(150, 150, 150, 0.5);
}

#toTop:hover { color: var(--global-color-red1); }
#toTop:active, #toTop:focus { outline: none; }
/* /To Top */


::selection {
	color: #ffffff;
	background: var(--global-color-blue1);
	text-shadow: none;
}


/* Gestion Temoins Icon */
#gestionTemoinsIcon {
	display: table;
	position: fixed;
	overflow: hidden;
	border: none;
	z-index: 1000;

	bottom: .95em;
	left: .95em;

	width: 48px;
	height: 48px;

	background-color: var(--global-color-blue1);
	-webkit-border-radius: 60px;
					border-radius: 60px;
	text-align: center;
}
#gestionTemoinsIcon:hover { background-color: #03a9f4; }
#gestionTemoinsIcon_inner { display: table-cell; width: 100%; height: 100%; text-align: center; vertical-align: middle; }
#gestionTemoinsIcon img.gestion_temoins_img { width: 40px; height: auto; }
/* /Gestion Temoins Icon */


/* #Entete
================================================== */
#entete,
.wrapper_entete img.menu_title,
.wrapper_entete .jqueryslidemenu {
	-webkit-transition: all 0.5s ease-in-out 0s;
	        transition: all 0.5s ease-in-out 0s;
}

#entete { width: 100%; position: relative; z-index: 700; }

.wrapper_preentete {
	background-color: #000000;
	padding: 0.375rem 0;
	color: #ffffff;
}

.wrapper_preentete .mmenu_container { display: none; }
.wrapper_preentete .mmenu_trigger_container { display: none; }
.wrapper_preentete .menu_title { color: #ffffff; font-size: 0.875rem; font-weight: 600; line-height: 1; text-transform: uppercase; margin-bottom: 2px; }

.wrapper_preentete .subtable_container { display: inline-block; vertical-align: middle; }
.wrapper_preentete .tablebloc.subtable > .item { padding: 0.5rem 0; }
.wrapper_preentete .tablebloc.subtable > .item:not(:first-child) { padding-left: 0.5rem; }
.wrapper_preentete .tablebloc.subtable > .item:not(:last-child) { padding-right: 0.5rem; }
.wrapper_preentete .tablebloc.subtable > .item:nth-child(2) { border-left: 1px solid #ffffff; }

.wrapper_preentete img.flags { width: auto; max-height: 30px; }

.wrapper_preentete .changeLanguage,
.wrapper_preentete a.changeLanguage, .wrapper_preentete a.changeLanguage:visited { font-size: 1rem;	color: #ffffff; line-height: 1.5; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; }
.wrapper_preentete a.changeLanguage:hover { color: var(--global-color-blue1); }

.wrapper_preentete .phone,
.wrapper_preentete .phone a, .wrapper_preentete .phone a:visited { font-size: 1rem;	color: #ffffff; line-height: 1.5; font-weight: 900; letter-spacing: 0px; text-transform: uppercase; }
.wrapper_preentete .phone a:hover { color: var(--global-color-blue1); }

.wrapper_preentete img.logo_menu { height: 48px; }

.wrapper_entete {
	text-align: center;
	background-color: #ffffff;
	color: #000000;

	height: 70px;

	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.4);
	        box-shadow: 0 6px 10px 0 rgba(0,0,0,.4);
}

.wrapper_entete .tablebloc.menutable { height: 70px; }

.wrapper_entete .oneclic_picto { width: auto; max-height: 60px; }

.wrapper_entete .input_container {
	padding: 4px 14px;
	border: 1px solid #aaaaaa;
	-webkit-border-radius: 20px;
					border-radius: 20px;
}

.wrapper_entete .input_container i.fas { display: inline-block; color: #999999; }

.wrapper_entete .input_container input[type="text"] {
	font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	background-color: #ffffff;
	color: #555555;
	letter-spacing: 0px;
	line-height: 100%;

	display: inline;
	border: 0;

	-webkit-box-sizing: border-box;
					box-sizing: border-box;

	margin: 0;
	padding: 4px;
	width: 22rem;
}

.wrapper_entete .input_container input[type="text"]::-webkit-input-placeholder { color: #999999; font-style: italic; }
.wrapper_entete .input_container input[type="text"]:-moz-placeholder { color: #999999; opacity: 1; font-style: italic; }
.wrapper_entete .input_container input[type="text"]::-moz-placeholder { color: #999999; opacity: 1; font-style: italic; }
.wrapper_entete .input_container input[type="text"]:-ms-input-placeholder { color: #999999; font-style: italic; }

.wrapper_entete .input_container input[type="text"]:focus {
	border: 0;
	-webkit-box-shadow: unset;
     -moz-box-shadow: unset;
	        box-shadow: unset;
}

/* Sticky menu code */
.sticky-wrapper { height: 70px !important; }
.sticky-wrapper.is-sticky { height: 70px; }

.sticky-wrapper.is-sticky .wrapper_entete {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.4);
	        box-shadow: 0 6px 10px 0 rgba(0,0,0,.4);
}
/* /Sticky menu code */


/* #Bas de page
================================================== */
.wrapper_basdepage {
	text-align: center;
	background-color: #000000;
	padding: 2rem 0;

	color: #ffffff;
}

.wrapper_basdepage .tablebloc > .item:first-child { width: 33%; }
.wrapper_basdepage .address_container { display: inline-block; vertical-align: middle; }

.wrapper_basdepage table.address td { text-align: left; padding: 2px 0; }

.wrapper_basdepage .address,
.wrapper_basdepage .address a, .wrapper_basdepage .address a:visited { font-size: 1rem; color: #ffffff; line-height: 100%; letter-spacing: 0px; }
.wrapper_basdepage .address a:hover {	color: var(--global-color-hoverondark); }

.wrapper_basdepage .copyright,
.wrapper_basdepage .copyright a, .wrapper_basdepage .copyright a:visited { font-size: 1rem; color: #ffffff; line-height: 100%; letter-spacing: 0px; }
.wrapper_basdepage .copyright a:hover {	color: var(--global-color-hoverondark); }

.wrapper_basdepage .logo_bottom { max-height: 7rem; }


.pageTitle .sectionTitle { text-align: center; }

.sectionTitle h1,
.sectionTitle h1 a, .sectionTitle h1 a:visited {
	color: #000000;
	font-size: 3rem;
	font-weight: 800;
	text-transform: uppercase;
}
.sectionTitle h1 a:hover { color: var(--global-color-blue1); }

.sectionTitle h3,
.sectionTitle h3 a, .sectionTitle h3 a:visited {
	color: #000000;
	font-size: 3rem;
	font-weight: 600;
	text-transform: uppercase;
}
.sectionTitle h3 b { color: var(--global-color-red1); }
.sectionTitle h3 a:hover { color: var(--global-color-blue1); }

.sectionTitle hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 0px 0 0px; height: 0; }


.pagebanner {
	display: table;
	width: 100%;
	height: 100vh;
	text-align: center;
	position: relative;
	z-index: 9;

	background-color: #000000;
}

.pagebanner.height_20		{ height: 20vh; }
.pagebanner.height_30		{ height: 30vh; }
.pagebanner.height_40		{ height: 40vh; }
.pagebanner.height_50		{ height: 50vh; }
.pagebanner.height_60		{ height: 60vh; }
.pagebanner.height_75		{ height: 75vh; }
.pagebanner.height_100	{ height: calc(100vh - 80px); }


.pagebanner .fusion-section-separator {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.pagebanner .pagebanner_inner {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	padding-bottom: 2rem;
}

.pagebanner .arrow {
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -30px;
	width: 80px;
	height: 90px;
}

.pagebanner h1.img_text {
		font-weight: 600;
		font-size: 3.0rem;
		line-height: 100%;
		letter-spacing: -.5px;
		color: #ffffff;
		text-decoration: none;
}

.pagebanner h3.img_text {
		font-weight: 300;
		font-size: 1.5rem;
		line-height: 100%;
		letter-spacing: -.5px;
		color: #ffffff;
		text-decoration: none;
}

.pagebanner .arrow img { height: 80px; }

.pagebanner .sectionTitle {
	display: inline-block;
	padding: 0.250rem 2rem;
	background-color: white;
	border: 1px solid black;

	-webkit-border-radius: 50px;
					border-radius: 50px;
}

.pagebanner .sectionTitle h1,
.pagebanner .sectionTitle h1 a, .pagebanner .sectionTitle h1 a:visited {
	color: #000000;
	font-size: 3rem;
	font-weight: 300;
	text-transform: uppercase;
}

.pagebanner .sectionTitle h3,
.pagebanner .sectionTitle h3 a, .pagebanner .sectionTitle h3 a:visited {
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 3px 3px 5px #000000;
}


.wrapper_contenu {
	text-align: center;
	background-color: #ffffff;
}


.wrapper_product_search {
	text-align: center;
	background-color: #ffffff;
	padding: 2rem 0;
}

.wrapper_product_search .search_banner:hover { cursor: pointer; }


/* INDEX */
.wrapper_categories .cat_container {
	-webkit-transition: all 0.5s ease-in-out 0s;
	        transition: all 0.5s ease-in-out 0s;
}

.index .wrapper_categories {
	text-align: center;
	background-color: #ffffff;

	display: table;
	width: 100%;

	padding: 2rem 0;
	min-height: 75vh;
}

.index .wrapper_slogan_row { display: table-row; width: 100%; height: 25%; }
.index .wrapper_slogan_cell { display: table-cell; width: 100%; height: 100%; vertical-align: top; padding-top: 3rem; }
.index .wrapper_categories_row { display: table-row; width: 100%; height: 75%; }
.index .wrapper_categories_cell { display: table-cell; width: 100%; height: 100%; vertical-align: bottom; }

.wrapper_categories .slogan {
	max-width: 50%;
	margin: 0 auto;

	color: #000000;
	font-size: 3rem;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: -2px;
}

.wrapper_categories .inlinebloc { display: unset; margin: 0 auto; }
.wrapper_categories .inlinebloc .item { width: 10%; padding: 0; margin: 0 0.2%; }

.wrapper_categories .cat_container {
	padding: 4px 0.750rem;
	text-align: center;

	/* background-color: var(--global-color-blue1); */
	background: linear-gradient(to bottom, rgba(23,100,153,0) 10%, rgba(23,100,153,1) 90%);

	-webkit-border-radius: 12px;
					border-radius: 12px;
}

.wrapper_categories .cat_container:hover {
	/* background-color: var(--global-color-grey1); */
	background: linear-gradient(to bottom, rgba(161, 161, 161, 0) 10%, rgba(161, 161, 161, 1) 90%);
}

.wrapper_categories img.cat_picto { height: 7.5rem; width: auto; }

.wrapper_categories .cat_title_container { display: table; width: 100%; margin-bottom: 0.250rem; }
.wrapper_categories .cat_title { display: table-cell; width: 100%; height: 100%; text-align: center; vertical-align: bottom; }

.wrapper_categories .cat_title,
.wrapper_categories .cat_title a, .wrapper_categories .cat_title a:visited {
	color: #ffffff;
	font-size: 1.250rem;
	font-weight: 600;
}

.wrapper_categories .button_base.button_details,
.wrapper_categories a.button_base.button_details, .wrapper_categories a.button_base.button_details:visited {
	font-size: 0.925rem;
	font-weight: 600;
	max-width: none;
	width: auto;
	text-transform: none;
	padding: 0.125rem 0.675rem;

	border: 1px solid #ffffff;
}

.wrapper_categories .button_base.button_details i.fas { margin-left: 4px; margin-right: 0; }


.index .wrapper_contenu { padding: 2rem 0; }

.index .texte_contenu table td { width: 50%; }
.index .texte_contenu table.tbl_text_left td:first-child { padding: 0 2rem; }
.index .texte_contenu table.tbl_text_right td:last-child { padding: 0 2rem; }

.index .texte_contenu .button_base { font-size: 1.250rem; margin-top: 1rem; padding: 0.5rem 2rem; width: auto; max-width: none; }

.index .texte_contenu h2 { font-size: 2.750rem; letter-spacing: -3px; margin-bottom: 1rem; font-weight: 900; }
.index .texte_contenu h2 strong { font-weight: 900; }
.index .texte_contenu h3 { font-size: 1.375rem; font-weight: 400; }

.index .texte_contenu img.bloc1_img { height: 7rem; }
.index .texte_contenu img.bloc2_img { height: 14rem; }
.index .texte_contenu img.bloc3_img { height: 14rem; }

.index .wrapper_product_search { padding-bottom: 0; }
/* /INDEX */

.wrapper_produits {
	text-align: center;
	background-color: #ffffff;
	padding: 3rem 0;
}
.wrapper_produits h4 { font-size: 1.250rem; font-weight: 300; line-height: 120%; }

.wrapper_produits .bloc { display: flex; flex-wrap: wrap; }
.wrapper_produits .bloc .item { width: 20%; text-align: center; padding: 0.5rem; }
.wrapper_produits .wrapper_produits_container { background-color: #f4f4f4; padding: 1rem; }
.wrapper_produits .wrapper_produits_container .wrapper_produits_icons { margin-bottom: 1rem; }


/* PAGES DE CONTENU */
.content { }

.content .wrapper_contenu .texte_contenu {
	font-size: 1.250rem;
	font-weight: 400;
	line-height: 110%;
}

.content .wrapper_contenu .texte_contenu a:not(.button_base),
.content .wrapper_contenu .texte_contenu a:not(.button_base):visited { color: var(--global-color-blue1); }

.content .wrapper_contenu .texte_contenu a:not(.button_base):hover { color: var(--global-color-grey1); }

.content .texte_contenu ul,
.content .texte_contenu ol {
	list-style-type: none;
	padding: 0;
	display: table;
	margin-left: 0.5rem;
}

.content .texte_contenu ul li,
.content .texte_contenu ol li {
	list-style-type: none;
	margin-left: 2.5rem;
	margin-bottom: 0.250rem;
}

.content .texte_contenu ul li::before,
.content .texte_contenu ol li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f111";
	color: var(--global-color-blue1);
	font-size: 0.5rem;
	font-weight: 900;

	display: inline-block;
	vertical-align: bottom;
	margin-left: -2rem;
	padding-right: 1rem;
}

.content .wrapper_contenu video {
	max-width: 100%;
	height: auto;

	-webkit-border-radius: 8px;
					border-radius: 8px;

	-webkit-box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.75);
	        box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.75);
}

/* -------- */

/*
.content .content_about.content_container_4 { background-color: var(--global-color-contentgrey1); padding: 3rem 1rem; }
.content .content_about.content_container_4 table.table_inner_white > tbody > tr > td { width: 25%; }

.content .content_responsability.content_container_4 { background-color: var(--global-color-contentgrey1); padding: 3rem 1rem; }
.content .content_responsability.content_container_4 table.table_inner_white > tbody > tr > td { width: 50%; }
.content .content_responsability.content_container_4 table td table tr td { vertical-align: top; padding: 1rem; }
.content .content_responsability.content_container_4 table td table tr td:first-child { width: 30%; }

.content .content_recyclage.content_container_4 { background-color: var(--global-color-contentgrey1); padding: 3rem 1rem; }
.content .content_recyclage.content_container_5 { background-color: var(--global-color-contentgrey2); padding: 3rem 1rem; }
.content .content_recyclage.content_container_4 table td table tr td,
.content .content_recyclage.content_container_5 table td table tr td { width: 33%; vertical-align: top; padding: 1rem; }
*/

.content table.table_inner_white { width: 100%; border-spacing: 1rem; border-collapse: separate; }
.content table.table_inner_white > tbody > tr > td { vertical-align: top; padding: 1.5rem; background-color: #ffffff; }

.content table.table_inner_white.table_3cols > tbody > tr > td { width: 33%; vertical-align: top; padding: 1rem; }

.content table.table_2cols_image > tbody > tr > td:first-child { width: 15%; }
.content table.table_2cols_image > tbody > tr > td:not(:first-child) { padding-left: 2rem; }

.content .wrapper_contenu.contenu1,
.content .wrapper_contenu.contenu2,
.content .wrapper_contenu.contenu3,
.content .wrapper_contenu.contenu4,
.content .wrapper_contenu.contenu5,
.content .wrapper_contenu.contenu6 { padding: 2rem 0; }

.content .wrapper_contenu.contenu1 {}
.content .wrapper_contenu.contenu2 { background-color: #f0f0f0;}
.content .wrapper_contenu.contenu3 {}
.content .wrapper_contenu.contenu4 { background: linear-gradient(to bottom, rgba(79,138,178,1) 0%, rgba(255,255,255,1) 100%); }
.content .wrapper_contenu.contenu5 {}
.content .wrapper_contenu.contenu6 {}

.content .wrapper_contenu h2 { font-weight: 700; }
.content .wrapper_contenu.contenu4 h2 { font-style: italic; }


.content.content_recyclage .wrapper_contenu.contenu3 { background-color: #e4e4e4; }

.content .wrapper_contenu.certificats { padding: 2rem 0; }

.content .content_certificat.col.span60 { width: 100%; margin-left: 0; }
.content .content_certificat table { border: 1px solid var(--global-color-blue1); }
.content .content_certificat table td { vertical-align: middle; padding: 1rem; }

.content .certificats .tablebloc { margin: 0 auto; }
.content .certificats .tablebloc .item:not(:first-child) { padding-left: 1.5rem; }
.content .certificats .tablebloc .item:not(:last-child) { padding-right: 1.5rem; }

.content .certificats h5,
.content .certificats h5 a, .content .certificats h5 a:visited { font-size: 1.250rem; }
.content .certificats h5 a, .content .certificats h5 a:visited { font-weight: 700; }
.content .certificats .coa_select_container { display: inline-block; padding: 2rem; border: 2px solid var(--global-color-blue1); background-color: #f1f1f1; }
.content .certificats .wrapper_images_slider { width: 100%; max-width: 400px; margin: 0 auto; }
.content .certificats .wrapper_images_slider.slick-initialized .slick-slide { padding: 0 1rem; display: inline-block; vertical-align: middle; float: none; text-align: center; }
.content .certificats .wrapper_images_slider .slick-slide img { display: inline-block; max-width: 100%; }
.content .certificats .wrapper_images_slider .slick-next:before,
.content .certificats .wrapper_images_slider .slick-prev:before { color: #999999; }

/* /PAGES DE CONTENU */


/* COL DROITE */
.col_droite .col_droite_content { text-align: left; }
.col_droite .col_droite_content img.col_droite_logo { width: 14rem; }

.col_droite .col_droite_content table > tbody > tr > td:first-child { padding-right: 0.5rem; }

.col_droite h5,
.col_droite h5 a:not(.button_base), .col_droite h5 a:not(.button_base):visited { color: #000000; line-height: 120%; }
.col_droite h5 a:not(.button_base):hover { color: var(--global-color-blue1); }
/* /COL DROITE */


/* PRODUCT LIST */
ul.categories_list {
	list-style-type: none;
	padding: 0;
	display: table;
	margin-left: 0;
	width: 80%;
}

ul.categories_list li {
	list-style-type: none;
	margin-bottom: 0.5rem;
	padding-bottom: 0.375rem;
	border-bottom: 1px solid #dadada;
}

ul.categories_list li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	color: var(--global-color-blue1);
	font-size: 1rem;
	font-weight: 900;

	display: inline-block;
	vertical-align: top;
	padding-right: 1rem;
}

ul.categories_list li a, ul.categories_list li a:visited {
	color: var(--global-color-blue1);
	font-size: 1rem;
	font-weight: 400;
	display: inline-block;
	/* width: 90%; */
}
ul.categories_list li a:hover { color: var(--global-color-grey1); }
ul.categories_list li a .nbr, ul.categories_list li a:visited .nbr { font-weight: 300; }


.products_list .wrapper_products { background-color: #ffffff; padding: 2rem 0; }

.products_list .wrapper_products .row.prodlist_row > .col { float: none; display: inline-block; }

.products_list .cat_label { color: #000000; font-size: 0.875rem; }

.products_list .cat_title .cat_pictos { vertical-align: baseline; }

.products_list .cat_description ul {
	list-style-type: none;
	padding: 0;
	display: table;
	margin-left: 0.5rem;
}

.products_list .cat_description ul li {
	list-style-type: none;
	margin-left: 2.5rem;
	margin-bottom: 0.250rem;
}

.products_list .cat_description ul li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f111";
	color: var(--global-color-blue1);
	font-size: 0.5rem;
	font-weight: 900;

	display: inline-block;
	vertical-align: bottom;
	margin-left: -2rem;
	padding-right: 1rem;
}

.products_list .cat_description,
.products_list .cat_description a, .products_list .cat_description a:visited { font-size: 1.250rem; }

.products_list .prod_listsubtitle {
	color: #000000;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.products_list .prod_image_inner img	{ max-height: 300px; }

.products_list .prod_title,
.products_list .prod_title a, .products_list .prod_title a:visited {
	color: #000000;
	font-size: 1.250rem;
	font-weight: 600;
}
.products_list .prod_title a:hover { color: var(--global-color-grey1); }

.products_list .prod_subtitle,
.products_list .prod_subtitle a, .products_list .prod_subtitle a:visited {
	color: #555555;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0px;
}
.products_list .prod_subtitle a:hover { color: var(--global-color-blue1); }

.products_list .prod_caption,
.products_list .prod_caption a, .products_list .prod_caption a:visited {
	color: #000000;
	font-size: 0.875rem;
	font-weight: 400;
}
.products_list .prod_caption a:hover { color: var(--global-color-blue1); }


.products_list .wrapper_product_feature .subtitle {
	font-size: 2.750rem;
	letter-spacing: -3px;
	font-weight: 900;
}
.products_list .wrapper_products.wrapper_product_feature { padding-top: 0; }


.products_list .container_flex.products_list_subcategories { display: flex; flex-wrap: wrap; width: 75%; justify-content: center; align-items: center; min-height: 5rem; margin: 0 auto; }
.products_list .container_flex.products_list_subcategories .container_flex_item { flex: 1 1 0; text-align: center; }

.products_list .container_flex.products_list_subcategories a.subcategories_title,
.products_list .container_flex.products_list_subcategories a.subcategories_title:visited {
	color: #000000;
	font-size: 1.250rem;
	font-weight: 600;
}
.products_list .container_flex.products_list_subcategories a.subcategories_title:hover { color: var(--global-color-blue1); }
/* /PRODUCT LIST */


/* PRODUCT INFOS */
.products_details .texte_contenu ul {
	list-style-type: none;
	padding: 0;
	display: table;
	margin-left: 0.5rem;
}

.products_details .texte_contenu ul li {
	list-style-type: none;
	margin-left: 2.5rem;
}

.products_details .texte_contenu ul li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f111";
	color: var(--global-color-red1);
	font-size: 0.875rem;
	font-weight: 900;

	display: inline-block;
	vertical-align: bottom;
	margin-left: -2rem;
	padding-right: 1rem;
}

.products_details .product_images_container { margin-right: 3rem; }

.products_details .button_base.btn_soumission,
.products_details a.button_base.btn_soumission, .products_details a.button_base.btn_soumission:visited {
	font-weight: 600;
	max-width: 25rem;
}

.products_details h1.prodTitle,
.products_details .prodTitle { font-size: 2rem; font-weight: 900; letter-spacing: -1px; text-transform: uppercase; text-align: left; }

.products_details .prodCode { font-size: 1.250rem; font-weight: 600; font-style: italic; text-align: left; }

.products_details .prodCaption { font-size: 1.250rem; }

.products_details .prodDescription,
.products_details .prodDescription a, .products_details .prodDescription a:visited { font-size: 1.250rem; font-weight: 400; line-height: 115%; letter-spacing: -0.5px; }
.products_details .prodDescription a:hover { color: var(--global-color-blue1); }

.products_details .tbl_format { font-size: 1.125rem; width: 100%; }
.products_details .tbl_format th { font-weight: 600; padding: 0.750rem 1.250rem; border: 1px solid #e1e1e1; background-color: #f8f8f8; }
.products_details .tbl_format td { padding: 0.750rem 1.250rem; border: 1px solid #e1e1e1; }
.products_details .tbl_format th:not(:last-child),
.products_details .tbl_format td:not(:last-child) { padding-right: 1.5rem; }
.products_details .tbl_format th:last-child,
.products_details .tbl_format td:last-child { max-width: 12rem; text-align: center; }
.products_details .tbl_format .button_base.btn_soumission { width: auto; padding: 0.250rem 1rem; }

.products_details .prodBreadcrumb { text-align: left; }
.products_details .prodBreadcrumb,
.products_details .prodBreadcrumb a, .products_details .prodBreadcrumb a:visited { font-size: 1.250rem; font-weight: 400; }
.products_details .prodBreadcrumb a:hover { }

.products_details .prodSupCategories,
.products_details .prodSupCategories a, .products_details .prodSupCategories a:visited { font-size: 1.250rem; font-weight: 400; }
.products_details .prodSupCategories a:hover { }

.products_details .wrapper_product_share,
.products_details .wrapper_product_share a, .products_details .wrapper_product_share a:visited { color: black; }
.products_details .wrapper_product_share a:hover { color: var(--global-color-blue1); }

.products_details .wrapper_product_share .tablebloc > .item:not(:last-child) { padding-right: 4rem; }
.products_details .wrapper_product_share .inlinebloc .item:first-child { width: 1.5rem; }

.products_details .wrapper_product_documents .tablebloc > .item { padding: 0 0.5rem; }
.products_details .wrapper_product_documents .button_base,
.products_details .wrapper_product_documents a.button_base,
.products_details .wrapper_product_documents a.button_base:visited { max-width: 100%; }

.products_details .wrapper_product_related .related_subtitle { font-size: 1.5rem; font-weight: 600; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; text-align: left; }

.products_details .yt_container { width: 80%; margin: 0 auto; }
.products_details .yt_container iframe { width: 100%; }
/* /PRODUCT INFOS */


/* ARTICLES RECENTS */
.articles_recents .searchEmpty {
	font-size: 1.250rem;
	font-weight: 400;
}


.articles_recents .wrapper_search .input_container {
	display: inline-block;
	padding: 4px 14px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	-webkit-border-radius: 20px;
					border-radius: 20px;
}

.articles_recents .wrapper_search .input_container i.fas { display: inline-block; color: #999999; }

.articles_recents .wrapper_search .input_container input[type="text"] {
	font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	background-color: #ffffff;
	color: #555555;
	letter-spacing: 0px;
	line-height: 100%;

	display: inline;
	border: 0;

	-webkit-box-sizing: border-box;
					box-sizing: border-box;

	margin: 0;
	padding: 4px;
	width: 22rem;
}

.articles_recents .wrapper_search .input_container input[type="text"]::-webkit-input-placeholder { color: #999999; font-style: italic; }
.articles_recents .wrapper_search .input_container input[type="text"]:-moz-placeholder { color: #999999; opacity: 1; font-style: italic; }
.articles_recents .wrapper_search .input_container input[type="text"]::-moz-placeholder { color: #999999; opacity: 1; font-style: italic; }
.articles_recents .wrapper_search .input_container input[type="text"]:-ms-input-placeholder { color: #999999; font-style: italic; }

.articles_recents .wrapper_search .input_container input[type="text"]:focus {
	border: 0;
	-webkit-box-shadow: unset;
     -moz-box-shadow: unset;
	        box-shadow: unset;
}


.articles_recents .listeArticles .col.span.gauche { width: 30%; max-width: 300px; padding-right: 20px; text-align: left; }
.articles_recents .listeArticles .col.span.droite { width: 70%; text-align: left; }

.articles_recents .listeArticles h2,
.articles_recents .listeArticles h2 a, .articles_recents .listeArticles h2 a:visited {
	color: #000000;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 120%;
}
.articles_recents .listeArticles h2 a, .articles_recents .listeArticles h2 a:visited { text-decoration: none; }
.articles_recents .listeArticles h2 a:hover { color: var(--global-color-blue1); }

.articles_recents .listeArticles h3,
.articles_recents .listeArticles h3 a, .articles_recents .listeArticles h3 a:visited {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 120%;
}
.articles_recents .listeArticles h3 a, .articles_recents .listeArticles h3 a:visited { text-decoration: none; }

.articles_recents a.back_link, .articles_recents a.back_link:visited { font-size: 1.250rem; font-weight: 600; }

.articles_recents .tag_keyword { font-size: 1.125rem; font-weight: 400; }

.articles_recents .articles_categories_container .articles_categories_item {
	display: block;
	border: 2px solid #dddddd;
	padding: 1rem;

	-webkit-border-radius: 6px;
					border-radius: 6px;

	margin-bottom: 1rem;
}

.articles_recents .articles_categories_container .articles_categories_item:hover { border-color: var(--global-color-blue1); }

.articles_recents .articles_categories_container .articles_categories_title {
	color: #000000;
	font-size: 1.5rem;
	font-weight: 600;
}

.articles_recents .articles_categories_container .articles_categories_item:hover .articles_categories_title { color: var(--global-color-blue1); }

.articles_recents .articles_categories_container .articles_categories_count {
	color: #aaaaaa;
	font-size: 1rem;
	font-weight: 400;
}
/* ARTICLES RECENTS */


/* ARTICLE */
.article .art_img {
	float: left;
	text-align: center;
	margin: 0px 1.5rem 1.5rem 0px;
	max-width: 25rem;

	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

.article .art_img h5 { font-size: 1rem; font-weight: 300; margin-top: 1.5rem; font-style: italic; letter-spacing: -.5px; }

.article .art_img a, .article .art_img a:visited {
	color: #777777;
	font-size: 1.5rem;
}
.article .art_img a:hover { color: #555555; }

.article .infosArticle ul {
	list-style-type: none;
	padding: 0;
	display: table;
	margin-left: 0.5rem;
}

.article .infosArticle ul li {
	list-style-type: none;
	margin-left: 2.5rem;
}

.article .infosArticle ul li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f111";
	color: var(--global-color-blue1);
	font-size: 0.875rem;
	font-weight: 900;

	display: inline-block;
	vertical-align: bottom;
	margin-left: -2rem;
	padding-right: 1rem;
}

.article .infosArticle h1.article_title,
.article .infosArticle h1.article_title a, .article .infosArticle h1.article_title a:visited {
	font-size: 2rem;
	font-weight: 700;
}

.article .infosArticle .tag_keyword,
.article .infosArticle .tag_keyword a, .article .infosArticle .tag_keyword a:visited {
	font-size: 1.250rem;
	font-weight: 400;
}

.article .infosArticle .date {
	font-size: 1.250rem;
	font-weight: 400;
	font-style: italic;
}

.article .infosArticle .author,
.article .infosArticle .author a, .article .infosArticle .author a:visited {
	font-size: 1.250rem;
	font-weight: 400;
}

.article .infosArticle .article_shortresume,
.article .infosArticle .article_shortresume a, .article .infosArticle .article_shortresume a:visited {
	color: #555555;
	font-size: 1.250rem;
	font-weight: 400;
	font-style: italic;
}

.article .infosArticle .resume,
.article .infosArticle .resume a, .article .infosArticle .resume a:visited {
	color: #555555;
	font-size: 1.250rem;
	font-weight: 400;
	font-style: italic;
}

.article .infosArticle .article_shortresume p,
.article .infosArticle .resume p { margin: 0; }

.article .infosArticle .texte,
.article .infosArticle .texte a, .article .infosArticle .texte a:visited {
	font-size: 1.250rem;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: justify;
}

.article .infosArticle blockquote {
	background-color: var(--global-color-contentgrey1);
	border-left: 10px solid var(--global-color-blue1);
	padding: 1rem 2rem;
	display: table;
	margin-bottom: 1rem;
}

.article .infosArticle .artTools i.fas { color: #000000; font-size: 1.625rem; }

.article .infosArticle .sectionTitle { text-align: left; }

.article .infosArticle .sectionTitle h3,
.article .infosArticle .sectionTitle h3 a,
.article .infosArticle .sectionTitle h3 a:visited { letter-spacing: -.5px; font-size: 1.875rem; }

.article .infosArticle .article_links h4,
.article .infosArticle .article_relatedsections h4,
.article .infosArticle .article_links h4 a,
.article .infosArticle .article_relatedsections h4 a,
.article .infosArticle .article_links h4 a:visited,
.article .infosArticle .article_relatedsections h4 a:visited { color: #000000; font-size: 1.250rem; }

.article .infosArticle .article_links h4 a:hover,
.article .infosArticle .article_relatedsections h4 a:hover { color: var(--global-color-grey1); }


.article .comments .commentsBlock_trigger i.fas { font-size: 3rem; color: #555555; }
.article .comments .commentsBlock_trigger h3 { font-size: 1.5rem; }

.article .comments .commentsBlock_trigger:hover i.fas,
.article .comments .commentsBlock_trigger:hover h3 { color: var(--global-color-grey1); }

.article .comments .comments_table { width: 100%; font-weight: 600; }
.article .comments .comments_table tr td:not(:first-child) { padding-left: 10px; }

.article .comments .form_fs input[type="text"],
.article .comments .form_fs textarea { margin-bottom: 6px; padding: 4px; }

.article .comments .cBlock { margin-bottom: 10px; border: 1px solid transparent; }
.article .comments .cBlock:hover { border: 1px solid #666666; }
.article .comments .cBlock .cBlock_header { background-color: #e1e1e1; padding: 0.875rem; }
.article .comments .cBlock .cBlock_header i.fas { float: right; font-size: 1.5rem; color: #888888; }
.article .comments .cBlock .cBlock_header h4 { font-size: 1.250rem; color: #888888; display: inline-block; }

.article .comments .cBlock .cBlock_details { background-color: #f1f1f1; padding: 0.875rem; }
.article .comments .cBlock .cBlock_details h4,
.article .comments .cBlock .cBlock_details h4 a, .comments .cBlock .cBlock_details h4 a:visited { font-size: 1rem; font-weight: 300; letter-spacing: -.5px; }


.article .faq_title { font-size: 1.5rem; font-weight: 900; }
.article .contenu3 { }
.article .contenu3 h3 { font-size: 1.250rem; font-weight: 600; }
.article .contenu3 blockquote {
	margin-top: 1rem;
	margin-left: 2rem;
	background-color: var(--global-color-contentgrey1);
	border-left: 4px solid var(--global-color-blue1);
	padding: 1rem 2rem;
	display: block;
}

.article .contenu3 blockquote p { margin-bottom: 0.5rem; }

.article .contenu3 blockquote ul li::before {
	font-size: 0.750rem;
	margin-left: -2rem;
	padding-right: 1rem;
}

.article .contenu3 blockquote table { border: 1px solid black; }
.article .contenu3 blockquote table th,
.article .contenu3 blockquote table td { border: 1px solid black; padding: 0.5rem; text-align: left; }

/* /ARTICLE */


/* SEARCH POPUP */
#searchPopup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 699;
	background-color: rgba(0,0,0,0.3);
	display: none;
}

#searchPopup_div {
	position: absolute;
	top: 3rem;
	z-index: 700;

	padding: 1rem;

	/* background-color: rgba(0,0,0,0.85); */
	background: linear-gradient(to bottom,  #000000 10%, #176499 70%);

	border: 0px solid #1a1a1a;

	-webkit-border-radius: 20px;
	        border-radius: 20px;
	-webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.7);
	        box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.7);

	width: 90%;
	max-width: 600px;
	/* max-height: 600px; */

	display: none;
}

#searchPopup_div .ResPopup_hide { display: inline-block; }
#searchPopup_div .ResPopup_hide i.fas { font-size: 30px; color: #b30838; }
#searchPopup_div .ResPopup_hide:hover i.fas { color: #ffffff; }

#searchPopup_div .pContent {
	color: #ffffff;
	font-weight: 600;
	padding-top: 1rem;
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}
#searchPopup_div .pContent a, #searchPopup_div .pContent a:visited { color: #ffffff; font-weight: 600; }
#searchPopup_div .pContent a:hover { color: var(--global-color-grey1); }

#searchPopup_div .picto_container {
	position: absolute;
  top: -3rem;
	width: 100%;
	text-align: center;
	z-index: -1;
}
#searchPopup_div .picto_container .oneclic_picto { width: auto; max-height: 6rem; }

#searchPopup_div .input_container {
	display: inline-block;
	padding: 4px 14px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	-webkit-border-radius: 20px;
					border-radius: 20px;
}

#searchPopup_div .input_container i.fas { display: inline-block; color: #999999; }

#searchPopup_div .input_container input[type="text"] {
	font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	background-color: #ffffff;
	color: #555555;
	letter-spacing: 0px;
	line-height: 100%;

	display: inline;
	border: 0;

	-webkit-box-sizing: border-box;
					box-sizing: border-box;

	margin: 0;
	padding: 4px;
	width: 22rem;
}

#searchPopup_div .input_container input[type="text"]::-webkit-input-placeholder { color: #999999; font-style: italic; }
#searchPopup_div .input_container input[type="text"]:-moz-placeholder { color: #999999; opacity: 1; font-style: italic; }
#searchPopup_div .input_container input[type="text"]::-moz-placeholder { color: #999999; opacity: 1; font-style: italic; }
#searchPopup_div .input_container input[type="text"]:-ms-input-placeholder { color: #999999; font-style: italic; }

#searchPopup_div .input_container input[type="text"]:focus {
	border: 0;
	-webkit-box-shadow: unset;
     -moz-box-shadow: unset;
	        box-shadow: unset;
}

#searchPopup_div .cat_container {
	padding: 2px 10px;
	background-color: #000000;
	border: 1px solid #ffffff;
	margin-bottom: 0.5rem;
	-webkit-border-radius: 20px;
					border-radius: 20px;
}

#searchPopup_div .subcat_level1 { margin-left: 2rem; margin-bottom: 0.5rem; }
#searchPopup_div .subcat_level2 { margin-left: 4rem; margin-bottom: 0.5rem; }
#searchPopup_div .subcat_level3 { margin-left: 6rem; margin-bottom: 0.5rem; }
/* /SEARCH POPUP */


.alignmentLtoC { text-align: left; }
.alignmentRtoC { text-align: right; }

.contenu_padding					{ padding: 10px; }
.contenu_padding_sides		{ padding: 0px 10px; }
.ipad-afficher						{ display: none; }
.ipad-portrait-afficher 	{ display: none; }
.ipad-paysage-afficher		{ display: none; }
.mobile-show							{ display: none; }
.mobile-portrait-afficher { display: none; }
.mobile-paysage-afficher	{ display: none; }


@media only screen and (min-width: 1260px) and (max-width: 1549px) {

	.wrapper_categories .button_base.button_details,
	.wrapper_categories a.button_base.button_details, .wrapper_categories a.button_base.button_details:visited {
		font-size: 0.850rem;
		padding: 0.125rem 0.5rem;
	}

	.wrapper_categories .button_base.button_details i.fas { display: none; }

}


@media only screen and (min-width: 1008px) and (max-width: 1030px) {
  .ipad-cacher						{ display: none; }
	.ipad-afficher					{ display: block; }
  .ipad-paysage-cacher		{ display: none; }
	.ipad-paysage-afficher	{ display: block; }
}


/* #Base 1008 Grid */
@media only screen and (min-width: 1008px) and (max-width: 1259px) {

	html, body { font-size: 14px; line-height: 18px; }

	.contenu_padding				{ padding: 8px; }
	.contenu_padding_sides	{ padding: 0px 8px; }

	.wrapper_contenu2 .wrapper_contenu2_inner { width: 75%; }

	.wrapper_produits .bloc .item { width: 25%; }

	.wrapper_categories .inlinebloc .item { width: 15%; margin: 1rem 0.75%; }

}


/* #Base  756 Grid */
@media only screen and (min-width: 756px) and (max-width: 1007px) {

	html, body { font-size: 13px; line-height: 17px; }

  .ipad-cacher						{ display: none; }
	.ipad-afficher					{ display: block; }
  .ipad-portrait-cacher		{ display: none; }
	.ipad-portrait-afficher { display: block; }

	.contenu_padding				{ padding: 6px; }
	.contenu_padding_sides	{ padding: 0px 6px; }

	.sectionTitle h2 { font-size: 28px; }

	.wrapper_entete img.logo_menu { max-width: 15rem; }

	.wrapper_entete .input_container input[type="text"] { font-size: 0.875rem; width: 16rem; }

	.wrapper_basdepage .tablebloc > .item:first-child,
	.wrapper_basdepage .tablebloc > .item:last-child { display: block; width: 100%; padding: 0; border: 0; text-align: center; }
	.wrapper_basdepage .tablebloc > .item:first-child { margin-bottom: 1rem; }

	.wrapper_categories .slogan { max-width: 90%; }
	.wrapper_categories .inlinebloc .item { width: 18%; margin: 1rem 1%; }

	.wrapper_produits .bloc .item { width: 33%; }

	.products_list .container_flex.products_list_subcategories { width: 100%; }

}


@media only screen and (min-width: 756px) and (max-width: 820px) {
	.wrapper_entete .input_container input[type="text"] { font-size: 0.875rem; width: 13rem; }
}


/* #All Mobile */
@media only screen and (max-width: 755px) {

  .mobile-hide			{ display: none; }
	.mobile-show			{ display: block; }

	.alignmentLtoC, .alignmentRtoC { text-align: center; }

	.contenu_padding_sides		{ padding: 0px 6px; }

	h1, h1 a, h1 a:visited { font-size: 1.625rem; }
	h2, h2 a, h2 a:visited { font-size: 1.250rem; }
	h3, h3 a, h3 a:visited { font-size: 1.125rem; }

	.iBloc.textLeft		{ flex-direction: column-reverse; }
	.iBloc.textRight	{ flex-direction: column; }
	.iBloc > .item		{ width: 100%; }
	.iBloc.textLeft > .item:first-child	{ padding-top: 2rem; }
	.iBloc.textRight > .item:nth-child(2)	{ padding-top: 2rem; }

	#entete	{ display: block; padding: 0; }
	.wrapper_entete { background-color: white; height: auto; }
	.wrapper_entete img.logo_menu { max-width: 50vw; max-height: none; margin-left: 3rem; }
	.wrapper_entete .menutable .inlinebloc { display: inline-block; }

	.wrapper_entete .input_container input[type="text"] { width: 12rem; }

	.wrapper_preentete { padding: 1rem 0; }
	.wrapper_preentete .tablebloc.toptable > .item { display: block; width: 100%; padding: 0; border: 0; text-align: center; }
	.wrapper_preentete .tablebloc.toptable > .item:first-child { padding-bottom: 1rem; }

	.wrapper_preentete .mmenu_trigger_container { display: inline-block; }
	.wrapper_preentete .soumission_container { display: none; }

	.wrapper_basdepage .tablebloc > .item:first-child,
	.wrapper_basdepage .tablebloc > .item:last-child { display: block; width: 100%; padding: 0; border: 0; text-align: center; }
	.wrapper_basdepage .tablebloc > .item:first-child { margin-bottom: 1rem; }
	.wrapper_basdepage .inlinebloc.social_links { display: inline-block; }

	#gestionTemoinsIcon { width: 36px; height: 36px; bottom: 1.250rem; }
	#gestionTemoinsIcon img.gestion_temoins_img { width: 26px; }

	.pagebanner.height_20		{ height: 125px; }
	.pagebanner.height_30		{ height: 150px; }
	.pagebanner.height_40		{ height: 170px; }
	.pagebanner.height_50		{ height: 190px; }
	.pagebanner.height_60		{ height: 210px; }
	.pagebanner.height_75		{ height: 40vh; }

	.pagebanner .sectionTitle h1,
	.pagebanner .sectionTitle h1 a, .pagebanner .sectionTitle h1 a:visited { font-size: 2.5rem; }

	.pagebanner .sectionTitle h3,
	.pagebanner .sectionTitle h3 a, .pagebanner .sectionTitle h3 a:visited { font-size: 1.5rem; }

	.index .texte_contenu h2 { font-size: 1.750rem; letter-spacing: -1px; }
	.index .texte_contenu h3 { font-size: 1rem; letter-spacing: 0px; }

	/* .index .texte_contenu table td { display: block; width: 100%; } */
	.index .texte_contenu table tr { display: flex; align-items: center; }
	.index .texte_contenu table.tbl_text_left tr { flex-direction: column-reverse; }
	.index .texte_contenu table.tbl_text_right tr { flex-direction: column; }
	.index .texte_contenu table td { width: 100%; }
	.index .texte_contenu table.tbl_text_left td:first-child { padding-top: 2rem; }
	.index .texte_contenu table.tbl_text_right td:last-child { padding-top: 2rem; }

	.index .texte_contenu img.bloc2_img { height: 12rem; }
	.index .texte_contenu img.bloc3_img { height: auto; }

	/*
	.content .content_recyclage.content_container_4 table td table tr td,
	.content .content_recyclage.content_container_5 table td table tr td { display: block; width: 100%; }

	.content .content_recyclage.content_container_4 table td table tr td:not(:first-child),
	.content .content_recyclage.content_container_5 table td table tr td:not(:first-child) { margin-top: 1rem; }

	.content .content_about.content_container_4 table.table_inner_white > tbody > tr > td { display: block; width: 100%; }
	.content .content_about.content_container_4 table.table_inner_white > tbody > tr > td:not(:first-child) { margin-top: 1rem; }

	.content .content_responsability.content_container_4 table.table_inner_white > tbody > tr > td { display: block; width: 100%; }
	.content .content_responsability.content_container_4 table.table_inner_white > tbody > tr > td:not(:first-child) { margin-top: 1rem; }
*/

	.wrapper_categories .slogan { max-width: 100%; }
	.wrapper_categories .inlinebloc .item { width: 43%; margin: 1rem 2%; }

	.wrapper_categories img.cat_picto { height: auto; width: auto; }

	.wrapper_produits .bloc .item { width: 50%; }

	.content .wrapper_contenu h2 { font-size: 1.750rem; }
	.content .wrapper_contenu h3 { font-size: 1.5rem; }

	.content table.table_inner_white { border-spacing: 0; }
	.content table.table_inner_white > tbody > tr > td { display: block; width: 100%; }
	.content table.table_inner_white > tbody > tr > td:not(:first-child) { margin-top: 1rem; }

	.content table.table_inner_white.table_3cols > tbody > tr > td { width: 100%; }

	.content table.table_2cols_image > tbody > tr > td:first-child,
	.content table.table_2cols_image > tbody > tr > td { display: block; width: 100%; padding: 1.5rem; }
	.content table.table_2cols_image > tbody > tr > td:first-child { padding-top: 0; }
	.content table.table_2cols_image > tbody > tr > td:last-child { padding-bottom: 0; }
	.content table.table_2cols_image > tbody > tr > td:not(:first-child) { padding-left: 1.5rem; margin-top: 1rem; }

	.content .certificats .tablebloc .item { display: block; }
	.content .certificats .tablebloc .item:first-child { margin-bottom: 2rem; }


	.products_list .container_flex.products_list_subcategories { width: 100%; }
	.products_list .container_flex.products_list_subcategories .container_flex_item { flex: unset; width: 50%; padding: 2%; margin-bottom: 2rem; }

	.products_details .yt_container { width: 100%; }
	.products_details .yt_container iframe { width: 100%; }

}


/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 755px) {
	html, body { font-size: 13px; line-height: 17px; }

  .mobile-paysage-cacher		{ display: none; }
	.mobile-paysage-afficher	{ display: block; }
}


/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 479px) {
	html, body { font-size: 12px; line-height: 16px; }

  .mobile-portrait-cacher		{ display: none; }
	.mobile-portrait-afficher { display: block; }

	.sectionTitle h2 { font-size: 28px; }
	.sectionTitle h3 { font-size: 20px; }
}


@media only screen and (min-height: 500px) and (max-height: 800px) {

	html, body { font-size: 13px; line-height: 17px; }

}


@media print {
	.no-print, .no-print * { display: none !important; }
}


/* Parallax
================================================== */
/*
.wrapper_contenu2 {
	background: url('https://uploads.visionw3.com/sitefiles/chaptec.com/contenus/accueil_commandez.jpg') 50% 0 no-repeat fixed;
	-webkit-background-size: cover;
	        background-size: cover;
	margin: 0 auto;
}
*/

@media only screen and (max-width: 1024px) {
	/* .wrapper_contenu2 { background-attachment: scroll; } */
}
/* /Parallax */
