/*-----------------*/
/* 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:5390.10205078125px;stroke-dasharray:5390.10205078125px}100%{stroke-dashoffset:0;stroke-dasharray:5390.10205078125px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(222,149,27)}}.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:10776.37109375px;stroke-dasharray:10776.37109375px}100%{stroke-dashoffset:0;stroke-dasharray:10776.37109375px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(58,72,112)}}.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}

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a:not(.button)
{
    height: 100%;
    width: 100%;
}

/*-------------------- MOT -------------------*/
.button::before
{
    content : "";
    position: absolute;
    --pos : 200px;
    left: calc(var(--pos) * -1);
    top: 0;
    --size:100%;
    width: calc(var(--size) + var(--pos));
    height: var(--size);
    background: red;
    background:var(--linear);
    background-position:  left center;
    transition: all 0.4s;
}
.button:hover::before
{
    left: 0;
}
.button span
{
    position: relative;
    z-index: 2;
}
.menuarticle .liresuite a::before
{
    display: none;
}
/*-----------------*/
/* ARROW */
/*-----------------*/
.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)
}

.the-arrow {
    width: 64px;
    transition: all .2s
}

.the-arrow.-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    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(--title-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(--title-color);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s;
    transition-delay: 0
}

.white .the-arrow>.shaft,
.white .the-arrow>.shaft:after,
.white .the-arrow>.shaft:before {

    background-color: var(--white);
}

.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
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#header-coordonnees
{
    padding: 10px;
}

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

#logoheader,
#logoCoordonnees img {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
}

#header-coordonnees {
    position: fixed;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all ease-in-out;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    flex-direction: column;
}

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

#logoheader,
#logoCoordonnees img {
    max-height: 130px;
    max-width: 100%;
    object-fit: contain;
    padding: 20px;
}
.navigmenu .naviglink.lvl-2
{
    color: var(--title-color);
}
.fixed-header #logo
{
    display: none;
}
/*-----------------*/
/* INFOTOOGLE */
/*-----------------*/
#info-toogle {
    height: 70px;
    padding: 4px;
    width: 60px;
    margin: 0 auto;
    cursor: pointer;
    display: grid;
    align-items: center;
    align-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    transition: all .1s;
    padding-bottom: 12px;
    position: relative;
}

#info-toogle::after,
.ckmenu-toogle:after {
    content: "Infos";
    position: absolute;
    bottom: -4px;
    left: 48%;
    transform: translateX(-50%);
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-family: var(--font-bold);
    font-size: 0.85em;
}

.ckmenu-toogle::after {
    content: "Menu";
    left: 50%;
    bottom: -15px;
}

.ckmenu-toogle {
    padding-bottom: 10Px;
    text-align: center;
    justify-items: center;
}

#info-toogle .circle {
    --size: 7px;
    width: var(--size);
    height: var(--size);
    background: var(--white);
    border-radius: 50%;
    transition: all .4s;
}

#info-toogle .circle:nth-child(2) {
    transition-delay: .1s
}

#info-toogle .circle:nth-child(3) {
    transition-delay: .2s
}

#info-toogle .circle:nth-child(4) {
    transition-delay: .3s
}

#info-toogle .circle:nth-child(5) {
    transition-delay: .4s
}

#info-toogle .circle:nth-child(6) {
    transition-delay: .5s
}

#info-toogle:hover .circle {
    border-radius: 0%;
    transform: scale(1.1);
}

#info-toogle::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 55%;
    transform: translateX(-50%);
    --size: 110px;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    background: var(--primary-color);
    border-radius: 50%;
}

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
#navsecondary
{
    background: #00000050;
    border: 1px solid #fefefe29;
    border-top: none;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.social:not(.no-icon)
{
    padding: 0;
}
.social:not(.no-icon):before
{
    display: none;
}
.navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
    content: "";
    pointer-events: none;
    bottom: 0;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: currentColor;
    transition-timing-function: cubic-bezier(.25,.8,.25,1);
    transition-duration: 400ms;
    transition-property: width , left
}

.navigmenu .active .naviglink.lvl-0 span:after,
.navigmenu .naviglink.lvl-0:hover span:after {
    width: 100%;
    left: 0%
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
.imageDiapo
{
    mask-image: url(../images/bottomCurveFull.svg);
    mask-position: bottom center;
    mask-size: cover;
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.home #content {
    padding: 66px 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    z-index: 1;
}

#content-wrapper {
    padding: 100px 50px 70px 0;
    width: 65%;
    position: relative;
}

