@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.zfd_alert {display: none;}
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal;
	background-color:#FFF;
	border-top:4px solid #e6007e;
	font-size:14px;
	line-height:20px;
	color:#5b6c7e;
}
h1{
	font-size:26px;
	font-weight:600;
	color:#38526e;
	width:100%;
	margin:16px 0 24px;
	padding-bottom:8px;
	float:left;
}
h1.page-title {
	margin: 0;
}
h2 {
	font-size: 21px;
	font-weight:500;
	color:#38526e;
}
h3 {
	font-size: 18px;
	font-weight:400;
	color:#465e77;
}
img {
	max-width: 100%;
	height: auto;
}
/* Header */
.top_bloc{
	background-color:#e6007e;
	font-size:13px;
	color:#FFF;
	text-align: center;
}
.top_bloc a{
	color:#FFF;
	text-decoration:none;
}
.top_bloc_conn{
	text-align:right;
}
.logo{
	margin: 20px 0;
}
.logo img {
	max-width: 160px;
}
.navbar-default {
	background: transparent;
	border: none;
}
.navbar-header {
	min-height: 120px;
}
.navbar-brand img {
	display: block;
	max-height: 90px;
}
.navbar-toggle {
	margin: 40px 10px;
}
/*Recherche*/
.recherche{
	border-bottom:1px solid #c0d0e0;
	width:100%;
	padding-top:45px;
	padding-bottom:10px;
}
.recherche input {
	background:none;
	border:none;
	width:calc(100% - 17px);
	height:21px;
	padding-left:20px;
	font-size:14px;
	color:#6d8399;
}
.recherche input:focus {
	outline: none;
}
.recherche ::-webkit-input-placeholder {
   color: #c0d0df;
}
.recherche :-moz-placeholder { /* Firefox 18- */
   color: #c0d0df;  
}
.recherche ::-moz-placeholder {  /* Firefox 19+ */
   color: #c0d0df;  
}
.recherche :-ms-input-placeholder {  
   color: #c0d0df;  
}
.recherche:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 13px;
	color: #c0d0df;
	margin-top: 4px;
	position: absolute;
}
/* Animation & Boutton*/
.anim{
	max-height: 400px;
	width:100%;
	padding:0;
	overflow: hidden;
}
.anim img{
	width:100%;
	max-width:100%;
}
.btn_bloc{
	background-color:#dfe9f2;
	padding: 30px 0;
}
.btn_bloc_int{
	margin-top:30px;
}
.btn_bloc a {
	display:block;
	width:100%;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom: 15px;
	background-color:#c3d3e2;
	background-position:left top;
    background-repeat: no-repeat;
	background-size: auto 100%;
	font-size:18px;
	font-weight:400;
	text-align:center;
	color:#586f86;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.btn_bloc a:hover{
	color:#FFF;
	background-color:#e6007e;
	text-decoration:none;
}
.btn_bloc .btn_1 span:before {
	content: "\f0f6";
	font-family: 'FontAwesome';
	font-size: 160px;
	position: absolute;
	left: -40px;
	opacity: 0.1;
}
.btn_bloc .btn_1:hover span:before {
	opacity: 0.4;
}
.btn_bloc .btn_2 span:before {
	content: "\f017";
	font-family: 'FontAwesome';
	font-size: 160px;
	position: absolute;
	left: -40px;
	opacity: 0.1;
}
.btn_bloc .btn_2:hover span:before {
	opacity: 0.4;
}
.btn_bloc .btn_3 span:before {
	content: "\f14e";
	font-family: 'FontAwesome';
	font-size: 160px;
	position: absolute;
	left: -40px;
	opacity: 0.1;
}
.btn_bloc .btn_3:hover span:before {
	opacity: 0.4;
}

