


#layerslider:hover .ls-thumbnail-slide-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}


/**********************meteo**********************/

.meteo {
	width: 1170px;
	margin: -60px auto 0;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(223, 223, 223);
	padding: 10px;
	position: relative;
	z-index: 999;
}
.content-prevision {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(223, 223, 223);
	box-shadow: 0 0 5px 0 #dfdfdf;
}
.content-localite {
	text-align: center;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	opacity: 0.5;
	padding-top: 9px;
}
.meteo ul {
	margin: 0;
	display: flex;
	list-style: none;
	/* background: #fff; */
    /* border: 1px solid rgb(223, 223, 223); */
    /* padding: 10px; */
	position: relative;
	z-index: 20;
	/* box-shadow: 0 0 5px 0 #dfdfdf; */
	padding: 22px 10px 9px;
}
.meteo li {
	width: 25%;
	float: left;
	padding: 0 15px;
	text-align: center;
}
.localisation-meteo h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.meteo p {
	margin: 10px 0 10px 0;
}
.meteo i {
	font-size: 22px;
	color: rgb(119, 199, 32);
	margin-right: 10px;
}
span.valeur {
	font-size: 25px;
	font-weight: 600;
}
sup.unite {
	font-size: 15px;
	color: rgb(17, 17, 17);
}

/*******************actualite********************/
.titre-bas h2 {
	text-transform: uppercase;
}
.titre-haut p {
	color: rgba(0, 0, 0, 1);
	font-size: 19px;
	line-height: 1;
	margin: 0 0 5px;
	opacity: 0.8;
}
.titre-bas h2 {
	margin: 0;
	font-size: 35px;
	line-height: 1.5;
	margin-bottom: -12px;
	color: rgb(47, 47, 47);
	font-weight: 400;
}
.chiffre .titre-haut p, .chiffre .titre-bas h2 {
    color:#fff
}
.service-en-ligne .titre-bas h2, .service-en-ligne titre-haut p {
    color: #fff;
}


.titre-bloc {
	border-left: 4px solid rgb(0, 112, 192);
	padding-left: 15px;
	margin: 50px 0 30px;
	width: 1200px;
}
.conteneur-actualite {
	padding: 60px 0 0px;
	/* background: #f9f9f9; */
	/* border-bottom: 1px solid #d8d8d8; */
	background-image: url(../images/bg-dots.png);
	/* background-position: -275px -215px; */
	background-size: cover;
	background-repeat: no-repeat;
}
.actualite {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}
div#content-actualite {
	margin-top: 50px;
	height: 510px;
}
.bloc-actualite {
	display: flex;
	/* border: 1px solid rgba(0,0,0,0.1); */
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 435px;
	padding: 0 0px;
	overflow: hidden;
	/* box-shadow: 0px 0px 16px 4px rgb(0 0 0 / 10%); */
	/* border-radius: 10px; */
	z-index: 10;
}

.bloc-actualite-wrapper:hover .date-publication {
    top: -43px;
    transition: all linear 0.3s;
}

.bloc-actualite-wrapper {
  margin: 0 15px 15px;
  box-shadow: 0px 0px 16px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.image-actualite {
	width: 45%;
	display: table-cell;
	width: 100%;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.image-actualite img {
	width: 100%;
	display: block;
	height: auto;
	border-radius: 10px 10px 0 0;
}
.content-bloc-text-actualite-wrapper {width: 100%;padding: 0;z-index: 10;position: relative;}
.content-text {/* border-left: 1px solid rgba(0,0,0,0.1); */padding: 45px 20px 10px 20px;display: block;background: rgb(255, 255, 255);/* margin-left: -20px; */position: relative;box-sizing: border-box;}
.date-publication {position: absolute;display: block;top: -83px;/* height: 80px; */left: 20px;padding: 5px;line-height: 1;/* margin-left: -91px; */background: rgb(0 127 0);color: #fff;font-size: 24px;text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: 16;transition: all linear 0.3s;width: 70px;height: 80px;border-radius: 5px;font-family: "Open Sans", sans-serif;}
.mois {
	display: block;
	font-size: 13px;
	font-weight: bold;
	/* margin-top: 10px; */
	letter-spacing: 1px;
	text-transform: uppercase;
}
.annee {
    font-size: 14px;
}

.jour {
    font-size: 15px;
}
.date-publication:before {
	position: absolute;
	left: 7px;
	right: 7px;
	bottom: 7px;
	top: 8px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	content: '';
}
.info-detail-actualite {
	display: flex;
	font-size: 14px;
	margin-top: 10px;
}
.info-bloc {
	display: flex;
	font-weight: 300;
	margin-right: 27px;
	width: 33%;
}

.bloc-actualite-wrapper {width: 30%;}
.icone-act {
	margin-right: 7px;
	color: rgb(0 127 0);
	font-size: 15px;
}
.info-bloc:last-child {
	margin-right: 0;
}
.libelle-info-act {
	font-size: 13px;
}
h3.titre-actualite {/* margin: 10px 0 0 0; */font-size: 18px;opacity: 0.8;font-weight: 400;font-family: "Open Sans", sans-serif;}
.header-actualite {position: absolute;padding-bottom: 15px;left: 0;padding: 0 20px 20px 20px;border: 1px solid rgba(0,0,0,0.1);border-top: none;border-bottom: none;box-sizing: border-box;margin-right: -1px;transition: all linear 0.3s;z-index: 5;background: #fff;margin-left: -1px;display: flex;flex-direction: column-reverse;}

.bloc-actualite-wrapper:hover .header-actualite {
    transition: all linear 0.3s;
    transform: translateY(-77%);
    background: #fff;
    padding-top: 35px;
}
.content-btn-actualite, .content-btn-galerie {
	text-align: center;
	margin-top: 60px;
}

ul#actu li, ul#doc_categorie li, ul#galerie_categorie li, ul#action_categorie li {
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border-right: none;
    position: relative;
    font-size: 12px;
    color: #666;
    /* display:flex */
}
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, ul#action_categorie li:hover:after, ul#action_categorie li.active:after{
	transition: all linear 0.3s;
    visibility: visible;
    width: 70%;
}
.header-actualite:after {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 100%;
	z-index: 3;
	height: 2px;
	width: 40px;
	margin-top: -1px;
	background: rgb(0 127 0);
}
.body-actualite p {font-weight: 300;font-size: 15px;line-height: 1.7;margin: 0;padding-top: 6px;}
.btn-en-savoir {
	text-align: left;
}
.btn-en-savoir a {
	padding: 7px 25px;
	background: rgb(0, 112, 192);
	border: none;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	display: none;
}
.btn-en-savoir a:hover {
	background: rgb(0, 112, 192);
	color: #fff;
	transition: all linear 0.3s;
}

.body-actualite {
    /* background: rgb(255, 255, 255); */
    /* padding-bottom: 10px; */
    transition: all linear 0.6s;
    position: relative;
    z-index: 1;
    border: 1px solidrgb(216, 216, 216);
    margin-top: 50px;
    /* min-height: 120px; */
    box-sizing: border-box;
    opacity: 0;
    transition: all linear 0.3s;
    width:  100%;
    box-sizing: border-box;
}

.bloc-actualite-wrapper:hover .body-actualite {
     opacity: 1;
    transition: all linear 0.3s;
}

.content-button-right .content-btn-actualite a:hover {
    background:  transparent;
    color: #009c31;
    border: none;
}

.content-button-right .content-btn-actualite a {
    border: none;
    padding:  0;
}

.actualite .content-button-right {
    width: auto !important;
    margin-top: 40px;
}

.actualite .titre-bloc {
    width:  auto;
}

ul#actu {
    display:  flex;
    list-style:  none;
    margin-top: 5px;
}

ul#actu li:after, ul#doc_categorie li:after, ul#galerie_categorie li:after, ul#action_categorie li:after {
    position: absolute;
    content: '';
    top: 100%;
    width: 0;
    margin: 0 auto;
    /* height: 2px; */
    /* background: rgb(2, 167, 80); */
    left: 0;
    transition: all linear 0.3s;
    visibility: hidden;
    right: 0;
}

