/* 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 */ 

.header_topbar .social-media ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -4px;
	line-height: 0;
}
.header_topbar .social-media ul li {
	padding: 0 4px;
	list-style: none!important;
}
.header_topbar .social-media ul li a {
	display: block;
	text-decoration: none!important;
}
.header_topbar .social-media ul li a svg {
	max-width: 18px;
	max-height: 18px;
	fill: #313131;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.header_topbar .social-media ul li a:hover svg {
	transform: scale(.8);
}

/*
.social-media ul li.facebook a svg {
	fill: #1877f2;
}
.social-media ul li.linkedin a svg {
	fill: #2867b2;
}
.social-media ul li.viadeo a svg path:first-child {
	fill: #ff7452;
}
.social-media ul li.viadeo a svg path:last-child {
	fill: #2a2a2a;
}
.social-media ul li.youtube a svg {
	fill: #ff0000;
}
*/

.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 {
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #707070;
	line-height: 1.618em;
	background-color: #FFFFFF;
	overflow-x: hidden;
	position: relative;
}

body.fancy-box-body {
	background-color: #FFFFFF;
}

a {
	color: inherit;
	outline: none;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
#introduction p,
p.intro {
	width: 100%;
	max-width: 996px;
}

h1,
h2,
.faux_h2,
h3 {
	font-weight: 700;
	color: #141414;
}

h1 {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	margin-bottom: 32px;
	font-size: 2em;
	line-height: 1.25em;
}

h1 > span {
	display: block;
	margin-bottom: 8px;
	font-size: .3125em;
	font-weight: 700;
	text-transform: uppercase;
	color: #141414;
	letter-spacing: .256em;
	line-height: 16px;
	opacity: .72;
}

h2,
.faux_h2 {
	margin-bottom: 24px;
	font-size: 1.5em;
	line-height: 1.333333333333333em;
}

h3 {
	margin-bottom: 16px;
	font-size: 1.125em;
	line-height: 1.618em;
}

#container {
	padding-top: 62px;
	max-width: 480px;
	min-width: 300px;
	overflow: hidden;
	position: relative;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/****************************************************************************** HEADER */

header {
	position: relative;
	margin: auto;
}

header section {
	clear: both;
	text-align: center;
}

.index-page header {
	min-height: 75vh;
	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 .colonne_centre {
	padding-top: 0;
}

.logo {
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.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: .7;
}

.logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.baseline {
	display: block;
	text-align: center;
}

@media screen and (max-width:600px) {
	.index-page header {
		background-image: url('../gifs/imgSlider/bg_mobile.jpg');
		background-size: cover;
	}
	.index-page header .tel {
		color: #fff;
	}
}

/* CONTACT HEADER */

.contact_header a {
	text-align: center;
}
.tel {
	font-size: 1.5em;
	font-weight: 700;
	color: #141414;
}
.contact_header > div:last-child {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}


.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 16px;
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: left;
	background-color: #141414;
	position: fixed;
	top:0;right:0;left:0;
	z-index: 100;
}

.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-color: #FFFFFF;
	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;
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: #141414;
	overflow-y: scroll;
	position: fixed;
	top:0;left:0;
	transform: translateY(-100%);
	z-index: 99;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sitePusher .menu {
	transform: translateY(0%);
	top: 62px;
}

.menu li {
	position: relative;
	text-align: right;
	right: 100%;
	opacity: 0;
	transition: all .5s;
}

.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: 30px/36px"iconic";
	color: #FFFFFF;
}

.menu li.main span.derouler:after {
	content: "\e038";
}

.menu li a {
	display: block;
	padding: 8px 16px;
	font-size: 1.25em;
	color: #FFFFFF;
}

/** BOTTOM NAV **/

@media screen and (max-width: 809px) {
	.menu li.sous_menu>a {
		padding-right: 47px;
	}
}

.menu li a.selected {
	font-weight: 700;
}

.menu li:hover>span.derouler,
.menu li.selected>span.derouler {
	color: #FFFFFF;
}

.menu ul li ul {
	display: block;
	z-index: 2;
	position: fixed;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	overflow-y: visible;
	background-color: #141414;
	-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-color: #141414;
	-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.25em;
	color: #FFFFFF;
	opacity: .5;
	font-weight: 700;
}

.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: #FFFFFF;
	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 .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .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: #FFFFFF;
}

/* TOP BAR */

