html {
    scroll-behavior: smooth;
}

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

.wp-container-content-2155ee95 h3 {
    word-break: break-word;
    overflow-wrap: break-word;
}

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

svg:has(.circle),
.footer svg {
    height: fit-content;
}

.has-light-blue-background-color {
    text-align: center;
}

.grid-ipad {
    height: -webkit-fill-available !important;
}

.grid-ipad .has-background {
    min-height: 250px;
}

figure {
    width: 100%;
    height: 100%;
}

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

.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-container {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border-radius: 36px;
}

.video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    padding-top: 43%;
    overflow: hidden;
    border-radius: 36px;
    aspect-ratio: 21/9;
}

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

.sound-player {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 48px;
    height: 48px;
    z-index: 10;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}

.sound-on,
.sound-off {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.sound-on.active,
.sound-off.active {
    opacity: 1;
    pointer-events: all;
}



.svg-corner-vdo {
    position: absolute;
    bottom: 0;
    right: 0 !important;
    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;
}

.mask-image img {
    mask-image: url(https://reactis.sp1.mon-site.co/wp-content/uploads/2025/07/Testimonial-image-container.svg);
    -webkit-mask-image: url(https://reactis.sp1.mon-site.co/wp-content/uploads/2025/07/Testimonial-image-container.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-composite: subtract;
    -webkit-mask-composite: subtract;
    width: 100%;
    height: 100%;
    display: flex;

}

.bg-filter {
    position: relative;
}

.bg-filter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 41, 70, 0.60);
    z-index: 0;
    border-radius: 36px;
}

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

.bg-filter-sm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 41, 70, 0.60);
    z-index: 0;
    border-radius: 16px;
}

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

.footer {
    align-items: normal !important;
}

.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--navy-blue);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

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

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

.button-contact svg {
    flex-shrink: 0;
}

.logo-rugby a:hover img {
    transform: scale(0.9);
}

path.circle {
    animation: pulse 2s infinite;
}

.map-popup {
    position: relative;
}

.map-popup>svg {
    width: 100%;
}

.ville-title {
    color: var(--wp--preset--color--light) !important;
    font-family: var(--wp--preset--font-family--manjari);
    font-size: var(--wp--preset--font-size--h-4);
    font-weight: 700;
}

.ville>svg {
    flex-shrink: 0;
}

.ville {
    background-color: var(--wp--preset--color--navy-blue);
    color: var(--wp--preset--color--light);
    padding: 40px;
    gap: 22px;
    position: absolute;
    border-radius: 36px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease-in-out;
}

.ville.active {
    opacity: 1;
    pointer-events: all;
}

.annecy {
    top: 9%;
    right: 17%;
}

.chambery {
    top: 14%;
    right: 14%;
}

.chalon-sur-saone {
    top: 5%;
    right: 25%;
}

.lons-le-saunier {
    top: 21%;
    right: 21%;
}

.bordeaux {
    top: 30%;
    left: 30%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }

    50% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.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--manjari);
    font-size: var(--wp--preset--font-size--p-button-menu-item);
    font-weight: 400 !important;
    margin: 0 0 6px 0 !important;
}

.wpforms-required-label {
    display: none
}

#wpforms-submit-528,
#wpforms-submit-589 {
    background: var(--wp--preset--gradient--green-to-blue);
    color: var(--wp--preset--color--light);
    border-radius: 8px;
    font-size: var(--wp--preset--font-size--icons-button);
    font-family: var(--wp--preset--font-family--manjari) !important;
    cursor: pointer;
    font-weight: 700;
    line-height: normal;
    transition: all .3s ease-in-out;
    text-wrap: nowrap;
    position: relative;
    z-index: 0;
    padding-top: 12px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 32px;
}

.wpforms-submit::before {
    content: 'Envoyer';
    display: flex;
    position: absolute;
    inset: 0;
    background-color: var(--wp--preset--color--button-hover);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    pointer-events: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: var(--wp--preset--font-size--icons-button);
    font-family: var(--wp--preset--font-family--manjari) !important;
    color: var(--wp--preset--color--light);
    padding-top: 12px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 32px;
}

