@charset "UTF-8";
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/* JOUBERT : Site web 2020 - MàJ */
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

/*################################*/
/* CSS : GLOBAL */
/*################################*/

@import "reset.css";
@import "joubert_plugins_custom.css";

html, body {
	-webkit-text-size-adjust: 100%;
}


/****************************/
/* FONTS */
/****************************/

html, body, p, cite, figcaption, ul, ol, li, 
input, textarea, button, select, option, label, 
table, th, td  {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	font-family: Roboto, Arial, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	color: black;
}


/****************************/
/* ICONS */
/****************************/

.hasItems-icon a:before, 
.icon:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}
.hasItems-icon-arrowRight a, 
.icon-arrowRight, 
a.icon-arrowRight {
	display: inline-block; 
	padding-left: 1.5em;
	text-indent: -1.5em;
	text-decoration: none;
}

.hasItems-icon-arrowRight a:before, 
.icon-arrowRight:before {
	padding-right: .5em;
	content: "\f061";
	color: #cc0012;
}
#rub-part .hasItems-icon-arrowRight a:before, 
#rub-part .icon-arrowRight:before {
	color: #5e91c8;
}
.icon-stdFont {
	font-family: Arial, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}


/****************************/
/* BALISES HTML BASE */
/****************************/

html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: white;
	background: white url(../images/global/page-bg-deg-blanc.jpg) top center no-repeat;
	background-size: contain;
}
* {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* Titres */
/*---------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .75em 0;
	font-family: rubik, roboto, sans-serif;
	color: #cc0012;
	word-wrap: break-word;
}
h1, h2, h3, h4 {
	line-height: 1.2em;
	letter-spacing: -.02em;
}
h4, h5, h6 {
	margin-bottom: 1em;
}
h1 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: #cc0012;
}
h1 .subHeading, 
h1 .supHeading {
	font-size: 30px;
	text-transform: none;
	color: black;
}
h2 {
	margin-bottom: 1em;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	color: black;
}
h2 .supHeading {
	margin-bottom: .15em;
	font-size: 26px;
}
h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
h3 .subHeading {
	margin-top: .5em;
	font-size: 16px;
	line-height: 1.3em;
}
h4 {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	color: black;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
h1+h2, 
h3+h5 {
	margin-top: -.6em;
}
h2+h1 {
	margin-top: -.4em;
}
ul+h6 {
	margin-top: 1em;
}
p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 
ul+h1, ul+h2, ul+h3, ul+h4, ul+h5, ul+h6 {
	margin-top: 1.25em;
}
h3+form {
	margin-top: 2em;
}
.subHeading, 
.supHeading, 
.smallHeading {
	display: block;
	margin-bottom: 0;
}
.subHeading, 
.supHeading {
	font-family: roboto, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2em;
	text-transform: none;
}
.smallHeading {
	line-height: 1em;
}

/* Textes */
/*---------------------*/

p {
	margin-top: 0;
}
strong {
	font-weight: 500;
}
small {
	font-size: 80%;
}
sup { 
	vertical-align: super; 
	font-size: 70%; 
	line-height: 80%; 
} 
sub { 
	vertical-align: sub; 
	font-size: 70%; 
	line-height: 80%; 
} 
blockquote {
	line-height: 1.2em;
	text-align: center;
}
cite {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 50px;
	padding: 70px 140px 110px 140px !important;
	font-family: rubik, roboto, sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2em;
	text-align: center;
}
cite:before, 
cite:after {
	position: absolute;
	font-size: 140px;
	line-height: 0;
	color: #cc0012;
	}
cite:before {
	content: "“";
	top: 100px;
	left: 65px;
	z-index: -1;
}
cite:after {
	content: "”";
	bottom: 80px;
	right: 65px;
	z-index: -1;
}
p.light, 
span.light {
	font-weight: 300;
}
.center {
	text-align: center;	
}

/* Liens */
/*---------------------*/

a, a:link, a:visited {
	font-weight: 500;
	color: black;
}
a:hover/*, a:focus, a:active*/ {
	color: #cc0012;
	text-decoration: none;
}
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}
a[href^=tel] { 
	color: inherit !important;
	text-decoration: none !important;
	}
