/*-----------------*/
/* LOADER */
/*-----------------*/

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
.title h2 span{color: var(--primary-color);font-weight: bold;}

/*----------------- HORAIRES MODAL -----------------*/
.horairesTitle {
    font-family: var(--font-title);
    color: var(--title-color);
    font-size: 28px;
    margin-top: 25px;
    line-height: 1.4;
}
.infohoraires_ouverture strong {
    color: var(--primary-color);
}
.horairemodal .infohoraires_ouverture small{
    margin-top: -5px;
    display: block;
    color: var(--tertiary-color);
}

/*----------------- CKSLIDER CONTROLS -----------------*/

.ckslidercontrols :is(.next, .prev){
	background: none!important;
	--size: 80px;
	height: auto;
	bottom: -100px;
	bottom: 0;
	transition: .5s;
	border: none!important;
}
.ckslidercontrols :is(.next, .prev) svg{
	display: block;
    transition: .5s;
}
.ckslidercontrols .prev{
    left: 10px;
}
.ckslidercontrols .prev svg .ckslider-svg-wrap{transform: translateY(353px);}
.ckslidercontrols .next svg .ckslider-svg-wrap{
	transform: translateY(353px) rotateY(180deg);
    transform-origin: 80px 0px 0px;
}


.ckslidercontrols :is(.next, .prev) svg .ckslider-svg-circle-wrap{
	transition: .5s;
    transform-origin: -20px 40px;
    opacity: 1;
}
.ckslidercontrols :is(.next, .prev) svg circle {
    transition: .5s;
    fill: none;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 1;
    transform-origin: 0px 0px 0px;
    fill: var(--primary-color);
}
.ckslidercontrols :is(.next, .prev) .ckslider-svg-arrow {
    transition: .5s;
    fill: var(--white);
    transform: rotateY(180deg) translate(-57px, 32.2px) scale(2.95);
}
.ckslidercontrols :is(.next, .prev) .ckslider-svg-line {
    transition: .5s;
    stroke: var(--white);
    stroke-width: 4px;
    transform: translate(50px, 42px);
}

.ckslidercontrols .prev:hover svg{transform: translate(-16px);}
.ckslidercontrols .next:hover svg{transform: translate(16px);}

.ckslidercontrols :is(.next, .prev):hover .ckslider-svg-circle-wrap {transform: scale(1.1);}
.ckslidercontrols :is(.next, .prev):hover circle {
    stroke-dasharray: 4px;
    stroke-dashoffset: 4px;
    opacity: 1;
}
.ckslidercontrols :is(.next, .prev):hover .ckslider-svg-arrow {transform: rotateY(180deg) translate(-40px, 33.1px) scale(2.75);}
.ckslidercontrols :is(.next, .prev):hover .ckslider-svg-line {transform: translate(35px, 42px) scaleX(0.4);}

.ckslidercontrols :is(.next, .prev):hover svg circle,
.ckslidercontrols :is(.next, .prev):hover .ckslider-svg-line{stroke: var(--black);}
.ckslidercontrols :is(.next, .prev):hover .ckslider-svg-arrow{fill: var(--black);}



/*----------------- BUTTON ICON -----------------*/
.button.buttonIcon,
.underbutton.buttonIcon > *{padding: 18px 15px 18px 45px;}

.button.buttonIcon:after,
.underbutton.buttonIcon > *:after{
	content: "";
	background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	position: absolute;
	--size: 20px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
	 width: var(--size);
    height: var(--size);
	display: block;
}
.contactButton:after {background-image: url(../images/icons/mail-white.svg);}

/*----------------- BUTTON -----------------*/
.button:not(.buttonIcon),
.tc_content .wp-block-button__link {transition-delay: .4s , .5s}

.button:not(.buttonIcon):before,
.tc_content .wp-block-button__link:before,
.button:not(.buttonIcon):after,
.tc_content .wp-block-button__link:after {
    padding: 18px 0 11px;
    content: '';
    position: absolute;
    top: 0;
    left: calc(-100% - 60px);
    height: 100%;
    width: calc(100% + 40px);
    color: #fff;
    border-radius: 2px;
    transform: skew(-25deg)
}

.button:not(.buttonIcon) span,
.tc_content .wp-block-button__link span {
    position: relative;
    z-index: 10
}

