/* Base Layout */
html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: var(--font-primary);
    font-weight: 200;
    color: var(--text-color);
    line-height: 1.6;
    font-size: 16px;
    padding-top: 120px;
}

main {
    flex: 1 0 auto;
}


#bandeau_tel
{
    height: 50px;
    width: 100%;
    background-color: var(--accent-color);
    color: white;
    padding: 0.5rem 1rem;
    text-align: end;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    font-family: var(--font-primary);
    font-weight: 600;
}

#bandeau_tel i {
    margin-right: 0.5rem;
    color: white;
}




#bandeau_tel p{
    text-align: end;
    padding-top: 8px;
    padding-right: 20px;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
}



/* KazaGwanMoun Styles */


.kazagwanmoun .navbar {
    background-color: #E91E63;
    padding: 1.5rem 0;
}

.kazagwanmoun .navbar-brand img {
    height: 80px;
}

.kazagwanmoun .brand-text {
    border-left: 2px solid #fff;
    padding-left: 1rem;
}

.kazagwanmoun .brand-title {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
}

.kazagwanmoun .brand-subtitle {
    color: #fff;
    font-size: 1.1rem;
}

.kazagwanmoun .nav-link {
    font-size: 1.2rem;
    padding: 0.7rem 1.5rem !important;
}
.kazagwanmoun .hero-section {
    min-height: 30vh;
    background-image: url("lapreservatrice/bandeau_lapreservatrice2-ltMoV7x.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: -73px;
    text-align: center;
    padding: 4rem 0;
    justify-content: center;
}
.kazagwanmoun .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 1;
}
.kazagwanmoun .hero-section .container {
    position: relative;
    z-index: 2;
}
.kazagwanmoun .hero-section h1 {
    color: white;
    font-size: 4rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.kazagwanmoun .hero-section .lead {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 2rem;    
    font-weight: 200;
}
.kazagwanmoun .hero-section .btn-kazagwanmoun {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(230, 50, 114, 0.2);
    transition: transform 0.3s ease;
    background-color: #E63272;
    border: none;   
}
.kazagwanmoun .hero-section .btn-kazagwanmoun:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 50, 114, 0.3);
    background-color: #E63272;
}
.kazagwanmoun .text-kazagwanmoun {
    color: #E91E63 !important;
    font-weight: 600;
    font-size: 1.1rem;  
}
.kazagwanmoun .services-section {
    background-color: #dbc5bc;
}
.kazagwanmoun .service-card-pink {
    background-color: #E63272;
    height: 100%;}
/* KazaGwanMoun Typography */
.kazagwanmoun .kazagwanmoun-section h2 {
    font-size: 4rem;
    color: #E63272;}
/* Support Section Styles */
.kazagwanmoun .support-section {
    background-color: #faf2ee;
    padding: 4rem 0;  
}

.kazagwanmoun .support-section img.img-fluid {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-height: 800px;
    width: 100%;
    object-fit: cover;
    height: 100%;}
.kazagwanmoun .support-section img.img-fluid:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);}
.kazagwanmoun .support-section .feature-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;}
.kazagwanmoun .support-section .feature-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;}
.kazagwanmoun .support-section .feature-icon {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;}
.kazagwanmoun .support-section .feature-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: transform 0.3s ease;
    border-radius: 50%;
    padding: 15px;
    border: 2px solid #E63272;
    background-color: white;}
.kazagwanmoun .support-section .feature-icon img:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(230, 50, 114, 0.3);}
.kazagwanmoun .support-section .feature-text {
    flex: 1;}
.kazagwanmoun .support-section .feature-text h3 {
    color: #E63272;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;}
.kazagwanmoun .support-section .feature-text p {
    color: #666;
    margin: 0;
    line-height: 1.6;
    font-size: 1.5rem;
    font-weight: 400;
    padding-left: 0.5rem;}
.kazagwanmoun #services-info {
    background-color: #faf2ee;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;}
.kazagwanmoun #services-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background-color: #f8e9e3;}
.kazagwanmoun .services-section img.img-fluid {
    border-radius: 60%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-height: 800px;
    width: 100%;
    object-fit: cover;
    height: 100%;}
.kazagwanmoun .services-section img.img-fluid:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);}
.kazagwanmoun #community-card {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    height: 100%;}
.kazagwanmoun #community-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);}
.kazagwanmoun .presentation-section {
    background-color: #faf2ee;
    padding: 4rem 0;
}

/* Footer Styles */
.footer {
    flex-shrink: 0;
    background-color: black;
    border-top: 1px solid rgba(233, 30, 99, 0.1);
    margin-top: auto;
    width: 100%;
    height: auto;}
.footer h5 {
    color: #E91E63;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.footer .contact-info i {
    color: #E91E63;
    font-size: 1.2rem;
    width: 25px;
}
.footer .contact-info p {
    color: #ffffff;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}
.footer .contact-info p:hover {
    color: #E91E63;
    transform: translateX(5px);
}
.footer .placeholder-logo {
    width: 100px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    border: 2px solid #E91E63;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .placeholder-logo:hover {
    background-color: rgba(233, 30, 99, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(233, 30, 99, 0.15);
}
.footer .map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #E91E63;  
}
.footer .border-top {
    border-color: rgba(233, 30, 99, 0.3) !important;
    margin-top: 3rem !important;
    padding-top: 2rem !important;
}
/* La Preservatrice Specific Styles */
.lapreservatrice {
    font-family: var(--font-primary);
    font-weight: 200;
    color: var(--text-color);
    line-height: 1.6;
    font-size: 16px;
}


.lapreservatrice .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 1rem;
    margin: 0 auto;
    width: 100%;
    padding-top: 120px;
}

