@charset "ISO-8859-1";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Arvo);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400, 600,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

html, body {
	height: 100%;
}
body {
	margin:0;
	padding:0;
	font-size:100%;
	-webkit-text-size-adjust: 100%;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}
img {
	border:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;

}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/*********************************/
/********** STYLES ***************/
/*********************************/
h1,
.petit_titre,
.moyen_titre,
.gros_titre {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	color:#eb2128;
	text-transform:uppercase;
}
.titre {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

h1,
.gros_titre {
	font-size:1.8em;
	font-weight:300;
	margin:30px 0 20px;
	border-bottom:solid 1px #eb2128;
	display: block;
}

h1 strong,
.gros_titre strong {
	font-weight:400;
}

.petit_titre { font-size:18px; line-height:20px;  font-weight:normal; }
.moyen_titre { font-size:24px; line-height:26px;  font-weight:normal; }
.gros_titre { line-height:32px; }

.mini_texte { font-size:11px; font-weight:bold; }
.petit_texte { font-size:12px; }
.moyen_texte { font-size:16px; line-height:20px; }
.gros_texte { font-size:20px; line-height:24px; }

.gras{ font-weight:bold; }

a{
	color:#5a6a90;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p { line-height:1.30em; }

table p { margin:0; }

.blocRouge 	{color:#fff; background-color:#eb2128;}
.blocJaune 	{color:#000; background-color:#fad606;}
.blocNoir 	{color:#fff; background-color:#000;}


.bleufonce, .bleufonce div, .bleufonce span { color:#2c597b !important; }
.grispale, .grispale div, .grispale span { color:#C9C9C9 !important; }
.bleu, .bleu div, .bleu span { color:#0eaee3 !important; }
.rouge, .rouge div, .rouge span { color:#eb2128 !important; }
.orange, .orange div, .orange span { color:#eb4c0e !important; }
.jaune, .jaune div, .jaune span { color:#FED501 !important; }

iframe {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
}

hr{
	height: 1px;
	border: 0;
	border-top:solid 1px #757e89;
}

/*********************************/

.clear { clear:both; }

.wrap,
#wrapper {
	width:100%;
	max-width:100%;
	min-width:320px;
	margin:0 auto;
	position:relative;
}
#wrapper {
	min-width:1100px;
	min-height: 100%;
}

.wrap {
	max-width:1100px;
}

#image_entete{
	width:100%;
	height:495px;
	overflow:hidden;
	position:relative;
	color:#fff;
}
.slide {
	height:495px;
	width:100%;
	overflow:hidden;
}
#image_entete_index {
	position:relative;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}
#image_entete img{
	width:100%;
	min-height:100%;
}
.slide-pager {
	position:absolute;
	bottom:0;
	right:0;
	z-index:99999;
	padding:0;
	margin:0 6px;
}
.slide-pager li {
	display:inline;
	list-style:none;
	font-size:2.2em;
	padding:0 2px
}
.slide-pager li a {
	color:#eb2128;
	text-shadow: 0 0 20px #454545;
}
.slide-pager li.activeSlide a {
	color:#fff;
}
.slide-pager li a:hover {
	text-decoration:none;
}

.slide .bandeau_texte {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font-size:2.5em;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform:uppercase;
	text-shadow: 0 0 25px #000000;
	margin-top:30px;
}
.slide .bandeau_texte p {
	margin-bottom:10px;
}
.slide .bandeau_texte .gros_titre {font-size:3em; line-height:normal font-weight: 300; border:none;}
.slide .bandeau_texte .moyen_titre {font-size:2em; line-height:normal; font-weight: 300;}
.slide .bandeau_texte .petit_titre {font-size:1.5em; line-height:normal;}
.slide .bandeau_legende {
	background:url('../images/black_fonce.png') repeat;
	position:absolute;
	bottom:0;
	left:0;
	width:300px;
	text-align:left;
	padding:12px 15px;
	font-size:0.8em;
}
.slide .bandeau_legende strong {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:1.2em;
}


.slideKeywords {
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	text-align:center;
}
.slideKeywords li {
	width:100%;
}




/*********** HEADER ****************/


.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

.transparentBg {
	opacity:0.2;
	filter: alpha(opacity=20);
}

header {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:20;
}

#mainHeader {
	background:#fff;
	position:relative;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}
#mainHeader,
#mainHeader .wrap {
	height:112px;
}

#logo {
	float:left;
	margin:20px 0 0 0;
}

#menuutilitaire {
	text-align:right;
	width:100%;
	height:29px;
	color:#58595b;
	font-size: 0.8em;
	padding-top:8px;
	z-index: 9999;
}

#menuutilitaire ul {
	margin:4px 0 0;
	padding:0;
	list-style-type:none;
	float:right;
}

#menuutilitaire ul li {
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
}

