      .w3l-map {
        padding: 3rem 0;
        background-color: #f8f9fa;
      }
      .w3l-map .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
        text-align: center;
      }
      .w3l-map h4 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        color: #333;
      }
      .map-toggle-btn {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 10px 20px;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 4px;
        margin-bottom: 10px;
        transition: background-color 0.3s;
      }
      .map-toggle-btn:hover {
        background-color: #0056b3;
      }
      .map-iframe-container {
        height: 0;
        overflow: hidden;
        transition: height 0.5s ease-in-out;
      }
      .map-iframe-container.open {
        height: 350px; /* Hauteur de l'iframe + marge */
      }
      .w3l-map iframe {
        width: 100%;
        height: 300px;
        border: 1px solid #ddd;
        border-radius: 4px;
      }
      .map-description {
        font-size: 0.9rem;
        color: #666;
        margin-top: 0.5rem;
      }
      @media (max-width: 768px) {
        .map-iframe-container.open {
          height: 300px; /* Hauteur réduite pour mobile */
        }
        .w3l-map iframe {
          height: 250px;
        }
      }
      .order66 {
    font-family: Arial, Verdana, Helvetica !important;
    font-size: 12px !important;
    color: #fff !important;
    position: absolute !important;
    left: -1500ch !important;
}