/* AXECAKE */

.bloc_intro {
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: space-between;
}

.bloc_intro_left {
	width: 100%;
	padding: 20px;
}

.bloc_intro_right {
	width: 100%;
	padding: 20px;
}

.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;
	height: auto;
}

.galerie-center a.lightbox {
    width: 45%;
	margin: 0 5px;
}

.galerie-center a.lightbox img {
	transition: all ease 0.3s;
}

.galerie-center a.lightbox:hover img {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
} 

.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;
}

.news input[type=button] {
	height: 35px;
}

/* FIN RESET */

/* SOCIAL-MEDIA */
.social-media {
	padding: 0;
	width: auto;
}

.social-media li {
	display: inline-block;
	list-style: none;
	margin: 0 1px;
	border-radius: 6px;
	transition: 0.4s;
	vertical-align: top;
}

.social-media li a {
	display: block;
	text-decoration: none;
	transition: 0.2s;
	height: 25px;
	width: 25px;
	padding: 5px 4px;
}

.social-media li a svg {
	fill: #000;
	transition: 0.5s;
}

/* HOVER */

.social-media li:hover {
	transform: scale(0.8);
	opacity: 0.5;
}

.social-media li.blanc:hover a svg {
	fill: #fff;
}

.social-media li.noir:hover a svg {
	fill: #000;
}

.social-media li.gris:hover a svg {
	fill: #cecece;
}

.sticky {
	display: none;
}

/* TABLEAUX */
table {
	width: 100%;
	border-width: 1px;
	border-color: #c3c3c3;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table th {
	background: #000;
	padding: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	text-align: left;
}

table tr {
	/*background:#000;*/
	background: #d0d0d0;
}

table tr:nth-child(2n+2) {
	/*background: #5D5D5D;*/
	background: #dedede;
}

table tr:nth-child(n+2)+tr {
	border-top: 10px solid #fff;
}

table td {
	padding: 5px 13px;
	border-width: 1px;
	border-style: solid;
	border-color: #c3c3c3;
	display: block;
}

table td+td {
	border-top: none;
}

/* VIEWPORT CSS3 */
.required {
	color: red;
}

* {
	box-sizing: border-box;
}

.clear_both {
	display: block;
	clear: both;
}

.no_mobile {
	display: none;
}

.no_desktop {
	display: block;
}

.imgCenter img,
.imgRight img,
.imgLeft img {
	width: auto;
	height: auto;
}

.imgRight {
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
	max-width: 50%;
	height: auto;
}

.imgLeft {
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
	max-width: 50%;
	height: auto;
}

.imgCenter {
	margin: 0 auto 10px;
	position: relative;
	width: 40.425597%;
	max-width: 300px;
	height: auto;
	display: block;
}

body {
	position: relative;
	overflow-x: hidden;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #292929;
	letter-spacing: -.022em;
}

body.fancy-box-body {
	background: #fff;
}

a {
	color: #000;
	outline: none;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
}
h1, .title {
	font-family: 'Asap', sans-serif;
	margin-bottom: 30px;
	font-size: 1.8em;
	text-align: center;
}

h1 span {
	color: #762124;
	font-size: 0.8em;
	display: block;
}

h2 {
	font-family: 'Asap', sans-serif;
	margin: 20px 0 30px;
	font-size: 1.5em;
	color: #262625;
}

h2::after, h3::after,.news label::after {
	content: '';
	background-color: #ffC323;
	height: 4px;
	width: 25px;
	display: block;
	margin: 15px 0;
}

h3, .news label, p.h3 {
	font-family: 'Asap', sans-serif;
	margin: 10px 0 30px;
	font-size: 1.2em;
	color: #262625;
}

h3 span {
	color: #ffC323;
}

#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;
}

/* .sitePusher #container {
	left: 250px;
} 
#paquet_telecom_bandeau {
	padding: 6px 50px 6px 0 !important;
}*/
/****************************************************************************** HEADER */

header {
	z-index: 100;
	position: relative;
	margin: auto;
}

header section {
	padding-top: 10px;
	clear: both;
	text-align: center;
}

.index-page header {
	min-height: 75vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-image: url(../gifs/imgSlider/bg_mobile.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0;
}

.index-page header section {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px;
}

.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 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 10px 0;
}

.index-page .logo-header {
	overflow: hidden;
}

.index-page .logo-header * {
	transform: translateY(0px);
	transition: 1s;
}

.navScroll.index-page .logo-header * {
	transform: translateY(200%);
}

.logo:hover {
	opacity: 0.7;
}

.logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.baseline {
	display: block;
	text-align: center;
	color: #292929;
	font-family: 'Asap', sans-serif;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 20px;
}

/* CONTACT HEADER */

.contact_header a {
	text-align: center;
}

.contact_header .tel {
	font-size: 1.7em;
}

.contact_header .tel span {
	font-size: 0.72em;
}

.nav {
	background: #E9E9E9;
	display: block;
	padding: 5px 10px;
	text-align: left;
	font-size: 1.5em;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 15px;
}

.nav-left {
	overflow: hidden;
}

.nav-logo {
	max-height: 40px;
	transform: translateY(50px);
	transition: 1s;
	vertical-align: middle;
}

.navScroll .nav-logo {
	transform: translateY(0px);
}

.icon-menu {
	width: 30px;
	height: 30px;
}

.icon-menu .ligne {
	width: 100%;
	height: 3px;
	background: #292929;
	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: #292929;
	-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: 10px 15px;
	font-size: 1.2em;
	color: #ffffff;
}

/** BOTTOM NAV **/

@media screen and (max-width: 809px) {
	.menu li.sous_menu>a {
		padding-right: 47px;
	}
}

.menu li a.selected {
	font-weight: bold;
}

.menu li:hover>span.derouler,
.menu li.selected>span.derouler {
	color: #fff;
}

.menu ul li ul {
	display: block;
	z-index: 2;
	position: fixed;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	overflow-y: visible;
	background: #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;
	-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;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}

.top_bar {
	display: block;
	position: relative;
	width: auto;
	margin: 0;
}

