/* AXECAKE */
.clearBoth {clear: both;}
.sc-content p.maClasse,.sc-content div.maClasse p {padding: 5px;color: white;background-color: black;}
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
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,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%;vertical-align: baseline;}

@font-face {
	font-family: 'iconic';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/iconic.eot?3434319');
	src: url('../fonts/iconic.eot?3434319#iefix') format('embedded-opentype'), url('../fonts/iconic.woff?3434319') format('woff'), url('../fonts/iconic.ttf?3434319') format('truetype'), url('../fonts/iconic.svg?3434319#iconic') format('svg');
}

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: '';}
table {border-collapse: collapse;border-spacing: 0;}
a,.lienseo {text-decoration: none;}

input[type=submit],input[type=text],input[type=button],input[type=email],input[type=tel],textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
/* FIN RESET */

/* VIEWPORT CSS3 */
* {-webkit-text-size-adjust: none;}
@viewport {zoom: 1;}
-webkit-@viewport {zoom: 1;}
-ms-@viewport {zoom: 1;}
-moz-@viewport {zoom: 1;}
-o-@viewport {zoom: 1;}

.clear_both {
	display: block;
	clear: both;
}

.no_mobile {
	display: none;
}

.no_desktop {
	display: block;
}

.imgCenter img, .imgRight img, .imgLeft img {
    width: auto;
    height: auto;
    max-width: 100%;
    -webkit-box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
    box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
}

.imgRight {
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    display: block;
    text-align: center;
}


.imgLeft {
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    display: block;
    text-align: center;
}


.imgCenter {
	margin: 0 auto 10px;
	position: relative;
	width: 40.425597%;
	max-width: 300px;
	height: auto;
}

body {
	position: relative;
	overflow-x: hidden;
	font-family: 'Oswald', sans-serif;
	font-size: 81.3%;
	color: #fff;
	background:#393939;
}

body.fancy-box-body {
	background:#393939;
}

a {
	color: #5e5e5e;
	outline: none;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
}


.index-page h1 {
    margin-bottom: 30px;
    font-size: 44.87px;
    font-weight: 300;
    color: #913232;
    line-height: 40px;
    text-transform: none;
}

h1 {
    margin-bottom: 15px;
    font-size: 26.87px;
    font-weight: 300;
    color: #913232;
    line-height: 43px;
    text-transform: uppercase;
	 margin-left: 0px;
}

h1 span{
	display:block;
	color:#fefefe;
	font-size:31px;
}

h2  {
	margin: 10px 0 5px;
	color: #fefefe;
    font-size: 24px;
	font-weight: 300;
}

h3 {
	margin: 10px 0 5px;
	color: #fefefe;
    font-size: 22px;
	font-weight: 300;
}




#container {
	padding-top: 41px;
	max-width: 600px;
	min-width: 300px;
	overflow: hidden;
	position: relative;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sitePusher #container {
	left: 250px;
}

#paquet_telecom_bandeau {
	padding: 6px 50px 6px 0 !important;
}

/****************************************************************************** HEADER */

header {
	z-index: 10;
	position: relative;
	margin: auto;
}

header section {
	padding-top: 10px;
	clear: both;
	text-align: center;
}

.logo {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.logo:hover {
	opacity: 0.7;
}

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

.baseline {
    display: block;
    text-align: center;
    color: #ffff;
    font-weight: 200;
    font-size: 18.7px;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    left: 0px;
    bottom: -5px;
    letter-spacing: 0.2px;
}

/* CONTACT HEADER */

.contact_header {
}

.contact_header a {
	text-align: center;
}

.contact_header .tel {
	font-size: 1.38em;
}

.contact_header .tel span {
    font-size: 21px;
    color: #fff;
    letter-spacing: 1px;
}

.nav {
	background: #913232;
	display: block;
	padding: 5px 10px;
	text-align: left;
	font-size: 1.5em;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 12;
}

.nav:before {
	content: "\e079";
	font-family: "iconic";
	font-size: 1.538em;
	vertical-align: sub;
	margin-right: 10px;
}

.menu {
	display: block;
	z-index: 99;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	overflow-y: scroll;
	text-align: left;
	background: #FAFAFA;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-ms-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.sitePusher .menu {
	left: 0;
}

.menu li {
	position: relative;
	border-bottom: 1px solid #EBEBEB;
}

.menu li.main span.derouler {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 18px;
	font: 30px/47px "iconic";
	color: #474747;
}

.menu li.main span.derouler:after {
	content: "\e038";
}

.menu li a {
    display: block;
    padding: 15px;
    font-size: 20px;
    color: #474747;
    font-weight: 200;
}



.bg-header{
	width:100%;
	height: 298px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../gifs/bg_header_mobile.jpg);
	overflow: hidden;
}


header .adresse_footer {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    padding: 3px 0px 3px 20px;
    display: inline-block;
	background:url(../gifs/icon_maps.png) left no-repeat;
}
.adresse_footer:hover {
	opacity:0.5;
}

.top-contact-rappel {
    display: block;
    margin: 15px 0px;
}

.page-index-center {
    background: #171717;
    padding: 20px;
    display: block;
    margin: 50px auto;
}

.titre-index {
    display: inline-block;
    margin-top: -51px;
    text-align: center;
}

.bg-encart-site {
    display: block;
    background: #171717;
    padding: 37px 0px 80px 0px;
    position: relative;
    z-index: 1;
    margin-top: 80px;
}

.titre-encart-site {
    font-size: 41px;
    position: relative;
    top: -75px;
    text-shadow: 6px 6px 14px rgba(0, 0, 0, 0.59);
    -moz-text-shadow: 6px 6px 14px rgba(0, 0, 0, 0.59);
    -ms-text-shadow: 6px 6px 14px rgba(0, 0, 0, 0.59);
    -o-text-shadow: 6px 6px 14px rgba(0, 0, 0, 0.59);
    -webkit-text-shadow: 6px 6px 14px rgba(0, 0, 0, 0.59);
    text-align: left;
    display: block;
	margin-left: 10px;
	letter-spacing: 1px;
}
.titre-encart-site::before {
    content: '';
    position: absolute;
    left: -5000px;
    width: 10000px;
    background: #913232;
    height: 43px;
    top: 33px;
    display: block;
    z-index: -1;
}