#menuutilitaire ul li a {
	color:#58595b;
	text-decoration:none;
	font-weight: bold;
}
#menuutilitaire ul li:hover a{
	color:#eb2128;
}

#recherche {
	text-align:right;
	border:solid 1px #c9c9c9;
	display:inline-block;
	-webkit-box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,0.05);
	box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,0.05);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


#recherche input {
	border:solid 0px !important;
	background:transparent !important;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding:4px 5px 2px 10px !important;
	margin:0px !important;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#recherche input.rechercheField {
	width:150px;
}


#recherche input:focus {
	outline: none;
}

#recherche input.rechercheSubmit {
	background:url(../images/magnifier.png) no-repeat bottom center !important;
	width:30px;
	height:20px;
}


#choix_langue{
	cursor: pointer;
	position:relative;
	z-index:110;
	color:#005380;
	font-weight: bold;
}
#choix_langue .closed {
	display:inline;
}
#choix_langue .opened {
	display:none;
}
#choix_langue.active .closed {
	display:none;
}
#choix_langue.active .opened {
	display:inline;
}

#choix_langue_select{
	margin-top:6px;
	width:120px;
	text-align:right;
	display:none;
	position:absolute;
	right:0px;
	background:#44555d;
	height:auto;
	padding:3px 0 6px;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
	z-index:99999;

}

#choix_langue_select a{
	color:#fff !important;
	padding:2px 5px;
	display:block;
}

#choix_langue_select a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#eb2128;
}

#choix_langue_select div{
	cursor:pointer;
	margin-top:3px;
	font-size:13px;
}

#choix_langue_select div.active{
	font-weight:bold;
}

#choix_langue_select div:hover{
}

/******** MENU PRINCIPAL *************/

#menuprincipal {
	position:relative;
	z-index:1000;
	text-transform:uppercase;
	text-align:right;
	position:absolute;
	bottom:9px;
	right:-5px;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	z-index: 1;
}
#menuprincipal > ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menuprincipal > ul > li {
	position:relative;
	margin:0 0 0 8px;
	padding:0;
	display:inline-block;
	text-align: center;
	height:35px;
}


#menuprincipal ul li a{
	white-space:nowrap;
}

#menuprincipal > ul > li:hover > a.sousmenu{
}


#menuprincipal > ul > li > ul > li a:hover{
}

#menuprincipal > ul > li > a {
	font-size:1.05em;
	display:block;
	color:#000;
	text-decoration:none;
	padding:10px 5px 10px;
	height:24px;
}

#menuprincipal > ul > li:hover > a{
	border-bottom:solid 5px #ed1c24;
	padding-bottom:5px;
	color:#6d6e71;
}

#menuprincipal ul li:hover a {
}



#menuprincipal ul li ul {
	display:none;
	position:absolute;
	width:100%;
	left:0;
	top:44px;
	padding:0 0 0;
	text-align:left;
	list-style-type:none;
	font-size: 1.1em;
	min-width:200px;
	opacity:1;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}
#menuprincipal ul li:hover ul {
	display:block;
	background:#ddd;
}
#menuprincipal ul li:hover ul li.sousmenu {
	background-color:#FAD606;
}


#menuprincipal ul li ul li {
	margin:0;
	padding:0;
	float:none;
	text-align:left;
}

#menuprincipal ul li ul li a,
#menuprincipal ul li:hover ul li a {
	font-weight:normal;
	display:block;
	text-transform:none;
	text-decoration:none;
	line-height:normal;
	font-size:0.9em;
	font-weight:bold;
	color:#444;
	padding:8px 15px;
}



#menuprincipal ul li ul li a.sousmenu,
#menuprincipal ul li:hover ul li a.sousmenu {
	color:#000 !important;
	background: none !important;
	padding-bottom:0px;
	padding-top:6px;�
	cursor:normal !important;
}

