/*
Theme Name:     Custom Theme
Author:         C2Web
Author URI:     http://www.c2w.fr
Template:       c2web_framework
*/

/*
font-family: 'Lato', sans-serif;
font-family: 'kg_two_is_better_than_oneRg';

bleu : #335c6d;

*/

@font-face {
    font-family: 'kg_two_is_better_than_oneRg';
    src: url('fonts/kgtwoisbetterthanone-webfont.eot');
    src: url('fonts/kgtwoisbetterthanone-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kgtwoisbetterthanone-webfont.woff2') format('woff2'),
         url('fonts/kgtwoisbetterthanone-webfont.woff') format('woff'),
         url('fonts/kgtwoisbetterthanone-webfont.ttf') format('truetype'),
         url('fonts/kgtwoisbetterthanone-webfont.svg#kg_two_is_better_than_oneRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Conv_DINPro-Cond';
	src: url('fonts/DINPro-Cond.eot');
	src: local('☺'), 
		url('fonts/DINPro-Cond.woff') format('woff'), 
		url('fonts/DINPro-Cond.ttf') format('truetype'), 
		url('fonts/DINPro-Cond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body{
	background:#FFF;
	color:#575757;
	font-size: 1.4em;
	font-family: 'Lato', sans-serif;
}

.relative{
	position: relative;
}


h1, h2, h3, h4{
	position: relative;
}

.en_tete h1{
	font-family: 'kg_two_is_better_than_oneRg';
	text-transform: uppercase;
	font-size: 3.5em;
	font-weight: 100;
	margin-top: 0.4em;
	margin-bottom: 0;
}

.bloc{
	margin-top: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.bloc .contenu{
	padding-left: 10%;
	padding-right: 10%;
}

.bloc .more{
	display: block;
	text-align: right;
	color:#02617f;
	margin-top: 2em;
}

body.page .bloc h1{
	font-size: 2.1em;
	margin-bottom: 1em;
	margin-top: 0;
}

.bloc h1.entry-title,
.bloc h2.block-title,
body.page .bloc h1,
body.single .entry-content h2,
body.page .entry-content h2{
	position: relative;
	text-transform: uppercase;
	text-align: center;
	color:#02617f;
	background:#FFF;
	padding: 0.2em 0 !important;
	margin-bottom: 0.7em !important;
	border:none !important;
	background-image: linear-gradient(to right, #02617f 25%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 2px;
	background-repeat: repeat-x;
}

.bloc h1.entry-title::before,
.bloc h2.block-title::before,
body.page .bloc h1::before,
body.single .entry-content h2::before,
body.page .entry-content h2::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;

	background-image: linear-gradient(to right, #02617f 25%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 2px;
	background-repeat: repeat-x;
}

.intro_eolienne p{
	padding:0 5em;
}

#main-container{
	padding-top: 1em;
}

a {
    color: black;
    text-decoration: none;
    transition:0.5s all;
    -webkit-transition:0.5s all;
}

.entry-content a{
	color:#335c6d;
}

a:hover {
	color: #335c6d;
    text-decoration: none;
}

a:focus, a:active{
	color:#335c6d;
}

.fond_bleu_clair{
	background: #069dc3;
}
.couleur-bleu_clair{
	color:#069dc3;
}
.couleur-bleu_clair .picto_periode{
	background-image: url(images/etape_bleu_clair.png);
}


.fond_bleu_fonce{
	background: #335c6d;
}
.couleur-bleu_fonce{
	color:#335c6d;
}
.couleur-bleu_fonce .picto_periode{
	background-image: url(images/etape_bleu_fonce.png);
}


.fond_gris{
	background: #9ebacd;
}
.couleur-gris{
	color:#9ebacd;
}
.couleur-gris .picto_periode{
	background-image: url(images/etape_gris.png);
}

.fond_blanc{
	background:#FFF;
}


.fond_vert{
	background: #c7d300;
}
.couleur-vert,
.couleur_vert h2{
	color:#c7d300;
}

.phrase_geg h2{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 1.4em;
}


.points_forts_geg{
	color:#FFF;
	padding:1em 10%;
	font-size: 1.15em;
	line-height: 1.2em;
}

.point_fort{
	display: inline-block;
	width: 23.9%;
	text-align:left;
	vertical-align: top;
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;
	padding-left: 1.5em;
	padding-right: 1em;
}

.point_fort p{
	margin: 0;
}

.point_fort::before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background:#FFF;
}

.point_fort:first-child{
	border:none;
	padding-left: 0;
}

.point_fort:first-child::before{
	display: none;	
}

.point_fort:last-child{
	padding-right: 0;
}

.status-reponse{
	padding:2em;
	display: block;
	margin:2em auto;
	width: 50%;
	font-weight: bold;
	color:#dd4814;
	border:1px solid #696969;
}

header{
	position: relative;
	overflow: hidden;
	height: 387px;
}

header .container-fluid{
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

header .container-menu{
	position: absolute;
	bottom: 0;
	left: 1em;
}

header .container{
	position: relative;
	height: 100%;
}

header .menu{
	margin: 0;
}

header .menu li{
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
	padding:0 0.75em;
	vertical-align: top;
}

header .menu li a{
	display: table;
	background:#335c6d;
	color:#FFF;
	text-transform: uppercase;
	padding:0.5em 1em 0.3em 1em;
	line-height: 1.2em;
	max-width: 180px;
	height: 45px;
	text-align: center;
	vertical-align: middle;

	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

header .menu li a span{
	display: table-cell;
	vertical-align:middle;
}

header .menu li.current-menu-item a{
	background:#FFF;
	color:#335c6d;
}

header .menu li:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

header .menu li.current-menu-item:hover{
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

header .cartouche_title{
	position: absolute;
	right: 8%;
	height: auto;
	width: 31%;
	padding:0 1.5em 1.4em 5em;
	z-index: 1;
}

header .cartouche_title .fond_cartouche{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(37,96,163,0.55);
	z-index: 0;
}

header .cartouche_title .site_title{
	color:#FFF;
	font-weight: 500;
	margin-top: 2em;
	font-size: 2.3em;
	line-height: 1em;
	position: relative;
	margin-bottom: 0;
}

header .cartouche_title .site_title span{
	display: block;
	position: relative;
	width: 50%;
	text-transform: none;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.1em;
	padding-right: 0.5em;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 1.2em;
	
}

header .cartouche_title .site_title small{
	color:rgba(255,255,255,0.8);
	display: block;
	position: relative;
	text-align: right;
	font-size: 0.5em;
	margin-top: 0.25em;
	line-height: 1em;
}

header .cartouche_title .site_title span svg,
header .cartouche_title .site_title span img{
	position: absolute;
	left: 100%;
	top: -12px;
	width: 95%;
	height: auto;
}

header img.image_bandeau{
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	bottom: 0;
	opacity:0;
	height: auto;
}

header img.image_bandeau.adaptee{
	left: 50%;
}

header img.image_bandeau.active{
	opacity:1;
}

header .liste_logos{
	position: absolute;
	left: 2em;
	top: 1.2em;
	background:rgba(255,255,255,0.8);
	padding:0.25em 0;
}

header .liste_logos::before{
	content:"";
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 999em;
	background:rgba(255,255,255,0.8);
}

header .liste_logos::after{
	content:"";
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 999em;
	background:rgba(255,255,255,0.8);
}

.liste_logos .libelle_partenaires{
	margin-bottom: 0.5em;
	font-size: 0.8em;
	color:#616160;
}

footer .liste_logos .libelle_partenaires{
	color:#FFF;
}

.liste_logos .logo{
	display: inline-block;
	margin-right: 1.5em;
}

header .liste_logos .logo{
	margin-right: 1em;
}

header .liste_logos .logo img{
	height: 42px;
	width: auto;
}

footer .liste_logos .logo img{
	height: 46px;
	width: auto;
}

.chiffre{
	display: inline-block;
	font-size: 	2em;
	line-height: 1.1em;	
	margin:0em 0.3em;
	vertical-align: middle;		
	padding-top: 1.3em;	
	position: relative;
	cursor: default;
}

.chiffre i{
	font-size: 0.6em;
	position: absolute;

	-webkit-animation: info_move 2s infinite; /* Safari 4+ */
	-moz-animation:    info_move 2s infinite; /* Fx 5+ */
	-o-animation:      info_move 2s infinite; /* Opera 12+ */
	animation:         info_move 2s infinite; /* IE 10+, Fx 29+ */
}


@-webkit-keyframes info_move {
  0%   { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes info_move {
  0%   { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes info_move {
  0%   { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes info_move {
  0%   { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}


#chiffres_projet{
	text-align: center;
}

.chiffre .indication{
	position: absolute;
	left: -20%;
	width: 140%;
	top: 110%;
	padding:1em;
	background:rgba(0,0,0,0.6);
	font-size: 0.5em;
	line-height: 1.2em;
	text-align:left;
	z-index: 10;
	color:#FFF;
	display: none;
}

.chiffre:hover .indication{
	display: block;
}

.chiffre .titre{
	font-family: 'kg_two_is_better_than_oneRg';
	display: block;
	text-transform: uppercase;
}

.chiffre .unite{
	font-family: 'kg_two_is_better_than_oneRg';
	font-size: 	0.9em;
}

.chiffre .valeur{
	font-weight: 700;
	font-size: 1.3em;
	font-family: 'Conv_DINPro-Cond';
}

.chiffre .valeur small{
	font-weight: normal;
	font-family: 'kg_two_is_better_than_oneRg';
	text-transform: uppercase;
	font-size: 0.6em;
}

#chiffre_1{
	/*color:#575757;*/
	color:#FFF;
	width: 179px;
	height: 127px;
	padding-top: 0.9em;
	background: url(images/chiffres_bulle1.png) no-repeat top left;
}

#chiffre_1 i{
	right: 0.7em;
	bottom: 0.5em;
}


#chiffre_2{
	width: 180px;
	height: 98px;
	background: url(images/chiffres_bulle2.png) no-repeat top left;
	/*color:#575757;*/
	color:#FFF;
	padding-top: 0.55em;
}

#chiffre_2 i{
	right: 0.5em;
	bottom: 0.3em;
}

#chiffre_3{
	padding-top: 0.6em;	
	width: 111px;
	height: 175px;
	background: url(images/chiffres_bulle3.png) no-repeat top left;
	color:#575757;
}

#chiffre_3 i{
	right: 0.5em;
	bottom: 0.4em;
}

#chiffre_3 .valeur{
	display: block;
	font-size: 1.5em;
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}

#chiffre_3 .unite{
	display: block;
	font-size: 	0.9em;
	margin:0.00em 0 0.25em 0;
}

#chiffre_4{
	width: 115px;
	height: 98px;
	background: url(images/chiffres_bulle4.png) no-repeat top left;
	text-align: left;
	padding-left: 0.9em;	
	padding-top: 0.3em;	
	line-height: 1em;	
	color:#FFF;
	/*color:#575757;*/
}

#chiffre_4 i{
	right: 0.3em;
	bottom: 0.2em;
}

#chiffre_4 .titre{
	display: block;
	margin-top: 0.25em;	
}

