/*-----------------*/
/* VARIABLE */
/*-----------------*/
:root
{
	/*COLORS*/
	--primary-bgcolor: #d8af54;
	--secondary-bgcolor: #21856F;
	--tertiary-bgcolor: #f5dab8;
	--text-color: #5d5d5d;
	--title-color: #0b1315;
	--light-color: #f4f4f4;
	--white: #FFFFFF;
	--black: #000000;

	/*FONTS*/

	--font-surtitle:Ailerons, sans-serif;
	--font-title:CaviarDreams, sans-serif;
	--font-text:Lato,sans-serif;
	--font-bold:LatoBold, sans-serif;
}

/*-----------------*/
/* GLOBAL */
/*-----------------*/
@font-face {
    font-family: 'CaviarDreams';
    src: url('../fonts/CaviarDreams-Bold.woff2') format('woff2'),
        url('../fonts/CaviarDreams-Bold.woff') format('woff'),
        url('../fonts/CaviarDreams-Bold.ttf') format('truetype'),
        url('../fonts/CaviarDreams-Bold.svg#CaviarDreams-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ailerons';
    src: url('../fonts/Ailerons-Regular.woff2') format('woff2'),
        url('../fonts/Ailerons-Regular.woff') format('woff'),
        url('../fonts/Ailerons-Regular.ttf') format('truetype'),
        url('../fonts/Ailerons-Regular.svg#Ailerons-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype'),
        url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype'),
        url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



body {
  font-size: 18px;
  line-height: 1.7;
  font-family: var(--font-text);
  top:0 !important;
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  background: var(--title-color);
}


@media(max-width:736px){
	body{
		line-height: 1.6;
		font-size: 16px;
	}
}

body.no-scroll, body.is-toggle-open, body.is-form-warning{
    overflow: hidden;
}



body.is-form-warning #header{
	z-index: 1;
}
body.is-form-warning #wrappersite:before{
	z-index: 1;
}
body.is-form-warning #wrappersite:after{
	z-index: 0;
}

.posrel{
  position: relative;
}

a{
	text-decoration: none;
	color: var(--primary-bgcolor);
	cursor: pointer;
	transition: 250ms all ease-in-out;
}

.more-links{
	text-transform: uppercase;
	font-size: .85rem;
	padding: 15px 0;
	text-decoration: none;
	display: inline-block;
	position: relative;
	font-family: var(--font-title);
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	z-index: 0;
	color: var(--title-color);
}

.more-links.return{
	background:none;
	display: inline-block;
	padding: 0 0 0 20px;
}
.more-links.return:before{
	content: none;
}
.more-links.return:after{
	background:none;
	right: auto;
	left: 0;
	transform: translateY(-50%) scale(-1);
	margin-top: -2px;
	border-left-color: var(--title-color);
}

.more-links:before{position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background: var(--secondary-color);/* content: ''; */opacity: 0;transition: transform .15s ease-out,opacity .15s ease-out;z-index: -1;transform: scaleX(0);}

.more-links:hover:before{
	opacity: 1;
	transition: transform .2s ease-in,opacity .2s ease-in;
	transform: scaleX(1);
}

.more-links:after{
	transition: 250ms all ease-in-out;
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: var(--primary-color);
	border-width: 6px;
	margin-top: -6px;
}

.more-links.return span{
	padding-right: 0;
	padding-left: 15px;
}

.more-links:hover{
	/* background-color: var(--secondary-color); */
	color: var(--primary-bgcolor);
}

.more-links:hover:after{
	border-left-color: var(--primary-color);
}


.return-top{
	border-bottom: solid 1px rgba(255,255,255,.3);
	/* margin-top: 20px; */
	padding: 15px;
}

.buttonBottom{
	margin-bottom: 40px;
}

.return-bottom{
	border-top: solid 1px rgb(255 255 255 / 20%);
	padding-top: 50px;
	padding-bottom: 0;
	margin-top: 80px;
	clear: both;
}


.show-for-large{
	display: block;
}

.hide-for-large{
	display: none;
}
.show-for-medium {
    display: block;
}

.hide-for-medium{
	display: block;
}
.hide-for-xmedium{
	display: none;
}
		



.doc-link .size{
	font-size: 13px;
	font-style: italic;
	font-family: var(--font-text);
}
/*------------------------------------------------------------------
[1.5 Preloader ]
*/
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/loader-img.jpg);
}
#loader-wrapper .overlay{
	z-index: -1;
}

.overlayDecor:before,
.overlayDecor:after,
.overlayDecor span:before,
.overlayDecor span:after{
	content: "";
	position: absolute;
	top: 0;
	background-image: url(../images/frise-vertical.png);
	background-size: contain;
	 height: 100%;
	width: 40px;
}

.overlayDecor span:before,
.overlayDecor span:after {
	background-image: url(../images/frise.png);
	width: 100%;
	height: 40px;
	left: 0;
}

.overlayDecor:before{
	left: 0;
	z-index: 3;
}
.overlayDecor:after{
	right: 0;
	z-index: 2;
}
.overlayDecor span:before {
	top: 0;
	z-index: 2;
}

.overlayDecor span:after {
	bottom: 0;
	z-index: 0;
	top: auto;
}



.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%);  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}

/***************************************************
 * Generated by SVG Artista on 11/14/2022, 9:19:46 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}



/*-----------------*/
/* Title */
/*-----------------*/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-family: var(--font-title);
	color: var(--white);
	font-weight: 400;
}


h1, #title p, .h1{
	font-size: 50px;
	margin-bottom: 40px;
	margin-top: 0;
}

h2{
	font-size: 42px;
	margin-bottom: 30px;
	margin-top: 2em;
}
h2.no-margintop{
	margin-top: 0;
}
h3{
	font-size: 34px;
	margin-top: 40px;
	margin-bottom: 20px;
}
h4{
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 15px;
}
h5{
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h6{
	font-size: 22px;
	argin-top: 20px;
	margin-bottom: 10px;
}

@media(max-width:1024px){
	h1, #title p{font-size: 38px;}
	h2{font-size: 32px;}
	h3{font-size: 25px;}
	h4{font-size: 22px;}
	h5{font-size: 20px;}
	h6{font-size: 18px;}
}

@media(max-width:736px){
	h1, #title p{font-size: 30px;line-height: 1.2;}
	h2{font-size: 26px;line-height: 1.2;}
	h3{font-size: 22px;}
	h4{font-size: 20px;}
	h5{font-size: 18px;}
	h6{font-size: 16px;}
}


.title small, .section-title small{
	font-family: var(--font-surtitle);
	display: block;
	font-size: 26px;
	color: var(--primary-bgcolor);
	line-height: 1;
	z-index: -1;
	text-transform: uppercase;
	position: relative;
	font-weight: ;
	padding-bottom: 5px;
}

.title small span{
	display: flex;
	align-items: center;
}
.title.tac small span{
	justify-content: center;
}
.title small span .decor{
	position: relative;
	top: -3px;
}
.title small span .decor.left{
	margin-right: 20px;
}
.title small span .decor.right{
	margin-left: 20px;
}

.title{
	position: relative;
	z-index: 2;
	padding-bottom: 30px;
	display: block;
	margin: 0 auto 30px;
}

.title h2 span{
	color: var(--secondary-bgcolor);
}
.title.white{
	text-shadow: 0 1px 5px rgb(0 0 0 / 30%);
}

.title.black h2 {
	color: var(--title-color);
	font-family: var(--font-surtitle);
	letter-spacing: -3.6px;
}

.title:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background-color: var(--primary-bgcolor);
}

.title.tac:after {
	left: 50%;
	margin-left: -25px;
}

.title.tac {
	margin-bottom: 50px;
}
#pageTitle{
	margin-bottom: 100px;
}

.title.no-after{
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
.title p{
	margin-top: 15px;
}


.title.no-after:after{
	content: none
}

.title h1,
.title h2, 
.title h3 {
  margin: 0;
}


.white h1,
.white h2,
.white h3
{
	color: var(--white);
	text-shadow: 0 0 10px rgb(0 0 0 / 80%);
}
.white .accroche {
	color: rgba(255,255,255,.8)
}
.accroche{
	font-size: 18px;
	line-height: 1.5;
	max-width: 90%;
	margin: 20px auto 0;
}





/*-----------------*/
/* Image */
/*-----------------*/
img.cover{
	/* OLD VERSION; position: absolute; top: -9999px; right: -9999px; bottom: -9999px; left: -9999px; margin: auto; min-width: 100%; min-height: 100%; */
	object-fit: cover;
	width: 100%;
	height: 100%;
}

img.fill{
	object-fit: fill;
	max-width: 100%;
}

img.contain{
	object-fit: contain;
	max-width: 100%;
}

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

strong {
  font-family: var(--font-bold);
}

.tc_content img{
	max-width: 100%;
}
.wp-block-image {
    margin-bottom: 2em;
}
/*-----------------*/
/* Gallery */
/*-----------------*/
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.scroll-down {
	transition: 250ms all ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -moz-border-radius:100px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  width: 40px;
  height: 70px;
  margin-left: -20px;
  z-index: 3;
  bottom: 50px;
}
.scroll-down a {
  display: block;
  opacity: 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  -moz-background-size: 0 auto;
  -o-background-size: 0 auto;
  -webkit-background-size: 0 auto;
  background-size: 0 auto;
  -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0s infinite normal ease forwards;
  animation: pulse 1.5s 0s infinite normal ease forwards;
  background-image: url("../images/icon/arrow-down.svg");
  background-repeat: no-repeat;
}
.scroll-down a:before, .scroll-down a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("https://jamesmuspratt.com/codepen/img/arrow-down.svg") no-repeat center top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.scroll-down a:before {
  -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  animation: pulse 1.5s 0.25s infinite normal ease forwards;
}
.scroll-down a:after {
  -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  animation: pulse 1.5s 0.5s infinite normal ease forwards;
}
.scroll-down:hover {
  background-color: rgba(0, 0, 0, 0.6);
}



.innerLogo img {
    width: 450px;
}


#galleryHome .cksliderwrap{
	padding: 0;
}



#galleryHome .prev{
	left: 40px;
}
#galleryHome .next{
	right: 40px;
}
#galleryHome .accroche{
	max-width: 60%;
	margin: 20px 0 0 0;
}
#galleryHome .gallery dl.gallery-item{
	min-width: calc(100% / 6);
	position: relative;
	overflow: hidden;
	height: 350px;
	box-sizing: border-box;
	animation-fill-mode: forwards;
	cursor: zoom-in;
	padding: 4px 2px;
}


.gallery-item:hover .gallery-caption{
	opacity: 1;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	transform: translateY(0);
}

.gallery .gallery-icon{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.gallery-icon a:before{
	content: "";
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	background-color: var(--secondary-bgcolor);
	opacity: 0;
	transition: 250ms all ease-in-out;
	z-index: 1;
}


.gallery .gallery-icon .gallery_zoom {
    position: absolute;
    z-index: 25;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.gallery .gallery-icon a{
	display: inline-block;
	height: 100%;
	position: relative;
	cursor: pointer;
	width: 100%;
}
.gallery .gallery-icon .gallery_zoom:before, 
.gallery .gallery-icon .gallery_zoom:after {
	content: "";
	position: absolute;
    left: 50%;
    top: 50%;
    transition: background-color 0.2s ease-in-out, transform 0.4s ease-in-out;
    background-color: var(--white);
}

.gallery .gallery-icon .gallery_zoom:before{
	width: 40px;
    height: 2px;
    margin: -1px 0 0 -20px;
    transform: translateX(-50px);

}

.gallery .gallery-icon .gallery_zoom:after{
    width: 2px;
    height: 40px;
    margin: -20px 0 0 -1px;
    transform: translateY(-50px);
}

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

.gallery .gallery-item:hover img{
	opacity: 0.5;
}

.gallery .gallery-item:hover .gallery_zoom:before{
	transform: translateX(0px);
}

.gallery .gallery-item:hover .gallery_zoom:after{
	transform: translateY(0px);
}


.gallery-item .gallery-caption{
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0;
	z-index: 2;
	font-family: var(--font-bold);
	color: var(--white);
	right: 0;
	transform: translateY(150%);
	text-transform: uppercase;
	font-size: 12px;
}

.gallery-item  .icon-gallery span{
	width: 50px;
	text-align: center;
	transform: scale(0);
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	margin-top: 7px;
	background-color: var(--primary-bgcolor);
	color: var(--white);
	display: inline-block;
	font-family: var(--font-text);
	font-size: 25px;
}

.gallery-item .icon-gallery{
	
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

.gallery-item .icon-gallery span:before{
	content: "+";
}

.gallery-icon:hover  .icon-gallery span {
	transform: scale(1);
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
  box-sizing: border-box;
}

.gallery-item img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 500ms all ease-in-out;
	transition: transform 1s cubic-bezier(.215,.61,.355,1);
}



.gallery:not(.footergallery) .gallery-item:hover img{
	transform: scale(1.1);
}






.callout-bg {
    background-image: url(../images/footer-bg.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 450px;
    left: 0;
    top: 0;
    z-index: -1;
    /* transform: translateY(-50%); */
    background-attachment: fixed;
}


#contactform #form-body img{
	margin: auto;
	display: block;
	margin-bottom: 30px;
}

#contactform #contact-body{
	justify-content: center;
	text-align:center;
	position: relative;
}


#contactform .wrap-contact{
	/* padding-bottom: 30px; */
	padding: 50px 30px;
}

#contactform #contact-body h3{
	color: var(--title-color);
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 1.1;
}

#contactform .smallImage{
	margin: 0;
	height: 250px;
	z-index: 4;
}

#contactform .smallImage img{
	object-fit: cover;
	width: 100%;
	display: block;
	height: 100%;
}



.mention {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    display: block;
    padding: 20px 0 20px 0;
    line-height: 1.2;
    color: var(--title-color);
}

#footer_form .mention, #footer_form .cekome_form .blc_checkbox label {
	color: var(--white);
}
.alert-color {
    color: red;
}



.nohome #contactform.contactformpage{
	padding-top: 0;
	background-color: transparent;
	/* flex-direction: row-reverse; */
	padding-bottom: 500px;
}

.nohome #contactform.contactformpage .callout-bg{
	top: auto;
	bottom: 0;
	height: 650px;
}

