/***/
/*-----------------*/
/* 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:1280.4320068359375px;stroke-dasharray:1280.4320068359375px}100%{stroke-dashoffset:0;stroke-dasharray:1280.4320068359375px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(58,188,71)}}.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:839.0300903320312px;stroke-dasharray:839.0300903320312px}100%{stroke-dashoffset:0;stroke-dasharray:839.0300903320312px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(81,81,81)}}.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}
/*-----------------*/
/* 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);
}
/*-----------------*/
/* FAQ */
/*-----------------*/
.uagb-faq-icon-wrap svg 
{
    --size: 14px;
    width: var(--size);
    height: var(--size);
}
.uagb-faq-content
{
    overflow: hidden;
}
.active .uagb-faq-content
{
    height: 100%;
}
.uagb-faq-icon-wrap
{
    position: absolute;
    right: 0;
    top: 0;
}
.uagb-faq-item
{
    padding: 0 25px;
}
.uagb-faq-item.active .uagb-icon,
.uagb-faq-item:not(.active) .uagb-icon-active
{
    display: none;
}
/*-----------------*/
/* LINK */
/*-----------------*/
.link__svgMore {
   fill: var(--black);
   stroke: var(--black);
}

.link__arrowMore {
   transform-origin: 50% 50%;
   transition: transform .15s cubic-bezier(.32,0,.67,0)
}

.link__arrowMore {
   stroke-width: .075em;
   position: relative;
   transform-origin: center;
   transform: rotate(90deg) scaleX(1.2) translateX(25px);
   transition: transform .5s cubic-bezier(.33,1,.68,1)
}

.linkTurnMore:hover .link__arrowMore {
   transform: rotate(0deg) scaleX(1.2) translateY(25px) translateX(0px);
}

.link--altMore {
   font-size: 1.15rem;
   letter-spacing: 0;
   word-spacing: 0
}
.linkTurnMore:nth-child(1)
{
   margin-top: -60px;
   margin-bottom: 0px;
}
.linkTurnMore
{
   margin: 0 auto;
   font-size: 22px;
}
.linkTurnMore::before
{
   left: 15px;
   width: 1px;
   border-right: 1Px solid;
   top: calc(50% + 35px);
   transform: translateY(-50%);
   height: 40px;
}
.linkTurnMore:nth-child(2)
{
   position: absolute;
   top: 0px;
   left: 50%;
   transform: translateX(-50%) scale(-1);
   pointer-events: none;
}
.linkTurnMore:nth-child(2) .link__arrowMore
{
   display: none;
}

.buttonCenter
{
   transform: scale(0.8);
   margin-top: -19px;
   text-align: center;
}
.buttonCenter::before
{
   --size: 30px;
   width: var(--size);
   height: var(--size);
   background: var(--primary-color);
   top: 45%;
   left: 50%;
   transform: translateX(-50%) translateY(-50%);
   border-radius: 50%;
}


.torchParent {
   border-top: 1px solid #00000021;
   border-bottom: 1px solid #00000021;
   overflow: hidden
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#header {
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

#logoCoordonnees {
    margin: 0 40px;
    text-align: center;
    order: -1;
}

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

/*-----------------*/
/* BANNER */
/*-----------------*/
#banner {
    margin-bottom: -70px
}

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

#banner::before {
    clip-path: polygon(100% 100%,100% 100%,50% 0,0 100%,0 100%)
}

#banner::after {
    background: var(--primary-color);
    z-index: 0;
    bottom: 0;
    clip-path: polygon(50% 100%,100% 0,100% 100%,0 100%,0 0)
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -15px;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -moz-transition: -moz-transform .25s cubic-bezier(.25,.8,.25,1);
    -o-transition: -o-transform .25s cubic-bezier(.25,.8,.25,1);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25,.8,.25,1);
    transition: transform .25s cubic-bezier(.25,.8,.25,1);
    height: 3px;
    background: var(--primary-color);
}
.navigmenu .active .naviglink.lvl-0 span:after, 
.navigmenu .naviglink.lvl-0:hover span:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.navigmenu .navbloctitle {
    font-size: 18px;
    color: var(--black);
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 14px 8px;
}

.menuarticle .liresuite a:before,
.menuarticle .liresuite a:after {content: none}

.navigmenu .navigBloc.tb_hoverBloc article:hover p {
    transform: translate(-50%,-30px);
}


/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome
{
   padding-top: 100Px;
}



/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.grid-img .wp-block-image>a,
.grid-img .wp-block-image img,
.intro-img .wp-block-image>a,
.intro-img .wp-block-image img {
    height: 100%;
}