.header_topbar .header_centrage {
	display: flex;
    justify-content: center;
    align-items: center;
}
.top_bar {
	display: block;
	position: relative;
	width: auto;
	margin: 0;
}
.top_bar ul {
	display: none;
	margin: 0 -8px;
	text-align: right;
}
.top_bar li {
	display: inline-block;
	padding: 0 8px;
	vertical-align: middle;
	position: relative;
}
.top_bar li a {
	display: block;
	width: auto;
	height: auto;
	padding: 16px 0;
	color: #141414;
	line-height: 16px;
}
.top_bar li a:hover,
.top_bar li a.selected {
	color: inherit;
}
.top_bar li.sous_menu > a:after {
	margin-left: 4px;
	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-color: #DADADA;
}
.top_bar li ul li {
	display: block;
}
.top_bar li ul li a {
	padding: 8px;
}
.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 {
	position: relative;
}
.slider_slick .slick .slide_img::before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-image: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
	opacity: .48;
	position: absolute;
	top:0;right:0;bottom:0;left:0;
}

.slick-slide img {
	margin: 0 auto;
}

.slide_container {
	display: block;
	width: auto;
	padding: 32px 40px 24px;
	color: #FFFFFF;
	text-align: left;
	background-color: rgba(0,0,0,.8);
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(0, -50%);
	transition: 1s 1s;
}
.slick-active .slide_container {
	opacity: 1;
	transform: translate(-50%, -50%);
}
.slide_title {
	font-size: 1.25em;
	font-weight: 700;
}
.slide_title > span {
	display: block;
	font-size: .5em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .256em;
	opacity: .72;
}

.slider_slick .slick {
	z-index: 0;
}
.slider_slick .slick-arrow {
	display: none!important;
}
.slider_slick .slick-prev::before,
.slider_slick .slick-next::before {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.slider_slick .slick-prev::before {
	content: '\e5cb'!important;
}
.slider_slick .slick-next::before {
	content: '\e5cc'!important;
}

/****************************************************************************** CONTENT */

.content {
	position: relative;
}

/******************************** COLONNE CENTRE */

.colonne_centre {
	position: relative;
	padding: 40px 32px;
}

.colonne_centre p:not(:last-child) {
	margin-bottom: 16px;
}

.colonne_centre ul {
	display: block;
	margin: 16px 0 16px 32px;
}

.colonne_centre ul li {
	margin: 4px 0;
	list-style: disc;
}

.colonne_centre a {
	text-decoration: underline;
	color: #141414;
}

.colonne_centre a:hover {
	text-decoration: none;
}

.videoWrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-interne .intro,
.page-interne .colonne_centre .bouton_interne,
.page-interne .colonne_centre p {
	text-align: left;
}

.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;
	width: 100%;
	height: auto;
}

.page-interne .ac-doubleColonne {
	margin-bottom: 56px;
}

/* INTRODUCTION */

#introduction > .colonne_centre > .doubleColonne > .colonne:nth-child(2) > div > div {
	padding: 56px 40px;
	color: #E7FFC8;
	background-color: #579408;
}
#introduction > .colonne_centre > .doubleColonne > .colonne:nth-child(2) > div > div > div:first-child {
	margin-bottom: 40px;
}
#introduction > .colonne_centre > .doubleColonne > .colonne:nth-child(2) > div > div .faux_h2 {
	color: #FFFFFF;
}
#introduction > .colonne_centre > .doubleColonne > .colonne:nth-child(2) > div > div > div > p > span {
	display: block;
	font-size: .7142857142857143em;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .256em;
}

/* TEXTE BIS */

#texte_bis {
	color: #CCCCCC;
	background-color: #141414;
}
#texte_bis h2,
#texte_bis h3 {
	color: #FFFFFF;
}
#texte_bis .bouton a {
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #fff;
}
#texte_bis .bouton a:hover {
	color: #141414;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

/* ENCARTS */

