/*-----------------*/
/* VARIABLE */
/*-----------------*/
:root
{
	/*COLORS*/
	--primary-bgcolor: #ec880c;
	--primary-dark-bgcolor: #ff660a;
	--secondary-bgcolor: #5b7ea9;
	--tertiary-bgcolor: #e43c14;
	--quaternary-bgcolor: #ec5d96;
	--text-color: #646a75;
	--title-color: #282828;
	--light-color: #f3f3f3;
	--white: #FFFFFF;
	--black: #000000;

	/*FONTS*/
	--font-title:FredokaOne, sans-serif;
	--font-text:Poppins,sans-serif;
	--font-bold:PoppinsBold, sans-serif;
}

/*-----------------*/
/* GLOBAL */
/*-----------------*/

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

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



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

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




body {
  font-size: 16px;
  line-height: 1.8;
  font-family: var(--font-text);
  top:0 !important;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}


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

body.is-form-warning #header,
body.is-form-warning #header-contact{
	z-index: 2;
}
body.is-form-warning #h1,
body.is-form-warning #mapfooter {
	z-index: 0;
}

body.is-form-warning #footer #footerlinks:before{
	width: 95%;
}
body.is-form-warning #footer{
	overflow: initial;
}

.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: 12px;
	position: relative;
	padding-right: 25px;
}

.more-links:hover{
	color: var(--secondary-bgcolor)!important;
	
}
.more-links:after{
	content: "⭢";
	position: absolute;
	right: 0;
	top: -4px;
	line-height: 1;
	font-size: 25px;
}

.more-links.return{
	padding-left: 30px;
	padding-right: 0;
	display: inline-block;
}

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

.return-bottom{
	border-top: solid 1px rgb(0 0 0 / 10%);
	padding-top: 50px;
	padding-bottom: 30px;
margin-top: 50px;}

.more-links.return:after{
	content: "\2190";
	right: auto;
	left: 0;
}


.show-for-large,
.naviglink.show-for-larg{
	display: block;
}

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

.hide-for-medium,
.naviglink.hide-for-medium{
	display: block;
}


.doc-link .size{
	font-size: 13px;
	font-style: italic;
}
/*------------------------------------------------------------------
[1.5 Preloader ]
*/
.site-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2000;
    background-color: #0e101a;
    pointer-events: none
}

.site-loader.is-visible .site-loader-sprite {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .2s
}

.site-loader.is-visible .site-loader-stroke {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .7s cubic-bezier(.165, .84, .44, 1)
}

body.loaded .site-loader {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform .7s cubic-bezier(.895, .03, .685, .22);
    transition: transform .7s cubic-bezier(.895, .03, .685, .22);
    transition: transform .7s cubic-bezier(.895, .03, .685, .22), -webkit-transform .7s cubic-bezier(.895, .03, .685, .22);
}

.site-loader-sprite {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .2s
}

body.loaded .site-loader .site-loader-stroke {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .7s cubic-bezier(.165, .84, .44, 1)
}

body.loaded .site-loader .site-loader-content {
    /* opacity: 0; */
    transition: opacity .7s cubic-bezier(.165, .84, .44, 1)
}

.site-loader.slide-in {
    -webkit-animation: .7s cubic-bezier(.895, .03, .685, .22) both;
    animation: .7s cubic-bezier(.895, .03, .685, .22) both;
    -webkit-animation-name: ud6429b22;
    animation-name: ud6429b22
}

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

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

.site-loader.slide-in .site-loader-content {
    opacity: 0
}

.site-loader.slide-out {
    -webkit-animation: .7s cubic-bezier(.895, .03, .685, .22) both;
    animation: .7s cubic-bezier(.895, .03, .685, .22) both;
    -webkit-animation-name: u6acc8251;
    animation-name: u6acc8251
}

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

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

.site-loader.slide-out .site-loader-content {
    opacity: 0
}

.site-loader.no-transition {
    transition: none
}

.site-loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 134px;
    width: 134px;
    margin-top: -67px;
    margin-left: -67px
}

.site-loader-dog {
    margin-top: -65px;
    margin-bottom: nul;
    z-index: 0
}

.site-loader-dog,
.site-loader-sprite {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 130px;
    width: 130px;
    margin-left: -65px
}

.site-loader-sprite {
    margin-top: -70px;
    /* opacity: 0; */
}

.site-loader-sprite:before {
    bottom: 27px;
    left: 50%;
    height: 16px;
    width: 128px;
    margin-left: -64px;
    background-image: url(../images/loader/shadow.png);
    background-size: 100% auto
}

.site-loader-sprite:after,
.site-loader-sprite:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0
}

.site-loader-sprite:after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/loader/dog.png);
    background-size: 2080px auto;
    -webkit-animation: .7s steps(16) linear infinite;
    animation: .7s steps(16) linear infinite;
    -webkit-animation-name: u265c1eff;
    animation-name: u265c1eff
}

@-webkit-keyframes u265c1eff {
    0% {
        background-position: 0 0
    }
    to {
        background-position: -2080px 0
    }
}

@keyframes u265c1eff {
    0% {
        background-position: 0 0
    }
    to {
        background-position: -2080px 0
    }
}

.site-loader-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.site-loader-progress svg {
    height: 136px;
    width: 136px;
    fill: transparent;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.site-loader-progress circle,
.site-loader-progress svg {
    position: absolute;
    top: 0;
    left: 0
}

.site-loader-stroke {
    z-index: 0;
    stroke: hsla(0, 0%, 100%, .2);
    stroke-width: 1px;
    stroke-dasharray: 420.973415581px;
    /* stroke-dashoffset: 420.973415581px; */
}

.site-loader-percent {
    z-index: 1;
    stroke: var(--primary-dark-bgcolor);
    stroke-width: 1px;
    stroke-dasharray: 420.973415581px;
    stroke-dashoffset: 420.973415581px;
    animation: dash 5s linear;
}

@keyframes dash {
  to {
    stroke-dashoffset: 1;
  }
}

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

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

h2{
	font-size: 42px;
	margin-bottom: 30px;
	margin-top: 30px;
}
h2.no-margintop{
	margin-top: 0;
}
h3{
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 30px;
}
h4{
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: 20px;
}
h5{
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 15px;
}
h6{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}

@media(max-width:1024px){
	h1, #title p{font-size: 40px;}
	h2{font-size: 34px;}
	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: 32px;line-height: 1.2;word-break: break-word;margin-bottom: 20px;}
	h2{font-size: 26px;line-height: 1.1;}
	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-bold);
	color: var(--primary-bgcolor);
	font-size: 14px;
	text-transform: initial;
	letter-spacing: 0;
	display: block;
	line-height: 1;
	text-shadow: none;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.title small:first-letter{
	font-size: inherit;
}



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

.title.tac {
	margin-bottom: 60px;
}
#pageTitle.title {
	margin-bottom: 100px;
}
body.is-form-warning .title{
	z-index: 1;
}
.title.no-before{
	padding-bottom: 0;
	margin-bottom: 0;
}
.title p{
	margin-top: 15px;
}

#footerbloc  .title p{
	margin: 0;
	font-size: 14px;
}


.title.no-before:after{
	top: auto;
	bottom: -20px;
}

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

.white h2,
.white h3
{
	color: var(--white);
}
.white .accroche {
	color: rgba(255,255,255,.8)
}


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

.title:not(.no-before).tac:before {
	left: 50%;
	margin-left: -25px;
}



/*-----------------*/
/* 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);
  /* font-weight: 700; */
}

.tc_content img{
	max-width: 100%;
	height: auto;
}

/*-----------------*/
/* Gallery */
/*-----------------*/

.scroll-down {
	transition: 250ms all ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.6);
  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);
}

.mascotte{
	position: absolute;
    bottom: 0px;
    right: -40px;
    z-index: 0;
    width: 200px;
pointer-events: none;}
#galleryHome{
	    position: relative;
	    z-index: 1;
	    padding-right: inherit;
	    }

#coverWrap{
	overflow: hidden;
}
ul#coverWrap li {
    position: absolute;
    margin: 0 auto!important;
    text-align: center!important;
    display: block!important;
    z-index: 9000;
    width: 100%;
}
#slideTop {
    top: -3px;
}
#slideBottom {
    bottom: -3px;
}
ul#coverWrap li img {
    text-align: center;
    display: block!important;
    margin: 0 auto!important;
    width: 100%!important;
}

