html, body {
	font: 16px/21px 'Nunito Sans', Helvetica, Arial, sans-serif;
	color: #000000;
}

body {
	background-color: #000000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

.static_content p { padding-top: 0px; margin-top: 0px; }
.static_content ul { list-style: disc inside none; }
.static_content ol { list-style: decimal 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; }

pre { text-align: left; }

.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; }

.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; }

.text-left		{ text-align: left; }
.text-center	{ text-align: center; }
.text-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 { opacity: 0; }
.hideme-slide, .hideme-slide2 { opacity: 0; bottom: -100% !important; }

.dontHide {
	-webkit-transition: all 2s ease-in-out 0.5s;
	        transition: all 2s ease-in-out 0.5s;
}

.dontHide.delay {
	-webkit-transition: all 1.5s ease-in-out 0.5s;
	        transition: all 1.5s ease-in-out 0.5s;
}


/* Gestion Temoins Icon */
#gestionTemoinsIcon {
	display: table;
	position: fixed;
	overflow: hidden;
	border: none;
	z-index: 698;

	bottom: .95em;
	left: .95em;

	width: 48px;
	height: 48px;

	background-color: var(--global-color-red1);
	-webkit-border-radius: 60px;
					border-radius: 60px;
	text-align: center;
}
#gestionTemoinsIcon:hover { background-color: #7b212b; }
#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,
.wrapper_entete img.menu_title,
.wrapper_entete img.logo_menu,
.wrapper_entete h4, .wrapper_entete h4 a,
.wrapper_entete .jqueryslidemenu {
	-webkit-transition: all 0.5s ease-in-out 0s;
	        transition: all 0.5s ease-in-out 0s;
}


::selection {
	color: #ffffff;
	background: var(--global-color-blue1);
	text-shadow: none;
}


/* #Entete
================================================== */
#entete { width: 100%; position: fixed; top: 0; z-index: 700; }

.wrapper_entete {
	text-align: center;
	background-color: #eeeeee;
	color: #444444;
	padding: 0.5rem;
}

.wrapper_entete .main_tbl { }
.wrapper_entete .right_tbl { }

.wrapper_entete .inlinebloc .item.logo_menu_container { padding-right: 2.5rem; }
.wrapper_entete img.logo_menu { max-width: 22rem; height: 60px; }

