/* ===== largeur 100% ===== */
@media (min-width: 1200px) {
    #index .container {
        width: 100%;
        max-width: 100%;;
    }
    #header .container {
        width: 100%;
        max-width: 100%;;
    }
}
@media (min-width: 992px) {
    #index .container {
        width: 100%;
        max-width: 100%;
    }
    #header .container {
        width: 100%;
        max-width: 100%;;
    }
}
@media (min-width: 768px) {
    #index .container {
        width: 100%;
        max-width: 100%;
    }
    #header .container {
        width: 100%;
        max-width: 100%;;
    }
}
@media (min-width: 576px) {
    #index .container {
        width: 100%;
        max-width: 100%;
    }
    #header .container {
        width: 100%;
        max-width: 100%;;
    }
}


/* ===== CSS VARIABLES ===== */
:root {
    --vert: #69a15e;
    --vert-dark: #3d5738;
    --vert-light: #8aad82;
    --bois: #c8a97e;
    --bois-light: #e8d5b7;
    --creme: #faf8f3;
    --creme-dark: #f0ead8;
    --brun: #2c2416;
    --brun-mid: #6b4f2a;
    --blanc: #ffffff;
    --ombre: rgba(44,36,22,0.12);
}


/* === par  default ===*/
.page-my-account #content .links a:hover i {
    color: var(--vert);
}
#index section#wrapper .container {
    padding: 0;
}
#header .logo {
    max-width: 55%;
    height: auto;
}
#wrapper .container {
    padding-top: 20px;
}
a:hover {
    color: var(--vert);
    text-decoration: none;
}
#wrapper {
    padding-top: 0;
    background: #f6f6f6;
}
#header .header-top a[data-depth="0"] {
    color: #000;
    text-transform: uppercase;
}
#header .top-menu a[data-depth="0"]:hover {
    color: var(--vert);
    text-decoration: none;
}
#header .header-top {
    padding: 0 0;
}
a {
    color: var(--vert);
}
#header a:hover {
    color: var(--vert);
    text-decoration: none;
}
#header a:hover {
    color: var(--vert);
    text-decoration: none;
}
#header {
    background: var(--creme-dark);
}
.col-md-6.links .row {
    display: flex;
    justify-content: space-around;
}
#header .header-nav {
    border-bottom: none;
}
#header .header-nav .blockcart {
    background: var(--ombre);
}
#header .header-nav .cart-preview.active {
    background: var(--vert);
}
.logofooter {
    width: 18%;
}
#footer {
    padding-top: 2.5rem;
    background: var(--creme-dark);
}
#wrapper {
    background: var(--creme);
}
#index #wrapper {
    padding-top: 0;
}
#cms #content-wrapper {
    padding: 10px;
}
.footer-container li a:hover {
    color: var(--vert);
}
.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(--vert-dark);
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--vert-dark);
    border-color: rgba(0, 0, 0, 0);
    background-image: none;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: var(--vert-dark);
    border-color: rgba(0, 0, 0, 0);
}
a:focus, a:hover {
    color: var(--vert-dark);
    text-decoration: none;
}
.page-content.page-cms {
    padding: 1.25rem;
    text-align: justify;
    background: transparent;
}
nav.breadcrumb.hidden-sm-down {
    display: none;
}
#mobile_top_menu_wrapper {
    padding: 15px;
    background: var(--creme-dark);
}
#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}
#header .header-nav #menu-icon .material-icons {
    color: #000;
}
.card {
    background-color: var(--creme);
}
.contact-form {
    color: #000;
    background: var(--creme);
}
.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin {
    background: var(--vert);
}
.form-control:focus {
    outline: 0.1875rem solid var(--vert);
}
.custom-radio input[type="radio"]:checked+span {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--vert);
    border-radius: 50%;
}
.form-control:focus {
    border-color: var(--vert-light);
}
.input-group.focus {
    outline: 0.1875rem solid var(--vert);
}
a:hover .step h3 {
    color: var(--vert);
}
.pdv-account-completion-advice svg {
    display: none;
}
body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: var(--vert) 3px solid;
}