h1 a, h1 a:link, h1 a:visited,  
h2 a, h2 a:link, h2 a:visited, 
h3 a,  h3 a:link, h3 a:visited, 
h4 a,  h4 a:link, h4 a:visited, 
h5 a,  h5 a:link, h5 a:visited, 
h6 a, h6 a:link, h6 a:visited  {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

/* Responsive */

@media (hover: hover) {
	a, a:link, a:visited {
		transition: all .15s ease-out;
	}
}

/* Images */
/*---------------------*/

img {
	text-align: center;
	vertical-align: center;
}
figure {
	margin: 1em 0 2em 0;
}
h1+figure, h2+figure, h3+figure, h4+figure, h5+figure, h6+figure {
	margin-top: 2em;
}
figcaption {
	font-size: 85%;
}

/* Listes */
/*---------------------*/

ul, ol {
	margin-left: 1em;
	padding-left: 1.2em;
}
ul ul, ul ol, ol ol, ol ul {
	margin-top: 0.5em;
	margin-bottom: 0;
}
ul {
	list-style: outside disc;
}
ol {
	list-style: outside decimal;
}
li {
	padding: 0 0 .35em 0;
}

/* Formulaires */
/*---------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
}
fieldset.radio-group {
	margin-bottom: 1em;
}
fieldset.file {
	padding: 1em 0;
}
fieldset.file + fieldset.file {
	padding-top: 0;
}
input, button, select {
	vertical-align: middle; 
}
textarea { 
	min-height: 20em;
}
textarea.medium { 
	min-height: 15em;
}
textarea.small { 
	min-height: 10em;
}
input:not([type="checkbox"]):not([type="radio"]),
select {
	margin-bottom: .5em;
}
input[type="checkbox"], input[type="radio"] {
	margin: 0 .5em 0 0;
	vertical-align: baseline;
}
input#code_postal, 
input#tel, 
input#fax { 
	width: 40%;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea, 
select {
	background-color: #f7f7f7;
	border: 1px solid #CCC;
	border-radius: 4px;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea, 
select option {
	padding: .4em 1em;
}
select {
	height: 2.2em;
}
input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus, 
select:focus {
	background-color: white;
	outline: none;
}
input[type="submit"] {
	-webkit-appearance: none;
	margin: 1em 0 .5em 0;
	padding: .5em 1em;
	background-color: #cc0012;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	appearance: none;  
	transition: all .25s ease-out;
	border-radius: 4px;
}
input[type="submit"]:hover {
	cursor: pointer;
	background-color: #aa0000;
}
input[type="checkbox"] {
	float: left; 
	clear: left;
	margin: 0 .3em 0 0;
	padding: 0;
	vertical-align: baseline;
}
input[type="checkbox"]+span {
	display: block;
	margin: 0 0 .3em 1.5em;
}
input[type="checkbox"]:checked+span {
	font-weight: 400;
}
input, textarea, button, select, option {
	font-weight: 400;
}
label {
	line-height: 1.2em;
}
label.empty {
	height: 0;
}
label.radio {
	display: inline-block;
	margin-right: 0.75em;
}

/* Tableaux */
/*---------------------*/

table * {
	text-align: left;
}
td, th {
	padding: 0.3em 10px .45em 10px;
	vertical-align: middle;
	line-height: 1.2em;
}
tr {
	border-bottom: 1px solid black; 
}
tfoot tr {
	border-bottom: none; 
}
thead th {
	font-weight: 700;
}
tbody th {
	font-weight: 400;
	vertical-align: vertical;
}
tfoot td {
	padding-top: 10px !important;
	text-align: left !important;
}
tbody th {
	background-color: #36425e;
	color: white;
}


/****************************/
/* LAYOUT */
/****************************/

/* Layout (global) */
/*---------------------*/

.fullWidthWrapper {
	width: 100%;
}
.globalContentWrapper, 
.stdWidthWrapper, 
.narWidthWrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
.globalContentWrapper {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 100px;
	background-color: white;
}
.narWidthWrapper {
	padding-left: 60px; 
	padding-right: 60px; 
}

/*Layout : Grid  */
/*---------------------*/

.grid .col1 {
	clear: left;
	float: left;
}
.colImg {
	clear: both !important;
}
.grid *.fullWidth {
	width: 100% !important;
	clear: both;
}

/*Layout : Grid 2 col */
/*---------------------*/

/* 2 col : 25/75 % */

.grid-2col-25-75 .col1 {
	width: 25%;
	padding-right: 30px;
}
.grid-2col-25-75 .col2 {
	clear: right;
	float: right;
	width: 75%;
}
.grid-2col-25-75 img {
	margin-right: 15px;
}

/* 2 col : 35/65 % */

.grid-2col-35-65 .col1 {
	width: 35%;
	padding-right: 30px;
}
.grid-2col-35-65 .col2 {
	clear: right;
	float: right;
	width: 65%;
}
.grid-2col-35-65 .col1 img {
	max-width: 100%;
	height: auto;
}

/* 2 col : 42/52 % */

.grid-2col-42-52 .col1 {
	width: 42%;
	margin-right: 6%;
}
.grid-2col-42-52 .col2 {
	clear: right;
	float: right;
	width: 52%;
}

/* 2 col : 45/45 % */

.grid-2col-45-45 .col1 {
	width: 45%;
}
.grid-2col-45-45 .col2 {
	clear: right;
	float: right;
	width: 45%;
}

/* 2 col : 45/55 % */

.grid-2col-45-55 .col1 {
	width: 45%;
	margin-right: 5%;
}
.grid-2col-45-55 .col2 {
	clear: right;
	float: right;
	width: 50%;
}

/* 2 col : 47/42 % */

.grid-2col-47-42 .col1 {
	width: 47%;
}
.grid-2col-47-42 .col2 {
	clear: right;
	float: right;
	width: 42%;
}

/* 2 col : 55/40 % */

.grid-2col-55-40 .col1 {
	width: 55%;
}
.grid-2col-55-40 .col2 {
	clear: right;
	float: right;
	width: 38%;
}

/* 2 col : 55/42 % */

.grid-2col-55-42 .col1 {
	width: 55%;
}
.grid-2col-55-42 .col2 {
	clear: right;
	float: right;
	width: 42%;
}

/* 2 col : 70/30 % */

.grid-2col-70-30 .col1 {
	width: 70%;
	padding-right: 70px;
}
.grid-2col-70-30 .col2 {
	clear: right;
	float: right;
	width: 30%;
}

/* 2 col : 80/20 % */

.grid-2col-80-20 .col1 {
	width: 80%;
	padding-right: 60px;
}
.grid-2col-80-20 .col2 {
	clear: right;
	float: right;
	width: 20%;
}

/* 2 col : auto/auto */

.grid-2col-auto-auto .col1, 
.grid-2col-auto-auto .col2 {
	display: inline-block;
	width: auto;
}
.grid-2col-auto-auto .col1 {
	margin-right: 50px;
}
.grid-2col-auto-auto .col2 {
	float: left;
}

/* Layout : Page header */
/*---------------------*/

header#pageHeader {
	z-index: 1001;
	position: relative;
	width: 100%;
}
header#pageHeader .corporate {
	display: flex;
	justify-content: space-between;
	padding: 0 30px 0 0;
}
header#pageHeader .corporate .col2 {
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px 0;
}

/* Layout : Main content */
/*---------------------*/

#mainContent {
	position: relative;
	clear: both;
}
#mainContent header.mcHeader {
	margin-top: 0;
	margin-bottom: 20px;
}

/* Layout : Page footer */
/*---------------------*/

footer#pageFooter {
	clear: both;
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #eeefef;
}
footer#pageFooter .stdWidthWrapper {
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
	padding-left: 30px;
}
footer#pageFooter .stdWidthWrapper > * {
	flex: 1 1 33%;
}

/* Responsive */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.globalContentWrapper, 
	.stdWidthWrapper, 
	.narWidthWrapper, 
	#mainMenu, 
	#secondNav, 
	#langNav, 
	#mainMenu > li > ul.subMenu, 
	.mod-mainSlider, 
	.mod-stdSlider,
	.mod-slider3,
	.mod-mainSlider .slider {
		width: 768px;
	}
}


/****************************/
/* NAVIGATION */
/****************************/

/* Navigation & menus (global) */
/*---------------------*/