#chiffre_5{
	/*color:#575757;*/
	color:#FFF;
	width: 138px;
	height: 148px;
	background: url(images/chiffres_bulle5.png) no-repeat top left;
	padding-top: 0.4em;	
}

#chiffre_5 .separateur{
	display: block;
}

#chiffre_5 i{
	right: 0.8em;
	bottom: 0.3em;
}

#chiffre_6{
	width: 115px;
	height: 167px;
	background: url(images/chiffres_bulle6.png) no-repeat top left;
	color:#575757;
	padding-top: 0.6em;	
}

#chiffre_6 i{
	right: 1em;
	bottom: 0.6em;
}

#chiffre_6 .unite{
	font-size: 	0.9em;
}

#chiffre_6 .valeur{
	display: block;
}

#chiffre_7{
	width: 152px;
	height: 157px;
	background: url(images/chiffres_bulle7.png) no-repeat top left;
	color:#FFF;
	/*color:#575757;*/
	padding-top: 0.8em;	
}

#chiffre_7 i{
	right: 0.7em;
	bottom: 0.4em;
}

#post_its{
	margin-bottom: 2em;
	margin-top: 6em;
}

.post_it{
	vertical-align: top;
	display: inline-block;
	width: 181px;
	text-align: center;
	vertical-align: top;
	background:url(images/liseret_fond.png) repeat-y top left;
	background-position: 3px 0px;
	margin:0 4%;
	position: relative;
	min-height: 146px;
}

