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

@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:4554px;stroke-dasharray:4554px}100%{stroke-dashoffset:0;stroke-dasharray:4554px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(246,137,39)}}.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:782.1126098632812px;stroke-dasharray:782.1126098632812px}100%{stroke-dashoffset:0;stroke-dasharray:782.1126098632812px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(246,137,39)}}.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:335.2950439453125px;stroke-dasharray:335.2950439453125px}100%{stroke-dashoffset:0;stroke-dasharray:335.2950439453125px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(246,137,39)}}.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:623.6600341796875px;stroke-dasharray:623.6600341796875px}100%{stroke-dashoffset:0;stroke-dasharray:623.6600341796875px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(246,137,39)}}.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:3295.409912109375px;stroke-dasharray:3295.409912109375px}100%{stroke-dashoffset:0;stroke-dasharray:3295.409912109375px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(128,130,133)}}.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}@keyframes animate-svg-stroke-6{0%{stroke-dashoffset:931.5504760742188px;stroke-dasharray:931.5504760742188px}100%{stroke-dashoffset:0;stroke-dasharray:931.5504760742188px}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(128,130,133)}}.svg-elem-6{animation:animate-svg-stroke-6 1s cubic-bezier(0.47,0,0.745,0.715) 0.6s both,animate-svg-fill-6 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.3s both}@keyframes animate-svg-stroke-7{0%{stroke-dashoffset:1551.2037353515625px;stroke-dasharray:1551.2037353515625px}100%{stroke-dashoffset:0;stroke-dasharray:1551.2037353515625px}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(204,114,32)}}.svg-elem-7{animation:animate-svg-stroke-7 1s cubic-bezier(0.47,0,0.745,0.715) 0.72s both,animate-svg-fill-7 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.4000000000000001s 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);
}

.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: 0;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    background: var(--primary-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
}

#news .button::before,.contentButton .button::before
{
    display: none;
}
.contentButton .button
{
    border: none!important;
}
/*-----------------*/
/* LEAVES */
/*-----------------*/
.leaves {
    position: absolute;
    top: 0;
    left: 9;
    width: 100%;
    height: 100%;
    text-align: center;
    pointer-events: none;
    opacity: 0.75;
    --primary-color:var(--black);
    --secondary-color:var(--white);
}

#footer .leaves
{
    z-index: 100;
}

.leaves i {
    position: absolute;
    width: 37px;
    height: 30px;
    background: linear-gradient(to bottom right, var(--primary-color), var(--secondary-color));
    /* border-radius: 5% 40% 70%; */
     -webkit-mask: url(../images/leave.svg);
    mask: url(../images/leave.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    box-shadow: inset 0px 0px 1px #222;
    border: 1px solid #333;
    animation: falling 5s infinite ease-in-out;
}

.leaves i:nth-of-type(2n) { 
    animation-name: falling2; 
     -webkit-mask-image: url(../images/leave2.svg);
    mask-image: url(../images/leave2.svg);
}
.leaves i:nth-of-type(3n) { 
    animation-name: falling3; 
}

.leaves i:nth-of-type(2n+1) { 
    width: 25px; 
    height: 20px; 
}
.leaves i:nth-of-type(3n+2) { 
    width: 30px; 
    height: 23px; 
}

#wrappersite:not(.safari) .leaves i:nth-of-type(2n+2) { 
    background: linear-gradient(
        to bottom right, 
        color-mix(in hsl, var(--primary-color) 70%, var(--white)), 
        color-mix(in hsl, var(--secondary-color) 70%, var(--black))
    ); 
}
#wrappersite:not(.safari) .leaves i:nth-of-type(4n+1) { 
    background: linear-gradient(
        to bottom right, 
        color-mix(in hsl, var(--primary-color) 60%, var(--black)), 
        color-mix(in hsl, var(--secondary-color) 60%, var(--white))
    ); 
}

.leaves i:nth-of-type(3n+1) { opacity: 0.5; }
.leaves i:nth-of-type(3n+2) { opacity: 0.3; }
.leaves i:nth-of-type(n) { opacity: 0.7; }

.leaves i {
    animation-delay: calc(1s + (var(--i, 1) * 0.3s));
}

