<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
}

.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: #fff;
	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: 'Barlow', sans-serif;
	font-size: 13px;
	line-height: 1.47059;
	color: #5e5e5e;
	letter-spacing: -.022em;
}

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

a {
	color: #000;
	outline: none;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
}

h1 {
	margin-bottom: 15px;
	font-size: 2em;
	font-weight: 100;
}

h2 {
	margin: 10px 0 5px;
	font-size: 1.5em;
	color: #262625;
	font-weight: 100;
}

h3 {
	margin: 10px 0 5px;
	font-size: 1.2em;
	color: #262625;
	font-weight: 100;
}

#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;
}

.bdd {
	background: url('/gifs/bg_bdd.jpg') no-repeat;
	background-size: cover;
	padding: 20px 0;
	margin-top: 25px;
}

.bdd_maintitre {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
}

.bdd_maintitre span {
	font-weight: 100;
	font-style: italic;
	display: block;
}

.bdd_item a {
	width: 80%;
	color: #5c5c5c;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	background: #fff;
	border-radius: 24px;
	margin: 10px auto;
	overflow: hidden;
	transition: .5s;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
}
.bdd_right, .bdd_left {
	width: 50%;
}
.bdd_left{
	text-align: center;
}
.bdd_titre {
	font-weight: bold;
}
.bdd_right {
	position: relative;
}
.bdd_right:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .5s;
	background: #6a3e2f;
}
.bdd_img img {
	width: 100%;
	height: auto;
}
.bdd_cat {
	position: absolute;
	left: 0;
	bottom:15px;
	padding: 10px;
	background: #dc6f17;
	color: #fff;
}
.bdd_listing .bdd_cat {
	bottom: 0;
}
.bdd_hover {
	position: absolute;
    top: 150%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: .5s;
    color: #fff;
    text-align: center;
}
.bdd_item a:hover {
	background: #403330;
	color: #fff;
}
.bdd_item a:hover .bdd_titre {
	color: #dc6f17;
}
.bdd_item a:hover .bdd_right:before {
	opacity: .8;
}
.bdd_item a:hover .bdd_hover {
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}

.encart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.encart:before {
	content: " ";
	display: inline-block;
	background: #f5f5f5;
	height: 100%;
	width: 100000px;
	position: absolute;
	top: 0;
	left: -40000px;
	z-index: -1;
}
.atelier {
	width: 100%;
	max-width: 500px;
    height: 270px;
    background: url(/gifs/atelier.jpg);
    background-size: cover;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 5%;
    flex-direction: column;
	border-radius: 25px;
}
.atelier:before {
	content: '';
	display: block;
	border: solid 1px #fff;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	position: absolute;
	border-radius: 25px;
}
.atelier_titre {
	font-weight: bold;
	font-size: 2em;
	text-shadow: 0 0 5px #000;
}
.atelier_texte {
	font-weight: bold;
	text-shadow: 0 0 5px #000;
	text-align: center;
	margin-bottom: 20px;
}
.horaires {
	display: flex;
	justify-content: center;
	align-items: center;
}
.horaires_main {
	text-align: right;
}
.horaires_titre {
	font-weight: bold;
	font-size: 1.5em;
}
.horaires_texte {
	color: #5c5c5c;
}
.horaires_texte span {
	color: #dc6f17;
	display: block;
}
.horaires img {
	width: 30%;
}
/* .sitePusher #container {
	left: 250px;
} 
#paquet_telecom_bandeau {
	padding: 6px 50px 6px 0 !important;
}*/
/****************************************************************************** HEADER */

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

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

.index-page header {
	min-height: 75vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url(/gifs/imgSlider/slide02_big.jpg) center;
	background-size: cover;
}


.page-interne header,
.contact-page header,
.plan-site header {
	min-height: 20vh;
	background: #525252;
}

.page-interne header h1,
.contact-page header h1,
.plan-site header h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
}

.page-interne .header_centrage,
.contact-page .header_centrage,
.plan-site .header_centrage {
	display: none;
}



.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 .header_content {
	background: #75301a;
	padding: 0 10px;
}

.index-page .logo-header {
	overflow: hidden;
}

.index-page .logo-header * {
	transform: translateY(0px);
	transition: 1s;
}

.index-page .logo-header b {
	font-size: 20px;
}

.encartplan {
	width: 300px;
	height: 100px;
	background: url('/gifs/encartmap.jpg') no-repeat;
	background-size: cover;
	margin: 50px auto 0;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
	border-radius: 15px;
}

.encartplan:before {
	content: '';
	display: block;
	width: 100px;
	height: 150px;
	background: url('../gifs/itemencart2.png');
	background-size: cover;
	position: absolute;
	bottom: 15%;
	right: 10%;
	transform: rotate(6deg);
	z-index: 10;
}

.encartplan:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 15px;
	background: linear-gradient(to right, #75301a, transparent);
}

.encartplan_titre,
.encartplan_text {
	width: 50%;
	z-index: 1;
	color: #fff;
}

.encartplan_text b {
	display: block;
}

.encartplan_titre {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.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;
	color: #fff;
}

.baseline div {
	color: #fb8526;
	font-weight: 600;
}

/* CONTACT HEADER */

.contact_header a {
	text-align: center;
}

.contact_header .tel {
	font-size: 1.5em;
	display: flex;
    align-items: center;
}

