   /* Editor's Note - Famille principale */
    @font-face {
        font-family: 'Editors Note';
        src: url('../fonts/Editor_sNote-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Editors Note';
        src: url('../fonts/Editor_sNote-Thin.ttf') format('truetype');
        font-weight: 100;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Editors Note';
        src: url('../fonts/Editor_sNote-Extralight.otf') format('opentype');
        font-weight: 200;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Editors Note';
        src: url('../fonts/Editor_sNote-Medium.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Editors Note';
        src: url('../fonts/Editor_sNote-Semibold.ttf') format('truetype');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Editors Note';
        src: url('../fonts/Editor_sNote-Bold.ttf') format('truetype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }

    /* Italiques pour Editor's Note */
    @font-face {
        font-family: 'Editors Note';
        src: url('../fonts/Editor_sNote-Italic.ttf') format('truetype');
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Editors Note';
        src: url('../fonts/Editor_sNote-LightItalic.ttf') format('truetype');
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }



    /* Nimbus Sans */
    @font-face {
        font-family: 'Nimbus SanL';
        src: url('../fonts/nimbus-sans-regular.otf') format('opentype');
        font-weight: normal;
        font-display: swap;
    }

     @font-face {
        font-family: 'Nimbus SanL light';
        src: url('../fonts/nimbus-sans-light.otf') format('opentype');
        font-weight: normal;
        font-display: swap;
    }



 

    /* Commuters Sans */
    @font-face {
        font-family: 'Commuters Sans';
        src: url('../fonts/CommutersSans-Regular.ttf') format('truetype');
        font-weight: normal;
        font-display: swap;
    }

    /* Avenir */
    @font-face {
        font-family: 'Avenir';
        src: url('../fonts/avenir_book.ttf') format('truetype');
        font-weight: 400;
        font-display: swap;
    }

    /* Sweet Sans Pro */
    @font-face {
        font-family: 'Sweet Sans Pro';
        src: url('../fonts/SweetSansProExLight.otf') format('opentype');
        font-weight: 200;
        font-display: swap;
    }

    /* Work Sans */
    @font-face {
        font-family: 'Work Sans';
        src: url('../fonts/WorkSans-Regular.otf') format('opentype');
        font-weight: 400;
        font-display: swap;
    }



     @font-face {
        font-family: 'editorsnote-italic';
        src: url('../fonts/editorsnote-italic.otf') format('opentype');
        font-weight: 400;
        font-display: swap;
    }





   


 
    h1, h2, .navbar-brand { 
       font-family: "Editors Note", serif;
       font-weight: 200; 
       letter-spacing : 3px;
    }

    /* Style de la Navbar */
    .navbar {
        padding: 0.5rem 0;
        transition: all 0.3s;
        border-bottom: 2px solid white;
        transition: all 0.4s ease-in-out; /* Pour un effet fluide */
    }
    .nav-link {
        font-size: 0.60rem;
        letter-spacing: 2px;
        font-weight: 400;
        color: white !important;
    }


    /* Bouton personnalisé amélioré */
        .btn-outline-custom {
            font-family: 'Nimbus SanL light', sans-serif; /* Corrigé */
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            border-radius: 50px;
            padding: 5px 28px; /* Un peu plus d'espace pour le luxe */
            font-size: 0.65rem;
            letter-spacing: 1.5px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            background: #4d3436;
            position: relative;
            overflow: hidden; /* Important pour l'effet de remplissage */
            z-index: 1;
            padding-top: 7px !important;
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        /* L'élément qui crée l'effet de remplissage au survol */
        .btn-outline-custom::before {
            content: '';
            position: absolute;
            top: 100%; /* Part du bas */
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            z-index: -1; /* Passe derrière le texte */
        }

        /* Animation de l'icône flèche */
        .btn-outline-custom i {
            transition: transform 0.4s ease;
        }

        /* ÉTAT AU SURVOL (HOVER) */
        .btn-outline-custom:hover {
            color: #4d3436 !important; /* On reprend la couleur du studio */
            border-color: #fff;
            transform: translateY(-2px); /* Léger soulèvement */
        }

        .btn-outline-custom:hover::before {
            top: 0; /* Le fond blanc monte */
        }

        .btn-outline-custom:hover i {
            transform: translateX(5px); /* La flèche avance */
        }

        /* Optionnel : effet de clic */
        .btn-outline-custom:active {
            transform: translateY(0);
        }


          /*Scrol*/
         .navbar-scrolled {
            background-color: rgb(77 52 54 / 88%)  !important; /* Noir à 90% d'opacité */
            padding-top: 10px !important;
            padding-bottom: 10px !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border: none;
        }


        /* mon Code */
        nav a{font-family: 'Commuters Sans', sans-serif; }
        nav .logo{max-width: 280px}

      


        .design-link {
            font-family: 'Nimbus SanL', sans-serif;
            font-size: 0.7rem;
            letter-spacing: 0.15rem;
            color: #4d3436;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            border-bottom: 1px solid transparent;
            padding-bottom: 5px;
            transition: all 0.4s ease;
        }

        .design-link:hover {
            color: #6b5a55;
            border-bottom-color: #6b5a55;
            padding-left: 15px; /* Petit effet de décalage au survol */
        }











       /* --- Section Contact --- */
        .contact-section { 
            color: #4d3436;
            font-family: 'Nimbus SanL', sans-serif;
        }

        .contact-title {
            font-family: 'Commuters Sans', sans-serif; 
            font-size: 1.2rem;
           letter-spacing: 0px;
        }


        .contact-info p{
              font-family: 'Nimbus SanL light', sans-serif;
        }

        .email-link {
            color: #4d3436;
            text-decoration: none;
            font-weight: bold;
            border-bottom: 1px solid #4d3436;
            display: inline-block !important;
        }

        .social-icons a {
            color: #4d3436;
            font-size: 1.2rem;
            transition: opacity 0.3s;
        }

        /* --- Formulaire --- */
        .form-label {
            font-size: 0.75rem;
            letter-spacing: 0.1rem;
            margin-bottom: 5px;
        }

        .small-helper {
            font-family: 'Work Sans' ,sans-serif;
            font-size: 0.65rem;
            line-height: 1.4;
            opacity: 0.8;
        }

        .form-control {
            border: 1px solid #4d3436 !important;
            border-radius: 0 !important;
            background-color: transparent !important;
            padding: 10px 15px;
            color: #4d3436 !important;
        }

        .form-control:focus {
            box-shadow: none !important;
            background-color: #fdfcfb !important;
        }

        .btn-submit {
            background-color: transparent;
            border: 1px solid #4d3436;
            color: #4d3436;
            padding: 10px 40px;
            font-size: 0.8rem;
            letter-spacing: 0.1rem;
            transition: all 0.4s ease;
            cursor: pointer;
        }

        .btn-submit:hover {
            background-color: #4d3436;
            color: #fff;
        }

       

        .footer-links a {
            text-decoration: none;
            color: #4d3436;
            font-size: 0.75rem;
            border-bottom: 1px solid #4d3436;
             font-family: Arial, sans-serif;
        }

        .footer-links a:hover {
            border-bottom-color: #4d3436;
        }

        .copyright {
             color: #4d3436;
            font-size: 0.75rem;
            margin-top: 20px;
            font-family: Arial, sans-serif;
        }

       /* brn whatp*/
        .floating-actions {
            position: fixed;
            right: 20px;
            bottom: 20px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 9999;
        }

        .btn-float {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        /* Style WhatsApp */
        .btn-whatsapp {
            background-color: #25D366;
            color: white;
            font-size: 1.7rem;
        }

        .btn-whatsapp:hover {
            transform: scale(1.1);
            background-color: #128C7E;
        }

        /* Style Scroll to Top */
        .btn-scroll {
            background-color: #4d3436; /* Ta couleur brune */
            color: white;
            font-size: 1.2rem;
            display: none; /* Caché par défaut */
        }

        .btn-scroll:hover {
            background-color: #000;
            transform: translateY(-5px);
        }


       
   





    /* --- NAVBAR MOBILE --- */
     @media (max-width: 991px) {
        .navbar {
            background-color: rgb(77 52 54 / 88%) !important;
            padding: 10px 0;
            border-bottom: 2px #7777 solid;
        }

        .navbar-collapse { 
            padding-top: 10px;
            text-align: center;
            margin-top: 10px;
        }

        .navbar-brand {
            order: -1; /* Place le logo à gauche sur mobile */
            margin-left: 15px !important;
            width: 120px; /* Logo plus petit */
        }

        .navbar-toggler {
            margin-right: 15px;
            border: none;
        }

        .nav-link{
            font-size: 0.8rem;
            margin-bottom: 10px;
        }

     
        /* --- HERO SECTION MOBILE --- */
        .hero-bg {background-position:  -120px 0px !important} 
        .hero-title {
            font-size: 2rem !important; /* Réduction de la taille du titre */
            line-height: 1.4;
            padding: 0 10px;
        }

        .hero-description {
            font-size: 0.85rem !important;
            padding: 0 20px;
            margin-top: 20px;
             /* On enlève les retours à la ligne forcés */
        }

        .hero-content .row {
            justify-content: center !important; /* Centre le contenu au lieu de le coller à droite */
        }
        
        .hero-section br { display: none; }


        html, body {
            max-width: 100% !important;
            overflow-x: hidden !important;
        }


    }