/* 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?343431');
	src: url('../fonts/iconic.eot?343431#iefix') format('embedded-opentype'), url('../fonts/iconic.woff?343431') format('woff'), url('../fonts/iconic.ttf?343431') format('truetype'), url('../fonts/iconic.svg?343431#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=password],input[type=tel],textarea,select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
/* FIN RESET */

/* VIEWPORT CSS3 */
* {
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@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%;
}


.imgRight {
    position: relative;
    margin: 20px auto;
    height: auto;
    display: block;
    text-align: center;
    width: calc(100% + 20px);
    left: 0px;
    max-width: 100%;
}
.imgRight-1 {
    position: relative;
    margin: 20px auto;
    height: auto;
    display: block;
    text-align: center;
    width: calc(100% + 20px);
    left: 0px;
    max-width: 100%;
}


.imgLeft {
    position: relative;
    margin: 20px auto;
    height: auto;
    display: block;
    text-align: center;
    width: calc(100% + 20px);
    left: 0px;
    max-width: 100%;
}


.imgCenter {
	margin: 0 auto 10px;
	position: relative;
	width: 40.425597%;
	max-width: 300px;
	height: auto;
}

body {
	position: relative;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	font-size: 81.3%;
	color: #5e5e5e;
}

body.fancy-box-body {
	background: #fff;
}

a {
	color: #5e5e5e;
	outline: none;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
}

.index-page h1 {
    margin-bottom: 15px;
    font-size: 26px;
    color: #efd795;
}

 h1 {
    margin-bottom: 30px;
    font-size: 26px;
    color: #000;
    line-height: 30px;
    display: block;
    text-align: center;
    font-weight: 500;
}


h1 span {
    display: block;
    font-size: 18px;
    color: #a7a7a7;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-left: 35px;
}


h2 {
    margin: 10px 0 5px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

h3 {
	margin: 10px 0 5px;
	font-size: 1.23em;
	color: #555555;
}

.titre-relance {
    margin: 10px 0 5px;
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 400 !important;
    display: block !important;
    border-bottom: 1px solid #dfaf2c;
    padding-bottom: 20px;
}
#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: 0px;
	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;
}

/* CONTACT HEADER */

.contact_header {
}

.contact_header a {
	text-align: center;
}

.contact_header .tel {
	font-size: 1.38em;
}

.contact_header .tel span {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    display: block;
}

.nav {
	background: #dfaf2c;
	display: block;
	padding: 5px 10px;
	text-align: left;
	font-size: 1.5em;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
}

.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: 1.154em;
	color: #474747;
}




/* bloc encarts */
.encart-site { display:block; margin:auto; max-width:100%; width:100%; text-align:center; padding:0px 0px;}

.encart-site ul{ margin:0px !important;}

.encart-site li {
    display: inline-block;
    vertical-align: top;
    width: 233px;
    height: 330px;
    position: relative;
    background: url(../gifs/bg_encart.jpg) repeat-x;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.75);
    margin: 20px 20px !important;
}

.im-encart {
    position: absolute;
    width: 168px;
    height: 168px;
    bottom: 125px;
    left: 0px;
    right: 0px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: auto;
}

#im-1 { background: url(../gifs/im-1.png) center no-repeat; background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

}
#im-2 { background: url(../gifs/im-2.png) center no-repeat; background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

}
#im-3 { background: url(../gifs/im-3.png) center no-repeat; background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

}
#im-4 { background: url(../gifs/im-4.png) center no-repeat; background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

}



