/*-----------------*/
/* LOADER */
/*-----------------*/
.box {
    padding: 0.75em 5em;
    border-radius: 57px;
}

.box svg {
    height: 48px;
    max-width: 100%;
    max-height: 100%;
    transform: scaleX(-1);
}

.box .frame {
    visibility: hidden;
}

/* Fallback : afficher la première frame par défaut si le JS est retardé ou désactivé */
.box .frame:first-child {
    visibility: visible;
}

.box #wolf {
    fill: white;
}
/*-----------------*/
/* 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,hr.wp-block-separator {
    background-color: #fff0!important;
    background-image: url(../images/emphase.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 100Px;
}
/*------------------- BUTTON ---------------------*/
.button
{
    overflow: hidden;
}
.button span
{
    position: relative;
    z-index: 1;
}
.buttonMore
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    --sizeMore: 0px;
    z-index: -1;
    pointer-events: none;
}
.button:hover .buttonMore
{
    --sizeMore: 700px;
}
.buttonMore::before,.buttonMore::after
{
    content: "";
    position: absolute;
    --dist: calc((var(--sizeMore) / 2) * -1);
    top: var(--dist);
    left: var(--dist);
    width: var(--sizeMore);
    height: var(--sizeMore);
    background: var(--secondary-color);
    z-index: -1;
    border-radius: 50%;
    transition: all 0.8s;
}
.buttonMore::after
{
    left: initial;
    top: initial;
    right: var(--dist);
    bottom:var(--dist);
    background: var(--tertiary-color);
    z-index: -2;
}
/*-----------------*/
/* LINKTURN */
/*-----------------*/
.linkTurn {
    --size: 12rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 16px;
    font-family: var(--font-text);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    word-spacing: 0.25em;
    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);
    background: var(--secondary-color);
}
/*----------------- 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
}
/*-----------------*/
/* HEADER */
/*-----------------*/

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

#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: 200px;
    max-width: 90%;
    object-fit: contain;
    padding: 20px;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink.lvl-1
{
    font-family: var(--font-text);
}
.navigtoogle:not(.social,.logo) 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 {
    opacity: 1;
    transform: scale(1.2);
}

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

.navigmenu .naviglink.lvl-1 {
    font-family: var(--font-text)
}
/*-----------------*/
/* 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: -40px;
    left: 50%;
    transform: translateX(-50%);
    --size: 130px;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    background: var(--primary-color);
    border-radius: 50%;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-content
{
    max-width: 550px;
    margin: 0 auto;
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.home h1
{
    font-family: var(--font-bold);
}
.home #content .blocthumb img
{
    object-fit: contain;
}
.imgGrid
{
    gap: 20px;
    grid-auto-rows: 250px;
}
.imgGrid>*:not(.button)
{
    border-radius: 30px;
    overflow: hidden;
}
.imgGrid .button
{
    position: absolute;
    right: -30px;
    top: 50%;
    transform:translateY(-50%);
    --size: 60px;
    width: var(--size);
    height: var(--size)!important;
    border-radius: 50%!important;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 0;
    font-size: 0;
    overflow: visible;
}
.imgGrid .button::before
{
    border: 1Px solid var(--black);
    border-radius: 50%;
    box-sizing: border-box;
    background-color: var(--white);
    background-image: url(../images/icons/arrowMore.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    transition: all 0.4s;
}
.imgGrid .button:hover::before
{
    transform: rotate(-30deg);
    border-color: var(--primary-color);
}
.imgGrid .button::after
{
    background: var(--white);
    z-index: -2;
    transform: scale(1.4);
    border-radius: 50%;
    left: 0px;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

.imgGrid>.quaternarythumb
{
    grid-column: span 3;
}
/*------------------- POINTS ---------------------*/
.pointsWrap
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    z-index: 3;
    pointer-events: none;
}
.points
{
    position: absolute;
    cursor: pointer;
    pointer-events: all;
    z-index: 1;
    --size: 30px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    transition: all 0.4s;
    pointer-events: all;
}
.points::after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    --size: 100%;
    width: var(--size);
    height: var(--size);
    background: var(--white);
    animation: opaBorder 4s forwards infinite;
    border-radius: 50%;
}
.points::before
{
    --size: 40%;
    width: var(--size);
    height: var(--size);
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    border-radius: 50%;
    background: var(--primary-color);
    box-sizing: initial;
    cursor: pointer;
    z-index: 1;
}
@keyframes opaBorder {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.7;
    }
  }