.button:not(.buttonIcon):before,
.tc_content .wp-block-button__link:before {
    background: var(--primary-color);
    z-index: 5;
    transition: left 1s cubic-bezier(.86,0,.07,1)
}

.button:not(.buttonIcon):after,
.tc_content .wp-block-button__link:after {
    background: #fff;
    transition: left .8s cubic-bezier(.86,0,.07,1) .2s;
    z-index: 0;
    opacity: .8
}

.button:not(.buttonIcon):hover:after,
.tc_content .wp-block-button__link:hover:after {
    left: calc(0% - 20px);
    transition: left .8s cubic-bezier(.86,0,.07,1)
}
.button:not(.buttonIcon):hover{background-color: transparent;}
.cekome_form .button.cf_submit:hover{background-color: var(--primary-color)}

.button:not(.buttonIcon):hover:before,
.tc_content .wp-block-button__link:hover:before {
    left: calc(0% - 20px);
    transition: left 1s cubic-bezier(.86,0,.07,1)
}


/*----------------- LINK TURN -----------------*/
.linkTurn {
    --size: 12rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 15px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 0.165em;
    word-spacing: 0.5em;
    text-decoration: none;
    -webkit-font-smoothing: auto;
    font-weight: bold;
}
.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--title-color);
    stroke: var(--title-color);
    border-radius: 50%;
    padding: 10px;
    stroke-width: 0.05em;
    box-sizing: border-box;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {
    transform-origin: 50% 50%;
    transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.linkTurn:hover .link__arrow {
    transform: scale(1.3);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {stroke-width: 0.075em;transform: rotate(-25deg);}
.link__text {
    -webkit-animation: rotateReverse normal infinite 20s linear;
    animation: rotateReverse normal infinite 20s linear;
    transform-origin: 50% 50%;
}
.link--alt {
    font-size: 1.15rem;
    letter-spacing: 0;
    word-spacing: 0;
}

.linkTurn.white svg{
	fill: var(--white);
    stroke: var(--white);
}



/*-----------------*/
/* HEADER */
/*-----------------*/
 #header-top {
    background-color: var(--black);
    color: var(--white);
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
#navsecondary .navigmenu .naviglink{
	font-size: 13px;
	padding: 8px 12px;
	letter-spacing: 0.5px;
}
#navsecondary .navigtoogle:not(:last-of-type):after {
    content: "";
    height: 10px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: var(--white);
    transform: translateY(-50%);
    opacity: 0.4;
}
.navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -13px;
    transform-origin: right center;
    transform: scale(0,1);
    transition: transform .25s cubic-bezier(.25,.8,.25,1);
    height: 3px;
    background: currentColor
}
#navsecondary .navigmenu .naviglink.lvl-0:not(.item-logo) span:after{
    bottom: 0;
    height: 1px;
}

.navigmenu .active .naviglink.lvl-0 {color: var(--primary-color)}

.navigmenu .active .naviglink.lvl-0 span:after,
.navigmenu .naviglink.lvl-0:hover span:after {
    transform-origin: left center;
    transform: scale(1,1)
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-title {
    font-family: var(--font-title);
    font-size: 2.3em;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 0 0 10px var(--black);
    font-weight: bold;
}
#headerHome-title > span{color: var(--primary-color);}
#headerHome-title .typewrite{
	font-family: var(--font-bold);
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#headerHome-accroche{
    font-family: var(--font-text);
}
#headerHome-wrapper{
	height: 100%;
	padding: 100px 0 60px;
	overflow: hidden;
}
#headerHome-diapo{
	 background: var(--black);
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
}

#headerHome{
	min-height: auto;
	height: auto!important;
	
}
#headerHome-content{
	height: auto;
	padding: 15vh 15% 15vh 25%;
}
.headerHome-img{z-index: 2;}

.PQP-widget
{
    margin-bottom: 20px;
}
/*-----------------*/
/* GALLERY HOME */
/*-----------------*/

/*-----------------*/
/* PRODUITS HOME */
/*-----------------*/

/*-----------------*/
/* CONTENT */
/*-----------------*/
.home #content .quaternarythumb{position: relative;}
.home #content .quaternarythumb:before{
	z-index:0;
	background: linear-gradient(to right, 
      black, transparent 30%, 
      transparent 70%, black
    ),
    linear-gradient(to bottom, 
      transparent, transparent 70%, 
      black
    );
}
 .home #content .tc_content .wp-block-image a{height: 100%;}