ul#actu li.active {}

.actualite .content-btn-actualite {
    margin:  0;
    text-align:  right;
}
/************************le coordinateur*********************/

.conteneur_mot {
	background: #f8f8f8;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.mot {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0px 0 45px 0;
	flex-direction: column;
	max-width: 95%;
}


.mot .btn-right {
  right: 0;
  top: -86px;
  width: auto;
  position: absolute;
  display:  flex;
}
.mot .icone-right- img {
  width: 95%;
}
.mot .icone-right- {
  width: 50px;
}

.bloc_image_left {
	width: 40%;
}
.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; */
}
.description-bloc-agenda {
	font-size: 14px;
	font-weight: 300;
}
.jour_agenda {
	font-size: 22px;
	font-weight: 600;
	font-style: italic;
	padding-top: 5px;
	color: rgb(24, 41, 131);
}
.nom_directeur .light {
	font-size: 15px;
}
.bloc_description_right {
	width: 70%;/*! margin-left: 40px; */
}
.titre_bloc_right {
	/*! font-weight: 500; */
	color: #4ec33c;
	/* padding-bottom: 15px; */
	text-transform: uppercase;
	position: relative;
	display: inline-block !important;
	width: max-content;
}
.leministere .titre_bloc_right {
	color: #fff;
}
.titre_agenda {
	color: #504f4e;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	font-style: italic;
	margin-top: 10px;
}
.content-bloc-mot {
	display: flex;
	justify-content: space-between;
}
.content_agenda {
	position: relative;
	height: auto;
	margin-top: 20px;
}
.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: right;
	display: flex;
	justify-content: flex-end;
}
.content-btn-actualite a, .content-btn-galerie a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	padding: 10px 20px;
	cursor: pointer;
	background: none;
	transition: all linear 0.3s;
	border-radius: 3px;
	border: 1px solid rgb(24, 41, 131);
	box-sizing: border-box;
	color: rgb(24, 41, 131);
	background: transparent;
}
.btn-ecrire-coordo {
	margin-top: 20px;
}
.btn-ecrire-coordo a {
	padding: 10px;
	background: rgb(255, 255, 255);
	border-radius: 3px;
	color: rgb(24, 41, 131);
	border: 1px solid rgb(24, 41, 131);
	transition: all 0.3s;
}
.btn-ecrire-coordo i {
	padding-right: 10px;
	color: rgb(24, 41, 131);
}
.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, .content-btn-actualite a:hover, .prev-agenda:hover, .next-agenda:hover {
	background: rgb(5 73 177);
	color: #fff;
	transition: all linear 0.3s;
	border-color: rgb(24, 41, 131);
	color: rgb(255, 255, 255);
	border: 1px solid;
	/* box-sizing: border-box; */
}
.light {
	font-weight: 300;
}
.content_agenda_interne {
	display: flex;
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.les_btn .btn {
	height: auto;
	padding: 8px 10px;
	transition: all linear 0.3s;
	border-radius: 3px;
}
.btn:hover a {
	border: none !important;
}
.btn-ecrire-coordo a:hover {
	background: rgb(24, 41, 131);
	color: #fff;
	transition: all 0.3s;
}
.btn-ecrire-coordo a:hover i {
	color: #fff;
	transition: all linear 0.3s;
}
.text_description:before {
	position: absolute;
	content: '';
	width: 1px;
	background: #d8d8d8;
	left: 48%;
	/* right: 0; */
	height: 100%;
}
.content_rdv {
	display: flex;
	position: relative;
	justify-content: space-between;/*! margin-left: 22px; */
	width: 95%;
}
.content_rdv::after {
	/*! position: absolute; */
	content: '';
	left: 45%;
	width: 2px;
	height: 100%;
	background: #ccc;
	top: 0;
	opacity: 0;
}
.text_description {
	font-size: 14px;
	color: #2a282b;
	font-weight: 300;
	display: flex;
	margin: 50px 0 40px 0;
	width: 100% !important;
	display: flex;
	justify-content: center;
	position: relative;
}
.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: rgb(24, 41, 131);
}
.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: 90%;
	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: 0;
}
.titre_actualite:before {
	top: 0;
	height: auto;/* background: #00973a; */
}
.bloc_rdv_journee {
	width: 95%;
	text-align: left;
	padding-left: 25px;
}
.owl-item + .owl-item .bloc_rdv_journee {
	border-left: 1px solid #ccc;
}
.lieu {
	margin-top: 10px;
}
.heure_titre {
	color: #504f4e;
}
.description_journee {
	color: #333333;
	font-size: 15px;
	line-height: 1.5;
	margin-top: 10px;
	width: 85%;
	font-weight: 600;
	/* color: rgb(255, 0, 0); */
	font-size: 20px;
}
.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;
}
/************************A propos**************************/