#form-body{grid-area: formBody;}
#contact-body{grid-area: contactBody;}
#footer .contact-body{
	display: grid;
	grid-row-gap: 0px;
	/* grid-column-gap: 30px; */
	transition: 0.6s;
	grid-template-areas: "contactBody    mapfooter"   "footerlinks    footerlinks";
	grid-template-columns: 40% 60%;
	grid-template-rows: min-content repeat(2, minmax(min-content, auto));
	align-items: center;
	/* justify-content: center; */
	/* width: auto; */
}


/*-----------------*/
/* CONTACT HOME */
/*-----------------*/
#homeContact{padding: 150px 15px;position: relative;background-image: url(../images/bg-contact.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}

#homeContact .note {
	color: var(--white);
	text-align: center;
	font-style: initial;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}


#homeContact #phoneBT-infotelfixe,
#homeContact #phoneBT-infotelport {
	color: var(--title-color);
}

#homeContact #phoneBT-infotelfixe:hover,
#homeContact #phoneBT-infotelport:hover {
	color: var(--primary-bgcolor);
}

#homeContact .wrap-contact{
	background-color: rgba(35, 31, 32, 0.6);
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	max-width: 600px;
	margin: auto;
	flex-direction: row-reverse;
	position: relative;
	z-index: 2;
}


#homeContact .wrap-contact:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--white);
	transform: rotate(4deg);
	z-index: -1;
}



/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

#fournisseurs{position: relative;box-sizing: border-box;top: -110px;margin-bottom: -110px;max-width: 95%;margin: 0 auto -110px;}
#fournisseurs .widget_element{
	padding: 0 10px;
}

.partenaires-title{
	min-width: 330px;
	padding-right: 50px;
}

#fournisseurs .wrappercontent {
  background: var(--white);
  padding: 20px 40px;
  position: relative;
  z-index: 5;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  border-radius: 3px;
}

/*-----------------*/
/* Text align */
/*-----------------*/
.tar{text-align: right;}
.tal{text-align: left;}
.tac{text-align: center;}
.alignleft{float:left; margin: 0 20px 0 0;}
.alignright{float:right; margin: 0 0 0 20px;}
.aligncenter{text-align: center; margin:0 auto;}


/*-----------------*/
/* Check Browser Compatibility */
/*-----------------*/
#checkBrowserCompatibility{
  display: block;
  text-align: center;
  height: 100vh;
  min-height: 100%;
  width: 100vw;
  min-width: 100%;
  overflow: hidden;
  position: fixed;
  background: #a4a4a4;
  z-index: 9999999999;
  background-image: repeating-linear-gradient(-45deg,#d4d4d4 10px,#d4d4d4 17px,#eeeeee 17px,#eeeeee 18px);
}

.alertBadBrowser{
    width: 85%;
    max-width: 600px;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
    background: #fff;
    position: relative;
    padding: 20px 20px 20px 150px;
    line-height: 19px;
    font-size: 13px;
    font-family: arial;
    box-sizing: border-box;
    box-shadow: 10px 10px 20px -19px #000;
    border-radius: 2px;
    outline-color: #0360ff;
    outline-offset: -7px;
    outline-style: solid;
    outline-width: 1px;
    background-image: url(../images/base/icon_browserCompatibility.svg);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: 15px 15px;
}

.titlebadbrowser{
    font-size: 15px;
    margin-bottom: 2px;
    color: #0360ff;
    text-transform: uppercase;
    font-weight: bold;
}
.subtitlebadbrowser{
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    letter-spacing: -0.01em;
    line-height: 120%;
}
.textbadbrowser{
    font-size: 11px;
    line-height: 130%;
    color: #333;
}
.listbadbrowser{text-align: right;}
.listbadbrowser li{display: inline-block;margin: 15px 12px 0 0;}
.listbadbrowser li a{font-weight:bold;letter-spacing:-0.03em;color: #333;text-decoration:none;padding: 72px 16px 0;display: block;}
.listbadbrowser li a:hover{color:#0060ff;}
.ico_badbrowser{
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: top center;
}
.bw_firefox{background-image: url(../images/base/bw_firefox.svg);}
.bw_chrome{background-image: url(../images/base/bw_chrome.svg);}
.bw_safari{background-image: url(../images/base/bw_safari.svg);}


/*-----------------*/
/* Modal */
/*-----------------*/
.modal{
  display: grid;
  align-items: center;
  text-align: center;
  justify-items: center;
  width: 100vw;
  overflow: hidden;
  position: fixed;
  background: rgba(2, 2, 2, 0.9);
  z-index: 9999;
  /* background-image: url(../images/icons/clock.svg); */
  /* background-position: -15% 120%; */
  /* background-repeat:no-repeat; */
  /* background-size: 30%; */
  transition:0.5s all ease;
}

.closemodal{position: absolute;top: 20px;right: 20px;cursor: pointer;}
.closemodal svg{fill: var(--secondary-bgcolor);width: 30px;transition: all 0.3s ease;transform-origin: center;}
.closemodal:hover svg{transform: scale(1.2);fill: var(--primary-bgcolor);}

.innermodal{
	color: var(--white);
	padding: 60px 80px;
	background: #113c33;
	box-shadow: 0 13px 20px -22px var(--black);
	border-radius: 10px;
	position: relative;
	pointer-events: bounding-box;
	width: 90%;
	max-width: 450px;
}

.modal.hide{height:0;opacity:0;filter: blur(20px);transform: scale(7);}
.modal.show{height: 100vh;opacity:1;filter: blur(0px);transform: scale(1);}

.horairemodal{pointer-events: none;}

 .jourhoraires{
    font-weight: bold;
    color: var(--primary-bgcolor);
    width: 140px;
}
.detailhoraires{
	text-align: right;
}
#header .jourhoraires{
	color: var(--white);
}

.horairemodal .titlehoraires{
	font-size: 45px;
	font-family: var(--font-surtitle);
	margin-bottom: 30px;
	padding-bottom: 40px;
	text-align: center;
	color: var(--white);
	position: relative;
}
.horairemodal .titlehoraires:before{
	content: "";
	position: absolute;
	width: 150px;
	height: 1px;
	background: var(--white);
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0.4;
}

.bthoraire{
	cursor: pointer;
}

.infohoraires_other{
	line-height: 1.3;
	margin-top: 30px;
	box-sizing: border-box;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: var(--font-bold);
}

/* ------------------------- */
/* GLOBAL BUTTON */
/* ------------------------- */
.underbutton > *, 
.button, 
.tc_content .wp-block-button__link{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  background: var(--secondary-bgcolor);
  color: var(--white);
  font-family: var(--font-surtitle);
  font-size: 19px;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  padding: 18px 30px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0!important;
}

.underbutton > *:hover, .button:hover, .tc_content .wp-block-button__link:hover{
	background: var(--primary-bgcolor);
	color: var(--black)!important;
}


.underbutton.hollow > *, 
.button.hollow, 
.tc_content .is-style-outline .wp-block-button__link {
	color: var(--title-color);
	background-color: transparent;
	border: 1px solid var(--primary-bgcolor);
}



.underbutto.hollown > *:hover, .button.hollow:hover, .tc_content .is-style-outline .wp-block-button__link:hover {
	border-color: var(--secondary-bgcolor);
	color: var(--secondary-bgcolor)!important;
}


.underbutton > *:before, 
.button:before, 
.tc_content .wp-block-button__link:before,
.underbutton > *:after, 
.button:after, 
.tc_content .wp-block-button__link:after{
	content: "";
	width: 1px;
	display: inline-block;
	background-color: var(--black);
	position: absolute;
	top: 0;
	-webkit-transform: rotate(72deg) scale(1,0);
	-ms-transform: rotate(72deg) scale(1,0);
	transform: rotate(72deg) scale(1,0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.63,.25,.25,1);
	-o-transition: transform .4s cubic-bezier(.63,.25,.25,1);
	transition: transform .4s cubic-bezier(.63,.25,.25,1);
	transition: transform .4s cubic-bezier(.63,.25,.25,1),-webkit-transform .4s cubic-bezier(.63,.25,.25,1);
	will-change: transform;
}

.underbutton.hollow > *:before, 
.button.hollow:before, 
.tc_content .is-style-outline .wp-block-button__link:before,
.underbutton.hollow > *:after, 
.button.hollow:after, 
.tc_content .is-style-outline .wp-block-button__link:after{
	background-color: var(--secondary-bgcolor);
}

.underbutton > *:after, 
.button:after, 
.tc_content .wp-block-button__link:after{
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	top: 1px;
}


.underbutton > *:hover:before, 
.button:hover:before, 
.tc_content .wp-block-button__link:hover:before,
.underbutton > *:hover:after, 
.button:hover:after, 
.tc_content .wp-block-button__link:hover:after{
	-webkit-transform: rotate(72deg) scale(1,1);
	-ms-transform: rotate(72deg) scale(1,1);
	transform: rotate(72deg) scale(1,1);
	height: 100%;
}
.underbutton > *:hover:before, 
.button:hover:before, 
.tc_content .wp-block-button__link:hover:before{
	left: 45px;
}
.underbutton > *:hover:after, 
.button:hover:after, 
.tc_content .wp-block-button__link:hover:after{
	
	right: 45px;
}


.underbutton.white > *, 
.button.white,
.wp-block-button__link.white{
	color: var(--white)!important;
}
.btnLine{
	background: none;
	padding: 0;
	line-height: 28px;
	color: var(--title-color);
	font-family: var(--font-surtitle);
	font-size: 19px;
	line-height: 1;
	letter-spacing: -2px;
	position: relative;
}
.btnLine.white{
	color: var(--white);
}
.btnLine:hover{
	color: var(--primary-bgcolor);
}

.btnLine::before,
.btnLine::after {
   content: '';
    display: block;
    position: absolute;
    left: -0.1em;
    bottom: -0.7em;
    width: 100%;
    height: 1px;
    border-top: 1px solid var(--primary-bgcolor);
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.48,.57,.33,.89) .1s;
    -o-transition: transform .4s cubic-bezier(.48,.57,.33,.89) .1s;
    transition: transform .4s cubic-bezier(.48,.57,.33,.89) .1s;
    transition: transform .4s cubic-bezier(.48,.57,.33,.89) .1s,-webkit-transform .4s cubic-bezier(.48,.57,.33,.89) .1s;
}

.btnLine:before{
	padding-bottom: 4px;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.48,.57,.33,.89);
    -o-transition: transform .4s cubic-bezier(.48,.57,.33,.89);
    transition: transform .4s cubic-bezier(.48,.57,.33,.89);
    transition: transform .4s cubic-bezier(.48,.57,.33,.89),-webkit-transform .4s cubic-bezier(.48,.57,.33,.89);
}
.btnLine:hover::after,
.btnLine:hover::before{
   -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}



.underbutton.white > *:hover, .button.white:hover{
	color: var(--white);
}
.underbutton.white > *:before, .button.white:before {
	background-color: var(--primary-bgcolor);
}
.underbutton.secondary > *:before, .button.secondary:before {
	background-color: var(--title-color);
}

.underbutton.small > *, 
button.small, 
.button.small{
	padding: 8px 12px;
	font-size: 10px;
}

.the-arrow {
  width: 64px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 24px;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
}
.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right {
  top: 0;
}
.the-arrow.-right > .shaft {
  width: 64px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: var(--secondary-bgcolor);
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: var(--secondary-bgcolor);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: var(--title-color);
  font-size: 12px;
  position: relative;
  transition: all 0.2s;
  letter-spacing: 2px;
  font-family: var(--font-bold);
  text-transform: uppercase;
  padding: 18px 0 18px 0;
}

.animated-arrow.white{
	color: var(--white);
}

.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}




#infotelportFooter, #infoadresseFooter, #footer #noshare, #infotelfixeFooter, #infofaxFooter{
	line-height: 1.2;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	padding: 15px 0 15px 25px;
	color: var(--white);
	margin : 0 auto;
	max-width: 230px;
	text-align: left;
}

#infotelportFooter span, 
#infoadresseFooter span, 
#infoouvertureFooter span, 
#infotelfixeFooter  span{
	padding-bottom: 5px;

}

#infotelportFooter a, #infotelfixeFooter a, #infofaxFooter a,
#infoouvertureFooter a{
	color: var(--white);
}

#infotelportFooter a:hover, #infotelfixeFooter a:hover, #infofaxFooter a:hover,
#infoouvertureFooter a:hover{
	color: var(--primary-bgcolor);
}

#infoadresseFooter{
	background-image: url('../images/icons/map.svg');
	
}
#infotelfixeFooter{
	background-image: url('../images/icons/phone.svg');
	
}


#infotelportFooter{
	background-image: url('../images/icons/mobile.svg');

}
#infofaxFooter{
	background-image: url('../images/icons/fax.svg');
}


#footer #noshare{
	background-image: url('../images/icons/share.svg');
}


#infocontact .titlehoraires{
	display: none;
}



#infocontact .titlehoraires span{
	display: block;
	font-family: var(--font-title);
	text-transform: uppercase;
	color: var(--white);
	font-size: 30px;
	position: relative;
	top: -20px;
}

#infocontact .titlehoraires:after{
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 40px;
	background-size: contain;
	left: 50%;
	margin-left: -1px;
	bottom: 0;
	background-color: var(--white);
}



#infoadresseContact,
#infoadresseBisContact {
	background-image: url(../images/icons/map.svg);
}

#infoouvertureContact {
	background-image: url(../images/icons/clock.svg);
}

#infotelportContact {
	background-image: url(../images/icons/mobile.svg);
}
#infotelfixeContact {
	background-image: url(../images/icons/phone.svg);
}
#infofaxContact{
	background-image: url(../images/icons/fax.svg);
}

#infoadresseContact, #infoadresseBisContact, #infotelContact, #infoouvertureContact, #infotelportContact, #infotelfixeContact, #infofaxContact{
	background-position: left center;
	background-repeat: no-repeat;
	padding: 20px 0 20px 30px;
	background-size: 15px;
	line-height: 1.5;
}

#infotelportContact a, #infotelfixeContact a, #infofaxContact a,
#infoouvertureContact a{
    color: var(--white);
}
#infotelportContact a:hover, #infotelfixeContact a:hover, #infofaxContact a:hover,
#infoouvertureContact a:hover{
	color: var(--primary-bgcolor);
}

#noshareContact{
	margin-top: 20px;
}

#noshareContact .sociblock .share-buttons a svg{
	width: 20px;
}
#noshareContact .sociblock .share-buttons a{
	margin: 0 10px;
}