.contact_header .tel:before {
    content: '\E0CD';
    width: 30px;
    font-family: Material Icons;
    margin-right: 3px;
    display: inline-block;
    font-size: 0.9em;
	opacity: 0.7;
}

.contact_header .tel span {
	font-size: 0.72em;
}

.nav {
	background: #75301a;
	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-width: 30px;
	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: #75301a;
	-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: 46px;
}

.menu li {
	position: relative;
	text-align: right;
	right: 100%;
	opacity: 0;
	transition: all 0.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/47px"iconic";
	color: #fff;
}

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

.menu li a {
	display: block;
	padding: 15px 25px;
	font-size: 1.2em;
	color: #ffffff;
}

/** BOTTOM NAV **/
.sitePusher .action {
	z-index: 90;
}

.action {
	position: fixed;
	width: 250px;
	height: 200px;
	bottom: 0px;
	right: -70px;
	z-index: 110;
	transition: 1s;
}

.main_action {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: #e94e1b;
	left: 0;
	right: 0;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	color: #fff;
	transition: .5s;
	animation: 2.5s AnimAction cubic-bezier(0.4, 0, 1, 1) infinite;
}

.main_action .ligne {
	width: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	height: 3px;
	background: #fff;
}

.main_action .ligne:last-of-type {
	transform: rotate(90deg);
}

.atelier_texte {
	text-align: center!important;
}

.secondary_action {
	position: relative;
	height: 0px;
	width: 0px;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	background: radial-gradient(rgba(233, 78, 27, 0.6), rgba(233, 78, 27, 1));
	overflow: hidden;
	opacity: 0;
	transition: .5s;
	transform: rotate(180deg);
}

.item_action {
	position: absolute;
	top: 30px;
	left: 0;
	right: 70px;
	margin: 0 auto;
	text-align: center;
}

.item_action i {
	color: #fff;
}

.item_action:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	right: initial;
	text-align: left;
	width: 50%;
}

.item_action:nth-child(3) {
	bottom: 30px;
	top: initial;
	text-align: center;
}

.jsActionOpen .secondary_action {
	width: 180px;
	height: 180px;
	opacity: 1;
	top: 9px;
	transform: rotate(0deg);
}

.jsActionOpen .main_action {
	width: 70px;
	height: 70px;
	background: #484848;
	animation: none;
}

.main_action .ligne {
	transition: .5s;
	top: 47%;
}

.jsActionOpen .main_action .ligne {
	transform: rotate(180deg);
}

.jsActionOpen .action {
	right: -100px;
}

@keyframes AnimAction {
	0% {
		box-shadow: 0 0px 0px 0px rgba(233, 78, 27, 0), 0 0 0 0px rgba(233, 78, 27, 0);
	}

	50% {
		box-shadow: 0 0px 0px 4px rgba(233, 78, 27, 0.5), 0 0 0 7px rgba(233, 78, 27, 0.4);
	}

	100% {
		box-shadow: 0 0px 0px 8px rgba(233, 78, 27, 0), 0 0 0 14px rgba(233, 78, 27, 0);
	}
}


.bdd_listing {
	width: 100%;
	display: block;
	margin-top: 50px;
	transition: all .2s ease-in-out;
	position: relative;
	height: 313px;
}

.bdd_listing_ctn {
	position: relative;
    text-align: center;
/*    overflow: hidden;*/
	transition: .5s;
}

.bdd_listing:hover .bdd_listing_ctn img {
	box-shadow: 0 0 30px rgba(117, 48, 26, 0.2);
}

.bdd_listing:hover .bdd_titre {
	color: #923e23;
}

.bdd_listing_ctn:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #75301a;
	opacity: 0;
	transition: .5s;
}

#catalogue_contenu {
	margin-top: 60px;
}

.bdd_listing:hover .bdd_listing_ctn:before {
	opacity: 0;
}

.bdd_listing .bouton_bdd {
/*
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 150%;
    transform: translateY(-50%);
*/
    color: #999;
	padding: 10px;
	transition: all .2s ease-in-out;
	background: #f9f9f9;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 25px;
	
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
/*
	transition: .5s;
	z-index: 1;
*/
}

body.catalogue-detail .ctn_btn .bouton_action a {
	background: rgb(251, 133, 38);
}

body.catalogue-detail .ctn_btn .bouton_action a:hover {
	background: #da6c14!important;
}

.bdd_listing_ctn img {
	border-radius: 10px;
}
.bdd_listing:hover {
	transform: translateY(-12px);
}

.bdd_listing:hover .bouton_bdd {
	background: #868282!important;
    color: #fff!important;
}

.bdd_listing:hover .bouton_bdd i {
	color: #fff!important;
}

.bouton_bdd:hover i {
	color: #fff!important;
}

.bdd_listing .bdd_titre {
	color: #525252;
	padding: 10px;
	font-size: 1em;
    font-weight: 600;
    text-align: center;
	transition: all .2s ease-in-out;
}

.bouton_bdd i {
	vertical-align: middle;
	transition: all .2s ease-in-out;
}

.bdd_listing:hover .bouton_bdd i {
	color: #923e23;
}


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

/*
.menu li a.selected,
.menu li a:active,
.menu li:hover&gt;a {
	font-weight: bold;
}
*/

.menu li:hover&gt;span.derouler,
.menu li.selected&gt;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: #75301a;
	-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: #e94e1b;
	-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: #000;
	opacity: 0.5;
	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: #000;
	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;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
}