#encarts {
	color: #FFFFFF;
	background-color: #141414;
}
#encarts > .doubleColonne {
	margin: 0!important;
}
#encarts > .doubleColonne > .colonne {
	margin: 0!important;
	padding: 0!important;
}
a.encart {
	display: block;
	width: 100%;
	height: auto;
	max-height: 400px;
	text-decoration: none!important;
	color: inherit!important;
	overflow: hidden;
	position: relative;
}
.encart::before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
	opacity: .8;
	position: absolute;
	top:0;right:0;bottom:0;left:0;
	z-index: 1;
}
.encart::after {
	display: block;
	width: 100%;
	height: 0!important;
	padding-bottom: 66.666666666666667%;
	content: '';
}
.encart > img {
	display: block;
	width: auto;
	max-width: none!important;
	min-width: 1000%;
	height: auto!important;
	min-height: 1000%;
	margin: auto;
	position: absolute;
	top: -10000%;
	right: -10000%;
	bottom: -10000%;
	left: -10000%;
	z-index: 0;
	transform: scale(.1004);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.encart > span.titre_encart {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
	color: #FFFFFF;
	position: absolute;
	bottom: 72px;
	left: 40px;
	z-index: 2;
}
.encart > span.titre_encart::before {
	display: block;
	content: 'Prestation';
	font-size: .416666666666667em;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .256em;
	opacity: .72;
}
.encart:hover > img {
	transform: scale(.12);
}

/* CATALOGUE ET ENCART_CATALOGUE */

#encart_catalogue > .colonne_centre > ul.tripleColonne {
	margin-bottom: 12px!important;
}
a.fiche_catalogue {
	display: block;
	width: 100%;
	max-width: 480px;
	height: 100%;
	margin: 0 auto;
	text-decoration: none!important;
	color: inherit;
}
a.fiche_catalogue > span {
	display: block;
	background-color: #FFFFFF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a.fiche_catalogue:hover > span {
	transform: translateY(-8px);
}
/*
a.fiche_catalogue::before {
	display: block;
	width: auto;
	height: 25%;
	content: '';
	position: absolute;
	right:16px;bottom:16px;left:16px;
	z-index: -1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a.fiche_catalogue:hover::before {
	box-shadow: 0 24px 48px rgba(0,0,0,.02);
}
*/
.marque_catalogue,
.categorie_catalogue {
	display: block;
	font-size: .625em;
	font-weight: 700;
	text-transform: uppercase;
	color: #141414;
	letter-spacing: .256em;
	opacity: .72;
}
.nom_catalogue {
	display: block;
	margin-bottom: 16px;
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
	color: #141414;
}
.description_catalogue {
	display: block;
	margin-bottom: 16px;
}
.prix_catalogue {
	font-size: 1em;
	font-weight: 900;
	color: #141414;
}
.prix_catalogue > span {
	font-size: .625em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .064em;
	opacity: .72;
}

#catalogue_categorie {
	margin-bottom: 40px;
	padding: 8px 24px;
	border-radius: 12px;
	background-color: #F5F5F5;
}
#catalogue_categorie::before {
	display: inline-block;
	margin-right: 16px;
	content: 'Affiner par cat\e9 gorie\a0 :';
	font-size: .625em;
	text-transform: uppercase;
	color: #141414;
	letter-spacing: .256em;
	opacity: .72;
}
#catalogue_categorie > a {
	display: inline-block;
	padding: 8px 16px;
	text-decoration: none!important;
	color: #FFFFFF;
	line-height: 16px;
	border-radius: 16px;
	background-color: #141414;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#catalogue_categorie > a:not(:last-child) {
	margin-right: 4px;
}
#catalogue_categorie > a:hover {
	color: #FFFFFF;
	background-color: #404040;
}

#catalogue_categorie_description {
	margin-top: 64px;
}

#detail_contenu .marque_catalogue,
#detail_contenu .categorie_catalogue {
	margin-bottom: 16px;
}
#detail_contenu > .doubleColonne > .colonne:nth-child(1) > div {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: -12px;
}
#detail_contenu > .doubleColonne > .colonne:nth-child(1) > div > div {
	width: 50%;
	padding: 12px;
}
#detail_contenu > .doubleColonne > .colonne:nth-child(1) > div > div > a,
#detail_contenu > .doubleColonne > .colonne:nth-child(1) > div > div > a > img {
	display: block;
}

#catalogue_contenu,
#detail_contenu {
	margin-bottom: 56px!important;
}

/* FIL ARIANE */

#fil_ariane {
	display: none;
	margin: 40px 0 8px;
}

.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: inherit;
}

.bouton_contact {
	display: none;
}
.bouton.bouton_contact a {
    background: #88c641;
    color: #fff;
    border: none;
}