#content-wrapper .quaternarythumb {
    position: absolute;
    left: 11%;
    top: -200px;
    width: 30%;
    height: 250px;
    overflow: hidden;
    /* opacity: 0.3; */
}
#content-wrapper .tertiarythumb {
    position: absolute;
    left: 0;
    bottom: 14%;
    width: 34.5%;
    height: 40%;
    overflow: hidden;
}
#content-wrapper .content-body {
    position: relative;
    box-sizing: border-box;
    max-width: 58%;
    margin-left: auto;
}
#content-img {
    width: 35%;
    position: relative;
}
#content-img>.blocthumb {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    filter: brightness(0.5);
    width: 90%;
    margin-left: auto;
}
#content-img .specialthumb {
    position: absolute;
    bottom: -80px;
    left: initial;
    right: 20Px;
    width: 250px;
    height: 250px;
    overflow: hidden;
}


/*-----------------*/
/* 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 figure.wp-block-gallery.has-nested-images
{
    gap:0px;
}
/*-----------------*/
/* CTA */
/*-----------------*/

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.template-parent-page-php #content {
    padding-bottom: 0;
}

.template-parent-page-php #prestations {
    padding-top: 0;
}
#prestations .prestations-img::before {
    background: var(--secondary-color);
    transform: rotate(0deg);
    transition: all .4s;
}
#prestations .bloc_prestations:hover .prestations-img:before {transform: rotate(-5deg);}
#prestations .wrapPresta::before {
    background: var(--primary-color);
    height: 50px;
    width: 4px;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}
#prestations .wrapPresta {padding: 10px 20px;}
#prestations .prestations-content .liresuite{margin: 0;}

#prestations .prestations-content .tc_excerpt {padding: 15px;}

#prestations .prestations-content .liresuite a {
    background: #fff0;
    border: 1px solid var(--primary-color);
    border-radius: 50%!important;
    color: var(--white);
    letter-spacing: -.1em;
    --size: 45px;
    width: var(--size);
    height: var(--size);
    padding: 8px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#prestations .prestations-content .liresuite a:hover {
    background: var(--primary-color);
    color: var(--white);
}

#prestations .prestations-content h2, 
#prestations .prestations-content h3{margin: 0;}

/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news {
    padding: 150px 30px;
    
}

#news:before {
    background-image: url(../images/home-bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

#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_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 {
    color: var(--white);
}

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

#news .title_slider {
    font-size: 20px;
}

#news .thumbnail_slider .button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

#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 {
    height: 100%;
}

.nohome.category-php .animated-arrow {
    color: var(--title-color) !important;
}
#news .overlay
{
    background: var(--black);
    opacity: 0.8;
}
/*-----------------*/
/* 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(--title-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: 50px 50px;
}

#reassurances strong
{
    color: var(--primary-color);
}

#reassurances::before {
    background-image: url(../images/home-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#img-reassurance {
    background-image: url(../images/home-bg1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200Px;
    width: 100%;
    position: relative;
    z-index: 1;
}

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

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

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

.picto-container .picto-bloc {
    position: relative;
    margin: 45px 0;
    flex: 1 1 100%;
    padding: 0;
    flex-direction: row;
    text-align: left
}


/*-----------------*/
/* certifications */
/*-----------------*/

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

/*-----------------*/
/* VIDEO */
/*-----------------*/
#video {
    position: absolute!important;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    background: transparent;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.flexible {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#video .overlay
{
    background: linear-gradient(to bottom, var(--black),#00000050);
}

#video:after {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	background-image: url(../images/home-bg2.jpg);
}

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/
.notice
{
    background: red;
    color: var(--white);
    padding: 20px;
}


/*-----------------*/
/* FOOTER */
/*-----------------*/
#wrapperForm
{
  display: grid;
}
.fondContact {
    background: url(../images/home-bg2.jpg);
    background-position: 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;
    position: relative;
  }
  
  #footerForm .privacyform_lab,
  #footerForm .wrapperForm .title h2,
  #footerForm .mention {
    color: var(--black);
  }
  
  #footer,
  #contactForm {
    position: relative;
    z-index: 15;
  }
  
  #logoCoordonnees {
    margin-bottom: 50px;
  }
  
  #footer.footerbas {
    z-index: 10;
  }
  
  #wrapperForm {
    padding: 20Px;
  }
  
  .rowFooter {
    grid-auto-rows: 1fr 1fr;
  }
  
  #footerLinks {
    padding: 20px;
    border-top: 1Px solid #0000001a;
  }
  
  
  .template-contact-php #footer #footerbloc
  {
    background: var(--black);
    padding: 30px;
  }