/*-----------------*/
/* 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:2762.405517578125px;stroke-dasharray:2762.405517578125px}100%{stroke-dashoffset:0;stroke-dasharray:2762.405517578125px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(44,54,94)}}.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:1771.1798095703125px;stroke-dasharray:1771.1798095703125px}100%{stroke-dashoffset:0;stroke-dasharray:1771.1798095703125px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(205,73,28)}}.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}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:255.12545776367188px;stroke-dasharray:255.12545776367188px}100%{stroke-dashoffset:0;stroke-dasharray:255.12545776367188px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(205,73,28)}}.svg-elem-3{animation:animate-svg-stroke-3 1s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:118.10421752929688px;stroke-dasharray:118.10421752929688px}100%{stroke-dashoffset:0;stroke-dasharray:118.10421752929688px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(164,167,178)}}.svg-elem-4{animation:animate-svg-stroke-4 1s cubic-bezier(0.47,0,0.745,0.715) 0.36s both,animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s both}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:602.7252807617188px;stroke-dasharray:602.7252807617188px}100%{stroke-dashoffset:0;stroke-dasharray:602.7252807617188px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(164,167,178)}}.svg-elem-5{animation:animate-svg-stroke-5 1s cubic-bezier(0.47,0,0.745,0.715) 0.48s both,animate-svg-fill-5 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2000000000000002s both}

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a:not(.button)
{
    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: 20px;
}
/*-----------------*/
/* HEADER */
/*-----------------*/

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.fixed-header .navigtoogleLogo
{
    display: none;
}
.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,.lang) .naviglink.lvl-0:hover {
    transform: scale(.8333);
    color: var(--primary-color)
}

.navigmenu .naviglink.lvl-1 {
    font-family: var(--font-text)
}
.social:not(.no-icon)
{
    padding: 0;
}
.social:not(.no-icon):before
{
    display: none;
}
/*-----------------*/
/* INFOS */
/*-----------------*/
#infos
{
    padding: 20px;
}
#infos::before
{
    background: var(--secondary-color);
}
#infos .white :is(.adresse span, .portable span, .horaires span, .fixe span, .mail span, .social:not(.navigtoogle) span, .horaires.nomodal .titlehoraires,.socialSmall small)
{
    color: var(--white);
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.social:not(.no-icon)
{
    padding: 0;
}
.social:not(.no-icon):before
{
    display: none;
}
.navbloctitle
{
    display: none;
}
/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome .imageDiapo,#bannerImg
{
     -webkit-mask: url(../images/bottomCurveFull.svg);
    mask: url(../images/bottomCurveFull.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: bottom center;
    -webkit-mask-position: bottom center;
}
.shapeWrap
{
    --size: 80%;
    width: var(--size);
    height: var(--size);
    --maxsize: 400px;
    max-width: var(--maxsize);
    max-height: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0.5;
}
.shapeWrap::before
{
    border: 4px double var(--white);
    --size: 100%;
    width: var(--size);
    height: var(--size);
    box-sizing: border-box;
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 15%, 100% 15%, 100% 85%, 0 85%, 0 100%, 100% 100%, 100% 0%);
}
.shape
{
    --size: 100%;
    width: var(--size);
    height: var(--size);
}
.shape.inverse
{
    transform: scale(-1);
}
.shape::before,.shape::after
{
    --size: 15px;
    width: var(--size);
    height: var(--size);
    border: 1px solid var(--white);
    box-sizing: border-box;
    z-index: 1;
    top: 0;
    left: calc(var(--size)/2 * -1);
}
.shape::before
{
    top: calc(var(--size)/2 - 15px);
    left: calc((var(--size) + 10px) * -1);
}
.shape::after
{
    top: calc((var(--size) + 10px) * -1);
    left: calc(var(--size)/2 - 15px);
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.home #content .wp-block-image img
{
    height: 40px;
    object-fit: contain;
}

/*-----------------*/
/* 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;
}
.containGallery img
{
    object-fit: contain!important;
}
.nohome figure.wp-block-gallery.has-nested-images
{
    margin: 30px 0!important;
}
/*-----------------*/
/* CTA */
/*-----------------*/
#cta
{
    overflow: hidden;
}
#cta::before
{
    background-image: url(../images/home-bg1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#cta .overlay
{
    z-index: -1;
}
#cta .wrappercontent
{
    max-width: 600px;
}
/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.template-parent-page-php #prestations
{
    margin-bottom: 100Px;
}
.template-parent-page-php #content
{
    padding-bottom: 30Px;
}
.nohome #prestations {
    padding: 0;
}
.home #prestations
{
    padding-top: 0;
    z-index: 2;
    margin-bottom: -2Px;
}

#prestations .widget_parentpage {
    counter-reset: prestation;
}

#prestations .prestations-img {
    height: 100%;
}

#prestations .prestations-wrapper {
    height: 300px;
    overflow: hidden;
}

