/*Couleur*/
:root {
    --marron: #724935;
    --marron-light: #9a6a52;
    --marron-dark: #4e2f1f;
    --beige: #e0cbac;
    --beige-logo : #f2e0c8;
    --beige-light: #f5ede0;
    --beige-xlight: #faf6ef;
    --beige-mid: #edd9bc;
    --cream: #fff9f2;
    --text-dark: #2e1a0e;
    --text-mid: #5c3a24;
    --text-light: #8a6247;
}

/*Largeur du site*/
@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%;
    }
}


/*Générale*/
#wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
#wrapper {
    padding-top: 0;
}
.btn-primary:focus, .btn-primary.focus {
    background-color: var(--marron-dark);
    border-color: var(--marron-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 {
    background-color: var(--marron-dark);
    border-color: var(--marron-dark);
}
p, .page-content.page-cms ul {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--marron);
}
body {
    font-size: 1.2rem;
    color: var(--marron);
}
#main .page-footer {
    margin-bottom: 0;
}
a {
    color: var(--marron);
    text-decoration: none;
}
.h1, .h2, .h3 {
    color: var(--marron);
}
.account-list a:hover {
    color: var(--marron);
}
a:hover {
    color: var(--marron-dark);
}
#wrapper {
    background: #fff;
}
.form-control:focus {
    outline: 0.1875rem solid var(--marron);
}
.form-control:focus {
    border-color: var(--marron);
}
#main {
    padding: 15px;
}
.breadcrumb.hidden-sm-down {
    padding-left: 15px !important;
}
#index #main {
    padding: 0;
}
#wrapper .breadcrumb {
    display: none;
}
#header .header-nav .cart-preview.active {
    background: var(--marron);
}






/*header*/
#_desktop_logo {
    text-align: center;
}
#header .logo {
    max-width: 60%;
    height: auto;
}
#header .header-top {
    padding: 0.25rem 0;
    background: var(--beige-logo);
    border-bottom: 2px solid var(--beige);
}
#header .header-nav {
    max-height: 50px;
    background: var(--beige-logo);
    border-bottom: none;
}
#header a {
    color: var(--marron);
}
#header .header-top a[data-depth="0"] {
    color: var(--marron);
}
#header .top-menu a[data-depth="0"]:hover {
    color: var(--marron-dark);
    text-decoration: none;
}
#header a:hover {
    color: var(--marron-dark);
}
#header .header-nav .cart-preview .shopping-cart {
    color: var(--marron);
}
#header .header-nav .blockcart {
    background: var(--beige-logo);
}
#header {
    color: var(--marron);
}
.top-menu a[data-depth="0"] {
    font-size: 1.2rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: var(--marron);
    text-transform: uppercase;
    font-weight: 600;
}
#mobile_top_menu_wrapper {
    background: var(--beige-logo);
}