.grid-img {
    display: grid !important;
    gap: 10px;
    align-items: stretch !important;
}

.grid-img .wp-block-image {
    height: 100%;
}

.home #content .wp-block-image img {
    object-fit: cover;
}

.home #content {
    padding: 80px 30px 0px;
    overflow: hidden;
}
.wrapperHome
{
    gap: 60px;
}
/*-------------------- MOT -------------------*/
.widget_comparaisons, .home .wp-block-essential-blocks-image-comparison, .home .eb-image-comparison-wrapper>*
{
    width: 100%;
    height: auto!important;
    min-height: clamp(400px, 50vh,600px);
}


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

/*-----------------*/
/* CTATOP */
/*-----------------*/

#ctaTop .wrapHeaderCta
{
    gap: 60px;
}

#ctaTop .title
{
    margin-bottom: 0;
    margin-top: 10px;
}
.textPartCta blockquote
{
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0!important;
}


/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.template-parent-page-php #content
{
   padding-bottom: 50Px;
}
.template-parent-page-php #prestations
{
   width: calc(100% - 100px);
   margin: 0 auto;
   margin-bottom: 100Px;
}
#prestations::before
{
   background: var(--black);
   height: 101%;
   /* top: 1px; */
}
#choixPrestations {
   position: relative;
   width: 40%;
   text-align: right;
}
#choixPrestations .linkPresta
{
   position: relative;
}
#choixPrestations .linkPresta:before {
   content: "";
   border: none;
   height: 1px;
   width: 164px;
   background: var(--secondary-color);
   position: absolute;
   top: 50%;
   right: -190px;
   z-index: 10;
   transition: all 300ms linear 0s;
   transform: scaleX(0);
   transform-origin: 0 50%;
}

#choixPrestations .linkPresta.active:before {
   transform: scaleX(1);
}

#choixPrestations .linkPresta>* {
   padding: 10px 0;
   /* font-size: 2em; */
   cursor: pointer;
   transition: 250ms all ease-in-out;
   font-family: var(--font-title);
   position: relative;
   text-transform: uppercase;
   letter-spacing: 1px;
   color: var(--white);
}

#choixPrestations .linkPresta>.big
{
   font-size: 2.5em;
   font-family: var(--font-alt);
   color:  #fff0;
   -webkit-text-stroke: 1Px var(--white);
   line-height:1;
   padding-bottom: 0;
   opacity: 0.15;
   transition: all 0.4s;
}
#choixPrestations .linkPresta>.big:hover, 
#choixPrestations .linkPresta.active>.big
{
   opacity: 1;
   color: var(--secondary-color);
   -webkit-text-stroke: 1Px var(--secondary-color);
}
#choixPrestations .linkPresta.active p,
#choixPrestations .linkPresta:hover p {
   color: var(--primary-color);
}


#choixPrestations li:nth-child(1).active~.choixLine,
#choixPrestations li:nth-child(1)[class]:hover~.choixLine {
   -webkit-transform: translateY(0);
   transform: translateY(0);
}

#choixPrestations li:nth-child(2).active~.choixLine,
#choixPrestations li:nth-child(2)[class]:hover~.choixLine {
   -webkit-transform: translateY(53px);
   transform: translateY(53px);
}

#choixPrestations li:nth-child(3).active~.choixLine,
#choixPrestations li:nth-child(3)[class]:hover~.choixLine {
   -webkit-transform: translateY(106px);
   transform: translateY(106px);
}

#choixPrestations li:nth-child(4).active~.choixLine,
#choixPrestations li:nth-child(4)[class]:hover~.choixLine {
   -webkit-transform: translateY(159px);
   transform: translateY(159px);
}

#choixPrestations li:nth-child(5).active~.choixLine,
#choixPrestations li:nth-child(5)[class]:hover~.choixLine {
   -webkit-transform: translateY(212px);
   transform: translateY(212px);
}

#choixPrestations li:nth-child(6).active~.choixLine,
#choixPrestations li:nth-child(6)[class]:hover~.choixLine {
   -webkit-transform: translateY(268px);
   transform: translateY(268px);
}

#choixPrestations li:nth-child(7).active~.choixLine,
#choixPrestations li:nth-child(7)[class]:hover~.choixLine {
   -webkit-transform: translateY(321px);
   transform: translateY(321px);
}

#choixPrestations li:nth-child(8).active~.choixLine,
#choixPrestations li:nth-child(8)[class]:hover~.choixLine {
   -webkit-transform: translateY(374px);
   transform: translateY(374px);
}

#choixPrestations li:nth-child(9).active~.choixLine,
#choixPrestations li:nth-child(9)[class]:hover~.choixLine {
   -webkit-transform: translateY(427px);
   transform: translateY(427px);
}

