/***/
/*-----------------*/
/* 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:1374.6871337890625px;stroke-dasharray:1374.6871337890625px}100%{stroke-dashoffset:0;stroke-dasharray:1374.6871337890625px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(0,246,69)}}.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:3359.190673828125px;stroke-dasharray:3359.190673828125px}100%{stroke-dashoffset:0;stroke-dasharray:3359.190673828125px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(0,246,69)}}.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:1659.902587890625px;stroke-dasharray:1659.902587890625px}100%{stroke-dashoffset:0;stroke-dasharray:1659.902587890625px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(0,246,69)}}.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:3615.623046875px;stroke-dasharray:3615.623046875px}100%{stroke-dashoffset:0;stroke-dasharray:3615.623046875px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(0,246,69)}}.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}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
.white :is(blockquote p, .schema-how-to-step .schema-how-to-step-name)
{
    color: var(--white)!important;
}
/*-----------------*/
/* SHAPE */
/*-----------------*/
.shape
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    pointer-events: none;
    z-index: 2;
}
.shape::before,.shape::after {
    content: "";
    position: absolute;
    left: 0;
    top: initial;
    width: 100%;
    z-index: 1;
    bottom: -1px;
    height: 100px;
    background: var(--background-color)
}

.shape::before {
    clip-path: polygon(100% 100%,100% 100%,50% 0,0 100%,0 100%)
}

.shape::after {
    background: var(--primary-color);
    z-index: 0;
    bottom: 0;
    clip-path: polygon(50% 100%,100% 0,100% 100%,0 100%,0 0)
}

/*-----------------*/
/* HEADER */
/*-----------------*/
#header {
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

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

#header-coordonnees
{
    padding: 15px;
    gap: 10px;
    transition: all 0s;
}


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

.navigmenu .naviglink.empty
{
    opacity: 0;
    width: 200Px;
}

#header :is(.fixe, .portable, .horaires, .mail,.adresse) :is(a:hover,span)
{
    color: var(--tertiary-color);
}
.navigmenu .naviglink.lvl-1
{
    font-family: var(--font-text);
}

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

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-title {
    padding: 5px 10px;
    background: var(--secondary-color);
    font-size: 12px;
    display: inline-block;
    margin-bottom: 15px;
}


#headerHome-accroche
{
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
#content
{
    z-index: 2;
}
#content .textContent {
    padding: 10px 0;
    box-sizing: border-box;
}
#galleryContent .gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding-top: 7px!important;
    grid-auto-rows: 130Px;
}
#galleryContent .gallery-item
{
    width: 100%!important;
}
.home #content .linkTurn
{
    position: absolute;
    bottom: -200px;
    left: 70px;
    background-image: initial!important;
}

/*-----------------LINE ELEMENT------------------------*/
.line-element
{
    color: var(--primary-color);
    background: var(--background-color);
    padding: 10px 40px;
    padding-bottom: 50Px;
}
.line-element ol li {
    padding: 20px 0 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-size: 0.9em;
    font-family: var(--font-bold);
}

.line-element li::before,
.line-element li::after {
    content:
        '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: -1;
    background: var(--primary-color);
    border-radius: 10Px;
    transition-delay: 0.2s;
    transition: all 1s;
}

.line-element li::before {
    background: var(--light-color);
}

.line-element:not(.in-view) li::after {
    width: 0%;
}

/*------------------- LINKTURN ---------------------*/
.linkTurn {
    --size: 11rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    /* font-size: 1.1em; */
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 0.1175em;
    word-spacing: 0.3em;
    text-decoration: none;
  }
  .link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--white);
    stroke: var(--white);
    background: var(--primary-color);
    border-radius: 50%;
    padding: 10px;
    stroke-width: 0.05em;
    box-sizing: border-box;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 .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;
  }
  .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;
  }

  @keyframes rotateReverse {
    to {
      transform: rotate(-360deg);
    }
  }

/*-----------------*/
/* 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 figure.wp-block-gallery.has-nested-images
{
    gap: 0;
}
/*-----------------*/
/* CTA */
/*-----------------*/


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

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


/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/


/*-----------------*/
/* SECTIONS */
/*-----------------*/


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


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

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

/*-----------------*/
/* FAQ */
/*-----------------*/

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

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



/*-----------------*/
/* FOOTER */
/*-----------------*/
#menu-footer li::before, #cta_bytelport a::before, #cta_bytelfixe a::before, #footer #phoneBT-infotelfixe2::before, #cta_infoouverture .horairesBT::before, #cta_byadresse .adresseIco p::before {
    content: "-";
    margin-right: 5px;
    color: var(--white);
}

.wrapFooterMenu
{
    padding: 30px;
    border-bottom: 1px solid #ffffff17;
    margin-bottom: 20px;
}