#menuprincipal ul li ul li a:hover {
	color:#fff;
	background-color:#eb2128;
}




#menuprincipal ul li ul li ul {
	position:relative;
	top:inherit;
	background:inherit !important;
	font-size: 0.9em;
	padding-bottom:4px;
}
#menuprincipal ul li ul li ul li {
	border-bottom: none;
}

#menuprincipal ul li ul li ul li a,
#menuprincipal ul li:hover ul li ul li a {
	color:#b3c9d9;
	cursor:pointer;
	padding-top:0px;
	padding-bottom:2px;
}


#menuprincipal ul li ul li ul li a:hover,
#menuprincipal ul li:hover ul li ul li a:hover {
	color:#fff;
}





/********* CONTAINER **************/
#container {
	margin:0 auto;
	padding:0px;
	text-align: justify;
	padding-bottom: 600px;
	z-index:10;
	position: relative;
}
#container.reductedFooter {
	padding-bottom: 60px;
}

#contenu {
	text-align: justify;
	margin-bottom:20px;
}

#contenu > p{
	padding:0;
	margin-top:0;
}

#contenu article{
	padding:10px 0;
}


.margin {
	padding:20px 25px 20px;
}


#sidebar {
	padding:50px 25px 35px;
}

#sidebarLayout {
	background:url('../images/blue.png') repeat-y right;
	width:100%;
}

#sidebarLayout #contenu {
	width:775px;
	float:left;
}

#sidebarLayout #sidebar {
	width:350px;
	float:right;
}


#sidebar .gros_titre { font-size:40px; font-weight:bold; text-transform:uppercase; }
#sidebar .moyen_titre { font-weight: bold; }
#sidebar article {margin:10px 0;}


.texteAccueil {
	background:url(../images/black.png) repeat;
	text-align:center;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	text-transform:none;
	position:fixed;
	width:100%;
}

.texteAccueil div {
	border-bottom: solid 6px #d51516;
	padding:30px 0 24px;
}
.motsFlottants{
	position:absolute;
	display:inline-block;
	padding:6px 24px;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
}


/********* INDEX **************/

#nouvelles {
	padding:0;
	float:left;
	max-width:60%;
}

#nouvelles article{
	background-color:#FFFFFF;;
	padding:10px;
}

#nouvelles img {
	float:left;
	margin-right:15px;
	max-width:30%;
}

#nav{
	float:left;
}

#nav a{
	cursor:pointer;
	width:257px;
	height:65px;
	display:block;
	background-color:#7BAD37;
	margin-top:7px;
	border-left:4px solid #8DC63F;
	color:#FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	font-size:0.95em;
	line-height:1em;
}

#nav a:hover{
	text-decoration: none;
}

#nav a div{
	padding:14px 20px;
}

#nav a div.puce{
	display:none;
}

#nav a:hover,
#nav a.activeSlide{
	border-left:none;
	width:263px;
	padding-left:4px;
	background:#FFFFFF url('../images/fond_news_active.png') left top repeat-y;
	color:#143140;
}

#nav a:first-child{
	margin-top:0;
}

#calendrier {
	width:100%;
	max-width:38%;
	padding:0;
	float:right;
	height:305px;
	padding-left:2%;
	text-align:center;
}

#calendrier > a{
	float:right;
}

/********* FOOTER **************/
footer.full {
	padding:20px 0;
	position:absolute;
	margin:0px;
	bottom:0px;
	left:0px;
	width:100%;
	height:560px;
	background-color: #fff;
	z-index:11;
	text-align:left;
	color:#fff;
}
footer.full #map {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
footer.full #shadow {
    -webkit-box-shadow: inset 0 200px 200px -200px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 200px 200px -200px rgba(0,0,0,0.8);
    box-shadow: inset 0 200px 200px -200px rgba(0,0,0,0.8);
	width:100%;
	height:145px;
	position:absolute;
	top:0;
	left:0;
}

