/* AXECAKE */
.none {
	display: none !important;
}

.plan-site .col-plan .no_plan {
	display: none;
}

.topBar .plan,
.menu .plan {
	display: none;
}

.galerie.galerie-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.galerie-center img {
	margin: auto;
}

.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 */

/* SOCIAL-MEDIA */
.social-media {
	padding: 0;
	width: auto;
}

.social-media li {
	display: inline-block;
	list-style: none;
	margin: 0 1px;
	border-radius: 6px;
	transition: 0.4s;
	vertical-align: top;
}

.social-media li a {
	display: block;
	text-decoration: none;
	transition: 0.2s;
	height: 25px;
	width: 25px;
	padding: 5px 4px;
}

.social-media li a svg {
	fill: #000;
	transition: 0.5s;
}

/* HOVER */

.social-media li:hover {
	transform: scale(0.8);
	opacity: 0.5;
}

.social-media li.blanc:hover a svg {
	fill: #fff;
}

.social-media li.noir:hover a svg {
	fill: #000;
}

.social-media li.gris:hover a svg {
	fill: #cecece;
}

.sticky {
	display: none;
}

/* TABLEAUX */
table {
	width: 100%;
	border-width: 1px;
	border-color: #c3c3c3;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table th {
	background: #000;
	padding: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	text-align: left;
}

table tr {
	/*background:#000;*/
	background: #d0d0d0;
}

table tr:nth-child(2n+2) {
	/*background: #5D5D5D;*/
	background: #dedede;
}

table tr:nth-child(n+2)+tr {
	border-top: 10px solid #fff;
}

table td {
	padding: 5px 13px;
	border-width: 1px;
	border-style: solid;
	border-color: #c3c3c3;
	display: block;
}

table td+td {
	border-top: none;
}

/* VIEWPORT CSS3 */
.required {
	color: red;
}

* {
	box-sizing: border-box;
}

.clear_both {
	display: block;
	clear: both;
}

.no_mobile {
	display: none;
}

.no_desktop {
	display: block;
}

.imgCenter img,
.imgRight img,
.imgLeft img {
	width: auto;
	height: auto;
}

.imgRight {
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
	max-width: 50%;
	height: auto;
}

.imgLeft {
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
	max-width: 50%;
	height: auto;
}

.imgCenter {
	margin: 0 auto 10px;
	position: relative;
	width: 40.425597%;
	max-width: 300px;
	height: auto;
	display: block;
}

body {
	position: relative;
	overflow-x: hidden;
	font-family: 'Sora', sans-serif;
	font-size: 13px;
	line-height: 1.47059;
	color: #5e5e5e;
	letter-spacing: -.022em;
	background: #F5F5F5;
}

body.fancy-box-body {
	background: #fff;
}

a {
	color: #000;
	outline: none;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}
h1, .title {
	margin-bottom: 25px;
	font-size: 20px;
	text-align: center;
	color: #313295;
	line-height: 36px;
}
.index-page h1 {
	text-align:left;
}
h2 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height:30px;
	color: #313295;
	font-weight:500;
}

h3 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #313295;
	line-height:28px;
}

#container {
	padding-top: 41px;
	max-width: 480px;
	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;
	z-index: 1;
}

/* .sitePusher #container {
	left: 250px;
} 
#paquet_telecom_bandeau {
	padding: 6px 50px 6px 0 !important;
}*/
/****************************************************************************** HEADER */

header {
	z-index: 100;
	position: relative;
	margin: auto;
}

header section {
	padding-top: 10px;
	clear: both;
	text-align: center;
	width: 100%;
}

.index-page header {
	min-height: 45vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.page-interne .header_centrage,
.contact-page .header_centrage,
.plan-site .header_centrage {
	/* display: none; */
}

.page-interne .logo,
.contact-page .logo,
.plan-site .logo {
	display: inline-block;
}
.page-interne .contact_header,
.contact-page .contact_header,
.plan-site .contact_header {
	display: block;
}

.page-interne .colonne_centre {
	padding-top: 0;
}

.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;
	margin: 10px 0;
}

.index-page .logo-header {
	overflow: hidden;
}

.index-page .logo-header * {
	transform: translateY(0px);
	transition: 1s;
}

.navScroll.index-page .logo-header * {
	transform: translateY(200%);
}

.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 a {
	text-align: center;
}

.contact_header .tel {
	font-size: 1.7em;
}

.contact_header .tel span {
	font-size: 0.72em;
}

.nav {
	background: #2B2B34;
	display: block;
	padding: 5px 10px;
	text-align: left;
	font-size: 1.5em;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 15px;
}

.nav-left {
	overflow: hidden;
}

.nav-logo {
	max-height: 40px;
	transform: translateY(50px);
	transition: 1s;
	vertical-align: middle;
}

.navScroll .nav-logo {
	transform: translateY(0px);
}

.icon-menu {
	width: 30px;
	height: 30px;
}

.icon-menu .ligne {
	width: 100%;
	height: 3px;
	background: #fff;
	margin: 6px 0;
	border-radius: 25px;
	-webkit-transition: .5s;
	transition: .5s;
}

.icon-menu .ligne:last-child {
	width: 50%;
}

.sitePusher .icon-menu .ligne:first-child {
	-webkit-transform: rotate(50deg) translate(6px, 2px);
	transform: rotate(50deg) translate(6px, 2px);
}

.sitePusher .icon-menu .ligne:nth-child(2) {
	-webkit-transform: rotate(-47deg) translate(4px, 0px);
	transform: rotate(-47deg) translate(4px, 0px);
}

.sitePusher .icon-menu .ligne:last-child {
	opacity: 0;
}

.menu {
	display: block;
	z-index: 99;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
	height: 100%;
	overflow-y: scroll;
	text-align: left;
	background: #2B2B34;
	-webkit-overflow-scrolling: touch;
	-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;
}

.menu:before {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	transition: width 1s .2s ease-in-out;
}

.sitePusher .menu:before {
	width: 90%;
}

.sitePusher .menu {
	transform: translateY(0%);
	top: 56px;
}

.menu li {
	position: relative;
	text-align: right;
	right: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.menu li.hidden, .hidden-all {
	display:none !important;
}
.sitePusher .menu .firstLi {
	right: 10px;
	opacity: 1;
}

.sitePusher .menu.noOver .firstLi {
	right: -100%;
	display: block;
}

.dropdown li {
	right: 100%;
}

.noOver .dropdown li {
	right: 10px;
	opacity: 1;
}

.menu.ssdropdownOpen .dropdown li {
	right: -100%;
}

.menu.ssdropdownOpen .ssdropdown.pushed li {
	right: 10px;
}

.menu li.main span.derouler {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 18px;
	font: 20px/42px"iconic";
	color: #fff;
}

.menu li.main span.derouler:after {
	content: "\e038";
}

.menu li a {
	display: block;
	padding: 10px 15px;
	font-size: 1.2em;
	color: #ffffff;
}

/** BOTTOM NAV **/

.header-img {
    display: block;
    margin-bottom: 10px;
    margin-top : 10px;
}

.contact_header .tel {
    border: 1px solid;
    padding: 10px;
    display: inline-block;
    width: 90%;
 
}



p.bouton.bouton_cont.no_desktop {
    border: 1px solid #000;
    width: 90%;
    display: inline-block;
    margin: 10px 0px;
}

#im-index-page {
    display: none !important;
}

.flex-row-header {
    display: none;
}


div#bloc-desk-encart {
    display: none;
}


