/*-----------------*/
/* 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:1513.90185546875px;stroke-dasharray:1513.90185546875px}100%{stroke-dashoffset:0;stroke-dasharray:1513.90185546875px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(25,77,56)}}.svg-elem-1{animation:animate-svg-stroke-1 3s 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:8116.85205078125px;stroke-dasharray:8116.85205078125px}100%{stroke-dashoffset:0;stroke-dasharray:8116.85205078125px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-2{animation:animate-svg-stroke-2 3s 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}
#loader-wrapper .leaves
{
    top: -50px;
}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
.title:not(.no-after):after {
    background-color: #fff0;
    background-image: url(../images/emphase.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 200px;
}
/*-----------------*/
/* LEAVES */
/*-----------------*/
.leaves {
    position: absolute;
    top: 0;
    left: 9;
    width: 100%;
    height: 100%;
    text-align: center;
    pointer-events: none;
}

#footer .leaves
{
    z-index: 100;
}

.leaves i {
    position: absolute;
    width: 37px;
    height: 30px;
    background: linear-gradient(to bottom right, var(--primary-color), var(--secondary-color));
    /* border-radius: 5% 40% 70%; */
     -webkit-mask: url(../images/leave.svg);
    mask: url(../images/leave.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    box-shadow: inset 0px 0px 1px #222;
    border: 1px solid #333;
    animation: falling 5s infinite ease-in-out;
}

.leaves i:nth-of-type(2n) { 
    animation-name: falling2; 
     -webkit-mask-image: url(../images/leave2.svg);
    mask-image: url(../images/leave2.svg);
}
.leaves i:nth-of-type(3n) { 
    animation-name: falling3; 
}

.leaves i:nth-of-type(2n+1) { 
    width: 25px; 
    height: 20px; 
}
.leaves i:nth-of-type(3n+2) { 
    width: 30px; 
    height: 23px; 
}

#wrappersite:not(.safari) .leaves i:nth-of-type(2n+2) { 
    background: linear-gradient(
        to bottom right, 
        color-mix(in hsl, var(--primary-color) 70%, var(--white)), 
        color-mix(in hsl, var(--secondary-color) 70%, var(--black))
    ); 
}
#wrappersite:not(.safari) .leaves i:nth-of-type(4n+1) { 
    background: linear-gradient(
        to bottom right, 
        color-mix(in hsl, var(--primary-color) 60%, var(--black)), 
        color-mix(in hsl, var(--secondary-color) 60%, var(--white))
    ); 
}

.leaves i:nth-of-type(3n+1) { opacity: 0.5; }
.leaves i:nth-of-type(3n+2) { opacity: 0.3; }
.leaves i:nth-of-type(n) { opacity: 0.7; }

.leaves i {
    animation-delay: calc(1s + (var(--i, 1) * 0.3s));
}

/* Animations */
@keyframes falling {
    0% {
        transform: translate3d(300px, 0, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(-350px, 700px, 0) rotate(90deg);
        opacity: 0;
    }
}

@keyframes falling2 {
    0% {
        transform: translate3d(0, 0, 0) rotate(90deg);
    }
    100% {
        transform: translate3d(-400px, 680px, 0) rotate(0deg);
        opacity: 0;
    }
}

@keyframes falling3 {
    0% {
        transform: translate3d(0, 0, 0) rotate(-20deg);
    }
    100% {
        transform: translate3d(-230px, 640px, 0) rotate(-70deg);
        opacity: 0;
    }
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#header {
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

#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%;
    padding: 10px;
}

#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 */
/*-----------------*/

.navigtoogle:not(.social,.logo) span:before, .urgence span::before {
    position: absolute;
    top: -2px;
    left: -7px;
    box-sizing: content-box;
    padding: 0 5px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color);
    content: "";
    opacity: 0;
    transition: opacity .2s , transform .2s;
    transform: scale(.8333);
    backface-visibility: hidden;
    border-radius: 5px
}