footer.full #contact{
	width:350px;
	padding:0 40px;
	height:100%;
	position:absolute;
	top:0;
	left:105px;
	background:url('../images/black_75.png') repeat;
}
footer.full h1 {
	color:#fff;
	border:none;
}
footer.full input[type=text], footer input[type=password], footer input[type=file], footer textarea, footer select {
	width:93.8%;
	padding:10px;
	background:none;
	border-radius:0px;
	-webkit-border-radius: 0px;
	color:#fff;
	border:solid 1px #bcbcbc;
	margin-bottom:15px;
}
footer.full input[type=text]:focus, footer input[type=password]:focus, footer input[type=file]:focus, footer textarea:focus, footer select:focus {
	border:solid 1px #eb2128;
	outline:none;
}
footer.full #copyright{
	position:absolute;
	bottom:20px;
	left:40px;
	color:#969696;
	font-size:0.75em;
}
footer.full #copyright a {text-decoration:none; color:#969696;}
footer.full #copyright a:hover { text-decoration:underline; }


footer #google-map {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}

footer #google-map img{
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/********* FOOTER REDUIT **************/
footer.light {
	padding:0;
	position:absolute;
	margin:0px;
	bottom:0px;
	left:0px;
	width:100%;
	height:58px;
	background-color: #000000;
	z-index:11;
	font-weight:600;
}

footer.light hr{
	height: 1px;
	border: 0;
	border-top:solid 1px #757e89;
}

footer.light > a{
	float:right;
	margin-right:4px;
}


footer.light #copyright {
	font-size:0.6875em;
	display:block;
	margin:auto;
	padding:0;
	text-align:center;
}
footer.light #copyright,
footer.light #copyright a {
	text-decoration:none;
	color:#85868a;
}

footer.light #copyright a:hover { text-decoration:underline; }

footer.light #menuPied ul {
	margin:11px 0 4px;
	padding:0px;
	font-size:0.9em;
}
footer.light #menuPied ul li {
	display: inline;
	margin: 0 10px;
}

footer.light #menuPied ul li a {
	color:#fff;
}


/*****************************************/
/*********** GESTION PAGE *********************/
/*****************************************/

.bgp_contenant {
	width:100%;
	text-align:center;
}
.bgp_active {
	font-weight: bold;
}

.gestion_pages a{
	cursor:pointer;
	color:#fff;
	background-color:#37ACCF;
	text-decoration:none;
	padding:2px 5px;
	font-size:0.85em;
	font-weight:bold;
}

.gestion_pages a:hover{
	color:#143140;
	background-color:#EBECEC;
}

/*****************************************/
/*********** FIL ARIANNE *********************/
/*****************************************/

#fil_arianne{
	font-size:0.75em;
	margin-bottom:5px;
}

#fil_arianne a.pas_lien_arianne{
	color:#808080;
}

#fil_arianne a.pas_lien_arianne,
#fil_arianne a.lien_arianne{
	text-decoration: none;
	font-family:Helvetica, sans-serif;

}

#fil_arianne a.lien_arianne:hover{
	text-decoration: underline;
}

#fil_arianne a.actif{
	font-weight:bold;
}

/********* ARTICLE **************/
article .date{
	font-size:0.859375em;
	margin-top:5px;
}


/*** Input ***/
input[type=text], input[type=password], input[type=file], textarea, select {
	border:1px solid #EAE5DA;
	width:300px;
	padding:5px;
	margin-bottom:5px;
	font-size:1em;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.bouton,
input[type=button],
input[type=submit] {
	cursor:pointer;
	color:#eb2128;
	padding:4px 15px 15px !important;
	border:0;
	margin:20px !important;
	line-height:20px;
	font-size:2em;
	background: transparent; /* Old browsers */
	border-bottom:2px solid #eb2128;
	border-left:2px solid #eb2128;
	border-right:2px solid #eb2128;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:inline-block;
	zoom:1;
	position:relative;
}
.bouton:after,
input[type=button]:after,
input[type=submit]:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #ed1c24 transparent transparent transparent;
	position:absolute;
	content: '';
	margin-left:-10px;
	bottom:-20px;
	left:50%;
}
.bouton:hover,
input[type=button]:hover,
input[type=submit]:hover{
	background:#eb2128;
	color:#fff;
	margin-top:8px !important;
	padding-top:16px !important;
}

.bouton[disabled=disabled],
input[type=button][disabled=disabled],
input[type=submit][disabled=disabled]{
	background-color: transparent;
	opacity:0.25;
	pointer-events: none;
}

a.bouton{
	text-decoration: none;
}