.top_bar ul {
	display: none;
	text-align: right;
}

.top_bar li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.top_bar li a {
	display: block;
	width: auto;
	height: auto;
	padding: 5px 15px;
	font-size: 1em;
	color: #474747;
}

.top_bar li a:hover,
.top_bar li a.selected {
	color: #000;
}

.top_bar li.sous_menu>a:after {
	margin-left: 5px;
	content: '\e040';
	font-family: 'iconic';
	display: inline-block;
}

.top_bar li:hover ul {
	display: block;
}

.top_bar li ul {
	display: none;
	text-align: left;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #DADADA;
	z-index: 10;
}

.top_bar li ul li {
	display: block;
}

.top_bar li ul li a {
	padding: 5px;
}

.top_bar li span.derouler {
	display: none;
}

/* SLICK SLIDER */

.slider_slick {
	width: 100%;
	position: relative;
	display: none;
	z-index: 0;
}

.slider_slick .slick .slide_img {
	/* height: 500px;
	background-size: cover!important; 
	background-repeat: no-repeat;
	background-position: top center;*/
	position: relative;
}

.slick-slide img {
	margin: 0 auto;
}

.slide_container {
	position: absolute;
	width: 350px;
	background: rgba(0, 0, 0, 0.25);
	z-index: 10;
	color: #fff;
	text-align: left;
	padding: 30px;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(50%, -50%);
	opacity: 0;
	transition: 1s 1s;
}

.slick-active .slide_container {
	transform: translate(0, -50%);
	opacity: 1;
}

.slide_title {
	font-size: 2em;
	font-weight: bold;
}

.slide_bouton a {
	color: #fff;
	border: solid 1px #fff;
	padding: 5px 7px;
	margin: 10px 0 5px 0;
	display: inline-block;
}

.slide_bouton a:hover {
	background: #fff;
	color: #000;
}

.slider_slick .slick {
	z-index: 0;
}

.slider_slick .slick-arrow {
	display: none !important;
}

/****************************************************************************** CONTENT */

.content {
	position: relative;
	padding-top: 20px;
}

/******************************** 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;
}

.actu-news .colonne_centre ul {
	margin: 0;
}

.colonne_centre ul li {
	margin: 5px 0;
	list-style: disc;
}

.actu-news .colonne_centre ul li {
    list-style: none;
}

.colonne_centre a {
	color: #762124;
}

.colonne_centre a:hover {
	color: #FFC323;
}

.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{
	text-align: center;
}


.page-interne .intro,
.page-interne .colonne_centre .bouton_interne,
.page-interne .colonne_centre p {
	text-align: justify;
}

.page-interne .ac-doubleColonne:nth-of-type(1) .ac-colonne img {
	display: none;
}

.page-interne .ac-doubleColonne .ac-colonne img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/* ENCART */
.encarts {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	font-weight: bold;
}

.encarts h3 {
	flex-basis: 100%;
	text-align: left;
}

.encart {
	width: 100%;
}

.encart-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;	
	padding: 30px;
	box-shadow: 3px 3px 10px #00000021;
}

.encart1 .encart-img {
	background-image: url(../gifs/encart-1.jpg);
}
.encart2 .encart-img {
	background-image: url(../gifs/encart-2.jpg);
}
.encart3 .encart-img {
	background-image: url(../gifs/encart-3.jpg);
}
.encart4 .encart-img {
	background-image: url(../gifs/encart-4.jpg);
}

.encart-hover {
	background-color: rgba(255, 255, 255, 0.9);
	font-family: 'Asap', sans-serif;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height:100%;
}

.encart:hover .encart-hover {
	display: flex;
	color: #762124;
}

.encart-titre {
	font-family: 'Asap', sans-serif;
	font-size: 22px;
	padding: 15px 0;
	color: #000;
}

.encart:hover .encart-titre {
	color: #762124;
}

/* 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;
}

#fil_ariane a {
	color: #292929;
	font-weight: bold;
}

#fil_ariane a:hover {
	color: #762124;
}

.contact_header a.tel {
	font-family: 'Asap', sans-serif;
    font-size: 2em;
    font-weight: bold;
    display: block;
    color: #762124;
    padding: 10px 0;
}

.index-page .contact_header .bouton.bouton_action {
    display: block;
}

.bouton a,
.bouton2 a {
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

header .bouton a,
.sticky .bouton a {
	margin: 10px 0;
}

header .bouton:last-child a,
.sticky .bouton:last-child a {
	margin: 0;
}

p.bouton_action,
.bouton2 {
	text-align: center;
}

.bouton_interne a,
.bouton_action a {
	color: #fff !important;
	background: #762124;
	border: solid 1px #762124;
	width: 100%;
	font-weight: 600;
}

.bouton_action a:hover,
.bouton_interne a:hover {
	color: #fff !important;
	background: #FFC323;
	border: solid 1px #FFC323;
}

.bouton_tel a {
	background: rgba(255, 255, 255, 0);
	border: solid 1px #292929;
	color: #292929;
	width: 100%;
	font-weight: 600;
}


.bouton_histoire {
	margin-top: 30px;
	display: block;
}

.bouton_histoire a {
	background: rgba(255, 255, 255, 1);
	border: solid 1px #fff;
	color: #292929;
	width: 190px;
	padding: 5px 20px;
	text-align: center;
	font-weight: 600;
}

.bouton_histoire a:hover {
	background: #292929;
	border: solid 1px #292929;
	color: #fff;
}

.bouton_tel a:hover {
	background: #292929;
	color: #fff;
}

.bouton_devis a {
	background: #14967f;
	margin: 0 5px; 
}
.bouton_devis a:hover {
	background: #0f7765;
}


/* RELANCE */

#relance {
	display: block;
	margin-top: 20px;
	padding-top: 25px;
}

#relance ul {
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

#relance ul li {
	display: inline-block;
}

#relance ul li a {
	color: #762124;
	font-weight: 500;
}

#relance ul li a:hover {
	color: #ffC323;
}

p.titre-relance {
	font-weight: bold;
	font-size: 18px;
	font-family: 'Asap', sans-serif;
}

