html {
    scroll-behavior: smooth;
}

.netdev-footer {
    position: relative;
    z-index: 5;
}

#scroll {
    scroll-margin-top: 150px;
}

hr {
    height: 2px !important;
    width: 100%;
    border-top-width: 0px !important;
}

figure {
    align-self: stretch;
    width: 100%;
    height: auto !important;
}

figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.callout-style {
    font-family: var(--wp--preset--font-family--protest-strike) !important;
    font-size: var(--wp--preset--font-size--callout) !important;
}

.callout-sec-style {
    font-size: var(--wp--preset--font-size--callout-2) !important;
}

.img-hero {
    padding-left: var(--wp--custom--small-px);
    padding-right: var(--wp--custom--small-px);
}


.img-hero figure img {
    width: 100%;
    height: 100%;
    border-radius: 36px;
    max-height: 600px;
    object-fit: cover;
}

.logo-hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.logo-hover:hover {
    opacity: 0.7;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (21 / 9));
    overflow: hidden;
    border-radius: 36px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 36px;
}

.svg-corner-vdo {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;

}

.svg-corner {
    position: absolute;
    bottom: 0;
    right: var(--wp--custom--small-px);
    z-index: 10;

}

.image-svg {
    width: 60%;
    height: 100%;
}

.image-banner {
    background-color: var(--wp--preset--color--cream);
    padding: 40px;
    border-radius: 20px;
    width: 70%;
}

.banner-left {
    position: absolute;
    bottom: 60px;
    left: 0;
}

.banner-right {
    position: absolute;
    bottom: 60px;
    right: 0;
}

.bg-filter {
    position: relative;
}

.bg-filter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 8%, rgba(0, 0, 0, 0.2) 40%);
    z-index: 0;
}

.bg-filter-top {
    position: relative;
}

.bg-filter-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 0) 8%, rgba(0, 0, 0, 0.2) 40%);
    z-index: 1;
}

.bg-filter-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 19, 19, 0.70);
    z-index: 0;
}

.bg-filter-black {
    position: relative;
}

.bg-filter-black::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 19, 19, 0.60);
    z-index: 2;
}

h1 strong {
    background: var(--wp--preset--gradient--green-to-blue);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.simple-link {
    position: relative;
}

.simple-link a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--wp--preset--color--light);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.simple-link a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.footer-link svg {
    flex-shrink: 0;
}

/* Formulaire */
.wpforms-container {
    width: 100% !important;
}

.wpforms-container-full {
    margin: 0 !important
}

.wpforms-field {
    padding: 0 0 16px 0 !important;
}

.wpforms-field-label,
.wpforms-field-label-inline {
    font-family: var(--wp--preset--font-family--league-spartan);
    font-size: var(--wp--preset--font-size--p-button);
    color: var(--wp--preset--color--light);
    font-weight: 400 !important;
    margin: 0 0 6px 0 !important;
}

.wpforms-required-label {
    display: none
}

#wpforms-submit-453,
.wpforms-submit-container {
    background-color: var(--wp--preset--color--blue);
    color: var(--wp--preset--color--light);
    font-size: var(--wp--preset--font-size--p-button);
    font-family: var(--wp--preset--font-family--oswald) !important;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    transition: all .3s ease-in-out;
    text-wrap: nowrap;
    padding: 10px 24px;
}

#wpforms-submit-453:hover {

    background-color: var(--wp--preset--color--blue-hover);

}



.wpforms-submit-container {
    display: flex;
    justify-content: flex-start !important;
}

div.wpforms-container-full input[type=checkbox]:before {
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid var(--wp--preset--color--light);
}

.choice-1 {
    align-items: center !important
}

.wpforms-submit-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0px !important;
    width: fit-content !important;
}

option {
    font-family: var(--wp--preset--font-family--league-spartan);
    font-size: var(--wp--preset--font-size--p-button);
}

.translate-section .has-blue-background-color {
    margin-bottom: 60px;
}

.translate-section-sec .has-blue-background-color {
    margin-top: 100px;
}

.slider-wrapper {
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.infinite-slider {
    gap: 20px;
}

.infinite-slider p {
    white-space: nowrap;
}

.text-split {
    font-size: var(--wp--preset--font-size--callout) !important;
}



.left-line,
.center-line,
.right-line {
    position: fixed;
    height: 100dvh !important;
    background-color: #aeabab78;
    top: 0;
    width: 1px;
    z-index: 3;
}

.left-line {
    left: calc(var(--wp--custom--px) + 60px);
    pointer-events: none;
}

.center-line {
    left: calc(50% - 1px);
    pointer-events: none;
}

.right-line {
    right: var(--padding--right);
    pointer-events: none;
}

.svg-capri {
    width: 191px;
    height: 191px;
}

.number-div {
    padding-left: var(--padding--left);
    padding-right: var(--padding--right);
    justify-content: center !important;
}

.number-div>div {
    width: 80%;
    gap: 400px;
    align-items: center !important;
    display: flex;
}

.number-div svg {
    /*width: 50%;*/
    flex-shrink: 0;
}

.number-div>div>div {
    width: 32%;
}

.pool-flex>div:last-child {
    padding-bottom: 60px;
}

.pool-flex>div>div:first-child {
    width: 100%;
    min-height: 350px;
}

.pool-flex>div>div:last-child {
    width: 100%;
    min-height: 390px;
}

.infinite-slider p,
.infinite-slider-lg p {
    font-family: var(--wp--preset--font-family--share);
    font-size: var(--wp--preset--font-size--callout);
    color: var(--wp--preset--color--light);
    font-weight: 700;
}


/* Carte */
.wpgmza-infowindow p {
    color: var(--wp--preset--color--dark);
}

.ol-attribution {
    display: none;
}

.background-opacity {
    position: relative;
}

.background-opacity>figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.4;
}