/*HomePage*/
/*Banniere*/
.vtg-banner {
    background: var(--beige-light);
    border-bottom: 3px solid var(--beige);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    background-image: url(https://videtongreniertaden.fr/img/cms/Bannierev5.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1920 / 700;
    position: relative;
}
.vtg-banner-dots {
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, var(--beige) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.5;
}
.vtg-banner-content { position: relative; 
    z-index: 2;
}
.vtg-pill {
    display: inline-block;
    color: var(--beige);
    background: var(--marron);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 100px;
    margin-bottom: 1.4rem;
}
.vtg-banner h1 { 
    font-weight: 900; 
    color: var(--marron); 
    line-height: 1.1; 
    margin-bottom: 1rem; 
}
.vtg-banner-sub { 
    color: var(--text-mid); 
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 0.5rem; 
}
.vtg-banner-btns { 
    display: flex; 
    gap: 1rem; 
    justify-content: center; 
    flex-wrap: wrap; 
}
.btn-primary { 
    background: var(--marron); 
    color: #fff; 
    padding: 13px 30px; 
    border-radius: 4px;
    letter-spacing: 2px; 
    text-transform: uppercase; 
    text-decoration: none; 
    display: inline-block; 
    border: none; 
    cursor: pointer; 
}
.btn-primary:hover, .btn-secondary:hover { 
    background: var(--marron-dark); 
}
.btn-secondary {
    background: var(--beige);
    color: var(--marron);
    padding: 13px 30px;
    border-radius: 4px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
}
/* concept */
.sec { 
    width: 100%;
}
.sec-inner { 
    max-width: 1300px; 
    margin: 0 auto; 
    padding: 5rem 2rem; 
}
.sec-cream { 
    background: var(--cream); 
}
.sec-beige { 
    background: var(--beige-xlight); 
    border-top: 1px solid var(--beige-mid); 
    border-bottom: 1px solid var(--beige-mid); 
}
.sec-marron { 
    background: var(--marron); 
}
.sec-marron .sec-inner { 
    color: #fff; 
}
.sec-title {
    font-size: 34px; 
    font-weight: 700; 
    color: var(--marron); 
    text-align: center;
    margin-bottom: 0.4rem; 
}
.sec-marron .sec-title { 
    color: #fff; 
}
.sec-sub-title { 
    text-align: center; 
    font-style: italic; 
    color: var(--text-light); 
    margin-bottom: 0.8rem; 
}
.sec-marron .sec-sub-title { 
    color: rgba(255,255,255,0.7); 
}
.ornament { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    margin-bottom: 3rem; 
}
.ornament::before, .ornament::after { 
    content: ''; 
    display: block; 
    width: 50px; 
    height: 1px; 
    background: var(--beige); 
}
.sec-marron .ornament::before, .sec-marron .ornament::after { 
    background: rgba(255,255,255,0.3); 
}
.ornament-dot { 
    width: 6px; 
    height: 6px; 
    border-radius: 50%; 
    background: var(--marron-light); 
}
.sec-marron .ornament-dot { 
    background: rgba(255,255,255,0.5); 
}
.steps { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); 
    gap: 1.5rem; 
}
.step { 
    background: #fff; 
    border: 1px solid var(--beige-mid); 
    border-top: 3px solid var(--marron); 
    border-radius: 6px; 
    padding: 1.8rem 1.4rem; 
    text-align: center; 
    display: flex;
    flex-direction: column;
}
.step a {
    margin-top: auto;
}
.step-num {
    width: 40px; 
    height: 40px; 
    border-radius: 50%; 
    background: var(--beige-light); 
    border: 2px solid var(--beige); 
    color: var(--marron);
    font-weight: 700; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin: 0 auto 1rem; 
}
.step h3 {
    color: var(--text-dark); 
    margin-bottom: 0.5rem; 
}
.step p { 
    color: var(--text-mid); 
    line-height: 1.7; 
}
.expli{
    text-align:center; 
    margin:0 auto 2.8rem; 
    color:var(--text-mid); 
    font-style:italic; 
    line-height:1.85;
}
/*type de stand*/
.stands-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}
.stand-main {
    background: #fff;
    border: 1px solid var(--beige-mid);
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
}
.stand-main img {
    width: 70%;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 1rem;
}
.stand-main h3 {
    margin-bottom: 0.5rem;
    color: var(--marron-dark);
}
.stand-main p {
    color: var(--text-mid);
    line-height: 1.6;
}
.stands-extra {
    margin-top: 2rem;
    text-align: center;
    color: var(--text-mid);
    line-height: 1.8;
}
/*Tarifs*/
.tarifs { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); 
    gap: 1.2rem; 
    margin-bottom: 2rem; 
}
.tarif { 
    border: 1.5px solid var(--marron-light); 
    border-radius: 8px; 
    padding: 2rem 1rem; 
    text-align: center; 
    background: var(--marron); 
    position: relative; 
}
.tarif:hover {
    transform: translateY(-10px);
}
.tarif.featured { 
    background: #fff; 
    border: 2px solid var(--beige); 
    transform: scale(1.04); 
}
.tarif.featured::before { 
    content: 'Populaire'; 
    position: absolute; 
    top: -12px; 
    left: 50%; 
    transform: translateX(-50%); 
    background: var(--beige); 
    color: var(--marron); 
    font-family: 'Special Elite', monospace; 
    font-size: 10px; 
    letter-spacing: 1.5px; 
    text-transform: uppercase; 
    padding: 3px 14px; 
    border-radius: 100px; 
}
.tarif-duration {
    letter-spacing: 2px; 
    text-transform: uppercase; 
    color: rgba(255,255,255,0.65); 
    margin-bottom: 0.6rem; 
}
.tarif.featured .tarif-duration { 
    color: var(--text-light); 
}
.tarif-price {
    font-weight: 900; color: #fff; 
    line-height: 1; 
    margin-bottom: 0.2rem; 
}
.tarif.featured .tarif-price { 
    color: var(--marron); 
}
.tarif-price sup {
    vertical-align: super; 
}
.tarif-note { 
    color: rgba(255,255,255,0.5); 
    font-style: italic; 
    margin-bottom: 1.2rem; 
}
.tarif.featured .tarif-note { 
    color: var(--text-light); 
}
.tarif-gain { 
    background: rgba(255,255,255,0.15); 
    border-radius: 4px; 
    padding: 7px 10px;
    letter-spacing: 1px; 
    color: #fff; 
}
.tarif.featured .tarif-gain { 
    background: var(--beige-light); 
    color: var(--marron); 
}
.tarif-footer { 
    text-align: center; 
    margin-top: 1.5rem; 
    font-style: italic;
    color: var(--marron); 
}
.tarif-footer strong { 
    color: var(--marron); 
}
/*faq*/
.faq { 
    display: flex; 
    flex-direction: column; 
    gap: 0.8rem; 
    max-width: 760px; 
    margin: 0 auto; 
}
.faq-item { 
    background: #fff; 
    border: 1px solid 
    var(--beige-mid); 
    border-radius: 6px; 
    overflow: hidden; 
}
.faq-q { 
    padding: 1.1rem 1.4rem; 
    color: var(--text-dark); 
    cursor: pointer; 
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    font-weight: 700; 
    user-select: none; 
}
.faq-q::after { 
    content: '›'; 
    color: var(--marron);
    transition: transform 0.2s; 
    flex-shrink: 0; 
}
.faq-q.open::after { 
    transform: rotate(90deg); 
}
.faq-a { 
    display: none; 
    padding: 0.8rem 1.4rem 1.1rem;
    color: var(--text-mid); 
    line-height: 1.75; 
    border-top: 1px solid var(--beige-mid); 
}
.faq-a.open { 
    display: block; 
}
/*infos pratique*/
.infos {
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 2rem; 
}
.info-block h3 {
    letter-spacing: 2.5px; 
    text-transform: uppercase; 
    color: var(--marron-light);
}
.info-block p {
    color: var(--text-mid); 
    line-height: 1.85; 
}
.info-block strong { 
    color: var(--text-dark); 
}
.mapcontact iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}
.mapcontact {
    max-width: 750px;
}
.sec-info {
    margin: 0 auto;
    padding: 5rem 2rem;
}
.infoscontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