.titre-encart-site { font-size: 24px; color: #393939; font-weight: 700; display: block; position: absolute; left: 0px; right: 0px; bottom: 30px; text-align: center; margin: auto;}

.titre-encart-site span{display: block; font-style: italic;     font-weight: 300;}

/* End bloc encarts */

.titre-enccart {
    text-align: center;
    display: block;
    position: relative;
    color: #efd795;
    font-size: 43px;
    margin-bottom: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 38px;
    margin-top: 0px;
}


.titre-enccart span{ display: block; font-size: 32px; color: #929292; font-style: italic; font-family: 'Open Sans', sans-serif; font-weight: 400; }


.maps-site {
    position: relative;
    width: 100%;
    height: 256px;
    height: 256px;
}

.maps-site iframe {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    display: block;
    width: 100%;
}

.bg-encart-site {
    margin-bottom: 80px;
	margin-top: 60px;
}

.add-topbar .adresse_footer {
    font-size: 16px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}


.add-topbar {
    background: #f2e8cc;
    padding: 10px;
    margin-bottom: 10px;
	position: relative;
}

.add-topbar:before {
	content: '';
	position: absolute;
	top: 0px;
    background: #f2e8cc;
	height: 100%;
	width: 5000px;
	left: -5000px;
	display: block;
}

.add-topbar:after {
	content: '';
	position: absolute;
	top: 0px;
    background: #f2e8cc;
	height: 100%;
	width: 5000px;
	right: -5000px;
	display: block;
}

.baseline {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    position: absolute;
    text-align: left;
    bottom: 0px;
    left: 51px;
    letter-spacing: 0.6px;
}

.baseline span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #a7a7a7;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.1px;
}



.rappel-horaire {
    display: block;
    text-align: center;
    padding: 30px 10px;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.5);
    position: relative;
    right: 0px;
    left: 0px;
    margin: auto;
}

.bloc-horaire {
    font-size: 18px;
    color: #454545;
    font-family: 'Roboto', sans-serif;
	margin-top: 15px;
}

p.intro {
    font-weight: 700;
}


.adresse_footer:hover { opacity: 0.5;}
.tel { cursor: default;}

.tel-footer a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}


.add-footer a {
	font-size: 16px;
	color: #fff;
	display: block;
}

.add-tel-footer {
    display: block;
    margin: 20px auto;
}

.bg-header{
	width:100%;
	height: 245px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../gifs/bg_header.png);
	overflow: hidden;
	display: none;

}

.no-maps  .maps-site { display: none;}

span.listingTitre {
    display: block;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-top: 25px;
}


span.btn-savoir {
    position: absolute;
    display: inline-block;
    background: #505050;
    color: #fff;
    font-size: 12.63px;
    font-weight: 700;
    padding: 13px 40px;
    border-radius: 3px;
    left: 0px;
    right: 0px;
    width: 165px;
    margin: auto;
    bottom: 18px;
}

#catalogue_contenu .bloclisting {
    display: inline-block;
    text-align: center;
    width: 226px;
    vertical-align: top;
    margin: 10px;
    -webkit-box-shadow: -1px 0px 10px 1px rgba(115,115,115,1);
    -moz-box-shadow: -1px 0px 10px 1px rgba(115,115,115,1);
    box-shadow: -1px 0px 10px 1px rgba(115,115,115,1);
 
    min-height: 335px;
	position: relative;

}

.bloclisting a {
    display: block;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
       padding: 10px 10px 0px 10px;
}


#catalogue_contenu .bloclisting a:hover .listingTitre{
	color: #dfaf2c;

}

#catalogue_contenu .bloclisting a:hover .btn-savoir {

    background: #dfaf2c;
	box-shadow: -2px 3px 42px -1px rgba(223,175,44,0.81);
	-moz-box-shadow: -2px 3px 42px -1px rgba(223,175,44,0.81);
	-ms-box-shadow: -2px 3px 42px -1px rgba(223,175,44,0.81);
	-o-box-shadow: -2px 3px 42px -1px rgba(223,175,44,0.81);
	-webkit-box-shadow: -2px 3px 42px -1px rgba(223,175,44,0.81);
	 bottom: 40px;

}

.calque-listing {
	display: none;
}


#catalogue_contenu .bloclisting a:hover  .calque-listing {
    width: 190px;
    height: 130px;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    background: rgba(255, 176, 0, 0.55);
    margin: auto;
}


	p.btn-retour a{
    display: block;
		font-size: 13px;
		color: #2b2b2b;
		
}