.header_topbar .header_centrage .tel_mobile {
	display: block;
	width: 100%;
	margin: 10px 0 20px;
}

.header_topbar .header_centrage .tel_mobile a {
	color: #fff;
	font-size: 1.5em;
}

.header_topbar .header_centrage .tel_mobile a:before {
    content: '\E0CD';
    width: 30px;
    font-family: Material Icons;
    margin-right: 3px;
    display: inline-block;
    font-size: 0.9em;
}

@media screen and (min-width:601px) {
	.header_topbar .header_centrage .tel_mobile {
		display: none;
	}
}

.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;
	overflow: hidden;
}

.top_bar li a {
	display: block;
	width: auto;
	height: auto;
	padding: 5px 15px;
	font-size: 1em;
	color: #474747;
}

.top_bar li a:hover,
.top_bar li a.selected {
	color: #fff;
	opacity: 1;
	position: relative;
}

.top_bar li a:after {
	content: '';
	position: absolute;
	height: 3px;
	width: 15px;
	background: #fb8526;
	bottom: 0;
	right: -50px;
	transition: .5s;
}

.top_bar li a:hover:after,
.top_bar li a.selected:after {
	right: 20px;
	width: 25px;
}

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

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

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

.top_bar li ul li {
	display: block;
}

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

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

/* 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;
}

.slick-slide img {
	margin: 0 auto;
}

.slide_container {
	display: none;
	position: absolute;
	width: 70%;
	z-index: 10;
	color: #fff;
	text-align: left;
	padding: 30px;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(50%, -70%);
	opacity: 0;
	transition: 1s 1s;
	border-radius: 25px;
	background: rgba(64, 51, 48, 0.8);
}

.slick-active .slide_container {
	transform: translate(0, -70%);
	opacity: 1;
}

.bloc_contact p.bouton_action {
	text-align: center!important;
}
.slide_resume {
	text-align: center;
    padding: 25px;
}
.slide_title {
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}
.slide_bouton {
	text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-48%);
}
.slide_bouton i {
	vertical-align: middle;
	margin-left: 10px;
}
.slide_bouton a {
	color: #525252;
    padding: 12px 22px;
    margin: 10px auto;
    border-radius: 25px;
    display: inline-block;
    background: rgb(245, 245, 245);
    box-shadow: 0 0 0px #403330;
    transition: all .2s ease-in-out;
}

.slide_bouton a:hover {
	background: #868282;
    color: #fff!important;
}

.slider_slick .slick {
	z-index: 0;
}

.slider_slick .slick-arrow {
	display: none !important;
}

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

.content {
	position: relative;
	padding-top: 20px;
}

body:not(.index-page) .content {
	margin-top: 0;
	padding-top: 0;
}

.atel {
	background: rgba(64, 51, 48, 0.7);
    display: flex;
    padding: 10px 18px;
    border-radius: 25px;
    flex-direction: column;
    align-items: center;
}

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

.colonne_centre {
	position: relative;
	padding: 4vh 30px;
}

.colonne_centre p {
	margin-bottom: 10px;
}

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

.colonne_centre ul li {
	margin: 5px 0;
	list-style: disc;
}

.colonne_centre a {
	color: #fb8526;
}


.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: left;
}

.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;
	border-radius: 25px;
}

/* FIL ARIANE */

#fil_ariane {
	display: none;
	font-size: 0.9em;
	margin: 25px 0 35px;
	text-align: center;
}

.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 {
	color: #222;
	font-weight: 100;
}

#fil_ariane a {
	color: #75301a;
}

#fil_ariane a:hover {
	color: #333;
}

p.bouton_action {
	text-align: center;
}

.bouton_interne a {
	display: inline-block;
	padding: 12px 22px;
	vertical-align: middle;
	color: #fff !important;
	background: #006674;
	width: 80%;
}

.bouton {
	display: none;
}

.bouton_actu_detail span {
	color: #999;
    padding: 10px;
    transition: all .2s ease-in-out;
    background: #f9f9f9;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 25px;
	margin-top: 20px;
	font-size: 16px;
    font-weight: 400;
}

.bouton_actu_detail i {
	vertical-align: middle;
}
.bouton_tel a, .bouton_interne a {
	background: #fb8526!important;
}
.bouton_tel:hover a, .bouton_interne:hover a {
	background: #da6c14!important
}
.bouton_action a {
	display: inline-block;
	padding: 12px 22px;
	vertical-align: middle;
	color: #fff !important;
	background: #006674;
	width: 80%;
}

.bouton_action a:hover, .bouton_interne a:hover {
	color: #fff !important;
	background: #441a0d;
}

.bouton_devis a {
	background: #14967f;
	margin: 0 5px;
}

.bouton_devis a:hover {
	background: #0f7765;
}

p.bouton2 {
	text-align: center;
}

.actualites-listing .bouton2 a, .actualites-detail .bouton2 a {
	background: #403330;
	border-radius: 25px;
}

.bouton2 a {
	display: inline-block;
	padding: 12px 22px;
	vertical-align: middle;
	color: #fff !important;
	background: #006674;
	width: 80%;
	transition: all .3s ease-in-out;
}

.bouton2 a:hover {
	color: #fff !important;
	background: #e94e18;
}

.bloc_listing {
	display: flex;
    flex-wrap: wrap;
}

/* ENCART ACTU */

