
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
 * CH01 - Animations
 * CH02 - Gestion row

 */

/* CH01 - ANIMATIONS
/* ---------------------------------------------------------------------------------- */
.animation,
#univers a::after,
#univers .btn,
.btn-article a {
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	}

	
/* CH02 - GESTION ROW
/* ---------------------------------------------------------------------------------- */
body {
	max-width:120rem;
	margin:0 auto;
	height:100%;
	background:#ddd;
	font:normal 16px/1.5em "Open Sans",Helvetica,Arial,sans-serif;
	color:#000;
	}

	
/*ROW FIXES
/* -------------------------- */
.row-1920 .grid-x {max-width:120rem;}
.row-1560 .grid-x {max-width:97.5rem;}
.row-1440 .grid-x {max-width:90rem;}
.row-1200 .grid-x {max-width:75rem;}
.row-1120 .grid-x {max-width:70rem;}

.row-1920 .grid-x,
.row-1560 .grid-x,
.row-1440 .grid-x,
.row-1200 .grid-x,
.row-1120 .grid-x {margin:0 auto;}



/* CENTRER VERTICALEMENT
/* -------------------------- */	
.vertical-center {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	}	


/* ===================================================================
 *  COOKIES Bandeau
 *
 * ------------------------------------------------------------------- */
#cookieChoiceInfo {
	width: 280px !important;
	top: inherit !important;
	bottom: 10px;
	right: 10px !important;
	left: inherit !important;
	background: #004d21 !important;
	background: -moz-linear-gradient(top, #33714d 0%, #004d21 80%) !important;
	background: -webkit-linear-gradient(top, #33714d 0%,#004d21 80%) !important;
	background: linear-gradient(to bottom, #33714d 0%,#004d21 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33714d', endColorstr='#004d21',GradientType=0 ) !important;
	padding: 20px !important;
	border: 1px solid #3e805a;
	box-shadow: -2px 0 5px rgba(0,0,0,0.15);
	font-size: 0.813rem;
	line-height: 1.5em;
	color: rgba(255,255,255,.65);
	}

#cookieChoiceInfo a {
	display: block;
	width: 75px;
	top: inherit !important;
	margin: 10px auto 0 !important;
	padding: 4px 9px;
	background:#a8c80a;
	border-radius: 3px;
	border: 1px solid #b8da0e;
	font-weight: 700;
	color: #004d21;
	}



/* CH?? - HEADER
/* ---------------------------------------------------------------------------------- */
body {
	position: relative;
	border-top:90px solid #004d21;
	}

header {background: #004d21;}	

header .logo {
	float: left;
	display:block;
	padding:17px 0;
	}
	
.cd-auto-hide-header {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
	height: 90px;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	}

.cd-auto-hide-header {
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.065);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.065);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.065);
	}

.cd-auto-hide-header::after {
	clear: both;
	content: "";
	display: block;
	}
	
.cd-auto-hide-header.is-hidden {
	display: block !important;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	}

