#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;
}
.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;
}
.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;
	border-bottom: 1px solid #cccccc;
}
.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: 'Open Sans', sans-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: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
}
.conteneur_banniere {
	width: auto;
	background: url(../images/banniere/telechargement_banniere.png);
	background-position: top;
	background-size: contain;
}
/********************* conteneur titre page interne ******************************************************/

#conteneur-titre-page {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-self: center;
	text-align: center;
	padding: 15px 0;
}
#titre_page {
	font-size: 35px;
	color: #333333;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 200;
	width: 800px;
	margin: 0 auto;
	

}
#fil_arian {
	font-size: 13px;
	color: #AAAAAA; 
	display:none
}
#date_contenu {
	font-size: 14px;
	color: #4f4f4f;
}
/******************* contenu page interne *******************/

#fil_arian a {
	margin: 0 15px;
}
#conteneur_page {
	width: auto;
	height: auto;
	padding-bottom: 100px;
}
#page_interne {
	width: 1320px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
#wrapper_conteneur_btn_reseau {
	width: auto;
	height: auto;
	margin-right: 25px;
}
#conteneur_btn_reseau_sociaux {
	width: 45px;
	height: auto;
	position: fixed;
}
#conteneur_btn_reseau_sociaux a {
	display: block;
	font-size: 100%;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 10px;
	word-spacing: 0.5em;
	border: none;
	cursor: pointer;
}
#conteneur_btn_reseau_sociaux a#linkedin {
	background-color: #0080b2;
}
#conteneur_btn_reseau_sociaux a#fcb {
	background-color: #4c66a4;
}
#conteneur_btn_reseau_sociaux a#twt {
	background-color: #55acee;
}
#conteneur_btn_reseau_sociaux a#mail {
	background-color: #a0a0a0;
}
#contenu_page {
	width: 800px;
	max-width: 100%;
	font-size: 1rem;
	line-height: 1.8em;
	color: #333333;
	text-align: justify;
	font-weight: 00;
	font-weight: 200;
}

#contenu_page table{
	border:1px solid #d8d8d8;
	border-top:none;
	border-left:none;
}

#contenu_page table td{
	border-top:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
	/*! cellspacing: 1px; */
	padding: 0 5px;
	font-size: 14px;
	vertical-align: top;
}
#contenu_page table tr td:first-child{
	vertical-align: middle;
}

#contenu_page table td+td{
}

#img_principale_article img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
#nom-biographie {
	font-size: 1.2rem;
	font-weight: 400;
}
#bloc_aside_page {
	width: 300px;
	max-width: 100%;
}
#aside_agenda, #aside_recherche {
	margin: 0;
}
#aside_recherche {
	border: none;
	padding: 0;
}
.bloc-aside {
	padding: 20px 0px 0 0;
	color: #333333;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	margin-top: 40px;
}

.bloc-aside.ops{

	width: 300px;
}

#actualite.conteneur-texte-ops{
	width: 800px;
}

.contain-bloc-aside {
	list-style: none;
	margin: 0;
	padding: 15px 35px;
}
.contain-bloc-aside li a {
	padding: 12px 0;
	display: block;
	font-weight: 200;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	position: relative;
}
.contain-bloc-aside li a i {
	font-size: 12px;
	font-weight: 100;
	margin-right: 15px;
}
.contain-bloc-aside li a:after {
	position: absolute;
	height: 1px;
	width: 0;
	content: '';
	left: 0;
	top: 100%;
	transition: all linear 0.4s;
	background-color: #C25519;
}
.contain-bloc-aside li a:hover {
	color: #C25519;
}
.contain-bloc-aside li a:hover:after {
	width: 100%;
	transition: all linear 0.4s
}
.titre-aside {
	font-size: 22px;
	margin-bottom: 15px;
	padding-left: 20px;
	border-left: 3px solid #C25519;
	margin-left: 15px;
}
#contain-agenda {
	padding-left: 20px;
}
#contain-agenda div {
	font-size: 15px;
	line-height: 1.6em;
	padding: 3px 0;
	color: #333333;
	font-weight: 200;
}
#contain-agenda div strong {
	font-weight: 500;
}
#btn-all-agenda {
	padding: 10px 15px;
	font-size: 15px;
	color: #ffffff;
	background-color: #C25519;
	border-radius: 4px;
	margin-top: 9px;
	display: inline-block;
}
/******************* page detail article ******************************/

