@charset "UTF-8";
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/* JOUBERT : Site web 2016-2017 - 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.4;
	color: black;
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-y4b9t5');
	src:url('../fonts/icomoon.eot?#iefix-y4b9t5') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-y4b9t5') format('woff'),
		url('../fonts/icomoon.ttf?-y4b9t5') format('truetype'),
		url('../fonts/icomoon.svg?-y4b9t5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

.hasItems-icon a:before, 
.icon:before {
	font-family: 'icomoon';
}
.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: "\e605";
}
.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: cover;
}
* {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
				behavior: url(/scripts/boxsizing.htc);
}

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

.subHeading, 
.supHeading, 
.smallHeading {
	display: block;
	margin-bottom: .5em;
}
.subHeading, 
.supHeading {
	font-family: serifa, roboto, sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05em;
	text-transform: none;
}
.smallHeading {
	line-height: .9em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .75em 0;
	font-family: rubik, roboto, sans-serif;
	color: #818b00;
	word-wrap: break-word;
}
h1, h2, h3, h4 {
	line-height: 1.1em;
	letter-spacing: -.02em;
}
h4, h5, h6 {
	margin-bottom: .5em;
}
h1 {
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	color: #687100;
}
h1 .subHeading, 
h1 .supHeading {
	font-size: 27px;
	font-weight: 500;
	text-transform: none;
	color: #818b00;
}
h2 {
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	color: #36425E;
}
h2 .supHeading {
	margin-bottom: .25em;
	font-size: 26px;
}
h3 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #818B00;
}
h3 .subHeading {
	margin-top: .5em;
	font-size: 16px;
	line-height: 1.3em;
}
h4 {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
		color: #36425E;
}
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: 1em;
}
h3+form {
	margin-top: 2em;
}

/* 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 100px 140px !important;
	font-family: serifa, roboto, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	color: #818B00;
	text-align: center;
}
cite:before, 
cite:after {
	position: absolute;
	font-size: 140px;
	line-height: 0;
	color: #818B00;
	}
cite:before {
	content: "“";
	top: 101px;
	left: 65px;
	z-index: -1;
}
cite:after {
	content: "”";
	bottom: 67px;
	right: 65px;
	z-index: -1;
}

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

a, a:link, a:visited {
	font-weight: 500;
	color: black;
transition: all .25s ease-out;
}
a:hover, a:focus, a:active {
	color: #CE5E3F;
	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;
	}

/* 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;
}
li {
	padding: 0 0 .35em 0;
	list-style: outside disc;
}

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

form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
}
input, button, select {
	vertical-align: middle; 
}
textarea { 
	min-height: 20em;
}
input:not([type="checkbox"]),
select {
	margin-bottom: .5em;
}
input#code_postal, 
input#tel, 
input#fax { 
	width: 40%;
}
input:not([type="submit"]),
input:not([type="checkbox"]),
textarea, 
select {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	border-radius: 4px;
	behavior: url(/scripts/PIE.htc);
}
input:not([type="submit"]),
input:not([type="checkbox"]),
textarea, 
select option {
	padding: .4em 1em;
}
input:not([type="submit"]):focus, 
input:not([type="checkbox"]):focus,
textarea:focus, 
select:focus {
	background-color: white;
	outline: none;
}
input[type="submit"] {
	margin: 1em 0 .5em 0;
	padding: .5em 1em;
	background-color: #999;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	appearance: none;  
	transition: all .25s ease-out;
	border-radius: 4px;
	behavior: url(/scripts/PIE.htc);
}
input[type="submit"]:hover {
	cursor: pointer;
	background-color: #CE5E3F;
}
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;
}

/* 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: #8A974C;
	color: white;
}


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

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

.fullWidthWrapper {
	width: 100%;
}
.globalContentWrapper, 
.stdWidthWrapper, 
.narWidthWrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
.globalContentWrapper {
	overflow: hidden;
	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 : 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 {
	padding: 0 60px 0 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: white;
	background: url(../images/global/page_bg_deg_blanc.jpg) top center repeat;
	background-size: cover;
}
footer#pageFooter .stdWidthWrapper{
	padding-right: 30px;
	padding-left: 30px;
}


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

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

#mobileIconBar {
	display: none;
}
#navBar {
	width: 100%;
	clear: both;
}
.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: #818b00;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1em;
}
#mainMenu {
	padding-left: 30px;
}
#mainMenu ul, 
#mainMenu li {
	position: relative;
	z-index: 1;
	font-size: 17px;
}
/*#mainMenu li.home {
	display: none;
}*/
#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 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: #687100;
}
#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: -77px;
	width: 1024px;
	padding: 40px 0 40px 40px;
	box-shadow: 0px 10px 30px rgba(0,0,0,.3);
	behavior: url(/scripts/PIE.htc);
}
#mainMenu ul a {
	display: block;
}

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

