/*
Theme Name: BlankSlate Piscine
Theme URI: http://wordpress.org/themes/blankslate
Description:  BlankSlate Theme spécifique
Author: Axecibles
Author URI: http://www.axecibles.com/
Template blankslate
Version: 1.0.0
*/

/*************** CSS POUR LA PAGE LISTING THEMATIQUE DES 20 ANS DE LA PISCINE***************/

.google-auto-placed {
	display: none;
}

.thematiques-20-ans {
	margin: 30px 0px;
}

.thematiques-20-ans ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.thematiques-20-ans ul li {
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
}

.thematiques-20-ans ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.thematiques-20-ans ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thematiques-20-ans .hover-20-ans {
	position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
	font-size: 18px;
    font-weight: 700;
	transition: all 0.4s ease-in;
	z-index: 9;
}

.thematiques-20-ans .hover-20-ans p {
    padding: 10px 20px;
}

.thematiques-20-ans .hover-20-ans span.btn {
	background: #FFFFFF;
    color: #333333;
    display: inline-block;
    font-size: 12px;
	text-transform: uppercase;
    font-weight: 600;
    margin-left: 20px;
	margin-bottom: 10px;
    padding: 4px 7px 5px;
}

.thematiques-20-ans ul li a:hover .hover-20-ans {
	opacity: 1;
	z-index: 9999;
	transform: translateY(-72px);
    transition: 0.5s ease-in-out;
}

.thematiques-20-ans ul li a:hover img {
	transform: scale(1.05);
	transition: all 1s ease;
}

@media screen and (min-width:480px) {
	.thematiques-20-ans ul li {
		width: 50%;
		max-width: 280px;
		height: 280px;
		position: relative;
	}
}

@media screen and (min-width:700px) {
	.thematiques-20-ans ul li {
		width: 33%;
	}
}

@media screen and (min-width:960px) {

	.thematiques-20-ans .hover-20-ans {
		opacity: 0;
	}

	.thematiques-20-ans ul li {
		width: 24.8%;
	}
}

.listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.listing a {
	position: relative;
}

.listing p.hover-20-ans {
	position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
	font-size: 18px !important;
    font-weight: 700;
	transition: all 0.4s ease-in;
	z-index: 9;
	padding: 20px;
}

.listing a:hover .hover-20-ans {
	opacity: 1;
	z-index: 9999;
	transform: translateY(-58px);
    transition: 0.5s ease-in-out;
}

.fancybox-title-float-wrap {
	top: 105% !important;
}

.fancybox-title-float-wrap .child {
	background: #fff !important;
	color: #000 !important;
	/* text-transform: uppercase !important; */
	font-style: italic;
	font-size: 1.2em !important;
	text-shadow: none !important;
	padding: 10px 20px !important;
}

.listing > a.item-20-ans {
	display: inline-block;
	margin: 0.1%;
	position: relative;
	width: 100%;
	max-width: 273px;
	height: 273px;
	overflow: hidden;
}

.item-20-ans img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*************** CSS POUR LA PAGE DETAIL THEMATIQUE DES 20 ANS DE LA PISCINE***************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, .lienseo {
	text-decoration: none;
}

input[type=submit] {
	-moz-appearance: none;
	-webkit-appearance: none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	line-height: normal;
}
strong{
	font-weight: bold;
}

/* CLASSE GENERALE */
.clear_both {
	clear: both;
}
.imgRight, img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
} {
	position: relative;
	float: right;
	margin: 0 0 10px 10px;
}
.imgLeft, img.alignleft {
	position: relative;
	float: left;
	margin: 0 10px 10px;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.partenaire a img{
	max-width: 150px;
}
body,
input,
textarea{
	font-family: 'Open Sans', sans-serif;
}
body {
	color: #5E5E5E;
	font-family: 'Open Sans',sans-serif;
	font-size: 81.25%;
	font-weight: 300;
	line-height: 1;
	overflow: auto;
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
a {
	color: #5e5e5e;
	text-decoration: underline;
}
a:hover {
	color: #2e2e2e;
}
.content sup{
	font-size: 0.8em;
	display: inline-block;vertical-align: top;
	position:relative;
	top:-2px;}
.content em{
	font-style: italic;}
h1 {
  color: #333;
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
h1 span {
	color: #333;
}
h1.index {
	text-indent:-9999px;
	position:absolute;
}

.vert h1 {
	color: #74b063;
}
h2, .titre-relance {
  font-size: 1.53em;
  margin: 0;
  font-family: open sans;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.1;
}
h3 {
  font-size: 1.23em;
  margin: 25px 0 10px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}
.ariane {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ariane a {
	color: #15A2DA;
}
.vert .ariane a {
	color: #74B063;
}
.ariane em {
	display: inline-block;
	margin: 0 4px;
}
#container {
	position: relative;
}
/****************************************************************************** HEADER */
header {
	margin-bottom: 0;
	position: relative;
	text-align: center;
	z-index: 50;
}
header section{
	max-width: 1030px;
	margin: auto;
}
#agenda {
	background: none repeat scroll 0 0 #212121;
    margin-bottom: 0;
    position: fixed;
    z-index: 150;
    bottom: 0;
    width: 100%;
    height: 45px;
}

#agenda span.btn_agenda {
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	padding: 17px 0;
	cursor: pointer;
}
/*
#agenda span.btn_agenda:before {
	content: "L'agenda";
}
#agenda.printed span.btn_agenda:before {
	content: "Fermer l'agenda";
}
#agenda span.btn_agenda:hover {
	color: #ccc;
}
*/
#agenda:after {
	bottom: -14px;
	/*content: url("../gifs/btn-agenda.png");*/
	left: 50%;
	margin: 0 auto;
	position: absolute;
	margin: 0 0 0 -27px;
}
#agenda.printed:after {
	bottom: 33px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.scroll_mobile{
	display: none;
}
.top_bar {
	position: relative;
}
/*
.top_bar:before {
	background: none repeat scroll 0 0 #484848;
	content: "";
	height: 1px;
	left: 70px;
	position: absolute;
	right: 70px;
	top: -1px;
}
*/
.top_bar_roubaix {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 600;
	left: 0;
	letter-spacing: -0.05em;
	padding: 10px;
	position: absolute;
	bottom: 0;
}
.top_bar_roubaix:hover {
	color:#FFFFFF;
}
#agenda .langue {
	bottom: 0;
	margin-right: 8px;
	position: absolute;
	right: 0;
}
#agenda a{
	text-decoration: none;
}
#agenda .langue li {
	display: inline-block;
	position: relative;
}
#agenda .langue li + li:before {
	background: none repeat scroll 0 0 #737373;
	content: "";
	height: 10px;
	left: -2px;
	position: absolute;
	top: 14px;
	width: 1px;
}
#agenda .langue a {
	color: #FFFFFF;
	display: block;
	padding: 12px 5px;
	text-transform: uppercase;
}
#agenda .langue a:hover {
	color: #0EB7E2;
}
#agenda .content_agenda {
	color: #FFFFFF;
	font-size: 0;
	margin: 0 auto;
	max-width: 840px;
	padding: 0 20px;
	text-align: left;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.60s;
	-moz-transition: all 0.60s;
	-ms-transition: all 0.60s;
	-o-transition: all 0.60s;
	transition: all 0.60s;
}
#agenda.printed .content_agenda {
	max-height: 800px;
}
#agenda .content_agenda > div {
	display: inline-block;
	font-size: 12px;
	margin: 50px 0;
	vertical-align: text-bottom;
}
#agenda .content_agenda > div.left_part {
	width: 70%;
}
#agenda .content_agenda > div.right_part {
	float: right;
	max-width: 181px;
	text-align: right;
	width: 30%;
}
#agenda .left_part span.titre {
	border-bottom: 1px solid #797979;
	display: block;
	font-size: 1.7em;
	font-weight: 700;
	letter-spacing: -0.05em;
	padding-bottom: 2px;
	text-transform: uppercase;
}
#agenda .left_part ul {
	margin: 10px 0 22px;
}
#agenda .left_part ul li > span {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #3C3C3C;
	display: inline-block;
	font-weight: 800;
	padding: 4px 5px;
	text-transform: uppercase;
}
#agenda .left_part ul ul li + li {
	margin-top: 10px;
}
#agenda .left_part ul li > span {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #3C3C3C;
	display: inline-block;
	font-weight: 800;
	padding: 4px 5px;
	text-transform: uppercase;
}
#agenda .left_part ul ul li {
	font-family: Arial, Helvetica, sans-serif;
	color:	#ABABAB;
}
#agenda .left_part ul ul li strong{
	font-weight: bold;
	color:	#fff;
}
#agenda .right_part > span {
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: -0.03em;
	margin-bottom: 3px;
	text-transform: uppercase;
}
#agenda .right_part .tri_periode{
	margin-bottom: 20px;
}
#agenda .right_part .tri_periode li {
	background: none repeat scroll 0 0 #454545;
	color: #1D1D1D;
	display: block;
	font-weight: 800;
	margin-bottom: 3px;
	padding: 5px;
	text-transform: uppercase; 
	width: auto;
	font-size: 0.9em;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
	transition: all 1s;
}
#agenda .right_part .tri_periode li:hover {
	color: #474747;
	background: #fff;
}
#agenda .right_part .autre_tri li {
	margin-bottom: 3px;
	position: relative;
}
#agenda .right_part .autre_tri li input {
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #ccc;
	height: 29px;
	padding-right: 24px;
	width: 100%;
	-moz-box-sizing: border-box;
}

