/*---------------------------------*/
/*BASE STRUCT*/
/*---------------------------------*/

:root
{
	/*COLORS*/
	--primary-color: #006e6b;
	--secondary-color: #af9461;
	--tertiary-color: #433c3a;
	--back-color: #fff;
	--secondary-back-color: #222;
	--text-color: #000;
	--shadow-color: #9e9e9e;
	/*FONTS*/
	--discret-color: #f9f9f9;
	--font-big: 36px;
	--font-medium: 26px;
	--font-regular: 17px;
	--font-big-title:NexaRust ,sans-serif;
	--font-title:Nixie-One ,sans-serif;
	--font-subtitle: Raleway,sans-serif;
	--font-text: MontserratLight,sans-serif;
}

/*GLOBAL*/

@font-face {
    font-family: 'NexaRust';
    src: url('../fonts/NexaRustSlab-BlackShadow01.eot');
    src: url('../fonts/NexaRustSlab-BlackShadow01.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NexaRustSlab-BlackShadow01.woff2') format('woff2'),
         url('../fonts/NexaRustSlab-BlackShadow01.woff') format('woff'),
         url('../fonts/NexaRustSlab-BlackShadow01.ttf') format('truetype'),
         url('../fonts/NexaRustSlab-BlackShadow01.svg#NexaRustSlab-BlackShadow01') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Nixie-One';
    src: url('../fonts/NixieOne.eot');
    src: url('../fonts/NixieOne.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NixieOne.woff2') format('woff2'),
         url('../fonts/NixieOne.woff') format('woff'),
         url('../fonts/NixieOne.ttf') format('truetype'),
         url('../fonts/NixieOne.svg#NixieOne') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
  overflow: hidden;
  overflow-y: auto;
  font-size: var(--font-regular);
  font-family: var(--font-text), sans-serif;
  color: var(--text-color);
  background-repeat: no-repeat, no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

body.mright{margin-right:260px;margin-left:-260px;}
body.mleft{margin-left:260px;margin-right: -260px;}

.pagenotfound #xcontent
{
	padding: 150px!important;
}

.tc_content ul, .tc_content ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tc_content ul li
{
	box-sizing: border-box;
	list-style-type: disc;
	margin-left: 40px;
}
.tc_content ol li 
{
	box-sizing: border-box;
	list-style-type: decimal;
	margin-left: 40px;
}

script{
	display:none !important;
}

#xlogo{
	position: relative;
}

.addr {color: rgba(0,0,0,0.5);line-height: 1.3;}

h1, h2, h3, h4, h5, h6 
{
	line-height: 120%;
	font-family: var(--font-subtitle), sans-serif;
}

h1, .home h2
{
	font-family: var(--font-title), sans-serif;
}

h1{font-size: var(--font-big);letter-spacing: 0.01em;}
.nohome h2{font-weight: normal;}
h3{font-size: var(--font-medium);}
h4{font-size: 1.8vw;}
h5{font-size: 1.4vw;}
h6{font-size: 1.1vw;}

.article_content h1{
	margin: 10px 20px;
}

.article_content .tc_content ul li,
.article_content .tc_content ol li {
	margin-left: 30px;
	line-height: 30px;
	text-align: left;
}

.wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto !important;
	z-index: 0;
	max-width: 1140px;
}

/***************************************************************************/
/*BASE STYLES*/
/***************************************************************************/

.centered {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: initial;
	-ms-transition: initial;
	-o-transition: initial;
	transition: initial;
}

img.cover{
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
}


img.responsiveimg{
	width: 100%;
	height: 100%;
	height: auto;
}

.fullheight{
	max-height: 100%;
	height: 100%;
}

/*text align*/
.tar{text-align: right;}
.tal{text-align: left;}
.tac{text-align: center;}

/*clearfix*/
.clearboth {clear: both;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { height: 1%; }
.clearfix {display: block;}


/*BASE MISE EN FORME*/
.page article ul 
{
	font-family: var(--font-text), sans-serif;
}
.page article ul li {
	line-height: 150%;
	list-style-type: disc;
}
.page article ul li a {
	text-decoration: none;
	/* border-bottom: 1px dashed #999; */
	/* color: var(--text-color); */
	/* font-size: 1.2em; */
}

.page article ul li ul{
	margin: 10px;
}

.page article p {
	line-height: 1.6;
	margin-bottom: 10px;
	font-family: var(--font-text), sans-serif;
	text-align: left;
}

.page_nos-solutions article a:hover {
	text-decoration: none;
	background: #786c5d;
}

.page table{
	width:100%;
}

.page h1{
	line-height: 140%;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px;
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 5px 15px;
	max-width: 90%;
	z-index: 9;
	font-family: var(--font-title);
	/* text-transform: uppercase; */
}

.page h2{
	line-height: 140%;
	padding: 10px 0 5px;
	margin-bottom: 15px !important;
	position: relative;
	font-size: var(--font-medium);
	text-align: center;
	position: relative;
	z-index: 2;
}

.page h3{line-height: 140%;margin: 16px 0px;font-size: 1.3em;text-align: left;font-weight: initial;}
.page h4{line-height: 140%;padding: 0 10px;}
.page h5{line-height: 140%; padding: 0 10px;}
.page h6{line-height: 140%; padding: 0 10px;}

.page h1 a {
	text-decoration: none;
	color: var(--text-color);
}

.page h3 a {
	text-decoration: none;
	color: var(--text-color);
}

.page h4 a {
	text-decoration: none;
	color: var(--text-color);
}

.page h5 a {
	text-decoration: none;
	color: var(--text-color);
}

.page h6 a {
	text-decoration: none;
	color: var(--text-color);
}

/* COLONNAGE */
div.contentSeparation-2 {column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; }
div.contentSeparation-3 {column-count: 3; -webkit-column-count: 3; -moz-column-count: 3; }
div.contentSeparation-4 {column-count: 4; -webkit-column-count: 4; -moz-column-count: 4; }

@media screen and (max-width: 1140px) {
	div.contentSeparation-2,
	div.contentSeparation-3,
	div.contentSeparation-4 {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}
}
@media screen and (max-width: 780px) {
	div.contentSeparation-2,
	div.contentSeparation-3,
	div.contentSeparation-4 {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
}

/* HABILLAGE D'IMAGE */
.alignright {float: right; }
.aligncenter {margin: 32px auto;display: block;}
.alignnone {display: block;max-width: 100%;}



/* Reset flex */
.noflex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: block;
	-webkit-box-orient: initial;
	-webkit-box-direction: initial;
	-webkit-flex-direction: initial;
	-ms-flex-direction: initial;
	flex-direction: initial;
}

/*GLOBAL INPUT LIB*/
input:-moz-read-only { /* For Firefox */
	background-color: #eee;
}

input:read-only {
	background-color: #eee;
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 2px 1em;
	max-width: 350px;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.9em 0.2em 0.5em;
	line-height: 140%;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	-webkit-appearance: none;
	/* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	padding: 0 1em;
	width: 40%;
	color: #cac7e0;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding-top: 6px;
	width: 100%;
	font-size: 1.2em;
}


/* [SEARCH] Makiko */
.input--makiko {
	overflow: hidden;
	background: #e8e8e8;
	margin: 0;
	width: 100%;
	max-width: inherit;
}

.input__field--makiko {
	width: 100%;
	background: transparent;
	color: #797693;
	z-index: 10;
	padding: 0;
	font-weight: 500;
	font-size: 0.9em;
	padding: 0.5em 1em;
	box-sizing: border-box;
	line-height: 1em;
	border: 1px solid #ddd;
}

.input__label--makiko {
	position: absolute;
	width: 100%;
	text-align: left;
	pointer-events: none;
	color: #b5b5b5;
	line-height: 33px;
}

.input__label--makiko::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0.3em;
	right: 30px;
	background: url(../images/search.svg) no-repeat center center;
	background-size: 100%;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7,0,0.3,1);
	transition: transform 0.4s cubic-bezier(0.7,0,0.3,1);
}

.input__label-content--makiko {
	display: block;
	padding-top: 0;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7,0,0.3,1);
	transition: transform 0.4s cubic-bezier(0.7,0,0.3,1);
}

.input__field--makiko:hover + .input__label--makiko::before,
.input--filled .input__label--makiko::before {
	-webkit-transform: scale3d(140, 140, 1);
	transform: scale3d(140, 140, 1);
}

.input__field.onsearch{
	background: url(../images/loading-search.svg) right center no-repeat;
}

/* [LOGIN] Hoshi */
.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
	margin-top: 0.0em;
	box-sizing: border-box;
	width: 100%;
	background: transparent;
	color: #d0d0d0;
	font-size: 1.1em;
	text-shadow: 0 2px 3px #7968ff, 0px -2px 3px #222222;

}

.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0.25em;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--hoshi {
	position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
	margin-top: 2px;
	border-bottom: 4px solid red;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.input__label--hoshi-color-1::after {
	border-color: #7968ff;
}

.input__label--hoshi-color-2::after {
	border-color: #00ffaa;
}

.input__label--hoshi-color-3::after {
	border-color: #ff5500;
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-hoshi 0.3s forwards;
	-moz-animation: anim-hoshi 0.3s forwards;
	-ms-animation: anim-hoshi 0.3s forwards;
	-o-animation: anim-hoshi 0.3s forwards;
	animation: anim-hoshi 0.3s forwards;
}

@-webkit-keyframes anim-hoshi {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-hoshi {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -70%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -90%, 0);
	}
}



/*GLOBAL BUTTON*/
.discover{
    position: absolute;
    bottom: 160px;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    padding: 13px 40px !important;
    border: 2px solid #fff !important;
    color: var(--text-color);
    text-decoration: none;
    font-size: 1.3em;

}

body.mobile .discover{
	display:none;
}

.button {
	text-decoration: none;
	padding: 15px 30px;
	margin: 6px;
	cursor: pointer;
	-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;
	box-sizing: border-box;
	display: inline-block;
	font-family: var(--font-subtitle), sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: var(--primary-color);
	color: var(--back-color);
}


.button.big {
	margin-left: 0px;
	-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;
	display: inline-block;
	box-sizing:border-box;
}

.button.big:hover,
.button.big:active,
.button.big:focus{
	color: var(--text-color)!important;
}

.bigicone {
	font-size: 1.6em !important;
	padding-left: 0;
	padding-right: 0.1em;
}

/* Toogle Bt Agence */
.toogleSlideBloc{
	margin: 20px;
}

.toogleSlideBt {
	display:block;
	font-size: 20px;
	padding: 26px 10px 26px 88px;
	color: var(--text-color);
	background-color: var(--back-color);
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

.toogleSlideBt:before{
	content: "";
	display: block;
	background-image: url(../images/icons/envelope.svg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 5px;
	height: 60px;
	width: 60px;
}

.toogleSlideBt:hover{
	color: var(--primary-color);
}

.toogleSlideContent{
	background: #f0f0f0;
	line-height: 120%;
}

/*---------------------------------*/
/* HEADER BAR */
/*---------------------------------*/
#headbar {
	background: #000;
	color: #666;
}

/* ---------------------- */
/* CEKOME-SOCIAL */
/* ---------------------- */
.sharesocialhead{
    text-align: right;
    text-decoration: underline;
    color: #666;
    display: inline-block;
    font-size: 16px;
    vertical-align: baseline;
    line-height: 45px;
}
.socialdiv {
	text-align: right;
	color: rgba(0,0,0,0.4);
}
.share-buttons {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	display: inline-block;
	margin-top: 6px;
}

.share-buttons a {
	display: inline-block;
	/* margin: 2px 13px; */
	cursor: pointer;
}
.share-buttons a svg {
	height: 35px;
	fill: var(--secondary-color);
	-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;
	padding: 10px 0;
}
.share-buttons a svg + a svg{
  background:#8a3ab9;
}
.share-buttons a:hover svg {
	fill: var(--primary-color);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}



.share-buttons img {
	width: 17px;
	padding: 4px 1px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.share-buttons img:hover {
	filter: hue-rotate(180deg);
	-webkit-filter: brightness(40%) sepia(100%) hue-rotate(160deg) saturate(160%);
	-moz-filter: brightness(40%) sepia(100%) hue-rotate(160deg) saturate(160%);
	-o-filter: brightness(40%) sepia(100%) hue-rotate(160deg) saturate(160%);
	-ms-filter: brightness(40%) sepia(100%) hue-rotate(160deg) saturate(160%);
}

.headsocial{
    width: 100%;
    display: block;
    text-align: right;
    padding: 0 0 50px 0px;
    box-sizing: border-box;
}

/*MENU HEADER*/
.ckinfo{
    height: 100%;
    display: none;
    background: url(../images/icons/info_contact.svg) center center no-repeat;
    cursor: pointer;
    background-size:72px;
}
.ckinfo-toogle{
	display: none;
	background: url(../images/icons/info_contact.svg) center center no-repeat;
}

.namehead{
    background: #fff;
    margin: 10px 10px 0 10px;
    padding: 10px !important;
    text-align: center;
    font-family: var(--font-title), sans-serif;
    color:#f52557;
    font-size: 22px;
}
.namehead img{
  max-width: 130px;
  height:auto;
  display: block;
  margin:0 auto;
}
.adressehead p{
  font-size:12px;
  margin:10px 0;
}
.maphead,
.telhead,
.socialhead{
	margin: 0;
	padding: 0 10px !important;
}


.maphead #map_canvas{
	height: 160px;
}


#xnav 
{
	position: relative;
	z-index: 24;
}
.menuheadbar {
	float: left;
	margin: 0px 5px;
	font-family: var(--font-text), sans-serif;
}

.menuheadbar li {
	display: inline-block;
	padding: 7px 5px;
	border-left: 1px dotted #786c5d;
}

.menuheadbar li a {
	color: #bbb;
	text-decoration: none;
	font-size: 0.8em;
}

.menuheadbar li a:hover {
	text-decoration: underline;
	color: #ddd;
}

.top-header
{
	padding: 0 10px !important;
	text-align: right;
}

/*---------------------------------*/
/* HEADER */
/*---------------------------------*/

#xheader{
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	width: 100%;
}

#xheader.mright{right:260px;left:-260px; }
#xheader.mleft{left:260px;right: -260px;}



.adressehead{
		font-family: var(--font-text), sans-serif;
    color: #ababab;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
}

/*-----------HEADER------------*/
.logoCta
{
	max-height: 175px;
}

#xheader .phonea.hide::after, #xheader .phonea.show::after
{
	display: none!important;
}

#xheader .tellink, #openHoraire
{
	position: relative;
	padding: 0px;
}

#xheader .addressInfo, #xheader .tellink a
{
	padding: 0px 45px!important;
	cursor: pointer;
}

.addressInfo:after, .tellink::after, #openHoraire::after
{
	box-sizing: border-box;
}

#xheader .share-buttons a svg
{
	padding:0px;
}

#xheader .share-buttons
{
	margin-top:0px;
	margin-right:0px;
}

/*HEADER LOGO*/
#xlogo a {
	width: 100%;
	position: relative;
	display: block;
	text-align: center;
}

#xlogo a img{
    width: 100%;
    max-width: 250px;
    background-color: var(--back-color);
    box-sizing: border-box;
    padding: 0 13px 13px 13px;
    margin: -30px 0 -94px 0;
    position: relative;
    z-index: 10;
    border-radius: 20px;
}
#logo {
	width: 250px;
	max-width: 100%;
}

#xheader .tellink{
	background-repeat:no-repeat;
}

#xheader .tellink a{
    line-height: 20px;
    background: none;
    color: var(--text-color);
    text-decoration: none !important;
    border: #786c5d;
    text-align: center;
}
#xheader .hero-menu a{
	max-width: fit-content;
	margin: auto;
	font-size: 1em;
	text-decoration: none;
}

#xheader .hero-menu a:hover,#open-horaires:hover
{
	text-decoration:underline;
}

#xheader .hero-menu .menuprimary a{
	padding: 20px;
}

#xheader .phonea.hide{
	text-decoration:underline;
	text-align: right;
	padding-right: 0px!important;
}

#xheader .fusible {
	display: flex;
	justify-content: flex-end;
}
#xheader .header-address{
  background-repeat: no-repeat;
  background-position: left center;
  color: var(--text-color);
  line-height: 2;
  font-size: 15px;
  box-sizing: border-box;
  display: inline-block;
  margin: 4px 10px 4px auto;
  flex: initial;
  width: 100%;
}

#xheader .header-address li{
	display: inline-block;
	width: 100%;
}

#xheader .header-address li strong{
	color: #786c5d;
}
#xheader .header-address li a{
	text-decoration: none;
	color: var(--text-color);
	font-size: 17px;
}

#xheader .header-phone
{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	line-height: 1.5;
	font-size: 16px;
	box-sizing: border-box;
	max-width: 200px;
	border-left: 6px solid #ccc;
}

#xheader .header-phone li{
    padding: 2px;
}

.header-phone a
{
	text-decoration: none;
}

.header-phone a:hover
{
	text-decoration: underline;
}

#xheader .header-horaires
{
	background:url(../images/icons/clock.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px;
	padding-left: 31px;
	line-height: 1.5;
	text-align: left;
	font-size: 16px;
	box-sizing: border-box;
}

.header-horaires a
{
	text-decoration: none;
}

.header-horaires a:hover
{
	text-decoration: underline;
}

#onscreen{
	position:relative;
	z-index:2;
	font-family: var(--font-text), sans-serif;
}
.tellink{
	position:relative;
	z-index:2;
	display: inline-table;
	padding: 12px 0;
}

.tellink a{
    text-decoration: none;
    position: relative;
    line-height: 30px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 0);
    -moz-transition: all 0.3s cubic-bezier(1, 0, 0, 0);
    -o-transition: all 0.3s cubic-bezier(1, 0, 0, 0);
    transition: all 0.3s cubic-bezier(1, 0, 0, 0);
}

#hotel-cta #xform {
	color: var(--back-color);
	padding: 50px 0;
	margin-bottom: -140px;
	height: auto;
}
#hotel-cta .tellink a, #hotel-cta .button.btn-cta {
	font-weight: normal !important;
	font-family: var(--font-subtitle), sans-serif;
	text-transform: uppercase;
	padding: 15px;
	padding-right: calc(50px + 25px);
	position: relative;
}

/*---------------------------------*/
/* Icones after										 */
/*---------------------------------*/