/* ===== HERO ===== */
.hero {
    position: relative;
    overflow: hidden;
    min-height: 94vh;
    display: flex;
    align-items: center;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://www.brocetshop.fr/img/cms/videgrenier.png');
    background-size: cover;
    background-position: center top;
    filter: brightness(0.65) saturate(0.8);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(44,36,22,0.72) 0%, rgba(44,36,22,0.3) 55%, transparent 100%);
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 4rem 5rem;
    animation: fadeUp 0.9s ease both;
}
@keyframes fadeUp {
    from { opacity:0; transform:translateY(30px); }
    to   { opacity:1; transform:translateY(0); }
}
.hero-eyebrow {
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--bois);
    margin-bottom: 1rem;
}
.hero h1 {
    font-size: clamp(2.6rem, 5vw, 4.2rem);
    font-weight: 900;
    color: var(--blanc);
    line-height: 1.08;
    margin-bottom: 1.4rem;
}
.hero h1 em {
    font-style: italic;
    color: var(--bois);
}
.hero-sub {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    font-weight: 300;
    max-width: 520px;
}
  
.hero-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.btn-primary {
    display: inline-block;
    background: var(--vert);
    color: var(--blanc);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 36px;
    border-radius: 3px;
    transition: background 0.2s, transform 0.2s;
    border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--vert-dark); transform: translateY(-2px); }
.btn-outline {
    display: inline-block;
    background: transparent;
    color: var(--blanc);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 34px;
    border-radius: 3px;
    border: 2px solid rgba(255,255,255,0.6);
    transition: border-color 0.2s, background 0.2s;
    cursor: pointer;
}
.btn-outline:hover { 
    border-color: var(--blanc); 
    background: rgba(255,255,255,1); 
    color: var(--bois) !important;
}
.hero-badge {
    position: absolute;
    right: 5%;
    bottom: 8%;
    background: var(--creme);
    border: 3px solid var(--bois);
    border-radius: 50%;
    width: 130px; height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    animation: fadeUp 1.1s 0.3s ease both;
}
.hero-badge strong {
    font-size: 2rem;
    font-weight: 900;
    color: var(--vert-dark);
    line-height: 1;
}
.hero-badge span {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brun-mid);
    margin-top: 4px;
}

/* ===== CONCEPT STRIP ===== */
.concept-strip {
    background: var(--vert-dark);
    padding: 1.4rem 2rem;
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}
.concept-strip .item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--bois-light);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.concept-strip .item svg { width:20px; height:20px; opacity:0.9; }

/* ===== SECTION BASE ===== */
#concept .section-inner {
    max-width: 1800px;
    padding: 0 20px;
}
.section-inner { 
    max-width: 1400px; 
    margin: 0 auto; 
}
.section-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--vert);
    margin-bottom: 0.6rem;
}
.section-title {
    font-size: clamp(1.9rem, 3.5vw, 3rem);
    font-weight: 900;
    color: var(--brun);
    line-height: 1.15;
    margin-bottom: 1.2rem;
}
.section-title em { font-style:italic; color:var(--vert); }
.section-desc {
    font-size: 1rem;
    color: #5a4d3a;
    line-height: 1.75;
    font-weight: 300;
}
section#tarifs {
    padding: 40px 0;
}
hr.divider {
    border: none;
    border-top: 2px solid var(--bois-light);
    margin: 1.5rem 0;
    max-width: 60px;
}

