html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

.wp-site-blocks {
    overflow-x: hidden !important;
}

#header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    background-color: #ffffff !important;
}

.entry-content,
.wp-site-blocks,
.site-main,
main,
main#main,
article {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

main .ct-container,
main .ct-container-full,
.entry-content .ct-container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-section{
    position: relative !important;
    width:100vw !important;
    max-width:100vw !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    margin:0 !important;
    padding:0 !important;
    height:100vh !important;
    min-height:100vh !important;
    overflow:hidden !important;
}

.hero-section > div:first-child{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    background-size:cover !important;
    background-position:center center !important;
}

.hero-section h1{
    color:#fff !important;
}

.about-story {
    background-color: #F9F6F1;
    padding: 100px 0;
    width: 100%;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    align-items: center;
    gap: 80px;
}

.about-content {
    flex: 1;
    max-width: 580px;
}

.about-content h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 64px;
    font-weight: 400;
    color: #2D5016 !important;
    line-height: 1.1;
    margin: 0 0 32px 0;
    letter-spacing: -0.02em;
}

.about-content p {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #374151;
    margin: 0 0 24px 0;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #C8962A;
    color: #ffffff;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 9999px;
    margin-top: 16px;
}

.about-badge svg {
    flex-shrink: 0;
}

.about-images {
    flex: 1;
    position: relative;
    height: 520px;
}

.about-images img {
    position: absolute;
    object-fit: cover;
    border-radius: 16px;
    border: 3px solid #D4AF37;
}

.img-top {
    width: 220px;
    height: 240px;
    top: 0;
    right: 0;
    z-index: 2;
}

.img-right {
    width: 280px;
    height: 320px;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.img-left {
    width: 220px;
    height: 240px;
    bottom: 40px;
    right: 240px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .about-container {
        flex-direction: column;
        padding: 0 24px;
        gap: 48px;
    }

    .about-content {
        max-width: 100%;
    }

    .about-content h2 {
        font-size: 40px;
    }

    .about-images {
        width: 100%;
        height: 360px;
    }

    .img-top {
        width: 160px;
        height: 180px;
    }

    .img-right {
        width: 200px;
        height: 240px;
    }

    .img-left {
        width: 160px;
        height: 180px;
        right: 170px;
    }
}

@media (max-width: 480px) {
    .about-story {
        padding: 60px 0;
    }

    .about-images {
        height: 280px;
    }

    .img-top {
        width: 120px;
        height: 140px;
    }

    .img-right {
        width: 160px;
        height: 190px;
    }

    .img-left {
        width: 120px;
        height: 140px;
        right: 130px;
        bottom: 20px;
    }
}

.brands-section {
    background-color: #F9F6F1;
    padding: 100px 0;
    width: 100%;
}

.brands-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}

.brands-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    color: #2D5016;
    text-align: center;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}

.brands-underline {
    width: 60px;
    height: 3px;
    background-color: #C8962A;
    margin: 0 auto 64px;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.brand-card {
    border-radius: 24px;
    padding: 32px;
    position: relative;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}

.brand-badge {
    position: absolute;
    top: 48px;
    right: 48px;
    background-color: #C8962A;
    color: #ffffff;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 6px 14px;
    border-radius: 9999px;
    z-index: 2;
}

.brand-image-wrap {
    width: 100%;
    height: 280px;
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
}

.brand-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brand-info h3 {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #2D5016;
    margin: 0 0 8px 0;
    letter-spacing: 0.05em;
}

.brand-info p {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 15px;
    color: #6B7280;
    margin: 0 0 24px 0;
}

.brand-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #C8962A;
    color: #ffffff;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 9999px;
}

.brand-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid #C8962A;
    color: #C8962A;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 9999px;
    transition: background 0.2s, color 0.2s;
}

.brand-btn:hover {
    background-color: #C8962A;
    color: #ffffff;
}

@media (max-width: 768px) {
    .brands-grid {
        grid-template-columns: 1fr;
    }

    .brands-container {
        padding: 0 24px;
    }

    .brands-title {
        font-size: 32px;
    }
}

.b2b-title,
section h2 {
    color: #2D5016 !important;
}

@media (max-width: 768px) {
    .about-container{
        display:flex;
        flex-direction:column;
        gap:40px;
        padding:0 24px;
    }

    .about-content{
        width:100%;
        max-width:100%;
    }

    .about-images{
        position:static;
        width:100%;
        height:auto;
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:20px;
    }

    .about-images img{
        position:static !important;
        width:100%;
        max-width:320px;
        height:auto;
        border-radius:16px;
    }

    .about-content h2{
        font-size:40px;
        text-align:center;
    }

    .about-content p{
        text-align:left;
    }

    .about-badge{
        margin:24px auto 0;
        display:flex;
    }
}

html {
  scroll-behavior: smooth;
} 


li.menu-item a[href*="#nos-marques"] {
  background-color: transparent !important;
  color: inherit !important;
}

li.current-menu-item a[href*="#nos-marques"],
li.current_page_item a[href*="#nos-marques"] {
  background-color: transparent !important;
  color: inherit !important;
}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media(max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media(max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}.wp-block-uagb-advanced-heading h1,.wp-block-uagb-advanced-heading h2,.wp-block-uagb-advanced-heading h3,.wp-block-uagb-advanced-heading h4,.wp-block-uagb-advanced-heading h5,.wp-block-uagb-advanced-heading h6,.wp-block-uagb-advanced-heading p,.wp-block-uagb-advanced-heading div{word-break:break-word}.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all .3s ease}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e}.uag-highlight-toolbar .components-button{border-radius:0;outline:none}.uag-highlight-toolbar .components-button.is-primary{color:#fff}.wp-block-uagb-advanced-heading.uagb-block-10679260.wp-block-uagb-advanced-heading {margin-bottom: -13px;}.wp-block-uagb-advanced-heading.uagb-block-10679260.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.wp-block-uagb-advanced-heading.uagb-block-10679260.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-10679260.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-10679260.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-10679260 .uagb-heading-text{font-weight: 100;font-size: 20px;line-height: 30px;}@media only screen and (max-width: 767px) {.wp-block-uagb-advanced-heading.uagb-block-10679260.wp-block-uagb-advanced-heading {margin-bottom: -20px;}}