.navigtoogle:not(.social,.logoParent).active .naviglink.lvl-0 span:before, .navigtoogle:not(.social,.logoParent) .naviglink.lvl-0:hover span:before, #navprimary .urgence span::before {
    opacity: 1;
    transform: scale(1.2)
}

.navigtoogle:not(.social,.logoParent).active .naviglink.lvl-0, .navigtoogle:not(.social,.logoParent) .naviglink.lvl-0:hover, #navprimary .urgence {
    transform: scale(.8333);
    color: var(--primary-color);
}

.navigmenu .naviglink.lvl-1 {
    font-family: var(--font-text)
}

.navigmenu .naviglink.lvl-2
{
    color: var(--title-color);
}
.menuarticle .liresuite a::before
{
    display: none!important;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
.logoheaderHome
{
    max-height: 100Px;
}
#headeHome-logos{
    margin-bottom: 20px;
    gap: 30px;
}
html:not([lang="de"]) .description,
[lang="de"] .elemEnfant
{
    display: none;
}
.titleEffects
{
    align-items: center;
}

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
h1,h2,h3
{
  letter-spacing: -0.07em;
}
.title>h1 small {
  font-size: 1.5em;
}
.home #content
{
  pointer-events: none;
  text-align: center;
}

.siteDE .nameContent
{
  opacity: 0;
}
.home #content>*
{
  pointer-events: all;
}
.textContent{
  z-index: 1;
  position: relative;
  padding: 30px;
  padding-top: 50Px;
}
.home .wp-block-buttons
{
  justify-content: center;
  margin-top: 50Px;
}
.imgContent
{
  position: relative;
  z-index: 2;
}
.imgContent .blocthumb
{ 
  text-align: center;
  margin-bottom: -100px;
}
.imgContent img
{
  width: 100%;
  max-width: 700Px;
  margin: 0 auto;
  height: 200Px;
}
.nameContent
{
  font-size: 5em;
  font-family: var(--font-alt);
  color: var(--primary-color);
  position: relative;
  left: 0Px;
  top: 60px;
  z-index: 3;
}
.wrapContentHome
{
  z-index: 2;
}
.contentButton
{
  background: var(--black);
  width: 70%;
  margin-left: auto;
  line-height: 0;
  padding: 20Px;
  padding-left: 50px;
  position: relative;
  z-index: 2;
}
.contentButton::after
{
  content:'';
  position: absolute;
  top: 0;
  left: -30px;
  width: 70px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-bottom: 1px solid var(--white);
}
.contentButton>a
{
  background: #fff0!important;
  color: var(--white)!important;
  font-family: var(--font-title);
  font-size: 1.5em;
}
.contentButton:hover
{
  background: var(--primary-color);
}
.home #content
{
  padding: 100px 0;
  padding-top: 0;
}

.textContent::after {
    background-image: url(../images/logo.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 100px;
    z-index: -1;
    opacity: 0.025;
    pointer-events: none;
}

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

#galleryHome .gallery-item:nth-child(n+7)
{
  display: none;
}
/*------------------- &&& ---------------------*/
#gallerySecond .gallery {
    display: grid;
    width: 100%;
    transition: .6s;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    grid-auto-rows: 100px;
    position: relative;
    grid-gap: 2px;
}

#gallerySecond .gallery .gallery-item {
    grid-column: span 1;
    position: relative;
    width: 100%!important
}

/*-----------------*/
/* CTA */
/*-----------------*/
#cta .title small {
    background: url(../images/home-bg3.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 5vw;
    font-family: var(--font-alt);
    font-weight: 900;
}

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
body.template-parent-page-php #banner svg polygon:nth-child(2) {
    fill: #0f1528;
}

#content.parentPresta:before {
    background: var(--secondary-color);
    opacity: 0.2;
}

#prestations::after {
    background-image: url(../images/logo.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 100px;
    z-index: -2;
}