@media not all and (min-width: 1537px) {
    .image-banner {
        width: 80%;
    }

    .banner-left {
        bottom: 40px;
    }

    .banner-right {
        bottom: 40px;
    }

    .number-div>div {
        width: 70%;
        gap: 200px;
    }

    .number-div>div>div {
        width: 50%;
    }
}

@media not all and (min-width: 1281px) {
    .image-banner {
        width: 80%;
    }

    .banner-left {
        bottom: 20px;
    }

    .banner-right {
        bottom: 20px;
    }

    .svg-corner {
        width: 250px;
        height: 250px;
    }

    .img-hero figure img {
        max-height: 500px;
    }

    .translate-section-sec {
        flex-direction: column !important;
    }

    .translate-section-sec .has-blue-background-color {
        transform: translate(-20%, 0);
        margin-top: 0px;
        width: 60%;
    }

    .translate-section-sec .backdrop-blur-lg {
        align-self: flex-end;
        width: 60%;
    }

    .left-line,
    .center-line,
    .right-line {
        display: none;
    }

    .number-div>div {
        width: 80%;
        gap: 150px;
    }

    .number-div>div>div {
        width: 50%;
    }
}

@media not all and (min-width: 1025px) {
    .image-banner {
        width: 100%;
    }

    .svg-corner {
        width: 150px;
        height: 150px;
    }

    .img-hero figure img {
        max-height: 450px;
    }

    .translate-section {
        flex-direction: column !important;
        gap: 0;
    }

    .translate-section>div {
        width: 70%;
    }

    .translate-section .has-blue-background-color {
        transform: translateY(0);
        margin-bottom: 0px;
        align-self: flex-start;
    }

    .translate-section .backdrop-blur-lg {
        align-self: flex-end;
    }

    .pool-flex>div {
        width: 100%;
    }

    .number-div svg {
        /*width: 50%;*/
        flex-shrink: 1;
    }

    .number-div>div {
        width: 80%;
        gap: 80px;
    }
}

@media not all and (min-width: 769px) {
    .svg-corner {
        width: 100px;
        height: 100px;
    }

    .img-hero figure img {
        max-height: 300px;
    }

    .translate-section>div {
        width: 80%;
    }

    .is-content-justification-left.wp-block-group:has(.swiper) {
        margin-left: 40px;
        padding-right: 80px;
        width: calc(100% - 40px);
    }

    .number-div>div:not(.blue-number) {
        flex-direction: column;
        width: 100%;
    }

    .number-div>div.blue-number {
        flex-direction: column-reverse;
        width: 100%;
    }

    .number-div>div {
        gap: 20px;
        align-items: flex-start !important;
    }

    .number-div>div>div {
        width: 100%;
    }

    .number-div {
        padding-left: 40px;
        padding-right: 60px;
    }

}

@media not all and (min-width: 641px) {

    .image-svg {
        width: 100%;
    }

    .svg-corner {
        display: none;
    }

    .svg-corner-vdo {
        display: none;
    }

    .img-hero figure img {
        max-height: 500px;
    }

    .translate-section>div {
        width: 100%;
    }



    .translate-section .backdrop-blur-lg,
    .translate-section .has-blue-background-color {
        padding: 40px;
    }

    .translate-section-sec .has-blue-background-color {
        transform: translate(0);
        align-self: flex-start;
        width: 100%;
        padding: 20px;
    }

    .translate-section-sec .backdrop-blur-lg {
        width: 100%;
        align-self: flex-end;
        padding: 20px;
    }






    .pool-flex {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .pool-flex>div:last-child {
        padding-bottom: 0px;
        flex-direction: column-reverse !important;

    }

    .pool-flex>div {
        gap: 20px;
    }

    .pool-flex>div>div:first-child,
    .pool-flex>div>div:last-child {
        min-height: fit-content;
    }
}

@media not all and (min-width: 391px) {
    .img-hero figure img {
        max-height: 220px;
    }

    .number-div {
        padding-left: 20px;
        padding-right: 40px;
    }

    .translate-section .backdrop-blur-lg,
    .translate-section .has-blue-background-color {
        padding: 20px;
    }

    .is-content-justification-left.wp-block-group:has(.swiper) {
        margin-left: 20px;
        padding-right: 40px;
        width: calc(100% - 20px);
    }

}