#mobileIconBar {
	display: none;
}
#navBar {
	width: 100%;
	clear: both;
}
#rub-part #navBar {
	background-color: white;
}
.menu, 
.menu ul, 
.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainMenu, 
#secondNav, 
#langNav {
	position: relative;
	width:1024px;
	margin: 0 auto;
	clear: both;
}
#mainMenu > li, 
#secondMenu > li/*, 
#thirdMenu > li*/ {
	float: left;
}
#mainMenu > li:hover > ul.subMenu, 
#secondMenu > li:hover > ul.subMenu, 
#langMenu > li.hasHover:hover > ul.subMenu {
	display: block;
}
.menu a {
	text-decoration: none;
}

/* Main navigation & menu */
/*---------------------*/

#mainNav {
	z-index: 2;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	background-color: #cc0012;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1em;
}
#mainMenu {
	padding-left: 30px;
}
#mainMenu ul, 
#mainMenu li {
	z-index: 1;
	font-size: 17px;
}
#mainMenu li#gamSubLink {
	z-index: 2;
}
#mainMenu > li > a {
	display: block;
	padding: 10px 15px 10px 15px;
	border-right: 1px solid white;
	color: white;
	font-family: "Roboto Condensed", sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
}
#mainMenu > li:last-child > a {
	border: none;
}
#mainMenu > li.home > a {
	font-size: 0;
}
#mainMenu > li.home > a::before {
	content: "\f015";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 17px;
}
#mainMenu a.displaySub {
	cursor: default;
}
#mainMenu > li > a:hover, 
#mainMenu > li:hover > a, 
#rub-home #mainMenu > li.home > a, 
#rub-gam #mainMenu > li.gam > a, 
#rub-group #mainMenu > li.group > a, 
#rub-serv #mainMenu > li.serv > a, 
#rub-certif #mainMenu > li.certif > a, 
#rub-envir #mainMenu > li.envir > a, 
#rub-util #mainMenu > li.util > a, 
#rub-gam #mainMenu > li.gam > a:hover, 
#rub-group #mainMenu > li.group > a:hover, 
#rub-serv #mainMenu > li.serv > a:hover, 
#rub-certif #mainMenu > li.certif > a:hover, 
#rub-envir #mainMenu > li.envir > a:hover, 
#rub-util #mainMenu > li.util > a:hover { 
	background-color: white;
	color: black;
}
#mainMenu > li > a:hover, 
#mainMenu > li.gam:hover > a  { 
	box-shadow: inset 0 -5px 10px rgba(0,0,0,.1);
}
#rub-home #mainMenu > li.home > a:hover, 
#rub-gam #mainMenu > li.gam > a:hover, 
#rub-group #mainMenu > li.group > a:hover, 
#rub-serv #mainMenu > li.serv > a:hover, 
#rub-certif #mainMenu > li.certif > a:hover, 
#rub-envir #mainMenu > li.envir > a:hover, 
#rub-util #mainMenu > li.util > a:hover { 
	box-shadow: none;
	cursor: default; 
}

/* Main menu : dropdown */
/*---------------------*/

#mainMenu > li > ul.subMenu {
	display: none;
	clear: both;
	position: absolute;
	left: 0;
	width: 1024px;
	padding: 40px 0 40px 40px;
	box-shadow: 0px 10px 30px rgba(0,0,0,.3);	
	animation-name: dropdown-anim;
	animation-duration: .3s;
}

@keyframes dropdown-anim {
  from { opacity: 0; top: 65px; }
  to { opacity: 1; top: 45px; }
}

#mainMenu ul a {
	display: block;
}

/* Main menu : dropdown gamme */
/*---------------------*/

/* Recherche panneaux */

#mainMenu li.gam > ul > li > ul:first-child {
	overflow: hidden;
	margin-bottom: 35px;
}
#mainMenu li.gam > ul > li > ul:first-child li {
	display: inline-block;
	width: auto;
	min-width: 35%;
	font-size: 20px;
}
#mainMenu li.gam > ul > li > ul:first-child li:not(:last-child) {
	margin-right: 10px;
}
#mainMenu li.gam > ul > li > ul:first-child li a {
	display: block;
	padding: 20px 20px;
	background-color: #f7f7f7;
	font-family: rubik, roboto, sans-serif;
	font-size: 24px;
	font-weight: 700; 
	line-height: 1.1em;
	text-transform: uppercase;
	color: #999;
}
#mainMenu li.gam > ul > li > ul:first-child li a span {
	display: block;
	margin-bottom: .2em;
	font-family: roboto, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1em;
	letter-spacing: 0;
	text-transform: none;
}
#mainMenu li.gam > ul > li > ul:first-child li a:hover {
	background-color: #cc0012;
	color: white;
}

/* Accès direct pdts */

#mainMenu #accesDirectPdts > li > span  {
	clear: both;
	display: block;
	margin-bottom: 20px;
	font-family: roboto, sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #999;
}
#mainMenu #accesDirectPdts {
	width: 98%;
}
#mainMenu #accesDirectPdts ul {
	display: table-cell;
	width: 16%;
	padding: 0 10px 0 0;
}
#mainMenu #accesDirectPdts ul:not(:nth-child(2)) {
	border-left: 1px solid #999;
	padding-left: 15px;
}
#mainMenu #accesDirectPdts a {
	transition: all .15s ease-out;
}
#mainMenu #accesDirectPdts li {
	font-size: 15px; 
	line-height: 1.2em;
}
#mainMenu #accesDirectPdts ul::before {
	content: "";
	display: block;
	width: 100px;
	height: 38px;
	margin-bottom: 10px;
	background-size: 100%;
	filter: grayscale(1);
	opacity: .3;
	transition: all .15s ease-out;
}
#mainMenu #accesDirectPdts ul:hover::before {
	filter: grayscale(0);
	opacity: 1;
}
#mainMenu #accesDirectPdts ul.gam1::before {
	background-image: url(../images/gamme/logo_gam_1_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam2::before {
	background-image: url(../images/gamme/logo_gam_2_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam3::before {
	background-image: url(../images/gamme/logo_gam_3_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam4::before {
	background-image: url(../images/gamme/logo_gam_4_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam5::before {
	background-image: url(../images/gamme/logo_gam_5_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam6::before {
	background-image: url(../images/gamme/logo_gam_6_w100.gif);
}
#mainMenu #accesDirectPdts a {
	padding: 4px 4px 6px 0; 
	color: #666;
}
#mainMenu #accesDirectPdts a:hover {
	padding-left: 4px;
	color: black;
}
#mainMenu #accesDirectPdts a span {
	font-weight: 300; 
	font-size: 85%;
	line-height: 85%;
}

/* Second navigation & menu */
/*---------------------*/

#secondNav {
	overflow: hidden;
	padding: 15px 85px 15px 15px;
	background-color: white;
}
#secondMenu {
	float: right;
}
#secondMenu li {
	font-size: 16px;
}

/* BEGIN - Masquer le lien Actualités sauf FR et EN */
/*#secondMenu li:nth-child(2) {
	display: none;
}
.fra #secondMenu li:nth-child(2), 
.eng #secondMenu li:nth-child(2) {
	display: inline;
}*/
/* END - Masquer le lien Actualités */

#secondMenu li a {
	display: inline-block;
	padding: 8px 15px 8px 0;
	font-weight: 300;
	line-height: 1em;
}
#secondMenu li.part a {
	padding-right: 8px;
}
#secondMenu > li > a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f054";
	margin-right: 6px;
	font-size: 75%;
	color: #cc0012;
}

