@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&display=swap');
        body {
            margin: 0;
            font-family: Arial;
            overflow: hidden;
            display: flex;
        }

        /* Style du bouton de géolocalisation */
        .locate-button {
            position: absolute;
            top: 10px;
            left: 280px;
            z-index: 1000;
            background: #007bff;
            color: white;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            border-radius: 5px;
            font-size: 14px;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        }

        .locate-button:hover {
            background: #0056b3;
        }

        #sidebar {
            width: 200px;
            background: #f8f9fa;
            padding: 10px;
            overflow-y: auto;
            height: 100vh;
            transition: transform 0.3s ease-in-out;
            border-right: 3px solid #CDC2A4;
            box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2); /* Ombre à droite */
        }


        h1, h2 {
            color: #9A8A7F;
            font-family: "Archivo Narrow";
            font-weight: 100;
            letter-spacing: 3px;
        }


        div.titre {
            position: fixed;
            z-index: 998;
            width: 80%;
            height: 90px;
        }

        h1.nom {
            font-size: 26px; 
            text-transform: uppercase;
            letter-spacing: 2px; 
            position: fixed;
            z-index: 998;
            margin-top: 12px;
            margin-left: 50px;
            font-family: "Archivo Narrow";
            font-weight: 100;
            line-height: 25px;
            padding-right: 30px; 
            right: 10px;
            top: 100px;
        }

        h1.nomembeded {
            font-size: 26px; 
            text-transform: uppercase;
            letter-spacing: 2px; 
            position: fixed;
            z-index: 998;
            margin-top: 12px;
            margin-left: 50px;
            font-family: "Archivo Narrow";
            font-weight: 100;
            line-height: 25px;
            padding-right: 30px; 
            right: 10px;
            top: 10px;
        }

        span.societe {
            padding-left: 3px; 
            font-weight:bold; 
            font-size: 12px; 
            letter-spacing: 5px;
        }


        #map {
            height: 100vh;
            flex: 1;
        }

        .leaflet-marker-icon {
            border: 2px solid #4DB9C5;
            border-radius: 50%;
        }

        .fixed-image {
            position: fixed;
            top: 10px; /* Distance depuis le haut */
            right: 50px; /* Distance depuis la droite */
            width: 200px; /* Ajustez la taille selon vos besoins */
            height: auto;
            z-index: 1000; /* S'assurer que l'image est au-dessus des autres éléments */
        }


        .form-container {
            background-color: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 600px;
            box-sizing: border-box;
            margin: auto;
            margin-top: 20vh;
        }

        h2 {
            text-align: center;
            color: #333;
            font-size: 26px;
            margin-bottom: 20px;
        }

        .form-container label {
            font-size: 14px;
            color: #555;
            margin-bottom: 8px;
            display: block;
        }

        .form-container input, .form-container select {
            width: 90%;
            padding: 12px;
            margin: 10px 0;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
            background-color: #f8f8f8;
            transition: all 0.3s ease;
        }

        .form-container input:focus, .form-container select:focus {
            border-color: #4CAF50;
            background-color: #fff;
            outline: none;
        }

        .form-container button {
            width: 100%;
            padding: 15px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 18px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .form-container button:hover {
            background-color: #45a049;
        }

        .form-container button:active {
            background-color: #388e3c;
        }

        .form-container .footer {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
            color: #777;
        }

        .form-container .footer a {
            color: #4CAF50;
            text-decoration: none;
        }

        .form-container .footer a:hover {
            text-decoration: underline;
        }

        #toggleSidebar {
            display: none;
        }

        select {
            width: 100%;
            padding: 5px;
            margin-bottom: 10px;
        }

        ul {
            list-style: none;
            padding: 0;
        }

        ul li {
            padding: 5px;
            color: black;
            margin-bottom: 5px;
            cursor: pointer;
            font-weight: bold;
        }

        ul li:hover {
            border-bottom: 2px solid #bbb;
        }

        @media (max-width: 768px) {
            #sidebar {
                display: block;
                bottom: 0;
                height: 160px;
                width: 97%;
                position: fixed;
                z-index: 1000;
                background: #f8f9fa;
                border-top: 3px solid #CDC2A4;
                box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
                padding: 10px;
                padding-bottom: 20px;
            }
        
            /* Conteneur de la liste pour le scroll horizontal */
            .sidebar-content {
                overflow-x: auto;
                white-space: nowrap;
                display: flex;
                width: 100%;
            }
        
            #sidebar ul {
                display: flex;
                flex-direction: row;
                padding: 10px;
                margin: 0;
                width: max-content; /* Permet le scroll horizontal */
                overflow-x: scroll;
                width: 97%;
            }
        
            #sidebar ul li {
                display: inline-block;
                padding: 10px 20px;
                background: #fff;
                height: 50px;
                border-radius: 10px;
                margin-right: 10px;
                font-weight: weight;
                cursor: pointer;
                min-width: 150px;
                font-size: 13px
            }
        
            #toggleSidebar {
                display: block;
                position: fixed;
                bottom: 230px;
                left: 10px;
                background: #007bff;
                color: white;
                border: none;
                padding: 10px;
                cursor: pointer;
                border-radius: 5px;
                z-index: 1000;
            }

            .fixed-image {
                position: fixed;
                top: 10px; /* Distance depuis le haut */
                right: 6px; /* Distance depuis la droite */
                width: 140px; /* Ajustez la taille selon vos besoins */
                height: auto;
                z-index: 1000; /* S'assurer que l'image est au-dessus des autres éléments */
            }

            h1.nom {
                display:none
            }

            h2 {
                font-size: 20px;
                margin-bottom: 0px;
            }

            /* Style du bouton de géolocalisation */
        .locate-button {

            left: 60px;
           
        }

        }
        
        
        

       