#infotelContact a {
	color: var(--text-color);
}

#infotelContact a:hover{
	color: var(--primary-bgcolor);
}


#infotelport_contact #phoneBT-infotelport, #infoouverture_contact a, #infotelfixe_contact a {
	color: var(--text-color);
}
#infotelport_contact #phoneBT-infotelport:hover, #infoouverture_contact a:hover, #infotelfixe_contact a:hover {
	color: var(--primary-bgcolor);
}

#infoadresse_contact, #infotelport_contact, #infoouverture_contact  {
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px 0 4px 40px;
	background-size: 25px;
	background-position: 0;
	text-align: left;
	margin: 20px 0;
}

#addrcontact_txt, #infotel_contact{
	margin: 0!important;
	margin-bottom: 20px!important;
	color: var(--white);
}

.note{
	font-size: 13px;
	font-style: italic;
}

.formulaireMail{background-image:url(../images/icons/mail.svg);}

#infoouverture span, #infoadresse span, #infotelport span, #infoouvertureFooter span, #infoadresseFooter span, #infotelFooter span, #infotelportContact span, #infoouvertureContact span, 
#infoadresseContact span, #infotelportFooter span, #infotelfixeContact span,
#noshareHeader span, .titlehoraires, #infofaxContact span, #infotelfixeFooter span  {
    color: var(--white);
    font-size: 12px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    display: block;
}
#infoadresseContact span, #infotelportFooter span, #infotelfixeContact span, #infoouvertureContact span {
	color: var(--primary-bgcolor)
}
.titlehoraires{
	padding-bottom: 0;
}

#header-coordonnees .button-reservation{
	padding: 46px 20px 20px;
	right: 0;
	top: 0;
	border: none;
	background-color: var(--primary-bgcolor);
	color: var(--white);
	display: block;
	height: 100%;
	font-size: 14px;
	margin-left: 30px;
	cursor: pointer;
	transition: 250ms all ease-in-out;
}
#header-coordonnees .button-reservation:before{
	background-color: var(--primary-bgcolor);
	width: 100%;
}
#header-coordonnees .button-reservation:after{
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url('../images/icons/calendar-white.svg');
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 10px;
	left: 50%;
	margin-left: -11px;
}

#header-coordonnees .button:hover{
	background-color: var(--title-color);
}

#header-coordonnees .button:hover:before{
	width: 0;
}



#header-coordonnees {padding: 16px 30px;position: absolute;bottom: 0;left: 0;z-index: 10;background: var(--title-color);box-shadow: 0 0 10px #000000;right: 0;}
#header-coordonnees > div:not(:last-of-type){
	margin-right: 40px;
}
#ReservitBookingIframe{
	z-index: 99!important;
}
#infoadresse, #infotelport, #infotelfixe, #infoouverture{
    font-family: var(--font-text);
    margin-right: 0;
    padding-right: 0;
    text-shadow: none;
    position: relative;
    font-size: 16px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left 50%;
    padding-left: 20px;
    font-weight: bold;
    color: var(--white);
}
#infotelfixe a, #infotelport a, #infoouverture a{
	 color: var(--white);
}
#infotelfixe a:hover, #infotelport a:hover, #infoouverture a:hover{
	 color: var(--primary-bgcolor);
}

#infoadresse{background-image: url('../images/icons/map.svg');}
#infotelfixe{background-image: url('../images/icons/phone.svg');}
#infotelport{background-image: url('../images/icons/mobile.svg');}
#infoouverture{background-image: url('../images/icons/clock.svg');}

#noshareHeader{
	margin-left: auto;
	display: flex;
	align-items: center;
}
#noshareHeader span{
	margin-right: 10px;
	position: relative;
	top: 1px;
}

/* ------------------------- */
/* GLOBAL TEXT PAO */
/* ------------------------- */


.tc_content > :first-child{
    margin-top: 0;
}


@-webkit-keyframes backgroundAnimateIn {
  0% {
    background-position: 0 -100%;
  }
  63% {
    background-position: 0 -95%;
  }
  86% {
    background-position: 0 2.5%;
  }
  100% {
    
    background-position: 0 0%;
  }
}

@keyframes backgroundAnimateIn {
  0% {
    background-position: 0 -100%;
  }
  63% {
    background-position: 0 -95%;
  }
  86% {
    background-position: 0 2.5%;
  }
  100% {
   
    background-position: 0 0%;
  }
}

.tc_content a:not([class*="button"]), 
.tc_content a:not([class*="button"]) strong{
   color: var(--primary-bgcolor);
   position: relative;
   line-height: 1;
   border-bottom: 1px solid;
   transition: color 0.3s ease-in-out;
   background-image: linear-gradient(to bottom, transparent 20%, var(--secondary-bgcolor) 21% );
   background-position: 0 100%;
   background-repeat: no-repeat;
   background-size: 0% 2px;
   transition: all 0.5s ease-in-out 0.2s;
}

.tc_content a:not([class*="button"]):hover, .tc_content a:not([class*="button"]):hover strong{
	background-size: 100% 2px;
	transition-delay: 0s;
	color: var(--secondary-bgcolor);
}

.tc_content a[rel*="lightbox-gallery"]{
	border: none!important;
	background: none!important;
}

.tc_content strong, .tc_content b{
    color: var(--primary-bgcolor);
}
.tc_content p{
    margin-bottom: 1em;
}

.tc_content p + ul{
	margin-top: -15px;
}
.has-background{
	margin: 0 0 30px 0;
	padding: 30px 40px!important;
	box-sizing: border-box;
	background-color: var(--secondary-bgcolor)!important;
	color: var(--white)!important;
}
.has-background a:not([class*="button"]), 
.has-background a:not([class*="button"]) strong {
	background-image: linear-gradient(to bottom, transparent 20%, var(--white) 21% );
}
.has-background a:not([class*="button"]):hover, 
.has-background a:not([class*="button"]):hover strong {
	color: var(--white);
}


.tc_content ol,
.tc_content ul{
    margin: 0 0 16px 30px;
}
.blocks-gallery-grid, .wp-block-gallery{
	margin: 0!important;
}
.wp-block-column > h3:first-child,
.wp-block-column > h2:first-child {
	margin-top: 0;
}

.widget_element{
	margin: 0 !important;
}
.widget_element li .wrap-element {
    transition: all 1s cubic-bezier(.25,.8,.25,1);
    border: 1px solid #f2f2f2;
    padding: 28px;
    position: relative;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--white);
    border-radius: 5px;
}
.tc_content ol{
    list-style-type: decimal;
}

.tc_content ol li{
    padding: 2px 0;
    position: relative;
}
.tc_content ul li{
    padding: 2px 0 2px 20px;
    position: relative;
}

.tc_content ul:not(.no-bullet) li:before {
	content: "";
	position: absolute;
	left: 3px;
	background-color: var(--secondary-bgcolor)!important;
	top: 13px;
	width: 6px;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 6px;
	border-radius: 100px;
}
.wp-block-gallery .blocks-gallery-item:before {
    content: none!important;
}
.tc_content hr.is-style-dots:before{
    content: "\00b7 \00b7 \00b7 \00b7 \00b7";
    color: var(--primary-bgcolor);
    font-size: 30px;
    letter-spacing: 18px;
    padding-left: 2em;
    text-shadow: 5px 4px 0px #0000004a;
}
.tc_content hr.is-style-wide{
    height: 5px;
    width: 100%;
}
.wp-block-separator{
    max-width: 250px;
    height: 2px;
    margin: 50px auto!important;
    background: var(--secondary-bgcolor)!important;
    border: 0!important;
}

.tc_content pre{
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px 15px;
    font-size: 0.8em;
    background: rgba(255,255,255,0.2);
    outline-color: #ffffffa1;
    outline-offset: -5px;
    outline-style: dashed;
    outline-width: 1px;
    margin: 2em 10px;
    max-width: 100%;
    box-sizing: border-box;
    white-space: pre-wrap;
}
blockquote, .wp-block-quote{
 margin: 2em 0;
    padding: 50px 70px;
    quotes: "\201C""\201D""\201C""\201D";
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    background-color: transparent;
    border: none!important;
    padding-left: 70px!important;
    margin: 30px 0 !important;
}
blockquote cite, .wp-block-quote cite{
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 14px;
    color: var(--primary-bgcolor);
    position: relative;
    font-weight: bold;
}
blockquote cite:before{
/* 	content: ""; */
	position: absolute;
	height: 50px;
	width: 2px;
	background-color: var(--black);
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

blockquote.is-style-large{
	border-top: 2px solid var(--primary-bgcolor);
	border-bottom: 2px solid var(--primary-bgcolor);
}



.wp-block-quote cite,  .wp-block-quote.is-style-large cite{
	font-size: 12px;
}


.wp-block-quote.is-large p, .wp-block-quote.is-style-large p{
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 1.3;
}

blockquote:before, .wp-block-quote:before {
 color: var(--secondary-bgcolor);
 content: open-quote;
 font-size: 110px!important;
 font-size: 120px;
 position: absolute;
 font-family: var(--font-title);
 line-height: 1;
 height: 70px;
 display: inline;
 z-index: 2;
}


blockquote:before, .wp-block-quote:before {
    top: 0;
    left: 0;
}
blockquote:after, .wp-block-quote:after {
    content: "";
    position: absolute;
    left: 50px;
    width: 3px;
    height: 100%;
    top: 0;
    background: var(--secondary-bgcolor);
}


blockquote p, .wp-block-quote p {
 font-size: 18px!important;
 font-family: var(--font-title);
 line-height: 1.5;
 color: var(--white);
 margin: 0;
 padding-bottom: 10px;
}


blockquote.white{
	color: var(--white);
}



blockquote.white cite {
	color: rgba(255,255,255,.8);
}
blockquote.white cite:before{
	background-color: var(--white);
}
blockquote.white:before {
	background-color: var(--primary-bgcolor);
	color: var(--secondary-bgcolor);
}
blockquote.black:before{
	background-color: var(--black);
}
.tc_content table{
	width: 100% !important;
	margin-bottom: 1em;
	background-color: rgba(255,255,255,0.4) !important;
}
.tc_content table th{padding:0.15em 0.4em;border: 1px solid rgba(0,0,0,0.6);background: var(--primary-bgcolor);color: var(--white);text-align: left;font-family: var(--font-title);text-transform: uppercase;letter-spacing: 1px;}
.tc_content table td{padding:0.15em 0.4em;border: 1px solid rgba(0,0,0,0.6);}

.tc_content table.is-style-stripes{border-bottom:none !important;}
.tc_content table.is-style-stripes tr td{border-top: 1px solid #0008;}
.tc_content table.is-style-stripes tr:last-child td{border-bottom: 1px solid #0008;}

.tc_content table.is-style-regular td{border:1px solid #0008;}

.tc_content .has-large-font-size{line-height: 120%;}

.tc_content .has-large-font-size{line-height: 120%;}

.tc_content .wp-block-lazyblock-slider-de-galerie{margin-bottom:1em;position: relative;}


.tc_content .wp-block-lazyblock-slider-de-galerie .cksliderwrap{
	padding-bottom: 50px;
}
.tc_content iframe{
	width:100%;
	min-height:400px;
	background: #000;
}

p.big-p, .woocommerce-product-details__short-description p{
	font-size: 22px;
	color: var(--title-color);
	line-height: 1.4;
}

.callout {
	border: solid #ffbebe 1px;
	padding: 30px 20px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 2;
	color: var(--title-color);
}

.callout p:last-of-type {
	margin-bottom: 0;
}

.callout.alert {
	background-color: #f5e6e6;
}

.callout.mot-chef h3{
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: underline;
    font-style: initial;
    margin-bottom: 15px;
}
.callout.mot-chef {
	background-color: #f5e9e1;
	font-style: italic;
}

/*----to top style----*/
.to-top.fixed {
	opacity: 1;
	bottom: 60px;
}
.to-top {
	background: var(--primary-bgcolor);
	bottom: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: block;
	font-size: 15px;
	height: 50px;
	line-height: 48px;
	opacity: 0;
	position: fixed;
	right: 60px;
	text-align: center;
	transition: 1s ease-in-out;
	width: 50px;
	z-index: 333;
	-webkit-transition: 1s ease-in-out;
	border-radius:100px;
	overflow:hidden;
	-webkit-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	display: flex;
	align-items: center;
	justify-content: center;
}

.to-top img{
	width: 20px;
}
.to-top:focus{color:#fff;}
.to-top:hover{color:#fff;}
.to-top::before {
	-webkit-transform: scale(0);
	background: var(--secondary-bgcolor) none repeat scroll 0 0;
	border-radius: 200px;
	content: "";
	display: block;
	height: 200px;
	left: -50%;
	margin-top: -100px;
	position: absolute;
	top: 50%;
	transition-duration: 0.8s;
	transition: all 0.4s ease-out 0s;
	width: 200px;
	z-index: -1;
	-ms-transform: scale(0);
	-webkit-transition-duration: 0.8s;
	-webkit-transition:all 0.4s ease-out 0s;
	opacity:0.3;
	transform: scale(0);
}
.to-top::after {
	-webkit-transform: scale(0);
	background: var(--secondary-bgcolor) none repeat scroll 0 0;
	border-radius: 200px;
	content: "";
	display: block;
	height: 200px;
	left: -50%;
	margin-top: -100px;
	position: absolute;
	top: 50%;
	transition: all 0.4s ease-in 0s;
	width: 200px;
	z-index: -1;
	-ms-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
	opacity:0.3;
	transform: scale(0);
	transition-delay:0.3s;
}
.to-top:hover::after,.to-top:hover::before{
	-webkit-transform: scale(4);
	-ms-transform: scale(4);
	opacity:1;
	transform: scale(4);
}


/* =======  Lines  ======= */
.grid-lines{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}



.grid-lines > div{
	display: block;
	float: left;
	height: 100%;
	border-left: 1px solid #f4f4f4;
	box-sizing: border-box;
	width: 16.666%;
}

.grid-lines.light{
	position: absolute;
	z-index: 0;
}
.grid-lines.light > div{
	border-left-color: rgba(105,105,105,.3);
}

.grid-lines > div:last-child{
	border-right: 1px solid #f4f4f4;
}

#bandeau-info{
	position: relative;
	/* 	background: linear-gradient(to right, #0a9f3a, #6eb52a); */
	z-index: 10;
	padding: 15px 20px;
	background: linear-gradient(132deg, var(--primary-bgcolor), var(--secondary-bgcolor));
	background-size: 400% 400%;
	animation: Gradient 15s ease infinite;
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#bandeau-info, 
#bandeau-info a{
	color: var(--white);
	display: block;
}
#bandeau-info .size{
	display: none;
}
#bandeau-info .wrap-element{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

#bandeau-info .wrap-element.tac .title-bandeau{
	margin: 0;
}

.title-bandeau{
	text-transform: uppercase;
	font-family: var(--font-bold);
	margin-right: 20px;
}
/*-----------------*/
/* HEADER */
/*-----------------*/

#header{
	position: relative;
	z-index: 30;
}



@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
	}

#header-top{
	padding: 0 0 0 20px;
	background-color: var(--tertiary-bgcolor);
	color: var(--white);
}