#bloc-mobile-encart .slick-dots li.slick-active button:before {
    color: black !important;

}

#bloc-mobile-encart .slick-dots li button:before {
 
    color: black !important;
    opacity: 0.7 !important;
    font-size: 40px !important;
 
}


.slick-dots {

    margin: auto !important;
}

.sitePusher .menu {

    padding-bottom: 100px;
}

@media screen and (max-width: 809px) {
	.menu li.sous_menu>a {
		padding-right: 47px;
	}
}

.menu li a.selected {
	font-weight: bold;
}

.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;
	right: 100%;
	width: 100%;
	height: 100%;
	overflow-y: visible;
	background: #2b2b34;
	-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 .dropdown li {
	right: 100%;
}

.menu ul li .dropdown.pushed li {
	right: 0%;
}

.ssdropdownOpen .dropdown.pushed,
.ssdropdownOpen ul li .dropdown.pushed li {
	right: -100%;
}

.menu ul li ul.pushed {
	z-index: 3;
	right: 0%;
}

.menu ul li .ssdropdown li {
	right: 100%;
}

.ssdropdown.pushed {
	z-index: 4 !important;
}

.ssdropdown.pushed li {
	right: 0%;
}

.menu .ssdropdown {
	background: #2b2b34;
	-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.noOver {
	overflow: hidden;
}

.menu ul li ul li.close_menu {
	display: block;
	padding: 10px 15px;
	font-size: 1.2em;
	color: #fff;
	opacity: 0.7;
	font-weight: bold;
}

.menu ul li ul.pushed li.close_menu {
	z-index: 2;
}

.menu ul li ul li.close_menu:before {
	content: "\E037";
	display: inline-block;
	margin-top: -6px;
	font: 30px/47px"iconic";
	color: #fff;
	vertical-align: middle;
	margin-right: 20px;
}

/** 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 {
	width: 100%;
	overflow: visible;
}

/*
.sitePusher .mask {
	z-index: 6000;
	opacity: 1 !important;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	position: fixed;
	left: 250px;
}*/
.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 */

.header_topbar .header_centrage {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.top_bar {
	display: block;
	position: relative;
	width: auto;
	margin: 0;
}

.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 8px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 400;
}

.top_bar li a:hover,
.top_bar li a.selected {
	color: #00aff2;
}

.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;
	z-index: 10;
}

.top_bar li ul li {
	display: block;
}

.top_bar li ul li a {
	padding: 5px;
}

.top_bar li span.derouler {
	display: none;
}

/* SLICK SLIDER */

.slider_slick {
	width: 100%;
	position: relative;
	display: none;
	z-index: 0;
}

.slider_slick .slick .slide_img {
	/* height: 500px;
	background-size: cover!important; 
	background-repeat: no-repeat;
	background-position: top center;*/
	position: relative;
	max-height: 480px;
}

.slick-slide img {
	margin: 0 auto;
	width: 100%;
}

.slide_container {
	position: absolute;
	max-width: 532px;
	width: 100%;
	background: rgba(0, 0, 0, 0.25);
	z-index: 10;
	color: #fff;
	text-align: left;
	
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	/* transform: translate(50%, -50%); */
	/* opacity: 0; */
	transition: 1s 1s;
}

.slick-active .slide_container {
	/* transform: translate(0, -50%); */
	/* opacity: 1; */
}

.slide_title {
	font-size: 2em;
	font-weight: bold;
}

.slide_bouton a {
	color: #fff;
	background:#00AFF2;
	padding: 0;
	margin: 0;
	display: inline-block;
	line-height: 48px;
	width: 48px;
	text-align:center;
	transition: .2s;
}

.slide_bouton a span {
	display:inline-block;
	vertical-align:middle;
	line-height: 48px;
	font-weight: 400;
	color: #fff;
}

.slide_bouton a:hover {
	background: #2B2B34;
	color: #fff;
}

.slider_slick .slick {
	z-index: 0;
}

.slider_slick .slick-arrow {
	display: none !important;
}

/****************************************************************************** CONTENT */

.content {
	position: relative;
	padding-top: 24px;
}

/******************************** COLONNE CENTRE */

.partenaires {
    
}

.partenaires>div {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;

}

.partenaires img {
	display:block;
    height:auto;
	margin:10px;
	width: 200px;
}

.section_content.first-bloc {
    max-width:1280px;
    margin:auto;
    width:100%;
}

.colonne_centre.flex-bloc {
    
}

.section_content.first-bloc .colonne_centre.flex-bloc {
    
}

.colonne_centre.flex-bloc>img {
    display:block;
    margin:0 0 20px;
    width:100%;
    max-height:300px;
    object-fit:cover;
    object-position:center;
}

.colonne_centre.flex-bloc>div {
    
}

.section_content.black-bloc .colonne_centre.flex-bloc .colonne_gauche {
    background: #fff;
    padding: 0 15px;
}

.realisations-bloc {
    padding:60px 15px;
    background:#2B2B34;
    overflow: hidden;
}

.realisations-bloc .title-bloc p.bouton2 {
	opacity:1;
}

.realisations-bloc .title-bloc p.bouton2 a {
	color:#fff;
	border:none;
	background:#313295;
	margin: 0 0 28px;
	opacity:1;
}

.realisations-bloc .title-bloc p.bouton2 a:hover {
	background:#00AFF2;
}

.realisations-bloc>div {
    
}

.devis-side {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
	background:url('../gifs/bg-devis.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	z-index: 0;
	padding: 10px;
}
.devis-side:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:linear-gradient(106deg, #2B2B3400, #00AFF23D);
	z-index:-1;
}
.devis-side:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#2B2B34;
	opacity:80%;
	z-index:-1;
}
.contact-side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* align-items: center; */
	position:relative;
	background:url('../gifs/bg-devis.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	z-index: 0;
	padding: 10px;
	margin-top: 24px;
}
.contact-side:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:linear-gradient(106deg, #2B2B3400, #00AFF23D);
	z-index:-1;
}
.contact-side:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#2B2B34;
	opacity:80%;
	z-index:-1;
}
.slide_container.devis-side {
    position: absolute;
}
.devis-side .title-bloc>small, .contact-side .title-bloc>small {
    color:#fff;
}

.devis-side .title-bloc>span, .contact-side .title-bloc>span {
    color:#fff;
}
.devis-side .texte-titre, .contact-side .texte-titre {
	color:#fff;
	margin-bottom: 0;
}
.devis-side .texte-titre a {
	color:#00AFF2;
}

.devis-side .texte-titre a:hover {
	color:#fff;
}

.title-bloc {
    text-align:center;
}

.devis-side .title-bloc {
	text-align:left;
}

.title-bloc>small {
    display:block;
    font-size:11px;
    line-height:18px;
    letter-spacing:0;
    font-weight:400;
    color:#2B2B34;
    text-transform:uppercase;
}

.title-bloc>span {
    display:block;
    font-size:13px;
    line-height:18px;
    letter-spacing:0;
    font-weight:700;
    color:#313295;
    text-transform:uppercase;
}

.texte-titre {
    margin: 16px 0 28px;
    font-size: 11px;
    line-height:18px;
    letter-spacing:0;
    font-weight:400;
    color:#7A7A7A;
}
.news .title-bloc {
	max-width:none;
}

.realisations-bloc .title-bloc>small {
	color:#fff;
}

.realisations-bloc .title-bloc>span {
	color:#fff;
}

.realisations-bloc .texte-titre {
	color:#fff;
	opacity:64%;
	margin: 16px 0 28px;
}