.gros_bouton {
	font-size:1.3em;
	text-transform:uppercase;
	margin:20px 20px 50px;
	padding:10px 40px;
}

.petit_bouton {
	margin:0 !important;
	font-size:0.8em;
	border-width: 2px !important;
	padding:6px;
	border:solid 2px #999;
	color:#666;
	font-weight: bold;
	text-transform:uppercase;
}
.petit_bouton:hover {
	margin:0 !important;
	background:#999;
	color:#fff;
	text-decoration:none;
}
.petit_bouton:active {
	opacity:0.8;
}
.petit_bouton:after {
	border-color: transparent transparent transparent transparent !important;
	display:none;
}
.moreBtn{
	width:50px;
	height:50px;
	line-height:50px;
	vertical-align: middle;
	text-align: center;
	font-size: 35px;
	display:inline-block;
	border-width: 1px;
	border-style: solid;
}
.moreBtn:hover {
	text-decoration: none;
	color:#fff;
}

/********* ALBUMS **************/
.image{
	float:left;
	margin-left:20px;
	margin-top:15px;
	width:200px;
	height:175px;
}

.image .gallery_photo img{
	max-width:none;
	max-height:none;
}

.image .image_album_texte{
	width:200px;
	height:40px;
	padding:3px 15px 3px 0;
	font-size:1em;
	font-weight:bold;
	margin-top:-10px;
}

/********* PERSONNES CL�Ss **************/
#personnesCles {
	background:#2a393e url('../images/personne_cle_bg.jpg') no-repeat top center;
	height:520px;
	overflow:hidden;
	text-align:center;
	position:relative;
	margin-top: 10px;
}

#personnesCles .titre {
	color:#fff;
	position:absolute;
	top:25px;
	left:0;
	width:100%;
	font-size:2.2em;
	text-transform:uppercase;
	font-family: Oswald, Helvetica, sans-serif;
	font-weight:300;
	text-shadow: 0 0 10px #2c2f30;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

#personnesCles .personnesClesContainer:hover .titre {
	opacity:0.3;
}
#personnesCles .personnesClesContainer .titre:hover {
	opacity:1;
}

.personneCle {
	display:inline-block;
	zoom:1;
	width:240px;
	height:520px;
	overflow:hidden;
	text-align:left;
	color:#fff;
	text-align:center;
	position:relative;
	background:#2a393e;
}
.personneCle p {
	margin:0 0 15px;
}
.personneCle img {
	position:absolute;
	top:0;
	left:0;
	opacity:0.2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.personneCle:hover img {
	opacity:1;
}
.personneCle:active img {
	opacity:0.6;
}
.personneCle .description {
	position:absolute;
	overflow:hidden;
	bottom:20px;
	left:0;
	width:100%;
	height:170px;
	background:url('../images/grey_60.png') repeat;
}
.personneCle .titreNom {
	display:inline-block;
	font-family: Oswald, Helvetica, sans-serif;
	font-weight:300;
	font-size:1.3em;
	zoom:1;
	color:#ed1c24;
	text-transform:uppercase;
	padding:4px;
	border-bottom:solid 1px #ed1c24;
	position:relative;
	text-shadow: 0 0 10px #2c2f30;
}
.personneCle .titreNom:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 17.3px 7px 0 7px;
	border-color: #ed1c24 transparent transparent transparent;
	position:absolute;
	content: '';
	margin-left:-10px;
	bottom:-17px;
	left:50%;
}
.personneCle .poste {
	margin:20px 0 0;
}
.personneCle .texte {
	margin:0 5px;
	font-size: 0.8em;
	opacity:0.6;
}

.personneCleContact .imageMask {
	width:110px;
	height:150px;
	overflow:hidden;
	float:left;
	margin:0 15px 15px 0;
}
.personneCleContact .imageMask img {
	width:100%;
}
.personneCleContact .petit_titre {
	color:#484745;
	font-weight:300;
	border-bottom:solid 2px #eb2128;
	display:inline;
	position:relative;
}
.personneCleContact .petit_titre:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 7px 0 7px;
	border-color: #ed1c24 transparent transparent transparent;
	position:absolute;
	content: '';
	margin-left:-10px;
	bottom:-14px;
	left:50%;
}