.icocontact:after {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	background-size: 100%;
	position: absolute;
	left: 10px;
	top: 6px;
	background-image: url(../images/icons/mail.svg);
}

.phonea.show:after,
.phonea.hide:after{
	content: "";
	background:url(../images/icons/phone.svg);
	display: block;
	width: 36px;
	height: 36px;
	background-size: 100%;
}

.adresseIco:after
{
	content: "";
	background:url(../images/icons/map.svg);
	display: block;
	width: 24px;
	height: 24px;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
}

.telIco:after
{
	content: "";
	background:url(../images/icons/phone.svg);
	display: block;
	width: 24px;
	height: 24px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#openHoraire:after 
{
	content: "";
	background: url(../images/icons/clock.svg);
	display: block;
	width: 24px;
	height: 24px;
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}

#xheader .adresseIco, #xheader .telIco, #xheader #openHoraire, #xheader .lang, #xheader .share-buttons
{
	position: relative;
	padding: 0px 0px 0px 14px;
}

.adresseIco:after,.telIco:after,#openHoraire:after 
{
	display: inline-block;
}

/*---------------------------------*/
/* ckslider */
/*---------------------------------*/

.cksliderwrap{
	width: 100%;
	position:relative;
}

.ckslider {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	/* overflow: hidden; */
}

@keyframes ckslide {
	0% { -webkit-transform:translateX(0); transform:translateX(0); }
	100% { -webkit-transform:translateX(-100%); transform:translateX(-100%); }
}


@keyframes cksliderev {
	0% { -webkit-transform:translateX(-100%); transform:translateX(-100%); }
	100% { -webkit-transform:translateX(0); transform:translateX(0); }
}

@-webkit-keyframes ckslide {
	0% { -webkit-transform:translateX(0); transform:translateX(0); }
	100% { -webkit-transform:translateX(-100%); transform:translateX(-100%); }
}


@-webkit-keyframes cksliderev {
	0% { -webkit-transform:translateX(-100%); transform:translateX(-100%); }
	100% { -webkit-transform:translateX(0); transform:translateX(0); }
}


.ckslidercontrols{
    top: 30px;
}

.ckslidercontrols .prev,
.ckslidercontrols .next{
	position: absolute;
	top: 50%;
	transform: translateY(-51%);
	-webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.3s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.3s cubic-bezier(1, 0, 0, 0);
	transition: all 0.3s cubic-bezier(1, 0, 0, 0);
	height: 50px;
	width: 50px;
	padding: 10px;
	background-repeat: no-repeat;
	z-index: 6;
	cursor: pointer;
}

.ckslidercontrols .prev{
	background-image: url(../images/icons/arrowleft.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}
.ckslidercontrols .next{
	/* box-shadow: -5px 0 4px -5px rgba(0, 0, 0, 0.3); */
	background-image: url(../images/icons/arrowright.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.ckctrldiv{
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	/* margin: 0 -0.5rem; */
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 5px;
	border-radius: 20px;
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);
}

.cksliderwrap:hover .ckctrldiv{
	opacity:1;
}

.ckctrldiv .play{
	width: 24px;
	height: 24px;
	position: relative;
	cursor:pointer;
	background-position: center center;
	background-repeat: no-repeat;
}

.ckctrldiv .play.playing{background-image:url("../images/icons/play.svg");}
.ckctrldiv .play,
.ckctrldiv .play.stopped{background-image:url("../images/icons/pause.svg");}

.ckctrldiv .counter{
	height: 22px;
	text-align: right;
	width: calc(100% - 24px);
}

.ckctrldiv .counter span{
	height: 17px;
	width: 17px;
	background: none;
	margin: 0px 5px;
	display: inline-block;
	/* box-sizing: border-box; */
	border: 2px solid var(--shadow-color);
	cursor: pointer;
	transition: all 0.4s;
}

.ckctrldiv .counter span:hover,
.ckctrldiv .counter span.active{
	background: var(--tertiary-color);
	border-color: var(--tertiary-color);
}

/*------------------*/
/*SLIDER ACTU */
/*------------------*/
#xactu
{
    box-sizing: border-box;
    padding: 100px 5px;
    background: var(--discret-color);
    position: relative;
}
#xactu .sstitre{
	text-align: center;
	color: var(--text-color);
	font-size: 32px;
	margin-bottom: 30px;
	font-family: var(--font-title), sans-serif;
}
#xactu .post .bgcf {
	background-color: var(--text-color);
	height: 100%;
}
#xactu .post img {
	width: 100%;
	height: auto;
}
#xactu .post .bgcf .content {
	padding: 20px;
}
#xactu .post .bgcf .content .txt {
	line-height: 1.5;
	font-size: 14px;
}
#xactu .post .bgcf .content .button {
	float: right;
	margin-top: 10px;
}
#xactu .ckslider {
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	background-repeat: no-repeat;
	overflow: hidden;
}
.blocckslider{
  background-repeat: no-repeat;
  background-size: calc(95% - 460px);
  background-position-y: center;
  background-position-x: 450px;
  overflow: hidden;
}
#xactu .col {
	padding: 0;
}
.blockslidecontent {
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin:0 auto;
	/* overflow: hidden; */
	/* height: 600px; */
	/* max-height: 600px; */
	z-index: 4;
}

.titleckslider{
	margin:0 auto;
	z-index: 3;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 10px 15px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.titleckslider a{
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	width: auto;
	/* text-transform: uppercase; */
	color: var(--back-color);
	background: #111111bd;
	padding: 10px;
	box-sizing: border-box;
}
.thumbnailckslider{
	padding: 0;
	line-height: 0;
	margin: 0;
}
.thumbnailckslider img{
	position: relative;
	height: 250px;
	width: 250px;
	max-width: 100%;
	transition: all 0.4s;
}

.contentckslidertext{
	margin-top: 20px;
	max-height: 300px;
	overflow: hidden;
	/* font-size: 16px; */
	line-height: 1.6;
	margin-bottom: 30px;
	font-family: var(--font-text), sans-serif;
	z-index: 3;
	padding: 0px 100px;
	text-align: center;
	margin: 10px auto;
}

.contentckslidergallery{
	position: absolute;
	right: 50px;
	width: 260px;
	top: 0;
	bottom: 0;
	height: 100%;
	overflow: hidden;
	padding: 40px 10px;
	background: rgba(80, 80, 80, 0.84);
	border-left: 5px solid rgba(255,255,255,0.2);
	border-right: 5px solid rgba(255,255,255,0.2);
}
.nextckslider{
	text-align: center;
	margin: 0 auto;
	z-index: 3;
}

.progressBar{
	position: absolute;
	bottom: 15px;
	left: 10px;
	right: 10px;
	height: 2px;
	background: rgb(189, 189, 189);
	z-index: 2;
}
.progressBar .sizeBar{
	width: 0%;
	height: 100%;
	background: #786c5d;
}


.blockslidecontent .gallery .gallery-item .gallery-icon a img{
	max-width: 110px;
}


/*---------------------------------*/
/* WIDGET ELEMENT */
/*---------------------------------*/
.widget_element_page.listelemul{
	margin: 0 10px;
	padding: 10px 0;
}

.widget_element_page.listelemul li .containListPage{/* box-shadow:0px 5px 26px -3px rgba(0, 0, 0, 0.09); *//* background: #fff; */position: relative;z-index: 2;/* font-size: 0; *//* font-size: 0; */vertical-align: bottom;max-width: 95%;margin: 32px auto;}

.widget_element_page.listelemul li img{
	-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;
	box-sizing: border-box;
	padding: 10px;
}
.widget_element_page.listelemul li:hover img{
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-o-filter: brightness(110%);
	filter: brightness(110%);
}
.widget_element_page.listelemul li h3 a{
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 15px 0px;
	box-sizing: border-box;
	display: block;
	line-height: 120%;
	overflow: hidden;
	color:#4d4d4d;
	text-align: center;
	text-decoration:none;
	-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	/* background: var(--text-color); */
}

.widget_element_page.listelemul li a.apercu {
	color: #2baeb9;
	background-color: var(--text-color);
	border-radius: 60px;
	padding: 6px;
	position: absolute;
	top: 5px;
	left: 5px;
	-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;
}
.widget_element_page.listelemul li:hover a.apercu {
	padding-left: 10px;
	padding-right: 10px;
}
.widget_element_page.listelemul li a.apercu span {
	display: none;
}
.widget_element_page.listelemul li .excerptelement{
	opacity: 0;
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	padding: 17px;
	box-sizing: border-box;
	color: #444;
	font-size: 0.86em;
	overflow: hidden;
	-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);
}

.widget_element_page.listelemul li:hover .excerptelement{
	opacity: 1;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	background: var(--discret-color);;
}

.widget_element_page.listelemul li:hover img{
	-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);
}

.partenairecekome {
	text-align: center;
	width: 150px;
	margin: 0 auto;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #696969;
	font-family: var(--font-text), sans-serif;
}

.partenairecekome strong {
	color: #ec008c;
	display: block;
	margin: 4px 0 6px 0;
	font-size: 1.2em;
}


.elempartenaires .elementimg{
	display:block;
	position:relative;
	width: 100%;
}

.elempartenaires .elementimg img{
	height: 120px;
	object-fit: contain;
}

.elempartenaires  .containListPage h3{
	position: relative;
	z-index: 1000;
	margin: 0;
}



#xagences_slider {
	background-color: var(--text-color);
	padding: 100px 40px;
	text-align: center;
}
#xagences_slider .widget_element_page {
	justify-content: space-around !important;
}
#xagences_slider .ckslidercontrols .next,
#xagences_slider .ckslidercontrols .prev{
	border-radius: 40px;
	bottom: 50%;
}

#xagences_slider .ckctrldiv
{
	bottom: -140px;
}

#xagences_slider .ckslidercontrols {
    top: 80px;
    position: relative;
}



/*---------------------------------*/
/* PLAN DU SITE */
/*---------------------------------*/
.ulplandusite {
	margin: 20px;
}
.ulplandusite li {
	line-height: 150%;
	list-style: square;
	margin-left: 30px;
	color: var(--text-color);
}
.ulplandusite li a {
	text-decoration: none;
	border-bottom: 1px dashed #999;
	color: var(--text-color);
	font-size: 1.2em;
}

.ulplandusite li ul{
	margin: 10px;
}

/*---------------------------------*/
/* MENTIONS LEGALES */
/*---------------------------------*/
.template-mentions-legales-php article.article_content li {
	margin-left: 60px;
}

/*---------------------------------*/
/* WIDGET PARENT */
/*---------------------------------*/
.home #xprestations .widget_parent_page li .containListPage{
  padding: 4px;
  box-sizing: border-box;
  justify-content: center;
}
#xprestations .tc_excerpt {
	line-height: 1.6;
	font-size: 16px;
	letter-spacing: -0.03em;
	font-family: var(--font-text), sans-serif;
	z-index: 2;
	position: relative;
	/* text-align: left; */
	margin-top: 15px;
}
#xprestations .liresuite {
	width: auto;
	position: static;
	display: inline-block;
	color: var(--text-color);
	z-index: 5;
	max-width: 100%;
	margin: 0!important;
}
#xprestations .liresuite a {
	width: 100%;
	font-weight: normal;
	padding: 15px 25px;
	display: block;
	text-align:  center;
	margin: 1em 0;
	font-size: var(--font-regular);
	color: var(--back-color);
}
#xprestations p{
  color:var(--text-color);
}
#xprestations h2{
  background:none;
  /* margin-top: 30px; */
  margin-left: 0px!important;
  /* margin-bottom: 0px!important; */
  padding: 0px;
  /* min-height: 95px; */
}

#xprestations .blocthumb::after
{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index: 7;
	border: 2px solid white;
	margin: 10px;
}

#xprestations .img_wrap .description-image::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #04040466;
	transition: all 0.4s;
}

#xprestations .img_wrap:hover .description-image::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#xprestations article a
{
	text-decoration: none;
	transition: all 0.4s;
	font-size: var(--font-medium);
	color: var(--text-color);
	font-family: var(--font-subtitle), sans-serif;
}


.listpageul li,
.listarticleul li,
.listcategoryul li{
	width: 100%;
	padding: 2em;
}

.listpageul li .article_content{
	width:100%;
}

.listpageul li .article_content .gallery-item a{
	min-height: 750px !important;
}
.nohome .listpageul li .article_content .gallery-item a{
	min-height: 480px !important;
}
.listpageul li .article_content .gallery-item a img{
	z-index:1;
}

.listpageul li .containListPage,
.listarticleul li .containListPage,
.listcategoryul li .containListPage{
	position: relative;
}


.homepresta .listpageul li .containListPage .blocthumb img{
    position: absolute;
    bottom: 0;
    opacity: 0.5;
    z-index: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.homepresta .listpageul li .containListPage .blocthumb:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
background: -moz-linear-gradient(top, rgba(135,176,73,1) 0%, rgba(135,176,73,1) 43%, rgba(135,176,73,0) 99%, rgba(135,176,73,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(135,176,73,1) 0%,rgba(135,176,73,1) 43%,rgba(135,176,73,0) 99%,rgba(135,176,73,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(135,176,73,1) 0%,rgba(135,176,73,1) 43%,rgba(135,176,73,0) 99%,rgba(135,176,73,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b049', endColorstr='#0087b049',GradientType=0 ); /* IE6-9 */
}

.listpageul li h3 a,
.listarticleul li h3 a,
.listcategoryul li h3 a{
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px 0px;
	box-sizing: border-box;
	display: block;
	line-height: 120%;
	overflow: hidden;
	color:#4d4d4d;
	text-align: center;
	font-size: 0.7em;
	text-decoration:none;
	background: #fff;
	height: 40px;
}

.listpageul li:hover h3 a,
.listarticleul li:hover h3 a,
.listcategoryul li:hover h3 a{
	background: #eaeaea;
}

.listpageul li a.image_content,
.listarticleul li a.image_content,
.listcategoryul li a.image_content{
    width: 100%;
    display: block;
    text-align: center;
}

.listpageul li .liresuite,
.listarticleul li .liresuite,
.listcategoryul li .liresuite{
	top: 50%;
	max-width: 50%;
	width: 100%;
	margin: 16px auto!important;
}

.liresuite
{
	text-align:center;
	position: relative;
	z-index: 3;
}

.liresuite .button
{
	transition : all 0.4s;
}

#xprestations .img_wrap:hover .liresuite .button
{
	transition : all 0.4s;
	opacity: 1;
}


.listpageul li .liresuite a.button,
.listarticleul li .liresuite a.button,
.listcategoryul li .liresuite a.button{
	padding: 0;
	line-height: 18px;
	margin: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
}



/*---------------------------------*/
/* AGENCE */
/*---------------------------------*/
.ssmenu{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nohome #xagences {
	background-color: rgba(0,0,0,0.05);
	padding-top: 60px;
	padding-bottom: 60px;
}
#xagences .ssmenu form {
	text-align: right;
}
#xagences .ssmenu div {
	width: auto;
	display: inline-block;
}

.agencecontent {padding-top: 20px;}
.agencemenu {padding-top: 20px; padding-left: 20px; }

.ssmenu label[for=groupes_agences]{
	display: inline-block;
	line-height: 35px;
	font-size: 0.8em;
	margin-right: 10px;
	text-transform: uppercase;
}

.bloclistagence .agenceblocli{
	border-bottom: 1px dashed #ccc;
	border-left: 0px solid #e74c3c;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.bloclistagence .agenceblocli.active{

	border-left: 5px solid #e74c3c;
}

.tblagence .thumbagence{vertical-align: top;width: 100px;}
.tblagence .thumbagence img{
	width: 90%;
}
.tblagence .agencebloctitle a{
	text-decoration: none;
	color: #debb07;
	font-size: 1.1em;
	padding-bottom: 5px;
	display: block;
}
.tblagence .agenceblocinfo{
	font-size: 0.8em;
	color: #808080;
}
.agenceblocinfo .telagence a{
	display: block;
	padding: 2px 0;
	text-decoration: none;
	letter-spacing: 0.03em;
	color: #e74c3c;
	font-weight: bold;
}

.agenceblocnext{
	text-align: right;
}
.agenceblocnext a{
	text-decoration: none;
	font-size: 0.8em;
	text-align: right;
	padding: 2px 7px;
	margin-right: 5px;
	color: var(--text-color);
	background: #666;
	border-radius: 3px;
	-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;
}

.agenceblocnext a:hover{
  background:#000;
}

.conteneur_map {
  padding: 0 0.5rem 0;
}
.map_agence{
	height: 100%;
	min-height: 400px;
}

.agencemenu .maps_canvas{height:400px;}
.agencemenu{
	line-height: 1.2em;
	font-size: 1.1em;
	color: #333;
}
.agencemenu .sbinfoagence{
	padding: 10px;
	background: #eee;
}
.agencemenu strong{
	color: #345f79;
}

.agencemenu .infosup{
	font-size: 0.8em;
	border-top: 2px solid #fff;
	padding-top: 5px;
	margin-top: 10px;
	color: #666;
}

.agencesinglemail{
	margin-bottom: 90px;
}


.agencesinglemail .required{
	top: 22px !important;
}

.agencelinks{margin: 20px;}
.agencelinks h3{
	color: #23708e;
	font-size: 1.3em;
	padding: 7px 0;
}
.agencelinks a{display: block;margin-bottom: 3px;}

#xagences .bloclistagence {
	max-height: 500px;
	background-color: var(--back-color);
	padding-top: 10px;
	overflow: auto;
}
#xagences .map_conteneur {
	padding-left: 0;
}