.menu-container {background: #004d21;}

.menu > ul > li {background: #004d21;}

.menu > ul > li > ul,
.menu > ul > li:hover {background: #a8c80a;}

.menu > ul > li > ul > li.on a {
	background: #86af0f;
	color: #FFF;
	}

.menu > ul > li > ul > li.on a:hover {color: #004d21;}


@media only screen and (min-width: 1024px) {

	.menu > ul > li.eshop {
		height: 90px;
		width:115px;
		padding-top:28px;
		}

	.menu > ul > li.eshop > a,
	.menu > ul > li.eshop > span {
		display: block;
		margin:0 auto 29px;
		background: #a8c80a;
		padding:10px 0;
		width: 100px;
		font-weight: 700;
		line-height: 1em;
		color:#004d21;
		}
	}


@media only screen and (max-width: 1023px) {
	.menu > ul > li a,
	.menu > ul > li span {line-height: 20px;}
	
	.menu-dropdown-icon::before {
		height: 56px;
		margin: 0 4px 0 0;
		width: 56px;
		}

	.menu > ul > li {border-bottom: 1px solid #266842;}
	.menu > ul > li.eshop {
		border-bottom: none;
		background: #a8c80a;
		}	
	.menu > ul > li.eshop a,
	.menu > ul > li.eshop span {
  		color: #004d21;
  		font-weight:700;
		}
	
	.menu > ul > li > ul > li {background: #a8c80a;}
	
	.menu > ul > li > ul > li a,
	.menu > ul > li.eshop > ul > li a {
  		color: #004d21;
  		font-size: 1.125em;
  		font-weight: 300;
		text-transform: none;
		}
	
	.menu > ul > li > ul > li a:hover,
	.menu > ul > li > ul > li.on a:hover {background: #86af0f;}
	
	}


/* CH?? - UNIVERS
/* ---------------------------------------------------------------------------------- */
#univers {position:relative;}

#univers .title {
	position:absolute;
	z-index:20;
	display:block;
	margin:0 auto;
	width:170px;
	left:0;
	right:0;
	top:120px;
	font:300 1.625em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:8px;
	color:#000;
	}

#univers .title::after {
	position:absolute;
	content:"";
	margin:0 auto;
	left:0;
	right:0;
	bottom:-10px;
	width:50px;
	height:2px;
	background:rgba(0,0,0,0.15);
	}

#univers a {
	display:block;
	position:relative;
	min-height: 250px;
	background:#f0f0f0 url("/IMG/loading.gif") no-repeat center center;
	}

#univers .btn {
	z-index:20;
	display:inline-block;
	margin:0 auto;
	padding: 25px 0;
	width:165px;
	background: rgba(0,77,33,.35);
	font:700 0.750em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:2px;
	color:#FFF;
	}

#univers a::after {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	content:"";
	background: rgba(0,77,33,0);
	}

#univers a:hover::after {background: rgba(0,77,33,.35);}

#univers a:hover .btn {background: rgba(0,77,33,1);}


/* CH?? - INTRO SEO
/* ---------------------------------------------------------------------------------- */
#intro {
	padding-top: 85px;
	background:#FFF;
	text-align:center;
	}

#intro img {margin-bottom:45px;}
	
#intro h1 {
	margin-bottom:20px;
	font:700 1.125em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	color:#004d21;
	text-shadow: none;
	}

#intro p {
	position:relative;
	margin-bottom:0;
	font:300 1.125em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	color:#000;
	}


/* CH?? - INSCRIPTION NEWSLETTER
/* ---------------------------------------------------------------------------------- */
#newsletter {
	padding: 30px 0;
	background:#a8c80a;
	text-align:center;
	}

#newsletter .txt {
	font:400 1.125em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	color:#004d21;
	}

.formulaire_newsletter {font-size: 0;}

.formulaire_newsletter input[type="email"] {
	background: #86af0f;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding-left: 0.938rem;
	height: 40px;
	width: 100%;
	margin: 0;
	font: 700 14px/40px "Open Sans",Helvetica,Arial,sans-serif;
	}

.formulaire_newsletter input::placeholder {
	font-size: 18px;
	font-weight: 400;
	color: #004d21;
	}

.formulaire_newsletter input[type="submit"] {
	cursor: pointer;
	background: #004d21;
	border: none;
	border-radius: 0;
	height: 40px;
	width: 100%;
	margin-bottom: 0;
	font: 700 14px/40px "Open Sans",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	}

.formulaire_newsletter ul {
	display: inline-block;
	margin-bottom: 0;
	width: 65%;
	vertical-align: bottom;
	}

.formulaire_newsletter p {
	display: inline-block;
	margin-bottom: 0;
	width: 35%;
	}


/* CH?? - ZOOM SUR
/* ---------------------------------------------------------------------------------- */
#zoom {
	background:#FFF;
	padding:85px 0;
	}

.container-border {
	border:8px solid #a8c80a;
	padding-top:65px;
	padding-bottom:65px;
	}

#zoom h2 {
	position:relative;
	margin-bottom:30px;
	padding-bottom:30px;
	font:400 1.875em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:5px;
	color:#a8c80a;
	}

#zoom h2::after {
	position:absolute;
	z-index:20;
	content:"";
	left:0;
	bottom:0;
	width:50px;
	height:2px;
	background:#ccc;
	}

#zoom h3 {
	margin-bottom:20px;
	font:700 1em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#004d21;
	}

#zoom p {
	margin-bottom:30px;
	font:300 1em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	color:#000;
	}

#zoom a {
    display: inline-block;
	background: #a8c80a;
	padding:15px 30px;
	font-weight: 700;
	font-size: 0.750em;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#004d21;
	}


/* CH?? - VIDEO BACKGROUND YOUTUBE
/* ---------------------------------------------------------------------------------- */
#background-video {
	position: relative;
	height: 500px;
	background:transparent url("/IMG/bg-video.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
	}

.loaded .ytplayer-container {display: block;}

.ytplayer-container {
	bottom: 0;
	height: 100%;
	left: 0;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	}

.ytplayer-shield {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	}

.ytplayer-player {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top:50% !important;
	}