/********* R�ALISATIONS **************/
#villesMapContainer {
	-webkit-transform: none !important;
	margin-top:30px;
}
#villesMap {
	height:460px;
}
#villesListe {
	width:250px;
	float: left;
	margin-right:20px;
}
#villesListe .gros_titre {
	margin-bottom:0px;
}
#villesListe ul {
	margin:0px;
	padding:0px;
	list-style: none;
}
#villesListe ul li a {
	border-bottom:solid 1px #bcbdbe;
	color:#868686;
	margin:0px;
	padding:15px 0 15px 30px;
	display:block;
	text-transform: uppercase;
}
#villesListe ul li a:hover,
#villesListe ul li a.hover {
	background-color:#eb2128;
	color:#fff;
}

#realisationsListe ul{
	margin:0 0 0 0px;
	padding:0;
}
#realisationsListe ul li{
	display:block;
	zoom:1;
	padding:40px 45px;
	margin:40px 0;
}
#realisationsListe img {
	float:right;
	width: 220px;
	margin:0 0 15px 20px;
}
.carrousel {
	margin:0;
	padding:0;
	list-style:none;
}
.carrousel li {
	margin:0;
	padding:0;
}
.carrousel  a.bg_img {
	float:left;
	display: block;
	width: 185px;
	height: 105px;
	margin: 0 12px 2px 0;
	text-align: center;
	display: inline-block;
	zoom:1;
	background-position:center center;
	background-repeat:no-repeat;
}
.carrousel .nbs-flexisel-item a.bg_img {
	margin:0;
	float:none;
}

.wrap .nbs-flexisel-low {
	height:auto !important;
}

.wrap .carrousel-5 li,
.wrap .carrousel-4 li,
.wrap .carrousel-3 li {
	margin: 0 12px 0 0 !important;
}

.wrap .carrousel-5 li {
	height:150px;
	overflow:hidden;
	display:inline-block;
}
.wrap .carrousel-5 li img {
	min-height:150px;
	width:200px;
	height:auto !important;
	max-height:none !important;
}

.wrap .carrousel-4 li {
	height:176px;
	overflow:hidden;
	width:253px !important
	display:inline-block;
}
.wrap .carrousel-4 li img {
	max-height:none !important;
	min-height:190px;
	width:253px !important;
	max-width:253px !important;
	height:auto !important;
	max-height: none !important;
}



.wrap .carrousel-3 li {
	height:230px;
	overflow:hidden;
	width:342px !important;
	margin-bottom: 1px !important;
	display:inline-block;
}
.wrap .carrousel-3 li img {
	min-height:230px;
	width:342px !important;
	max-width:342px !important;
	height:auto !important;
	max-height: none !important;
}



.greyBox {
	background:url('../images/blk_5.png') repeat;
	padding:1px 30px 30px;
}
.greyBox. .gros_titre {
	padding:0;
}
.greyBox label {
	font-weight: bold;
	text-transform:uppercase;
	margin-right:10px;
}

.mapLabel {
	background:url('../images/maplabel.png') no-repeat left center;
	color:#fff;
	font-size:1.6em;
	text-transform:uppercase;
	padding:8px 15px 8px 25px;
	width:auto !important;
	border-right:solid 6px #fdd500;
	white-space:nowrap;
}


.mapBubble {
	height:1px;
	overflow:visible;
	position:relative;
}
.mapBubble .bubbleText {
	background:#237ba0;
	color:#fff;
	padding:15px 12px;
	width:200px;
	position:absolute;
	bottom:90px;
	left:-112px;
}
.mapBubble .titre {
	font-size:1.4em !important;
}
.mapBubble .bubbleText:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #237ba0 transparent transparent transparent;
	position:absolute;
	content: '';
	margin-left:-10px;
	bottom:-20px;
	left:50%;
}


/********* OFFRES **************/

.offreCategorie {
	float:left;
	width:49%;
	height:320px;
	margin:25px 0;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	text-transform:uppercase;
}

.offreCategorie .offreCategorieImage {
	width:497px;
	height:267px;
	overflow:hidden;
	background-color:#ddd;
	padding:1px;
}
.offreCategorie a {
	color:#eb2128;
}
.offreCategorie a:hover .offreCategorieImage {
	background-color:#eb2128;
}
.offreCategorie a:hover {
	text-decoration:none;
}

