#opacite {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2500;
	padding: 0 !important;
}
#opacite2 {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2800;
	padding: 0 !important;
}
#opacite3 {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2500;
	padding: 0 !important;
}
#opacite4 {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 3000
}
body {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: inherit;
	text-decoration: none;
}
.fin_float {
	clear: both;
}
.image_responsive {
	display: none
}
.content_lang {
	display: flex;
	color: #9a9696;
	height: 50px;
	font-weight: 600;
	justify-content: space-around;
	align-items: center;
	width: 50px;
	padding-right: 15px;
}
.content_lang span {
	padding: 0px 5px;
	display: inline-block;
}
.texte_lang {
	display: flex;
	text-transform: uppercase;
	font-weight: 200;/*! padding-right: 10px; */
}
.content_lang span:first-child {
	border-right: 1px solid #ccc;
}
/******************superheader*******************/
.conteneur_superheader {
	width: auto;
	border-bottom: 1px solid #ccc;
}
.close {
	width: 100%;
	height: 100%;
	top: 0;
	left: 240px;
	position: absolute;
	display: block;
	z-index: 9999;
}
.superheader {
	width: 1390px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
ul.info_contact {
	float: left;
	height: 50px;
	margin: 0;
	display: flex;
	padding: 0;
}
ul.info_contact li {
	padding: 0 12px;
	color: #b0afaf;
	font-size: 12px;
	display: flex;
	align-items: center;
	border-right: 1px solid;
	border-color: inherit;
}
ul.info_contact li img {
	margin-right: 10px;
}
ul.info_contact li:last-child {
	border-right: none;
}
.bloc_reseau_socio_recherche {
	display: flex;
	height: 50px;
	align-items: center;
	width: 260px;
	float: right;
}
.bloc_recherche {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 20px;
}
.bloc_recherche input {
	width: 200px;
	border: 1px solid #ccc;
	height: 30px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: #ccc;
	position: relative;
	border-radius: 2px;
}
.icone_recherche {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	border-left: 1px solid #ccc;
	top: 1px;
}
.reseau_socio {
	display: flex;
	justify-content: center;
	align-items: center;
	/*! margin-left: 25px; */
	cursor: pointer;
}
.reseau_socio img:hover {
	filter: grayscale(0%);
	transition: all linear 0.3s;
}
.reseau_socio img {
	border-left: 1px solid #ccc;
	padding: 19px 18px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
.reseau_socio img:last-child {
	/*! border-right:1px solid #ccc; */
	padding-right: 0;
}
/************************header********************/

.conteneur_header {
	width: auto;
	display: flex;
}
.header {
	width: 1390px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.logo {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;/*! font-family: 'Merriweather', serif; */
}
.description_logo {
	color: #ccc;
	font-size: 13px;
	border-right: 1px solid #ccc;
	padding: 10px;
}
.description_logo span {
	font-size: 11.5px;
}
ul#menu_header {
	float: right;
	height: 100px;
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
	align-items: center;
}
ul#menu_header li:hover ul {
	transition: all linear 0.3s;
	visibility: visible;
	top: 100%;
}
ul#menu_header li:hover, ul.sous_menu li:hover {
	color: #00973a
}
ul.sous_menu li {
	color: #000;
	line-height: 1.1 !important;
	padding: 13px 10px !important;
}
ul#actu li:after, ul#doc_categorie li:after, ul#galerie_categorie li:after {
	position: absolute;
	content: '';
	top: 100%;
	width: 0;
	margin: 0 auto;
	height: 2px;
	background: #00973a;
	left: 0;
	transition: all linear 0.3s;
	visibility: hidden;
	right: 0;
}
ul#menu_header li {
	padding: 5px 9px;
	position: relative;
	transition: all linear 0.3s;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	position: relative;
	line-height: 88px;
}
ul#menu_header li ul {
	list-style-type: none;
	position: absolute;
	top: 120%;
	padding: 0;
	visibility: hidden;
	background: #fff;
	border-radius: 3px;
	width: 225px;
	left: -3px;
	z-index: 10;
	border-top: 3px solid #00973a;
	transition: all linear 0.3s;
}
ul#menu_header li:after {
 pos
}
/*ul#menu_header li:last-child{
			position: absolute;
			bottom: -10px;
			width: 80%;
			margin: 0 auto;
			height: 1px
		}*/

