/*
Theme Name: DéFI - Thème des sites de section - 2018
Theme URI: https://defi.eu/themes/defi-sections-2018
Author: Amaury ALEXANDRE
Author URI: https://defi.eu
Description: Le thème des sections et fédérations DéFI pour 2018
Version: 1.0
Text Domain: defi
*/


/* ------- RESET ---------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* ------- IE-MENU ---------------*/
nav ul li {
	display: inline;
	zoom: 1;
}
/* 0. Règles de base */

body {
	font-family: Helvetica;
	background-color: #fff;
	width: 100%;
}
.container {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

.negatif a {
	color: #fff;
	text-decoration: none;
}

a {
	color: #e11482;
	text-decoration: none;
}
.theme {
	color: #e11482;
	font-weight: bold;
}
.clear {
	clear: both;
	*padding: 0;
	*height: 0px;
}
.spacer_20 {
	margin-top: 20px;
}
.spacer_25 {
	margin-top: 25px;
}
/*  1. SECTION DU MENU   */ 

nav ul a, .nav2 a {
	text-decoration: none;
}
.slicknav_menu {
	display: none;
}
.menu {
	background-color: #e11482;
	min-height: 70px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 99999 !important;
	overflow: visible;
}
nav {
	margin: 0 auto;
	width: 100%;
	background-color: #e11482;
	*height: 70px;
	*float: left;
	*overflow: hidden;
}
.logo_header {
	background-color: #e11482;
	*width: 100px;
	height: 70px;
	padding-left: 10%;
	float: left;
	z-index: 99999;
}
#menu_center {
	display: block;
	color: #fff;
	*height: 50px;
	min-width: 50%;
	float: left;
	background-color: #e11482;
	z-index: 99999 !important;
}



.js .slicknav_menu {
	display: none;
}
nav ul {
	background-color: #e11482;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 20px;
	padding-left: 15px;
	*width: 70%;
	float: left;
	z-index: 99999 !important;
	
}
nav ul a {
	color: #fff;
	width: 100%;
}
nav ul li {
	padding: 5px 15px 3px 15px;
	line-height: 30px;
}
nav ul li:hover {
	text-decoration: underline;
	background: #0084a7;
	width: 100%;
}
nav ul li {
	border-right: 1px solid #fff;
}
nav ul li:last-child {
	border-right: none;
}
/************* MENU DEROULANT ************/


.nav2 a {
	display: inline-block;
	padding: 10px 10px;
	z-index: 99999 !important;
}
.nav2 li {
	padding: 10px 5px;
}
.nav-item {
	position: relative; /* Crée un contexte de positionnement pour les sous-listes */
}
.sub-nav {
	display: none; /* Masque la sous-liste */
	position: absolute; /* Evite que la dimension du conteneur ne change quand la sous-liste est affichée */
	left: 0; /* FIX IE7 : pour que le sous-menu s'aligne avec son conteneur */
	padding-left: 0px;
	background: #0084A7; /* FIX IE7 : évite que la sous-liste ne disparaisse au moment où le curseur arrive au-dessus */
	margin-top: -4px; /* Pour que le sous-menu recouvre son parent, facilitant le passage de la souris de l'un à l'autre */
	width: 250px;
	font-size: 0.9em;
	z-index: 99999 !important;
	padding-top: 10px;
	text-align: left;
	overflow: hidden;
}
.nav-item:hover .sub-nav {
	display: block; /* Affiche cette sous-liste au survol de son conteneur */
}
.sub-nav-item:hover a {
 *text-decoration:underline;
	background: #e11482;
	width: 100%;
}
/*--- CORRECTION MENU---*/

.nav2 li {
	padding: 5px 5px 3px 0px;
	line-height: 20px;
}
.nav2 li {
	border-right: none;
}
nav ul li:last-child {
	border-right: none;
}
.mini_logo {
	display: block;
	position: absolute;
	padding-top: 5px;
	border: none;
	margin: 0px 0 5px 30px;
}
.style_mini_logo2 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
}
/*  2. SECTION DU VISUEL DE LA HOMEPAGE  --> FIXE OU SLIDER */

/* Problème d'overlapping quand on utilise un anchor -- FIX -- AA -- 11/05/2018 */

a.anchor {
    display: block;
    position: relative;
    top: -140px;  
    visibility: hidden;
}

#visuel_principal img {
	width: 100%;
	*padding-top: 70px;
	
}
/*  3. SECTION DES ACTUALITES   */

#actualites {
	width: 100%;
	margin: 0 auto;
}
#actualites_header,
#mandataires_header, #mandataires_header_page {
	*margin-top: 5px;
	*padding: 10px;
	height: 100px;
}

#single_header {
	
	*padding: 10px;
	*height: 30px;
	width: 960px;
	margin: 0 auto;
	*margin-top: 5px;
}

#actualites_titre,
#mandataires_titre {
	margin: 0px;
	text-align: left;
	float: left;
}

.titre_mandataire {
	color: #e11482;
	font-size: 1.2em;
	font-weight: bold;

}

#actualites_titre_logo,
#mandataires_titre_logo {
	margin: 0;
	float: left;
	width: 100px;
}
#actualites_titre_logo img,
#mandataires_titre_logo img {
	width: 100px;
	float: left;
}
.actualites_titre_texte,
.mandataires_titre_texte {
	text-transform:uppercase;
	float: left;
	height: 100px;
	line-height: 105px;
	font-size: 2em;
	margin: 0;
}
.link_actualites_bouton a {
	float: right;
	margin-top: 30px;
	border: 1px solid #000;
	margin-right: 30px;
	padding: 15px;
}
.link_actualites_bouton a:hover {
	border: 1px solid #e11482;
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
#actualites_articles, #mandataires_mandataires {
	clear: both;
	width: 98%;
	padding-left: 2%;
}

.actualites_article {
	float: left;
	margin: 10px 2% 0px 2%;
	width: 28.5%;
	text-align: left;
	height: 100%;
}


.mandataires_mandataire {
	float: left;
	margin: 2%;
	width: 20.375%;
	text-align: left;
	*height: 100%;
	overflow: hidden;
}
.social_mandataires {
	clear: both;
	width: 100%;
	text-align:center;
	margin-top: 10px;

}



.actualites_article_abstract, .mandataire_abstract {
	padding-top: 5px;
	height: auto;
	min-height: 85px;
	line-height: 1.3em;
	*text-align: justify;
	overflow: hidden;
}
.actualites_article_illustration, .mandataires_article_illustration {
	display: block;
	width: 100%;
	border: none;
}
.actualites_article_illustration:hover, .actualites_article_facebook:hover, .actualites_article_twitter:hover, .mandataires_article_illustration:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}

.actualites_article .date, .videos_video .date {
	margin-bottom: 10px;
}

/*  4. SECTION DU DIXIT   */

#dixit_container {
	margin: 0 auto;
	width: 100%;
	background: #eee;
}
#dixit {
	width: 100%;
	background-color: #eee;
	margin-top: 20px;
	text-align: center;
}
#dixit_citation {
	float: left;
	width: 65%;
	line-height: 40px;
	font-style: italic;
	color: #333;
	margin-top: 3%;
	text-align: left;
	font-size: 1.5em;
}
#dixit_auteur {
	font-style: normal;
	color: #e11482;
	text-align: right;
	font-size: 0.8em;
}
.dixit_photo {
	background-color: #eee;
	height: auto;
	width: 30%;
	float: right;
	margin-left: 5%;
}
.dixit_photo img {
	width: 74%;
	margin-top: 13%;
	float: right;
	margin-bottom: 13%;
}
/* 5. SECTION DES VIDEOS */



#videos_container {
	margin: 0 auto;
	width: 960px;
}
#videos_header {
	margin-top: 5px;
	padding: 10px;
}
#videos_titre {
	margin: 0px;
	text-align: left;
	float: left;
}
#videos_titre_logo {
	margin: 0;
	float: left;
	width: 100px;
}
#videos_titre_logo img {
	width: 100px;
	float: left;
}
#videos_titre_texte {
	float: left;
	height: 100px;
	line-height: 105px;
	font-size: 2em;
	margin: 0;
}
#videos_bouton a {
	float: right;
	margin-top: 20px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-right: 20px;
	padding: 15px;
}
#videos_bouton a:hover {
	border: 1px solid #e11482;
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
#videos {
	margin: 0 auto;
	clear: both;
	width: 98%;
	padding-left: 2%;
}
.videos_video {
	float: left;
	margin: 10px 2% 0px 2%;
	width: 28.5%;
	text-align: left;
	height: 100%;
}
.videos_video_abstract {
	padding-top: 5px;
	height: auto;
	min-height: 52px;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}
.videos_video_illustration {
	display: block;
	width: 100%;
	border: none;
}
.videos_video_illustration:hover, .videos_video_facebook:hover, .videos_video_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 6. SECTION CALL TO ACTION */

#call_to_action_container {
	margin: -20px auto -25px auto;
	width: 100%;
	background: #F1F0F5;
}
#call_to_action {
	display: block;
	width: 960px;
	height: auto;
	background-image: url('img/visuels/visuel_call_to_action.jpg');
	text-align: left;
	padding: 100px 5% 50px 5%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #F0EFF5;
	margin: 0 auto;
}
#call_accroche {
	font-size: 2.8em;
	width: 60%;
	text-transform: uppercase;
	margin-bottom: 60px;
}
#call_bouton a {
	display: inline-block;
	border-style: solid;
	border-color: #e11482;
	border-width: 3px;
	color: #e11482;
	text-transform: uppercase;
	font-size: 2em;
	padding: 10px;
}
#call_bouton a:hover {
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 7. SECTION RESEAUX SOCIAUX */

#reseaux_sociaux_container {
	margin: 0 auto;
	width: 100%;
	background: #e11482;
}
#reseaux_sociaux {
	background-color: #e11482;
	width: 960px;
	padding-left: 0%;
	margin: 50px auto 0 auto;
	height: 150px;
}
#reseaux_sociaux p {
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	line-height: 150px;
	font-size: 2.3em;
	float: left;
	width: 95%;
}
#reseaux_pictos img {
	display: block;
	float: right;
	height: 75px;
	margin-top: 37px;
	margin-right: 3%;
}
#reseaux_pictos img:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 8. SECTION THEMATIQUES */

#thematiques_container {
	margin: 0 auto;
	width: 960px;
}
#thematiques {
	margin: 0
}
#thematiques_header {
	margin-top: 5px;
	padding: 10px;
}
#thematiques_titre {
	margin: 0px;
	text-align: left;
	float: left;
}
#thematiques_titre_logo {
	margin: 0;
	float: left;
	width: 100px;
}
#thematiques_titre_logo img {
	width: 100px;
	float: left;
}
#thematiques_titre_texte {
	float: left;
	height: 100px;
	line-height: 105px;
	font-size: 2em;
	margin: 0;
}
#thematiques_bouton {
	float: right;
	margin-right: 20px;
	padding: 25px;
}
#thematiques_bouton_recherche {
	display: inline-block;
	background: url('img/pictos/picto_loupe.jpg');
	width: 50px;
	height: 58px;
	cursor: pointer;
	border-style: none;
	border-width: 0px;
	vertical-align: top;
}
.thematiques_recherche {
	height: 50px;
	font-size: 1.2em;
}
#thematiques_contenu {
	width: 100%;
	clear: both;
	margin-left: 0%;
}
.thematique {
	float: left;
	margin: 0%;
	width: 33%;
	font-size: 1.2em;
	list-style-type: none;
	height: auto;
}
.thematique_picto {
	width: 33%;
	cursor: pointer;
	float: left;
}
.thematique_picto:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
.thematique_titre_spec {
	text-transform: uppercase;
	float: right;
	width: 66%;
	min-height: 100px;
	line-height: 100px;
}
.thematique_titre_spec .them_detail {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.thematique_titre_spec a:hover {
	color: #e11482;
}
/* 9. Footer */

#footer {
	background-color: #e11482;
	color: #fff;
*padding-top: 20px;
	margin: 0 auto;
*padding-bottom: 20px;
	width: 100%;
}
#footer_logo {
	text-align: center;
}
#footer_links {
	width: 90%;
	color: #fff;
	margin: 20px 5%;
}
.footer_link a {
	color: #fff;
	text-transform: uppercase;
	width: 20%;
	float: left;
	text-align: center;
}
.footer_link a:hover {
	text-decoration: underline;
}
#footer_infos_bottom {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	float: left;
	margin-top: 80px;
	padding-top: 10px;
}
#footer_picto {
	background: white;
	/*Set width/height of the div in 'parent'*/    
	width: 960px;
	margin: 0 auto;
}
#footer_liens_gauche {
	width: 380px;
	color: black;
	text-transform: uppercase;
	float: left;
}
#footer_center {
	width: 200px;
	text-align: center;
	float: left;
	margin-top: -60px;
}
#footer_liens_droite {
	text-align: right;
	width: 380px;
	float: right;
	color: black;
	text-transform: uppercase;
}
#footer_bouton a {
	border-style: solid;
	border-color: #333;
	border-width: 2px;
	padding: 20px;
	text-align: center;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
#footer_bouton {
	text-align: center;
	background: #fff;
	padding-top: 30px;
}
#footer_bottom {
	content: "&nbsp;";
	padding-top: 60px;
	height: 30px;
}
#footer_bouton a:hover {
	border-style: solid;
	border-color: #e11482;
	border-width: 2px;
	padding: 20px;
	text-align: center;
	background: #e11482;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/