#agenda .datepickr-wrapper {
	display: block;
}
#agenda .datepickr-calendar {
	bottom: 2%;
	left: -114%;
	top: auto;
}
#agenda .autre_tri .by_keyword input[type="submit"] {
	background: url("../gifs/search.png") no-repeat scroll center center transparent;
	padding: 0;
	position: absolute;
	right: 0;
	width: 32px;
	top: 0;
}

#agenda .autre_tri .by_keyword input[type="submit"]:hover {
	opacity: 0.7;
}
#agenda .autre_tri .by_date input[type="submit"] {
	background: url("../gifs/submit-date.png") no-repeat scroll center center transparent;
	padding: 0;
	position: absolute;
	right: 0;
	width: 32px;
	top: 0;
}

#agenda .autre_tri .by_date input[type="submit"]:hover {
	opacity: 0.7;
}
/*
.push_menu{
	display: none;
}
*/
.search.search-results .detail .detail_content {
  width: 100%;
}
.search.search-results .detail_content h1 ~ div {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 20px;
}
.search.search-results .detail_content h1 ~ div a {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5em;
}
.search.search-results .detail_content h1 ~ div a.buton_search {
  background: none repeat scroll 0 0 #333;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  padding: 4px 13px;
  float: right;
}
.miniature_search{
	float:left; padding:0 5px 5px 0; max-width:10%;
}
/* LOGO */
header .middelise {
		display:  none;
}	
.logo {
	position: relative;
	display: inline-block;
}
.logo:hover{
	opacity: 0.7;
}
.baseline {
	bottom: 1px;
	color: #A3A3A3;
	display: inline-block;
	font-family: arial;
	font-size: 11px;
	font-style: italic;
	left: 84px;
	position: absolute;
}
.baseline:before, .baseline:after{
	background: none repeat scroll 0 0 #CACACA;
	content: "";
	height: 1px;
	left: -24px;
	position: absolute;
	top: 7px;
	width: 19px;
}
.baseline:after{
	left: auto;
	right: -24px;
}

/*** LANGUE ****/

#langue {
	margin-bottom: 10px;
}

#langue a {
    text-indent: -9999999px;
    color: transparent;
    background: url("../gifs/drapeau_fr.png");
    width: 35px;
    height: 20px;
    display: inline-block;
	margin-right: 10px;
		-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	transform: scale(1);
}

#langue a:hover {
	transform: scale(0.9);
	opacity: 0.95;
	
}

#langue a + a {
	background: url("../gifs/drapeau_en.png");
}

#langue a + a + a {
	background: url("../gifs/drapeau_nl.png");
}

/* CONTACT HEADER */
.contact_header {
	float: right;
}
.contact_header a  {
	display: block;
	text-align: right;
}
.contact_header a:hover{
}
.contact_header a span {
	display: block;
	font-size: 1.38em;
}
.contact_header .bouton_rappel{
	color: #f90;
	text-transform: uppercase;
	margin-top:10px;
}
/* MENU */

.message_event {
	text-align: center;
	padding: 10px;
	background-color: #e1e1e1;
	margin: 10px 0px;
	line-height: 16px;
	font-weight: 700;
}

.message_event a{
	color: #5E5E5E;
}

header .menu {
	margin-top: 20px;
	position: relative;
	text-align: center;
	z-index:5;
}
header .menu > img {
	vertical-align: middle;
	height: 1px;
}
header .menu ul{
	position: relative;
}
header .menu li {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
}
header .menu ul ul.dropdown li.back_menu {
	display:none;
}
header .menu li .deroule_menu{
	display: none;
}
header .menu li a {
	color: #888;
	display: block;
	font-family: arial;
	font-size: 0.9em;
	text-decoration: none;
	letter-spacing: -0.01em;
	padding: 8px 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

header .menu #menu-item-6917 a {
	color: #fff;
	background: #000;
}

/***icon home menu**/
header .menu li:first-child a{
	text-indent: -3000px;
	width: 24px;
	padding-left: 0;
	padding-right: 0;
	background: url(../gifs/homeIcon.png) no-repeat center;}
header .menu li.sous_menu a {
	padding-right: 20px;
}
header .menu li a.main{
	background: url("../gifs/deroule.png") no-repeat scroll 96% 11px transparent;
}
header .menu li a.main:hover {
	background: url("../gifs/deroule-hover.png") no-repeat scroll 96% 11px transparent;
}
header .menu li a.selected,
header .menu li a:active,
header .menu li a:hover {
	color: #00;
}
/* Niveau 2*/
header .menu ul li ul.dropdown {
	background: url("../gifs/dropdown.png") no-repeat scroll left top transparent;
	display: none;
	left: 0;
	padding: 27px 25px 15px;
	position: absolute;
	text-align: left;
	top: auto;
	width: 135px;
}
.menu ul li:last-child ul.dropdown {
	left: auto;
	right: 0;
	background-repeat: repeat-x;
	background-position: 97px 0;
}
.menu ul li:hover > ul.dropdown {
	display: block;
}
.menu ul li ul.dropdown li{
	display: block;
}
.menu ul li ul.dropdown li + li + li {
	border-top: 1px solid #848484;
}
.menu ul li ul.dropdown li a {
	color: #AAAAAA;	
	letter-spacing: normal;
	padding: 11px 0;
	text-transform: none;
}
.menu ul li ul.dropdown li:hover a, .menu ul li ul.dropdown li a.selected {
	color: #fff;
}
.menu ul li ul.dropdown ul.ssdropdown {
	background: url("../gifs/dropdown2.png") no-repeat scroll 25px -15px transparent;
	display: none;
	left: 100%;
	padding: 17px 17px 17px 60px;
	position: absolute;
	top: -9px;
	width: 141px;
}
.menu ul li ul.dropdown ul.ssdropdown ul{
}
.menu ul li ul.dropdown li:hover > ul {
	display: block;
}
.menu ul li ul.dropdown li ul.ssdropdown a {
	color: #aaa;
}
.menu ul li ul.dropdown li ul.ssdropdown a:hover {
	color: #fff;
}
.menu ul li ul.dropdown li.sous_menu a {
	background: url("../gifs/deroule3.png") no-repeat scroll 94% 13px transparent;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.menu ul li ul.dropdown li.sous_menu:hover a {
	background: url("../gifs/deroule3.png") no-repeat scroll 98% 13px transparent;
}
.menu ul li ul.dropdown li.sous_menu li a {
	background: none!important;
}

.menu a[href="#"] {
	cursor: default;
}


/****************************************************************************** CONTENT */
.content {
	z-index: 1;
	margin: auto;
	padding: 0 60px;
	max-width: 1104px;
	position: relative;
}
/******************************** COLONNE GAUCHE */
.colonne_gauche{
	width: 23.404293%;
	float: left;
	position: relative;
}
/******************************** COLONNE CENTRE */
.colonne_centre{
	position: relative;
	width: 74.468205%;
	float: right;
}
.colonne_centre p,
form.generateur p,
form.formulaire p {
	margin-bottom: 10px;
}
.colonne_centre ul {
	margin: 10px 0 10px 30px;
}
.colonne_centre ul li {
	list-style-image: url(../gifs/puce.jpg);
	margin: 5px 0;
}
#ae_events li {
	list-style-image: none!important;
	margin: 5px 0;
}
/* FIL ARIANE */
#fil_ariane {
	font-size: .76em;
}
#fil_ariane strong,
#fil_ariane a:hover {
	color: #f90;
}
#fil_ariane a {
	color: #000;
}
/* BOUTON */
p.bouton {
	text-align: right;
	margin: 0 ;
}
.bouton a {
	display: inline-block;
	background: #f90;
	padding: 6px 10px;
}
.bouton a:hover {
	background: #5e5e5e;
	color: #fff;
} 
/* RELANCE */
#relance {
	margin-top: 20px;
	border-top: 1px dotted #999;
	padding-top: 5px;
}
#relance ul{
	letter-spacing:-0.25em;
	margin: 0;
}
#relance ul li {
	width: 31.914945%;
	letter-spacing: normal;
	display: inline-block;
}
#relance ul li+li{
	margin-left:1.85%;
}
#relance ul li a {
	background: url(../gifs/puce.jpg) left center no-repeat;
	padding-left: 12px;
}
#relance ul li a:hover {
	text-decoration: underline;
}
/* FORMULAIRE RAPPEL + CONTACT + CONSEILLER A UN AMI + NEWSLETTER + PLAN DACCES */
#gmap_link {
	display: block;
	float: right;
	margin-top: 10px;
}
/* Block info */
.info_contact{
	padding:15px 0;
	-moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;
	border: 1px solid #dddddd;
	letter-spacing:-0.25em;
	margin: 20px 0;
}
.info_contact h2,
.formulaire_contact h2,
.carte h2{
	text-transform: uppercase;
	font-size: 1.23em;
	margin-bottom: 20px;
	margin-top: 0;
}
.info_contact p{
	margin: 0;
}
.info_contact div{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 31.914945%;
	-moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;
	position: relative;
	padding-left: 15px;
}
.info_contact div div{
	display: block;
	width:100%;
	padding: 0 0 0 20px;
}
.info_contact div div+div{
	margin: 15px 0 0 0;
}
.info_contact div+div{
	margin-left: 1.85%;
}
.info_contact div+div:before{
	content:'';
	display: block;
	position: absolute;
	background: #dddddd;
	width: 2px;
	height: 100px;
	top: 40px;
	left: -3.5%;
}
.info_contact div div:before{
	width: 14px;
	margin-right: 5px;
	content:'';
	display:block;
	position: absolute;
	left:0;
	top: 3px;
	height: 13px;
}
.info_contact div .info_mail:before{
	background: url(../gifs/info_contact.png) left 0px no-repeat;
}
.info_contact div .info_mail:hover:before{
	background-position: left -13px
}
.info_contact div .info_tel:before{
	background: url(../gifs/info_contact.png) left -26px no-repeat;
}
.info_contact div .info_adresse:before{
	background: url(../gifs/info_contact.png) left -39px no-repeat;
	height: 18px;
}
.info_contact div .info_horaire:before{
	background: url(../gifs/info_contact.png) left -57px no-repeat;
}
.info_contact div .info_rdv:before{
	background: url(../gifs/info_contact.png) left -70px no-repeat;
	height: 14px;
}
.info_contact div .info_transport:before{
	background: url(../gifs/info_contact.png) left -84px no-repeat;
	height: 14px;
}
.info_contact div .info_parking:before{
	background: url(../gifs/info_contact.png) left -98px no-repeat;
	height: 14px;
}
.info_contact p em,
.info_contact div a.btn_contact{
	font-style: italic;
	font-size: 0.84em;
	display: block;
	margin-top: 5px;
}
.info_transport p strong,
.info_parking p strong{
	font-size: 0.84em;
}
.info_mail:hover a,
.info_tel strong,
.info_adresse,
#gmap_link:hover,
.info_adresse a:hover,
.info_tel a:hover{
	color: #f90;
}
/* Formulaire */
.rappel_telephonique,
#ami_box_frame,
#newsletter_iframe{
	padding: 10px;
}
#ami_box_frame img {margin:25px 0}