#choixPrestations li:nth-child(10).active~.choixLine,
#choixPrestations li:nth-child(10)[class]:hover~.choixLine {
   -webkit-transform: translateY(480px);
   transform: translateY(480px);
}


#wrapperPrestations {
   margin-top: 80px;
}

#contentPrestations {
   width: 40%;
   padding: 20px 0;
   padding-left: 90px;
   position: relative;
}
.prestations-wrapper {
   display: flex;
   align-items: center;
}

.prestations-img {
   width: 100%;
   display: block;
   min-width: 320px;
   height: 400px;
   position: relative;
}
.prestations-content .title_content,
.prestations-content .content_link,
.prestations-content .tc_excerpt {
   color: var(--white);
}



/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news
{
    z-index: 2;
}
.formeBefore
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
}
.formeBefore::before
{
    background: var(--black);
    width: 65%;
    left: initial;
    right: 100px;
    top: initial;
    bottom: 0px;
    height: calc(100% - 370px);
    transform: translateX(-50%) scale(-1);
    z-index: -2;
}

#news :is(.prev)
{
    /* transform: translateY(-50%) scale(-1)!important; */
}

/*-----------------*/
/* SECTIONS */
/*-----------------*/
#choixSections {
    display: flex;
    justify-content: center;
    position: relative
}

#choixSections:before {
    width: 80%;
    border: 1px solid var(--primary-color);
    border-bottom: none;
    border-right: none;
    top: 104px;
}

#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-bold);
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    color: var(--text-color);
    background: var(--background-color);
    padding: 5px 30px;
    border-radius: 10px;
}

#choixSections .linkSections:not(:last-of-type) {margin-right: 30px}

#choixSections .linkSections {
    position: relative;
    cursor: pointer;
    padding: 5px 20px;
    transition: 250ms all ease-in-out;
    text-align: center
}
#choixSections .linkSections.active p {
    background: var(--primary-color);
    color: var(--white);
}

#choixSections .linkSections img {
    --size: 100%;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
}

.subimageSections {
    --size: 70px;
    border-radius: 100px;
    background-color: var(--white);
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
    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
}
.sectionsbloc .section_thumb {
    position: relative;
}

.section_num2 :is(.blocthumb,.tertiarythumb) img.cover
{
    object-fit: contain;
}
/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances .title {
    padding: 30px;
    padding-left: 0;
}
#reassurances .picto-container h3
{
    font-size: 1em;
    margin: 0;
}
#reassurances::before {
    background: url(../images/home-bg2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#reassurances::before,
#reassurances .overlay {
    height: 300px;
}

.imgRea {
    min-height: 400Px;
    background: url(../images/home-bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50Px;
    overflow: hidden;
}

.picto-container {
    display: grid;
}

.picto-container li p {
    font-family: var(--font-title);
}
.reaSvg
{
    background: var(--primary-color);
    --size:70px;
    width: var(--size);
    height: var(--size);
    top: calc(var(--size) * -1/2);
    border-radius: 50%;
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
}


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

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
.home #partenaires::before
{
   -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;
   background: var(--black);
   height: 70%;
   top: -1px;
}
 .home .widget_partenaires li .wrap-element:hover
 { 
   opacity: 1;
   filter: initial;
 }
 #partenaires .title.big::before
 {
   top: -100px;
   height: 70Px;
   border-width: 1px;
 }
#partenaires
{
    padding: 0px 20px 50px;
}

/*-----------------*/
/* VIDEO */
/*-----------------*/
#video {
	background-image: url('../images/home-bg1.jpg');
	padding: 100px 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	z-index: 8;
}

#video p {
	font-family: var(--font-bold);
	margin-bottom: 90px;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.video-play-button {
  z-index: 10;
  justify-content: center;
  box-sizing: content-box;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  border-radius: 50%;
  padding: 0 10px 0px 13px;
  position: relative;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: var(--white);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid var(--black);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  line-height: 1;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: static;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.9);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 9999999;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
  max-width: 90%;
}

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

/*-----------------*/
/* COMPARAISON */
/*-----------------*/
#comparaisons :is(.widget_element li .wrap-element,.widget_element img)
{
    max-height: initial;
    /* height: 500px; */
    background: initial;
    border: none;
}


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

/*-----------------*/
/* 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: 40px;
}
.linkBas
{
    padding: 20px 20px 0;
}
.linkBas,.wrapBas
{
    border-top: 1Px solid #ffffff26;
}

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

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

#footer-button{
    position: fixed;
    top: 33%;
    right: -65px;
    z-index: 1500;
    transform: rotateZ(90deg);
}