/*-----------------*/
/* LOADER */
/*-----------------*/
#loader-wrapper svg
{
    --size: 50vw;
    width: var(--size);
    height: var(--size);
    --maxsize: 300px;
    max-width: var(--maxsize);
    max-height: var(--maxsize);
}

@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:4771.0126953125px;stroke-dasharray:4771.0126953125px}100%{stroke-dashoffset:0;stroke-dasharray:4771.0126953125px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(23,119,60)}}.svg-elem-1{animation:animate-svg-stroke-1 1s cubic-bezier(0.47,0,0.745,0.715) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:2482.81396484375px;stroke-dasharray:2482.81396484375px}100%{stroke-dashoffset:0;stroke-dasharray:2482.81396484375px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(92,163,69)}}.svg-elem-2{animation:animate-svg-stroke-2 1s cubic-bezier(0.47,0,0.745,0.715) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:7013.0068359375px;stroke-dasharray:7013.0068359375px}100%{stroke-dashoffset:0;stroke-dasharray:7013.0068359375px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-3{animation:animate-svg-stroke-3 1s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:3126.43017578125px;stroke-dasharray:3126.43017578125px}100%{stroke-dashoffset:0;stroke-dasharray:3126.43017578125px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-4{animation:animate-svg-stroke-4 1s cubic-bezier(0.47,0,0.745,0.715) 0.36s both,animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s both}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:526px;stroke-dasharray:526px}100%{stroke-dashoffset:0;stroke-dasharray:526px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-5{animation:animate-svg-stroke-5 1s cubic-bezier(0.47,0,0.745,0.715) 0.48s both,animate-svg-fill-5 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2000000000000002s both}@keyframes animate-svg-stroke-6{0%{stroke-dashoffset:550px;stroke-dasharray:550px}100%{stroke-dashoffset:0;stroke-dasharray:550px}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-6{animation:animate-svg-stroke-6 1s cubic-bezier(0.47,0,0.745,0.715) 0.6s both,animate-svg-fill-6 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.3s both}

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
#wrappersite::before {
    background-image: linear-gradient(to right, #f4f5fa 1px, transparent 1px), linear-gradient(to bottom, #f4f5fa 1px, transparent 1px);
    background-position: 0 0;
    background-size: calc(100vw / 16) calc(100vw / 16);
    /* opacity: 0.03; */
}
.starsHome
{
    width: 100%;
    text-align: center;
}
/*----------------- BTN LINE -----------------*/
.btnLine {
    background: none!important;
    padding: 0!important;
    line-height: 28px;
    color: var(--white);
    letter-spacing: 1px;
    font-size: 11px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    position: relative
}

.btnLine::after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: currentColor;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out
}

.btnLine:hover::after {
    transform: scaleX(0);
    transform-origin: bottom right
}

/*------------------- LINKTURN ---------------------*/
.linkTurn {
    --size: 10rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 16px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: .1175em;
    word-spacing: 0.15em;
    text-decoration: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 1;
    background: var(--primary-color);
    border-radius: 50%;
    font-family: var(--font-title);
 }
 
 .link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--white);
    stroke: var(--white);
    border-radius: 50%;
    stroke-width: .05em;
    box-sizing: border-box;
    stroke-linecap: round;
    stroke-linejoin: round;
    padding: 10px;
    transition: all .3s cubic-bezier(.33,1,.68,1)
 }
 
 .link__arrow {
    transform-origin: 50% 50%;
    transition: transform .15s cubic-bezier(.32,0,.67,0)
 }
 
 .linkTurn:hover .link__arrow {
    transform: scale(1.3);
    transition: transform .3s cubic-bezier(.33,1,.68,1)
 }
 
 .link__arrow {
    stroke-width: .075em
 }
 
 #wrappersite:not(.safari) .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
 }
 
 @keyframes rotateReverse {
    0% {
        transform: rotate(0deg);
    }
 
    100% {
        transform: rotate(-360deg);
    }
 }
/*-----------------*/
/* HEADER */
/*-----------------*/
#header {
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

#logoCoordonnees {
    margin: 0 40px;
    text-align: center;
}

#header.fixed-header .navigmenu .naviglink.lvl-0
{
    padding: 20px 14px;
}

#header-coordonnees
{
    padding: 15px;
    gap: 10px;
}


#logoCoordonnees img
{
    height: 100%;
    width: 100%;
}

#infotelportButton,#infotelfixeButton,.buttonHead a {
    background-color: var(--primary-color);
    padding: 6px 20px 6px 40px;
    border-radius: 50px!important;
    transition: 250ms all ease-in-out;
    display: inline-block;
    margin-left: auto;
    margin-bottom: -15px
}

.buttonHead a {
    line-height: 1.5;
    overflow: hidden;
    font-family: var(--font-text);
    font-size: 14px;
    text-transform: initial
}