.point1
{
    top: 63%;
    left: 30%;
    transform:translate(-50%,-50%);
}
.point2
{
    top: 40%;
    right: 16%;
    transform:translate(-50%,-50%);
    animation-delay: 2s;
}
.point3
{
    top: 36%;
    left: 55%;
    transform:translate(-50%,-50%);
    animation-delay: 2s;
}
.point4
{
    top: 70%;
    left: 65%;
    transform:translate(-50%,-50%);
    animation-delay: 2s;
}
.points p
{
    background: var(--white);
    display: inline-flex;
    white-space: nowrap;
    margin-top: 20px;
    margin-left: 10px;
    padding: 5px 20Px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: var(--font-title);
    color: var(--black);
    transition: all 0.5s;
    opacity: 0;
}
.points:hover>p
{
    opacity: 1;
}

/*------------------- NTHWORDS ---------------------*/
.nthwords
{
    display: inline-flex;
}
.nthwords:not(.nthword1,.nthword16)::after
{
    top: initial;
    bottom: 0;
    height: 30%;
    background: var(--light-color);
    z-index: -1;
}
.nthword1
{
    font-family: var(--font-alt);
    font-size: 1.2em;
    color: var(--primary-color);
}
.nthword16
{
    font-family: var(--font-bold);
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 20px;
    color: var(--primary-color);
}
.nthword16::after
{
    --size: 11px;
    width: var(--size);
    height: var(--size);
    background: var(--primary-color);
    border-radius: 50%;
    top: 50%;
    transform:translateY(-50%);
    left: initial;
    right: 0;
}

/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome {
    padding: 50px 20px;
}

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

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


