/*Pleine largeur*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 100%;;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
section#wrapper .container {
    padding: 0;
}

:root {
    --bordeaux: #8b1a4a;
    --bordeaux-dark: #6b1238;
    --bordeaux-light: #b5406e;
    --bordeaux-xlight: #faf0f4;
    --bordeaux-mid: #e8b4c8;
    --beige: #f5f0ea;
    --beige-dark: #e2d9cc;
    --gray-light: #f7f7f5;
    --text-dark: #1a1a1a;
    --text-mid: #29293a;
    --text-light: #888888;
    --white: #ffffff;
}


#header .top-menu a[data-depth="0"]:hover{
    color: var(--bordeaux);
    text-decoration: none;
}
li#lnk-reserver-un-stand {
    background: var(--bordeaux);
    color: #fff;
    padding: 4px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    transition: background 0.2s;
}
#header a:hover {
    color: var(--bordeaux);
    text-decoration: none;
}
div#lgcookieslaw_banner_d6872753e8c10afd2d0c94f6b30d4ae9 {
    background-color: #ffff;
}
.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    background: var(--bordeaux);
    border-radius: 0;
}
#header .header-top a[data-depth="0"] {
    color: var(--text-mid);
    text-transform: uppercase;
}
p.stand-price {
    color: var(--text-dark);
}
.stand-types table td, .stand-options table td {
    color: var(--text-dark);
}
#header .header-nav .cart-preview.active {
    background: var(--bordeaux);
}
#header .header-top #lnk-reserver-un-stand a[data-depth="0"] {
    color: #fff;
    text-transform: uppercase;
}
li#lnk-reserver-un-stand:hover {
    background: #fff;
    border: 2px solid var(--bordeaux);
}
#header .top-menu #lnk-reserver-un-stand a[data-depth="0"]:hover{
    color: var(--bordeaux);
    text-decoration: none;
}
#wrapper {
    padding-top: 1.563rem;
    background: #fff;
}
.vgHours .pdvTitle {
    color: #000;
}
.btn-reserve {
    background: var(--bordeaux);
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
    display: inline-block;
}
.btn-reserve:hover {
    background: var(--bordeaux-dark);
}
.col-md-6.links .row {
    display: flex;
    justify-content: space-around;
}
.footer-container li a:hover {
    color: var(--bordeaux);
}
a:hover {
    color: var(--bordeaux-dark);
    text-decoration: none;
}
a:focus, a:hover {
    color: var(--bordeaux-dark);
    text-decoration: underline;
}

/* ─── HERO ─── */
.hero-wrapper {
    border-bottom: 1px solid var(--beige-dark);
}
.hero {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    grid-template-areas: "text image";
    margin: 0 auto;
    padding: 0 3rem 3rem;
    gap: 0;
    align-items: center;
}
.hero-image {
    grid-area: image;
}
.hero-text {
    grid-area: text;
}
.hero-text {
    padding: 3rem 3rem;
}
.hero-label {
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--bordeaux);
    margin-bottom: 1.2rem;
}
.hero-text h1 {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    color: var(--text-dark);
}
.hero-text h1 span {
    color: var(--bordeaux);
}
.hero-underline {
    width: 48px;
    height: 3px;
    background: var(--bordeaux);
    border-radius: 2px;
    margin-bottom: 1.4rem;
}
.hero-text p {
    color: var(--text-mid);
    line-height: 1.8;
    margin-bottom: 2rem;
    max-width: 420px;
}
.hero-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}
.btn-primary {
    background: var(--bordeaux);
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s;
    text-align: center;
}
.btn-primary:hover {
    background: var(--bordeaux-dark);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: var(--bordeaux);
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: var(--bordeaux);
    border-color: rgba(0, 0, 0, 0);
}
.btn-secondary {
    background: transparent;
    color: var(--bordeaux);
    padding: 12px 24px;
    border-radius: 6px;
    border: 1.5px solid var(--bordeaux);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
}
.btn-secondary:hover {
    background: var(--bordeaux);
    color: var(--white);
}
a {
    color: var(--bordeaux);
    text-decoration: none;
}
.hero-icons {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
.hero-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}
.hero-icon-box {
    width: 44px;
    height: 44px;
    border: 1.5px solid var(--bordeaux-mid);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-icon-box:hover {
    background-color: var(--bordeaux);
}
.hero-icon-box svg {
    width: 20px;
    height: 20px;
    stroke: var(--bordeaux);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.hero-icon-box:hover svg {
    stroke: var(--white);
}
.hero-icon-item span {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-mid);
    line-height: 1.3;
    max-width: 70px;
}
.hero-image {
    border-radius: 12px;
    overflow: hidden;
    background: var(--beige);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--beige-dark);
}
.hero-img-placeholder {
    text-align: center;
    padding: 2rem;
}
.hero-img-placeholder svg {
    width: 48px;
    height: 48px;
    stroke: var(--bordeaux-mid);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    margin-bottom: 1rem;
}
.hero-img-placeholder p {
    color: var(--text-light);
    font-style: italic;
    line-height: 1.6;
}