.bloc-listing h1 {
    margin-bottom: 15px;
    font-size: 25px;
    color: #000000;
    display: inline-block;
    line-height: 30px;
    font-weight: 500;
}

.bloc-detail {
    text-align: center;
    margin-top: 25px;
}

p.btn-retour {
    display: block;
    text-align: center !important;
}

p.intro-interne {
    display: block;
    text-align: center !important;
    margin: 0px auto 75px auto !important;
}

.sticky {
	display: none;
}


div#catalogue_contenu {
    display: block;
    text-align: center;
}

.imgRight-1 ul {
    margin: 0px !important;
}



.imgRight-1 ul li span{
	display: block;

}


.imgRight-1 ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none !important;
    list-style-type: none !important;
    font-size: 10px;
    color: #0f0f0f;
    width: 32%;
    text-align: center;
    font-weight: 500;
}


.imgRight-1 ul {
    margin: 0px !important;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 3px;
}

@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: #dfaf2c;
}

.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 {
	position: relative;
	width: auto;
	margin: 0 auto;
	    display: inline-block;
}

.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;
    width: auto;
    height: auto;
    padding: 5px 15px;
    font-size: 12px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}




.top_bar li a:hover,
.top_bar li a.selected {
	background: #e5d199;
}

.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: 200px;
	display: none;
}

.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: 0;
	bottom: 20px;
	left: 0;
	margin: 0 auto;
	max-width: 200px;
	text-align: center;
}

.slider .bx-controls .bx-pager-item {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.slider .bx-controls .bx-pager-item a {
	display: block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
	background: #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;
	cursor: pointer;
}

.slider .bx-controls .bx-pager-item a.active,
.slider .bx-controls .bx-pager-item a:hover {
	background: #f2e8cc;
}

.slider .bx-controls .bx-controls-direction {
	display: none;
}

.slider .bx-controls .bx-controls-direction a {
	z-index: 2;
	position: absolute;
	top: 50%;
	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;
	padding-top: 20px;
	margin-bottom: 40px;
}

/******************************** COLONNE CENTRE */

.colonne_centre {
	position: relative;
	padding: 0 10px;
}

.colonne_centre p {
margin-bottom: 20px;
    letter-spacing: normal;
    font-size: 14px;
    text-align: justify;
    color: #4f4f4f;
    font-weight: 500;
}

.colonne_centre ul {
	display: block;
	margin: 10px 0 10px 30px;
}

.colonne_centre ul li {
	margin: 5px 0;
	list-style-image: url(../gifs/puce.jpg);
}

.colonne_centre a {
	color: #dfaf2c;
}

.colonne_centre a:hover {
	color: #f2e8cc;
}

.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 {
        margin-bottom: 35px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000000;
	font-weight: 400;

}

#fil_ariane div {
	display: inline;
}

#fil_ariane strong {
    font-size: 12px;
    color: #000000;
	font-weight: 400;
}

#fil_ariane a {
	color: #dfaf2c;
}

#fil_ariane a:hover {
	opacity: 0.5;
}

p.bouton_rappel {
	text-align: center;
}


.bouton_rappel a {
    display: inline-block;
    padding: 6px 18px;
    color: #ffb400;
    background: rgba(0,0,0,0.5);
    border: 1px solid #ffb400;
    font-size: 18px;
    border-radius: 3px;
    margin: 0px 0px 23px 0px;
	    width: 100%;
}

.bouton_rappel a:hover {
    color: #ffb400;
    background: rgba(0,0,0,1);
}




p.bouton {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 33px;
}

.bouton a {
    display: inline-block;
    padding: 14px 40px;
    color: #fff;
    background: #dfaf2c;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
	-webkit-box-shadow: -2px 3px 42px -1px rgba(223,175,44,0.81);
-moz-box-shadow: -2px 3px 42px -1px rgba(223,175,44,0.81);
box-shadow: -2px 3px 42px -1px rgba(223,175,44,0.81);
	width: 98%;

}
.bouton a:hover {
    color: #fff;
    background: #dfaf2c;
	opacity: 0.5;
}