.wpforms-submit:hover:before {
    opacity: 1;
}

.wpforms-submit {
    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--navy-blue);
}

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

.wpforms-submit {
    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--manjari);
    font-size: var(--wp--preset--font-size--p-button-menu-item);
}

.wp-container-core-group-is-layout-fe9cc265 svg {
    flex-shrink: 0;
}



@media not all and (min-width: 1537px) {
    :root {
        --wp--custom--small-px: 60px;
        --wp--custom--big-px: 200px;
        --wp--custom--gap: 80px;
        --wp--custom--block-gap: 80px;
        --wp--preset--font-size--icons-button: 18px !important;
    }

    .image-banner {
        width: 80%;
    }

    .banner-left {
        bottom: 40px;
    }

    .banner-right {
        bottom: 40px;
    }
}

@media not all and (min-width: 1281px) {
    :root {
        --wp--custom--small-px: 60px;
        --wp--custom--big-px: 120px;
        --wp--custom--gap: 80px;
        --wp--custom--block-gap: 60px;
        --wp--preset--font-size--h-1: 60px;
        --wp--preset--font-size--h-2: 44px;
        --wp--preset--font-size--h-3-menu-item: 28px;
        --wp--preset--font-size--h-4: 24px;
        --wp--preset--font-size--p: 16px;

    }

    .image-banner {
        width: 100%;
        justify-content: space-between;
    }

    .banner-left {
        bottom: 20px;
    }

    .banner-right {
        bottom: 20px;
    }

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

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

@media not all and (min-width: 1025px) {
    :root {
        --wp--custom--small-px: 40px;
        --wp--custom--big-px: 40px;
        --wp--custom--gap: 80px;
        --wp--custom--block-gap: 60px;
        --wp--preset--font-size--h-1: 52px;
        --wp--preset--font-size--h-2: 40px;
        --wp--preset--font-size--h-3-menu-item: 24px;
        --wp--preset--font-size--h-4: 20px;

    }

    .image-banner {
        width: 100%;
    }

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

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

    .ville {
        padding: 20px;
        gap: 8px;
    }
}

@media not all and (min-width: 769px) {
    :root {
        --wp--custom--small-px: 40px;
        --wp--custom--big-px: 40px;
        --wp--custom--gap: 60px;
        --wp--custom--block-gap: 40px;
        --wp--preset--font-size--h-1: 44px;
        --wp--preset--font-size--h-2: 32px;
        --wp--preset--font-size--h-3-menu-item: 24px;
        --wp--preset--font-size--h-4: 20px;
        --wp--preset--font-size--callout-sous-menu: 20px;
    }

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

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

    .grid-ipad>div:first-child {
        grid-row-start: 2;
    }

    svg:has(.circle) {
        max-height: 450px !important;
    }

}

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

    .contact-card>div {
        width: 100%;
    }

    .footer svg {
        width: 100%;
    }

    div:has(.image-svg) {
        gap: var(--wp--custom--gap);
    }

    .video-container {
        min-height: 350px;
    }
}

@media not all and (min-width: 641px) {
    :root {
        --wp--custom--small-px: 20px;
        --wp--custom--big-px: 20px;
        --wp--custom--gap: 40px;
        --wp--custom--block-gap: 40px;
    }

    .image-svg {
        width: 100%;
    }

    .svg-corner {
        display: none;
    }

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

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

    svg:has(.circle) {
        max-height: 350px;
    }
}

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

    .contact-card>div {
        width: 100%;
    }

    .bg-filter {
        padding: 40px 20px !important;
        border-radius: 16px !important;
    }

    .has-cream-background-color {
        padding: 20px !important;
    }

    .is-layout-grid:has(.big-button) {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .button-contact svg {
        display: none;
    }

    .annecy,
    .chambery,
    .chalon-sur-saone,
    .lons-le-saunier,
    .bordeaux {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
}