ul#menu_header li.active:after, ul#menu_header li:hover:after, ul#actu li:hover:after,  ul#actu li.active:after, ul#doc_categorie li.active:after, ul#galerie_categorie li.active:after, ul#doc_categorie li:hover:after,  ul#galerie_categorie li:hover:after {
	transition: all linear 0.3s;
	visibility: visible;
	width: 70%;
}
ul.sous_menu li::after {
	left: 0;
	position: absolute;
	content: '';
	bottom: 0;
	background: #00973a !important;
	height: 2px;
	width: 0 !important;
	transition: all linear 0.3s
}
ul.sous_menu li:hover:after {
	left: 0;
	height: 2px;
	width: 100% !important;
	transition: all linear 0.3s
}
/********************banniere***********************/

.conteneur_banniere {
	width: auto;
	position: relative;/*  background: url(../images/banniere.jpg);
			height: 461px;*/
}
.banniere {
	width: 922px;
	margin: 0 auto;
	position: relative;
	height: 461px;
	display: flex;
	justify-content: flex-end;
}
.texte_banniere {
	float: right;
	color: #fff;
	padding: 0 41px;
	top: 70px;
	bottom: 0;
	position: absolute;
	height: 65%;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.titre_banniere {
	position: relative;
	color: #fff200;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0;
	text-align: left;
}
.bloc_texte {
	background: rgba(0, 151, 58, 0.78);
	width: 365px;
}
.description_banniere {
	margin: 50px 0;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 200;
	text-align: left;
}
.titre_banniere:after {
	position: absolute;
	top: 100%;
	background: #fff;
	height: 3px;
	width: 75px;
	content: '';
	left: 0;
}
.btn_banniere {
	display: inline-block;
	background: #fff200;
	border-radius: 2px;
	padding: 5px 10px;
	cursor: pointer;
	font-size: px;
	color: #00973a;
	font-weight: 100;
	border: 1px solid transparent;
	transition: all linear 0.3s;
}
.btn_banniere:hover {
	border-color: #fff200;
	background: transparent;
	color: #fff200;
	transition: all linear 0.3s;
}
/*************actualites*************************/


.conteneur_actualites {
	width: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background: #fff;
	text-align: center;
	padding: 50px 0;
	position: relative;
	background-color: #f8f8f8;
}
#actualites {
	width: 1420px;
	margin: 0 auto;
	padding-top: 38px;
	padding-bottom: 50px;
	display: flex;
	max-width: 100%;
}
.categorie_actus {
	position: absolute;
	top: 16px;
	left: 0;
	background-color: rgba(0,0,0,0.50);
	padding: 5px 20px;
	color: #fff;
}
.titre_actualite {
	font-size: 35px;
	color: #c25519;
	padding: 0 10px 20px 10px;
	position: relative;
	display: inline-block;
	text-align: left;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
}
.conteneur_actualites .contenu_titre_tri {
	width: 1425px;
	margin: 0 auto;
	max-width: 100%;
}
.conteneur_actualites .titre_actualite:before {
	background: #c25519 !important;
	top: 0;
}
.titre_actualite::before {
	content: '';
	position: absolute;
	top: 0;
	width: 3px;
	bottom: 0;
	background: #000;
	left: 0;
}
.titre_action::before {
	content: '';
	position: absolute;
	top: 8px;
	width: 3px;
	bottom: 0;
	background: #00973A;
	left: 0;
	height: 70px;
}
.crc-realisation {
	font-size: 14px;
	font-weight: 300;
}
.titre_agenda::before, .titre_boutique::before {
	content: '';
	position: absolute;
	top: 24%;
	width: 6%;
	height: 1px;
	background: #999;
	right: 47%;
	display: none;
}
.bloc_actualite {
	width: auto;
	/*! float:left; */

	padding-left: 20px;
	/*! margin-right: 20px; */
	position: relative;
	display: flex;
}
.info_reseau_socio {
	width: auto;
	float: left;
	color: #fff;
	text-align: right;
	padding-top: 10px;
	margin-right: 15px;/* position: absolute; */
}
.info_reseau_socio2 {
	color: #fff;
	text-align: right;
	padding: 15px 0px;
	width: auto;
	display: inline-block;
	display: none
}
.content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.image_play {
	position: absolute;
	top: 25%;
	left: 43%;
	cursor: pointer/* right: 0; */
}
.image_play_galerie {
	position: absolute;
	top: 36%;
	left: 42%;
	cursor: pointer/* right: 0; */
}
.date_actu {
	font-size: 20px;
	position: relative;
	line-height: 15px;
	padding-bottom: 30px;
	color: #666666;
	font-weight: 200;
	width: 64px;
}
.nb_vue, .comments {
	position: relative;
	line-height: 19px;
	padding-top: 26px;
	padding-bottom: 20px;
	color: #666666;
}
.vue {
	font-size: 15px;
	font-weight: 200;
}
.annee_mois {
	font-size: 12px;
	color: #666666;
	font-weight: 200;
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	margin-top: 6px;
}
.image_actualite {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}
.image_actualite img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 230px;
}
.date_actu::before, .nb_vue:before {
	content: '';
	position: absolute;
	width: 25px;
	background-color: #00973a;
	height: 1px;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.date_actu::after, .nb_vue:after {
	content: '';
	position: absolute;
	width: 50px;
	background-color: #c25519;
	height: 1px;
	left: -5px;
	bottom: 0;
}
.titre_act {
	font-size: 20px;
	color: #c25519;
	line-height: 28px;
	width: auto;
	padding-top: 10px;
	text-align: left;
}
ul#actu, ul#doc_categorie, ul#galerie_categorie, .categorie {
	display: flex;
	margin: 0;
	list-style: none;
	margin-top: -15px;
}
ul#actu li, ul#doc_categorie li, ul#galerie_categorie li {
	padding: 5px 10px;
	cursor: pointer;
	border-right: none;
	position: relative;
	font-size: 15px;
	color: #666;
}
ul#doc_categorie li {
	font-size: 12px !important;
}
ul#actu li:last-child {
	border-right: none
}
.btn_actualite {
	width: auto;
	display: inline-block;
	margin-top: 15px;
	text-transform: none;
	color: rgba(0,0,0,0.5);
	padding: 10px 10px 10px 0;
	background: none;
	font-size: 15px;
	position: relative;
	font-weight: 600;
	cursor: pointer;
	z-index: 5;
	width: auto;
	border-radius: 3px;
	transition: all linear 0.3s;
}
.text_min_actualite {
	font-size: 13px;
	text-align: left;
	width: auto;
	line-height: 1.6;
	margin-top: 3px;
	font-weight: 200;
	width: auto;
}
.btn_voir_tous {
	padding: 10px 20px;
	background: #c25519;
	font-size: 20px;
	width: auto;
	display: inline-block;
	transition: all linear 0.3s;
	color: #fff;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
	font-weight: 200;
	border: 1px solid transparent;
	transition: all linear 0.3s;
}
.contenu_titre_tri {
	width: 1225px;
	display: flex;
	justify-content: space-between;
	/* margin-left: 155px; */
	align-items: center;
	margin: auto;
}
 ul#actu li:after,, ul#doc_categorie:after, ul#galerie_categorie:after {
 background: #00973a;
 top: 120%;
}
ul#actu li:hover {
	color: #00973a;
}
.btn_voir_tous:hover:after {
	top: 0;
	transition: all linear 0.3s;
	visibility: visible;
}
.btn_voir_tous:after {
	position: absolute;
	content: 'Toutes les actualites';
	left: 0;
	right: 0;
	top: 100%;
	transition: all linear 0.2s;
	bottom: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	color: #c25519;
	display: none;
}
.btn_actualite:after {
	position: absolute;
	content: '';
	left: 0;
	right: 100%;
	top: 0;
	bottom: 0;
	background: #c25519;
	padding: 0;
	visibility: hidden;
	transition: all linear 0.3s;
	z-index: -1;
	border-radius: 3px;
}
.btn_actualite:hover:after {
	right: 0;
	padding: 10px;
	transition: all linear 0.3s;
	visibility: visible;
}
.btn_actualite:hover {
	color: #fff;
	transition: all linear 0.3s;
	border-radius: 3px;
	padding: 10px;
}
/************************le coordinateur*********************/