/* Recherche panneaux */

#mainMenu li.gam > ul > li > ul:first-child {
	overflow: hidden;
	margin-bottom: 25px;
}
#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: 15px 20px;
	background-color: #818b00;
	font-family: rubik, roboto, sans-serif;
	font-weight: 700; 
	text-transform: uppercase;
	white-space: nowrap;
	color: white;
}
#mainMenu li.gam > ul > li > ul:first-child li a span {
	display: block;
	font-family: serifa, 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: #687100;
}

/* Accès direct pdts */

#mainMenu #accesDirectPdts > li > span  {
	clear: both;
	display: block;
	margin-bottom: 20px;
	font-family: serifa, roboto, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #999;
}
#mainMenu #accesDirectPdts {
	width: 98%;
}
#mainMenu #accesDirectPdts ul {
	display: table-cell;
	width: 16%;
	padding: 48px 10px 0 10px;
	background-position: 10px top;
	background-repeat: no-repeat;
	border-left: 1px solid #999;
}
#mainMenu #accesDirectPdts a {
	transition: all .15s ease-out;
}
#mainMenu #accesDirectPdts li {
	font-size: 14px; 
	line-height: 1.2em;
}
#mainMenu #accesDirectPdts ul.gam1 {
	background-image: url(../images/gamme/logo_gam_1_gris_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam2 {
	background-image: url(../images/gamme/logo_gam_2_gris_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam3 {
	background-image: url(../images/gamme/logo_gam_3_gris_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam4 {
	background-image: url(../images/gamme/logo_gam_4_gris_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam5 {
	background-image: url(../images/gamme/logo_gam_5_gris_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam6 {
	background-image: url(../images/gamme/logo_gam_6_gris_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam1:hover {
	background-image: url(../images/gamme/logo_gam_1_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam2:hover {
	background-image: url(../images/gamme/logo_gam_2_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam3:hover {
	background-image: url(../images/gamme/logo_gam_3_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam4:hover {
	background-image: url(../images/gamme/logo_gam_4_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam5:hover {
	background-image: url(../images/gamme/logo_gam_5_w100.gif);
}
#mainMenu #accesDirectPdts ul.gam6:hover {
	background-image: url(../images/gamme/logo_gam_6_w100.gif);
}
#mainMenu #accesDirectPdts a {
	padding: 4px 4px 6px 8px; 
	color: #999;
}
#mainMenu #accesDirectPdts a span {
	font-weight: 300; 
	font-size: 85%;
	line-height: 85%;
}
#mainMenu #accesDirectPdts a:hover {
	background-color: #818B00;
}
#mainMenu #accesDirectPdts .gam3 a:hover, 
#mainMenu #accesDirectPdts .gam4 a:hover {
	background-color: #CE5E3F;
}
#mainMenu #accesDirectPdts .gam5 a:hover, 
#mainMenu #accesDirectPdts .gam6 a:hover {
	background-color: #36425E;
}
#mainMenu #accesDirectPdts a:hover {
	color: white;
}

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

#secondNav {
	overflow: hidden;
	padding: 15px 90px 15px 15px;
	background-color: white;
}
#rub-part #secondNav {
	padding-bottom: 30px;
}
#secondMenu {
	float: right;
}
#secondMenu li {
	font-size: 15px;
}

/* 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;
}*/
/* FIN - Masquer le lien Actualités */

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

/* Joubert Partenaire & Contact */

#secondMenu li.part.active a, 
#secondMenu li.part.active a:before {
	color: #CE5E3F;
}
#secondMenu li.part.active a {
	font-weight: 700;
}
#rub-part:not(.srub-login) #secondMenu li.logoutPart {
	display: none;
}
#secondMenu li.logoutPart a, 
.isLogged a {
	padding: 3px 5px 4px 5px;
	border: 1px solid #999;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 4px;
	behavior: url(/scripts/PIE.htc);
	text-decoration: none;
}
#secondMenu li.logoutPart a {
	margin: 6px 12px 2px 0;
}
#secondMenu li.logoutPart.active a {
	border-color: #CE5E3F;
	color: #CE5E3F;
}
.isLogged a {
	display: inline-block;
	margin-top: 10px;
}
#secondMenu li.contact a {
	font-weight: 700;
	color: #CE5E3F;
	text-transform: uppercase;
	padding-left: 8px;
}
#secondMenu li.contact a:hover, 
#secondMenu li.logoutPart a:hover, 
.isLogged a:hover {
	background-color: #CE5E3F;
	color: white;
}
#secondMenu li.logoutPart a:hover, 
.isLogged a:hover {
	background-color: #CE5E3F;
	border-color: #CE5E3F;
	color: white;
}
#secondMenu li.logoutPart a:before {
	content: none;
}
#secondMenu li.contact a:before {
	color: #CE5E3F;
}
#secondMenu li.contact a:hover:before {
	color: white;
}

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