.encart_actu {
	padding: 4vh 10px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.encart_actu div.titre_actu {
	margin-bottom: 10px;
	font-size: 1.5em;
	text-align: center;
	margin: 10px 0 5px;
    font-size: 1.5em;
    color: #262625;
    font-weight: 100;
	
}
.actu_img {
	text-align: center;
	border-radius: 8px;
    overflow: hidden;
	margin: 18px 0;
	background: whitesmoke;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
}
.encart_actu ul li {
	width: 90%;
	margin: 0 auto 20px;
	padding: 20px;
	background: #fff;
	border-radius: 14px;
}
.date_actualite {
	color: #dc6f17;
}
.encart_actu li a {
	color: #4a4a4a;
    font-weight: bold;
    font-size: 1.2em;
}
.actu_texte {
	font-weight: initial;
	font-size: 0.8em;
}
.encart_actu li a:hover {
	color: #75301a;
}
.encart_actu li a:hover .bouton_actu_detail span{
	background: #868282;
    color: #fff;
	transform: translateY(-5px);
}

/* RELANCE */

#relance {
	display: block;
	margin-top: 50px;
	padding-top: 25px;
	border-top: 1px solid #999;
}

#relance ul {
	margin: 25px 0 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

#relance ul li {
	display: inline-block;
	margin: 5px 10px 5px;
	background: #f3f2f2;
	border-radius: 7px;
}

#relance ul li a {
	display: block;
	padding: 10px 35px;
	color: #000;
}

#relance ul li a:hover {
	color: #000;
}

/* pagination actu + BDD */

.paginationControl {
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 80px;
    margin-top: 40px;
    background: rgba(244, 244, 244, 0.5);
    padding: 15px;
    border-radius: 7px;
}

.detail_annee {
	margin-top: 20px;
	color: #923e23;
}

.paginationControl a,
.paginationControl span {
	display: inline-block !important;
	padding: 3px 12px;
	color: #a7968f;
	transition: all .2s ease-in-out;
}

#encart_actualite ul {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
}

#encart_actualite {
	margin-top: 30px;
}

.paginationControl a:hover,
.paginationControl span.selected {
	color: #ffffff;
    background: #75301a;
	border-radius: 30px;
}

.colonne_gauche {
	background: rgba(142, 142, 142, 0.2);
}

.paginationControl span.disabled {
	color: #ccc;
}

.info_contact {
	margin: 20px 0;
	padding: 15px 10px;
	letter-spacing: -0.25em;
	text-align: center;
}

.img-small {
    display: inline-block;
    width: 47%;
    margin: 1%;
}

.image_biger .small {
	max-width: 500px;
    margin: 0 auto;
}


.block_contact .info_contact&gt;div&gt;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&gt;div&gt;div.info_mail:before {
	content: '\e0e1';
}

.block_contact .info_contact&gt;div&gt;div.info_tel:before {
	content: '\E0CD';
}

.block_contact .info_contact&gt;div&gt;div.info_adresse:before {
	content: '\E0C8';
}

.block_contact .info_contact&gt;div&gt;div.info_horaire:before {
	content: '\E192';
}

.block_contact .info_contact&gt;div&gt;div.info_rdv:before {
	content: '\E88f';
}

.block_contact .info_contact&gt;div&gt;div.info_bus:before {
	content: '\e530';
}

.block_contact .info_contact&gt;div&gt;div.info_metro:before {
	content: '\e571';
}

.block_contact .info_contact&gt;div&gt;div.info_parking:before {
	content: '\e54f';
}

.block_contact .info_contact&gt;div&gt;div p {
	display: block;
	overflow: hidden;
}

.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&gt;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;
}

body.catalogue-detail h1 {
	text-align: center;
	padding-bottom: 40px;
}

body.catalogue-detail .detail_description {
	margin-top: 30px;
}

body.catalogue-detail .ctn_btn {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
body.catalogue-detail .description_main {
	max-width: 500px;
    margin: 0 auto;
}

/* 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: 155px;
	margin: 0 auto;
	padding: 2vh 0;
}

.footer_infos {
	text-align: center;
	padding: 10px;
}

.footer_infos .tel {
	display: block;
	cursor: initial;
}

.sitePusher .footer_link {
	z-index: 15;
}

.footer_link {
	display: flex;
	-ms-display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background: #271f1d;
	position: relative;
	z-index: 150;
}

.bouton_footer {
	padding: 0 5px;
	transition: .5s;
	text-align: center;
	color: #fff;
}

footer {
	background-color: #403330;
}

footer .adresse_footer {
	display: block;
	text-align: center;
}

footer a {
	color: #fff;
}

.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: 4vh 10px;
	text-align: center;
	background: #e94e18;
	color: #fff;
}

.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: inline-block;
	vertical-align: middle;
}

.news #form_newsletter {
	display: inline-block;
	width: 80%;
	vertical-align: middle;
	margin: 5px 0;
}

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

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

/* infobulle */

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

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

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

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

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

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

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

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

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

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

.validation {
	display: none;
}

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

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

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

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

/***************************************************  Style pour TOUS les inputs text submit et button de tous les formulaires du site   ***********/

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: none;
	vertical-align: middle;
	color: #fff;
	background: #75301a;
	cursor: pointer;
}

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

.page_contact input[type=submit],
.page_contact input[type=button] {
	display: inline-block !important;
	height: inherit;
	margin: 0;
	padding: 12px 22px;
	border: none;
	vertical-align: middle;
	color: #fff;
	background: #fb8526;
    
	cursor: pointer;
	
	width: 100%;
    border-radius: 0;
}

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