/* ===== CONCEPT SECTION ===== */
.concept-section { background: var(--creme); }
.concept-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 5rem;
    align-items: center;
    padding: 3rem 0;
}
.concept-image img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 8px 12px 40px var(--ombre);
}
.concept-text { }
.avantage-list {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.avantage-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.2rem;
    background: var(--creme-dark);
    border-left: 4px solid var(--vert);
    border-radius: 0 4px 4px 0;
}
.avantage-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.avantage-text { font-size: 0.92rem; line-height: 1.6; color: #4a3d2b; }
.avantage-text strong { color: var(--brun); display:block; margin-bottom:2px; font-size: 0.95rem; }

/* ===== COMMENT ÇA MARCHE ===== */
.how-section { 
    background: var(--creme-dark); 
    padding: 20px 0;
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 3.5rem;
    position: relative;
}
.steps-grid::before {
    content: '';
    position: absolute;
    top: 38px;
    left: calc(10% + 24px);
    right: calc(10% + 24px);
    height: 2px;
    background: var(--bois-light);
    z-index: 0;
}
.step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0.8rem;
    animation: fadeUp 0.6s ease both;
}
.step:nth-child(1) { animation-delay: 0.05s; }
.step:nth-child(2) { animation-delay: 0.15s; }
.step:nth-child(3) { animation-delay: 0.25s; }
.step:nth-child(4) { animation-delay: 0.35s; }
.step:nth-child(5) { animation-delay: 0.45s; }
.step-num {
    width: 76px; height: 76px;
    border-radius: 50%;
    background: var(--vert);
    color: var(--blanc);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    box-shadow: 0 4px 20px rgba(90,122,82,0.35);
    flex-shrink: 0;
}
.step h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--brun);
    margin-bottom: 0.5rem;
}
.step p {
    color: #6b5d47;
    line-height: 1.6;
}

/* ===== NOS STANDS ===== */
.stands-section { background: var(--creme); }
.stands-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    gap: 1rem;
}
.stands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}
.stand-card {
    background: var(--blanc);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 24px var(--ombre);
    transition: transform 0.25s, box-shadow 0.25s;
    border: 1px solid var(--bois-light);
}
.stand-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(44,36,22,0.18); }
.stand-card-header {
    background: var(--vert-dark);
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
}
.stand-icon { font-size: 2.8rem; margin-bottom: 0.8rem; }
.stand-card-header h3 {
    font-size: 1.4rem;
    color: var(--blanc);
    margin-bottom: 0.3rem;
}
.stand-card-header p {
    font-size: 0.8rem;
    color: var(--bois-light);
    font-weight: 300;
    font-style: italic;
}
.stand-card-body {
    padding: 1.5rem;
}
.stand-card-body ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}
.stand-card-body ul li {
    font-size: 0.88rem;
    color: #5a4d3a;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.stand-card-body ul li::before {
    content: '✓';
    color: var(--vert);
    font-weight: 700;
    flex-shrink: 0;
}
.stand-badge {
    background: var(--creme-dark);
    border-radius: 4px;
    padding: 0.8rem 1rem;
    text-align: center;
    font-size: 0.78rem;
    color: var(--brun-mid);
    font-style: italic;
}
section#stands {
    padding: 20px 0;
}
.stand-card-header {
    padding: 0;
    background: none;
    overflow: hidden;
}
.stand-image {
    width: 100%;
    object-fit: cover;
    display: block;
}
.imgespace {
    max-width: 100%;
}
.espace-icon {
    width: 50%;
}

/* ===== TARIFS ===== */
.tarifs-section { background: var(--brun); }
.tarifs-section .section-title { color: var(--blanc); }
.tarifs-section .section-label { color: var(--bois); }
.tarifs-section .section-desc { color: rgba(255,255,255,0.7); }
.tarifs-section hr.divider { border-color: rgba(200,169,126,0.3); }
.tarifs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}
.tarif-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(200,169,126,0.3);
    border-radius: 6px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: background 0.2s;
}
.tarif-card:hover { background: rgba(255,255,255,0.1); }
.tarif-card.featured {
    background: var(--vert);
    border-color: var(--vert);
    transform: scale(1.04);
    box-shadow: 0 8px 40px rgba(90,122,82,0.5);
}
.tarif-duration {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--bois);
    margin-bottom: 0.8rem;
}
.tarif-card.featured .tarif-duration { color: rgba(255,255,255,0.8); }
.tarif-price {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--blanc);
    line-height: 1;
    margin-bottom: 0.3rem;
}
.tarif-price sup { font-size: 1.5rem; vertical-align: super; }
.tarif-unit {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
    margin-bottom: 1.5rem;
}
.tarif-card.featured .tarif-label {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: var(--blanc);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 1rem;
}
.tarif-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
}
.tarif-features li {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.75);
}
.commission-box {
    margin-top: 3rem;
    background: rgba(200,169,126,0.1);
    border: 1px solid rgba(200,169,126,0.25);
    border-radius: 6px;
    padding: 2rem;
}
.commission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    align-items: center;
}
.commission-img {
    text-align: center;
}
.commission-img img {
    width: 60%;
}
.commission-box h3 {
    font-size: 1.4rem;
    color: var(--bois);
    margin-bottom: 0.8rem;
}
.commission-box p { font-size: 0.9rem; color: rgba(255,255,255,0.7); line-height: 1.7; }
.commission-example {
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    padding: 1.2rem;
}
.commission-example h4 {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bois);
    margin-bottom: 1rem;
}
.commission-bar {
    display: flex;
    height: 36px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.8rem;
}
.comm-you {
    background: var(--vert);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--blanc);
    width: 70%;
}
.comm-us {
    background: var(--bois);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--brun);
    width: 30%;
    padding: 5px;
}
.commission-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
}