p.bouton2 {
    text-align: right;
    margin-top: 25px;
}
.bouton2 a {
	display: inline-block;
	padding: 6px 10px;
	color: #000;
	border: 1px solid #dfaf2c;
}

.bouton2 a:hover {
	color: #fff;
	background: #dfaf2c;
}

/* COLONNE GAUCHE */

.colonne_gauche {
	padding: 0 10px;
	display: none;
}

/* ENCART ACTU */

.encart_actu {
	padding: 10px;
	background: #e7e7e7;
}

.encart_actu div.titre_actu {
	margin-bottom: 10px;
	font-size: 1.84em;
}

.encart_actu li a {
	color: #dfaf2c;
}

.encart_actu li a:hover {
	color: #f2e8cc;
}

/* RELANCE */

#relance {
	display: block;
	margin-top: 20px;
	padding-top: 5px;
}

#relance ul li a {
    color: #000000;
    font-size: 16px;
	padding-left: 10px;
	position: relative;
}

#relance ul li a:before {
    position: absolute;
    left: 0px;
    top: -22px;
    content: '.';
    font-size: 36px;
    margin-right: 5px;
    display: inline-block;
}

#relance ul li  {
	list-style-type:none !important;
	list-style-image:none !important;
}


#relance ul  {
	margin:0px !important;
	display:inline-block;
}

#relance ul li a:hover {
	color: #000;
}

/* pagination actu + BDD */

.paginationControl {
    letter-spacing: normal;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
}


.paginationControl a,
.paginationControl span {
	display: inline-block!important;
	padding: 3px 8px;
	color: #fff;
	background: #dfaf2c;
}

.paginationControl a:hover, .paginationControl span.selected {
	color: #fff;
	background: #f2e8cc;
}

.paginationControl span.disabled {
	color: #8F8F8F;
	background: #ccc;
}

.block_contact {
}

.info_contact {
	margin: 20px 0;
	padding: 15px 10px;
	border: 1px solid #dddddd;
	letter-spacing: -0.25em;
}

.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: 0;
	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;
	letter-spacing: normal;
}

.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 {
	padding: 10px;
	border: 1px solid #dddddd;
	letter-spacing: -0.25em;

}

.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 {
	padding: 15px 10px;
	text-align: center;
	background: #2f2e2a;
}

footer .adresse_footer {
	display: block;
	text-align: center;
}

footer .ML_box {
margin-top: 10px;
    font-size: 16px;
    color: #fff;
	display:block;
}

footer .ML_box:hover {
	opacity: 0.5;
}

.poli-conf {
margin-top: 10px;
    font-size: 16px;
    color: #fff;
}


.poli-conf: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: #f2e8cc;
}

.rappel_telephonique,
#ami_box_frame,
#newsletter_iframe {
	padding: 0 10px;
}

.rappel_telephonique {
	padding-top: 10px;
}

.rappel_telephonique h1,
#ami_box_frame h1,
#newsletter_iframe h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
    margin: 10px 0px;
}

.required {
    color: red;
}

.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: #555555;
}

form.generateur .divGenerateur label.optional {
	display: none;
}

form.generateur .noFloatingLabel {
	color: #5e5e5e;
}

.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;
	margin-right: 5px;
	vertical-align: text-top;
}

.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: 0px auto;
        padding: 18px 10px;
    max-width: 100%;
    text-align: center;
    background: #e5d199;
}


.news #form_newsletter input#submit_newsletter {
	display: none !important;
}

.news #form_newsletter input[type="text"] {
	    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    height: 28px;
}

.news label {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
	    margin-bottom: 10px;
}


.news input[type=submit], .news input[type=button] {
    display: inline-block !important;
    height: 28px;
    margin: 0;
    padding: 0 10px;
    border: none;
    vertical-align: middle;
    color: #fff;
    background: #ab9f7d;
    cursor: pointer;
    font-size: 16px;
}

.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;
	color: #fff !important;
}