.encart-site li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 303px;
    height: 189px;
    margin: 20px 10px;
}


.encart-site li a{ display:block; position:relative; width:100%;
height:100%;}

#im-1 { background:url(../gifs/im-1.jpg) center no-repeat; background-size:cover; -moz-background-size:cover; -ms-background-size:cover; -o-background-size:cover; -webkit-background-size:cover;}

#im-2 { background:url(../gifs/im-2.jpg) center no-repeat; background-size:cover; -moz-background-size:cover; -ms-background-size:cover; -o-background-size:cover; -webkit-background-size:cover;}

#im-3 { background:url(../gifs/im-3.jpg) center no-repeat; background-size:cover; -moz-background-size:cover; -ms-background-size:cover; -o-background-size:cover; -webkit-background-size:cover;}


.titre-im { position:absolute; left:0px; right:0px;
text-align:center; bottom:40%; color:#fff; font-weight:200; font-size:31.11px;}


.btn-savoir {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    right: 20px;
    left: auto;
    background: url(../gifs/icon-savoir.png) right no-repeat;
    font-size: 19.21px;
    color: #ffffff;
    font-weight: 200;
    padding: 0px 20px 6px 0px;
}


.calque-encart-site {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0p;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 190px 303px;
    border-color: transparent transparent #913232;
	display:block;
}


.encart-site {
    text-align: center;
}


.titre-plan {
    display: block;
    font-size: 32px;
    color: #ffffff;
    padding-bottom: 4px;
    border-bottom: 5px solid #913232;
    margin-bottom: 30px;
    text-align: center;
	 letter-spacing: 1px;
}


.add-plan {
    display: inline-block;
    text-align: center;
    color: #ffff;
    font-size: 25px;
    font-weight: 200;
}


.add-plan span{
    display: block;
   
}

.btn-plan {
	display: inline-block !important;
	color: #000;
	background: #ebe4ce;
	font-size: 23px;
	padding: 5px 45px 7px 45px;
    margin-top: 33px;
	-webkit-box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
}


.encart-plan {
    text-align: center;
    display: block;
    margin: 40px 10px;
}

.encart-plan:hover .btn-plan{
background: #913232;
}

.bloc-question {
    display: block;
    margin: 20px 10px;
    text-align: center;
}


.titre-question {
    display: block;
    font-size: 28px;
    color: #ffffff;
    padding-bottom: 4px;
    border-bottom: 5px solid #913232;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 200;
}

.tel-footer .tel {
    color: #fff;
    font-size: 22px;
}




.telephones a {
    color: #fff !important;
}





.sticky {
	display: none;
}
	
	
	

@media screen and (max-width:809px) {
	.menu li.sous_menu > a {
		padding-right: 47px;
	}
}

.menu li a.selected,
.menu li a:active,
.menu li:hover > a {
	color: #fff;
	background: #913232;
}

.menu li:hover > span.derouler,
.menu li.selected > span.derouler {
	color: #fff;
}

.menu ul li ul {
	display: block;
	z-index: 2;
	position: fixed;
	top: 0;
	left: -252px;
	width: 252px;
	height: 100%;
	overflow-y: auto;
	background: #FAFAFA;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	-webkit-overflow-scrolling: touch;
}

.menu ul li ul.pushed {
	z-index: 3;
	left: 0;
}

.menu.noOver {
	overflow: hidden;
}

.menu ul li ul li {
	width: 203px;
}

.menu ul li ul li.close_menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -47px;
	width: 46px;
	height: 100%;
	border-left: 1px solid #EBEBEB;
	background: #FAFAFA;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

.menu ul li ul.pushed li.close_menu {
	z-index: 2;
	left: 203px;
}

.menu ul li ul li.close_menu:after {
	content: "\E037";
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -10px;
	font: 25px "iconic";
	color: #474747;
}

/** MASK **/

.mask {
	display: block;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: rgba(46,46,46,0.7);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.sitePusher #container {
	position: fixed;
	width: 100%;
	overflow: visible;
}

.sitePusher .mask {
	z-index: 6000;
	opacity: 1 !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}

.sitePusher .mask:after {
	content: "\E077";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-family: "iconic";
	font-size: 40px;
	line-height: 40px;
	color: #fff;
}

/* TOP BAR */

.top_bar {
	display: block;
	position: relative;
	width: auto;
	margin: 0 auto;
}

.top_bar ul {
	display: none;
	text-align: right;
}

.top_bar li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.top_bar li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding: 5px 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.top_bar li a:hover,
.top_bar li a.selected {
	opacity:0.5;
}

.top_bar li.sous_menu > a:after {
	margin-left: 5px;
	content: '\e040';
	font-family: 'iconic';
	display: inline-block;
}

.top_bar li:hover ul {
	display: block;
}

.top_bar li ul {
	display: none;
	text-align: left;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #DADADA;
}

.top_bar li ul li {
	display: block;
}

.top_bar li ul li a {
	padding: 5px;
}

.top_bar li span.derouler {
	display: none;
}

/* BX SLIDER */

.slider {
	margin-top: 0px;
	height: 150px;
	overflow: hidden;
}

.slider .bx-wrapper {
	display: block;
	z-index: 2;
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.index-page .slider,
.slider .bx-wrapper,
.slider .bx-viewport,
.slider .bxslider,
.slider .bxslider li {
	width: 100%!important;
	height: 394px;
}

.slider .bxslider li {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.slider .bxslider li.slide01 {
	background-image: url(../gifs/slide01_small.jpg);
}

.slider .bxslider li.slide02 {
	background-image: url(../gifs/slide02_small.jpg);
}

.slider .bxslider li.slide03 {
	background-image: url(../gifs/slide03_small.jpg);
}

.slider .bx-viewport {
	z-index: 1;
}


.slider .bx-controls .bx-pager {
    z-index: 2;
    position: absolute;
    right: 15px;
    bottom: 40%;
    left: auto;
    margin: 0 auto;
    max-width: 20px;
    text-align: center;
}


.slider .bx-controls .bx-pager-item {
	display: inline-block;
	margin: 8px 5px;
	vertical-align: middle;
}

.slider .bx-controls .bx-pager-item a {
	display: block;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
	background: #888888;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	
	-webkit-box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.75);

}

.slider .bx-controls .bx-pager-item a.active,
.slider .bx-controls .bx-pager-item a:hover {
	background: #913232;
}

.slider .bx-controls .bx-controls-direction {
	display: none;
}

.slider .bx-controls .bx-controls-direction a {
	z-index: 2;
	position: absolute;
	top: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 60px;
	margin-top: -40px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slider .bx-controls .bx-controls-direction a.bx-prev {
	left: 30px;
	padding-left: 30px;
	text-align: left;
}

.slider .bx-controls .bx-controls-direction a.bx-next {
	right: 30px;
	padding-right: 30px;
	text-align: right;
}

.slider .bx-controls .bx-controls-direction a.bx-prev:hover {
	padding-left: 0;
}

.slider .bx-controls .bx-controls-direction a.bx-next:hover {
	padding-right: 0;
}

.slider .bx-controls .bx-controls-direction a:after {
	display: block;
	font-family: iconic;
	font-size: 6.154em;
}

.slider .bx-controls .bx-controls-direction a.bx-prev:after {
	content: '\E037';
}

.slider .bx-controls .bx-controls-direction a.bx-next:after {
	content: '\E038';
}

/****************************************************************************** CONTENT */

.content {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	margin-bottom: 40px;
}

/******************************** COLONNE CENTRE */

.colonne_centre {
	position: relative;
	padding: 0 10px;
}

.colonne_centre p {
    margin-bottom: 25px;
    letter-spacing: normal;
    font-size: 19px;
    font-weight: 200;
    line-height: 25px;
    text-align: justify;
}



.colonne_centre ul {
	display: block;
	margin: 10px 0 10px 30px;
}

.colonne_centre ul li {
	margin: 5px 0;
	list-style-image: url(../gifs/puce.jpg);
	font-size: 19px;
	font-weight: 200;
	line-height: 30px;
}

.colonne_centre a {
	color: #a1a1a1;
}

.colonne_centre a:hover {
	color: #913232;
}

.videoWrapper {
	position: relative;
	height: 0;
	padding-top: 25px;
	padding-bottom: 56.25%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ENCART */

.encart {
	width: 100%;
	text-align: center;
}

.encart a {
	display: inline-block;
	width: 30%;
}

.encart a + a {
	margin-top: 0;
	margin-left: 3.8%;
}

/* FIL ARIANE */

#fil_ariane {
    font-size: 17px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 60px;
    padding-bottom: 10px;
    display: inline-block;
	position:relative;
	
}

#fil_ariane:before {
	content:'';
	position:absolute;
	height:1px;
	width:100%;
	background: #913232;
	left:0px;
	right:0px;
	bottom:0px;
	
}



#fil_ariane div {
	display: inline;
}

#fil_ariane strong {
    font-size: 17px;
    font-weight: 200;
    color: #fff;
}