.content-bloc-left {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	/* height: 100%; */
	overflow: hidden;
	padding: 100px 0;
	position: relative;
	width: 50%;
	z-index: 10;
}
.content-bloc-right {
	/* background: rgb(247, 247, 247) none repeat scroll 0 0; */
	float: right;
	height: 400px;
	overflow: hidden;
	padding: 0px 15px 80px 65px;
	position: relative;
	width: 50%;
	border-top: 1px solid #d8d8d8;
	z-index: 20;
}
.conteneur-apropos {
	display: flex;
}
.description-bloc ul {
	padding-left: 19px;
	opacity: 0.8;
}

.conteneur-apropos .titre-bloc {
  border-color: #009c31;
}


.content-text- {
	width: 215px;
}
.description-bloc p, .description-bloc li {
	font-size: 15px;
	line-height: 2;
	font-weight: 400;
	text-align: justify;
	width: 90%;
	opacity: 0.8;
}
.description-bloc {
	margin-top: 50px;
	width: 59%;
}
.content-bloc {
	position: absolute;
}
/**************************temoignage***********************/

.conteneur-temoignage {
	/* background: rgba(216, 216, 216, 0.1); */
	/* border-top: 2px solid #d8d8d8; */
	/* display: none; */
}
.temoignage {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 70px;
}
.titre-temoignage h2, .content-left-partenaire {
	margin: 0;
	text-transform: uppercase;
	font-size: 30px;
	color: rgb(1, 153, 1);
}
p.description-temoignage {
	width: 60%;
	opacity: 0.8;
	font-weight: 300;
}
.bloc-temoignage-wrapper {
	float: left;
	margin: 0 15px;
	position: relative;
	padding-top: 30px;
}
.bloc-temoignage-wrapper.slick-center .image-temoignage {
	opacity: 1;
	transition: all linear 0.3s;
}
.bloc-temoignage-wrapper.slick-center p {
	color: #000 !important;
	font-weight: 600;
}
.bloc-temoignage-wrapper.slick-center .bloc-temoignage:before, .bloc-temoignage-wrapper.slick-center .bloc-temoignage:after {
	background: rgb(1, 153, 1) none repeat scroll 0 0 !important;
}
.bloc-temoignage-wrapper.slick-center .bloc-temoignage {
	border-color: rgb(1, 153, 1) !important;
}
div#temoignage {
	display: flex;
	margin-top: 90px;
}
.image-temoignage {
	width: 31%;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
	/* opacity: 0; */
	transition: all linear 0.3s;
	position: absolute;
	left: 0px;
	z-index: 10;
	top: 12px;
	border: 5px solid rgb(0, 112, 192);
	box-shadow: 6px 5px 11px 0px rgba(0, 0, 0, 0.09);
}
.image-temoignage img {
	width: 100%;
	display: block;
	height: auto;
}
.bloc-temoignage {
	/* text-align: center; */
	/* margin-bottom: 33px; */
	/* margin-top: 0px; */
	/* border: 1px solid #d8d8d8; */
	/* position: relative; */
	/* width: calc(80% - 30px); */
	/* margin-left: calc(20% + 30px); */
	/* border-radius: 5px; */
	/* z-index: 5; */
	/* box-sizing: border-box; */
}
.text-temoignage {
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	color: rgb(144, 142, 142);
	/* font-style: italic; */
    /* margin-top: 30px; */
	text-align: left;/* padding: 0 25px; */
}
.nom-temoin h3 {
	/* color: #136734; */
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 10px;
	display: inline-block;
	line-height: 1.4;
	margin-top: 0;
	text-transform: uppercase;
}
.nom-temoin {
	display: flex;
	flex-direction: column;/* padding-bottom: 20px; */
}
.nom-temoin span {
	text-transform: none;
	font-size: 15px;
	color: rgb(73, 70, 71);
	font-weight: 500;
}
.bloc-temoignage-wrapper.slick-center .nom-temoin h3 {
	color: rgb(50,50,50
    )
}
.bloc-temoignage:before {
	background: rgb(144, 142, 142) none repeat scroll 0 0;
	bottom: -30px;
	content: "";
	height: 50px;
	position: absolute;
	right: -2px;
	width: 2px;
	opacity: 0;
}
.bloc-temoignage:after {
	background: rgb(144, 142, 142) none repeat scroll 0 0;
	bottom: -16px;
	content: "";
	height: 2px;
	left: -1px;
	position: absolute;
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	width: 101%;
	opacity: 0;
}
.content-audio-video {
	position: absolute;
	right: 40px;
	top: 15px;
	width: 60px;
	display: flex;
	justify-content: space-between;
	transition: all linear 0.3s;
	font-size: 20px;
	color: rgb(19, 103, 52);
	display: none;
}
.content-text-temoin {
	/* width: calc(70% - 30px); */
    /* margin-left: calc(30% + 30px); */
	padding: 70px 30px 110px 120px;
	/* border: 1px solid; */
	text-align: left;
	background: #fff;
	border-radius: 5px;
}
.image-temoignage:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-backface-visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.content-audio-video  a:hover {
	opacity: 1;
	transition: all linear 0.3s;
}
.content-audio-video  a {
	transition: all linear 0.3s;/* opacity: 0.3; */
}
div#content-dot-vignette {
	width: 55%;
	margin: 0px auto 0;
	display: flex;
	z-index: 20;
	position: relative;
	margin-left: calc(50% - 180px);
	margin-top: -90px;
	height: 113px;
}
.bloc-dot {
	width: 113px;
	height: auto;
	border-radius: 50%;
	/* overflow: hidden; */
	margin: 0 10px;
}
.image-dot img {
	width: 100%;
	height: auto;
}
.slick-current .image-dot {
	transition: all linear 0.3s;
	border: 5px solid rgb(0, 112, 192);
	box-shadow: 7px 4px 11px 0px rgba(0, 0, 0, 0.09);
	box-sizing: border-box;
}
.image-dot {
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid transparent;
	cursor: pointer;
}
/********************partenaire*************************************/

