:root {
    --bg: #000000;
    --text: #ffffff;
    --muted-input: #5f5f5f;
    --orange: #DC4405;
    --gold: #CC8A00;
    --nav-hover: #8f8f8f;
    --border: rgba(255, 255, 255, 0.8);
}

html,
body {
    margin: 0;
    padding: 0;
    background: var(--bg);
    color: var(--text);
    font-family: 'Inter', sans-serif;
}

body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: inherit;
    }

.soumission-page {
    background: #000;
}

/* =========================
   HEADER
========================= */
.site-header {
    position: relative;
    z-index: 100;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-navbar {
    padding: 0;
    background: transparent;
    min-height: 118px;
}

    .custom-navbar .container-fluid {
        align-items: flex-start;
    }

/* LOGO */
.brand-wrap {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
    text-decoration: none;
    flex-shrink: 0;
}

.brand-crop {
    position: relative;
    display: block;
    width: 560px;
    height: 150px;
    overflow: hidden;
}

.brand-bg {
    position: absolute;
    top: 0;
    left: 52px;
    width: 435px;
    max-width: none;
    height: auto;
    z-index: 1;
}

.brand-logo {
    position: absolute;
    left: 44px;
    top: 47px;
    width: 250px;
    max-width: none;
    height: auto;
    z-index: 2;
}

/* NAVIGATION */
.custom-navbar .navbar-nav {
    gap: 1.85rem;
    padding-top: 1.9rem;
}

.custom-navbar .nav-link {
    font-family: 'Inter', sans-serif;
    font-size: clamp(16px, 0.95vw, 18px);
    font-weight: 400;
    color: #fff;
    padding: 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .custom-navbar .nav-link:hover {
        color: var(--nav-hover);
        text-decoration: none;
    }

    .custom-navbar .nav-link.active,
    .custom-navbar .nav-link.active:hover {
        color: #fff;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

.language-item .dropdown-menu {
    min-width: 90px;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    background: #e9e9e9;
    padding: 0.35rem 0;
}

.language-item .dropdown-item {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 0.5rem 1rem;
    background: transparent;
}

    .language-item .dropdown-item:hover,
    .language-item .dropdown-item:focus {
        background: #e3e3e3;
        color: #000;
    }

    .language-item .dropdown-item.active,
    .language-item .dropdown-item:active {
        background: #e3e3e3;
        color: #000;
    }


/* MENU MOBILE */
@media (max-width: 991.98px) {
    .custom-navbar {
        min-height: auto;
        /*padding: 0.65rem 0;*/
    }

        .custom-navbar .container-fluid {
            align-items: center;
        }

    /* logo mobile */
    .brand-crop {
        width: 270px;
        height: 96px;
    }

    .brand-bg {
        top: -74px;
        left: 28px;
        width: 235px;
    }

    .brand-logo {
        left: 18px;
        top: 30px;
        width: 160px;
    }

    /* bouton hamburger centré avec le logo */
    .navbar-toggler {
        align-self: center;
        margin-top: 0;
        padding: 0.25rem 0.35rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 72px;
    }

        .navbar-toggler:focus {
            box-shadow: none;
        }

    /* panneau mobile remonté */
    .custom-navbar .navbar-collapse {
        background: #e9e9e9;
        right: 0;
        width: 360px;
        max-width: 360px;
        margin: 0;
        padding: 0.85rem 0.85rem;
        position: relative;
        top: -38px;
    }

    .custom-navbar .navbar-nav {
        width: 100%;
        gap: 0;
        align-items: stretch !important;
        padding-top: 0;
    }

    .custom-navbar .nav-item {
        width: 100%;
    }

    .custom-navbar .nav-link {
        display: block;
        width: 100%;
        color: #000;
        font-size: 22px;
        font-weight: 400;
        padding: 0.95rem 1rem;
        border-bottom: 1px solid #dcdcdc;
        text-decoration: none;
    }

        .custom-navbar .nav-link:hover {
            color: #000;
            text-decoration: none;
        }

        .custom-navbar .nav-link.active,
        .custom-navbar .nav-link.active:hover {
            color: #DC4405;
            text-decoration: underline;
            text-underline-offset: 3px;
            border-bottom: 1px solid #dcdcdc;
        }

    /* enlève le FR du toggle pour éviter le doublon */
    .language-item > .nav-link.dropdown-toggle {
        display: none;
    }

    .language-item .dropdown-toggle::after {
        display: none;
    }

    .language-item .dropdown-menu {
        display: block;
        position: static !important;
        transform: none !important;
        float: none;
        min-width: 100%;
        margin: 0;
        padding: 0.4rem 0 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .language-item .dropdown-item {
        display: block;
        width: auto;
        font-size: 22px;
        line-height: 1.25;
        font-weight: 400;
        color: #000;
        padding: 0.95rem 1.05rem;
        background: transparent;
        border-bottom: 1px solid #dcdcdc;
        margin-left: 0.35rem;
        margin-right: 0.35rem;
    }

        .language-item .dropdown-item:hover,
        .language-item .dropdown-item:focus {
            color: #000;
            background: transparent;
        }

        .language-item .dropdown-item.active,
        .language-item .dropdown-item:active {
            background: #e3e3e3;
            color: #000;
            font-weight: 700;
            text-decoration: none;
            border-bottom: 0;
        }

    .quote-section {
        padding: 3rem 0 4rem;
    }

    .quote-heading {
        margin-bottom: 3rem;
    }

        .quote-heading h1 {
            font-size: clamp(64px, 12vw, 110px);
        }

        .quote-heading p {
            font-size: clamp(20px, 3vw, 28px);
        }

    .quote-form .form-label {
        font-size: 24px;
    }

    .custom-input {
        min-height: 56px;
    }

    .custom-textarea {
        min-height: 170px;
    }

    .form-actions {
        text-align: left !important;
    }

    .btn-send {
        min-width: 170px;
    }

    .contact-note {
        margin-top: 3rem;
    }

    .site-footer {
        padding-top: 3.5rem;
    }

    .footer-top {
        margin-bottom: 3rem;
    }

    .footer-links a {
        font-size: 24px;
    }

    .footer-card p {
        font-size: 22px;
    }

    .footer-vertical-logo {
        width: 58px;
    }
}

/* =========================
   MAIN
========================= */
.main-content {
    position: relative;
}

.quote-section {
    position: relative;
    padding: 4.5rem 0 7rem;
}

.quote-decor {
    position: absolute;
    top: 240px;
    right: 0;
    width: 70px;
    z-index: 1;
}

    .quote-decor img {
        width: 100%;
        height: auto;
        display: block;
    }

.quote-section .container {
    position: relative;
    z-index: 2;
}

.quote-heading {
    margin-bottom: 4.5rem;
}

    .quote-heading h1 {
        margin: 0;
        font-family: 'Bebas Neue', display;
        font-size: clamp(64px, 7vw, 150px);
        line-height: 0.9;
        letter-spacing: 0.02em;
        color: #fff;
    }

    .quote-heading p {
        margin: 0.9rem 0 0;
        font-size: clamp(22px, 1.9vw, 32px);
        line-height: 1.1;
        font-weight: 600;
        color: #fff;
    }

.quote-form .form-label {
    font-size: clamp(20px, 1.6vw, 31px);
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.45rem;
}

.custom-input,
.custom-textarea,
.custom-file {
    border-radius: 0;
    border: none;
    box-shadow: none !important;
    background: var(--muted-input);
    color: #fff;
    font-size: clamp(16px, 1.1vw, 19px);
}

.custom-input {
    min-height: 62px;
    padding: 0.85rem 1rem;
}

.custom-textarea {
    min-height: 190px;
    resize: vertical;
    padding: 1rem;
}

    .custom-input:focus,
    .custom-textarea:focus {
        background: #6b6b6b;
        color: #fff;
    }

.custom-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.4rem;
    margin-top: 0.35rem;
}

    .custom-checks .form-check {
        margin: 0;
        padding-left: 1.15rem;
    }

    .custom-checks .form-check-input {
        width: 1.15em;
        height: 1.15em;
        margin-top: 0.18em;
        margin-left: -1.15rem;
        border-radius: 0;
        border-color: #fff;
        background-color: transparent;
    }

        .custom-checks .form-check-input:checked {
            /*background-color: #fff;*/
            border-color: #fff;
        }

    .custom-checks .form-check-label {
        color: #fff;
        font-size: clamp(16px, 1.05vw, 20px);
        font-weight: 300;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

.custom-file {
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
    font-size: clamp(15px, 1vw, 18px);
}

    .custom-file::-webkit-file-upload-button,
    .custom-file::file-selector-button {
        margin-right: 0.75rem;
        border: 1px solid #9b9b9b;
        background: #efefef;
        color: #000;
        padding: 0.3rem 0.75rem;
        border-radius: 0;
        cursor: pointer;
    }

.form-actions {
    margin-top: 2rem;
}

.btn-send {
    min-width: 145px;
    border: 1px solid #808080;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: clamp(18px, 1.1vw, 24px);
    font-weight: 400;
    padding: 0.8rem 1.65rem;
    transition: all 0.2s ease;
}

    .btn-send:hover {
        background: #fff;
        color: #000;
        border-color: #fff;
    }

.contact-note {
    margin-top: 4.25rem;
}

    .contact-note p {
        margin: 0;
        font-size: clamp(18px, 1.15vw, 24px);
        line-height: 1.35;
        font-weight: 400;
    }

    .contact-note a {
        color: #fff;
    }

/* =========================
   FOOTER
========================= */
.site-footer {
    padding: 5rem 0 2.25rem;
    background: #000;
}

.footer-top {
    margin-bottom: 5.5rem;
}

.site-footer h3 {
    color: var(--orange);
    font-size: clamp(24px, 1.9vw, 36px);
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 1.25rem;
}

.footer-links li + li {
    margin-top: 0.4rem;
}

.footer-links a {
    color: #fff;
    font-size: clamp(20px, 1.55vw, 32px);
    line-height: 1.48;
    font-weight: 300;
    transition: color 0.2s ease;
}

    .footer-links a:hover {
        color: var(--orange);
    }

.footer-company-title {
    color: var(--gold);
    font-size: clamp(22px, 1.7vw, 32px);
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 0.4rem;
    text-align: right;
}

.footer-card {
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 1.65rem 1.75rem;
}

    .footer-card p {
        color: #fff;
        font-size: clamp(20px, 1.45vw, 30px);
        line-height: 1.45;
        font-weight: 300;
        margin-bottom: 1.3rem;
    }

        .footer-card p:last-child {
            margin-bottom: 0;
        }

    .footer-card a {
        color: #fff;
    }

.footer-vertical-logo {
    width: 72px;
    max-width: 100%;
    height: auto;
    margin-top: 0.2rem;
}

.footer-bottom {
    padding-top: 1rem;
}

    .footer-bottom p,
    .footer-bottom a {
        color: #fff;
        font-size: clamp(16px, 1.05vw, 22px);
        line-height: 1.5;
        font-weight: 300;
    }

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1399.98px) {
    .quote-decor {
        right: 10px;
        width: 60px;
    }

    .custom-navbar .navbar-nav {
        gap: 1.15rem;
    }

    .brand-crop {
        width: 500px;
        height: 135px;
    }

    .brand-bg {
        top: 0;
        left: 44px;
        width: 395px;
    }

    .brand-logo {
        left: 38px;
        top: 44px;
        width: 225px;
    }
}

@media (max-width: 1199.98px) {
    .quote-section {
        padding: 4rem 0 5rem;
    }

    .footer-company-title {
        text-align: left;
    }

    .brand-crop {
        width: 420px;
        height: 135px;
    }

    .brand-bg {
        top: 0;
        left: 34px;
        width: 335px;
    }

    .brand-logo {
        left: 26px;
        top: 40px;
        width: 195px;
    }

    .custom-navbar .navbar-nav {
        padding-top: 1.7rem;
    }
}

@media (max-width: 767.98px) {
    .site-header {
        border-top: none;
    }

    .brand-crop {
        width: 215px;
        height: 100px;
    }

    .brand-bg {
        top: 0;
        left: 14px;
        width: 182px;
    }

    .brand-logo {
        left: 12px;
        top: 10px;
        width: 128px;
    }

    .custom-navbar .navbar-collapse {
        max-width: 300px;
        padding: 0.85rem 0.85rem;
    }

    .custom-navbar .nav-link {
        font-size: 18px;
        padding: 0.85rem 0.8rem;
    }

    .language-item .dropdown-item {
        font-size: 18px;
        padding: 0.85rem 0.8rem;
        margin-left: 0.2rem;
        margin-right: 0.2rem;
    }

    .quote-section {
        padding: 2.2rem 0 3rem;
    }

    .quote-heading {
        margin-bottom: 2.2rem;
    }

        .quote-heading h1 {
            font-size: clamp(54px, 16vw, 82px);
        }

        .quote-heading p {
            font-size: 19px;
            line-height: 1.2;
        }

    .quote-form .form-label {
        font-size: 20px;
    }

    .custom-input,
    .custom-textarea {
        font-size: 16px;
    }

    .custom-input {
        min-height: 50px;
    }

    .custom-textarea {
        min-height: 145px;
    }

    .custom-checks {
        gap: 0.5rem 1rem;
    }

        .custom-checks .form-check-label {
            font-size: 16px;
        }

    .btn-send {
        width: 100%;
        min-width: 0;
    }

    .contact-note p {
        font-size: 18px;
    }

    .site-footer {
        padding-top: 2.5rem;
        padding-bottom: 1.75rem;
    }

        .site-footer h3 {
            font-size: 22px;
        }

    .footer-links a {
        font-size: 18px;
    }

    .footer-company-title {
        font-size: 20px;
        text-align: left;
    }

    .footer-card {
        padding: 1.2rem 1rem;
    }

        .footer-card p {
            font-size: 18px;
        }

    .footer-vertical-logo {
        width: 46px;
    }

    .footer-bottom p,
    .footer-bottom a {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .custom-navbar {
        position: relative;
        padding: 0;
    }

        .custom-navbar .container-fluid {
            position: relative;
            align-items: center;
        }

    .brand-crop {
        width: 250px;
        height: 82px;
    }

    .brand-bg {
        top: 0;
        left: 18px;
        width: 215px;
    }

    .brand-logo {
        left: 14px;
        top: 20px;
        width: 145px;
    }

    .navbar-toggler {
        align-self: center;
        min-height: auto;
        padding: 0.15rem 0.3rem;
        margin-top: 0;
        margin-left: auto;
        position: relative;
        z-index: 20;
    }

    .custom-navbar .navbar-collapse {
        position: absolute;
        top: 75px;
        right: 0;
        width: 360px;
        max-width: 360px;
        margin: 0;
        padding: 0.85rem 0.85rem;
        background: #e9e9e9;
        z-index: 15;
    }

    .custom-navbar .navbar-nav {
        width: 100%;
        gap: 0;
        align-items: stretch !important;
        padding-top: 0;
    }

    .custom-navbar .nav-item {
        width: 100%;
    }

    .custom-navbar .nav-link {
        display: block;
        width: 100%;
        color: #000;
        font-size: 18px;
        font-weight: 400;
        padding: 0.8rem 0.85rem;
        border-bottom: 1px solid #dcdcdc;
        text-decoration: none;
    }

        .custom-navbar .nav-link:hover {
            color: #000;
            text-decoration: none;
        }

        .custom-navbar .nav-link.active,
        .custom-navbar .nav-link.active:hover {
            color: #DC4405;
            text-decoration: underline;
            text-underline-offset: 3px;
            border-bottom: 1px solid #dcdcdc;
        }

    .language-item > .nav-link.dropdown-toggle {
        display: none;
    }

    .language-item .dropdown-menu {
        display: block;
        position: static !important;
        transform: none !important;
        float: none;
        min-width: 100%;
        margin: 0;
        padding: 0.4rem 0 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .language-item .dropdown-item {
        display: block;
        width: auto;
        font-size: 18px;
        line-height: 1.25;
        font-weight: 400;
        color: #000;
        padding: 0.8rem 0.85rem;
        background: transparent;
        border-bottom: 1px solid #dcdcdc;
        margin-left: 0.2rem;
        margin-right: 0.2rem;
    }

        .language-item .dropdown-item:hover,
        .language-item .dropdown-item:focus {
            color: #000;
            background: transparent;
        }

        .language-item .dropdown-item.active,
        .language-item .dropdown-item:active {
            background: #e3e3e3;
            color: #000;
            font-weight: 700;
            text-decoration: none;
            border-bottom: 0;
        }
}

.invalid-feedback {
    margin-top: .25rem;
    font-size: 1.3em;
}