#fil_ariane a {
    font-size: 17px;
    font-weight: 200;
    color: #fff;
}

#fil_ariane a:hover {
	opacity:0.5;
}

p.bouton_rappel {
	text-align: center;
}

.bouton_rappel a {
    display: inline-block;
    padding: 7px 32px;
    color: #000000;
    background: #e8e1cc;
    font-size: 14px;
    margin-top: 7px;
    font-weight: 500;
    letter-spacing: 0.5px;
}



.bouton_rappel a:hover {
    color: #000000;
    background: #913232;
}

p.bouton {
	text-align: center;
}

.bouton a {
    display: inline-block;
    padding: 15px 50px;
    color: #000000;
    background: #e8e1cc;
    font-size: 24px;
    margin-top: 7px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 25px;
	-webkit-box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
}

.bouton a:hover {
    color: #000000;
    background: #913232;
}

p.bouton2 {
    text-align: right;
    margin-top: 25px;
}

.bouton2 a {
	display: inline-block;
	padding: 6px 10px;
	color: #fff;
	border: 1px solid #fff;
}

.bouton2 a:hover {
	color: #fff;
	background: #a1a1a1;
}

/* COLONNE GAUCHE */

.colonne_gauche {
	padding: 0 10px;
	display:none;
}

/* ENCART ACTU */

.encart_actu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background: #e7e7e7;
}

.encart_actu div.titre_actu {
	margin-bottom: 10px;
	font-size: 1.84em;
}

.encart_actu li a {
	color: #a1a1a1;
}

.encart_actu li a:hover {
	color: #913232;
}

/* RELANCE */

#relance {
    display: block;
    margin-top: 20px;
    padding: 40px 10px;
}


.titre-relance {
    font-size: 34px;
    position: relative;
    top: 0px;
    text-align: left;
    display: block;
    color: #fff;
    margin-top: -75px;
    margin-bottom: 54px;
}

.titre-relance:before {
	content: '';
	position: absolute;
	left: -5000px;
	width: 10000px;
	background: #913232;
	height: 32px;
	top: 33px;
	display: block;
	z-index: -1;
}

.bg-relonce {
    display: block;
    padding: 37px 0px 80px 0px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}



#relance ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
	 padding-left: 28px;
    background: url(../gifs/puce.jpg) left center no-repeat;
}





#relance ul li a:hover {
	opacity:0.5;
}

/* pagination actu + BDD */

.paginationControl {
	letter-spacing: normal;
	text-align: right;
}

.paginationControl a,
.paginationControl span {
	display: inline-block!important;
	padding: 3px 8px;
	color: #fff;
	background: #a1a1a1;
}

.paginationControl a:hover, .paginationControl span.selected {
	color: #fff;
	background: #913232;
}

.paginationControl span.disabled {
	color: #8F8F8F;
	background: #ccc;
}