.container {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}
.left_column_article {
	clear: both;
	padding-top: 60px;
	width: 66%;
	float: left;
	text-align: left;
}
.right_column_article {
	width: 30%;
	float: right;
	vertical-align: top;
	overflow: hidden;
	padding-top: 60px;
}
.visuel_article {
	*height: auto;
	*padding-top: 65px;
}
.article_banner {
	display: block;
	width: 100%;
	max-height: 390px;
	line-height: 100%;
	padding-bottom: 0px;
	background-image: url('/img/banners/banner_actu5.png');
	background-repeat: no-repeat;
	background-size: 100%;
}



.page_actualites #actualites_titre, .page_actualites #actualites_header,
.page_mandataires #mandataires_titre, .page_mandataires #mandataires_header_page, .page_mandataires #mandataires_header  {
	height: 290px;
}


.actualites_titre_texte ul,
.mandataires_titre_texte ul {
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	list-style-type: none;
	text-transform: uppercase;
	color: #e11482;
	width: 100%;
	float: none;
}
.actualites_titre_texte a,
.mandataires_titre_texte a {
	color: #e11482;
	width: 100%;
	float: left;
}
.article_tags {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #444;
	margin-bottom: 15px;
	width: 100%;
	float: left;
	text-align: left;
}
.pink_tag a {
	color: #fff;
	width: auto;
	background: #e11482;
	margin-left: 0;
	padding: 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.9em;
}
.left_column_article .date {
	color: #e11482;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;

	
}
.left_column_article .avant_titre {
	font-family: 'Lato', sans-serif;
	font-size: 1.9em;
	line-height: 1.5em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .avant_titre_list {
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .avant_titre_list_droite {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .titre {
	font-family: 'Lato', sans-serif;
	font-size: 2.0em;
	line-height: 1.2em;
	text-align: left;
	padding-bottom: 15px;
}
.left_column_article .titre_list {
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
}
.left_column_article .titre_list_droite {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	text-align: left;
}
.article_contenu_top {
	content: "&nbsp;";
 *border-style: solid;
 *border-width: 1px;
	width: 100%;
 *height: 80px;
	float: left;
 *background: blue;
}
.article_column_top {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1.5em;
	width: 100%;
	color: #444;
	vertical-align: center;
	float: left;
	padding: 10px 0;
}
.article_contenu {
	vertical-align: top;
	margin-top: 20px;
	width: 100%;
	float: left;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: justify;
	padding-right: 5px;
}

.article_contenu p {
	margin: 15px 0;
}

.article_column {
	padding-top: 10px;
	float: right;

	width: 100%;
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	color: #444;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #444;
	line-height: 1.8em;
	font-size: 1.2em;
}
.article_column_element {
	padding-top: 10px;
	padding-bottom: 10px;
}
.article_column_element a {
	color: #444;
}
.article_categorie {
	color: #e11482;
	margin-bottom: 30px;
}
.article_categorie ul {
	list-style-type: none;
}
.article_categorie li {
	text-transform: uppercase;
	font-size: 1.4em;
	color: #e11482;
}
.article_categorie a {
	color: #e11482;
}
.article_thumbnail img {
 *border-top-color: #e11482;
 *border-top-width: 10px;
 *border-top-style: solid;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
.banner a {
	color: #e11482;
	border-color: #e11482;
}
#actualites_articles_droite {
	clear: both;
	width: 98%;
	padding-left: 2%;
}
.actualites_article_droite {
	margin: 20px 2% 25px 2%;
	text-align: left;
	height: 100%;
}


.actualites_article_abstract_droite {
	width: 100%;
	padding-top: 5px;
	height: auto;
	min-height: 72px;
	line-height: 1em;
	text-align: justify;
	overflow: hidden;
	margin-bottom: 10px;
}


.actualites_article_abstract_droite .avant_titre_list_droite {
	color: #e11482;
}

.actualites_article_abstract_droite .titre_list_droite {
	font-size: 0.8em;
}

.actualites_article_illustration, .mandataires_article_illustration {
	display: block;
	width: 100%;
	border: none;
}

.actualites_article_illustration:hover, .actualites_article_facebook:hover, .actualites_article_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/


.detail_nom_mandataire {
	margin-top: 100px;
	text-align: left;
	font-size: 3em;
	text-transform:uppercase;
	width: 45%;
	color: #e11482;
}


.mandataire_thumbnail {
	width: 40%;
	*background: blue;	
	float: left;
	text-align: center;
}

.mandataire_contenu {
	width: 56%;
	background: #e11482;
	float: right;
	padding: 15px 2%;
	margin-bottom: 25px;
	color: #fff;
}

.mandataire_contenu ul{
	list-style-type: circle;
}

.mandataire_contenu li{
		padding-left: 20px;
		margin-left: 3%;
}

.mandataire_contenu a{
		text-decoration: underline;
		color: #4286f4;
}


/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  AUTRES AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  AUTRES AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  AUTRES AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  AUTRES AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  AUTRES AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/



.mandataires_banner {
	background-image: url('/img/banners/banner_mandataire.jpg');
}

.agenda_banner {
	background-image: url('/img/banners/banner_agenda.jpg');
}

.contact_banner {
	background-image: url('/img/banners/banner_contact.jpg');
}

.mandataires_banner, .agenda_banner,.contact_banner   {
	display: block;
	width: 100%;
	max-height: 370px;
	line-height: 100%;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-size: 100%;	
}

.mandataire_illustration {
	display: block;
	width: 100%;
	border: none;
}
.mandataire_illustration:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}

.mandataire_facebook, .mandataire_twitter {
	width: 50%;
	float: left;
}


@media screen and (max-width: 1367px) {

	.menu {
		min-height: 120px;
	}

}

@media screen and (max-width: 1140px) {

	.menu {
		min-height: 190px;
	}

}



@media screen and (max-width: 959px) {
/* 0. Règles de base */

body {
	font-family: Helvetica;
	background-color: #fff;
	width: 100%;
}
.container {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
}
.theme {
	color: #e11482;
	font-weight: bold;
}
.clear {
	clear: both;
}
.spacer_20 {
	margin-top: 20px;
}
.spacer_25 {
	margin-top: 25px;
}
/*  1. SECTION DU MENU   */ 

nav ul a, .nav2 a {
	text-decoration: none;
}
.slicknav_menu {
	display: none;
}
.menu {
	background-color: #e11482;
	min-height: 160px;
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 999999999 !important;
	
}
nav {
	margin: 0 2.5%;
	width: 95%;
	background: #e11482;
}
.logo_header {
	width: 100px;
	height: 70px;
	float: left;
	z-index: 99999;
}
#menu_center {
	display: block;
	color: #fff;
	height: auto;
	float: left;
}
.js .slicknav_menu {
	display: none;
}
nav ul {
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 20px;
}
nav ul a {
	color: #fff;
	width: 100%;
}
nav ul li {
	padding: 5px 5px 3px 5px;
	line-height: 30px;
}
nav ul li:hover {
	text-decoration: underline;
	background: #0084a7;
	width: 100%;
}
nav ul li {
	border-right: 1px solid #fff;
}
nav ul li:last-child {
	border-right: none;
}
/************* MENU DEROULANT ************/


.nav2 a {
	display: inline-block;
	padding: 10px 10px;
}
.nav2 li {
	padding: 10px 5px;
}
.nav-item {
	position: relative; /* Crée un contexte de positionnement pour les sous-listes */
}
.sub-nav {
	display: none; /* Masque la sous-liste */
	position: absolute; /* Evite que la dimension du conteneur ne change quand la sous-liste est affichée */
	left: 0; /* FIX IE7 : pour que le sous-menu s'aligne avec son conteneur */
	padding-left: 0px;
	background: #0084A7; /* FIX IE7 : évite que la sous-liste ne disparaisse au moment où le curseur arrive au-dessus */
	margin-top: -4px; /* Pour que le sous-menu recouvre son parent, facilitant le passage de la souris de l'un à l'autre */
	width: 220px;
	font-size: 0.9em;
	z-index: 9998;
	padding-top: 10px;
	text-align: left;
	overflow: hidden;
}
.nav-item:hover .sub-nav {
	display: block; /* Affiche cette sous-liste au survol de son conteneur */
}
.sub-nav-item:hover a {
 *text-decoration:underline;
	background: #e11482;
	width: 100%;
}
/*--- CORRECTION MENU---*/

.nav2 li {
	padding: 5px 5px 3px 0px;
	line-height: 20px;
}
.nav2 li {
	border-right: none;
}
nav ul li:last-child {
	border-right: none;
}
.mini_logo {
	display: block;
	position: absolute;
	padding-top: 5px;
	border: none;
	margin: 0px 0 5px 30px;
}
.style_mini_logo2 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
}
/*  2. SECTION DU VISUEL DE LA HOMEPAGE  --> FIXE OU SLIDER */

#visuel_principal img {
	width: 100%;
	padding-top: 70px;
}
/*  3. SECTION DES ACTUALITES   */

#actualites {
	width: 100%;
	margin: 0 auto;
}
#actualites_header,
#mandataires_header, #mandataires_header_page {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2%;
}
#actualites_titre,
#mandataires_titre {
	margin: 10px 0 0 0;
	text-align: left;
	float: left;
}
#actualites_titre_logo,
#mandataires_titre_logo {
	margin: 0;
	float: left;
	width: 80px;
}
#actualites_titre_logo img,
#mandataires_titre_logo img {
	width: 80px;
	float: left;
}
.actualites_titre_texte,
.mandataires_titre_texte {
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 1.7em;
	margin: 0;
}
.link_actualites_bouton a {
	float: right;
	margin-top: 30px;
	border: 1px solid #000;
	margin-right: 20px;
	padding: 15px;
}
.link_actualites_bouton a:hover {
	border: 1px solid #e11482;
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
#actualites_articles, #mandataires_mandataires {
	clear: both;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 0;
}
.actualites_article, .mandataires_mandataire {
	float: left;
	margin: 15px 2% 0 2%;
	width: 29.3%;
	text-align: left;
	height: 100%;
}
.actualites_article_abstract, .mandataire_abstract {
	padding-top: 5px;
	height: auto;
	min-height: 85px;
	line-height: 1.3em;
	*text-align: justify;
	overflow: hidden;
}
.actualites_article_illustration img, .mandataires_article_illustration img {
	display: block;
	width: 100%;
	*height: 143px;
	border: none;
}
.actualites_article_facebook, .actualites_article_twitter {
	width: 48%;
}
.actualites_article_illustration:hover, .actualites_article_facebook:hover, .actualites_article_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/*  4. SECTION DU DIXIT   */

#dixit_container {
	margin: 0;
	width: 100%;
	background: #eee;
}
#dixit {
	width: 90%;
	background-color: #eee;
	margin-top: 20px;
	text-align: center;
	margin-left: 5%;
}
#dixit_citation {
	float: left;
	width: 65%;
	line-height: 30px;
	font-style: italic;
	color: #333;
	margin-top: 3%;
	text-align: left;
	font-size: 1.1em;
}
#dixit_auteur {
	font-style: normal;
	color: #e11482;
	text-align: right;
	font-size: 0.8em;
	padding-bottom: 10px;
}
.dixit_photo {
	background-color: #eee;
	height: auto;
	width: 30%;
	float: right;
	margin-left: 5%;
}
.dixit_photo img {
	width: 74%;
	margin-top: 13%;
	float: right;
}
/* 5. SECTION DES VIDEOS */



#videos_container {
	margin: 0 auto;
	width: 100%;
}
#videos_header {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2.5%;
}
#videos_titre {
	margin: 0px;
	text-align: left;
	float: left;
}
#videos_titre_logo {
	margin: 0;
	float: left;
	width: 80px;
}
#videos_titre_logo img {
	width: 80px;
	float: left;
}
#videos_titre_texte {
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 1.7em;
	margin: 0;
}
#videos_bouton a {
	float: right;
	margin-top: 20px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-right: 20px;
	padding: 15px;
}
#videos_bouton a:hover {
	border: 1px solid #e11482;
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
#videos {
	margin: 0 auto;
	clear: both;
	width: 98%;
	margin-left: 1%;
	padding-left: 0;
}
.videos_video {
	float: left;
	margin: 15px 2% 0 2%;
	width: 29.3%;
	text-align: left;
	height: 100%;
}
.videos_video_abstract {
	padding-top: 5px;
	height: auto;
	min-height: 85px;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}
.videos_video_illustration {
	display: block;
	width: 100%;
	border: none;
}
.videos_video_facebook, .videos_video_twitter {
	width: 48%;
}
.videos_video_illustration:hover, .videos_video_facebook:hover, .videos_video_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 6. SECTION CALL TO ACTION */

#call_to_action_container {
	margin: -20px auto -25px auto;
	width: 100%;
}
#call_to_action {
	display: block;
	width: 90%;
	background-image: url('img/visuels/visuel_call_to_action.jpg');
	text-align: left;
	padding: 100px 5% 50px 5%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	background-color: #F0EFF5;
}
#call_accroche {
	font-size: 2em;
	line-height: 1.5em;
	width: 50%;
	text-transform: uppercase;
	margin-bottom: 60px;
}
#call_bouton a {
	display: inline-block;
	border-style: solid;
	border-color: #e11482;
	border-width: 3px;
	color: #e11482;
	text-transform: uppercase;
	font-size: 1.7em;
	padding: 10px;
}
#call_bouton a:hover {
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 7. SECTION RESEAUX SOCIAUX */

