﻿.column {
    display: block;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
    max-width: 684px;
    margin: auto;
}
.columns.is-mobile > .column.is-narrow {
    -webkit-box-flex: 0;
    flex: none;
}
.columns.is-mobile > .column.is-half {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
}
.columns.is-mobile > .column.is-one-third {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333%;
}
@media print, screen and (min-width: 769px) {
    .column.is-half,
    .column.is-narrow {
        -webkit-box-flex: 0;
        flex: none;
    }
    .column.is-half {
        width: 50%;
    }
    .column.is-one-third {
        -webkit-box-flex: 0;
        flex: none;
        width: 33.3333%;
    }
}
.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}
.columns:last-child {
    margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
    margin-bottom: 0.75rem;
}
.columns.is-centered {
    -webkit-box-pack: center;
    justify-content: center;
}
.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.columns.is-gapless > .column {
    margin: 0;
    padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
    margin-bottom: 24px;
}
.columns.is-gapless:last-child {
    margin-bottom: 0;
}
.columns.is-mobile {
    display: -webkit-box;
    display: flex;
}
.columns.is-multiline {
    flex-wrap: wrap;
}
.columns.is-vcentered {
    -webkit-box-align: center;
    align-items: center;
}
@media print, screen and (min-width: 769px) {
    .columns:not(.is-desktop) {
        display: -webkit-box;
        display: flex;
    }
}
#page-header.nav {
    background-color: #702f8a;
    height: 55px;
    border-radius: 0 !important;
    position: relative;
}
#page-header.nav .logo {
    display: block;
    width: 38px;
    height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -14.5px;
    left: 50%;
    margin-left: -19px;
}
@media print, screen and (min-width: 769px) {
    #page-header.nav .logo {
        display: none;
    }
}
#page-header.nav .back {
    display: none;
    height: 100%;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
    line-height: 55px;
    font-size: 11px;
    position: relative;
}
#page-header.nav .back:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media print, screen and (min-width: 769px) {
    #page-header.nav .back {
        display: inline-block;
    }
}
#page-header.nav .lang-list {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 98;
}
#page-header.nav .lang-list .active {
    display: -webkit-box;
    display: flex;
    width: 65px;
    height: 55px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #2d153f;
    text-align: center;
}
#page-header.nav .lang-list .active a {
    width: 14px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    background-color: #2d153f;
    text-decoration: none;
    opacity: 1;
}
#page-header.nav .lang-list .active img {
    width: 6px;
}
#page-header.nav .lang-list li > a {
    width: 65px;
    text-align: center;
    height: 35px;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    background-color: #702f8a;
    display: inline-block;
    line-height: 35px;
    text-decoration: none !important;
    opacity: 0;
    pointer-events: none;
}
#page-header.nav .lang-list li > a:hover {
    background-color: #2d153f;
}
#page-header.nav .lang-list:hover li > a {
    opacity: 0.99;
    pointer-events: inherit;
}

@media print, screen and (min-width: 769px) {
    header {
        display: block;
        padding: 40px 20px;
    }
}
header a > img {
    width: 290px;
}
header h1 {
    text-align: right;
}
header h1 span {
    display: block;
}
header h1 span:first-child {
    color: #702f8a;
    font-weight: 400;
    font-size: 20px;
    padding-top: 5px;
}
header h1 span:last-child {
    font-weight: 400;
    font-size: 16px;
    padding-top: 0px;
    color: #888;
}


#header-trame-canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    pointer-events: none;
    z-index: -1;
    /* ou -1 selon ton contexte */
}

.carousel-container {
    position: relative;
    width: 70%;
    margin: auto;
    overflow: hidden;
}

.carousel {
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.carousel-slide {
    min-width: 100%;
    display: flex;
    flex-direction: row;
}

.slide-left, .slide-right {
    width: 50%;
    position: relative;
}

.trame-canvas-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.dotCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.4;
    z-index: 1;
}

.slide-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slide-right {
    background-color: #702f8a;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 60px;
    gap: 1rem;
    position: relative;
}

.carousel-container.large .slide-right {
    padding: 90px 100px;
}