#langNav {
	z-index: 1;
}
#langMenu {
	position: absolute;
	right: 30px;
	bottom: 15px;
}
#rub-part #langMenu {
	bottom: 30px;
}
#langMenu li {
	font-size: 15px;
}
#langMenu a {
	display: block;
	padding: 8px;
	line-height: 1em;
	text-align: center;
}
#langMenu > li > a {
	background-color: #CE5E3F;
	cursor: default;
	color: white;
}
#langMenu > li > a:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f078";
	font-size: 75%;
	margin-left: 5px;
}
#langMenu > li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: white;
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	behavior: url(/scripts/PIE.htc);
}
#langMenu > li ul li a:hover {
	background-color: #CE5E3F;
	color: white;
}
#langMenu > li ul li.selected {
	display: none;
}

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

#thirdNav {
	float: left;
  max-width: 350px;
}
#thirdNav * {
	color: white;
}
#thirdMenu {
	display: inline-block;
	margin-bottom: 4px;
	clear: both;
}
#thirdMenu a {
	margin-right: 16px;
	font-weight: 400;
}
#thirdMenu a:hover {
	opacity: .6;
}
#thirdMenu a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f054";
	font-size: 75%;
	margin-right: 6px;
}
#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 {
	font-family: 'icomoon';
	padding-right: .5em;
	content: "\e605";
}
.localMenu1 > li:last-child a, 
.localMenu2 > li:last-child a {
	border-bottom: 1px solid #687100;
}
.localMenu1 a:hover, 
.localMenu2 a:hover {
	color: #CE5E3F;
}
.localMenu1 a {
	border-color: #687100;
	line-height: 1.1em;
	color: #687100;
}
.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: .4em 1em;
	background-color: #36425E;
	font-family: rubik, roboto, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
}
.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: #5e91c8;
}


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

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

a.headerLogo {
	display: block;
	float: left;
	width: 200px;
	padding: 25px 60px 20px 60px;
}
.corporate .claim {
	float: right; 
	margin-top: 22px;
	font-family: rubik, roboto, sans-serif;
	font-size: 20px; 
	font-weight: 900;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: -.03em;
	text-align: right;
	color: white;
}
.corporate .claim span {
	font-family: serifa, roboto, sans-serif;
	font-size: 15px; 
	font-weight: 900;
	line-height: 1.2em;
	text-transform: none;
}
.corporate #headerEventBt {
	position: absolute; 
	top: 22px;
	left: 50%;
	display: block;
	width: 145px;
	height: 65px;
	margin: 0 0 0 -75px;;