/* Joubert Partenaire */

/*
#secondMenu li.part.active a {
	font-weight: 700;
	color: #36425e;
}
*/
#secondMenu li.part.active a:first-child {
	flex-grow: 1;
}
#secondMenu li.part.active a:last-child {
	position: relative;
	top: -.2em;
}
/*
#secondMenu li.part.active a:hover {
	color: #36425e;
}
*/
#secondMenu .logoutPart span {
	display: none;
}
#secondMenu .logoutPart:before {
	margin: 0;
	padding: 4px 5px;
	content: "\f08b";
	font-family: "Font Awesome 5 pro";
	font-size: 12px;
	font-weight: 400;
	color: black;
	border: 1px solid #36425e;
	border-radius: 4px;
}
#secondMenu .logoutPart:hover::before, 
.isLogged a:hover::before {
	background-color: #cc0012;
	color: white;
	border-color: #cc0012;
}
.isLogged a {
	display: inline-block;
	margin-top: 10px;
	padding: 4px 5px;
	border: 1px solid #cc0012;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 4px;
	text-decoration: none;
}

/* Joubert Contact */

#secondMenu li.contact a {
	padding-left: 10px;
	border-radius: 4px;
	font-weight: 700;
	color: #cc0012;
	text-transform: uppercase;
}
#secondMenu li.contact a:hover {
	background-color: #cc0012;
	color: white;
}
#secondMenu li.contact a:before {
	color: #cc0012;
}
#secondMenu li.contact a:hover:before {
	color: white;
}

/* Lang menu */
/*---------------------*/

#langNav {
	z-index: 1;
}
#langMenu {
	position: absolute;
	right: 30px;
	bottom: 15px;
}
#langMenu li {
	font-size: 16px;
}
#langMenu a {
	display: block;
	padding: 8px 12px 6px 12px;
	min-width: min-content;
	border-top: none;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
}
#langMenu > li > a {
	border-radius: 4px;	
	border: 2px solid #cc0012;
	cursor: default;
	color: #cc0012;
}
#langMenu ul.subMenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: white;
	border-radius: 4px;	
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
#langMenu ul.subMenu li {
}
#langMenu ul.subMenu a {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #cc0012;
}
#langMenu ul.subMenu a:hover {
	color: black;
}
#langMenu ul.subMenu li.selected {
	display: none;
}

/* Third navigation & menu */
/*---------------------*/

#thirdNav * {
	color: black;
}
#thirdMenu {
	margin-bottom: 4px;
}
#thirdMenu > li {
	display: inline;
}
#thirdMenu a {
	font-weight: 400;
}
#thirdMenu li:not(:last-child) a {
	margin-right: 16px;
}
#thirdMenu a:hover {
	color: #cc0012;
}
#thirdMenu a:before {
	margin-right: 6px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f054";
	font-size: 75%;
	color: #cc0012;
}
#thirdMenu + p {
	line-height: 1em;
}

/* Local navigation & menu */
/*---------------------*/

.col2 .localNav {
	float: right; 
}
.localMenu1, 
.localMenu1 li, 
.localMenu2, 
.localMenu2 li, 
.localMenu3, 
.localMenu3 li {
	padding: 0;
	list-style: none;
}
.localMenu1, 
.localMenu2 {
	display: inline-block; 
}
.localMenu3 {
	display: table; 
	width: 100%;
	margin: 25px 0 20px 0;
}
.localMenu3 li {
	display: table-cell; 
	text-align: center;
}
.localMenu3 li.fourItems {
	width: 25%;
}
.localMenu3 li:not(:last-child) {
	padding-right: 10px;
}
.localMenu1 a, 
.localMenu2 a, 
.localMenu2 li.hasSub {
	display: block;
	padding: .5em 0 .5em 1.5em;
	border-top: 1px solid black;
	text-indent: -1.5em;
	font-weight: 500;
}
.localMenu1 a:before, 
.localMenu2 a:before {
	content: "\f061";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	padding-right: .5em;
	color: #cc0012;
}
.localMenu1 > li:last-child a, 
.localMenu2 > li:last-child a {
	border-bottom: 1px solid black;
}
.localMenu1 a:hover, 
.localMenu2 a:hover {
	color: #cc0012;
}
.localMenu1 a {
	border-color: black;
	line-height: 1.1em;
	color: black;
}
.localMenu2 a, 
.localMenu2 li.hasSub {
	padding-top: .35em; 
	padding-bottom: .5em; 
	font-size: 16px;
}
.localMenu2 li.hasSub {
	border-bottom: 1px solid black;
	text-transform: uppercase;
}
.localMenu2 ul {
	margin-top: 0; 
	margin-bottom: 0; 
	padding-left: 0.6em;
}
.localMenu2 ul li:first-child a {
	border-top: none; 
}
.localMenu3 a {
	display: block;
	padding: .5em 1em;
	background-color: #f7f7f7;
	font-family: rubik, roboto, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
}
.localMenu3 a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f054";
	margin-right: 6px;
	font-size: 75%;
}
.localMenu3 a:hover {
	background-color: #cc0012;
	color: white;
}


/*************************************/
/* ÉLÉMENTS RÉCURRENTS */
/*************************************/

/* Page Pre-header */
/*---------------------*/