#form-search {
	position: relative;
	border-bottom: 1px solid #eeeeee;
}
#form-search input {
	width: 291px;
	height: 50px;
	font-size: 15px;
	border: none;
	padding-right: 35px;
}
#form-search button {
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 3;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 0;
	text-align: center;
	background: none;
	border: none;
	padding: 0;
	color: #C25519;
}
#contain-bloc-aside-archive > li > a {
	font-size: 16px;
	font-weight: 600;
}
.scontain-bloc-aside {
	list-style: none;
	margin-left: 25px;
	padding: 0;
	display: none;
}
/****************************footer***********************/

.conteneur_footer {
	background: #101b25;
}
.bloc_footer {
	color: #fff;
	width: 24%;
	font-size: 12px;
	/*font-family: 'Merriweather';*/
	font-weight: 400;
	margin-top: 50px;
}
.content_bloc_footer {
	display: flex;
	justify-content: space-between;
	padding: 60px 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: 23px;
}
.logo_footer {
	text-align: center;
}
.texte_description_logo_footer {
	line-height: 2;
	margin: 34px 0 40px 0;
	width: 90%;
}
.reseau_socio_footer {
	display: flex;
	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: #00973a;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
}
.bloc_footer:first-child {
	margin-top: 0;
}
.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: #00973a;
	border: none;
	height: 35px;
	/* float: right; */
	font-size: 25px;
	color: #fff;
	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;
}
.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
}
.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;
}
.titre_agenda::before, .titre_boutique::before {
	content: '';
	position: absolute;
	top: 24%;
	width: 6%;
	height: 1px;
	background: #999;
	right: 47%;
	display: none;
}
#conteneur_bloc_actualite {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-content: flex-start;
	max-width: 960px;
	width: 100%;
}
.bloc_actualite {
	/*! width: 47%; */
	/*! float:left; */

	/*! padding-left: 20px; */
	/*! margin-right: 20px; */
	position: relative;
	display: flex;
	margin-bottom: 35px;
}
.info_reseau_socio {
	width: auto;
	float: left;
	color: #fff;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;/* 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: 40px;
}
.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: 10px;
	color: #666666;
	font-weight: 200;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	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 {
	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
}
.text_min_actualite {
	font-size: 13px;
	text-align: left;
	width: auto;
	line-height: 1.6;
	margin-top: 3px;
	font-weight: 200;
	width: 80%;
}
.btn_actualite, .en-savoir {
	width: auto;
	display: inline-block;
	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;
}
#actualite {
	width: 1320px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
}

#conteneur-texte-operation {
    text-align: justify;
	color: #333;
	font-weight: 200;
}
#conteneur-texte-operation p{
	padding-bottom: 15px;
}

#conteneur-texte-operation strong{
	padding-bottom: 5px;
	display: inline-block;
	color: #C25519;
}

#pagination {
	text-align: center;
	width: auto;
	background-color: #E6E6E6;
	border-top: 2px solid #9F9F9F;
	margin: 15px 0 10px 0;
	padding: 10px 5px;
}
.bloc_pagination {
	width: auto;
	height: auto;
	padding: 5px 5px;
	background-color: #00973A;
	color: #fff;
	display: inline-block;
	margin: 0 3px 0 0;
	font-size: 11px;
	border-radius: 3px;
}
.pagination_actif {
	background-color: #C25519;
}
#form_commentaire textarea, #form_commentaire input {
	display: block;
	width: 97%;
	max-width: 100%;
	border: 1px solid #F0F0F0;
	padding: 10px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