.realisations {
    
}

.real-filtres {
    text-align:center;
    margin:10px 0 20px;
}

.colonne_centre .real-filtres>a {
    display:inline-block;
    vertical-align:middle;
    padding:5px;
    color:#313295;
    border:1px solid #313295;
    margin:2px;
    background: transparent;
    transition:.2s;
}
.colonne_centre .real-filtres>a:hover {
	color: #fff;
	border-color: #2b2b34;
	background: #2b2b34;
}
.item-rea {
    display:block;
    margin:0 0 24px;
    max-height:300px;
    overflow:hidden;
    position:relative;
    transition: .2s;
}
.item-rea:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#2B2B34;
	opacity:0;
	transition:.2s;
}
.titre-rea {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    font-size: 12px;
    line-height:21px;
    position:absolute;
    top: auto;
    bottom: 15px;
    left:0;
    right:0;
    margin:auto;
    opacity:0;
    transition:.2s;
    font-weight: 400;
    color:#fff;
    text-transform: uppercase;
    padding: 0 15px;
}
.categ-rea {
    display:block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    background: #313295;
    padding: 0 5px;
    margin-bottom: 5px;
}
.name-rea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.item-rea:hover .titre-rea {
	opacity:1;
}
.item-rea:hover:before {
	opacity:1;
}
.item-rea>img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transition: .2s;
}

.item-rea:hover>img {
	opacity:0.4;
}

.index-frame {
    padding:60px 15px;
}


.index-frame>div {
    
}

.items {
    
}

.item-frame {
    display:block;
    position:relative;
    transition:.2s;
    margin: 0 0 24px;
    overflow:hidden;
}

.item-frame:before {









	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#2B2B34;
	opacity:64%;
	transition:.2s;
}

.item-frame>img {

    display:block;
    transition:.2s;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    transition: .2s;
}

.item-frame:hover>img {
	
}

.item-frame:hover:before {
	opacity:35%;
}

.titre-item {
    display:block;
    transition:.2s;
    text-align:center;
    position:absolute;
    top: 50%;
    bottom:auto;
    left:0;
    right:0;
    margin:auto;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
}

.item-frame:hover .titre-item {
	transform:scale(1.2);
}

.titre-item>small {
    display:block;
    transition:.2s;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
}

.items-col {
    
}

.item-bg {
    display:block;
    transition:.2s;
    position:relative;
    height:188px;
    background:#313295;
    margin:0 0 24px;
}

.item-bg:first-child {
	background:#2B2B34;
}

.item-bg:hover {
	opacity:64%;
}

.item-bg .titre-item {
	top:40%;
}

.section_content.black-bloc {
    background:#2B2B34;
    padding:40px 0;
    /*margin: 24px auto;*/
}

.section_content.black-bloc h2, .section_content.black-bloc h3 {
	color:#fff;
}
.section_content.black-bloc .colonne_centre>div>p:not(.bouton) {
	color:#fff;
	opacity:64%;
}


.slider-nav .slick-slide {
	margin:13px 10px 0;
}
.row {
    position: relative;
}
.slider-single .slick-slide {
	margin:0 10px;
	max-height: 394px;
}
.row .slick-prev, .row .slick-next {

	width:24px;
	height:24px;
	top: 40%;
	z-index: 1;
}
.row .slick-prev:before, .row .slick-next:before {
	font-size:0;
	line-height:initial;
}
.row .slick-prev {
	left: -15px;
}
.row .slick-next {
	right: -15px;
}
.row .slick-next:before {
	content: url('../gifs/icon-4.png');
}
.row .slick-prev:before {
	content: url('../gifs/arrow-left.png');
}
.images-side {
    margin: 0 0 20px;
    width: 100%;
}
.bloc-detail {
	
}
.description-side p.bouton {
	text-align: center;
	display: block;
}
.description-side p.bouton a {
	color:#313295;
}
.description-side p.bouton a span {
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	margin-top:-3px;
}
.description-side p.bouton a:hover {
	color:#00AFF2;
}

.colonne_centre {
	position: relative;
	padding: 0 15px;
}

.colonne_centre p {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	text-align: justify;
	color: #525252;
}
.page-interne .intro {
	margin-bottom:40px;
}
.colonne_centre ul {
	display: block;
	margin: 10px 0 25px 30px;
}

.colonne_centre ul li {
	margin: 5px 0;
	list-style: disc;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	color: #525252;
}

.colonne_centre a {
	color: #00AFF2;
}

.colonne_centre a:hover {
	color: #313295;
}

.videoWrapper {
	position: relative;

	height: 0;
	padding-top: 25px;
	padding-bottom: 56.25%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-interne h1,
.page-interne h2 {
	/* text-align: center; */
}

.page-interne .intro,
.page-interne .colonne_centre .bouton_interne,
.page-interne .colonne_centre p {
	/* text-align: justify; */
}

.page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
	/* display: none; */
}

.page-interne .ac-doubleColonne .ac-colonne img {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	height: auto;
	max-height: 300px;
	object-fit: cover;
	object-position: center;
}

.last-bloc {
    margin: 50px auto 0;
}

.ac-doubleColonne.reverse-mobile {
	display:flex;
	flex-direction:column-reverse;
} 

/* 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 {
	display: none;
	font-size: 12px;
	margin: 0 0 25px;
	text-align: left;
	line-height: 18px;
	color: #2B2B34;
}

.page-404 #fil_ariane {
	display: none;
}

.page-offline .colonne_centre {
	width: 70%;
	margin: 10vh auto;
	min-height: 40vh;
}

#fil_ariane div {
	display: inline;
}

#fil_ariane strong {
	font-weight: 400;
}

#fil_ariane a {
	color: #2B2B34;
}

#fil_ariane a:hover {
	color: #00AFF2;
}

.contact_header a.tel {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #00AFF2;
    padding: 11px 0;
    line-height: 24px;
}

p.horaire {
    flex: 1 0 100%;
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 15px;
}




.index-page .contact_header .bouton.bouton_devis:not(.no_mobile) {
    display: block;
    text-align: center;
}

.bouton {
	display: none;
}

.bouton a,
.bouton2 a {
	padding: 0 12px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	width: 90%;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 48px;
}

.bouton2 a {
	font-size:11px;
	font-weight:600;
	color:#313295;
	border:1px solid #313295;
	line-height: 40px;
}
.encart_actu .bouton2 {
	display:block;
	text-align:center;
	margin: 0;
}
.encart_actu .bouton2 a  {
	border:none;
}
.bouton2 a span {
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
}
.bouton2 a:hover {
	color:#00AFF2;
	border-color:#00AFF2;
}
header .bouton a,
.sticky .bouton a {
	margin: 0 7px;
}

header .bouton.bouton_devis a {
	margin:auto;
}


header .bouton:last-child a,
.sticky .bouton:last-child a {
	margin: 0;
}

p.bouton_action,
.bouton2 {
	text-align: center;
}

.bouton_interne a,
.bouton_action a {
	color: #fff;
	background: #2B2B34;
	padding: 0 24px;
}

.bouton_interne a {
	background:transparent;
	line-height:32px;
	padding:0;
}
.bouton_interne a span {
	display:inline-block;
	vertical-align:middle;
	padding:0;
	margin-top: -2px;
}
.section_content.black-bloc .bouton_action a {
	color:#2B2B34;
	background:#fff;
}
.bouton_interne a span , .bouton_action a span {
	display:inline-block;
	vertical-align:middle;
	line-height:25px;
	margin-left: 10px;
}

.bouton_action a:hover,
.bouton_interne a:hover,
.section_content.black-bloc .bouton_action a:hover {
	color: #fff;
	background: #7A7A7A;
}
.bouton_interne a:hover {
	background:transparent;
	color:#00AFF2;
}
.bouton_tel a {
	background: #7A7A7A;
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	text-transform: none;
}


.bouton_tel a:hover {
	background: #E0E0E0;
	color: #2B2B34;
}

.bouton_devis a {
	background: #00AFF2;
	margin: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	/* line-height: 18px; */
	/* margin: auto; */
}
.bouton_devis a span {
	display:block;
	text-align:left;
}
.bouton_devis a:hover {
	background: #2B2B34;
}
.bouton_devis a img {
	margin-left:24px;
}