.bouton.bouton_contact a:hover {
    background: #579408;
}
.contact_header .bouton.bouton_contact a:before {
	content:"Je souhaite vous";
	display: block;
	margin: 0 auto;
	font-size: .7142857142857143em;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .256em;
	opacity: .72;
}
.index-page .contact_header .bouton.bouton_contact,
.index-page .contact_header .bouton.bouton_devis {
    display: block;
}
p.bouton,
p.bouton2 {
	text-align: right;
}
.bouton a,
.bouton2 a {
	display: inline-block;
	width: 100%;
	padding: 15px;
	text-decoration: none!important;
	color: #141414;
	line-height: 16px;
	text-align: center;
	border: solid 1px;
	background-color: transparent;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.bouton a:hover,
.bouton2 a:hover {
	color: #FFFFFF;
	border-color: #141414;
	background-color: #141414;
}
.bouton_devis a {
	padding: 16px;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: .048em;
	border: none!important;
	background-color: #88C641;
}
.bouton_devis a::before {
	display: block;
	margin: 0 auto;
	content: 'Je demande un';
	font-size: .7142857142857143em;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .256em;
	opacity: .72;
}
.bouton_devis a:hover {
	color: #FFFFFF;
	background-color: #579408;
}
.bouton_rappel a {
	padding: 16px;
	font-weight: 700;
	letter-spacing: .048em;
	border: none!important;
}
.bouton_rappel a::before {
	display: block;
	margin: 0 auto;
	content: 'Découvrir les';
	font-size: .7142857142857143em;
	font-weight: 400;
	text-transform: uppercase;
	color: #141414;
	letter-spacing: .256em;
	opacity: .72;
}
.bouton_rappel a:hover {
	color: #141414;
	background-color: #EEEEEE;
}

/* ENCART AVIS */
#avis {
	padding: 40px 0;
	background-color: #F5F5F5;
}
#encart_avis {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#encart_avis div.titre_avis {
	margin-bottom: 10px;
	font-size: 1.5em;
}
#encart_avis .slick-prev, #encart_avis .slick-next {
	top: 100%!important;
}

#encart_avis .slick-prev {
	left: 30%!important;
}

#encart_avis .slick-next {
	right: 30%!important;
}
#encart_avis .slick-prev:before, #encart_avis .slick-next:before {
	color: #000;
}
.bloc-avis{
    box-shadow: 0px 3px 16px #0A4B6D14;
    border: 1px solid #C4C4C4;
    border-radius: 7px;
    opacity: 1;
    background: #FFFFFF;
    display: flex!important;
    flex-direction: column;
    padding: 20px;
	min-height: 193px!important;
	margin: 0 0.5em;
}
.bloc-avis .right-account-content img {
	width: 90px;
	margin: 0;
}
.avis{
	width: 74%;
	align-self: flex-end;
	max-height: 60px;
	overflow: hidden;
	transition: .5s;
}
.show-more{
	text-align: left;
	font-size: 12px;
	cursor: pointer;
}
.show-more-height .avis{
	max-height:auto;
}
.txt-avis{
	letter-spacing: 0;
	color: #555555;
	font-size: 11px;
	font-weight: 400;
	text-align: left;
}
.account{
	display: flex;
	align-items: center;
}
.account .a {
    fill: #E94E18;
}
.account img{
	margin: 10px;
    width: 54px;
}
.right-account{
	display: flex;
	flex-direction: column;
}
.account-title{
	letter-spacing: 0;
	color: #00849A;
	font-size: 14px;
	font-weight: 400;	
}

.month{
	letter-spacing: 0;
	color: #C4C4C4;
	font-weight: 400;
	font-size: 11px;
	padding-left: 18px;	
}
.right-account-content{
	display: flex;
	align-items: center;
	padding: 5px;
}

/* ENCART ACTU */

.encart_actu {
	padding: 40px 0;
	text-align: center;
	background-color: #F5F5F5;
}

.encart_actu .colonne_centre {
	margin-bottom: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.encart_actu ul li {
	width: 50%;
	margin: 0 auto 20px;
	padding: 20px;
	text-align: left;
	background-color: #FFFFFF;
}

/* IFRAME GOOGLE MAPS */

#map iframe {
	display: block;
}

/* RELANCE */

#relance {
	display: block;
	margin-top: 24px;
}

#relance p.titre-relance {
	text-align: center;
}

#relance > ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: -12px!important;
}

#relance > ul > li {
	margin: 0!important;
	padding: 12px;
	list-style: none!important;
}

/* pagination actu + BDD */

.paginationControl {
	width: 100%;
	letter-spacing: normal;
	text-align: center;
}

.paginationControl a,
.paginationControl span {
	display: inline-block!important;
	text-decoration: underline;
	color: inherit;
}

.paginationControl a:hover {
	text-decoration: none;
}
.paginationControl span.selected {
	text-decoration: none;
	color: #CCCCCC;
}