.block_contact {
	display: box;
	display: -o-box;
	display: -moz-box;
	display: -webkit-box;
	display: flexbox;
	display: -o-flexbox;
	display: -moz-flexbox;
	display: -webkit-flexbox;
	display: flex;
	display: -o-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.info_contact {
	order: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0;
	padding: 15px 10px;
	border: 1px solid #dddddd;
	letter-spacing: -0.25em;
	box-ordinal-group: 2;
	-o-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-webkit-box-ordinal-group: 2;
	flex-order: 2;
	-o-flex-order: 2;
	-moz-flex-order: 2;
	-webkit-flex-order: 2;
	-o-order: 2;
	-moz-order: 2;
	-webkit-order: 2;
}

.block_contact .info_contact > div > div:before {
	display: inline-block;
	float: left;
	width: 30px;
	margin-right: 0;
	font-family: iconic;
	font-size: 1.4em;
	vertical-align: middle;
	text-align: center;
}

.block_contact .info_contact > div > div.info_mail:before {
	content: '\E004';
}

.block_contact .info_contact > div > div.info_tel:before {
	content: '\E021';
}

.block_contact .info_contact > div > div.info_adresse:before {
	content: '\E005';
}

.block_contact .info_contact > div > div.info_horaire:before {
	content: '\E073';
}

.block_contact .info_contact > div > div.info_rdv:before {
	content: '\E061';
}

.block_contact .info_contact > div > div.info_bus:before {
	content: '\E074';
}

.block_contact .info_contact > div > div.info_metro:before {
	content: '\E075';
}

.block_contact .info_contact > div > div.info_parking:before {
	content: '\E076';
}

.block_contact .info_contact > div > div p {
	display: block;
	overflow: hidden;
	vertical-align: middle;
}

.info_contact h2,
.formulaire_contact h2,
.carte h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 1.23em;
}

.formulaire_contact .form_left h2 {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #ddd;
}

.info_contact p {
	margin: 0;
}

.info_contact > div {
	clear: both;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
	line-height: 30px;
}

.info_contact div + div {
	margin-top: 10px;
	padding-top: 10px;
}

.info_contact div div + div {
	margin: 15px 0 0 0;
	padding-top: 0;
}

.info_contact p em,
.info_contact div a.btn_contact {
	display: block;
	margin-top: 5px;
	font-style: italic;
}

.info_tel p.telephones a {
	color: #5e5e5e;
	cursor: default;
}

.info_tel p.telephones a:hover {
	color: #5e5e5e;
}

/* Formulaire */

.formulaire_contact {
	order: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #dddddd;
	letter-spacing: -0.25em;
	box-ordinal-group: 1;
	-o-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-box-ordinal-group: 1;
	flex-order: 1;
	-o-flex-order: 1;
	-moz-flex-order: 1;
	-webkit-flex-order: 1;
	-o-order: 1;
	-moz-order: 1;
	-webkit-order: 1;
}

.formulaire_contact .form_left,
.formulaire_contact .form_right,
.formulaire_contact h2,
.carte h2 {
	letter-spacing: normal;
}

.formulaire_contact .form_left {
	clear: both !important;
}

/* styliser la couleur des placeholders dans les inputs */

:placeholder-shown {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}

.cp_ville:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.cp_ville p {
	float: left;
	width: 33%;
	clear: none !important;
}

.cp_ville p + p {
	float: right;
	width: 62.958%;
}

/********************************************************** FOOTER ***/

footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    text-align: center;
    background: #171717;
}

footer .adresse_footer {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 200;
    margin: 20px 0px;
	letter-spacing: -1px;
}

footer .ML_box {
	
	 display: inline-block;
	margin-top: 10px;
	 color: #fff;
    font-size: 19px;
    font-weight: 200;
}

footer .ML_box:hover {
	opacity:0.5;
}

/* top site btn */

.top_site_mobile:after {
	content: "\E030";
	display: block;
	padding: 6px;
}

.top_site_mobile {
	display: none;
	z-index: 20;
	position: fixed;
	right: 2%;
	bottom: 19%;
	padding: 3px 6px;
	font-family: "iconic";
	font-size: 1.38em;
	color: #fff;
	background: #913232;
}

.rappel_telephonique,
#ami_box_frame,
#newsletter_iframe {
	padding: 0 10px;
}

.rappel_telephonique {
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rappel_telephonique h1,
#ami_box_frame h1,
#newsletter_iframe h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	margin: 10px auto;
	font-weight: 200;
}

.rappel_telephonique .logo_rappel {
	width: 75%;
	margin: 0 auto;
	text-align: center;
}

.rappel_telephonique form {
	margin-right: 70px;
}

.rappel_telephonique form:after {
	content: url(../gifs/rappel.png);
	position: absolute;
	right: 11px;
	bottom: -15px;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transform-origin: 120% 7% 0;
	-moz-transform-origin: 120% 7% 0;
	transform-origin: 120% 7% 0;
	-ms-transform-origin: 120% 7% 0;
	-o-transform-origin: 120% 7% 0;
}

.logo_rappel img {
	max-width: 100%;
}

#ami_box_frame img {
	margin: 25px 0;
}

#newsletter_iframe form {
	text-align: right;
}

form.generateur p,
form.generateur div.divGenerateur,
form.generateur div.divGenerateurErreur {
	margin: 0 0 18px !important;
	padding: 0 !important;
	font-size: 1.000em !important;
	position: relative;
}

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;
	width: 100% !important;
	margin: 0 0 4px !important;
	padding: 0 !important;
	text-align: left !important;
	line-height: normal !important;
	color: #fff;
	font-weight:200;
	font-size: 19px;
	line-height: 30px !important;
}

.required {
    color: red;
}

form.generateur .divGenerateur label.optional {
	display: none;
}

form.generateur .noFloatingLabel {
color: #fff;
}

.formulaire_contact p label span {
	display: inline-block;
	color: red;
}

form.generateur textarea,
form.formulaire textarea {
	height: 120px!important;
	padding-top: 10px!important;
}

form .form_left textarea {
	height: 160px;
}

/* inscription newsletter bouton radio + checkbox */

.formulaire_contact input[type='checkbox'],
.formulaire_contact input[type='radio'] {
	width: auto !important;
	vertical-align: text-top;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.divGenerateur ul,
.divGenerateur li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.divGenerateur label.optional {
	margin-bottom: 8px !important;
}

.divGenerateur li label {
	display: block;
	width: 100%;
}

/* bouton submit */

form.generateur .form_right input#field_3,
.rappel_telephonique form.generateur input#field_4 {
	max-width: 110px;
}

.divGenerateurRequired {
	margin-top: 5px;
	letter-spacing: normal;
}

/* input newsletter */

.news {
	margin: 20px auto;
	padding: 10px;
	max-width: 960px;
	text-align: center;
	background: #dddddd;
}

.news #form_newsletter input#submit_newsletter {
	display: none !important;
}

.news #form_newsletter input[type="text"] {
	width: 100%;
}