#header-bottom{
	padding: 30px 40px 30px 20px;
}



 #logo a {display: flex;position: relative;align-items: center;justify-content: center;}
#logodesktop {width: 130px;filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.6));}


#logo-wrapper{
	text-align: center;
	display: flex;
	align-items: center;
}



#galleryHome #noshare .icones{
	
	width: 70px;
	transform: rotate(-90deg);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	bottom: 0;
}

#noshare .icones{
	display: flex;
	align-items: center;
	/* justify-content: center; */
}




#header #noshare .label span,
#header #share .label span,
#header #autotraduction .label span{
	border-bottom: 1px solid var(--secondary-bgcolor);
	color: var(--secondary-bgcolor);
}

#infotelfixe_footer {
	background-image: url(../images/icons/phone-white.svg);
}




#header #infoadresse #infoadresse_inner div {margin: 0 3px;}


.is-toggle-open #header-coordonnees {
	opacity: 1 !important;
	visibility: visible !important;
	transition: 850ms all ease-in-out;
}



#infocontact #infotelport{
	font-size: 25px;
	font-family: var(--font-title);
}

#infocontact #infoouverture{
	border-top: 1px solid rgba(117, 17, 12, 0.2);
	padding-top: 30px;
	margin-top: 20px;
}

#infocontact .grid-slices-container{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	/* max-width: 1560px; */
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	left: 0;
	z-index: -1;
	top: 0;
}

#infocontact .grid-slices-container div {
    background: rgba(255,255,255,0.075);
    width: 1px;
    height: 100%;
}
#info-toogle {
    margin: 0px auto;
    background-color: var(--secondary-bgcolor);
    z-index: 30;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    transition: .5s ease-in-out;
    display: none;
    width: 50%;
    align-items: center;
    justify-content: center;
    height: 48px;
    top: 0;
}

#info-toogle:before{
	content:"";
	background-image: url(../images/icons/mail-white.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 26px;
	height: 26px;
	z-index: 1;
	right: 10px;
	position: relative;
	top: 4px;
}

.is-toggle-open #header  #info-toogle:before{
	background-image: url(../images/icons/close-white.svg);
	width: 20px;
	height: 20px;
}

#header .is-toggle-open #info-toogle:before{
	background-image: url(../images/icons/close.svg);
	top: 30px;
	right: -10px;
}

#header-share{
	position: absolute;
	width: 80px;
	z-index: 21;
	top: 95px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
}

#header-share #share{
	position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e6eaea;
    padding-top: 30px;
}

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: radial-gradient(rgb(0 0 0 / 50%), var(--black));
}

.socialContact{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 15px 0;
}

#socialContact .marque-alsace{width: 30px;}
#socialContact .share-buttons a{min-width: auto;margin-right: 60px;}


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


#navprimary .navigtoogle.has-child .naviglink.lvl-0:after{
	top: 18px;
	border: solid transparent;
	content:
	" ";
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: var(--white);
	border-width: 4px;
	margin-left: 10px;
}



#navprimary .navigmenu .naviglink.item-contact{
	border: solid 2px var(--secondary-bgcolor);
	color: var(--secondary-bgcolor);
	transition-delay: initial;
	margin-left: 10px;
}
#navprimary .navigmenu .naviglink.item-contact:hover{
	background-color: var(--secondary-bgcolor);
	color: var(--primary-bgcolor);
}
#navprimary .navigmenu .naviglink.item-contact span:before {
	content: none;
}





/*-----------------*/
/* CTA SECTION */
/*-----------------*/

#contactform:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: var(--black);
    opacity: 0.7;
}

#contactform {
	 position: relative;
	 background: url(../images/contact-bg.jpg);
	 background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
	 padding: 150px 60px;
	 box-sizing: border-box;
	 z-index: 5;
}

#contactform .title h2{
	font-size: 36px;
}

#contactform .title{
	margin-bottom: 30px;
}

#contactform .title:before{
	background-color: var(--title-color);
}

#contactform  .col-coordonnees {
	position: relative;
	z-index: 2;
	width: 40%;
	color: var(--white);
}
#contactform .col-title{
	width: 100%;
}

#contactform  .col-form{
	width: 60%;
}

/*-----------------*/
/* SLIDER ACTU */
/*-----------------*/
#slideactu{
	position: relative;
	padding: 0 40px;
	border-top: 1px solid #ffffff3b;
	border-bottom: 1px solid #ffffff3b;
}

#backgroundSlideactu {
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  
}

#backgroundSlideactu .background-item:before,
#backgroundSlideactu .default-item:before{
    content: "";
    position: absolute;
    background: var(--black);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.5;
}
#backgroundSlideactu .default-item{
	 background-image: url('../images/bg-news.jpg');
 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	  position: absolute;
    width: 100%;
    height: 100%;
}


#backgroundSlideactu .background-item{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(.99);
    -ms-transform: scale(.99);
    transform: scale(.99);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 3s cubic-bezier(.19,1,.22,1) 0ms , -webkit-transform 2s cubic-bezier(.19,1,.22,1) 0ms;
    transition: opacity 3s cubic-bezier(.19,1,.22,1) 0ms , -webkit-transform 2s cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: opacity 3s cubic-bezier(.19,1,.22,1) 0ms , transform 2s cubic-bezier(.19,1,.22,1) 0ms;
    transition: opacity 3s cubic-bezier(.19,1,.22,1) 0ms , transform 2s cubic-bezier(.19,1,.22,1) 0ms;
    transition: opacity 3s cubic-bezier(.19,1,.22,1) 0ms , transform 2s cubic-bezier(.19,1,.22,1) 0ms , -webkit-transform 2s cubic-bezier(.19,1,.22,1) 0ms;
}



#backgroundSlideactu .background-item.active, #backgroundSlideactu .background-item.on {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}



#slideactu .ckslidercontrols .prev{
	left: 30px;
	}
#slideactu .ckslidercontrols .next{
	right: 40px;
}
.wrapper_slider{	
	animation-fill-mode: forwards;
	width: calc(100% / 3);
	position: relative;
    overflow: hidden;
    min-height: 800px;
	min-width: calc(100% / 3)!important;
}




.wrapper_inner_slider{
   position: relative;
   display: flex;
   align-items: stretch;
height: 100%;}


.thumbnail_slider{width: 100%;}

.thumbnail_slider a{
	display: block;
	height: 100%;
	position: relative;
}





.img_thumbnail_slider{
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.content_slider{
	padding: 50px 40px;
	box-sizing: border-box;
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-shadow: 0 0 3px var(--black);
	color: var(--white);
	}




.title_slider{
	margin-bottom: 30px!important;
}

.title_slider h2 {
	font-size: 32px;
}



.title_slider a{
	color: var(--white);
}

.title_slider a:hover{
	color: var(--primary-bgcolor);
}


.body_slider{
	position: relative;
	font-size: 17px;
	line-height: 1.6;
	max-width: 500px;
	margin: 0 auto;
}


.body_slider .next_slider{
	margin-top: 30px;
}


.dateckslider{
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--font-bold);
	color: var(--primary-bgcolor);
	letter-spacing: 1px;
}




/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#prestations.chambresPrestations{
	position: relative;
	background-image: url(../images/bg-prestations.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1;
	padding: 150px 20px;
	overflow: hidden;
}
#prestations.chambresPrestations:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
	z-index: -1;
}
#prestations .prestations-title .title{
	margin-bottom: 80px;
}
#prestations .prestations-title{
	box-sizing: border-box;
	color: var(--white);
}

#prestations .prestations-title .accroche{
	max-width: 700px;
	margin: 15px auto 0;
}





.chambres-item {
	padding: 15px;
	position: relative;
}
.chambres-wrapper{
	position: relative;
	overflow: hidden;
}
.chambres .chambres-img{
	height: 100%;
	position: relative;
}
.chambres .chambres-img:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: var(--black);
	opacity: 0.7;
}

.chambres-accessibilite{
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 999;
}
.chambres-visible{
	position: relative;
}

.chambres .chambres-gallery .cksliderwrap{
	padding: 0;
}
.chambres .chambres-gallery .gallery .gallery-item {min-width: 100%;height: 300px;}
.chambres .chambres-gallery .gallery-icon a:before{
	content: none!important;
}
.chambres .chambres-gallery .gallery-icon span{
	display: none;
}
.chambres .chambres-gallery .gallery .gallery-item:hover img {
	transform: none;
	opacity:1;
}
.chambres-visible_content{
	background-color: var(--white);
	padding: 20px;
	text-align: center;
}
.chambres .chambres-title{
	margin: 0 0 2px 0;
	font-size: 18px;
	text-transform: uppercase;
	font-family: var(--font-bold);
	font-weight: 400;
	line-height: 1.2;
	color: var(--title-color);
}
.chambres .chambres-tarifs{
	color: var(--primary-bgcolor);
	font-family: var(--font-bold);
	font-size: 12px;
	text-transform: uppercase;
}
.chambres .chambres-tarifs strong{
	font-size: 14px;
	padding-left: 2px;
}

.chambres .chambres-hover_content .chambres-tarifs {
	color: var(--secondary-bgcolor);
}

.chambres-gallery .ckslidercontrols .next, .chambres-gallery .ckslidercontrols .prev{
	z-index: 10;
}
.chambres-gallery .ckslidercontrols .prev {left: 0;}
.chambres-gallery .ckslidercontrols .next {
	left: 42px;
}
.chambres-hover {
	position: absolute;
	top: 0;
	transform: translateY(100%);
	left: 0;
	transition: 0.6s;
	z-index: 10;
	bottom: 0;
	width: 100%;
	color: var(--white);
	font-size: 14px;
}

.chambres-hover_content {
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	right: 0;
}
.chambres .chambres-hover_content  .chambres-title {
	color: var(--white);
}

.chambres-hover_content .chambres-description {
	margin-top: 15px;
	line-height: 1.5;
}

.chambres .infos-button{
	margin-top: 10px;
}

.chambres-infos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}
.chambres-infos img{
	width: 16px;
}
.chambres-infos li{
	position: relative;
	padding: 15px 30px 15px 45px !important;
	width: 50%;
	flex: 1 1 50%;
	text-align: left;
}

.chambres-infos li:nth-child(2), .chambres-infos li:first-child {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
}
.chambres-infos li:nth-child(odd) {
    border-right: 1px solid rgb(255 255 255 / 40%);
    padding: 20px 50px 20px 30px;
}
.chambres-infos li:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	left: 15px;
	background-position: center;
	background-size: contain;
	background-position: left center;
	position: absolute;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -10px;
}
.chambres-infos li strong{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.chambres-infos .surface{
	padding-left: 25px;
}
.chambres-infos .superficie:before{background-image: url('../images/icons/area.svg');margin-top: -8px;}
.chambres-infos .capacite:before{
	background-image: url('../images/icons/bed.svg');
}
.chambres-infos .wifi:before{
	background-image: url('../images/icons/wifi.svg');
}
.chambres-infos .balcon:before{
	background-image: url('../images/icons/eyes.svg');
}


.chambres-item .chambres-hover.active{
	transform: translateY(0);

}
#prestations{
	position: relative;
	overflow: hidden;
	z-index: 2;
}

body.page_hotel #prestations .widget_parentpage .bloc_wpp-home{
	width: calc(100% / 2);
}

#prestations .prestations-title{
	width: 25%;
	padding-left: 0;
	padding-right: 40px;
	box-sizing: border-box;
	color: var(--white);
}

#prestations .prestations-title .accroche{
	margin-bottom: 30px;
}
#prestations .prestations-content{
	width: 75%;
	box-sizing: border-box;
}

.nohome #prestations{
	padding: 0;
	background: none;
}


#prestations .widget_parentpage li{
	box-sizing: border-box;
	position: relative;
	transition: .3s;
	transition: all 0.4s ease;
	height: 600px;
}




#prestations .image_content {
  
    height: 100%;
    display: block;
    cursor: pointer;
    z-index: 0;
    position: relative;
}

#prestations .content-presta{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: absolute;flex-direction: column;left: 35px;top: 35px;right: 35px;bottom: 35px;background-color: #0f1d22;padding: 20px;text-align: center;-webkit-box-sizing: border-box;box-sizing: border-box;opacity: 1;-webkit-clip-path: inset(0 0 100% 0);clip-path: inset(0 0 100% 0);-webkit-transition: .2s cubic-bezier(.48,.57,.33,.89);-o-transition: .2s cubic-bezier(.48,.57,.33,.89);transition: .2s cubic-bezier(.48,.57,.33,.89);}



#prestations .blocthumb:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(12, 12, 12, 0.5);
	transition: 250ms all ease-in-out;
}



#prestations .liresuite{
	opacity: 0;
	transform: translate3d(100px, 0, 0);
	transition: all 0.7s cubic-bezier(0.2, 1, 0.7, 1);
	transition-property: transform, opacity;
	margin-top: 40px;
}

@keyframes eltdfFadeInUp{
	0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30%,0);
    transform: translate3d(0,30%,0);
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
}


#prestations  .tc_excerpt {
	opacity: 0;
	-webkit-transform: translate3d(0,30%,0);
	transform: translate3d(0,30%,0);
	font-size: 16px;
	line-height: 1.5;
	max-width: 600px;
	margin: 0 auto;
	}



#prestations .blocthumb{
	 height: 100%;
	 position: relative;
	 transition: 250ms all ease-in-out;
	 z-index: 1;
}



#prestations h2 a{
	color: var(--primary-bgcolor);
}
#prestations h2 a:hover {
    color: var(--secondary-bgcolor);
}
#prestations h2 {
  font-size: 46px;
  line-height: 1;
  margin: 0;
  opacity: 0;
  -webkit-transform: translate3d(0,30%,0);
  transform: translate3d(0,30%,0);
  font-family: var(--font-surtitle);
  letter-spacing: -8px;
  margin-bottom: 20px;
}