.br-theme-bars-pill .br-widget a {
	padding: 0px 15px;
	background-color: #dedede;
	color: #5d5d5d;
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	border-radius: 50px;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.br-theme-bars-pill .br-widget a.br-current{
	background: #786c5d;
	color: var(--back-color);
}
.br-theme-bars-pill .br-widget a:hover{
	box-shadow: inset 0 -3px #debb07;
}
.br-theme-bars-pill .br-readonly a {
	cursor: default;
}
.br-theme-bars-pill .br-readonly a.br-active,
.br-theme-bars-pill .br-readonly a.br-selected {
	background-color: #7f7f7f;
}
@media print {
	.br-theme-bars-pill .br-widget a {
		border: 1px solid #b3b3b3;
		border-left: none;
		background: white;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.br-theme-bars-pill .br-widget a.br-active,
	.br-theme-bars-pill .br-widget a.br-selected {
		border: 1px solid black;
		border-left: none;
		background: white;
		color: black;
	}
	.br-theme-bars-pill .br-widget a:first-child {
		border-left: 1px solid black;
	}
}

/*---------------------------------*/
/* SECTIONS */
/*---------------------------------*/
#xsections {
    background-repeat:repeat;
    padding: 50px 0px;
}

#xsections .tc_content a {text-decoration: underline; }
#xsections .tc_content a:hover {text-decoration: none; }
#xsections .tc_content p {
	line-height: 150%;
	margin-bottom: 15px;
}
#xsections .sectionsbloc{
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.sectionsbloc{
	position: relative;
	box-sizing: border-box;
}


.sectionsbloc .thumbsections{
	padding: 0;
	align-self:center;
}
.sectionsbloc .thumbsections .blocthumb{
	line-height: 0;
	padding: 30px;
	min-height: 100%;
	text-align: right;
}

.sectionsbloc.odd{
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse;
}
.sectionsbloc.odd .tc_excerpt{
	text-align:right;
}

.sectionsbloc img{
	box-sizing:border-box;
	max-width: 90%;
	/* max-height: 500px; */
	/* width: auto; */
	-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;
}
.sectionsbloc .slideparent:hover img{
	-webkit-filter: contrast(150%);
	-moz-filter: contrast(150%);
	-ms-filter: contrast(150%);
	-o-filter: contrast(150%);
	filter: contrast(150%);
}

.sectionsbloc h3{
	text-decoration: none;
	margin: 5px 0;
	color: var(--tertiary-color);
	font-size: var(--font-medium);
}
.home .sectionsbloc .tc_content{
	line-height: 130%;
	position: relative;
	z-index: 4;
	color: var(--back-color);
}
.sectionsbloc .contentsections a.button{z-index: 0;color: var(--back-color);}

.sectionsbloc .thumbgsecteurs{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-clip: content-box;
	background-position: center center;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	bottom: 0;
	z-index: 1;
	-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;
}

.sectionsbloc .thumbsections h2{
	/* font-size: 22px !important; */
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	position: relative;
	display: table;
	z-index: 2;
	bottom: 0;
	margin: 0 !important;
	padding: 20px;
}
.sectionsbloc .thumbsections h2::before {
	display: block;
	width: 42px;
	height: 51px;
	background-color: #e40a7f;
	position: absolute;
	top: 13px;
	left: -8px;
	z-index: -1;
	-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;
}
.sectionsbloc:hover .thumbsections h2::before {
	width: calc(100% + 16px);
}
.sectionsbloc .thumbsections
{
  position: relative;
  z-index: 10;
  align-self: center;
}
.sectionsbloc .contentsections
{
    /* box-sizing: border-box; */
    padding: 30px;
    /* margin: 15px; */
    position: relative;
    z-index: 2;
}
.sectionsbloc:hover .contentsections {
    opacity: 1;
}

.nohome h1
{
	text-align:center!important;
	margin: 0 auto;
}

#xfooter .adresseIco::after, #xfooter .telIco::after, .contact-adress .adresseIco::after, .contact-adress .telIco::after
{
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
}

/*---------------------------------*/
/* PAGINATION */
/*---------------------------------*/
.ckPagination{
	padding: 0 10px;
	background: #f0f0f0;
	margin: 10px;
}
.ckPagination a{
	text-decoration: none;
	padding: 10px 5px;
	min-width: 15px;
	display: inline-block;
	text-align: center;
	background: #e4e4e4;
	color: #333;
}
.ckPagination span.current-post-page,
.ckPagination a:hover{
	text-decoration: none;
	padding: 10px 5px;
	min-width: 15px;
	display: inline-block;
	text-align: center;
	background: #b1b1b1;
	color: #fdfdfd;
}

.navblog {
	margin-bottom: 40px;
}
.navblog a{
	margin: 10px 10px;
	padding: 10px;
	background: #ddd;
	display: inline-block;
	text-decoration: none;
	color: #000;
	-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;
}
.navblog a:hover{
	background: #b1b1b1;
}

.navblog.nav-next{
	float: left;
}
.navblog.nav-previous{
	float: right;
}

/*---------------------------------*/
/* GALLERY */
/*---------------------------------*/
.gallery{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
}
.gallery br {display: none;}
.gallery.gallery-columns-2 .gallery-item {width: 50%;}
.gallery.gallery-columns-3 .gallery-item {width: 33%; }
.gallery.gallery-columns-4 .gallery-item {width: 25%; }

.gallery .gallery-item{
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	position: relative;
	margin-bottom: 5px !important;
}

.gallery .gallery-item .gallery-icon a{
	display: inline-block;
	line-height: 0;
	position: relative;
}
.gallery .gallery-item .gallery-icon a img{
	-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;
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-ms-filter: brightness(90%);
	-o-filter: brightness(90%);
	filter: brightness(90%);
}
.gallery .gallery-item .gallery-icon a img:hover {
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-o-filter: brightness(110%);
	filter: brightness(110%);
}
.gallery .gallery-item .gallery-caption{
	width: 100%;
	color: rgba(0, 0, 0, 0.65);
	background-color: #fff;
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	opacity: 0;
	box-sizing: border-box;
	-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);
}

.gallery .gallery-item:hover .gallery-caption{
	opacity: 1;
}


/*---------------------------------*/
/* CONTACT FORM */
/*---------------------------------*/
#xcontact {padding-bottom: 70px;}
#xcontact #xmap #map_canvas {height: 100%;min-height: 310px;}
#xcontact .horaires ul {margin-top: 25px;}
#xcontact .horaires ul li {line-height: 1.3;color: rgba(0, 0, 0, 0.6);margin-left: 60px;list-style-type: disc;}

#xheader .horaires
{
	text-align: center;
	padding-top:20px;
}

#xheader .horaires li
{
	padding-bottom:10px;
}

.horaires strong
{
	color:#786c5d;
}

.form_contact{
    width: 100%;
}

.template-contact-php .thumbtitle
{
	margin-bottom:0px;
}
/*---------------------------------*/
/* HORAIRES */
/*---------------------------------*/

#open-horaires{
	cursor: pointer;
	color: #786c5d;
	}

  .modal-content{
	padding: 5px 50px;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 750ms all ease-in-out;
	margin: 2em auto;
	text-align: center;
	color:#fff;
	position: relative;
	z-index: 15;
	}
  .modal-content ul{
	margin: 5px 15px;
	line-height:1.7;
	}
  .modal-content strong{
	/* margin:1em 0; */
	display: inline-block;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
	font-weight:bold;
	color:#fff;
	width: 200px;
	}
  .modal-content img{
	max-width: 400px;
	padding: 1em;
	box-shadow:0px -10px 60px -30px #000;
	background: #fff;
  }
  .modal-content .close{
	display: block;
	text-align: right;
	color:#fff;
	font-size: 40px;
	cursor:pointer;
	transition:250ms background ease-in-out;
	font-family: sans-serif;
	position: absolute;
	top: 0px;
	right: 10px;
	}
  #myModal{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index: 99;
	box-shadow:0px -10px 60px -30px #000;
	opacity: 0;
	display: none;
	}
  .modal-trig{
	display: inline-block !important;
	opacity: 1 !important;
	}


/*---------------------------------*/
/* FORM */
/*---------------------------------*/
.contactformulaire{
	padding: 0px 25px;
}

.cekome_form{padding:0 !important;}

.cekome_form .blc_desc label{
    display: none;
}

.desccontact{color: #0078b5;}

.cekome_form label{
	font-size: 1em !important;
	/* margin-bottom: 5px; */
	color: var(--text-color);
	position: absolute;
	top: 18px;
	left: 6px;
	z-index: 3;
	pointer-events: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.toogleSlideContent .cekome_form form{display:none;}

.cekome_form input[type=text],
.cekome_form input[type=date],
.cekome_form input[type=tel],
.cekome_form input[type=email],
.cekome_form input[type=password],
.cekome_form select{padding: 6px;color: #fff;}

.cekome_form select{background-color: #fff;}

.cekome_form input[type=text]:not(.cf_inputcaptcha),
.cekome_form input[type=tel],
.cekome_form input[type=date],
.cekome_form input[type=email],
.cekome_form input[type=password],
.cekome_form textarea,
.cekome_form select{margin: 5px 0 15px 0;z-index: 2;position: relative;color: var(--text-color);font-size: 16px;padding: 10px 5px;box-sizing: border-box;}


.cekome_form .blc{
	position: relative;
	margin-top: 20px;
}

.cekome_form .blc_desc {
	margin-bottom: 25px;
}


.cekome_form .blc_date label {
	top: 17px;
}

.cekome_form .blc_checkbox{
    display: block;
    width: 100%;
}

.cekome_form .blc_checkbox label{
    top: 0;
    position: relative;
    padding: 0;
    left: 0;
    font-size: 16px!important;
}

.cekome_form .blc_fileattach{
    padding: 10px 0;
    margin-top: 0;
}
.cekome_form .blc_fileattach label{
    position: relative;
    top: 0;
    margin-right: 10px;
}

.cekome_form .required{
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 37px;
	font-weight: normal;
	z-index: 3;
}

.cekome_form .blc.focused label{
	top: -17px;
	font-size: 15px !important;
	margin-left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.cekome_form .blc_captcha label{
	position:relative;
	line-height: 130%;
	top: 5px;
	float: left;
}

.cekome_form .blc_captcha{
	padding: 10px !important;
	margin-bottom: 10px;
	border-radius: 3px;
	height: 29px;
}

.cekome_form .blc_captcha .required{
	top: 10px;
	right: 2px;
}

.cekome_form .blocaptcha{
	margin: -7px 0 0 12px;
	float: left;
}

.cekome_form  input.cf_inputcaptcha{line-height: 29px;font-size: 16px;text-transform: uppercase;letter-spacing: 0.05em;text-align: center;margin: 4px 0 0  6px !important;background: #f4ebd2;outline-color: #ccc !important;outline-offset: 2px;outline-style: solid !important;outline-width: 1px !important;padding: 2px;float: left;width: 80px !important;}

.cekome_form .blocaptcha:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


.cekome_form input[type="text"],
.cekome_form input[type="date"],
.cekome_form input[type="tel"],
.cekome_form input[type="email"],
.cekome_form input[type="password"],
.cekome_form textarea {
	color: var(--text-color);
	width:100%;
	border: none !important;
	border-bottom: 2px solid var(--text-color)!important;
	outline: none;
	border-radius: 0 !important;
	-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;
	/* background: #ffffff69; */
}
.cekome_form input[type="text"]:focus,
.cekome_form input[type="date"]:focus,
.cekome_form input[type="email"]:focus,
.cekome_form input[type="tel"]:focus,
.cekome_form input[type="password"]:focus,
.cekome_form textarea:focus {
	border-color: #fff !important;
}

/*placeholder*/
.cekome_form input[type=text]:not(.cf_inputcaptcha)::-webkit-input-placeholder,
.cekome_form input[type=text]:not(.cf_inputcaptcha)::-moz-placeholder,
.cekome_form input[type=text]:not(.cf_inputcaptcha):-ms-input-placeholder,
.cekome_form input[type=text]:not(.cf_inputcaptcha):-moz-placeholder,
.cekome_form input[type=date]:not(.cf_inputcaptcha)::-webkit-input-placeholder,
.cekome_form input[type=date]:not(.cf_inputcaptcha)::-moz-placeholder,
.cekome_form input[type=date]:not(.cf_inputcaptcha):-ms-input-placeholder,
.cekome_form input[type=date]:not(.cf_inputcaptcha):-moz-placeholder,
.cekome_form input[type=tel]::-webkit-input-placeholder,
.cekome_form input[type=tel]::-moz-placeholder,
.cekome_form input[type=tel]:-ms-input-placeholder,
.cekome_form input[type=tel]:-moz-placeholder,
.cekome_form input[type=email]::-webkit-input-placeholder,
.cekome_form input[type=email]::-moz-placeholder,
.cekome_form input[type=email]:-ms-input-placeholder,
.cekome_form input[type=email]:-moz-placeholder,
.cekome_form input[type=password]::-webkit-input-placeholder,
.cekome_form input[type=password]::-moz-placeholder,
.cekome_form input[type=password]:-ms-input-placeholder,
.cekome_form input[type=password]:-moz-placeholder,
.cekome_form textarea::-webkit-input-placeholder,
.cekome_form textarea::-moz-placeholder,
.cekome_form textarea:-ms-input-placeholder,
.cekome_form textarea:-moz-placeholder
{color:transparent; -webkit-transition: all 0.6s ease-in-out;   -moz-transition: all 0.6s ease-in-out;  -ms-transition: all 0.6s ease-in-out;   -o-transition: all 0.6s ease-in-out;  transition: all 0.6s ease-in-out;}

.cekome_form .focused input[type=text]:not(.cf_inputcaptcha)::-webkit-input-placeholder,
.cekome_form .focused input[type=text]:not(.cf_inputcaptcha)::-moz-placeholder,
.cekome_form .focused input[type=text]:not(.cf_inputcaptcha):-ms-input-placeholder,
.cekome_form .focused input[type=text]:not(.cf_inputcaptcha):-moz-placeholder,
.cekome_form .focused input[type=date]:not(.cf_inputcaptcha)::-webkit-input-placeholder,
.cekome_form .focused input[type=date]:not(.cf_inputcaptcha)::-moz-placeholder,
.cekome_form .focused input[type=date]:not(.cf_inputcaptcha):-ms-input-placeholder,
.cekome_form .focused input[type=date]:not(.cf_inputcaptcha):-moz-placeholder,
.cekome_form .focused input[type=tel]::-webkit-input-placeholder,
.cekome_form .focused input[type=tel]::-moz-placeholder,
.cekome_form .focused input[type=tel]:-ms-input-placeholder,
.cekome_form .focused input[type=tel]:-moz-placeholder,
.cekome_form .focused input[type=email]::-webkit-input-placeholder,
.cekome_form .focused input[type=email]::-moz-placeholder,
.cekome_form .focused input[type=email]:-ms-input-placeholder,
.cekome_form .focused input[type=email]:-moz-placeholder,
.cekome_form .focused input[type=password]::-webkit-input-placeholder,
.cekome_form .focused input[type=password]::-moz-placeholder,
.cekome_form .focused input[type=password]:-ms-input-placeholder,
.cekome_form .focused input[type=password]:-moz-placeholder,
.cekome_form .focused textarea::-webkit-input-placeholder,
.cekome_form .focused textarea::-moz-placeholder,
.cekome_form .focused textarea:-ms-input-placeholder,
.cekome_form .focused textarea:-moz-placeholder
{color:#666;}

.cekome_form .blc_date table {
	top: 0 !important;
	left: 0 !important;
}

.cekome_form textarea {
	height: 100px;
	padding: 20px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}

.cekome_form .captchaimg{margin-top: 2px;}

.cekome_form .button.cf_submit{
	font-size: 17px;
	border: 0;
	padding: 6px 17px 6px 60px;
	margin-left: 0px;
	margin-right : 0px;
	background-image: url("../images/icons/mail.svg");
	background-size: 38px;
	background-repeat:no-repeat;
	background-position:5px center;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: var(--secondary-color);
}

.cekome_form .button.cf_submit:hover{
	color: #fff !important;
}



.cekome_form fieldset{
	display: none;
}
.cekome_form #formtab0{display: block;text-align: center;}
.cekome_form .prev{float: left;}
.cekome_form .nextform{margin: 0 auto;}

.cekome_form .btnextprev{
	padding: 15px 30px;
	margin: 5px;
	cursor: pointer;
	-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;
	font-size: 16px;
	border: none;
	border: 2px solid var(--text-color);
	background: transparent;
}

.cekome_form .btnextprev:hover
{
	color: #fff;
}

.cekome_form .close_cform{
	color: #f00;
	text-decoration: none;
}

.cekome_form .msg.fail{
	background-image:url("../images/icons/msgfail.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	padding: 5px 5px 5px 50px;
	min-height: 30px;
}
.ckformerror {
	max-width: 400px;
	background-color: #fff;
	font-family: var(--font-text), sans-serif;
	border-left: 4px solid #d80404;
	padding: 25px 30px;
	box-sizing: border-box;
	box-shadow: 0 0 100px rgba(0,0,0,0.1);
	margin-top: 20px;
	position: fixed;
	top: 160px;
	right: 0;
	z-index: 999;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-animation: errorckform 0.3s forwards;
	-moz-animation: errorckform 0.3s forwards;
	-ms-animation: errorckform 0.3s forwards;
	-o-animation: errorckform 0.3s forwards;
	animation: errorckform 5s forwards;
}
@-webkit-keyframes errorckform {0% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 10% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 90% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }
@-moz-keyframes errorckform {0% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 10% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 90% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }
@-ms-keyframes errorckform {0% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 10% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 90% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }
@-o-keyframes errorckform {0% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 10% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 90% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }
@keyframes errorckform {0% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 10% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 90% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }



/*---------------------------------*/
/* MODAL */
/*---------------------------------*/
*[data-wpajxstatut="loading"] {
	pointer-events: none;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-animation: refreshLoading 0.5s forwards;
	-moz-animation: refreshLoading 0.5s forwards;
	-ms-animation: refreshLoading 0.5s forwards;
	-o-animation: refreshLoading 0.5s forwards;
	animation: refreshLoading 0.5s forwards;
}

*[data-wpajxstatut="end"] {
	opacity: 0.25;
	-webkit-transform: scale(0.96);
	-moz-transform: scale(0.96);
	-o-transform: scale(0.96);
	-ms-transform: scale(0.96);
	transform: scale(0.96);
	-webkit-animation: refreshEnd 0.8s forwards;
	-moz-animation: refreshEnd 0.8s forwards;
	-ms-animation: refreshEnd 0.8s forwards;
	-o-animation: refreshEnd 0.8s forwards;
	animation: refreshEnd 0.8s forwards;
}

*[data-wpajxstatut="loading"]:before,
*[data-wpajxstatut="end"]:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/loading.svg);
	background-position:  center center;
	background-repeat:  no-repeat;
	z-index: 99;
}

*[data-wpajxstatut="end"]:before {
	-webkit-animation: refreshEndBefore 1.1s forwards;
	-moz-animation: refreshEndBefore 1.1s forwards;
	-ms-animation: refreshEndBefore 1.1s forwards;
	-o-animation: refreshEndBefore 1.1s forwards;
	animation: refreshEndBefore 1.1s forwards;
}

.wpajx-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.77);
	display: block !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.wpajx-overlay#m-flood {
	background: rgba(111, 24, 24, 0.93);
}

.wpajx-overlay[data-state="open"] {
	-webkit-animation: fadeIn 0.5s forwards;
	-moz-animation: fadeIn 0.5s forwards;
	-ms-animation: fadeIn 0.5s forwards;
	-o-animation: fadeIn 0.5s forwards;
	animation: fadeIn 0.5s forwards;
}

.wpajx-overlay[data-state="close"] {
	-webkit-animation: fadeOut 0.5s forwards;
	-moz-animation: fadeOut 0.5s forwards;
	-ms-animation: fadeOut 0.5s forwards;
	-o-animation: fadeOut 0.5s forwards;
	animation: fadeOut 0.5s forwards;
}

/*
slideDown refreshLoading refreshEnd refreshEndBefore
*/
.wpajx-modal {
	padding: 1.5vmin;
	width: 90vw;
	max-height: 80vh;
	max-width: 1140px;
	box-shadow: 0px 70px 20px -20px rgba(0, 0, 0, 0.2);
	margin: auto;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	opacity: 0;
	border: 1px solid rgba(175, 175, 175, 0.25);
	border-radius: 5px;
}

.wpajx-overlay[data-state="close"] .wpajx-modal {
	-webkit-animation: modalClose 1s forwards;
	-moz-animation: modalClose 1s forwards;
	-ms-animation: modalClose 1s forwards;
	-o-animation: modalClose 1s forwards;
	animation: modalClose 1s forwards;
}

.wpajx-overlay[data-state="open"] .wpajx-modal {
	-webkit-animation: modalOpen 1.2s forwards;
	-moz-animation: modalOpen 1.2s forwards;
	-ms-animation: modalOpen 1.2s forwards;
	-o-animation: modalOpen 1.2s forwards;
	animation: modalOpen 1.2s forwards;
}

.wpajx-overlay[data-state="open"] .wpajx-modal:before {
	-webkit-animation: modalOpenBefore 0.9s forwards;
	-moz-animation: modalOpenBefore 0.9s forwards;
	-ms-animation: modalOpenBefore 0.9s forwards;
	-o-animation: modalOpenBefore 0.9s forwards;
	animation: modalOpenBefore 0.9s forwards;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/loading.svg);
	background-position:  center center;
	background-repeat:  no-repeat;
	z-index: 99;
}


.wpajx-overlay[data-state="open"] .wpajx-modal *[data-wpajxstatut="end"]:before,
.wpajx-overlay[data-state="open"] .wpajx-modal *[data-wpajxstatut="loading"]:before{
	display: none !important;
}

/***************/
.wpajx-modal-content {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	display: block;
	max-height: calc( 80vh - 30px);
	max-width: 1140px;
	background: #fff;
	border-radius: 5px;
}

.wpajx-modal-content.modaliframe {
	overflow: hidden;
}

#m-flood .wpajx-modal-content {
	background: none;
}

.wpajx-modal-content #ins-flood {
	padding: 40px;
	color: #fff;
	background: rgba(96, 34, 34, 0.84);
}

.wpajx-modal-content #ins-flood .titlemodal {
	font-size: 3em;
	margin-bottom: 0.2em;
}