.bouton_devis a small {
	display:block;
	font-size: 11px;
	font-weight: 400;
}

/* ENCART ACTU */

.encart_actu {
	padding: 32px 0;
	/* background: #e7e7e7; */
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.colonne_centre .encart_actu ul {
	margin:0;
}

.encart_actu div.titre_actu {
	margin-bottom: 10px;
	font-size: 1.5em;
}

.encart_actu ul li {
	/* width: 50%; */
	/* margin: 0 auto 20px; */
	padding: 20px 0 0;
	list-style: none;
	margin: 0;
}

.date_actualite {
    font-size: 12px;
    line-height: 18px;
    color: #313295;
    font-weight: 400;
}

.encart_actu li a {
	display: block;
	color: #2B2B34;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 700;
	font-size: 16px;
}
.encart_actu li p {
	text-align:center;
}
.encart_actu li a:hover {
	color: #00AFF2;
}

.encart_actu ul li p:nth-child(3) {
	color:#2B2B34;
	opacity:64%;
}

/* RELANCE */

p.titre-relance {
    font-size: 18px;
    font-weight: 500;
    color: #2B2B34;
    text-align: center;
}
#relance {
	display: block;
	margin: 66px auto 60px;
	padding-top: 25px;
	border-top: 1px solid rgba(122, 122, 122, 0.2);
}

#relance ul {
	margin: 8px 0 10px;
	display: block;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	text-align: center;
}

#relance ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px 5px;
	/* background: #f3f2f2; */
}

#relance ul li a {
	display: block;
	padding: 5px;
	color: #2B2B34;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	font-weight: 700;
	border: 1px solid #2B2B34;
}

#relance ul li a:hover {
	color: #00aff2;
}

/* pagination actu + BDD */

.paginationControl {
	letter-spacing: normal;
	text-align: center;
}

.paginationControl a,
.paginationControl span {
	display: inline-block !important;
	padding: 3px 8px;
	color: #2B2B34;
	font-size: 20px;
}

.paginationControl a:hover,
.paginationControl span.selected {
	color: #00AFF2;
}

.paginationControl span.disabled {
	color: #ccc;
}

.info_contact {
	margin: 20px 0;
	padding: 15px 10px;
	letter-spacing: -0.25em;
	text-align: center;
}

.block_contact .info_contact>div>div:before {
	display: block;
	width: 30px;
	width: 100%;
	margin-right: 0;
	font-family: Material Icons;
	font-size: 1.4em;
	line-height: 1.5;
	text-align: center;
}

.block_contact .info_contact>div>div.info_mail:before {
	content: '\e0e1';
}

.block_contact .info_contact>div>div.info_tel:before {
	content: '\E0CD';
}

.block_contact .info_contact>div>div.info_adresse:before {
	content: '\E0C8';
}

.block_contact .info_contact>div>div.info_horaire:before {
	content: '\E192';
}

.block_contact .info_contact>div>div.info_rdv:before {
	content: '\E88f';
}

.block_contact .info_contact>div>div.info_bus:before {
	content: '\e530';
}

.block_contact .info_contact>div>div.info_metro:before {
	content: '\e571';
}

.block_contact .info_contact>div>div.info_parking:before {
	content: '\e54f';
}

.block_contact .info_contact>div>div p {
	display: block;
	overflow: hidden;
	text-align: center;
}

.info_contact h2,
.formulaire_contact h2,
.carte h2 {
	margin-top: 0;
	margin-bottom: 20px;
	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 {
	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;
	background: #f5f5f5;
}

.carte {
	margin-top: 15px;
}

.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_logo {
	/* max-width: 100px; */
	margin: 0 auto;
	padding: 2vh 0;
	text-align: center;
}

.footer_infos {

	text-align: center;
	padding: 10px;
}

.footer_infos>div {

}
.footer_infos>div span {
	display:block;
}
.footer_centrage span {
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
	opacity:64%;
	text-transform:uppercase;
}


.footer_infos .tel {
	display: block;
	cursor: default;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
}

.sitePusher .footer_link {
	z-index: 15;
}
.footer_link {
    display: flex;
    -ms-display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background: #525252;
    position: relative;
    z-index: 150;
}

.footer_link span {
	display:none;
}
.bouton_footer {

	display: block;
	padding: 0 8px;
	transition: .5s;
	/* text-align: center; */
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
}

footer {
	background-color: #2B2B34;
}

footer .adresse_footer {
	display: block;
	/* text-align: center; */
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
	transition:.2s;
}

footer .adresse_footer:hover {
	color:#00AFF2;
}

.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: 6px 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}

.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;
}
.displayNone {
	display:none;
}
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 10px !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 {
	padding: 32px 0;
	text-align: center;
	position: relative;
	color: #fff;
}
.news:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:1px;
	background:#E0E0E0;
}
.news * {
	/* width: 80%; */
}

.news #form_newsletter input#submit_newsletter {
	display: none !important;
}

.news #form_newsletter input[type="text"] {
	width: 100%;
}

.news label {
	float: none !important;
	display: none;
	vertical-align: middle;
}

.news #form_newsletter {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 5px auto 5px  -10px;
}

.news #mess_newsletter {
	display: block;
	margin-top: 7px;
	text-align: center;
	font-size: 11px;
	color: #2b2b34;
}
.news input[type=button] {
	background:transparent;
	color:#313295;
	font-weight:700;
	font-size:11px;
	letter-spacing:0;
	line-height:18px;
	text-transform:uppercase;
	padding:0;
	position:relative;
	margin-left: -73px;
	width: auto;
	border: none;
}

.news input[type=button]:hover, .news input[type=button]:focus {
	background:transparent;
	color:#2b2b34;
	outline: none;
}

.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;
	line-height: 11px;
}

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;
}

.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 #e0e0e0;
	text-indent: 10px;
	vertical-align: middle;
	background: #f7f7f7;
	border-radius: 3px;
}

input[type=password]:hover,
input[type=text]:hover,
textarea:not(.mce-textbox):hover {
	background: #fff;
}

input[type=password]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]: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: 1px solid #313295;
	vertical-align: middle;
	color: #313295;
	background: transparent;
	cursor: pointer;
	width: 90%;
}

input[type=submit]:hover,
input[type=button]:hover {

	color: #00AFF2;
	border-color: #00AFF2;
}

.page_contact input[type=submit],
.page_contact input[type=button] {
	display: inline-block !important;
	height: inherit;
	margin: 0;
	padding: 12px 22px;
	vertical-align: middle;
	cursor: pointer;
}


.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 #e94e18 inset;
	-moz-box-shadow: 0 0 10px 100px #e94e18 inset;
	box-shadow: 0 0 10px 100px #e94e18 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 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;
}

/* CONTACT ENCART ********************************************/

