/*-----------------*/
/* 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:1239.712646484375px;stroke-dasharray:1239.712646484375px}100%{stroke-dashoffset:0;stroke-dasharray:1239.712646484375px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(44,46,53)}}.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:1132.8189697265625px;stroke-dasharray:1132.8189697265625px}100%{stroke-dashoffset:0;stroke-dasharray:1132.8189697265625px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(44,46,53)}}.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:1982.2647705078125px;stroke-dasharray:1982.2647705078125px}100%{stroke-dashoffset:0;stroke-dasharray:1982.2647705078125px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(44,46,53)}}.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:1371.8951416015625px;stroke-dasharray:1371.8951416015625px}100%{stroke-dashoffset:0;stroke-dasharray:1371.8951416015625px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(44,46,53)}}.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:960.3116455078125px;stroke-dasharray:960.3116455078125px}100%{stroke-dashoffset:0;stroke-dasharray:960.3116455078125px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(44,46,53)}}.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 */
/*-----------------*/
.home #wrappersite
{
    overflow: hidden;
}
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
/*------------------- BUTTON ---------------------*/
.underbutton > *, .button:not(.cf_submit), .tc_content .wp-block-button__link, .wp-block-file__button, #content .eb-popup-container .eb-popup-button a.eb-popup-button-anchor, #content .eb-cia-button-wrapper > a, #content .eb-pricing-button, #content .eb-flipbox-button-link, #content .slide__action {
    background: #fff0!important;
    color: var(--black);
}

.underbutton > *:hover, .button:not(.cf_submit):hover, .tc_content .wp-block-button__link:hover, .wp-block-file__button:hover, #content .eb-popup-container .eb-popup-button a.eb-popup-button-anchor:hover, #content .eb-cia-button-wrapper > a:hover, #content .eb-pricing-button:hover, #content .eb-flipbox-button-link:hover, #content .slide__action:hover {
    color: var(--white)
}
#prestations :is(.underbutton > *, .button:not(.cf_submit), .tc_content .wp-block-button__link, .wp-block-file__button, #content .eb-popup-container .eb-popup-button a.eb-popup-button-anchor, #content .eb-cia-button-wrapper > a, #content .eb-pricing-button, #content .eb-flipbox-button-link, #content .slide__action)
{
    color: var(--white);
}
.underbutton > *::before, .button:not(.cf_submit)::before, .tc_content .wp-block-button__link::before, .wp-block-file__button::before, #content .eb-popup-container .eb-popup-button a.eb-popup-button-anchor::before, #content .eb-cia-button-wrapper > a::before, #content .eb-pricing-button::before, #content .eb-flipbox-button-link::before, #content .slide__action::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    background: linear-gradient(to bottom right, var(--primary-color), var(--secondary-color));
    transition: all .4s;
    border-radius: 30px
}

.underbutton>*:hover::before,.button:hover::before,.tc_content .wp-block-button__link:hover::before,.wp-block-file__button:hover::before,#content .eb-popup-container .eb-popup-button a.eb-popup-button-anchor:hover::before,#content .eb-cia-button-wrapper>a:hover::before,#content .eb-pricing-button:hover::before,#content .eb-flipbox-button-link:hover::before,#content .slide__action:hover::before {
    width: calc(100% + 0px)
}

.white .button:not(.cf_submit),.wp-block-cover .wp-block-button__link {
    color: var(--white);
    border: 1px solid var(--primary-color);
    border-radius: 50px !important;
    padding: 13px 30px;
}
/*-----------------*/
/* SEPARATOR */
/*-----------------*/
.separator,.section-separator 
{
    position: absolute;
    top: 2px;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    pointer-events: none;
    z-index: 2;
}
.separator:nth-child(2)
{
    transform: scale(-1);
    top: -1Px;
}
.section-separator {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 5;
}

.section-separator svg {
    position: absolute;
    z-index: 50;
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px
}

.section-separator.reflect svg {transform: rotateY(180deg)}

.section-separator:not(.bottom) svg {
    transform: rotateX(180deg) rotateY(180deg);
    top: -1px;
}
/*------------------- &&& ---------------------*/

.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: linear-gradient(to bottom right, var(--primary-color), var(--secondary-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 */
/*-----------------*/
#header {
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

#logoCoordonnees {
    margin: -13px 40px;
    text-align: center;
}

#header.fixed-header .navigmenu .naviglink.lvl-0
{
    padding: 20px 14px;
}

#header-coordonnees
{
    padding: 15px;
    gap: 10px;
}


#logoCoordonnees img
{
    height: 100%;
    width: 100%;
}

#infotelportButton,#infotelfixeButton,.buttonHead a {
    background-color: var(--primary-color);
    padding: 6px 20px 6px 40px;
    border-radius: 50px!important;
    transition: 250ms all ease-in-out;
    display: inline-block;
    margin-left: auto;
    margin-bottom: -15px
}

.buttonHead a {
    line-height: 1.5;
    overflow: hidden;
    font-family: var(--font-text);
    font-size: 14px;
    text-transform: initial
}

.buttonHead a::before {
    --size: 15px;
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: var(--size);
    height: var(--size);
    background-image: url(../images/icons/mail-white.svg)
}

#infotelportButton span,#infotelfixeButton span {
    display: none
}

#infotelportButton:hover,#infotelfixeButton:hover {
    background-color: var(--secondary-color)
}

#infotelportButton a,#infotelfixeButton a {
    color: var(--white)
}

#infotelportButton:before,#infotelfixeButton:before {
    background-image: url(../images/icons/mobile-white.svg);
    left: 15px
}

#infotelfixeButton:before {
    background-image: url(../images/icons/phone-white.svg)
}

.infohoraires_other{
    color: var(--primary-color);
    font-size: 1.2em;
}
[lang=de] .detailhoraires
{
    font-size: 13px;
}

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/

.navigtoogle:not(.social,.logo) span:before, .urgence 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, #navprimary .urgence span::before {
    opacity: 1;
    transform: scale(1.2)
}

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

.navigmenu .naviglink.lvl-1, #navprimary .urgence span::before {
    font-family: var(--font-text)
}

#navprimary .urgence span
{
    --red:#f00;
    color: var(--red);
}

#navprimary .urgence span::before
{
    border-color: var(--red);
}
.infohoraires_ouverture,.infohoraires_ouverture h2
{
    margin:0;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-title {
    font-family: var(--font-title);
    font-size: 2.3em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
}
#headerHome-title > span{color: var(--primary-color);}
#headerHome-title .typewrite{
	font-family: var(--font-bold);
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#headerHome-accroche{
    font-family: var(--font-alt);
}
#headerHome-wrapper{
	height: 100%;
	padding: 0 20px;
	/* overflow: hidden; */
}
#headerHome-diapo{
	 background: var(--black);
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
}

#headerHome-content{
	height: auto;
	padding: 15vh 9% 15vh 18%;
}
.headerHome-img{z-index: 2;}

.PQP-widget
{
    margin-bottom: 20px;
}
#headerHome-wrapper::before
{
    background-image: url(../images/fire.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    opacity: 0.3;
}

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
#content .wp-block-gallery
{
    margin-bottom: 20px!important;
}
.wp-block-image .aligncenter
{
    margin: initial!important;
    margin-bottom: 20px!important;
}
/*------------------- &&& ---------------------*/

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


/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news::before
{
    background-image: url(../images/home-bg4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#news .text_slider
{
    color: var(--white);
}
#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 #e8e8e830;
}

#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%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

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

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

/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections
{
    overflow: hidden;
}

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

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

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

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

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

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


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