.preHeader {
/*	display: none;*/
	padding: .5em;
	background-color: steelblue;
	font-family: rubik, roboto, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	color: white;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: center;
}

/* Page Header */
/*---------------------*/

a.headerLogo {
	display: block;
	padding: 20px 35px 20px 35px;
}
.corporate .claim {
	font-family: rubik, roboto, sans-serif;
	font-size: 18px; 
	font-weight: 900;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: -.03em;
	text-align: right;
	color: #cc0012;
}
.corporate .claim span {
	color: black;
}
.corporate #headerEventBt {
	display: block;
	width: 128px;
	height: 72px;
	margin-left: 25px;
	background: transparent url(../images/global/video-institutionnelle-2020-header-bt.jpg) center center no-repeat;
	border: 1px solid white;
	border-radius: 4px;
}

header a.socialBt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px; 
	height: 40px;
	margin-left: 25px;
	background-color: #cc0012;
	border-radius: 4px;
	font-size: 23px;
	text-decoration: none;
	text-align: center;
	color: white;	
}
header a.socialBt:hover {
	background-color: white;
	color: #cc0012;
}

/* Main Content */
/*---------------------*/

.mainIntro {
	overflow: hidden;
	margin-bottom: 40px;
	clear: left;
}
.argu {
	overflow: hidden;
	margin-bottom: 50px;
	clear: both;
}
.mainIntro p, 
.intro p, 
.intro {
	font-size: 17px;
	line-height: 1.5em;
}
p.exergue {
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
	color: #cc0012;
}
.flecheLiaisonT-TtoB {
	z-index: 100;
	position: absolute; 
	top: 0; 
	left: 47%;
	width: 46px; 
	height: 35px;
	background: url(../images/navigation/fleche_triangle_ombre_blanc_b_w45.png) center top no-repeat;
}
.flecheLiaisonT-TtoB.grispale {
	background-image: url(../images/navigation/fleche_triangle_ombre_grispale_b_w45.png);
}
.flecheLiaisonT-TtoB.grisclair {
	background-image: url(../images/navigation/fleche_triangle_ombre_grisclair_b_w45.png);
}
.details {
	display: inline-block;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px dotted black;
}
 
 /* Modules sliders */
/*---------------------*/

/* Layout ¨*/

.mod-mainSlider, 
.mod-stdSlider, 
.mod-slider3 {
	position: relative; 
	display: block;
	margin: 0 auto 40px auto;
	background-color: white;
}
.mod-mainSlider {
	width: 1024px;
	margin-bottom: 0;
	padding-bottom: 60px;
}
.mod-stdSlider {
	width: 804px;
	margin-right: 160px;
	margin-left: 60px;
}
.mod-slider3 {
	width: 730px;
	margin: 40px 0;
}
/*section[class*="Slider"] .slider, */
.slider {
	position: relative; 
	visibility: hidden;
}
/*section[class*="Slider"] .slider.revslider-initialised, */
.slider.revslider-initialised {
	visibility: visible;
}
.mod-mainSlider .slider {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
}
.slider ul, 
.slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slide-overlayLink {
	position: absolute; 
	top:0; 
	right:0; 
	bottom:0; 
	left:0;
	z-index: 100;
}

/* Layers : Global ¨*/

[class*="slide-title"] {
	line-height: .9em;
	word-spacing: -.02em;
	text-transform: uppercase;
}
.slide-title-white-bg {
	display: inline-flex;
	align-items: center;
	background-color: white;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	color: #cc0012;
}
.slide-title-white-bg.size1 {
	padding: 7px 20px;
	font-size: 20px;
}
.slide-title-white-bg.size2 {
	padding: 6px 12px;
	font-size: 15px;
}
.slide-title-red-bg {
	background-color: rgba(204,0,18,1);
	backdrop-filter: saturate(100%);
	font-family: rubik;
	font-weight: 900;
	color: white;	
}
.slide-title-red-bg.size1 {
	padding: 20px;
	font-size: 40px;
}
.slide-title-red-bg.size2 {
	padding: 10px 15px;
	font-size: 32px;
}
.slide-title-red-bg.size3 {
	padding: 10px 15px;
	font-size: 26px;
}
.slide-title-red-bg.large {
	padding-right: 1.5em;
}
.slide-title-white.size1 {
	font-family: rubik;
	font-size: 32px;
	font-weight: 900;
	color: white;
}

.slide-icon-white {
	color: white;
}
.slide-icon-duo-red-white {
	--fa-primary-color: #cc0012;
	--fa-secondary-color: white;
	--fa-secondary-opacity: 1;
}

/* Layers : Specifique ¨*/

.slide-chaque-histoire  i {
	font-size: 45px;	
}
.slide-chaque-histoire  .slide-title-red-bg::after {
	display: block;
	margin-top: .3em;
	content: "\f167";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	font-size: 1.13em;
	text-align: center;
}
.slide-eco-envir-video-2017 .slide-title-white {
	text-align: right !important;
}
.mod-mainSlider .slide-title-white.size1 {
	font-size: 40px;
}
.slide-gam-download i {
	font-size: 3.66em; 	
}
.slide-eco-envir-video-2017 i {
	font-size: 4em;
	transition: all .2s;
}
.mod-mainSlider .slide-eco-envir-video-2017 i {
	font-size: 5.33em;	
}
.slide-eco-envir-video-2017:hover i {
	opacity: .6;
}

/* Page footer */
/*---------------------*/

#pageFooter .footerLogo {
	text-align: center;
}
#pageFooter .footerLogo img {
	width: 180px;
}
#pageFooter .iconNavWrap {
	display: flex;
	justify-content: flex-end;
}
#pageFooter .iconNavWrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px; 
	height: 40px;
	border: 1px solid black;
	border-radius: 4px;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	color: black;
}
#pageFooter .iconNavWrap a:not(:last-child) {
	margin-right: 15px;
}
#pageFooter .iconNavWrap a:hover {
	border-color: #cc0012;
	color: #cc0012;
}
/*
#pageFooter .iconNavWrap a i[class*="linkedin"] {
	font-size: 20px;
}
#pageFooter .iconNavWrap a.emailBt {
	margin-right: 15px;
}
*/

/****************************/
/* DIVERS */
/****************************/

/* Blocs spéciaux */
/*---------------------*/

