html, body {
	font: 16px/21px 'Roboto Condensed', 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: #000000;
}

body {
	background-color: #000000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;

	overflow-x: hidden; /* because of big balls */
}

.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; }

.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: .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 */


::selection {
	color: #ffffff;
	background: var(--global-color-blue1);
	text-shadow: none;
}


/* #Entete
================================================== */
#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;
}

#entete { width: 100%; position: relative; z-index: 700; }

.wrapper_entete {
	text-align: center;

	color: #000000;
	padding: 0.5rem;

	background-color: #000000;
	height: 80px;
}

.wrapper_entete img.logo_menu { max-width: 25rem; max-height: 60px; }

.wrapper_entete .mmenu_container { display: none; }
.wrapper_entete .mmenu_trigger_container { display: none; }
.wrapper_entete .menu_title { color: var(--global-color-red1); font-size: 0.875rem; font-weight: 600; line-height: 1; text-transform: uppercase; }

.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: #ffffff; line-height: 1.5; font-weight: 400; letter-spacing: 1px;text-transform: uppercase; }
.wrapper_entete h4 a, .wrapper_entete h4 a:visited { font-weight: 600; }
.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 > .item:last-child { width: 130px; }

/* 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-wrapper.is-sticky .wrapper_entete img.logo_menu { max-height: 60px; margin-bottom: 0.5rem; }
/* /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 { margin: 0 auto; }
.wrapper_basdepage .tablebloc > .item:first-child { width: 50%; padding-right: 1rem; }
.wrapper_basdepage .tablebloc > .item:last-child { width: 50%; /* border-left: 1px solid #ffffff; */ padding-left: 2rem; text-align: left; }

.wrapper_basdepage h5,
.wrapper_basdepage h5 a, .wrapper_basdepage h5 a:visited { font-size: 0.875rem; color: #ffffff; line-height: 100%; letter-spacing: -.5px; text-transform: uppercase; }
.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 { max-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); }


.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;
	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_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-transform: uppercase;
	text-shadow: 3px 3px 5px #000000;
}


.wrapper_index_slider {
	text-align: center;
	background-color: #ffffff;
}


.wrapper_contenu {
	text-align: center;
	background-color: #ffffff;
}


.wrapper_index_inventaire {
	text-align: center;
	background-color: #000000;
}

.wrapper_index_inventaire .links {
	padding: 2rem 0;
}

.wrapper_index_inventaire .links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

.wrapper_index_inventaire .links ul li { position: relative; display: inline-block; }
.wrapper_index_inventaire .links ul > li:not(:first-child) { margin-left: 0.375rem; }
.wrapper_index_inventaire .links ul > li:not(:last-child) { padding-right: 0.750rem; border-right: 3px solid #ffffff; }

.wrapper_index_inventaire .links h3,
.wrapper_index_inventaire .links h3 a, .index .wrapper_index_inventaire .links h3 a:visited {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;

	line-height: 90%;
	vertical-align: text-bottom;
}
.wrapper_index_inventaire .links h3 a:hover { color: var(--global-color-hoverondark); }

.wrapper_index_inventaire .inventaire_inner1 {
	display: table;
	width: 100%;
	min-height: 40vh;
}

.wrapper_index_inventaire .inventaire_inner2 {
	display: table-cell;
	float: none;
	height: 100%;
	vertical-align: middle;
}

.wrapper_index_inventaire .inventaire_phrase {
	background-color: var(--global-color-red1);
	border: 2px solid #ffffff;

	display: inline-block;
	padding: 1rem;

	-webkit-border-radius: 4px;
					border-radius: 4px;

	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.4);
	        box-shadow: 0 6px 10px 0 rgba(0,0,0,.4);
}

.wrapper_index_inventaire .inventaire_phrase h3 { color: #ffffff; font-size: 1.5rem; font-weight: 600; text-transform: uppercase; }


.wrapper_catalogue1 {
	text-align: center;
	background-color: #3b3b3b;
	padding: 2rem 0;
}

.wrapper_catalogue1 h3 { color: #ffffff; font-size: 1.5rem; font-weight: 600; text-transform: uppercase; }

.wrapper_catalogue2 {
	text-align: center;
	background-color: #ffffff;
}

.wrapper_catalogue2 .button_base {
	position: absolute;
	bottom: 5rem;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 20rem;
}


/* PAGES DE CONTENU */
.content { }

.content .wrapper_contenu .texte_contenu {
	font-size: 1.125rem;
}

.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-red1);
	font-size: 0.5rem;
	font-weight: 900;

	display: inline-block;
	vertical-align: bottom;
	margin-left: -2rem;
	padding-right: 1rem;
}

.content .content_containers h2 { color: var(--global-color-red1); margin-bottom: 1.5rem; }

.content .content_containers table { width: 100%; }