.background-video a {
	z-index: 5;
	display: inline-block;
	padding-top: 100px;
	background: transparent url("/IMG/picto-video.png") no-repeat center top;
	background-size: 80px 80px;
	font:400 1.625em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform:uppercase;
	letter-spacing:4px;
	color:#FFF;
	}	


/* CH?? - ANNONCE
/* ---------------------------------------------------------------------------------- */
#annonce {
	border-top: 40px solid #FFF;
	border-bottom: 40px solid #FFF;
	background: #004d21;
	background: -moz-linear-gradient(left, #004d21 40%, #a8c80a 60%);
	background: -webkit-linear-gradient(left, #004d21 40%,#a8c80a 60%);
	background: linear-gradient(to right, #004d21 40%,#a8c80a 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d21', endColorstr='#a8c80a',GradientType=1 );
	}

#annonce .grid-x {
	text-align: center;
	}

#annonce .txt {
	font:300 1.5em/1.3em "Open Sans", Helvetica, Arial, sans-serif;
	color:#FFF;
	}

#annonce .line {
	display: block;
	margin-top: 4px;
	font-weight: 700;
	font-size: 0.615em;
	line-height: 1.4em;
	color: #FFF;
	}

#annonce .line p {margin-bottom: 10px;}

#annonce a {
	display: inline-block;
	margin: 0 5px 15px;
	border: 1px solid rgba(0,0,0,0.2);
	font-weight: 700;
	font-size: 0.813rem;
	padding: 2px 10px;
	color: #000;
	}

#annonce img {
	margin-top: -15px;
	margin-left: -10px;
	}

	@media only screen and (max-width: 639px) {
		#annonce .line p {padding: 0 15px;}
		#annonce a {margin-bottom:10px;}
		#annonce a + a {margin-bottom:30px;}
		#annonce img {
			margin-left: 0;
			margin-bottom: 20px;
			}
		
		#annonce .medium-2::after {position: relative;}
		#annonce .medium-2::after {
			position: absolute;
			content: "";
			left: 0;
			right: 0;
			width: 180px;
			height: 1px;
			background: rgba(255,255,255,0.5);
			bottom: 19px;
			margin: 0 auto;
			z-index: 5;
			}
		
	}


/* CH?? - ACTUS HOME
/* ---------------------------------------------------------------------------------- */
#news {
	padding-top:30px;
	background: #eee;
	}

#news article {background: #eee;}

#news a {
	display:block;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color:#000;
	}

#news .title {
	position:relative;
	text-align: center;
	}

#news article {padding-bottom:100px;}

#news figure {
	display:block;
	position:relative;
	overflow: hidden;
	min-height: 150px;
	margin-bottom: 30px;
	background:#ddd url("/IMG/loading.gif") no-repeat center center;
	}

#news figure img {
	position: absolute;
	height: auto;
	max-width: 440px;
	left: -0;
	right: -0;
	top: 50%;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	}

#news h2 {
	position:relative;
	display: inline-block;
	padding:25px 0;
	margin-bottom:40px;
	font:300 1.625em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:5px;
	}

#news h2::after {
	position:absolute;
	z-index:20;
	content:"";
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	width:50px;
	height:2px;
	background:#cbcbcb;
	}
	
#news .read {
	position:absolute;
	display: inline-block;
	top:25px;
	width:125px;
	height: 40px;
	right:15px;
	background: #d7d7d7;
	color: #000;
	font: 700 0.750em/40px "Open Sans",Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	}
		
#news h3 {
	margin-bottom:0;
	font:700 0.875em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	}

#news h2 a,
#news a h3 {color:#004d21;}

#news .date {
	padding:8px 0;
	font-size:0.875em;
	text-transform:uppercase;
	letter-spacing:1px;
	}
	
#news p,
#news .more {
	display:inline;
	margin-bottom:0;
	font-size:0.875em;
	}

#news .more {text-decoration:underline;}



/* CH?? - FOOTER
/* ---------------------------------------------------------------------------------- */
footer {
	background: #004d21;
	padding-top:80px;
	}

footer .logo {
	display:inline-block;
	margin-bottom:50px;
	}

footer .follow .title {
	margin-bottom:5px;
	font: 300 1.250em/1em "Open Sans",Helvetica,Arial,sans-serif;
	text-transform: lowercase;
	color: #a8c80a;
	}

footer .a2a_kit {
	margin: 12px 0 0 -5px;
	width: 160px;
	}

footer .column {
	float: left;
	width:33.3333%;
	}