.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: #fff;
	display: block;
	border-radius: 20px;
}

.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;
	border: none;
}

.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;
	width: 100%;
}

/************************************************   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 ********************************************/
.bloc_contact a {
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
}
.bloc_contact {
	background: url('/gifs/atelier_footer.jpg') no-repeat;
	text-align: center;
	padding: 80px;
	margin: 20px auto;
	position: relative;
	background-size: cover;
	transition: background-position-y 25s;
    overflow: hidden;
	border-radius: 25px;
}


.catalogue-listing .bloc_contact {
	margin: 0;
	border-radius: 0;
}

.bloc_contact .tel {
	color: #fb8526;
    font-weight: 600;
    font-size: 2.5em;
	text-align: center!important;
    position: relative;
}

.bloc_contact:before {
	content: '';
	display: block;
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #75301a;
    opacity: 0.8;
	transition: opacity .5s;
}

.bloc_contact:hover:before {
	opacity: 0.55;
}
.bloc_contact .contact_text {
	width: 200px;
    margin: 0 auto;
    border-radius: 25px;
    padding: 10px;
}
.bloc_contact:hover .contact_text {
    background: rgba(0, 0, 0, 0.43);
}
.bloc_contact:not(:hover) {
	transition: background-position-y .5s;
}
.bloc_contact:hover {
	background-position-y: 75%;
}

.contact_titre {
	position: relative;
	font-weight: bold;
    font-size: 1.7em!important;
    letter-spacing: 4px;
    margin-bottom: 20px!important;
}

.contact_text, .contact_titre {
	text-align: center!important;
	color: #fff;
	font-size: 1.2em;
}

.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 #fb8526;
	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;
}

.description_main a img {
	width: 100%;
	height: auto;
	max-width: 500px;
	margin: 0 auto;
    display: block;
	border-radius: 14px;
}

.ac-doubleColonne, .ac-include {
	margin: 60px 0;
}

body.catalogue-listing #form_recherche {
	display: flex;
    width: auto;
    justify-content: center;
    margin-bottom: 40px;
    align-items: center;
	
	background: rgba(244, 244, 244, 0.5);
    padding: 15px;
    border-radius: 7px;
}

body.catalogue-listing .select-wrap {
	display: inline-block;
    width: 185px;
}


body.catalogue-listing input[type=submit] {
	background: #fb8526;
	margin-left: 14px;
    border-radius: 28%;
}

body.catalogue-listing input[type=submit]:hover {
	background: #da6c14;
}

@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) {

	#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;
	}

	.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;
	}

	.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%;
	}


	.news * {
		width: auto;
	}

	.news #form_newsletter {
		width: 30%;
	}

	.footer_link {
		flex-direction: row;
	}
	
	/********************************* contact bis */
	
	.formulaire_contact .form_right {
		width: 100%;
	}
	
	/******************************** contact BIS */
	.page_contact input[type=submit] {
	    width: 185px;
		border-radius: 25px;
	}
}

@media screen and (min-width: 600px) {
	.bdd {
		background-position-y: -200px;
	}
	.bdd_listing {
		width: 49%;
		display: inline-block;
	}
	header section {
		padding-top: 0;
	}
	.index-page .header_content {
		position: relative;
		z-index: 1;
		margin: 0 auto;
	}
	.index-page .logo-header img {
		margin: 0 auto;
	}
	.header_topbar .header_centrage {
		justify-content: center;
	}
	.index-page header {
		background: transparent;
	}
	.slide_container {
		top: 60%;
    	display: block;
	}
	
	.slider_slick .slick-arrow {
		display: inline-block!important;
	}
	#relance ul {
		display: initial;
	}

	#relance ul li:first-child {
		margin-left: 0;
	}

	.index-page header {
		display: block;
		min-height: auto;
	}

	.slider_slick {
		display: block;
	}
	
	.atelier {
		margin-right: 20px;
	}
	
	.img-small {
		display: inline-block;
		width: 22%;
	}

	.action {
		display: none;
	}

	.bouton {
		display: block;
	}

	#second_content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 1200px;
    	margin: 0 auto;
	}

	#second_content .colonne_centre {
		width: 50%;
	}
	.bdd_main {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
	}
	.bdd_item {
		display: inline-block;
		width: 50%;
		max-width: 350px;
	}
	.bdd_item a {
		width: 100%;
		max-height: 200px;
	}
	.encart {
		flex-direction: row;
		margin: 50px auto;
	}
	
	body:not(.index-page) .encart {
		margin-bottom: 0;
	}
	.encart_actu ul li {
		width: 31%;
		display: inline-block;
	}
	/* CONTACT HEADER */
	.contact_header {
		display: flex !important;
		justify-content: flex-end;
		align-items: center;
	}

	.contact_header a.tel {
		margin-right: 14px;
		color: #fb8526;
		font-weight: bold;
	}
	.bouton a, .bouton_action a {
		border-radius: 25px;
		display: inline-block;
		background: rgb(245, 245, 245);
		padding: 12px 22px;
		color: #fff;
	}

	.bouton_atelier a {
		position: relative;
		color: #525252!important;
		transition: all .1s ease-in-out;
	}
	
	.bouton_atelier a i {
		color: #525252;
	}
	
	.atel .bouton_action a:hover, .bloc_contact .bouton_action a:hover {
		background: #868282!important;
		color: #fff!important;
	}
	
	.atel .bouton_action a:hover i, .bloc_contact .bouton_action a:hover i {
		color: #fff!important;
	}
	
	.bouton.bouton_rea {
		text-align: center!important;
		margin: 20px 0;
	}
	.bouton .bouton_rea .bouton_bdd_listing:hover a{
		color: #fff!important;
	}
	.bouton.bouton_rea a {
		background: rgb(245, 245, 245);
		padding: 12px 22px;
		color: #525252;
		transition: all .3s ease-in-out;
	}
	.bouton.bouton_rea a:hover {
		background: #868282;
		color: #fff!important;
	}
	.bouton a i, .bouton_action a i {
		vertical-align: middle;
	} 
	.block_contact {
		display: block;
	}

	.ac-doubleLeft,
	.ac-doubleRight,
	.ac-colonne {
		float: left;
		width: 50%;
		text-align: justify;
		padding: 0 15px;
	}

	.info_contact&gt;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: 20px 0;
	}

	.info_contact div+div {
		padding: 0;
	}

	/* ville + code postal */
	.cp_ville p {
		width: 37%;
	}

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

	.page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
		display: block;
	}

	.index-page .colonne_centre {
		padding-top: 4vh;
	}
	
	.page-interne .colonne_centre,
	.contact-page .colonne_centre,
	.plan-site .colonne_centre {
		padding-top: 0;
	}
	

	#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;
	}
	
	body.catalogue-listing .select-wrap {
		margin-left: 12px;
	}
	
	.encart_actu div.titre_actu {
		display: inline-block;
		margin-left: 15px;
	}
	
	.encart_actu .bouton2 {
		float: right;
	}
	
	
	/********************************** contact bis */
	
	.block_contact .formulaire_contact, .formulaire_contact .form_right, .block_contact .carte {
		width: 100%;
	}

	.block_cont {
		display: flex;
		flex-wrap: wrap;
	}
	
	.block_contact .carte {
		padding-left: 20px;
	}
	
	.block_contact .carte h2 {
		padding-top: 20px;
	}

	.block_contact .info_contact&gt;div&gt;div:before {
		text-align: left!important;
	}
	
	.block_contact {
		width: 50%;
	}

	.block_cont .carte {
		width: 50%;
		padding-left: 20px!important;
		padding-top: 20px!important;
	}
	
	.block_cont .carte iframe {
		height: 91%!important;
	}
}