.content .content_containers table,
.content .content_containers table tr th,
.content .content_containers table tr td { border: 1px solid #eaeaea; }

.content .content_containers table tr th,
.content .content_containers table tr td { font-size: 0.875rem; padding: 0.250rem 0.5rem; text-align: left; }

.content .content_containers table tr th { font-weight: bold; }

.content .contentlist_containers h3 { margin-bottom: 1rem; }
.content .contentlist_containers .button_base { margin-top: 1rem; }

.content .wrapper_containers {
	text-align: center;
	background-color: #ffffff;
	padding: 2rem 0;
}
.content .wrapper_containers .container { max-width: none; }

.content .wrapper_containers .wrapper_containers_slider { width: 90%; margin: 0 auto; }
.content .wrapper_containers .wrapper_containers_slider.slick-initialized .slick-slide { padding: 0 1rem; display: inline-block; vertical-align: middle; float: none; text-align: center; }
.content .wrapper_containers .wrapper_containers_slider .slick-slide img { display: inline-block; max-width: 100%; }

.content .wrapper_containers .wrapper_containers_slider .slick-prev:before,
.content .wrapper_containers .wrapper_containers_slider .slick-next:before { color: #949494; }
/* /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 */


/* PRODUCT INFOS */
.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: 1rem; font-weight: 400; line-height: 115%; letter-spacing: -0.5px; }
.proddetails .prodDescription a:hover { color: var(--global-color-blue1); }


.proddetails .wrapper_product_images { 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%; max-width: 300px; 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 .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 .wrapper_product_conseils { margin: 2rem 0; text-align: center; }
.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 { padding: 0.750rem; color: white; font-size: 1.5rem; font-weight: 600; text-transform: uppercase; }

.proddetails .wrapper_product_conseils .miseengarde_bottom { background-color: #dddddd; padding: 0.750rem 1.5rem; }
.proddetails .wrapper_product_conseils .conseils_bottom,
.proddetails .wrapper_product_conseils .miseengarde_bottom { color: black; font-size: 1rem; font-weight: 400; text-transform: uppercase; }
.proddetails .wrapper_product_conseils .conseils_bottom b,
.proddetails .wrapper_product_conseils .miseengarde_bottom b { color: var(--global-color-red1); font-weight: 600; }

.proddetails .wrapper_product_conseils .sub1 { font-size: 0.875rem; }
.proddetails .wrapper_product_conseils .highlight1 { font-size: 1.250rem; }


.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; text-transform: uppercase; }
.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; text-transform: uppercase; }
.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; text-transform: uppercase; font-style: italic; }
.proddetails .wrapper_product_astuces .news_resume a:hover { color: var(--global-color-blue1); }

.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; }
/* /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 */


/* BALLS */
@keyframes MoveUpDown_old {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-14px, -30px); }
}

@keyframes MoveUpDow1 {
  0%, 100% { transform: translate(0, 0); }
  25%	{ transform: translate(-14px, -30px); }
  50%	{ transform: translate(-10px, -10px); }
  75%	{ transform: translate(-14px, 10px); }
}

@keyframes MoveUpDow2 {
  0%, 100% { transform: translate(0, 0); }
  20%	{ transform: translate(-14px, -35px); }
  40%	{ transform: translate(-5px, -10px); }
  60%	{ transform: translate(10px, 10px); }
  80%	{ transform: translate(20px, 20px); }
}

@keyframes MoveUpDow3 {
  0%, 100% { transform: translate(0, 0); }
  20%	{ transform: translate(-14px, -35px); }
  40%	{ transform: translate(-20px, -10px); }
  60%	{ transform: translate(10px, 20px); }
  80%	{ transform: translate(30px, 10px); }
}

.balls {
  position: absolute;
	background-color: var(--global-color-red1);

	animation: MoveUpDow3 5s linear infinite;
	z-index: 2;
}

.ball_1 { width: 10rem; height: 10rem;	-webkit-border-radius: 5rem;		border-radius: 5rem;		animation-name: MoveUpDow3; animation-delay: 0.5s; }
.ball_2 { width: 13rem; height: 13rem;	-webkit-border-radius: 6.5rem;	border-radius: 6.5rem;	animation-name: MoveUpDow2; animation-delay: 1s; }
.ball_3 { width: 16rem; height: 16rem;	-webkit-border-radius: 8rem;		border-radius: 8rem;		animation-name: MoveUpDow1; animation-delay: 1.5s; }
/* /BALLS */


.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: 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; }

}


/* #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_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; }
}


/* #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: 1rem 0 0 0; }
	.wrapper_entete { background-color: white; height: auto; }
	.wrapper_entete img.logo_menu { max-width: 50vw; max-height: none; margin-left: 3rem; }

	.wrapper_entete .container .row .col.span100 { margin-bottom: 0; }

	.wrapper_entete h4,
	.wrapper_entete h4 a, .wrapper_entete h4 a:visited { color: #000000; font-size: 1.250rem; }

/*
	.wrapper_entete .tablebloc > .item { display: block; width: auto; }
	.wrapper_entete .tablebloc > .item:first-child,
	.wrapper_entete .tablebloc > .item:last-child { width: auto; }
	.wrapper_entete .tablebloc > .item:first-child { display: inline-block; float: left; }
	.wrapper_entete .tablebloc > .item:nth-child(2) { text-align: right; padding-bottom: 1rem; }
	.wrapper_entete .tablebloc > .item:last-child { text-align: right; }
*/

	.wrapper_entete .tablebloc > .item:last-child { width: 150px; }

	.wrapper_entete .mmenu_trigger_container { display: inline-block; }

	.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; }

	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; }

	.ball_1 { width: 3rem;  height: 3rem;  -webkit-border-radius: 1.5rem; border-radius: 1.5rem; }
	.ball_2 { width: 5rem;  height: 5rem;  -webkit-border-radius: 2.5rem; border-radius: 2.5rem; }
	.ball_3 { width: 7rem;  height: 7rem;  -webkit-border-radius: 3.5rem; border-radius: 3.5rem; }
}


/* #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 print {
	.no-print, .no-print * { display: none !important; }
}


/* Parallax
================================================== */
.parallax_inventaire {
	background: url('https://uploads.visionw3.com/sitefiles/elano.ca/website/warehouse.webp') 50% 0 no-repeat fixed;
	-webkit-background-size: cover;
	        background-size: cover;
	margin: 0 auto;
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.parallax_inventaire { background-attachment: scroll; }
}
/* /Parallax */