#galleryHome .ckslidercontrols .prev:hover, 
#galleryHome .ckslidercontrols .next:hover{
	opacity: 1;
}


.innerLogo img {
    width: 220px;
}

.innerLogo{
	margin-bottom: 30px;
}


#galleryHome .accroche{
	font-size: 16px;
	color: var(--white);
}

#galleryHome .gallery dl.gallery-item{
   margin-bottom: 0;
   overflow: hidden;
   min-width: calc(100% / 6);
   height: 500px;
   box-sizing: border-box;
}




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

.gallery-item .gallery-icon a:before{
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	background-color: var(--primary-bgcolor);
	opacity: 0;
	transition: 250ms all ease-in-out;
	z-index: 1;
	background-color: var(--primary-bgcolor);
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.gallery-item:hover .gallery-icon a:before{opacity: 0.8;}

.gallery .gallery-icon a{
	width: 100%;
	display: inline-block;
	height: 100%;
	cursor: zoom-in;
}

.gallery-item .gallery-caption{
	position: absolute;
	left: 0;
	bottom: 8px;
	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(--secondary-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-item: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 .gallery-item:hover img{
	transform: scale(1.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 .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 .gallery_zoom:before{
	transform: translateX(0px);
}

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



/*-----------------*/
/* SECTION REALISATIONS */
/*-----------------*/



.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;
	/* padding: 30px; */
	/* border-right: 1px solid #eee; */
}


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



.mention {
    font-size: 12px;
    font-style: italic;
    display: block;
    line-height: 1;
    padding: 0 10px 20px;
    text-align: center;
}
.alert-color {
    color: red;
}



/*-----------------*/
/* CONTACT HOME */
/*-----------------*/
.wrap-contact{
    box-sizing: border-box;
    background-color: var(--primary-bgcolor);
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    opacity: 0;
    transform: translateX(100%);
    transition: .55s cubic-bezier(.4,0,.2,1) .95s;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}



#homeContact #landing_listelement{
	display: flex;
	align-items: center;
	justify-content: center;
}


body.loaded .wrap-contact {
    opacity: 1;
    transform: translateX(0);
}


/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
#partenaires{
	position: relative;
	background-image: url('../images/bg-partenaires.png');
	padding: 80px 60px 60px;
	background-position: center;
	z-index: 1;
	box-shadow: inset 0 0 30px rgb(0 0 0 / 10%);
}
#partenaires .cksliderwrap{
	padding: 0 50px;
}



#partenaires .partenaires-header{
	display: flex;
	position: relative;
	margin-bottom: 100px;
}

.partenaires-header .section-title h2{
	display: block;
	margin-bottom: 30px;
}

   

.partenaires-intro.white{
	color: var(--white);
	box-sizing: border-box;
	padding-left: 100px;
	padding-top: 45px;
}


#partenaires .widget_element{
	transition: all 1s cubic-bezier(.25,.8,.25,1);
	position: relative;
}

#partenaires .ckslidercontrols .prev,
#partenaires .ckslidercontrols .next {
	top: 50%;
	transform: translateY(-50%);
}

#partenaires .next{
	right: 0;
	left: auto;
}
#partenaires .ckctrldiv{
	display: none;
}

/*-----------------*/
/* 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(--primary-bgcolor);width: 30px; transition: all 0.3s ease;transform-origin: center;}
.closemodal:hover svg{  transform: scale(1.2); fill:#555;}

.innermodal{
	padding: 60px 4%;
	background: #fff;
	box-shadow: 0 13px 20px -22px;
	border-radius: 10px;
	position: relative;
	pointer-events: bounding-box;
	width: 95%;
	max-width: 500px;
}

.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{
    color: var(--title-color);
    width: 100px;
    font-family: var(--font-bold);
}

.horairemodal .titlehoraires{
	font-size: 28px;
	font-family: var(--font-title);
	margin-bottom: 20px;
	text-align: center;
	color: var(--title-color);
	line-height: 1.3;
}

.bthoraire{
	cursor: pointer;
}
.detailhoraires{
	 color: var(--text-color);
}

.infohoraires_other{
	line-height: 1.3;
	margin-top: 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: var(--font-title);
	color: var(--secondary-bgcolor);
	font-style: italic;
}

/* ------------------------- */
/* GLOBAL BUTTON */
/* ------------------------- */
.underbutton > *, .button, .tc_content .wp-block-button__link, .wp-block-file__button{background-color: var(--tertiary-bgcolor);padding: 18px 30px;font-size: 12px;font-family: var(--font-bold);color: var(--white);text-transform: uppercase;display: inline-block;text-align: center;line-height: 1;letter-spacing: 1px;position: relative;z-index: 1;overflow: hidden;text-shadow: none;border-radius: 0;}

.wp-block-file .wp-block-file__button{
	
background: var(--primary-bgcolor);font-size: 12px;padding: 10px 16px;}

.underbutton > *:before, .button:before, .tc_content .wp-block-button__link:before, .wp-block-file__button:before{
	content: "";
	 position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--secondary-bgcolor);
    transition: 250ms all ease-in-out;
    z-index: -1;
}

.underbutton:hover > *:before, .button:hover:before, .tc_content .wp-block-button__link:hover:before, .wp-block-file__button:hover:before {
    width: 100%;
}



.contactButton:after {
    content: "";
    background-image: url(../images/icons/mail-white.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.contactButton {
    padding: 16px 15px 16px 45px;
    letter-spacing: 0;
    font-size: 12px;
    margin-left: 10px;
}

#headerwrap-button{
	margin-left: auto;
}

.underbutton > *:hover, .button:hover, .tc_content .wp-block-button__link:hover{
	color: var(--white);
}

.underbutton.white > *, .button.white, .tc_content .wp-block-button__link.white {
	color: var(--white);
}
.underbutton.white > *:after, .button.white:after, .tc_content .wp-block-button__link.white:after {
	color: var(--wite);
}
.underbutton.white > *:before, .button.white:before, .tc_content .wp-block-button__link.white:before,
.tc_content .wp-block-button__link.has-white-color:before{background-color: var(--primary-bgcolor);}



.underbutton > *:hover:after,
.button:hover::after,
.tc_content .wp-block-button__link:hover:after {
 color: var(--white);
}



.underbutton.white > *:hover, .button.white:hover, .tc_content .wp-block-button__link.white:hover,
.tc_content .wp-block-button__link.has-white-color:hover{
	
border-color: var(--primary-bgcolor);}

.underbutton.small > *, button.small, .button.small,
.wp-block-button.has-small-font-size .wp-block-button__link{
	padding: 10px 16px;
	font-size: 11px!important;
}

.button.hollow{
	background-color: transparent;
	color: var(--primary-bgcolor);
}
.button.hollow.white{
	color: var(--white);
	border-color: var(--white);
}
.button.hollow span{
	position: relative;
    z-index: 2;
    color: inherit;
}


.underbutton.secondary > *, button.secondary, .button.secondary{
	 background-color: var(--title-color);
}




.underbutton.secondary:hover > *:hover, button.secondary:hover, .button.secondary:hover{
	background-color: var(--black);
}


.underbutton.icon > *, button.icon, .button.icon{
  padding-left:40px;
  background-size:24px;
  background-position:8px center;
  background-repeat:no-repeat;
}

.underbutton.bigicon > *, button.bigicon, .button.bigicon{
  padding-left:80px;
  background-size:48px;
  background-position:16px center;
  background-repeat:no-repeat;
}


.arrowlink{
	position: relative;
	display: inline-block;
	padding-right: 70px;
	/* height: 63px; */
	font-family: var(--font-title);
	color: var(--secondary-bgcolor);
	cursor: pointer;
	transform: translateZ(0);
	transition: transform .5s;
}

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

.arrowlink svg{
	z-index: 1;
	position: absolute;
	bottom: -35px;
	right: 0;
	width: 256px;
	height: 63px;
	/* left: 0; */
}

.arrowlink svg line, .arrowlink svg polyline, .arrowlink svg circle{
	fill: none;
	stroke: var(--secondary-bgcolor);
}

.arrowlink.white svg line, .arrowlink.white svg polyline, .arrowlink.white svg circle{
	stroke: var(--white);
}
.arrowlink svg line, .arrowlink svg polyline{
	stroke-miterlimit: 10;
}
.arrowlink svg circle{
	display: block;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: .066em;
	stroke-dasharray: 200;
	stroke-dashoffset: 0;
	transition: stroke-dashoffset ease-out .5s;
}
.arrowlink span{
	z-index: 2;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	/* border-bottom: solid 1px; */
	padding-bottom: 3px;
	line-height: 1.5;
	transition: .5s all ease-in-out;
	/* vertical-align: sub; */
}



.arrowlink:hover{
	transform: translateZ(0) translateX(.5em);
	color: var(--primary-bgcolor);
}

.arrowlink:hover svg line, .arrowlink:hover svg polyline, .arrowlink:hover svg circle{
	stroke: var(--primary-bgcolor);
}

.arrowlink:hover span{
	transform: translateX(21px);
}

.arrowlink:hover svg circle{
	stroke-dashoffset: 200;
	/* stroke: var(--primary-bgcolor); */
}


#backBTsinglewoo{
	display: flex;
	width: 190px;
	box-sizing:border-box;
	background-size: 18px;
}






