/*-----------------*/
/* 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:1245.342041015625px;stroke-dasharray:1245.342041015625px}100%{stroke-dashoffset:0;stroke-dasharray:1245.342041015625px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(39,80,130)}}.svg-elem-1{animation:animate-svg-stroke-1 0.5s cubic-bezier(0.47,0,0.745,0.715) 0s both,animate-svg-fill-1 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.5s both}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:802.2428588867188px;stroke-dasharray:802.2428588867188px}100%{stroke-dashoffset:0;stroke-dasharray:802.2428588867188px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(39,80,130)}}.svg-elem-2{animation:animate-svg-stroke-2 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.05s both,animate-svg-fill-2 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.55s both}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:847.1849365234375px;stroke-dasharray:847.1849365234375px}100%{stroke-dashoffset:0;stroke-dasharray:847.1849365234375px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(39,80,130)}}.svg-elem-3{animation:animate-svg-stroke-3 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.1s both,animate-svg-fill-3 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.6s both}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:665.4048461914062px;stroke-dasharray:665.4048461914062px}100%{stroke-dashoffset:0;stroke-dasharray:665.4048461914062px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(39,80,130)}}.svg-elem-4{animation:animate-svg-stroke-4 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.15000000000000002s both,animate-svg-fill-4 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.65s both}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:187.40554809570312px;stroke-dasharray:187.40554809570312px}100%{stroke-dashoffset:0;stroke-dasharray:187.40554809570312px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(39,80,130)}}.svg-elem-5{animation:animate-svg-stroke-5 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.2s both,animate-svg-fill-5 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.7s both}@keyframes animate-svg-stroke-6{0%{stroke-dashoffset:434.8518371582031px;stroke-dasharray:434.8518371582031px}100%{stroke-dashoffset:0;stroke-dasharray:434.8518371582031px}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(39,80,130)}}.svg-elem-6{animation:animate-svg-stroke-6 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.25s both,animate-svg-fill-6 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.75s both}@keyframes animate-svg-stroke-7{0%{stroke-dashoffset:427.8428039550781px;stroke-dasharray:427.8428039550781px}100%{stroke-dashoffset:0;stroke-dasharray:427.8428039550781px}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(39,80,130)}}.svg-elem-7{animation:animate-svg-stroke-7 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.30000000000000004s both,animate-svg-fill-7 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.8s both}@keyframes animate-svg-stroke-8{0%{stroke-dashoffset:535.4197998046875px;stroke-dasharray:535.4197998046875px}100%{stroke-dashoffset:0;stroke-dasharray:535.4197998046875px}}@keyframes animate-svg-fill-8{0%{fill:transparent}100%{fill:rgb(39,80,130)}}.svg-elem-8{animation:animate-svg-stroke-8 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.35000000000000003s both,animate-svg-fill-8 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.8500000000000001s both}@keyframes animate-svg-stroke-9{0%{stroke-dashoffset:390.7076416015625px;stroke-dasharray:390.7076416015625px}100%{stroke-dashoffset:0;stroke-dasharray:390.7076416015625px}}@keyframes animate-svg-fill-9{0%{fill:transparent}100%{fill:rgb(38,152,213)}}.svg-elem-9{animation:animate-svg-stroke-9 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.4s both,animate-svg-fill-9 0.5s 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
{
    height: 100%;
    width: 100%;
}
.white blockquote p
{
    color: var(--white);
}

.wrappercontent.extralarge
{
    max-width: 1600px;
}
#wrappersite {
    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);
}
/*-----------------*/
/* SHAPE */
/*-----------------*/
.shape {
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    pointer-events: none;
    z-index: 2
}

.shape::before,.shape::after {
    content: "";
    position: absolute;
    left: 0;
    top: initial;
    width: 100%;
    z-index: 1;
    bottom: -1px;
    height: 150px;
    background: var(--background-color)
}

.shape::before {
    clip-path: polygon(100% 100%,100% 100%,50% 0,0 100%,0 100%)
}

.shape::after {
    background: var(--primary-color);
    z-index: 0;
    bottom: 0;
    clip-path: polygon(50% 100%,100% 0,100% 100%,0 100%,0 0)
}