.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   ***********/
input[type=password],
input[type=text],
input[type=tel],
input[type=email],
textarea:not(.mce-textbox),
select {
	display: inline-block;
	width: 100%;
	height: 35px;
	padding: 0;
	border: 1px solid #ccc;
	text-indent: 10px;
	vertical-align: middle;
	background: #eee;
}

input[type=password]:hover,
input[type=text]:hover,
textarea:not(.mce-textbox):hover {
	background: #fff;
}

input[type=password]:focus,
input[type=text]:focus,
textarea:not(.mce-textbox):focus {
	padding: 0 10px;
	color: #555;
	background: #fff;
}

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=submit],
input[type=button] {
	display: inline-block !important;
	height: 35px;
	margin: 0;
	padding: 0 10px;
	border: none;
	vertical-align: middle;
	color: #fff;
	background: #dfaf2c;
	cursor: pointer;
}

input[type=submit]:hover,
input[type=button]:hover {
	color: #fff;
	background: #f2e8cc;
}

.generateur select {
	text-indent: 5px;
	font-style: normal;
}

.generateur select option {
	padding: 2px 5px;
}

.generateur select option:hover, .generateur select option:checked {
	-webkit-box-shadow: 0 0 10px 100px #f2e8cc inset;
	-moz-box-shadow: 0 0 10px 100px #f2e8cc inset;
	box-shadow: 0 0 10px 100px #f2e8cc inset;
	cursor:pointer;
}

.select-wrap {
	position: relative;
	background: #eee;
	display: block;
}
.select-wrap:after {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 35px;
	color: #818181;
	z-index: 1;
	content: '\E029';
	font-family: 'iconic';
	display: inline-block;
	vertical-align: middle;
	font-size: 1.538em;
	-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;
}

.select-wrap select {
	background: none;
	position: relative;
	z-index: 2;
}

.select-wrap:hover, .select-wrap:focus {
	background: #fff;
}

.select-wrap:hover:after {
	color: #1c1c1c;
}

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) {
	
	.imgRight-1 ul {
    bottom: 8px;
}
	
	.imgRight-1 ul li {
    font-size: 14px;

}
	
}

@media screen and (min-width:600px) {
	
	.imgRight-1 ul li {

    font-size: 11px;

}
	
	.imgRight-1 ul {
    bottom: -3px;
}
	.rappel-horaire {
    display: block;
    text-align: center;
    padding: 32px 0px;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.8);
    right: 94px;
    left: auto;
    margin: auto;
    position: absolute;
    width: 206px;
    bottom: 28px;
    border-radius: 3px;
}
	
	
	#container {
		max-width: 1000px;
		min-width: 480px;
	}

	/****************************************************************************** HEADER */

	/* LOGO */

	.logo {
    margin-left: 10px;
    margin-bottom: 10px;
}

	/* CONTACT HEADER */

	.contact_header {
		text-align: right;
	}
	
	.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: right;
	}

	.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, .imgRight-1 {
	
	}
	
	
	.imgRight {
	float: right;
	position: relative;
	margin: 0 0 10px 20px;
	max-width: 50%;
	height: auto;
}
	
		.imgRight-1 {
	float: right;
	position: relative;
	margin: 0 0 10px 20px;
	max-width: 50%;
	height: auto;
}

.imgLeft {
	float: left;
	position: relative;
	margin: 0 20px 10px 0;
	max-width: 50%;
	height: auto;
	    left: 0px;
}
	/* RELANCE */

	#relance ul li {
		display: inline-block;
	}
		#relance ul li + li {
		display: inline-block;
		margin-left:50px;
	}
	
		#relance ul li {
		display: inline-block;
	}
	

	#relance ul li a {

	}

	.formulaire_contact {
		padding: 0;
		border: none;
		background: none;
	}

	.form_left, .form_right {
		display: inline-block;
		width: 48.936249%;
		padding: 10px;
		border: 1px solid #dddddd;
		vertical-align:top;
	}

	.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%;
	}
	
	.encart-site {
    max-width: 600px;

}
	
	.titre-enccart:before {
    content: '';
    position: absolute;
    left: -113px;
    width: 236px;
    height: 5px;
    background: #efd795;
    bottom: 45px;
}