.wrapper_entete .menu_title { color: #000000; font-size: 0.875rem; font-weight: 600; line-height: 1; text-transform: uppercase; }
.wrapper_entete .mmenu_container { display: none; }
.wrapper_entete .mmenu_trigger_container { display: none; }

.wrapper_entete .social_container { display: inline-block; text-align: center; }

.wrapper_entete h4,
.wrapper_entete h4 a, .wrapper_entete h4 a:visited { font-size: 1rem;	color: #000000; line-height: 1.5; font-weight: 800; letter-spacing: 1px; }
.wrapper_entete h4 a:hover { color: var(--global-color-red1); }

.wrapper_entete h4 i.fab { margin-right: 0.5rem; }

.wrapper_entete a.user_links, .wrapper_entete a.user_links:visited { font-size: 1.250rem; color: #000000; }
.wrapper_entete a.user_links:hover { color: var(--global-color-blue1); }

.wrapper_entete .tablebloc.social_container > .item:not(:last-child) { padding-right: 1rem; }
.wrapper_entete .entete_cart_container i.fas { font-size: 1.375rem; }

/* Sticky menu code */
/*
.sticky-wrapper { height: 112px !important; }
.sticky-wrapper.is-sticky { height: 100px; }

.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-wrapper.is-sticky .wrapper_entete img.logo_menu { max-height: 60px; margin-bottom: 0.5rem; }

.sticky-wrapper.is-sticky .wrapper_entete h4,
.sticky-wrapper.is-sticky .wrapper_entete h4 a, .sticky-wrapper.is-sticky .wrapper_entete h4 a:visited { color: #000000; }
.sticky-wrapper.is-sticky .wrapper_entete .menu_title { color: #000000; }

.sticky-wrapper.is-sticky .wrapper_entete a.user_links, .sticky-wrapper.is-sticky .wrapper_entete a.user_links:visited { color: #000000; }
.sticky-wrapper.is-sticky .wrapper_entete a.user_links:hover { color: var(--global-color-blue1); }
*/
/* /Sticky menu code */


/* #Bas de page
================================================== */
.wrapper_basdepage {
	text-align: center;
	background-color: #000000;
	padding: 2rem 0;
}

.wrapper_basdepage .basdepage_container { display: inline-block; text-align: left; }

.wrapper_basdepage .tablebloc.main { margin: 0 auto; }
.wrapper_basdepage .tablebloc.main > .item:first-child { width: 50%; padding-right: 1rem; }
.wrapper_basdepage .tablebloc.main > .item:last-child { width: 50%; border-left: 1px solid #ffffff; padding-left: 1rem; text-align: left; }

.wrapper_basdepage table.hours tr td:not(:last-child) { padding-right: 1rem; }

.wrapper_basdepage h5,
.wrapper_basdepage h5 a, .wrapper_basdepage h5 a:visited { font-size: 0.875rem; color: #ffffff; line-height: 100%; letter-spacing: -.5px; }
.wrapper_basdepage h5 a, .wrapper_basdepage h5 a:visited { font-weight: 400; }
.wrapper_basdepage h5 a:hover {	color: var(--global-color-hoverondark); }

.wrapper_basdepage .logo_bottom { height: 7rem; }

.wrapper_basdepage .inlinebloc.social_links > .item:not(:last-child) { padding-right: 1rem; }
.wrapper_basdepage .social_links a, .wrapper_basdepage .social_links a:visited { font-size: 1.5rem; color: #ffffff; }
.wrapper_basdepage .social_links a:hover {	color: var(--global-color-hoverondark); }


/* DROPDOWN */
.wrapper-dropdown,
.wrapper-dropdown .dropdown-current,
.wrapper-dropdown .dropdown { width: 190px; }

.wrapper-dropdown {
	display: inline-block;
	text-align: left;
	font-size: 0.875rem;

	/* Size & position */
	position: relative;
	margin: 0 auto;
	padding: 3px 30px 3px 6px;

	/* Styles */
	background: #fff;
	border: 1px solid #e6e8ea;
	-webkit-border-radius: 5px;
					border-radius: 5px;
	cursor: pointer;
	outline: none;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 2;
}

.wrapper-dropdown:after { /* Little arrow */
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #999999 transparent;
}

.wrapper-dropdown .dropdown-current { }
.wrapper-dropdown img { vertical-align: baseline; }

.wrapper-dropdown .dropdown {
	/* Size & position */
	position: absolute;
	top: 100%;
	right: -1px;
	text-align: left;

	/* Styles */
	background: #ffffff;
	-webkit-border-radius: 0 0 5px 5px;
					border-radius: 0 0 5px 5px;
	border: 1px solid #e6e8ea;
	border-top: none;
	border-bottom: none;
	list-style: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

	/* Hiding */
	max-height: 0;
	overflow: hidden;
}

.wrapper-dropdown .dropdown li {
	padding: 3px 6px;
	border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown .dropdown li,
.wrapper-dropdown .dropdown li a, .wrapper-dropdown .dropdown li a:visited {
	font-weight: 300;
	font-size: 0.875rem;
	color: #333333;
	text-decoration: none;

	transition: all 0.3s ease-out;
}

.wrapper-dropdown .dropdown li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
}

/* Hover state */
.wrapper-dropdown .dropdown li:hover { background-color: #eaeaea; }

.wrapper-dropdown .dropdown li:hover,
.wrapper-dropdown .dropdown li:hover a, .wrapper-dropdown .dropdown li:hover a:visited { color: #57a9d9; }

/* Active state */
.wrapper-dropdown .dropdown li.current { cursor: default; }

.wrapper-dropdown .dropdown li.current,
.wrapper-dropdown .dropdown li.current a, .wrapper-dropdown .dropdown li.current a:visited { opacity: 0.4; }
.wrapper-dropdown .dropdown li.current:hover,
.wrapper-dropdown .dropdown li.current:hover a, .wrapper-dropdown .dropdown li.current:hover a:visited { color: #333333; }

.wrapper-dropdown.active {
	background: #f1f1f1;
	-webkit-border-radius: 5px 5px 0 0;
					border-radius: 5px 5px 0 0;
}

.wrapper-dropdown.active:after { border-color: #999999 transparent; }
.wrapper-dropdown.active .dropdown { max-height: 400px; }
/* /DROPDOWN */


/* 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: var(--global-color-red1); }
.inlinePopup .popup_hide i.fa { font-size: 2rem; color: #ffffff; }
.inlinePopup .popup_hide:hover { background-color: #000000; }

.inlinePopup .pContent {
	background-color: #ffffff ;
	border: 0;

	-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);
}


.wrapper_contenu {
	text-align: center;
	background-color: #ffffff;
}


.img_separateur { max-height: 5.5rem; }
.pageTitle .sectionTitle { text-align: left; }

.sectionTitle h1,
.sectionTitle h1 a, .sectionTitle h1 a:visited {
	color: #000000;
	font-size: 3rem;
	font-weight: 600;
}
.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;
}
.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_30		{ height: 30vh; }
.pagebanner.height_40		{ height: 40vh; }
.pagebanner.height_60		{ height: 60vh; }
.pagebanner.height_75		{ height: 75vh; }
.pagebanner.height_100	{ height: calc(100vh - 80px); }

.pagebanner .pagebanner_inner {
	display: table-cell;
	float: none;
	height: 100%;
	vertical-align: middle;
}

.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 h1,
.pagebanner .sectionTitle h1 a, .pagebanner .sectionTitle h1 a:visited {
	color: #ffffff;
	font-size: 4rem;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 3px 3px 5px #000000;
}

.pagebanner .sectionTitle h3,
.pagebanner .sectionTitle h3 a, .pagebanner .sectionTitle h3 a:visited {
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 600;
	text-shadow: 3px 3px 5px #000000;
}


/* To Top */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	overflow: hidden;
	border: none;
	z-index: 1000;

	bottom: .95em;
	right: .95em;

	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 */


.index .wrapper_index_ecoresponsable {
	text-align: left;
	background-color: #000000;
}

.index .wrapper_index_ecoresponsable .stretch-1 { padding: 10rem 0 3rem 0; }

.index .wrapper_index_ecoresponsable .sectionTitle { text-align: left; }
.index .wrapper_index_ecoresponsable .sectionTitle h3 { color: #ffffff; }

.index .wrapper_index_ecoresponsable h5,
.index .wrapper_index_ecoresponsable h5 a, .index .wrapper_index_ecoresponsable h5 a:visited { color: #ffffff; font-size: 1rem; font-weight: 600; }

.index .wrapper_index_ecoresponsable .button_base { margin-top: 1rem; }


.index .wrapper_index_features {
	text-align: center;
	background-color: #000000;
}

.index .wrapper_index_features .tablebloc .item { width: 50%; padding: 2rem 3rem; }
.index .wrapper_index_features .tablebloc .item:first-child { background-color: var(--global-color-red1); text-align: right; }
.index .wrapper_index_features .tablebloc .item:last-child { text-align: left; }

.index .wrapper_index_features .tablebloc .item .item_inner { display: inline-block; text-align: center; }
.index .wrapper_index_features .tablebloc .item .item_inner img { max-width: 34rem; max-height: 34rem; }

.index .wrapper_index_features .sectionTitle h3 { font-size: 4rem; color: #ffffff; }

.index .wrapper_index_features h5,
.index .wrapper_index_features h5 a, .index .wrapper_index_features h5 a:visited { color: #ffffff; font-size: 2rem; font-weight: 600; }
.index .wrapper_index_features h5 b { color: #f2e72d; }

.index .wrapper_index_features .button_base { margin-top: 2rem; }


/* Index slider */
.index .wrapper_slider {
	text-align: center;
	background-color: #ffffff;
	padding-top: 80px;
}

.index .wrapper_slider .bcontainer { display: table; width: 100%; height: calc(80vh - 80px); }
.index .wrapper_slider .bcontainer .bcontainer_inner { display: table-cell; width: 100%; height: 100%; text-align: center; vertical-align: middle; }
.index .wrapper_slider .bcontainer .bcontainer_inner img { max-width: 100%; max-height: calc(80vh - 80px); }

/*
.index .wrapper_slider {
	background-color: white;
	padding-top: 80px;
	height: calc(100vh - 130px);
	overflow: hidden;
}
.index .bx-viewport, .index .bx-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}

.index .bx-wrapper {
	border: 0;

	-webkit-box-shadow: none;
          box-shadow: none;
}

.index .bx-wrapper .slider-home { }
.index .bx-wrapper .slider-home-slide {
	width: 100vw !important;
	height: 80vh;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.index .bx-wrapper .slider-home-caption-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 80px;
}

.index .bx-wrapper .bx-pager { bottom: 2rem; }
.index .bx-wrapper .bx-pager.bx-default-pager a {
	width: 3rem;
	height: 0.750rem;
	margin: 0 0.5rem;
	background: #ffffff;

	-webkit-border-radius: 4px;
					border-radius: 4px;
}

.index .bx-wrapper .bx-pager.bx-default-pager a:hover,
.index .bx-wrapper .bx-pager.bx-default-pager a.active { background: var(--global-color-red1); }
.index .bx-wrapper .bx-pager.bx-default-pager a:focus { background: white; }
.index .bx-wrapper .bx-pager.bx-default-pager a.active:focus { background: var(--global-color-red1); }


.index .slider-home-desc {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index .slider-home-desc > div { display: table-cell; float: none; height: 100%; text-align: center; vertical-align: middle; padding: 4rem; }
.index .slider-home-desc > div { color: rgba(255, 255, 255, 0.9); font-size: 6rem; font-weight: 700; letter-spacing: -0.2rem; line-height: 100%; text-shadow: 0 0 5px rgba(255, 255, 255, 0.6); }

.index .slider-home-desc > div.top { vertical-align: top; }
.index .slider-home-desc > div.middle { vertical-align: middle; }
.index .slider-home-desc > div.bottom { vertical-align: bottom; }
.index .slider-home-desc > div.left { text-align: left; }
.index .slider-home-desc > div.center { text-align: center; }
.index .slider-home-desc > div.right { text-align: right; }

.index .slider-home-desc .all { }
.index .slider-home-desc .desktop { }
.index .slider-home-desc .mobile { display: none; }

.index .slider-home-desc .all,
.index .slider-home-desc .desktop { font-size: 6rem; letter-spacing: -0.2rem; line-height: 100%; }
.index .slider-home-desc .mobile { font-size: 3rem; letter-spacing: 0rem; line-height: 100%; }
*/
/* /Index slider */


.wrapper_index_products {
	text-align: center;
	background-color: #ffffff;
	padding: 2rem 0;
}

.wrapper_index_products hr.red { border: solid var(--global-color-red1); border-width: 4px 0 0; clear: both; margin: 1rem auto; width: 100%; max-width: 13rem; height: 0; }
.wrapper_index_products .pretitle { font-size: 1.5rem; font-weight: 800; text-transform: uppercase; }
.wrapper_index_products img.panier_picto { width: 4rem; }

.wrapper_index_products .tablebloc .item { width: 20%; padding: 1rem; }
.wrapper_index_products .content3 img { margin-bottom: 1rem; max-width: 11rem; }
.wrapper_index_products .content4 img { margin-bottom: 1rem; max-width: 11rem; }

.wrapper_index_products h5,
.wrapper_index_products h5 a, .wrapper_index_products h5 a:visited { color: #000000; font-size: 1rem; font-weight: 600; }
.wrapper_index_products h5 b { var(--global-color-red1) }

.wrapper_index_products .button_base { margin-top: 1rem; }


.wrapper_index_marques {
	text-align: center;
	background-color: #e4e4e4;
	padding: 2rem 0;
}
.wrapper_index_marques .container { max-width: none; }

.wrapper_index_marques .wrapper_index_marques_slider { width: 90%; margin: 0 auto; }
.wrapper_index_marques .wrapper_index_marques_slider.slick-initialized .slick-slide { padding: 0 1rem; display: inline-block; vertical-align: middle; float: none; text-align: center; }
.wrapper_index_marques .wrapper_index_marques_slider .slick-slide img { display: inline-block; max-width: 100%; }


.wrapper_index_commentfaire,
.wrapper_index_apropos { padding: 2rem 0; text-align: center; }
.wrapper_index_commentfaire .subtitle,
.wrapper_index_apropos .subtitle {
	padding: 0.5rem 0;
	background-color: black;

	color: white;
	font-size: 2rem;
	font-weight: 800;
	line-height: 100%;

	-webkit-border-radius: 40px;
					border-radius: 40px;
}

.wrapper_index_commentfaire table.tbl_yt { width: 100%; }
.wrapper_index_commentfaire table.tbl_yt iframe { width: 100%; min-width: 0 !important; min-height: 25vh; }

.wrapper_index_apropos table.tbl_yt { width: 80%; }
.wrapper_index_apropos table.tbl_yt iframe { width: 100%; min-width: 0 !important; min-height: 40vh; }


/* SOCIAL */
.wrapper_social {
	text-align: center;
	background-color: var(--global-color-gray1);
	position: relative;
	padding: 3rem 0 2rem 0;
}

.wrapper_social img { max-width: 8rem; }
.wrapper_social h5 { color: #000000; font-size: 1.250rem; font-weight: 300; margin-bottom: 0.5rem; }

.wrapper_social .subtitle { position: absolute; top: -4.5rem; left: 0; right: 0; }
.wrapper_social .subtitle_inner { padding: 0.5rem 2rem; background-color: #ffffff; border: 1px solid #b3b3b3; display: inline-block; }
.wrapper_social .subtitle h3 { color: #000000; font-size: 2rem; font-weight: 300; }
.wrapper_social .subtitle h3 b { font-weight: 300; color: var(--global-color-blue1); }

.wrapper_social .form_fs input[type="text"] {
	font-weight: 400;
	font-size: 1rem;

	-webkit-border-radius: 0;
					border-radius: 0;

	margin-bottom: 0;
  border: 1px solid var(--global-color-blue2);
	line-height: 110%;
}

.wrapper_social .form_fs input[type="text"]::-webkit-input-placeholder { color: #727272; }
.wrapper_social .form_fs input[type="text"]:-moz-placeholder { color: #727272; opacity: 1; }
.wrapper_social .form_fs input[type="text"]::-moz-placeholder { color: #727272; opacity: 1; }
.wrapper_social .form_fs input[type="text"]:-ms-input-placeholder { color: #727272; }

.wrapper_social .input-container { position: relative; max-width: 220px; margin: 0 auto; }
.wrapper_social .input-container .ph-icon {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;

  right: 0;
  top: 0;
  width: 34px;
  height: 100%;
  background-color: var(--global-color-blue1);
}
.wrapper_social .input-container .ph-icon i.fa { color: #ffffff; font-size: 1.125rem; margin-top: 8px; margin-right: -4px; }
.wrapper_social .input-container input[type="text"] { padding-right: 34px; }
/* /SOCIAL */


/* PAGES DE CONTENU */
.content { }

.content .wrapper_contenu .texte_contenu {
	font-size: 1.125rem;
}

.content .content_about table td { padding: 2rem; }
.content .content_about table img { max-width: 8rem; max-height: 8rem; }

.content .content_about ul,
.content .content_about ol {
	list-style-type: none;
	padding: 0;
	display: table;
	margin-left: 0.5rem;
}

.content .content_about ul li,
.content .content_about ol li {
	list-style-type: none;
	margin-left: 2.5rem;
}

.content .content_about ul li::before,
.content .content_about ol 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;
}

.content .wrapper_contenu table.tbl_yt { width: 80%; }
.content .wrapper_contenu table.tbl_yt iframe { min-width: 35rem; min-height: 600px; max-width: 100%; }


.content .wrapper_contenu .responsive_6cols { display: flex; flex-wrap: wrap; width: 100%; justify-content: space-evenly; }
.content .wrapper_contenu .responsive_6cols > .item { width: 16%; padding: 1%; margin-bottom: 2rem; }
/* /PAGES DE CONTENU */


/* COL DROITE */
.col_droite .col_droite_content { text-align: left; }

.col_droite h5,
.col_droite h5 a, .col_droite h5 a:visited { color: #000000; line-height: 120%; }
/* /COL DROITE */


/* CART */
.cart #panierDiv .sectionTitle { font-size: 1.5rem; letter-spacing: -1px; font-weight: 600; }
.cart #panierDiv .cartItems { font-size: 1.5rem; line-height: 100%; }

.cart table.cart_view tr td:not(:last-child) { padding-right: 0.5rem; }
.cart table.cart_view .total_cell { font-weight: 600; }

.cart .altpayment_container { background-color: #f8f8f8; border: 2px solid #aaaaaa; padding: 0.5rem; -webkit-border-radius: 4px; border-radius: 4px; }
.cart .altpayment_container i.fa-exclamation-circle { font-size: 2rem; color: #ffc200; }

.cart .formMsgErreur { max-width: 700px; margin: 0 auto; }

.cart .panier_square { max-width: 30rem; }
/* /CART */


/* INVOICE PRINT */
.invoice_print .invoiceDetails,
.invoice_print .invoiceDetails a, .invoice_print .invoiceDetails a:visited { font-size: 1rem; }

.invoice_print .invoiceDetails .title,
.invoice_print .invoiceDetails .title a, .invoice_print .invoiceDetails .title a:visited { font-size: 1.5rem; font-weight: 600; }

.invoice_print .invoiceDetails h5,
.invoice_print .invoiceDetails h5 a, .invoice_print .invoiceDetails h5 a:visited { font-size: 1rem; }
/* /INVOICE PRINT */


/* Product list */
.prodlist h3.prod_title,
.prodlist h3.prod_title a, .prodlist h3.prod_title a:visited {
	color: #000000;
	font-size: 2.5rem;
	font-weight: 600;
}
.prodlist h3.prod_title a:hover { color: var(--global-color-blue1); }

.prodlist h4.prod_resume,
.prodlist h4.prod_resume a, .prodlist h4.prod_resume a:visited {
	color: #a6a6a6;
	font-size: 1.250rem;
	font-weight: 400;
}
.prodlist h4.prod_resume a:hover { color: var(--global-color-blue1); }
/* /Product list */


/* PRODUCT INFOS */
.proddetails .wrapper_contenu.pagePreTitle { padding-top: 6rem; }

.proddetails .wrapper_contenu.pagePreTitle .pretitle_1 { font-size: 0.875rem; font-weight: 600; text-transform: uppercase; line-height: 100%; }
.proddetails .wrapper_contenu.pagePreTitle .pretitle_2 { font-size: 1.5rem; font-weight: 800; text-transform: uppercase; line-height: 100%; }
.proddetails .wrapper_contenu.pagePreTitle .red { color: var(--global-color-red1); }

.proddetails .wrapper_contenu.pagePreTitle hr { border: solid var(--global-color-red1); border-width: 4px 0 0; clear: both; margin: 1rem auto; width: 100%; max-width: 13rem; height: 0; }

.proddetails .pageTitle hr { margin: 1rem 0; }
.proddetails .sectionTitle h1 { font-size: 2.5rem; font-weight: 800; }
.proddetails .sectionTitle h1 sup { font-weight: 600; }

.proddetails .tablebloc.partner_logos { display: inline-block; }
.proddetails .tablebloc.partner_logos > .item:not(:last-child) { padding-right: 0.5rem; }
.proddetails .partner_logos img { width: auto; height: 3.5rem; }

.proddetails .texte_contenu ul {
	list-style-type: none;
	padding: 0;
	display: table;
	margin-left: 0.5rem;
}

.proddetails .texte_contenu ul li {
	list-style-type: none;
	margin-left: 2.5rem;
}

.proddetails .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;
}

.proddetails .prodDescription,
.proddetails .prodDescription a, .proddetails .prodDescription a:visited { font-size: 1.250rem; font-weight: 400; line-height: 130%; letter-spacing: -0.5px; }
.proddetails .prodDescription a:hover { color: var(--global-color-blue1); }


.proddetails img.prod_main_image { max-height: 26rem; }

.proddetails .wrapper_product_images { width: 100%; border: 1px solid #aaaaaa; display: inline-block; padding: 2rem; }
.proddetails .wrapper_product_images .slider_title { text-transform: uppercase; }
.proddetails .wrapper_product_images_slider { width: 100%; margin: 0 auto; }
.proddetails .wrapper_product_images_slider.slick-initialized .slick-slide { padding: 0 1rem; display: inline-block; vertical-align: middle; float: none; text-align: center; }
.proddetails .wrapper_product_images_slider .slick-slide img { display: inline-block; max-width: 100%; }

.proddetails .wrapper_product_images_slider .slick-next:before,
.proddetails .wrapper_product_images_slider .slick-prev:before { color: #999999; }


.proddetails .wrapper_product_share { margin: 0.5rem 0; }
.proddetails .wrapper_product_share hr { border: solid #aaaaaa; border-width: 1px 0 0; clear: both; margin: 1rem 0; height: 0; }
/*
.proddetails .wrapper_product_share .tablebloc > .item { width: 25%; }
.proddetails .wrapper_product_share .tablebloc > .item:first-child { text-align: left; }
.proddetails .wrapper_product_share .tablebloc > .item:last-child { text-align: right; }
*/
.proddetails .wrapper_product_share .tablebloc { margin: 0 auto; }
.proddetails .wrapper_product_share .tablebloc > .item:not(:last-child) { padding-right: 1rem; border-right: 1px solid #aaaaaa; }
.proddetails .wrapper_product_share .tablebloc > .item:not(:first-child) { padding-left: 1rem; }

.proddetails .wrapper_product_share .inlinebloc { display: inline-block; }

.proddetails .wrapper_product_share,
.proddetails .wrapper_product_share a, .proddetails .wrapper_product_share a:visited { color: black; }
.proddetails .wrapper_product_share a:hover { color: var(--global-color-blue1); }

.proddetails .prodPricesBox_container {
	width: 100%;
	text-align: center;
}

.proddetails .prodPricesBox_container > .tablebloc { margin: 0 auto; }
.proddetails .prodPricesBox_container > .tablebloc > .item:not(:last-child) { padding-right: 1rem; }

.proddetails .prodPricesBox_container img.panier_picto { width: 5rem; }
.proddetails .prodPricesBox_container .panier_subtitle { font-size: 1.5rem; font-weight: 800; color: var(--global-color-red1); }

.proddetails .prodPricesBox {
	width: 100%;
	text-align: center;

	border: 2px solid #cccccc;
	background-color: #f9f9f9;
	padding: 1rem;

	-webkit-border-radius: 6px;
					border-radius: 6px;
}
.proddetails .prodPricesBox .price { font-weight: 800; }
.proddetails .prodPricesBox .fields_bloc { display: inline-block; }

.proddetails table.cart_mentions,
.proddetails table.cart_mentions a, .proddetails table.cart_mentions a:visited { font-size: 0.875rem; color: #555555; }
.proddetails table.cart_mentions a:hover { color: var(--global-color-red1); }
.proddetails table.cart_mentions i.fas,
.proddetails table.cart_mentions i.far { font-size: 1rem; }
.proddetails table.cart_mentions tr td { padding-bottom: 0.5rem; }
.proddetails table.cart_mentions tr td:not(:last-child) { padding-right: 1rem; }

.proddetails table.cart_mentions img.panier_square { max-width: 24rem; }

.proddetails .faq_title { font-size: 1.5rem; font-weight: 900; }
.proddetails .faq_texte { text-align: left; }
.proddetails .faq_texte h2 { font-size: 1.5rem; font-weight: 900; }
.proddetails .faq_texte h2 strong { font-weight: 900; }
.proddetails .faq_texte h3 { font-size: 1.250rem; font-weight: 600; }
.proddetails .faq_texte blockquote {
	font-size: 1.250rem;
	color: black;
	line-height: 1.7;

	margin-top: 1rem;
	margin-left: 2rem;
	background-color: #eeeeee;
	border-left: 6px solid var(--global-color-red1);
	padding: 1rem 2rem;

	display: block;
	text-align: left;

	-webkit-border-radius: 0;
					border-radius: 0;
}

.proddetails .faq_texte blockquote p { margin-bottom: 0.5rem; }

.proddetails .faq_texte blockquote ul { margin-left: 2rem; }
.proddetails .faq_texte blockquote ul li::before {
	font-size: 0.750rem;
	margin-left: -2rem;
	padding-right: 1rem;
}

.proddetails .wrapper_product_conseils { padding: 2rem 0; text-align: center; background-color: white; }
.proddetails .wrapper_product_conseils .conseils_header { background-color: black; }
.proddetails .wrapper_product_conseils .miseengarde_header { background-color: var(--global-color-red1); }

.proddetails .wrapper_product_conseils .conseils_header,
.proddetails .wrapper_product_conseils .miseengarde_header,
.proddetails .wrapper_product_conseils .instructions_header { padding: 0.750rem; color: white; font-size: 1.5rem; font-weight: 600; text-transform: uppercase; }

.proddetails .wrapper_product_conseils .miseengarde_bottom { background-color: #dddddd; }
.proddetails .wrapper_product_conseils .conseils_bottom,
.proddetails .wrapper_product_conseils .miseengarde_bottom,
.proddetails .wrapper_product_conseils .instructions_bottom { color: black; font-size: 1rem; font-weight: 400; text-transform: none; text-align: left; padding: 0.750rem 1.5rem; }

/*
.proddetails .wrapper_product_conseils .miseengarde_bottom,
.proddetails .wrapper_product_conseils .instructions_bottom,
.proddetails .wrapper_product_conseils .miseengarde_bottom span,
.proddetails .wrapper_product_conseils .instructions_bottom span {
	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
	font-size: 1rem !important;
}
*/

.proddetails .wrapper_product_conseils .conseils_bottom b,
.proddetails .wrapper_product_conseils .miseengarde_bottom b { color: #ff0000; font-weight: 600; }

.proddetails .wrapper_product_conseils .sub1 { font-size: 0.875rem; }
.proddetails .wrapper_product_conseils .highlight1 { font-size: 1rem; }


.proddetails .wrapper_product_astuces { margin: 2rem 0; text-align: center; }
.proddetails .wrapper_product_astuces .astuces_header { background-color: black; padding: 0.750rem; color: white; font-size: 1.5rem; font-weight: 600; }
.proddetails .wrapper_product_astuces .astuces_header .fab { color: var(--global-color-red1); }
.proddetails .wrapper_product_astuces .astuces_bottom { margin-top: 2rem; }
.proddetails .wrapper_product_astuces .tablebloc > .item:first-child { width: 33%; padding-right: 1.5rem; }

.proddetails .wrapper_product_astuces .news_title,
.proddetails .wrapper_product_astuces .news_title a, .proddetails .wrapper_product_astuces .news_title a:visited { color: black; font-size: 1.5rem; font-weight: 600; }
.proddetails .wrapper_product_astuces .news_title a:hover { color: var(--global-color-blue1); }

.proddetails .wrapper_product_astuces .news_resume,
.proddetails .wrapper_product_astuces .news_resume a, .proddetails .wrapper_product_astuces .news_resume a:visited { color: black; font-size: 1rem; font-weight: 400; font-style: italic; }
.proddetails .wrapper_product_astuces .news_resume a:hover { color: var(--global-color-blue1); }


.proddetails .wrapper_product_conseils .instructions_header { background-color: #606060; }
.proddetails .wrapper_product_conseils .instructions_bottom { background-color: #efefef; border: 1px solid #000000; padding: 0.750rem 1.5rem; text-align: left; }
.proddetails .wrapper_product_conseils .instructions_bottom .tablebloc .item:first-child { padding-right: 1rem; }
.proddetails .wrapper_product_conseils .instructions_bottom .tablebloc .item:last-child { padding-left: 1rem; }
.proddetails .wrapper_product_conseils .instructions_bottom ol li { margin-bottom: 1rem; }
.proddetails .wrapper_product_conseils .instructions_bottom .brouge { color: var(--global-color-red1); font-weight: 600; }
.proddetails .wrapper_product_conseils .instructions_bottom table td:not(:first-child) { padding-left: 1rem; }
.proddetails .wrapper_product_conseils .instructions_bottom table td:not(:last-child) { padding-right: 1rem; }

.proddetails .notice_fancypopup {
	width: 80vw;
	max-width: 800px;
	max-height: 80vh;

	overflow: auto;
	display: none;
}

.wrapper_product_conseils .conseils_bottom img { margin-top: -16px; }
.wrapper_product_conseils .conseils_bottom .tablebloc .item:first-child { padding-right: 1rem; }
.wrapper_product_conseils .conseils_bottom .tablebloc .item:last-child { padding-left: 1rem; }


#addtocart_popup_div.inlinePopup { }
#addtocart_popup_div.inlinePopup .pContent { text-align: center; padding: 1rem; }
#addtocart_popup_div.inlinePopup .qty_container { display: inline-block; }
#addtocart_popup_div.inlinePopup .options_container { display: inline-block; }
/* /PRODUCT INFOS */


/* ARTICLES RECENTS */
.articles_recents .searchEmpty h2 {
	font-size: 1.250rem;
	font-weight: 400;
}

.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 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 */


/* 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-red1);
	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 h3.date {
	color: #000000;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: -.5px;
	font-style: italic;
}

.article .infosArticle h3.author,
.article .infosArticle h3.author a, .article .infosArticle h3.author a:visited {
	color: #000000;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -.5px;
}

.article .infosArticle h4.article_shortresume,
.article .infosArticle h4.article_shortresume a, .article .infosArticle h4.article_shortresume a:visited {
	color: #555555;
	font-size: 1rem;
	font-weight: 300;
	font-style: italic;
	letter-spacing: -.5px;
}

.article .infosArticle h3.resume,
.article .infosArticle h3.resume a, .article .infosArticle h3.resume a:visited {
	color: #555555;
	font-size: 1rem;
	font-weight: 700;
	font-style: italic;
	letter-spacing: -.5px;
}

.article .infosArticle h4.article_shortresume p,
.article .infosArticle h3.resume p { margin: 0; }

.article .infosArticle h3.texte,
.article .infosArticle h3.texte a, .article .infosArticle h3.texte a:visited {
	color: #000000;
	font-size: 1rem;
	font-weight: 300;
	line-height: 140%;
	text-decoration: none;
	text-align: justify;
	letter-spacing: -.5px;
}

.article .infosArticle blockquote {
	background-color: var(--global-color-gray1);
	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-hover1); }


.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-hover1); }

.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 */


/* CONTACT */
.contact table.hours tr td:not(:last-child) { padding-right: 1rem; }
/* /CONTACT */


.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; }


/* #Menu fix */
@media only screen and (min-width: 756px) and (max-width: 1400px) {
	.wrapper_entete .right_tbl > .item { display: block; }
}

@media only screen and (min-width: 756px) and (max-width: 1080px) {
	.wrapper-dropdown,
	.wrapper-dropdown .dropdown-current,
	.wrapper-dropdown .dropdown { width: 144px; }
}
/* #/Menu fix */


/* #All Tablet */
@media only screen and (min-width: 756px) and (max-width: 1259px) {

	.index .slider-home-desc .all,
	.index .slider-home-desc .desktop { font-size: 4.5rem; }

}


@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_entete img.logo_menu { max-width: 12rem; }
	.wrapper_entete .item.right > .inlinebloc > .item { display: block; }

}


/* #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 .inlinebloc .item.logo_menu_container { padding-right: 1rem; }
	.wrapper_entete img.logo_menu { max-width: 12rem; }
	.wrapper_entete .item.right > .inlinebloc > .item { display: block; }

	.wrapper_basdepage .tablebloc.main > .item:first-child,
	.wrapper_basdepage .tablebloc.main > .item:last-child { display: block; width: 100%; padding: 0; border: 0; text-align: center; }
	.wrapper_basdepage .tablebloc.main > .item:first-child { margin-bottom: 1rem; }
	.wrapper_basdepage .inlinebloc.social_links { display: inline-block; }

	.wrapper_index_commentfaire table.tbl_yt { width: 80%; }
	.wrapper_index_commentfaire table.tbl_yt iframe { min-width: 35rem; min-height: 400px; max-width: 100%; }

	.wrapper_index_apropos table.tbl_yt { width: 80%; }
	.wrapper_index_apropos table.tbl_yt iframe { min-width: 35rem; min-height: 400px; max-width: 100%; }

	.content .wrapper_contenu table.tbl_yt { width: 80%; }
	.content .wrapper_contenu table.tbl_yt iframe { min-width: 35rem; min-height: 400px; max-width: 100%; }

	.content .wrapper_contenu .responsive_6cols > .item { width: 25%; padding: 1%; margin-bottom: 2rem; }

}


/* #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	{ position: relative; display: block; padding: 1rem 0 0 0; } */
	#entete	{ position: relative; display: block; padding: 0; }
	#entete > .container { padding-top: 1rem; }

	.wrapper_entete img.logo_menu { max-width: 40vw; max-height: 50px; margin-left: 4rem; }
	.wrapper_entete .inlinebloc .item.logo_menu_container { padding-right: 1rem; }
	.wrapper_entete .right_tbl > .item { display: block; }

	.wrapper_entete h4,
	.wrapper_entete h4 a, .wrapper_entete h4 a:visited { color: #000000; font-size: 1rem; }

	.wrapper_entete .mmenu_trigger_container { display: inline-block; }

	.wrapper_basdepage .tablebloc.main > .item:first-child,
	.wrapper_basdepage .tablebloc.main > .item:last-child { display: block; width: 100%; padding: 0; border: 0; text-align: center; }
	.wrapper_basdepage .tablebloc.main > .item:first-child { margin-bottom: 1rem; }
	.wrapper_basdepage .inlinebloc.social_links { display: inline-block; }

	.wrapper_social .social_cols { display: block; }

	.wrapper-dropdown,
	.wrapper-dropdown .dropdown-current,
	.wrapper-dropdown .dropdown { width: 144px; }


	.index .wrapper_slider { padding-top: 0; }
	.index .wrapper_slider .bcontainer { height: 50vh; }
	.index .wrapper_slider .bcontainer .bcontainer_inner img { max-height: 50vh; }

	/*
	.index .wrapper_slider { padding-top: 0; height: calc(50vh); }
	.index .bx-wrapper .slider-home-slide { height: 50vh; }

	.index .bx-wrapper .bx-pager { bottom: 0.5rem; }

	.index .slider-home-desc .desktop { display: none; }
	.index .slider-home-desc .mobile { display: table-cell; }

	.index .slider-home-desc > div { padding: 3rem; }

	.index .slider-home-desc .all,
	.index .slider-home-desc .mobile { font-size: 3rem; }
	*/


	.index .wrapper_index_features .tablebloc .item { display: block; width: 100%; }
	.index .wrapper_index_features .tablebloc .item:first-child,
	.index .wrapper_index_features .tablebloc .item:last-child { text-align: center; }

	.index .wrapper_index_features .tablebloc .item .item_inner img { max-width: 100%; }

	.wrapper_index_products .tablebloc .item { display: inline-block; width: 50%; padding: 1rem; }

	.content .wrapper_contenu table.tbl_yt { width: 100%; }
	.content .wrapper_contenu table.tbl_yt iframe { width: 100%; min-width: 0 !important; min-height: 40vh; }

	.content .wrapper_contenu .responsive_6cols > .item { width: 50%; padding: 2%; margin-bottom: 2rem; }

/*
	.proddetails .wrapper_product_share .tablebloc > .item { display: inline-block; width: 50%; }
	.proddetails .wrapper_product_share .tablebloc > .item:first-child { text-align: center; }
	.proddetails .wrapper_product_share .tablebloc > .item:last-child { text-align: center; }

	.proddetails .wrapper_product_share .tablebloc > .item:first-child,
	.proddetails .wrapper_product_share .tablebloc > .item:nth-child(2) { padding-bottom: 1.5rem; }
*/

	.proddetails .wrapper_contenu.pagePreTitle { padding-top: 2rem; }

	.proddetails .sectionTitle h1 { font-size: 2rem; }

	.proddetails .wrapper_product_images { max-width: 300px; margin-bottom: 2rem; }

	.proddetails table.cart_mentions { width: 100%; }

	.proddetails .prodPricesBox_container { margin: 0 auto; padding-bottom: 2rem; }

	.proddetails .wrapper_product_conseils .instructions_bottom table td:not(:first-child),
	.proddetails .wrapper_product_conseils .instructions_bottom table td:not(:last-child) {
		display: block;
		width: 100% !important;
		padding: 0;
	}
	.proddetails .wrapper_product_conseils .instructions_bottom table td:not(:first-child) { padding-top: 1rem; }

	blockquote.hs1 { padding: 1rem 0; }
	blockquote.hs2 { padding: 1rem 2rem; }

	.pagebanner.height_30		{ height: 125px; }
	.pagebanner.height_40		{ height: 125px; }
	.pagebanner.height_60		{ height: 125px; }
	.pagebanner.height_75		{ height: 40vh; }
	.pagebanner .pagebanner_inner { display: inline-block; padding: 20px 0; }

	.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; }

	br.desk { display: none; }
}


/* #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; }

	.index .slider-home-desc > div { padding: 2rem; }

	.index .slider-home-desc .all,
	.index .slider-home-desc .mobile { font-size: 2.5rem; }

}


/*  #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; }

	.index .wrapper_index_avantages .tablebloc .item { display: block; width: 100%; padding: 0; border: 0; }
}

@media print {

	.no-print, .no-print * { display: none !important; }

	.invoice_print .invoiceDetails .title,
	.invoice_print .invoiceDetails .title a, .invoice_print .invoiceDetails .title a:visited { font-size: 1.250rem; }

	.invoice_print .invoiceDetails,
	.invoice_print .invoiceDetails a, .invoice_print .invoiceDetails a:visited { font-size: 0.875rem; }

	.invoice_print .invoiceDetails h5,
	.invoice_print .invoiceDetails h5 a, .invoice_print .invoiceDetails h5 a:visited { font-size: 0.875rem; }

}