.contact-tel {
	/* background-color: #e94e18; */
	/* text-align: center; */
	/* padding: 40px; */
	margin: 50px 0;
}

.contact-tel * {
	/* text-align: center !important; */
}

.contact-tel p {
	text-align: center;
	color: #fff;
	margin: 0;
}

.contact-tel p.bouton.bouton_interne {
	display: block;
}

.contact-tel a.tel {
	display: block;
	color: #00AFF2;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	text-align: center;
	line-height: 24px;
}

.contact-tel a.tel:hover {
	color: #00AFF2 !important;
}
.page-404 .colonne_centre {
	padding: 10vh 0;
}

.img-404 {
	width: 100%;
}

.title-404 {
	font-size: 5em;
	color: #e94e1b;
	font-weight: bold;
	padding: 5vh 0 0;
	text-align: center;
}

.right-404 {
	width: 90%;
	padding: 20px;
	color: #5c5c5c;
	margin: 0 auto;
}

.right-404 h2 {
	color: #e94e18;
}

.bouton-404 {
	text-align: center;
	margin: 5vh 0;
}

.bouton-404 a {
	color: white;
	background: #e94e18;
	padding: 10px 15px;
	border-radius: 25px;
	box-shadow: 0 0 5px #e94e18;
	transition: .3s;
	text-align: center;
	margin: 5vh 0;
}

.bouton-404 a:hover {
	color: #f1f1f1;
	background: #b72f00;
	box-shadow: 0 0 5px #b72f00;
}

.plan-site .colonne_centre li {
	list-style: none;
}

.plan-site .content .firstLi {
	font-weight: bold;
	margin-top: 10px;
}

.plan-site .colonne_centre .sousLi {
	margin-left: 20px;
	position: relative;
}

.plan-site .colonne_centre .sousLi:before {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #00AFF2;
	margin-right: 10px;
}

.plan-site .sousSousLi {
	margin-left: 30px;
}

.title-plan {
	font-size: 1.6em;
	font-weight: bold;
	color: #5e5e5e;
	border-bottom: solid 1px #5e5e5e26;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

@media screen and (max-width: 450px) {

	p.bouton_action {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.bouton_action a {
		padding: 13px 39px;
	}

	.page_contact form.generateur p.submit {
		text-align: center !important;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.page_contact input[type=submit],

	.page_contact input[type=button] {
		padding: 13px 39px;
	}
}

@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) {

	.contact_header .tel {
		border: 1px solid;
		width: auto;
		padding: 10px !important;
	}

	p.bouton.bouton_cont.no_desktop {
		border: 1px solid #000;
		width: auto;
		display: inline-block;
		margin: 10px 0px;
	}

	.contact-side {
		flex-direction:row;
		text-align:left;
		justify-content:space-between;
		align-items: center;
	}
	.contact-side .title-bloc {
		text-align:left;
		max-width: 240px;
		margin-right: 15px;
	}
	input[type=submit], input[type=button] {
		width:auto;
	}
	header .bouton.bouton_devis a {
		max-width: 250px;
	}
	.bouton a, .bouton2 a {
		width:auto;
	}
	#container {
		max-width: 810px;
		min-width: 480px;
	}

	p.bouton_action {
		text-align: center;
	}

	.bouton_action a,
	.bouton2 a,
	.bouton_interne a {

		width: auto;
	}

	/****************************************************************************** HEADER */
	/* LOGO */

	.logo {
		/* width: 250px; */
		/* padding-left: 10px; */
	}

	.info_tel p.telephones a,
	.contact_header a.tel {
		cursor: default;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		outline: none;
	}

	.slider_slick {
		height: auto;
	}

	.imgLeft,
	.imgRight {
		max-width: none;
	}

	.formulaire_contact {
		padding: 0;
		border: none;
		background: none;
		display: flex;
		justify-content: space-between;
	}

	.formulaire_contact .form_left,
	.formulaire_contact .form_right {
		display: inline-block;
		width: 48.936249%;
		padding: 20px;
		border: 1px solid #dddddd;
		margin: 20px 0;
	}

	.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%;
	}

	/* CONTACT ENCART ********************************************/
	.contact-tel a.tel {
		pointer-events: none;
	}

	.news * {
		width: auto;
	}

	.news #form_newsletter {
		/* width: 30%; */
	}

	.footer_link {
		flex-direction: row;
	}
	.bouton_footer {
		font-size:12px;
	}
	.footer_infos {
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.footer_infos>div {
		max-width:70%;
		width:100%;
		margin:0;
		padding: 0 0 15px;
	}
	.footer_infos>div:first-child {
		/* max-width:30%; */
		margin-right:30px;
	}
}

@media screen and (min-width: 600px) {

	.footer_link {
		
		flex-direction: row;
	
	}

	div#bloc-mobile-encart {
		display: none;
	}

	div#bloc-desk-encart {
		display: block;
	}


	p.bouton.bouton_cont.no_desktop {
	
		display: none;
	
	}
	
	
	.contact_header .tel {
		border: 0px solid;
		padding: 0px;
		display: inline-block;
		width: auto;
		border-radius: 0px;
	}


	.header-img { display: none;}

	.devis-side,.contact-side {
		padding: 30px;
	}
	.contact-side {
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.contact-side .title-bloc {
		text-align:center;
	}
	h1, .title {
		text-align:left;
	}
	.texte-titre {
		font-size:12px;
		margin: 16px 0 48px;
	}

    
    p.bouton_action {
    	text-align:right;
    }
	.realisations {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		max-width: 840px;
		margin: auto;
		width: 100%;
		/* align-items: flex-start; */
	}
	.real-filtres {
		text-align:left;
	}
	.items-bdd {
		display:flex;
		flex-wrap:wrap;
		margin: 0 0 30px;
	}
	.item-rea {
		flex:1 0 30%;
		max-height: none;
		margin: 0 8px 16px;
	}
	.items-bdd .item-rea {
		max-width:30%;
		margin: 0 8px 16px;
	}
    .items {
        display:flex;
        justify-content:space-between;
        max-width:840px;
        margin:auto;
        width:100%
	}
    .items-col {
    	display:flex;
    	flex-direction:column;
    	flex:1 0 30%;
    	margin-left:10px;
    }
    .item-frame {
        margin:0 0 0;
    }
    .item-frame:nth-child(2) {
    	margin-left:10px;
    }
    .item-bg {
    	margin:0 0 0;
    	height: 50%;
    }
    .item-bg:first-child {
    	margin-bottom:10px;
    }
    .item-frame>img {
    	height:100%;
    	max-height: none;
    }
	.page-interne .ac-doubleColonne .ac-colonne img {

	}

	#relance ul {
		display: block;
		margin: 24px 0 0;
	}
    #relance ul li a {
    	border:none;
    	padding:0;
    }
	#relance ul li:first-child {
		margin-left: 0;
	}
	#relance ul li {
		margin: 5px 20px 5px;
	}

	.index-page header {
		display: block;
		min-height: auto;
	}

	.slider_slick {
		display: block;
	}

	.header_topbar .header_centrage {
		justify-content: space-between;
	}

	.action {
		display: none;
	}
	.encart_actu p.bouton2 {
		/* text-align:right; */
		margin: 0;
	}

	.bouton {
		display: block;
	}
    .description-side p.bouton {
    	text-align:right;
    }
	/* CONTACT HEADER */
	.page-interne .logo,
	.contact-page .logo,
	.plan-site .logo {
		display: inline-block;
	}
	.page-interne .contact_header,
	.contact-page .contact_header,
	.plan-site .contact_header {
		display: flex;
	}
	.contact_header {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 5px;
		/* flex-wrap: wrap; */
		justify-content: flex-end;
	}
	/* p.horaire {
		text-align:right;
	} */
    .contact_header.no_mobile {
    	display:none;
    }
    header .bouton.bouton_devis a {
    	margin:0 5px;
    }
    .bouton_devis.no_mobile {
    	display:none;
    }
	.contact_header a.tel {
		margin-right: 6px;
	}

	.block_contact {
		display: block;
	}

	.ac-doubleColonne {
		/* margin: 0 -12px; */
	}

	.ac-doubleLeft,
	.ac-doubleRight,
	.ac-colonne {
		/* float: left; */
		/* width: 50%; */
		/* text-align: justify; */
		/* padding: 0 12px; */
	}
	.info_contact {
		display: flex;
		justify-content: space-around;
		align-items: end;
	}

	.block_contact .info_contact>div>div:before {
		text-align: center;
	}

	.info_contact>div {
		display: flex;
		align-items: center;
		flex-direction: column;
		flex-wrap: wrap;
		position: relative;
		vertical-align: top;
		text-align: left;
	}

	.horaires h2,
	.infos_pratique h2 {
		width: 100%;
		margin: 20px 0;
		text-align: center;
	}

	.info_contact div+div {
		padding: 0;
		margin: 0;
	}

	/* ville + code postal */
	.cp_ville p {
		width: 37%;
	}

	.cp_ville p+p {
		float: right;
		width: 57.958%;
	}

	.slider_slick .slick-arrow {
		display: block !important;
	}


	.page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
		display: block;
	}

	#fil_ariane {
		display: block;
	}

	/* TABLEAUX */
	table tr.table_th {
		display: table-row;
	}

	table td {
		display: table-cell;
		color: #000;
	}

	table tr:nth-child(n+2)+tr {
		border-top: none;
	}

	table td+td {
		border-top: 1px solid #ccc;
	}

	table td:before {
		content: none;
	}
	.header_centrage {
		padding: 10px 15px 15px;
	}
}

