   :root {
            --primary-red: #8B2023; 
            --secondary-blue: #0E3E4F; 
            --text-grey: #4A4A4A;
        }


        @font-face {
            font-family: 'Gotham Rounded';
            src: url('../fonts/Gotham Rounded Book.otf') format('opentype');
            font-weight: normal;
            font-style: normal;
        }


        
        @font-face {
            font-family: 'Gotham Medium';
            src: url('../fonts/Gotham Medium.otf') format('opentype');
            font-weight: normal;
            font-style: normal;
        }


        @font-face {
            font-family: 'Avenir Roman';
            src: url('../fonts/avenir-roman.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }


        body {
            font-family: 'Gotham Rounded', sans-serif;
            color: var(--text-grey);
            background-color: white;
        }

        /* --- Navbar Styles --- */
        .navbar {
            padding: 1rem 0;
            background-color: #FFFFFF;
            transition: all 0.4s ease-in-out; /* Pour un effet fluide */
        }
      

        @media (min-width: 991px) {


            /* État réduit lors du scroll */
            .navbar.navbar-scrolled {
                padding: 0.5rem 0; /* Padding réduit */
                box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Optionnel: ajoute une ombre légère */
            }

            /* Optionnel : Réduire aussi la taille du logo au scroll */
            .navbar.navbar-scrolled #logo {
                height: 40px; /* Ajustez selon vos besoins */
                transition: all 0.4s ease-in-out;
            }
        }

        
        #logo {
            max-width: 200px;
        }

        .navbar .container {
            max-width: 1200px !important;
        }

        .nav-links .nav-link {
            font-size: 0.75rem;
            font-weight: 700;
            color: var(--primary-red) !important;
            text-transform: uppercase;
            margin: 0 1rem;
            letter-spacing: 0.8px;
            opacity: 0.7;
            transition: opacity 0.3s ease;
        }

        .nav-links .nav-link:hover, .nav-links .nav-link.active {
            opacity: 1;
        }

        /* --- Boutons et Icônes --- */
        .btn-outline-custom {
            color: var(--primary-red);
            border: 1px solid var(--primary-red);
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            padding: 0.5rem 1.5rem;
        }

        .btn-outline-custom:hover {
            background-color: var(--primary-red);
            color: #FFFFFF;
        }

        .social-icon {
            background-color: var(--primary-red);
            color: white;
            font-size: 1rem;
            margin-left: 0.6rem;
            transition: background-color 0.3s ease;
            width: 32px;
            height: 32px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            text-decoration: none;
        }

        .social-icon:hover {
            background-color: #6d1719;
            color: white;
        }






 /* --- Section Contact --- */
.contact-section {
    padding: 80px 0;
    background-color: #F8F9FA; /* Fond légèrement gris comme sur la maquette */
}

.contact-subtitle {
    font-family: 'Gotham Medium', sans-serif;
    color: var(--primary-red);
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.contact-title {
    font-family: 'Gotham Medium', sans-serif;
    color: var(--secondary-blue);
    font-size: 2.2rem;
    line-height: 1.1;
    margin-bottom: 2.5rem;
}

.contact-description {
    font-size: 0.95rem;
    line-height: 1.3;
    color: var(--text-grey);
    max-width: 450px;
    margin-bottom: 3rem;
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.contact-info-icon {
    width: 45px;
    height: 45px;
    background-color: var(--primary-red);
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-right: 20px;
}

.contact-info-text span {
    display: block;
    font-size: 0.85rem;
    color: var(--text-grey);
}

.contact-info-text strong {
    font-size: 0.90rem;
    color: var(--text-grey);
}

/* --- Formulaire --- */
.contact-form-card {
    background: white;
    padding: 50px;
    border-radius: 40px; /* Coins très arrondis comme la maquette */
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 8px;
}

.form-control {
    background-color: #F2F4F7;
    border: none;
    border-radius: 15px;
    padding: 12px 20px;
    font-size: 0.9rem;
}

.form-control:focus {
    background-color: #ebedf0;
    box-shadow: none;
}

.btn-send {
    background-color: var(--primary-red);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.btn-send:hover {
    background-color: #6d1719;
    transform: translateY(-2px);
}

.btn-send i {
    background: white;
    color: var(--primary-red);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 0.7rem;
}





 /* --- Section Footer --- */
 /* --- Mise à jour du Footer --- */
.footer-section {
    background-color: #01344b;
    padding: 80px 0 40px;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Typographie Instagram */
.footer-top-row {
    margin-bottom: 50px;
}

.insta-text {
    font-family: 'Avenir Roman', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.footer-divider {
    margin: 0 30px;
    font-weight: 300;
    opacity: 0.6;
}

/* Description */
.footer-description-row {
    margin-bottom: 80px;
}

.footer-desc {
    font-size: 0.85rem;
    line-height: 1.8;
    opacity: 0.9;
    font-family: 'Avenir Roman', sans-serif;
}

/* Navigation et Logo */
.footer-logo {
    max-width: 240px;
}

.footer-nav {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    transition: 0.3s;
}

/* Bouton Contact avec forme exacte de la maquette */
.btn-footer-contact {
    border: 1.5px solid white;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-footer-contact:hover {
    background-color: white;
    color: #01344b;
}

/* Barre de Copyright */
.footer-bottom-bar {
    margin-top: 100px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright {
    font-size: 0.65rem;
    letter-spacing: 1px;
    margin-bottom: 0;
    opacity: 0.8;
}

.footer-social-links a {
    color: white;
    margin-left: 20px;
    font-size: 1.1rem;
    opacity: 0.9;
    transition: 0.3s;
}

/* Background Image Position */
.footer-bg-map {
    position: absolute;
    right: -50px;
    top: 10%;
    width: 600px;
    opacity: 0.15; /* Très subtil comme sur la maquette */
    pointer-events: none;
    transform: rotate(-5deg);
}

/* Mobile Adjustments */
  

   @media (max-width: 991px) {
  

      html, body {
        overflow-x: hidden; /* Empêche le défilement horizontal global */
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .navbar{    padding: 0.3rem 0;}
    

    .contact-section .contact-subtitle{font-size: 1.rem}
    .contact-section .contact-title{font-size: 1.6rem}


    .footer_bottom{margin-top: 40px}
    .footer-logo-side{text-align: center;}
    .footer-section{  padding-bottom: 50px;} 

    .footer-nav { gap: 20px; margin: 30px 0; justify-content: center; }
    .footer-main-nav { text-align: center;}
    .footer-divider { display: none;}
    .insta-text { width: 100%; text-align: center; margin-bottom: 10px;}

    .footer-nav { flex-direction: column;align-items: center; gap: 15px; margin-top: 20px;}
    .footer-bottom-bar{text-align: center;}
    .footer-social-links{margin-top: 20px}


   }