.highLight {
	margin-top: 30px;
	padding: 10px 20px 25px 20px !important;
	background-color: #cc0012;
	color: white;
}
.grid > .highLight {
	margin-top: 0;
}
.highLight h4, 
.linksList h4 {	
	font-family: roboto, sans-serif;
	font-size: 22px;
	line-height: 1.2em;
	text-transform: none;
	color: black;
}
.highLight h4 { 
	margin-bottom: 0;
}
.linksList h4 {
	padding-bottom: 30px;
	background: white url(../images/global/round_shadow_TtoB_w1200.png) left bottom no-repeat;
	background-size: 180px 20px;
}
.highLight h4, 
.highLight * { 
	color: white;
}
.highLight p, 
.highLight li {
	font-weight: 400;
}

/* Textes */
/*---------------------*/

.txtLeft {
	text-align: left;
}
.txtRight {
	text-align: right;
}
.txtCenter {
	text-align: center;
}
.required {
	color: #cc0012;
}
.legende {
	padding-top: .5em;
	font-size: .9em !important; 
	font-style: italic; 
}
.rouge {
	color: #cc0012;
}
.commentaire {
	color: #FF00FF;
}
.messageErreur {
	font-weight: bold;
	color: #cc0012;
}
.messageSucces {
	font-weight: bold;
	color: #818b00;
}
.exergue {
	color: #cc0012;
}

/* Images */
/*---------------------*/

.colImg img:not(:last-child) {
	display: block;
	margin-bottom: 20px;
}
.imgInText {
	position: relative;
	top: .25em;
	float: left;
	margin: 0 20px 10px 0;
}

/* Liens */
/*---------------------*/

.totalCoverLink {
	position: absolute; 
	left: 0;
	top: 0; 
	width: 100%;
	height: 100%;
	background: none;
}
.callToAction, 
a.callToAction, 
.callToAction a {
	color: white;
	font-weight: 700;
	text-decoration: none;
}
.callToAction {
	display: inline-block;
	background-color: #36425E;
	margin: 2em 1.2em 0 0;
	padding: .4em 1.2em .5em 1.2em;
	border: none;
	font-size: 24px;
	font-weight: 700;
}
.callToAction:hover {
	background-color: #CE5E3F;
}
/*.btLinkSmall, .btLinkSmall:link, .btLinkSmall:visited, 
.btLinkStd, .btLinkStd:link, .btLinkStd:visited, 
.btLinkBig, .btLinkBig:link, .btLinkBig:visited,*/
[class*="btLink"], [class*="btLink"]:link, [class*="btLink"]:visited {
	display: inline-block;
	padding: .7em 1.2em; 
	background-color: #cc0012;
	font-family: rubik, roboto, sans-serif;
	/* font-size: 16px; */
	line-height: 1em;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
/*#rub-part .btLinkStd, #rub-part .btLinkStd:link, #rub-part .btLinkStd:visited, 
#rub-part .btLinkBig, #rub-part .btLinkBig:link, #rub-part .btLinkBig:visited,*/
#rub-part [class*="btLink"], #rub-part [class*="btLink"]:link, #rub-part [class*="btLink"]:visited {
	background-color: #36425E;
}
/* .btLinkStd, .btLinkStd:link, .btLinkStd:visited, 
.btLinkSmall, .btLinkSmall:link, .btLinkSmall:visited,  */
.btLinkStd, 
.btLinkSmall {
	margin: 12px 6px 0 0;
}
/* .btLinkBig, .btLinkBig:link, .btLinkBig:visited,  */
.btLinkBig {
	margin: 30px 0 0 0;
}
[class*="btLink"] {
	font-size: 16px;
}
.btLinkSmall {
	font-size: 13px;
}
input[type=submit].btLinkBig {
	background-color: #cc0012;
}
.btVoirVideo, .btVoirVideo:link, .btVoirVideo:visited {
	display: inline-block;
	padding: 10px 20px; 
	background-color: #cc0012;
	border: none !important;
	font-family: rubik, roboto, sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
.fra .btVoirVideo, 
.eng .btVoirVideo {
	margin-bottom: 20px;
}
.btVoirVideo i {
	font-size: 1.5em;
	line-height: .75em;
	padding-left: .5em;
}
/*.btLinkStd:hover, .btLinkStd:focus, .btLinkStd:active, 
.btLinkBig:hover, .btLinkBig:focus, .btLinkBig:active, 
[class*="btLink"]:hover, [class*="btLink"]:not(.toggler):focus, [class*="btLink"]:not(.toggler):active,*/
[class*="btLink"]:hover, [class*="btLink"]:focus, [class*="btLink"]:active,
.btVoirVideo:hover, .btVoirVideo:focus, .btVoirVideo:active, 
input[type=submit].btLinkBig:hover, input[type=submit].btLinkBig:focus, input[type="submit"].btLinkBig:active {
	background-color: white;
	color: #cc0012;
}
a.backToMain {
	position: absolute;
	z-index: 2;
	display: inline-block;
	padding: 12px 8px 12px 6px;
	background-color: #f2f2f2;
	border-radius: 0 4px 4px 0;
	font-family: rubik, roboto, sans-serif;
	font-size: 20px; 
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	color: #999;
	text-decoration: none;
}
a.backToMain:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f053";
	transition: all .15s ease-out;
}
a.backToMain:hover {
	padding-left: 15px;
	color: #cc0012;
}
.pdts a span, 
a.pdts span {
	font-weight: 300; 
}

/* Listes */
/*---------------------*/

ul.noListStyle, 
ul.noListStyle li, 
ul.inlineList, 
ul.inlineList li {
	list-style: none;
	padding-left: 0;
}
ul.inlineList, 
ul.inlineList li {
	margin: 0; 
	padding: 0; 
}
ul.inlineList li {
	display: inline-block;
	margin-right: .75em;
}
ul.inlineList li:before {
/*
	content: "✔";
	font-family: Arial, sans-serif;
*/
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f00c";
	margin-right: .3em;
}
ul.checkList {
	padding-left: 3.2em;
}
ul.checkList li {
	list-style: none;
	text-indent: -2em;
}
ul.checkList li:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f00c";
	color: #cc0012;
	padding-right: 1em;
}
ul.checkList.framed {
	margin-left: 0; 
	padding-left: 2em;
}
ul.checkList.framed li {
	margin: 0;
	padding-bottom: 0;
	font-weight: 700;
	line-height: 1.2em;
}
ul.checkList.framed li:before {
	color: inherit;
}
ul.pdts {
	margin-left: 0;
	padding-left: 0;
}
ul.pdts li {
	margin: 0;
	padding-bottom: .2em;
	line-height: 1.2em;
}