.news label {
	float: none !important;
	display: inline-block;
	vertical-align: middle;
}

.news #form_newsletter {
	display: inline-block;
	width: 65%;
	vertical-align: middle;
}

.news #mess_newsletter {
	display: block;
	margin-top: 7px;
	text-align: center;
	font-size: 0.92em;
}

.news #mess_newsletter:empty {
	margin-top: 0;
}

/* infobulle */

form.generateur p.erreur,
form.generateur div.divGenerateurErreur {
	border: none !important;
}

.divGenerateurErreur {
	display: block;
	clear: both;
}

form.generateur p.erreur label,
form.generateur div.divGenerateurErreur label {
	padding-bottom: 20px !important;
}

form.generateur p.erreur span.erreur,
form.generateur div.divGenerateurErreur span.erreur {
	background: none !important;
	color: #eb3434!important;
	display: block!important;
	font-family: arial;
	font-size: 0.846em;
	font-weight: normal!important;
	margin: 0!important;
	padding: 0!important;
	position: absolute;
	top: 20px;
}

div.valide,
div.erreur {
	position: relative;
	margin-bottom: 20px !important;
	padding: 15px !important;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
	letter-spacing: normal;
	color: #fff !important;
}

div.valide {
	border: 1px solid #48b151;
	background: #55c65e !important;
}

div.erreur {
	border: 1px solid #d4323d;
	background: #f3515c !important;
}

div.valide:before {
	content: '\E017';
	display: inline-block;
	font-family: 'iconic';
	font-size: 1.538em;
	vertical-align: middle;
}

div.erreur:before {
	content: '\E806';
	display: inline-block;
	font-family: 'iconic';
	font-size: 1.538em;
	vertical-align: middle;
}

div.valide p,
div.erreur p {
	display: inline-block;
	margin: 0 0 0 15px !important;
	max-width: calc(100% - 40px);
	vertical-align: middle;
}

.validation {
	display: none;
}

/* message validation / erreur CONSEILLER A UN AMI */

.errors {
	text-align: right;
	color: red;
}

form.generateur .noFloatingLabel {
	white-space: normal !important;
	height: auto !important;
}

form.generateur p img.ui-datepicker-trigger {
	vertical-align: middle;
}

/***************************************************  Style pour TOUS les inputs text submit et button de tous les formulaires du site   ***********/
textarea.mce-textbox {width: 592px !important;height: 492px !important;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input[type=text],
input[type=tel],
input[type=email],
textarea:not(.mce-textbox) {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	padding: 0;
	border: 1px solid #ccc;
	text-indent: 10px;
	vertical-align: middle;
	background: #eee;
}

textarea:not(.mce-textbox) {
	text-indent: 0;
	padding: 5px;
	font-size: 1.000em;
	resize: none;
}

input.calendrier, input.calendrierAvecMenu {
	width: 90%;
}
#ui-datepicker-div {
	letter-spacing: normal;
}

input[type=text]:hover,
textarea:not(.mce-textbox):hover {
	background: #fff;
}

input[type=submit],
input[type=button] {
	display: inline-block !important;
	height: 35px;
	margin: 0;
	padding: 0 10px;
	border: none;
	vertical-align: middle;
	color: #fff;
	background: #a1a1a1;
	cursor: pointer;
}

input[type=text]:focus,
textarea:not(.mce-textbox):focus {
	padding: 0 10px;
	color: #555;
	background: #fff;
}

input[type=submit]:hover,
input[type=button]:hover {
	color: #fff;
	background: #913232;
}

form.generateur p.submit {
	margin: 0!important;
	text-align: right!important;
}

/************************************************   Style spécifique pour certain input / button *********************/

/* Display none sur le deuxieme submit de la popup newsletter */

#newsletter_iframe #form_newsletter + #js_submit {
	display: none!important;
}

#newsletter_iframe form {
	overflow: hidden;
	text-align: right;
}

@media screen and (min-width:400px) {
	.rappel_telephonique form {
		margin-right: 140px;
	}

	.rappel_telephonique form:after {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	#newsletter_iframe #form_newsletter input[type="text"] {
		float: left !important;
		width: 73% !important;
	}

	#newsletter_iframe #form_newsletter input[type="submit"] {
		float: left !important;
		width: 25% !important;
		margin-bottom: 30px;
	}
}
@media screen and (min-width:480px) {
	
}

@media screen and (min-width:600px) {
	#container {
		max-width: 1000px;
		min-width: 480px;
	}

	/****************************************************************************** HEADER */

	/* LOGO */

	.logo {
		float: left;
        margin: 15px 0px;
	}
	
	.top-contact-rappel {
    display: block;
    margin: 15px 0px;
    text-align: right;
}


header section {
    clear: both;
    text-align: center;
    padding: 10px 10px;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 3;
    background: rgba(0,0,0,0.5);
    top: 0px;
}

header .adresse_footer {
    margin: 0px 5px;
}

	/* CONTACT HEADER */

.contact_header {
    text-align: center;
    display: inline-block;
}


	.info_tel p.telephones a, .contact_header a.tel {
		cursor: default;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		outline: none;
	}

	p.bouton {
		text-align: center;
		margin-bottom: 35px;
	}

	.slider .bxslider li.slide01 {
		background-image: url(../gifs/slide01_medium.jpg);
	}

	.slider .bxslider li.slide02 {
		background-image: url(../gifs/slide02_medium.jpg);
	}

	.slider .bxslider li.slide03 {
		background-image: url(../gifs/slide03_medium.jpg);
	}
	
	.imgLeft, .imgRight {
	}
	
	
.index-page .imgRight {
    float: right;
    position: relative;
    margin: 0px -55px 0px 20px;
    max-width: 50%;
    height: auto;
}

.index-page .imgLeft {
	float: left;
	position: relative;
	  margin: 0px 20px 0px -55px;
	max-width: 50%;
	height: auto;
}


.imgRight {
    float: right;
    position: relative;
    margin: 0px 0px 0px 20px;
    max-width: 50%;
    height: auto;
}