footer ul  {
	list-style:none;
	padding:0;
	margin:0;
	}
	
footer .column .title,
footer ul li a {
	padding:4px 0;
	font: 700 0.875em/1.15em "Open Sans",Helvetica,Arial,sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #4d8364;
	}
		
footer ul li a {
	display:inline-block;
	padding-right: 40px;
	font-size: 0.813em;
	line-height: 1.35em;
	letter-spacing: normal;
	text-transform: none;
	font-weight:400;
	color: #FFF;
	}
	
footer ul li a:hover,
footer ul li a:focus {color:#4d8364;}

footer .column ul + .title {
	margin-top:15px;
	color: #a8c80a;
	}

footer .txt {
	margin-bottom:15px;
	font:300 1.250em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
    color: #a8c80a;
	}

footer a.submit {
	display: inline-block;
	background: #4d8364;
	height: 40px;
	width: 150px;
	font: 700 0.750em/40px "Open Sans",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #FFF;
	}

.footer-bottom {
	margin-top:70px !important;
	padding:20px 0;
	border-top:1px solid #22661c;
	color: #a8c80a;
	}

.designby {
	font:normal 0.750em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	color:#a8c80a;
	}

.designby a {color:#a8c80a;}

.mentions {
	font:normal 0.750em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	text-align:right;
	}
	
.mentions a {color:#a8c80a;}


/* CH?? - FORMULAIRES
/* ---------------------------------------------------------------------------------- */
.formulaire_formidable  {text-align: left;}

.formulaire_formidable br {display:none;}

.article .formulaire_formidable h2 {
	margin-bottom:1.125em;
    font:400 1.875em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	color:#000;
	}
	
label,
select {
	display:block;
	font:400 0.875em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#000;
	}
	
fieldset,
.fieldset {
	padding:0;
	margin-top: 0;
	margin-bottom:50px;
	border:none;
	}

select {
    height: 50px;
    margin-bottom: 0.25em;
    margin-top: 0.35em;
    padding: 10px;
	border:1px solid #ccc;
	}
		
.formulaire_formidable fieldset .editer {
	float:left;
	width:48%;
	margin-right:2%;
	margin-top:10px;
	list-style:none;
	}
			
.formulaire_formidable fieldset .editer:nth-child(2n+0) {
	float:left;
	width:48%;
	margin-left:2%;
	margin-right:0;
	}
			
.formulaire_formidable .saisie_textarea {
	margin:1.125em 0 0;
	width:100% !important;
	}
	
textarea {min-height:200px;}
		
.formulaire_formidable textarea,
.formulaire_formidable input[type="text"] {
	float:none;
	width:100%;
	height:50px;
	padding:0.750em;
	margin-top:0.35em;
	border:1px solid #ccc;
	box-shadow:none;
	border-radius:0;
	background:#FFF;
	font:400 1.125em/1.5em "Open Sans", Helvetica, Arial, sans-serif;;
	color:#000;
	}

.formulaire_formidable input[type="submit"]  {
	display:block;
	margin:50px auto;
	width:165px;
	height: 50px;
	background:none;
	border:4px solid #000;
	border-radius:0;
	font:700 0.875em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:3px;
	color:#000;
	}

.formulaire_formidable input[type="submit"]:hover {border-color:#13d790;}

.reponse_formulaire_erreur p {
	background:#ddd;
	padding:15px !important;
	color:#ff2c14 !important;
	font-size:1.125em !important;
	}

.erreur_message {
	position:absolute;
	left:0;
	bottom:-23px;
	font:400 0.688em/1.5em "Open Sans",Helvetica,Arial,sans-serif;
	color:#ff2c14;
	}

p.reponse_formulaire_ok {
	font:400 0.813em/1.5em "Open Sans",Helvetica,Arial,sans-serif;
    color: #f0e38d;
	}

p.reponse_formulaire_ok b {
	font-weight:400;
    color: #FFF;
	}

/*FORMULAIRE JEU GRATUIT */
#formulaire_formidable-2 {margin-top:50px;}

#formulaire_formidable-2.formulaire_formidable input[type="text"] {
	width:50%;
	margin-top:0.35em;
	}

#formulaire_formidable-2 .choix {margin-top: 30px;}

#formulaire_formidable-2 .choix label {
	width:90%;
	font:400 0.875em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	text-transform:none;
	letter-spacing:normal;
	vertical-align:top;
	}

#entete .chapo .explication p,
.explication p {
	margin-top:10px;
	margin-bottom: 0;
	font: 400 0.750em/1.65em "Open Sans",Helvetica,Arial,sans-serif;
	color:#666;
	}

/*FORMULAIRE E-SHOP */
#formulaire_formidable-3 {text-align: center;}

#formulaire_formidable-3.formulaire_formidable input[type="text"] {
	width:50%;
	margin:0.35em auto 0;
	}

/* CH?? - PLAN DU SITE
/* ---------------------------------------------------------------------------------- */
.page_plan .article a {text-decoration: none;}

.page_plan .article h2 {
	padding:0;
	margin:0;
	background-color:#FFF;
	border:none;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:0.875em;
	font-weight:700;
	}

.page_plan .article h2 a {font-weight:700;}

.page_plan .article h2::after {background:none;}

.page_plan .article h3 {
	margin:15px 0 0;
	font-size:1.125em;
	}

.page_plan .article ul.spip li h3 a  {
	padding:10px 20px;
	color:#004eaf;
	}

.page_plan .article ul.spip {
	list-style:none;
	margin: 0;
	}

.page_plan .article ul.spip a {border: none;}
		
.page_plan .article ul.spip ul.spip {
	padding:0;
	font-size:1em;
	}

.page_plan .article ul.spip li  {
	padding-left:0;
	margin-bottom:0;
	background:none;
	font-size:1em;
	border-bottom:1px solid #ddd;
	}
	
.page_plan .article ul.spip li a  {
	display:block;
	padding:15px 20px;
	line-height:1.35em;
	color:#000;
	}

.page_plan .article > ul.spip > li {border-bottom:1px solid #ddd;}
/*.page_plan .texte > ul.spip > li  {margin-bottom:40px;}*/


.page_plan .article ul.spip li ul.spip li {
	font-size: 1em;
	border-bottom:1px dashed #ddd;
	}
.page_plan .article ul.spip li ul.spip li:last-child {border-bottom: none;}

.page_plan .article ul.spip li ul.spip li a {display:block;}

/*.page_plan .article ul.spip li ul.spip li:not(:last-child) {border-bottom:1px solid #ccc;}*/

/* CH?? - PAGE ARTICLE
/* ---------------------------------------------------------------------------------- */
main {
	position: relative;
	background: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 80px;
	z-index: 5;
	}

.page_rubrique main {padding-top: 50px;}

article,
section {background: #f5f5f5;}

article .slide,
section .slide {
	background: #004d21;
	left: 0;
	position: absolute;
	width:100%;
	overflow: hidden;
	height:440px;
	}

article .background,
section .background {
	width:100%;
	opacity: 0.2;
	mix-blend-mode:hard-light;
	}

article header,
section header {
	position: relative;
	background: transparent;
	z-index: 5;
	}

article .header,
section .header {
	position: relative;
	padding-top:125px;
	}

article .header::after,
section .header::after,
article .header::before,
section .header::before {
	position: absolute;
	z-index: -1;
	content: "";
	max-width:90rem;
	margin: 0 auto;
	top:0;
	left: 0;
	right: 0;
	height: 500px;
	background: rgba(0,0,0,0.25);
	}

article .header::before,
section .header::before {z-index: -2;}

article .supTitle a,
section .supTitle a {
	display: inline-block;
	margin-bottom: 1.5em;
	font:300 1.125em/1.35em "Open Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #FFF;
	}

article h1,
section h1 {
	margin-bottom: 100px;
	font:400 2.250em/1.35em "Open Sans", Helvetica, Arial, sans-serif;
	color: #FFF;
	}

article .supTitle a,
section .supTitle a,
article h1,
section h1 {text-shadow: 0 1px 3px rgba(0,0,0,0.35);}

article .chapo,
section .chapo  {
	background: #FFF;
	margin-bottom:50px;
	padding:3.5em 5em;
	}

article .chapo p,
section .chapo p {
	font:300 1.25em/1.55em "Open Sans", Helvetica, Arial, sans-serif;
	text-align: center;
	}

.article h2 {
	font:400 1.625em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	color: #004d21;
	}

.article h3 {font:400 1.250em/1.5em "Open Sans", Helvetica, Arial, sans-serif;}

.article p {
	font:300 1em/1.65em "Open Sans", Helvetica, Arial, sans-serif;
	color: #222;
	}

article .chapo a,
section .chapo a,
.article a {
	text-decoration: underline;
	color:#004d21;
	}


.article .btn-contain  {
	margin-top: 20px;
	text-align: center;
	}

.btn-article {
	display: inline-block;
	margin: 10px;
	}

.btn-article a  {
	display: block;
	padding: 12px 20px;
	background: #a8c80a;
	border-radius: 2px;
	font-size:0.813rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #004d21;
	}

.btn-article a:hover  {
	color: #000;
	background: #b8da0e;
	}

.article .btn-contain + h2,
.article .btn-contain + h3,
.article .btn-contain + h4,
.article .btn-contain + h5,
.article .btn-contain + p,
.article .btn-contain + ul,
.article .btn-contain + div {margin-top:3em;}


/* IMG PAGE RUBRIQUE
/* -------------------------- */
.page_rubrique main .cell {margin-bottom:35px;}

.page_rubrique article h2 {
	margin-bottom:0.250em;
	font:400 1.5em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	}

.page_rubrique article a h2 {
	text-decoration:none;
	color: #004d21;
	}

.page_rubrique article p {font:400 0.938em/1.5em "Open Sans", Helvetica, Arial, sans-serif;}

.page_rubrique article figure {
	margin-bottom: 1.5em;
	background:#f0f0f0 url(/IMG/loading.gif) no-repeat center center;
	min-height: 50px;
	}

/* IMG PAGE MENTIONS LEGALES
/* -------------------------- */
.mentions_legales .cartouche h2 {margin-top: 2.250em;}
.mentions_legales .cartouche + .entry-content h2 {font:400 1.5em/1.5em "Open Sans", Helvetica, Arial, sans-serif;}
.article .vcard {
	margin-top: 2em;
	padding:1.5em;
	background: #FFF;
	}


/* IMG FULL LARGE
/* -------------------------- */
.article figure {
	background:#f0f0f0 url(/IMG/loading.gif) no-repeat center center;
	min-height: 300px;
	}

.article figure img {width:100%;}


/* NIVEAU DE LECTURE */
/* -------------------------- */
.article h1,
.article h2 {margin-bottom:1.125em;}

.article h3 {margin-bottom:0.75em;}

.article h4,
.article h5,
.article p,
.article ul {margin-bottom:0.425em;}

.article p + h2,
.article p + h3,
.article ul + h2,
.article ul + h3,
.article .cs_blocs + h2,
.article .cs_blocs + h3 {margin-top:2.250em;}

.article p + h4,
.article p + h5,
.article ul + h4,
.article ul + h5,
.article .cs_blocs + h4,
.article .cs_blocs + h5 {margin-top:1.625em;}

.article .chapo p + ul {margin-top: -2.5em !important;}

.article figure,
.article .cs_blocs,
.article dl {margin-bottom:4em;}

.article figure + figure {margin-top:-3em;}/*Avant 1.625em - Corriger ligne 1745 - .cs_blocs + .cs_blocs*/
.article .cs_blocs + .cs_blocs {margin-top:-4em;}

.article h2 + figure,
.article h3 + figure,
.article h4 + figure,
.article h5 + figure,
.article p + figure,
.article ul + figure,
.article h2 + div,
.article h3 + div,
.article h4 + div,
.article h5 + div,
.article p + div,
.article ul + div,
.article h2 + dl,
.article h3 + dl,
.article h4 + dl,
.article h5 + dl,
.article p + dl,
.article ul + dl {margin-top:4em;}/*Avant 1.625em*/

.article h2 + .cs_blocs,
.article h3 + .cs_blocs,
.article h4 + .cs_blocs,
.article h5 + .cs_blocs,
.article p + .cs_blocs,
.article ul + .cs_blocs {margin-top:1.5em;}

.article figure + h2,
.article figure + h3,
.article figure + h4,
.article figure + h5,
.article div + h2,
.article div + h3,
.article div + h4,
.article div + h5,
.article dl + h2,
.article dl + h3,
.article dl + h4,
.article dl + h5 {margin-top:2.250em;}

.article .texteencadre-spip h2,
.article .texteencadre-spip h3,
.article .texteencadre-spip h4,
.article .texteencadre-spip h5,
.article .texteencadre-spip p,
.article .texteencadre-spip ul {margin-bottom:0;}

.article .texteencadre-spip h2 + p,
.article .texteencadre-spip h3 + p,
.article .texteencadre-spip h4 + p,
.article .texteencadre-spip h5 + p,
.article .texteencadre-spip h2 + ul,
.article .texteencadre-spip h3 + ul,
.article .texteencadre-spip h4 + ul,
.article .texteencadre-spip h5 + ul,
.article .texteencadre-spip p + p,
.article .texteencadre-spip ul + p {margin-top:1em;}

.article .texteencadre-spip p + ul {margin-top:0.5em;}

			
	
/* CH?? - ADD TO ANY
/* ---------------------------------------------------------------------------------- */
.a2a_kit {
	float:left;
	margin:7px 0 0 20px;
	width:160px;
	}

.a2a_button_facebook,
.a2a_button_twitter,
.a2a_button_google_plus,
.a2a_button_youtube,
.a2a_button_instagram {
	float:left;
	width:30px;
	height:30px;
	margin:0 5px;
	}
	
.a2a_button_facebook span,
.a2a_button_twitter span,
.a2a_button_google_plus span {display:none;}
	
.a2a_button_facebook,
.a2a_button_twitter,
.a2a_button_google_plus,
.a2a_button_youtube,
.a2a_button_instagram {
	background:transparent url("/IMG/sprite-reseaux_circle@2x.png") no-repeat 0 center;
	background-size:180px 30px;
	}
	
.a2a_button_twitter {background-position:-30px center;}
.a2a_button_google_plus {background-position:-60px center;}
.a2a_button_youtube {background-position:-120px center;}
.a2a_button_instagram {background-position:-150px center;}


/* CH?? - DIVERS
/* ---------------------------------------------------------------------------------- */

/* LAZY LOAD
/* -------------------------- */
img.lazy {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
	}
	
	
/* ANCHOR
/* -------------------------- */
.cd-top {
	display: inline-block;
	z-index:100;
	height: 60px;
	width: 60px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #000 url("/IMG/arrow-up@2x.png") no-repeat center center;
	background-size:16px 9px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
	}
	
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
	}
	
.cd-top.cd-fade-out {opacity: .5;}
	
.cd-top:hover {
	background-color: #000;
	opacity: 1;
	}
	
					
/* CH?? - RESET SPIP
/* ---------------------------------------------------------------------------------- */
	figure {margin:0;}
	
	article p > span {line-height:0; display:block; margin:1.5em 0 !important;}
		
	.markItUpContainer textarea {background:#FFF !important; color:#666 !important;}
	
	#colorbox, #cboxOverlay, #cboxWrapper {
		-moz-box-sizing:content-box !important;
		-webkit-box-sizing:content-box !important;
		box-sizing: content-box !important;
		}
		
	.spip-admin-float {
		z-index:2000 !important;
		right:5% !important;
		}	
	.spip_documents_left,
	.spip_documents_right {float:inherit !important}


/* CH?? - VISIBILITY
/* ---------------------------------------------------------------------------------- */
	.show-for-medium,
	.show-for-small {display:none !important;}


/* CH?? - CLASS NETTOYEUR
/* ---------------------------------------------------------------------------------- */
	.nettoyeur {
		height:1px;
		line-height:0;
		clear:both;
		}	

	
/* CH?? - MEDIA QUERIE
/* ---------------------------------------------------------------------------------- */
	@media only screen and (min-width: 1920px) and (orientation: landscape) {
		article .slide,
		section .slide {height: 440px;}		
		article header,
		section header {/*padding-top: 175px;*/}
		
		}
		
/* XXX-large landscape > BREAKPOINT 1680PX */
	@media only screen and (max-width: 1920px) and (min-width: 1680px) and (orientation: landscape) {
		article .slide,
		section .slide {height: 440px;}/*550px		
		article header,
		section header {/*padding-top: 175px;*/}
		
		}
	
	
/* X-large landscape > BREAKPOINT 1440PX */
	@media only screen and (max-width: 1679px) and (min-width: 1440px) and (orientation: landscape) {
		#univers .btn { width: 150px;}
		
		article .slide,
		section .slide {height: 440px;}
		article header,
		section header {/*padding-top: 100px;*/}		
		article .header::after,
		section .header::after,
		article .header::before,
		section .header::before {max-width:85rem;}
		}
	
		
/* Widescreen landscape > BREAKPOINT 1280PX */
	@media only screen and (max-width: 1439px) and (min-width: 1280px) and (orientation: landscape) {
		#univers .title {top: 100px;}
		#univers .btn { width: 140px;}
		#background-video {height:550px;}

		.page_rubrique header .grid-padding-x > .large-10 {width: 75rem;}

		article .header,
		section .header { padding-top: 70px;}
		article h1,
		section h1 { margin-bottom: 70px;}
		}

	
/* Widescreen landscape > BREAKPOINT 1025PX */
	@media only screen and (max-width: 1279px) and (min-width: 1024px) and (orientation: landscape) {
		header .follow {display: none !important;}
		#univers .title {
			top: 100px;
			letter-spacing:4px;
			}
		#univers .btn { width: 140px;}		
		#background-video {height:535px;}
		footer ul li a {
			font-size: 0.813em;
			letter-spacing:0;
			}
		
		.page_rubrique header .grid-padding-x > .large-10 {
			width: 100%;
			max-width: 75rem;
			}

		article .header::after,
		section .header::after,
		article .header::before,
		section .header::before {height: 440px;}
		
		article .header,
		section .header { padding-top: 70px;}
		article h1,
		section h1 {
			margin-bottom: 70px;
			font-size: 2.250em;
			}
		article .chapo,
		section .chapo {padding: 1.5em 2.5em;}
		article .chapo p,
		section .chapo p {
			font-size: 1.250em;
			font-weight: 400 ;
			}

			
		}
	
		