.paginationControl span.disabled {
	color: #CCCCCC;
}

.info_contact {
	margin: 24px 0;
	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.5em;
	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;
}

.info_contact h2,
.formulaire_contact h2,
.carte h2 {
	margin-bottom: 24px;
	font-size: 1.25em;
}

.formulaire_contact .form_left h2 {
	margin-top: 24px;
	padding-top: 8px;
	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 {
	padding: 40px 0;
	color: #CCCCCC;
	text-align: center;
	background-color: #141414;
}
footer .tel {
	color: #FFFFFF;
}
footer > .footer_centrage > .tripleColonne > .colonne:nth-child(3) > a {
	color: #FFFFFF;
}
footer > .footer_centrage > .tripleColonne > .colonne:nth-child(3) > a:hover {
	color: inherit;
}

.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: 1em;
}

.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 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: 16px 0;
	color: #FFFFFF;
	text-align: center;
	background-color: #404040;
}
.news .colonne_centre {
	margin-bottom: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.news p.faux_h2 {
	color: #FFFFFF;
}
.news label,
.news #form_newsletter input#submit_newsletter {
	display: none!important;
}
.news #form_newsletter input[type="text"] {
	width: 100%;
	border-color: #f7f7f7;
}
.news #form_newsletter {
	display: inline-block;
	width: 75%;
	vertical-align: middle;
}
.news #mess_newsletter {
	display: block;
	margin-top: 8px;
	text-align: center;
	font-size: .875em;
}
.news #mess_newsletter:empty {
	margin-top: 0;
}
.news #js_submit {
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.news #js_submit:hover {
	color: #141414;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

/* infobulle */

form.generateur p.erreur,
form.generateur div.divGenerateurErreur {
	border: none !important;
}

.divGenerateurErreur {
	display: block;
	clear: both;
}

form.generateur p.erreur label,
form.generateur div.divGenerateurErreur label {
	padding-bottom: 20px !important;
}

form.generateur p.erreur span.erreur,
form.generateur div.divGenerateurErreur span.erreur {
	background: none !important;
	color: #eb3434 !important;
	display: block !important;
	font-family: arial;
	font-size: 0.846em;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 20px;
}

div.valide,
div.erreur {
	position: relative;
	margin-bottom: 20px !important;
	padding: 15px !important;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
	letter-spacing: normal;
	color: #fff !important;
}

div.valide {
	border: 1px solid #48b151;
	background: #55c65e !important;
}

div.erreur {
	border: 1px solid #d4323d;
	background: #f3515c !important;
}

div.valide:before {
	content: '\E017';
	display: inline-block;
	font-family: 'iconic';
	font-size: 1.538em;
	vertical-align: middle;
}

div.erreur:before {
	content: '\E806';
	display: inline-block;
	font-family: 'iconic';
	font-size: 1.538em;
	vertical-align: middle;
}

div.valide p,
div.erreur p {
	display: inline-block;
	margin: 0 0 0 15px !important;
	max-width: calc(100% - 40px);
	vertical-align: middle;
}

.validation {
	display: none;
}

/* message validation / erreur CONSEILLER A UN AMI */

.errors {
	text-align: right;
	color: red;
}

form.generateur .noFloatingLabel {
	white-space: normal !important;
	height: auto !important;
}

form.generateur p img.ui-datepicker-trigger {
	vertical-align: middle;
}

/***************************************************  Style pour TOUS les inputs text submit et button de tous les formulaires du site   ***********/

input[type=password],
input[type=text],
input[type=tel],
input[type=email],
textarea:not(.mce-textbox),
select {
	display: inline-block;
	width: 100%;
	padding: 15px;
	font-family: inherit;
	font-size: .875em;
	font-weight: inherit;
	line-height: 16px!important;
	border: 1px solid #e0e0e0;
	background-color: #f7f7f7;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

input[type=password]:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
textarea:not(.mce-textbox):hover {
	background-color: #FFFFFF;
}

input[type=password]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:not(.mce-textbox):focus {
	color: #555555;
	background-color: #FFFFFF;
}

form.generateur .imiteLabel {
	padding: 15px!important;
}

textarea:not(.mce-textbox) {
	text-indent: 0;
	padding: 8px;
	font-size: 1em;
	resize: none;
}

input.calendrier,
input.calendrierAvecMenu {
	width: 90%;
}

#ui-datepicker-div {
	letter-spacing: normal;
}