.wpajx-modal-content #ins-flood p {
	font-size: 1.2em;
	line-height: 1.2em;
}

.wpajx-modal .wpajxiframe {
	width: 100%;
	min-height: calc( 80vh - 30px);
	box-sizing: border-box;
}

.wpajx-modal .closemodal {
	position: fixed;
	right: -0.5em;
	cursor: pointer;
	z-index: 2;
	top: -0.5em;
}

.wpajx-modal .closemodal:hover i.fa {
	color: rgba(255, 255, 255, 0.7);
}

.wpajx-modal .closemodal i.fa {
	color: rgba(255, 255, 255, 0.55);
	font-size: 1.3em;
	line-height: 0;
	cursor: pointer;
	text-align: center;
}

a.apercu.wpajx.onRefresh i{
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

a.apercu.wpajx.onRefresh i:before {
	content: "\f1ce";
}

/*---------------------------------*/
/* TELECHARGEMENT */
/*---------------------------------*/
.dlformloguser{
	background: #d1d1d1;
	padding: 20px;
	margin: 0 30px;
	font-size: 1.1em;
	line-height: 1.8em;
}
.dlformloguser .infoconnect{
	background: #23708e;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.dlformloguser label{
	color: #23708e;
	font-variant: small-caps;
}
.dlformloguser input{
	padding: 6px;
	font-size: 14px;
	border: 1px solid #ddd;
	margin-right: 20px;
	border: none;
}

.dm_filelist{background: #eaeaea;margin: 30px;}
.dm_filelist li{
	position: relative;
	line-height: 0;
	border-bottom: 9px solid #fff;
}
.dm_filelist li img{
	display: inline-block;
	width: 100px;
	border-right: 10px solid #fff;
}
.dm_filelist li .dm_title{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	font-size: 1.6em;
	font-variant: small-caps;
	color: #333;
	line-height: 140%;
}
.dm_filelist li .dm_mime{
	position: absolute;
	bottom: 4px;
	left: 3px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 3px 6px;
	width: 94px;
	box-sizing: border-box;
	text-align: center;
	line-height: 100%;
}
.dm_filelist li .dlbutton{
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	display: block;
	background-image:url("../images/icons/dlbutton.svg");
	background-size: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 90px;
}

.dlerror{
	padding: 20px 14px;
	margin: 30px;
	background: #dc7d7d;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: top;
}

.dlerror i.fa{
	font-size: 1.9em;
	line-height: 0;
	margin: 9px 10px 0 0;
	float: left;
}

/*---------------------------------*/
/* FOOTER */
/*---------------------------------*/
#xfooter {
  background: var(--sback-color);
  box-sizing: border-box;
  position:  relative;
  z-index: 15;
  border-top: 2px solid var(--discret-color);
}

#xfooter a{
	text-decoration: none;
	-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;
	font-size: 16px;
	display: inline-block;
}
#xfooter a:hover{
	color: var(--tertiary-color);
	text-decoration: none;
}
.sponsor{
  background: #fff;
  padding: 0 30px;
  border-bottom: 1px solid rgb(165, 200, 100);
}
.sponsor .ckslider{
  flex-wrap:wrap !important;
}

.footer-menu ul{
	text-align: center;
}
ul.footer-menu, #xfooter .addressInfo{
  margin:20px 0;
}
ul.footer-menu li{
	display: block;
	padding: 5px;
}

ul.footer-menu li a{
	display: block;
}
#xfooter .footer-address, .footer-sched, #xfooter .footer-sched ul
{
  margin: 0px;
  color: #1d1c1b;
}

#xinfocontact
{
	margin:0 auto;
	text-align: center;
}

#xfooter .tellink a:hover {
	color: var(--tertiary-color);
}
#xfooter .footer-address::before,.footer-sched::before{
  width:20px;
  position: absolute;
  left:0;
}

.footer-address li p, .contact-adress li p
{
	padding: 0px;
} 

.footer-address .addressInfo {
	padding-left: 0px!important;
}

.footer-sched::before{
  content:url(../images/icons/schedule.png);
}
#xfooter strong{
  text-transform: uppercase;
  letter-spacing:2px;
  font-weight: bold;
}
.footer-nav{padding: 30px;max-width: 100%;}

#xfooter .f-gr{
  border-left:5px solid var(--primary-color);
  color: #786c5d;
}
#xfooter .f-pr{
  border-left:5px solid #710060;
  color:#710060;
}
#xfooter .f-st{
  color: #786c5d;
}
#xfooter .f-yl{
  border-left:5px solid #fae335;
  color:#fae335;
}
#xfooter .noticenewsletter,#xfooter .labelnewsletter{
  display: none;
}
#xfooter .submitnewsletter input{
  background: #fae335;
  border:1px solid #fae335;
  margin-top:1em;
  padding: 15px 10px !important;
  max-width: 100%;
}

#xfooter .submitnewsletter{
	text-align:right;
}
#xfooter form input[type=email]{
  padding: 10px 10px 10px 30px;
  color: #fae335;
  border-radius: 10px;
  box-sizing: border-box;
  max-width: 100%;
}
#xfooter form{
  margin-top:30px;
  padding-bottom: 140px;
}

.map-container{
  overflow:hidden;
  position: relative;
}
#map_canvas img{
  transition: 300ms transform ease-in;
}
.map-container #map_canvas img{
  transform:scale(2.7);
}
#xfooter .map-container{margin-top: 10px;}
#xfooter #map_canvas{
  height: 190px;
}
#xfooter .map-overlay{
  background:var(--primary-color);
  width: 100%;
  height:100%;
  position: absolute;
  top:0;
  z-index: 998;
  visibility: hidden;
  opacity:0;
  transition: 250ms ease-in all;
}
#xfooter .map-container:hover .map-overlay{
  visibility:visible;
  opacity: 1;
}

#xfooter .footer-nav>div
{
	margin:0 auto!important;
	text-align:center!important;
	padding:15px;
}

/*------------FOOTER FORM -----------*/
#xform .cekome_form input[type="text"]
{
	background: rgba(0,0,0,0.78);
}

#contenthor li
{
	margin: 10px;
	font-size: 15px;
	text-align: left;
	list-style: initial;
}

.nohome .imgUne .blocthumb
{
	max-height: 600px;
	overflow: hidden;
}

/*---------------------------------*/
/* ANIMATION */
/*---------------------------------*/
/* PRIX DIMINUE EFFECT */
@-webkit-keyframes glow {
	0% {text-shadow: 0 0 0px #fff;}
	100% {text-shadow: 0 -15px 5px #222;}
}

@-moz-keyframes glow {
	0% {text-shadow: 0 0 0px #fff;}
	100% {text-shadow: 0 -15px 5px #222;}
}

@keyframes glow {
	0% {text-shadow: 0 0 0px #ab5700;}
	100% {text-shadow: 0 -10px 2px #222;}
}

/* BLINK EFFECT */
@-webkit-keyframes blinker {
	0% {opacity: 1.0;}
	5% {opacity: 1.0; }
	100% {opacity: 0.0;}
}

@-moz-keyframes blinker {
	0% {opacity: 1.0;}
	5% {opacity: 1.0;}
	100% {opacity: 0.0;}
}

@keyframes blinker {
	0% {opacity: 1.0;}
	5% {opacity: 1.0;}
	100% {opacity: 0.0;}
}

/* CIRCLE MENU DROPDOWN */
@-webkit-keyframes circledash {
	to {stroke-dashoffset: 1000;}
}

@-moz-keyframes circledash {
	to {stroke-dashoffset: 1000;}
}

@keyframes circledash {
	to {stroke-dashoffset: 1000;}
}

@-webkit-keyframes circledashbg {
	to {stroke-dashoffset: -500;}
}

@-moz-keyframes circledashbg {
	to {stroke-dashoffset: -500;}
}

@keyframes circledashbg {
	to {stroke-dashoffset: -500;}
}

@-webkit-keyframes circledashbig {
	to {stroke-dashoffset: 50;}
}

@-moz-keyframes circledashbig {
	to {stroke-dashoffset: 50;}
}

@keyframes circledashbig {
	to {stroke-dashoffset: 50;}
}

/* FADE */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		display: block !important;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
		display: block !important;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		display: block !important; }
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		display: none;
	}
}

@-moz-keyframes fadeOut {
	from {opacity: 1;}
	to {
		opacity: 0;
		display: none;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;}
	to {
		opacity: 0;
		display: none;
	}
}

/* PANIER MENU DROPDOWN */
@-webkit-keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg); }
	}

@-moz-keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg); }
	}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg); }
	}

/*SLIDEDOWN*/
@-webkit-keyframes slideDown {
	0% {-webkit-transform: translateY(-100%); }
	50% {-webkit-transform: translateY(8%); }
	65% {-webkit-transform: translateY(-4%); }
	80% {-webkit-transform: translateY(4%); }
	95% {-webkit-transform: translateY(-2%); }
	100% {-webkit-transform: translateY(0%); }
}

@-moz-keyframes slideDown {
	0% {transform: translateY(-100%); }
	50% {transform: translateY(8%); }
	65% {transform: translateY(-4%); }
	80% {transform: translateY(4%); }
	95% {transform: translateY(-2%); }
	100% {transform: translateY(0%); }
}

@keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	50% {
		-webkit-transform: translateY(8%);
		transform: translateY(8%);
	}
	65% {
		-webkit-transform: translateY(-4%);
		transform: translateY(-4%);
	}
	80% {
		-webkit-transform: translateY(4%);
		transform: translateY(4%);
	}
	95% {
		-webkit-transform: translateY(-2%);
		transform: translateY(-2%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

/*PANIER STATUT REFRESH - END*/
@-webkit-keyframes refreshEnd {
	to {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes refreshEnd {
	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes refreshEnd {
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes refreshLoading {
	to {
		-webkit-transform: scale(0.96);
		opacity: 0.25;
	}
}

@-moz-keyframes refreshLoading {
	to {
		transform: scale(0.96);
		opacity: 0.25;
	}
}

@keyframes refreshLoading {
	to {
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
		opacity: 0.25;
	}
}

@-webkit-keyframes refreshEndBefore {
	0% {opacity: 1; visibility: 1}
	99% {opacity: 0;visibility: 0}
	100% {content:initial; z-index: -1; background-image:none; opacity: 0; visibility: 0}
}

@-moz-keyframes refreshEndBefore {
	0% {opacity: 1; visibility: 1}
	99% {opacity: 0;visibility: 0}
	100% {content:initial; z-index: -1; background-image:none; opacity: 0; visibility: 0}
}

@keyframes refreshEndBefore {
	0% {opacity: 1; visibility: 1}
	99% {opacity: 0;visibility: 0}
	100% {content:initial; z-index: -1; background-image:none; opacity: 0; visibility: 0}
}

/*MODAL STATUT REFRESH - END*/
@-webkit-keyframes modalClose {
	from {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.9);
		opacity: 0;
	}
}

@-moz-keyframes modalClose {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(0.9);
		opacity: 0;
	}
}

@keyframes modalClose {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0;
	}
}

@-webkit-keyframes modalOpen {
	from {
		-webkit-transform: scale(0.9);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes modalOpen {
	from {
		transform: scale(0.9);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes modalOpen {
	from {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes modalOpenBefore {
	0% {opacity: 1; }
	99% {opacity: 0;}
	100%{content:initial; z-index: -1;background-image:none; }
}

@-moz-keyframes modalOpenBefore {
	0% {opacity: 1; }
	99% {opacity: 0;}
	100%{content:initial; z-index: -1;background-image:none; }
}

@keyframes modalOpenBefore {
	0% {opacity: 1; }
	99% {opacity: 0;}
	100%{content:initial; z-index: -1;background-image:none; }
}



@-webkit-keyframes progressBar {
	to { width:100%; }
}

@-moz-keyframes progressBar {
	to { width:100%; }
}

@keyframes progressBar {
	to { width:100%; }
}


/*---------------------------------*/
/* Maintenance */
/*---------------------------------*/
#xmaintenance{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f0f0f0 url('../images/base/bg_maintenance.png') bottom left no-repeat;
	z-index: 9999;
}

#xmaintenance .rouleau{
	text-align: center;
}

#xmaintenance .blocmaintenance{
	margin: 6vmin;
	border: 1px solid #ebebeb;
	padding: 6vmin;
	background: #fff;
	box-shadow: 0px 10px 8px -10px rgba(0, 0, 0, 0.65);
}

#xmaintenance .blocmaintenance p{padding:5px 0;}

#xmaintenance .blocmaintenance .button{
	padding:20px;
	display:block;
	margin-left:auto;
}

svg#pennello {width: 130px;}

.vernice {
	fill: none;
	stroke: #FF5886;
	stroke-width: 211px;
	stroke-dasharray: 525px;
	stroke-dashoffset: 460px;

}

.verniceOver {
	stroke-dashoffset: 0px;
	transition: all 3s;
}

.brush {transform: translateY(-456px);}

.brushOver {
	transform: translateY(0px);
	transition: all 3s;
}

.gocce {
	opacity: 0;
	transition: all 1s;
}

.gocceOver {
	opacity: 1;
	transition-delay: 3s;
}

.st0 {
	fill: none;
	stroke: #FF5886;
	stroke-width: 201;
	stroke-miterlimit: 10;
}
.st2 {fill: none;}
.st3 {
	fill: none;
	stroke: #282828;
	stroke-width: 5.908;
	stroke-linecap: round;
	stroke-miterlimit: 10;
}
.st4 {fill: #FF0086;}
.st5 {fill: #FF5886;}
.st6 {fill: #FF7486;}
.st7 {
	fill: none;
	stroke: #282828;
	stroke-width: 11.8159;
	stroke-miterlimit: 10;
}
.st8 {fill: #5398d3;}
.st9 {fill: #436e9b;}
.st10 {
	fill: none;
	stroke: #282828;
	stroke-width: 2.954;
	stroke-miterlimit: 10;
}


/* ------------------------- */
/* PAGES */
/* ------------------------- */
.thumbtitle {
	line-height: 0;
	position: relative;
}

.nohome article.hasthumb h1 {
	padding: 30px;
	margin: 10px auto;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	font-weight: 400;
}
.nohome .imgUne h1 {
	text-align: left !important;
	bottom: 0px !important;
	left: 0px !important;
	right: 0px!important;
	background-color: #fff;
	display: table;
}

article.hasthumb h1 + .tc_content {
	clear: both;
}

.liens-ats
{
	font-size: 18px;
	position: relative;
}

.liens-ats ul
{
	line-height: 18px;
	vertical-align: middle;
	position: absolute;
	margin: 0 auto;
	right:50px;
}

.logoDiv
{
	padding:0px;
	margin: 0 auto;
	text-align: center;
}



/* ------------------------- */
/* TRADUCTION AUTOMATIQUE */
/* ------------------------- */
#google_translate_element, .skiptranslate {
	display: none !important;
}
#flags {
	/* padding: 10px; */
	display: flex;
	align-items: center;
}
#flags img {
	max-width: 32px;
	margin-right: 5px;
	cursor: pointer;
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-ms-filter: brightness(90%);
	-o-filter: brightness(90%);
	filter: brightness(90%);
	-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;
}
#flags img:last-child {
	margin-right: 0;
}
#flags img:hover {
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-o-filter: brightness(110%);
	filter: brightness(110%);
}


/***************************************************************************/
/* LIRE LA SUITE */
/***************************************************************************/
#bttxthome {
	width: 100%;
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 65%);
	border-radius: 80px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	margin-bottom: 50px;
}
.bttxthomecent{
	display: table;
	float: right;
	font-size: 17px;
	padding: 10px 15px;
	margin-top: 15px;
	margin-bottom: 35px;
}


/***************************************************************************/

.imgHome {margin-top: 220px; }

.pad {
	padding: 50px 0;
}

.top {
	position: relative;
	top: 10px;
	z-index: 2;
}

#xsliderphoto {
	position: relative;
	width: 100%;
}
#xsliderphoto::before {
	content: "";
	display: block;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
}
#xsliderphoto img {
	filter: inherit;
}
#xsliderphoto img:hover {
	filter: inherit;
}