/* ========== PASSAGE FORMAT MEDIUM ========== */	
/* Ipad Portrait  > BREAKPOINT 768PX + 800PX 
   Small tablet Landscape 800x600 with portrait orientation.*/
	@media only screen and (max-width: 1023px) and (min-width: 640px) {
		body {border-top-width:80px;}
		.cd-auto-hide-header {height: 80px;}
		#univers .title {
			top: 50px;
			letter-spacing:2px;
			font: 300 1.250em/1.5em "Open Sans",Helvetica,Arial,sans-serif;
			}
		#univers .title::after {bottom: -5px;}
		#univers .btn { width: 100px;}
		#background-video {height:315px;}
		/*#news figure {min-height: 100px;}*/
		
		footer {padding-top:60px;}
		footer ul li a {
			font-size: 0.813em;
			letter-spacing:0;
			}
		footer .txt {
			border-top: 1px solid #1a5f38;
			padding-top: 30px;
			margin-top: 30px;
			text-align: center;
			}
		footer a.submit {
			display: block;
			margin: 0 auto;
			}
		footer .logo {margin-bottom: 25px;}
		
		article .header::after,
		section .header::after,
		article .header::before,
		section .header::before {height: 330px;}
		
		article .header,
		section .header {
			margin-bottom: 50px !important;
			padding-top: 50px;
			background-size: cover !important;
			}
		article h1,
		section h1 {
			margin-bottom: 50px;
			font-size: 2em;
			}
		article .chapo,
		section .chapo {padding:1.5em 2.5em;}
		article .chapo p,
		section .chapo p {
			font-size: 1.250em;
			font-weight: 400 ;
			}

		
		#formulaire_formidable-2.formulaire_formidable input[type="text"] {margin:0.35em auto 0;}
		#formulaire_formidable-2.formulaire_formidable .saisie_input label {text-align:center;}
			
			
		/* VISIBILITY */
		.show-for-medium {display:block !important;}
		.hide-for-medium {display:none !important;}

		}
			
	