@media screen and (min-width: 810px) {
	
	
	.slider_slick .slick-arrow {
		display: block !important;
	}
	.slide_container {
		display: block;
	}
	#last_content {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 1200px;
    	margin: 0 auto;
		width: 90%;
	}
	
	.encart_actu {
		width: 90%;
	}
	
	#last_content .colonne_centre {
		width: 50%;
		margin: 0 55px 0 0;	
	}
	
	.img_right {
		width: 500px;
		height: 500px;
		background: url('/gifs/rightindex.jpg') no-repeat;
		background-size: cover;
		border-radius: 25px;
	}
	
	.index-page header {
		min-height: initial;
		display: block;
	}
	
	.header_content {
		padding: 0!important;
	}
	
	.header_topbar .header_centrage:first-child {
		width: 100%;
		padding: 0 40px;
		background: #332a28;
		justify-content: space-between;
	}
	
	.header_full {
		background: #403330;
	}
	
	.header_full:first-child {
		background: #332a28;
	}
	
	.header_full:first-child .header_centrage {
		background: none!important;
	}

	.page-interne header,
	.contact-page header,
	.plan-site header {
		background: initial;
		min-height: auto;
	}

	.page-interne .header_centrage,
	.contact-page .header_centrage,
	.plan-site .header_centrage {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.menu li {
		opacity: 1;
	}

	.menu li a.selected,
	.menu li a:hover {
		background: #923e23;
		font-weight: initial;
	}
	
	.menu li.sous_menu a.selected, .menu li.sous_menu a:hover {
		background: #a37769;
	}

	.bouton {
		display: block;
	}

	.info_contact {
		display: flex;
		justify-content: space-around;
		align-items: end;
	}

	.block_contact .info_contact&gt;div&gt;div:before {
		text-align: left;
	}

	.page-offline .colonne_centre {
		width: 40%;
	}

	body {
		font-size: 16px;
	}

	#fil_ariane {
		text-align: left;
	}

	.slide_container {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.no_mobile {
		display: inline-block;
	}

	/****************************************************************************** STICKY */
	.sticky {
		display: block;
		position: fixed;
		top: -100%;
		z-index: 100;
		width: 100%;
		transition: 0.5s;
	}

	.sticky .logo img {
		max-width: 70px;
	}
	
	.sticky .header_content &gt; .header_centrage {
		width: 100%;
		padding: 0 40px;
	}

	.sticky.js-scroll {
		top: 0;
	}

	.sticky.js-scroll .header_content {
		padding-bottom: 10px;
		background: #403330;
    	position: relative;
	}
	.sticky .header_topbar .header_centrage:first-child {
		background: #332a28;
	}
	
	.sticky .header_content &gt; .header_full .header_centrage  {
		height: 70px;
	}
	
	.sticky .header_topbar {
		display: none;
	}
	
	.sticky .menu li a {
		padding: 10px 25px;
	}

	/****************************************************************************** BOUTON D ACTION */
	p.bouton {
		text-align: right!important;
	}
	.bouton.bouton2 {
		text-align: center;
	}
	
	.bouton.bouton2 a {
		color: #525252!important;
		background: rgb(245, 245, 245);
		transition: .5s;
	}
	
	.bouton.bouton2 a:hover {
		background: #868282;
    	color: #fff!important;
	}

	/****************************************************************************** HEADER */
	header section {
		margin: auto;
		padding: 0;
	}

	.header_centrage {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.header_topbar .header_centrage:last-child {
		width: 100%!important;
		background: #403330;
		margin: 0 auto;
		padding: 0 40px!important;
	}

	.header_centrage,
	.footer_centrage {
		width: 90%;
		margin: 0 auto;
	}

	.infos_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.adresse_header {
		margin-left: 5px;
		color: #a7a7a7;
	}
	.logo {
		width: 436px;
		display: flex;
		align-items: center;
	}
	.baseline {
		text-align: left;
		font-size: 18px;
    	font-weight: 600;
	}
	
	.baseline div {
		font-weight: 400;
	}
	
	.logo-header img {
		width: 100px;
	}
	
	.top_bar li a {
		color: rgba(255, 255, 255, 0.7);
		opacity: 0.8;
		font-size: 0.9em;
	}

	.footer_centrage {
		display: flex;
		-ms-display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}

	.footer_logo {
		margin: 0;
	}

	.footer_link {
		background: none;
	}

	.bouton_footer {
		color: #fff;
		border-right: solid 1px #fb8526;
		padding-right: 5px;
		margin-right: 5px;
	}
	
	.bouton_footer:last-child {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}

	.bouton_footer:hover {
		opacity: 0.5;
	}

	.nav {
		display: none;
	}

	/****************************************************************************** Menu */
	.top_bar ul {
		display: block;
	}

	.menu {
		z-index: 30000;
		clear: both;
		position: relative;
		left: auto;
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow-y: visible;
		background: #75301a;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		transform: translateY(0px);
	}
	
	.header_full:first-child .bouton_action a {
		padding: 6px 14px!important;
	}
	
	.header_full:first-child {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.menu ul {
		text-align: center;
	}

	.menu li a {
		position: relative;
		font-size: 1.2em;
		color: #fff;
	}

	/****** SI MENU HORIZONTAL ******/
	.menu li {
		display: inline-block;
		position: static;
		border-bottom: none;
		text-align: left;
	}

	.menu li.sous_menu&gt;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%;
		max-width: 1200px;
		height: auto;
		margin: 0;
		padding: 60px;
		background: #a37769;
		transform: none;
	}

	.menu:before {
		display: none;
	}

	.menu ul li.sous_menu:hover&gt;ul {
		transform: initial;
		width: 100%;
		overflow-y: visible;
		margin: 0 auto;
		top: auto;
		
		
		display: flex;
    	flex-wrap: wrap;
	}

	.plan-site .menu ul li .dropdown li {
		right: 0;
	}

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

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

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

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

	.menu ul li ul li {
		display: inline-block;
		width: auto;
		background: none !important;
		vertical-align: top;
		width: 33%;
	}

	.menu ul li ul .ssdropdown {
		background: #e94e1b;
		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 {
		display: none;
	}

	.menu li.sous_menu ul li a {
		text-align: left;
		font-size: 1em;
		padding: 7px 15px 7px 30px;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	.menu li.sous_menu ul li a:hover, .menu li.sous_menu ul li a.selected {
		background: rgba(175, 132, 119, 0.9);
	}
	
	.menu li.sous_menu ul li:nth-child(4) a, .menu li.sous_menu ul li:nth-child(7) a, .menu li.sous_menu ul li:nth-child(10) a, .menu li.sous_menu ul li:nth-child(13) a, .menu li.sous_menu ul li:nth-child(16) a, .menu li.sous_menu ul li:nth-child(19) a {
		border: none;
	}
	
	.border-none {
		border: none!important;
	}

	/* .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 */
	.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;
	}
	
	body.page-interne .colonne_centre {
		margin-bottom: 0;
	}

	.colonne_centre p {
		line-height: 22px;
	}

	.ctn_btn {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.page-interne .colonne_centre p {
		text-align: justify;
	}

	.page-interne .colonne_centre .bouton_interne {
		text-align: right;
	}

	.page-interne h2 {
		margin-bottom: 30px;
		text-align: left;
	}

	.page-interne .intro {
		margin: 50px 0 100px;
	}

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

	footer {
		padding: 15px 0;
		text-align: left;
	}

	footer section {
		margin: auto;
	}

	.adresse_footer {
		display: block;
	}

	.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;
	}
	.bdd_maintitre {
		font-size: 2em;
		margin: 50px 0;
	}
	.bdd_maintitre span {
		display: initial;
	}
	.horaires img{
		width: 250px
	}
	.description_main .lightbox {
		max-width: 50%;
    	display: inline-block;
	}
	.detail_description, .image_biger {
		display: inline-block;
		width: 48%;
		vertical-align: top;
	}
	
	.img-small {
		width: 18%;
	}

	.image_biger .small {
		margin-left: 0;
	}

	.image_biger .lightbox {
		max-width: 100%;
	}
	
	.description_main {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		
		max-width: none!important;
	}
	
	body.catalogue-detail h1 {
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	body.catalogue-detail .ctn_btn {
		margin-top: 50px;
	}
	
}

@media screen and (min-width: 960px) {
	.bdd_listing {
/*		width: 32%;*/
		width: 20%;
	}
	#first_content .colonne_centre {
		position: relative;
		padding-left: 250px;
	}
	
	#second_content .colonne_centre:before {
		content: '';
		display: block;
		position: absolute;
		top: -217px;
		left: 18px;
		width: 200px;
		height: 173px;
		background: url(../gifs/topindex2.png) no-repeat;
		background-size: cover;
	}
	
	.bdd_item a {
		margin: 10px;
	}
	.bdd_item:first-child, .bdd_item:nth-child(3) {
		display: flex;
    	justify-content: flex-end;
	}
	
	.bdd_item:first-child a, .bdd_item:nth-child(3)  a{
		border-radius: 24px;
	}
	
	.bdd_item:nth-child(2), .bdd_item:nth-child(4) {
		display: flex;
    	justify-content: flex-start;
	}
	
	.bdd_item:nth-child(2) a, .bdd_item:nth-child(4) a {
		border-radius: 24px;
	}
	#navigation_frame {
		width: 920px;
		margin-left: -470px;
	}

	.lien_footer {
		border-spacing: 15px;
	}
	
	body.catalogue-listing #form_recherche {
		justify-content: flex-start;
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.recherche-cat {
		padding-left: 10px;
    	padding-right: 10px;
	}
}