input[type=submit],
input[type=button] {
	display: inline-block!important;
	margin: 0;
	padding: 15px;
	font-family: inherit;
	font-size: .875em;
	font-weight: inherit;
	color: #141414;
	line-height: 16px;
	border: solid 1px #141414;
	background-color: transparent;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

input[type=submit]:hover,
input[type=button]:hover {
	color: #FFFFFF;
	border-color: #141414;
	background-color: #141414;
}

.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 .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .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;
}

/* CONTACT ENCART ********************************************/

.contact-tel,
.contact-devis {
	margin: 24px 0;
	padding: 40px 24px 24px;
	text-align: left;
}
.sc-content .contact-devis {
	margin: 0 0 56px;
}
.contact-tel {
	background-color: #F5F5F5;
}
.contact-devis {
	color: #E7FFC8;
	background-color: #579408;
}
.actualites-listing .contact-devis,
.actualites-detail .contact-devis,
.catalogue-listing .contact-devis,
.catalogue-detail .contact-devis {
	display: none;
}
.contact-tel > div,
.contact-devis > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	margin: -12px;
}
.contact-tel > div > *,
.contact-devis > div > * {
	margin: 0!important;
	padding: 12px;
}
.contact-tel p.bouton.bouton_contact,
.contact-devis p.bouton.bouton_devis {
	display: block!important;
	text-align: right;
}
.contact-tel a.tel {
	text-decoration: none!important;
	white-space: nowrap;
}
p.contact-telephone {
	text-align: center!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: 700;
	margin-top: 16px;
}

.plan-site .colonne_centre .sousLi {
	margin-left: 24px;
	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 #006674;
	margin-right: 10px;
}

.plan-site .sousSousLi {
	margin-left: 32px;
}

.title-plan {
	font-size: 1.6em;
	font-weight: 700;
	color: #5e5e5e;
	border-bottom: solid 1px #5e5e5e26;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

@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) {

	p.contact-telephone {
		text-align: right!important;
	}
	#detail_contenu > .doubleColonne > .colonne:nth-child(1) > div > div {
		width: 33.333333333333333%;
	}
	#detail_contenu > .doubleColonne > .colonne:nth-child(1) > div > div:first-child {
		width: 100%;
	}
	#encart_avis {
		max-width: 80%;
	}

	#encart_avis .slick-prev, #encart_avis .slick-next {
		top: 50%!important;
	}

	#encart_avis .slick-prev {
		left: -48px!important;
	}

	#encart_avis .slick-next {
		right: -48px!important;
	}
	#container {
		max-width: 810px;
		min-width: 480px;
	}

	.bouton a,
	.bouton2 a {
		width: auto!important;
	}

	/****************************************************************************** HEADER */

	.info_tel p.telephones a,
	a.tel {
		cursor: default;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		outline: none;
		pointer-events: none;
	}

	.slider_slick {
		height: auto;
	}

	.imgLeft,
	.imgRight {
		max-width: none;
	}

	.formulaire_contact {
		padding: 0;
		border: none;
		background: none;
	}

	.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%;
	}
}