.home #content .tc_content .wp-block-image img{
	height: 100%;
	object-fit: cover;
}
.home #content .has-medium-font-size,
.home #content .has-medium-font-size strong{
    font-family: var(--font-title);
    font-style: italic;
    letter-spacing: 0.3px;
}
.home #content .linkTurn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: initial;
    bottom: -90px;
    z-index: 1;
}
.home #content .linkTurn .link__svg {
    fill: var(--white);
    stroke: var(--white);
    background: var(--secondary-color);
}

.home #content .linkTurn:hover .link__svg{background-color: var(--primary-color);}
/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#choixPrestaSlider {
    align-items: center;
    height: 350px;
}

#choixPresta {
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 50%;
    right: 20px;
}

#choixPresta .linkPresta {
    position: relative;
    cursor: pointer;
    padding: 10px;
    min-width: 33.33333%;
    max-width: 33.33333%;
}

.subtitlePresta {
    overflow: hidden;
    height: 300px;
    transition: 250ms all ease-in-out;
}

.subtitlePresta_img {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.subtitlePresta_img img {
    transition: transform 1s cubic-bezier(.215,.61,.355,1);
}


#choixPrestaSlider .linkPresta.active .subtitlePresta_img {
    border: solid 1px var(--white);
}
.subtitlePresta_img:before {
    z-index: 1;
    background: linear-gradient(to top, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
}

.linkPresta:hover .subtitlePresta_img img {
    transform: scale(1.1);
}

#choixPresta .subtitlePresta .subtitlePresta_content {
    z-index: 1;
    transition: 500ms ease all;
    color: var(--white);
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
    font-family: var(--font-bold);
    display: block;
    font-weight: bold;
    z-index: 1;
    --dist: 15px;
    bottom: var(--dist);
    left: var(--dist);
    right: var(--dist);
}

#choixPresta .linkPresta.active .subtitlePresta {
    height: 350px;
}

#prestations .bloc_prestations {
    padding: 0;
    min-width: auto!important;
    max-width: none;
}

#prestations .prestations-content {
    position: absolute;
    color: var(--white);
    z-index: 2;
    max-width: 670px;
    width: 25%;
    padding: 30px;
    transition: 500ms ease all;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#prestations .prestations-img {
    position: relative;
    height: 700px;
    z-index: 1;
    transition: 250ms all ease-in-out;
    display: block;
    width: 100%;
}

#prestations .prestations-img:before {
    z-index: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
}
.prestations-content :is(.content_link, .tc_excerpt, .title_content){
    color: var(--white);
    text-shadow: 0px 0px 4px #000000;
}

/*-----------------*/
/* ACTU */
/*-----------------*/
.the-arrow {
    width: 64px;
    transition: all .2s
}
.the-arrow.-left {
    position: absolute;
    top: 24px;
    left: 0
}
.the-arrow.-left>.shaft {width: 0}
.the-arrow.-left>.shaft:before,.the-arrow.-left>.shaft:after { width: 0}
.the-arrow.-left>.shaft:before { transform: rotate(0)}
.the-arrow.-left>.shaft:after {transform: rotate(0)}
.the-arrow.-right { top: 0}
.the-arrow.-right>.shaft {
    width: 64px;
    transition-delay: .2s
}

.the-arrow.-right>.shaft:before,.the-arrow.-right>.shaft:after {
    width: 8px;
    transition-delay: .3s;
    transition: all .5s
}
.the-arrow.-right>.shaft:before { transform: rotate(40deg)}
.the-arrow.-right>.shaft:after {transform: rotate(-40deg)}
.the-arrow>.shaft {
    background-color: var(--primary-color);
    display: block;
    height: 1px;
    position: relative;
    transition: all .2s;
    transition-delay: 0;
    will-change: transform
}

.the-arrow>.shaft:before,.the-arrow>.shaft:after {
    background-color: var(--primary-color);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s;
    transition-delay: 0
}

.the-arrow>.shaft:before { transform-origin: top right}
.the-arrow>.shaft:after {transform-origin: bottom right}
.animated-arrow:hover>.the-arrow.-left>.shaft {
    width: 64px;
    transition-delay: .1s
}
.animated-arrow:hover>.the-arrow.-left>.shaft:before,.animated-arrow:hover>.the-arrow.-left>.shaft:after {
    width: 8px;
    transition-delay: .1s
}