.titre-enccart:after {
	content: '';
	position: absolute;
	right: -113px;
	width: 236px;
	height: 5px;
	background: #efd795;
	bottom: 45px;
}

	.index-page .slider,
.slider .bx-wrapper,
.slider .bx-viewport,
.slider .bxslider,
.slider .bxslider li {
	width: 100%!important;
	height: 250px;
	display: block;
}
	
.index-page h1 {
    margin-bottom: 30px;
    font-size: 36px;
    color: #efd795;
    display: inline-block;
	line-height: 30px;
	text-align: left;
}
	
	
h1 span {
    display: block;
    font-size: 24px;
    color: #a7a7a7;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-left: 35px;
}
	
	
	.news #form_newsletter {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

	.news label {
    margin-bottom: 0px;
		    margin-right: 15px;

}
	
	
	.bg-header{
		display: block;

}
	
	.bloc-img {
    float: left;
    margin: 0px 50px 60px 0px;
}

	
	.bloc-detail {
    text-align: left;
    margin-top: 25px;
}
	
p.btn-retour {
    display: block;
    text-align: right !important;
}	
	
	.bouton a {
	width: auto;

}

	
	.bouton_rappel a {
	    width: auto;
		margin: 0px 0px 0px 0px;
}

	
	.bloc-horaire {
    font-size: 18px;
    color: #454545;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
    display: inline-block;
    margin-left: 10px;
}
	
	
}

@media screen and (min-width:768px) {
	.encart-site {
    max-width: 100%;
}
	
	
	.encart-site li {
    width: 177px;
    height: 330px;
	margin: 20px 5px !important;

}
	
	
	.block_contact {
		display: block;
	}

	.ac-doubleLeft,
	.ac-doubleRight,
	.ac-colonne {
		float: left;
		width: 50%;
	}
	
		.info_contact > div {
		display: inline-block;
		position: relative;
		width: 48.914945%;
		padding: 0 0 0 15px;
		vertical-align: top;
	}
	
			.info_contact > div + div + div {
				margin-top:50px;
	}




	.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%;
	}
	
a.logofooter {
    float: left;
    margin-top: 20px;
}
	
	a.logofooter:hover {
		opacity: 0.5;
}

.ment-paln-poli {
    float: right;
    text-align: right;
    margin-top: 10px;
}

	
	.add-tel-footer {
    display: inline-block;
    margin: 20px auto;
}
	
	.imgRight-1 ul {
    bottom: 7px;
}
}