#prestations .widget_parentpage li .bloc_inner_wpp {
	transition: 250ms all ease-in-out;
	position: relative;
	height: 100%;
	overflow: hidden;
}




#prestations .bloc_wpp-home:hover .liresuite{
	transition-delay: 0.6s;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

#prestations .widget_parentpage li:hover h2{
	-webkit-animation: .4s eltdfFadeInUp forwards .3s;
    animation: .4s eltdfFadeInUp forwards .3s;
}
#prestations .widget_parentpage li:hover .tc_excerpt{
	-webkit-animation: .4s eltdfFadeInUp forwards .3s;
	animation: 0.5s eltdfFadeInUp forwards 0.4s;
}

#prestations .widget_parentpage li:hover  .content-presta {
	-webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: .4s cubic-bezier(.48,.57,.33,.89);
    -o-transition: .4s cubic-bezier(.48,.57,.33,.89);
    transition: .4s cubic-bezier(.48,.57,.33,.89);
}

#prestations .widget_parentpage li:hover .blocthumb:before {
	opacity: 0;
}



/*-----------------*/
/* SECTIONS */
/*-----------------*/
.grid-lines-holder {
    position: absolute;
    top: 0;
    left: 110px;
    width: calc(100% - 220px);
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.grid-lines-holder .grid-line {
    display: block;
    float: left;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 20%;
}
.grid-lines-holder .grid-line:not(:first-child) {
    border-left: 1px solid #1f1d18;
}




#sections{
    position: relative;
    z-index: 2;
    padding: 0 40px;
}

.sectionsbloc{
	position: relative;
	display: flex;
	padding: 200px 0;
}

.sectionsbloc.section_num0 {
	flex-direction: column-reverse;
	padding-bottom: 650px;
}

.sectionsbloc.section_num0 .section_txt {
    width: 100%;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
}
.sectionsbloc.odd .section_txt .wrap-text{
	margin-left: auto;
}

.sectionsbloc.odd{
    flex-direction: row-reverse;
}

.sectionsbloc.even .section_thumb .specialthumb{
	order: -1;
}

.sectionsbloc.odd:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: var(--black);
	top: -20%;
	height: 120%;
	z-index: -1;
}

.section_thumb{
    width: 55%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}



.section_thumb .blocthumb, .section_thumb .specialthumb{
	flex: 1 1 50%;
	height: 90%;
	z-index: 2;
	position: relative;
}
.sectionsbloc.section_num0 .section_thumb {
    width: 94%;
    padding: 0 5vw 0 0px;
    position: absolute;
    margin-bottom: 0;
    grid-template-columns: auto;
    bottom: 0;
}
.sectionsbloc.section_num0 .section_thumb .specialthumb {
    height: 800px;
    position: relative;
    width: 100%;
    display: block;
    top: auto;
}

.section_thumb .specialthumb {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
		top: 10%;
}
.section_thumb .specialthumb img{
	height: 120%;
}




.section_thumb .blocthumb img, 
.section_thumb .specialthumb img, 
.section_thumb .tertiarythumb img{
	position: absolute;
}







.section_txt{
    width: 45%;
    min-height: 950px;
    display: flex;
    align-items: center;
}

.section_txt .wrap-text{
	 padding: 100px 100px;
	 position: relative;
	 box-sizing: border-box;
	 margin-left: 0;
	 max-width: 900px;
}

.sectionsbloc.section_num0 .section_txt .wrap-text {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
    max-width: none;
}
.sectionsbloc.section_num0 .blocthumb {
    height: 650px;
    margin: 40px -19px 0 -20px;
    min-width: 100%;
    border: solid 20px var(--title-color);
    position: relative;
    z-index: 2;
}

.sectionsbloc .buttons-wrap{
	padding-top: 30px;
}
.sectionsbloc .buttons-wrap .button{margin: 5px;}

/*-----------------*/
/* WIDGET ELEMENT */
/*-----------------*/

.widget_element li{
    /* list-style: none; */
    position: relative;
    padding: 0 11px!important;
    text-align: center;
    box-sizing: border-box;
}
.nohome .widget_element li{
	padding: 10px!important;
}


.widget_element img {
    max-width: 100%;
    height: auto;
    max-height: 80px;
}
#partenaires .widget_element img{
   transition: 250ms all ease-in-out;
}
#partenaires .widget_element img:hover {
    filter: grayscale(0) brightness(1);
}

.widget_element a{
   background: none!important;
   border: none!important;
}

.widget_element a:hover .element-title{
	opacity: 1;
}

.widget_element h3,
.widget_element h2{
	display: none;
}

.widget_element .element-title{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffffe3;
      padding: 10px;
      opacity: 0;
      pointer-events: none;
      transition: 0.5s all ease;
      /* font-size: 14px; */
      /* text-align: center; */
      /* line-height: 160%; */
      display: flex;
      justify-content: center;
      align-items: center;
}


.widget_element li:hover .element_content,
.widget_element li:hover .liresuite a,
.widget_element li:hover .gotolink a{
	opacity:1;
}

.widget_element .liresuite a{
	line-height:120%;
	padding: 10px;
	box-sizing: border-box;
	color: var(--primary-txtcolor);
	opacity:0;
	transition:0.5s all ease;
}

.widget_element .liresuite{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.widget_element .gotolink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    align-items: center;
    transition: all .25s cubic-bezier(.3,.3,0,.8);
}


.widget_element .gotolink a{opacity: 0;visibility: hidden;color: var(--title-color)!important;font-size: 12px;font-weight: 700;text-transform: uppercase;transform: translateY(16px);transition: all .25s cubic-bezier(.3,.3,0,.8);font-family: var(--font-bold);display: block;height: 100%;display: flex;align-items: center;justify-content: center;}
.widget_element li:hover .gotolink {
    background-color: var(--white);
}
.widget_element li:hover .gotolink a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/*-----------------*/
/* CONTENT */
/*-----------------*/
.logotype-title{
	margin-bottom: 60px;
}
.logotype-title span{background-image: url(../images/logotype.png);display: inline-block;height: 40px;width: 40px;background-position: center;background-repeat: no-repeat;background-size: contain;position: relative;/* margin-top: 25px; *//* opacity: 0.7; */}
.logotype-title span:before, .logotype-title span:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 20px;
	display: block;
	background-color: var(--title-color);
	/* opacity: 1; */
}

.logotype-title span:before{
	left: -30px;
}

.logotype-title span:after{
	    right: -30px;
}




#content{
	position: relative;
	z-index: 2;
}


#contentPage {
    padding: 150px 80px;
}



#contentPageBis {
    padding: 150px 30px;
}


#cta-contact{
	position:relative;
	background-image: url('../images/bg-cta.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 60px;
	z-index: 1;
	background-attachment: fixed;
}
#cta-contact .title h2 {
    color: rgba(255,255,255,.8);
}
#cta-contact .title h2 strong{
	color: var(--white);
}

#cta-contact .title{
	margin-right: 50px;
}
#cta-contact .title h2 {
	text-shadow: 1px 1px 1px rgb(0 0 0 / 0.5);
	font-family: var(--font-text);
	text-transform: initial;
	font-size: 30px;
}
#cta-contact:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black);
	opacity: 0.7;
	z-index: -1;
}

#cta-contact .cta-content{max-width: 900px;}

.home #content{
	padding: 550px 30px;
	box-sizing: border-box;
	z-index: 1;
	background: url('../images/pattern-bis.png');
	overflow: hidden;
}
#content{
	background: url('../images/pattern-bis.png');
}
#wrappersite:before,
#wrappersite:after{
	content: "";
	position: absolute;
	top: 0;
	background-image: url('../images/frise-vertical.png');
	width: 40px;
	background-size: contain;
	height: 100%;
	pointer-events: none;
}

#wrappersite:after{
	right: 0;
	z-index: 2;
}
#wrappersite:before{
	left: 0;
	z-index: 3;
}



.home #content .blocthumb, .home #content .specialthumb {
   height: 970px;
   width: 80%;
   -webkit-mask: url(../images/mask.png);
   mask: url(../images/mask.png);
   mask-size: contain;
   -webkit-mask-size: contain;
   mask-repeat: no-repeat;
   -webkit-mask-repeat: no-repeat;
   position: absolute;
   pointer-events: none;
}
.home #content .blocthumb{
	bottom: -270px;
	left: 0;
}
.home #content .specialthumb{
	 top: -260px;
	 right: 0;
	 -webkit-mask: url(../images/mask-reverse.png);
	 mask: url(../images/mask-reverse.png);
	 width: 70%;
	 height: 910px;
	 mask-size: contain;
	 -webkit-mask-size: contain;
	 mask-repeat: no-repeat;
	 -webkit-mask-repeat: no-repeat;
	 -webkit-mask-position: right;
}


#content .col-content {
	padding: 0 0 60px 0;
}



#content .col-content .specialthumb{
	height: 370px;
	margin-top: 60px;
	min-width: 120%;
	left: -20%;
	z-index: 2;
}



#content.hasnocontent{padding:0;}

.alternativeContent .intro{
	max-width: 80%;
	margin: 0 auto 30px;
}

#section-video {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 200px 10px 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	flex-direction: column;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	z-index: 8;
	text-align: center;
	background-image: url('../images/bg-video.jpg');
	grid-column: span 4;
	grid-row: span 1;
	margin-bottom: 30px;
}
#section-video:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--black);
	height: 100%;
	width: 100%;
	opacity: 0.4;
	z-index: -1;
}

#section-video h2 {
	color: var(--white);
	margin: 0;
	font-size: 45px;
	margin-bottom: 80px;
}

#section-video p {
	font-family: var(--font-bold);
	margin-bottom: 90px;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 3px;
}


.video-play-button {
  z-index: 10;
  justify-content: center;
  box-sizing: content-box;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  border-radius: 50%;
  padding: 0 10px 0px 13px;
  position: relative;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: var(--white);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid var(--black);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  line-height: 1;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: static;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.9);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 9999999;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
  max-width: 90%;
}

#menu{
	background-image: url('../images/dark-pattern.jpg');
	overflow: hidden;
	padding: 100px 15px;
}
.widget_carte .carte-wrapper {
	padding: 80px 0;
}

.widget_carte .carte-img_wrapper {
	padding: 6% 0% 0 6%;
	z-index: 1;
}

.widget_carte .carte-img{
	width: 100%;
	height: 105%;
}

.widget_carte .carte-img img{
	position: absolute;
	left: 0;
	top: 0;
}
.widget_carte .carte-wrapper .carte-img_wrapper:after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.widget_carte .carte-wrapper:nth-child(2n) .carte-img_wrapper{
	padding: 90px 9% 0 0;
}

.widget_carte .carte-wrapper:nth-child(odd) .carte-img_wrapper:after{
	top: 0;
	left: 0;
}
.widget_carte .carte-wrapper:nth-child(even) .carte-img_wrapper:after{
	top: 90px;
	background-position: top right;
}

