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

@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:1266.726318359375px;stroke-dasharray:1266.726318359375px}100%{stroke-dashoffset:0;stroke-dasharray:1266.726318359375px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(255,62,25)}}.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:3400.407958984375px;stroke-dasharray:3400.407958984375px}100%{stroke-dashoffset:0;stroke-dasharray:3400.407958984375px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(255,62,25)}}.svg-elem-2{animation:animate-svg-stroke-2 1s cubic-bezier(0.47,0,0.745,0.715) 0.3s 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:3872.582275390625px;stroke-dasharray:3872.582275390625px}100%{stroke-dashoffset:0;stroke-dasharray:3872.582275390625px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(69,77,78)}}.svg-elem-3{animation:animate-svg-stroke-3 1s cubic-bezier(0.47,0,0.745,0.715) 0.6s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both}

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

.linkTurn {
    --size: 10rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 18px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 0.25em;
    word-spacing: 1em;
    text-decoration: none;
    -webkit-font-smoothing: auto;
    font-weight: bold;
    position: absolute;
    top: 55%;
    left: 0;
}
.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--white);
    stroke: var(--white);
    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);
    background: var(--primary-color);
}
.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);
}
/*-----------------*/
/* HEADER */
/*-----------------*/

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

/*-----------------*/
/* HEADERHOME */
/*-----------------*/

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
#content .wp-block-gallery{
	position: relative;
	z-index: 1;
}
#content .uagb-timeline__day-new{
	background: var(--primary-color);
	color: var(--white);
}
#content .uagb-timeline__date-new{
    font-family: var(--font-title);
}
#content .uagb-timeline__day-new .uagb-timeline__heading{
    color: var(--white);
    font-size: 20px;
}
#content .uagb-timeline-desc-content{
    font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
}
#content .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left-color: var(--primary-color);}
#content .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right-color: var(--primary-color);}

.wp-block-heading.has-text-align-center 
{
    text-align: left;
}

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

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

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.template-parent-page-php #content
{
    padding-bottom: 0;
}
.template-parent-page-php #prestations
{
    padding-top: 0;
}
#prestations::before
{
    background: var(--black);
}
#prestations::after
{
    content: "";
  --size: 100%;
  --dot-color: #ffffff30;
  --dot-size: 2px;
  --dot-gap: 18px;
  background-image: radial-gradient(var(--dot-size)var(--dot-size)at 0 0,var(--dot-color)50%,transparent 51%);
  background-size: var(--dot-gap)var(--dot-gap);
  height: var(--size);
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: var(--size);
}
/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
.the-arrow {
    width: 64px;
    transition: all .2s
}

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

.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
}

.animated-arrow {
    display: inline-block;
    color: var(--white);
    font-size: 12px;
    position: relative;
    transition: all .2s;
    letter-spacing: 2px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    padding: 18px 0 18px 0;
}

#news {
    padding: 120px 30px;
    z-index: 1;
}
#news::before{
    background-image: url(../images/home-bg4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

#news .wrapper_inner_slider {
    height: auto;
    background: none;
}

#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 .next_slider {
    margin-top: 10px;
}

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

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

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

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


/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections::after
{
    z-index: -1;
}
#choixSections {
    counter-reset: sections;
    display: flex;
    justify-content: center;
    position: relative;
    width: 95%;
}

#choixSections:before {
    width: 90%;
    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-title);
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
    color: var(--title-color);
    background: var(--background-color);
    padding: 2px 30px;
    clip-path: polygon(1% 5%, 99% 0%, 94% 100%, 4% 96%);
}

#choixSections .linkSections {
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
    transition: 250ms all ease-in-out;
    text-align: center
}

#choixSections .linkSections.active p {
    background: var(--primary-color);
    color: var(--white);
}

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

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

.sectionsbloc .wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question
{
    color: var(--white);
}
.sectionsbloc .uagb-block-003c2754 .uagb-icon svg
{
    fill: var(--white);
}


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

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

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

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

#metiers .gotolink a
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    font-size: 0;
}
#metiers .bloc_metiers .element_content a
{
    color: var(--white);
}
/*-----------------*/
/* AGENCES */
/*-----------------*/

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


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