#reseaux_sociaux_container {
	margin: 0 auto;
	width: auto;
}
#reseaux_sociaux {
	background-color: #e11482;
	width: 98%;
	padding: 0 1%;
	height: 150px;
}
#reseaux_sociaux p {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 150px;
	font-size: 1.7em;
	float: none;
	width: 100%;
}
#reseaux_sociaux span {
	margin-right: 1%;
	width: 50%;
}
#reseaux_pictos img {
	display: inline;
	float: right;
	height: 65px;
	margin-top: 37px;
	padding-left: 0.75%;
}
#reseaux_pictos img:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 8. SECTION THEMATIQUES */

#thematiques_container {
	margin: 0 auto;
	width: 100%;
}
#thematiques {
	margin: 0
}
#thematiques_header {
	margin-top: 5px;
	padding: 10px;
	margin-bottom: 20px;
}
#thematiques_titre {
	margin: 0px 0 30px 0;
	text-align: left;
	float: left;
	width: 40%;
}
#thematiques_titre_logo {
	margin: 0;
	float: left;
	width: 80px;
}
#thematiques_titre_logo img {
	width: 80px;
	float: left;
}
#thematiques_titre_texte {
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 1.7em;
	margin: 0;
}
#thematiques_bouton {
	float: right;
	text-align: right;
	margin: 15px 1% 30px 0;
	padding: 0px;
	width: 55%;
}
#thematiques_bouton_recherche {
	display: inline-block;
	background: url('img/pictos/picto_loupe.jpg');
	width: 50px;
	height: 58px;
	cursor: pointer;
	border-style: none;
	border-width: 0px;
	vertical-align: top;
}
.thematiques_recherche {
	height: 50px;
	font-size: 1em;
	width: 60%;
}
#thematiques_contenu {
	width: 100%;
	clear: both;
	margin: 0%;
}
.thematique {
	float: left;
	margin: 2%;
	width: 46%;
	font-size: 1.1em;
	list-style-type: none;
	height: auto;
}
.thematique_picto {
	width: 100px;
	cursor: pointer;
	float: left;
}
.thematique_picto:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
.thematique_titre_spec {
	text-transform: uppercase;
	float: right;
	width: 66%;
	min-height: 100px;
	line-height: 100px;
}
.thematique_titre_spec a {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.thematique_titre_spec a:hover {
	color: #e11482;
}
/* 9. Footer */

#footer {
	background-color: #e11482;
	color: #fff;
*padding-top: 20px;
	margin: 0 auto;
*padding-bottom: 20px;
	width: 100%;
}
#footer_logo {
	text-align: center;
}
#footer_links {
	width: 90%;
	color: #fff;
	margin: 20px 5%;
}
.footer_link a {
	color: #fff;
	text-transform: uppercase;
	width: 18%;
	float: left;
	text-align: center;
	margin: 1%;
}
.footer_link a:hover {
	text-decoration: underline;
}
#footer_infos_bottom {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	float: left;
	margin-top: 80px;
	padding-top: 10px;
}
#footer_picto {
	background: white;
	/*Set width/height of the div in 'parent'*/    
	width: 100%;
	margin: 0 auto;
}
#footer_liens_gauche {
	width: 38%;
	color: black;
	text-transform: uppercase;
	float: left;
	margin-left: 2%;
	font-size: 0.8em;
}
#footer_center {
	width: 18%;
	text-align: center;
	float: left;
	margin-top: -60px;
	margin-left: 1%;
}
#footer_liens_droite {
	text-align: right;
	width: 38%;
	margin-right: 2%;
	float: right;
	color: black;
	text-transform: uppercase;
	font-size: 0.8em;
}
#footer_bouton a {
	border-style: solid;
	border-color: #333;
	border-width: 2px;
	padding: 20px;
	text-align: center;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
#footer_bouton {
	text-align: center;
	background: #fff;
	padding-top: 30px;
}
#footer_bottom {
	content: "&nbsp;";
	padding-top: 60px;
	height: 30px;
}
#footer_bouton a:hover {
	border-style: solid;
	border-color: #e11482;
	border-width: 2px;
	padding: 20px;
	text-align: center;
	background: #e11482;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}


/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/



.left_column_article {
	padding-top: 0px;
	width: 95%;
	margin-left: 2.5%;
	margin-top: 20px;
	float: left;
	text-align: left;
}
.right_column_article {
	width: 95%;
	margin-left: 2.5%;
	float: left;
	vertical-align: top;
	overflow: hidden;
	padding-top: 60px;
}
.visuel_article {
	height: auto;
	*padding-top: 65px;
}
.article_banner {
	display: block;
	width: 100%;
	line-height: 100%;
	padding-bottom: 0px;
	background-image: url('/img/banners/banner_actu5.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height: auto;
}

.actualites_titre_texte ul,
.mandataires_titre_texte ul {
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	list-style-type: none;
	text-transform: uppercase;
	color: #e11482;
	width: 100%;
	float: none;
}
.actualites_titre_texte a,
.mandataires_titre_texte a {
	color: #e11482;
	width: 100%;
	float: left;
}
.article_tags {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #444;
	margin-bottom: 15px;
	width: 100%;
	float: left;
	text-align: left;
}
.pink_tag a {
	color: #fff;
	width: auto;
	background: #e11482;
	margin-left: 0;
	padding: 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.9em;
}
.left_column_article .date {
	color: #e11482;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;

	
}
.left_column_article .avant_titre {
	font-family: 'Lato', sans-serif;
	font-size: 1.9em;
	line-height: 1.5em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .avant_titre_list {
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .avant_titre_list_droite {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .titre {
	font-family: 'Lato', sans-serif;
	font-size: 2.0em;
	line-height: 1.2em;
	text-align: left;
	padding-bottom: 15px;
}
.left_column_article .titre_list {
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
}
.left_column_article .titre_list_droite {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	text-align: left;
}
.article_contenu_top {
	content: "&nbsp;";
 *border-style: solid;
 *border-width: 1px;
	width: 100%;
 *height: 80px;
	float: left;
 *background: blue;
}
.article_column_top {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1.5em;
	width: 100%;
	color: #444;
	vertical-align: center;
	float: left;
	padding: 10px 0;
}
.article_contenu {
	vertical-align: top;
	margin-top: 20px;
	width: 100%;
	float: left;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: justify;
	padding-right: 5px;
}

.article_contenu p {
	margin: 15px 0;
}

.article_column {
	padding-top: 10px;
	float: right;

	width: 100%;
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	color: #444;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #444;
	line-height: 1.8em;
	font-size: 1.2em;
}
.article_column_element {
	padding-top: 10px;
	padding-bottom: 10px;
}
.article_column_element a {
	color: #444;
}
.article_categorie {
	color: #e11482;
	margin-bottom: 30px;
}
.article_categorie ul {
	list-style-type: none;
}
.article_categorie li {
	text-transform: uppercase;
	font-size: 1.4em;
	color: #e11482;
}
.article_categorie a {
	color: #e11482;
}
.article_thumbnail img {
 *border-top-color: #e11482;
 *border-top-width: 10px;
 *border-top-style: solid;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 75%;
	margin-left: 12.5%;
	height: auto;
}
.banner a {
	color: #e11482;
	border-color: #e11482;
}




#actualites_articles_droite {
	clear: both;
	width: 98%;
	padding-left: 2%;
}
.actualites_article_droite {
	float: left;
	width: 31.33%;
	margin: 20px 1% 25px 1%;
	text-align: left;
	height: 100%;
}


.actualites_article_abstract_droite {
	width: 100%;
	padding-top: 5px;
	height: auto;
	min-height: 85px;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
	margin-bottom: 10px;
	
	}


.actualites_article_abstract_droite .avant_titre_list_droite {
	color: #e11482;
}

.actualites_article_abstract_droite .titre_list_droite {
	font-size: 0.8em;
}

.actualites_article_illustration, .mandataires_article_illustration {
	display: block;
	width: 100%;
	border: none;
}

.actualites_article_illustration:hover, .actualites_article_facebook:hover, .actualites_article_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}

.page_actualites .article_single_social {
	clear: both;
	width: 25%;
	margin-left:37.5%;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/


.mandataire_banner {
	height: 0px;
	background: #fff;
	margin-top: -40px;
}

.mandataires_header_page {
	display: none;
}


.detail_nom_mandataire {
	padding-top: 150px;
	text-align: left;
	color: #E11482;
	font-size: 0.0001em;
	text-transform:uppercase;
	width: 45%;
}


.mandataire_thumbnail {
	width: 50%;
	float: left;
	text-align: center;
}

.mandataire_contenu {
	width: 46%;
	background: #e11482;
	float: right;
	padding: 15px 2%;
	margin-bottom: 25px;
	color: #fff;
}

.mandataire_contenu ul{
	list-style-type: circle;
}

.mandataire_contenu li{
		padding-left: 20px;
		margin-left: 3%;
}

.mandataire_contenu a{
		text-decoration: underline;
		color: #fff;
}

.social_mandataires {
	clear: both;
}

}

@media screen and (max-width: 767px) {
/* 0. Règles de base */

body {
	font-family: Helvetica;
	background-color: #fff;
	width: 100%;
}
.container {
	margin: 0 1%;
	width: 98%;
	text-align: center;
	background-color: #fff;
}
a {
	color: #000;
	text-decoration: none;
}
.theme {
	color: #e11482;
	font-weight: bold;
}
.clear {
	clear: both;
}
.spacer_20 {
	margin-top: 20px;
}
.spacer_25 {
	margin-top: 25px;
}
/*  1. SECTION DU MENU   */ 

nav ul a, .nav2 a {
	text-decoration: none;
}
.slicknav_menu {
	display: none;
}
.menu {
	background-color: #e11482;
	*min-height: 180px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 999999999 !important;
	
}
nav {
	margin: 0 auto;
	padding : 0 2,5%;
	width: 100%;
	background: #e11482;
	height: auto;
}
.logo_header {
	width: 90px;
	height: 65px;
	float: left;
	z-index: 99999;
	
}
#menu_center {
	display: block;
	color: #fff;
	height: auto;
	width: 100%;
	float: left;
	background: #e11482;
}
.js .slicknav_menu {
	display: none;
}
nav ul {
	font-size: 0.9em;
	text-transform: uppercase;
	padding-top: 20px;
}
nav ul a {
	color: #fff;
	width: 98%;
}
nav ul li {
	padding: 5px 5px 3px 5px;
	line-height: 30px;
}
nav ul li:hover {
	text-decoration: underline;
	background: #0084a7;
	width: 100%;
}
nav ul li {
	border-right: 1px solid #fff;
}
nav ul li:last-child {
	border-right: none;
}
/************* MENU DEROULANT ************/


.nav2 a {
	display: inline-block;
	padding: 10px 10px;
}
.nav2 li {
	padding: 10px 5px;
}
.nav-item {
	position: relative; /* Crée un contexte de positionnement pour les sous-listes */
}
.sub-nav {
	display: none; /* Masque la sous-liste */
	position: absolute; /* Evite que la dimension du conteneur ne change quand la sous-liste est affichée */
	left: 0; /* FIX IE7 : pour que le sous-menu s'aligne avec son conteneur */
	padding-left: 0px;
	background: #0084A7; /* FIX IE7 : évite que la sous-liste ne disparaisse au moment où le curseur arrive au-dessus */
	margin-top: -4px; /* Pour que le sous-menu recouvre son parent, facilitant le passage de la souris de l'un à l'autre */
	width: 220px;
	font-size: 0.9em;
	z-index: 9998;
	padding-top: 10px;
	text-align: left;
	overflow: hidden;
}
.nav-item:hover .sub-nav {
	display: block; /* Affiche cette sous-liste au survol de son conteneur */
}
.sub-nav-item:hover a {
 *text-decoration:underline;
	background: #e11482;
	width: 100%;
}
/*--- CORRECTION MENU---*/

.nav2 li {
	padding: 5px 5px 3px 0px;
	line-height: 20px;
}
.nav2 li {
	border-right: none;
}
nav ul li:last-child {
	border-right: none;
}
.mini_logo {
	display: block;
	position: absolute;
	padding-top: 5px;
	border: none;
	margin: 0px 0 5px 30px;
}
.style_mini_logo2 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
}
/*  2. SECTION DU VISUEL DE LA HOMEPAGE  --> FIXE OU SLIDER */

#visuel_principal img {
	width: 100%;
	*padding-top: 100px;
}
/*  3. SECTION DES ACTUALITES   */

#actualites {
	width: 100%;
	margin: 0 auto;
}
#actualites_header,
#mandataires_header {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2%;
}
#actualites_titre,
#mandataires_titre {
	margin: 10px 0 0 0px;
	text-align: left;
	float: left;
}
#actualites_titre_logo,
#mandataires_titre_logo {
	margin: 0;
	float: left;
	width: 80px;
}
#actualites_titre_logo img,
#mandataires_titre_logo img {
	width: 80px;
	float: left;
}
.actualites_titre_texte,
.mandataires_titre_texte {
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 1.7em;
	margin: 0;
}
.link_actualites_bouton a {
	float: right;
	margin-top: 30px;
	border: 1px solid #000;
	margin-right: 20px;
	padding: 15px;
}
.link_actualites_bouton a:hover {
	border: 1px solid #e11482;
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
#actualites_articles, #mandataires_mandataires, .article_column {
	clear: both;
	padding-top: 10px;
	float: right;
	width: 98%;
	margin-left: 1%;
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	color: #444;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #444;
	line-height: 1.8em;
	font-size: 1em;
	background-color: #fff;
}


.actualites_article, .actualites_article_droite {
	float: left;
	margin: 1%;
	width: 48%;
	text-align: left;
	height: 300px;
}

.mandataires_mandataire {
float: left;
	margin: 2%;
	width: 29.3%;
	text-align: left;
	height: 100%;
}