#prestations:before {
    background: var(--black);
    opacity: 0.97;
}

#prestations .widget_parentpage .bloc_prestations {
    padding: 33px 5vw 42px;
    text-align: center;
    position: relative;
}

#prestations .widget_parentpage .bloc_prestations:not(:last-child):after {
    background: var(--white);
    height: 1px;
    top: auto;
    bottom: 0;
    opacity: 0.1;
}

.prestations-content :is(h2, h3) {
    opacity: .4;
    transition: opacity .8s;
    font-size: 38px;
    text-transform: uppercase;
    margin: 0 0 10px;
    /* text-shadow: 1px 1px 1px var(--black); */
}

.prestations-content .title_content {
    color: var(--white);
}

#prestations .tc_excerpt {
    opacity: .4;
    transition: opacity .8s;
    font-size: 18px;
    letter-spacing: .03em;
    margin: 0 auto;
    color: var(--white);
    max-width: 590px;
}

#prestations .bloc_prestations.elemActif :is(h2, h3),
#prestations .bloc_prestations.elemActif .tc_excerpt {
    opacity: 1
}


@keyframes image-show-long {
    0% {
        transform: translateY(var(--dist-y));
        opacity: 0
    }

    75% {
        opacity: 1
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1
    }
}
@keyframes image-hide-long {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        transform: translateY(calc(-1 * var(--dist-y)));
        opacity: 0
    }
}

#prestations .nthwords
{
    display: inline-block;
    font-family: var(--font-alt);
    color: var(--tertiary-color);
    transition: all 0.4s;
}
#prestations .title_content:hover .nthwords
{
    color: var(--primary-color);
}
/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news>* {
    overflow: hidden;
}

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

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

.home .content_slider {
    color: var(--white);
    z-index: 1;
    position: relative;
}

.home .thumbnail_slider {
    position: absolute;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    transform: scale(0);
    transition: all 0.4s;
}

.home .thumbnail_slider img {
    position: absolute;
    --size: 300px;
    width: var(--size);
    height: var(--size);
    transition: all 0s;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(2deg);
    filter: brightness(0.5);
    border-radius: 20px;
}

.wrapper_slider:hover .thumbnail_slider {
    transform: scale(1);
}

.newsdate {
    /* background: var(--secondary-color); */
    display: grid;
    align-items: center;
    padding: 20px;
    font-family: var(--font-alt);
    color: var(--background-color);
    border: 1px solid var(--primary-color);
    background: #278d6b4d;
}

.wrapper_slider .button {
    font-size: 0;
    --size: 50px;
    width: var(--size);
    height: var(--size);
    background: #fff0;
    border: 1px solid var(--white);
    transition: all 0.4s;
    border-radius: 50% !important;
}

.wrapper_slider .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/icons/arrowMore.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    transition: all 0.4s;
}

.wrapper_slider .button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.wrapper_slider .button:hover::before {
    transform: rotate(360deg);
}
/*-----------------*/
/* 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 :is(svg,.iconeRea) {
    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 */
/*-----------------*/

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

/*-----------------*/
/* AGENCES */
/*-----------------*/

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


/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer .overlay {
    z-index: -1;
    background: var(--black);
    opacity: 0.8;
}

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

#footerLinks {
    background: var(--black);
}

#footer #footerbloc {
    border-top: 1px solid #ffffff24;
    padding: 0;
}

#footerbloc>* {
    padding: 30Px;
    padding-top: 60Px;
}

#footerbloc>*::before {
    top: 25Px;
}

#footerbloc>*:not(:last-child) {

    border-right: 1px solid #ffffff24;
}

#infoadresseFooter,#infoadresseContact
{
    order: -2;
}
#infoadresseFooterBis,#infoadresseContactBis
{
    order: -1;
}
#contactCoordonnees
{
    display: grid;
    align-items: center;
    align-content: center;
}