.primarycolor {
    color: #131F3B;
}

.primarycolorbg {
    background-color: #131F3B;
}

.secondarycolorbg {
    background-color: #6BF2D2;
}

/* secound  section  */


/* Optional: auto responsiveness for image & text columns */
@media (min-width: 992px) {
    .custom-col-img {
        width: 364px;
        flex: 0 0 auto;
    }

    .custom-col-text {
        width: 746px;
    }
}

/* section three css */

.translation-hero {
    background-color: #131F3B;
    padding-top: 0px;
    padding-bottom: 15px;
    color: white;
    font-family: Roboto, sans-serif;
    position: relative;
    overflow: hidden;
}

.translation-wrapper {
    max-width: 1512px;
    margin: auto;
    padding: 0 15px;
}

.translation-content {
    display: flex;
    flex-direction: column;

}

.banner-content p {
    max-width: 730px;
}


.translation-subtitle {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.24px;
    /* margin: 0 0 30px; */
    word-wrap: break-word;
    position: relative;
    top: 30px;
}

.translation-inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 30px;
}

.input-groupone label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.input-boxone {
    border: 3px solid #6BF2D2;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    background-color: #131F3B;
    color: white;
    height: 38px;
}

.input-boxtwo {
    border: 3px solid #6BF2D2;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    background-color: #131F3B;
    color: white;
    height: 38px;
}

.input-boxthree {
    border: 3px solid #6BF2D2;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    background-color: #131F3B;
    color: white;
    height: 38px;
}


.input-boxone.action {
    text-align: center;
}

.translation-partner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.partner-logo-box {
    border: 1px solid white;
    border-radius: 10px;
    padding: 7px;
    width: 84px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo-box img {
    width: 76px;
}

.translation-partner p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
}

.translation-bg-img {
    position: absolute;
    bottom: 53px;
    right: 0;
    transform: rotate(-5deg);
    z-index: 0;
}

.br-15 {
    border-radius: 15px;
}

.input-group label {
    font-size: 13px;
}


/* Mac screens: 1025px - 1440px */
@media (min-width: 1025px) {
    .translation-wrapper {
        padding: 0 40px;
    }

    .input-boxone {
        width: 220px;
    }

    .input-boxtwo, .input-boxthree {
        width: 160px;
    }

    .input-boxones {
        width: 1px
    }

    .input-boxone.action {
        width: 200px;
    }

    .translation-title {
        font-size: 18px;
    }

    .translation-subtitle {
        font-size: 13px;
    }

    .partner-logo-box {
        width: 80px;
    }

    .partner-logo-box img {
        width: 72px;
    }

    .translation-partner p {
        font-size: 15px;
    }
}

/* section four css slider six card  */
.about-sectionone {
    padding-bottom: 35px;
    align-items: center;
    text-align: center;
}

.notre {
    font-size: 2rem;
}

.Noustext {
    font-size: 0.95rem;
    max-width: 100%;
    text-align: center;
}

.pourtex h3 {
    font-size: 1.75rem;
}

.about-sectionone {
    padding-top: 20px;
    padding-bottom: 30px;
}

.my-slidersix, .my-sliderall {
    margin: 0 auto;
    height: 200px;
    text-align: -webkit-center;
}

.card-boxlink {
    height: 200px;
    border-radius: 10px;
    outline: 3px #131F3B solid;
    outline-offset: -3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: white;
    padding-bottom: 10px;
    padding-top: 10px;
}

.card-icon {
    width: 49px;
    height: 49px;
    position: relative;
}

.icon-inner {
    width: 40.75px;
    height: 34.04px;
    left: 4.16px;
    top: 6.10px;
    position: absolute;
    /* background: #131F3B; */
}

.card-linkbg {
    background-color: #6BF2D2;
    padding: 2px 5px;
    border-radius: 20px;
}

.card-textlink,
.card-link {
    align-self: stretch;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* color: #131F3B; */
    font-size: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    letter-spacing: 0.24px;
    text-align: start;
    word-wrap: break-word;
}

/* section five contant and video css */
/* VIDEO PLACEHOLDER + PLAY BUTTON */
.video-placeholder {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background-image: url('https://i.ytimg.com/vi/gmyrM6kY2F0/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGEUgWihlMA8=&rs=AOn4CLARnbPxs4gHDA76SXttcXp2k9vDFA');
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button::before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent white;
    margin-left: 5px;
}

.video-iframe {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border: none;
}

.video-placeholder.active {
    background: none;
    cursor: default;
}

.video-placeholder.active .video-iframe {
    display: block;
}

.video-placeholder.active .play-button {
    display: none;
}

/* SECTION STYLES */
.swantrad-section {
    background-color: #131F3B;
    padding-top: 25px;
    padding-bottom: 70px;
    color: white;
}

.swantrad-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.swantrad-content {
    flex: 1 1 600px;
}

.swantrad-title {
    font-size: 24px;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
    color: white;
}

.swantrad-desc {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: 0.32px;
    color: white;
    line-height: 1.5;
}