#infocontact .titlehoraires{
	font-size: 84px;
	display: block;
	text-align: center;
	position: relative;
	padding-bottom: 45px;
	line-height: 1;
	font-family: var(--font-subtitle);
	color: #675621;
	margin-bottom: 40px;
}
.contentContact .adresseIco{
	color: var(--text-color);
	background-image: url(../images/icons/map.svg);
	margin: 0 15px 25px;
}

.contentContact #infotel{
	margin: 0 15px 0;
}

#infocontact .detailhoraires{
	color: var(--white);
}

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


#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);}
#backBTsinglewoo{background-image: url(../images/icons/arrowleft.svg);}



.button.current-post-page,
.button.current{outline-style: solid;outline-color: var(--secondary-bgcolor);pointer-events: none;}



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


.tc_content > :first-child,
.wp-block-column > :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"],
.wp-block-image a{
	background: none!important;
	border: none!important;
}

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

.has-medium-font-size{
	font-size: 22px;
    color: var(--title-color);
    line-height: 1.5;
}

.tc_content p + ul{
	margin-top: -15px;
}
.tc_content p.has-background{
	margin: 0 0 30px 0;
	padding: 30px 40px;
	box-sizing: border-box;
	background: var(--secondary-bgcolor)!important;
	color: var(--white)!important;
}

.tc_content p.has-background strong,
.tc_content p.has-background a:not([class*="button"]), 
.tc_content p.has-background a:not([class*="button"]) strong{
    color: var(--white);
}
.tc_content p.has-background a:not([class*="button"]), 
.tc_content p.has-background a:not([class*="button"]) strong{
    background-image: linear-gradient(to bottom, transparent 20%, var(--black) 21% );
}

.tc_content p.has-background a:not([class*="button"]):hover, 
.tc_content p.has-background a:not([class*="button"]):hover strong{
    color: var(--black);
}


.blocks-gallery-grid, .wp-block-gallery {
	margin: 0 0 20px !important;
}
.tc_content ol,
.tc_content ul{
    margin: 0 0 16px 30px;
}

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

.tc_content ul:not(.no-bullet) li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url('../images/icons/paw.svg');
    top: 10px;
    width: 12px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 12px;
    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%;
}
.tc_content .wp-block-separator {
    max-width: 250px;
    height: 2px;
    margin: 80px auto;
    background: var(--primary-dark-bgcolor)!important;
    border: none;
}

.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{
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 14px;
    color: var(--text-color);
    position: relative;
    padding-top: 11px;
}
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);
}
blockquote:before, .wp-block-quote:before{
  color: var(--primary-bgcolor);
  content: open-quote;
  font-size: 80px;
  position: absolute;
  font-family: var(--font-title);
  line-height: 1;
  height: 70px;
  display: inline;
  z-index: 2;
}


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


blockquote p, .wp-block-quote p {
  font-size: 18px!important;
  font-family: var(--font-text);
  line-height: 1.5;
	color: initial;
	margin: 0;
}
blockquote p strong, .wp-block-quote p strong{
	
color: var(--primary-bgcolor);}


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

.wp-block-table, .wp-block-table.is-style-stripes {
	
border-bottom: none;font-size: 15px;}
.tc_content table{
	width: 100% !important;
	margin-bottom: 1em;
	background-color: rgba(255,255,255,0.4) !important;
}

table thead {
    background-color: var(--primary-bgcolor);
}
.tc_content table th {
    padding: 10px!important;
    border: 0.5px solid rgb(224 224 224 / 60%)!important;
    font-size: 14px;
    color: var(--white);
    font-family: var(--font-title);line-height: initial!important;
    
    
border-bottom-color: transparent!important;}
.tc_content table td{padding: 10px !important;border: 0.5px solid rgb(0 0 0 / 10%)!important;}

.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 .wp-block-lazyblock-slider-de-galerie{margin-bottom:1em;}

.tc_content iframe{
	width:100%;
	min-height:400px;
	background: #000;
}



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

#header {
	z-index: 31;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
}

#header #wrap-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#infotelfixe_header .phonea:hover {
    color: var(--primary-bgcolor);
}

#addrheader_txt,
#addrheaderbis_txt,
#infoouverture_header {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--font-bold);
	position: relative;
	color: var(--white);
	box-sizing: border-box;
	letter-spacing: 0.5px;
	padding-left: 28px;
}

#addrheader_txt a, #addrheaderbis_txt a {
	font-size: 14px;
	line-height: 1;
	padding: 8px;
	box-sizing: border-box;
	background-color: var(--primary-bgcolor);
	color: var(--white);
}





#addrheader_txt:before,
#addrheaderbis_txt:before, 
#infoouverture_header:before{
	display: inline-block;
	position: relative;
	margin-right: 10px;
	top: 9px;
	left: 0px;
	content: "";
	width: 15px;
	height: 2px;
	background-color: var(--primary-bgcolor);
	position: absolute;
}






	
	@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
	}
#logo{
	
margin-right: 40px;}
 #logo a {display: flex;align-items: center;justify-content: center;background: var(--white);height: 170px;width: 170px;border-radius: 100px;}
#logodesktop {width: 140px;}

#navprimary {
    flex: 1 1 auto;
}


 #noshare {
	z-index: 7;
}
#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;
}

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


.share-buttons a:hover:before{
	background: var(--primary-bgcolor);
}

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



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


#infocontact{
	display: flex;
	
	align-items: stretch;
	padding: 70px 30px 70px 320px;
	position: relative;
	box-sizing: border-box;
	line-height: 1.3;
	font-family: var(--font-bold);
}

#infocontact #infoimg{
	width: 300px;
	background-image: url('../images/bg-contact.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	/* border-radius: 10px 0 0 10px; */
}

#infocontact #infotel{display: flex;align-items: center;}
#infocontact li:not(:first-of-type){
	margin: 0 30px;
}
#infocontact #phoneBT-infotelport{
	color: var(--white)
}

#infocontact #phoneBT-infotelport:hover{
	color: var(--black);
}


#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(--tertiary-bgcolor);
	position: absolute;
	z-index: 300;
	cursor: pointer;
	text-align: center;
	transition: .5s ease-in-out;
	box-shadow: 0 0 0 0 var(--title-color), 0 0 0 0 var(--title-color);
	display: none;
	top: 28px;
	right: 15px;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
body.is-menu-open #info-toogle{
	z-index:3;
	transition: none;
}

#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: 24px;
    height: 24px;
    z-index: 1;
}

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

}

#header .is-toggle-open #info-toogle:before{
	background-image: url(../images/icons/close.svg);
	top: 30px;
	right: -10px;
}
.is-toggle-open #header #info-toogle{
	box-shadow: 0 0 0 100vw var(--title-color), 0 0 0 100vh var(--title-color);
	background-color: var(--title-color);
	border-radius: 0;
	transition: .5s ease-in-out;
}

#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%;
	background: var(--black);
	opacity: 0.6;
	z-index: 1;
}

#h1 .overlay{
	opacity: 0.4;
}

.overlay.light{
	background-color: var(--white);
	opacity: 0.6;
}

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

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

#header .marque-alsace{
	