.actualites_article_abstract, .mandataire_abstract {
	padding-top: 5px;
	height: auto;
	min-height: 50px;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
	
}

.titre_mandataire {
	font-size:1.1em;
}

.actualites_article_illustration, .mandataires_article_illustration {
	display: block;
	width: 100%;
	border: none;
}
.actualites_article_facebook, .actualites_article_twitter {
	width: 27%;
	margin: 1% 11% 20Px 11%;
	text-align: center;
}
.actualites_article_illustration:hover, .actualites_article_facebook:hover, .actualites_article_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/*  4. SECTION DU DIXIT   */

#dixit_container {
	margin: 0;
	width: 100%;
	background: #eee;
	clear: both;
}
#dixit {
	width: 90%;
	background-color: #eee;
	margin-top: 20px;
	text-align: center;
	margin-left: 5%;
}
#dixit_citation {
	float: left;
	width: 100%;
	line-height: 30px;
	font-style: italic;
	color: #333;
	margin-top: 30px;
	text-align: left;
	font-size: 1.1em;
}
#dixit_auteur {
	font-style: normal;
	color: #e11482;
	text-align: right;
	font-size: 0.8em;
	padding-bottom: 10px;
}
.dixit_photo {
	background-color: #eee;
	height: auto;
	width: 100%;
	float: none;
	margin-left: 0%;
}
.dixit_photo img {
	width: 33%;
	margin-top: 30px;
	float: none;
}
/* 5. SECTION DES VIDEOS */



#videos_container {
	margin: 0 auto;
	width: 100%;
}
#videos_header {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2.5%;
}
#videos_titre {
	margin: 0px;
	text-align: left;
	float: left;
}
#videos_titre_logo {
	margin: 0;
	float: left;
	width: 80px;
}
#videos_titre_logo img {
	width: 80px;
	float: left;
}
#videos_titre_texte {
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 1.7em;
	margin: 0;
}
#videos_bouton a {
	float: right;
	margin-top: 20px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-right: 20px;
	padding: 15px;
}
#videos_bouton a:hover {
	border: 1px solid #e11482;
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
#videos {
	margin: 0 auto;
	clear: both;
	width: 98%;
	margin-left: 1%;
}
.videos_video {
	float: left;
	margin: 1%;
	width: 48%;
	text-align: left;
	height: 100%;
}
.videos_video_abstract {
	padding-top: 5px;
	height: auto;
	min-height: 65px;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}
.videos_video_illustration {
	display: block;
	width: 100%;
	border: none;
}
.videos_video_facebook, .videos_video_twitter {
	width: 27%;
	margin: 1% 11% 20px 11%;
	text-align: center;
}
.videos_video_illustration:hover, .videos_video_facebook:hover, .videos_video_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 6. SECTION CALL TO ACTION */

#call_to_action_container {
	margin: 0 auto;
	width: 100%;
}
#call_to_action {
	display: block;
	width: 90%;
	background-image: url('img/visuels/visuel_call_to_action.jpg');
	text-align: left;
	padding: 50px 5% 50px 5%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	background-color: #F0EFF5;
	height: 155px;
	margin: -20px auto -25px auto;
}
#call_accroche {
	font-size: 1.5em;
	line-height: 1.7em;
	width: 50%;
	text-transform: uppercase;
	height: 35%;
	margin-bottom: 70px;
}
#call_bouton {
	height: 50%;
}
#call_bouton a {
	display: inline-block;
	border-style: solid;
	border-color: #e11482;
	border-width: 3px;
	color: #e11482;
	text-transform: uppercase;
	font-size: 1.7em;
	padding: 10px;
}
#call_bouton a:hover {
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 7. SECTION RESEAUX SOCIAUX */

#reseaux_sociaux_container {
	margin: 0 auto;
	width: 100%;
}
#reseaux_sociaux {
	background-color: #e11482;
	width: 100%;
	*padding: 0 1%;
	*height: auto;
}
#reseaux_sociaux p {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 75px;
	font-size: 1.7em;
	float: none;
	width: 100%;
}
#reseaux_pictos span {
	margin-right: 1%;
	margin-left: 1%;
	width: 98%;
	float: left;
	margin-bottom: 10px;
}
#reseaux_pictos img {
	display: inline;
	float: right;
	height: auto;
	width: 13%;
	margin-top: 0px;
	padding-left: 0;
	margin: 1% 10% 25px 10%;
	;
}
#reseaux_pictos img:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 8. SECTION THEMATIQUES */

#thematiques_container {
	margin: 0 auto;
	width: 100%;
}
#thematiques {
	margin: 0
}
#thematiques_header {
	margin: 0;
	padding: 0px;
}
#thematiques_titre {
	margin: 0px 0 30px 0;
	text-align: left;
	float: left;
	width: 45%;
}
#thematiques_titre_logo {
	margin: 0;
	float: left;
	width: 80px;
}
#thematiques_titre_logo img {
	width: 80px;
	float: left;
}
#thematiques_titre_texte {
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 1.6em;
	margin: 0;
}
#thematiques_bouton {
	float: right;
	text-align: right;
	margin: 15px 2% 30px 0;
	padding: 0px;
	width: auto;
}
#thematiques_bouton_recherche {
	display: inline-block;
	background: url('img/pictos/picto_loupe.jpg');
	background-position: center;
	width: 30px;
	height: 38px;
	cursor: pointer;
	border-style: none;
	border-width: 0px;
	vertical-align: top;
}
.thematiques_recherche {
	height: 32px;
	font-size: 1em;
	width: 50%;
}
#thematiques_contenu {
	width: 100%;
	clear: both;
	margin: 0%;
}
.thematique {
	float: left;
	margin: 2%;
	width: 46%;
	font-size: 1.1em;
	list-style-type: none;
	height: auto;
}
.thematique_picto {
	width: 80px;
	cursor: pointer;
	float: left;
}
.thematique_picto:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
.thematique_titre_spec {
	text-transform: uppercase;
	float: right;
	width: 66%;
	min-height: 80px;
	line-height: 80px;
}
.thematique_titre_spec a {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.thematique_titre_spec a:hover {
	color: #e11482;
}
/* 9. Footer */

#footer {
	background-color: #e11482;
	color: #fff;
*padding-top: 20px;
	margin: 0 auto;
*padding-bottom: 20px;
	width: 100%;
}
#footer_logo {
	background-color: #e11482;
	text-align: center;
}
#footer_links {
	width: 90%;
	color: #fff;
	margin: 20px 5%;
	font-size: 0.8em;
}
.footer_link a {
	color: #fff;
	text-transform: uppercase;
	width: 18%;
	float: left;
	text-align: center;
	margin: 1%;
}
.footer_link a:hover {
	text-decoration: underline;
}
#footer_infos_bottom {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	float: left;
	margin-top: 80px;
	padding-top: 10px;
}
#footer_picto {
	background: white;
	/*Set width/height of the div in 'parent'*/    
	width: 100%;
	margin: 0 auto;
}
#footer_liens_gauche {
	width: 38%;
	color: black;
	text-transform: uppercase;
	float: left;
	margin-left: 2%;
	font-size: 0.8em;
}
#footer_center {
	width: 18%;
	text-align: center;
	float: left;
	margin-top: -60px;
	margin-left: 1%;
}
#footer_liens_droite {
	text-align: right;
	width: 38%;
	margin-right: 2%;
	float: right;
	color: black;
	text-transform: uppercase;
	font-size: 0.8em;
}
#footer_bouton a {
	border-style: solid;
	border-color: #333;
	border-width: 2px;
	padding: 20px;
	text-align: center;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
#footer_bouton {
	text-align: center;
	background: #fff;
	padding-top: 30px;
}
#footer_bottom {
	content: "&nbsp;";
	padding-top: 0px;
	height: 30px;
}
#footer_bouton a:hover {
	border-style: solid;
	border-color: #e11482;
	border-width: 2px;
	padding: 20px;
	text-align: center;
	background: #e11482;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/



.left_column_article {
	padding-top: 0px;
	width: 95%;
	margin-left: 2.5%;
	margin-top: 20px;
	float: left;
	text-align: left;
}
.right_column_article {
	width: 95%;
	margin-left: 2.5%;
	float: left;
	vertical-align: top;
	overflow: hidden;
	padding-top: 60px;
}
.visuel_article {
	height: auto;
	*padding-top: 65px;
}
.article_banner {
	display: block;
	width: 100%;
	line-height: 100%;
	padding-bottom: 0px;
	background-image: url('/img/banners/banner_actu5.png');
	background-repeat: no-repeat;
	background-size: 100%;
	height: auto;
}

.page_actualites #actualites_titre, .page_actualites #actualites_header,
.page_mandataires #mandataires_titre, .page_mandataires #mandataires_header  {
	height: 200px;
}

.actualites_titre_texte ul,
.mandataires_titre_texte ul {
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	list-style-type: none;
	text-transform: uppercase;
	color: #e11482;
	width: 100%;
	float: none;
}
.actualites_titre_texte a,
.mandataires_titre_texte a {
	color: #e11482;
	width: 100%;
	float: left;
}
.article_tags {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #444;
	margin-bottom: 15px;
	width: 100%;
	float: left;
	text-align: left;
}
.pink_tag a {
	color: #fff;
	width: auto;
	background: #e11482;
	margin-left: 0;
	padding: 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.9em;
}
.left_column_article .date {
	color: #e11482;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;

	
}
.left_column_article .avant_titre {
	font-family: 'Lato', sans-serif;
	font-size: 1.9em;
	line-height: 1.5em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .avant_titre_list {
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .avant_titre_list_droite {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .titre {
	font-family: 'Lato', sans-serif;
	font-size: 2.0em;
	line-height: 1.2em;
	text-align: left;
	padding-bottom: 15px;
}
.left_column_article .titre_list {
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
}
.left_column_article .titre_list_droite {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	text-align: left;
}
.article_contenu_top {
	content: "&nbsp;";
 *border-style: solid;
 *border-width: 1px;
	width: 100%;
 *height: 80px;
	float: left;
 *background: blue;
}
.article_column_top {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1.5em;
	width: 100%;
	color: #444;
	vertical-align: center;
	float: left;
	padding: 10px 0;
}
.article_contenu {
	vertical-align: top;
	margin-top: 20px;
	width: 100%;
	float: left;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: justify;
	padding-right: 0px;
}

.article_contenu p {
	margin: 15px 0;
}

.article_column {
	padding-top: 10px;
	float: right;

	width: 100%;
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	color: #444;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #444;
	line-height: 1.8em;
	font-size: 1.2em;
}
.article_column_element {
	padding-top: 10px;
	padding-bottom: 10px;
}
.article_column_element a {
	color: #444;
}
.article_categorie {
	color: #e11482;
	margin-bottom: 30px;
}
.article_categorie ul {
	list-style-type: none;
}
.article_categorie li {
	text-transform: uppercase;
	font-size: 1.4em;
	color: #e11482;
}
.article_categorie a {
	color: #e11482;
}
.article_thumbnail img {
 *border-top-color: #e11482;
 *border-top-width: 10px;
 *border-top-style: solid;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 75%;
	margin-left: 12.5%;
	height: auto;
}
.banner a {
	color: #e11482;
	border-color: #e11482;
}




#actualites_articles_droite {
	clear: both;
	width: 98%;
	padding-left: 2%;
}
.actualites_article_droite {
	float: left;
	width: 31.33%;
	margin: 20px 1% 25px 1%;
	text-align: left;
	height: 100%;
}


.actualites_article_abstract_droite {
	width: 100%;
	padding-top: 5px;
	height: auto;
	min-height: 120px;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
	margin-bottom: 5px;
	
	}


.actualites_article_abstract_droite .avant_titre_list_droite {
	color: #e11482;
}

.actualites_article_abstract_droite .titre_list_droite {
	font-size: 0.8em;
}

.actualites_article_illustration, .mandataires_article_illustration img {
	display: block;
	width: 100%;
	border: none;
}

.social_mandataires {
	width: 100%;
	text-align:center;
	margin-top: 10px;

}


.actualites_article_illustration:hover, .actualites_article_facebook:hover, .actualites_article_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}

.page_actualites .article_single_social {
	clear: both;
	width: 75%;
	margin-left:12.5%;
}


.page_actualites .actualites_article_facebook, .page_actualites .actualites_article_twitter {
	width: 20%;
	margin: 1% 14.5% 20Px 14.5%;
	text-align: center;
}

.page_actualites .article_single_social_droite {
	display: none;
	clear: both;
	width: 100%;
	margin-left:0%;
}

.article_single_social_droite_facebook, .article_single_social_droite_twitter {
	width: 47%;
	margin: 1% 0% 20Px 0%;
	text-align: center;
}


/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/


.mandataire_banner {
	height: 50px;
	background: #fff;
	margin-bottom: 40px;
}

#mandataires_header_page {
	display: none;
}

.detail_nom_mandataire {
	margin-top: 100px;
	text-align: left;
	color: #E11482;
	font-size: 3em;
	text-transform:uppercase;
	width: 45%;
}


.mandataire_thumbnail {
	width: 50%;
	float: none;
	clear: both;
	margin-left: 25%;
	text-align: center;
}

.mandataire_contenu {
	width: 86%;
	background: #e11482;
	float: none;
	clear: both;
	padding: 15px 2%;
	margin-bottom: 25px;
	margin-left: 5%;
	color: #fff;
}

.mandataire_contenu ul{
	list-style-type: circle;
}

.mandataire_contenu li{
		padding-left: 20px;
		margin-left: 3%;
}

.mandataire_contenu a{
		text-decoration: underline;
		color: #fff;
}



}