#contenu.home {
	text-align:center;
}
.home h1 {
	border:none;
}
.home .offreCategorie {
	text-align:center;
	display:inline-block;
	zoom:1;
	float:none;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	width:196px;
	height:196px;
	padding:10px;
	line-height:196px;
	overflow:hidden;
	margin:0 10px;
	text-align:center;
	background:#eb2128;
	text-transform:uppercase;
}
.home .offreCategorieSelected {
	background:#322f31;
}
.home .offreCategorieImage {
	height:auto;
	width:100%; /* largeur du bloc */
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	line-height:1.2; /* on r�tablit le line-height */
	background:transparent;
}
.home a .offreCategorie {
	color:#fff;
}
.home .offreCategorieDescription {
	font-size:0.85em;
	margin:40px 18% 50px;
}







::selection {
	background: #eb2128; /* WebKit/Blink Browsers */
	color:#fff;
}
::-moz-selection {
	background: #eb2128; /* Gecko Browsers */
	color:#fff;
}



.owl-buttons div{
	position: absolute;
	top: 36%;
	font-size:4em !important;
	background:transparent !important;
}
.owl-buttons div:active{
	opacity:0.2 !important;
}
.owl-prev{
	left: -100px;
}
.owl-next{
	right: -100px;
}
body > iframe[src="about:blank"] { display:none !important; }


.wrap .nbs-flexisel-inner {height:140px;}
.wrap .nbs-flexisel-inner img {min-height:140px; cursor:pointer;}




.album {
	width: 102% !important;
	left:0 !important;
	text-align:left !important;
}

.album > div {
	left:0px;
	float:none;
	display:inline-block;
	overflow:hidden;
	width:200px !important;
	margin: 0 14px 18px !important;
	height:132px;
	width:235px !important
}
.album > div img {
	max-height:none !important;
	min-height:132px;
	width:235px !important;
	max-width:235px !important;
	height:auto !important;
	cursor:pointer;
}

#shadow {
	text-align:right;
}
.btn-map {
	margin:20px 20px 0 0;
	background : url('../images/black_75.png') repeat;
	border:solid 1px #fff;
	color:#fff;
	width:24px;
	height:24px;
	font-size:1em;
	opacity:0.2;
	cursor:pointer;
}
.btn-map-zoom-in {
	margin:20px 4px 0 0;
}
.btn-map:hover {
	opacity:1;
}




.folder {
	clear:both;
	margin-bottom:20px;
}

.folder .file {
	height:64px;
	width: 492px;
	float:left;
	padding:10px 16px;
	position:relative;
	margin:-1px 0 0 -1px;
}

.folder .file > img,
.folder .file > .icon,
.folder .file .thumb {
	margin-right:3px;
	vertical-align:middle;
	width:64px;
	height:64px;
	display:inline-block;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.folder .file > .icon-hover {
	display:none;
}
.folder .file .thumb {
	overflow:hidden;
	display:inline-block;
	text-align:center;
	border:solid 2px #555;
	width:54px;
	height:54px;
	padding:2px;
	margin:2px;
	border-radius:5px;
}
.folder .file .thumb > div {
	overflow:hidden;
	width:100%;
	height:100%;
	border-radius:3px;
}
.folder .file .thumb img {
	width:100%;
	min-height:100%;
}
.folder .file > div {
	display:inline-block;
	vertical-align:middle;
	line-height:1.1em;
	width: 420px;
	overflow:hidden;
	text-overflow: ellipsis;
}
.folder a {
	cursor:pointer;
}
.folder a:hover .file {
	background:#67A6DA;
	color:#fff;
}
.folder a:hover .file > .icon {
	display:none;
}
.folder a:hover .file > .icon-hover {
	display:inline-block;
}
.folder a:hover .file > .thumb {
	border-color:#fff;
}
.folder .file .delete {
	position:absolute;
	display:none;
	top:0px;
	right:0px;
	padding:4px 8px;
	font-weight:bold;
	font-size:1.2em;
}
.folder a:hover .file .delete {
	display:inline-block;
}
.folder .file .file-title {
	font-weight:bold;
	display:block;
	overflow:visible;
	text-align: left;
}
.folder .file .file-desc {
	font-size:0.8em;
	display:block;
	line-height: 1.2em;
	text-align: left;
	max-height: 46px;
	overflow:hidden;
}