/*
	background: #ffed00 url(../images/joubert_express/logo_joubert_express_w120.png) center center no-repeat;
	border-width: 3px 3px 3px 3px;
*/
	border-style: solid;
	border-color: black;
	opacity: 0;
	background: transparent url(../images/okoume-the-best/okoume-the-best-header-bt.png) center center no-repeat;
	border-width: 0;
}
#rub-home.valid .corporate #headerEventBt, 
#rub-event.valid .corporate #headerEventBt {
	background: transparent url(../images/okoume-the-best/okoume-the-best-header-bt.png) center center no-repeat;
	border-width: 0;
}


/* 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: 15px;
	font-weight: 400;
	line-height: 1.5em;
}
p.exergue {
	font-family: serifa, roboto, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
	color: #818B00;
}
.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);
}
.details {
	display: inline-block;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px dotted black;
}
 
 /* Modules sliders */
/*---------------------*/

.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: 904px;*/
	width: 804px;
	margin-right: 160px;
	margin-left: 60px;
}
.mod-slider3 {
	width: 730px;
	margin: 40px 0;
}
.slider {
	position: relative; 
}
.mod-mainSlider .slider {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
}
.slider ul, 
.slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Contenus ¨*/

.slide-claim, 
.slide-title1-1, 
.slide-title1-2, 
.slide-title2-1, 
.slide-title3-1, 
.slide-title3-2, 
.slide-link, 
.slide-icon-1 {
	text-align: right !important;
	color: white;
}
.slide-claim, 
.slide-title1-1, 
.slide-title3-1{
	font-family: serifa, roboto, sans-serif;
	font-weight: 900;
	line-height: 1em;
}
.slide-title1-2, 
.slide-title2-1, 
.slide-title3-2, 
.slide-link {
	font-family: rubik, roboto, sans-serif;
	font-weight: 900;
	line-height: .8em;
	letter-spacing: -.02em;
	text-transform: uppercase;
}
.slide-overlayLink {
	position: absolute; 
	top:0; 
	right:0; 
	bottom:0; 
	left:0;
	z-index: 100;
}

.mod-mainSlider .slide-title1-1 {
	font-size: 28px; 
}
.mod-mainSlider .slide-title1-2 {
	font-size: 55px; 
	line-height: .95em;
}
.mod-mainSlider .slide-title2-1 {
	font-size: 60px; 
}
.mod-mainSlider .slide-claim {
	font-size: 20px; 
}
.mod-mainSlider .slide-link {
	font-size: 35px; 
}
.slide-link i {
	margin-left: .3em; 
	vertical-align: text-top;
}

.mod-stdSlider .slide-title1-1 {
	font-size: 20px; 
}
.mod-stdSlider .slide-title1-2 {
	font-size: 33px; 
	line-height: .9em;
}
.mod-stdSlider .slide-claim {
	font-size: 20px; 
}
.mod-stdSlider .slide-title2-1 {
	font-size: 43px; 
}
.mod-stdSlider .slide-claim {
	font-size: 18px; 
}
.mod-stdSlider .slide-link {
	font-size: 30px; 
}
.mod-stdSlider .slide-title3-1 {
	font-size: 32px; 
	text-align: left !important;
}
.mod-stdSlider .slide-title3-2 {
	font-size: 44px; 
	line-height: .9em;
	text-align: left !important;
}
.mod-stdSlider .slide-icon-1 {
	font-size: 110px; 
	text-align: left !important;
}

.slide-claimBg {
	background: white;
}
.slide-claim {
	color: #818b00;
}

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

.footerLogo {
	position: absolute;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 170px; 
}
#pageFooter .iconNavWrap {
	float: right;
}
#pageFooter .iconNavWrap a {
	display: inline-block;
	width: 50px; 
	height: 50px; 
	border: 1px solid white;
	text-decoration: none;
	text-align: center;
	vertical-align: text-bottom;
	color: white;
}
#pageFooter .iconNavWrap a:hover {
	opacity: .6;
}
#pageFooter .iconNavWrap a.emailBt {
	margin-right: 15px;
	padding-top: 5px;
	font-size: 25px;
}
#pageFooter .iconNavWrap a.mapBt {
	padding-top: 3px;
	font-size: 30px;
}


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

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