.buttonHead a::before {
    --size: 15px;
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: var(--size);
    height: var(--size);
    background-image: url(../images/icons/mail-white.svg)
}

#infotelportButton span,#infotelfixeButton span {
    display: none
}

#infotelportButton:hover,#infotelfixeButton:hover {
    background-color: var(--secondary-color)
}

#infotelportButton a,#infotelfixeButton a {
    color: var(--white)
}

#infotelportButton:before,#infotelfixeButton:before {
    background-image: url(../images/icons/mobile-white.svg);
    left: 15px
}

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

.infohoraires_other{
    color: var(--primary-color);
    font-size: 1.2em;
}

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.social:not(.no-icon)
{
    padding: 0;
}
.social:not(.no-icon):before
{
    display: none;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome
{
    padding: 150px 20px;
}
#logoheaderHome
{
    --size: 150px;
    width: var(--size);
    height: var(--size);
}
#headerHome-accroche
{
    max-width: 800Px;
    margin: 0 auto;
}

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.wrapContentHome
{
    z-index: 2;
}

.grid-img .wp-block-image>a,
.grid-img .wp-block-image img,
.intro-img .wp-block-image>a,
.intro-img .wp-block-image img {
    height: 100%;
}

.grid-img {
    display: grid !important;
    gap: 10px;
    align-items: stretch !important;
}

.grid-img .wp-block-image {
    height: 100%;
}

.home #content .wp-block-image img {
    object-fit: cover;
    width: 100%;
}

.home #content {
    /* overflow: hidden; */
    z-index: 2;
}

.wrappercontent.medium {
    max-width: 850px;
    margin: 0 auto;
}



/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome
{
    z-index: 2;
}
#galleryHome .gallery-item {
    margin-bottom: 0;
}

.gallery-icon {
    line-height: 0;
}

.gallery-icon>*:not(a) {
    line-height: 1.2;
}

.gallery-icon {
    height: 100%;
}

.nohome .gallery .gallery-item a img {
    max-height: 450Px;
}
.gallery .gallery-item a.next_link_slider::after
{
    background: #fff0;
}

.gallery .gallery-item .liresuite a:not(.title_content, .button)
{
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: auto;
}

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


/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#prestations {
    position: relative;
    box-sizing: border-box;
    /* padding: 100px 25px; */
}
#prestations .widget_parentpage li .prestations-wrapper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

#prestations .widget_parentpage li:hover .prestations-wrapper {
    transform: rotateY(180deg);
    z-index: 1;
}
.prestations-img
{
    margin: 0 auto;
    --size: 50px;
    width: var(--size);
    height: var(--size);
}

#prestations .side-a,
#prestations .side-b{
	font-size: 14px;
	text-align: center;
	backface-visibility: hidden;
	line-height: 1.5;
}
#prestations .side-content{
	padding: 0 30px 30px 30px;
	box-sizing: border-box;
}
#prestations :is(.side-a,.side-b)
{
    padding: 20px;
}
#prestations .side-b .specialthumb
{
    filter: invert(1);
}
#prestations .side-a{
	background: var(--background-color);
	z-index: 1;
	transform: rotateY(0deg);
	position: relative;
	border: 1px solid #0000000f;
}

#prestations .side-a .content_link{
	color: var(--text-color);
}

#prestations .side-a h3 a{
	color: var(--title-color);
}
#prestations .side-a .image_content img, 
#prestations .side-b .icone-content img{
    --size: 50px;
    width: var(--size);
    height: var(--size);
}

#prestations .side-a .liresuite, 
#prestations .side-b .liresuite{
	text-align: center;
}

#prestations .side-b{
	
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: rotateY(180deg);
}
#prestations .side-b *:not(.button-arrow *)
{
    color: var(--white);
}
#prestations .side-b .side-title,
#prestations .side-b .side-text{
	color: var(--white);
}
#prestations .side-b .side-text{
	margin-bottom: 1em;
}

#prestations .side-b  .more-links{
	color: var(--white);
}
#prestations .side-b .more-links:hover{
	color: var(--primary-color);
}

#prestations .side-b .image_content, #prestations .side-b .blocthumb{
	height: 100%;
}
#prestations .side-b .image_content{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	z-index: -1;
}
#prestations .side-b>.overlay{
    z-index: 0; 
}
.side-b :is(.prestations-content,.prestations-img)
{
    position: relative;
    z-index: 1;
}

#prestations::before
{
  background: url(../images/home-bg2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#prestations .overlay
{
    z-index: -1;
}


/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news {
    background-image: url(../images/home-bg1.jpg);
}

#news .wrapper_inner_slider {
    background: none;
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: center;
}

#news .wrapper_slider:not(:first-child) .wrapper_inner_slider {
    border-top: solid 1px #e8e8e87a;
}