@media screen and (min-width: 1100px) {
	.bdd_listing {
/*		width: 22%;*/
		margin: 30px 10px;
		width: 18%;
	}
	
	.footer_centrage {
		flex-direction: row;
		justify-content: center;
	}
	
	.footer_infos {
		width: 33%;
	}
	
	.footer_logo {
		width: 350px;
		max-width: 350px;
	}
	
	.footer_logo a {
		display: flex;
		justify-content: start;
		align-items: center;
	}
	
	.footer_logo img {
		max-width: 100px;
	}
	
	.header_topbar .header_centrage {
		justify-content: space-between;
	}
	.slide_container {
		max-width: 35%;
	}
	/****************************************************************************** MENU FIXE */

	.header_content {
		z-index: 9999;
		width: 100%;
		background: #403330;
	}
	
	.logo {
		width: 335px;
	}

	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%;
		margin-top: 0;
		transition: .5s;
		
	}
	.bdd {
		background: url(/gifs/bg_bdd.jpg) no-repeat;
		background-size: cover;
		padding: 20px 0;
		margin-top: 25px;
		background-position-y: -508px;
	}
	.bdd_main {
		justify-content:  center;
	}
	.bdd_item {
		width: 34%;
		max-width: initial;
		margin: 0 10px;
	}
	.bdd_item a {
		max-width: 450px;
	}
	.encartplan {
		width: 450px;
		height: 150px;
	}
	.encartplan:before {
		width: 200px;
    	height: 250px;	
	}
	.encart {
		justify-content:space-between;
	}
	
	body:not(.index-page) .encart {
		padding-top: 50px;
    	padding-bottom: 50px;
	}
	.atelier {
		margin: 0;
		width: 500px;
		height: 500px;
	}
	#encart_actualite {
		margin-top: 20px;
	}
	
	.slide_container {
		transform: translate(50%, -50%);
		top: 50%;
	}

	.slick-active .slide_container {
		transform: translate(0, -50%);
	}
	
	.slick-slide {
		max-height: 365px;
	}
}