/*-----------------*/
/* HEADER */
/*-----------------*/
#header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink.lvl-1
{
    font-family: var(--font-text);
}
.navigtoogle:not(.social,.navigtoogleLogo) 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,.navigtoogleLogo).active .naviglink.lvl-0 span:before, .navigtoogle:not(.social,.navigtoogleLogo) .naviglink.lvl-0:hover span:before {
    opacity: 1;
    transform: scale(1.2)
}

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

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

#navsecondary
{
    border-bottom: 1Px solid #ffffff70;
    /* background: var(--black); */
}
#header .left
{
    gap: 10px;
}
#logoCoordonnees img
{
    max-height: 100px;
}
/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome
{
    display: grid;
}
#headerHome .overlay
{
    background: linear-gradient(to bottom,var(--black),#00000040);
}
#headerHome>.wrappercontent
{
  pointer-events: none;
  z-index: 2;
}   
#headerHome #prestations
{
  pointer-events: all;
}
#headerHome-title {
    color: var(--primary-color);
    padding: 3Px 5Px;
    display: inline-grid;
    margin-bottom: 20px;
}
#headerHome-content .title small
{
    text-transform: uppercase;
    font-family: var(--font-title);
    font-size: 16px;
}
#headerHome-wrap
{
    max-width: 730Px;
    margin: 0 auto;
    width: 100%;
}
#headerHome-content
{
    /* padding: 100px 30px; */
    /* z-index: 4; */
}


/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.linkTurn {
    --size: 12rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 18px;
    font-family: var(--font-title);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    word-spacing: 0.75em;
    text-decoration: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: initial;
    bottom: -50px;
    z-index: 1;
}
.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--white);
    stroke: var(--white);
    background: var(--secondary-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__svg{background-color: var(--primary-color);}
.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;}
.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;
}



/*-----------------*/
/* 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;
}
figure.wp-block-gallery.has-nested-images
{
    margin-bottom: 30px!important;
}
.nohome #intro-content .wp-block-media-text
{
    margin-bottom: 0;
}
/*-----------------*/
/* CTA */
/*-----------------*/


/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.nohome .wrapperPresta
{
  background: var(--black);
  padding: 20px 20Px;
}
.template-parent-page-php .title
{
    margin-bottom: 0;
}
.template-parent-page-php #content
{
    /* padding-bottom: 0; */
}
.template-parent-page-php #prestations
{
    padding-top: 0;
}

.home #prestations
{
    padding: 50px 30px;
}
#prestations
{
    overflow: hidden;
}
#prestations .hover-effect canvas
{
    opacity: 0;
    transition: all 0.5s;
}
#prestations::after {
    background: url(../images/curveWhite.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    top: 1px;
    width: 101%;
    z-index: 1;
}
  
#prestations canvas
{
    z-index: -2;
}
#prestations>.overlay
{
    z-index: -1;
}
#prestations .prestations-img
{
    display: none;
}
.prestations-wrapper
{
    border: 1px solid #ffffff21;
    background: #ffffff14;
    padding: 20px;
    /* overflow: hidden; */
    min-height: 250px;
    height: 100%;
    position: relative;
}
.prestations-wrapper::before
{
    background: var(--black);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    top: 100%;
    transition: all 0.4s;
    opacity: 0.5;
    box-sizing: border-box;
}
.prestations-wrapper:hover::before
{
    top: 0;
}
.swiperPresta
{
    padding: 100px 0;
}
#prestations .fashion-slider-button
{
    top: calc(100% - 80px);
}
.bloc_prestations
{
    height: 100%;
}
.indexPresta
{
    font-size: 1.5em;
    line-height: 1;
    font-family: var(--font-alt);
    color: var(--white);
    position: absolute;
    top: -14px;
    left: 20px;
}
/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
.listedarticle,
.listedarticle .wrapper_inner_slider {
    height: 100%;
}




  

/*-----------------*/
/* SECTIONS */
/*-----------------*/

/*-----------------*/
/* REASSURANCES */
/*-----------------*/


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

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

/*-----------------*/
/* FAQ */
/*-----------------*/

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

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



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