#call2action {
	width: 100%;
	color: #fff;
	padding: 300px 0 0;
	margin: auto;
	position: relative;
  background: #f52557;
}
#call2action::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	min-height: 400px;
	background-color: rgba(35,35,35,0.5);
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#000000ff',GradientType=1 );
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
}
.wrapperperso {
	max-width: 527px;
	margin: auto;
	position: relative;
	z-index: 83;
}
#call2action .intern {
	color: #f52557;
	background-color: #fff;
	padding: 40px;
	position: relative;
	font-family: var(--font-text), sans-serif;
}
.wrapperperso::after {
content:url(../images/contact-brush.svg);
width: 100%;
}

#call2action .intern p {
	font-size: 28px;
	text-align: center;
	padding-top: 30px;
  line-height:1.6;
}
#call2action .intern p span{
	font-weight: bold;
}
#call2action .intern span {
	-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;
}
#call2action .intern form {
	padding-bottom: 0;
}

.tc_content.perso {
	padding-bottom: 0;
}
.tc_content.perso .tellink {
	margin-left: 60px;
}


/* COMMENTAIRES */
#respond {
	padding: 0px 40px 40px;
}
#respond label[for="comment"] {
	display: block;
	color: #808080;
}
#respond textarea {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.3);
	resize: none;
	padding: 20px;
	margin-top: 10px;
	outline: none;
	font-size: 90%;
	color: rgba(0,0,0,0.5);
	box-sizing: border-box;
}
#respond [type="submit"] {
	color: #fff;
	background-color: #1A1A1A;
	border: 1px solid #fff;
	padding: 10px;
	font-size: 90%;
	float: none;
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
	-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;
	font-family: var(--font-text), sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#respond [type="submit"]:hover {
	background-color: #000000;
}
ol.commentlist {
	padding: 0 40px 40px;
	margin-top: 20px;
}
ol.commentlist li {
	background-color: #369762ab;
	padding: 20px;
	margin: 10px;
}
ol.commentlist li article {
	width: 100%;
}
ol.commentlist li article .comment-author {
	color: #fff;
	float: left;
}
ol.commentlist li article .comment-metadata {
	float: right;
}
ol.commentlist li article .comment-content {
	color: #fff;
	padding-top: 10px;
	clear: both;
}

.visu {
	height: 7vh;
	background-image: url(../images/bg-glaussien.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.visu::before {
	content: "";
	display: block;
	background-color: rgba(35,35,35,0.5);
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#000000ff',GradientType=1 );
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
}
.visu::after {
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
}
.visu .contentVisu {
	width: auto;
	background-color: #fff;
	padding: 10px 20px;
	display: table;
	position: absolute;
	top: 66px;
	left: 50%;
	z-index: 999;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#xprestations .blocthumb img{
  transition:250ms transform ease-in;
}



#arrow-ck {
	position: absolute;
	bottom: 25px;
	left: 50%;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
@-webkit-keyframes chevron-pulse {
	0% {opacity: 0; }
	40% {opacity: 1; }
	80% {opacity: 0; }
	100% {opacity: 0; }
}
@keyframes chevron-pulse {
	0% {opacity: 0; }
	40% {opacity: 1; }
	80% {opacity: 0; }
	100% {opacity: 0; }
}
#arrow-ck .tcon-svgchevron {width: 40px; height: 40px; }
#arrow-ck .tcon-svgchevron path {-webkit-animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);fill: transparent;stroke: var(--back-color);stroke-width: 2px;}
#arrow-ck .tcon-svgchevron path.a1 {-webkit-animation-delay: 0s;animation-delay: 0s; }
#arrow-ck .tcon-svgchevron path.a2 {-webkit-animation-delay: -0.5s;animation-delay: -0.5s; }
#arrow-ck .tcon-svgchevron path.a3 {-webkit-animation-delay: -1s;animation-delay: -1s; }

/* CATEGORIES WOOCOMMERCE */
#woocat {background-color: #f5f5f5;padding: 90px 0;}
#woocat .ck_woo_cat > div {height: 340px; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover; 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; }
#woocat .ck_woo_cat > div:hover {-webkit-transform: scale(0.97); -moz-transform: scale(0.97); -ms-transform: scale(0.97); -o-transform: scale(0.97); transform: scale(0.97); }
#woocat .ck_woo_cat > div::before, #woocat .ck_woo_cat > div::after {content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
#woocat .ck_woo_cat > div::before {background-color: #f7e57b;opacity: 0.5;}
#woocat .ck_woo_cat:nth-child(2) > div::before {background-color: #c6c2cd; opacity: 0.7; }
#woocat .ck_woo_cat > div::after {background-color: rgba(35,35,35,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; pointer-events: none; }
#woocat .ck_woo_cat > div:hover::after {background-color: rgba(35,35,35,0.3); }
#woocat .ck_woo_cat > div a.title_lk {color: #fff; font-size: 25px; text-decoration: none; display: flex; align-items: flex-end; justify-content: left; padding: 40px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; }
#woocat .ck_woo_cat > div a.title_lk span {position: relative; }
#woocat .ck_woo_cat > div a.title_lk span::before, #woocat .ck_woo_cat > div a.title_lk span::after {content: ""; display: block; height: 2px; position: absolute; bottom: -15px; left: 0; }
#woocat .ck_woo_cat > div a.title_lk span::before {width: 30px; background-color: rgba(255,255,255,0.4); }
#woocat .ck_woo_cat > div a.title_lk span::after {width: 0; background-color: #fff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#woocat .ck_woo_cat > div a.title_lk:hover span::after {width: 30px; }

/* SINGLEPAGE */
#singlepage {background-color: #ffffff;margin: 0 auto;position: relative;min-height: 100vh;height: 820px;}
#singlepage .ck_singlepage_content {height: 340px; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover; position: relative; }
#singlepage .ck_singlepage_content {-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; }
#singlepage .ck_singlepage_content:hover {-webkit-transform: scale(0.97); -moz-transform: scale(0.97); -ms-transform: scale(0.97); -o-transform: scale(0.97); transform: scale(0.97); }
#singlepage .ck_singlepage_content list {position: static; }
#singlepage .ck_singlepage_content a.title_lk {color: #fff;font-size: 25px;text-decoration: none;display: flex;align-items: center;justify-content: center;padding: 40px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 8;}
#singlepage .ck_singlepage_content a.title_lk::before {content: ""; display: block; background-color: #2baeb9; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.5; }
#singlepage .ck_singlepage_content a.title_lk span:not(.subtitle) {position: relative; }
#singlepage .ck_singlepage_content a.title_lk span:not(.subtitle)::before {content: ""; display: block; width: 30px; height: 2px; background-color: rgba(255,255,255,0.4); position: absolute; bottom: -10px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
#singlepage .ck_singlepage_content a.title_lk span:not(.subtitle)::after {content: ""; display: block; width: 0; height: 2px; background-color: #fff; position: absolute; bottom: -10px; left: 50%; -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; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
#singlepage .ck_singlepage_content a.title_lk:hover span:not(.subtitle)::after {width: 30px; }
#singlepage .ck_singlepage_content a.title_lk span.subtitle { font-size: 85px; color: rgba(255,255,255,0.2); text-shadow: 0 0 70px rgba(0,0,0,0.2); letter-spacing: 4px; position: absolute; bottom: 0; opacity: 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; }
#singlepage .ck_singlepage_content a.title_lk:hover span.subtitle {opacity: 1; bottom: 60px; }
#singlepage .ck_singlepage_content::after {content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 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; }
#singlepage .ck_singlepage_content:hover::after {background-color: rgba(35,35,35,0.3); }

#singlepage .tc_content{
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    -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;
    font-size: 14px;
    line-height:1.6;
}

#singlepage h2{
	text-align: center;
	font-size:1.2em !important;
}

#singlepage li:hover .tc_content{
	opacity:1;
}

#singlepage .liresuite{
    width: 90%;
}

#singlepage .containListPage{
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    -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;
    border-radius: 20px;
    box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

#singlepage .cksliderwrap{
	overflow:unset;
}

#singlepage .slideparent{
    padding: 10px;
    width: 100%;
}
#singlepage .slideparent img{
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
}

#singlepage .slideparent list a{
	color: #f52557;
	text-transform: uppercase;
	font-size: 1.5em;
}

#accroche {
	font-size: 3.5vmin;
	color: #fff;
	position: absolute;
	top: 50%;
	text-align: right;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #00a2e5;
	font-family: var(--font-text), sans-serif;
}

#accroche strong{
	text-transform:uppercase;
	color:#fff;
}

#descat {
	line-height: 1.5;
	padding-top: 60px;
	padding-bottom: 60px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;

	letter-spacing: -0.03em;
}
#descat a {
	color: #fff;
}
#descat a:hover {
	text-decoration: none;
}


/*Rotating Text Effect*/
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}



.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;

  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}


#xreferences{
	background: #f0f0f0;
	padding: 40px 0;
	margin-top: 40px;
}

#xreferences .elementimg img{
    padding: 20px;
    box-sizing: border-box;
}

.subpagepresta {
    background: #f6f6f6;
    padding: 40px 20px 0 20px !important;
    box-sizing: border-box;
    border: 1px solid #eee;
    box-shadow: 0px 12px 12px -12px rgba(0,0,0,0.5);
}
.subpagepresta .containListPage {padding: 0;}
.subpagepresta .containListPage .blocthumb {
    width: 100%;
}
.subpagepresta .containListPage .blocthumb img {
    max-width: initial;
}
.subpagepresta .containListPage h2 {
    position: absolute;
    width: 90%;
    text-align: center;
    background: rgba(255,255,255,0.8);
    top: 10px;
    margin: 0 5%;
    left: 0;
}
.subpagepresta .containListPage .tc_excerpt {
    text-align: left;
}
.subpagepresta .containListPage .liresuite {
    width: 240px !important;
}

.subpagepresta .containListPage .liresuite a{
    width: 100% !important;
    margin: 20px 0% 40px !important;
    box-sizing: border-box;
}

#headgarenti{
    position: absolute;
    top: -4px;
    right: -20px;
    z-index: 10;
    width: 125px;
    height: auto;
}

#singlepage #xpagechild{
	height: 100%;
}

#singlepage #xpagechild li{
	-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;
	transform: scale(0.90);
	opacity:0;
  position: relative;
}

#singlepage #xpagechild li:hover{
	transform: scale(1);
}
.blockslidecontent::before{
  left:-50px;
}

/*----------CALL TO ACTION-------------*/

#calltoaction{
	position: relative;
	text-align: center;
	padding: 20vh;
	z-index: 1;
}
#calltoaction {
  background: #884b6e;
  background-size:cover;
  color: #884b6e;
  line-height: 60px;
  position: relative;
  font-family: var(--font-text), sans-serif;
  background-position: center;
}
#calltoaction section{
  background:#fff;
  max-width: 250px;
  position: relative;
  padding: 2em;
  color:#786c5d;
  font-size:1.2em;
  text-align: center;
  right: 2em;
  top: -2em;
  z-index: 1;
  line-height:1.5;
  position: absolute;;
}
#calltoaction .accroche{
  font-size:1em;
}
.cta-phone{
	width: 100px;
}

.page_accueil .accroche
{
    text-align: left;
    background:none;
}

.nohome .accroche{
	color: #fff;
	font-size: 1.5em;
	position:relative;
	font-family: var(--font-title), sans-serif;
	text-align: center;
	padding:50px;
	background:#786c5d;
}

.accroche p{
  font-family: var(--font-subtitle), sans-serif;
}

#calltoaction a{
	margin-top:20px;
	margin-right:10px;
	display: inline-block;
	padding: 10px 20px;
}
@media screen and (max-width:480px){
  #calltoaction a{
    display: block;
  }
  #calltoaction .tellink{
    display: block;
  }
}
#calltoaction img{
	transition:250ms ease-in;
	cursor: pointer;
	z-index: 1;
	position:  relative;
}

.home .accroche
{
	display: inline-block;
	min-width: 100%;
}

/* BOUTON RETOUR VERS LE HAUT */

.return-btn{
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index:999999;
	width: 50px;
	height: 50px;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid var(--secondary-back-color);
	background: var(--back-color);
	background-image: url(../images/icons/arrow.svg);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	/* filter: invert(1); */
}
.return-btn img{
	max-width: 80%;
	margin: 0 auto;
}
.return-btn:hover{
	bottom: 50px;
}
.btn-show{
	visibility: visible;
	opacity:1;
}
.btn-cta{
  font-size: var(--font-regular);
  display: inline-block;
  text-align: center;
  margin: 1em;
}

.hero-content .btn-cta{
  background: #786c5d;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position:right center;
}
/* LAST MENU ITEM */
.last-menu-item{
  color: #fff !important;
	text-decoration: none;
	padding: 15px 30px;
	margin-left: 6px;
	cursor: pointer;
	-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;
	box-sizing: border-box;
	font-family: var(--font-text), sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 30px;
	background: #786c5d;
	border: 1px solid #786c5d;
}
a.last-menu-item.naviglink.lvl-0 {
	color:#fff !important;
}

/* .last-menu-item::after{
	content:url(../images/mail.png);
	position: absolute;
	top:18px;
	right:14px;
} */
.last-menu-item:hover{
  box-shadow:0 4px 4px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);

}
.article_content .hasthumb .blocthumb{
  border:2px solid black;
}
#xheader{
  background-size:cover;
  /* background: var(--secondary-back-color); */
}
#xheader::before{
  background:rgba(136,75,110,0.5);
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
}



.hero-menu{
  display: flex;
  justify-content: space-between;
}

.homelogo
{
	display:  block;
	width: 600px;
	margin: 60px auto 40px auto;
	padding: 15px;
}

.logo-centre
{
	max-width: 75px;
}


.gallery-home{
  background:#fff;
}

#ckmenu-text{
  color:#fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: var(--font-text), sans-serif;
}

:before .wave{
  top:-90px;
  z-index: 999;
}

.blocbthead{
	margin-top: 20px;
	text-align: center;
}

.blocbthead > *{
    display: inline-block !important;
    margin: 5px 8px !important;
}

.home #xtext
{
  padding-bottom: 150px;
  background-position: bottom right;
  background-repeat:  no-repeat;
  position: relative;
  overflow: hidden;
  padding: 60px 10px;
}

.img_wrap{
  position:relative;
  overflow:hidden;
}
.img_wrap h2{
  padding: 0.8em 1em;
  font-size: 0.9em !important;
}
.img_description{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 26, 26, 0.7);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity .2s, visibility .2s;
  padding:0 20px;
}
.img_description h2{
  color: #fff;
  font-weight: bold;
  font-family: var(--font-title), sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 10px #444;
  font-size: 2em !important;
  letter-spacing: 2px;
}

.img_wrap:hover .img_description {
visibility: visible;
opacity: 1;
}

.img_description {transition: .2s;transform: translateY(1em);}

.img_wrap:hover .img_description {transform: translateY(0);}

/* ICON BTN HERO */
.hero-content .btn-cta{
  background-repeat:no-repeat;
}
#xfooter img{
  max-width: 100%;
  max-height: 160px;
}
#blocimghome img{
  max-width: 100%;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  height: 400px;
  width: auto;
}
h3#comments{
  text-align: center;
}
#xinfocontact .tellink{
  text-align: center;
  width: auto;
}

#bloctxthome h2{
  margin-bottom: 10px !important;
}
.hometitle-1{
  color:var(--primary-color);
  background: url(../images/pomme.png);
  background-size:contain;
  background-repeat:no-repeat;
  padding:0 30px !important;
}
.hometitle-2{
  color:#710060;
  background: url(../images/quetsche.png);
  background-size:contain;
  background-repeat:no-repeat;
  padding:0 30px !important;
}
.hometitle-3{
  color:#c81430;
  background: url(../images/cerise.png);
  background-size:contain;
  background-repeat:no-repeat;
  padding:0 30px !important;
}
.newsletter{
  background: #fff;
  padding: 5vh 0;
  box-shadow: 0px 10px 30px #00000014;
}
.newsletter .noticenewsletter{
  font-size: 0.7em;
  margin: 30px 0;
  color: #808080;
  width:  50%;
  margin: 3em auto;
}
.newsletter input{
  padding:10px;
  color: var(--primary-color);
  border-radius: 10px;
}
.newsletter input[type=email], #xfooter input[type=email]{
  /* background:url(../images/icons/mail.png); */
  background-repeat:no-repeat;
  background-position: center left 7px;
  padding-left:30px;
  font-family: var(--font-text), sans-serif;
  box-sizing:  border-box;
  border-style: solid;
  border-radius: 10px 0 0 10px;
}
.newsletter input[type=submit]{
  border-radius:0 10px 10px 0;
  margin-left: -4px;
}

.newsletter form{
  text-align:center;
}
.newsletter .inputnewsletter, .newsletter .submitnewsletter{
  display:inline-block;
}
.newsletter .button{
  padding: 10px 20px 11px;
  background: #fff0;
  border: 1px solid var(--primary-color);
}
.newsletter .button:hover{
  background: var(--primary-color);
  color: #fff;
}
.news-wrapper{
  max-width:50%;
  margin:0 auto;
  background:#fff;
  padding:20px;
  text-align: center;
}
.banana{
  opacity: 0;
  transition: 500ms all ease-out;
  transform:translateY(-30%);
}
.banana-trigg{
  opacity:1;
  transform:translateY(0);
}