.conteneur_mot {
	background: #f2f2f2;
}
.mot {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 50px 0 45px 0;
	flex-direction: column;
}
.bloc_image_left {
	width: 50%;
}
.nom_directeur {
	color: #2a282b;
	font-weight: 600;
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.4;
}
.lagenda {
	text-align: center;
	position: relative;
	z-index: 10;
	/*! display: flex; */
		  /*! flex-direction: column; */
	align-items: center;/*! width: 100% !important; */
}
.jour_agenda {
	font-size: 22px;
	font-weight: 200;
	font-family: 'Merriweather';
	font-style: italic;
	padding-top: 5px;
}
.nom_directeur .light {
	font-size: 15px;
}
.bloc_description_right {
	width: 100%;/*! margin-left: 40px; */
}
.titre_bloc_right {
	/*! font-weight: 500; */
	color: #00973a;
	padding-bottom: 15px;
	text-transform: uppercase;
	position: relative;
}
.leministere .titre_bloc_right {
	color: #fff;
}
.titre_agenda {
	color: #c25519;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	font-style: italic;
	font-family: 'Merriweather';
	margin-top: 10px;
}
.content_agenda {
	position: relative;
	height: auto;
	margin-top: 60px;
}
.prev_agenda, .next_agenda {
	position: absolute;
	cursor: pointer;
	padding: 12px 10px;
	border-right: 1px solid;
	font-size: 14px;
	border: none;
	color: #666;
	background: #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 120px;
	transition: all linear 0.3s;
	z-index: 100;
	border-radius: 3px;
}
.prev_agenda:hover, .next_agenda:hover {
	background: #036d29;
	color: #fff;
	transition: all linear 0.3s;
}
.next_agenda {
	right: 0;/*! border-left: 1px solid; */
			/*! border-right: none; */
}
#liste_agenda {
	width: auto;
	margin: 0 auto;
}
.les_btn {
	text-align: center;
	display: flex;
	justify-content: center;
}
.mot .btn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	padding: 10px 20px;
	cursor: pointer;
	/* border-right: 1px solid; */
	background: #c25519;
	transition: all linear 0.3s;
	border-radius: 3px;
	border: 1px solid transparent;
}
.action .btn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	padding: 10px 20px;
	cursor: pointer;
	margin-top: 55px;
	/* border-right: 1px solid; */
	background: #00973a;
	transition: all linear 0.3s;
	border-radius: 3px;
	border: 1px solid transparent;
}
.btn:last-child {
	border: none;
	border-bottom: 0;
}
.action .btn:hover {
	background: #fff;
	color: #00973a;
	transition: all linear 0.3s;
	border: 1px solid #00973a;
}
.btn:hover {
	background: #fff;
	color: #fff;
	transition: all linear 0.3s;
	border-color: #c25519;
	color: #c25519;
	border: 1px solid #c25519;
}
.light {
	font-weight: 300;
}
.content_agenda_interne {
	display: flex;
	width: 80%;
	position: relative;
	margin: 0 auto;
}
.content_rdv {
	display: flex;
	position: relative;
	justify-content: space-between;/*! margin-left: 22px; */
}
.content_rdv::after {
	/*! position: absolute; */
	content: '';
	left: 45%;
	width: 2px;
	height: 100%;
	background: #ccc;
	top: 0;
}
.text_description {
	font-size: 14px;
	color: #2a282b;
	font-weight: 300;
	display: flex;
	margin: 50px 0 65px 0;
	width: 100% !important;
	display: flex;
	justify-content: center;
}
.en_savoir {
	color: #ff8600;
	font-weight: 300;
	cursor: pointer;
	display: inline-block;
}
.btn_directeur {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #036d29;
}
.btn_left {
	width: 50%;
	padding: 0;
	color: #fffcdc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 100%;
	position: relative;
	font-weight: 200;
	text-align: center;
}
.btn_left:first-child {
	text-align: center;
}
.btn_left {
/* text-align: left; */
}
.image_coordonateur {
	position: relative;
	width: 70%;
	margin-top: 40px;
}
.image_coordonateur img {
	width: 100%;
	height: auto;
}
.btn_left:after {
	position: absolute;
	content: '';
}
.btn_left:first-child:after {
	position: absolute;
	content: '';
	right: 0;
	width: 1px;
	height: 25px;
	top: 18px;
	background: #fff;
}
.titre_bloc_right:after {
}
.titre_bloc_right:after {
	top: 5px;
}
.titre_actualite:before {
	top: 8px;
	height: 70px;
	background: #00973a;
}
.bloc_rdv_journee {
	width: 95%;
	text-align: left;
	padding-left: 20px;
}
.content_rdv .owl-item:nth-child(2n+2) {
	border-left: 1px solid #ccc;
}
.lieu {
	margin-top: 10px;
}
.heure_titre {
	color: #c25519;
}
.description_journee {
	color: #333333;
	font-size: 15px;
	line-height: 1.5;
	margin-top: 10px;
	width: 95%;
	font-weight: 600;
}
.text_description p {
	width: 80%;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 16px;
}
.heure {
	font-size: 24px;
	/*! font-family: 'Marriweather'; */
	font-weight: 800;
}
.bloc_rdv_journee:last-child {
	border: none;
}
.prev_agenda_interne {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 50;
	cursor: pointer;
}
.next_agenda_interne {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 100;
	cursor: pointer;
}
/************************action******************/
.conteneur_action {
	width: auto;
	/*! background: #c7eafb */
	padding: 50px 0;
	border-bottom: 1px solid rgb(204, 204, 204);
}
.action {
	width: 1350px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	/*! align-items: center; */
	position: relative;
	max-width: 100%;
}
.titre_action {
	color: #00973A;
	font-size: 35px;
	font-weight: 600;
	padding: 0 0 50px 0;
	/*! font-family: 'Merriweather'; */
	text-transform: uppercase;
	padding-left: 15px;
	margin-bottom: 25px;
}
.content_bloc_action {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	position: relative;
}
#content_bloc_action .owl-item {
/*width: auto !important;*/
}
.bloc_action {
	width: auto;
	float: left;
	margin-right: 23px;
	position: relative;
	overflow: hidden;
	display: block;/*! margin-bottom: -4px; */
}
.image_action {
	width: auto;
	position: relative;
	overflow: hidden;
	transition: all linear 0.3s;
	display: block;
	height: auto;
}
.date_action {
	width: 60px;
	position: absolute;
	background: rgba(0, 0, 0,0.5);
	font-weight: 300;
	text-align: center;
	color: #fff;
	float: none;
	text-transform: uppercase;
	display: flex;
	/*! align-self: auto; */
	height: 55px;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	padding: 5px;
	margin-top: 5px;
	border-radius: 3px;
	top: 0;
	z-index: 1;
	right: 3px;
}
.sup {
	font-size: 26px;
	font-weight: 700;
}
.mois_action {
	font-size: 11px;
}
.description_action {
	font-size: 15px;
	line-height: 1.2;
	color: #2a282b
}
.btn_action {
	font-size: 14px;
	color: #eeb507;
	font-weight: 600;
	cursor: pointer;
}
.action .prev_action_pndp {
	left: 0;
	top: 45%;
}
.action .next_action_pndp {
	right: 0;
	top: 45% !important;
	left: auto
}
.action .btn_voir_tous {
	background: #CE113A;
	color: #FCFAA2;
	margin-top: 0;
}
.bloc_description_action {
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0;



	right: 0;
	text-align: left;
	background: rgba(0,0,0,.6);
	display: flex;
	padding: 0 60px 0 20px;
	transition: all linear 0.5s;
	overflow: hidden;
	transform: translateY(70%);
	display: flex;
	justify-content: space-around;
	height: 100%;
	flex-direction: column;
	justify-content: flex-start;
}
.bloc_action:hover .bloc_description_action {
	height: auto;
	top: 0;
	bottom: 4px;
	transform: translateY(0%);
}
.descritption_action {
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0 10px 0;
	transition: all linear 0.5s;
}
.image_action:hover .bloc_description_action {
	top: 0;
	align-items: flex-start;
	justify-content: space-around;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all linear 0.5s;
	transform: translate(0%);
	height: 100%;
}
.image_action:hover .descritption_action {
	margin: 0;
}
.titre_bloc_action {
	font-size: 1.2em;
	font-weight: 600;
	transition: all linear 0.3s;
}
.image_action img {
	/*! width: 100%; */
	height: auto;
	display: block
}
.bloc_bref_left {
	width: 50%;
}
/***************************bref*****************************/
.bref {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.conteneur_bref {
	width: auto;
	background: #f4eac3;
	padding: 50px 0px 40px 0;
}
.description_bref {
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 200;
	margin: 50px 0;
	text-align: justify;
}
.btn_en_savoir {
	padding: 8px 20px;
	background: #00973a;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 3px;
}
.bloc_bref_right {
	width: 47%;
}
.bloc {
	width: 245px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 172px;
	background: #fff;
	transition: all linear 0.3s;
	margin-top: 20px;
	cursor: pointer;
	padding: 0 13px;
	color: #9c9c9c;
}
.bloc:hover .normal {
	display: none;
}
.survol {
	display: none;
}
.bloc:hover .survol {
	display: block;
}
.bloc:hover {
	background: #00973a;
	color: #fff;
	transition: all linear 0.3s;
}
.description_bloc {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.5;
	margin: 10px 0;
	font-family: 'Merriweather';
}
.content_bloc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.icone_bloc {
}
.titre_bloc {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all linear 0.3s;
}
.titre_bloc_left {
	font-weight: 200;
	text-transform: none;
}
.content_bloc_chiffre {
	display: flex;
	text-align: center;
}
.chiffre {
	width: 1200px;
	margin: 0 auto;
	/*! text-align: center; */
	position: relative;
}
.bloc_chiffre {
	width: 95%;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	transition: all linear 0.3s;
	min-height: 217px;
	height: auto;
	padding: 20px 0;
	cursor: pointer;
}
.bloc_chiffre:hover::after {
	transition: all linear 0.4s;
	transform: scale(1);
}
.bloc_chiffre::after {
	position: absolute;
	content: '';
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	border: 1px solid #fff;
	transform: scale(0);
	transition: all linear 0.4s;
	display: none
}
.montant_chiffre {
	color: #c25519;
	font-size: 28px;
	font-weight: 600;
	margin: 5px 0;
}
.conteneur_chiffre {
	padding: 50px 0;
}
.libelle_chiffre {
	font-size: 15px;
	/*! font-family: 'Merriweather'; */
	color: #333;
	position: absolute;
	top: 128%;
}
.bloc_chiffre:hover .libelle_chiffre {
	top: 0;
	background: rgba(0,0,0,0.8);
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	display: flex;
	align-items: center;
	line-height: 1.3em;
	padding: 0 15px;
	transition: all linear 0.3s;
	border: 1px solid #fff;
}
/***************************documentation**************************/


.conteneur_documentation {
	width: auto;
	background: #f2f2f2;
	background-size: cover;
	background-position: top center;
	/*! padding-bottom: 50px; */
	background-repeat: no-repeat;
	padding: 50px 0 80px 0;
	position: relative;
}
.documentation .btn_voir_tous {
	background: #fff;
	color: #2f7a5e;
}
.documentation {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative
}
.image_documentation {
	width: 253px;
	float: left;
	/*! margin-right: 24px; */
	text-align: center;
	padding: 0 20px;
}
#ligne_documentation {
	margin-top: 60px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.documentation .titre_action {
	color: #fff;
}
#ligne_documentation:after {
	content: '';
	display: block;
	clear: both;
}
.image_documentation img {
	width: 100%;
	height: auto;
}
.image_documentation:nth-child(3) {
	margin-right: 0;
}
.prev_pub, .prev_pub2, .next_pub2, .prev_actualite, .prev_action_pndp, .next_action_pndp, .prev_parteanire {
	position: absolute;
	left: 100px;
	top: 55%;
	bottom: 0;
	padding: 0 20px;
	align-items: center;
	/*! width: 61px; */
	z-index: 100;
	/*! display:none; */
	cursor: pointer;
	z-index: 10;
}
.prev_pub2 {
	left: 0;
}
.next_pub2 {
	right: 0;
	left: unset;
}
.next_partenaire {
	top: 43%;
	right: -35px !important;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.prev_partenaire {
	position: absolute;
	top: 43%;
	left: 32%;
	cursor: pointer;
}
.next_actualite {
	right: -10px;
}
.prev_actualite {
	left: 20px !important;
}
.next_actualite {
	right: 0px !important;
}
.prev_actualite, .next_actualite, .next_action_pndp {
	top: 40% !important;
}
.next_pub, .next_actualite {
	/*! display:none; */
	position: absolute;
	right: 105px;
	top: 55%;
	bottom: 0;
	padding: 0 20px;
	align-items: center;
	z-index: 100;
	cursor: pointer;
}
/*************************galerie******************/

.conteneur_galerie {
	width: auto;
	background: url(../images/bg_galerie.jpg);
	height: auto;
	padding: 50px 0;
	background-attachment: fixed;
}
.titre_galerie {
	color: #fff;
}
.titre_galerie:before {
	background: #fff;
}
.conteneur_galerie li.active, .conteneur_galerie li:hover {
	color: #fff !important;
}
.conteneur_galerie li:after, .conteneur_galerie li:hover:after {
	background: #fff !important;
}
.galerie li {
	color: #fff;
}
.galerie {
	width: 1300px;
	margin: 0px auto;
}
.content_galerie {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}
.image_galerie {
	width: 24%;
	/*! margin-top: 6px; */
	position: relative;
	margin: 0 8px 10px 7px;
}
.description_image_galerie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 98%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all linear 0.3s;
	transform: scale(0);
	flex-direction: column;
}
.description_image_galerie:before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.titre_album {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: scale(0);
	font-size: 18px;
	line-height: 26px;
	transition: all linear 0.3s;
	color: #fff;
	text-transform: uppercase;
}
.btn_voir:hover {
	background: #fff;
	color: #eeb507;
	transition: all linear 0.3s;
}
.btn_voir {
	margin-top: 10px;
	background: #eeb507;
	padding: 5px 8px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	z-index: 20;
	transition: all linear 0.3s;
}
.image_galerie:hover .description_image_galerie::before {
	transform: scale(1);
	opacity: 1;
}
.image_galerie:hover .description_image_galerie {
	background: rgba(58,52,42,0.5);
	transition: all linear 0.3s;
	transform: scale(1);
}
.image_galerie:hover .titre_album {
	transform: scale(1);
	transition: all linear 0.3s;
}
.icone_play img {
	width: auto !important;
}
.icone_play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}
.image_galerie:hover .icone_play {
	display: none;
}
.image_galerie img {
	width: 100%;
	height: auto;
}
.conteneur_galerie li {
	color: #eeb507 !important;
}
.content_btn_video_photo {
	text-align: center;
	color: #fff;
	margin-top: 70px;
}
.btn_photo, .btn_video {
	display: inline-block;
	padding: 10px 20px;
	background: #eeb507;
	cursor: pointer;
	font-size: 18px;
	color: #101b25;
	border-radius: 3px;
	transition: all linear 0.3s;
}
.btn_photo {
	margin-right: 90px;
}
/*************************partenaire***************************/