.partenaire {
	width: 1200px;
	margin: 0 auto;
	/* display: flex; */
	justify-content: space-between;
}
div#content-list-partenaire {
	display: flex;
	align-items: center;
	/* width: 55%; */
	margin-top: 60px;
	margin-bottom: 50px;
}
#content-list-partenaire .next-partenaire, #content-list-partenaire .prev-partenaire {
	top: -90px;
	right: 0;





	color: #969696;
}
.content-left-partenaire {
	line-height: 1;
	font-size: 25px;
	text-transform: none;
}
.image-partenaire {
	margin: 0 20px;
	text-align: center;
}
.conteneur-partenaire {
	padding: 0px 0 20px;
	border-top: 1px solid #d8d8d8;
}
i.fa.fa-long-arrow-down {
	color: rgb(255, 0, 0);
}
/***********navigateur**************/


.prev, .next {
	position: absolute;
	top: 45%;
	z-index: 20;
	color: rgb(129 128 255);
	background: rgb(255, 255, 255);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 25px;
}
.prev-agenda, .next-agenda {
	top: 0;
	border-radius: 5px;
	width: auto;
	height: auto;
	padding: 8px 12px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(193, 191, 191, 0.92);
	font-size:  14px;
}
.prev-agenda i, .next-agenda i {
	padding: 0px 5px 0;
}
.prev-agenda {
	left: -10px !important;
}
.next-agenda {
	right: -10px !important;
}
.prev {
	left: -50px;
}
.next {
	right: 30px;
}
.prev-service:before, .next-service:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(12, 75, 161, 0.6);
	content: '';
	z-index: -1;
}
.prev-temoignage {
	left: 0px !important;
}
.next-temoignage {
	right: 0;
}
.prev-service, .next-service {
	top: 0;
	bottom: 0;
	height: 100%;
	transition: all linear 0.3s;
	border-radius: 0;
	background: transparent;
}
.prev-service {
	left: -100%;
}
.next-service {
	right: -100%;
}
.prev-historique, .next-historique {
	width: 35px;
	height: 35px;
	font-size: 15px;
	left: 0;
	transform: rotate(90deg);
	bottom: -40px !important;
	top: unset;
	background: rgb(1, 153, 1);
	margin-left: 25px;
	color: #fff;
}
.next-historique {
	left: 40px;
}
div#content-bloc-service-wrapper:hover .prev-service {
	left: 0;
	transition: all linear 0.3s;
}
div#content-bloc-service-wrapper:hover .next-service {
	right: 0;
	transition: all linear 0.5s;
}
div#liste_agenda .prev-partenaire, div#liste_agenda .next-partenaire {
	z-index: 100;
	top: 50px !important;
	background: none !important;
	font-size: 30px;
}
div#liste_agenda .prev-partenaire {
	left: -37px;
	background: transparent;
}
div#liste_agenda .next-partenaire {
	right: -40px;
}
.content-left-partenaire {
/* width: 20%; */
}
.conteneur-partenaire .prev-partenaire {
	left: unset;
	margin-right: 40px;
}
.next-partenaire {
	right: -50px;
}

.libelle-thematique {
    display: none;
}
.actualite .prev-partenaire, .actualite .next-partenaire {
	/*! background: transparent; */
	/*! color: rgb(0, 112, 192); */
	font-size: 25px;
	/* top: 0 !important; */
	background: transparent;
	font-size: 35px;
}


.actualite .prev-partenaire {
  left: -60px;
}
.conteneur-galerie .prev-partenaire, .conteneur-galerie .next-partenaire, .conteneur-partenaire .prev-partenaire, .conteneur-partenaire .next-partenaire {
    top: -60px;
    right: 12%;
    left: unset;
    border: 1px solid;
    border-radius: 0;
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 5px;
}


.conteneur-galerie .prev-partenaire, .conteneur-galerie .next-partenaire{
	top:-95px
}

.conteneur-galerie .prev-partenaire, .conteneur-partenaire .prev-partenaire {
    right: 14.5%;
}