#form_commentaire textarea {
	margin-bottom: 25px;
	min-height: 100px;
}
#form_commentaire input {
	margin-bottom: 25px;
}
#titre_conteneur_commentaire {
	font-size: 28px;
	color: #077230;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	position: relative;
	width: auto;
	display: block;
	border-top: 3px solid #077230;
	text-align: left;
	margin: 40px 0 25px 0;
}
#form_commentaire input#send_commentaire {
	font-size: 16px;
	display: inline-block;
	padding: 9px 30px;
	text-transform: uppercase;
	width: auto;
	background-color: #077230;
	text-shadow: 0px 0px;
	color: #ffffff;
	cursor: pointer;
}
#titre_liste_commentaire {
	font-size: 22px;
	color: #077230;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	position: relative;
	width: auto;
	display: block;
	border-bottom: 1px dotted #9E9EA1;
	text-align: left;
	margin: 40px 0 30px 0;
}
.photo_commentaire {
	width: 110px;
	height: auto;
	border-radius: 50% 50%;
	overflow: hidden;
	float: left;
}
.photo_commentaire img {
	width: 100%;
	height: auto;
}
.information_commentaire {
	float: left;
	width: 440px;
	text-align: left;
	padding-left: 30px;
	color: gray;
}
.info_comm {
	padding: 15px 0 0 0;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
}
.nom_com {
	font-weight: bold;
}
.description_comment {
	font-size: 17px;
	line-height: 23px;
	width: 96%;
	padding-top: 10px;
	font-weight: 200;
}
.ligne_commentaire {
	padding: 25px 10px;
	position: relative;
	margin-bottom: 0;
	border-bottom: 1px dotted #DFDFDF;
}
/************************ STYLE AGENDA ********************************/

#agenda {
	margin: 0 50px;
	padding: 0 20px;
	width: 900px;
}
.bloc_agenda {
	margin-bottom: 25px;
}
.ligne_jour_agenda {
	border: none !important;
	background-color: #F5F3F3;
}
.ligne_agenda {
	display: flex;
	min-height: 70px;
	border-top: 1px solid #cdcdcd;
	font-size: 14px;
	font-weight: 200;
	position: relative;
}
.ligne_jour_agenda + .ligne_agenda {
	border-top: 1px solid #EEEEEE;
}
.ligne_jour_agenda .bloc_horaire_agenda {
	background-color: #00973A;
	color: #fff;
	text-align: center;
	line-height: 1.8em;
	padding: 5px 15px
}
.bloc_horaire_agenda {
	height: 100%;
	width: 200px;
}
.contenu_agenda {
	padding: 10px 0;
	font-size: 20px;
}
.bloc_horaire_agenda {
	width: 90px;
	padding: 10px 15px;
	color: #00973A;
	font-weight: 600;
}
.ligne_agenda::after {
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	background: #00973a;
	bottom: 0;
	right: 0;
	transition: all linear 0.3s;
}
.ligne_agenda:hover {
	background-color: #F5F3F3;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.07);
	cursor: pointer;
}
.ligne_agenda:hover::after {
	transition: all linear 0.3s;
	width: 100%;
	right: auto;
	left: 0;
}
.info_detail {
	display: flex;
	align-items: center;
	width: 50%;
	margin: 0 auto;
	justify-content: space-around;
	color: #d8d8d8;
}
.nb_vue img {
	width: 20px;
	height: 14px;
	margin-right: 5px;
}
.nb_vue {
	display: flex;
	opacity: 0.5;
	width: 25px;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
.smenu_active {
	color: #C25519;
}
.smenu_active::after {
	background: #C25519;
	width: 100% !important
}


/**************************/


.content_voir_plus {
  width: 952px;
  margin: 0 auto;
}
.titre_voir_plus {
  font-size: 25px;
  line-height: 27px;
  text-align: justify;
  text-transform: uppercase;
  font-weight: 600;
  color: #077230;
  position: relative;
  padding: 0 0 10px 0;
}
.titre_voir_plus:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  width: 84%;
  background: #077230;
}
#liste_voir_plus li {
  list-style: square;
  padding: 5px 0;
  font-size: 18px;
  color: #333;
}
#liste_voir_plus li:hover {
  color: #C25519;
  text-decoration: underline;
}

#conteneur_bloc_actualite a {
  width: 47%;
  /*! float: left; */
  padding-left: 20px;
  /*! margin-right: 20px; */
  position: relative;
  display: flex;
  margin-bottom: 35px;
}


#titre_page {
    text-align: left;
    width: 1320px;
    padding: 20px 0;
}


/****************************************************/


.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;
}

.bloc-content-marche-wrapper a {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.bloc-content-marche-wrapper {
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
	border: 1px solid #d8d8d8;
  width: 100%;
}
.en-savoir {
  /* padding-left: 20px !important; */
  margin-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;
}



#conteneur_btn_reseau_sociaux span {
    display: none;
}