#news .title_slider {
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--font-bold);
}

#news .content_slider {
    width: 38%;
    flex: 0 0 auto;
    padding: 0 30px;
}

#news .title_link_slider:not(:hover) {
    color: var(--white)
}

#news .next_slider {
    margin: auto 0 auto auto;
}

#news .text_slider {
    flex: 0 0 auto;
    width: 36%;
    font-size: 16px;
}

#news .thumbnail_slider {
    --size: 180px;
    width: calc(var(--size) / 1.15);
    height: var(--size);
    min-width: calc(var(--size) / 1.15);
}

#news .thumbnail_slider>a {
    overflow: hidden;
    display: block;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

#news .thumbnail_slider:before,
#news .thumbnail_slider:after {
    --size: 6px;
    background: var(--primary-color);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    z-index: 1;
    left: auto;
    right: 5px;
}

#news .thumbnail_slider:before {
    top: 10px;
    right: 10px;
    --size: 20px;
}

#news .wrapper_slider:hover .thumbnail_slider {
    width: 0;
}

#news .wrapper_slider:hover .content_slider {
    transform: translateX(0);
}

#news .wrapper_slider:hover .text_slider {
    transform: translateX(0);
}

/*-----------------*/
/* SEPARATOR */
/*-----------------*/
.separator,.section-separator 
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    pointer-events: none;
}
.section-separator {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 5
}

.section-separator svg {
    position: absolute;
    z-index: 50;
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px
}

.section-separator.reflect svg {transform: rotateY(180deg)}

.section-separator:not(.bottom) svg {
    transform: rotateX(180deg) rotateY(180deg);
    top: -1px;
}

/*-----------------*/
/* SECTIONS */
/*-----------------*/
#choixSections {
    counter-reset: sections;
    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(--background-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;
    filter: brightness(0) invert(1)
}

.subimageSections {
    --size: 60px;
    border-radius: 100px;
    background-color: var(--secondary-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:before {
    counter-increment: sections;
    content: counter(sections);
    color: var(--white);
    font-size: 2em;
    font-family: var(--font-title);
    transform: scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#choixSections .linkSections .subimageSections:after {
    content: " ";
    --size: 100%;
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    border: 1px solid var(--primary-color);
    opacity: 0;
    transition: .4s all;
    border-radius: 50%;
    border-bottom-left-radius: 3px
}

#choixSections .linkSections.active .subimageSections:after,
#choixSections .linkSections:hover .subimageSections:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.15)
}
/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances {
    padding: 0 20Px;
}

#reassurances::before {
    background: url(../images/home-bg1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#reassurances .title {
    text-shadow: 0px 0px 20px #000;
}

#reassurances .overlay {
    z-index: -1;
}

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

#reassurances svg {
    height: 70px;
    width: 70px;
    background: var(--primary-color);
    padding: 17px;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    border-radius: 4px;
}
.picto-bloc {
    position: relative;
}

.picto-bloc svg {
    padding: 5px;
    box-sizing: border-box;
}
/*-----------------*/
/* certifications */
/*-----------------*/

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

/*-----------------*/
/* POINTS */
/*-----------------*/
.points
{
    border: 1px solid #ffffff30;
}
.points,.point
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
}
.point
{
    top: initial;
    left: initial;
    --size: 10px;
    --pos:calc(var(--size) * -1);
    background: var(--primary-color);
    z-index: 2;
}
.point:nth-child(1) {
    left: var(--pos);
    top: var(--pos);
}
.point:nth-child(2) {
    right: var(--pos);
    top: var(--pos);
}
.point:nth-child(3) {
    left: var(--pos);
    bottom: var(--pos);
}
.point:nth-child(4) {
    right: var(--pos);
    bottom: var(--pos);
}
/*-----------------*/
/* AGENCES */
/*-----------------*/

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


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

/*-----------------*/
/* FOOTER */
/*-----------------*/
.fondContact {
    background: url(../images/home-bg2.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
}

.linkContact {
    padding: 40px;
    padding-bottom: 70Px;
    background: var(--black);
    height: auto;
}

.wrapperContact {
    padding: 10px;
    box-sizing: border-box;
}

#footerForm .privacyform_lab,
#footerForm .wrapperForm .title h2,
#footerForm .mention {
    color: var(--text-color);
}

#footer,
#contactForm {
    position: relative;
    z-index: 15;
}

#logoCoordonnees {
    margin-bottom: 50px;
    margin-top: -20px;
}

#footer.footerbas {
    z-index: 10;
}

#wrapperForm {
    padding: 20Px;
}

.rowFooter {
    grid-auto-rows: 1fr 1fr;
}

#footerLinks {
    padding: 20px;
    border-top: 1Px solid #00000026;
}