.formulaire_contact .form_left,
.formulaire_contact .form_right,
.formulaire_contact h2,
.carte h2{
	letter-spacing: normal;
}
.formulaire_contact .form_left,
.formulaire_contact .form_right{
	padding: 10px;
	-moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;
	background: #f5f5f5;
	border:1px solid #dddddd;
	width: 48.936249%;
	display: inline-block;
}
#newsletter_iframe form{
	text-align: right;
}
.formulaire_contact .form_left{
	float: right;
}
form.generateur p,
form.generateur div.divGenerateur,
form.generateur div.divGenerateurErreur{
	padding: 0 !important;
	font-size: 1em !important;
	margin: 0 0 10px 0 !important;
}
form.generateur p.erreur input,
form.generateur p.erreur textarea{
	border: 1px solid red;
}
form.generateur label,
form.formulaire label,
#newsletter_iframe div label{
	display: block;
	float: none !important;
	font-size: 0.84em;
	text-align: left !important;
	width: 100% !important;
	padding: 0 !important;
	line-height: normal !important;
	margin:0 0 5px !important;
	color: #f90;
}

form.generateur .noFloatingLabel{
	color: #5e5e5e;
}
.formulaire_contact p label span{
	color: red;
	display: inline-block;
}

form select{
	width:100%;
}
form.generateur textarea,
form.formulaire textarea{
	padding-top: 5px;
	height: 120px;
}
form .form_left textarea{
	height: 160px;
}
/* styliser la couleur des placeholders dans les inputs */ 
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}
input:-ms-placeholder,
textarea:-ms-placeholder {
	color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}
input.placeholder,
textarea.placeholder {
	color: #999;
}
input[placeholder],
textarea[placeholder]{
	color: #999;
}
/* ville + code postal */
.cp_ville{
	letter-spacing: normal;
}
.cp_ville p{
	width: 31.914945%;
	letter-spacing: normal;
	display: inline-block;
}
.cp_ville p #field_14{
	width: 80% !important;
}
.cp_ville p+p{
	width: 65.957553%;
	float: right;
}
/* inscription newsletter bouton radio + checkbox */
.formulaire_contact input[type='checkbox'],
.formulaire_contact input[type='radio']{
	width: auto !important;
	margin-right: 5px;
}
.divGenerateur ul,
.divGenerateur li{
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.divGenerateur label.optional{
	display: none;
}
.divGenerateur li label{
	display: block;
	width: 100%;
}
/* bouton submit */
form.generateur p.submit,
form.formulaire p.submit,
#form_newsletter input[type="submit"]{
	clear: both;
	text-align: right;
	margin: 30px 0 0!important;
}
form.generateur input[type="submit"],
form.formulaire input[type="submit"],
#form_newsletter input[type="submit"],
.news input[type="button"],
.recherche_actu input[type="submit"]{
	border: none !important;
	color: #fff;
	background: #5e5e5e;
	display: inline-block !important;
	vertical-align: bottom;
	padding: 6px 10px;
	cursor: pointer;
	-moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box;
}
.news input[type="button"] {
	background: none repeat scroll 0 0 transparent;
	color: #333333;
	font-weight: 800;
	height: 25px;
	padding: 3px;
	text-transform: uppercase;
}
form.generateur input[type="submit"]:hover,
form.formulaire input[type="submit"]:hover,
#form_newsletter input[type="submit"]:hover,
.news input[type="button"]:hover{
	color:#aaa;
}
form.generateur .form_right input#field_3,
.rappel_telephonique form.generateur input#field_4{
	max-width:110px;
}
.divGenerateurRequired{
	letter-spacing: normal;
	margin-top: 5px;
}
/* input newsletter */
.news {
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	margin: 0px auto 8px;
	max-width: 960px;
	padding: 10px; 
	text-align: center;
	vertical-align: middle;
	width: 300px;
}
.news #submit_simplenewsletter{
	width:50%;
}
.news #submit_simplenewsletter input#submit_newsletter{
	display: none !important;
}
.news #submit_simplenewsletter input[type="email"]{
	background: none repeat scroll 0 0 #E1E1E1;
	border: medium none;
	height: 33px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
/* Modif Max BIGARD */
.news {
	width: 320px;}
.news #sib_signup_form_2 input[type="email"] {
	 background: #e1e1e1 none repeat scroll 0 0;
    border: medium none;
    height: 33px;
    text-align: center;
    text-transform: uppercase;
}
.news input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #333333;
  font-weight: 800;
  height: 25px;
  padding: 3px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.news input[type="submit"]:hover{
	color: #aaa;}
/* Fin de modification */
#simplenewsletter {
	position: relative;
}
#simplenewsletter.error::before {
	background: none repeat scroll 0 0 #cc0000;
}
#simplenewsletter.valid::before {
	background: none repeat scroll 0 0 #5CA50E;
}
#simplenewsletter::before {
	border-radius: 5px;
	color: #fff;
	content: attr(data-msg);
	display: block;
	left: 112px;
	position: absolute;
	top: -13px;
	padding: 3px 5px;
}
.news label{
	float: none !important;
}
.news #submit_simplenewsletter,
.news label,
.news input[type="button"], div.simplenewsletter_spinner, div#simplenewsletter_newsletter{
	display: inline-block;
	vertical-align: middle
}
.news #mess_newsletter{
	display: block;
	text-align: center;
	font-size: 0.92em;
	line-height:25px;
}
/* infobulle */
form.generateur p.erreur, 
form.generateur div.divGenerateurErreur {
	border:none !important;
}
form.generateur p.erreur span.erreur{
	display: none!important;
}
footer .news label {
	float: none !important;
	font-weight: 800;
	letter-spacing: -0.01em;
	margin-right: 5px;
	text-transform: uppercase;
	vertical-align: middle;
}
.hint,
[data-hint] {
	position: relative;
	display: block;
}
.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 9;
	pointer-events: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
p.erreur.hint:before, p.erreur.hint:after, p.erreur.hint:hover:before, p.erreur.hint:hover:after, p.erreur.hint:focus:before, p.erreur.hint:focus:after,
div.divGenerateurErreur.hint:before, div.divGenerateurErreur.hint:after, div.divGenerateurErreur.hint:hover:before, div.divGenerateurErreur.hint:hover:after, div.divGenerateurErreur.hint:focus:before,div.divGenerateurErreur.hint:focus:after{
	visibility: visible;
	opacity: 1;
}
.divGenerateurErreur{
	clear: both;
	display: block;
}
.hint:before,
[data-hint]:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 5;
}
.hint:after,
[data-hint]:after {
	content: attr(data-hint);
	background: #c02022;
	color: white;
	padding: 4px 8px;
	font-size: 0.84em;
	line-height: 12px;
	white-space: nowrap;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.hint--bottom:before {
	border-bottom-color: #c02022;
}
.hint--bottom:before {
	margin-top: -12px;
	left: 8%;
	bottom: -12px;
}
.hint--bottom:after {
	margin-left: -18px;
	bottom: -32px;
	left: 8%; 
}
.hint--bottom:hover:after, 
.hint--bottom:hover:before, 
.hint--bottom:focus:after, 
.hint--bottom:focus:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	-ms-transform: translateY(8px);
	-o-transform: translateY(8px);
	transform: translateY(8px);
}
/* message validation / erreur */
div.valide,
div.erreur{
	letter-spacing: normal;
	font-weight: normal;
	color: #5e5e5e !important;
	padding: 10px 10px 10px 35px !important;
	position: relative;
	background: none !important;
}
div.valide{
	border: 1px solid #9ac03e;
}
div.erreur{
	border: 1px solid #fb1a49;
}
div.valide:before{
	background: url("../gifs/info_contact.png") left -112px no-repeat;
		content: "";
		display: inline-block;
		height: 12px;
		left: 10px;
		margin-right: 15px;
		position: absolute;
		top: 40%;
		vertical-align: top;
		width: 14px;
}
div.erreur:before{
	background: url("../gifs/info_contact.png") left bottom no-repeat;
		content: "";
		display: inline-block;
		height: 12px;
		left: 10px;
		margin-right: 15px;
		position: absolute;
		top: 40%;
		vertical-align: top;
		width: 14px;
}
div.valide p,
div.erreur p{
	margin: 0 0 0 25px !important;
}
.validation{
	display: none;
}
/* message validation / erreur CONSEILLER A UN AMI */
.errors{
	color: red;
	font-size:0.84em;
	text-align: right;
}