/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#prestations
{
    padding: 20px;
    padding-top: 100Px;
}
#prestations::before
{
    background-image: url(../images/home-bg1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#prestations::before,#prestations>.overlay
{
    height: 50%;
    top: initial;
    bottom: 200Px;
    clip-path: polygon(0 15%, 45% 15%, 48% 0, 100% 0, 100% 100%, 83% 100%, 80% 90%, 55% 90%, 52% 100%, 0 100%);
}
#prestations .overlay
{
    opacity: 0.75;
}
#prestations>.overlay
{
    z-index: -1;
    opacity: 1;
}
#prestations .blocthumb *
{
    height: 100%;
    width: 100%;
    display: inline-block;
    line-height: 0;
}
.template-parent-page-php #content
{
    padding-bottom: 0;
}
.template-parent-page-php #prestations
{
    padding-top: 0;
    padding-bottom: 150px;
}
#prestations .bloc_metiers
{
    position: relative;
    overflow: hidden;
    /* border-radius: 3px; */
}
#prestations .bloc_metiers .blocthumb
{
    height: 70vh;
    min-height: 500px;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
#prestations .bloc_metiers .blocthumb img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s;
    position: relative;
    z-index: -1;
}
#prestations .bloc_metiers:hover .blocthumb img
{
    transform: rotate(10deg) scale(1.3);
    filter: blur(3px);
}
#prestations .element_content
{
    position: absolute;
    top: 0%;
    left: 50%;
    transform:translateX(-50%);
    min-width: 70%;
    z-index: 2;
}
#prestations .element_content>h2
{
    font-size: 1.25em;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
}
#prestations .element_content>*:not(h2)
{
    margin: 0 0 6px;
    padding: 8px 10px;
    background: #ffffff2e;
    border-radius: 30px;
    color: var(--white);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
    opacity: 0;
    line-height: 1.2;
    font-size: 14px;
}
#prestations .bloc_metiers:hover .element_content>*:not(h2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
#prestations .element_content>*:nth-of-type(1) {transition-delay: .05s;}
#prestations .element_content>*:nth-of-type(2) {transition-delay: .10s;}
#prestations .element_content>*:nth-of-type(3) {transition-delay: .15s;}
#prestations .element_content>*:nth-of-type(4) {transition-delay: .20s;}
#prestations .element_content>*:nth-of-type(5) {transition-delay: .25s;}
#prestations .element_content>*:nth-of-type(6) {transition-delay: .30s;}
#prestations .element_content>*:nth-of-type(7) {transition-delay: .35s;}
#prestations .element_content>*:nth-of-type(8) {transition-delay: .40s;}
#prestations .element_content>*:nth-of-type(9) {transition-delay: .45s;}
#prestations .element_content>*:nth-of-type(10) {transition-delay: .50s;}

#prestations .gotolink a
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    font-size: 0;
}
#prestations .bloc_metiers .element_content a
{
    color: var(--white);
}
/*-----------------*/
/* 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%;
    --size: 200px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    left: -25px;
    position: relative;
}


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

/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections .section_thumb {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 30px;
    z-index: 10;
}

.sectionsbloc.odd .section_thumb {
    order: 0;
}

.sectionsbloc.even .section_thumb {
    order: 2;
}
#sections .sectionsbloc .blocthumb
{
    overflow: hidden;
}

#sections .section_txt {
    width: 45%;
}

#sections .sectionsbloc .section_thumb .specialthumb {
    overflow: hidden
}

#sections .sectionsbloc.odd a:not([class*="button"]):hover,
#sections .sectionsbloc.odd a:not([class*="button"]):hover strong {
  color: var(--white);
}


/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances {
    background: var(--light-color);
}

.picto-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    z-index: 2;
    --borderColor: #00000066;
}

.picto-container li {
    text-align: left;
    align-items: flex-start;
    border: solid 1px var(--borderColor);
    margin: 0;
    padding: 60px 30px;
    position: relative;
    border-top: none;
    border-bottom: 0;
}

.picto-container span:before,
.picto-container span:after {
    height: 1px;
    background: var(--borderColor);
}

.picto-container span:before {
    width: 31px;
}

.picto-container span:after {
    right: 0;
    left: auto;
    width: calc(100% - 105px);
}

.picto-container li:first-child {
    border-right-width: 0.5px;
    border-bottom-width: 0.5px;
}

.picto-container li:nth-child(2) {
    border-left-width: 0.5px;
}

.picto-container li:nth-child(3) {
    border-top-width: 0.5px;
    border-right-width: 0.5px;
    border-bottom: solid 1px var(--borderColor);
}

.picto-container li:nth-child(4) {
    border-top-width: 0.5px;
    border-left-width: 0.5px;
    border-bottom: solid 1px var(--borderColor);
}

.picto-container li p strong {
    display: block;
    font-family: var(--font-title);
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--white);
}

.picto-container li p {
    margin: 0;
    font-size: 16px;
    color: var(--title-color);
    line-height: 1.6;
}

.picto-container li svg,
.picto-container li img {
    position: absolute;
    top: -40px;
    padding: 20px;
}

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

.widget_element {
    margin: 0 !important;
}

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

.widget_element li:before {
    content: none !important;
}

.widget_certifications a {
    position: relative;
    background: none !important;
    border: none !important;
}

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

.widget_certifications img {
    height: auto;
    max-height: 60px;
}

.widget_certifications .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_certifications .gotolink a {
    opacity: 0;
    visibility: hidden;
    color: var(--title-color) !important;
    font-size: 12px;
    text-transform: uppercase;
    transform: translateY(16px);
    transition: all .25s cubic-bezier(.3, .3, 0, .8);
    font-family: var(--font-bold);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget_certifications li:hover .gotolink {
    background-color: var(--white);
}

.widget_certifications li:hover .gotolink a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

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

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

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



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

.wrapperContact {
    padding: 0;
    background: var(--white);
    box-shadow: 0px 0px 30px #1a1a2612;
    width: auto;
}

#wrapperForm {
    padding: 50px;
}

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

.imgContact {
    background: url(../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgContact_content {
    padding: 50px 30px;
}

.imgContact_content img {
    width: 260px;
    margin-bottom: 30px;
}

.imgContact_content .title {
    margin-bottom: 40px;
}

#footerLinks {
    padding: 20px;
    /* margin: 0 auto 50px; */
    border-top: 1px solid rgb(0 0 0 / 10%);
}

#footer #footerbloc {
    padding: 40px 15px;
}

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

#logoCoordonneesFooter img
{
    height: 120px;
}