.conteneur-galerie .prev-partenaire:hover, .conteneur-galerie .next-partenaire:hover, .conteneur-partenaire .prev-partenaire:hover, .conteneur-partenaire .next-partenaire:hover {
    background: #0070c0;
    color: #fff !important;
}
.content-dot .prev, .content-dot .next {
	top: 30px;
	opacity: 0;
	transition: all linear 0.3s;
	border: 1px solid #136734;
	width: 40px;

	height: 40px;
	font-size: 22px;
	color: #136734;
}
.content-dot:hover .prev, .content-dot:hover .next {
	opacity: 1;
	transition: all linear 0.3s;
}
.content-tab {
	position: absolute;
	right: 0;
	width: 290px;
	top: 0;
	bottom: 0;
	z-index: 20;
	padding: 0;
	/* background: #fff; */
	display: flex;
	align-items: center;
}
.content-tab ul {
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 0;
}
.content-text- h2 {
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 600;
	/* text-transform: capitalize; */
	margin: 0 0 1px;
}
.content-text- p {
	color: rgb(255, 255, 255);
	font-size: 14px;
	margin: 0;
	font-weight: 400;/* text-transform: capitalize; */
}
.icone- {
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.icone- img {
	width: 55%;
	display: block;
}
.content-tab li {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.59) none repeat scroll 0 0;
	color: rgb(255, 255, 255);
	margin-bottom: 1px;
	padding-bottom: 17px;
	padding-top: 17px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding-left: 15px;
	cursor: pointer;
	padding-right: 20px;
}
.content-tab li.actif, .content-tab li:hover {
	background: rgb(0, 156, 49);
	transition: all 500ms ease;
}
.bloc-historique-wrapper {
	padding-left: 155px;
	position: relative;
	padding-top: 7px;
	padding-bottom: 30px;
}
.bloc-text-historique {
	display: flex;
}
img {
	display: block;
}
.titre-historique h4 {
	margin: 0;
	color: rgb(41, 41, 41);
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.image-historique {
	margin-right: 20px;
}
.text- {
	/* width: 85%; */
	font-size: 14px;
	color: rgb(158, 158, 158);
	line-height: 1.5;
	font-weight: 400;
}
.annee-historique {
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	background: rgb(78, 195, 60) none repeat scroll 0 0;
	height: 24px;
	left: 27px;
	position: absolute;
	text-align: center;
	top: 7px;
	width: auto;
	white-space: nowrap;
	padding: 0 5px;
}
.annee-historique:before {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border: 3px solid rgb(78, 195, 60);
	border-radius: 50%;
	content: "";
	height: 8px;
	left: -27px;
	position: absolute;
	top: 6px;
	width: 8px;
}
.annee-historique:after {
	color: rgb(78, 195, 60);
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: -6px;
	top: 0;
	transition: all 500ms ease 0s;
}
div#list-historique {
	position: relative;
	width: 100%;
	margin-top: 60px;
	margin-left: -5px;
}
div#list-historique .bloc-historique-wrapper:nth-child(n+2):before {
	border-top : none
}
div#list-historique .bloc-historique-wrapper:first-child:before {
	border-bottom : none
}
#list-historique:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 5px;
	background: rgba(216, 216, 216, 0.28);
	width: 3px;
	border: 1px solid rgb(199, 198, 198);
}
/********************************realisation**************************/
.realisation {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
	/* padding-top: 40px; */
}
.bloc-realisation-wrapper {
	width: 33%;
	float: left;
	margin: 0 15px;
	height: 430px;/* overflow:  hidden; */
}
div#content-list-realisation {
	display: flex;
	margin-top: 20px;
	margin-left: -20px;
}
.image-realisation {
	position: relative;
	overflow: hidden;
	/* border: 1px solid transparent; */
	z-index: 9;
}
.content-titre-btn {
	display: flex;
	justify-content: space-between;
	padding-right: 15px;
	align-items: center;
}
.btn-right a {
	display: flex;
	align-items: center;
	border: 1px solid rgb(24, 41, 131);
	border-left: none;
	border-radius: 5px;
	position: relative;
	z-index: 15;
	width: 257px;
	text-align: center;
	margin-left:  10px;
}
.image-partenaire img {
	width: auto;
	margin: 0 auto;
}
.icone-right- {
	width: 70px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(24, 41, 131);
	border-radius: 5px 0 0px 5px;
	z-index: 10;
	padding: 5px 8px;
}
.icone-right- img {
	width: 100%;

	height: auto;
	display: block;
}
.btn-right span {
	color: rgb(24, 41, 131);
	padding: 0 15px;
	z-index: 10;
	transition: all linear 0.3s;
	position: relative;
}
.text-btn-right {
	height: 100%;
	border: 1px solid rgb(1, 153, 1);
}
.btn-right a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(24, 41, 131);
	width: 0;
	z-index: 5;
	border-radius: 5px;
	transition: all 0.3s;
}
.btn-right {
	position: relative;
}
.btn-right a:hover:before {
	width: 100%;
	transition: all 0.3s;
}
.btn-right a:hover span {
	color: #fff;
	transition: all 0.3s;
}
.image-realisation img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.4s ease 0s;
}
.categorie-realisation {
	position: absolute;
	top: -45px;
	left: 15px;
	background: #009c31;
	padding: 5px 12px;
	font-size: 15px;
	border-radius: 1px;
	color: #ffff;
	font-weight: 600;
}
.date-nb-commentaire {
	color: rgb(148, 148, 148);
	font-size: 14px;
	margin-bottom: 7px;
	text-align: center;
	margin-top: 15px;
}
.titre-realisation h3 {
	color: rgb(48, 48, 48);
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	margin-top: 0;
	padding: 0 10px;
}
.body-realisation {
	position: absolute;
	left: 0;
	right: 0;
	visibility: hidden;
	/* opacity: 0; */
	transform: translateY(15%);
}
.bloc-realisation {
	position: relative;
	text-align: center;
	cursor: pointer;
}
.context-text-realisation {
	transform: translateY(0);
	background: #fff;
	padding-bottom: 10px;
	transition: all linear 0.6s;
	position: relative;
	z-index: 21;
	border: 1px solid#d8d8d8;
	max-height: 100px;
	min-height: 120px;
	box-sizing: border-box;
}
.bloc-realisation-wrapper:hover img {
	transform: scale(1.1);
}
.bloc-realisation-wrapper:hover .context-text-realisation {
/* transform: translateY(-55%); */
    /* transition: all linear 0.6s; */
}
.--text-bloc {
	background: #fff;
	position: absolute;
	top: 0;
	/* transform: translateY(0); */
	transition: all 0.5s;
	left: -1px;
	right: -1px;
	/* width: 100%; */
	border: 1px solid rgb(216, 216, 216);
	border-bottom: 0;
	border-top: 0;
}
.bloc-realisation-wrapper:hover .--text-bloc {
	transform: translateY(-65%);
	transition: all 0.5s;
}
.body-realisation p {
	font-size: 15px;
	opacity: 0.8;
	width: 90%;
	margin: 0 auto;
	font-weight: 300;
}
.image-realisation:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.33);
	z-index: 10;
	transition: all 0.2s;
	bottom: 0;
}
.bloc-realisation-wrapper:hover .image-realisation:before {
	top: 0 !important;
	z-index: 10;
	transition: all 0.5s;
}
/******************chiffre*******************/