.widget_carte .carte-wrapper:nth-child(3n+1) .carte-img_wrapper:after{
	
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='303.083' height='305.563'%3E%3Cpath fill='none' stroke='%23BB8F58' stroke-width='1.5' stroke-miterlimit='10' d='M36.927 251.827L1.428 190.62 72.426 67.954 53.591 35.415M36.927 251.827l35.499-61.207L12.86 87.705m95.065-81.084l35.499 61.333L72.426 190.62l65.733 113.572m-52.431-13.887l57.696-99.685L72.426 67.954l35.47-61.282m68.954-3.631l37.572 64.913-70.998 122.666 60.398 104.352m-55.403 9.683l66.003-114.035-70.998-122.666L180.614 3.7m100.552 71.606L214.422 190.62l41.37 71.478M233.9 279.635l51.521-89.015-70.999-122.666 23.047-39.817m64.554 133.8L285.42 190.62l7.581 13.098M96.143 10.63v16.348M60.644 88.311v-17.44L44.853 43.219M25.145 149.644v-17.439L7.325 101m53.319 109.977v-17.439l-23.712-41.521-23.722 41.577v17.383m82.933 61.333v-17.44l-23.712-41.521-23.722 41.578v10.798m75.021 36.623l-15.8-27.666-11.501 20.158m96.143 3.732l-13.644-23.891-16.852 29.537m5.026-31.908v-17.44l-23.712-41.521-23.722 41.578v17.383m118.471 0v-17.44l-23.712-41.521-23.722 41.578v17.383m97.105-54.786l-2.385-4.176-23.722 41.578v1.114m-130.061-45.063v-17.439l-23.712-41.521-23.722 41.578v17.383m118.432-.001v-17.439l-23.712-41.521-23.722 41.578v17.383m118.432-.001v-17.439l-23.712-41.521-23.722 41.578v17.383M96.143 149.644v-17.439L72.431 90.683l-23.722 41.578v17.383m118.393 0v-17.439L143.39 90.683l-23.722 41.578v17.383m118.471 0v-17.439l-23.712-41.521-23.722 41.578v17.383m105.285-40.463l-10.564-18.499-23.722 41.578v17.383M131.642 88.311v-17.44L107.93 29.35 84.208 70.928v17.383m118.432 0v-17.44L178.928 29.35l-23.722 41.578v17.383m118.432 0v-17.44l-12.967-22.705m-14.027-13.062l-20.439 35.824v17.383m-59.064-61.333V9.538l-4.791-8.391m-38.904 1.896l-3.738 6.552v17.383m72.745-20.445l-1.747 3.062v17.383M84.248 15.75v31.78m-23.643 0V29.963m-11.856 78.9V73.93l-11.82-20.694-11.823 20.723v34.904M13.25 170.196v-34.934L2.607 116.629m46.142 114.9v-34.934L36.93 175.902l-11.823 20.723v34.904M84.248 289.6v-31.671l-11.819-20.693-11.823 20.723v17.433m120.069 26.241l-1.75-3.064-2.172 3.805m-21.507-9.512v-34.934l-11.819-20.693-11.823 20.723v34.904m94.64-8.49v-26.443l-11.819-20.693-11.823 20.723v34.904m-82.855-61.334v-34.934l-11.819-20.693-11.823 20.723v34.904m94.64 0v-34.934l-11.819-20.693-11.823 20.723v34.904m94.64 0v-34.934l-11.819-20.693-11.824 20.723v34.904M84.248 170.196v-34.934l-11.819-20.693-11.823 20.723v34.904m94.601 0v-34.934l-11.819-20.693-11.823 20.723v34.904m94.679 0v-34.934l-11.819-20.693-11.823 20.723v34.904m94.64 0v-34.934l-11.819-20.693-11.823 20.723v34.904m-153.853-61.333V73.93l-11.819-20.693-11.824 20.722v34.904m94.641 0V73.93l-11.819-20.693-11.823 20.723v34.904m94.64-.001V73.93l-11.819-20.693L238.1 73.959v34.904M155.246 47.53V12.597L148.445.69m-10.298.466l-6.544 11.47V47.53m94.641-26.554V47.53m-22.366-37.143l-1.277 2.239V47.53M72.426 22.118v45.836m-35.499 5.158v56.051m-35.499 5.281v56.051m35.499 5.281v56.051m35.499 5.277v26.128m70.998-26.128v47.4m70.998-47.4v33.414m-106.497-94.742v56.051m70.998-56.051v56.051m70.998-56.051v56.051M72.426 134.444v56.051m70.998-56.051v56.051m70.998-56.051v56.051m70.998-56.051v56.051M107.925 73.112v56.051m70.998-56.051v56.051m70.998-56.051v56.051M143.424 11.903v56.051m70.998-53.136v53.136m-76.584 236.208'%3E%3C/path%3E%3C/svg%3E");
}
.widget_carte .carte-wrapper:nth-child(3n+2) .carte-img_wrapper:after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='338.958' height='390.208'%3E%3Cpath fill='none' stroke='%23BB8F58' stroke-width='1.5' stroke-miterlimit='10' d='M245.74 339.38l65.28-37.783m-4.149 73.4l4.149-2.401m0-.001l-122.666-70.998-3.796 2.197M62.352 232.53l3.336-1.931 122.666 70.998 122.666-70.998m0 70.998l-122.666-70.998-65.267 37.775M.819 197.13l64.869-37.529 122.666 70.998 122.666-70.998m0 70.998l-122.666-70.998-122.666 70.998L.819 193.054m122.268-71.228l65.267 37.775L311.02 88.603m0 70.998L188.354 88.603 65.688 159.601l-3.336-1.932m121.815-71.49l4.187 2.424L311.02 17.605m-65.721 32.959l65.721 38.039M201.449 313.379h7.262m61.332-35.499h-17.439l-41.521 23.712 41.578 23.722h17.383m-7.935 23.564h7.935m61.332-106.497h-17.439l-41.521 23.712 41.578 23.722h17.383m-.001-118.432h-17.439l-41.521 23.712 41.578 23.722h17.383m-.001-118.432h-17.439l-41.521 23.712 41.578 23.722h17.383m-.001-118.432h-17.439l-41.521 23.712 41.578 23.722h17.383m-.001-70.998h-9.186m-52.147 201.098h-17.439l-41.521 23.712 41.578 23.722h17.383m-.001-118.471h-17.439l-41.521 23.712 41.578 23.722h17.383m-.001-118.432h-17.439l-41.521 23.712 41.578 23.722h17.383m-.001-70.998h-8.784M208.71 242.381h-17.439l-41.521 23.712 41.578 23.722h17.383m-.001-118.432h-17.439l-41.521 23.712 41.578 23.722h17.383m-.001-118.432h-17.439l-41.521 23.712 41.578 23.722h17.383m-.001-70.998h-8.383M140.248 277.88h7.129m0-70.959h-17.439l-41.521 23.712 41.578 23.722h17.383m-.001-118.471h-17.439l-41.521 23.712 41.578 23.722h17.383m-.001-70.998h-7.98m-53.353 59.063H68.605l-41.521 23.712 41.578 23.722h17.383m-.001-70.998h-7.578m-60.147 59.063h6.392m0-23.564h-7.109m203.933 141.957h7.729m61.332-35.499h-34.934l-20.693 11.819 20.723 11.823h34.904m-7.732 47.356h7.732m48.755-177.495h-22.355l-20.693 11.819 20.723 11.823h22.33m-48.76 11.857h-34.934l-20.693 11.819 20.723 11.823h34.904m0-94.64h-34.934l-20.693 11.819 20.723 11.823h34.904m0-94.64h-34.934l-20.693 11.819 20.723 11.823h34.904m0-70.998h-8.919m-52.414 224.851H194.33l-20.693 11.819 20.723 11.823h34.904m-.001-94.64H194.33l-20.693 11.819 20.723 11.823h34.904m-.001-94.64H194.33L173.636 124.1l20.723 11.823h34.904m0-70.998h-8.518M160.66 289.776h7.27m0-70.959h-34.934l-20.693 11.819 20.723 11.823h34.904m0-94.679h-34.934l-20.693 11.819 20.723 11.823h34.904m0-70.998h-8.115M98.871 254.277h7.726m0-70.998H71.664L50.97 195.098l20.723 11.823h34.904m0-70.998h-7.726m-61.208 82.855h7.602m-.001-47.356h-7.602m217.176 130.175h56.051m-56.051-70.998h56.051m-56.051-70.998h56.051m-56.051-70.998h56.051M193.51 266.098h56.051M193.51 195.1h56.051m-56.051-70.998h56.051M132.178 230.599h56.051m-56.051-70.998h56.051M70.846 195.1h56.051m183.992 177.495l28.462-16.474M306.478 14.977l4.542 2.628m-.131 0l28.47-16.479m-28.47 300.471l28.46 16.473m-28.46 54.525l28.465 16.475m-28.465-87.473l28.46-16.473m-28.46-54.525l28.47 16.478m-28.47-16.478l28.47-16.478m0-38.041l-28.47-16.479m0 0l28.465-16.475m-28.465-54.523l28.46 16.473m-28.46-16.473l28.47-16.479m-28.47-54.519l28.47 16.478m-.008 264.235l-5.733 3.274 5.737 3.274m-.004 64.45l-5.733 3.274 5.734 3.272m-.001-361.536l-5.733 3.274 5.737 3.273m-.001 206.446l-5.736 3.275 5.737 3.272m0-77.546l-5.737 3.276 5.737 3.274m-.001-77.548l-5.736 3.276 5.727 3.267m-7.969 221.514h-17.439l-41.521 23.712 41.578 23.722h17.383m-8.19 23.564h8.189m7.975-59.102h-22.355l-20.693 11.819 20.723 11.823h22.33m-.005-94.64h-22.355l-20.693 11.819 20.723 11.823h22.326m-.001-165.638h-22.355L296.302 124.1l20.723 11.823h22.326m-.002-94.64h-22.354l-20.693 11.819 20.723 11.823h22.334m-23.313 272.171h23.305M316.046 53.104h23.313M316.171 195.1h23.18m-23.18 70.998h23.184m-23.184-141.996h23.18M78.784 242.109'%3E%3C/path%3E%3C/svg%3E");
}
.widget_carte .carte-wrapper:nth-child(3n+3) .carte-img_wrapper:after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='291.516' height='490.583'%3E%3Cpath fill='none' stroke='%23BB8F58' stroke-width='1.5' stroke-miterlimit='10' d='M18.974 489.817L.859 471.688m0-72.428l36.229-36.229L.859 326.795m0-72.448l36.229-36.229L.859 181.891m0-72.456l36.229-36.229L.813 36.932m.046 434.756l36.229-36.199L.859 399.26m0-72.465l36.229-36.22L.859 254.347m0-72.456l36.229-36.229L.859 109.435m0-72.457L37.088.75m54.331 489.07l-54.331-54.331 72.457-72.457-72.457-72.456 72.457-72.457-72.457-72.456 72.457-72.456L37.088.75m72.457 0L37.088 73.207l72.457 72.456-72.457 72.456 72.457 72.457-72.457 72.456 72.457 72.457-54.344 54.343m108.675-.012l-54.331-54.331 72.457-72.457-72.457-72.456 72.457-72.457-72.457-72.456 72.457-72.456L109.545.75m72.457 0l-72.457 72.457 72.457 72.456-72.457 72.456 72.457 72.457-72.457 72.456 72.457 72.457-54.344 54.343m108.688-.001l-54.344-54.342 72.457-72.457-72.457-72.456 72.457-72.457-72.457-72.456 72.457-72.456L182.002.75m72.457 0l-72.457 72.457 72.457 72.456-72.457 72.456 72.457 72.457-72.457 72.456 72.457 72.457-54.353 54.343m90.582-90.572l-36.229 36.229 36.229 36.229m0-217.371l-36.229 36.229 36.229 36.22m0-217.361l-36.229 36.228 36.229 36.229M254.459.75l36.229 36.229m0 434.738l-18.114 18.114m18.114-163.036l-36.229 36.236 36.229 36.229m0-217.369l-36.229 36.228 36.229 36.229m0-217.37l-36.229 36.229 36.229 36.229M18.973 18.864L.859.75m90.572 18.114L73.316.75M55.202 18.864L73.316.75m90.572 18.114L145.773.75m-18.114 18.114L145.773.75m90.447 18.114L218.105.75m0 0l-18.114 18.114m72.582 0L290.688.75m-36.229 36.228l-18.113 18.114m0 72.456l18.113-18.113m-18.113 90.57l18.113-18.114m-18.113 90.571l18.113-18.115M37.088.75v36.229l18.113 18.114m-36.029-.001l17.916-18.114M109.545.75v36.229l18.113 18.114m-36.029-.001l17.916-18.114M181.999.75v36.229l18.114 18.114M254.459.75v36.229l18.114 18.114M.859 36.978v36.229l18.113 18.114m54.344-54.343v36.229L91.43 91.321m54.343-54.343v36.229l18.114 18.114m54.343-54.343v36.229l18.113 18.114m54.345-18.114V36.978M164.082 55.092l17.917-18.114M37.088 73.207v36.229l18.113 18.113m-36.029-.001l17.916-18.113m72.457-36.228v36.229l18.113 18.113m-36.029-.001l17.916-18.113m72.447-36.228v36.229l18.114 18.113m54.353-54.342v36.229l18.114 18.113m-108.497-.001l17.916-18.113M37.088 145.663v36.229l18.113 18.114m-36.029-.001l17.916-18.114m72.457-36.228v36.229l18.113 18.114m-36.029-.001l17.916-18.114m72.447-36.228v36.229l18.114 18.114m54.353-54.343v36.229l18.114 18.114m-108.497-.001l17.916-18.114M37.088 218.119v36.229l18.113 18.115m-36.029-.001l17.916-18.115m72.457-36.228v36.229l18.113 18.115m-36.029-.001l17.916-18.115m72.447-36.228v36.229l18.114 18.115m54.353-54.344v36.229l18.114 18.115m-108.497-.001l17.916-18.115m-144.904 36.23v36.229l18.113 18.114m-36.029-.001l17.916-18.114m72.457-36.228v36.229l18.113 18.114m-36.029-.001l17.916-18.114m72.447-36.228v36.229l18.114 18.114m54.353-54.343v36.229l18.114 18.114m-108.497-.001l17.916-18.114M37.088 363.032v36.229l18.113 18.114M37.088 399.26l-17.916 18.114m90.373-54.342v36.229l18.113 18.114m-36.029 0l17.916-18.114m72.447-36.229v36.229l18.114 18.114m54.353-54.343v36.229l18.114 18.114m-108.497 0l17.916-18.114M37.088 435.489v36.229l18.113 18.114m-18.113-18.115l-17.916 18.114m90.373-54.342v36.229l18.113 18.114m-36.029 0l17.916-18.114m72.447-36.229v36.229l18.114 18.114m54.353-54.343v36.229l18.114 18.114m-108.497 0l17.916-18.114M55.4 91.321l17.916-18.114m54.541 18.114l17.916-18.114m54.541 18.114l17.916-18.114m54.541 18.114l17.916-18.114M.859 109.435v36.229l18.113 18.113m54.344-54.342v36.229l18.114 18.113m54.343-54.342v36.229l18.114 18.113m54.343-54.342v36.229l18.113 18.113m54.345-18.113v-36.229M55.4 163.777l17.916-18.113m54.541 18.113l17.916-18.113m54.541 18.113l17.916-18.113m54.541 18.113l17.916-18.113M.859 181.891v36.229l18.113 18.114m54.344-54.343v36.229l18.114 18.114m54.343-54.343v36.229l18.114 18.114m54.343-54.343v36.229l18.113 18.114m54.345-18.114v-36.229M55.4 236.234l17.916-18.114m54.541 18.114l17.916-18.114m54.541 18.114l17.916-18.114m54.541 18.114l17.916-18.114M.859 254.347v36.229l18.113 18.115m54.344-54.344v36.229l18.114 18.115m54.343-54.344v36.229l18.114 18.115m54.343-54.344v36.229l18.113 18.115m54.345-18.115v-36.229M55.4 308.691l17.916-18.115m54.541 18.115l17.916-18.115m54.541 18.115l17.916-18.115m54.541 18.115l17.916-18.115m-54.341 54.333l18.113-18.113m-18.113 90.579l18.113-18.113m-18.113 90.569l18.113-18.113M.859 326.795v36.228l18.113 18.115m54.344-54.343v36.228l18.114 18.115m54.343-54.343v36.228l18.114 18.115m54.343-54.343v36.228l18.113 18.115m54.345-18.115v-36.228M55.4 381.138l17.916-18.115m54.541 18.115l17.916-18.115m54.541 18.115l17.916-18.115m72.458 0l-17.916 18.115M.859 399.26v36.228l18.113 18.115m54.344-54.343v36.228l18.114 18.115m54.343-54.343v36.228l18.114 18.115m54.343-54.343v36.228l18.113 18.115m54.345-18.115V399.26M55.4 453.603l17.916-18.115m54.541 18.115l17.916-18.115m54.541 18.115l17.916-18.115m54.541 18.115l17.916-18.115M73.316 489.831v-18.113m72.457 18.113v-18.113m72.457 18.113v-18.113m72.458 18.101v-18.102M.881 489.819v-18.102'%3E%3C/path%3E%3C/svg%3E");
}
.widget_carte .carte-wrapper:nth-child(2n){
	flex-direction: row-reverse;
}

.widget_carte .carte-body{
    padding: 100px;
    background: var(--white);
}
.widget_carte .carte-title {
	display: flex;
	align-items: center;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	justify-content: center;
	flex-direction: column;
}
.widget_carte .carte-title h2{
	margin: 0;
	line-height: 1;
}
.widget_carte .carte-title .decor{top: 7px;position: relative;}