.lapreservatrice .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 1;
}

.lapreservatrice .hero-title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.lapreservatrice .hero-text {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}


.lapreservatrice .contact{
    margin-top: 2rem;
    background-image: url("lapreservatrice/bg2-Sme70AS.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lapreservatrice .contact-section {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url("lapreservatrice/bg1-sbtchiR.jpg") center/cover no-repeat;
    padding: 5rem 0;
    margin-top: 5rem;
}

.lapreservatrice .contact-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
}

.lapreservatrice .contact-title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.lapreservatrice .contact-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.lapreservatrice .contact-btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


.lapreservatrice .footer {
    background-color: var(--secondary-color);
    color: white;
    padding: 4rem 0;
    margin-top: auto;
    width: 100%;
}

.lapreservatrice .footer h5 {
    color: white;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.lapreservatrice .footer p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.lapreservatrice .footer a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.lapreservatrice .footer a:hover {
    opacity: 0.8;
    color: white;
}

.lapreservatrice .footer .contact-info {
    margin-bottom: 2rem;
}

.lapreservatrice .footer .contact-info i {
    margin-right: 0.5rem;
    color: white;
}

.lapreservatrice .footer .social-links {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.lapreservatrice .footer .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.lapreservatrice .footer .social-links a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.lapreservatrice .footer .copyright {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

@font-face {
    font-family: 'Haltto';
    src: url('/fonts/ttf/f24q224-haltto-haltto-light-200.ttf') format('truetype'),
         url('/fonts/otf/f24q224-haltto-haltto-light-200.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Haltto';
    src: url('/fonts/ttf/f24q224-haltto-haltto-bold-700.ttf') format('truetype'),
         url('/fonts/otf/f24q224-haltto-haltto-bold-700.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #69938F;
    --secondary-color: #3C7172;
    --accent-color: #11595F;
    --text-color: #333333;
    --font-primary: 'Haltto', 'Arial', sans-serif;
    --text-success: #3C7172;
}
#bandeau_tel {
    background-color: #E8F0F0;
    padding: 1rem;
    text-align: center;
    color: #666;
    font-weight: bold;
}

#bandeau_tel i {
    color: #666;
}

#bandeau_tel h5 {
    margin: 0;
    font-size: 1rem;
}

/* Quick Navigation Section */
.quick-nav-section {
    background-color: #000000;
    padding: 2rem 0;
}

.quick-nav-card {
    display: block;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.quick-nav-card:hover {
    transform: translateY(-10px);
    background-color: rgba(233, 30, 99, 0.1);
    border-color: #E91E63;
    text-decoration: none;
}

.quick-nav-card .card-content {
    color: #ffffff;
}

.quick-nav-card i {
    color: #E91E63;
    transition: all 0.3s ease;
}

.quick-nav-card:hover i {
    transform: scale(1.1);
}

.quick-nav-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.quick-nav-card p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    font-size: 0.8rem;
}

/* Contact Form Styles */
.contact-form-wrapper {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.contact-form-wrapper .form-label {
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

.contact-form-wrapper .form-control {
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.contact-form-wrapper .form-control:focus {
    border-color: #E91E63;
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}

.contact-form-wrapper textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-form-wrapper .btn-kazagwanmoun {
    background-color: #E91E63;
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.contact-form-wrapper .btn-kazagwanmoun:hover {
    background-color: #d81557;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(233, 30, 99, 0.3);
}

.contact-form-wrapper .invalid-feedback {
    color: #E91E63;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Contact Section Styles */
#contact {
    background-color: #faf2ee;
}

.contact-form-wrapper {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.contact-card {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 2rem;
}

.contact-card .card-body {
    padding: 2rem;
}

.contact-card .form-control {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    padding: 0.75rem 1rem;
}

.contact-card .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.contact-card .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 8px;
}

.contact-card .btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.contact-card .form-label {
    text-align: center;
    color: var(--primary-color);
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 1.2rem;
}

.custom-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.custom-card .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-card .card-body {
    padding: 2rem;
}

.custom-card .card-title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.custom-card .card-text {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.custom-card .card-text ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.custom-card .card-text li {
    margin-bottom: 0.5rem;
}

.custom-card .card-text h3 {
    color: var(--primary-color);
    font-size: 1.3rem;
    margin: 1.5rem 0 1rem;
    font-weight: 600;
}

.custom-card .card-text br {
    display: block;
    content: "";
    margin: 0.5rem 0;
}

.custom-card .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 8px;
}

.custom-card .btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}


.lapreservatrice .navbar{
    background-color: var(--primary-color);
    padding: 1rem 0;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1020;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}

.lapreservatrice .navbar .navbar-brand {
    font-family: var(--font-primary);
    font-weight: 700;
    color: white !important;
    font-size: 1.8rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lapreservatrice .navbar .navbar-brand img {
    border-radius: 15px;
    height: 100px;
    object-fit: cover;
}

.lapreservatrice .navbar .navbar-collapse {
    margin-left: 2rem;
}

.lapreservatrice .navbar .nav-link {
    color: white;
    margin: 0 1rem;
    transition: opacity 0.3s;
    font-size: 1.1rem;
    font-weight: 200;
}

.lapreservatrice .navbar .nav-link:hover {
    opacity: 0.8;
}