.post_it::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 75px;
	width: 100%;
	background:url(images/liseret_haut.png) no-repeat top left;
}

.post_it::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 71px;
	width: 100%;
	background:url(images/liseret_bas.png) no-repeat top left;
	background-position: 3px 0;
}

.post_it .titre{
	position: absolute;
	top:-20px;
	width: 80%;
	left: 10%;
	text-align: center;
}

.post_it.couleur-bleu_gris h3 { 
	background:url(images/postit_bleu_gris.svg); 
	background-size:100% 100%;
}
.post_it.couleur-bleu_clair h3 { 
	background:url(images/postit_bleu_clair.svg); 
	background-size:100% 100%;
}
.post_it.couleur-bleu_fonce h3 { 
	background:url(images/postit_bleu_fonce.svg); 
	background-size:100% 100%;
}

.post_it h3{
	display: inline-block;
	color:#FFF;
	font-family: 'kg_two_is_better_than_oneRg';
	padding:0.3em 0.8em 0.3em 0.8em;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.9em;	
}

.post_it.couleur-jaune h3{
	color:#000;
}

.post_it .texte{
	z-index: 10;
	position: absolute;
	padding:3em 0.7em 0.5em 0.7em;
	font-size: 0.9em;
	color:#000;
}

#points_fonctionnement{
	position: relative;
	margin-top: 7em;
	padding-top: 2em;
	padding-bottom: 5em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