/* ===== DÉPÔT VENTE ===== */
.depot-section { background: var(--creme-dark); overflow: hidden; }
.depot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 5rem;
    align-items: center;
    padding: 30px 0;
}
.depot-image img {
    width: 100%;
    border-radius: 4px;
    box-shadow: -8px 12px 40px var(--ombre);
}
.depot-pricing {
    margin-top: 2rem;
    background: var(--blanc);
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--bois-light);
}
.depot-pricing table {
    width: 100%;
    border-collapse: collapse;
}
.depot-pricing th {
    background: var(--vert-dark);
    color: var(--blanc);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.8rem 1rem;
    text-align: left;
}
.depot-pricing td {
    padding: 0.75rem 1rem;
    font-size: 0.88rem;
    color: #4a3d2b;
    border-bottom: 1px solid var(--bois-light);
}
.depot-pricing tr:last-child td { border-bottom: none; }
.depot-pricing tr:nth-child(even) td { background: var(--creme-dark); }
section#depot {
    padding: 30px 0;
}
.imgdpvente {
    width: 100%;
}
.depot-image {
    text-align: center;
}
.depot-image img {
    width: 60%;
    border-radius: 4px;
    box-shadow: -8px 12px 40px var(--ombre);
}

.depot-img img {
    width: 100%;
    border-radius: 4px;
    box-shadow: -8px 12px 40px var(--ombre);
}

/* ===== VIDE MAISON ===== */
.maison-section {
    background: var(--creme);
    padding: 6rem 0;
}
.maison-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 4rem;
    align-items: center;
}
.maison-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    box-shadow: 0 20px 50px var(--ombre);
}
.maison-content .section-title {
    color: var(--brun);
}
.maison-content .section-title em {
    color: var(--vert);
    font-style: normal;
}
.maison-content .section-desc {
    color: #6d6255;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}
.maison-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}
.step {
    display: flex;
    gap: 1rem;
}
.step span {
    color: var(--bois);
    font-size: 1.8rem;
    font-weight: 700;
    min-width: 50px;
}
.step h3 {
    margin-bottom: 0.3rem;
    color: var(--brun);
    font-size: 1rem;
}
.step p {
    color: #6d6255;
    font-size: 0.9rem;
    line-height: 1.6;
}
.maison-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}
.maison-card {
    background: var(--blanc);
    border: 1px solid var(--vert-light);
    border-radius: 10px;
    padding: 1.5rem;
    transition: all .25s ease;
}
.maison-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}
.step-number {
    display: inline-block;
    font-size: .8rem;
    font-weight: 700;
    color: var(--vert);
    letter-spacing: 2px;
    margin-bottom: 1rem;
}
.maison-card h3 {
    color: var(--brun);
    font-size: 1rem;
    margin-bottom: .5rem;
}
.maison-card p {
    color: #6d6255;
    font-size: .9rem;
    line-height: 1.6;
}