@media screen and (min-width: 768px) {

	#im-index-page {
		display: block !important;
	}
	.encart_actu p.bouton2 {
        text-align: right;
	}
	.bloc-detail {
		 display:flex;
		 justify-content: space-between;
	}
	.images-side {
		max-width: 50%;
		margin: 0 30px 0 0;
	}
	.ac-doubleColonne, .ac-doubleColonne.reverse-mobile {
		display:flex;
		justify-content:space-between;
		flex-direction: row;
	}
	.ac-doubleLeft, .ac-doubleRight, .ac-colonne {
		max-width:60%;
		width:100%;
	}

	.ac-imgLeft {
		max-width:40%;
		margin-right:24px;
	}
	.ac-imgRight {
		max-width:40%;
		margin-left:24px;
	}
    .page-interne .ac-doubleColonne .ac-colonne img {
    	max-height:none;
    	height:100%;
    	/* margin: 0; */
    }
	.contact-tel>div {
		display:flex;
		justify-content:space-between;
	}
	.contact-tel>div>div {
		max-width: 50%;
		width: 100%;
	}
	.contact-side {
		margin:0 0 0 5px;
	}
	footer section {
		display:flex;
		flex-direction:row-reverse;
		/* align-items:flex-end; */
		justify-content: flex-end;
		position: relative;
	}
	.map-image {
		position: absolute;
		right: -140px;
		width: 90%;
		top: 0;
		bottom: 0;
	}
	.map-image>div {
		height:100%;
	}
	.map-image img {
		height:100%;
		object-fit:cover;
		object-position:center;
		width:100%;
	}
	.footer_centrage {
		max-width: 50%;
		width: 100%;
		padding: 48px 15px 0;

	}
	.footer_link {
		flex-direction:column;
		text-align:left;
		width: auto;
		display: block;
		background: transparent;
		padding: 0 0 48px;
	}
	.bouton_footer {
		padding:0;
	}
	.footer_link span {
		display:block;
	}
	.footer_logo {
		text-align:left;
		padding: 0 0 48px;
	}
	.footer_infos {
		display:block;

		text-align:left;
		padding: 0;
	}
	.footer_link>div {
		max-width:none;
		width:auto;
	}
	.footer_link>div:first-child {
		width:auto;
		max-width:none;
	}
	.header_centrage {
		display:flex;
		justify-content:space-between;
		padding:0 15px;
	}
	.colonne_centre.flex-bloc {
        display:flex;
        justify-content:space-between;
	}

	.section_content.first-bloc .colonne_centre.flex-bloc {
        
	}

	.colonne_centre.flex-bloc>img {
		margin:0;
		max-height:none;
		max-width:40%;
		margin-right: 20px;
	}
	.colonne_centre.flex-bloc>div {
		background:#fff;
		padding:28px
	}

	.section_content.black-bloc {
        
	} 
    .section_content.first-bloc .colonne_centre.flex-bloc>div,
    .section_content.black-bloc .colonne_centre.flex-bloc>div {
		background:transparent;
		/* padding:0; */
	}
	.section_content.black-bloc .colonne_centre.flex-bloc>div {
		padding:0;
		max-width:45%;
	}
	.section_content.black-bloc .colonne_centre.flex-bloc .colonne_gauche {
		margin-left:40px;
		padding: 0 32px;
	}
}

@media screen and (min-width: 960px) {

	.sitePusher .menu {

		padding-bottom: 0px;
	}
	.header_centrage,
	.footer_centrage {
		width: 100%;
		margin: 0 auto;
	}

	#navigation_frame {
		width: 920px;
		margin-left: -470px;
	}

	.lien_footer {
		border-spacing: 15px;
	}
}