margin: 0 10px 0 0px;}


#header-contact {
  z-index: 1;
  padding: 10px 0;
}

#header-wrap {
    
    padding: 20px 15px;
}



#header-contact #header-contactWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone span, .address span, .hours span, .mobileIco span, #header-contact span, .titlehoraires{
	font-size: 12px;
	font-family: var(--font-title);
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	color: var(--primary-bgcolor);
	}
.phone.white span, 
.address.white span, 
.hours.white span,
.mobileIco.white span,
#header-contact span{
	color: var(--white);
}
#header-contact span{
	
margin-right: 20px;}
.phone, .address, .hours, .mobileIco{
    font-size: 14px;
    line-height: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 24px;
    line-height: 1.5;
}

#infoouverture, #infotelfixe, #infotelport, #infotelportBis, #infoadresse{
	 margin-right: 20px;
	 font-weight: bold;
	 text-shadow: 2px 1px 5px var(--black);
}
#infoadresseContact, #infotelportContact, #infoouvertureContact {
	margin: 30px 0;
}
#infoadresseContact span, #infotelportContact span{
    display: block;
}
#infotelport .notice{
	
	color: var(--white);font-family: var(--font-bold);margin-left: 2px;}

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

.mobileIco{background-image: url(../images/icons/mobile.svg);}
.mobileIco.white{background-image: url(../images/icons/mobile-white.svg);}

.address{background-image: url(../images/icons/map.svg);}
.address.white{background-image: url(../images/icons/map-white.svg);}

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

.phone a,
.hours a,
.mobileIco a,
.address{
	color: var(--text-color);
}


.phone.white a,
.hours.white a,
.mobileIco.white a,
.address.white{
	color: var(--white);
}

.phone.white a:hover,
.hours.white a:hover,
.phone a:hover,
.hours a:hover,
.mobileIco a:hover,
.mobileIco.white a:hover{
	color: var(--primary-bgcolor);
}




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

.callout.alert {
    background-color: #f5e6e6;
}
.callout {
    border: solid #ffbebe 1px;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.callout p:last-of-type {
    margin-bottom: 0;
}
/*-----------------*/
/* SECTION VIDEO ACCUEIL */
/*-----------------*/
#video{
   background: url(../images/bg-video.jpg) no-repeat fixed center;
   background-size: cover;
   padding: 150px 30px;
   min-height: 650px;
   box-sizing: border-box;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   z-index: 1;
}

#video:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black);
	opacity: 0.5;
	z-index: -1;
}

#video .section-title{
	display: inline-block;
	margin-bottom: 20px;
}

#video .button-play{
	position: relative;
	left: 0;
	display: inline-block;
	text-align: center;
	animation: animate 2s linear infinite;
	border-radius: 100%;
	line-height: 1;
	height: 74px;
	margin-bottom: 70px;
}

@keyframes animate{
	0%{
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	40%{
		box-shadow: 0 0 0 50px rgba(255,193,7,0);
	}
	80%{
		box-shadow: 0 0 0 50px rgba(255,193,7,0);
	}
	100%{
		box-shadow: 0 0 0 rgba(255,193,7,0);
	}
}

#video .button-play svg{
	fill: var(--white);
	width: 74px;
	overflow: visible;
	height: 74px;
}

#video .button-play svg path{
	transform-origin: center;
    transition: .3s;
}

#video .button-play:hover svg path{
	transform: scale(1.1);
}

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

#video .wrap-title{
	position: relative;
}

#video .wrap-title .filled-content {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 110px;
	top: -25px;
	line-height: 1;
	font-family: var(--font-title);
	text-transform: uppercase;
}

.filled-content{
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
	color: transparent;
	text-shadow: none;
}
/*-----------------*/
/* SECTION MASSAGES ACCUEIL */
/*-----------------*/
.home #massages{
	padding-top: 100px;
}


#massages ul{
	counter-reset: section;
	/* padding: 20px 0; */
	overflow: hidden;
}
#massages .massages-img{
	position: relative;
}

#massages .massages-img .blocthumb{
	height: 500px;
}

#massages .massages-content{
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	width: auto;
	transform-origin: 0 top;
	text-align: left;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	transition: .3s;
	bottom: 0;
	left: 0;
	padding: 30px 40px;
	z-index: 20;
}

#massages .massages-content h3{
	margin: 0 0 20px 0;
	font-size: 25px;
	color: var(--white);
}

#massages .massages-content h3 a{
	color: var(--white);
}


#massages .massages-img a{
	display: block;
	position: relative;
}

#massages .massages-img a:before{
	font-size: 335px;
	position: absolute;
	top: 0;
	right: 0;
	content: "0" counter(section);
	counter-increment: section;
	line-height: .79em;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, .5);
	color: transparent;
	-webkit-animation: someanimationz .5s forwards;
	animation: someanimationz .5s forwards;
	z-index: 10;
	font-family: var(--font-bold);
}

#massages .massages-img a:after{
	content: "";
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: .3s;
}

#massages .bloc_inner_wpp:hover .massages-img a:after{
	background-color: rgba(230, 0, 126, 0.5);
}
#massages .bloc_inner_wpp:hover .massages-img a:before{
	-webkit-animation: someanimation .5s cubic-bezier(.35,.86,.56,.81) forwards;
    animation: someanimation .5s cubic-bezier(.35,.86,.56,.81) forwards;
}
#massages .bloc_inner_wpp{
	position: relative;
	box-sizing: border-box;
	z-index: 10;
	overflow: hidden;
}
#massages .bloc_inner_wpp:hover .massages-content{
	z-index: 20;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
@-webkit-keyframes someanimation {
    0% {
        opacity: 1;
        top: 0
    }
    40% {
        opacity: 0;
        top: -5%
    }
    41% {
        bottom: -10%;
        top: initial;
        opacity: 0;
        -webkit-text-stroke-color: rgba(0, 0, 0, .3);
    }
    100%,
    80% {
        bottom: 0;
        top: initial;
        opacity: 1;
        -webkit-text-stroke-color: rgba(0, 0, 0, .3);
    }
}

@keyframes someanimation {
    0% {
        opacity: 1;
        top: 0
    }
    40% {
        opacity: 0;
        top: -5%
    }
    41% {
        bottom: -10%;
        top: initial;
        opacity: 0;
        -webkit-text-stroke-color: rgba(0, 0, 0, .3);
    }
    100%,
    80% {
        bottom: 0;
        top: initial;
        opacity: 1;
        -webkit-text-stroke-color: rgba(0, 0, 0, .3);
    }
}
@-webkit-keyframes someanimationz {
    0% {
        bottom: 0;
        top: initial;
        opacity: 1
    }
    50% {
        bottom: -5%;
        top: initial;
        opacity: 0
    }
    51% {
        top: -5%;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes someanimationz {
    0% {
        bottom: 0;
        top: initial;
        opacity: 1
    }
    50% {
        bottom: -5%;
        top: initial;
        opacity: 0
    }
    51% {
        top: -5%;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}

/*-----------------*/
/* SHARE */
/*-----------------*/
#share{background-color: var(--title-color);}
#share .sociblock .share-buttons a{
	padding: 70px 70px;
	box-sizing: border-box;
	width: calc(100% / 5);
	text-align: center;
}
#share .sociblock .share-buttons a svg{
	width: 30px;
	height: 30px;
	margin: auto;
}
#share .sociblock .share-buttons span {
    display: none;
}
#share .sociblock .share-buttons a:first-child{background-color: #3b5999;}
#share .sociblock .share-buttons a:nth-child(2){
	background-color: #55acee;
}
#share .sociblock .share-buttons a:nth-child(3){
	background-color: #dd4b39;
}
#share .sociblock .share-buttons a:nth-child(4){
	background-color: #0077B5;
}
#share .sociblock .share-buttons a:nth-child(5){
	background-color: #bd081c;
}

#share .icones{
	flex: 1 1 100%;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 10;
pointer-events: none;}
.elementor-shape svg {
    display: block;
    width: calc(250% + 1.3px);
    height: 221px;
    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);
}

/*-----------------*/
/* SLIDER ACTU */
/*-----------------*/
#slideactu{
	position: relative;
	box-sizing: border-box;
	z-index: 2;
	padding: 250px 15px;
	background-image: url('../images/bg-news.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: rgb(0 0 0 / 70%);
	background-blend-mode: overlay;
}