.conteneur-chiffre::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: '';
	/* background: rgba(0,0,0,0.5); */
}
.conteneur-chiffre {
	/* background-image: url(../images/bg-chiffre.jpg); */
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-color: #182983;
}

span.survol-image:after {
    position:absolute;
    content: "Titre Album";
    left: 0;
    right: 0;
    bottom: 0;
    top: 70px;
    display: flex;
    align-items:  center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}
.chiffre {
	width: 1200px;
	margin: 0 auto;
	padding: 75px 0;
	z-index: 10;
	position: relative;
	/* display: flex; */
	/* justify-content: space-between; */
	z-index: 10;
	/* align-items: baseline; */
	max-width: 95%;
}

.chiffre .titre-bloc {
    margin-top: 0;
}
.bloc-chiffre {
	width: 15%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bloc-icone {
	margin-right: 12px;
	display: flex;
	align-items: center;
}
.content-bloc-chiffre svg {
	width: 50px;
	height: auto;
	fill: #fff;
}
.lechiffre {
	font-size: 50px;
	position: relative;
	line-height: 1;
	padding: 10px 0;
	display: flex;
	justify-content: baseline;
}
.libelle-chiffre {
	text-align: center;
}
svg {
	/* width: 71%; */
	/* fill: #fff; */
	/* margin: 0 auto; */
}
/*********************Chiffre******************************/


.image_icone_chiffre {
	text-align: center;
	display:  flex;
	align-items:  center;
	justify-content:  center;
}
.content_bloc_chiffre {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.bloc_chiffre {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
	text-align: center;
	color: #fff;
}
.montant_chiffre {
	font-size: 40px;
	font-weight: 300;
	padding: 10px 0;
}
.libelle_chiffre {
	font-weight: 600;
	font-size: 17px;
	padding: 0 10px;
}
/**********************modification*************************/

.mot .btn {
	background: rgb(24, 41, 131);
	color: #fff;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0);
}
.mot .btn:hover, .mot .btn:hover a {
	color: rgb(24, 41, 131);
	background: transparent;
	border: 1px solid rgb(24, 41, 131);
}
.bloc-realisation-wrapper:hover .body-realisation {
	/* opacity: 1; */
	transition: all 0.3s;
	transform: translateY(-3%);
	visibility: visible;
}
.header-realisation {
	/* background: #fff; */
	padding-top: 5px;/* padding-bottom: 10px; */
}
.bloc-realisation-wrapper:hover .categorie-realisation {
/* transform: translateY(-270%); */
}
div#map svg {
	stroke: rgb(17, 113, 185);
	height: auto;
	width: 55%;
	stroke-width: 1px;
	position: relative;
}
.meteo li:last-child {
	width: 10%;

	position: relative;
	padding: 0;
}
div#map {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/* ---- grid ---- */

.grid {
	background: #DDD;
	max-width: 1200px;
}
/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}
/* ---- .grid-item ---- */



.grid-item {
	float: left;
	width: 100px;
	height: 100px;
	background: #0D8;
	border: 2px solid #333;
	border-color: hsla(0, 0%, 0%, 0.7);
}
.grid-item--width2 {
	width: 200px;
}
.grid-item--height2 {
	height: 200px;
}
/*****galerie****/

.image-galerie img {
	width: 100%;
	height: auto;
	display: block;
}
.image-galerie {
	width: auto;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	/*! margin: 5px; */
}
.bloc-galerie-wrapper {
	width: 25%;
}
.content-image-galerie {
	display: flex;
	/* flex-wrap: wrap; */
}
.conteneur-galerie .content-text-temoignage {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.conteneur-galerie {
	padding: 0px 0 0px;
	/* background: url(../images/home31.jpg); */
	background-size: cover;
	background-position: top;
	overflow: hidden;
	background: #f4f4f4;
	border-top: 1px solid #d8d8d8;
}
.content-list-categorie {
	display: flex;
	align-items: center;
	padding-top: 36px;
	/* color: #fff; */
}
.content-list-categorie ul {
	margin: 0 0px 0 15px;
	padding: 0;
	display: flex;
	margin-right: 100px;
	margin-top: 7px;
}
.content-list-categorie li {
	display: inline-block;
	padding: 7px 10px;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid transparent;
	font-size: 14px;
	position: relative;
}
.video span.survol-image:before {
    content: "\f04b";
    border: none;
    font-size: 27px;
}
.content-list-categorie li:after {
    position: absolute;
    content: '';
    background: rgb(24, 41, 131);
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    transition: all linear 0.3s;
}

.content-list-categorie li.active-categorie, .content-list-categorie li:hover {
    color: rgb(24, 41, 131);
}
/*************************Service en ligne**************************/


.conteneur-service-en-ligne {
	padding: 0px 0 30px;
	/* border-bottom: 2px solid #ebebeb; */
	overflow: hidden;
	background-color: #182983;
}
.content-svg img {
	width: 70%;
	height: auto;
	display: block;
}
.service-en-ligne .titre-bloc {
    border-color: white;
}

.service-en-ligne p {
    color: #fff;
}
.service-en-ligne {
	width: 1200px;
	max-width: 95%;
	margin: 0 auto;
	/* border-bottom: 1px solid #ebebeb; */
	text-align: center;
}
.content-btn-galerie a:first-child {
	background: rgb(31, 129, 200);
	border-color: rgb(31, 129, 200);
	color: #fff;
}
.content-btn-galerie a {
	background: rgb(17, 91, 46);
	border-color: rgb(17, 91, 46);
	color: #fff;
}
.service-en-ligne .titre-bloc {
	font-size: 45px;
	text-align: left;
	font-weight: 300;
	position: relative;
	color: #0051a4;
	display: inline-block;
}
.titre-bloc:before, .titre-bloc:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #0051a4;
	height: 1px;
	bottom: 0;
}
.titre-bloc:before {
	width: 50%;
	bottom: -8px;
	opacity: 0;
}
.titre-bloc:after {
	width: 25%;
	bottom: -15px;
	opacity: 0;
}
/***************************service en ligne***************************************/