#bloctxthome{
    position: relative;
    z-index: 15;
    text-align: center;
}

.bggreen{
	background: green;
}

.hotel-content{
  background:#fff;
  max-width: 250px;
  position: relative;
  padding: 2em;
  color:#786c5d;
  font-size:1.2em;
  text-align: center;
  left: 2em;
  top: 2em;
  z-index: 1;
  line-height:1.5;
  position: relative;
  box-shadow:0px -10px 60px -30px #000;
}
.hotel-content img{
  background:#786c5d;
  padding:1em;
  position: absolute;
  top: -5em;
  transform:translateX(-50%);
  left:50%;
  width: 70px;
}
.hotel-content .button{
  display: block;
  text-align: center;
  margin-top: 1.5em;
}
#xheader .head-deco{
  position: absolute;
  bottom: 0;
  z-index: -5;
}
#xheader .header-sched{
  background:url(../images/icons/time.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 3.5em;
  line-height:1.5;
  color: #783751;
  display:  inline-block;
  font-size:18px;
  margin-right:1em;
}

.home-text{
  display:flex;
  justify-content:  space-between;
}
.home-text #bloctxthome{
  width: 90%;
  margin-right:2em;
}
.home-text .tc_content{
  padding:0;
}
#meal-container{
  margin:0 auto;
  padding:  2em;
}
#meal-container img{
  margin:0;
}
.nohome #xprestations{
  background:none;
  margin: 0px;
  overflow: hidden;
}

.nohome #xprestations h2
{
    max-width: 100%;
    margin: 15px 0px;
    padding: 0px;
}
.platdujour h3 a{
  color:#808080;
  padding: 1em;
  font-size:1.2em;
}
.nohome h1{
  padding: 15px;
  /* margin-bottom: 55px!important; */
}
.nohome #xprestations .contentsections
{
  padding:1.5em;
  text-align: center;
}

.meal-thumb{
  position: relative;
  max-width: 600px;
  flex:2;
}
.meal-title{
  color:#786c5d;
  font-size: 1em;
}
.meal-thumb .button{
  position: absolute;
  bottom: 0;
  right: 0;
}
.meal-content{
  background:#fff;
  background-repeat: no-repeat;
  background-position:top 10px center;
  position: relative;
  box-shadow:0px -10px 60px -30px #000;
  padding: 2em;
  text-align:  center;
  flex: 1;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.meal-content::before{
  content:'';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 34.6px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 50%;
  transform:translateY(-50%);
  left: -26px;
}
.meal-container{
  display:flex;

}
.petit{
  background:#fff;
  padding:1em;
  max-width:100px;
}

#formhead {
	margin-top: -10%;
}


.pageform #xform .form_contact {
	margin: 0 !important;
}

form#commentform{
  color:#fff !important;
}


#xreassurance{
  padding: 50px 32px;
}

ul.picto-container{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  }

.picto-bloc{
  box-sizing: border-box;
  padding: 1em 2em;
  text-align: center;
  display: inline-block;
  width: 250px;
}
.picto-bloc p{
  /* margin: 16px 0px; */
  line-height: 22px;
  color: var(--discret-color);
  font-size: 18px;
  max-width: 70%;
  margin: 0 auto;
}
.picto-bloc svg{
	width: 75px;
	height: 75px;
}


.dateckslider
{
	padding-top:10px;
	margin: 0 auto;
	color: #786c5d;
}

.icone-petite
{
	width: 75px;
	height: 75px;
	position: relative;
	top: -35px;
	left: -35px;
	z-index:5;
}

.adresse-box
{
	padding: 5px 0px 5px 10px;
	text-align: center;
	margin:0 auto;
}

.infohead
{
    left: 0px;
    right: 0px;
    transition: all 0.4s;
    text-align: center;
}

.inflogohead{
    padding: 10px 0 0 0;
}