@media screen and (min-width: 1024px) {
	p.horaire {
		/* text-align: right; */
		margin-top: 10px;
		flex: auto;
	}

	.items-bdd .item-rea {
		flex:1 0 22%;
		margin: 0 8px 16px;
		max-width: 23.7%;
	}
	.colonne_centre .real-filtres>a {
		padding:10px 25px;
		margin:0 15px 10px;
	}
	.ac-doubleColonne {
        align-items:center;
	}
	.contact-side {
		flex-direction:row;
		justify-content:space-between;
		align-items:center;
		margin: 0 0 0 24px;
	}

	.contact-side .title-bloc {
		text-align:left;
	}
	.contact-tel a.tel {
		text-align:left;
	}
	.realisations-bloc {
		padding: 96px 15px;
	}
	.section_content.black-bloc {
		padding: 96px 0;
	}
    .encart_actu {
    	text-align:left;
    }
    .encart_actu li p {
		text-align:left;
	}
    .colonne_centre.flex-bloc>div {
    	padding:96px 64px;
    }
	.section_content.first-bloc .colonne_centre.flex-bloc {
		max-width: 1128px;
		margin:0;
		padding:0;
	}
    .section_content.first-bloc .colonne_centre.flex-bloc>div {
    	padding:64px 30px 0 0;
    }
    .section_content.first-bloc .colonne_centre.flex-bloc>img {
    	margin-right: 100px;
    	max-width: 532px;
    }
    .realisations-bloc>div {
    	display:flex;
    	justify-content:space-between;
    	/* align-items:center; */
    	max-width: 1128px;

    	margin: auto;
    	width: 100%;
    	position: relative;
    	z-index: 1;
    }
    .realisations-bloc .texte-titre {
		margin: 16px 0 48px;
	}
    .realisations-bloc .title-bloc p.bouton2 a {
    	margin:0;
    }
    .realisations-bloc .title-bloc p.bouton2 {
    	text-align:left;
    }
    .realisations-bloc>div:before {
    	content:url('../gifs/pattern-logo.png');
    	position:absolute;
    	left: -150px;
    	bottom: -148px;
    	z-index: -1;
    }

    .realisations {
    	margin:0;
    	margin-left:48px;
    }
    .item-rea {
    	margin:0 12px;
    	flex: 1 0 28%;
    }
    .realisations .item-rea:first-child {
    	height: 320px;
    }
    .realisations .item-rea:nth-child(2) {
    	height:240px;
    }
    .realisations .item-rea:nth-child(3) {
    	height:400px;
    }
    .realisations .item-rea:nth-child(4) {
    	height:240px;
    	margin-top: -60px;
    }
    .realisations .item-rea:nth-child(5) {
    	height:400px;
    	margin-top: -140px;
    }
    .realisations .item-rea:nth-child(6) {
    	height:320px;
    	margin-top: 24px;
    }
    .index-frame>div {
    	display:flex;
    	/* align-items:center; */
    	justify-content:space-between;
    	max-width:1128px;
    	margin:auto;
    	width:100%;
    	flex-direction:row-reverse;
    }
    .title-bloc {
    	text-align:left;
    	max-width: 240px;
    }
    .items {
    	margin:0;
    	margin-right:48px;
    }
	.items-col {
    	margin-left:24px;
    }
    .item-frame:nth-child(2) {
    	margin-left:24px;
    }
    .item-bg:first-child {
    	margin-bottom:24px;
    }

	h1, .title {
		font-size: 48px;
		line-height: 56px;
	}

	
	h1 {
		margin-bottom:48px;
	}

	h2 {
		font-size: 32px;
		line-height:40px;
	}


	h3 {
		font-size: 28px;
		line-height:40px;
	}

	.index-page header {
		min-height: initial;
		display: block;
	}

	.page-interne .header_centrage,
	.contact-page .header_centrage,
	.plan-site .header_centrage {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.top_bar li ul {
		left: auto;
		width: auto;
	}

	.top_bar li ul li {
		right: auto;
	}

	.menu {
		transform: translateY(0%);
	}

	.menu li {
		opacity: 1;
	}

	.menu li a.selected,
	.menu li a:hover {
		/* background: rgba(0, 0, 0, 0.17); */
		font-weight: 700;
		color: #00AFF2;
	}

	.bouton {
		display: block;
	}

	

	.page-offline .colonne_centre {
		width: 40%;
	}

	body {
		font-size: 16px;
	}

	#fil_ariane {
		text-align: left;
	}

	.slide_container {
		left: auto;
		right: 0;
		margin: 0;
	}

	.no_mobile {
		display: inline-block;
	}

	/****************************************************************************** STICKY */
	.sticky {
		display: block;
		position: fixed;
		top: -100%;
		z-index: 100;
		width: 100%;
		background: rgb(255, 255, 255);
		transition: 0.5s;
		box-shadow: 5px 5px 15px #ccc;
	}
	.sticky .logo {
		max-width:80px;
		padding: 5px 0;
	}

	.sticky .top_bar li a {
		/* font-size: 15px; */
	}

	.sticky .menu li a {
		/* padding: 10px 25px; */
	}

	.sticky.js-scroll {
		top: 0;
	}

	.sticky.js-scroll .header_content {
		/* padding-bottom: 10px; */
	}

	/****************************************************************************** BOUTON D ACTION */
	.bouton_devis.no_mobile {
		display: block;
	}
	.bouton_devis.no_mobile a {

		line-height:18px;
		padding:12px;
	}
	p.bouton {
		text-align: right;
		margin-bottom: 0;
	}
    .contact_header a.tel {
    	margin: 0;
    }
	/****************************************************************************** HEADER */
	header section {
		margin: auto;
		padding: 0;
	}
    .header_topbar {
    	background:#2B2B34;
    }

    .contact_header.no_mobile {
    	display:flex;
    	padding: 0;
    }
    header .bouton.bouton_tel a {
    	background:transparent;
    	margin: 0 24px 0 9px;
    	padding: 0 24px;
    	position:relative;
    }
    header .bouton.bouton_tel a:before {
        content:"";
        position:absolute;
        height:16px;
        width:1px;
        left:0;
        background:#fff;
        margin:auto;
        top:0;
        bottom:0;
        opacity:24%;
    }
    header .bouton.bouton_tel a:after {
        content:"";
        position:absolute;
        height:16px;
        width:1px;
        right:0;
        background:#fff;
        margin:auto;
        top:0;
        bottom:0;
        opacity:24%;
    }
    .bouton_tel a:hover {
    	color: #fff;
    	background:transparent;
    	opacity: 64%;
    }
    .left-side {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
    .contact_header {
    	/* padding:0; */
    }
    .header_content>.header_centrage .contact_header {
    	/* flex-direction: column; */
    	justify-content: flex-end;
    	align-items: flex-end;
    }
    .sticky .header_content>.header_centrage .contact_header {
    	flex-direction:row;
    	align-items: center;
    	padding: 0;
    }
	.flex-row-header {
		/* display: flex; */
		align-items: center;
		justify-content: space-between;
	}
	.header_content {
		background: #FFFFFF;
	}
	.header_content>.header_centrage {
	/* flex-direction: column; */
	/* align-items: center; */
	/* justify-content: center; */
	}
	.header_centrage {
		display: flex;
		justify-content: space-between;
		max-width: 1280px;
		padding: 0 26px;
	}
	.header_topbar .header_centrage {

		padding: 0 26px;
	}
    
    .slider_slick {
    	max-width:97%;
    	margin:24px auto 0;
    	width:100%;
    	/* max-height: 480px; */
    	/* overflow: hidden; */
    }
	.infos_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.adresse_header {
		margin-left: 0;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0;
		color: #fff;
		font-weight: 400;
		transition:.2s;
	}
	.adresse_header:hover {
        color:#fff;
        opacity:64%;
	}

	.footer_centrage {
		/* display: flex; */
		-ms-display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 30%;
	}

	.footer_logo {
		margin: 0;
	}

	.footer_link {
		/* flex-direction: column; */
		/* background: none; */
	}

	.bouton_footer {
		/* width: 100%; */
		/* color: #000000; */
		/* border: solid 1px #000000; */
		/* margin: 2px 0; */
	}

	.bouton_footer:hover {
		color: #00AFF2;
	}

	.nav {
		display: none;
	}

	/****************************************************************************** Menu */
	.top_bar ul {
		display: block;
	}

	.menu {
		z-index: 3;
		clear: both;
		position: relative;
		left: auto;
		width: auto;
		height: auto;
		margin: 0 0 0 -15px;
		overflow-y: visible;
		background: transparent;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	.menu ul {
		text-align: center;
	}

	.menu li a {
		position: relative;
		font-size: 13px;
		color: #2B2B34;
		font-weight: 700;
		line-height: 18px;
		letter-spacing: 0;
		padding: 0 7px;
	}

	/****** SI MENU HORIZONTAL ******/
	.menu li {
		display: inline-block;
		position: static;
		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;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		background: #E0E0E0;
		transform: none;
	}

	.menu:before {
		display: none;
	}

	.menu ul li.sous_menu:hover>ul {
		display: block;
		transform: initial;
		left: 0;
		width: 76%;
		padding: 0 10px;
		overflow-y: visible;
		top: auto;
		text-align: center;
	}

	.plan-site .menu ul li .dropdown li {
		right: 0;
	}
	.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: inline-block;
		width: auto;
		background: none !important;
		vertical-align: top;
	}

	.menu ul li ul .ssdropdown {
		background: #cccccc;
		position: absolute;
		display: none;
		top: initial;
		right: 0;
		left: 0;
		transform: none;
		width: 100%;
	}

	.dropdown li.sous_menu:hover .ssdropdown {
		display: block;
		height: initial;
	}

	.dropdown li.sous_menu:hover .ssdropdown li a {
		padding: 5px;
	}

	.menu ul li ul li+li {
		border: none;
	}

	.menu ul li ul li.close_menu, .top_bar li.close_menu {
		display: none;
	}

	.menu li.sous_menu ul li a {
		text-align: left;
		font-size: 12px;
		line-height: 30px;
		padding: 5px 9px;
		font-weight: 500;
	}

	/* .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: inline-block;
		margin-left: 12px;
	}

	.menu li.sous_menu ul li ul li a {
		padding: 2px 5px 2px 12px;
		border-bottom: none;
	}

	.menu li.sous_menu ul li ul li a:hover,


	.menu li.sous_menu ul li ul li a.selected {
		color: #fff;
	}


	/****************************************************************************** SLIDER BIG */

	.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 */

	.content {
		margin: auto;
	}

	/******************************** COLONNE GAUCHE */

	.colonne_gauche {
		/* background: #e7e7e7; */
	}

	.news label {
		margin: 0 10px 0 0;
		font-size: 1.5em;

	}

	/******************************** COLONNE CENTRE */
    .colonne_centre.flex-bloc {
    	max-width:1280px;
    	padding:0;
    }
    
    .section_content.black-bloc .colonne_centre {
    	padding: 0 15px;
    	max-width:1128px;
    	align-items:center;
    }
	.colonne_centre {
		display: block;
		position: relative;
		max-width: 1158px;
		width: 100%;
		padding: 0 15px;
		margin: 0 auto;
	}
    .partenaires>div {
    	justify-content:flex-start;
    	margin:0 -20px;
    	/* max-width:398px; */
    }
    .partenaires img {
    	margin:20px 15px;
    }
	.colonne_centre p {
		/* line-height: 22px; */
	}

	.page-interne .colonne_centre p {
		/* text-align: justify; */
	}

	.page-interne h2 {
		/* margin-bottom: 30px; */
		/* text-align: left; */
	}

	.page-interne .intro {
		margin: 0 0 66px;
	}

	/****************************************************************************** FOOTER */

	footer {
		/* padding: 15px 0; */
		text-align: left;
	}

	footer section {
		margin: auto;
		max-width: 1128px;
		align-items: flex-end;
		justify-content: space-between;
	}
    .map-image {
    	position:relative;
    	top:auto;
    	right:auto;
    	width: auto;
    	bottom: auto;
    }
	.adresse_footer {
		display: block;
		/* float: left; */
	}

	.navigation {
		cursor: pointer;
		color: #000;
	}

	/* 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;
	}

	#navigation_frame a:hover {
		text-decoration: underline;
	}

	.lien_footer {
		display: table;
		width: 100%;
		border-spacing: 5px;
	}

	/* logo footer */
	#navigation_frame ul {
		display: table-cell;
	}

	#navigation_frame ul li.sousLi {
		margin-left: 3px;
		padding-left: 3px;
		border-left: 1px solid #5e5e5e;
	}

	a.logo_footer {
		display: table-cell;
		width: 200px;
		background: url(../gifs/logo.png) center/contain no-repeat;
	}

	a.logo_footer:hover {
		opacity: 0.7;
	}

	.page-404 .colonne_centre {
		display: flex;
		-ms-display: flex;
		justify-content: center;
		align-items: center;
	}

	.img-404,
	.right-404 {
		display: inline-block;
	}

	.img-404 {
		transform: translate(0px, -100px);
		position: relative;
		width: 45%;
	}

	.right-404 {
		width: 55%;
	}

	.title-404 {
		font-size: 15em;
		text-align: right;
	}

	.bouton-404 {
		text-align: left;
	}
}