h2.titre_points_blanc{
	color:#FFF;
	text-align: center;
	text-transform: uppercase;
	padding:0.3em 0;
	position: relative;
}

h2.titre_points_blanc::before{
	content:"";
	background:url(images/fond_point_titre.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
}

h2.titre_points_blanc::after{
	content:"";
	background:url(images/fond_point_titre.png);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
}

.img_entete_centrale h2.titre_points_blanc{
	margin-bottom: 2.5em;
}


.img_entete_centrale img{
	width: 389px;
	height: 238px;
}

.point_fonctionnement{
	display: inline-block;
	width: 207px;
	height: 225px;
	text-align: center;
	vertical-align: top;
	background:url(images/bulle_fonctionnement.png) no-repeat top left;
	background-size:100% 100%;
	margin:0 50px;
	position: relative;
}

.point_fonctionnement.no_fleche::before{
	display: none;
}

.point_fonctionnement:nth-child(2n)::before{
	content:"";
	position: absolute;
	right: 217px;
	top: 104px;
	width: 82px;
	height: 30px;
	background:url(images/fleche_fonctionnement_1.png) no-repeat top left;
}

.point_fonctionnement:nth-child(2n+1)::before{
	content:"";
	position: absolute;
	right: 217px;
	top: 104px;
	width: 81px;
	height: 28px;
	background:url(images/fleche_fonctionnement_2.png) no-repeat top left;
}

.point_fonctionnement:first-child::before{
	display: none;
}

.point_fonctionnement:first-child{
	margin-left: 0;
}

.point_fonctionnement:last-child{
	margin-right: 0;
}

.point_fonctionnement .indice{
	display: block;
	color:#FFF;
	font-family: 'kg_two_is_better_than_oneRg';
	font-size: 2.4em;
	text-align: center;
	padding-right: 10px;
	padding-top: 4px;
}

.point_fonctionnement .contenant-texte{
	color:#616160;
	display: table;
	margin-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	height: 143px;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.4em;
}

.point_fonctionnement .texte{
	display: table-cell;
	vertical-align: middle;
}


#video_presentation iframe{
	width: 100%;
}

.vimeo_player{
	width: 100% !important;
	height: 100% !important;
}

.fancybox-slide>*{
	padding: 0 !important;
}

.post-edit-link{
	position: fixed;
	right: 1em;
	bottom: 1em;
	z-index: 1000;
	background:rgba(255,255,255,0.7);
	border:1px solid #000;
	color:#000 !important;
}

#presentation_geg{
	background-size: cover;
	background-position: bottom center;
	margin-bottom: 0em;
	padding-bottom: 3.5em;
}

#presentation_geg .fond_blanc{
	padding:1em 2.5em;
	display: block;
	margin:0 auto;
	width: 39%;
	margin-bottom: 3em;
	position: relative;
}

#presentation_geg .fond_blanc p{
	line-height: 1.2em;
	font-weight: 100;
	margin-bottom: 1.2em;
}

#presentation_geg .fond_blanc hr{
	margin:0.5em 0;
}

#presentation_geg .zone_boutons{
	position: absolute;
	left: 30%;
	right: 30%;
	top: 100%;
	margin-top: -18px;
}

#presentation_geg .zone_boutons a{
	display: block;
	margin-bottom: 0.4em;
	padding:0.4em 0;
}

#presentation_geg .zone_boutons a:hover{
	color:#000;
}

.btn_rouge{
	background:#dd4814;
	color:#FFF;
}

.btn_bleu,
.btn_bleu:active,
.btn_bleu:focus{
	background:#02617f;
	color:#FFF;
}


.btn_vert{
	background:#c7d300;
	color:#FFF;
}


#presentation_geg .video_miniature{
	width: 39%;
	position: relative;
	margin:0 auto;
}

#presentation_geg .video_miniature a{
	display: block;
}

#presentation_geg .video_miniature a img{
	width: 100%;
	height: auto;
}

#presentation_geg .video_miniature a i{
	position: absolute;
	top: 31%;
	left: 43%;
	color:#FFF;
	font-size: 6em;
}



#zoom_carte{
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: block;
	height: 229px;
}

.btn_zoom{
	width: 53px;
	height: 53px;
	position: absolute;
	top: 1em;
	right: 1.5em;
	background-image: url(images/ico_loupe.png);
	z-index: 10;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

#zoom_carte h2{
	position: absolute;
	z-index: 1;
	color: #FFF;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	margin: 0;
	padding: 0;
	margin-top: -1.8rem;
}

