/* Mobile First Styles */
.lapreservatrice {
    position: relative;
    width: 100%;
}

/* Hero Section */
.lapreservatrice .hero-section {
    position: relative;
    height: 40vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url("lapreservatrice/bg2-Sme70AS.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -120px;
}
.lapreservatrice .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 1rem;
    margin: 0 auto;
    width: 100%;
    padding-top: 120px;
}

.lapreservatrice .hero-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
}

.lapreservatrice .hero-text {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: white;
}


/* Split Section */
.lapreservatrice .split-section {
    display: flex;
    height: auto;
    min-height: 600px;
    position: relative;
    margin: 0;
}
.lapreservatrice .split-section a{
    color: #4F7055;
    text-decoration: none;
    font-weight: 600;
}
.lapreservatrice .split-section a:hover{
    text-decoration: underline;
}

.lapreservatrice .split-bg {
    flex: 0 0 15%;
    background-color: #4F7055;
}

.lapreservatrice .split-content {
    flex: 0 0 85%;
    padding: 3rem 3rem 3rem 35%;
    background-color: #E8F0F0;
    position: relative;
    display: block;
}

.lapreservatrice .split-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 2;
}

.lapreservatrice .split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lapreservatrice .split-text {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.lapreservatrice .split-text a {
    color: #4F7055;
    text-decoration: none;
    font-weight: 600;
}

.lapreservatrice .split-text a:hover {
    text-decoration: underline;
}

.lapreservatrice .split-text strong {
    color: #4F7055;
}

.lapreservatrice .split-content-inner {
    padding-top: 1.5rem;
    max-width: 900px;
}

.lapreservatrice .split-title {
    font-family: var(--font-primary);
    font-weight: 700;
    color: #333;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

/* Team Section */
.lapreservatrice .team-section {
    padding: 2rem 1rem;
    background-color: #fff;
}

.lapreservatrice .section-title {
    font-family: var(--font-primary);
    font-weight: 700;
    color: var(--primary-color);
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
}
.lapreservatrice .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

.lapreservatrice .section-subtitle {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 3rem;
    font-weight: 200;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
        margin-right: auto;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.lapreservatrice .team-card {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}
.lapreservatrice .team-card:hover {
    transform: translateY(-10px);
}
.lapreservatrice .team-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.lapreservatrice .team-name {
    font-family: var(--font-primary);
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
}

.lapreservatrice .team-position {
    color: #34495e;
    font-size: 1.1rem;
}

/* News Section */
.lapreservatrice .news-section {
    padding: 6rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url("lapreservatrice/news-bg-LADZOnm.jpeg") center/cover no-repeat fixed;
    position: relative;
    
}
.lapreservatrice .news-section h2 {
    color: white;
}
.lapreservatrice .news-section h5 {
    color: white;
}
.lapreservatrice .news-section .container {
    position: relative;
    z-index: 1;
}
.lapreservatrice .news-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 600px;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
}
.lapreservatrice .news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
}

.lapreservatrice .news-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.lapreservatrice .news-title {
    font-family: var(--font-primary);
    font-weight: 700;
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    text-align: center;
}
.lapreservatrice .news-date {
    margin-left: 1rem;
    color: var(--primary-color);
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.lapreservatrice .news-text {
    color: var(--primary-color);
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.lapreservatrice .news-link {
    color: #34495e;
    text-decoration: none;
    font-weight: 600;
}

/* Contact Section */
.lapreservatrice .contact-section {
    padding: 2rem 1rem;
    text-align: center;
    background-color: #fff;
}

.lapreservatrice .contact-title {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 2rem;
}

.lapreservatrice .contact-btn {
    background-color: #34495e;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.lapreservatrice .contact-btn:hover {
    background-color: #67717b;
}

/* small mobile styles */
@media (max-width: 576px) {
    .lapreservatrice .hero-section {
        margin-top: -50px;
    }
    /*split section*/
    .lapreservatrice .split-bg {
        display: none;
    }

    .lapreservatrice .split-image {
        display: none;
    }

    .lapreservatrice .split-section {
        width: 100%;
        padding: 2rem 0;
        margin: 0;
    }

    .lapreservatrice .split-content {
        flex-direction: column;
        text-align: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 29px;
    }

    .lapreservatrice .split-content-inner {
        width: 100%;
        padding: 1rem;
        text-align: center;
    }

    .lapreservatrice .split-title {
        font-size: 1.8rem;
        text-align: center;
    }

    .lapreservatrice .split-text {
        font-size: 1rem;
        line-height: 1.6;
        text-align: center;
    }

    .lapreservatrice .read-more-link {
        text-align: center;
        display: block;
        margin-top: 1rem;
    }
    /*team section*/
    .lapreservatrice .team-section h2{
        font-size: 2rem;
    }
    .lapreservatrice .team-section h3{
        font-size: 1.2rem;
    }
    /*contact section*/
    .lapreservatrice .contact-section h2{
        font-size: 2rem;
    }
    


    /* news section */
    .lapreservatrice .news-section .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .lapreservatrice .news-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .lapreservatrice .news-section h2 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    .lapreservatrice .news-section h5 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .lapreservatrice .news-section h3 {
        font-size: 1.5rem;
    }
    .lapreservatrice .news-section p {
        font-size: 0.75rem;
    }
    .lapreservatrice .news-card {
        display: inline-block;
        position: relative;
        height: 400px;
        width: 300px;
    }
    .lapreservatrice .news-card:hover {
        transform: translateY(0);
    }
    .lapreservatrice .news-section .row {
        gap: 1.5rem;
    }
    
    .lapreservatrice .news-card {
        min-height: 350px;
    }
    
    .lapreservatrice .news-section h2 {
        font-size: 1.75rem;
    }
    
    .lapreservatrice .news-section h5 {
        font-size: 1.25rem;
    }
}

    /* Mobile Styles */
    @media (max-width: 768px) {
        .lapreservatrice .news-section .row {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 2rem;
        }
        
        .lapreservatrice .news-section .col-md-4 {
            width: 100%;
            max-width: 300px;
            display: flex;
            justify-content: center;
        }
        
        .lapreservatrice .news-card {
            height: auto;
            min-height: 400px;
            margin: 0 auto;
        }
    }

 
/* Tablet and Desktop Styles */
@media (min-width: 768px) {
    .lapreservatrice .hero-section {
        min-height: 70vh;
        padding: 3rem 2rem;
    }

    .lapreservatrice .hero-title {
        font-size: 3.5rem;
    }

    .lapreservatrice .hero-text {
        margin-bottom: 1rem;
    }

    .lapreservatrice .split-section {
        padding: 3rem 2rem;
    }

    .lapreservatrice .split-title {
        font-size: 2.5rem;
    }

    .lapreservatrice .split-text {
        font-size: 1.1rem;
    }
    .lapreservatrice .news-card {
        height: 450px;
    }
    .lapreservatrice .team-section,
    .lapreservatrice .news-section {
        padding: 3rem 2rem;
    }
}
/* Large (lg) Breakpoint - 992px and above */
@media (min-width: 992px) {
    .lapreservatrice .hero-section {
        
        min-height: 50vh;
        padding: 4rem 0;
        height:fit-content;
        min-height: 40vh;
    }

    .lapreservatrice .hero-title {
        margin-top: 40px;
        font-size: 2.5rem;
    }

    .lapreservatrice .hero-text {
        font-size: 1.2rem;
    }

    .lapreservatrice .split-section {
        min-height: 700px;
        padding: 1rem 1rem;
    }
    
    .lapreservatrice .split-content {
        padding: 4rem 4rem 4rem 35%;
    }

    .lapreservatrice .split-title {
        font-size: 2rem;
    }

    .lapreservatrice .split-text {
        font-size: 1rem;
    }

    .lapreservatrice .team-section {
        padding: 4rem 2rem;
    }

    .lapreservatrice .section-title {
        font-size: 3.5rem;
    }

    .lapreservatrice .section-subtitle {
        font-size: 1.5rem;
    }

    .lapreservatrice .team-card {
        padding: 2rem;
    }

    .lapreservatrice .team-img {
        width: 250px;
        height: 250px;
    }

    .lapreservatrice .team-name {
        font-size: 2rem;
    }

    .lapreservatrice .team-position {
        font-size: 1.2rem;
    }

    .lapreservatrice .news-section {
        padding: 8rem 0;
    }

    .lapreservatrice .news-card {
        height: 450px;
    }

    .lapreservatrice .news-title {
        font-size: 1.5rem;
    }

    .lapreservatrice .news-text {
        font-size: 1rem;
    }

    .lapreservatrice .contact-section {
        padding: 4rem 2rem;
    }

    .lapreservatrice .contact-title {
        font-size: 3rem;
    }

    .lapreservatrice .contact-btn {
        padding: 1.2rem 2.5rem;
        font-size: 1.3rem;
    }
}


/* Large Desktop Styles */
@media (min-width: 1200px) {
    .lapreservatrice .container {
        max-width: 1140px;
    }
}