@media screen and (min-width:1000px) {
	
	 h1 {

    font-size: 36px;

}

	.no_mobile {
		display: inline-block;
	}

	/****************************************************************************** HEADER */

	header section {
		margin: auto;
		padding: 0;
		max-width: 95%;
		width: 100%;
	}

	.nav {
		display: none;
	}
	
	
.add-topbar {
    margin-bottom: 0px;
    text-align: right;
    padding: 2px 0px;
}

	/* LOGO */
	

	.logo {
		padding: 0;
		margin-left: 0px;
		float: left;
		width: 215px;
		margin-top: 14px;
		margin-bottom: 0px;
	}
	
	/* MENU */

	.top_bar ul {
		display: block;
	}

.menu {
    z-index: 3;
    position: relative;
    left: auto;
    width: 77%;
    height: auto;
    margin: 0 auto;
    overflow-y: visible;
    background: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    float: right;
}

.menu ul {
    text-align: right;
}

.menu li a {
    position: relative;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-weight: 500;
	padding: 25px 10px;
}
	
	.menu li a.selected, .menu li a:active, .menu li:hover > a {
    color: #000;
    background: #e5e5e5;
}

	/****** 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;
		min-width: 100%;
		height: auto;
		margin: 0;
		padding: 10px 0;
		background: #f7f7f7;
	}

	.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: 14px;
    padding: 10px 10px;
	}

	.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 {

		padding-top: 90px;
	}
	
		.content {
		margin: auto;
		max-width: 980px;
		padding-top: 40px;
	}

	/******************************** 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: 0px;
    padding: 15px 0;
	}
	
	footer section {
		margin: auto;
		max-width: 85%;
		width: 100%;
	}

	.top_site_mobile {
		display: none !important;
	}

	.adresse_footer {
		display: block;
		float: left;
	}

	.navigation {
		display: block;
		text-align: right;
		cursor: pointer;
		font-size: 16px;
		color: #fff;
}


	.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;
	}
	
	
	.info_contact > div + div + div {
				margin-top:0px;
	}


	.info_contact > div {
		display: inline-block;
		position: relative;
		width: 31.914945%;
		padding: 0 0 0 15px;
		vertical-align: top;
	}
	

	
.index-page .bloc-text-3 .imgRight {
    float: right;
    position: relative;
    margin: 0 0 70px 200px;
    max-width: 100%;
    height: auto;
    width: auto;
    left: 0px;
}	
	
.index-page .imgRight {

	margin: 0 0 70px 40px;

}
	
	.imgRight {
    float: right;
    position: relative;
    margin: 0 0 70px 188px;
    max-width: 100%;
    height: auto;
    width: auto;
    left: 0px;
}
	
	
.imgRight-1 {
    float: right;
    position: relative;
    margin: 0 0 70px 90px;
    max-width: 100%;
    height: auto;
    width: auto;
    left: 0px;
}
	
	.imgRight:before {
		content: '';
		top: 0px;
		right: -33px;
		width: 115px;
		    height: 112%;
		background: rgba(239,215,149,0.5);
		position: absolute;
}
	

.index-page .imgRight:after {
    content: '';
    top: 0px;
    left: -128px;
    width: 128px;
    height: 187px;
    background: url(../gifs/aft-im-index.png);
    position: absolute;
}
	
	
	.imgRight:after {
    content: '';
    top: 130px;
    left: -58px;
    width:58px;
    height: 58px;
    background:#fbf5e4;
    position: absolute;
}
	
	
.imgLeft {
    float: left;
    position: relative;
    margin: 0 119px 50px 0;
    max-width: 100%;
    height: auto;
    width: auto;
    left: 0px;
}	
	
.index-page .imgLeft {

    margin: 0 40px 70px 0;

}
	
	.imgLeft:before {
		content: '';
		position: absolute;
		left: -40px;
		top:-40px;
		width: 270px;
		height: 290px;
		display: block;
		z-index: -1;
		background: #efd795;
}
	
.bloc-text {
    position: relative;
    padding: 20px 50px 2px 50px;
}
	
	
.bloc-text:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 980px;
    height: 100%;
    display: block;
    z-index: -1;
    background: #fbf5e4;
}
	
.index-page .imgLeft {
    float: left;
    position: relative;
    margin: 0 40px 0px 0;
    max-width: 100%;
    height: auto;
    width: auto;
    left: 0px;
}
	
	
	.bloc-text-3 {
    padding: 90px 0px 0px 30px;
}
	
	
	/* bloc encarts */
	
		.encart-site {
    max-width: 100%;
}
	

	
	.encart-site li {
    width: 225px;
    height: 330px;
}
	

	

	

.encart-site li{margin:0px !important;}

.encart-site li + li {
    margin-left: 15px !important;
}

/* End bloc encarts */

	.titre-enccart:before {
    left: 0px;

}

.titre-enccart:after {
	right: 0px;

}
	
	
	.index-page .slider,
.slider .bx-wrapper,
.slider .bx-viewport,
.slider .bxslider,
.slider .bxslider li {
	width: 100%!important;
	height: 416px;
}
	
	
.index-page .rappel-horaire {
    bottom: 168px;

}
	
	.rappel-horaire {
    bottom: 27px;
}
	
.rappel-horaire:before {
    content: '';
    position: absolute;
    top: -121px;
    width: 1px;
    height: 114px;
    background: #fff;
    display: block;
    left: 0px;
    right: 0px;
    margin: auto;
}
	
	
.rappel-horaire:after {
    content: '';
    position: absolute;
    top: 136px;
    width: 1px;
    height: 163px;
    background: #fff;
    display: block;
    left: 0px;
    right: 0px;
    margin: auto;
}
	
	.encart-site li a:hover .im-encart{ transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -webkit-transform: scale(1.05); -ms-transform: scale(1.05);}	
	


.encart-site li a:hover .titre-encart-site { color: #dfaf2c;}

.encart-site li a {  transition: transform .2s;  -ms-transition: transform .2s; -webkit-transition: transform .2s; -webkit-transition: transform .2s; -o-transition: transform .2s;
	
}

.bg-encart-site {
    margin-bottom: 115px;
		margin-top: 0px;
}


span.bloc-text-3 h2 {
    margin-top: 80px;
}
	
	
	.add-topbar .adresse_footer {
    margin-top: 6px;
		font-size: 12px;
}
	
	.news #form_newsletter {
    width: 22%;
}
	
p.btn-retour {
    display: block;
    text-align: right;
    margin-right: 32px;
}
	
.bloc-detail {
    margin-top: 88px;
}
	

	p.intro-interne {
	width: 100%;
    max-width: 95%;

}
	
	
	
	
.sticky {
	display: block;
	position: fixed;
	top: -250px;
	z-index: 10;
	width: 100%;
	background: rgb(255, 255, 255);
	transition: 0.5s;
	border-bottom: 1px solid #f0d899;
}

	
	.sticky .contact_header {
    text-align: right;
    position: absolute;
    top: 43px;
    left: 240px;
    z-index: 3;
}
	

	
.sticky  .contact_header a.tel {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
	
.sticky   p.bouton_rappel {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
	
	.sticky .menu li a {
    font-size: 11px;
    padding: 23px 3px;
}
	



.sticky.scroll {
	top: 0!important;
}

.sticky .menu .topBar {
	display: none;
}

.sticky section {
    background: rgba(255,255,255,1);
}

.sticky section::before {
    background: rgba(255,255,255,1);
}

.sticky section::after {
    background: rgba(255,255,255,1);
}




.sticky  .menu {
   
    top: 0px;
	z-index: 2;
}


.imgRight-1 ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none !important;
    list-style-type: none !important;
    font-size: 14px;
    color: #0f0f0f;
    width: 32%;
    text-align: center;
	font-weight: 500;
	line-height: 18px;
}	
	
.bloc-horaire {
    font-size: 13px;
    color: #454545;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 18.2%;
    top: 6px;
}
	
	.index-page .imgRight-1 {
    float: right;
    position: relative;
    margin: -150px 0 70px 60px;
    max-width: 100%;
    height: auto;
    width: auto;
    left: 0px;
}

	
	
	.index-page h1 {
    margin-top: 84px;
	 font-size: 30px;
}
	
}



@media screen and (min-width:1280px) {
	
	.sticky .menu li a {
    font-size: 13px;
    padding: 23px 5px;
}
	
	.sticky  .contact_header {
    text-align: right;
    position: absolute;
    top: 50px;
    left: 266px;
    z-index: 3;
}
	
	
	
.index-page h1 {
    margin-top: 0px;
    font-size: 36px;
    position: relative;
    z-index: 1;
}
	
	
		.add-topbar .adresse_footer {

		font-size: 16px;
}
	.top_bar li a {
    font-size: 16px;
 

}

	.bloc-horaire {
    font-size: 15px;
    color: #454545;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 19%;
    top: 8px;
}
	
	#catalogue_contenu .bloclisting {

    margin: 10px 6px;

}
	
		header section {
		    max-width: 95%;

	}
	
	
	.menu li a {

    font-size: 16px;
		padding: 25px 15px;

}
	
.menu li a {
    font-size: 16px;
    padding: 25px 10px;
}
	
		
	.encart-site li {
    width: 233px;
    height: 330px;


}
	
	
	#navigation_frame {
		width: 920px;
		margin-left: -470px;
	}

	.lien_footer {
		border-spacing: 15px;
	}
}