.content-bloc-service-ligne {
	display: flex;
	/* margin: 42px 0 0; */
	justify-content: space-between;
	flex-wrap:  wrap;
}
.content-bloc-service-ligne .masque {
	display: none
}
.content-bloc-service-ligne .bloc-service-ligne:hover .masque {
	display: block
}
 .bloc-service-ligne:hover .visible {
	display: none
}
.bloc-service-ligne-wrapper {

	width: 19%;
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	box-sizing: border-box;
	cursor: pointer;
	transition: all linear 0.3s;
}

#outils-pilotage .bloc-service-ligne-wrapper {
    width: 32%;
}
.content-description p {
    font-weight: 300;
    font-size: 15px;
}


.content-btn-actualite a, .content-btn-galerie a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    transition: all linear 0.3s;
    border-radius: 3px;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: rgb(3, 167, 81);
    background: transparent;
    padding-right: 0;
    margin-right: 0;
}
#outils-pilotage .bloc-service-ligne-wrapper:hover svg, #outils-pilotage .bloc-service-ligne-wrapper:hover svg circle, #outils-pilotage .bloc-service-ligne-wrapper:hover svg path, #outils-pilotage .bloc-service-ligne-wrapper:hover svg rect {
    fill: #fff;
}
.survol-elt {
	position: absolute;
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	opacity: 0;
	padding: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -1;
}
.bloc-service-ligne:hover .survol-elt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #182983;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
}
.icone-service-ligne:before {
	position: absolute;
	content: '';
	left: 0;
	top:;
	top: 0;
	bottom: 0;
	right: 0;
	border: 1px dashed #ffffff;
	transform: scale(0);
	border-radius: 50%;
}
.bloc-service-ligne:hover .icone-service-ligne:before {
	transform: scale(1.2);
	transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover .svg {
	fill: red;
}
.bloc-service-ligne-wrapper:hover svg {
	fill: #0051a4;
	border-color: #0051a4;
	transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover .icone-service-ligne {
/*! background: #fff; */
    /*! border: 1px solid #0051a4; */
    /*! transition: all linear 0.3s; */
}
.content-svg {
	width: 80px;
	height: 80px;
	/*! border: 1px dashed #fff; */
	border-radius: 50%;
	display: flex;
	align-items: center;
	transition: all linear 0.3s;
	justify-content: center;
	position: relative;
}
.bloc-service-ligne-wrapper:hover .content-svg {
	/*! border-color: #0051a4; */
	transition: all linear 0.3s;/*! background: #0051a4; */
}
.icone-service-ligne svg, .icone-service-ligne svg path, .icone-service-ligne svg circle, .icone-service-ligne svg rect {
	width: 60%;
	fill: rgb(24, 41, 131);
	padding: 15px;
	/* background: red; */
	/* border-radius: 50%; */
	/* border: 1px dashed #fff; */
	height:  auto;
}
.bloc-service-ligne {
	text-align: center;
	overflow: hidden;/* position: relative; */
}
.icone-service-ligne {
	height: 120px;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
	background: #f9f9f9;
	border-radius: 50%;
	z-index: 2;
	transition: all linear 0.3s;
	border: 1px solid #eae8e8;
	position: relative;
	transition: all linear 0.3s;
}
.content-libelle-service-ligne {
	font-size: 17px;
	margin: 20px;
	color: white;
}
.image-fond {
	position: absolute;
	width: 11.4rem;
	height: 11.4rem;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: 50%;
	transform: translatex(-50%) scale(0.7);
	top: -1.45rem;
	border-radius: 50%;
	overflow: hidden;
	z-index: -1;
}
.bloc-service-ligne:hover .image-fond {
	opacity: 1;
	transform: translatex(-50%) scale(1);
}

.bloc-service-ligne-wrapper:before, .bloc-service-ligne-wrapper:after,  .bloc-service-ligne:before,  .bloc-service-ligne:after {
	position: absolute;
	content: '';

	display: none;
}
.bloc-service-ligne-wrapper:before {
	top: 100%;
	bottom: 0;
	left: 0;
	background: #0051a4;
	height: 100%;
	width: 1px;
}
.bloc-service-ligne-wrapper:after {
	background: #0051a4;
	height: 100%;
	width: 1px;
	top: 5px;
}
.bloc-service-ligne-wrapper:after {
	right: 0;
	left: unset;
	bottom: 100%;
	top: unset;
}
.bloc-service-ligne:before {
	width: 100%;
	height: 1px;
	top: 0;
	background: #0051a4;
	left: 100%;
	right: 0;
}
.bloc-service-ligne:after {
	bottom: 0;
	height: 1px;
	background: #0051a4;
	top: unset;
	width: 100%;
	right: 100%;
	transition: all linear 0.3s;

}
.bloc-service-ligne-wrapper:hover:after {
	bottom: 0;
	transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover:before {
	top: 0;
	transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover .bloc-service-ligne:before {
	left: 0;
	transition: all linear 0.3s;
	display: none;
}
.bloc-service-ligne:hover:after {
	right: 0;
	transition: all linear 0.3s;
}
.bloc-service-ligne-wrapper:hover {
	transform: scale(1.05);
	transition: all linear 0.3s;
}
p.accroche-content {
	width: 80%;
	margin: 0 auto;
	padding: 60px 0 0;
	text-align: center;
	opacity: 0.8;
	display: none;
}
.content-list-categorie li.active-categorie:after, .content-list-categorie li:hover:after {width: 100%;transition: all linear 0.3s;}
.partenaire .titre-bloc {
	width: auto;
	/* margin-top: 20px; */
}
.conteneur-galerie .titre-haut p {
	/* color: #fff; */
}
#floatingNav {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	transition: .3s opacity, 0s .3s visibility;
	right: 17px;
	top: 50%;
	z-index: 60;
	margin-top: -102px;
}
#floatingNav.visible {
	display: block;
	visibility: visible;
	opacity: 1;
}
#floatingNav li:first-child {
	margin-top: 0;
}
#floatingNav li {
	position: relative;
	margin-top: 20px;
	list-style: none;
}
#floatingNav button {
	width: 55px;

	height: 55px;
	background: rgb(0, 156, 49);
	border: none;
	border-radius: 100%;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 5;
	position: relative;
	overflow: visible;
}
#floatingNav button:before {
	content: "";
	position: absolute;
	display: block;
	top: 15px;
	left: 15px;
	width: 25px;
	height: 25px;
	background: url(../images/socialWhite.png) no-repeat;
	background-size: auto auto;
}
#floatingNav li:hover span {

	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