img#apercu_carte_projet{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: auto;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

#zoom_carte:hover .btn_zoom{
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

#zoom_carte:hover img#apercu_carte_projet{
	width: 120%;
	left: -10%;
	top:-10%;
}

#planning_projet{
	text-align: center;
}

#planning_projet .planning_periode{
	display: inline-block;
	width: 160px;
	vertical-align: top;
	margin:0 24px 2em 24px;
}

#planning_projet .planning_periode .texte_periode{
	color:#575757;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
}

#planning_projet .planning_periode .texte_periode ul{
	padding-left: 0;
}

#planning_projet .planning_periode .texte_periode ul li{
	margin-bottom: 0.8em;
	position: relative;
	list-style-type: none;
	padding-left: 0em;
}


#planning_projet .planning_periode .texte_periode ul li::before{
	/*
	content:"\f054";
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	font-size: 0.9em;
	top: 2px;
	*/
	content:"> ";
}


#planning_projet .planning_periode .texte_periode strong{
	text-transform: uppercase;
}

#planning_projet .planning_periode .picto_periode{
	background-repeat: no-repeat;
	text-align: center;
	background-size: 100% auto;
	min-height: 66px;
	padding-top: 0.2em;
	position: relative;
}

#planning_projet .planning_periode .picto_periode img{
	margin-top: 6px;
	display: inline-block;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

#planning_projet .planning_periode img.picto_service{
	margin-top: -1px;
	width: 37px;
}

#planning_projet .planning_periode img.picto_ok{
	margin-top: 13px;
}

#planning_projet .planning_periode img.picto_reunion{
	margin-top: 10px;
}

#planning_projet .planning_periode img.picto_instruction{
	margin-left: 7px;
	margin-top: 5px;
}
#planning_projet .planning_periode img.picto_dossier{
	margin-left: 6px;
}


.col_porteur_projet_gauche{
	padding-right: 8%;
	text-align: justify;
}

.col_porteur_projet_droit{
	padding-left: 8%;
	text-align: justify;
}

#porteurs_projet .zone_logos{
	background:rgba(255,255,255,0.9);
	margin-bottom: 1em;
	padding-left: 4em;
	text-align: center;
	padding:1.5em 0 2em 4em;
}

#porteurs_projet .zone_logos img{
	height: 70px;
	width: auto;
}


#bandeau_newsletter{
	font-weight: 100;
	color:#FFF;
	font-size: 1.2em;
	cursor: pointer;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
	margin-top: 3em;
}

body.home #bandeau_newsletter{
	margin-top: 0;
}

#bandeau_newsletter .btn_newsletter{
	padding:1em 0;
}

#bandeau_newsletter strong{
	text-transform: uppercase;
}

#bandeau_newsletter:hover{
	color:#000;
}

#bandeau_newsletter .ajax-loader{
	display: none;
}

footer{
	background:#e6e6e6;
	background-size: cover;
}

footer .container{
	padding:2em 3em;
}

footer .menu{
	text-align: right;
	margin-top: 2em;
}

footer .menu li{
	border:none;
	padding:0;
}

footer .menu li a{
	color:#fff;
	display: block;
	padding:0 1em;
}

#post_content{
	margin: 2em 1em;
	padding:1em 5em 1em 5em;
	line-height: 1.2em;
	position: relative;
}

#post_content .btn{
	display: block;
	width: 200px;
	margin:0 auto;
	border-radius:0px;
}

#post_content p{
	margin-bottom: 1.5em;
}

.video_picto{
	color:#FFF;
	position: absolute;
	left: 40%;
	top: 33%;
	z-index: 1;
	font-size: 54px !important;
}

.page-numbers li .current{
	background:#c7d301;
}

.question{
	position: relative;
	margin-bottom: 0.75em;
}

.question .texte_question{
	border:1px solid #000;
	position: relative;
	padding:1em 1em 1em 4em;
	cursor:pointer;
}

.question .texte_reponse{
	background:#e6e6e6;
	padding-left:2.5em;
	padding-right:2.5em;
	height:auto;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
}

.question.active .texte_reponse{
	max-height: 3000px;
	padding-top: 1em;
	padding-bottom: 1em;
}

.question .texte_question .chevron{
	position: absolute;
	right: 0;
	background:#335c6d;
	width: 4em;
	text-align: center;
	top: 0;
	bottom: 0;
	display: block;
}

.question .texte_question .chevron i{
	color:#FFF;
	font-size: 25px;
	margin-top: 10px;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
}

.question:hover .texte_question .chevron,
.question.active .texte_question .chevron{
	background:#CCC;
}