#slideactu #en-teteImg1{
	left: 68%;
	top: 12%;
}
#slideactu #en-teteImg4{left: 77%;bottom: 20%;}
#slideactu #en-teteImg3{bottom: 12%;left: 25%;}


#slideactu:after,
#slideactu:before{
	content: "";
    position: absolute;
		background: url(../images/shape-news.svg);
   background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;

}
#slideactu:before{
	transform: scaleY(-1);
    bottom: 1px;
}
#slideactu:after{
	 top: 0px;
}

#slideactu .cksliderwrap{
	width: 80%;
	padding: 0 8px 40px 8px;
	margin: 20px auto;
	box-sizing: border-box;
}

#slideactu .ckslider{
	justify-content: center;
}
#slideactu .more-links{
	position: absolute;
	bottom: 8px;
	color: var(--white);
	left: 50%;
	transform: translateX(-50%);
	min-width: 142px;
}
.home #slideactu  .text_slider{
	
	color: var(--white);
display: none;}
.text_slider{
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.wrapper_slider{
    position: relative;
    z-index: 8;
}



#slideactu .wrapper_slider{
	grid-column: span 2;
}

#slideactu .wrapper_slider:first-of-type{
	order: 2;
	grid-column: span 3;
}
#slideactu .wrapper_slider:last-of-type{
	order: 3;
	margin: 55px 0 0;
}
#slideactu .wrapper_slider:nth-child(2){
	order: 1;
	margin: 162px 0 0;
}

#slideactu .wrapper_slider:first-of-type .thumbnail_slider{
	height: 680px;
}

#slideactu .wrapper_slider:first-of-type .text_slider{
	display: block;
	
}

#slideactu .wrapper_slider:first-of-type .content_slider{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
}





#slideactu .thumbnail_slider{
   position: relative;
   height: 200px;
   z-index: 1;
   transition: 250ms all ease-in-out;
}

.nohome .thumbnail_slider{
	height: 260px;
	overflow: hidden;
}
#slideactu .wrapper_inner_slider {
    position: relative;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 14px 59px rgb(0 0 0 / 12%);
    height: 100%;
}
#slideactu .wrapper_slider:first-of-type .thumbnail_slider:before{
 	position: absolute;
 	content: '';
 	left: 0;
 	right: 0;
 	top: 0;
 	bottom: 0;
 	background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
 	background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
 	background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
 	opacity: .8;
 	z-index: 1;
 }


#slideactu .content_slider{
	box-sizing: border-box;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: 500ms ease all;
    padding: 26px 20px 35px;
}



.thumbnail_slider a{display: block;height: 100%;background: var(--primary-bgcolor);}



.img_thumbnail_slider{
    width: 100%;
    object-fit: cover;
    transition: 500ms all ease-in-out;
    height: 100%;
    position: absolute;
    left: 0;
}





#slideactu .content_slider .wrappercontent {
	z-index: 2;
}


.title_link_slider{
    color: var(--title-color);
    font-size: 18px;
    line-height: 1.4;
    display: inline-block;
    font-family: var(--font-title);
}

#alaune .title_link_slider{
	
font-size: 26px;line-height: 1.3;display: block;}

#alaune .title_link_slider:hover{
	
color: var(--primary-bgcolor);}

#slideactu .wrapper_slider:first-of-type .title_link_slider {
	 color: var(--white);
	 font-size: 26px;
	 line-height: 1.3;
	 display: block;
}

#slideactu .wrapper_slider:first-of-type .title_link_slider:hover{
	color: var(--primary-bgcolor);
}

#slideactu .title_link_slider:hover{
	color: var(--primary-bgcolor);
}

#slideactu .title_link_slider span{
	  font-family: var(--font-title);
	  font-size: 40px;
	  display: block;
	  margin-bottom: 20px;
	  text-transform: initial;
	  letter-spacing: 2px;
	  /* display: none; */
}

.title_link_slider:first-letter{
	text-transform: uppercase;
}



.text_slider p {
	margin: 0;
}


.dateckslider{
	background-image: url(../images/icons/calendar.svg);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0px 0 3px 20px;
	background-size: 13px;
}
.home .dateckslider {
	display: none;
	color: var(--white);
	background-image: url(../images/icons/calendar-white.svg);
}

#slideactu .wrapper_slider:first-of-type .content_slider .dateckslider{
	
	display: block;
}


#slideactu .wrap_slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}
.nohome .wrap_slider{
	margin-top: 20px;
	border-top: solid 1px rgba(0,0,0,0.2);
	padding-top: 10px;
}
.home .wrap_slider{
	justify-content: flex-end;
}

#slideactu .wrapper_slider:first-of-type .content_slider .wrap_slider {
    border-top: solid 1px rgba(255,255,255,0.3);
    padding-top: 10px;
    justify-content: space-between;
}
.arrowright{
	position: relative;
	display: block;
	font-family: var(--font-bold);
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 20px 5px 0;
}
.arrowright.return {
	display: inline-block;
	padding: 5px 0 5px 20px;
}
.arrowright.return:hover{
	color: var(--secondary-bgcolor);
}
.arrowright.return:before {
	left: 0;
	right: auto;
	transform: scale(-1);
}
.arrowright:before{
	content: "";
	background-image: url('../images/icons/arrowright-color.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 50%;
	margin-top: -10px;
	transition: 250ms ease-in-out all;
	width: 15px;
	height: 15px;
	margin-top: -8px;
}

.next_link_slider, .next_slider .arrowright{
	width: auto;
}


#slideactu .wrapper_slider:first-of-type .next_link_slider:before {
    background-image: url(../images/icons/arrowright-white.svg);
}


#slideactu .next_link_slider:hover:before,
#slideactu .next_slider .arrowright:hover:before{
	background-image: url('../images/icons/arrowright-color.svg');
}


.next_link_slider span, .next_slider .arrowright span{
	display: block!important;
}

.arrowright.color{
	background-image: url('../images/icons/arrowright-color.svg');
}

.arrowright span{
	display: none;
}
.title_slider{
	margin-bottom: 15px;
	position: relative;
	transition: .5s;
	padding: 0;
}

#slideactu .wrapper_slider:first-of-type .title_slider {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#slideactu .wrapper_slider:not(:first-of-type) .title_slider:before{
	content: none;
}



#listarticles .listedarticle h2 a{
    color: var(--title-color);
}
#listarticles .listedarticle .title{
	padding-bottom: 10px;
}
#listarticles .listedarticle h2 a:hover{
    color: var(--primary-bgcolor);
}


.title_slider small{
	color: var(--primary-bgcolor);
	display: block;
	font-size: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
	letter-spacing: 1px;
}

#alaune .cksliderwrap{
	 padding: 0 0 0 100px; 
}


#alaune .ckslidercontrols .prev:hover, #alaune .ckslidercontrols .next:hover{
	
background-color: var(--secondary-bgcolor);}
#alaune .thumbnail_slider {
    line-height: 0;
    position: relative;
    max-width: 100%;
    z-index: 2;
    height: 800px;
}

#alaune .content_slider {
    padding: 70px 50px;
    box-sizing: border-box;
    max-width: 600px;
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    background: rgb(255 255 255 / 90%);
    border-radius: 20px;
    width: 100%;
}

#alaune .content_slider .title_slider{
	
margin-bottom: 20px;padding-bottom: 20px;}

 .label-actu{
	position: absolute;
	bottom: 0;
	left: 30px;
	height: 100%;
}
 .label-actu:before{
	content: "";
	position: absolute;
	background-color: var(--primary-bgcolor);
	height: 100%;
	width: 2px;
	left: 20px;
	bottom: 0;
}

.label-actu span{
	transform: rotate(-90deg);
	display: block;
	position: absolute;
	top: 100px;
	color: var(--primary-bgcolor);
	font-size: 14px;
	font-family: var(--font-title);
	text-transform: uppercase;
	background-color: var(--white);
	padding: 15px;
	letter-spacing: 2px;
	left: -36px;
}




/*-----------------*/
/* PRESTATIONS */
/*-----------------*/

#prestations{
	z-index: 1;
	padding-top: 50px;
	}
#prestations ul {
    counter-reset: section;
}
#prestations .prestations-content{
	position: relative;
}