/* pagination actu + BDD */

.paginationControl {
	letter-spacing: normal;
	text-align: center;
}

.paginationControl a,
.paginationControl span {
	display: inline-block !important;
	padding: 3px 8px;
	color: #a7968f;
	;
}

.paginationControl a:hover,
.paginationControl span.selected {
	color: #e94e18;
}

.paginationControl span.disabled {
	color: #ccc;
}

.info_contact {
	margin: 20px 0;
	padding: 15px 10px;
}

.info_contact a.tel {
	font-family: 'Asap', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
}

.info_contact strong {
	color: #762124;
}


.block_contact .info_contact>div>div:before {
	display: block;
	width: 30px;
	width: 100%;
	margin-right: 0;
	font-family: Material Icons;
	font-size: 1.4em;
	line-height: 1.5;
	text-align: center;
}

.block_contact .info_contact>div>div.info_mail:before {
	content: '\e0e1';
}

.block_contact .info_contact>div>div.info_tel:before {
	content: '\E0CD';
}

.block_contact .info_contact>div>div.info_adresse:before {
	content: '\E0C8';
}

.block_contact .info_contact>div>div.info_horaire:before {
	content: '\E192';
}

.block_contact .info_contact>div>div.info_rdv:before {
	content: '\E88f';
}

.block_contact .info_contact>div>div.info_bus:before {
	content: '\e530';
}

.block_contact .info_contact>div>div.info_metro:before {
	content: '\e571';
}

.block_contact .info_contact>div>div.info_parking:before {
	content: '\e54f';
}

.block_contact .info_contact>div>div p {
	display: block;
	overflow: hidden;
}

.info_contact h2,
.formulaire_contact h2,
.carte h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.23em;
}

.formulaire_contact .form_left h2 {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #ddd;
}

.info_contact p {
	margin: 0;
}

.info_contact>div {
	clear: both;
	position: relative;
	letter-spacing: normal;
}

.info_contact div+div {
	margin-top: 10px;
	padding-top: 10px;
}

.info_contact div div+div {
	padding-top: 0;
}

.info_contact p em,
.info_contact div a.btn_contact {
	display: block;
	margin-top: 5px;
	font-style: italic;
}

.info_tel p.telephones a {
	color: #5e5e5e;
	cursor: default;
}

.info_tel p.telephones a:hover {
	color: #5e5e5e;
}

/* Formulaire */

.formulaire_contact {
	padding: 10px;
	border: 1px solid #dddddd;
	letter-spacing: -0.25em;
	background: #f5f5f5;
}

.carte {
	margin-top: 15px;
}

.formulaire_contact .form_left,
.formulaire_contact .form_right,
.formulaire_contact h2,
.carte h2 {
	letter-spacing: normal;
}

.formulaire_contact .form_left {
	clear: both !important;
}

/* styliser la couleur des placeholders dans les inputs */

:placeholder-shown {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

.cp_ville:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.cp_ville p {
	float: left;
	width: 33%;
	clear: none !important;
}

.cp_ville p+p {
	float: right;
	width: 62.958%;
}

/********************************************************** FOOTER ***/

.footer_logo {
	margin: 0 auto;
	padding: 2vh 0;
}

.footer_logo img {
	display: block;
	margin: auto;
}

.footer_infos {
	text-align: center;
	padding: 10px;
}

.footer_infos .tel {
	font-family: 'Asap', sans-serif;
	display: block;
	cursor: initial;
	color: #762124;
	font-weight: bold;
	font-size: 30px;
	margin: 15px auto;
}

.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: #292929;
	position: relative;
	z-index: 150;
}

.bouton_footer {
	padding: 10px 9px;
	transition: .5s;
	text-align: center;
	color: #fff;
}

footer .adresse_footer {
	display: block;
	text-align: center;
}

.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: 40%;
	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: 40%;
}

#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: left;
	color: #292929;
}

.news label {
	font-weight: bold;
}

.news * {
	width: 100%;
}

.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: 100%;
	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;
}

.news p {
	margin-bottom: 10px;
}

.news p.mentions {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 15px;
}

.news p.mentions a {
	color: #762124;
	font-weight: bold;
}

.news p.mentions a:hover {
	color: #FFC323;
}

.red {
	color: #762124;
}

.iframe, .acces {
	position: relative;
}

.iframe::after {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.35);
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}

.infos-acces {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 80px;
	bottom: 80px;
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 20px;
}

.lien-acces {
	border: solid 1px #292929;
	color: #292929;
	font-weight: bold;
	display: block;
	margin-top: 15px;
}

.lien-acces:hover {
	background-color: #292929;
	color: #fff;
}

.h3 {
	font-weight: bold;
	margin-bottom: 15px!important;
}

.localisation::before {
	content: url(../gifs/location.png);
	vertical-align: top;
	margin-right: 5px;
}

.infos-acces span {
	display: block;
}

.infos-acces p {
	margin-bottom: 10px;
}

.labels {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
}

.labels img {
    margin: 15px 0;
}

footer {
	border-top: solid 0.5px rgba(0, 0, 0, 0.25);
}