.question:hover .texte_question .chevron i,
.question.active .texte_question .chevron i{
	color:#335c6d;
	display: block;
	margin-top: 13px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#container_carte_grand_format{
	background:#FFF;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	left: 0%;
	top:0%;
	overflow: auto;
	padding:2em;
	display: none;
	text-align:left;
	padding-left: 5%;	
}

#container_carte_grand_format.active{
	display: block;
}

#close_carte{
	position: fixed;
	top: 1%;
	text-align: center;
	right: 3%;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background:#00867d;
	border-radius: 59px;
	text-align: center;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
}

#close_carte:hover{
	-webkit-transform: 	scale(1.1);
	-ms-transform: 	scale(1.1);
	-o-transform: 	scale(1.1);
	transform: 	scale(1.1);
}

#close_carte i{
	color:#FFF;
	font-size: 50px;
	margin-top: 3px;
	display: block;
	margin-left: 0px;
}

#close_carte::after{
	content:"Fermer la fenêtre";
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.1em;
	display: block;
	color:#333;
	position: absolute;
	left:-45px;
	text-align: center;
	width: 150px;	
	top: 110%;	
	font-weight: 700;
}

#message_bulles{
	position: fixed;
	width: 300px;
	left: 50%;
	top: 0%;
	margin-left: -150px;
	z-index: 1001;
	font-size: 1.5em;
	border:2px solid #00867d;
	border-top: none;
	background:#FFF;
	padding:0.25em;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#contenant_carte{
	display: inline-block;
	position: relative;
	width: 45%;	
}


#contenant_carte > img{
	width: 100%;
	height: auto;
}

#contenant_carte .point_carte{
	position: absolute;
}

.point_carte{
	width: 1px;
	height: 1px;
}


.fleche_bulle_droite .bulle_carte{
	right: 12px;
	background-image:url(images/bulle_vers_droite.png);
	padding-right: 51px;
	padding-left: 13px;
}

.fleche_bulle_droite.active .bulle_carte{
	background-image:url(images/bulle_vers_droite_hover.png);
	color:#FFF;
}

.fleche_bulle_gauche .bulle_carte{
	left: 12px;
	background-image:url(images/bulle_vers_gauche.png);
	padding-left: 51px;
	padding-right: 13px;
}

.fleche_bulle_gauche.active .bulle_carte{
	background-image:url(images/bulle_vers_gauche_hover.png);
	color:#FFF;
}

.bulle_carte{
	top:-66px;
	width: 142px;
	height: 96px;
	background-size: 100% 100%;
	text-align: center;
	position: absolute;
	cursor: pointer;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
	font-size: 1.2em;
	line-height: 1em;
	font-family: 'Conv_DINPro-Cond';
	text-transform: uppercase;
	font-weight: bold;
	display: table;
	vertical-align: middle;
	-webkit-animation: bulle_move 2s infinite; /* Safari 4+ */
	-moz-animation:    bulle_move 2s infinite; /* Fx 5+ */
	-o-animation:      bulle_move 2s infinite; /* Opera 12+ */
	animation:         bulle_move 2s infinite; /* IE 10+, Fx 29+ */
}

.point_carte.active .bulle_carte{
	-webkit-animation:none;
	-moz-animation:none;
	-o-animation:none;
	animation:none;
}

@-webkit-keyframes bulle_move {
  0%   {  }
  50% {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
  }
  100% {  }
}
@-moz-keyframes bulle_move {
  0%   {  }
  50% { 
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
  }
  100% {  }
}
@-o-keyframes bulle_move {
  0%   {  }
  50% { 
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
  }
  100% {  }
}
@keyframes bulle_move {
  0%   {  }
  50% {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
  }
  100% {  }
}