#prestations .prestations-title{box-sizing: border-box;padding-right: 60px;z-index: 10;}

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



#prestations .widget_parentpage li{
	position: relative;
	padding: 10px;
}


#prestations .bloc_inner_wpp{
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	height: 100%;
}
#prestations .bloc_inner_wpp:before,
#prestations .bloc_inner_wpp:after{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 1;
	content: "";
	pointer-events: none;
}
#prestations .bloc_inner_wpp:before{
	background-image: url(../images/shape_paws.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 95px;
	height: 124px;
	left: auto;
	right: 20px;
	bottom: 15px;
	z-index: 5;
}
#prestations .bloc_inner_wpp:after{

	background-image: url(../images/shape_path_1.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#prestations .bloc_wpp-home:before {
    content: "0" counter(section);
    counter-increment: section;
    font-size: 20px;
    width: 50px;
    height: 50px;
    font-family: var(--font-title);
    color: var(--white);
    position: absolute;
    top: -10px;
    right: 40px;
    z-index: 30;
    background: var(--primary-dark-bgcolor);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#prestations .bloc_wpp-home:nth-child(2):before{
	background: var(--secondary-bgcolor);
}
#prestations .bloc_wpp-home:nth-child(3):before{
	background: var(--tertiary-bgcolor);
}
#prestations .bloc_inner_wpp > .image_content {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}



#prestations .content-presta{
	padding: 60px 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 4;
	height: 100%;
}


#prestations .content-presta:before,
#prestations .content-presta:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#prestations .content-presta:before{
    background: rgba(12, 12, 12, 0.5);
}
#prestations .content-presta:after{
	position: absolute;
	background: var(--light-color);
	z-index: 1;
	-webkit-transition: all .4s;
	transition: all .4s;
	
}

#prestations .widget_parentpage li:hover .content-presta:after{
	opacity: 0;
}


#prestations .content-presta .liresuite a:hover{
	background-color: var(--secondary-bgcolor);
}

#prestations .content-presta .tc_excerpt{
	color: var(--text-color);
	font-size: 15px;
	line-height: 1.6;
	display: block;
	margin-bottom: 30px;
}
#prestations .widget_parentpage li:hover h3 a,
#prestations .widget_parentpage li:hover .wrap-presta .content_link,
#prestations .widget_parentpage li:hover .wrap-presta .tc_excerpt
{
	color: var(--white);
}


#prestations .wrap-presta{
	position: relative;
	z-index: 15;
	font-size: 15px;
	line-height: 1.7;
}
#prestations .prestationsIcone{
	padding-bottom: 30px;
}
#prestations .prestationsIcone img {
    width: 60px;
    height: auto;
}

.nohome #prestations .wrap-presta{
	  transform: translateY(0);
}

#prestations .widget_parentpage li:hover .wrap-presta{
	    transform: translateY(0) !important;
}


#prestations .wrap-presta .content_link {color: var(--white);}






#prestations h3 {
  font-size: 26px;
  position: relative;
  margin: 0 0 10px;
  line-height: 1.1;
}

#prestations h3 a {
	color: var(--title-color);
}
#prestations h3 a:hover {
	color: var(--primary-bgcolor);
}





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

/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections{
    position: relative;
}
.sectionsbloc{
	position: relative;
	
	
	display: flex;
	
}

.sectionsbloc .title:before{
	background-image: url('../images/icons/double-paw.svg');
	background-color: transparent;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	bottom: -15px;
}
.section_thumb{
    width: 50%;
    position: relative;
overflow: hidden;}
.section_thumb .blocthumb{
    height: 110%;
    box-sizing: border-box;
    /* box-shadow: 0px 0px 20px #b3b2b2; */
    overflow: hidden;
    position: relative;
    width: 100%;
}

.section_txt{
    
    width: 50%;
}

.section_txt .wrap-text {
    padding: 150px 100px;
    position: relative;
    box-sizing: border-box;
    max-width: 850px;
    margin: auto;
}
.sectionsbloc .section_txt .wrap-content {
    position: relative;
    box-sizing: border-box;
}

.sectionsbloc .buttons-wrap {
    padding-top: 50px;
display: flex;
    align-items: stretch;
}


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


.widget_element li{
    position: relative;
    padding: 20px!important;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.widget_element li .wrap-element{
	transition: all 1s cubic-bezier(.25,.8,.25,1);
    border: 1px solid #f2f2f2;
    padding: 16px;
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--white);
    border-radius: 5px;

width: 100%;}
.nohome .widget_element li{
	border: none;
}
.widget_element img.contain{
    max-width: 100%;
    height: auto;
    max-height: 80px;
    transition: 250ms all ease-in-out;
    filter: brightness(0) invert(1);
}

.widget_element img {
   max-width: 100%;
    height: auto;
    max-height: 70px;
}

.widget_element a{
    /* display: block; */
    /* width: 100%; */
    /* height: 100%; */
    position: relative;
    background: none!important;
    border: none!important;
}

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

.widget_element h3,
.widget_element h2{
	display: none;
	/* font-size: 25px; */
	/* color: #333; */
	/* background: #fff; */
	/* box-sizing: border-box; */
	/* line-height: 100%; */
	/* text-decoration: none; */
	/* display: block; */
	/* width: 90%; */
	/* margin: auto; */
}

.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(--black)!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 */
/*-----------------*/


#content{
	position: relative;
overflow: hidden;}

#contentPage {
   padding: 120px 30px 100px;
   position: relative;
}
#contentPageBis {
    padding: 120px 30px 100px;
}
#contentPage.specialIntro{
	padding: 100px 30px;
}

.col-imgPage .blocthumb{
	left: 10%;
	top: -239px;
	width: 40%;
	height: 900px;
	position: absolute;
	z-index: 10;
}

#jobs .widget_recrutement > li{
	padding: 10px;
}
#jobs .recrutement-wrapper{
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	height: 100%;}

#jobs .recrutement-wrapper .liresuite{
	margin-top: auto;
align-self: auto;}
#jobs .recrutement_img{
	height: 200px;
}

#jobs .recrutement_content{
	padding: 20px 20px 30px;
	background-color: var(--white);
}

#jobs .text_recrutement{
	font-size: 14px;
	line-height: 1.6;
}
#jobs .recrutement_content h2 {
	margin-top: 0;
	font-size: 22px;
	margin-bottom: 10px;
}

#jobs .recrutement_content h2 a {
	color: var(--title-color);
}
#jobs .recrutement_content h2 a:hover {
	color: var(--primary-bgcolor);
}


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

/*----to top style----*/
.to-top.fixed {
	opacity: 1;
	bottom: 60px;
}
.to-top {
	background: var(--tertiary-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: 20px;
	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);
}


.grid-lines > div{
	display: block;
    float: left;
    height: 100%;
    border-left: 1px solid #f4f5fa;
    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 #f4f5fa;
}

.nohome #content.alternativeContent{
	padding: 100px 15px;
}


.contentContact #contentPage > .wrappercontent {
    display: grid;
    grid-template-areas: "contentTitle contentTitle"
  "contentContact contentForm ";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content repeat(2, minmax(min-content, auto));
    align-items: center;
    grid-column-gap: 70px;
}

.home #content{
	padding: 160px 30px;
	background-image: url(../images/paw-pattern.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

#content .col-img .blocthumb{height: 70%;}
#content .col-img .specialthumb{
	height: 90%;
}

#blocgridImg-wrapper{
	padding: 150px 20px 100px;
}
#content-wrapper{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-wrapper .item-img{
	overflow: hidden;
}

#content-wrapper .item-img.first{
    padding-right: 50px;
    width: 52%;
}
#content-wrapper .item-img.first img{height: 630px;}
#content-wrapper .item-img.secondary {
	width: 48%;
}
#content-wrapper .item-img.secondary img {
height: 777px;
}

#content-wrapper .item-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 40px 30px;
	box-shadow: 0 15px 25px rgb(0 0 0 / 8%);
	z-index: 10;
	max-width: 400px;
	width: 100%;
	line-height: 1.6;
}

#content-wrapper .item-content .title{
	margin-bottom: 30px;
}
#content-wrapper .item-content .button{
	margin-top: 30px;
}