.blue-bg {
	
}

.green-bg {
	
}
/****************************************************************************** FOOTER */
footer {
	margin: 20px 0 11px;
	position: relative;
	text-align: center;
}
footer form#sib_signup_form_2 p.sib-alert-message-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
footer:after {
	background: none repeat scroll 0 0 #CCCCCC;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 46px;
}
footer > section {
	display: inline-block;
	margin: auto;
	max-width: 1050px;
	padding: 20px 0;
	position: relative;
	text-align: center;
	z-index: 5;
}
footer > section a {
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	filter : alpha(opacity=60);
	opacity : 0.6;
}
footer > section a:hover {
	filter : alpha(opacity=100);
	opacity : 1;
}
.adresse_footer{
	display: inline-block;
}
.navigation {
	cursor: pointer;
	float: right;
}
.navigation:hover {
	text-decoration:underline;
}
/* footer box */
.black {
	background:url(../gifs/black.png) repeat;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	display:none;
}
.close {
	background:url(../gifs/close.png) no-repeat;
	width:28px;
	height:29px;
	display:block;
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
}
#navigation_frame {
	display: none;
	background: #fff;
	padding: 10px;
	position: fixed;
	left:50%;
	width: 940px;
	z-index: 70;
	margin-left:-480px;
	top: 300px;
}
#navigation_frame a:hover {
	text-decoration:underline;
}
.lien_footer {
	width:940px;
	display: table;
	border-spacing:15px;
}
#navigation_frame ul {
	display: table-cell;
	padding-left:5px;
	border-left:1px solid #999;
}
#navigation_frame ul.last_link{
	min-width:250px;
}
#navigation_frame ul li ul {
	display: block;
	border: none;
}
#navigation_frame ul li ul li a {
	font-size:0.84em;
}
/* logo footer */
a.logo_footer {
	width:200px;
	display: table-cell;
	background:#ccc;
}
a.logo_footer:hover {
	-webkit-opacity:.8;
	-moz-opacity:.8;
	opacity:.8;
}
/****************************************************************************** BLOC REFERENCEMENT */
.ref_close {
	position: fixed;
	right: -97.3%;
	bottom: 0;
	color: #fff;
	text-decoration: none;
	width: 95.5%;
	-webkit-border-radius: 30px 0 0 0 / 30px 0 0 0;
	-moz-border-radius: 90px 0 0 0 / 90px 0 0 0;
	-ms-border-radius: 30px 0 0 0 / 30px 0 0 0;
	border-radius: 90px 0 0 0 / 90px 0 0 0;
	cursor: pointer;
	background-color: #222;
	padding: 4px 2% 4px 2.5%;
	min-height: 28px;
	z-index: 15;
}

.ref_close .plus_ref {
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 6px;
	background: url(../gifs/plus_ref.png) no-repeat;
	bottom: 3px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}

.rotate_plus {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contenu_ref {
	position: relative;
	float: right;
	display: block;
	width: 98%;
}
/* pagination actu + BDD */
.paginationControl {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  letter-spacing: normal;
  padding: 30px 10px;
  text-align: center;
  clear: both;
}
.paginationControl a, .paginationControl span {
  border: 1px solid #888888;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  width: 75px;
}
.paginationControl a:hover {
  background: none repeat scroll 0 0 #565656;
  border-color: #565656;
  color: #fff;
}

.paginationControl .current{
	opacity: 0.5;
}
.social_link { 
  float: right;
}


.sliders_index{
	font-size: 0;
	position: relative;
}
.sliders_index:before{
	content: url('../gifs/top-left-corner.png');
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.sliders_index:after{
	content: url('../gifs/right-bottom-corner.png');
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.sliders_index > div {
	font-size: 12px;
	vertical-align: top;
	position: relative;
	z-index: 1;
}




.sliders_index .slider_expo {
	display: inline-block;
	height: 636px;
	margin-right: 0.7246376811594203%;
	max-width: 357px;
	width: 32.33695652173913%;
}
.sliders_index .slider_expo .bx-wrapper{
	width: 100%;
	height: 100%;
}
.sliders_index .slider_expo li{
	width: 100%!important;
	height: 100%;
	background-position: center;
	position: relative;
}
.sliders_index .slider_expo li{ background-size: cover; background-attachment: scroll; background-position: center; }
.sliders_index .slider_expo .slide01{ background-image: url(../gifs/slide1-1.jpg) }
.sliders_index .slider_expo .slide02{ background-image: url(../gifs/slide1-2.jpg) }
.sliders_index .slider_expo .slide03{ background-image: url(../gifs/slide1-3.jpg) }
.sliders_index .slider_expo .slide04{ background-image: url(../gifs/slide1-4.jpg) }

.slider_expo figcaption, .slider_histoire figcaption, .encart_visite figcaption , .slider_collection figcaption, .actusHome figcaption {
	background: url("../gifs/tr.png") repeat scroll 0 0 transparent;
	bottom: 0;
	color: #FFFFFF;
	left: 0;
	position: absolute;
	right: 0;
	text-align: right;
	padding: 10px 10px 33px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	z-index: 30;
}
.slider_collection figcaption {
	text-align: left;
	display:  none;
}
.encart_visite figcaption, .actusHome figcaption {
	text-align: left;
}

.sliders_index figcaption span strong, .actusHome figcaption span strong{
	display: block;
	font-size: 1.7em;
	font-weight: 700;
	letter-spacing: -0.05em;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}
.sliders_index .bx-viewport a {
	display: block;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 25;
	background: rgba(0,0,0,0);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	text-decoration: none;
}
.sliders_index .bx-viewport a span { 
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 100%;
  color: #222222;
  display: block;
  font-size: 1.2em;
  height: auto;
  line-height: 1.4em;
  margin: 200px auto 0;
  opacity: 0; 
  padding: 63px 0;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(-20px);
  transition: all 0.35s ease 0s;
  width: 174px;
	display: none\9;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
		-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);

	transition: all 0.35s;
}
.sliders_index .slider_histoire .bx-viewport a span { 
  height: 100px;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 0;
  margin: 5px auto;
}
.sliders_index .bx-viewport a span strong {
  display: block;
  font-size: 1.4em;
  font-weight: 800;
  word-wrap: break-word; 
  text-decoration: none;
}
.sliders_index .bx-viewport a:hover{
	background: rgba(0,0,0,0.3);
}
.sliders_index .bx-viewport a:hover span{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);

}

.slider_expo figcaption span, .slider_histoire figcaption span, .encart_visite figcaption span {
	display: block;
	text-transform: uppercase;
}
.slider_expo figcaption span .date, .slider_histoire figcaption span .date{
	font-size:1.1em;
}
.slider_expo .bx-viewport {
	z-index: 2;
	height: 100%!important;
}
.slider_expo .bx-viewport ul {
	height: 100%!important;
	width:100%!important;
}
.bx-controls.bx-has-controls-direction {
	position: relative;
	z-index: 99;
}
.sliders_index .actusHome .bx-controls-direction,
.sliders_index .slider_expo .bx-controls-direction,.sliders_index .slider_collection .bx-controls-direction, .sliders_index .slider_histoire .bx-controls-direction {
	bottom: 8px;
	position: absolute;
	right: 11px;
	z-index: 30;
}
.sliders_index .actusHome .bx-controls-direction a,
.sliders_index .slider_expo .bx-controls-direction a, .sliders_index .slider_collection .bx-controls-direction a, .sliders_index .slider_histoire .bx-controls-direction a {
	background: url("../gifs/prev.png") no-repeat scroll center center #FFFFFF;
	display: inline-block;
	height: 18px;
	margin: 0 0 0 1px;
	text-indent: -9999px;
	width: 24px;
}
.sliders_index .actusHome .bx-controls-direction a.bx-next,
.sliders_index .slider_expo .bx-controls-direction a.bx-next, .sliders_index .slider_collection .bx-controls-direction a.bx-next, .sliders_index .slider_histoire .bx-controls-direction a.bx-next {
	background: url("../gifs/next.png") no-repeat scroll center center #FFFFFF;
}
.sliders_index .actusHome .bx-controls-direction a:hover,
.sliders_index .slider_expo .bx-controls-direction a:hover, .sliders_index .slider_collection .bx-controls-direction a:hover, .sliders_index .slider_histoire .bx-controls-direction a:hover {
	opacity: 0.5;
}

.sliders_index .slider_collection .bx-controls-direction{
	display: none;
}


.sliders_index .right_part{
	display: inline-block;
	max-width: 739px;
	width: 66.93840579710145%;
	font-size: 0;
}
.sliders_index .right_part > div{
	font-size: 12px;
}

.sliders_index .slider_collection{
	display: block;
	width: 100%;
	height: 303px;
	margin-bottom: 8px;
	position: relative;
}
.sliders_index .slider_collection .bx-wrapper{
	width: 100%;
	height: 100%;
}
.sliders_index .slider_collection .bx-viewport, .sliders_index .slider_collection .bx-viewport ul{
	height: 100%!important;
	width:100%!important;
}
.sliders_index .slider_collection li{
	max-width: 739px;
	width: 100%!important;
	height: 100%;
	background-position: center;
	position: relative;
}
.sliders_index .slider_collection li a span{
	margin: 67px 0 0 20%;
}
.sliders_index .slider_collection li{ background-size: cover; background-attachment: scroll; background-position: center; }
.sliders_index .slider_collection .slide01{ background-image: url(../gifs/slide2-1.jpg) }
.sliders_index .slider_collection .slide02{ background-image: url(../gifs/slide2-2.jpg) }
.sliders_index .slider_collection .slide03{ background-image: url(../gifs/slide2-3.jpg) }
.nav_slider {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	height: 100%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 223px;
	z-index: 35;
}
.slider_collection .nav_slider li {
	color: #FFFFFF;
	height: auto;
	opacity: 0.6;
	padding: 25px 0;
	position: relative;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	cursor: pointer;
}
.slider_collection .nav_slider li + li:before {
	background: none repeat scroll 0 0 #FFFFFF;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}
.slider_collection .nav_slider li:hover, .slider_collection .nav_slider li.active {
	opacity: 1;
}
.slider_collection .nav_slider li strong {
	display: block;
	font-size: 2em;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}
.slider_collection .nav_slider li span {
	display: block;
	text-transform: uppercase;
}
.slider_collection .nav_slider li span+span {
	font-style: italic;
}




.sliders_index .slider_histoire {
	display: inline-block;
	height: 184px;
	position: relative;
	width: 64.95263870094723%;
	margin-left: 1.08254397834912%; 
	margin-bottom: 10px;
	vertical-align: top;
}
.sliders_index .slider_histoire .bx-wrapper{
	width: 100%;
	height: 100%;
}
.sliders_index .slider_histoire .bx-viewport, .sliders_index .slider_histoire .bx-viewport ul{
	height: 100%!important;
	width: 100%!important;
}
.sliders_index .slider_histoire li{
	max-width: 739px;
	width: 100%!important;
	height: 100%;
	background-position: center;
	position: relative;
}
.sliders_index .slider_histoire li{ background-size: cover; background-attachment: scroll; background-position: center; }
.sliders_index .slider_histoire .slide01{ background-image: url(../gifs/slide3-1.jpg) }
.sliders_index .slider_histoire .slide02{ background-image: url(../gifs/slide3-2.jpg) }
.sliders_index .slider_histoire .slide03{ background-image: url(../gifs/slide3-3.jpg) }
.slider_histoire figcaption {
	text-align: left;
}
.sliders_index .slider_histoire .bx-controls-direction, .sliders_index .slider_collection .bx-controls-direction, .sliders_index .actusHome .bx-controls-direction {
	right: auto;
	left: 11px;
}
.sliders_index .slider_histoire li a span{
	margin: 20px auto 0;
}




.sliders_index .encart_visite{
	display: inline-block;
	max-width: 480px;
	position: relative;
	width: 64.95263870094723%;
	height: 130px; 
	margin-left: 1.08254397834912%; 
	background-size:  cover;
	background-position:  center;
	background-attachment: scroll;
	background-image: url(../gifs/bg_visite.jpg);
} 
.sliders_index .encart_visite.tablette{
	background: url(../gifs/bg_visite_roubaix.jpg) no-repeat center;
} 
.sliders_index .encart_visite.tablette figcaption {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.61);
}
.sliders_index .encart_visite figcaption span {
  color: #fff;
  display: block;
  text-decoration: none;
}
.sliders_index .encart_visite:hover figcaption span{
	opacity: 0.7; 
}
/*.sliders_index .encart_visite figcaption span:after {
	content: url("../gifs/360.png");
	left: 178px;
	position: absolute;
	top: 23px;
}*/
.sliders_index .encart_visite.tablette figcaption span:after {
	display: none;
}
.encart_visite a#visiteVirtuelle {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  transition: all 0.35s ease 0s;
  z-index: 25;
}
.encart_visite figcaption a {
  display: block;
  text-decoration: none !important;
}
.encart_visite a#visiteVirtuelle span {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 100%;
  color: #222222;
  display: block;
  font-size: 1.1em;
  height: 110px;
  line-height: 1.4em;
  margin: 10px 5% 0 auto;
  opacity: 0;
  padding: 34px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(-20px);
  transition: all 0.35s ease 0s;
  width: 110px;
}
.encart_visite a#visiteVirtuelle span strong {
  display: block;
  font-size: 1.3em;
  font-weight: 800;
  text-decoration: none;
  word-wrap: break-word;
}
.encart_visite:hover a#visiteVirtuelle span {
  opacity: 1;
  transform: translateY(0px);
}
.encart_visite:hover figcaption {
 opacity: .0;
}

