.hero-separator
{
    z-index: 1 !important;
}

/* ================================================================
   HERO SECTION - BASE STYLES
   ================================================================ */

/* Hero Section Générale */
.hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/1.png');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero h1 {
    margin-bottom: 1rem;
}

.hero h2 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Objective Display */
.objective {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 600px;
}

.objective h3 {
    color: white;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

/* ================================================================
   HERO PUITS SECTION
   ================================================================ */

/* Hero Puits Principal */
.hero-puits {
    color: var(--text-color);
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Hero Top Part */
.hero-top {
    padding: 80px 0 0;
    position: relative;
    margin-bottom: 5rem;
    text-align: center;
}

.hero-top .container {
    margin-top: 17px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 131px;
}

.hero-content {
    text-align: left;
    margin-bottom: 40px;
}

.hero-content h1 {
    text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.8rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.hero-content h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: var(--text-color);
}

/* Stats Container */
.stats-container {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.objective-circle {
    width: 120px;
    height: 120px;
    background: var(--main-gradient);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.objective-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
}

.objective-number {
    line-height: 1;
    margin: 5px 0;
}

/* ================================================================
   PUITS ILLUSTRATIONS
   ================================================================ */

/* Puits Top */
.puits-illustration-top {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    z-index: 5;
}

.puits-img-top {
    object-fit: contain;
    position: absolute;
    bottom: 3px;
    left: 46.6%;
}

/* Puits Bottom */
.puits-illustration-bottom {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url('../images/puits-bas.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    margin-top: 8px;
    width: 134%;
    left: -36.3%;
}

.puits-img-bottom {
    height: 600px;
    object-fit: contain;
    max-width: 100%;
}

/* ================================================================
   HERO SEPARATOR
   ================================================================ */

.hero-separator {
    height: 1px;
    position: relative;
    z-index: 5;
    margin-bottom: -2px;
    width: 100%;
    pointer-events: none;
}

.hero-separator::after {
    content: '';
    position: absolute;
    top: -190px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url(../images/herb.png);
    background-repeat: repeat-x;
    background-size: auto 209px;
    z-index: 20;
}

.hero-separator::before {
    top: -265px;
    z-index: 99999999999;
    left: 70%;
    width: 500px;
    height: 500px;
    background-size: auto 500px;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    background-image: url(../styles/images/puits.png);
    background-repeat: no-repeat;
}

/* ================================================================
   HERO BOTTOM SECTION
   ================================================================ */

.hero-bottom {
    background-color: var(--brown-color);
    position: relative;
    width: 100%;
    padding: 309px 0 0px;
    top: -5rem;
}

.hero-bottom .container {
    display: grid;
    gap: 40px;
    align-items: flex-start;
    position: relative;
}

.hero-bottom-content {
    padding-bottom: 60px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.hero-bottom-content p {
    line-height: 1.6;
    max-width: 100%;
    color: black;
}

.hero-bottom-content .quote {
    font-style: italic;
    padding-left: 20px;
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    margin: 30px 0;
}

/* ================================================================
   LAYER LABELS
   ================================================================ */

.layer-labels {
    position: absolute;
    left: 0;
    top: -58px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.layer-label {
    position: absolute;
    display: flex;
    align-items: center;
}

.layer-label p {
    color: black;
    font-size: 10px;
    margin: 0;
    white-space: nowrap;
}

.layer-line {
    width: 100px;
    height: 1px;
    background-color: white;
    margin: 0 10px;
}

.couche-arable {
    top: 15%;
    left: 5%;
}

.fluvier {
    top: 30%;
    left: 5%;
}

.sous-sol {
    top: 45%;
    left: 5%;
}

.pointe-filtrante {
    top: 60%;
    left: 5%;
}

.eau {
    top: 75%;
    left: 5%;
}

.substrat-rocheux {
    top: 90%;
    left: 5%;
}

/* ================================================================
   AUTRES ÉLÉMENTS
   ================================================================ */

/* Wave Separator */
.wave-separator {
    position: relative;
    height: 120px;
    width: 100%;
    background: url('../images/wave-separator-bottom.svg') no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin-top: -50px;
    z-index: 10;
}

/* Slider */
.slider {
    height: 320px !important;
}

/* Titres */
.soustitre-gallerie {
    font-size: 1.2rem;
    margin-bottom: 1rem !important;
}

.gallery-page-title {
    text-align: left !important;
}

/* ================================================================
   MEDIA QUERIES - RESPONSIVE
   ================================================================ */

/* ================================================================
   MOBILE - TRÈS PETIT (max-width: 400px)
   ================================================================ */
@media screen and (max-width: 300px) {
    .nav-links {
        gap: 1vh;
    }
    
    .nav-links a {
        padding: 12px;
    }
}

@media screen and (max-width: 400px) {
    .nav-links {
        gap: 1.25vh;
    }
    
    .nav-links a {
        padding: 12px;
    }
}

/* ================================================================
   MOBILE - PETIT (max-width: 500px)
   ================================================================ */
@media screen and (max-width: 500px) {
    .puits-img-top {
        position: unset !important;
        margin-left: 64% !important;
    }
}

/* ================================================================
   MOBILE - STANDARD (max-width: 600px)
   ================================================================ */
@media screen and (max-width: 600px) {
    .nav-links {
        gap: 1.25vh;
    }
    
    .nav-links a {
        padding: 12px;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-content h2 {
        font-size: 1.5rem;
    }
    
    .hero-bottom-content h2 {
        font-size: 1.8rem;
    }
}

/* ================================================================
   MOBILE - PAYSAGE (700px-500px en landscape)
   ================================================================ */
@media screen and (min-width: 700px) and (max-height: 500px) and (orientation: landscape) {
    .nav-links {
        gap: 2.25vh;
    }
    
    .nav-links a {
        padding: 0.5rem 0.7rem;
    }
}

/* ================================================================
   MOBILE/TABLETTE (max-width: 769px)
   ================================================================ */
@media screen and (max-width: 769px) {
    .donation-cards-container {
        gap: 30px;
    }
    
    .hero-bottom {
        padding: 210px 0 0px !important;
        top: 0rem;
    }

    .hero-top {
        padding: 80px 0 0;
        position: relative;
        margin-bottom: -3.5rem !important;
        text-align: center;
    }

    .hero-separator::before {
        content: '';
        position: absolute;
        top: -140px;
        left: 60%;
        width: 425px;
        height: 600px;
        background-image: url(../styles/images/puits.png);
        background-repeat: no-repeat;
        background-size: auto 390px;
        transform: translateX(-50%);
        z-index: 999999999999999999;
    }

    .hero-separator::after {
        content: '';
        position: absolute;
        top: -75px !important;
        left: 0;
        width: 100%;
        height: 200px;
        background-image: url(../images/herb.png);
        background-repeat: repeat-x;
        background-size: auto 150px !important;
        z-index: 20;
    }

    .hero-bottom-content {
        margin-top: 4.5rem !important;
    }
}

/* ================================================================
   TABLETTE - PETIT (769px-1000px)
   ================================================================ */
@media screen and (min-width: 769px) and (max-width: 1000px) {
    /* Styles spécifiques aux tablettes entre 769px et 1000px */

    .donation-cards-container
    {
        margin-bottom:2rem;
    }

    .contact-container
    {
        width:80%;
    }

    #contact
    {
            margin-top: 2rem;
            margin-bottom:-3rem;
    }
    .sadaqah-container
    {
        max-width: 92%;
    }

    .donation-illustration
    {
        margin-bottom: 2rem;
    }

    .sadaqah-section
    {
            margin-bottom: 2rem;
    }

    .donation-options-section {
    padding-bottom: 3rem;
    padding-top: 5.25rem;
    margin-top:-2.85rem;
}

.donation-cards-container
{
        margin-top: 5rem;
}



}

/* ================================================================
   DESKTOP - PETIT (max-width: 800px et 900px)
   ================================================================ */
@media screen and (max-width: 800px) {
    .nav-links {
        gap: 1.25vh;
    }
    
    .nav-links a {
        padding: 12px;
    }
}

@media screen and (max-width: 900px) {
    .nav-links {
        gap: 1.25vh;
    }
    
    .nav-links a {
        padding: 12px;
    }
}

/* ================================================================
   DESKTOP - MOYEN (max-width: 1000px)
   ================================================================ */
@media screen and (max-width: 999px) {
    .puits-bottom-img {
        display: block !important;
        height: 300px;
        left: 27%;
        position: sticky;
    }

    .hero-separator::after {
        content: '';
        position: absolute;
        top: -117px;
        left: 0;
        width: 100%;
        height: 200px;
        background-image: url(../images/herb.png);
        background-repeat: repeat-x;
        background-size: auto 209px;
        z-index: 20;
    }
    
    .puits-bottom-img-container {
        display: block !important;
        width: 100%;
    }
    
    .progress-container {
        width: 100% !important;
        margin: auto;
    }
   
    .puits-img-top {
        object-fit: contain;
        position: absolute;
        bottom: -200px;
        margin: auto;
        left: 66.7%;
    }

    .puits-img-top svg {
        width: 100%;
    }

    .puits-illustration-bottom {
        height: 250px;
        left: -15%;
    }
    
    .hero-top .container,
    .hero-bottom .container {
        grid-template-columns: 1fr;
    }

    .hero-bottom .container {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero-bottom-content {
        margin-top: 6.5rem;
    }
    
    .objective-circle {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ================================================================
   TABLETTE - STANDARD (769px-1024px)
   ================================================================ */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .hero-top .container {
        margin-bottom: 173px;
    }
    
    .hero-bottom {
        padding: 250px 0 40px;
        margin-top: 1rem;
        top: -1rem;
        margin-bottom: -6rem;
    }

    .project-illustrations {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    
    .organisation-content {
        padding-bottom: 0rem;
        margin-bottom: -3rem;
    }
    
    .organisation-section {
        margin-top: -2rem;
    }

    .illustration-img {
        width: 160px;
        height: 160px;
    }

    .video-grid {
        margin-top: -2rem;
    }
    
    .hero-separator::before {
        top: -160px;
        z-index: 99999999999;
        left: 70%;
        width: 500px;
        height: 500px;
        background-size: auto 475px;
        transform: translateX(-50%);
        content: '';
        position: absolute;
        background-image: url(../styles/images/puits.png);
        background-repeat: no-repeat;
    }
    
    .hero-separator::after {
        content: '';
        position: absolute;
        top: -98px !important;
        left: 0;
        width: 100%;
        height: 200px;
        background-image: url(../images/herb.png);
        background-repeat: repeat-x;
        background-size: auto 209px;
        z-index: 20;
    }
}

/* ================================================================
   DESKTOP - SPÉCIFIQUE (1000px-1024px)
   ================================================================ */
@media screen and (min-width: 1000px) and (max-width: 1024px) {
    .hero-separator::before {
        top: -214px;
    }

    .hero-bottom {
        margin-top: 2rem;
        top: -1rem;
        padding-top: 18rem;
        margin-bottom: -2rem;
    }
}

/* ================================================================
   DESKTOP - GRAND (1000px-1360px)
   ================================================================ */
@media screen and (min-width: 1000px) and (max-width: 1365px) {
    .hero-top .container {
        margin-bottom: 173px;
    }
    
    .hero-bottom {
        padding: 309px 0 40px;
        margin-top: 1rem;
        top: -5rem;
    }
    
    .hero-separator::before {
        top: -160px;
        z-index: 99999999999;
        left: 70%;
        width: 500px;
        height: 500px;
        background-size: auto 475px;
        transform: translateX(-50%);
        content: '';
        position: absolute;
        background-image: url(../styles/images/puits.png);
        background-repeat: no-repeat;
    }
    
    .hero-separator::after {
        content: '';
        position: absolute;
        top: -98px !important;
        left: 0;
        width: 100%;
        height: 200px;
        background-image: url(../images/herb.png);
        background-repeat: repeat-x;
        background-size: auto 209px;
        z-index: 20;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1366px) 
    {
        .organisation-content {
        margin-top: 0rem;
        margin-bottom: 5rem !important;
    }
    }

    @media screen and (min-width: 1000px) and (max-width: 1024px) 
    {
        .organisation-content {
        margin-top: 0rem;
        margin-bottom: 5rem !important;
    }
    }

/* ================================================================
   DESKTOP - OPTIMISÉ (1000px-1366px)
   ================================================================ */
@media screen and (min-width: 1000px) and (max-width: 1365px) {
    .video-gallery-container {
        margin-top: -1.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .project-illustrations {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .illustration-img {
        width: 200px;
        height: 200px;
    }

    .organisation-content {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .organisation-section {
        padding: 0;
        margin-bottom: -9.5rem;
    }

    .valeurs-grid {
        margin-bottom: -1.5rem;
    }

    .donation-cards-container {
        gap: 60px;
    }

    .donation-options-section {
        padding-bottom: 4rem;
    }

    .hero-top .container {
        margin-bottom: 0;
    }

    #contact {
        margin-top: 1rem;
        margin-bottom: -4rem;
    }

    .contact-container {
        width: 68%;
    }

    .hero-bottom {
        top: 1rem;
        margin-top: -1rem;
        margin-bottom: 0;
        padding-bottom: 4rem;
    }
    
    .hero-content {
        margin-bottom: 35px;
    }
    
    .hero-separator::before {
        top: -214px;
        left: 70%;
        z-index: 999999999999999999;
        width: 600px;
        height: 650px;
        background-size: auto 600px;
        transform: translateX(-50%);
    }

    .hero-bottom-content {
        padding-bottom: 0px;
        margin-bottom: -1.25rem;
    }

    .hero-separator::after {
        content: '';
        position: absolute;
        top: -90px;
        left: 0;
        width: 100%;
        height: 160px;
        background-image: url(../images/herb.png);
        background-repeat: repeat-x;
        background-size: auto 200px;
        z-index: 999999999;
    }

    .stats-container > div {
        padding-right: 3rem;
    }
}

/* ================================================================
   DESKTOP - TRÈS GRAND (min-width: 1366px)
   ================================================================ */
@media screen and (min-width: 1366px) {
    .hero-bottom {
        margin-bottom: -4rem;
    }

    .donation-cards-container
    {
        margin-bottom:1.5rem;
    }

    .hero-separator::after {
        content: '';
        position: absolute;
        top: -183px;
        left: 0;
        width: 100%;
        height: 200px;
        background-image: url(../images/herb.png);
        background-repeat: repeat-x;
        background-size: auto 259px;
        z-index: 20;
    }

        .hero-separator::before {
        top: -285px;
        z-index: 99999999999;
        left: 70%;
        width: 650px;
        height: 650px;
        background-size: auto 650px;
        transform: translateX(-50%);
        content: '';
        position: absolute;
        background-image: url(../styles/images/puits.png);
        background-repeat: no-repeat;
    }



    .hero-bottom {
        background-color: var(--brown-color);
        position: relative;
        width: 100%;
        padding: 309px 0 0px;
        top: -2rem;
        margin-bottom:-4rem;
    }

    .objective-circle
    {
        margin-right: 3rem;
    }

    .hero-bottom-content
    {
        margin-top:6rem;
    }

    .hero-bottom-content h1
    {
        margin-top:2rem !important;
    margin-bottom:3rem !important;
    }

    .video-gallery-container
    {
        margin-top: -1rem;
    }

    .project-illustrations
    {
            margin-top: 4rem;
                margin-bottom: 3rem;
    }

    .espace-desktop
    {
        margin-top:5rem;
    }

    .valeurs-section
    {
            margin-top: -3rem;
    }

    .valeurs-grid
    {
        margin-top:-1.5rem;
    }

    .reduire-espace-desktop
    {
        margin-top:-2rem;
    }

    #contact 
    {
        margin-top:1rem;
        margin-bottom: -4rem
    }
    .main_container{
        padding-top: 55px !important;
    }
    .stats-title{
        padding-top: 27px !important;
    }
    .stats-section{
        padding-bottom: 55px !important;
        margin-bottom: 55px !important;
    }
    .search-container{
        padding: 28px 30px !important;
    }
    .search-input{
        margin-right: 20px;
    }

}

/* ================================================================
  MAC  - MOYEN GRAND (min-width: 1600px)
   ================================================================ */
@media screen and (min-width: 1600px) {

.hero-separator::after {
        content: '';
        position: absolute;
        top: -213px;
        left: 0;
        width: 100%;
        height: 220px;
        background-image: url(../images/herb.png);
        background-repeat: repeat-x;
        background-size: auto 359px;
        z-index: 20;
    }

        .hero-separator::before {
        top: -295px;
        z-index: 99999999999;
        left: 70%;
        width: 700px;
        height: 800px;
        background-size: auto 750px;
        transform: translateX(-50%);
        content: '';
        position: absolute;
        background-image: url(../styles/images/puits.png);
        background-repeat: no-repeat;
    }

    .hero-bottom {
  
    margin-bottom:-5rem;
}

.video-gallery-section h1
{
    margin-top:-0.5rem;
}

.video-grid
{
    margin-top:-1.5rem;
}

.hero-bottom-content
{
    margin-top:11rem;
}


}

/* ================================================================
   ÉCRANS HAUTE RÉSOLUTION (min-width: 2100px)
   ================================================================ */
@media screen and (min-width: 2100px) and (-webkit-min-device-pixel-ratio: 2),
       screen and (min-width: 2100px) and (min-resolution: 192dpi),
       screen and (min-width: 2100px) and (min-resolution: 2dppx) {
    
    .hero-separator::before {
        top: -400px;
        z-index: 999999999999999999;
        left: 70%;
        width: 1100px;
        height: 1100px;
        background-size: auto 1050px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hero-separator::after {
        content: '';
        position: absolute;
        top: -200px;
        left: 0;
        width: 100%;
        height: 275px;
        background-image: url(../images/herb.png);
        background-repeat: repeat-x;
        background-size: auto 350px;
        z-index: 20;
    }

    .hero-bottom-content {
        margin-top: 320px;
        margin-bottom: 2.25rem;
    }

    .video-grid
    {
        margin-top:0.7rem;
    }

     .hero-bottom {
        margin-top: 2rem;
    }



    .card-icon {
        width: 100px !important;
        height: 100px !important;
        margin-top: 4rem !important;
        margin-bottom: 2rem !important;
    }

    .card-icon img {
        max-width: 180% !important;
        max-height: 180% !important;
        margin-bottom: 3rem;
    }

    .project-illustrations {
        margin-top: 5rem !important;
        margin-bottom: 6rem;
        gap: 130px;
    }

    .valeur-illustration {
        min-width: 300px !important;
        width: 350px;
    }

    .espace-mac
{
    margin-top:6rem !important;
}

    .espace-petit-mac
{
    margin-top:3rem !important;
}

.sadaqah-section
{
    padding-top:1.5rem;
    margin-bottom:0.5rem;
}

#contact
{
    margin-top:2rem;
    margin-bottom: -3rem;
}

.donation-cards-container
{
    margin-top:1rem;
}

.donation-options-section
{
    padding-top:4rem;
    margin-bottom:;
}


.organisation-content
{
    margin-bottom:1rem !important;
}

    .valeurs-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
        padding: 0 20px;
        margin: -20px 40px;
    }

    .espace_margin {
        margin-bottom: 1.5rem !important;
    }

    .espace-galerie {
        margin-top: 1rem;
    }

    .video-gallery-section {
        padding: 80px 0 !important;
    }

    .organisation-content {
        padding: 20px 0 0 0;
        text-align: right;
        width: 100%;
        padding-bottom: 2.5rem;
    }

    .video-gallery-container {
        margin: 0 1.5% !important;
        gap: 100px !important;
    }

    .video-item {
        margin: 0 3% !important;
    }

    .illustration-img {
        width: 300px !important;
        height: 300px !important;
    }

    .video-grid {
        gap: 100px !important;
        grid-template-columns: repeat(auto-fit, minmax(162px, 0.75fr)) !important;
        gap: 75px !important;
    }

    .donation-illustration img {
        width: 385px !important;
        height: 385px !important;
    }

    .donation-illustration {
        width: 35% !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .donation-container,
    .sadaqah-content {
        gap: 300px !important;
    }

    .donation-stats {
        width: 70% !important;
        margin-top: 2.5rem !important;
    }

    .donation-cards-container {
        gap: 100px !important;
    }

    .card-input {
        width: 217px !important;
    }

    form {
        width: 100% !important;
    }

    .fade-in-image.visible,
    .icon_coordonnees {
        opacity: 1 !important;
        transform: scale(1.075) !important;
    }

    form[action="process_contact.php"] input[name="nom"],
    form[action="process_contact.php"] input[name="prenom"] {
        width: 15% !important;
    }
    
    form[action="process_contact.php"] input[name="email"],
    form[action="process_contact.php"] input[name="telephone"] {
        width: 25% !important;
    }

    .grande-galerie {
        max-width: 100% !important;
    }

    .grande-galerie .slider {
        height: 600px !important;
    }

    .explore-button {
        margin-top: 2.5rem !important;
        font-size: 0.8rem !important;
        padding: 0.5rem 1.25rem !important;
    }
}

/* ================================================================
   TRÈS GRANDS ÉCRANS (min-width: 3000px)
   ================================================================ */
@media screen and (min-width: 3000px) {
    .hero-separator::before {
        top: -313px;
        z-index: 999999999999999999;
        left: 70%;
        width: 800px;
        height: 800px;
        background-size: auto 800px;
        transform: translateX(-50%);
    }

    .hero-separator::after {
        content: '';
        position: absolute;
        top: -29px;
        left: 0;
        width: 100%;
        height: 100px;
        background-image: url(../images/herb.png);
        background-repeat: repeat-x;
        background-size: auto 50px;
        z-index: 20;
    }
}