/*Centre*/
.centre_g, .centre_d, .centre_int_g, .centre_int_c, .centre_int_d{
	padding-top:50px;
}
.titre{
	font-size:24px;
	font-weight:600;
	color:#6d8399;
	margin-bottom:30px;
}
.titre2{
	font-size:20px;
	font-weight:600;
	color:#6d8399;
	width:100%;
	margin-bottom:30px;
}
/* Actualit?s */
.actualite{
	padding-bottom:40px;
}
.actu_titre i{
	color:#e6007e;
	font-size:22px;
	padding-right:5px;
}
.actu_g_blc, .actu_p_blc{
	margin-bottom:30px;
	position:relative;
}
.actu_blc_img {
	overflow: hidden;
	height: 220px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('/images/base/soignies-news.png');
	background-size: cover;
}
.actu_g_blc img, .actu_p_blc img{
	width:100%;
	max-width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.actu_blc_titre{
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
	background-color:rgba(230, 0, 126, 0.6);
	color:#FFF;
	font-size:28px;
	font-weight:600;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.actu_blc_h{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100% ;
	height:100%;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:30px;
	padding-right:30px;
	background-color:rgba(230, 0, 126, 0.6);
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.actu_blc_titre2{
	width:100%;
	padding-bottom:20px;
	color:#FFF;
	font-size:28px;
	font-weight:600;
}
.actu_blc_txt{
	color:#FFF;
	font-size:24px;
	line-height:28px;
}
.actu_blc_h .actu_blc_lien{
	display:block;
	width:auto;
	padding-top:15px;
	color:#fda6d6;
}
.actu_g_blc:hover .actu_blc_titre, .actu_p_blc:hover .actu_blc_titre{
	display:none;
}
.actu_g_blc:hover .actu_blc_h, .actu_p_blc:hover .actu_blc_h{
	display:block;
}
.actu_p_blc .actu_blc_titre{
	padding:20px;
	font-size:17px;
}
.actu_p_blc .actu_blc_h{
	padding-top:30px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
}
.actu_p_blc .actu_blc_txt{
	font-size:14px;
	line-height:18px;
}
.actu_p_blc .actu_blc_titre2{
	padding-bottom:10px;
	font-size:18px;
}
.actu_g{
}
.actu_d{
}
.actu_lien{
	text-align:right;
}
.actu_lien a{
	color:#e6007e;
	font-size:14px;
}
/* Ev?nements */
.evenements{
	padding-bottom:40px;
}
.event_titre i{
	color:#e6007e;
	font-size:22px;
	padding-right:5px;
}
.event_blc{
	margin-bottom:30px;
	position:relative;
}
.event_blc_img{
	width:100%;
	height: 120px;
	overflow: hidden;
}
.event_blc_img img{
	width:100%;
	max-width:100%;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;

}
.event_blc_date{
	position:absolute;
	top:0;
	left:20px;
	width:80px;
	height:80px;
	background-color:rgba(230, 0, 126, 0.9);
	color:#FFF;
	font-size:28px;
	line-height:26px;
	font-weight:bold;
	padding-top:14px;
	text-align:center;
}
.event_blc_date span{
	font-size:15px;
	font-weight:normal;
	display:block;
	width:100%;
}
.event_blc_cont{
	width:100%;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#dfe9f2;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.event_blc_titre{
	color:#698093;
	font-size:15px;
	line-height:18px;
	font-weight:500;
	padding-bottom:10px;
}
.event_blc_ville{
	color:#94a6b4;
	font-size:14px;
	margin-top: 10px;
}
.event_blc_ville i {
	font-size:12px;
}
.event_lien{
	width:100%;
	text-align:right;
	float:left;
}
.event_lien a{
	color:#e6007e;
	font-size:14px;
}
/* Infos travaux*/
.infos_travaux{
	padding-bottom:40px;
}
.infos_travaux_titre i{
	color:#e6007e;
	font-size:22px;
	padding-right:5px;
}
.infos_travaux_cont{
	width:100%;
}
.infos_travaux_cont img{
	width:100%;
	max-width:100%;
}
.infos_travaux_lien{
	width:100%;
	text-align:right;
	float:left;
	padding-top:10px;
}
.infos_travaux_lien a{
	color:#e6007e;
	font-size:14px;
}

/* Enquetes */
.enquetes{
	padding-bottom:40px;
}
.enquetes_titre i{
	color:#e6007e;
	font-size:22px;
	padding-right:5px;
}
.enquetes_cont{
	width:100%;
}
.enquetes_cont ul{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.enquetes_cont ul li a{
	display:block;
	color:#e6007e;
	font-size:15px;
	line-height:18px;
	padding-bottom:9px;
	margin-bottom:12px;
	border-bottom:1px solid #f0f1f1;
}
.enquetes_lien{
	width:100%;
	text-align:right;
	float:left;
}
.enquetes_lien a{
	color:#e6007e;
	font-size:14px;
}
/* Agenda */
.agenda{
	padding-bottom:40px;
}
.agenda_titre i{
	color:#e6007e;
	font-size:22px;
	padding-right:5px;
}
.agenda table {
	width: 100% !important;
	max-width: 320px !important;
	border: 1px solid #dfe9f2;
	border-radius: 5px;
}
.agenda table tr td {
	text-align: center;
	padding: 4px;
}
.agenda table #tr_navigation {
	background: #dfe9f2;
	border-radius: 5px 5px 0 0;
}
.agenda table .dayname {
	font-size: 10px;
	font-weight: bold;
	color: #8b9eaf;
}
.agenda table tr .calendar_event_color0 {
	padding: 0;
	background: #e6007e !important;
}
.agenda table tr .calendar_event_color0 a {
	color: #fff !important;
}
.agenda table tr .monthday a {
	color: #fff;
}
.agenda .saturday, .agenda .sunday {
	background: #f2f5fa;
}

/* Soignies en images */
.soignies_images{
	padding-bottom:40px;
}
.soignies_images_titre i{
	color:#e6007e;
	font-size:22px;
	padding-right:5px;
}
.soignies_images_cont{
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
.soignies_images_cont div{
	padding-left:0;
	padding-right:1px;
	padding-bottom:1px;
}
.soignies_images_lien{
	width:100%;
	padding-top:10px;
	text-align:right;
	float:left;
}
.soignies_images_lien a{
	color:#e6007e;
	font-size:14px;
}
/* Soignies en vid?os */
.soignies_video_titre i{
	color:#e6007e;
	font-size:22px;
	padding-right:5px;
}
.soignies_video_cont{
	width:100%;
}
.soignies_video_cont iframe{
	width:100%;
	height: auto;
}
.soignies_video_cont img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.soignies_video_cont i{
	position:absolute;
	left:111px;
	top:55px;
	color:#fff;
	font-size:32px;
}
.video1{
	padding-left:0;
	padding-right:20px;
	padding-bottom:40px;
}
.video2{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:40px;
}
.video2 i{
	left:121px;
}
.video3{
	padding-left:20px;
	padding-right:0;
	padding-bottom:40px;
}
.video3 i{
	left:131px;
}
.soignies_video_lien{
	width:100%;
	padding-top:10px;
	text-align:right;
	float:left;
}
.soignies_video_lien a{
	color:#e6007e;
	font-size:14px;
}
/* Avis ? la population*/
.avis_pop{
	padding:0;
}
.avis_pop_titre{
	/*padding-left:26px;
	background-image: url(../img/ico_avis.jpg);
	background-position:left center;
    background-repeat: no-repeat;*/
}
.avis_pop_titre i{
	color:#e6007e;
	font-size:18px;
	padding-right:5px;
}
.avis_pop_lst{
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}
.avis_pop_lst li{
	width:100%;
	border-bottom:1px solid #f3f4f4;
	padding-bottom:8px;
	margin-bottom:10px;
	font-size:13px;
	color:#94a6b4;
	line-height:18px;
}
.avis_pop_lst li a{
	font-size:14px;
	color:#e6007e;
}
.avis_pop_lst li .date {
	display: block;
}
.avis_pop_lien{
	width:100%;
	padding-top:5px;
	text-align:right;
	float:left;
}
.avis_pop_lien a{
	color:#e6007e;
	font-size:14px;
}
/* coordonn?es*/
.coordonnees{
	padding:0;
	margin-top:40px;
	background-color:#dfe9f2;
	padding-top:26px;
	padding-left:28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.coordonnees_int{
	margin-top:10px;
}
.coordonnees_nom{
	font-size:20px;
	font-weight:600;
	color:#6d8399;
	width:100%;
	margin-bottom:26px;
	/*padding-left:18px;
	background-image: url(../img/ico_adr.jpg);
	background-position:left center;
    background-repeat: no-repeat;*/
}
.coordonnees_nom i{
	color:#e6007e;
	font-size:18px;
	padding-right:5px;
}
.coordonnees_adrs{
	font-size:15px;
	line-height:24px;
	font-weight:600;
	color:#698093;
	width:100%;
	margin-bottom:24px;
}
.coordonnees_tel{
	font-size:15px;
	font-weight:600;
	color:#698093;
	width:100%;
	margin-bottom:6px;
	/*padding-left:19px;
	background-image: url(../img/ico_tel.jpg);
	background-position:left center;
    background-repeat: no-repeat;*/
}
.coordonnees_tel i{
	color:#e6007e;
	font-size:13px;
	padding-right:5px;
}
.coordonnees_mail{
	font-size:15px;
	font-weight:600;
	width:100%;
	margin-bottom:6px;
	/*padding-left:19px;
	background-image: url(../img/ico_mail.jpg);
	background-position:left center;
    background-repeat: no-repeat;*/
}
.coordonnees_mail i{
	color:#e6007e;
	font-size:12px;
	padding-right:5px;
}
.coordonnees_mail a{
	color:#e6007e;
}
.coordonnees_social{
	font-size:15px;
	font-weight:600;
	width:100%;
	margin-bottom:6px;
}
.coordonnees_social i{
	color:#e6007e;
	font-size:12px;
	padding-right:10px;
}
.coordonnees_social a{
	color:#e6007e;
}
.coordonnees_social2{
	font-size:15px;
	font-weight:600;
	width:100%;
	margin-bottom:34px;
}
.coordonnees_social2 i{
	color:#e6007e;
	font-size:12px;
	padding-right:7px;
}
.coordonnees_social2 a{
	color:#e6007e;
}
/* num?ros d'urgence*/
.numeros{
	padding:0;
	margin-top:40px;
}
.numeros_titre{
	margin-bottom:22px;
	/*padding-left:26px;
	background-image: url(../img/ico_numeros.jpg);
	background-position:left center;
    background-repeat: no-repeat;*/
}
.numeros_titre i{
	color:#e6007e;
	font-size:18px;
	padding-right:5px;
}
.numeros_lst{
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}
.numeros_lst li{
	width:100%;
	padding-bottom:4px;
	padding-top:4px;
	font-size:14px;
	color:#94a6b4;
}
.numeros_lst li span{
	color:#e6007e;
	font-weight:600;
	display:block;
	float:right;
}
.numeros_lien{
	width:100%;
	padding-top:5px;
	text-align:right;
	float:left;
}
.numeros_lien a{
	color:#e6007e;
	font-size:13px;
}
.btn_prb{
	display:block;
	float:left;
	width:100%;
	max-width:260px;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#dfe9f2;
	font-size:17px;
	font-weight:600;
	text-align:center;
	color:#6d8399;
	margin-bottom:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.btn_prb:hover{
	color:#FFF;
	background-color:#e6007e;
	text-decoration:none;
}
.btn_prb span:before {
	content: "\f071";
	font-family: 'FontAwesome';
	font-size: 90px;
	line-height: 90px;
	position: absolute;
	top: -6px;
	left: -24px;
	opacity: 0.1;
}
.btn_prb:hover span:before {
	opacity: 0.4;
}
/* documents utiles */
.doc_utiles{
	padding:0;
	margin-top:30px;
}
.doc_utiles_titre{
	margin-bottom:24px;
	/*padding-left:26px;
	background-image: url(../img/ico_doc.jpg);
	background-position:left center;
    background-repeat: no-repeat;*/
}
.doc_utiles_titre i{
	color:#e6007e;
	font-size:18px;
	padding-right:5px;
}
.doc_utiles_lst{
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}
.doc_utiles_lst li{
	width:100%;
	border-bottom:1px solid #f3f4f4;
	padding-bottom:8px;
	margin-bottom:10px;
	font-size:13px;
	color:#94a6b4;
	line-height:18px;
}
.doc_utiles_lst li a{
	font-size:14px;
	color:#e6007e;
}
.doc_utiles_lien{
	width:100%;
	padding-top:5px;
	text-align:right;
	float:left;
}
.doc_utiles_lien a{
	color:#e6007e;
	font-size:14px;
}
/* Publications */
.publications{
	padding:0;
	margin-top:30px;
}
.publications_titre{
	margin-bottom:24px;
	/*padding-left:26px;
	background-image: url(../img/ico_publications.jpg);
	background-position:left center;
    background-repeat: no-repeat;*/
}
.publications_titre i{
	color:#e6007e;
	font-size:18px;
	padding-right:5px;
}
.publications_lst{
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}
.publications_lst li{
	width:100%;
	border-bottom:1px solid #f3f4f4;
	padding-bottom:8px;
	margin-bottom:10px;
	font-size:13px;
	color:#94a6b4;
	line-height:18px;
}
.publications_lst li a{
	font-size:14px;
	color:#e6007e;
}
.publications_lien{
	width:100%;
	padding-top:5px;
	text-align:right;
	float:left;
}
.publications_lien a{
	color:#e6007e;
	font-size:14px;
}
/* Acc?s s?curis? */
.acces_secur{
	padding:0;
	margin-top:30px;
	display: none;
}
.acces_secur_titre{
	margin-bottom:24px;
	/*padding-left:26px;
	background-image: url(../img/ico_secur.jpg);
	background-position:left center;
    background-repeat: no-repeat;*/
}
.acces_secur_titre i{
	color:#e6007e;
	font-size:18px;
	padding-right:5px;
}
.acces_secur_cont{
	width:100%;
	float:left;
}
.acces_secur_cont select{
	background:none;
	border:none;
	width:auto;
	height:21px;
	color:#333;
	border:1px solid #c1d0df;
	margin-bottom:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.acces_secur_cont input[type="text"]{
	background:none;
	border:none;
	border-bottom:1px solid #c1d0df;
	width:100%;
	height:35px;
	line-height:35px;
	margin-bottom:4px;
	color:#c1d0df;
}
.acces_secur_cont input[type="button"]{
	margin-top:12px;
	width:auto;
	height:35px;
	line-height:35px;
	border:none;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
	font-size:14px;
	background-color:#e6007e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* Partenaires */
.partenaires{
	padding:0;
	margin-top:40px;
}
/* Menu gauche */
.left_nav {
	width:100%;
	margin:0;
	padding:0;
	margin-bottom:30px;
	list-style:none;
}
.left_nav > li {
	width:100%;
	margin-bottom: 4px;
}
.left_nav > li > a {
	color:#586f86;
	font-size:15px;
	font-weight:600;
	line-height: 16px;
}
.left_nav > li > ul {
	width:100%;
	margin:10px 0 20px;
	padding:0;
	list-style:none;
}
.left_nav > li > ul > li {
	margin: 4px 0;
}
.left_nav > li > ul > li > a {
	color: #637d93;
}
.left_nav > li > ul > li.active > a {
	color: #637d93;
	font-weight: 500;
}
.left_nav > li > ul > li > ul {
	padding: 8px;
	margin: 8px 0 12px 0;
	list-style: none;
	background: #f7f7f7;
	border-radius: 3px;
}
.left_nav > li > ul > li > ul > li {
	margin: 0 0 6px 0;
}
.left_nav > li > ul > li > ul > li > a {
	font-size: 13px;
	line-height: 12px !important;
	color: #7c94a8;
}
.left_nav > li > ul > li > ul > li.active > a {
	color: #e6007e;
}
.left_nav > li > ul > li > ul > li > ul {
	list-style: none;
	padding: 8px;
	margin: 0;
	background: #e8e8e8;
	border-radius: 3px;
}
.left_nav > li > ul > li > ul > li > ul > li {
	margin: 0 0 4px;
}
.left_nav > li > ul > li > ul > li > ul > li > a {
	font-size: 12px;
	line-height: 9px !important;
	color: #7c94a8;
}
.left_nav > li > ul > li > ul > li > ul > li.active > a {
	color: #e6007e;
}
/* Content */

.breadcrumb{
	width:100%;
	float:left;
    color: #586f86;
	font-size:13px;
	padding:0;
	margin:0;
    margin-bottom: 25px;
	background:none;
}
.breadcrumb a{
	color:#a5b6c6;
}
.content_txt{
	width:100%;
	margin-bottom:30px;
	float: left;
}
.content_txt img{
	max-width:100%;
}
.content_txt a{
	color:#e6007e;
}
.content_txt p{
	padding-bottom:10px;
}
.content_txt .centre{
	text-align:center;
}
.content_txt .inline_img{
	display:inline;
}
.content-inner-news {
	margin-top: 40px;
}
.content-inner-news .actu_blc_img {
	height: 160px;
}
.content-inner-news .actu_blc_txt {
	display: none;
}
/* News */
.blog-img {
	margin-bottom: 12px;
}
.blog-date {
	font-size: 12px;
	color: #999;
	margin-bottom: 12px;
}
.blog-header {
	font-weight: bold;
	margin: 0 0 12px;
}
.event-list-title {
	margin: 0 0 24px 0;
}
.event-list-item {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #f0f0f0;
}
.event-list-item-date {
	font-size: 12px;
	color: #999;
}
.event-list-item-category {
	display: block;
	font-size: 12px;
}
.event-list-item-category i {
	font-size: 11px;
	margin-right: 4px;
}

/*SOCIAL*/

.twitter-share-button {
	margin-top: -2px;
	margin-right: 4px;
	display: block;
	float: left;
}

/*GALERIE/GALLERY*/

#g3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.g3-breadcrumbs {
	font-size: 13px;
	margin-bottom: 20px;
	display: block;
}
#g3 figure {
	margin-bottom: 20px;
}
#g3 img {
	width: 100%;
	height: auto;
}
#g3 a[title~="dossier"] {
	display: block;
	background: #E6007E;
	position: relative;
}
#g3 a[title~="dossier"]:before {
	content: "\f114";
	height: auto;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 24px;
	background: none;
	position: absolute;
	z-index: 999;
	left: 20px;
	top: 20px;
}
#g3 a[title~="dossier"]:hover:before {
	content: "\f115";
}
#g3 a[title~="dossier"] img {
	opacity: 0.9;
}
#g3 a[title~="dossier"] img:hover {
	opacity: 0.6;
}
form .form-group {
	margin-bottom: 16px;
}
form .form-group label {
	display: block;
	margin-bottom: 2px;
	font-size: 13px;
	color: #777;
}
form .form-group input, 
form .form-group textarea {
	display: block;
	width: 100% !important;
	padding: 6px 8px;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	background: #f5f5f5;
}
form .form-group input:hover, 
form .form-group input:focus,
form .form-group textarea:hover, 
form .form-group textarea:focus {
	border: 1px solid #e6007e;
	outline: none;
	background: #fff;
}
button, html input[type=button], 
input[type=reset],
input[type=submit] {
	border: none;
	border-radius: 3px;
	margin-right: 4px;
	padding: 8px 10px;
}
input[type=reset] {
	background: #f0f0f0;
}
input[type=submit] {
	background: #6d8399;
	color: #fff;
}
input[type=submit]:hover,
input[type=submit]:focus {
	background: #e6007e;
}
.neo_form_mail_table tr {margin-bottom: 4px;}