/* 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: 50px;
	margin: 0;
	padding: 5px 20px;
	border: none;
	vertical-align: middle;
	color: #fff;
	background: #762124;
	cursor: pointer;
}

input[type=submit]:hover,
input[type=button]:hover {
	color: #fff;
	background: #ffC323;
}

.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: #762124;
	cursor: pointer;
}

.page_contact input[type=submit]:hover,
.page_contact input[type=button]:hover {
	color: #fff;
	background: #292929;
}

.generateur select {
	text-indent: 5px;
	font-style: normal;
}

.generateur select option {
	padding: 2px 5px;
}

.generateur select option:hover,
.generateur select option:checked {
	-webkit-box-shadow: 0 0 10px 100px #e94e18 inset;
	-moz-box-shadow: 0 0 10px 100px #e94e18 inset;
	box-shadow: 0 0 10px 100px #e94e18 inset;
	cursor: pointer;
}

.select-wrap {
	position: relative;
	background: #eee;
	display: block;
}

.select-wrap:after {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 35px;
	color: #818181;
	z-index: 1;
	content: '\E029';
	font-family: 'iconic';
	display: inline-block;
	vertical-align: middle;
	font-size: 1.538em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.select-wrap select {
	background: none;
	position: relative;
	z-index: 2;
}

.select-wrap:hover,
.select-wrap:focus {
	background: #fff;
}

.select-wrap:hover:after {
	color: #1c1c1c;
}

form.generateur p.submit {
	margin: 0 !important;
	text-align: right !important;
}

/************************************************   Style 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 {
	background-color: #f3f3f3;
	color: #292929;
	font-family: 'Asap', sans-serif;
	text-align: center;
	padding: 40px;
	margin: 50px 0;
}

.contact-tel * {
	text-align: center !important;
}

.contact-tel::after {

}

.contact-tel p {
	text-align: center;
	color: #292929;
	font-size: 1.2em;
	margin: 0;
}

.contact-tel p.bouton.bouton_interne {
	display: block;
}

.contact-tel a {
	color: #fff;
	font-weight: 600;
	font-size: 0.8em;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}

.contact-tel a.tel {
	color: #762124;
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	margin: 20px 0;
    display: block;
}

.contact-tel a:hover {
	color: #fff !important;
}

.page-404 .colonne_centre {
	padding: 10vh 0;
}

.img-404 {
	width: 100%;
}

.title-404 {
	font-size: 5em;
	color: #762124;
	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: #762124;
}

.bouton-404 {
	text-align: center;
	margin: 5vh 0;
}

.bouton-404 a {
	color: white;
	background: #762124;
	padding: 10px 15px;
	transition: .3s;
	text-align: center;
	margin: 5vh 0;
}

.bouton-404 a:hover {
	color: #f1f1f1;
	background: #292929;
}

.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 #006674;
	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;
}

body:not(.index-page) .histoire {
	display: none;
}

.index-page .lien-histoire {
	display: none;
}

body:not(.index-page) .lien-histoire {
    color: #fff;
    position: absolute;
    /* top: 45%; */
	top: 28%;
	left: 0;
	right: 0;
	padding: 0 20px;
	text-align: center;
	font-family: 'Asap', sans-serif;
	font-size: 20px;
}

body:not(.index-page) .lien-histoire .bouton_histoire a {
	background: none;
	color: #fff;
	border: solid 1px #fff;
}

body:not(.index-page) .lien-histoire .bouton_histoire a:hover {
	background: #fff;
	color: #292929;
	border: solid 1px #fff;
}

.index-page .header-interne {
	display: none;
}