@media screen and (max-width: 600px) {
body {
	font-family: Helvetica;
	background-color: #fff;
	width: 100%;
}
/* 0. Règles de base */
.container {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
}
.theme {
	color: #e11482;
	font-weight: bold;
}
.clear {
	clear: both;
}
/*  1. SECTION DU MENU   */ 

nav ul a, .nav2 a {
	text-decoration: none;
}
.slicknav_menu {
	display: block;
}
.menu {
	background-color: #e11482;
	width: 100%;
	min-height: 0px;
	margin: 0;
	position: relative;
	z-index: 999999999 !important;
}
nav {
	margin: 0;
	width: 50%;
	height: 0px;
	background: #e11482;
	float: left;
}
.logo_header {
	width: 100%;
	text-align: center;
	height: 70px;
	float: none;
	z-index: 99999;
}
#menu_center {
	display: none;
	color: #fff;
	height: 0px;
	float: left;
}
.js .slicknav_menu {
	display: block;
}
nav ul {
	font-size: 0.9em;
	text-transform: uppercase;
	padding-top: 20px;
	height: 0px;
}
nav ul a {
	color: #fff;
	width: 100%;
}
nav ul li {
	padding: 5px 10px 3px 10px;
	line-height: 30px;
}
nav ul li:hover {
	text-decoration: underline;
	background: #0084a7;
	width: 100%;
}
nav ul li {
	border-right: 1px solid #fff;
}
nav ul li:last-child {
	border-right: none;
}
/************* MENU DEROULANT ************/


.nav2 a {
	display: block;
	padding: 10px 10px;
}
.nav2 li {
	dislay: block;
	padding: 10px 5px;
}
.nav-item {
	position: relative; /* Crée un contexte de positionnement pour les sous-listes */
}
.sub-nav {
	display: none; /* Masque la sous-liste */
	position: relative; /* Evite que la dimension du conteneur ne change quand la sous-liste est affichée */
	left: 0; /* FIX IE7 : pour que le sous-menu s'aligne avec son conteneur */
	padding-left: 0px;
	background: #e11482; /* FIX IE7 : évite que la sous-liste ne disparaisse au moment où le curseur arrive au-dessus */
	margin-top: -4px; /* Pour que le sous-menu recouvre son parent, facilitant le passage de la souris de l'un à l'autre */
	width: 220px;
	font-size: 0.9em;
	z-index: 9998;
	padding-top: 10px;
	text-align: left;
	overflow: hidden;
}
.nav-item:hover .sub-nav {
	display: block; /* Affiche cette sous-liste au survol de son conteneur */
	width: 100%;
}
.sub-nav-item:hover a {
 *text-decoration:underline;
	background: #e11482;
	width: 100%;
}
/*--- CORRECTION MENU---*/

.nav2 li {
	padding: 5px 5px 3px 0px;
	line-height: 20px;
}
.nav2 li {
	border-right: none;
}
nav ul li:last-child {
	border-right: none;
}
.mini_logo {
	display: block;
	position: absolute;
	padding-top: 5px;
	border: none;
	margin: 0px 0 5px 30px;
}
.style_mini_logo2 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
}
/*
    Mobile Menu Core Style
*/



.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: none;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 2em;
	cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: none;
}
.slicknav_menu .slicknav_icon {
	display: none;
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul, .slicknav_nav li {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_menu:before, .slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both;
}
/* IE6/7 support */
.slicknav_menu {
*zoom: 1;
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size: 16px;
}
/* Button */
.slicknav_btn {
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	height: auto;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
	color: #e11482;
	font-weight: bold;
	text-shadow: none;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #e11482;
}
.slicknav_menu {
	background: #e11482;
	padding: 5px;
}
.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
	color: #e11482;
	width: 100%;
	height: auto;
}
.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 0px;
}
.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_row:hover, .minder:hover .slicknav_item a {
	background: #fff;
	color: #e11482;
}
.minder {
	width: 100%;
	padding: 0;
}
.slicknav_nav a:hover {
	background: #fff;
	color: #e11482;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_parent ul li {
	width: 75%;
}
/*  2. SECTION DU VISUEL DE LA HOMEPAGE  --> FIXE OU SLIDER */

#visuel_principal img {
	width: 100%;
	padding-top: 0px;
}
/*  3. SECTION DES ACTUALITES   */

#actualites {
	width: 100%;
	margin: 0 auto;
}
#actualites_header,
#mandataires_header {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2%;
	text-align: center;
}
#actualites_titre,
#mandataires_titre {
	margin: 0px;
	text-align: center;
	clear: both;
	width: 100%;
}
#actualites_titre_logo,
#mandataires_titre_logo {
	margin: 10px 0 0 0;
	clear: both;
	width: 100%;
}
#actualites_titre_logo img,
#mandataires_titre_logo img {
	width: 75px;
	text-align: center;
	float: none;
	margin: 0;
}
.actualites_titre_texte,
 .mandataires_titre_texte {
	clear: both;
	height: 2em;
	width: 100%;
	line-height: 2em;
	font-size: 1.7em;
	margin: 0;
}
.link_actualites_bouton a {
	clear: both;
	width: 100%;
	margin: 10px 0 20px 0;
	border: 1px solid #000;
	padding: 5px 0;
	text-align: center;
}
.link_actualites_bouton a:hover {
	border: 1px solid #e11482;
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
#actualites_articles, #mandataires_mandataires {
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-right: 0%;
	padding-left: 0;
	float: left;
	background: white;
}
.actualites_article {
	float: left;
	margin: 5px 1%;
	width: 98%;
	text-align: left;
	height: 100%;
}

.mandataires_mandataire {
	float: left;
	margin: 1% 1% 20px 1% ;
	width: 48%;
	text-align: left;
	height: 100%;
}


.actualites_article_illustration{
	display: block;
	width: 48%;
	margin-right: 2%;
	border: none;
	float: left;
}



.actualites_article_abstract {
	width: 45%;
	float: right;
	padding-top: 0px;
	margin-right: 0%;
	margin-left: 2%;
	height: auto;
	min-height: 25px;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}

.mandataire_abstract {
	width: 75%;
	clear: both;
	float: none;
	padding-top: 5px;
	margin-right: 12.5%;
	margin-left: 12.5%;
	height: auto;
	min-height: 85px;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}

.mandataire_abstract .titre_list {
	font-size: 1em;
}


.social_mandataires {
	clear: both;
	float: none;	
	width: 75%;
	margin: 0 0 0 12.5%;
}

.actualites_article_facebook, .actualites_article_twitter {
	float: right;
	width: 15%;
	margin: 10px 5.5% 20Px 3.5%;
	text-align: left;
}
.actualites_article_illustration:hover, .actualites_article_facebook:hover, .actualites_article_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/*  4. SECTION DU DIXIT   */

#dixit_container {
	margin: 0;
	width: 100%;
	background: #eee;
}
#dixit {
	width: 90%;
	background-color: #eee;
	margin-top: 20px;
	text-align: center;
	margin-left: 5%;
}
#dixit_citation {
	float: left;
	width: 100%;
	line-height: 30px;
	font-style: italic;
	color: #333;
	margin-top: 30px;
	text-align: left;
	font-size: 1.1em;
}
#dixit_auteur {
	font-style: normal;
	color: #e11482;
	text-align: right;
	font-size: 0.8em;
	padding-bottom: 10px;
}
.dixit_photo {
	background-color: #eee;
	height: auto;
	width: 100%;
	float: none;
	margin-left: 0%;
}
.dixit_photo img {
	width: 33%;
	margin-top: 30px;
	float: none;
}
/* 5. SECTION DES VIDEOS */



#videos_container {
	margin: 0 auto;
	width: 100%;
}
#videos_header {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2%;
	text-align: center;
}
#videos_titre {
	margin: 0px;
	text-align: center;
	clear: both;
	width: 100%;
}
#videos_titre_logo {
	margin: 0;
	clear: both;
	width: 100%;
}
#videos_titre_logo img {
	width: 100px;
	text-align: center;
	float: none;
	margin: 0;
}
#videos_titre_texte {
	clear: both;
	height: 2em;
	width: 100%;
	line-height: 2em;
	font-size: 2em;
	margin: 0;
}
#videos_bouton a {
	clear: both;
	width: 100%;
	margin: 10px 0 20px 0;
	border: 1px solid #000;
	padding: 5px 0;
	text-align: center;
}
#videos_bouton a:hover {
	border: 1px solid #e11482;
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
#videos {
	clear: both;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 0;
}
.videos_video {
	float: left;
	margin: 15px 1%;
	width: 98%;
	text-align: left;
	height: 100%;
}
.videos_video_abstract {
	width: 48%;
	float: right;
	padding-top: 5px;
	margin-right: 2%;
	height: auto;
	min-height: 65px;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}
.videos_video_illustration {
	display: block;
	width: 48%;
	margin-right: 2%;
	border: none;
	float: left;
}
.videos_video_facebook, .videos_video_twitter {
	float: right;
	width: 15.5%;
	margin: 10px 5.5% 20Px 3.5%;
	text-align: left;
}
.videos_video_illustration:hover, .videos_video_facebook:hover, .videos_video_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 6. SECTION CALL TO ACTION */

#call_to_action_container {
	margin: 0 auto;
	width: 100%;
}
#call_to_action {
	display: block;
	width: 100%;
	background-image: url('img/visuels/visuel_call_to_action.jpg');
	text-align: left;
	padding: 40px 0% 30px 0%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	background-color: #F0EFF5;
	height: auto;
}
#call_accroche {
	font-size: 2em;
	line-height: 1.7em;
	width: 95%;
	text-transform: uppercase;
	height: auto;
	margin: 10px 2.5% 110px 2.5%;
	text-align: center;
	background: rgba(255,255,255,0.5);
}
#call_bouton {
	height: auto;
	width: 100%;
	text-align: center;
}
#call_bouton a {
	display: inline-block;
	border-style: solid;
	border-color: #e11482;
	border-width: 3px;
	color: #e11482;
	text-transform: uppercase;
	font-size: 1.7em;
	padding: 10px;
	background: rgba(255,255,255,0.5);
}
#call_bouton a:hover {
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 7. SECTION RESEAUX SOCIAUX */

#reseaux_sociaux_container {
	margin: 0 auto;
	width: 100%;
}
#reseaux_sociaux {
	background-color: #e11482;
	width: 100%;
	padding: 0;
	height: 100%;
}
#reseaux_sociaux p {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	font-size: 1.5em;
	width: 100%;
	clear: both;
	float: left;
	margin-top: 0px;
}
#reseaux_pictos span {
	*margin-right: 1%;
	*margin-left: 1%;
	width: 100%;
	clear: both;
	margin-bottom: 5px;
	padding-top: 15px;
}
#reseaux_pictos img {
	display: inline;
	height: auto;
	width: 13%;
	margin-top: 0px;
	padding-left: 0;
	margin: 1% 10% 25px 10%;
}
#reseaux_pictos img:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 8. SECTION THEMATIQUES */

#thematiques_container {
	margin: 0 auto;
	width: 100%;
}
#thematiques {
	margin: 0
}
#thematiques_header {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2%;
	text-align: center;
}
#thematiques_titre {
	margin: 0px;
	text-align: center;
	clear: both;
	width: 100%;
}
#thematiques_titre_logo {
	margin: 0;
	clear: both;
	width: 100%;
}
#thematiques_titre_logo img {
	width: 100px;
	text-align: center;
	float: none;
	margin: 0;
}
#thematiques_titre_texte {
	clear: both;
	height: 2em;
	width: 100%;
	line-height: 2em;
	font-size: 2em;
	margin: 0;
}
#thematiques_bouton {
	clear: both;
	text-align: center;
	margin: 15px 0% 30px 0%;
	padding: 0px;
	width: 100%;
}
#thematiques_bouton_recherche {
	display: inline-block;
	background: url('img/pictos/picto_loupe.jpg');
	background-position: center;
	width: 38px;
	height: 38px;
	cursor: pointer;
	border-style: none;
	border-width: 0px;
	vertical-align: top;
}
.thematiques_recherche {
	height: 32px;
	font-size: 1em;
	width: 75%;
}
#thematiques_contenu {
	width: 100%;
	clear: both;
	margin: 0%;
}
.thematique {
	float: left;
	margin: 2%;
	width: 46%;
	font-size: 1em;
	list-style-type: none;
	height: auto;
}
.thematique_picto {
	width: 60px;
	cursor: pointer;
	float: left;
}
.thematique_picto:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
.thematique_titre_spec {
	text-transform: uppercase;
	float: right;
	width: 66%;
	min-height: 60px;
	line-height: 60px;
}
.thematique_titre_spec a {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.thematique_titre_spec a:hover {
	color: #e11482;
}
/* 9. Footer */

#footer {
	background-color: #e11482;
	color: #fff;
*padding-top: 20px;
	margin: 0 auto;
*padding-bottom: 20px;
	width: 100%;
}
#footer_logo {
	text-align: center;
}
#footer_links {
	width: 95%;
	color: #fff;
	margin: 15px 2.5%;
	font-size: 0.8em;
}
.footer_link a {
	color: #fff;
	text-transform: uppercase;
	width: 50%;
	float: left;
	text-align: center;
	margin: 10px 25%;
}
.footer_link a:hover {
	text-decoration: underline;
}
#footer_infos_bottom {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	float: left;
	margin-top: 80px;
	padding-top: 10px;
}
#footer_picto {
	background: white;
	/*Set width/height of the div in 'parent'*/    
	width: 100%;
	margin: 0 auto;
}
#footer_liens_gauche {
	width: 38%;
	color: black;
	text-transform: uppercase;
	float: left;
	margin-left: 2%;
	font-size: 0.7em;
}
#footer_center {
	width: 18%;
	text-align: center;
	float: left;
	margin-top: -60px;
	margin-left: 1%;
}
#footer_liens_droite {
	text-align: right;
	width: 38%;
	margin-right: 2%;
	float: right;
	color: black;
	text-transform: uppercase;
	font-size: 0.7em;
}
#footer_bouton a {
	border-style: solid;
	border-color: #333;
	border-width: 2px;
	padding: 20px;
	text-align: center;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