/*footer*/
#footer {
    padding-top: 2.5rem;
    background: var(--beige-logo);
    border-top: 2px solid var(--beige);
}
.crea {
    font-size: 1rem;
    color: var(--marron);
}
#block_myaccount_infos .myaccount-title a {
    color: var(--marron);
}
.block-contact .block-contact-title {
    color: var(--marron);
}
.footer-container li a {
    color: var(--marron);
}
.footer-container li a:hover {
    color: var(--marron-dark);
}
.block-contact {
    color: var(--marron);
}
.col-md-6.links .row {
    display: flex;
    justify-content: space-around;
}



/*Cookies*/
#lgcookieslaw_fixed_button, .lgcookieslaw-banner-2deef18a5d36e22ae30ef2be34adce2c {
    background: #fff;
}



/*compte*/
.page-my-account #content .links a:hover i {
    color: var(--marron);
}
.page-my-account #content .links #order-slips-link, .page-my-account #content .links #wishlist-link {
    display: none;
}




/*Espace déposant*/
.espacedeposant {
    text-align: center;
}
.espacedeposant h1 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    display: block !important;
}
.espacedeposant p {
    line-height: normal;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 40px;
}
.bold {
    font-weight: 700;
}
.btnsdeposant {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
}
.buttoncenter {
    text-align: center;
    margin-top: 50px;
}
.cms-id-6 h1 {
    display: none;
}
.cms-id-6 .breadcrumb.hidden-sm-down {
    display: none;
}



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



/*réservation de stand*/
#next, #prev {
    background: var(--marron);
}


/*Page commande*/
.media-left {
    display: none;
}
body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: var(--marron) 3px solid;
}
.custom-radio input[type="radio"]:checked+span {
    background-color: var(--marron);
}
body#checkout #header .header-nav .logo {
    width: auto;
    max-height: 8.375rem;
}
#checkout #_desktop_logo {
    text-align: left;
}



/*responsive*/
@media (max-width: 768px) {
    p.vtg-banner-sub {
        display: none;
    }
}
@media (max-width: 767px) {
    #header .logo {
        max-width: 100%;
        height: auto;
    }
    #header .top-logo img {
        width: auto;
        max-height: 5rem;
    }
    .col-md-6.links .row {
        flex-direction: column;
    }
    .logofooter {
        text-align: center;
    }
}
@media (max-width: 600px) {
    #header .top-logo img {
        width: auto;
        max-height: 4rem;
    }
    .logofooter img {
        width: 25%;
    }
    .footer-container {
        padding-top: 0;
    }
}
@media (max-width: 514px) {
    .btn-primary {
        padding: 6px 7px;
        font-size: 0.8rem;
    }
    .vtg-banner h1 {
        font-size: 0.8rem;
    }
    .vtg-pill {
        font-size: 0.8rem;
    }
}
@media (max-width: 467px) {
    .vtg-pill {
        padding: 5px 5px;
        margin-bottom: 0.4rem;
    }
    .sec-info {
        margin: 0 auto;
        padding: 2rem 1rem;
    }
}