.imgLeft {
	float: left;
	position: relative;
	  margin: 0px 20px 0px 0px;
	max-width: 50%;
	height: auto;
}




	
	.formulaire_contact {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		border: none;
		background: none;
	}

	.formulaire_contact .form_left,
	.formulaire_contact .form_right {
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 48.936249%;
		padding: 10px;
		border: 1px solid #dddddd;

	}

	.formulaire_contact .form_left {
		float: right;
	}
	
	.formulaire_contact .form_left h2 {
		border: none;
		padding-top: 0;
		margin-top: 0;
	}

	/* ville + code postal */

	.cp_ville p {
		width: 40.425597%;
	}

	.cp_ville p + p {
		width: 57.446901%;
	}
	
	.slider .bx-controls .bx-pager {
    right: 20px;
    bottom: 20%;
}
	


.page-index-center {
    background: #171717;
    padding: 20px;
    display: block;
    margin: 50px auto;
    width: 80%;
}

.encart-plan {
    text-align: right;
    display: block;
    margin: 40px auto;
    background: url(../gifs/maps.png) left no-repeat;
    max-width: 596px;
    width: 100%;
}

.encart-plan-bloc {
    display: inline-block;
    margin-bottom: 113px;
    max-width: 362px;
    width: 100%;
    text-align: right;
    margin-right: 35px;
}

.titre-plan {
    display: block;
    font-size: 32px;
    color: #ffffff;
    padding-bottom: 4px;
    border-bottom: 5px solid #913232;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 90px;
    letter-spacing: 1px;
}


.bloc-question {
    display: block;
    margin: 20px auto;
    text-align: center;
    max-width: 375px;
    width: 100%;
}

.add-plan {
    margin-right: 20px;
}

.btn-plan {
    margin-right: -20px;
}


.logofooter {
    display: block;
}

.logofooter:hover {
	opacity:0.5;
}

.add-footer {
    display: inline-block;
    vertical-align: middle;
}

.tel-footer {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px;
}

.ment-plan {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 22px;
}



footer .ML_box {
    margin-top: 0px;
}

}

@media screen and (min-width:768px) {
	.block_contact {
		display: block;
	}

	.ac-doubleLeft,
	.ac-doubleRight,
	.ac-colonne {
		float: left;
		width: 50%;
	}

	.info_contact > div {
		display: inline-block;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 48.915%;
		padding: 0 0 0 15px;
		vertical-align: top;
	}

	.info_contact div + div {
		margin: 0 0 0 1.75%;
		padding: 0;
	}

	/* ville + code postal */

	.cp_ville p {
		width: 37%;
	}

	.cp_ville p + p {
		float: right;
		width: 57.958%;
	}
	
	
	header .adresse_footer {
    margin: 0px 50px;
}


.add-contact_header {
    margin-top: 40px;
}

footer {
    overflow: hidden;
}

.logofooter {
    display: inline-block;
    float: left;
}

footer .adresse_footer {

    margin: 40px 0px;
}


/* RELANCE */

	#relance ul li {
		display: inline-block;

	}
	
		#relance ul  {
			text-align:center;

	}
	
		#relance ul li + li {
			margin-left:20px;

	}

	#relance ul li a {
		font-size: 18px;

	}

}

@media screen and (min-width:1000px) {
	
	.ment-plan {
	margin-top: 40px;
}
	
	
#fil_ariane {
    font-size: 17px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 60px;
    display: inline-block;
    position: relative;
    padding: 0px 50px 15px 50px;
}	
	
	.index-page .slider,