#conseils:before{
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 350px;
	background-image: url('../images/pattern-1.png');
	z-index: -1;
}



#contentPage:before{
	top: -2px;
	transform: scale(-1);
}

.home #content .home-content .tc_content{
	box-sizing: border-box;
	padding: 0 0 0 70px;
}


#content .home-img{
	width: 25%;
	position: relative;
}



.home #content .home-content{
	flex: 0 0 53.333333%;
	max-width: 53.333333%;
}





#content.hasnocontent{padding:0;}

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




.citationsHome{
	background-color: var(--black);
	box-sizing: border-box;
	padding: 100px 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#citationsHomeBis{
	background-color: var(--primary-bgcolor);
}


.citationsHome blockquote {max-width: 650px;margin: auto;}

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

#en-teteImg {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

#en-teteImg1 {
	position: absolute;
	left: 58%;
	top: 27%;
}
#en-teteImg2 {
	position: absolute;
	left: 13%;
	top: 247px;
}
#en-teteImg3 {
	position: absolute;
	left: 31%;
	bottom: 30%;
}
#en-teteImg4 {
	position: absolute;
	left: 77%;
	bottom: 553px;
}

.en-teteImg{
	animation: 4s floating infinite ease-in-out;
}
#en-teteImg2, #en-teteImg4 {
	animation-delay: 1s;
}
@keyframes floating {
0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

50% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
 #homeHeader{
     position: relative;
     z-index: 1;
    
     }
#contactBones{
	position:absolute;
	z-index: 10;
	bottom: 11%;
	right: 13%;
	animation: 4s floating infinite ease-in-out;
	animation-delay: 1.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	cursor: pointer;
}
#contactBones:hover img{
    transform: rotate(10deg);
}
#contactBones:hover span{
	transform: rotate(0deg);
}
#contactBones img,
#contactBones span{
	-webkit-transition: transform 700ms cubic-bezier(.68,-.55,.265,1.55);
    -moz-transition: transform 700ms cubic-bezier(.68,-.55,.265,1.55);
    transition: transform 700ms cubic-bezier(.68,-.55,.265,1.55);
}

#contactBones span{
	position: absolute;
	font-family: var(--font-title);
	transform: rotate(-10deg);
	font-size: 22px;
	z-index: 20;
	top: 151px;
}

#homeHeader .innerText, #h1 .innerText{
	position: absolute;
	z-index: 30;
	color: var(--white);
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -110px;
}

#homeHeader .innerText .button-wrap {
    opacity: 0;
    transform: translateY(100px);
    transition: .55s cubic-bezier(.4,0,.2,1) .95s;
    transition-delay: 1400ms;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.loaded #homeHeader .button-wrap {
    opacity: 1;
    transform: translateY(0);
}

#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 p, #h1 .innerTitle p{
	font-family: var(--font-title);
	line-height: 1.3;
	/* opacity: 0; */
	transform: translateY(30px);
	/* transition: .55s cubic-bezier(.4,0,.2,1) .95s; */
	position: relative;
	font-size: 45px;
	max-width: 900px;
}
#homeHeader .innerTitle p .tac {
	display: block;
}


#homeHeader .innerTitle  .main_title{
	transition: .55s cubic-bezier(.4,0,.2,1) .95s;
	transition-delay: 500ms;
	margin-bottom: 60px;
	opacity: 0;
	transform: translateY(30px);
}




#homeHeader .innerTitle p span.subtitle {
	border-bottom: solid 1px;
	padding-bottom: 2px;
}
#homeHeader .innerTitle p span.full,
#h1 .innerTitle strong:first-letter{
	color: var(--white);
}

#homeHeader .innerTitle p span.space{
	margin: 0 -20px;
}


#homeHeader .innerContent{
	margin: 0 auto 50px;
	width: 710px;
	/* margin: auto; */
	line-height: 1.47;
	font-size: 26px;
	text-shadow: 1px 1px 1px var(--black);
}

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

#slogan-title {
    color: var(--primary-bgcolor);
    /* -webkit-text-stroke: 2px #fff; */
    font-family: var(--font-title);
    display: inline-block;
    font-size: 4em;
    text-transform: uppercase;
    text-align: left;
    -webkit-background-clip: text;
    /* color: transparent; */
    display: block;
    text-align: center;
}
body.loaded #homeHeader .innerTitle p, body.loaded #homeHeader .innerTitle .main_title, body.loaded #homeHeader .innerTitle #logo-wrapper{
	/* opacity: 1; */
	/* transform: translateY(0); */
}
body.loaded #homeHeader .innerTitle p:after {
	height: 110px;
	opacity: 1;
}

body.loaded #homeHeader .smallImage, body.loaded #h1 .smallImage{
	transform: scale(1);
}

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

body.loaded #homeHeader .smallImage img, body.loaded #h1 .smallImage img{
	opacity: 1;
}
/*-----------------*/
/* CONTENT HOME */
/*-----------------*/
/*-----------*/
/* H1 */
/*-----------------*/
#h1{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#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: 60vh;
	min-height: 650px;
	-webkit-mask: url(../images/homeHeader-mask.svg);
	mask: url(../images/homeHeader-mask.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-position: bottom;
}

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

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


#h1 h1{
	color: var(--white);
	text-shadow: 1px 1px 1px var(--black);
	line-height: 1.1;
}

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

#h1.small-banner{
	height: 400px;
	min-height: 400px;
}
#certifications {
    position: absolute;
    bottom: 0;
    left: -20px;
    background: var(--white);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    width: 90%;
    padding: 20px 55px;
}


#certifications .ckslidercontrols{
	position: static;
}
#certifications .ckslidercontrols .next,
#certifications .ckslidercontrols .prev {top: 50%;transform: translateY(-50%);}


#certifications .ckslidercontrols .next {right: -40px;left: auto;}
#certifications .ckslidercontrols .prev {left: -40px;}
#certifications .widget_element li{padding: 10px 20px!important;}




/*-----------------*/
/* TEMPLATE AGENCE */
/*-----------------*/
.mapmaker{
	text-transform: uppercase;
	color: var(--font-title);
	font-family: var(--font-title);
	font-size: 10px;
}

.mapmaker:hover{
	color: var(--primary-bgcolor);
}
#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;
}
#contentwidgetagence{
	box-sizing: border-box;
	
	margin-left: auto;
	
	width: 100%;
}
#listwidgetagence{
   box-sizing: border-box;
}

#listagence{
	 overflow: hidden;
	 /* overflow-y: scroll; */
	 display: flex;
	 justify-content: center;
	 margin-top: 20px;
}

.itemlistwidgetagence{
    padding: 10px;
    box-sizing: border-box;
    line-height: 0;
    flex: 1 1 50%;
}

.itemlistwidgetagence:first-of-type .list_imgagence{border-color: var(--secondary-bgcolor);}
.itemlistwidgetagence:last-of-type .list_imgagence{border-color: var(--tertiary-bgcolor);}
.itemlistwidgetagence.active{
	outline-color: var(--primary-bgcolor)
}


#mapwidgetagence{height: 600px;box-sizing: border-box;padding: 0 30px;}
.list_imgagence{
    height: 150px;
    border: solid 5px;
    width: 100%;
}
.list_infoagence{
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.list_imgagence a {
	display:block;
	height: 100%;
}
.itemlistwidgetagence:hover .list_imgagence{
	transition: all 1000ms ease;
    transform: rotateY(180deg);
}
.list_infoagence .title_list_infoagence{font-family: var(--font-bold);margin-bottom: 5px;}
.list_infoagence .tel_list_infoagence a, .list_infoagence .title_list_infoagence a{font-family: var(--font-title);color: var(--title-color);}
.list_infoagence .more_list_infoagence{
    margin-top: 20px;
}

.list_infoagence .tel_list_infoagence{
	margin-top: 10px;
	position: relative;
}




.list_infoagence .tel_list_infoagence a:hover, .list_infoagence .title_list_infoagence a:hover{
	color: var(--primary-bgcolor);
}

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

#contentPage.specialIntro #contentTitle{
	display: flex;
	align-items: center;
}

#contentPage #partenaires{
	margin: 0 -30px 100px;
}


.specialIntro .col-contentPage {
    padding-left: 8%;
}