.content_partenaire {
	display: flex;
	width: 55%;
	align-items: center;
}
.bloc_left_partenaire {
	width: 30%;
}
.partenaire {
	height: 275px;
	width: 1190px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.image_partenaire {
	width: auto !important;
	filter: grayscale(100%);
	-o-filter: grayscale(100%);
	cursor: pointer;
	transition: all linear 0.3s;
	margin: 0 20px;
}
.image_partenaire img {
	max-height: 65px;
}
.image_partenaire:hover {
	transition: all linear 0.3s;
	filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
.description_partnaire_bloc_left {
	margin-top: 28px;
	line-height: 1.8;
	font-weight: 200;
	font-size: 14px;
}
#content_partenaire.content_partenaire {
	width: 65%;
	display: flex !important;
	align-items: center;
}
#content_partenaire .owl-wrapper {
	width: auto !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.titre_partenaire:before {
	background: #333333;
}
.titre_partenaire {
	color: #333333;
}
/****************************footer***********************/

.conteneur_footer {
	background: #077230;
}
.bloc_footer {
	color: #fff;
	width: 23%;
	font-size: 12px;
	/*! font-family: 'Merriweather'; */
	font-weight: 400;
	margin-top: 14px;
}
.content_bloc_footer {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 20px 0;
}
.footer {
	width: 1100px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}
.bloc_footer ul {
	list-style-type: none;
	padding: 0;
	margin-top: 35px;
}
.bloc_footer li {
	padding-bottom: 17px;
}
.logo_footer {
	text-align: center;
	display: inline-block;
	padding: 10px 13px;
	background-color: #fff;
	margin-bottom: 0px;
}
.texte_description_logo_footer {
	line-height: 2;
	margin: 34px 0 30px 0;
	width: 90%;
}
.reseau_socio_footer {
	display: none;
	padding-left: 20px;
}
.reseau_socio_footer img {
	padding: 5px 12px;
	border-left: 1px solid #fff;
}
.reseau_socio_footer img:last-child {
	border-right: 1px solid #fff;
}
.titre_footer {
	color: #e1d53a;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
}
.bloc_footer:first-child {
	margin-top: 0;
	width: 33%;
}
#bloc_foooter_regionale {
	width: 42%;
}
#liste_lien_regionale {
	display: flex;
	flex-wrap: wrap;
}
#liste_lien_regionale ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#liste_lien_regionale li {
	width: 46%;
}
.description_newsletter {
	font-size: 12px;
	line-height: 2;
	margin-top: 30px;
}
.input_email input {
	border: none;
	width: 80%;
	height: 35px;
	font-size: 14px;
	/* color: rgba(255, 255, 255, 1); */
	background: none;
	float: left;
	padding: 0 13px 0 10px;
	background: #fff;
}
.submit {
	background: #e1d53a;
	border: none;
	height: 35px;
	/* float: right; */
	font-size: 25px;
	color: #00973a;
	box-shadow: none;
	text-shadow: none;
	padding-left: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-align: center;
}
.input_email {
	max-width: 293px;
	width: 100%;
	background: rgba(255,255,255, 0.5);
	/* padding: 0 15px 0 20px; */
	overflow: hidden;
	margin-top: 30px;
	height: 35px;
}
.conteneur_superfooter {
	width: auto;
	/* background: #1a1a1a; */
	color: #fff;/* border-top: 1px solid; */

}
.superfooter {
	width: 1100px;
	margin: 0 auto;
	font-weight: 300;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 35px;
}
.superfooter_left_text {
	float: left;
	/*! height: 35px; */
			/*! display: flex; */
	justify-content: center;
}
/***autre******/
.btn_voir_tous:hover {
	background: #fff;
	color: #c25519;
	border-color: #c25519;
	transition: all linear 0.3s;
}
.btn_photo:hover, .btn_video:hover {
	background: #fff;
	color: #000;
	transition: all linear 0.3s;
}
.lieu i {
	color: #c25519;
	font-size: 18px;
}