.slider .bx-wrapper,
.slider .bx-viewport,
.slider .bxslider,
.slider .bxslider li {
	width: 100%!important;
	height: 657px;
}



	.no_mobile {
		display: inline-block;
	}

	/****************************************************************************** HEADER */

	header section {
		margin: auto;
		padding: 0;
		width: 100%;
	}

	.nav {
		display: none;
	}

	/* LOGO */

	.logo {
		margin: 28px 0px 0px 10px;
	}

	/* MENU */

	.top_bar ul {
		display: block;
	}

	.menu {
		z-index: 3;
		clear: both;
		position: relative;
		left: auto;
		width: 100%;
		height: auto;
		margin: 0px auto 0px auto;
		overflow-y: visible;
		background: rgba(0,0,0,0.6);
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		top: -52px;
	}

	.menu ul {
		text-align: center;
	}
	
	.menu li a {
    position: relative;
    font-size: 22px;
    color: #fff;
    font-weight: 200;
    padding: 10px 26px;
}

	.menu li a {
		position: relative;
		font-size: 22px;
		color: #fff;
		font-weight: 200;
		padding: 10px 26px;
	}

	/****** SI MENU HORIZONTAL ******/

	.menu li {
		display: inline-block;
		position: relative;
		border-bottom: none;
		text-align: left;
	}

	.menu li.sous_menu > a:after {
		margin-left: 5px;
		content: '\e040';
		font-family: 'iconic';
		display: inline-block;
	}

	.menu li.main span.derouler {
		display: none;
	}

	.menu ul li.sous_menu .dropdown {
		display: none;
		position: absolute;
		top: auto;
		right: 0;
		left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-width: 300px;
		height: auto;
		margin: 0;
		padding: 10px 0;
		background: #000;
	}

	.menu ul li.sous_menu:hover > ul {
		display: block;
	}

	/****** FIN MENU HORIZONTAL *****/

	/**** SI MENU VERTICAL ****/

	/*.menu li {
		display: block;
		position: relative;
		border-bottom: none;
		text-align: left;
	}

	.menu li.main span.derouler {
		display: block;
		cursor: pointer;
	}
	
	.menu li.main span.derouler:after {
		content: '\e040';
	}
	
	.menu ul li.sous_menu.openSous span.derouler:after {
		content: '\e039';
	}
	
	.menu ul li.sous_menu.selected .derouler {
		display: none;
	}

	.menu ul li.sous_menu .dropdown {
		display: none;
		position: relative;
		top: auto;
		right: 0;
		left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10px 0;
		background: #dadada;
	}
	
	.menu ul li.sous_menu.openSous .dropdown,
	.menu ul li.sous_menu.selected .dropdown {
		display: block;
	}*/

	/****** FIN MENU VERTICAL *****/
	.menu ul li ul  {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	.menu ul li ul li.close_menu:after {
		display: none;
	}

	.menu ul li ul li {
		display: block;
		width: auto;
		background: none !important;
	}

	.menu ul li ul li + li {
		border: none;
	}

	.menu ul li ul li.close_menu {
		display: none;
	}

	.menu li.sous_menu ul li a {
		text-align: left;
		font-size: 19px;
	}

	.menu ul li.sous_menu .dropdown li ul {
		display: block;
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		text-align: left;
	}

	.menu ul li ul li ul li {
		display: block;
		margin: 0 0 0 12px;
	}

	.menu li.sous_menu ul li ul li a {
		padding: 2px 5px 2px 0;
		border-bottom: none;
		font-size: 1.077em;
	}

	.menu li.sous_menu ul li ul li a:hover,
	.menu li.sous_menu ul li ul li a.selected {
		color: #000;
	}

	.slider .bxslider li.slide01 {
		background-image: url(../gifs/slide01_big.jpg);
	}

	.slider .bxslider li.slide02 {
		background-image: url(../gifs/slide02_big.jpg);
	}

	.slider .bxslider li.slide03 {
		background-image: url(../gifs/slide03_big.jpg);
	}
	
	.slider .bx-controls .bx-controls-direction {
		display: block;
	}

	.clear_both.no_mobile {
		display: block;
	}

	.no_desktop {
		display: none !important;
	}

	#container {
		padding-top: 0;
		max-width: none;
		min-width: 810px;
		left: inherit;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	/****************************************************************************** CONTENT */

	.index-page .content {
		margin: auto;
		width: 95%;
	}
	
	.content {
    margin: auto;
    width: 75%;
}


.index-page .content::after {
    content: '';
    right: 0px;
    width: 0px;
    height: 94%;
    top: 0px;
    background:none;
    display: block;
    position: absolute;
}

.index-page .content::before {
    content: '';
    right: 0px;
    width: 0px;
    height: 0px;
    bottom: 0px;
    background:none;
    display: block;
    position: absolute;
}
	
.content::after {
    content: '';
    right: -100px;
    width: 1px;
    height: 94%;
    top: 0px;
    background: #913232;
    display: block;
    position: absolute;
}

.content::before {
    content: '';
    right: -150px;
    width: 74%;
    height: 1px;
    bottom: 163px;
    background: #913232;
    display: block;
    position: absolute;
}





.page-plan .content::before {
    content: '';
    right: -150px;
    width: 74%;
    height: 1px;
    bottom: 0px;
    background: #913232;
    display: block;
    position: absolute;
}


.page-plan .content::after {
    content: '';
    right: -100px;
    width: 1px;
    height: 103%;
    top: 0px;
    background: #913232;
    display: block;
    position: absolute;
}

.page-contact .content::before {
    content: '';
    right: -150px;
    width: 74%;
    height: 1px;
    bottom: 0px;
    background: #913232;
    display: block;
    position: absolute;
}

.page-contact  .content::after {
    content: '';
    right: -100px;
    width: 1px;
    height: 103%;
    top: 0px;
    background: #913232;
    display: block;
    position: absolute;
}

.page-act .content::before {
    content: '';
    right: -150px;
    width: 74%;
    height: 1px;
    bottom: 0px;
    background: #913232;
    display: block;
    position: absolute;
}

.page-act   .content::after {
    content: '';
    right: -100px;
    width: 1px;
    height: 103%;
    top: 0px;
    background: #913232;
    display: block;
    position: absolute;
} 
 
 

	/******************************** COLONNE GAUCHE */

	.colonne_gauche {
		float: left;
		width: 0%;
		padding: 0;
		text-align: left;
	}

	/******************************** COLONNE CENTRE */

	.colonne_centre {
		display: block;
		float: right;
		position: relative;
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}

	/****************************************************************************** FOOTER */
	footer {
		margin-top: 10px;
		padding: 15px 0;
	}
	
	footer section {
		margin: auto;
		width: 95.3%;
	}

	.top_site_mobile {
		display: none !important;
	}

	.adresse_footer {
		display: block;
	}
	

	.navigation {
		text-align: right;
		cursor: pointer;
		display: inline-block;
		margin-top: 0px;
		color: #fff;
		font-size: 19px;
		font-weight: 200;
		padding-right: 5px;
	}
	
	.navigation::after {
		content: '|';
		color: #fff;
		margin-left: 6px;
	}

	.navigation:hover {
		opacity:0.5;
	}

	/* footer box */

	.black {
		display: none;
		z-index: 10;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../gifs/black.png) repeat;
	}

	.close {
		display: block;
		position: absolute;
		top: -10px;
		right: -10px;
		width: 28px;
		height: 29px;
		background: url(../gifs/close.png) no-repeat;
		cursor: pointer;
	}

	#navigation_frame {
		display: none;
		z-index: 70;
		position: fixed;
		top: 20%;
		left: 50%;
		width: 770px;
		margin-left: -395px;
		padding: 10px;
		background: #fff;
	}

	#navigation_frame a {
		color: #000;
		vertical-align:middle;
	}

	#navigation_frame a:hover {
		text-decoration: underline;
	}

	.lien_footer {
		display: table;
		width: 100%;
		border-spacing: 5px;
	}

	/* logo footer */
	#navigation_frame ul {
		display: table-cell;
		vertical-align:middle;
	}

	#navigation_frame ul li.sousLi {
		margin-left: 3px;
		padding-left: 3px;
		border-left: 1px solid #5e5e5e;
	}

	a.logo_footer {
		display: table-cell;
		width: 200px;
	}

	a.logo_footer:hover {
		opacity: 0.7;
	}
	
	
	.bg-header{
	width:100%;
	height: 496px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../gifs/bg_header_mobile.jpg);
	overflow: hidden;
}

.page-index-center {
    background: #171717;
    padding: 33px 80px;
    display: block;
    margin: 50px auto 105px auto;
    width: 60%;
    position: relative;
}

.page-index-center::before {
    content: url(../gifs/icon-h1.png);
    position: absolute;
    left: -26px;
    top: -28px;
}


.index-page .imgRight {
    float: right;
    position: relative;
    margin: -90px -265px 0px 31px;
    max-width: 100%;
    height: auto;
}

.index-page .imgLeft {
    float: left;
    position: relative;
    margin: 15px 31px 0px -265px;
    max-width: 100%;
    height: auto;
}


.imgRight {
    float: right;
    position: relative;
    margin: 0px 0px 0px 31px;
    max-width: 100%;
    height: auto;
}

