/* ===== GLOBAL ===== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
}

/* ===== BUTTONS ===== */
.btn-lg{
    padding-top: .60rem;
    padding-bottom: .60rem;
}
.btn[class^="btn-"],
.btn[class*=" btn-"] {
    border-radius: 2px !important;
    font-weight: 600 !important;
}
.btn > .btn-icon{
    order: 2;
    margin: 0 0 0 .5rem !important;
}

/* ===== HEADER ===== */
.navbar-logo-container{
    max-width: 300px !important;
}
.navbar-brand{
    height: 30px !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* ===== FOOTER ===== */
.footer-section {
    background-color: #00312D !important;
}
.footer-social-links .footer-links .fw-bold{
    display: block;
}

/* ===== LOCATION FEU VERT (custom-location-feuvert) ===== */
.lfv-section .lfv-card {
    isolation: isolate;
    transition: transform .2s ease, box-shadow .2s ease;
}

/* Image de fond */
.lfv-section .lfv-card .lfv-card__bg {
    z-index: 0;
    pointer-events: none;
}
.lfv-section .lfv-card .lfv-card__bg img,
.lfv-section .lfv-card .lfv-card__bg picture,
.lfv-section .lfv-card .lfv-card__bg picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Voile dégradé */
/*
.lfv-section .lfv-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.15) 60%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}
 */

/* Contenu : au-dessus du voile */
.lfv-section .lfv-card .lfv-card__content {
    z-index: 2;
}

/* Titre */
.lfv-section .lfv-card .lfv-title {
    font-size: 1.75rem;
    color: inherit;
}

/* Paragraphe */
.lfv-section .lfv-card .lfv-text {
    opacity: .9;
}

/* CTA : carte active (pas d'overlay) → fond blanc / texte primary */
.lfv-section .lfv-card:not(:has(.lfv-card__overlay)) .lfv-cta .btn {
    background: #fff !important;
    border-color: #fff !important;
    color: var(--bs-primary) !important;
}

/* CTA : carte inactive (overlay présent) → primary atténué, sans icône */
.lfv-section .lfv-card:has(.lfv-card__overlay) .lfv-cta .btn {
    background-color: var(--bs-primary-light, #a9cfb8) !important;
    border-color: var(--bs-primary-light, #a9cfb8) !important;
    color: rgba(255, 255, 255, .85) !important;
    box-shadow: none;
    opacity: .5;
}
.lfv-section .lfv-card:has(.lfv-card__overlay) .lfv-cta .btn > .btn-icon {
    display: none;
}

/* Contenu atténué quand inactif */
.lfv-section .lfv-card:has(.lfv-card__overlay) .lfv-card__content {
    opacity: .85;
}

/* Hover carte active uniquement */
.lfv-section .lfv-card:not(:has(.lfv-card__overlay)):hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
}

/* Dernier mot en primary uni (override du gradient par défaut du thème) */
.lfv-advantages__title.gradient-last-word .last-word-gradient {
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: currentColor;
    color: var(--bs-primary, #2ea36b);
}

.lfv-advantages__badge{ text-transform: uppercase; }


/* ===== ONETRUST COOKIELAW ===== */
#ot-sdk-btn{
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 99;
    border: none;
}

/* ===== PRODUCT ===== */
body#product .image-text-section > .container-xxl{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}