/* Tableaux */
/*---------------------*/

/* Tableau : type 1 (global inclus v1) */
/* Gamme : Entrée */

.tab1 {
	width: 100%;
	margin-bottom: 30px;
}
.tab1 td, 
.tab1 th {
	vertical-align: top;
}
.tab1 th:nth-child(1), 
.tab1 td:nth-child(1) {
	width: 40%;
}
.tab1 td:nth-child(n+2) {
	width: 20%;
}
.tab1 thead tr, 
.tab1 tbody tr:first-child, 
.tab1 tbody tr:last-child {
	border-bottom: none; 
}
.tab1 tbody td:nth-child(even) {	
	background-color: #dfe9f4;
}
.tab1 thead th {
	padding-bottom: 20px;
	font-size: 22px;
	line-height: 1.1em;
	vertical-align: bottom;
}
.tab1 tbody th:first-child {
	font-size: 20px;
	line-height: 1.1em;
	text-transform: uppercase;
}
.tab1 tbody th:nth-child(n+2), 
.tab1 tbody td, 
.tab1 tbody td ul li {
	font-size: 16px;
	font-weight: 400;
}
.tab1 tbody td ul {
	margin: 0;
}
.tab1 tbody small {
	font-weight: 300;
}

/* Tableau : type 1 v2 */
/* Gamme : Entrée */

.tab1.v2 h3 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #36425e;
}
.tab1.v2 td:nth-child(n+2) {
	width: 60%;
	font-weight: 300;
}
.tab1.v2 td {
	padding-top: 8px;
	padding-bottom: 40px;
}
.tab1.v2 tbody tr {
	border-bottom: 8px solid white;
}
.tab1.v2 tbody tr:first-child:hover th {
	cursor: pointer;
	background-color: #36425e;
}
.tab1.v2 tbody tr+tr {
	display: none;
}
.tab1.v2 tbody tr+tr:nth-child(2) td:nth-child(2) {
	border-top: 8px solid #dfe9f4;
}

/* Tableau : type 2 (global inclus v1) */
/* Gamme : Produit */

.tab2 {
	width: 100%;
	margin-bottom: 30px;
}
.tab2 th, 
.tab2 td {
	width: 50%;
}
.tab2 th {
	background-color: #999;
	color: white;
	font-size: 14px;
}
.tab2 th.std {
	background-color: #999 !important;	
}
.srub-pdt .tab2 th {
	background-color: #cc0012;
}
.tab2 thead tr {
	border: none;
}
.tab2 th:nth-child(n+2), 
.tab2 td:nth-child(n+2) {
	text-align: center;
}
.srub-pdt .tab2 .rate0 {
	color: #999;
}
.srub-pdt .tab2 .rate1 {
	color: #cc0012;
}
  
/* Tableau : type 2 v2 */
/* Gamme : Produit */

.tab2.v2 th {
	white-space: nowrap;
}
.tab2.v2 th:first-child, 
.tab2.v2 td:first-child {
	width: auto;
}
.tab2.v2 th:nth-child(n+2), 
.tab2.v2 td:nth-child(n+2) {
	width: 25%;
}
.tab2.v2 .icon-stdFont {
	font-size: 18px;
	line-height: 1em;
}

/* Tableau : type 2 v3 */
/* Gamme : Produit */

.tab2.v3 {
	float: left;
	width: 47%;
	margin-right: 6%;
}
.tab2.v3:last-child {
	float: right;
	margin-right: 0;
}

/* Tableau : type 3 (global inclus v1) */
/* Groupe */

.tab3 td, 
.tab3 th {
	padding: 0 0 .5em 0;
	vertical-align: top;
	font-weight: 400;
}
.tab3 tr {
	border: none;
}
.tab3 th {
	padding-top: .25em;
	background-color: inherit;
	text-align: right;
	font-size: 18px;
}
.tab3 td {
	padding-left: 25px;
}
.tab3 th h6 {
	padding: .25em .25em .25em 40px;
	background-color: white;
	color: #cc0012;
}

/* Tableau : type 4 (global inclus v1) */
/* Partenaire : Infos techniques */

.tab4 {
	width: 99.99%;
	margin-bottom: 40px;
}
.tab4 td, 
.tab4 th {
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	padding-left: 0.4em;
	padding-right: 0.4em;
}
.tab4 th {
	background-color: #36425e;
	color: white;
}
.tab4 thead td {
	background-color: #dfe9f4;
	font-weight: 500;
}
.tab4 th {
	font-size: 16px;
}
.tab4 thead * {
	border-color: white; 
}
.tab4 thead tr:first-child, 
.tab4 thead td:first-child {
	border: none;
}
.tab4 thead td {
	border-left: 1px solid white;
}

/* Formulaires */
/*---------------------*/

.stdForm label:not(.radio) {
	float: left;
	clear: both;
	width: 25%;
	margin-right: 5%;
	margin-bottom: 0.5em;
}
.stdForm input:not([type="submit"]):not([type="radio"]), 
.stdForm textarea, 
.stdForm select { 
	float: left;
	width: 70%;
}
.stdForm fieldset.message label, 
.stdForm fieldset.message textarea, 
.stdForm fieldset.message input {
	float: none;
	display: block;
}
.stdForm fieldset.message label, 
.stdForm fieldset.message textarea {
	width: 100%;
	margin-bottom: 1em;
}
.stdForm fieldset.message input[type=checkbox] {
	float:none;
	width:auto;
	display:inline;
}

/* Drop shadows */
/*---------------------*/