.highLight {
	margin-top: 30px;
	padding: 10px 20px 20px 20px !important;
	background-color: #8A974C;
	color: white;
}
.grid > .highLight {
	margin-top: 0;
}
.highLight h4, 
.linksList h4 {	
	font-family: serifa, roboto, sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2em;
	text-transform: none;
	color: black;
}
.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: #CE5E3F;
}
.legende {
	padding-top: .5em;
	font-size: .9em !important; 
	font-style: italic; 
}
.rouge {
	color: #CE5E3F;
}
.commentaire {
	color: #FF00FF;
}
.messageErreur {
	color: #CE5E3F;
}
.messageSucces {
	color: #3B6630;
}
.exergue {
	color: #818B00;
}

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

.colImg img {
	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;
}
.btLinkStd, .btLinkStd:link, .btLinkStd:visited, 
.btLinkBig, .btLinkBig:link, .btLinkBig:visited {
	display: inline-block;
	padding: 7px 15px 7px 15px; 
	background-color: #36425E;
	border: none !important;
	font-family: rubik, roboto, sans-serif;
	font-size: 13px;
	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 {
	background-color: #999;
}
.btLinkStd, .btLi	nkStd:link, .btLinkStd:visited {
	margin: 12px 6px 0 0;
}
.btLinkBig, .btLinkBig:link, .btLinkBig:visited {
	margin: 20px 0 0 0;
}
input[type=submit].btLinkBig {
	background-color: #36425E;
}
.btVoirVideo, .btVoirVideo:link, .btVoirVideo:visited {
	display: inline-block;
	padding: 10px 20px; 
	background-color: #818B00;
	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, 
.btVoirVideo:hover, .btVoirVideo:focus, .btVoirVideo:active, 
input[type=submit].btLinkBig:hover, input[type=submit].btLinkBig:focus, input[type="submit"].btLinkBig:active {
	background-color: #CE5E3F;
}
a.backToMain {
	display: block;
	padding: 8px 20px;
	background-color: #8A974C;
	font-family: rubik, roboto, sans-serif;
	font-size: 22px; 
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	color: white;
	text-decoration: none;
}
a.backToMain:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f053";
	margin-left: 1em;
	margin-right: .5em;
	transition: all .25s ease-out;
}
a.backToMain br {
	display: none;
}
a.backToMain small {
	margin-left: .5em;
	font-family: serifa, roboto, sans-serif;
	font-weight: 500;
	text-transform: none;
}
a.backToMain:hover {
	opacity: .6;
}
a.backToMain:hover:before {
	margin-left: 0;
	margin-right: 1.5em;
}
.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;
	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: #818B00;
	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: #E6F0D1;
}
.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: 15px;
	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: #687100;
}
.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: #687100;
}
.tab1.v2 tbody tr+tr {
	display: none;
}
.tab1.v2 tbody tr+tr:nth-child(2) td:nth-child(2) {
	border-top: 8px solid #E6F0D1;
}