.sliders_index .info_bulle {
	left: 52.8%;
	position: absolute;
	top: 273px;
	z-index: 99;
}

.sliders_index .info_bulle .info {
	background: url("../gifs/info.png") no-repeat scroll center center #FFFFFF;
	border-radius: 100% 100% 100% 100%;
	display: block;
	height: 72px;
	position: relative;
	width: 72px;
	z-index: 15;
}
.sliders_index .info_bulle:hover .info, .sliders_index .info_bulle.active .info{
	background: url(../gifs/info-hover.png) no-repeat center #5099b5;
}
.sliders_index .info_bulle .menu {
	background: url("../gifs/hover-info.png") no-repeat scroll center center #FFFFFF;
	border-radius: 100% 100% 100% 100%;
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 0;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s; 
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);	
}
.sliders_index .info_bulle:hover .menu, .sliders_index .info_bulle.active .menu {
	height: 170px;
	left: -48px;
	top: -51px;
	width: 170px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sliders_index .info_bulle .info_horaires {
	left: 69px;
	position: absolute;
	top: 12px;
}
.sliders_index .info_bulle .info_agenda {
	position: absolute;
	right: 12px;
	top: 70px;
}
.sliders_index .info_bulle .info_mail {
	left: 69px;
	position: absolute;
	bottom: 12px;
}
.sliders_index .info_bulle .info_plan {
	position: absolute;
	left: 12px;
	top: 70px;
}
.sliders_index .info_bulle li a:hover {
	opacity: 0.5;
}




.side_bar {
	height: 100%;
	margin-right: -614px;
	position: absolute;
	right: 50%;
	top: 0;
	z-index: 30;
}
.side_bar:after {
	background: none repeat scroll 0 0 #CCCCCC;
	content: "";
	height: 100%;
	position: absolute;
	right: 20px;
	top: 0;
	width: 1px;
}
.side_bar .elements {
	position: relative;
	top: 327px;
}
.side_bar .recherche {
	background: url("../gifs/ico-recherche.png") no-repeat scroll right center #333333;
	background: url("../gifs/ico-recherche.png") no-repeat scroll right 5px top 50% #333333;
	border: 2px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	padding: 9px 24px 9px 18px;
	position: relative;
	right: 0;
	float: right;
	z-index: 99;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.side_bar .recherche:hover {
	padding: 9px 46px 9px 18px;
}
.side_bar .recherche .content_form {
	overflow: hidden;
	width: 1px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
}
.side_bar .recherche:hover .content_form {
	width: 285px;
	opacity: 1;
}
.side_bar .recherche .content_form form{
	width: 285px;
}
.side_bar .recherche form input[type="text"] {
	width: 240px;
	border: none;
}
.side_bar .recherche form input[type="submit"] {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #FFFFFF;
	font-weight: 800;
}
.side_bar .agenda {
	background: url("../gifs/ico-agenda.png") no-repeat scroll center center #333333;
	border: 2px solid #FFFFFF;
	border-radius: 25px 25px 25px 25px;
	display: block;
	height: 40px;
	overflow: hidden;
	position: relative;
	float:right;
	clear: both;
	right: 0px;
	width: 41px;
	z-index: 5;
	margin-top: 6px;
}
.side_bar .contact {
	background: url("../gifs/info-mail-white.png") no-repeat scroll center center #333333;
	border: 2px solid #FFFFFF;
	border-radius: 25px 25px 25px 25px;
	display: block;
	height: 40px;
	overflow: hidden;
	position: relative;
	float: right;
	clear: both;
	right: 0px;
	width: 41px;
	z-index: 5;
	margin-top: 6px;
}
.side_bar .plan {
	background: url("../gifs/ico-plan.png") no-repeat scroll center center #333333;
	border: 2px solid #FFFFFF;
	border-radius: 25px 25px 25px 25px;
	display: block;
	height: 40px;
	overflow: hidden;
	position: relative;
	float: right;
	clear: both;
	right: 0px;
	width: 41px;
	z-index: 5;
	margin-top: 6px;
}
.side_bar #box_ami, div.raf_share_buttons {
	display: inline-block;
	height: 40px;
	overflow: hidden;
	position: relative;
	clear: both;
	right: 0px;
	width: 41px;
	z-index: 5;
	top: 10px;
}
div.raf_share_buttons a{
	display: block;
    height: 40px;
    margin-top: 4px;
    text-align: center;
}

.side_bar .facebook, .side_bar .twitter {
	background: url("../gifs/ico-facebook.png") no-repeat scroll right center #333333;
	background: url("../gifs/ico-facebook.png") no-repeat scroll right 5px top 50% #333333;
	border: 2px solid #FFFFFF;
	border-radius: 25px 25px 25px 25px;
	display: block;
	height: 40px;
	overflow: hidden;
	position: relative;
	float: right;
	clear: both;
	right: 0px;
	width: 41px;
	z-index: 5;
	margin-top: 6px;
}
.side_bar .facebook .content_form, .side_bar .twitter .content_form {
	width: 1px;
	opacity: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	overflow: hidden;
	transition: all 0.35s;
}
.side_bar .facebook .content_form .inline, .side_bar .twitter .content_form .inline {
	width: 200px;
}
.side_bar .facebook:hover .content_form, .side_bar .twitter:hover .content_form {
	width: 155px;
	opacity: 1;
}
.side_bar .twitter {
	background: url("../gifs/ico-twitter.png") no-repeat scroll right center #333333;
	background: url("../gifs/ico-twitter.png") no-repeat scroll right 5px top 50% #333333;
}

.side_bar .instagram {
	background: url("../gifs/ico-instagram.png") no-repeat scroll center center #333333;
	border: 2px solid #FFFFFF;
	border-radius: 25px 25px 25px 25px;
	display: block;
	height: 40px;
	overflow: hidden;
	position: relative;
	float: right;
	clear: both;
	right: 0px;
	width: 41px;
	z-index: 5;
	margin-top: 6px;
}

.side_bar .imprimer {
	background: url("../gifs/ico-imprimer.png") no-repeat scroll center center #333333;
	border: 2px solid #FFFFFF;
	border-radius: 25px 25px 25px 25px;
	display: block;
	height: 40px;
	overflow: hidden;
	position: relative;
	float: right;
	clear: both;
	right: 0px;
	width: 41px;
	z-index: 5;
	margin-top: 6px;
}
.side_bar a, .side_bar div {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.side_bar div a:hover, .side_bar div div:hover {
	background-color: #000;
}
.choix_expo {
  float: right;
  margin-bottom: 5px;
}
.choix_expo > li {
  display: inline-block;
}
.choix_expo li a {
  background: none repeat scroll 0 0 #ccc;
  color: #fff;
  display: block;
  margin-left: 1px;
  padding: 5px 10px;
}
.choix_expo li a:hover, .choix_expo li a.selected {
  background: none repeat scroll 0 0 #464646;
}
.listing {
	font-size: 0;
	text-align: left;
	clear: both;
}
.listing > a {
	display: inline-block;
	margin: 0.1%;
	position: relative;
	width: 24.8%;
	overflow: hidden;;
}
.listing.newsletterContent  > a{
	display: inline-block;
	background: #15A2DA;
	text-decoration: none;
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #fff;
	}
.listing.newsletterContent  > a:hover{
	background: #212121;}
.listing a .title {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) ;
  bottom: 0;
  opacity: 1;
  color: #ffffff;
  display: block;
  font-size: 18px;
  left: 0;
  padding: 9px;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: uppercase;
  z-index: 2;
	-webkit-transition: all 0.4s ease-in;
		 -moz-transition: all 0.4s ease-in;
			-ms-transition: all 0.4s ease-in;
			 -o-transition: all 0.4s ease-in;
					transition: all 0.4s ease-in;
}

@media screen and (max-width: 600px) {
	.listing a .title {
		opacity: 1;
		bottom: 0;
	}
}

#blockActuTitle .title {
	opacity: 100 !important;
  }
.listing a.blockActus{
	text-decoration: none !important;
	display: block;
	width: 50%;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin-left: 0;
	margin-right: 0;
	}
.listing a.blockActus:nth-child(odd){
	float: left;
	clear: left;
	padding-right: 20px;}
.listing a.blockActus:nth-child(even){
	float: right;
	clear: right;
	padding-left: 20px;}
.listing a.blockActus .title{
	display: block;
	position: relative;
	left:auto;
	top:auto;
	bottom:auto;
	color: #212121;
	background: none;
	
	}
.listing a.blockActus .date_article{
	display: block;
	position: relative;
	left:auto;
	top:auto;
	bottom:auto;
	color: #212121;
	background: none;
	font-size: 12px;
	
	}
.listing a.blockActus .excerpt{
	color: #212121;
	display: block;
	
	}
.listing a.blockActus .excerpt span{
	color: #212121;
	display: block;
	font-size: 15px;
	margin-bottom: 20px;
	
	}
.listing a.blockActus .excerpt:after{
	content: '';
	display: block;
	clear: right;}
.listing a.blockActus span.btn{
	font-size: 12px;
	float: right;
	padding: 5px 10px;
	color: #fff;
	background: #212122;
	}
.listing a.blockActus span.btn:hover{
	color: #212121;
	background: #E1E1E1;
	}
.listing.newsletterContent  a .title{
	background: none;
	display: block;
	position: relative;
	left:auto;
	bottom:auto;
	right:auto;
	text-decoration: none;}
.listing.newsletterContent  a .title span{
	text-decoration: none;}

.listing a:hover .title {
	bottom: 0;
	opacity: 1;
}
.listing a.blockActus:hover .title {
	bottom: auto;
	opacity: 1;
}
.listing .title strong {
	display: block;
	font-size: 1.5em;
	line-height: 0.73em;
}
.listing_expo .title strong {
  font-size: 1.1em;
  line-height: 0.9em;
}
.listing .title span {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #333333;
	display: inline-block;
	font-size: 0.7em;
	font-weight: 600;
	margin-left: 2px;
	margin-top: 9px;
	padding: 4px 7px 5px;
}
.listing .title span.excerpt {
	background: none;
	color: #fff;
	display: block;
	font-size: 0.7em;
	font-weight: 400;
	margin-left: 2px;
	margin-top: 9px;
	padding: 4px 7px 5px;
	text-transform: none;
	font-size: 1.2em;
}
.listing a img {
	max-width: none;
	width: 100%;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
.listing a.blockActus img {
	float: left;
	width: 37%;
	height: auto;
	margin: 0 20px 20px 0;
}
.listing a:hover img {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}

.detail{
	font-size: 0;
	text-align:right
}
.page-id-108 .detail{
	text-align: left;} 
.detail .visuel{
  display: inline-block;
  width: 49%;
  font-size: 14px;
  vertical-align: top;
  position: relative;
}
.page-id-3062 .detail .visuel{
	display: none !important;}
.detail .bx_detail img {
  width: 100%;
}
#content.newsletterContent .detail .detail_content {
  display: block;
  width: auto;

}
.page-id-108 .detail .plan_acces {
	margin-top: 20px;} 
.detail .detail_content {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  vertical-align: top;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
		  text-align:left;
}

.oa_event {
	min-height: 200px !important;
}

.page-id-3062  .detail .detail_content {
display: block;
  width: 100%;

}
#gallery-2 .gallery-item{
	margin-top: 0!important;}