.header-interne {
	background-image: url(../gifs/imgSlider/slide01_big.jpg);
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* index */
.bloc-gris, .bloc-gris-2 {
	background-color:#f3f3f3;
	position: relative;
}

.bloc-gris .index-img1, .bloc-gris-2 .index-img2 {
	width: 100%;
	height: 400px;
}

.index-img1 {	
	margin-top: 30px;
	background-image: url(../gifs/index-img-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.index-img2 {
	margin-top: 30px;
	background-image: url(../gifs/index-img-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.content p.bouton_action {
    margin-top: 30px;
    margin-bottom: 5px;
}

/* colonne gauche */
.encart-avis {
	padding: 30px;
	margin:auto;
}

#avis {
	background: #fff!important;
	padding: 0!important;
}

.bloc-avis {
    box-shadow: none!important;
    border: none!important;
    border-radius: 0!important;
    background: #FCFCFC!important;
}

.account {
    flex-wrap: wrap;
}

.bouton_avis, #encart_actualite p.bouton2 a {
	background-color: #292929;
	color: #fff;
	width: 100%;
	font-weight: 600;
	padding: 10px 30px;
	display: block;
	margin: 30px auto;
	text-align: center;	
	border: solid 1px #292929;
	transition: all ease 0.3s;
}

.colonne_centre a.bouton_avis {
	color: #fff;
}

.colonne_centre a.bouton_avis:hover {
	color: #292929;
}

.bouton_avis:hover,#encart_actualite p.bouton2 a:hover {
	background-color: rgba(255, 255, 255, 0);
	color: #292929;
}

.actu-news {
	background-color: #F3F3F3;
}

/* ENCART ACTU */

.encart_actu {
	padding: 0;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}

.encart_actu div.titre_actu {
	margin-bottom: 10px;
	font-size: 1.5em;
}

.encart_actu ul li {
	margin: 0 auto 20px;
	padding: 20px;
	background: #fff;
}

.encart_actu li a {
	color: #292929;
	font-weight: 600;
}

.encart_actu li a:hover {
	color: #ffC323;
}

.actusVignette {
	display: block;
	margin: 0 auto 15px;
}

/* listing actus */
.container_actualite p.bouton2 {
	text-align: center;
}

.container_actualite p.bouton2 a {
	border: solid 1px #292929;
	color: #292929;
}

.container_actualite p.bouton2 a:hover {
	background-color: #292929;
	color: #fff;
}

/**** LOADER ****/

.enter {
	overflow: hidden;
}

.loader .logo {
	opacity: 0;
}

.loader .logo {
	position: fixed;
    top: 316px;
}

.loader {
	display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    z-index: 150;
	background: url(../gifs/bg-intro.jpg);
	background-size: cover;
	justify-content: center;
	background-position: center;
    align-items: center;
	flex-direction: column;
	transition: 3s;
}

.img-loader {
	color: #fff;
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	text-align: center;
	position: absolute;
    z-index: -1;
	top: -400px;
	left:0;
	right: 0;
    opacity: 0.5;
	transition: 2s;
	opacity: 1;
}

.img-loader::after {
	content: '';
	background-color: #762124;
	width: 25px;
	height: 4px;
	display: block;
	margin: 15px auto;
}

.bloc-load {
	position: fixed;
	bottom: -800px;
	color: #fff;
	right: 0;
	left: 30%;
	display: block;
	margin: auto;
	z-index: -2;
	transition: 1s;
}

.texte-intro {
	color: #fff;
	font-family: 'Asap', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	transition: 2s;
}

.texte-intro span {
	font-size: 60px;
	display: block;
}
.bloc-load2 {
	position: fixed;
	top: 215px;
	right: 0;
	left: 0;
	z-index: -2;
	transition: 2s;
}

.mouton {
	display: none;
}

@media screen and (max-width:374px) {
	.contact-tel {
		padding: 40px 20px;
	}
}

@media screen and (min-width:768px) {
	.texte-intro {
		font-size: 60px;
		line-height: 80px;
	}
	
	.texte-intro span {
		font-size: 120px;
	}

	.bloc-load {
		left: 40%;
	}

	.mouton {
		display: block;
		position: absolute;
		bottom: 0;
		right: -60px;
		transition: 2s;
	}
}

@media screen and (min-width:1024px) {
	.bloc-load {
		left: 45%;
	}

	.mouton {
		right: 10px;
	}
}

@media screen and (min-width:1280px) {
	.mouton {		
		right: 60px;
	}
}

/* tarifs */
/****** TABLEAU TARIFS *******/

.contain_tableau {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
}

table tr td {
	width: 10%;
	text-align: center;
	padding: 5px;
}

table tr td:first-child {
	text-align: left;
}

.tableau{
	width: 100%;
	padding: 15px;
	margin: 20px 0;
}

@media screen and (max-width: 1000px) {
	.tableau {
		width: 100%;
	}
}

.page-interne .content .clear_both {
	height: 30px;
}

@media screen and (max-width: 450px) {

	p.bouton_action {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.bouton_action a {
		padding: 5px 20px;
	}

	.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;
		padding-left: 10px;
	}

	.info_tel p.telephones a,
	.contact_header a.tel {
		cursor: default;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		outline: none;
	}

	.slider_slick {
		height: auto;
	}

	.imgLeft,
	.imgRight {
		max-width: none;
	}

	.formulaire_contact {
		padding: 0;
		border: none;
		background: none;
	}

	.formulaire_contact .form_left,
	.formulaire_contact .form_right {
		display: inline-block;
		width: 48.936249%;
		padding: 20px;
		border: 1px solid #dddddd;
		margin: 20px 0;
	}

	.formulaire_contact .form_left {
		float: right;
	}

	.formulaire_contact .form_left h2 {
		border: none;
		padding-top: 0;
		margin-top: 0;
	}

	/* ville + code postal */
	.cp_ville p {
		width: 40.425597%;
	}

	.cp_ville p+p {
		width: 57.446901%;
	}

	/* CONTACT ENCART ********************************************/
	.contact-tel a.tel {
		pointer-events: none;
	}

	.news * {
		width: auto;
	}

	.news #form_newsletter {
		width: 30%;
	}

	.footer_link {
		flex-direction: row;
	}
}

@media screen and (min-width: 600px) {


	.page-interne .ac-doubleColonne .ac-colonne img {
		width: auto;
		height: initial;
	}

	#relance ul {
		display: initial;
	}

	#relance ul li:first-child {
		margin-left: 0;
	}

	.index-page header {
		display: block;
		min-height: auto;
		background: none;
		padding: 0;
	}

	.index-page header section {
		background-color: none;
		padding: 0;
	}

	.histoire {
		display: none;
	}

	.logo img {
		margin: auto;
	}

	.baseline {
		margin-bottom: 0;
	}

	header .bouton {
		margin: 0 5px;
	}

	header .bouton a {
		width: 180px;
	}

	.slider_slick {
		display: block;
	}

	/* un peu d'histoire */
	body:not(.index-page) .lien-histoire {
		background: none;
	}
	.lien-histoire {
		display: block;
		font-family: 'Asap', sans-serif;
		font-size: 22px;
		background-color: #E9E9E9;
		padding: 30px;
		text-align: center;
	}

	.lien-histoire span {
		display: block;
	}

	.bouton_histoire a {
		font-family: 'Noto Sans JP', sans-serif;
		border-color: #292929;
		background: none;
		font-size: 16px;
		display: block;
		width: 200px;
		margin: auto;
	}

	.index-page .lien-histoire {
		display: block;
	}
	
	.header_topbar .header_centrage {
		justify-content: space-between;
	}

	.action {
		display: none;
	}

	.bouton {
		display: block;
	}

	/* CONTACT HEADER */
	.contact_header {
		display: flex !important;
		justify-content: center;
		align-items: center;
		padding-top: 5px;
		margin-bottom: 15px;
	}

	.contact_header a.tel {
		margin-right: 6px;
	}

	.block_contact {
		display: block;
	}

	.ac-doubleColonne {
		margin: 0 -12px;
	}

	.ac-doubleLeft,
	.ac-doubleRight,
	.ac-colonne {
		float: left;
		width: 50%;
		text-align: justify;
		padding: 0 12px;
	}

	.info_contact>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;
		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;
	}

	/* footer */
	.footer_centrage {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}

	.footer_link {
		flex-basis: 100%;
	}

	.footer_logo {
		margin: 0;
	}

	footer .adresse_footer, .footer_infos .tel {
		text-align: right;
	}

	.encart-img {
		height: 450px;
	}
}