/* ─── SECTIONS ─── */
.sec {
    width: 100%;
}
.sec-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 3rem;
}
.sec-white {
    background: var(--white);
}
.sec-gray {
    background: var(--gray-light);
    border-top: 1px solid var(--beige-dark);
    border-bottom: 1px solid var(--beige-dark);
}
.sec-bordeaux {
    background: var(--bordeaux);
}
.sec-dark {
    background: var(--text-dark);
}
.sec-label {
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--bordeaux);
    margin-bottom: 0.5rem;
    text-align: center;
}
.sec-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
.sec-underline {
    width: 40px;
    height: 3px;
    background: var(--bordeaux);
    border-radius: 2px;
    margin: 0 auto 1.5rem;
}
.sec-sub {
    text-align: center;
    color: var(--text-mid);
    margin-bottom: 3rem;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
}
.sec-bordeaux .sec-label {
    color: rgba(255, 255, 255, 0.7);
}
.sec-bordeaux .sec-title {
    color: #fff;
}
.sec-bordeaux .sec-sub {
    color: rgba(255, 255, 255, 0.7);
}
.sec-dark .sec-label {
    color: var(--bordeaux-mid);
}
.sec-dark .sec-title {
    color: #fff;
}
.sec-dark .sec-sub {
    color: rgba(255, 255, 255, 0.55);
}

/* ─── VALEURS ─── */
.valeurs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}
.valeur {
    background: var(--white);
    border: 1px solid var(--beige-dark);
    border-radius: 10px;
    padding: 1.6rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.valeur-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border: 1.5px solid var(--bordeaux-mid);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.valeur-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--bordeaux);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.valeur h3 {
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
}
.valeur p {
    color: var(--text-light);
    line-height: 1.6;
}

/* ─── CONCEPT ─── */
.concept-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}
.concept-card {
    background: var(--white);
    border: 1px solid var(--beige-dark);
    border-top: 3px solid var(--bordeaux);
    border-radius: 10px;
    padding: 1.8rem;
}
.concept-icon-box {
    width: 46px;
    height: 46px;
    background: var(--bordeaux-xlight);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
}
.concept-icon-box svg {
    width: 22px;
    height: 22px;
    stroke: var(--bordeaux);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.concept-card h3 {
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.6rem;
}
.concept-card>p {
    color: var(--text-mid);
    line-height: 1.75;
    margin-bottom: 0.8rem;
}
.chk {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 3px 0;
}
.chk-icon {
    color: var(--bordeaux);
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 1px;
}
.chk p {
    color: var(--text-mid);
    margin: 0;
}

/* ─── COMMENT CA MARCHE ─── */
.comment-wrap {
    display: block;
}
.comment-left-label {
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--bordeaux);
    margin-bottom: 0.5rem;
}
.comment-left-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}
.comment-underline {
    width: 40px;
    height: 3px;
    background: var(--bordeaux);
    border-radius: 2px;
    margin-bottom: 2.5rem;
}
.etapes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.etape {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.etape:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}
.etape-num {
    position: absolute;
    top: -5px;
    left: -8px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--bordeaux);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