.swantrad-video {
    flex: 1 1 500px;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 16 / 9;
    position: relative;
}

/* RESPONSIVE FOR TABLET & MAC (1025px–1440px) */
@media (min-width: 1025px) {
    .swantrad-container {
        gap: 60px;
        padding: 0 40px;
    }

    .swantrad-title {
        font-size: 22px;
    }

    .swantrad-desc {
        font-size: 15px;
    }

    .swantrad-video {
        max-width: 460px;
    }
}


/* section six  tree section   */
.sour {
    color: black;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
    letter-spacing: 0.32px;
    word-wrap: break-word
}

.quetext {
    /* color: #131F3B; */
    font-size: 56px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    letter-spacing: 1.12px;
    word-wrap: break-word;
}

/* section seven brand logo css */
.swiper-pagination {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: center; /* or center if you'd prefer */
    padding: 10px 0;
    gap: 10px;
    scrollbar-width: none; /* hide scrollbar in Firefox */
}

.swiper-pagination::-webkit-scrollbar {
    display: none; /* hide scrollbar in Chrome/Safari */
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #636363;
    opacity: 1;
    transition: background-color 0.3s;
}

.swiper-pagination-bullet-active {
    background-color: #131F3B;
}

.custom-buttonone {
    color: #131F3B;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* first section */

@media (min-width: 1200px) {
    .hero-banner {
        padding-top: 0px;
        padding-bottom: 5px;
    }
}

@media (min-width: 1400px) {
    .hero-banner {
        padding-top: 0px;
        padding-bottom: 5px;
    }
}

@-moz-document url-prefix() {
    @media (min-width: 1400px) {
        .hero-banner {
            padding-top: 10px;
            padding-bottom: 20px;
        }
    }
}


/* 3rd section */

/* refactoring started april 2025 */
.heroSection-Heading {
    /* font-size: 45px; */
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.28px;
    line-height: 60px;
}

.hero-banner .banner-content p {
    max-width: 693px;
    margin-bottom: -24px;
    font-size: 14px;
}

.background-banner {
    background-image: url('../img/SWAN_Accueil-Visuel.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 84px;
}

.counter-wrapper {
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    color: white;
    position: relative;
}

.counter-symbol {
    position: relative;
    left: 47px;
    top: -4px;
}

.count-text {
    position: relative;
    left: -9px;
    top: 1px;
}

/* home-custom.css */
/* --- Général --- */
.no-repeat-bg {
    background-repeat: no-repeat;
}

.icon-50 {
    font-size: 50px;
}

/* --- Swiper custom slide (partenaires) --- */
.swiper-custom-slide {
    width: 301.5px;
    margin-right: 30px;
}

/* --- Images positionnées --- */
.relative-img {
    position: relative;
}

/* --- Counter stats --- */
.counter {
    font-weight: bold;
    font-size: 2rem;
}

.counter-symbol {
    font-weight: bold;
    margin-right: 2px;
    font-size: 2rem;
}

/* --- Swiper sponsor pagination --- */
.swiper-pagination {
    margin-top: 30px;
}

/* --- Button customisation (boutons héros) --- */
.custom-buttonone {
    padding: 0.5rem 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    /* background-color: #ffffff; */
    color: #1a1a1a;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.homecode {
    color: #131F3B;
    font-size: 50px;
}

.play-button {
    width: 70px;
    height: 70px;
    background: url('/assets/img/play-button.svg') center center no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
}

/* --- Autres ajustements utiles --- */
.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.gap-3 {
    gap: 1rem;
}

.gap-5 {
    gap: 3rem;
}

/* --- Classes spécifiques  --- */
.text-center {
    text-align: center;
}

.text-lg-start {
    text-align: left;
}

/* --- Couleurs génériques déjà utilisées --- */
.primarycolor {
    color: #131f3b;
}

.primarycolorbg {
    background-color: #131f3b;
    color: white;
}

/* --- Divers / décoratifs --- */
.swantrad-desc {
    line-height: 1.8;
}


@media (min-width: 355px) {
    .yousign-section {
        padding: 10px 0px;
    }

    .heroSection-Heading {
        line-height: 45px;
    }

    .hero-banner {
        padding-top: 1px;
        padding-bottom: 5px;
    }

    .background-banner {
        padding: 15px;
        margin-top: 1px;
    }

    .heroSection-Heading {
        font-size: 23px;

    }

    .heroSection-pre {
        font-size: 16px;

    }

    .herotextp {
        padding-left: 12px;
        font-size: 14px;

    }

    .translation-top {

        gap: 20px;
    }

    .quetext {
        font-size: 24px;
    }

    .translation-bg-img img {
        display: none;
    }

    .translation-title,
    .translation-subtitle {
        max-width: 100%;

        margin: 10px 0px;
        color: white;
        line-height: 1.2;
    }

    .image-column img {
        width: 200px;

    }


}


@media (min-width: 475px) {

    .heroSection-Heading {
        line-height: 45px;
    }

    .hero-banner {
        padding-top: 1px;
        padding-bottom: 5px;
    }

    .background-banner {
        padding: 15px;
        margin-top: 1px;
    }

    .heroSection-Heading {
        font-size: 23px;
    }

    .translation-bg-img img {
        display: none;
    }

}

.herotextp {
    padding-left: 12px;
    font-size: 14px;

}

.translation-top {

    gap: 20px;
}

.heroSection-pre {
    font-size: 16px;

}

.quetext {
    font-size: 24px;
}


@media (min-width: 640px) {

    .heroSection-Heading {
        line-height: 45px;
    }

    .hero-banner {
        padding-top: 1px;
        padding-bottom: 5px;
    }

    .background-banner {
        padding: 15px;
        margin-top: 1px;
    }

    .heroSection-Heading {
        font-size: 23px;

        .translation-bg-img img {
            display: none;
        }

    }

    .herotextp {
        padding-left: 12px;
        font-size: 14px;

    }

    .translation-top {

        gap: 20px;
    }

    .heroSection-pre {
        font-size: 16px;

    }

    .quetext {
        font-size: 24px;
    }

}


@media (min-width: 768px) {

    .heroSection-Heading {
        line-height: 45px;
    }

    .hero-banner {
        padding-top: 1px;
        padding-bottom: 5px;
    }

    .background-banner {
        padding: 15px;
        margin-top: 0px;
    }

    .heroSection-Heading {
        font-size: 23px;

    }

    .herotextp {
        padding-left: 12px;
        font-size: 14px;

    }

    .translation-top {
        gap: 20px;
    }

    .heroSection-pre {
        font-size: 16px;

    }

    .quetext {
        font-size: 24px;
    }

    .translation-bg-img img {
        display: none;
    }

    .translation-title {
        font-size: 14px;
        margin: 0;
        color: white;
        line-height: 1.2;
    }

    .notre {

        font-size: 3.5rem;

        font-weight: 600;
        letter-spacing: 1.12px;
        margin-bottom: 1rem;
    }

    .Noustext {
        color: black;
        font-size: 1rem;

        font-weight: 600;
        letter-spacing: 0.32px;
        max-width: 1183px;
        margin: 0 auto 2rem auto;
        padding: 0 1rem;
        text-align: start;
    }

    .pourtex h3 {

        font-size: 3rem; /* ~48px */
        font-weight: 600;
        letter-spacing: 0.96px;
    }

    .image-column img {
        width: fit-content;

    }


}


@media (min-width: 1024px) {
    .yousign-section {
        padding: 10px 0px;
    }

    .heroSection-Heading {
        line-height: 45px;
    }

    .hero-banner {
        padding-top: 1px;
        padding-bottom: 5px;
    }

    .background-banner {
        padding: 15px;
        margin-top: 50px;
    }

    .heroSection-Heading {
        font-size: 23px;

    }

    .herotextp {
        padding-left: 80px;
        font-size: 14px;

    }

    .translation-top {
        display: flex;
        flex-wrap: wrap;

        align-items: flex-start;
        gap: 275px;
        position: relative;
        top: 15px;
    }

    .heroSection-pre {
        font-size: 16px;

    }

    .quetext {
        font-size: 32px;
    }

    .translation-bg-img img {
        max-width: 100%;
        position: relative;
        top: -45px;
        display: block;
    }
}


@media (min-width: 1280px) {
    .yousign-section {
        padding: 25px 0px;
    }

    .heroSection-Heading {
        line-height: 45px;
    }

    .hero-banner {
        padding-top: 1px;
        padding-bottom: 5px;
    }

    .background-banner {
        padding: 15px;
        margin-top: 84px;
    }

    .herotextp {
        /* padding-left: 30px; */
        font-size: 14px;
    }

    .heroSection-Heading {
        font-size: 23px;

    }

    .herotextp {
        padding-left: 90px;
        font-size: 14px;

    }

    .translation-top {
        display: flex;
        flex-wrap: wrap;

        align-items: flex-start;
        gap: 275px;
        position: relative;
        top: 15px;
    }

    .heroSection-pre {
        font-size: 16px;

    }

    .quetext {
        font-size: 42px;
    }

    .translation-bg-img img {
        max-width: 100%;
        position: relative;
        top: -45px;
        display: block;
    }
}


@media (min-width: 1536px) {
    .yousign-section {
        padding: 20px 0px;

    }

    .heroSection-Heading {
        line-height: 45px;
    }

    .hero-banner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .background-banner {
        padding: 5px;
        margin-top: 80px;
    }

    .herotextp {

        font-size: 14px;
    }

    .heroSection-Heading {
        font-size: 23px;

    }

    .herotextp {
        padding-left: 100px;
        font-size: 14px;


    }

    .translation-top {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 275px;
        position: relative;
        top: 15px;
    }

    .heroSection-pre {
        font-size: 16px;

    }

    .quetext {
        font-size: 42px;
    }

    .translation-bg-img img {
        max-width: 100%;
        position: relative;
        display: block;
    }
}

.icon-inner i {
    font-size: 40px;
}