.bulle_carte:hover{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.bulle_carte span{
	display: table-cell;
	vertical-align: middle;
}

.pop_carte{
	position: fixed;
	right: 5%;	
	bottom: 3%;
	width: 45%;
	z-index: 1000;
	display: none;
	text-align: center;
}

.pop_carte.active{
	display: block;
}

.pop_carte .contenu_pop{
	max-height: 81%;	
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 700px;
	background:url(images/fond_popin.png) no-repeat top left;
	background-size: 100% 100%;
	padding:6em 4em 2em 4em;
	color:#FFF;
	cursor: default;
}

.pop_carte .titre_pop_carte{
	position: absolute;
	width: 100%;
	top: -37px;
	left: 0;
	text-align: center;
	z-index: 100;
}

.pop_carte .titre_pop_carte h3{
	background:url(images/fond_titre_popin.png) no-repeat top left;
	font-family: 'kg_two_is_better_than_oneRg';
	text-transform: uppercase;
	font-size: 2.6em;
	background-size: 100% 100%;
	color:#575757;
	display: inline-block;
	padding:0.5em 0.5em 0.3em 0.5em;
}

.close_point{
	position: absolute;
	top: 2em;
	right: 2em;
	background:#FFF;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	cursor: pointer;
	z-index: 101;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
}

.close_point:hover{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.close_point i{
	color:#00867d;
}


.pop_carte .contenu_pop .contenu_texte{
	position: relative;
	/*max-height: 700px;*/
	height: 95%;	
	overflow: hidden;
	padding-left: 1em;
	padding-right: 2em;
	text-align:left;
	line-height: 1.3em;
}

.pop_carte .contenu_pop .contenu_texte img.alignleft,
.pop_carte .contenu_pop .contenu_texte img.alignright{
	width: 49%;
	height: auto;
}

.pop_carte .contenu_pop .contenu_texte img.aligncenter{
	width: 100%;
	height: auto;
}

.pop_carte .contenu_pop .contenu_texte p{
	margin-bottom: 1.2em;
}

.acf-map{
	margin: 0;
	border:none;
	height: 600px;
}

.leaflet-map{
	margin: 0;
	border:none;
	height: 600px !important;
}

#video_presentation{
	width: 990px;
	height: 557px;
}

#video_presentation_url{
	width: 990px;
}

#video_presentation iframe{
	width: 100%;
	height: 100%;
}

#video_presentation_url img{
	width: 100%;
	height: auto;
}

#video_presentation_url a{
	display: block;
}

.fancybox-skin{
	border:2px solid #00867d;
	border-radius: 0;
	background:#FFF;
}

.gallery-item{
	padding:0 1em;
}

.gallery-item img{
	border:none !important;
}

.wp-caption-text{
	margin-top: 0.7em;
	font-style: normal;
	line-height: 1.3em;
}

.ps__rail-y{
	display: block !important;
	opacity: 1 !important;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	background:#DDD !important;
	width: 2px;
}

.ps__thumb-y{
	background:#00867d;
	right: -2px;
	width: 6px !important;
}

.contenu_texte .ps__rail-y{
	right: 2px !important;
	margin:0;
	background:rgba(255,255,255,0.3) !important;
	bottom: 0;
	height: 100% !important;
}

.contenu_texte .ps__thumb-y{
	background:#fccb40 
}

.deroule_newsletter{
	overflow: hidden;
	height: auto;
	max-height: 0;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
}

#bandeau_newsletter.active .deroule_newsletter{
	max-height: 400px;
}

#bandeau_newsletter.active:hover{
	color:#FFF;
}

.deroule_newsletter .wpcf7{
	padding-top: 2em;
}

.deroule_newsletter .wpcf7-text{
	width: auto;
	height: 38px;
	border:none;
}

.deroule_newsletter span.wpcf7-form-control-wrap{
	display: inline-block;
	white-space: nowrap;
	line-height: 0;
	vertical-align: top;
}

.deroule_newsletter .wpcf7-form input.wpcf7-submit{
	display: inline-block;
	height: 38px;
	border:2px solid #FFF;
	background:none;
	color:#FFF;
	font-weight: bold;
	line-height: 0;
	white-space: nowrap;
	outline:0;
	vertical-align: top;
}

.deroule_newsletter .wpcf7-form input.wpcf7-submit:hover{
	background:#FFF;
	color:#dd4814;
}

.deroule_newsletter span.wpcf7-not-valid-tip{
	height: 40px;
	line-height: 2.2em;
}

.deroule_newsletter div.wpcf7-response-output{
	width: 50%;
	margin:2em auto 0 auto;
	color:#FFF;
}

.en_tete{
	margin-top: 2.5em;
	padding:1em 1em 1.5em 1em;
	position: relative;
	background:#335c6d;
	color:#FFF;
}

.en_tete h2{
	font-size: 1.6em;
	margin-bottom: 0;
}

body.single .en_tete{
	padding-left: 3em;
}

body.single .en_tete .post-meta{
	font-weight: 100;
}


.en_tete img.alignleft{
	padding:0 2em 0 3em;
}

body.archive article{
	position: relative;
}

body.archive .entry-content p{
	line-height: 1.2em;
}

body.archive .entry-content h2{
	text-transform: uppercase;
	font-weight: 100;
	font-size: 1.5em;
}

body.page .entry-content{
	font-size: 1.2em;
}