@media screen and (min-width: 1280px) {
	.images-side {
		max-width: 552px;
		
		width: 100%;
	}
	.description-side {
        max-width: 40%;
        width: 100%;
        margin: 0 0 0 90px;
 }
	.ac-imgLeft {
		max-width:552px;
		margin-right:120px;
	}
	.ac-imgRight {
		max-width:552px;
		margin-left:120px;
	}
	.left-side {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		width: 76%;
	}
	.flex-row-header {
		display:flex;
	}
	.menu {
		margin: 0 0 0 30px;
		width: 130%;
	}
	.menu ul {
		text-align:left;
	}
    .colonne_centre.flex-bloc>img {
    	max-width:628px;
    }
	/****************************************************************************** MENU FIXE */

	

	body:not(.index-page) header {
		width: 100%;
		display: block;
		height: auto;
	}

	body:not(.index-page) .header_content {
		width: 100%;
		display: block;
		height: auto;
	}

	body:not(.index-page) header .menu {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
		transition: .5s;
	}
}

@media screen and (min-width: 1300px) {
	.colonne_centre {
		/* max-width: 1200px; */
	}

	.header_centrage,
	.footer_centrage {
		/* width: 1200px; */
	}

	.header_centrage {
		transition: .5s;
	}
}


.encar_gAvis {
	background: #e7e7e7;
	padding: 30px 0;
    text-align: center;
}

.encar_gAvis .btn_avis {
	background: #b5b5b5;
	color: #fff;
	transition: .3s;
	padding: 10px 15px;
}

.encar_gAvis .btn_avis:hover {
	opacity: .8;
}

#avis .titre_avis.title {
	text-align: center;
	font-weight: bold;
    font-size: 1.2em;
	margin-bottom: 30px;
	color: #000;
}

@media screen and (min-width: 601px) {
	.img-left {
		margin: 0 1rem 1rem 0;
	}
	.img-right {
		margin: 0 0 1rem 1rem;
	}
}


@media screen and (max-width:600px) {

	
	.header_centrage .logo {
		margin-bottom: 20px;
	}

    .header_centrage {
        display: initial!important;
    }
    h1 {
        font-size: 24px;
    }
    footer .footer_link {
        padding: 0px;
    }
    footer .footer_link a{
        padding: 5px;
        text-align: center;
    }
    h2 {
        font-size: 21px;
    }
    .index-page header {
        min-height: 35vh !important;
    }
    /*.slick-dots li button:before {
        filter: blur(0px) !important;
        opacity: .65 !important;
        color: #BF235E !important;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1 !important;
        color: #BF235E !important;
    }*/
    .page-interne header h1, .contact-page header h1, .plan-site header h1, .index-page h1 {
        position: initial;
    }
    header {
        display: flex;
        flex-direction: column-reverse;
    }
    .contact_header .encart_bouton_tel {
        width: 90%;
        border: 1px solid #21A6AA;
        border-radius: 3px;
    }
    .contact_header .center_tel {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    footer .footer_infos {
        margin-bottom: 90px;
    }
    .contact_header {
        display: initial;
    }   
    .slick-dots {
        position: initial !important;
    }
    .recherche_actu form {
        text-align: center;
    }
    .page-interne .header_centrage, .contact-page .header_centrage, .plan-site .header_centrage {
        display: block !important;
    }
}


.galerie div {

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 450px;
}


/****************************css**/