@media screen and (min-width: 768px) {
	.content p.bouton_action {
		text-align: right;
		margin-top: 30px;
	}
	/*bloc-gris*/
	.bloc-gris .colonne_centre div {
		width: 48%;
	}

	.bloc-gris-2 .colonne_centre div {
		padding-left: 52%;
	}
	
	.bloc-gris .index-img1 {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		height: 100%;
		width: 48%;
	}

	.bloc-gris-2 .index-img2 {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		height: 100%;
		width: 48%;
	}

	/* bloc-2 */
	.bloc2, .bloc3 {
		padding: 0;
		justify-content: space-between;
	}

	.bloc3 {
		flex-direction: row-reverse;
	}
	.bloc2 div, .bloc3 div {
		width: 48%;
	}

	.bloc2 div:first-child {
		padding:30px 0 30px 30px ;
	}

	.bloc3 div:first-child {
		padding:30px 30px 30px 0;
	}

	.index-img1, .index-img2 {
		margin-top: 0;
	}

	.index-img1 {
		height: 810px;
		background-position: center;
	}

	.index-img2 {
		height: 950px;
		background-position: center;
	}
	
	.index-img1::after {
		content: url(../gifs/livre.png);
		position: absolute;
		width: 50%;
		right: 160px;
		bottom: 0;
		display: block;
	}

	.index-img2::after {
		content: url(../gifs/mouton.png);
		position: absolute;
		width: 50%;
		left: -30px;
		bottom: -15px;
		display: block;
	}

	/* encarts */
	.encarts {
		justify-content: space-between;
	}
	.encart {
		width: 24%;
	}
	.encart-img {
		height: 250px;
		padding: 10px;
	}

	.encart-hover {
		padding: 5px;
		font-size: 12px;
	}

	.logo_rappel img {
		max-width: 20%;
	}

	.rappel_telephonique .logo_rappel {
		width: 50%;
	}

	/* colonne_gauche */
	.bouton_avis, #encart_actualite p.bouton2 a {
		width: 300px;
		margin: auto;
	}

	.lien-acces {
		width: 200px;
		margin: auto;
	}

	.actu-news .colonne_centre {
		display: flex;
		justify-content: space-between;
	}

	.les-actus, .news {
		width: 48%;
	}

	.news {
		padding: 0;
	}

	.news #form_newsletter {
		width: 80%;
	}

	.infos-acces {
	left: 0;
    right: 0;
    top: 100px;
    bottom: auto;
    width: 80%;
    margin: auto;
	}

	.infos-acces span {
		display: inline;
	}

	.lien-acces {
		margin: 20px auto 0;
	}

	/* contact-tel */
	.contact-flex {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.contact-tel {
		padding: 30px;
		position: relative;
	}

	.contact-tel a,.contact-tel a.tel {
		margin: 20px 20px 0;
		display: block;
	}	

	/* relance */
	#relance ul li {
		margin-right: 20px;
	}

	/* listing actus */
	.page-interne .colonne_centre .container_actualite p.bouton2 {
		text-align: right;
	}

	.recherche_actu form {
		text-align: center;
	}

	/* galerie */
	.galerie-center a.lightbox {
		width: 20%;
	}

	/* plan du site */
	.plan-site .page_contact {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.plan-site .page_contact #fil_ariane, .plan-site .page_contact h1 {
		flex-basis: 100%;
	}
} 