.animated-arrow:hover>.the-arrow.-left>.shaft:before {transform: rotate(40deg)}
.animated-arrow:hover>.the-arrow.-left>.shaft:after {transform: rotate(-40deg)}
.animated-arrow:hover>.main {transform: translateX(80px)}
.animated-arrow:hover>.main>.the-arrow.-right>.shaft {
    width: 0;
    transform: translateX(200%);
    transition-delay: 0
}
.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before,.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
    width: 0;
    transition-delay: 0;
    transition: all .1s
}
.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before {transform: rotate(0)}
.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {transform: rotate(0)}

.animated-arrow>.main {
    display: flex;
    align-items: center;
    transition: all .2s
}
.animated-arrow>.main>.text {
    margin: 0 16px 0 0;
    line-height: 1
}
.animated-arrow>.main>.the-arrow { position: relative}

.animated-arrow {
    display: inline-block;
    color: var(--title-color);
    font-size: 12px;
    position: relative;
    transition: all .2s;
    letter-spacing: 2px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    padding: 18px 0 18px 0;
}
.animated-arrow.white{color: var(--white)}
#news {
    padding: 150px 30px ;
    background-image: url(../images/bg-news.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}
#news .content-news {grid-gap: 0 60px}

#news .wrapper_slider {
    grid-column: span 1;
    border-bottom: solid 1px rgb(255 255 255 / 20%);
    padding-bottom: 30px;
    margin-bottom: 30px
}
#news .wrapper_inner_slider{
    height: auto;
    background: none;
}

#news .wrapper_slider:last-of-type,
#news .wrapper_slider:first-of-type {
    border: none;
    margin: 0;
    padding: 0
}

#news .wrapper_slider:not(:first-of-type) .thumbnail_slider, 
#news .wrapper_slider:not(:first-of-type) .text_slider { display: none}

#news .content_slider {padding: 0}
#news .title_slider a:not(:hover) { color: var(--white)}
#news .title_slider {font-size: 25px;}

#news .thumbnail_slider .button {
    position: absolute;
    left: 0;
    bottom: 0
}
#news .wrapper_slider:first-of-type .text_slider,
#news .wrapper_slider:first-of-type .text_slider a { color: var(--white)}

#news .wrapper_slider:first-of-type .next_slider {display: none}

#listarticles .listedarticle {
    /* background: var(--light-color); */
    height: 100%
}
/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections{background-color: var(--light-color);}
#choixSections {
    display: flex;
    justify-content: center;
    position: relative
}

#choixSections:before {
    width: 80%;
    border: 1px solid var(--primary-color);
    border-bottom: none;
    border-right: none;
    top: 94px
}

#choixSections:after {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    background: var(--primary-color);
    clip-path: polygon(0 0,50% 50%,100% 0,50% 50%,0 35%,50% 100%,100% 35%,50% 50%,100% 0);
    top: calc(100% + 94px);
    left: -10px
}

#choixSections .linkSections p {
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font-bold);
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
    color: var(--title-color);
    background: var(--light-color);
    padding: 0 30px
}

#choixSections .linkSections:not(:last-of-type) {margin-right: 30px}

#choixSections .linkSections {
    position: relative;
    cursor: pointer;
    padding: 5px 20px;
    transition: 250ms all ease-in-out;
    text-align: center
}

#choixSections .linkSections.active p {color: var(--primary-color);}

#choixSections .linkSections img {
    --size: 30px;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
    transition: 250ms all ease-in-out;	
	filter: brightness(0) invert(1);
}

.subimageSections {
    --size: 60px;
    border-radius: 100px;
    background-color: var(--tertiary-color);
    text-align: center;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    transition: 250ms all ease-in-out;
    position: relative
}

#choixSections .linkSections.active .subimageSections,
#choixSections .linkSections:hover .subimageSections {
    background-color: var(--primary-color);
    filter: drop-shadow(0 5px 0 white)
}

#choixSections .linkSections .subimageSections:after {
    bottom: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: var(--primary-color);
    border-width: 9px;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    transition: 250ms all ease-in-out
}