.header-icon
{
	background:url(../images/icons/phone.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px;
	padding-left: 31px;
	color: #8c8c8c;
	line-height: 1.5;
	text-align: left;
	font-size: 16px;
	box-sizing: border-box;
	margin-left: 2px;
}

.header-fax
{
	background:url(../images/icons/fax.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px;
	padding-left: 31px;
	color: #8c8c8c;
	line-height: 1.5;
	text-align: left;
	font-size: 16px;
	box-sizing: border-box;
	margin-left: 2px;
}

.header-icon span, .header-fax span
{
	padding-left: 31px;
}

#blocimghome
{
	position: relative;
	background-size: 100%;
	background-repeat:no-repeat;
	background-position: right bottom;
	/* padding: 32px 0px; */
}

.cvform
{
	position: relative;
	display: inline-block;
	margin:0 auto;
}

.partenaires img
 {
	margin-top: 50%;
	transform: translateY(-50%);
	left: 0;
	width:100%;
}

.partenaires .widget_element_page.listelemul li .containListPage 
{
	box-shadow: none;
	font-size:0px;
}

.partenaires .widget_element_page.listelemul li .containListPage >*
{
	font-size:16px!important;
}

.partenaires .elementimg
{
	overflow:hidden;
}

.nohome #xcontent .tc_content ul li
{
	/* font-size: 15px; */
	margin-left: 30px;
}

#xform-devis #enteteform
{
	background: var(--discret-color);
	box-shadow: 0px 0px 10px var(--shadow-color);
}

#xform-devis
{
	background: url(../images/backgroundContact.png);
	background-size: contain;
	/* background-attachment: fixed; */
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 100px 50px;
	position:relative;
}


.pictosDiv
{
	z-index: 14;
}

.accroche .picto-bloc
{
	padding: 40px 20px;
}

.accroche .picto-bloc svg
{
	width: 60px;
	height: 60px;
}

.accroche .picto-bloc p
{
	letter-spacing: initial;
	font-weight: 300;
	color: var(--back-color);
}

.textAccroche .accroche
{
	text-align: center;
	font-size: 40px;
}

.cache
{
	display: none;
}

#espace strong
{
	cursor:pointer;
}

#espace strong:hover
{
	cursor:pointer;
	text-decoration:underline!important;
}

#espace
{
	border:2px solid #786c5d;
	border-radius: 50px;
	padding: 15px!important;
}

.espaceClient
{
	text-align:center;
}

#contenthor li a, #contenthor li a:visited
{
	color:white;
	font-size: 18px;
	text-decoration:none;
	text-transform: uppercase;
}

#contenthor li a:hover
{
	text-decoration:underline;
}

.subtitleHeader
{
	font-size:25px;
	margin-top: 25px;
}

#xactu .icone-petite
{
	top: 35px;
}

.inflogohead .wrapper
{
	max-width:1500px;
}


.home .img_wrap
{
	box-sizing: border-box;
	margin: 32px auto;
	height: 100%;
	min-height: 300px;
	max-height: 300px;
	max-width: 300px;
	width: 100%;
	transition: all 0.4s;
	border-radius: 50%;
	border: 3px solid var(--discret-color);
}

.home .sectionsbloc .thumbsections 
{
    z-index: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.home .sectionsbloc .contentsections 
{
	position: relative;
	padding: 100px 25px;
}

.home .sectionsbloc .contentsections h2
{
	color: var(--text-color);
	position: relative;
	box-sizing: border-box;
	padding: 15px;
}

.home .sectionsbloc .contentsections strong
{
	font-size:16px;
}
.centerlbp
{
	text-align: center;
	margin-bottom:15px;
}

.addressDiv
{
	text-align: right;
}

.addressInfo
{
	position: relative;
	padding-left: 50px!important;
}

.footer-item
{
	text-align: center;
}

#xfooter .wrapper
{
	padding: 0px 0px 0px 0px;
}

.copyrightDiv
{
	background: var(--secondary-back-color);
	padding: 20px;
	text-align: center;
}

.linkcekome
{
	text-transform: uppercase;
	font-family: var(--font-subtitle), sans-serif;
	font-size: 16px;
	color: var(--back-color)!important;
}

#xform-devis p
{
	display: inline;
	color: var(--text-color);
	text-align: center;
}

#xform-devis .button
{
	flex:none;
	background-color: var(--primary-color);
}

.accroche .phonea.show:after, .accroche .phonea.hide:after 
{
    content: "";
    display: none!important;
}

.accroche .tellink
{
	margin:0px;
	padding: 0px!important;
}

.accroche a
{
	margin:0px!important;
	text-transform: none;
	display: inline-block;
}

#xprestations h2
{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.4s;
	font-family: var(--font-title);
}

.borderImg
{
	padding:0px!important;
}

.home .img_wrap:hover img
{
	transform:scale(1.2);
}

.page_nos-prestations #xprestations .liresuite a
{
	font-size: 16px;
	opacity: 1;
	background: var(--primary-color);
	color: var(--back-color);
	display: inline-block;
	position: relative;
}

.accroche .tellink .phonea
{
	padding: 13px!important;
}

.nohome .imgUne .blocthumb::after
{
	content:" ";
}

.nohome h2
{
	font-size: var(--font-medium);
	font-weight: 500;
	text-decoration: none!important;
	margin-bottom: 10px;
}

.nohome #xcontact
{
	padding-bottom:0px;
}

#xmap
{
	padding: 0px;
	width: 100%;
}
#map_canvas{min-height:400px;}

.LogoContact
{text-align: center;}

.LogoContact a img
{
	max-width:400px;
	display: inline-block;
	text-align: center;
	margin:0 auto;
	padding:20px;
	background:#ffffff50;
}

.LogoContact a
{
	text-align: center;
	margin:0 auto;
}

#xcontact #xform
{
	font-family: var(--font-text), sans-serif;
}

.template-contact-php .tc_content.perso
{
	position: relative;
}

.template-contact-php .tc_content.perso::after
{
	position: absolute;
	background:url(../images/icons/mapContact.svg);
	background-repeat:no-repeat;
	background-size:contain;
	height:30px;
	width:30px;
	top:30px;
	left:30px;
}

.template-contact-php #xinfocontact .tellink a
{
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}

.template-contact-php #xinfocontact .tellink a::after
{
	background:url(../images/icons/phone.svg);
	height:30px;
	width:30px;
	top: -5px;
	left: -30px;
	background-repeat:no-repeat;
	background-size:contain;
}

.nohome.category .sectionsbloc .thumbsections .blocthumb
{
	/* padding:40px; */
	/* max-height: 300px; */
	overflow: hidden;
}

/* ------------------------- */
/* ANIMATION WAYPOINTS */
/* ------------------------- */

.js-trigg
{
	opacity: 1 !important;
	transform: translateY(0) !important;
}
.slog-trigg
{
	opacity: 1 !important;transform: translateX(0) !important;
}

.skew-trigg::before
{
	opacity: 1 !important;
	transform: translateX(-50%) skew(0deg)!important;
}

.perso-trigg::before
{
	transform: translateY(0%)!important;
}

.volets-trigg::before
{
	opacity: 1 !important;
	transform: translateX(100%) skew(-30deg)!important;
}

.opacity-trigg
{
	opacity: 1!important;
}

.thumbnailckslider, .contact-wrap, #xprestations ul, .sectionscont
{
    transform: translateX(-20%);
    opacity: 0;
    transition: 900ms all ease-in-out;
}

#xactu .wrapper
{
	transform:translateX(-50%);
	opacity: 0;
	transition: 900ms all ease-in-out;
}

/* ------------------------- */
/* 			Slogan 			*/
/* ------------------------- */

.slogan-content #slogan-sub
{
	margin-bottom: 32px;
}
#slogan-sub span
{
	/* background: #ffffff80; */
	line-height: 60px;
	display: inline-block;
	margin-top: 10px;
	color: var(--back-color);
	text-shadow: none!important;
	padding: 5px;
}
.slogan-content
{
	color: var(--tertiary-color);
	text-align: center;
}
.nohome .slogan-content
{
	margin-top:0;
}
#sloganhead
{
	font-size: 70px;
	letter-spacing: 2px;
	padding: 25px;
	color: var(--back-color);
}

/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/

#hotel-cta
{
	background: url(../images/background.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	border-bottom: 2px solid var(--secondary-color);
	height: calc(100vh - 102px)!important;
	min-height: 800px;
}

#xactu .thumbnailckslider
{
	margin: 0px;
	text-align: center;
	/* overflow: hidden; */
	position: relative;
	z-index: 1;
}

.img_description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.7);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity .2s, visibility .2s;
    padding: 0 20px;
}
.img_description {
    transition: .2s;
    transform: translateY(1em);
}

.img_wrap:hover .img_description {
    visibility: visible;
    opacity: 1;
}
.contentImg
{
padding: 4em;
text-align: center;
text-transform: uppercase;
}

.img_wrap .description-image::before
{
	position:absolute;
	top:10px;
	bottom: 10px;
	right:10px;
	left:10px;
}

/*---------------------------*/
/*---------------------------*/
/*---------------------------*/

#xagences
{
 margin: 25px;
}

#xagences h2
{
	font-size: 2.5em!important;
	text-align: center;
}

.nohome #xform
{
	margin: 25px auto;
	width: 80%;
}

.page_nos-prestations .liresuite
{
	margin:initial!important;
}

.page_nos-prestations .blocthumb
{
	padding:10px;
}

.template-contact-php h2
{
	text-align: center;
}

.template-contact-php .tc_content.perso li
	{
		list-style: none;
	}

.infoouverture
{
	padding: 20px;
	line-height: 30px;
	z-index: 15;
}

.product h1
{
	color: #fdbe00!important;
}

#xzoneprod
{
	background:#786c5d;
}

.woocommerce
{
	padding-top:50px;
}

.pagenotfound #xcontent
{
	color: var(--text-color)!important;
	padding:20vh 0px;
	margin:0 auto;
	text-align:center;
}

.pagenotfound .button
{
	position: relative;
	top: 50px;
}

.template-contact-php #xcontact .mapCentres
{
	text-align: center;
	padding:40px;
}

.template-contact-php #xcontact .mapCentres img
{
	max-width:100%;
	margin:0 auto!important;
	text-align: center;
}

.ckmenu
{
	max-width: 40px;
	padding: 10px 16px;
	background: var(--secondary-back-color);
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 5;
}

/*Navig sur les autres pages que l'accueil*/
.navigPages
{
	position: relative!important;
	width: 100%;
}

.navigPages .ckmenu-toogle {
    display: inline-block;
}

.nohomelogo
{
	box-sizing:border-box;
	display:  block;
	max-width: 200px;
	max-height: 100px;
	display: block;
	margin: 0 32px 0px 32px;
	position: relative;
	z-index: 2;
}

.nohome .share-buttons 
{
    margin-top: 0px;
}

.navigPages .ckmenu-toogle
{
	width: 40px;
}


.navigmenu .navigtoogle.has-child .navdownwrapper a 
{
	text-transform: initial;
}

#xliprod .button
{
	position: relative;
	top:-30px;
}
#xliprod .button:before
{
	content:"⬅  ";
}

#xliprod .button:hover
{
	text-decoration: underline;
}

.product .ckslidercontrols .prev 
{
	left:-50px;
	top:30%!important;
}

.product .ckslidercontrols .next
{
	right:-50px;
	top:30%!important;
}

.product .cksliderwrap:hover .ckslidercontrols .prev
{
	left:-70px;
}

.product .cksliderwrap:hover .ckslidercontrols .next
{
	right:-70px;
}

#navig
{
	transition:all 0.4s;
}
.ckmenu-toogle::after
{
	content:"menu";
	text-transform:uppercase;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
}

.nohome .ckmenu-toogle::after
{
	left:20px;
}

.logoAlsace
{
	margin:0 auto;
}

.logoAlsace img
{
	width:150px;
}

#xagences .ckslidercontrols
{
	display: none;
}

.widget_element_page.listelemul>li
{
	margin: 0 auto!important;
}

.nohome .ckmenu
{
	margin:0 auto;
	max-width: 40px;
	margin-bottom: 0px;
	background: var(--secondary-back-color);
}

.nohome .ckmenu-toogle::after
{
	margin:0px auto;
	position: initial;
	text-align: center;
	color: #fff;
}

.nohome .ckmenu-toogle .ckmenu-line 
{
	margin:5px auto;
	background: #fff;
}

.nohome .ckmenu-toogle
{
	max-width:40px;
}

.template-contact-php .LogoContact a img 
{
	background: none;
}

.nohome .ckmenu-nav
{
	margin-top:initial!important;
}

/*-------------------------------*/
/*------------COULEURS-----------*/
/*-------------------------------*/

h1
{
	color: var(--text-color);
}

#xheader .header-address li a, #xheader .hero-content p 
{
	text-decoration: none;
	color: var(--back-color);
	line-height: 32px;
	display: block;
}

#xfooter .infoouverture
{
	color:var(--text-color);
}

.tc_content a, .page article a
{
	color: var(--secondary-color);
	font-weight: bold;
	text-decoration: underline;
}

.tc_content strong
{
	color: var(--secondary-color);
}

.tc-content p,  .tc_content li, .tc_content ul li,.tc_content ol li
{
	color:var(--text-color);
}

.page article p,  .accroche p
{
	color:var(--text-color);
}

#xsections .tc_content p, #xsections .tc_content ul li
{
	color:var(--text-color);
}

.contentckslidertext
{
	color:var(--text-color);
}

.tellink a
{
	color:var(--text-color);
}

#xinfocontact p
{
	color: var(--text-color);
}

#xfooter strong
{
	color: var(--primary-color)!important;
	font-family: var(--font-subtitle);
}

.nohome .tc_excerpt
{
	color: var(--text-color);
}

.template-mentions-legales-php article.article_content
{
	color:var(--text-color);
}

#xfooter a, #xfooter p
{
	color: var(--text-color);
}

/*Couleur principale*/

#xcontent
{
	/* background-color: var(--back-color); */
	background-attachment: fixed;
	text-align: center;
}

.page .privacyform_lab a
{
	color: var(--primary-color);
}

#xsections .tc_content p, #xsections .tc_content ul li, #xsections .tc_content ol li
{
	color: var(--text-color);
}

body
{
	background: var(--back-color);
	top: 0px!important;
}

body.no-scroll{
	overflow: hidden;
}

#xnav .navigmenu .naviglink.lvl-0:hover
{
	color: var(--back-color);
	font-weight: initial;
}

#xsections .tc_content strong
{
	color: var(--tertiary-color);
	font-weight: initial;
}

#xsections .tc_content a
{
	color: var(--tertiary-color);
	font-weight: initial;
}

 h2, h3, h4, h5, h6
{
	color: var(--text-color);
}

.modal-content
{
	background-color: var(--secondary-back-color);
}

.cekome_form .button.cf_submit:hover, .cekome_form .btnextprev:hover 
{
	background-color: var(--secondary-back-color);
}

.button.big:hover, .button.big:active, .button.big:focus
{
	background-color: var(--tertiary-color);
	color: var(--back-color)!important;
}

.button.big, .btnextprev
{
	background-color: var(--secondary-back-color);
	color: var(--text-color);
	text-decoration: none;
	position: relative;
}

#xheader .telIco a
{
	text-decoration: none;
}

/*------------xAgences-----------*/
#xagences .containListPage img
{
	max-width:200px ;
	filter: none;
}

#xagences .containListPage
{
	text-align: center;
	background:none;
	box-shadow: none;
}

#xagences .widget_element_page
{
	align-items: center;
}

/*------------PREV ET NEXT-----------*/
.prev 
{
	left: 0px;
	border: 0px;
	float: none!important;
}

.next {
	right: 0px;
}

#xmapFooter {
	padding: 0px;
	width: 100%;
}

/*------------SELECT-----------*/

.cekome_form .blc_select::before
{
	content:"Objet du message";
	display: block;
	margin-bottom:5px;
	text-transform: uppercase;
	font-family: var(--font-title), sans-serif!important;
	font-size: 20px;
	color: #fff;
}

#xform .cekome_form input[type=checkbox]
{
	box-shadow:none;
	float:none;
	margin: 0px;
}

/*------------PAGE CONTACT-----------*/
.nohome #xcontent .phonea.hide::after, .nohome #xcontent .phonea.show::after
{
	display: none;
}

/*------------FOOTER-----------*/

#xfooter .phonea.show:after, #xfooter .phonea.hide:after 
{
	display:none;
}

#xfooter .phonea.hide, #xfooter .phonea.show
{
	border:none;
}

.nohome .liresuite
{
	display: inline-block;
	margin:0px!important;
	text-align: center;
}

body.galerie .content
{
	padding:25px;
}

body.single-php .blocthumb
{
	max-height: 500px;
	overflow:hidden;
}
.page-php .blocthumb img, .single-php .blocthumb img
{padding: 25px;box-sizing: border-box;}


/*------------ TABLEAU -----------*/

.nohome #xcontent table
{
	background: #f9f9f9;
	width:100%;
	overflow: auto;
}
.nohome #xcontent table td
{
	width: 49.8%;
	display: inline-block;
	box-sizing: border-box;
	padding:25px 10px!important;
	text-align: right;
	font-size: 16px;
	height: auto!important;
	border: 1px solid #dadada;
	word-break: break-word;
}

.nohome #xcontent table td:not(:first-child) p
{
	text-align:right!important;
}

.nohome #xcontent table td:first-child p
{
	padding-left: 5px;
}

.nohome #xcontent table tr:first-child
{
	transform: translateY(3px);
}




a.button
{
	color:var(--back-color)!important;
}

.tablecol2 td
{
	width: calc((100% / 2) - 5px)!important;
}

.tablecol3 td
{
	width: calc((100% / 3) - 5px)!important;
}

.tablecol4 td
{
	width: calc((100% / 4) - 5px)!important;
}

.tablecol5 td
{
	width: calc((100% / 5) - 5px)!important;
}

.tablecol6 td
{
	width: calc((100% / 6) - 5px)!important;
}

.tablecol7 td
{
	width: calc((100% / 7) - 4px)!important;
}

.tablecol8 td
{
	width: calc((100% / 8) - 5px)!important;
}
.tablecol7 .colspan2
{
	width: calc(((100% / 7) - 2px) * 2)!important;
}
.tablecol7 .colspan3
{
	width: calc(((100% / 7) - 1px) * 3)!important;
}

.nohome #xcontent table tr
{
 width: 100%;
 display: inline-block;
 text-align: center;
 box-sizing: border-box;
 /* border-bottom: 1px solid #e6e6e6; */
 height: auto!important;
 padding-right: 10px;
 /* overflow: auto; */
}

.nohome #xcontent table tr:last-child
{
 border-bottom: none;
}

.nohome #xcontent table
{
	display: inline-block;
	width: auto;
	margin: 32px auto;
	height: auto!important;
	box-sizing: border-box;
}

.nohome #xcontent table tr td:first-child
{
	text-align: left;
	background: #e8e8e8;
	height: auto!important;
}

/*----------- AUTRE ------------*/

#contenthor h2
{
	text-align: center!important;
	color: var(--back-color)!important;
	padding: 0px;
	border-bottom: 1px solid var(--discret-color);
}

#xcontact li
{
	margin-left: 0px!important;
}

.tc_content ol li 
{
	box-sizing: border-box;
	list-style-type: decimal;
}

/*----------- RATING ------------*/
.ratingArticle article h2, .ratingArticle article p
{
	text-align: center;
}

/*----------- NOHOME ------------*/
.nohome #xcontent .content
{
	text-align: center;
}

.nohome #xcontent .content p,.nohome #xcontent .content li
{
	text-align: left;
}

.home #xprestations .liresuite a
{
	background: var(--secondary-color);
	color: var(--back-color);
}

.home #xprestations .img_wrap:hover .liresuite a
{
	opacity: 1;
}

#xheader .tellink a.phonea
{
	padding-right: 0px !important;
}

/*-----------------------------------------------------------------------*/
/*--------------------------- INFO TOOGLE	  ----------------------------*/
/*-----------------------------------------------------------------------*/

#info-toogle
{
	text-align: right;
	padding: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
	display:none;
}

#info-toogle p
{
	display: inline-block;
}

.header-trigg
{
	max-height: initial!important;
	opacity: 1;
	background: var(--back-color);
}

/*-----------------------------------------------------------------------*/
/*--------------------------- 	AUTRE		  ----------------------------*/
/*-----------------------------------------------------------------------*/
.template-mentions-legales-php #xcontent, .template-plan-du-site-php #xcontent
{
	padding: 25px;
}

/*-----------------------------------------------------------------------*/
/*--------------------------- 	HEADER	  ----------------------------*/
/*-----------------------------------------------------------------------*/
.horaires h3
{
	margin: 25px auto;
	text-align: center!important;
}

.horaires
{
	line-height: 25px;
}

.overflowHide
{
	overflow: hidden;
}

/*-----------------------------------------------------------------------*/
/*--------------------------- 	HOTEL CTA	  ----------------------------*/
/*-----------------------------------------------------------------------*/
#hotel-cta .tellink a, #hotel-cta .button.btn-cta
{
	background: var(--primary-color);
	color: var(--back-color);
	margin: 16px 0px!important;
	position: relative;
	z-index: 0;
}

.textAccroche
{
	margin: 0 auto;
	text-align: center;
	max-width: 100%!important;
}

.accroche
{
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#xelempartenaires li
{
	box-sizing: border-box;
	max-width: 90%!important;
}

/*-----------------------------------------------------------------------*/
/*--------------------------- 			PAGES	  ----------------------------*/
/*-----------------------------------------------------------------------*/

.nohome h2 a
{
	text-decoration: none!important;
	text-align: center;
}

#xagences-slider
{
	padding: 32px;
}

.template-contact-php  .cekome_form label
{
	color: var(--text-color);
}

/*-----------------------------------------------------------------------*/
/*--------------------------- 	 HEADER ICONS	  ----------------------------*/
/*-----------------------------------------------------------------------*/
#xheader .telIco:after, #xfooter .telIco:after
{
	background: url(../images/icons/phoneHeader.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#xheader .adresseIco:after, #xfooter .adresseIco:after
{
	background: url(../images/icons/mapHeader.svg);
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
}


/*-----------------------------------------------------------------------*/
/*--------------------------- 	 PAGE CONTACT	  ----------------------------*/
/*-----------------------------------------------------------------------*/
#xinfocontact .telIco a, #xinfocontact .adresseIco
{
	color: var(--text-color);
	text-align: right;
}

#xinfocontact .telIco
{
	text-align: right;
}

#xinfocontact .adresseIco
{
	line-height: 50px;
}

/*--------------------------- 	 CONTACT FORM PAGE CONTACT	  ----------------------------*/

.template-contact-php .cekome_form input[type=text]:not(.cf_inputcaptcha),.template-contact-php .cekome_form input[type=tel],
.template-contact-php .cekome_form input[type=date], .template-contact-php .cekome_form input[type=email], .template-contact-php .cekome_form input[type=password],
.template-contact-php .cekome_form textarea, .template-contact-php .cekome_form select 
{
	color: var(--text-color);
}

.st-ctn
{
	z-index: 1!important;
}

.page h1, .page h2
{
	margin-bottom: 32px;
	color: var(--text-color);
	font-weight: 100;
	display: inline-block;
}

#openHoraire
{
	cursor: pointer!important;
	color: var(--text-color)!important;
}

.adresseIco, #horaires
{
	cursor:initial!important;
}

.nohome .nohomelogo 
{
	box-sizing: border-box;
	display: inline-block;
	max-width: 250px;
	object-fit: contain;
}

#slogan-title
{
	font-size: 65px;
	font-family: var(--font-big-title);
	font-weight: 100;
	position: relative;
	line-height: 1.4em;
	padding: 15px;
	background: #ffffff80;
	display: inline-block;
	word-spacing: 0.05em;
	transform: rotate(-0.5deg)!important;
}

.certifHeader img
{
	max-height: 85px;
	margin: 0 auto;
}

/*--------------------------- 	 PRESTATIONS	  ----------------------------*/
#xprestations
{
	/* margin: 32px 0px; */
	padding: 32px 0px;
	box-sizing: border-box;
}

.home #xprestations .img_wrap:hover h2
{
	bottom: 20%;
}


/*--------------------------- 	 MENU	  ----------------------------*/
#menuSpe 
{
	position: absolute;
	transform: skewX(30deg);
	right: 0%;
	bottom: 0px;
	left: 0%;
	width: 110%;
	height: 3px;
	background: var(--secondary-color);
	z-index: 0;
	transition: all 0.4s;
}

#menuSpe 
{
	transition: all 0.4s;
	left: 0px;
}

#xactu .blocckslider 
{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: center;
	background-position-x: 0px;
	/* overflow: hidden; */
	margin: 0 auto;
	box-shadow: 0px 5px 10px var(--shadow-color);
}

#xactu .textSection, #xactu .coverImg
{
	z-index: 0;
	position: relative;
}

/*----------------------------------------------------------------------*/
/*-----------------------------FORM CONTACT-----------------------------*/
/*----------------------------------------------------------------------*/
.template-contact-php	#xform
{
	text-align: right;
	padding: 0px;
	width: 87%!important;
}

.template-contact-php	#xform:after 
{
	content: "";
	background: url(../images/icons/mail.svg);
	display: block;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	z-index: 0;
}

#xheader .infohead .telIco, #xheader .infohead .adresseIco, #xheader .infohead #openHoraire, #xheader .infohead .socialContact
{
	text-align: center!important;
	color: var(--text-color);
}

.adresseDiv
{
	width: 100%;
}

/*----------------------------------------------------------------------*/
/*----------------------------- PICTO BLOC -----------------------------*/
/*----------------------------------------------------------------------*/
.home #xtext .picto-bloc, .nohome .picto-bloc
{
	/* border: 1px dashed var(--discret-color); */
	margin: 10px 2px;
	height: 250px;
}

/*----------------------------------------------------------------------*/
/*----------------------------- FOOTER -----------------------------*/
/*----------------------------------------------------------------------*/

#xfooter .telIco::after, #xfooter .adresseIco::after
{
	display: none;
}

.home #xprestations .containListPage
{
	align-items: baseline;
}

#xprestations .listpageul li
{
	padding: 0px 25px;
	box-sizing: border-box;
}

.home #xprestations .liresuite a
{
	display: inline-block;
	font-size: var(--font-regular);
	position: relative;
	z-index: 2;
	margin: 0px;
	transform: translateY(-30px);
	margin-bottom: 32px;
}

/*----------------------------------------------------------------------*/
/*----------------------------- Horaires + map -----------------------------*/
/*----------------------------------------------------------------------*/
.modal-content
{
	overflow: hidden;
}

#contenthor p
{
	text-align: center;
}

#contenthor::after
{
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:url(../images/icons/clock.svg);
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	filter: grayscale(100%);
	opacity: 0.1;
}


/*----------------------------------------------------------------------*/
/*----------------------------- MAP -----------------------------*/
/*----------------------------------------------------------------------*/
.template-contact-php #xmap
{
	padding: 15px;
	border-top: none;
}

/*----------------------------------------------------------------------*/
/*----------------------------- HEADER	 -----------------------------*/
/*----------------------------------------------------------------------*/
#xheader .adresseIco:after
{
	background-size: 100%;
}

#xheader .tellink a
{
	padding-left: 0px!important;
}

.adresseDiv
{
	position: relative;
	/* border-bottom: 1px dashed var(--primary-color); */
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 15px;
}
/*----------------------------------------------------------------------*/
/*----------------------------- SECTIONS	 -----------------------------*/
/*----------------------------------------------------------------------*/

#slogan-title strong, #slogan-sub strong
{
	color: var(--tertiary-color);
}

/*----------------------------------------------------------------------*/
/*----------------------------- 	BOX CTA 	-----------------------------*/
/*----------------------------------------------------------------------*/
#boxCta
{
	display: none;
}

/*----------------------------------------------------------------------*/
/*----------------------------- 	ACTU	 -----------------------------*/
/*----------------------------------------------------------------------*/
#xactu .contentckslidertext
{
	padding: 20px;
	color: var(--text-color);
}

/*----------------------------------------------------------------------*/
/*----------------------------- Footer		 -----------------------------*/
/*----------------------------------------------------------------------*/
#xfooter .tellink
{
	padding: 0px;
}

.footer-address p, #menu-footer li
{
	padding: 5px!important;
}
.footerTitre
{
	font-size: 32px;
}

/*----------------------------------------------------------------------*/
/*----------------------------- TOOGLE	 -----------------------------*/
/*----------------------------------------------------------------------*/
#info-toogle 
{
    display: none;
    height: 45px;
    width: 45px;
	margin: 15px auto;
    background-color: var(--primary-color);
    background-image: url(../images/icons/info.png);
        background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
	top: -10px;
	right: 5px;
}

/*----------------------------------------------------------------------*/
/*----------------------------- FORMULAIRE -----------------------------*/
/*----------------------------------------------------------------------*/
#xform .cekome_form input[type=checkbox]
{
	display: inline-block;
}

.blc_checkbox:not(.formprivacy_chk)
{
	display: inline-block!important;
	max-width: 33%;
	text-align:left;
}

.template-contact-php .blc_checkbox:not(.formprivacy_chk)
{
	display: inline-block!important;
	max-width: 100%;
	text-align:left;
}

.template-contact-php  .cekome_form .button.cf_submit
{
	background-color: var(--primary-color);
}

.blc_checkbox input
{
	margin: 0px 5px!important;
}

.blc_checkbox:not(.formprivacy_chk):first-child::before
{
	content: "Sujet : ";
	color: var(--back-color);
	position: absolute;
	top: -25px;
	font-family: var(--font-subtitle);
	text-decoration: underline;
}

/*----------------------------------------------------------------------*/
/*-----------------------------Pulse effect	----------------------------*/
/*----------------------------------------------------------------------*/

#boxCta:hover::before {
  animation: none;
}

@-webkit-keyframes pulse 
{
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--tertiary-color);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse 
{
  0% {
    -moz-box-shadow: 0 0 0 0 var(--tertiary-color);
    box-shadow: 0 0 0 0 var(--tertiary-color);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

/*----------------------------------------------------------------------*/
/*----------------------------- partenaires -----------------------------*/
/*----------------------------------------------------------------------*/

.page_nos-partenaires .containListPage
{
    /* font-size: 0; */
    overflow: hidden;
    background: transparent!important;
}

/*----------------------------------------------------------------------*/
/*----------------------------- CONTACT	 -----------------------------*/
/*----------------------------------------------------------------------*/

.logoDiv p
{
	transform: translateY(-15px);
	font-size: 16px!important;
}

#xform .cekome_form input
{
	background-color: transparent!important;
	border-bottom: 1px dashed var(--text-color)!important;
}

#xform .cekome_form input[type=submit]
{
	background-color: var(--primary-color)!important;
	border-bottom: none!important;
	padding: 15px 25px;
	padding-left: 50px;
}


/*----------------------------------------------------------------------*/
/*----------------------------- 	TEXT 	-----------------------------*/
/*----------------------------------------------------------------------*/
#xtext,#xprestations
{
	position: relative;
}

/*----------------------------------------------------------------------*/
/*----------------------------- Xtext -----------------------------*/
/*----------------------------------------------------------------------*/
#xtext .blocthumb
{
	padding: 0px 32px;
	overflow: hidden;
	min-height: 250px;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}

/*----------------------------------------------------------------------*/
/*----------------------------- PRELOADER -----------------------------*/
/*----------------------------------------------------------------------*/


.preloader-wrapper {
	height: 100%;
	width: 100%;
	background: var(--secondary-back-color);
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	z-index: 9999999;
}

.preloader-wrapper .preloader 
{
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100px;
	max-height: 100px;
	padding: 15px;
}


/*----------------------------------------------------------------------*/
/*----------------------------- Prestations -----------------------------*/
/*----------------------------------------------------------------------*/
#xprestations h2 a
{
	line-height: 100%!important;
}

#xprestations .ckctrldiv
{
	bottom: -30px;
	opacity: 1;
}

#xprestations .thumbgsecteurs
{
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	border: 4px solid var(--tertiary-color);
	background-color: var(--back-color);
	border-radius: 50%;
	/* -webkit-clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0 85%, 0 15%); */
	/* clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0 85%, 0 15%); */
}

/*----------------------------------------------------------------------*/
/*----------------------------- GALERIE -----------------------------*/
/*----------------------------------------------------------------------*/
.gallery-icon img
{
	max-width: 95%;
}

/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/
.navigtoogle.has-child>a::after
{
	content: "";
	position: absolute;
	bottom: 10px;
	transform: translateX(-50%);
	left: 50%;
	width: 20px;
	height: 20px;
	background-image:url(../images/icons/arrowdown.svg);
	background-size:contain;
	background-position:center center;
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------*/
/*---------------------		 ACTU / PRESTA NO HOME		------------------*/
/*----------------------------------------------------------------------*/
.nohome.category .liresuite a
{
	background: transparent!important;
	color: var(--text-color)!important;
	border: 2px solid var(--primary-color);
	/* margin: 32px auto !important; */
}

.nohome .listpageul>li:nth-child(even) .thumbsections
{
	order: 1;
}
.template-parent-page-php .ckctrldiv
{
	display: none;
}

/*----------------------------------------------------------------------*/
/*----------------------------- FB -----------------------------*/
/*----------------------------------------------------------------------*/
#xheader .infohead .socialContact a
{
	color: var(--text-color);
	text-decoration: none;
	border-bottom: 2px solid var(--primary-color);
}

.socialContact img
{
	height: 20px;
	transform: translateY(2px);
}
/*----------------------------------------------------------------------*/
/*----------------------------- TEXT	 -----------------------------*/
/*----------------------------------------------------------------------*/
.thumb_wrap
{
	position: relative;
	margin: 5px auto;
	width: 250px;
	height: 250px;
	z-index: 1;
	transition: all 0.4s;
}

.presta-anim:nth-child(2) .thumb_wrap
{
	transform: scale(1.05);
}


.presta-anim:nth-child(2) .thumb_wrap::before
{
	filter: hue-rotate(25deg);
}

.presta-anim:nth-child(3) .thumb_wrap::before
{
	filter: hue-rotate(45deg);
}
.nohome #xcontent .content
{
	position: relative;
}

.nohome.galerie #xcontent .content:before , .template-parent-page-php #xcontent .content:before
{
	display: none;
}

.modal-content div
{
	margin: 1em;
}

/*----------------------------------------------------------------------*/
/*----------------------------- Controldiv -----------------------------*/
/*----------------------------------------------------------------------*/
#xactu .ckctrldiv
{
	bottom: -30px;
}

/*----------------------------------------------------------------------*/
/*----------------------------- 	CTA	 -----------------------------*/
/*----------------------------------------------------------------------*/
.accroche::before
{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	/* background: radial-gradient(#0000004a, transparent); */
	min-width: 100%;
	z-index: -1;
}

/*----------------------------------------------------------------------*/
/*----------------------------- REASSURANCES -----------------------------*/
/*----------------------------------------------------------------------*/
.home #xreassurance
{
	padding: 32px 0px;
	width: 100%;
}


/*----------------------------------------------------------------------*/
/*----------------------------- FOOTER	 -----------------------------*/
/*----------------------------------------------------------------------*/
.footerParent
{
	position: relative;
}

.footerCta
{
	position: absolute;
	top: -175px;
	padding: 25px;
	z-index: 2;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	background: var(--secondary-back-color);
}

.footerCta a
{
	display: inline-block;
	margin-top: 15px;
	padding: 15px;
	/* border: 2px solid var(--primary-color); */
}

.footerCta a:hover
{
	background:  var(--secondary-back-color);
}

.footerCta:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: var(--secondary-back-color) transparent transparent transparent;
	position: absolute;
	bottom: -30px;
	left: 65%;
}

.footerCta p
{
	color: var(--back-color);
	text-transform: uppercase;
}

/*----------------------------------------------------------------------*/
/*----------------------------- VIDEO -----------------------------*/
/*----------------------------------------------------------------------*/
.home .textOnly
{
	text-align: left;
}

.home .videoOnly iframe
{
	max-width: 90%;
	padding: 30px;
	box-sizing: border-box;
}

.chkbox
{
	position: relative;
	z-index: 5;
}

 .cekome_form textarea.ckformfields
 {
	 border: 1px solid var(--discret-color)!important;
 }

/*----------------------------------------------------------------------*/
/*----------------------------- ACTU -----------------------------*/
/*----------------------------------------------------------------------*/
#xactu .thumbnailckslider a
{
	display:inline-block;
}

#xactu .blocckslider::before
{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background: #00000085; */
}

#xactu .blocckslider .blockslidecontent
{
	/* position: relative; */
	z-index: 1;
}

#xactu .liresuite
{
	position:relative;
	z-index: 1;
}


#xactu .next, #xactu .prev
{
	display:none;
}

#xactu .actuwrap
{
	box-sizing: border-box;
	padding: 16px;
}

#xactu .slideactu
{
	width: 100%;
	padding: 32px 0px;
}

.firstword
{
	color:var(--tertiary-color);
}

h1 .firstword
{
	color:var(--primary-color);
}

#slogan-title .firstword
{
	color: var(--text-color);
	font-family: var(--font-title);
}

#xprestations .firstword
{
	color:var(--primary-color);
}

/*----------------------------------------------------------------------*/
/*----------------------------- REASSURANCES -----------------------------*/
/*----------------------------------------------------------------------*/



.picto-bloc svg
{
    padding-top: 30px;
}

.picto-bloc
{
	position: relative;
}

#xsections h2
{
	text-align:center;
	display:inline-block;
	margin: 0;
	padding: 0;
	font-size: var(--font-big);
}

/*----------------------------------------------------------------------*/
/*----------------------------- WORBLE VER LEFT -----------------------------*/
/*----------------------------------------------------------------------*/
.containListPage:hover .wobble-ver-left {
	-webkit-animation: wobble-ver-left 2s ease-in-out infinite both;
	        animation: wobble-ver-left 2s ease-in-out infinite both;
}

@-webkit-keyframes wobble-ver-left {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateY(-30px) rotate(-6deg);
            transform: translateY(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateY(15px) rotate(6deg);
            transform: translateY(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateY(-15px) rotate(-3.6deg);
            transform: translateY(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateY(9px) rotate(2.4deg);
            transform: translateY(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateY(-6px) rotate(-1.2deg);
            transform: translateY(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-ver-left {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateY(-30px) rotate(-6deg);
            transform: translateY(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateY(15px) rotate(6deg);
            transform: translateY(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateY(-15px) rotate(-3.6deg);
            transform: translateY(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateY(9px) rotate(2.4deg);
            transform: translateY(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateY(-6px) rotate(-1.2deg);
            transform: translateY(-6px) rotate(-1.2deg);
  }
}
/*----------------------------------------------------------------------*/
/*----------------------------- PRELOADER -----------------------------*/
/*----------------------------------------------------------------------*/
.sk-folding-cube {
  margin: 20px auto;
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
/*----------------------------------------------------------------------*/
/*----------------------------- FORMULAIRE -----------------------------*/
/*----------------------------------------------------------------------*/
.imageContact
{
	background-color: var(--back-color);
	background-image:url(../images/icons/devis.svg);
	background-size:contain;
	background-position:center center;
	background-repeat: no-repeat;
}

#enteteform>div
{
	padding: 50px 20px!important;
	text-align: center;
}

#enteteform
{
	align-items:stretch;
}

.nextform
{
	float:right;
}

.prevform
{
	padding:15px 0px!important;
	border:	none!important;
	background:transparent!important;
	color:var(--text-color)!important;
	text-decoration:underline;
}

#enteteform .footerTitre
{
	text-transform: uppercase;
	font-family: var(--font-subtitle), sans-serif;
}

#cptchkbx
{
	box-sizing:border-box;
	width:  20px!important;
	height: 20px!important;
}

.norobo
{
	transform: translateY(-6px);
}

.template-contact-php #xform-devis 
{
	background:none;
	padding: initial;
	margin: 16px 0px;
}

/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/
.adresseContact, .telContact
{
	background:var(--discret-color);
	margin:	25px 0px!important;
	box-shadow: 0px 0px 10px var(--shadow-color);
	line-height: 32px;
}

.adresseContact h3, .telContact h3
{
	text-align: center;
}

.contactAll
{
	align-items: stretch;
	/* background: var(--discret-color); */
}

#xmap #map_canvas
{
	position: relative;
	border:	5px solid var(--discret-color);
	box-sizing: border-box;
}

#xmap #map_canvas::before
{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:url(../images/icons/map.svg);
	filter:grayscale(100%);
	opacity: 0.5;
	background-size:contain;
	background-position:center center;
	background-repeat: no-repeat;
	z-index: 0;
}

.adresseImage, .telImage
{
	position:relative;
	padding: 25px 10px;
	min-height: 150px;
	box-sizing: border-box;
}

.adresseImage::before, .telImage::before
{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background-color: var(--tertiary-color); */
	background-image:url(../images/icons/map.svg);
	background-size:contain;
	background-position:center center;
	background-repeat: no-repeat;
}

.telImage::before
{
	background-image:url(../images/icons/phone.svg);
}

.liresuite a:hover
{
	color: var(--back-color)!important;
}

/*----------------------------------------------------------------------*/
/*----------------------------- MENU	 -----------------------------*/
/*----------------------------------------------------------------------*/

#xprestations .containListPage
{
	justify-content: center;
}

#xprestations .titreprestah2
{
	font-size:var(--font-big);
}

/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/
.tc_excerpt
{

	position:relative;
	z-index:1;
}
.tc_excerpt p
{
	background: var(--back-color);
	box-shadow: 0px 10px 20px #dadada;
    display: inline-block;
    padding: 32px;
    max-width: 300px;
}

/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/
#xprestations, #xsections, .nohome #xcontent
{
	position:relative;
}

.home #xprestations::after
{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background : linear-gradient(#fff ,transparent,#fff);
	z-index: -2;
}

.home .logo
{
	opacity: 0;
	max-width: 100%;
	width: 200px;
}

.home .logoResponsive
{
	display:none;
}

.certif
{
	display:block;
	margin: 16px auto;
	max-height: 40px!important;
	max-width: 100%;
}

/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/
.slideactu
{
	align-items: stretch!important;
    min-height: 100%!important;
    display: flex!important;
}

.slideactu>*
{
	flex:1!important;
}

.blocckslider, .textSection>div
{
    height: 100%;
    box-sizing: border-box;
    min-height: 475px;
    position: relative;
}

/*----------------------------------------------------------------------*/
/*----------------------------- ACTU -----------------------------*/
/*----------------------------------------------------------------------*/
#xactu .liresuite
{
	content: "";
	position: absolute;
	bottom:-100%;
	left: 50%;
	transform:translateX(-50%);
	width: 100%;
	/* background: var(--text-color); */
	box-sizing: border-box;
	padding:25px 0px;
	transition:	all 0.4s;
}

#xactu .actuwrap:hover .liresuite, #xactu .actuwrap:nth-child(2) .liresuite
{
	bottom:0%;
}

#xactu .liresuite a
{
	box-sizing: border-box;
	background:transparent;
	color:var(--back-color);
	border: 1px solid var(--secondary-color);
}
/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/
#xactu .icone
{
	height: 100%;
	width: 100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center;
	filter: invert(1);
	z-index: -1;
}

#xactu .lienIcone
{
	height: 60px;
	width: 60px;
	position:absolute;
	top: 50px;
	left: 50%;
	transform:translateX(-50%);
}

/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/
.liresuite a::before
{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 50px;
	height: 100%;
	background-color: #499795;
	z-index: -1;
}

#hotel-cta .liresuite a::before
{
	background-image:url(../images/icons/mail.svg);
	background-size:60%;
	background-position:center center;
	background-repeat: no-repeat;
	z-index:1;
}

.liresuite a::after
{
	content: "";
	position: absolute;
	top: 0px;
	right: -24px;
	bottom: 0px;
	width: 100px;
	-webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
	height: 100%;
	background: #499795;
	z-index:-1;
	transition:all 0.4s;
}

#hotel-cta .liresuite a::after
{
	right: 0px;
	width: 70px;
}

.liresuite a:hover::after
{
	right: 0%;
	width: 100%!important;
	-webkit-clip-path:  none;
	clip-path: none;
}

/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/
.textSection::before
{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg,var(--secondary-back-color), var(--text-color));
	z-index: 0;
	opacity: 0;
	transition:all 0.4s;
	z-index: -1;
}

.textSection::after
{
	content: "";
	position: absolute;
	top:  50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width:  calc(100% - 15px);
	height: calc(100% - 15px);
	border: 2px solid var(--discret-color);
	transition:all 0.4s;
	z-index: 0;
}

.textSection:hover::before, .actuwrap:nth-child(2) .textSection::before
{
	opacity: 1;
}

/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/
.home #xtext::before
{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: -100px;
	width: 100%;
	height: 100%;
	background-image:url(../images/backgroundText.png);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index:-2;
}

/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/
#xactu h2
{
	font-size: var(--font-big);
}

#xactu::before, .sectionscont::before
{
	content: "";
	position: absolute;
	top:  50%;
	left: 50%;
	width:  500px;
	height: 500px;
	transform:translate(-50%,-50%) rotate(45deg);
	border: 9px solid var(--shadow-color);
	z-index: 0;
	opacity: 0.15;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.liresuite a
{
	position:relative;
	overflow: hidden;
}

#xactu .liresuite a::before, #xactu .liresuite a::after
{
	background:var(--secondary-color);
}

#xheader .logoHeader
{
	text-align:center;
}
#xheader .logoHeader a
{
	display: inline-block;
}

#xheader .logoHeader p
{
	font-family: var(--font-subtitle);
	color: var(--text-color);
}

#xcertifications .prev, #xcertifications .next
{
	display:none;
}

.home .adresseDiv
{
	background:var(--back-color);
}
#xheader .active>a
{
	color:var(--back-color);
}

.center
{
	position: relative;
	transition: all 0.4s;
	width: 500px;
	margin: 0 auto;
	max-width: 100%;
}

.center p, .center p iframe
{
	text-align:center!important;
	width: 100%;
	max-width: 100%;
}

.center p
{
	position:relative;
	margin:32px auto;
	z-index:0;
}

#xcertifications img
{
	max-width:	100%;
	width:auto;
	max-height: 100px;
}

.widget_element_page.listelemul li .containListPage a
{
	display:inline-block;
}

/*----------------------------------------------------------------------*/
/*----------------------------- CENTER -----------------------------*/
/*----------------------------------------------------------------------*/
/* .center p::before
{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background : var(--secondary-back-color);
	z-index:0;
	transition:all 0.4s;
}

.center::before
{
	content: "";
	position: absolute;
	top:  50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width:  calc(100% - 12px);
	height: calc(100% - 12px);
	border:2px solid var(--back-color);
	z-index: 1;
	transition:all 0.4s;
}

.center p::after
{
	content: "";
	position: absolute;
	top:  50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width:  150px;
	height: 150px;
	background-image:url(../images/icons/play.svg);
	background-size:50%;
	background-position:center center;
	background-repeat: no-repeat;
	z-index: 1;
	filter: brightness(10);
	transition:all 0.4s;
}

.center:hover::before, .center:hover p::after, .center:hover p::before
{
	display: none;
} */
/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/
.template-contact-php #xform-devis #enteteform
{
	background:var(--discret-color)
}

.nohome .tc_content img
{
	max-width: 100%;
	height: auto;
}

.lang
{
	transform: translateY(2px);
}

.nohome #xcontent::before
{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:url(../images/backgroundFond.png);
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	opacity:0.15;
	pointer-events: none;
}

/*----------------------------------------------------------------------*/
/*----------------------------- ************ -----------------------------*/
/*----------------------------------------------------------------------*/
.Kid
{
	border-top:2px solid #27ae60;
}

.mikala
{
	border-top:2px solid #f368e0;
}

.decouverte
{
	border-top:2px solid #2980b9;
}

.sensation
{
	border-top:2px solid #e67e22;
}

.panoramique
{
	border-top:2px solid #f1c40f;
}

.escalade
{
	border-top:2px solid #16a085;
}

/*---------------*/

.nohome #xcontent table .Kid>td:first-child
{
	background: #27ae60;
}

.nohome #xcontent table .mikala>td:first-child
{
	background: #f368e0;
}

.nohome #xcontent table .decouverte>td:first-child
{
	background: #2980b9;
}


.nohome #xcontent table .sensation>td:first-child
{
	background: #e67e22;
}

.nohome #xcontent table .panoramique>td:first-child
{
	background: #f1c40f;
}

.nohome #xcontent table .escalade>td:first-child
{
	background: #16a085;
}


#section-share{
	display: flex;
	align-items: center;
	border-top: solid 1px rgba(0,0,0,0.2);
	margin-top: 40px;
	margin-bottom: 25px;
	justify-content: flex-end;
	padding-top: 5px;
}
#section-share .share-title{
	text-transform: uppercase;
	font-size: 14px;
	/* font-weight: bold; */
}
#section-share .share-buttons{
	margin-left: 10px;
	margin-right: 0;
}
#section-share .share-buttons a svg{
	height: 20px;
}

.popupHead
{
	background: var(--secondary-color);
	top:0;
	text-align:center;
	color: #fff;
	font-weight: bold;
	box-sizing:border-box;
	padding: 5px;
	line-height: 100%;
	font-size: 19px;
	line-height:180%;
	z-index: 999999;
	width:100%;
}

.popupHead a
{
	color: var(--back-color);
}

/*----------------------------- ************ -----------------------------*/
.vegas-slide
{
	filter:saturate(1.5);
}

.respvalid
{
	background: var(--primary-color);
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 15px;
}
/*-----------------------------------------------------------*/
#xheader .share-buttons a:first-child svg
{
	fill: #1077c9;
}
/*-----------------------------------------------------------*/
.logoAccroche
{
	margin: 0 auto;
	max-height: 300px;
	max-width: 250px;
}

#hotel-cta .wrapper::before
{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width:100%;
	height:100%;
	background: linear-gradient(to bottom,#00000061, #0000);
	/* opacity: 0.3; */
}

.galerieFrame
{
	max-width: 100%;
	padding: 50px;
	box-sizing: border-box;
}
/*--------------------------------------------*/
#xcertifications .widget_element_page.listelemul li h3 a
{
	display: none;
}

#xcertifications .containListPage
{
	font-size: 0;
}

iframe
{
	max-width: 90%;
	margin: 0 auto;
}

.nohome.galerie img
{
	max-width: 100%;
}

.wrapperSections
{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.contentGallery
{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
	box-sizing: border-box;
}