#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;
	  box-sizing: border-box;
	  z-index: 1;
	  padding: 300px 20px;
}
.nohome #reassurances{
	padding: 100px 20px;
	box-shadow: 0 0 40px rgb(0 0 0 / 20%);
	background: #fff7fe;
}
#reassurances:before,
#reassurances:after{
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 50%;
	height: 80%;
	pointer-events: none;
	z-index: -1;
}
#reassurances:before{
	left: 0;
	bottom:0;
	background-image: url(../images/bg-reassurances_left.png);
	background-position: left;
}
#reassurances:after{
	right: 0;
	top: 0;
	background-image: url(../images/bg-reassurances_right.png);
	background-position: top right;
}




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






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

#footer_form img{
	
position: absolute;right: -20px;top: -140px;z-index: -1;width: 200px;pointer-events: none;}

.landing_labelBig{
    font-family: var(--font-title);
    line-height: 1.2;
    position: relative;
    z-index: 1;
    margin: 0;
}
.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-subtitle);
	color: var(--secondary-bgcolor);
	z-index: -1;
}


#contentForm #landing_listelement{
	padding: 0;
}

#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 .blc_select, 
.form-wrap .wrap-fieldset .blc_date, .form-wrap .wrap-fieldset .button.cf_submit,
.form-wrap .wrap-fieldset #cptchk-contactFooter, .form-wrap .wrap-fieldset .button.cf_submit, .form-wrap .wrap-fieldset #cptchk-contact{
    flex: 1 1 45%;
    max-width: 45%;
    width: 100%;
    margin: 2px 2%;
}


.form-wrap .wrap-fieldset .blc_textarea, 
.form-wrap .wrap-fieldset .blc_wide,
.form-wrap .wrap-fieldset .blc_checkbox, 
.form-wrap .wrap-fieldset #cptchk-agence, .form-wrap .wrap-fieldset .blc_select, .cekome_form .blc_desc, .form-wrap .wrap-fieldset .wrapCheck{
    flex: 1 1 94%;
    max-width: 94%;
    width: 100%;
    margin: 2px 2%;
}

.form-wrap .wrap-fieldset .wrapCheck {
    display: flex;
    margin: 2px 2% 30px;
    padding-left: 280px;
}

.wrap-fieldset>font font, .wrap-fieldset>font {
    width: 100%;
}
.wrap-fieldset>font input {
    width: 100%!important;
    flex: 1 1 100%;
    max-width: 100%!important;
}
	





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


.form-wrap .wrap-fieldset .blc_select:last-of-type{
	float: right;
}


#aside{
	min-width: 400px;
}
#aside-recrutementform{
	background-color: var(--title-color);
	padding: 30px 22px;
	color: var(--white);
	position: relative;
	
	
	
}
#aside-recrutementform .mention{
	color: var(--white);
	text-align: center;
	font-size: 12px;
}
#aside-recrutementform h3 {
	margin-top: 0;
	color: var(--white);
	font-family: var(--font-bold);
	text-transform: uppercase;
	font-size: 22px;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 30px;
}
#aside-recrutementform h3:after {
    content: '';
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 50px;
    background-color: var(--primary-bgcolor);
    position: absolute;
    margin-left: -25px;
}

#aside-recrutementform .form-wrap .wrap-fieldset .blc_text,
#aside-recrutementform .form-wrap .wrap-fieldset .blc_email,
#aside-recrutementform .form-wrap .wrap-fieldset .blc_select,
#aside-recrutementform .form-wrap .wrap-fieldset .blc_fileattach,
#aside-recrutementform .form-wrap .wrap-fieldset  #cptchk-recrutement,
#aside-recrutementform .form-wrap .wrap-fieldset .button.cf_submit,
#aside-recrutementform .form-wrap .wrap-fieldset .blc.blc_captcha {
	flex: 1 1 94%;
    max-width: 94%;
    width: 100%;
    margin: 0px 2%;
}
#aside-recrutementform .form-wrap .wrap-fieldset .button.cf_submit{
	background-color: var(--primary-bgcolor);
}
#aside-recrutementform .form-wrap .wrap-fieldset .button.cf_submit:hover{
	background-color: var(--tertiary-bgcolor);
}

#aside-recrutementform .blc_checkbox{
	margin-top: 30px;
}

#aside-recrutementform .cekome_form .blc_checkbox label {
	color: var(--white);
}


#aside-recrutementform .cekome_form .blc_checkbox label a:hover{
	color: var(--white);
}
.form-wrap .wrap-fieldset #cptchk-contact .blc.blc_captcha,
.form-wrap .wrap-fieldset #cptchk-recrutement .blc.blc_captcha, 
.form-wrap .wrap-fieldset #cptchk-agence .blc.blc_captcha{
	max-width: 100%;
	margin: 4px 0;
width: 100%;}


/*-----------------*/
/* 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 10px 5px;
	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 .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.4;
    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(--primary-dark-bgcolor);
}
#listarticles .listedarticle h2{
   margin: 0;
   left: 10px;
   right: 10px;
   bottom: 20px;
   box-sizing: border-box;
   z-index: 10;
   text-transform: uppercase;
   font-size: 18px;
   text-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
   text-align: center;
   transition: 300ms all ease-in-out;
}

#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 .tc_content{
    position: absolute;
    background: #fff;
    padding: 0 10px;
    overflow: hidden;
    transition:0.3s all ease;
    z-index:2;
    font-size: 70%;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
}

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

/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer{
	font-size: 16px;
	z-index: 30;
	position: relative;
	overflow: hidden;
}

.nohome #footer{
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
	overflow: hidden;
	padding-top: 70px;
}

body.template-contact-php #footer{
	padding: 0;
}
body.template-contact-php #footer:before, 
body.template-contact-php #footer:after,
body.template-contact-php #footer #footerlinks:before{
	content: none;
}

body.template-contact-php #footer #footerlinks{
	background: var(--secondary-bgcolor);
	margin: 0;
	padding: 20px 30px;
}

#footer:before,
#footer:after{
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 500px;
	height: 480px;
}
#footer:before{
	left: 0;
	top: -26px;
	background-image: url(../images/bg-footer_left.png);
}

#footer:after{
	
	right: 0;
	bottom: 0;
	background-image: url(../images/bg-footer_right.png);
	background-position: right;
}


#footer .section-title{
    margin-bottom: 20px;
}

#logofooter{
	margin-bottom: 20px;
}
 #infoadresseFooter, 
#infotelfixeFooter, 
#infotelportBisFooter, #infotelportFooter, #infoadresseBisFooter {
	margin: 10px 0;
	font-size: 14px;
}

#infotelportBisFooter span, #infoouvertureFooter span, #infoadresseFooter span, #infotelfixeFooter span, .titlehoraires, #infotelportFooter span, #infoadresseBisFooter span{
	display: block;
	padding-bottom: 3px;
}

#infoouvertureFooter{margin: 30px 0;}



/*LOGO*/

#footer #logofooter a{
	display: inline-block;
	margin: auto;
}
#footer #logofooter img{
    width: 170px;
}

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

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

#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{
    min-height: 280px;
    /* outline-style: dashed; */
    /* outline-width: 2px; */
    /* outline-color: var(--quaternary-txtcolor); */
    /* outline-offset: -4px; */
}
#footer .maps_canvas img{
    transition:0.5s all ease;
    object-fit: cover;
}

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




/*NAVIGATION*/
#footer #navfooter{
    
    box-sizing: border-box;
    display: inline-block;
}

#footer .titlefooter{font-weight:bold;color: var(--primary-bgcolor);text-transform: uppercase;margin: 0 5px 5px 0px;display: block;border-bottom: 1px dashed #fff;padding-bottom: 5px;letter-spacing: 1px;width: 100%;box-sizing: border-box;}

#footer #navfooter #menu-footer .menu-item{
		margin-right: 30px;
	}
#footer #navfooter a{
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}

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

/*COPYRIGHT*/
#footer #footerlinks{
    font-size: 14px;
    text-align: center;
    padding: 0 60px 30px 60px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
#footer #footerlinks a{
    color: var(--white);
    font-weight: bold;
}
#footer #footerlinks:before{
	content: "";
	background-image: url(../images/footer-bottom.png);
	height: 162px;
	width: 98%;
	position: absolute;
	bottom: 0;
	left: 1%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: -1;
}


.hiddenHead {
    display: none;
}