.imgLeft {
    float: left;
    position: relative;
    margin: 0px 31px 0px 0px;
    max-width: 100%;
    height: auto;
}


.top-contact-rappel {
    float: right;
    margin-right: 70px;
    margin-bottom: 35px;
	margin-top:0px;
}
header .adresse_footer {
    margin: 41px 50px 0px 50px;
    display: inline-block;
    vertical-align: bottom;
}

	.slider .bx-controls .bx-pager {

    right: 60px;
	bottom: 40%;

}

	.encart-site {
    margin: auto;
    width: 95%;
}

.encart-plan-question {
   margin: auto;
    width: 95%;
}


.encart-site li {
    margin: 0px;
}

.encart-site li + li {
    margin-left: 2%;
}


.bg-encart-site {
    margin-top: 40px;
}




.btn-savoir {
  
    display:none;

}


.calque-encart-site {

	 display:none;
}
.encart-site a {
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}

.encart-site a:hover  .btn-savoir {
    display: inline-block;

}

.encart-site a:hover  .calque-encart-site {
	display:block;
}


.encart-site a:hover .titre-im {
    font-weight: 500;
    font-size: 30.57px;
}



.encart-plan {
    text-align: right;
    display: inline-block;
    margin: 60px auto 15px auto;
    background: url(../gifs/maps.png) left no-repeat;
    max-width: 573px;
    width: 100%;
	position:relative;
}

.encart-plan::after {
    content: '';
    position: absolute;
    height: 332px;
    width: 2px;
    background: #913232;
    top: 0px;
    right: 15px;
}

.bloc-question {
    display: inline-block;
    margin: 65px auto 20px auto;
    text-align: center;
    max-width: 375px;
    width: 100%;
    float: right;
}

.add-contact_header {
    margin-top: 22px;
}



.index-page  .bouton a {
    display: inline-block;
    padding: 12px 38px;
    color: #000000;
    background: #e8e1cc;
    font-size: 24px;
    margin-top: 7px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 25px;
    -webkit-box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
    box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
    margin-top: 0px;
    margin-right: 0px;
}

.bg-encart-plan .bouton a {
    display: inline-block;
    padding: 12px 38px;
    color: #000000;
    background: #e8e1cc;
    font-size: 24px;
    margin-top: 7px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 25px;
    -webkit-box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
    box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
    margin-top: 0px;
    margin-right: 0px;
}


.bg-encart-plan .bouton a:hover {
    background: #913232;
}

.index-page  .bouton a:hover {
    background: #913232;
}

	
	.bouton a {
    display: inline-block;
    padding: 15px 50px;
    color: #000000;
    background: #e8e1cc;
    font-size: 24px;
    margin-top: 7px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 25px;
    -webkit-box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
    box-shadow: 9px 3px 24px -2px rgba(0,0,0,0.75);
    margin-top: 58px;
    margin-right: -70px;
}


.encart-plan-bloc {
    max-width: 362px;
    width: 100%;

}

#relance {	
margin-top: 0px;
padding-top: 0px;
margin: auto;
width: 95%;
}


#relance ul li a {
		font-size: 22px;

	}
#relance ul li + li {
    margin-left: 120px;
}

.bg-relonce {
    padding: 37px 0px 0px 0px;
}







.sticky {
	display: block;
	position: fixed;
	top: -250px;
	z-index: 10;
	width: 100%;
	background: rgb(0, 0, 0);
	transition: 0.5s;
}


.sticky.scroll {
	top: 0!important;
}

.sticky .menu .topBar {
	display: none;
}

.sticky section {
    background: rgba(0,0,0,1);
	position:relative;
}

.sticky section::before {
    background: rgba(0,0,0,1);
}

.sticky section::after {
    background: rgba(0,0,0,1);
}




.sticky  .menu {
   
    top: 0px;
	z-index: 2;
	background: #5c5656;

}

.sticky .logo {
    margin: 28px 0px 0px 10px;
    width: 147px;
}

.sticky .baseline {
    display: block;
    text-align: center;
    color: #ffff;
    font-weight: 200;
    font-size: 13.7px;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    left: 0px;
    bottom: -5px;
    letter-spacing: 0.2px;
}

.sticky .top-contact-rappel {
    float: right;
    margin-right: 0px;
    margin-bottom: 11px;
    margin-top: 0px;
}

	p.bouton {
		text-align: right;
		margin-bottom: 35px;
	}
	
	.titre-encart-site {
    margin-left: 0px;
}

.titre-question {
    text-align: right;

}
	
}

@media screen and (min-width:1280px) {
	
	
	.encart-plan-bloc {
    max-width: 362px;
    width: 100%;
	margin-right: 17px;

}
	
	.add-contact_header {
    margin-right: 13px;
}


	.menu li a {
		position: relative;
		font-size: 22px;
		color: #fff;
		font-weight: 200;
		padding: 10px 40px;
	}
	
	
	#relance {
	
margin-top: 0px;
padding-top: 0px;
margin: auto;
width: 1000px;
}


	
	.ment-plan {
    margin-right: 4%;
}
	
.tel-footer {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0% 0px 14%;
}
	
	.encart-plan::after {
		content: '';
		position: absolute;
		height: 332px;
		width: 2px;
		background: #913232;
		top: 0px;
		right: -68px;
	}
	
	.encart-site li + li {
    margin-left: 100px;
}
	
	.encart-site {
    margin: auto;
   width: 1110px;
}

.encart-plan-question {
    margin: auto;
    width: 1110px;
}
	
	
.index-page .imgRight {
    margin: -90px -32% 0px 31px;
}


.index-page  .imgLeft {
    margin: 15px 31px 0px -32%;

}


.imgRight {
    margin: 0px 0px 0px 31px;
}


.imgLeft {
    margin: 0px 31px 0px 0px;

}
	
	
.page-index-center {
    background: #171717;
    padding: 33px 80px;
    display: block;
    margin: 50px auto 105px auto;
    width: 61%;
    position: relative;
}


.index-page .content {
    margin: auto;
   width: 1110px;
}

.content {
    margin: auto;
    width: 860px;
}


	#navigation_frame {
		width: 920px;
		margin-left: -470px;
	}

	.lien_footer {
		border-spacing: 15px;
	}
}