#footer_bouton {
	text-align: center;
	background: #fff;
	padding-top: 30px;
}
#footer_bottom {
	content: "&nbsp;";
	padding-top: 20px;
	height: 30px;
}
#footer_bouton a:hover {
	border-style: solid;
	border-color: #e11482;
	border-width: 2px;
	padding: 20px;
	text-align: center;
	background: #e11482;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/



.left_column_article {
	padding-top: 0px;
	width: 95%;
	margin-left: 2.5%;
	margin-top: 20px;
	float: left;
	text-align: left;
}
.right_column_article {
	width: 95%;
	margin-left: 2.5%;
	float: left;
	vertical-align: top;
	overflow: hidden;
	padding-top: 60px;
}
.visuel_article {
	height: auto;
	padding-top: 165px;
	display: none;
}
.article_banner,
.mandataires_banner {
	display: none;
	width: 100%;
	line-height: 100%;
	padding-bottom: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 100%;
	height: auto;
}

.page_actualites #actualites_titre, .page_actualites #actualites_header,
.page_mandataires #mandataires_titre, .page_mandataires #mandataires_header  {
	height: 150px;
}

.actualites_titre_texte ul,
.mandataires_titre_texte ul {
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	list-style-type: none;
	text-transform: uppercase;
	color: #e11482;
	width: 100%;
	float: none;
}
.actualites_titre_texte a,
.mandataires_titre_texte a {
	color: #e11482;
	width: 100%;
	float: left;
}
.article_tags {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #444;
	margin-bottom: 15px;
	width: 100%;
	float: left;
	text-align: left;
}
.pink_tag a {
	color: #fff;
	width: auto;
	background: #e11482;
	margin-left: 0;
	padding: 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.9em;
}
.left_column_article .date {
	color: #e11482;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;

	
}
.left_column_article .avant_titre {
	font-family: 'Lato', sans-serif;
	font-size: 1.9em;
	line-height: 1.5em;
	text-align: center;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .avant_titre_list {
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .avant_titre_list_droite {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .titre {
	font-family: 'Lato', sans-serif;
	font-size: 2.0em;
	line-height: 1.2em;
	padding-bottom: 15px;
	text-align: center;
}
.left_column_article .titre_list {
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
}
.left_column_article .titre_list_droite {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	text-align: left;
}
.article_contenu_top {
	content: "&nbsp;";
 *border-style: solid;
 *border-width: 1px;
	width: 100%;
 *height: 80px;
	float: left;
 *background: blue;
}
.article_column_top {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1.5em;
	width: 100%;
	color: #444;
	vertical-align: center;
	float: left;
	padding: 10px 0;
}
.article_contenu {
	vertical-align: top;
	margin-top: 20px;
	width: 100%;
	float: left;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: justify;
}

.article_contenu p {
	margin: 15px 0;
}

.article_column {
	padding-top: 10px;
	float: right;

	width: 100%;
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	color: #444;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #444;
	line-height: 1.8em;
	font-size: 1.2em;
}
.article_column_element {
	padding-top: 10px;
	padding-bottom: 10px;
}
.article_column_element a {
	color: #444;
}
.article_categorie {
	color: #e11482;
	margin-bottom: 30px;
}
.article_categorie ul {
	list-style-type: none;
}
.article_categorie li {
	text-transform: uppercase;
	font-size: 1.4em;
	color: #e11482;
}
.article_categorie a {
	color: #e11482;
}
.article_thumbnail img {
 *border-top-color: #e11482;
 *border-top-width: 10px;
 *border-top-style: solid;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 75%;
	margin-left: 12.5%;
	height: auto;
}
.banner a {
	color: #e11482;
	border-color: #e11482;
}




#actualites_articles_droite {
	clear: both;
	width: 98%;
	padding-left: 2%;
}
.actualites_article_droite {
	float: left;
	width: 100%;
	margin: 20px 0% 25px 0%;
	text-align: left;
	height: 100%;
}


.actualites_article_abstract_droite {
	width: 48%;
	padding-top: 0px;
	height: auto;
	float: right;
	min-height: 120px;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
	margin-bottom: 5px;
	
	}


.actualites_article_abstract_droite .avant_titre_list_droite {
	color: #e11482;
}

.actualites_article_abstract_droite .titre_list_droite {
	font-size: 0.8em;
}

.actualites_article_illustration {
	display: block;
	float: left;
	width: 50%;
	border: none;
}

.mandataires_article_illustration {
	display: block;
	width: 75%;
	margin-right: 0%;
	margin-left: 12.5%;
	border: none;
	float: none;
	text-align: center;
	
}

.actualites_article_illustration:hover, .actualites_article_facebook:hover, .actualites_article_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}

.page_actualites .article_single_social {
	clear: both;
	text-align: center;
	width: 100%;
	margin-left: 0%;
}


.page_actualites .actualites_article_facebook, .page_actualites .actualites_article_twitter {
	float: none;
	width: 20%;
	margin: 10px 14.5% 20Px 14.5%;
	text-align: center;
}

.page_actualites .article_single_social_droite {
	display: none;
	clear: both;
	width: 100%;
	margin-left:0%;
}

.article_single_social_droite_facebook, .article_single_social_droite_twitter {
	width: 47%;
	margin: 1% 0% 20Px 0%;
	text-align: center;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA MANDATAIRES PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA */

.mandataire_banner {
	height: 30px;
	background: #fff;
	margin-bottom: 40px;
}

#mandataires_header_page {
	display: none;
}

.detail_nom_mandataire {
	margin-top: 100px;
	text-align: left;
	color: #E11482;
	font-size: 3em;
	text-transform:uppercase;
	width: 45%;
}


.mandataire_thumbnail {
	width: 100%;
	float: left;
	clear: none;
	margin-left: 0;
	margin: 0;
	text-align: center;
}


.mandataire_contenu {
	width: 80%;
	background: #e11482;
	float: none;
	clear: both;
	padding: 15px 5%;
	margin-bottom: 25px;
	margin-left: 5%;
	color: #fff;
}

.mandataire_contenu ul{
	list-style-type: circle;
}

.mandataire_contenu li{
		padding-left: 20px;
		margin-left: 3%;
}

.mandataire_contenu a{
		text-decoration: underline;
		color: #fff;
}


}

@media screen and (max-width: 479px) {
body {
	font-family: Helvetica;
	background-color: #fff;
	width: 100%;
}
/* 0. Règles de base */
.container {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
}
.theme {
	color: #e11482;
	font-weight: bold;
}
.clear {
	clear: both;
}
/*  1. SECTION DU MENU   */ 

nav ul a, .nav2 a {
	text-decoration: none;
}
.slicknav_menu {
	display: block;
	min-height: 90px;
}
.menu {
	background-color: #e11482;
	min-height: 70px;
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 999999999 !important;
}
nav {
	margin: 0;
	width: 35%;
	background: #e11482;
}
.logo_header {
	width: 100%;
	text-align: center;
	height: 70px;
	float: none;
	z-index: 99999;
}
#menu_center {
	display: none;
	color: #fff;
	height: auto;
	float: left;
}
.js .slicknav_menu {
	display: block;
}
nav ul {
	font-size: 0.9em;
	text-transform: uppercase;
	padding-top: 20px;
}
nav ul a {
	color: #fff;
	width: 100%;
}
nav ul li {
	padding: 5px 10px 3px 10px;
	line-height: 30px;
}
nav ul li:hover {
	text-decoration: underline;
	background: #0084a7;
	width: 100%;
}
nav ul li {
	border-right: 1px solid #fff;
}
nav ul li:last-child {
	border-right: none;
}
/************* MENU DEROULANT ************/


.nav2 a {
	display: block;
	padding: 10px 10px;
}
.nav2 li {
	dislay: block;
	padding: 10px 5px;
}
.nav-item {
	position: relative; /* Crée un contexte de positionnement pour les sous-listes */
}
.sub-nav {
	display: none; /* Masque la sous-liste */
	position: relative; /* Evite que la dimension du conteneur ne change quand la sous-liste est affichée */
	left: 0; /* FIX IE7 : pour que le sous-menu s'aligne avec son conteneur */
	padding-left: 0px;
	background: #e11482; /* FIX IE7 : évite que la sous-liste ne disparaisse au moment où le curseur arrive au-dessus */
	margin-top: -4px; /* Pour que le sous-menu recouvre son parent, facilitant le passage de la souris de l'un à l'autre */
	width: 220px;
	font-size: 0.9em;
	z-index: 9998;
	padding-top: 10px;
	text-align: left;
	overflow: hidden;
}
.nav-item:hover .sub-nav {
	display: block; /* Affiche cette sous-liste au survol de son conteneur */
	width: 100%;
}
.sub-nav-item:hover a {
 *text-decoration:underline;
	background: #e11482;
	width: 100%;
}
/*--- CORRECTION MENU---*/

.nav2 li {
	padding: 5px 5px 3px 0px;
	line-height: 20px;
}
.nav2 li {
	border-right: none;
}
nav ul li:last-child {
	border-right: none;
}
.mini_logo {
	display: block;
	position: absolute;
	padding-top: 5px;
	border: none;
	margin: 0px 0 5px 30px;
}
.style_mini_logo2 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
}
/*
    Mobile Menu Core Style
*/



.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: none;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 2em;
	cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: none;
}
.slicknav_menu .slicknav_icon {
	display: none;
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul, .slicknav_nav li {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_menu:before, .slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both;
}
/* IE6/7 support */
.slicknav_menu {
*zoom: 1;
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size: 16px;
}
/* Button */
.slicknav_btn {
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	height: auto;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
	color: #e11482;
	font-weight: bold;
	text-shadow: none;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #e11482;
}
.slicknav_menu {
	background: #e11482;
	padding: 5px;
}
.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
	color: #e11482;
	width: 100%;
	height: auto;
}
.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 0px;
}
.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_row:hover, .minder:hover .slicknav_item a {
	background: #fff;
	color: #e11482;
}
.minder {
	width: 100%;
	padding: 0;
}
.slicknav_nav a:hover {
	background: #fff;
	color: #e11482;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_parent ul li {
	width: 75%;
}
/*  2. SECTION DU VISUEL DE LA HOMEPAGE  --> FIXE OU SLIDER */

#visuel_principal img {
	width: 100%;
	padding-top: 0px;
}
/*  3. SECTION DES ACTUALITES   */

#actualites {
	width: 100%;
	margin: 0 auto;
}
#actualites_header, #mandataires_header {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2%;
	text-align: center;
}
#actualites_titre,
#mandataires_titre {
	margin: 0px;
	text-align: center;
	clear: both;
	width: 100%;
}

#mandataires_titre {
	margin-top: -20px;
	background: #fff;

}

#actualites_titre_logo,
#mandataires_titre_logo {
	margin: 0;
	clear: both;
	width: 100%;
}
#actualites_titre_logo img,
#mandataires_titre_logo img {
	width: 60px;
	text-align: center;
	float: none;
	margin: 0;
}
.actualites_titre_texte,
.mandataires_titre_texte {
	clear: both;
	height: 1.5em;
	width: 100%;
	line-height: 1.5em;
	font-size: 1.5em;
	margin: 0;
}
.link_actualites_bouton a {
	clear: both;
	width: 75%;
	margin: 10px 12.5% 20px 12.5%;
	border: 1px solid #000;
	padding: 5px 0;
	text-align: center;
}
.link_actualites_bouton a:hover {
	border: 1px solid #e11482;
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
#actualites_articles, #mandataires_mandataires {
	clear: none;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 0;
}
.actualites_article {
	float: left;
	margin: 10px 1%;
	width: 98%;
	text-align: left;
	height: 100%;
}

.mandataires_mandataire {
	float: left;
	margin: 1% 1% 20px 1%;
	width: 98%;
	text-align: left;
	height: 100%;
}

.social_mandataires {
    clear: none;
    float: right;
    margin: 0;
    width: 100%;
}

.actualites_article_illustration {
	display: block;
	width: 100%;
	margin: 0%;
	clear: both;
}

.mandataires_article_illustration {
	display: block;
	width: 48%;
	margin: 0%;
	clear: none;
	float: left;
}

.actualites_article_abstract {
	width: 100%;
	clear: both;
	padding-top: 5px;
	margin: 0%;
	height: auto;
	min-height: auto;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}

.mandataire_abstract {
	width: 47%;
	clear: none;
	float: right;
	padding-top: 5px;
	margin: 0 3% 0 0;
	height: auto;
	min-height: auto;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}
.actualites_article_facebook, .actualites_article_twitter {
	float: right;
	width: 25%;
	margin: 10px 12.5% 20Px 12.5%;
	text-align: left;
}
.actualites_article_illustration:hover, .actualites_article_facebook:hover, .actualites_article_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/*  4. SECTION DU DIXIT   */