@media screen and (min-width: 810px) {

	.bloc_intro_left {
		width: 50%;
	}
	
	.bloc_intro_right {
		width: 50%;
	}

	.index-page header {
		min-height: initial;
		display: block;
	}

	.page-interne .header_centrage,
	.contact-page .header_centrage,
	.plan-site .header_centrage {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.top_bar li ul {
		left: auto;
		width: auto;
	}

	.top_bar li ul li {
		right: auto;
	}

	.menu {
		transform: translateY(0%);
	}

	.menu li {
		opacity: 1;
	}

	.menu li a.selected,
	.menu li a:hover {
		color: #762124;
	}

	.bouton {
		display: block;
	}

	.info_contact {
		display: flex;
		justify-content: space-around;
		align-items: end;
	}

	.block_contact .info_contact>div>div:before {
		text-align: left;
	}

	.page-offline .colonne_centre {
		width: 40%;
	}

	body {
		font-size: 16px;
	}

	#fil_ariane {
		text-align: center;
	}

	.slide_container {
		left: 20%;
		right: auto;
		margin: 0;
	}

	.no_mobile {
		display: inline-block;
	}

	/****************************************************************************** STICKY */
	.sticky {
		display: block;
		position: fixed;
		top: -100%;
		z-index: 100;
		width: 100%;
		background: rgb(255, 255, 255);
		transition: 0.5s;
	}

	.sticky .header_content {
		background-color: #f3f3f3;
	}

	.sticky .header_topbar {
		display: none;
	}

	.sticky .logo {
		width: 100px;
		margin: 0;
	}

	.sticky .top_bar li a {
		font-size: 15px;
	}

		.sticky .menu li a {
		padding: 5px 10px;
		font-size: 1em;
	}

	.sticky.js-scroll {
		top: 0;
	}

	.sticky .contact_header {
		margin: 15px 0;
		padding: 0;
	}

	.sticky .header_centrage {
		padding: 0 20px;
		align-items: center;
	}

	.sticky .contact_header a.tel {
		margin-right: 20px;
	}

	.sticky .bouton a {
		margin: 10px;
	}

	/****************************************************************************** BOUTON D ACTION */
	p.bouton {
		text-align: right;
	}

	/****************************************************************************** HEADER */
	header section {
		margin: auto;
		padding: 0;
	}

	.header_centrage {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		padding:0 30px
	}

	.header_centrage div{
		flex-basis: 100%;
	}

	.bouton_acces {
		color: #762124;
		font-weight: bold;
	}

	.bouton_acces:hover {
		color: #FFC323;
	}

	.infos_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.adresse_header {
		margin-left: 5px;
		text-align: right;
	}

	.logo {
		width: 180px;
	}

	.logo img {
		margin: 0;
	}

	/* un peu d'histoire */
	.slider_slick {
		position: relative;
	}

	header {
		position: relative;
	}

	.lien-histoire {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 250px;
		background:rgba(0, 0, 0, 0.3);
		color: #fff;
		z-index: 10000;
		width: 70%;
		margin: auto;
		padding: 10px;
		font-size: 18px;
	}

	.bouton_histoire {
		margin-top: 15px;
	}

	.bouton_histoire a {
		background-color: #fff;
		border-color: #fff;
	}

	

	.footer_centrage {
		display: flex;
		-ms-display: flex;
		justify-content: space-between;
		align-items: center;
	}

	/* footer */

	.footer_logo {
		margin: 0;
		padding: 0;
	}

	.footer_link {
		flex-direction: column;
		background: none;
		flex-basis: 30%;
		margin-right: 15px;
	}

	.footer_logo {
		flex-basis: 30%;
		height: 100px;
	}

	.footer_logo img {
		margin: 0;
		height: 100%;
	}

	.bouton_footer {
		width: 100%;
		color: #292929;
		text-align: right;
		padding: 2px 0;
	}

	.bouton_footer, footer .adresse_footer {
		font-size: 12px;
		line-height: 18px;
	}

	.bouton_footer:hover {
		opacity: 0.8;
	}

	footer .adresse_footer, .footer_infos .tel {
		text-align: center;
	}

	.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: #fff;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		border-bottom: solid 0.5px rgba(0, 0, 0, 0.25);
	}


	.menu ul {
		text-align: center;
	}

	.menu li a {
		position: relative;
		font-size: 1.3em;
		color: #292929;
		font-family: 'Asap', sans-serif;
		font-weight: 500;
	}

	/****** SI MENU HORIZONTAL ******/
	.menu li {
		display: inline-block;
		position: static;
		border-bottom: none;
		text-align: left;
	}

	.menu li.sous_menu>a:after {
		margin-left: 5px;
		content: '\e040';
		font-family: 'iconic';
		display: inline-block;
	}

	.menu li.main span.derouler {
		display: none;
	}

	.menu ul li.sous_menu .dropdown {
		display: none;
		position: absolute;
		top: auto;
		right: 0;
		left: 0;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		background: #bb3e13;
		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;
	}

	/****** 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;
	}

	.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, .top_bar li.close_menu {
		display: none;
	}

	.menu li.sous_menu ul li a {
		text-align: left;
		font-size: 1em;
	}

	/* .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 CENTRE */

	.colonne_centre {
		display: block;
		position: relative;
		width: 90%;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.colonne_centre p {
		line-height: 30px;
	}

	.page-interne .colonne_centre p {
		text-align: justify;
	}

	.page-interne h2 {
		margin-bottom: 30px;
		text-align: left;
	}

	.page-interne .intro {
		margin: 50px 0;
	}

	/****************************************************************************** FOOTER */

	footer {
		padding: 15px 0;
		text-align: left;
	}

	footer section {
		margin: auto;
	}

	.adresse_footer {
		display: block;
		float: left;
	}

	.navigation {
		cursor: pointer;
		color: #000;
	}

	/* footer box */
	.black {
		display: none;
		z-index: 10;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../gifs/black.png) repeat;
	}

	.close {
		display: block;
		position: absolute;
		top: -10px;
		right: -10px;
		width: 28px;
		height: 29px;
		background: url(../gifs/close.png) no-repeat;
		cursor: pointer;
	}

	#navigation_frame {
		display: none;
		z-index: 70;
		position: fixed;
		top: 20%;
		left: 50%;
		width: 770px;
		margin-left: -395px;
		padding: 10px;
		background: #fff;
	}

	#navigation_frame a {
		color: #000;
	}

	#navigation_frame a:hover {
		text-decoration: underline;
	}

	.lien_footer {
		display: table;
		width: 100%;
		border-spacing: 5px;
	}

	/* logo footer */
	#navigation_frame ul {
		display: table-cell;
	}

	#navigation_frame ul li.sousLi {
		margin-left: 3px;
		padding-left: 3px;
		border-left: 1px solid #5e5e5e;
	}

	a.logo_footer {
		display: table-cell;
		width: 200px;
		background: url(../gifs/logo.png) center/contain no-repeat;
	}

	a.logo_footer:hover {
		opacity: 0.7;
	}

	.page-404 .colonne_centre {
		display: flex;
		-ms-display: flex;
		justify-content: center;
		align-items: center;
	}

	.img-404,
	.right-404 {
		display: inline-block;
	}

	.img-404 {
		transform: translate(0px, -100px);
		position: relative;
		width: 45%;
	}

	.right-404 {
		width: 55%;
	}

	.title-404 {
		font-size: 15em;
		text-align: right;
	}

	.bouton-404 {
		text-align: left;
	}
}

@media screen and (min-width: 960px) {
	.header_centrage,
	.footer_centrage {
		margin: 0 auto;
	}

	#navigation_frame {
		width: 920px;
		margin-left: -470px;
	}

	.lien_footer {
		border-spacing: 15px;
	}

	.adresse_header {
		font-size: 14px;
		line-height: 24px;
		order: 2;
	}

	.logo {
		width: 120px;
		order: 0;
	}

	.contact_header a.tel {
		font-size: 1.5em;
	}

	.header_centrage div {
		flex-basis: inherit;
		order: 1;
	}

	.lien-histoire {
		bottom: 30%;
		padding: 30px;
	}

	.bouton_histoire a {
		background: none;
		border: solid 1px #fff;
		color: #fff;
		font-weight: normal;
	}

	.bouton_histoire a:hover {
		border: solid 1px #fff;
		background: #fff;
		color: #292929;
	}

	.menu li a {
		padding: 10px 8px;
		font-size: 1em;
	}

	.bouton_footer,footer .adresse_footer {
		font-size: 14px;
		line-height: 21px;
	}
}