#gallery-2 img{
	vertical-align: top!important;
	border: 1px solid  #fff!important;}
.detail_content p, .detail ul li {
  color: #777777;
  font-family: arial;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.detail .bx_miniature img:hover {
  opacity: 0.5;
  cursor: pointer;
}
.detail_content li {
  list-style-image: url("../gifs/puce.jpg");
  list-style-position: inside;
}
.detail_content ul ul {
  margin-left: 21px;
}
.detail ul ul {
  margin-top: 9px;
}
.detail_content  .commissariat {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 30px;
}
.detail .visuel figcaption {
  bottom: 0;
  left: 100%;
  min-width: 100%;
  padding: 5px 20px;
  position: absolute;
}
.detail .visuel.legende_relative figcaption {
  bottom: auto;
  left: auto;
  padding-left: 0;
  position: relative;
}

.detail .visuel figcaption span{
	display: block;
}
.detail h1 {
  color: #333;
}
.detail .date {
  display: block;
  text-align: right;
  margin-top: 25px;
}
.detail .content_miniatures {
		margin: 0 0;
}

.content_miniatures .bx-wrapper {
	margin: 0!important;
} 



/**************************************************************************************  Style Plan d'accès *********/
.plan_acces {
  position: relative;
}
.plan_acces .infos_plan {
  background: url("../gifs/plan.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 13px;
  height: 212px !important;
  padding: 10px 10px;
}
.disable {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.plan_acces .infos_plan h2 {
  font-weight: 200;
  line-height: 0.9em;
  margin: 9px 0 7px;
  text-transform: uppercase;
}
.plan_acces .infos_plan h2 strong{
  display: block;
}

/**************************************************************************************  Style Contact *********/
div.wpcf7 {
  max-width: 400px;
  background: #f1f1f1;
  padding: 30px!important;
  color: #fff!important;
}

div.wpcf7 #telephone{
	max-width: 100px;
}
div.wpcf7 #codepostal{
	max-width: 50px;
}

.detail_content form p {
  color: #777777;
  font-family: arial;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 10px;
  text-align: justify;
}
.detail_content form input {
  border: 1px solid #b6b6b6;
  height: 31px;
  text-indent: 7px;
  width: 100%;
}
.detail_content form textarea {
  border: 1px solid #b6b6b6;
  text-indent: 7px;
  width: 100%;
}
.titre_contact {
  background: #2e2e2e;
  display: block;
  color: #fff;
  padding: 4px 2px 2px 6px;
}
.formulaire_contact a{
	text-decoration: underline;
}
.formulaire_contact a:hover{
	color:#999;
}
.formulaire_contact.all_contact {
  font-size: 0;
}
.formulaire_contact.all_contact > div {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  line-height: 1.3em;
  padding: 20px 20px 0;
  vertical-align: top;
  width: 33.3333%;
}
.formulaire_contact.all_contact > div >div {
	margin-bottom: 35px;
}
/**************************************************************************************  Style Tarifs *********/
.bulles_prix {
	text-align: center;
}
.bulle_prix {
  background: none repeat scroll 0 0 #689da3;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  margin-bottom: 28px;
  margin-top: 5px;
  padding: 40px 18px;
  text-align: center;
}
.bulle_prix + .bulle_prix {
  background: none repeat scroll 0 0 #a0a469;
  margin-left: 15px;
}
.bulle_prix > strong {
  font-size: 1.2em;
  text-transform: uppercase;
}
.bulle_prix > span {
  font-family: arial;
  font-size: 10px;
}
.bulle_prix > span.prix {
  font-size: 2.5em;
  font-weight: 800;
  letter-spacing: -0.1em;
}
.bulle_prix span.reduit {
  left: 22px;
  position: relative;
  top: -7px;
}
/**************************************************************************************  Style Divers *********/
.fiche_contact {
  background: none repeat scroll 0 0 #e8e8e8;
  display: inline-block;
  margin-bottom: 20px;
  padding: 18px;
  line-height: 18px;
  color: #777777;
  font-family: arial;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 15px;
  text-align: justify;

}

.lien_dl{
	margin-top: 20px;
}
.lien_dl > a {
  background: url("../gifs/download.png") no-repeat scroll right 50% #2e2e2e;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  padding: 10px 52px 10px 12px;
  -webkit-transition: all .25s ease-in;
     -moz-transition: all .25s ease-in;
      -ms-transition: all .25s ease-in;
       -o-transition: all .25s ease-in;
          transition: all .25s ease-in;
}
.lien_dl > a+a {
  margin-left: 9px;
}

.lien_dl > a:hover {
  background: url("../gifs/download.png") no-repeat scroll right 45% #1e1e1e;
}

.google_translate_element {
    position: absolute;
    right: 20px;
    top: 6px;
}
.no_descktop{
	display: none;}
	
.rnb-btn-col-content tr td{
	padding: 0!important;
	padding-top: 0 !important;
	height: auto !important;}
.rnb-btn-col-content tr td span{
	display: block;
	padding: 0!important;}
.rnb-btn-col-content tr td span a{
	display: block;
	padding: 10px 14px 9px;
	cursor: pointer;}
.rnb-btn-col-content tr td span a:hover{
	background: #212121;
	color: #fff!important;}
.main-template table.templateContainer img{
	max-width: 100%!important;
	width: auto!important;
	height: auto!important;}
.rnb-force-col{
	vertical-align: top !important;}
td.msib-right-img table tr td {
	text-align: right;}

.bouton_don {
	background: #33cccc;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    width: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.bouton_don:hover {
	color: #fff;
	background: #147C7C;
}
/***************************************************************************************************************/
/**************************************************************************************  Média Queries *********/
/***************************************************************************************************************/
@media screen and (max-width:1270px) {
	.side_bar {
		margin-right: 0;
		right: 4px;
	}
}
@media screen and (max-width:1170px) {
	.sliders_index .encart_visite {
		width: 64.855%;
	}
	.sliders_index .slider_histoire {
		width: 64.855%;
	}
	.sliders_index .slider_histoire .slide01{ background-image: url(../gifs/slide3-1-tablette.jpg) }
	.sliders_index .slider_histoire .slide02{ background-image: url(../gifs/slide3-2-tablette.jpg) }
	.sliders_index .slider_histoire .slide03{ background-image: url(../gifs/slide3-3-tablette.jpg) }
	.sliders_index .info_bulle {
		left: 62.6%;
		position: absolute;
		top: 273px;
		z-index: 99;

	}
}
@media screen and (max-width:1070px) {
	.top_bar_roubaix {
		display: none;
	}
	.content {
		padding: 0 20px;
	}
	.side_bar {
		height: auto;
		margin-right: auto !important;
		position: relative;
		right: auto !important;
		top: auto !important;
		z-index: 30;
	}
	.side_bar:after {
		background: none repeat scroll 0 0 #CCCCCC;
		content: "";
		display: block;
		height: 1px;
		position: absolute;
		right: 0;
		top: 29px;
		width: 100%;
	}
	.side_bar .elements {
		display: block !important;
		margin: 30px 0 0!important;
		position: relative;
		text-align: center;
		top: auto;
	}
	.side_bar a, .side_bar div {
		clear: none !important;
		display: inline-block !important;
		float: none !important;
		transition: all 0.35s ease 0s;
		vertical-align: middle;
		margin-top: 0!important;
	}
	
	
}


@media screen and (min-width:960px) {
	header .menu{
		left: auto!important;
	}
	header {
	margin-bottom: 20px;
}
	
	#langue {
		width: 145px;
    	float: right;
	}
	
	
}
@media screen and (max-width:960px) {
header .menu li:first-child a{
	text-indent: 0;
	width: 24px;
	padding: 16px 14px 16px;
	background: none;}
	.push_menu {
		position: absolute;
		left: 10px;
		top: 5px;
		width: 31px;
		z-index: 160;
	}
	.push_menu span {
		background: none repeat scroll 0 0 #fff;
		display: block;
		height: 6px;
		margin-bottom: 5px;
		width: 100%;
		-webkit-transition: all 0.35s;
		-moz-transition: all 0.35s;
		-ms-transition: all 0.35s;
		-o-transition: all 0.35s;
		transition: all 0.35s;

		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ie-transform-origin: 50% 50%; 
		transform-origin: 50% 50%;
	}
	.push_menu.close_menu span:last-child{
		display: none;	
	}
	.push_menu.close_menu span:first-child{
		height: 2px;
		-webkit-transform: translateY(4px) rotate(45deg);
		-moz-transform: translateY(4px) rotate(45deg);
		-o-transform: translateY(4px) rotate(45deg);
		transform: translateY(4px) rotate(45deg);
	}
	.push_menu.close_menu span+span{
		height: 2px;
		-webkit-transform: translateY(-3px) rotate(-45deg);
		-moz-transform: translateY(-3px) rotate(-45deg);
		-o-transform: translateY(-3px) rotate(-45deg);
		transform: translateY(-3px) rotate(-45deg);
	}
	header .menu {
		margin-top: 0;
		position: fixed;
		left: -250px;
		top: 0;
		background: #242424;
		height: 100%;
		width: 250px;
		overflow-y: auto;
	}
	header .menu img{
		display: none;
	}
	header .menu li{
		display: block;
	}
	header .menu li .deroule_menu {
		display: block;
		background: url(../gifs/next-menu.png) no-repeat center;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 100%;
	}
	header .menu li + li:before {
		width: 100%;
		background: url(../gifs/border-menu.png) left -650px top no-repeat;
		top: 0;
		left: 0;
		position: absolute;
		height: 1px;
		content: "";
	}
	header .menu li a {
		padding: 16px 14px 16px;
		text-align: left;
	}
	header .menu li a:hover, .menu li a.selected{
		color: #fff;
	}
	#container .menu ul li ul.dropdown, #container .menu ul li ul.dropdown ul.ssdropdown {
		background: #242424;
		display: block;
		left: -250px;
		padding: 0;
		position: fixed;
		text-align: left;
		z-index: 99;
		top: 0;
		width: 250px;
		right: auto!important;
		height: 100%;
		bottom: 0;
	}
	#container .menu ul li ul.dropdown li+li{
		border: none;
	}
	#container .menu ul li ul.dropdown a{
		color: #888888;
		display: block;
		font-family: arial;
		font-size: 0.9em;
		letter-spacing: -0.01em;
		padding: 16px 14px;
		text-transform: uppercase;
		transition: all 0.35s ease 0s;	
	}
	.menu ul li ul.dropdown li.sous_menu a {
		background: none!important;
	}
	#container .menu ul li.back_menu {
		background: #000;
		display: block;
	}
	#container .menu ul li.back_menu a {
			color: #fff;
	}
	.sliders_index .slider_collection li a span {
			margin: 50px 0 0 9%;
	}
	.listing > a {
		display: inline-block;
		position: relative;
		width: 33.0667%;
		margin: 0.1%;
		overflow: hidden;
	}
	.listing > a.empty {
			display:  none;
	}
	footer .partenaire{
		display: none;
	}
	
}
@media screen and (min-width:800px) {
	.boutons_menu {
		display: none;
	}
	#agenda {
		top: 0;
		bottom: inherit;
		height: auto;
		position: relative;
		margin-bottom: 25px;
	}
}
@media screen and (max-width:800px) {
	.boutons_menu {
		position: absolute;
		right: 0;
		top: 4px;
		display: flex;
    	flex-direction: row;
	}
	.boutons_menu p {
		text-transform: uppercase;
		font-weight: 300;
		font-size: 11px;
	}
	.boutons_menu a {
		color: #fff;
		padding: 0 10px;
    	border-left: 1px solid #fff;
	}
	.sliders_index .slider_expo {
		display: block;
		height: 307px;
		margin-right: 0;
		max-width: none;
		width: 100%;
		margin-bottom: 8px;
	}
	.sliders_index .slider_histoire {
		width: 100%;
		margin-left: 0;
	}
	.sliders_index .bx-viewport a span {
		margin: 12px auto 0;
	}
	.sliders_index .slider_expo .bx-wrapper, .sliders_index .slider_expo li {
		height: 100%;
		width: 100%!important;
	}
	.sliders_index .right_part {
		display: block;
		max-width: none;
		width: 100%;
	}
	.sliders_index .slider_collection{
		max-width: none;
		margin-top: 8px;

	}
	.sliders_index .slider_collection li {
		max-width: none;
	}
	.sliders_index .slider_expo .slide01{ background-image: url(../gifs/slide1-1-tablette.jpg) }
	.sliders_index .slider_expo .slide02{ background-image: url(../gifs/slide1-2-tablette.jpg) }
	.sliders_index .slider_expo .slide03{ background-image: url(../gifs/slide1-3-tablette.jpg) }
	.sliders_index .slider_expo .slide04{ background-image: url(../gifs/slide1-4-tablette.jpg) }

	.sliders_index .info_bulle {
		left: 44.2%;
		position: absolute;
		top: 290px;
		z-index: 99;
	}

	.formulaire_contact.all_contact > div {
		  width: 100%;
	}
.sliders_index .slider_collection{
		width: 63.953%;
		float: right;
		height: 316px;}
.encart_visite{display:  none!important;}
}
@media screen and (max-width:760px) {
	.side_bar .recherche {
		float: none;
		margin: 0 auto;
		max-width: 248px!important;
		display:  block!important;
		padding: 9px 24px 9px 18px!important;
	}
	.side_bar .recherche .content_form {
		opacity: 1;
		width: 200px!important;
		text-align: left;
	}
	.side_bar .recherche form input[type="text"] {
		width: 170px;
	}
	#agenda .content_agenda > div.right_part {
		float: none;
		max-width: none;
		width: auto;
		display: block;
		margin-bottom: 0;
	}	
	#agenda .right_part .tri_periode li {
		display: inline-block;
	}
	#agenda .content_agenda > div.left_part {
		margin-top: 10px;
		width: auto;
	}
	.autre_tri {
		font-size: 0;
	}
	#agenda .right_part .autre_tri li {
		display: inline-block;
		font-size: 14px;
		width: 48%;
	}
	#agenda .right_part .autre_tri li + li {
		margin-left: 4%;
	}
	
}
@media screen and (max-width:700px) {
	.listing > a {
	  width: 49.6%;
	}
}
@media screen and (max-width:660px) {
	.side_bar .facebook{
		display: none!important;
	}
}
@media screen and (max-width:650px) {
	.no_descktop{
	display: block;}
}
@media screen and (max-width:600px) {
	.google_translate_element {
    position: relative;
    right: auto;
    top: auto;
    text-align: left;
    bottom: 2px;
    margin-top: 6px;
    margin-left: -40px;
}
.top_bar_roubaix{
	bottom: 30px;
	left: 33px;}
#agenda:after{
	left: auto;
	right: 50px;
	margin: 0 0 0 0;}