#dixit_container {
	margin: 0;
	width: 100%;
	background: #eee;
}
#dixit {
	width: 90%;
	background-color: #eee;
	margin-top: 20px;
	text-align: center;
	margin-left: 5%;
}
#dixit_citation {
	float: left;
	width: 100%;
	line-height: 1.3em;
	font-style: italic;
	color: #333;
	margin-top: 30px;
	text-align: justify;
	font-size: 1.1em;
}
#dixit_auteur {
	font-style: normal;
	color: #e11482;
	text-align: right;
	font-size: 1em;
	padding-bottom: 10px;
}
.dixit_photo {
	background-color: #eee;
	height: auto;
	width: 100%;
	float: none;
	margin-left: 0%;
}
.dixit_photo img {
	width: 50%;
	margin-top: 30px;
	float: none;
}
/* 5. SECTION DES VIDEOS */



#videos_container {
	margin: 0 auto;
	width: 100%;
}
#videos_header {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2%;
	text-align: center;
}
#videos_titre {
	margin: 0px;
	text-align: center;
	clear: both;
	width: 100%;
}
#videos_titre_logo {
	margin: 0;
	clear: both;
	width: 100%;
}
#videos_titre_logo img {
	width: 60px;
	text-align: center;
	float: none;
	margin: 0;
}
#videos_titre_texte {
	clear: both;
	height: 1.5em;
	width: 100%;
	line-height: 1.5em;
	font-size: 1.5em;
	margin: 0;
}
#videos_bouton a {
	clear: both;
	width: 75%;
	margin: 10px 12.5% 20px 12.5%;
	border: 1px solid #000;
	padding: 5px 0;
	text-align: center;
}
#videos_bouton a:hover {
	border: 1px solid #e11482;
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
#videos {
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 0;
}
.videos_video {
	float: left;
	margin: 10px 1%;
	width: 98%;
	text-align: left;
	height: 100%;
}
.videos_video_illustration {
	display: block;
	width: 100%;
	margin: 0%;
	clear: both;
}
.videos_video_abstract {
	width: 100%;
	clear: both;
	padding-top: 5px;
	margin: 0%;
	height: auto;
	min-height: auto;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}
.videos_video_facebook, .videos_video_twitter {
	float: right;
	width: 25%;
	margin: 10px 12.5% 20Px 12.5%;
	text-align: left;
}
.videos_video_illustration:hover, .videos_video_facebook:hover, .videos_video_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 6. SECTION CALL TO ACTION */

#call_to_action_container {
	margin: 0 auto;
	width: 100%;
}
#call_to_action {
	display: block;
	width: 100%;
	background-image: url('img/visuels/visuel_call_to_action.jpg');
	text-align: left;
	padding: 20px 0% 130px 0%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	background-color: #F0EFF5;
	height: auto;
}
#call_accroche {
	font-size: 1.4em;
	line-height: 1.3em;
	width: 95%;
	text-transform: uppercase;
	height: auto;
	margin: 10px 2.5% 20px 2.5%;
	text-align: center;
	background: rgba(255,255,255,0.5);
}
#call_bouton {
	height: auto;
	width: 100%;
	text-align: center;
}
#call_bouton a {
	display: inline-block;
	border-style: solid;
	border-color: #e11482;
	border-width: 3px;
	color: #e11482;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 10px;
	background: rgba(255,255,255,0.5);
}
#call_bouton a:hover {
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 7. SECTION RESEAUX SOCIAUX */

#reseaux_sociaux_container {
	margin: 0 auto;
	width: 100%;
}
#reseaux_sociaux {
	background-color: #e11482;
	width: 100%;
	padding: 0;
	height: auto;
}
#reseaux_sociaux p {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	font-size: 1.5em;
	width: 100%;
	clear: both;
	float: left;
	margin-top: 0px;
}
#reseaux_pictos span {
	margin-right: 1%;
	margin-left: 1%;
	width: 98%;
	clear: both;
	margin-bottom: 5px;
	padding-top: 15px;
}
#reseaux_pictos img {
	display: inline;
	height: auto;
	width: 13%;
	margin-top: 0px;
	padding-left: 0;
	margin: 1% 10% 25px 10%;
}
#reseaux_pictos img:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 8. SECTION THEMATIQUES */

#thematiques_container {
	margin: 0 auto;
	width: 100%;
}
#thematiques {
	margin: 0
}
#thematiques_header {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2%;
	text-align: center;
}
#thematiques_titre {
	margin: 0px;
	text-align: center;
	clear: both;
	width: 100%;
}
#thematiques_titre_logo {
	margin: 0;
	clear: both;
	width: 100%;
}
#thematiques_titre_logo img {
	width: 60px;
	text-align: center;
	float: none;
	margin: 0;
}
#thematiques_titre_texte {
	clear: both;
	height: 1.5em;
	width: 100%;
	line-height: 1.5em;
	font-size: 1.5em;
	margin: 0;
}
#thematiques_bouton {
	clear: both;
	text-align: center;
	margin: 15px 12.5% 30px 12.5%;
	padding: 0px;
	width: 75%;
}
#thematiques_bouton_recherche {
	display: inline-block;
	background: url('img/pictos/picto_loupe.jpg');
	background-position: center;
	width: 38px;
	height: 38px;
	cursor: pointer;
	border-style: none;
	border-width: 0px;
	vertical-align: top;
}
.thematiques_recherche {
	height: 32px;
	font-size: 1em;
	width: 75%;
}
#thematiques_contenu {
	width: 100%;
	clear: both;
	margin: 0%;
}
.thematique {
	float: left;
	margin: 15px 15%;
	width: 70%;
	font-size: 1em;
	list-style-type: none;
	height: auto;
}
.thematique_picto {
	cursor: pointer;
	float: left;
	height: 50px;
	width: 50px;
	padding: 0;
}
.thematique_picto:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
.thematique_titre_spec {
	text-transform: uppercase;
	float: right;
	width: 75%;
	min-height: 50px;
	line-height: 50px;
}
.thematique_titre_spec a {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.thematique_titre_spec a:hover {
	color: #e11482;
}
/* 9. Footer */

#footer {
	background-color: #e11482;
	color: #fff;
*padding-top: 20px;
	margin: 0 auto;
*padding-bottom: 20px;
	width: 100%;
}
#footer_logo {
	text-align: center;
}
#footer_links {
	width: 95%;
	color: #fff;
	margin: 15px 2.5%;
	font-size: 0.8em;
}
.footer_link a {
	color: #fff;
	text-transform: uppercase;
	width: 50%;
	float: left;
	text-align: center;
	margin: 10px 25%;
}
.footer_link a:hover {
	text-decoration: underline;
}
#footer_infos_bottom {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	float: left;
	margin-top: 20px;
	padding-top: 10px;
}
#footer_picto {
	background: white;
	/*Set width/height of the div in 'parent'*/    
	width: 100%;
	margin: 0 auto;
}
#footer_picto div {
	width: 100%;
	margin: 10px auto;
}
#footer_liens_gauche {
	float: left;
	padding: 0 0 25px 0;
	font-size: 0.7em;
	text-align: center;
}
#footer_liens_droite {
	display: none;
}
#footer_center {
	text-align: center;
	float: right;
	margin: 0px;
}
#footer_bouton a {
	border: 1px solid #333;
	padding: 10px;
	text-align: center;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	font-size: 0.9em;
	height: auto;
	margin: 0;
	display: inline-block;
	width: 80%;
}
#footer_bouton {
	text-align: center;
	background: #fff;
	padding-top: 30px;
}
#footer_bottom {
	content: "&nbsp;";
	padding-top: 0px;
	height: 30px;
}
#footer_bouton a:hover {
	border-style: solid;
	border-color: #e11482;
	border-width: 1px;
	padding: 10px;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ARTICLE (SINGLE) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/



.left_column_article {
	padding-top: 0px;
	width: 95%;
	margin-left: 2.5%;
	margin-top: 20px;
	float: left;
	text-align: left;
}
.right_column_article {
	width: 95%;
	margin-left: 2.5%;
	float: left;
	vertical-align: top;
	overflow: hidden;
	padding-top: 60px;
}
.visuel_article {
	height: auto;
	padding-top: 80px;
}
.article_banner,
.mandataires_banner {
	display: none;
	width: 100%;
	line-height: 100%;
	padding-bottom: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 100%;
	height: auto;
}

.page_actualites #actualites_titre, .page_actualites #actualites_header,
.page_mandataires #mandataires_titre, .page_mandataires #mandataires_header  {
	height: 100px;
}

.actualites_titre_texte ul,
.mandataires_titre_texte ul {
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	list-style-type: none;
	text-transform: uppercase;
	color: #e11482;
	width: 100%;
	float: none;
}
.actualites_titre_texte a,
.mandataires_titre_texte a {
	color: #e11482;
	width: 100%;
	float: left;
}
.article_tags {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #444;
	margin-bottom: 15px;
	width: 100%;
	float: left;
	text-align: left;
}
.pink_tag a {
	color: #fff;
	width: auto;
	background: #e11482;
	margin-left: 0;
	padding: 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.9em;
}
.left_column_article .date {
	color: #e11482;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;

	
}
.left_column_article .avant_titre {
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .avant_titre_list {
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .avant_titre_list_droite {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	text-align: left;
	color: #e11482;
	text-transform: uppercase;
	margin-top: 10px;
}
.left_column_article .titre {
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: left;
	padding-bottom: 15px;
}
.left_column_article .titre_list {
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
}
.left_column_article .titre_list_droite {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	text-align: left;
}
.article_contenu_top {
	content: "&nbsp;";
 *border-style: solid;
 *border-width: 1px;
	width: 100%;
 *height: 80px;
	float: left;
 *background: blue;
}
.article_column_top {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1.5em;
	width: 100%;
	color: #444;
	vertical-align: center;
	float: left;
	padding: 10px 0;
}
.article_contenu {
	vertical-align: top;
	margin-top: 20px;
	width: 100%;
	float: left;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: justify;
}

.article_contenu p {
	margin: 15px 0;
}

.article_column {
	padding-top: 10px;
	float: right;

	width: 100%;
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	color: #444;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #444;
	line-height: 1.8em;
	font-size: 1.2em;
}
.article_column_element {
	padding-top: 10px;
	padding-bottom: 10px;
}
.article_column_element a {
	color: #444;
}
.article_categorie {
	color: #e11482;
	margin-bottom: 30px;
}
.article_categorie ul {
	list-style-type: none;
}
.article_categorie li {
	text-transform: uppercase;
	font-size: 1.4em;
	color: #e11482;
}
.article_categorie a {
	color: #e11482;
}
.article_thumbnail img {
 *border-top-color: #e11482;
 *border-top-width: 10px;
 *border-top-style: solid;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 75%;
	margin-left: 12.5%;
	height: auto;
}
.banner a {
	color: #e11482;
	border-color: #e11482;
}




#actualites_articles_droite {
	clear: both;
	width: 98%;
	padding-left: 2%;
}
.actualites_article_droite {
	float: left;
	width: 100%;
	margin: 20px 0% 15px 0%;
	text-align: left;
	height: 100%;
}


.actualites_article_abstract_droite {
	width: 75%;
	margin-left: 12.5%;
	padding-top: 5px;
	height: auto;
	float: none;
	min-height: 5px;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
	margin-bottom: 10px;
	
	}


.actualites_article_abstract_droite .avant_titre_list_droite {
	color: #e11482;
}

.actualites_article_abstract_droite .titre_list_droite {
	font-size: 0.8em;
}

.actualites_article_illustration {
	display: block;
	float: none;
	text-align: center;
	width: 100%;
	margin-left: 0%;
	border: none;
}

.actualites_article_abstract {
	width: 100%;
	clear: both;
	padding: 5px 0 0 0;
	margin: 0%;
	height: auto;
	min-height: auto;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}

.mandataires_article_illustration {
	display: block;
	float: left;
	text-align: center;
	width: 48%;
	margin-left: 0%;
	margin-right: 2%;
	border: none;
}

.actualites_article_illustration:hover, .actualites_article_facebook:hover, .actualites_article_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}

.page_actualites .article_single_social {
	clear: both;
	text-align: center;
	width: 100%;
	margin-left: 0%;
}


.page_actualites .actualites_article_facebook, .page_actualites .actualites_article_twitter {
	float: none;
	width: 20%;
	margin: 10px 14.5% 20Px 14.5%;
	text-align: center;
}

.page_actualites .article_single_social_droite {
	display: none;
	clear: both;
	width: 100%;
	margin-left:0%;
}

.article_single_social_droite_facebook, .article_single_social_droite_twitter {
	width: 47%;
	margin: 1% 0% 20Px 0%;
	text-align: center;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  MANDATAIRE PAGE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/



}

@media screen and (max-width: 320px) {
body {
	font-family: Helvetica;
	background-color: #fff;
	width: 100%;
}
/* 0. Règles de base */
.container {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
}
.theme {
	color: #e11482;
	font-weight: bold;
}
.clear {
	clear: both;
}
/*  1. SECTION DU MENU   */ 

nav ul a, .nav2 a {
	text-decoration: none;
}
.slicknav_menu {
	display: block;
}
.menu {
	background-color: #e11482;
	height: 0px;
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 999999999 !important;
}
nav {
	margin: 0;
	width: 100%;
	background: #e11482;
}
.logo_header {
	width: 100%;
	text-align: center;
	height: 70px;
	float: none;
	z-index: 99999;
}
#menu_center {
	display: none;
	color: #fff;
	height: auto;
	float: left;
}
.js .slicknav_menu {
	display: block;
}
nav ul {
	font-size: 0.9em;
	text-transform: uppercase;
	padding-top: 20px;
}
nav ul a {
	color: #fff;
	width: 100%;
}
nav ul li {
	padding: 5px 10px 3px 10px;
	line-height: 30px;
}
nav ul li:hover {
	text-decoration: underline;
	background: #0084a7;
	width: 100%;
}
nav ul li {
	border-right: 1px solid #fff;
}
nav ul li:last-child {
	border-right: none;
}
/************* MENU DEROULANT ************/