/* 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: #818B00;
}
.srub-pdt.gam3 .tab2 th, 
.srub-pdt.gam4 .tab2 th {
	background-color: #CE5E3F;
}
.srub-pdt.gam5 .tab2 th, 
.srub-pdt.gam6 .tab2 th {
	background-color: #36425E;
}
.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: #818B00;
}
.srub-pdt.gam3 .tab2 .rate1, 
.srub-pdt.gam4 .tab2 .rate1 {
	color: #CE5E3F;
}
.srub-pdt.gam5 .tab2 .rate1, 
.srub-pdt.gam6 .tab2 .rate1 {
	color: #36425E;
}
  
/* 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: #687100;
}

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

.tab4 {
	width: 100%;
	margin-bottom: 40px;
}
.tab4 td, 
.tab4 th {
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.tab4 th {
	background-color: #8A974C;
	color: white;
}
.tab4 thead td {
	background-color: #C5CBA5;
	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 {
	float: left;
	clear: both;
	width: 25%;
	margin-right: 5%;
}
.stdForm input:not([type="submit"]), 
.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: .75em;
}
.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);
	behavior: url(/scripts/PIE.htc);
}
.imgRoundShadowT-TtoB, 
.imgRoundShadowB-TtoB, 
.imgRoundShadowT-BtoT, 
.imgRoundShadowB-BtoT {
	background-repeat: no-repeat;
	background-size: 100% 25px;
}
.imgRoundShadowT-TtoB.narrow1, 
.imgRoundShadowB-TtoB.narrow1, 
.imgRoundShadowT-BtoT.narrow1, 
.imgRoundShadowB-BtoT.narrow1 {
	background-size: 70% 25px;
}
.imgRoundShadowT-TtoB.narrow2, 
.imgRoundShadowB-TtoB.narrow2, 
.imgRoundShadowT-BtoT.narrow2, 
.imgRoundShadowB-BtoT.narrow2 {
	background-size: 40% 25px;
}
.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: 25px;
	background-position: center top;
}
.imgRoundShadowB-TtoB, 
.imgRoundShadowB-BtoT {
	padding-bottom: 50px;
	background-position: center bottom;
}
#mainContent header.mcHeader.imgRoundShadowB-TtoB {
	padding-bottom: 50px;
}
.mainIntro.imgRoundShadowB-TtoB, 
.argu.imgRoundShadowB-TtoB {
	padding-bottom: 80px;
}
.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;
	/*min-height: 160px;*/
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 30%, rgba(242,242,242,1) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(255,255,255,0)), color-stop(70%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 30%,rgba(242,242,242,1) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 30%,rgba(242,242,242,1) 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 30%,rgba(242,242,242,1) 70%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 30%,rgba(242,242,242,1) 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.gradientBg2 {
	oveflow: hidden;
	position: relative;
	min-height: 160px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 30%, rgba(225,225,225,1) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(225,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 30%,rgba(225,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 30%,rgba(225,225,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 30%,rgba(225,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 30%,rgba(225,225,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.gradientBg3 {
	oveflow: hidden;
	position: relative;
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,.3) 30%, rgba(242,242,242,1) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(242,242,242,.3)), color-stop(70%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,.3) 30%,rgba(242,242,242,1) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,.3) 30%,rgba(242,242,242,1) 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,.3) 30%,rgba(242,242,242,1) 70%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,.3) 30%,rgba(242,242,242,1) 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

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

.displayNone {
	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: #F2F2F2; 
	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 {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
#barre_cookies_bottom {
	background: #333;
	color: #fff;
	display: block;
	font-size: 12px !important;
	left: 0;
	padding: 5px 5%;
	padding-top: 5px;
	position: fixed;
	text-align: center;
	width: 90%;
	box-sizing: content-box;
	z-index: 2147483645;
	bottom:0;
}
#barre_cookies #btnOK {
	font-size: 12px;
	background-color: #75751C;
	color: #FFF;
	margin-top:5px;
	margin-bottom:5px;
	cursor:pointer;
	display:inline-block;
	padding: 5px 10px;
	text-decoration:none;
	margin-left:7px;
}
#barre_cookies #btnPERSO {
	font-size: 11px;
	background-color: #75751C;
	color: #FFF;
	margin-top:5px;
	margin-bottom:3px;
	cursor:pointer;
	display:inline-block;
	padding: 4px 10px;
	text-decoration:none;
	margin-left:7px;
}
.btnCookOn,
.btnCookOff {
	font-size: 12px;
	background-color: #fff;
	color: #75751C;
	margin-top:5px;
	margin-bottom:5px;
	cursor:pointer;
	display:inline-block;
	padding: 5px 10px;
	text-decoration:none;
	margin-left:7px;
	border: solid 1px #75751C;
}
.btnCookOn {
	background-color: #75751C;
	color: #fff;
}

/****************************/
/* MEDIA QUERIES */
/****************************/

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