#choixSections .linkSections.active .subimageSections:after {
    opacity: 1;
    bottom: -16px
}
/*-----------------*/
/* REASSURANCES */
/*-----------------*/
.nohome #reassurances {
    background-image: url(../images/bg-reassurances.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
.nohome #reassurances:before{background: var(--overlay-color);}

#img-reassurance {
    background-image: url(../images/img-reassurances.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    z-index: -1;
    width: 100%;
    margin-bottom: 20px
}

.picto-container {
    justify-content: space-around;
    flex-direction: column
}

.picto-container .picto-bloc {
    flex-direction: row;
    text-align: left;
    margin: 35px 0;
    flex: 1 1 100%;
    padding: 0;
    position: relative;
    color: var(--white);
}

.picto-container li:before {
    content: "";
    --size: 60px;
    position: absolute;
    left: -13px;
    top: 50%;
    width: var(--size);
    height: var(--size);
    background: var(--primary-color);
    z-index: -1;
    margin-top: -30px;
    transform: rotate(45deg)
}

.picto-container li p {
    margin: 0 0 0 45px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px
}
.nohome .picto-container li p{ color: var(--white);}

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
#partenaires {
    background-image: url(../images/home-bg3.jpg);
    background-size: cover;
    padding: 90px 60px 0;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

#partenaires .title h2 {margin-bottom: 30px}
#partenaires .partenaires-intro p:not(:last-of-type){margin-bottom: 16px;}
#partenaires:after {
    height: 200px;
    background-color: var(--white);
    top: auto;
    bottom: 0
}

#partenaires .widget_partenaires li .wrap-element {
    border: none;
    height: auto;
    padding: 0
}

#partenaires .widget_partenaires {
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: none;
    border-right: 0;
    position: relative;
    z-index: 2
}

#partenaires .widget_partenaires li {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    min-height: 160px;
    padding: 20px!important
}

#partenaires .widget_partenaires li.no-flex {
    align-items: stretch;
    padding: 0!important;
    border: none;
    margin-left: auto;
}

#partenaires .widget_partenaires li .button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    background: var(--primary-color)!important;
    padding: 10px;
    line-height: 1.4;
    border-radius: 0!important
}

#partenaires .widget_partenaires li .button:before,
#partenaires .widget_partenaires li .button:after {content: none}

#partenaires .widget_partenaires li .button:hover {background: var(--secondary-color)!important}

.partenaires-intro
{
    background-image: url(../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
}

/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

/*-----------------*/
/* SHARE */
/*-----------------*/
.sociblock .share-buttons a{
	--size: 32px;
	width: var(--size);
	height: var(--size);
	justify-content: center;
}
.share-buttons a:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    transition: 250ms all ease-in-out;
    border-radius: 100%;
}

.sociblock .share-buttons a svg{fill: var(--white)!important;--size: 16px;}
.share-buttons a:first-of-type:before{background-color: #3b5999}
.share-buttons a:nth-child(2):before {background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}
.share-buttons a:nth-child(3):before {background-color: #0e76a8}

.share-buttons a:hover:before {background: var(--primary-color);}
/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/

/*-----------------*/
/* CTA */
/*-----------------*/
#cta{
	max-width: 630px;
	margin: auto;
	padding: 70px 30px;
	background-color: rgb(255 255 255 / 0.9);
}
#cta p{margin-top: 10px;}
#cta h2{font-size: 35px;}
#cta  .title {margin-bottom: 30px;}
#cta .accroche{margin-bottom: 30px;line-height: 1.3;font-size: 19px;}

/*-----------------*/
/* FOOTER */
/*-----------------*/
body.template-contact-php #footerCTA:before{content: none;}

#footerCTA:after{background: linear-gradient(rgb(0 0 0 / 0%), hsl(0deg 0% 0% / 70%));}
#footer{background-color: var(--background-color);}

#footerCTA{
	background-image: url(../images/home-bg4.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 50px 250px;
	z-index: 3;
}

#footerCoordonnees {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: var(--white);
    border-top: solid 1px rgb(255 255 255 / 50%)
}

#footerCoordonnees .wrappercontent>div {
    line-height: 1.3;
    padding: 45px 20px 20px 20px;
}
#footerLinks{
	background: none;
	justify-content: flex-end;
}

#infoadresseFooter,
#infoouvertureFooter {border-right: solid 1px rgb(255 255 255 / 50%)}