@media screen and (min-width: 1200px) {
	
	.header_topbar .header_full .header_centrage  {
		max-width: 1200px;
    	padding: 0!important;
	}
	
	.index-page .logo-header img {
		margin: 0;
	}
	
	.menu li.sous_menu ul li a {
		padding-left: 70px;
	}
	
	.slick-slide img {
		transform: translateY(-27%);
	}
	
/*
	.index-page .colonne_centre {
		padding-top: 6vh;
	}
*/
	
	#second_content .colonne_centre p {
		text-align: justify;
	}
	
	.encartplan {
		margin-top: 115px;
	}
	
	.slide_container, .slick-prev, .slick-next {
		top: 44%!important;
	}
	
	#second_content .colonne_centre:before {
		content: '';
		display: block;
		position: absolute;
		top: -217px;
		left: -22px;
		width: 240px;
		height: 220px;
		background: url(../gifs/topindex2.png) no-repeat;
		background-size: cover;
	}

}

@media screen and (min-width: 1300px) {
	.slide_container {
		top: 50%;
	}
	#first_content .colonne_centre {
		padding-left: 0;
		text-align: center;
		max-width: 700px;
	}
	.colonne_centre {
		max-width: 1200px;
	}

	.header_centrage,
	.footer_centrage {
		width: 1200px;
	}

	.header_centrage {
		transition: .5s;
	}
}

@media screen and (min-width: 1400px) {
	.slide_container, .slick-prev, .slick-next {
		top: 50%!important;
	}
	
}

@media screen and (min-width: 1600px) {
	.bdd {
		background-position-y: -808px;
	}
	.encartplan {
		width: 650px;
		height: 250px;
	}
	.encartplan_titre {
		font-size: 2em;
	}
	.encartplan_text {
		font-size: 1.2em;
	}
	.encartplan:before{
		width: 300px;
		height: 450px;
	}
	#second_content .colonne_centre:before {
		top: -217px;
		left: -15%;
		width: 281px;
		height: 251px;
	}
	
	#second_content .colonne_centre {
		width: 40%;
		padding-top: 150px;
	}
	
	.slick-slide {
		max-height: 500px;
	}
	
}</pre></body></html>