@media screen and (min-width: 600px) {

	#texte_bis ul li {
		font-size: .875em;
	}
	.contact-tel {
		padding: 8px 8px 8px 40px;
	}
	.contact-devis {
		padding: .05px 0 .05px 40px;
	}
	.contact-tel > div,
	.contact-devis > div {
		flex-direction: row;
		align-items: center;
	}
	.contact-tel > div p.bouton a,
	.contact-devis > div p.bouton a {
		white-space: nowrap;
	}
	#detail_contenu > .doubleColonne > .colonne:nth-child(1) > div > div {
		width: 50%!important;
	}
	.news > .colonne_centre > div {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin: 0 -12px;
	}
	.news > .colonne_centre > div > * {
		margin: 0!important;
		padding: 0 12px;
	}
	.news > .colonne_centre > div > :last-child {
		width: 50%;
		text-align: right;
	}
	#introduction {
		padding: .05px 0;
	}
	#introduction > .colonne_centre {
		margin-bottom: 0!important;
		padding-top:0!important;
		padding-bottom: 0!important;
	}
	#introduction > .colonne_centre > .doubleColonne {
		justify-content: space-between;
		align-items: stretch;
	}
	#introduction > .colonne_centre > .doubleColonne > .colonne:nth-child(1) > div {
		padding: 56px 0 64px;
	}
	#introduction > .colonne_centre > .doubleColonne > .colonne:nth-child(2) {
		width: 50%;
		max-width: 510px;
	}
	#introduction > .colonne_centre > .doubleColonne > .colonne:nth-child(2) > div {
		height: 100%;
		position: relative;
	}
	#introduction > .colonne_centre > .doubleColonne > .colonne:nth-child(2) > div > div {
		width: 100%;
		padding-bottom: 64px;
		position: absolute;
		bottom:0;
		z-index: 1;
	}
	#texte_bis,
	#texte_ter {
		padding: .05px 0;
		position: relative;
	}
	#texte_bis > .colonne_centre,
	#texte_ter > .colonne_centre {
		margin-bottom: 0!important;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	#texte_bis::before,
	#texte_ter::after {
		display: block;
		width: 50%;
		width: calc(50% - 12px);
		height: 100%;
		content: '';
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: aquamarine;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	#texte_bis::before {
		background-image: url('../gifs/texte_bis.jpg');
		left: 0;
	}
	#texte_ter::after {
		background-image: url('../gifs/texte_ter.jpg');
		right: 0;
	}
	#texte_bis > .colonne_centre > .doubleColonne,
	#texte_ter > .colonne_centre > .doubleColonne {
		justify-content: space-between;
	}
	#texte_ter > .colonne_centre > .doubleColonne {
		flex-direction: row-reverse;
	}
	#texte_bis > .colonne_centre > .doubleColonne > .colonne:nth-child(1) > .imageWrapper,
	#texte_ter > .colonne_centre > .doubleColonne > .colonne:nth-child(1) > .imageWrapper {
		display: none;
	}
	#texte_bis > .colonne_centre > .doubleColonne > .colonne:nth-child(2),
	#texte_ter > .colonne_centre > .doubleColonne > .colonne:nth-child(2) {
		width: 50%;
		max-width: 510px;
	}
	#texte_bis > .colonne_centre > .doubleColonne > .colonne:nth-child(2) > div,
	#texte_ter > .colonne_centre > .doubleColonne > .colonne:nth-child(2) > div {
		padding: 80px 0 72px;
	}

	#encart_catalogue {
		padding: 72px 0 56px;
	}
	#encart_catalogue > .colonne_centre {
		margin-bottom: 0!important;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}

	.page-interne .ac-doubleColonne .ac-colonne img {
		width: auto;
		height: initial;
	}

	#relance ul {
		flex-direction: row;
	}

	.index-page header {
		display: block;
		min-height: auto;
	}

	.slider_slick {
		display: block;
	}

	.header_topbar .header_centrage {
		justify-content: space-between;
	}

	.action {
		display: none;
	}

	p.bouton {
		display: block;
	}

	/* CONTACT HEADER */
	
	.contact_header {
		display: flex!important;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin: 0 -8px;
	}
	.contact_header > * {
		padding: 0 8px;
	}

	.block_contact {
		display: block;
	}

	.ac-doubleColonne {
		margin: 0 -12px;
	}

	.ac-doubleLeft,
	.ac-doubleRight,
	.ac-colonne {
		float: left;
		width: 50%;
		text-align: left;
		padding: 0 12px;
	}

	.info_contact > div {
		display: flex;
		align-items: baseline;
		flex-direction: column;
		flex-wrap: wrap;
		position: relative;
		vertical-align: top;
		text-align: left;
	}

	.horaires h2,
	.infos_pratique h2 {
		width: 100%;
		margin: 24px 0;
	}

	.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;
	}
}