@media screen and (min-width:1024px) {
	
	.header_centrage {
		align-items: flex-start;
		padding: 20px;
	}

	.lien-histoire {
		bottom: 180px;
		padding: 0;
		background: none;
		font-weight: bold;
		font-size: 22px;
		width: 80%;
	}

	body:not(.index-page) .lien-histoire {
		top: auto;
		left: 50px;
		right: auto;
		padding: 0;
		text-align: left;
		bottom: 250px;
		width: 40%;
	}

	body:not(.index-page) .lien-histoire span {
		display: inline;
	}

	body:not(.index-page) .bouton_histoire {
		text-align: left;
	}

	body:not(.index-page) .bouton_histoire a {
		display: inline-block;
	}

	.logo {
		width: 230px;
	}

	.logo img {
		margin: auto;
	}

	.slider_slick {
		z-index: -1;
		margin-top: -100px;
	}

	.index-page header section {
		background: none;
	}

	.adresse_header {
		margin-top: 15px;
	}	

	.contact_header a.tel {
		font-size: 1.8em;
	}	

	.header-interne {
		margin-top: -60px;
	}

	.index-page .content {
		padding-top: 60px;
	}

	.content {
		padding-top: 20px;
	}

	/*bloc-gris*/
	.bloc-gris .colonne_centre, .bloc-gris-2 .colonne_centre, .actu-news .colonne_centre {
		padding: 30px 0;
	}

	.actu-news .colonne_centre {
		margin-bottom: 0;
	}

	.index-img1::after {
		bottom: -60px;
	}

	.bloc4 {
		margin-top: 60px;
	}

	/* encarts */
	.encarts {
		margin-top: 30px;
	}
	.encart-hover {
		padding: 5px;
		font-size: 14px;
	}

	/* colonne_gauche */
	.encart_actu ul li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.encart_actu ul li div.actu-flex {
		width: 48%;
	}

	.bouton_avis, #encart_actualite p.bouton2 a {
		padding: 5px 30px;
	}

	#encart_actualite p.bouton2 a {
		margin-right: 0;
	}

	.map-labels {
		display: flex;		
	}

	.acces {
		width: 60%;
	}

	.labels {
		width: 40%;
		align-items: center;
		padding: 60px 30px;
	}

	.infos-acces {
		top: 110px;
		width: 90%;
	}

	/* contact-tel */
	.contact-tel::after {
		content: url(../gifs/mouton-jaune.png);
		position: absolute;
		display: block;
		right: 0;
		bottom: -10px;
	}

	/* infos pratiques */
	.horaires {
		width: 600px;
		margin-right: 30px;
	}

	/*footer */
	footer {
		padding:  0; 
	}

	
}

@media screen and (min-width: 1100px) {

	/****************************************************************************** MENU FIXE */

	.header_content {
		z-index: 9999;
		width: 100%;
	}

	body:not(.index-page) header {
		width: 100%;
		display: block;
		height: auto;
	}

	body:not(.index-page) .header_content {
		width: 100%;
		display: block;
		height: auto;
	}

	body:not(.index-page) header .menu {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
		transition: .5s;
	}

	.lien-histoire {
		font-weight: normal;
		width: 50%;
	}

	.menu li a {
		padding: 15px;
		font-size: 1.6em;
	}

	.contact_header a.tel {
		font-size: 2em;
	}

	header .bouton a {
		width: 180px;
		margin: 10px 20px;
	}

	.lien-histoire {
		bottom: 250px;
	}
}

@media screen and (min-width: 1280px) {
	.sticky .menu li a {
	    padding: 5px 15px;
		font-size: 1.2em;
	}
	
	.colonne_centre {
		max-width: 1200px;
	}

	.header_centrage,
	.footer_centrage {
		width: 1200px;
	}

	.header_centrage {
		transition: .5s;
	}

	header .bouton a {
		width: 180px;
		margin: 10px 20px;
	}

	.menu li a {
		padding: 15px 10px;
		font-size: 1.3em;
	}

	body:not(.index-page) .lien-histoire {
		/* bottom: 160px;		 */
		bottom: 220px;
		left: 60px;
	}

	body:not(.index-page) .lien-histoire span {
		display: block;
	}

	body:not(.index-page) .header_centrage {
		padding: 15px 0 0;
		align-items: flex-start;
	}

	body:not(.index-page) .sticky .header_centrage {
		padding: 0 0;
	}

	.header-interne {
		margin-top: -90px;
	}

	.index-img1::after {
		right: 100px;
		bottom: -120px;
	}

	.index-img2::after {
		left: -80px;
	}

	/* encarts */
	.encarts {
		margin-top: 60px;
	}

	.encart-img {
		padding: 20px;
		height: 350px;
		background-position: center;
	}

	.encart-hover {
		font-size: 16px;
	}

	/* colonne_gauche */
	.labels div {
		width: 48%;
		text-align: center;
	}

	.news #form_newsletter {
		width: 60%;
	}

	.labels {
		padding: 60px;
	}

	.actusVignette {
		margin: 0;
	}

	.encart_actu ul li div.actu-flex:nth-child(1) {
		width: 200px;
	}

	.encart_actu ul li div.actu-flex:nth-child(2) {
		width: 55%;
	}

	.galerie-center a.lightbox {
		width: 15%;
	}
}

@media screen and (min-width:1680px) {
	.header_centrage, .footer_centrage {
		width: 1480px;
	}

	.colonne_centre {
		max-width: 1480px;
	}

	.menu li a {
		padding: 20px 18px;
		font-size: 1.5em;
	}

	.lien-histoire {
		/* bottom: 180px; */
		bottom: 240px;
	}

	body:not(.index-page) .lien-histoire  {
		left: 100px;
	}

	.index-img1::after {
		right: 30px;
		bottom: -110px;
	}

	.index-img2::after {
		left: -30px;
	}

	.infos-acces {
		width: 60%;
	}

	/* colonne_gauche */
	
	.encart_actu ul li div.actu-flex:nth-child(2) {
		width: 65%;
	}

	/* galerie */
	.galerie-center a.lightbox {
		width: 14%;
	}
}

@media screen and (min-width:1920px) {
	

	.labels {
		padding: 60px 15% 60px 60px;
	}
}


.btn-adhesion {
	text-align: center;
    margin: 60px 0;
}

@media screen and (min-width:768px) {
	.btn-adhesion {
		margin: 30px 0 20px;
	}
}

.btn-adhesion a {
	background: #762124;
	color: #fff;
	border: 1px solid #762124;
	padding: 15px 20px;
	transition: .3s;
}

.btn-adhesion a:hover {
	background: transparent;
	color: #762124;
	border: 1px solid #762124;
}

.message {
    background: #FFC323;
    padding: 47px 30px;
    text-align: center;
    color: #000;
    font-size: 1.3rem;
	font-weight: bolder;
} 

.conferences-et-ateliers- .message,
.association-des-amis-du-chateau .message,
.vie-du-chateau .message,
.galerie-photos- .message,
.actualites-listing .message,
.contact-page .message {
	display: none;
}