#prestations .prestations-content {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 30px 20px;
    /* background: rgba(0, 0, 0, 0.2); */
    pointer-events: none;
}

#prestations .prestations-title {
    background: var(--overlay-color);
    padding: 20px;
    transition: 300ms all ease-in-out;
    text-align: center;
}

#prestations .prestations-title:before {
    content: "0"counter(prestation);
    counter-increment: prestation;
    font-size: 12px;
    font-family: var(--font-bold);
    opacity: .8;
    margin-bottom: 4px;
    line-height: 1;
    position: relative;
    display: block;
    height: auto;
    color: var(--white);
}

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

#prestations .prestations-title:after {
    left: 50%;
    top: -25px;
    transform: translate(-1px, 0);
    border-left: 1px solid var(--light-color);
    height: 36px;
    width: 2px;
}

#prestations .prestations-txt .tc_excerpt {
    color: var(--white);
    opacity: 0;
    transform: translate3d(100px, 0, 0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.7, 1);
    transition-property: transform, opacity;
    display: block;
    margin: 30px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    display: none;
}

#prestations .prestations-txt .liresuite {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.7, 1);
    transition-property: transform, opacity;
    text-align: center;
    pointer-events: all;
}

#prestations .bloc_prestations:hover .prestations-txt .liresuite,
#prestations .bloc_prestations:hover .prestations-txt .tc_excerpt {
    transition-delay: 0s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

#prestations .blocthumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--black);
    height: 100%;
    width: 100%;
    transition: 250ms all ease-in-out;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.prestations-img
{
    overflow: hidden;
    position: relative;
}

#prestations .blocthumb img {
    transition: all 600ms ease-in-out;
}

#prestations .bloc_prestations:hover .blocthumb:before {
    opacity: 0.4;
}

#prestations .bloc_prestations:hover .blocthumb img {
    transform: scale(1.2);
}

#prestations .bloc_prestations:hover .prestations-title {
    background: var(--primary-color);
}

#prestations .bloc_prestations:hover .prestations-title h3 a,
#prestations .bloc_prestations:hover .prestations-title:before {
    color: var(--white);
}

.template-parent-page-php #content
{
    padding-bottom: 0;
}
.template-parent-page-php #prestations
{
    padding-top: 0;
}

/*-----------------*/
/* 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;
    padding-bottom: 200px;
    z-index: 1;
}
#news::before{
    background-image: url(../images/home-bg2.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 {
    /* background: var(--light-color); */
    height: 100%
}
/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections
{
    padding-bottom:20px;
}
#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);
}

.sectionsbloc.odd .tc_content ul:not(.no-bullet) li:before
{
    background: var(--secondary-color);
}

.sectionsbloc.even .tc_content>p:first-child
{
    font-family: var(--font-bold);
    color: var(--black);
}
/*-----------------*/
/* REASSURANCES */
/*-----------------*/

/*-----------------*/
/* 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 svg {
    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 */
/*-----------------*/
.imageFooter
{
    background: url(../images/home-bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: 300px;
}
#footerbloc::before
{
    background: var(--black);
}
#footerMap
{
    line-height: 0;
}
#footerMap>a
{
    width: 100%;
}
#footer .title
{
    margin-bottom: 30px!important;
}
.coord {
    gap: 15px 10px;
}
.sociblock .share-buttons span
{
    color: var(--white);
    padding: 0 10px;
}
.sociblock .share-buttons span:hover
{
    color: var(--primary-color);
}

.wrapBas
{
    padding: 50px 0;
    gap: 30px;
}
.linkBas
{
    padding: 20px 20px 0;
}
.linkBas,.wrapBas
{
    border-top: 1Px solid #ffffff26;
}

.copyright
{
    color: var(--white);
}

#footer .marque-alsace
{
    margin-right: 12Px;
}