.widget_carte .carte-content table{
	margin-bottom: 0;
	background: none!important;
	font-size: 16px;
	font-family: var(--font-bold);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.widget_carte .carte-content table tr{
	color: var(--primary-bgcolor);
}

.widget_carte .carte-content table td{
	padding: 15px 6px !important;
	border-bottom: 1px dashed #545454;
}

.widget_carte .tc_content table tr td:last-of-type{
	width: auto!important;
	display: flex;
	align-items: center;
}

.widget_carte .tc_content table tr td:last-of-type{
	min-width: 70px;
}




#section-image{
	position: relative;
	overflow: hidden;
}
#section-image-wrapper{
	background-image: url(../images/bg-imageSection.jpg);
	padding: 250px 30px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#section-image h2 {
	font-size: 80px;
	line-height: 1;
	text-transform: none;
	font-weight: normal;
}
#section-image-wrapper:before{
	content: "";
	background-color: var(--black);
	position: absolute;
	left:0;
	top: 0;
	height: 100%;
	width: 100%;
    opacity: .6;
}

.effect-square span{
	top: 50%;
	left: 0;
	position: absolute;
	transform: translate(-50%);
	display: block;
	height: 1px;
	z-index: -1;
	pointer-events: none;
}
.effect-square span span{
	animation: lte-square 16s linear infinite;
	width: 200px;
	height: 200px;
	display: block;
	border: 1px solid var(--primary-bgcolor);
	margin: -100px;
}
@keyframes lte-square{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}


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

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 10;
}
.elementor-shape svg {
    display: block;
   width: calc(200% + 1.3px);
    height: 40px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape-top {
    top: -1px;
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
 #homeHeader{
     position: relative;
     overflow: hidden;
 }

.pattern:before,
.pattern:after{
	--patternWidth: 400px;
	content: "";
	width: var(--patternWidth);
	height: var(--patternWidth);
	background-image: url('../images/pattern.png');
	position: absolute;
	z-index: 2;
	background-size: contain;
	transform: rotate(-45deg);
}
.pattern.small:before,
.pattern.small:after {
	--patternWidth: 340px;
}

.pattern-top:before{
	top: -210px;
	left: -210px;
	background-position: right;
}
.pattern-top:after{
	top: -210px;
	right: -210px;
	transform: rotate(45deg);
}
.pattern-bottom:before{
	bottom: -210px;
	left: -210px;
	background-position: right;
}
.pattern-bottom:after{
	bottom: -210px;
	right: -210px;
}



 body.with-bandeau #homeHeader .imageDiapo {
    height: calc(100vh - 60px)!important;
}
.bannerBottom{
	position: absolute;
	bottom: 0;
	z-index: 10;
	left: 0;
	right: 0;
}

#telBanner, #noshare{
	padding: 2em 2em;
	grid-area: auto;
}

#infotelfixeBanner{
	background-image: url('../images/icons/phone-white.svg');
	font-family: var(--font-bold);
	margin-right: 0;
	padding-right: 0;
	text-shadow: none;
	position: relative;
	font-size: 16px;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	color: var(--white);
	line-height: 1.4;
}

#infotelfixeBanner span{
	font-family: var(--font-title);
	display: block;
	text-transform: uppercase;
}
#infotelfixeBanner a{
	color: var(--white);
}

#infotelfixeBanner a:hover{
	color: var(--primary-bgcolor);
}

#noshare{
	justify-self: flex-end;
	align-self: center;
}

#scrollDownButton{
	text-align: center;
	left: calc(50% - 4.5em);
	width: 9em;
	color: var(--white);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	display: inline-block;
	font-family: var(--font-bold);
	position: absolute;
	bottom: 0;
}
#scrollDownButton:after {
    margin-top: 1.5em;
    content: "";
    width: 1px;
    height: 4em;
    background: var(--white);
    display: block;
    position: relative;
    left: 50%;
    transition: height ease 0.5s;
}

#scrollDownButton:hover:after {
    height: 5em;
}


#widgetContainer{
	width: 100%!important;
}
 #homeHeader .wrap-border{
 	position: absolute;
 	display: block;
 	width: 100%;
 	left: 0;
 	overflow: hidden;
 	color: var(--white);
 	background-position: center;
 	background-repeat: repeat-x;
 	bottom: 0;
 	height: 80px;
 	z-index: 1;
 }
 #homeHeader .border{
 	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    fill: var(--white);
    transition-property: fill;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
 }

  #homeHeader .border .shape {
    fill: currentColor;
    transition-property: fill,opacity;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
}
.innerWrap{
	position: absolute;
	z-index: 2;
	top: 0;
	box-sizing: border-box;
	left: 30px;
	right: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.innerLogo p {
	font-family: var(--font-bold);
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px var(--black);
	letter-spacing: 3px;
	color: var(--white);
}

#homeHeader .innerTitle, #h1 .innerTitle{
	/* padding: 50px; */
	opacity: 0;
	transition: .55s cubic-bezier(.4,0,.2,1) .95s;
	color: var(--white);
	position: relative;
	transform: translateY(-50px);
	z-index: 10;
	text-transform: uppercase;
}

#homeHeader .innerButton {
	opacity: 0;
	transition: .55s cubic-bezier(.4,0,.2,1) 1.25s;
	transform: translateY(-50px);
}


#h1 .section-title{
	margin-bottom: 0;
}

#h1 .section-title .no_line {
	border-color: var(--secondary-bgcolor);
	position: absolute;
	left: 50%;
	bottom: -160px;
	transform: translateX(-50%);
	z-index: 1;
}

#homeHeader .innerTitle small{
	display: block;
	font-size: 18px;
	letter-spacing: 3px;
	font-family: var(--font-bold);
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}
#homeHeader .innerTitle p:after{
	content: "";
	position: absolute;
	width: 150px;
	height: 1px;
	background: var(--white);
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#homeHeader .innerTitle p, 
#h1 .innerTitle p {
	font-family: var(--font-title);
	font-size: 34px;
	line-height: 1.5;
	text-shadow: 1px 1px 1px var(--black);
	letter-spacing: 6px;
	margin-top: 40px;
	padding-top: 40px;
	position: relative;
}


#homeHeader .innerTitle strong, 
#h1 .innerTitle strong {
	display: block;
	font-size: 16px;
	letter-spacing: 5px;
	position: relative;
	text-transform: uppercase;
	top: 20px;
}
#homeHeader .innerTitle span,
#h1 .innerTitle span{
	color: var(--secondary-bgcolor);
}
#homeHeader .innerTitle span:first-letter, #h1 .innerTitle span:first-letter {
	color: var(--primary-bgcolor);
	font-size: 200%;
	vertical-align: middle;
	letter-spacing: -10px;
}


#h1 .innerTitle strong{
	font-size: 40px;
	padding-bottom: 10px;
}

#homeHeader .innerTitle, #h1 .innerTitle{
	margin: 0 auto;
	max-width: 990px;
}

#homeHeader .innerButton {
	margin-top: 40px;
}

#infotelport2_home a{
	background-color: var(--tertiary-bgcolor);
}
#infotelfixe_home a:hover{
	background-color: var(--primary-bgcolor);
}


#homeHeader .innerButton a {
	margin: 0 5px;
}

#homeHeader .innerWrap-content{
	width: 360px;
	height: 360px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 10;
}


#homeHeader .innerImg, #h1 .innerImg{
	position: absolute;
	top: 0;
	right: 0;
}

#homeHeader .innerImg .imageAnimation, #h1 .innerImg .imageAnimation{
	width: 100%;
	height: 100%;
}

#homeHeader .imageOverlay, #h1 .innerImg .imageOverlay{
	background-color: aliceblue;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	top: -5px;
	height: calc(100% + 10px);
	z-index: 4;
	transition: .75s cubic-bezier(.4,0,.2,1) .25s;
	position: absolute;
}

#homeHeader .innerImg .imageDiapo{
	height: 900px!important;
}

#homeHeader .smallImage, #h1 .smallImage{
	position: absolute;
	bottom: -50px;
	right: -75px;
	width: 400px;
	height: 400px;
	box-shadow: 2.5px 4.3px 62px 0 rgba(0,0,0,.22);
	transform: scale(0);
	transition: .55s cubic-bezier(.4,0,.2,1) .75s;
	z-index: 4;
}

#homeHeader .smallImage img, #h1 .smallImage img{
	object-fit: cover;
	width: 100%;
	display: block;
	opacity: 0;
	/* max-width: 100%; */
	height: 100%;
}

body.loaded #homeHeader .innerTitle, body.loaded #h1 .innerTitle, body.loaded #homeHeader .innerButton{
	opacity: 1;
	transform: translateY(0);
}



body.loaded #homeHeader  .imageOverlay, body.loaded #h1 .innerImg .imageOverlay{
	left: 100%;
}


/*-----------------*/
/* CONTENT HOME */
/*-----------------*/

#banner{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 70vh;
	color: var(--white);
	background-attachment: fixed;
	min-height: 400px;
	z-index: 1;
	position: relative;
	background-image: url('../images/default-bg.jpg');
	max-height: 1000px;
}





body:not(.single) #h1 .wrap-contentPage h1{
	margin-top: -4%;
}
body:not(.single) #banner .button, 
body:not(.single) #h1 .button{
	margin-top: 20px;
}

#banner p span{
	font-size: 50px;
}



#banner .wrappercontent,
#h1 .wrappercontent{
	height: 100%;
}

.cekome-stars-icon{
	margin-bottom: 15px;
	/* margin-top: 65px; */
}

.cekome-stars-icon a {
	border: none!important;
	background-image: none!important;
}
/*-----------------*/
/* H1 */
/*-----------------*/
#h1{
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#h1 .innerImg{
	position: relative;
	overflow: hidden;
}

#h1 .innerImg:after{
	/* content: ""; */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 100%);
}

#h1 .innerImg .imageAnimation{
	height: 50vh;
	min-height: 650px;
}

#h1 .innerImg .imageAnimation .imageDiapo{
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
#h1.small-h1 .innerImg .imageAnimation{
	height: 650px;
}

#h1 .innerImg .imageAnimation .imageDiapo, #h1 .innerImg .imageAnimation .blocthumb{
	height: 100%;
}

#h1 .innerImg .imageOverlay, #homeHeader .imageOverlay{
	width: 110%;
	background-color: var(--primary-bgcolor);
}


#h1 h1, #h1 .h1{
	margin: 0;
	display: block;
	font-family: var(--font-title);
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px var(--black);
	letter-spacing: 2px;
	color: var(--white);
}

body.loaded #h1 h1, body.loaded #h1 .h1{
	opacity: 1;
    transform: translateY(0);
}


	#h1 .section-title small{
		opacity: 1;
		text-shadow: 1px 1px 1px var(--black);
		top: 0;
		color: var(--white);
		font-size: 80px;
	}



/*-----------------*/
/* TEMPLATE AGENCE */
/*-----------------*/
#filterwidgetagence{
    text-align: right;
    padding: 10px;
    background: #f0f0f0;
    color: #666;
    border-bottom: 1px solid var(--quaternary-bgcolor);
    font-size:12px;
}
#filterwidgetagence select{
	border:none;
	background:#fff;
	padding:2px 20px 2px 5px;
	box-sizing:border-box;
	border:1px solid #ccc;
}

#listwidgetagence{
    overflow: hidden;
    overflow-y: scroll;
    height: 600px;
    background: var(--tertiary-bgcolor);
    color: var(--tertiary-txtcolor);
}
.itemlistwidgetagence:nth-child(even){background: rgba(0,0,0,0.1);}
.itemlistwidgetagence:nth-child(odd){background: rgba(255,255,255,0.1);}
.itemlistwidgetagence{
    padding: 10px;
    box-sizing: border-box;
    outline-color: #ffffff26;
    outline-style: solid;
    outline-width: 1px;
    outline-offset: -10px;
    line-height: 0;
}
.itemlistwidgetagence.active{
	outline-color: var(--primary-bgcolor)
}


#mapwidgetagence{height: 600px;}
.list_imgagence{
    width: 130px !important;
    height: 120px;
}
.list_infoagence{
    padding: 6px 8px;
    font-size: 13px;
    line-height: 130%;
    width: calc(100% - 130px);
    box-sizing: border-box;
}
.list_infoagence .title_list_infoagence{text-transform: uppercase;font-weight: bold;margin-bottom: 2px;padding-bottom: 2px;border-bottom: 1px dashed #777;}
.list_infoagence .tel_list_infoagence a{color: var(--primary-bgcolor);}
.list_infoagence .more_list_infoagence{
    text-align: right;
    text-decoration: underline;
}
.list_infoagence a{
	color: var(--tertiary-txtcolor);
	text-decoration: none;
}

/*-----------------*/
/* PAGE CONTENT */
/*-----------------*/
#pageContent{
	position: relative;
}

#contentPage h1{
	margin-top: 0;
	line-height: 1.1;
}

#contentImg .col-img .blocthumb{padding-right: 17px;margin-top: 125px;height: 460px;}
#contentImg .col-img .specialthumb{
	padding-left: 15px;
	height: 680px;
}
#contentImg .tertiarythumb{
	height: 300px;
}

.col-img .tertiarythumb{
	height: 230px;
	width: 70%;
	margin-left: auto;
	z-index: 17;
	right: -50px;
}


#headerPage #title:not(.tac) h1, #headerPage #title:not(.tac) p{
	margin: 0;
}

#headerPage #title:not(.tac) h1, #headerPage #title:not(.tac) p{
	/* float: right; */
	max-width: 720px;
	width: 100%;
	padding-left: 0;
	line-height: 1;
}
#headerPage #title{
	padding-bottom: 30px;
}

#imgContent{
	left: 0;
	position: absolute;
	width: 110%;
	top: -190px;
	margin-bottom: -190px;
	z-index: 1;
}

#imgContent .blocthumb, #imgContent #blocmaps{
	position: relative;
	width: 100%;
	height: 430px;
	/* top: 50%; */
	z-index: 10;
	/* margin-bottom: -200px; */
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	/* transform: translateY(-50%); */
}

#imgContent #blocmaps{
	height: 500px;
}



#mainTitle{
	width: 60%;
}

#mainTitle h1{
	padding: 20px 50px 30px 15px;
	max-width: 740px;
	width: 100%;
	float: right;
	margin: 0;
}