.etape-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.etape-body .btn-primary {
    margin-top: auto;
}
.etape-icon {
    width: 44px;
    height: 44px;
    background: var(--bordeaux-xlight);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
    margin-right: auto;
    margin-left: auto;
}
.etape-icon svg {
    width: 40px;
    height: 39px;
    stroke: var(--bordeaux);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.etape h4 {
    font-weight: 700;
    color: var(--bordeaux);
    margin-bottom: 4px;
}
.etape p {
    color: var(--text-mid);
    line-height: 1.6;
    text-align: center ;
}
@media (max-width: 1024px) {
    .etapes {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}
@media (max-width: 600px) {
    .etapes {
        grid-template-columns: 1fr;
    }
}


/* ─── STANDS ─── */
.stand-incl {
    margin-top: 1rem;
    background: var(--bordeaux-xlight);
    border-radius: 6px;
    padding: 9px 12px;
    color: var(--bordeaux-dark);
    font-weight: 500;
}
.stand-extra {
    margin-top: 1.5rem;
    background: var(--bordeaux-xlight);
    border: 1px solid var(--bordeaux-mid);
    border-radius: 10px;
    padding: 1.2rem 1.6rem;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.stand-extra-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 8px;
    background: var(--bordeaux);
    display: flex;
    align-items: center;
    justify-content: center;
}
.stand-extra-icon svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.stand-extra h4 {
    font-weight: 700;
    color: var(--bordeaux-dark);
    margin-bottom: 2px;
}
.stand-extra p {
    color: var(--text-mid);
}
.stand-espaces {
    margin-top: 1rem;
    background: var(--gray-light);
    border: 1px solid var(--beige-dark);
    border-radius: 10px;
    padding: 1.1rem 1.6rem;
}
.stand-espaces h4 {
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
}
.stand-espaces p {
    color: var(--text-mid);
}
.textinit {
    text-transform: initial;
}
.stands {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.stand {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
    transition: transform 0.3s ease,box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.stand:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(0,0,0,0.12);
}
.stand-image {
    height: 440px;
    overflow: hidden;
}
.stand-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.stand:hover .stand-image img {
    transform: scale(1.05);
}
.stand-content {
    padding: 1.8rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.stand-type {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--bordeaux);
    margin-bottom: 0.5rem;
}
.stand h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.2rem;
    min-height: 58px;
}
.stand ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2rem;
}
.stand ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
    color: var(--text-mid);
}
.stand ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--bordeaux);
    position: absolute;
    left: 0;
    top: 8px;
}
@media (max-width: 768px) {
    .stands {
        grid-template-columns: 1fr;
    }
    .stand-image {
        height: 100%;
    }
}

/* ─── TARIFS ─── */
.tarifs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}
.tarif {
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 2rem 1.2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}
.tarif-dur {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.5rem;
}
.tarif-price {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.tarif.pop .tarif-price {
    color: var(--bordeaux);
}
.tarif-price sup {
    font-size: 22px;
    vertical-align: super;
}
.tarif-promo {
    color: rgba(255, 255, 255, 0.55);
    font-style: italic;
    margin-top: 4px;
    min-height: 16px;
}
.tarif.pop .tarif-promo {
    color: var(--bordeaux);
    font-weight: 600;
}
.tarif-com {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 7px 10px;
    color: #fff;
    font-weight: 600;
}
.tarif.pop .tarif-com {
    background: var(--bordeaux-xlight);
    color: var(--bordeaux-dark);
}
.tarif-inclus {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 1.4rem 2rem;
    max-width: 620px;
    margin: 0 auto;
}
.tarif-inclus h4 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem;
}
.tarif-inclus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}
.ti-item {
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 8px;
}
.ti-item::before {
    content: '';
    width: 6px;
    height: 6px;
    min-width: 6px;
    border-radius: 50%;
    background: var(--beige);
    display: block;
}
.tarif-cta {
    text-align: center;
    margin-top: 1.8rem;
}
.tarif-cta a {
    background: var(--white);
    color: var(--bordeaux);
    padding: 13px 32px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
}
.tarif-cta a:hover {
    background: var(--beige);
}

/* ─── FAQ ─── */
.faq {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.faq-item {
    background: var(--white);
    border: 1px solid var(--beige-dark);
    border-radius: 8px;
    overflow: hidden;
}
.faq-q {
    padding: 1rem 1.4rem;
    font-weight: 600;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background 0.2s;
}
.faq-q:hover {
    background: var(--bordeaux-xlight);
}
.faq-toggle {
    color: var(--bordeaux);
    flex-shrink: 0;
    line-height: 1;
    font-weight: 400;
}
.faq-a {
    display: none;
    padding: 0.8rem 1.4rem 1rem;
    color: var(--text-mid);
    line-height: 1.75;
    border-top: 1px solid var(--beige-dark);
}

/* ─── CTA STRIP ─── */
.cta-strip {
    background: var(--beige);
    border-top: 1px solid var(--beige-dark);
    padding: 4rem 2rem;
    text-align: center;
}
.cta-strip h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--bordeaux);
    margin-bottom: 0.6rem;
}
.cta-strip p {
    color: var(--text-mid);
    margin-bottom: 2rem;
}
.cta-strip a {
    background: var(--bordeaux);
    color: #fff;
    padding: 14px 36px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
}
.cta-strip a:hover {
    background: var(--bordeaux-dark);
}