@media screen and (min-width: 810px) {

	.slider_slick .slick .slide_img {
		max-height: 700px;
		max-height: calc(100vh - 176px);
	}
	#catalogue_categorie > a {
		font-size: .875em;
	}
	#detail_contenu > .doubleColonne > .colonne:nth-child(1) > div > div {
		width: 33.333333333333333%!important;
	}
	#detail_contenu > .doubleColonne > .colonne:nth-child(1) > div > div:first-child {
		width: 100%!important;
	}
	#encart_catalogue > .colonne_centre > .tripleColonne {
		align-items: stretch;
	}
	.description_catalogue {
		font-size: .875em;
	}
	.colonne_centre p:not(.intro):not(.faux_h2) {
		font-size: .875em;
	}
	#introduction > .colonne_centre > .doubleColonne > .colonne:nth-child(1) p {
		font-size: 1em;
	}
	p.bouton,
	p.bouton2 {
		font-size: .875em;
	}
	#fil_ariane {
		font-size: .875em;
	}

	.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;
	}

	.top_bar li ul {
		left: auto;
		width: auto;
	}

	.top_bar li ul li {
		right: auto;
	}

	.info_contact {
		display: flex;
		align-items: flex-start;
	}

	.block_contact .info_contact>div>div:before {
		text-align: left;
	}

	.page-offline .colonne_centre {
		width: 40%;
	}

	body {
		font-size: 16px;
	}

	.no_mobile {
		display: inline-block;
	}

	/****************************************************************************** STICKY */
	.sticky {
		display: block;
		position: fixed;
		top: -100%;
		z-index: 100;
		width: 100%;
		background-color: #FFFFFF;
		transition: .5s;
	}

	.sticky.js-scroll {
		top: 0;
	}

	/****************************************************************************** BOUTON D ACTION */
	p.bouton {
		text-align: right;
	}

	/****************************************************************************** HEADER */
	header section {
		margin: auto;
		padding: 0;
	}

	.header_centrage {
		display: flex;
		justify-content: space-between;
	}

	.infos_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 -12px;
	}
	.infos_header > * {
		margin: 0;
		padding: 0 12px;
	}

	.header_topbar {
		font-size: .875em;
		line-height: 16px;
	}

	.nav {
		display: none;
	}

	/****************************************************************************** Menu */
	.top_bar ul {
		display: block;
	}
	.menu {
		z-index: 3;
		clear: both;
		position: relative;
		left: auto;
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow-y: visible;
		background-color: #141414;
		transform: translateY(0%);
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	.menu ul {
		text-align: center;
	}
	.menu li a {
		padding: 24px 16px;
		font-size: 1em;
		font-weight: inherit!important;
		color: #FFFFFF;
		line-height: 16px;
		position: relative;
	}
	.menu li a.selected,
	.menu li:hover > a {
		color: #FFFFFF;
		background-color: #404040;
	}
	.menu li {
		display: inline-block;
		position: static;
		border-bottom: none;
		text-align: left;
		opacity: 1;
	}
	.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-color: #404040;
		transform: none;
	}
	.menu:before {
		display: none;
	}
	.menu ul li.sous_menu:hover>ul {
		display: block;
		transform: initial;
		left: initial;
		width: 100vw;
		padding: 0 10vw;
		overflow-y: visible;
		top: auto;
	}
	.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-color: #707070;
		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 {
		font-size: 1em;
		color: #FFFFFF;
		text-align: left;
	}
	.menu li.sous_menu ul li a:hover {
		color: #FFFFFF;
		background-color: #707070;
	}
	.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: #FFFFFF;
	}


	/****************************************************************************** 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;
	}

	.news label {
		margin: 0 10px 0 0;
		font-size: 1.5em;
	}

	/******************************** COLONNE CENTRE */

	.colonne_centre {
		display: block;
		position: relative;
		width: 90%;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.page-interne .intro {
		margin-bottom: 56px!important;
	}

	/****************************************************************************** FOOTER */

	footer .tripleColonne {
		align-items: center;
	}
	footer .tripleColonne > .colonne:nth-child(1) {
		text-align: left;
	}
	footer .tripleColonne > .colonne:nth-child(3) {
		font-size: .875em;
		text-align: right;
	}
	.adresse_footer {
		font-size: .875em;
	}

	/* 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: 960px) {
	.header_centrage,
	.footer_centrage {
		width: 90%;
		margin: 0 auto;
	}

	#navigation_frame {
		width: 920px;
		margin-left: -470px;
	}

	.lien_footer {
		border-spacing: 15px;
	}
}

@media screen and (min-width: 1300px) {
	.colonne_centre {
		max-width: 1200px;
	}

	.header_centrage,
	.footer_centrage {
		width: 1200px;
	}

	.header_centrage {
		transition: .5s;
	}
}

p.bandeau{
	text-align: center;background-color:  rgb(217, 217, 0);color: rgb(199, 9, 9);padding:10px;font-weight: bold;
}

.promotional-modal-content {padding: 1.5rem;
background-color: #48b151;color: white;padding:10px;font-weight: bold;font-size: 20px;
}

.promotional-modal-content .title-2 {
  margin-top: 0;
  margin-bottom: .25rem;
}
.promotional-modal-phone-text {
  display: block;
  margin-bottom: .25rem;
}
@media screen and (min-width: 601px) {
  .promotional-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
text-align: center;
    padding: 2.5rem 1rem 2.5rem 2.5rem;
  }

}