.nav2 a {
	display: block;
	padding: 10px 10px;
}
.nav2 li {
	dislay: block;
	padding: 10px 5px;
}
.nav-item {
	position: relative; /* Crée un contexte de positionnement pour les sous-listes */
}
.sub-nav {
	display: none; /* Masque la sous-liste */
	position: relative; /* Evite que la dimension du conteneur ne change quand la sous-liste est affichée */
	left: 0; /* FIX IE7 : pour que le sous-menu s'aligne avec son conteneur */
	padding-left: 0px;
	background: #e11482; /* FIX IE7 : évite que la sous-liste ne disparaisse au moment où le curseur arrive au-dessus */
	margin-top: -4px; /* Pour que le sous-menu recouvre son parent, facilitant le passage de la souris de l'un à l'autre */
	width: 220px;
	font-size: 0.9em;
	z-index: 9998;
	padding-top: 10px;
	text-align: left;
	overflow: hidden;
}
.nav-item:hover .sub-nav {
	display: block; /* Affiche cette sous-liste au survol de son conteneur */
	width: 100%;
}
.sub-nav-item:hover a {
 *text-decoration:underline;
	background: #e11482;
	width: 100%;
}
/*--- CORRECTION MENU---*/

.nav2 li {
	padding: 5px 5px 3px 0px;
	line-height: 20px;
}
.nav2 li {
	border-right: none;
}
nav ul li:last-child {
	border-right: none;
}
.mini_logo {
	display: block;
	position: absolute;
	padding-top: 5px;
	border: none;
	margin: 0px 0 5px 30px;
}
.style_mini_logo2 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
}
/*
    Mobile Menu Core Style
*/



.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: none;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 2em;
	cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: none;
}
.slicknav_menu .slicknav_icon {
	display: none;
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul, .slicknav_nav li {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_menu:before, .slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both;
}
/* IE6/7 support */
.slicknav_menu {
*zoom: 1;
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size: 16px;
}
/* Button */
.slicknav_btn {
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	height: auto;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
	color: #e11482;
	font-weight: bold;
	text-shadow: none;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #e11482;
}
.slicknav_menu {
	background: #e11482;
	padding: 5px;
}
.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
	color: #e11482;
	width: 100%;
	height: auto;
}
.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 0px;
}
.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_row:hover, .minder:hover .slicknav_item a {
	background: #fff;
	color: #e11482;
}
.minder {
	width: 100%;
	padding: 0;
}
.slicknav_nav a:hover {
	background: #fff;
	color: #e11482;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_parent ul li {
	width: 75%;
}
/*  2. SECTION DU VISUEL DE LA HOMEPAGE  --> FIXE OU SLIDER */

#visuel_principal img {
	width: 100%;
	padding-top: 70px;
}
/*  3. SECTION DES ACTUALITES   */

#actualites {
	width: 100%;
	margin: 0 auto;
}
#actualites_header,
#mandataires_header {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2%;
	text-align: center;
}
#actualites_titre,
#mandataires_titre {
	margin: 0px;
	text-align: center;
	clear: both;
	width: 100%;
}
#actualites_titre_logo,
#mandataires_titre_logo {
	margin: 0;
	clear: both;
	width: 100%;
}
#actualites_titre_logo img,
#mandataires_titre_logo img {
	width: 60px;
	text-align: center;
	float: none;
	margin: 0;
}
.actualites_titre_texte,
.mandataires_titre_texte {
	clear: both;
	height: 1.5em;
	width: 100%;
	line-height: 1.5em;
	font-size: 1.5em;
	margin: 0;
}
.link_actualites_bouton a {
	clear: both;
	width: 75%;
	margin: 10px 12.5% 20px 12.5%;
	border: 1px solid #000;
	padding: 5px 0;
	text-align: center;
}
.link_actualites_bouton a:hover {
	border: 1px solid #e11482;
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
#actualites_articles {
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 0;
}
.actualites_article {
	float: left;
	margin: 5px 1%;
	width: 98%;
	text-align: left;
	height: 100%;
}

#mandataires_mandataires {
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 0;
}
.mandataire_mandataire {
	float: left;
	margin: 5px 1%;
	width: 98%;
	text-align: left;
	height: 100%;
}

.social_mandataires {
    clear: both;
    float: none;
    margin: 0 0 0 12.5%;
    width: 75%;
}


.actualites_article_illustration {
	display: block;
	width: 100%;
	margin: 0%;
	clear: both;
}

.mandataires_article_illustration {
	display: block;
	width: 75%;
	margin: 0 0 0 12.5%;
	clear: both;
	float: none;
}

.mandataire_abstract {
	width: 75%;
	clear: both;
	float: none;
	padding-top: 5px;
	margin: 0 0 0 12.5%;
	height: auto;
	min-height: auto;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}

.social_mandataire {
	width: 75%;
	clear: both;
	float: none;
	padding-top: 5px;
	margin: 0 0 0 12.5%;
}

.actualites_article_abstract {
	width: 100%;
	clear: both;
	padding: 5px 0 0 0;
	margin: 0%;
	height: auto;
	min-height: auto;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}
.actualites_article_facebook, .actualites_article_twitter {
	float: right;
	width: 25%;
	margin: 10px 12.5% 20Px 12.5%;
	text-align: left;
}
.actualites_article_illustration:hover, .actualites_article_facebook:hover, .actualites_article_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/*  4. SECTION DU DIXIT   */

#dixit_container {
	margin: 0;
	width: 100%;
	background: #eee;
}
#dixit {
	width: 90%;
	background-color: #eee;
	margin-top: 20px;
	text-align: center;
	margin-left: 5%;
}
#dixit_citation {
	float: left;
	width: 100%;
	line-height: 1.3em;
	font-style: italic;
	color: #333;
	margin-top: 30px;
	text-align: justify;
	font-size: 0.8em;
	font-weight: bold;
}
#dixit_auteur {
	font-style: normal;
	color: #e11482;
	text-align: right;
	font-size: 1em;
	padding-bottom: 10px;
}
.dixit_photo {
	background-color: #eee;
	height: auto;
	width: 100%;
	float: none;
	margin-left: 0%;
}
.dixit_photo img {
	width: 50%;
	margin-top: 30px;
	float: none;
}
/* 5. SECTION DES VIDEOS */



#videos_container {
	margin: 0 auto;
	width: 100%;
}
#videos_header {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2%;
	text-align: center;
}
#videos_titre {
	margin: 0px;
	text-align: center;
	clear: both;
	width: 100%;
}
#videos_titre_logo {
	margin: 0;
	clear: both;
	width: 100%;
}
#videos_titre_logo img {
	width: 60px;
	text-align: center;
	float: none;
	margin: 0;
}
#videos_titre_texte {
	clear: both;
	height: 1.5em;
	width: 100%;
	line-height: 1.5em;
	font-size: 1.5em;
	margin: 0;
}
#videos_bouton a {
	clear: both;
	width: 75%;
	margin: 10px 12.5% 20px 12.5%;
	border: 1px solid #000;
	padding: 5px 0;
	text-align: center;
}
#videos_bouton a:hover {
	border: 1px solid #e11482;
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
#videos {
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 0;
}
.videos_video {
	float: left;
	margin: 5px 1%;
	width: 98%;
	text-align: left;
	height: 100%;
}
.videos_video_illustration {
	display: block;
	width: 100%;
	margin: 0%;
	clear: both;
}
.videos_video_abstract {
	width: 100%;
	clear: both;
	padding-top: 5px;
	margin: 0%;
	height: auto;
	min-height: auto;
	line-height: 1.3em;
	text-align: justify;
	overflow: hidden;
}
.videos_video_facebook, .videos_video_twitter {
	float: right;
	width: 25%;
	margin: 10px 12.5% 20Px 12.5%;
	text-align: left;
}
.videos_video_illustration:hover, .videos_video_facebook:hover, .videos_video_twitter:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 6. SECTION CALL TO ACTION */

#call_to_action_container {
	margin: 0 auto;
	width: 100%;
}
#call_to_action {
	display: block;
	width: 100%;
	background-image: url('img/visuels/visuel_call_to_action.jpg');
	text-align: left;
	padding: 20px 0% 130px 0%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	background-color: #F0EFF5;
	height: auto;
}
#call_accroche {
	font-size: 1.4em;
	line-height: 1.3em;
	width: 95%;
	text-transform: uppercase;
	height: auto;
	margin: 10px 2.5% 20px 2.5%;
	text-align: center;
	background: rgba(255,255,255,0.5);
}
#call_bouton {
	height: auto;
	width: 100%;
	text-align: center;
}
#call_bouton a {
	display: inline-block;
	border-style: solid;
	border-color: #e11482;
	border-width: 3px;
	color: #e11482;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 10px;
	background: rgba(255,255,255,0.5);
}
#call_bouton a:hover {
	background: #e11482;
	color: #fff;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 7. SECTION RESEAUX SOCIAUX */

#reseaux_sociaux_container {
	margin: 0 auto;
	width: 100%;
}
#reseaux_sociaux {
	background-color: #e11482;
	width: 100%;
	padding: 0;
	height: auto;
}
#reseaux_sociaux p {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	font-size: 1.5em;
	width: 100%;
	clear: both;
	float: left;
	margin-top: 0px;
}
#reseaux_pictos span {
	margin-right: 1%;
	margin-left: 1%;
	width: 98%;
	clear: both;
	margin-bottom: 5px;
	padding-top: 15px;
}
#reseaux_pictos img {
	display: inline;
	height: auto;
	width: 13%;
	margin-top: 0px;
	padding-left: 0;
	margin: 1% 10% 25px 10%;
}
#reseaux_pictos img:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
/* 8. SECTION THEMATIQUES */

#thematiques_container {
	margin: 0 auto;
	width: 100%;
}
#thematiques {
	margin: 0
}
#thematiques_header {
	margin-top: 5px;
	padding: 0px;
	height: 100px;
	width: 96%;
	margin-left: 2%;
	text-align: center;
}
#thematiques_titre {
	margin: 0px;
	text-align: center;
	clear: both;
	width: 100%;
}
#thematiques_titre_logo {
	margin: 0;
	clear: both;
	width: 100%;
}
#thematiques_titre_logo img {
	width: 60px;
	text-align: center;
	float: none;
	margin: 0;
}
#thematiques_titre_texte {
	clear: both;
	height: 1.5em;
	width: 100%;
	line-height: 1.5em;
	font-size: 1.5em;
	margin: 0;
}
#thematiques_bouton {
	clear: both;
	text-align: center;
	margin: 15px 12.5% 30px 12.5%;
	padding: 0px;
	width: 75%;
}
#thematiques_bouton_recherche {
	display: inline-block;
	background: url('img/pictos/picto_loupe.jpg');
	background-position: center;
	width: 38px;
	height: 38px;
	cursor: pointer;
	border-style: none;
	border-width: 0px;
	vertical-align: top;
}
.thematiques_recherche {
	height: 32px;
	font-size: 1em;
	width: 75%;
}
#thematiques_contenu {
	width: 100%;
	clear: both;
	margin: 0%;
}
.thematique {
	float: left;
	margin: 15px 5%;
	width: 90%;
	font-size: 1em;
	list-style-type: none;
	height: auto;
}
.thematique_picto {
	cursor: pointer;
	float: left;
	height: 50px;
	width: 50px;
	padding: 0;
}
.thematique_picto:hover {
	opacity: 0.8;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
.thematique_titre_spec {
	text-transform: uppercase;
	float: right;
	width: 75%;
	min-height: 50px;
	line-height: 50px;
}
.thematique_titre_spec a {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.thematique_titre_spec a:hover {
	color: #e11482;
}
/* 9. Footer */

#footer {
	background-color: #e11482;
	color: #fff;
*padding-top: 20px;
	margin: 0 auto;
*padding-bottom: 20px;
	width: 100%;
}
#footer_logo {
	text-align: center;
}
#footer_links {
	width: 95%;
	color: #fff;
	margin: 15px 2.5%;
	font-size: 0.8em;
}
.footer_link a {
	color: #fff;
	text-transform: uppercase;
	width: 50%;
	float: left;
	text-align: center;
	margin: 10px 25%;
}
.footer_link a:hover {
	text-decoration: underline;
}
#footer_infos_bottom {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	float: left;
	margin-top: 20px;
	padding-top: 10px;
}
#footer_picto {
	background: white;
	/*Set width/height of the div in 'parent'*/    
	width: 100%;
	margin: 0 auto;
}
#footer_picto div {
	width: 100%;
	margin: 10px auto;
}
#footer_liens_gauche {
	float: left;
	padding: 0 0 25px 0;
	font-size: 0.7em;
	text-align: center;
}
#footer_liens_droite {
	display: none;
}
#footer_center {
	text-align: center;
	float: right;
	margin: 0px;
}
#footer_bouton a {
	border: 1px solid #333;
	padding: 10px;
	text-align: center;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	font-size: 0.9em;
	height: auto;
	margin: 0;
	display: inline-block;
	width: 80%;
}
#footer_bouton {
	text-align: center;
	background: #fff;
	padding-top: 30px;
}
#footer_bottom {
	content: "&nbsp;";
	padding-top: 0px;
	height: 30px;
}
#footer_bouton a:hover {
	border-style: solid;
	border-color: #e11482;
	border-width: 1px;
	padding: 10px;
}


}