#demandeDocumentForm tr:nth-child(3) td {
	padding: 25px 0 10px 0;
}
#demandeDocumentForm tr td:first-child {
	min-width: 76px;
}
#demandeDocumentForm tr:last-child td {
	padding-top: 20px;
}
.neo_form_mail_table input, 
.neo_form_mail_table textarea {
	display: block;
	width: 100% !important;
	padding: 6px 8px;
	margin-bottom: 8px;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	background: #f5f5f5;
}
.neo_form_mail_table input:hover, 
.neo_form_mail_table input:focus,
.neo_form_mail_table textarea:hover, 
.neo_form_mail_table textarea:focus {
	border: 1px solid #e6007e;
	outline: none;
	background: #fff;
}

/*SEARCH*/
#search_resume_table {
	margin: 8px 0 16px;
}
.search_result {
	margin: 0 0 12px;
}
.search_title {
	font-size: 1.2em;
	margin: 0 0 4px;
}
.search_resume a {
	color: #888;
}
/*FOOTER*/
.footer{
	background-color:#698093;
	padding-top:50px;
	color:#fff;
}
.footer_int{
	margin-top:0;
}
.footer_titre{
	display:block;
	width:100%;
	font-size:17px;
	font-weight:600;
	padding-bottom:18px;
}
.footer_logo{
	padding-bottom:30px;
}
.footer_menu{
	padding-bottom:30px;
}
.footer_menu ul{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.footer_menu ul li a{
	color:#d0e3f2;
	font-size:15px;
	margin-bottom:9px;
}
.footer_coord{
	padding-bottom:30px;
}
.footer_adrs{
	display:block;
	width:100%;
	font-size:15px;
	padding-bottom:24px;
}
.footer_tel{
	display:block;
	width:100%;
	font-size:15px;
	margin-bottom:4px;
	/*padding-left:18px;
	background-image: url(../img/ico_footer_tel.png);
	background-position:left center;
    background-repeat: no-repeat;*/
}
.footer_tel i{
	color:#fff;
	font-size:13px;
	padding-right:4px;
}
.footer_mail{
	display:block;
	width:100%;
	font-size:15px;
	margin-bottom:4px;
	/*padding-left:18px;
	background-image: url(../img/ico_footer_mail.png);
	background-position:left center;
    background-repeat: no-repeat;*/
}
.footer_mail i{
	color:#fff;
	font-size:12px;
	padding-right:4px;
}
.footer_mail a{
	color:#FFF;
}
.footer_social{
	display:block;
	width:100%;
	font-size:15px;
	margin-bottom:4px;
}
.footer_social i{
	color:#fff;
	font-size:12px;
	padding-right:9px;
}
.footer_social a{
	color:#FFF;
}
.footer_social2{
	display:block;
	width:100%;
	font-size:15px;
	margin-bottom:4px;
}
.footer_social2 i{
	color:#fff;
	font-size:12px;
	padding-right:7px;
}
.footer_social2 a{
	color:#FFF;
}
.footer_newsletter{
	padding-bottom:30px;
}
.footer_newsletter hr{
	display: none;
}
.footer_newsletter_cont{

}
.footer_newsletter_cont input[type="text"]{
	background:none;
	border:none;
	line-height:24px;
	font-size:14px;
	color:#fff;
	border: 1px solid transparent;
	border-bottom:1px solid #8fa8bc;
	width:100%;
	border-radius: 0;
}
.footer_newsletter_cont input[type="button"]{
	background:none;
	border:none;
	padding:0;
	width:90px;
	line-height:24px;
	cursor:pointer;
	text-align:right;
	font-size:14px;
	color:#d0e3f2;
	float: right;
}
.footer_newsletter_cont input[type="text"]:hover, .footer_newsletter_cont input[type="text"]:focus {
	background-color:#4b667c;
	border-radius: 3px;
	border: 1px solid #8fa8bc;
}
.footer_newsletter_cont input[type="text"]::-webkit-input-placeholder {color: #8fa8bc;}
.footer_newsletter_cont input[type="text"]:-moz-placeholder {color: #8fa8bc;}
.footer_newsletter_cont input[type="text"]::-moz-placeholder {color: #8fa8bc;}
.footer_newsletter_cont input[type="text"]:-ms-input-placeholder {color: #8fa8bc;}
.footer_newsletter_cont .btn {
	background: transparent;
	border: 1px solid #8fa8bc;
	float: right;
}
.footer_newsletter_cont .btn:hover {
	background: #8fa8bc;
}
.footer2{
	background-color:#4b667c;
	color:#7c94a8;
	font-size:14px;
	margin-top: 30px;
}
.footer2_copy{
	padding-top:20px;
	padding-bottom:20px;
}
.footer2_realise{
	text-align:right;
	padding-top:20px;
	padding-bottom:20px;
}
.footer2_realise img{
	display:inline;
	max-height: 20px;
	margin-left: 4px;
}
.clearfix {clear: both;}
.clearfix.m4 {margin: 20px 0;}
iframe {max-width: 100%;border: none;}


@media only screen and (min-width: 768px) {
	.top_bloc{
		background-image: url(../img/top_g.jpg), url(../img/top_d.jpg);
	    background-position: left top, right top;
	    background-repeat: no-repeat, no-repeat;
		min-height:24px;
		text-align: left;
	}
	.logo{
		margin-top:-9px;
		margin-bottom:20px;
	}
    /* MENU */
    .navbar-nav .caret{
    	display: none;
    }
    .navbar {
    	margin: 0;
    }
    .navbar-nav {
    	margin: 50px 0;
    }
    .navbar-default {
    	background: transparent;
    	border: none;
    }
    .navbar-nav > li > a {
    	color:#6d8399;
    	font-size:16px;
    	padding: 0;
    	margin: 0 48px 0 0;
    }
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
    	background: transparent;
    }
    .navbar-nav > li > .dropdown-menu {
    	border: 0;
    	border-radius: 0;
    	-webkit-box-shadow: none;
    	box-shadow: none;
    	background-color: #6d8399;
    	padding:4px;
    	margin-top: 44px !important;
    	border-radius: 0 0 3px 3px;
    }
    .navbar-nav > li > .dropdown-menu > li > a {
    	padding: 6px 8px;
    	color: #e9eef4;
    	border-radius: 2px 0 0 2px;
    }
    .navbar-nav > li > .dropdown-menu > li > a:hover,
    .navbar-nav > li > .dropdown-menu > li > a:focus {
    	background-color: #4b667c;
    }
    .navbar-nav > li > .dropdown-menu > li > a.has-submenu.highlighted {
    	background-color: #4b667c;
    	color: #fff;
    }
    .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    	background-color: #4b667c;
    	box-shadow: none;
    	border: none;
    	border-radius: 3px;
    }
    .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
    	color: #c8d4df;
    	line-height: 16px;
    	padding: 6px 16px;
    }
    .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover {
    	background: #e6007e;
    	color: #fff;
    }
    .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a.has-submenu.highlighted {
    	background-color: #e6007e;
    	color: #fff;
    }
    .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu {
    	background-color: #e6007e;
    	box-shadow: none;
    	border: none;
    	border-radius: 3px;
    }
    .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu li a {
    	color: #fff;
    }
    .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu li a:hover,
    .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu li a:focus {
    	background: #970053;
    	color: #fff;
    }
    /*--CTA--*/
    .btn_bloc a {
    	margin: 0;
    }
    .content_txt{
    	padding: 0 30px;
    }
}



/* coordonn?es*/
.counter{
	padding:0;
	margin-bottom:20px;
	background-color:#dfe9f2;
	padding-top:26px;
	padding-left:28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.counter_intro{
	font-size:20px;
	font-weight:600;
	color:#6d8399;
	width:100%;
	margin-bottom:26px;
}
.counter_intro i{
	color:#e6007e;
	font-size:18px;
	padding-right:5px;
}
.counter_content{
	font-size:16px;
	font-weight:200;
	color:#6d8399;
	width:100%;
	margin-bottom:26px;
}