/* ─── INFOS PRATIQUES ─── */
.infos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}
.info-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 1.5rem;
}
.info-card h3 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--beige);
    margin-bottom: 0.9rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.info-card p {
    color: #fff;
    line-height: 1.85;
}
.info-card strong {
    color: #fff;
}
a.iconres {
    font-size: 1.9rem;
    color: var(--bordeaux);
}
.col-md-12 .text-sm-center {
    margin-top: 70px;
}
button#next, #prev {
    cursor: pointer;
    border-radius: 0px;
    background-color: var(--pdv-main-color);
}
body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: var(--bordeaux) 3px solid;
}
.custom-radio input[type="radio"]:checked+span {
    background-color: var(--bordeaux);
}
#footer_account_list li:nth-child(3) a {
    display: none;
}

/*Flèche qui remonte en haut*/
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--bordeaux);
    color: var(--beige);
    border: none;
    border-radius: 50%;
    padding: 12px 14px 12px 14px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    transition: 0.3s;
}
#scrollTopBtn:hover {
    transform: scale(1.1);
}



.form-control:focus {
    outline: 0.1875rem solid var(--bordeaux);
}
.form-control:focus {
    border-color: transparent;
}
.espacedeposant h1 {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}
.btnsdeposant {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
}
.espacedeposant {
    text-align: center;
}
header.page-header {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.espacedeposant p {
    line-height: normal;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 40px;
}
.bold {
    font-weight: 700;
}
header.page-header h1 {
    display: none;
}
#footer {
    padding-top: 0;
}
.footer-container {
    padding-top: 0.5rem;
}
#order-slips-link {
    display: none !important;
}
.page-my-account #content .links a:hover i {
    color: var(--bordeaux);
}
#wrapper .breadcrumb {
    padding: 10px;
}
a.contact-link {
    color: #fff;
}
.logofooter {
    width: 40%;
}
.stand-options label {
    color: var(--text-dark);
}
.pdv-checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
    background-color: #373737;
}
p.option-price {
    color: var(--text-dark);
}
.stand-type.has-popup::after, .optionIntitule.has-popup::after {
    font-family: 'Material Icons';
    content: 'info_outline';
    font-size: 20px;
    color: var(--text-dark);
    margin-left: 6px;
    vertical-align: middle;
}
div#_desktop_logo {
    width: 28%;
}


/* ─── RESPONSIVE ─── */
@media (max-width: 1668px) {
    .hero-text {
        padding: 3rem 0rem;
    }
}
@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "text";
    }
    .hero-image {
        height: 280px;
    }
    .hero-text h1 {
        font-size: 34px;
    }
    .comment-wrap {
        grid-template-columns: 1fr;
    }
    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
    .header {
        padding: 0 1.5rem;
    }
    .sec-in {
        padding: 3.5rem 1.5rem;
    }
}
@media (max-width: 768px) {
    .col-md-6.links .row {
        flex-direction: column;
    }
    .logofooter {
        text-align: center;
        margin-bottom: 24px;
    }
}
@media (max-width: 640px) {
    .nav {
        display: none;
    }
    .hero-icons {
        justify-content: center;
    }
    .hero-btns {
        justify-content: center;
    }
    .nav.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--white);
        padding: 1.2rem 1.5rem;
        border-bottom: 1px solid var(--beige-dark);
        gap: 1rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        z-index: 99;
    }
    .menu-btn {
        display: flex;
    }
    .hero {
        padding: 0 1.5rem;
    }
    .hero-text {
        padding: 2rem 0;
    }
    .hero-text h1 {
        font-size: 28px;
    }
    .hero-icons {
        gap: 1rem;
    }
    .footer-inner {
        grid-template-columns: 1fr;
    }
    .tarif-inclus-grid {
        grid-template-columns: 1fr;
    }
    .valeurs {
        grid-template-columns: 1fr;
    }
    .header-actions .nav-icons {
        display: none;
    }
    .espacedeposant h1 {
        font-size: 3rem;
    }
    .btnsdeposant {
        gap: 40px;
        flex-direction: column;
    }
    .btnsdeposant a {
        justify-content: center;
    }
}