#agenda.printed:after{
	bottom: 12px;}
.top_bar {
    left: 50px;
    text-align: right;
    margin-right: 80px;
}
	.top_bar:after {
		display: none;
	}
	.detail .detail_content {
	  display: block;
	  padding: 0 30px;
	  width: auto;
	}
	.detail .visuel {
	  display: block;
	  width: auto;
	}
	.push_menu {	    
		left: 10px;
		top: 12px;
		width: 31px;
		z-index: 160;
	}
	.push_menu span {
		background: none repeat scroll 0 0 #FFFFFF;
		height: 4px;
		margin-bottom: 5px;
	}
	.push_menu.close_menu {
		top: 13px;
	}
	#agenda .content_agenda > div.right_part {
		text-align: center;
	}
		.side_bar{
		display:  none!important;

	}

	
}
@media screen and (max-width:480px) {
	.right_part {
		display: flex !important;
		flex-direction: column-reverse;
	}
	footer {
	   margin-bottom: 55px;
	}
	.listing a.blockActus{
		display: block;
		float: none !important;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;}
	#gallery-2 .gallery-item{
		width: 50% !important;}
	.top_bar{
		left:40px;
		font-size: 0.9em;
		}
	h1{
		text-align: center;
	}
	h1 span{
		display: block;
	}
	.ariane{
		text-align: center;
	}
	.detail .date {
		text-align: center;
	}
	.detail .detail_content {
	  padding: 0 10px;
	}	
	.detail .visuel img{
		margin-top: 15px;
	}
	.detail .visuel figcaption {
		text-align: center;
	}
	.detail .detail_content {
		margin-top: 25px;
	}
	.sliders_index .info_bulle {
		left: 38.2%;
		position: absolute;
		top: 273px;
		z-index: 99;
	}
	.logo {
		display: inline-block;
		position: relative;
		padding: 20px;
		width: 100%;
		max-width: 291px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ie-box-sizing: border-box;
		box-sizing: border-box;
	}
	.baseline {
		bottom: 22px;
	}
	.baseline:before, .baseline:after {
		left: -16px;
		width: 12px;
	}
	.baseline:after {
		left: auto;
		right: -17px;
		width: 10px;
	}
	header .middelise {
		display: inline-block;
		min-height: auto !important;
		vertical-align: middle;
	}
	/* header section .scroll_mobile {
		bottom: 35px;
		left: 50%;
		margin: 0 0 0 -35px;
		position: absolute;
		display: block;
	} */
	.content {
		padding: 0;
	}
	.sliders_index .slider_expo {
		margin-bottom:  15px;
	}
	.slider_expo figcaption {
		bottom: 70px;
	}
	.sliders_index .slider_expo .bx-controls-direction{
		bottom: 120px;
	}
	.sliders_index .slider_expo .slide01{ background-image: url(../gifs/slide1-1.jpg) }
	.sliders_index .slider_expo .slide02{ background-image: url(../gifs/slide1-2.jpg) }
	.sliders_index .slider_expo .slide03{ background-image: url(../gifs/slide1-3.jpg) }
	.sliders_index .slider_expo .slide04{ background-image: url(../gifs/slide1-4.jpg) }
	.sliders_index:before, .sliders_index:after{
		display: none;
	}
	.sliders_index .encart_visite {
		margin: 0;
		width: 100%;
	}
	.sliders_index .slider_histoire {
		width: 100%;
	}
	.sliders_index .encart_visite figcaption {
		padding-top: 15px;
	}	


	.sliders_index .slider_collection .slide01{ background-image: url(../gifs/slide2-1-mobile.jpg) }
	.sliders_index .slider_collection .slide02{ background-image: url(../gifs/slide2-2-mobile.jpg) }
	.sliders_index .slider_collection .slide03{ background-image: url(../gifs/slide2-3-mobile.jpg) }
	/*.slider_collection .nav_slider{
		display:  none;
	}*/
	.slider_collection .nav_slider li strong{
		font-size:1.5em;
		margin-bottom: 10px;}
		.nav_slider{
			width: 140px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 10px;
			background:rgba(0,0,0,0.7)}
	.sliders_index .slider_collection{
		margin-top:  0;
	}
	.sliders_index .bx-viewport a span {
		display: none;
	}
	.sliders_index .encart_visite figcaption a:after {
		content: url("../gifs/360.png");
		left: 178px;
		position: absolute;
		top: 5px;
	}
	.slider_collection figcaption {
		display: block;
	}
	.sliders_index .slider_collection .bx-controls-direction{
		display: block;
	}
	.sliders_index .slider_expo .bx-controls-direction a, .sliders_index .slider_collection .bx-controls-direction a, .sliders_index .slider_histoire .bx-controls-direction a{
		height: 36px;
		width: 48px;}
	.interne .content {
	  padding: 0 15px;
	}
	.listing > a {
	  width: 100%;
	  margin: 0 0 15px;
	}	

