body {
    background-color: #fff;
}

/* Header */
/* === HEADER FIXE TRANSPARENT === */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: transparent;
    transition: background 0.4s ease, box-shadow 0.4s ease;
    padding: 0px !important;
}

.gradient_he_white {
    background-color: white;
    transition: 0.5s;
    background-size: 200% auto;
    color: #000;
}
.gradient_he_btn {
    background-color: #d9397b;
    transition: 0.5s;
    background-size: 200% auto;
    /* box-shadow: 0 0 20px #eee; */
}
.eBtnHL {
    padding: 12px 30px 12px 29px;
    border-radius: 0px;
    color: #d9397b;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    height: 100%;
}
.eBtnHR {
    padding: 12px 30px 12px 29px;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    height: 100%;
}

.container-no-right {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 7.65vw; /* garde le padding gauche de Bootstrap */
    padding-right: 0 !important; /* supprime le padding droit */
}
.dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: initial;
    margin-top: -2px !important;
}
.primary-end {
    height: 100% !important;
}
/* 
@media (min-width: 576px) {
    .container-no-right {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-no-right {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-no-right {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-no-right {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-no-right {
        max-width: 1320px;
    }
} */

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar .nav-link {
    color: white !important;
    font-weight: 500;
}

.navbar.scrolled .nav-link {
    color: #000 !important;
}

.fixed-header {
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    backdrop-filter: blur(24px);
    animation: slideDown 0.35s ease-out;
    /* background-color:  hsl(var(--white) / 0.9) !important; */
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
.header-left {
    background-color: #00000000 !important;
}

.header-right {
    background-color: white !important;
}

.header-area {
    background-color: transparent !important;
    padding: 0px !important;
}
.section__home--search::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* fonce légèrement le fond */
}
.section__home--search > .container {
    position: relative;
    z-index: 2;
}
.toggle-bar {
    display: block !important;
}
.eBtn {
    border-radius: 0px !important;
}

/* End header */
.section__home--search .container {
    width: 100%;
    padding-right: calc(36px * 0.5);
    padding-left: calc(36px * 0.5);
    margin-right: auto;
    margin-left: auto;
}

/* .section__home--search {
    display: flex;
    align-items: center;
    height: 350px;
    background: url("default/hero-bg.jpg");
    background-size: cover;
} */
.section__home--search {
    display: flex;
    align-items: center;
    height: 80vh;
    background: url("default/hero-bg.jpg") center/cover no-repeat;
    position: relative;
    padding-top: 80px; /* ← évite le chevauchement avec le header */
    margin-top: 0;
}

@media (min-width: 1200px) {
    .section__home--search {
        height: 80vh;
        margin-bottom: 60px;
    }
}

.section__home--search h1 {
    font-size: 46px;
    line-height: 42px;
}

.search-form .form-control {
    margin-bottom: 10px;
    color: #212529 !important;
    padding: 0.5625rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #3f1950;
    height: 45px;
    border-radius: 0;
}

.search-form .btn-main {
    text-transform: uppercase;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #d93648;
    display: inline-block;
    text-decoration: none;
}

.search-form__categories p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 16px;
    margin-bottom: 0;
    width: 100%;
}

@media (min-width: 1200px) {
    .search-form__categories p {
        gap: 36px;
        grid-template-columns: repeat(4, 1fr);
    }
}

.search-form__categories p a {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: #d93648;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem
        rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #d93648;
    transition: color 250ms, background-color 250ms;
    font-weight: 500;
    cursor: pointer;
}

/* Styles isolés sous .custom-cards-row */
.custom-cards-row {
    display: flex;
    flex-wrap: wrap;
    /* gap: 1.5rem; */
}

.custom-cards-row .col-md-6 {
    flex: 1 1 50%;
    max-width: 50%;
}

.custom-cards-row .card {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.custom-cards-row .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.custom-cards-row .card-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0.5rem;
    color: #212529;
}

.custom-cards-row .card-text {
    /* font-size: 1rem; */
    line-height: 1.5;
    color: #444;
}

.custom-cards-row .card a {
    color: #212529;
    font-weight: 600;
    text-decoration: none;
}

.custom-cards-row .card a:hover {
    text-decoration: underline;
}

.custom-cards-row .badge {
    display: inline-block;
    padding: 0.3em 0.6em;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    background-color: #0d6efd;
    border-radius: 0.5rem;
}

.custom-cards-row .col-md-6.text-center img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Footer */
.footer-area {
    background-color: #d53673;
    color: white;
    padding: 60px 0;
    font-size: 14px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    text-decoration: underline;
}

.newsletter-section h4 {
    color: #ffbe00;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter-form input {
    border: none;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
}

.newsletter-form button {
    background-color: #ffbe00;
    color: black;
    border: none;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.3s;
}

.newsletter-form button:hover {
    background-color: #ffcd33;
}

.footer-logo {
    text-align: left;
}

.footer-logo p {
    font-weight: 600;
    margin-top: 15px;
}

.socials a {
    color: white;
    font-size: 22px;
    margin-right: 15px;
    transition: 0.3s;
}

.socials a:hover {
    color: #ffbe00;
}

.footer-separator {
    border-color: rgba(255, 255, 255, 0.3);
    margin: 40px 0 20px;
}

.footer-bottom {
    text-align: left;
    font-size: 13px;
}

/* End footer */