.text-shadow-1 {
	text-shadow: 2px 2px 6px rgba(0,0,0, 0.6);	
}
.text-shadow-2 {
	text-shadow: 2px 2px 6px rgba(0,0,0, 0.3);	
}
.shadow1 {
	box-shadow: 0 3px 20px  rgba(0,0,0,.3);
}
.imgRoundShadowT-TtoB, 
.imgRoundShadowB-TtoB, 
.imgRoundShadowT-BtoT, 
.imgRoundShadowB-BtoT {
	background-repeat: no-repeat;
	background-size: 100% 35px;
}
.imgRoundShadowT-TtoB.narrow1, 
.imgRoundShadowB-TtoB.narrow1, 
.imgRoundShadowT-BtoT.narrow1, 
.imgRoundShadowB-BtoT.narrow1 {
	background-size: 70% 35px;
}
.imgRoundShadowT-TtoB.narrow2, 
.imgRoundShadowB-TtoB.narrow2, 
.imgRoundShadowT-BtoT.narrow2, 
.imgRoundShadowB-BtoT.narrow2 {
	background-size: 40% 35px;
}
.imgRoundShadowT-TtoB, 
.imgRoundShadowB-TtoB {
	background-image: url(../images/global/round_shadow_TtoB_w1200.png);
}
.imgRoundShadowT-BtoT, 
.imgRoundShadowB-BtoT {
	background-image: url(../images/global/round_shadow_BtoT_w1200.png);
}
.imgRoundShadowT-TtoB, 
.imgRoundShadowT-BtoT {
	padding-top: 50px;
	background-position: center top;
}
.imgRoundShadowB-TtoB, 
.imgRoundShadowB-BtoT {
	padding-bottom: 50px;
	background-position: center bottom;
}
#mainContent header.mcHeader.imgRoundShadowB-TtoB {
	padding-bottom: 80px;
}
.mainIntro.imgRoundShadowB-TtoB, 
.argu.imgRoundShadowB-TtoB {
	padding-bottom: 100px;
}
.mainIntro.imgRoundShadowB-TtoB, 
.argu.imgRoundShadowB-TtoB {
	margin-bottom: 50px;
}
section.imgRoundShadowB-TtoB {
	margin-bottom: 1em;
}
section.imgRoundShadowT-TtoB {
	margin-top: 2em;
}

/* Backgrounds */
/*---------------------*/

.gradientBg1 {
	oveflow: hidden;
	position: relative;
	background: rgb(242,242,242);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 30%, rgba(242,242,242,1) 80%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(255,255,255,0)), color-stop(70%,rgba(242,242,242,1))); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 30%,rgba(242,242,242,1) 70%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 30%,rgba(242,242,242,1) 70%); 
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 30%,rgba(242,242,242,1) 70%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 30%,rgba(242,242,242,1) 70%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); 
}
.gradientBg2 {
	oveflow: hidden;
	position: relative;
	min-height: 160px;
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 30%, rgba(225,225,225,1) 80%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(225,225,225,1))); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 30%,rgba(225,225,225,1) 100%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 30%,rgba(225,225,225,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 30%,rgba(225,225,225,1) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 30%,rgba(225,225,225,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); 
}
.gradientBg3 {
	oveflow: hidden;
	position: relative;
	background: rgb(242,242,242); 
	background: -moz-linear-gradient(top,  rgba(242,242,242,.3) 30%, rgba(242,242,242,1) 80%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(242,242,242,.3)), color-stop(70%,rgba(242,242,242,1))); 
	background: -webkit-linear-gradient(top,  rgba(242,242,242,.3) 30%,rgba(242,242,242,1) 70%); 
	background: -o-linear-gradient(top,  rgba(242,242,242,.3) 30%,rgba(242,242,242,1) 70%); 
	background: -ms-linear-gradient(top,  rgba(242,242,242,.3) 30%,rgba(242,242,242,1) 70%); 
	background: linear-gradient(to bottom,  rgba(242,242,242,.3) 30%,rgba(242,242,242,1) 70%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); 
}

/* Autres */
/*---------------------*/

.displayNone, 
.toggle {
	display: none; 
}
.fullWidth {
	width: 100%;
}
.marginLR1 {
	margin-left: 60px;
	margin-right: 60px;
}
.marginL1 {
	margin-left: 60px;
}
.marginR1 {
	margin-right: 60px;
}
.marginR2 {
	margin-right: 100px;
}
.marginR3 {
	margin-right: 260px;
}
.marginT {
	margin-top: 2em;
}
.marginB {
	margin-bottom: 2em;
}
.noBmargin {
	margin-bottom: 0 !important;
}
.paddingR1 {
	padding-right: 60px;
}
.paddingR2 {
	padding-right: 100px;
}
.paddingR3 {
	padding-right: 170px;
}
.paddingR4 {
	padding-right: 260px;
}
.paddingB {
	padding-bottom: 2em;
}
.noBpadding {
	padding-bottom: 0;
}
.hScroll {
	position: relative;
}
.hScroll .inner {
	overflow: auto;
}
.hScroll:before, 
.fra .hScroll:before {
	content:">>>";
	text-align: right;
}
.hScroll:before {
	display: none;
	margin-bottom: 10px;
	padding: 0 .5em .15em 0;
	background-color: #f7f7f7; 
	font-size: 24px;
	font-weight: 300;
	line-height: 1em;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* Classe à mettre sur parent des flottants */
.clearfix { 
	display: block;
}
html[xmlns].clearfix {
	display: block;
}
*.clearfix {
	height: 1%;
}
.transition {
	transition: all .25s ease-out;
}
.border-light {
	border: 1px solid #ccc;
}

/* Cookies & Politique confidentialité */
/*---------------------*/

#barre_cookies {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2147483645;
	width: 100%;
	padding: 8px 15px;
	background: rgba(204,0,18,1);
}
#barre_cookies_bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Roboto Condensed";
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
}
#barre_cookies_bottom > div:last-child {
	display: flex;
}
#barre_cookies #btnOK, 
#barre_cookies #btnPERSO {
	display: block;
	margin: 5px 0 5px 7px;
	padding: 7px 10px;
	background-color: white;
	font-size: 14px;
	line-height: 1em;
	color: black;
	text-decoration:none;
	white-space: nowrap;
	border-radius: 2px;
	cursor:pointer;	
}
#barre_cookies #btnOK::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f00c";
	margin-right: .3em;	
	color: #cc0012;
}
.btnCookOn,
.btnCookOff {
	display:inline-block;
	margin: 5px 0 5px 7px;
	padding: 5px 10px;
	background-color: white;
	font-size: 13px;
	font-weight: 400;
	color: #cc0012;
	text-decoration:none;
	border: solid 1px #cc0012;
	border-radius: 2px;
	cursor:pointer;
}
.btnCookOn {
	background-color: #cc0012;
	color: white;
}