#floatingNav li:hover span:before {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	transition: .3s .2s ease-out;




}
#floatingNav span {
	visibility: hidden;
	position: absolute;
	display: block;
	opacity: 0;
	width: 270px;
	height: 35px;
	right: 27px;
	top: 0px;
	background: rgb(0, 109, 34);
	color: white;
	font-size: 14px;
	padding: 10px 40px 10px 20px;
	box-sizing: content-box;



	transition: .3s;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	text-transform: uppercase;
}
#floatingNav span:before {
	content: "";
	position: absolute;
	left: -115px;
	top: -35px;
	width: 115px;
	height: 115px;
	border: 5px solid rgb(0, 156, 49);
	border-radius: 100%;
	background: url(../images/com.png) no-repeat center top;
	transition: .3s ease-out;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	background-size: 100% 100%;
	background-color: #ffffff;
}
#floatingNav li.phone button:before {
	background-position: 0 0%;
}
#floatingNav li.meeting button:before {
	background-position: center center;
	background-image: url(../images/trouver-agence.png);
	height: 35px;
	top: 10px;
}
#floatingNav li.email button:before {
	background-position: center center;
	background-image: url(../images/quote.png);
}
#floatingNav li.meeting span:before {
	background-position: center center;
	background-image: url(../images/rdv.png);
}
#floatingNav li.email span:before {
	background-position: center center;
	background-image: url(../images/devis.png);
}
e.decription, e.description {
	text-transform: none;
	font-size: 11px;
	opacity: 1 !important;
	color: #fff;
}
span.survol-image {
	position: absolute;
	left: -100%;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 156, 49, 0.8);
	transition: all linear 0.3s;
	cursor: pointer;
}
.image-galerie:hover span {
	left: 0;
	transition: all linear 0.3s;
	top: 0;
}
span.survol-image:before {
	content: "\f065";
	font-family: 'FontAwesome';
	color: rgb(255, 255, 255);
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.conteneur-galerie .titre-bas h2 {
	/* color: #0070c0; */
}


.superheader path{
 fill:#fff	
}







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


/*********partenaire************/

.partenaire {
    width: 1200px;
    margin: 0 auto;
    max-width: 95%;
    padding: 0px 0 60px;
    overflow: hidden;
}

.bloc-partenaire-wrapper.slick-center {
    opacity: 1;
}

.bloc-partenaire-wrapper {
    /* opacity: 0.2; */
}

.content-description-partenaire {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-weight: 300;
    font-size: 15px;
}

.partenaire .content-bloc-titre {
    width: 100%;
    margin-top: 25px;
}

.description-bloc-titre-partenaire {
    text-align: right;
    line-height: 1.7;
    margin-top: 15px;
    width: 50%;
}

.partenaire .header-bloc {
    display: flex;
    justify-content:  space-between;
    align-items:  center;
}

.description-bloc-titre-partenaire p {
    font-weight: 500;
    font-size: 15px;
}

div#content-liste-partenaire {
    margin: 60px 0 80px;
    position: relative;
}


button.prev-partenaire, button.next-partenaire {


    position: absolute;
    top: 50%;
    border: none;
    height: 35px;
    width: 35px;
    background: none;
    font-size: 40px;
    color: rgb(45, 72, 133);
    cursor: pointer;
}

button.prev-partenaire {
    left: 0;
}

button.next-partenaire {
    right: 0;
}

.bloc-partenaire {
    text-align: center;
    display: flex;
    justify-content: center;
    /* width: 150px; */
    /* height: 150px; */
    margin: 0 auto;
}

.bloc-partenaire img {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
}

div#content-liste-partenaire:after {
    position: absolute;
    content: '';
    bottom: -84px;
    height: 57px;
    width: 1px;
    left: 50%;
    background: #000;
    opacity: 1;
}

.description-bloc-titre-partenaire a {
    font-weight: 900;
    font-size: 14px;
    color: rgb(71, 88, 143);
    display: none;
}

.description-bloc-titre-partenaire a:after {
    position: relative;
    top: 0.13em;
    margin-left: 7px;
    color: #f87845;
    font: normal normal normal 18px/1 FontAwesome;
    content: '\f105';
}

.conteneur-partenaire {
    background: #f9f9f9;
    border-top: 2px solid rgb(216, 216, 216);
}
.realisation .content-btn-actualite {
    display:  none;
}


/***************************documentation**************************/


.conteneur_documentation {
	width: auto;
	/* background: #f2f2f2; */
	background-size: cover;
	background-position: top center;
	/*! padding-bottom: 50px; */
	background-repeat: no-repeat;
	padding: 0px 0 80px 0;
	position: relative;
}
.documentation .btn_voir_tous {
	background: #fff;
	color: #2f7a5e;
}
.documentation {
	width: 1300px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	max-width: 95%;
}
.image_documentation {
	width: 270px !important;
	float: left;
	/*! margin-right: 24px; */
	text-align: center;
	padding: 0 20px;
}
#ligne_documentation {
	margin-top: 15px;
	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;
}

.contenu_titre_tri {
    text-align:  left;
}
.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: -60px;
}
.next_pub2 {
	right: -60px;
	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;
}