.sliders_index .slider_collection{
		width: auto;
		float: none;
		height: auto;}
.sliders_index .actusHome{
		width: 100%;
		height: auto;}
}

@media screen and (max-width:370px) {
	.top_bar{
		left:38px}
	#agenda .right_part .autre_tri li {
		display: block;
		width: auto;
	}
	#agenda .right_part .autre_tri li+li {
		margin-left: 0;
	}
	#agenda.printed span.btn_agenda:before {
		content: "Fermer";
	}
	.miniature_search{
		 width:100%; max-width: none;
	}
	.miniature_search img{
		width: 100%;
		height: auto!important;
	}

}

#bandeauCookie {
	z-index: 1000;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 20px;
	font-size: 12px;
	text-align: center;
	background: none repeat scroll 0% 0% rgb(44, 51, 59);
	opacity: 0.9;
	color: white;
	padding: 3px 50px 3px 0;
	box-sizing: border-box;
}

#bandeauCookie a {
	color: rgb(204, 204, 204);
}

#bandeauCookie_croix {
	position: absolute;
	display: block;
	cursor: pointer;
	margin-right: 10px;
	border: 1px solid rgb(255, 255, 255);
	padding: 0px 5px;
	top: 2px;
	right: 10px;
	font-size: 14px;
}

#nav-below.navigation {float:none;}

.actusHome{
	width: 33.9648%;
	float: left;}
.sliders_index .actusHome .bx-viewport ul li a {
    position: relative;
    height: 325px;
    display: block;
	overflow: hidden;
}
.sliders_index .actusHome .bx-viewport ul li a span{
	margin-top: 33px;
}
.sliders_index .actusHome .bx-viewport ul li{
    background:#000;
    background-size:cover;
    background-position:center;
}

.sliders_index .actusHome .bx-viewport a:hover img{
    opacity: .7;
}
.sliders_index .actusHome .bx-viewport a:hover span{
    opacity: 1;
}
.actusHome ul li a img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.collection{
    max-width: 100% !important;
}

.br_footer {
	display: none;
}

@media screen and (max-width: 370px) {
	.br_footer {
		display: block;
	}

	#agenda {
		height: 55px;
	}
}