.titre-menu{
	display:none
}


.bloc-content-marche-wrapper a {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.bloc-content-marche-wrapper {
  padding: 15px;
  position: relative;
	border: 1px solid #d8d8d8;
  width: auto;
  margin: 0 15px;
}
.en-savoir {
  /* padding-left: 20px !important; */
  margin-left: 20px;
  position: relative;
  padding: 10px 15px;
  display: inline-block;
}

.titre-marche {
  font-size: 19px;
  position: relative;
  line-height: 24px;
  font-weight: 600;
  padding: 10px 0 10px 10px;
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
}
.chapeau {
  font-size: 16px;
  text-align: left;
  width: auto;
  line-height: 1.7;
  margin-top: 3px;
  font-weight: 200;
  width: 80%;
  margin: 16px 0;
  padding-left: 20px;
}

.titre-marche:before {
  content: "";
  height: 100%;
  width: 8px;
  position: absolute;
  left: -15px;
  top: 0px;
  background: #027C27;
}
.bloc-content-marche-wrapper:before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background: #00973a;
  bottom: 0;
  right: 0;
  transition: all linear 0.3s;
}
.bloc-content-marche-wrapper:before:hover {
  transition: all linear 0.3s;
  width: 100%;
  right: auto;
  left: 0;
}


.content-info-detail {
  display: flex;
  align-items: center;
  opacity: 0.5;
  padding-left: 20px;
  font-size: 14px;
}
.nombre-vue-bloc {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.icone-oeil {
  display: flex;
}
.nombre-vue-bloc img {
  width: 85%;
  height: auto;
}
.en-savoir:after {
  position: absolute;
  content: '';
  left: 0;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #c25519;
  padding: 0;
  visibility: hidden;
  transition: all linear 0.3s;
  z-index: -1;
  border-radius: 3px;
}
.en-savoir:hover {
  color: #fff;
  transition: all linear 0.3s;
  border-radius: 3px;
  padding: 10px;
}
.en-savoir:after:hover {
  right: 0;
  padding: 10px;
  transition: all linear 0.3s;
  visibility: visible;
}

.en-savoir:hover:after {
    right: 0 !important;
    padding: 10px;
    transition: all linear 0.3s;
    visibility: visible;
}

.bloc-content-marche-wrapper:hover {
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    transition: all linear 0.3s;
}


#marche{
	width:1200px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
}

#conteneur-bloc-marche{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-content: flex-start;
	margin: 50px auto;
}