/*-----------------*/
/* SECTION CONTACT */
/*-----------------*/
#sectionContact #contact{
	background-image: url('../images/bg-pageContact.jpg');
	padding: 310px 15px 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

#sectionContact #contact:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

#sectionContact #contact h2{
	color: var(--white);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}



/*-----------------*/
/* REASSURANCE PAGE */
/*-----------------*/

#reassurances{
	  position: relative;
	  background-image: url(../images/bg-reassurances.jpg);
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-attachment: fixed;
	  z-index: 1;
	  padding: 150px 10px 250px;
}
.nohome #reassurances{
	margin-bottom: 0;
	 padding: 100px 20px;
}

#reassurances:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	z-index: -1;
}
#reassurances-wrapper{
	 padding: 130px 20px;
}






#reassurances .picto-container li p strong{
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 15px;
	font-family: var(--font-bold);
	color: var(--white);
	letter-spacing: .1em;
}
#reassurances .picto-container li p strong:after{
	content: "";
	display: block;
	vertical-align: middle;
	width: 60px;
	height: 1px;
	margin: 15px auto;
	background-color: var(--white);
	text-align: center;
}



/*-----------------*/
/* SINGLE AGENCE */
/*-----------------*/
#formagence{
    background: var(--secondary-bgcolor);
    color: var(--secondary-txtcolor);
    padding: 30px;
}
#map_agence{
    background: var(--quaternary-bgcolor);
    align-items: stretch;
    color: var(--quaternary-txtcolor);
    padding: 40px;
    box-sizing: border-box;
    height: 100%;
}
#infoagence{
    background: var(--quaternary-bgcolor);
    color: var(--quaternary-txtcolor);
    text-align: center;
    line-height: 160%;
    padding: 20px;
}
#boxlink_agence{
    background: var(--secondary-bgcolor);
    color: var(--secondary-txtcolor);
    padding: 30px;
}
#boxlink_agence a.blink_agence{
	text-decoration: none;
	padding: 5px 10px;
	margin-top: 7px;
	border-bottom: 1px dashed var(--secondary-txtcolor);
	color: var(--secondary-txtcolor);
}

#boxlink_agence a.blink_agence:hover{
	border-bottom: 1px solid var(--secondary-txtcolor);
}

/*-----------------*/
/* CTA */
/*-----------------*/
#cta{
    text-align: center;
    background: #333 url(../images/icons/write.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.cta_labelBig{
    font-size: 1.4em;
    color: #fff;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    font-weight: bold;
}
.cta_labelSmall{
    font-size: 1em;
    color: #fff;
    padding-bottom: 1em;
}
.cta_buttons{
    margin: 10px 0;
}
/*-----------------*/
/* Landing Form */
/*-----------------*/
#landingform{
	text-align: center;
	background: #6f6f6f url(../images/icons/landing_mail.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

#landing_listelement{
   box-sizing: border-box;
    max-width: 600px;
    padding: 0 30px;
}
#aside #landing_listelement{
	background-color: var(--tertiary-bgcolor);
	padding: 50px 15px;
}

.landing_labelBig{
    font-family: var(--font-surtitle);
    line-height: 1;
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 50px;
    color: var(--primary-bgcolor);
}
.landing_labelBig small{
	font-size: 100px;
	font-weight: 400;
	opacity: 0.4;
	position: absolute;
	left: 0;
	right: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
	top: -50px;
	font-family: var(--font-surtitle);
	color: var(--secondary-bgcolor);
	z-index: -1;
}


#contentForm #landing_listelement{
	max-width: none;
	padding: 40px;
}

#contentForm .landing_labelBig{
	margin-bottom: 40px;
}
/*-----------------*/
/* WRAP FORM */
/*-----------------*/
.form-wrap .wrap-fieldset {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-wrap .wrap-fieldset .blc_text, 
.form-wrap .wrap-fieldset .blc_email, 
.form-wrap .wrap-fieldset #cptchk-reservation,
.form-wrap .wrap-fieldset #cptchk-contact, 
.form-wrap .wrap-fieldset .blc.blc_captcha, 
.form-wrap .wrap-fieldset .button.cf_submit {
    flex: 1 1 45%;
    max-width: 45%;
    width: 100%;
    display: inline-block;
    margin: 4px 2%;
}

.form-wrap .wrap-fieldset .blc_select, .form-wrap .wrap-fieldset .blc_date, .form-wrap .wrap-fieldset .blc_textarea, .form-wrap .wrap-fieldset .blc_checkbox, .form-wrap .wrap-fieldset .blc_wide, .form-wrap .wrap-fieldset .wrapCheck  {
    flex: 1 1 94%;
    max-width: 94%;
    width: 100%;
    display: inline-block;
    margin: 4px 2%;
}

.wrapCheck .blc_select {
   
    margin: 0!important;
    max-width: 100%!important;
    flex: 1 1 100%!important;
}


.form-wrap .wrap-fieldset #cptchk-contact .blc.blc_captcha,
.form-wrap .wrap-fieldset #cptchk-devis .blc.blc_captcha{
	max-width: 100%;
	margin: 0;
}


#aside .form-wrap .wrap-fieldset #cptchk-contact,
#aside .form-wrap .wrap-fieldset #cptchk-devis,
#aside .form-wrap .wrap-fieldset .button.cf_submit,
#aside .form-wrap .wrap-fieldset .blc.blc_captcha{
	flex: 1 1 94%;
    max-width: 94%;
    width: 100%;
}

.sidebar_wrapper {
		z-index: 2;
		/* box-shadow: 0 0 30px rgba(0,0,0,0.1); */
		/* border-radius: 10px; */
		/* overflow: hidden; */
	}

	.sidebar-button{
		display: block;
		box-shadow: 0 0 30px rgba(0,0,0,0.2);
	}

	.sidebar_wrapper .landing_labelBig{
		background-image: url(../images/default-banner.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 30px;
		color: var(--white);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
		text-align: center;
		position: relative;
		z-index: 1;
		/* filter: blur(8px); */
		margin-bottom: 20px;
	}
	.sidebar_wrapper .landing_labelBig:after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
		/* filter: blur(8px); */
	}

	.sidebar_wrapper .landing_form{
		padding: 0 15px 20px;
	}
/*-----------------*/
/* CATEGORY PAGE */
/*-----------------*/
#listarticles .listedarticle{
    position: relative;
}

#listarticles .listedarticle .image_content {
	display: block;
	overflow: hidden;
}

#listarticles .listedarticle .content_news{
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 20px 40px;
	z-index: 2;
	left: 0;
	right: 0;
	text-align: center;
	overflow: hidden;
	transition: 300ms all ease-in-out;
}

#listarticles .listedarticle:hover .content_news{
	bottom: 45%;
	-webkit-transform: translate(0,50%);
	transform: translate(0,50%);
	-ms-transform: translate(0,50%);
}

#listarticles .listedarticle .image_content img{
	transition: 500ms all ease-in-out;
}


#listarticles .listedarticle .image_content:hover img{
	/* transform: scale(1.2) rotate(5deg); */
	/* opacity: 0.2; */
}
#listarticles .listedarticle .blocthumb{
	 z-index: 1;
	 position: relative;
	 height: 500px;
}

.listedarticle .blocthumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0%;
    top: 0;
    transition: .3s;
    opacity: 0.6;
    background-color: var(--black);
}


.listedarticle .blocthumb:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0%;
    top: 0;
    transition: .3s;
    top: 100%;
    opacity: 0.4;
}

.listedarticle:hover .blocthumb:after{
	top: 0;
	background-color: var(--secondary-bgcolor);
}
#listarticles .listedarticle h2{
   margin: 0;
   left: 10px;
   right: 10px;
   bottom: 20px;
   box-sizing: border-box;
   z-index: 10;
   text-transform: uppercase;
   font-size: 20px;
   text-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
   text-align: center;
   transition: 300ms all ease-in-out;
   font-family: var(--font-bold);
   margin-bottom: 20px;
   }

#listarticles .listedarticle h2 a{
	color: var(--white);
}

#listarticles .listedarticle .tc_excerpt{
	/* width: 90%; */
	margin: 0 0 80px;
	padding-left: 20px;
	padding-right: 20px;
}

#listarticles .listedarticle h2 a:hover{
    /* color: var(--primary-bgcolor); */
    /* text-decoration: none; */
    /* width: 100%; */
    /* display: block; */
}


#listarticles .listedarticle:hover .tc_content{
	box-sizing: border-box;
	opacity: 1;
	transform: scaleY(1);
}
#listarticles .listedarticle:hover .tc_content p{
	margin:10px 0;
}


#backBTsingle{
	font-family: var(--font-bold);
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	max-width: 230px;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	color: var(--white);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}

#backBTsingle:after, 
#backBTsingle:before {
	content: "";
	position: absolute;
	transition: .3s;
	top: 50%;
    transform: translateY(-50%);
    display: block;
}

#backBTsingle:before{
    border-width: 5px 8px;
    border-style: solid;
    left: -10px;
    border-color: transparent var(--white) transparent transparent;
    height: 0;
    width: 0;
}

#backBTsingle:after{
    /* color: var(--primary-bgcolor); */
    background: var(--white);
    height: 3px;
    left: 0;
    width: 20px;
    /* text-align: left; */
    /* line-height: 5px; */
    /* font-size: 12px; */
    /* letter-spacing: -5px; */
}

#backBTsingle:hover{
	color: var(--tertiary-bgcolor);
}

#backBTsingle:hover:before{border-color: transparent var(--tertiary-bgcolor) transparent transparent;}
#backBTsingle:hover:after{
	background: var(--tertiary-bgcolor);
}

#cta-bottom {
    background-image: url(../images/bg-cta.jpg);
    position: relative;
    padding: 100px 30px 70px;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
}
#cta-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--black);
    height: 100%;
    width: 100%;
    opacity: 0.7;
}


#cta-bottom .accroche{
	/* margin: 20px 0 0 0; */
}
/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer{
	font-size: 16px;
	position: relative;
	z-index: 10;
	color: rgba(255,255,255,.8);
	overflow: hidden;
	background-image: url('../images/bg-footer.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.footeractu-item  .title p{
	font-family: var(--font-bold);
	margin: 0;
	text-transform: uppercase;
}
.footeractu-item .tc_content{
	font-size: 14px;
	line-height: 1.5;
	max-width: 420px;
	margin: 0 auto;
}
.footeractu-item:not(:last-of-type){
	border-bottom: solid 1px #ffffff1f;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.footeractu-item .title p a{
    color: var(--white)
}

.footeractu-item .news-headline {
	justify-content: center; 
}
.footeractu-item .title p a:hover{
	color: var(--primary-bgcolor)
}

#infoouvertureFooter .titlehoraires:after, .footerTitle:after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 50px;
	background-color: var(--primary-bgcolor);
	left: 50%;
	margin-left: -25px;
}
#infoouvertureFooter .titlehoraires, .footerTitle h2{
	text-transform: none;
	font-family: var(--font-surtitle);
	font-size: 26px;
	margin: 0;
	text-transform: uppercase;
}
.footerTitle, #infoouvertureFooter .titlehoraires {
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

#infoouvertureFooter .horairesBloc{
    grid-gap: 0;
}


 .marque-alsace{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	max-width: 100%;
	height: 25px;
}

/*LOGO*/

#footer #logofooter .footerlogo{
	display: inline-block;
	margin-bottom: 20px;
}
#noshareFooter{
	margin-top: 20px;
}

#logofooter{
	padding: 120px 30px;
	z-index: 1;
}
#footer:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(90deg,#000000,rgb(0 0 0 / 80%),#000000);
}



 #logofooter img{
    width: 250px;
}

#addrfooterBis_txt div{
	margin-bottom: 15px;
}

/*MAPS*/
#footer #mapfooter{
	width:100%;
	/* height: 100%; */
	box-sizing: border-box;
}

#footer #logos-list{
	/* display: flex; */
	background-color: var(--white);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	width: 100%;
	/* justify-content: center; */
	padding: 30px 0;
}
#footer #logos-list li:not(:last-of-type){
	margin-right: 60px;
}
#footer .maps_canvas img{
    /* transform: scale(0.8); */
    transition:0.5s all ease;
}

#footer .maps_canvas:hover img{
	transform: scale(1);
}

/*ADDR FOOTER*/
#footer #addrfooter{
    max-width: 600px;
    padding: 5px 20px;
    box-sizing: border-box;
    /* text-align: center; */
    flex-direction: column;
    color: var(--tertiary-bgcolor);
}

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



#addrcontact #phoneBT-infotelfixe:hover,
#addrcontact .horairesBT:hover, 
#infotelport_contact .phonea:hover{
	color: var(--secondary-bgcolor);
}

#addrcontact{
	flex-direction: column;
}

#footer #marqueAlsace{
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 5px 0px;
	padding: 0 10px 0 35px;
	box-sizing:border-box;
	/* width: 100%; */
	text-align: left;
	background-size: 24px;
	background-position: 0 center;
	line-height: 1.4;
}

#footer #marqueAlsace{background-image: url(../images/marque-alsace.png);}

#footer #addrfooter #addrfooter_txt div{
    margin: 2px 3px;
}

#footer #infotelfixe_footer,
#footer #infotelport_footer{
	padding-bottom: 10px;
	/* display: inline-block; */
	width: auto;
	margin: auto;
	text-align: left;
}


#infotelfixe_footer, #infotelport_footer,  #infotelfixe_contact{
	/* text-align: right; */
	background-size: 30px;
	background-position: 0;
	background-repeat: no-repeat;
	color: var(--text-color);
	padding: 10px 0 10px 40px;
}



/*NAVIGATION*/


#footer #navfooter > .wrappercontent{
	 border-top: solid 1px hsla(0,0%,100%,.3);
	 padding: 20px 55px;
}
#copyright{
	margin-left: auto;
}
#footerSeo {
    margin-bottom: 30px;
    color: var(--white);
    line-height: 1.4;
}


#footer #navfooter #menu-footer .menu-item{
		margin-right: 20px;
	}
#footer #navfooter a {
    color: var(--white);
    font-size: 15px;
}
#footer #navfooter a:hover{
	color: var(--primary-bgcolor);
}

/*COPYRIGHT*/
#footer #footerlinks{
  font-size: 14px;
}




/*----------------------------- ************ -----------------------------*/
.hiddenHead {
    display: none;
}
.blc.hiddenHead{
	display: none!important
}