body.page .entry-content p{
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

body.page .entry-content p a{
	text-decoration: underline;
}


a.fichier{
	color:#00867d;
	font-size: 1.1em;
	display: block;
	margin-top: 1em;
}

.cta_newsletter{
	position: absolute;
	right: 8%;
	bottom: 32%;
	display: block;
	background:#c7d300;
	text-align: center;
	padding:0.4em 2.1em;
	font-size: 1.3em;
	line-height: 1.2em;	
	cursor: pointer;
	border:4px solid #c7d300;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
	color:#FFF !important;
}

.cta_newsletter span{
	display: block;
	text-transform: uppercase;
}

.cta_newsletter:hover{
	background:#FFF;
	color:#c7d300 !important;
}

.ttu{
	text-transform: uppercase;
}

#questions{
	margin-bottom: 4em;
	margin-top: 1.6em;
}

#nouvelle_question .acf-field textarea,
#nouvelle_question .acf-field input[type="email"]{
	border:2px solid #e7e7e7;
	padding:12px;
}

#nouvelle_question .acf-input-wrap input{
	height: auto;
}

#nouvelle_question input[type=submit]{
	background:#335c6d;
	border:2px solid #335c6d;
	color:#FFF;
	font-size: 1.2em;
	padding:0.6em 1em;
	margin-left: 0.7em;
	margin-top: 1em;	
	outline:0;
}

.entry-content ul{
	padding-left: 0;
	margin-left: 1em;
}

.entry-content ul li{
	list-style-type: none;
	position: relative;
	padding-left: 1.1em;
	margin-bottom: 1em;
	line-height: 1.2em;
}

.entry-content ul > li > ul{
	margin-top: 1em;
}

.entry-content ul li::before{
	content:"\f054";
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	color:#02617f;
	top: 2px;
}

#zoom_carte{
	margin-top: 2em;
	margin-bottom: 1em;
}

#presentation_projet{
	text-align: center;
	
}


.fancybox-thumbs>ul>li{
	float:none !important;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
	overflow:visible !important;
	backface-visibility:visible !important;
}

.fancybox-thumbs>ul>li>img{
	width: 100% !important;
	height: auto !important;
	margin-top: 0 !important;
	display: block !important;
	position: relative !important;
}


#container_map h2{
	text-transform: uppercase;
	background:#335c6d;
	color:#FFF;
	font-weight: 100;
	padding:0.5em 0em 0.6em 0em;
	margin: 0;
	margin-top: 1em;
}

#container_map{
	margin-bottom: 2em;
}

a.retour{
	color:#757575;
	font-size: 0.9em;
	position: absolute;
	left: 3em;
}

a.retour span{
	text-transform: uppercase;
}

.entry-content img.size-full{
	max-width: 100%;
	height: auto;
}

.outil{
	margin-bottom: 2em;
	margin-top: 2em;
}

.outil .zone_image img{
	width: 100%;
	height: auto;
}

.outil h3{
	color:#c6d300;
	margin-top: 0.5em;
	text-transform: none !important;
}

img.full-width{
	width: 100%;
	height: auto;
}

.bloc_image{
	margin-top: 2em;
}

body.page .entry-content h3{
	padding-top: 0;
	text-transform: uppercase;
	font-size: 1.5em;
}

.objectif{
	text-align: center;
	text-transform: uppercase;
	padding:0 2.5em;
	margin-top: 2em;
}

.objectif span.nombre{
	display: block;
	width: 58px;
	height: 59px;
	color:#FFF;
	text-align: center;
	padding-top: 10px;
	font-family: 'kg_two_is_better_than_oneRg';
	font-size: 2.2em;
	margin:0 auto 0.6em auto;
}

.objectif_bleu_clair span{
	background-image:url('images/objectif_bleu_clair.png');
}
.objectif_bleu_fonce span{
	background-image:url('images/objectif_bleu_fonce.png');
}
.objectif_gris span{
	background-image:url('images/objectif_gris.png');
}
.objectif_vert span{
	background-image:url('images/objectif_vert.png');
}

.objectif strong{
	display: block;
	
}

body.page-template-template-mentions h1{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2em;
	color:#696969;
	border-bottom: 1px solid #000;
}

.back_to_top{
    color: #1d1819;
    border: 1px solid #1d1819;
    background:#FFF;
    left: 50px;
    bottom: -50px;
    position: fixed;
    font-size: 16px;
    width: 28px;
    text-align: center;
    padding: 3px 0;
    z-index: 100;
}

.back_to_top span{
	position: absolute;
	left: 0;
	text-transform: uppercase;
	font-size: 1rem;
	top: 110%;
	left: -28px;
	width: 84px;
	text-align: center;
}

.back_to_top:focus,
.back_to_top:active{
 color: #1d1819;
}

.back_to_top.active {
    bottom: 3em;
}