/* ===== ESPACES BONUS ===== */
.espaces-section { background: var(--creme); }
.espaces-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}
.espace-card {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background: var(--creme-dark);
    border-radius: 6px;
    padding: 2rem;
    border: 1px solid var(--bois-light);
    transition: box-shadow 0.2s;
    align-items: center;
}
.espace-card:hover { box-shadow: 0 6px 30px var(--ombre); }
.espace-icon { font-size: 2.5rem; flex-shrink: 0; }
.espace-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--brun);
    margin-bottom: 0.4rem;
}
.espace-card p { font-size: 0.88rem; color: #6b5d47; line-height: 1.6; }
.espace-note {
    margin-top: 1.5rem;
    font-size: 0.8rem;
    color: #9a8a72;
    font-style: italic;
    text-align: center;
}


/* ===== RÉSERVATION CTA ===== */
.resa-section {
    background: var(--vert);
    padding: 1rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.resa-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.resa-section .section-inner { position: relative; z-index:1; }
.resa-section h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--blanc);
    font-weight: 900;
    margin-bottom: 1rem;
}
.resa-section p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 2.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.btn-white {
    display: inline-block;
    background: var(--blanc);
    color: var(--vert-dark);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 48px;
    border-radius: 3px;
    transition: background 0.2s, transform 0.2s;
    cursor: pointer; border: none;
}
.btn-white:hover { background: var(--creme); transform: translateY(-2px); }


/* === footer === */
#footer {
    padding-top: 2.5rem;
}
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--vert-dark);
    color: var(--bois);
    border: none;
    border-radius: 50%;
    padding: 9px 14px 10px 13px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    transition: 0.3s;
    z-index: 9999;
}


/* === espace déposant === */
.espacedeposant {
    text-align: center;
}
.espacedeposant h1 {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}
.espacedeposant p {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000;
    margin-top: 40px;
}
.btnsdeposant {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
}
.buttoncenter {
    text-align: center;
    margin-top: 50px;
}


.livraison-section {
    background: var(--blanc);
}
.livraison-section {
    background: var(--blanc);
    background-image: url(https://www.brocetshop.fr/img/cms/Fondbois.png);
    padding: 45px;
}
.livraison-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--blanc);
    border-radius: 12px;
    overflow: hidden;
}
.livraison-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.livraison-content {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.livraison-content h2 {
    margin-bottom: 1rem;
    color: var(--brun);
}
.livraison-content p {
    line-height: 1.7;
}
.livraison-price {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--vert-dark);
}


.social-section {
    background: var(--creme);
    text-align: center;
    padding: 5rem 0;
    border-top: 1px solid var(--bois-light);
    background-image: url(https://www.brocetshop.fr/img/cms/Fondbois.png);
}
.social-section h2 {
    color: var(--brun);
    font-weight: 900;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
}
.social-section p {
    max-width: 650px;
    margin: 0 auto 2rem;
    color: #000;
    line-height: 1.7;
}
.btn-facebook {
    display: inline-block;
    padding: 16px 36px;
    background: var(--vert);
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: transform .2s ease;
}
.btn-facebook:hover {
    transform: translateY(-2px);
    color: var(--blanc);
}


.photos-preview {
    background: var(--creme);
    padding: 5rem 0;
    border-top: 1px solid var(--bois-light);
    border-bottom: 1px solid var(--bois-light);
}
.photos-content {
    max-width: 700px;
    margin: auto;
}
.photos-preview p {
    color: #6d6255;
    line-height: 1.7;
    margin-bottom: 2rem;
}
.carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-top: 2rem;
}
.carousel-track {
    display: flex;
    gap: 1rem;
}
.carousel-track img {
    width: 500px;
    height: 420px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}



.swiper {
  width: 100%;
  padding: 2rem 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.swiper-button-next, .swiper-button-prev {
    color: var(--vert-dark)!important;
}


/* === POP UP ===*/
.home-popup.hidden {
    display: none;
}

.home-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.home-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.home-popup-box {
    position: relative;
    background: var(--creme);
    max-width: 900px;
    margin: 6% auto;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px var(--ombre);
}

.home-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
}

.popup-content {
    padding: 30px;
}

/* Titre */
.popup-content h1 {
    font-size: 24px;
    color: var(--vert-dark);
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

/* Petit effet décoratif sous le titre */
.popup-content h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--vert);
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Paragraphes */
.popup-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* Code promo mis en avant */
.popup-content strong {
    color: var(--vert-dark);
}