.slide-right .intro-line {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

.slide-right .main-line {
    font-size: 2.2rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 0.5rem;
}

.slide-right .divider {
    width: 40px;
    height: 2px;
    background-color: white;
    margin: 1rem 0;
}

.slide-right .secondary-text {
    font-size: 1rem;
    font-weight: 300;
    color: #ddd;
    line-height: 1.5;
}

.carousel-prev, .carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 10;
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

.h1-light {
    font-family: Mona Condensed Bold !important;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    color: #fff;
}

.h1-bold {
    font-family: Mona Condensed Bold !important;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    color: #fff;
}

.horizontal-line {
    width: 40px;
    height: 2px;
    background-color: white;
    margin: 1.5rem 0;
}

.subtitle-text {
    font-size: 1.2rem;
    line-height: 1;
    color: #f0f0f0;
    font-family: 'Mona Regular';
    margin-top: 10px;
    width: 230px;
}

.carousel-container.large .subtitle-text {
    font-size: 1.4rem;
    line-height: 1.1;
    width: 460px;
}

@media (max-width: 768px) {
    .carousel-slide {
        flex-direction: column;
        height: auto;
    }

    .slide-left, .slide-right {
        width: 100%;
        height: auto;
    }

    .slide-right {
        padding: 1.5rem;
        align-items: center;
        text-align: center;
    }

    .slide-right .main-line {
        font-size: 1.6rem;
    }

    .slide-right .intro-line {
        font-size: 1.1rem;
    }
}

.carousel-container .line {
    display: block;
}

.carousel-slide.image .cta-button {
    margin-left: 125px;
}

@media screen and (max-width: 767px) {
    .carousel-slide.image .slide-content {
        left: 50px;
    }

    .carousel-slide.image .cta-button {
        margin-left: 0px;
    }
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1140px;
    min-height: 600px;
}

.carousel-container.large {
    max-width: 100%;
    min-height: 600px;
}

.carousel-container.large.fullecran {
    height: 600px;
}

.carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
}

.carousel-slide {
    flex: 0 0 100%;
    position: relative;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    z-index: 1;
    background: #702f8a;
}

@media (max-width: 767px) {
    .slide-bg {
        background-position: -450px center !important;
    }
}

@media (min-width: 768px) and (max-width: 1600px) {
    .slide-bg {
        background-position: -250px center !important;
    }
}

canvas.trame-canvas {
    position: absolute;
    right: 0;
    bottom: 0;
}

.slide-content {
    position: absolute;
    right: 0;
    bottom: 20%;
    color: white;
    z-index: 3;
    width: 600px;
}

.slide-content h1 {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
}

.slide-content .h1-light {
    font-family: Mona Condensed Bold !important;
    font-size: 2.8rem;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    color: #fff;
}

.slide-content .h1-bold {
    font-family: Mona Condensed Bold !important;
    font-size: 2.8rem;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    color: #fff;
}

.white-line {
    height: 2px;
    background-color: white;
    margin: 1.5rem 0 1.5rem auto;
    width: fit-content;
    padding-right: 1rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: white;
    color: #702f8a !important;
    padding: 10px 20px;
    padding-left: 35px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 0;
    transition: background 0.3s ease;
    font-family: "Mona Bold", sans-serif !important;
    line-height: 21px;
    margin-top: 30px;
}

.cta-button:hover,.cta-button:visited {
    color: #702f8a !important;
}

.cta-button:hover {
    opacity: 0.8 !important;
}

.cta-button:before {
    content: "";
    background-image: url('/PublishingImages/flechecta.svg');
    position: absolute;
    width: 16px;
    height: 14px;
    margin-left: -25px;
}

.carousel-prev, .carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #E6007E !important;
    border: none;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
    text-decoration: none !important;
    padding: 12px 18px;
    line-height: 24px;
}

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

/* Animation : mots invisibles + décalés vers la gauche */
.animated-title .word {
    opacity: 0;
    transform: translateX(-1em);
    /* décale de la gauche */
    display: inline-block;
    transition: opacity .4s ease, transform .4s ease;
}

.slide-trame {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1500px;
    height: auto;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
    background-image: radial-gradient(circle 900px at bottom right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.slide-trame img {
    width: 1200px;
    height: auto;
    transform: translate(600px, 600px);
}

.carousel-container {
    overflow: hidden;
}

.carousel-prev, .carousel-next {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    /* empêche les clics quand invisibles */
}

.carousel-container:hover .carousel-prev, .carousel-container:hover .carousel-next {
    opacity: 1;
    pointer-events: auto;
}

.carousel-container:hover .carousel-dots {
    opacity: 1;
    pointer-events: auto;
}

.carousel-slide {
    overflow: hidden;
}

.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    /* empêche les clics quand invisibles */
}

.carousel-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-dots li.is-current {
    background-color: #E6007E;
}

.slidevideo-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    /* or whatever height you need */
    overflow: hidden;
    background: #702f8a;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.title-1-description a {
    color: #702f8a;
}

.sub-link-1 {
    color: #3C3C3C;
}

section.mt0 {
    margin-top: 0;
    padding-top: 0;
}

.slide-trame {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1500px;
    height: auto;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

@media (max-width: 768px) {
    .carousel-prev, .carousel-next {
        display: none !important;
    }
}

.clientdisplay {
    display: none;
}

@media screen and (max-width: 767px) {
    .slide-content {
        max-width: 600px;
        width: 85%;
    }

    .carousel-container.large .subtitle-text {
        max-width: 460px;
        width: 85%;
    }

    .grid-adaptive.mobile {
        text-align: center;
        margin: 0 auto;
    }
}

.cta-button.right {
    margin-left: 20px !important;
}