/* Animations */
@keyframes falling {
    0% {
        transform: translate3d(300px, 0, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(-350px, 700px, 0) rotate(90deg);
        opacity: 0;
    }
}

@keyframes falling2 {
    0% {
        transform: translate3d(0, 0, 0) rotate(90deg);
    }
    100% {
        transform: translate3d(-400px, 680px, 0) rotate(0deg);
        opacity: 0;
    }
}

@keyframes falling3 {
    0% {
        transform: translate3d(0, 0, 0) rotate(-20deg);
    }
    100% {
        transform: translate3d(-230px, 640px, 0) rotate(-70deg);
        opacity: 0;
    }
}
/*-----------------*/
/* HEADER */
/*-----------------*/

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

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

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.title>h1 small {
  font-size: 1.5em;
}
.home #content
{
  pointer-events: none;
}

.siteDE .nameContent
{
  opacity: 0;
}
.home #content>*
{
  pointer-events: all;
}
.textContent{
  z-index: 1;
  position: relative;
  padding: 30px;
  padding-top: 50Px;
}
.home .wp-block-buttons
{
  justify-content: center;
  margin-top: 50Px;
}
.imgContent
{
  position: relative;
  z-index: 2;
}
.imgContent .blocthumb
{ 
  text-align: center;
  margin-bottom: -100px;
}
.imgContent img
{
  width: 100%;
  max-width: 700Px;
  margin: 0 auto;
  height: 300Px;
}
.nameContent
{
  font-size: 5em;
  font-family: var(--font-alt);
  color: var(--secondary-color);
  position: relative;
  left: 0Px;
  top: 60px;
  z-index: 3;
}
.wrapContentHome
{
  z-index: 2;
}
.contentButton
{
  background: var(--secondary-color);
  width: 70%;
  margin-left: auto;
  line-height: 0;
  padding: 20Px;
  padding-left: 50px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.contentButton::after
{
  content:'';
  position: absolute;
  top: 0;
  left: -30px;
  width: 70px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-bottom: 1px solid var(--white);
}
.contentButton>a
{
  background: #fff0!important;
  color: var(--white)!important;
  font-family: var(--font-title);
  font-size: 1.5em;
}
.contentButton:hover
{
  background: var(--primary-color);
}
.home #content
{
  padding: 100px 0;
  padding-top: 0;
}

.home #content .tc_content .wp-block-media-text
{
    margin-bottom: 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;
}
#galleryHome .gallery {
    display: grid;
    width: 100%;
    transition: .6s;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    grid-auto-rows: 100px;
    position: relative;
    grid-gap: 2px;
}
#galleryHome .gallery .gallery-item {
    grid-column: span 1;
    position: relative;
    width: 100%!important
}
/*-----------------*/
/* CTA */
/*-----------------*/

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

/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
.btnLine {
    background: none!important;
    padding: 0!important;
    line-height: 1.6;
    color: var(--title-color)!important;
    letter-spacing: 1px;
}
.btnLine:after{content: none;}

.btnLine::after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--title-color);
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.btnLine:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left
}
.design-link {
    display: inline-flex;
    align-items: center;
    padding: 0;
    padding-left: 52px;
    text-transform: uppercase;
    font-family: var(--font-bold);
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    color: var(--title-color)
}

.design-link:before,.design-link:after {
    content: '';
    position: absolute;
    width: 46px;
    background: var(--text-color);
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s linear 0s
}

.design-link.white {color: var(--white)}

.design-link.white:before,
.design-link.white:after {background: var(--white)}

.design-link span:before {
    content: "";
    --size: 6px;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    margin: 0;
    margin-right: 6px;
    order: -1;
    background: var(--primary-color);
    z-index: 1;
    position: relative;
    vertical-align: middle;
    top: -1px;
    border-radius: 100%
}

.design-link:after {
    width: 0;
    left: unset;
    right: 0
}

.design-link:hover {
    padding-left: 0;
    padding-right: 52px;
    color: var(--primary-color)
}

.design-link:hover:before {width: 0}
.design-link:hover:after {width: 46px}

.title_link_slider {
    background-size: 100% 96%;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    background-image: linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    background-image: -ms-linear-gradient(transparent 95%,currentColor 2px);
    -webkit-transition: .6s cubic-bezier(.215,.61,.355,1);
    -o-transition: .6s cubic-bezier(.215,.61,.355,1);
    transition: .6s cubic-bezier(.215,.61,.355,1);
    background-size: 0 96%;
    display: inline;
}

.title_link_slider:hover {
    background-size: 100% 96%
}

#news-title{margin-bottom: 40px;border-bottom: solid 1px #dddddd;padding-bottom: 10px;}

#news .wrapper_inner_slider{background: none;}

#news .next_slider{margin-top: 0;}
.title_slider{font-size: 18px;font-family: var(--font-bold);}
#news .content_slider{padding: 20px 0;}
/*-----------------*/
/* SECTIONS */
/*-----------------*/


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

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

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

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

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

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


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