/* ========== PASSAGE FORMAT SMALL ========== */	
/* All Mobile Sizes (devices and browser) > BREAKPOINT 568PX 480PX 320PX */
	@media only screen and (max-width: 639px) {
		body {border-top-width:80px;}
		.cd-auto-hide-header {height: 80px;}
		
		#univers .title {
			color: #FFF;
			font-weight: 400;
			top: 50px;
			}
		#univers .title::after {background: #fff;}
		#univers a {
			height: 350px;
			overflow: hidden;
			}
		#univers img {
			position: absolute;
			width: 100%;
			top:50%;
			left:0;
			right:0;
			margin:0 auto;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
			}
		#background-video {height:280px;}
		#news {padding-bottom: 30px;}
		#news article {padding-bottom: 40px;}
		#news h2 {
			margin-bottom: 0;
			padding: 10px 0;
			}
		#news .read {
			left: 0;
			margin: 0 auto 40px;
			position: relative;
			right: 0;
			top: 0;
			}
		footer {padding-top: 50px;}
		footer .logo, 
		footer .a2a_kit { margin-bottom: 30px;}
		footer .column {
			width: 100%;
			margin-bottom: 15px;
			}
		footer .txt,
		.footer-bottom {margin-top: 35px !important;}
		.mentions {text-align: left;}
		
		article .header,
		section .header {
			margin-bottom: 50px !important;
			padding-top: 50px;
			background-size: cover !important;
			}
		article h1,
		section h1 {
			margin-bottom: 50px;
			font-size: 2em;
			}
		article .chapo,
		section .chapo {padding:1.5em 2.5em;}
		article .chapo p,
		section .chapo p {
			font-size: 1.250em;
			font-weight: 400 ;
			}

		
		
			
		/* VISIBILITY */
		.show-for-small {display:block !important;}
		.hide-for-small {display:none !important;}
		}