/* Bloc code promo (effet badge) */
.popup-content .code-promo {
    display: inline-block;
    background: var(--vert);
    color: var(--blanc);
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 0;
}

/* Alerte importante */
.popup-content .important {
    background: var(--bois-light);
    border-left: 4px solid var(--bois);
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
}

/* Effet bouton si tu ajoutes un CTA */
.popup-content .btn {
    display: block;
    text-align: center;
    margin-top: 15px;
    padding: 12px;
    background: var(--vert);
    color: var(--blanc);
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s;
}

.popup-content .btn:hover {
    background: var(--vert-dark);
}


/* === Responsive === */
@media (max-width: 1400px) {
    .section-inner {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
    }
}
@media (max-width: 1024px) {
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .steps-grid::before {
        display: none;
    }
    .hero-content {
        padding: 3rem;
        max-width: 600px;
    }

    .hero-badge {
        width: 110px;
        height: 110px;
    }
}
@media (max-width: 991px) {
    #photos {
        padding: 20px 0;
    }
}
@media (max-width: 768px) {

    .hero {
        min-height: auto;
        padding: 7rem 0 5rem;
        flex-direction: column;
    }

    .hero-content {
        padding: 2rem;
        max-width: 100%;
    }

    .hero-eyebrow {
        font-size: 0.75rem;
        letter-spacing: 0.15em;
    }

    .hero h1 {
        font-size: 2.4rem;
        line-height: 1.1;
    }

    .hero-sub {
        font-size: 1rem;
        max-width: none;
    }

    .hero-btns {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-btns a {
        text-align: center;
    }

    .hero-badge {
        position: static;
        margin: 2rem auto 0;
        width: 110px;
        height: 110px;
    }

    .hero-overlay {
        background: linear-gradient(
            to bottom,
            rgba(44,36,22,0.75),
            rgba(44,36,22,0.55)
        );
    }
    .livraison-card {
        grid-template-columns: 1fr;
    }

    .livraison-image img {
        height: 250px;
    }

    .livraison-content {
        padding: 2rem;
    }
}
@media (max-width: 767px) {
    .col-md-6.links .row {
        flex-direction: column;
    }
    .logofooter {
        align-self: center;
    }
    .footer-container .links ul {
        background-color: var(--creme-dark);
    }
    #header .logo {
        max-width: 100%;
    }
    #header .top-logo img {
        max-height: 3rem;
    }
    .footer-container {
        padding-top: 0.5rem;
    }
}
@media (max-width: 600px) {
    .btnsdeposant {
        gap: 40px;
        flex-direction: column;
    }
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .step {
        padding: 1rem 0;
    }
    .step-num {
        width: 64px;
        height: 64px;
    }
}
@media (max-width: 500px) {
    .logofooter {
        width: 35%;
        align-self: center;
    }
    .espace-card {
        padding: 20px;
    }
}
@media (max-width: 480px) {

    .hero-content {
        padding: 1.5rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .btn-primary,
    .btn-outline {
        width: 100%;
        padding: 16px;
    }
}
@media (max-width: 440px) {
    .commission-bar {
        height: 58px;
    }
}
@media (max-width: 425px) {
    .concept-grid {
        display: block;
    }
    .concept-image {
        padding-bottom: 10px;
    }
    .steps-grid {
        display: block;
    }
    .stands-grid {
        display: block;
    }
    .stand-card {
        margin-bottom: 50px;
    }
    .espaces-grid {
        display: block;
    }
    .espace-card {
        margin-bottom: 20px;
    }
    .tarifs-grid {
        display: block;
    }
    .tarif-card {
        margin-bottom: 50px;
    }
    .depot-grid {
        display: block;
    }
    .maison-layout {
        display: block;
    }
    .maison-image {
        margin-bottom: 50px;
    }
    .maison-grid {
        display: block;
    }
    .maison-card {
        margin-bottom: 50px;
    }
}
@media (max-width: 375px) {
    .commission-grid {
        display: block;
    }
    .commission-example {
        margin-top: 20px;
    }
    .commission-box {
        padding: 10px;
    }
}