@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

body, html {
    height: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    width: 100%;
    overflow-x: hidden;
    padding: 0;
    background-color: white;
}

/* ======================================================= */
/* 🖥️ STYLES ORDINATEUR (Min 769px) */
/* ======================================================= */
@media (min-width: 769px) {

    .main-content {
        background-image: url('https://i.imgur.com/NMx9fzP.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        z-index: -1;
        margin-top: 0;
        color: #333;
    }

    header {
        position: absolute;
        top: 0px;
        left: -100px;
        height: 20px;
        width: 100%;
        z-index: 10;
        padding: 20px 50px;
        background-color: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-socials-mobile,
    .menu-toggler,
    .main-nav-mobile,
    .hamburger {
        display: none;
    }

    .header-logo-link {
        display: flex;
        align-items: center;
        text-decoration: none;
        gap: 15px;
        margin-right: auto;
        flex-shrink: 0;
        margin-left: 70px;
    }

    .logo-filou3 {
        height: 50px;
        width: auto;
        display: block;
    }

    .header-nom {
        color: #144b63;
        white-space: nowrap;
        font-size: clamp(10px, 12px, 14px);
        opacity: 0.9;
    }

    .main-nav-desktop {
        display: flex;
    }

    .main-nav-desktop ul {
        display: flex;
        list-style: none;
        gap: clamp(20px, 3vw, 50px);
        margin: 0;
        padding: 0;
    }

    .nav-img-link {
        color: transparent;
        text-decoration: none;
        display: block;
        position: relative;
    }

    .main-nav-desktop a {
        text-decoration: none;
        color: #144b63;
        font-size: 14px;
        font-weight: 500;
        transition: color 0.3s;
        opacity: 0.9;
    }

    .main-nav-desktop a.active {
        font-weight: bold;
    }

    .main-nav-desktop a B,
    .main-nav-desktop b {
        font-weight: inherit;
    }

    .main-nav-desktop a:hover {
        color: #EB7F2A;
        opacity: 1;
    }

    :root {
        --text-color: #333333;
        --light-gray-color: #f0f0f0;
        --accent-color: #000000;
    }

    .page-container-tel {
        display: none;
    }

    .page-container {
        width: 100%;
        max-width: 1200px;
        margin: 70px auto 0 auto;
        padding: 50px 20px;
        box-sizing: border-box;
        color: var(--text-color);
        opacity: 0;
        transform: translateY(30px);
        transition: transform 0.6s ease-out, opacity 0.8s ease-out, box-shadow 0.3s ease-in-out;
    }

    .page-container.is-visible,
    .footer-info-section.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .atelier-nom {
        display: flex;
        color: #144b63;
        font-size: 28px;
        margin-top: 100px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .main-content-section {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 100px;
        position: relative;
        overflow: hidden;
    }

    .background-text {
        position: absolute;
        bottom: -10px;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
        top: 300px;
        font-size: 15vw;
        font-weight: 900;
        color: #fdf6f1;
        opacity: 0.8;
        line-height: 1;
        z-index: -1;
        white-space: nowrap;
        overflow: hidden;
        display: flex;
        pointer-events: none;
    }

    .background-text span {
        display: inline-block;
        animation: defilement-infini 320s linear infinite;
    }

    @keyframes defilement-infini {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }

    .info-block {
        flex-basis: 55%;
        padding-right: 30px;
    }

    .name-title {
        font-size: 1.2em;
        font-weight: bold;
        color: #EB7F2A;
        margin-bottom: 20px;
    }

    .description-text {
        font-size: 0.9em;
        line-height: 1.6;
        margin-bottom: 30px;
        font-weight: 300;
    }

    .stats-container {
        display: flex;
        gap: 40px;
    }

    .stat-item {
        display: flex;
        flex-direction: column;
    }

    .stat-number {
        font-size: 1.8em;
        font-weight: bold;
        color: #EB7F2A;
        line-height: 1.2;
        display: inline-block;
        min-width: 85px;
        font-variant-numeric: tabular-nums;
        text-align: left;
    }

    .stat-label {
        font-size: 0.75em;
        text-transform: uppercase;
        color: #144b63;
        font-weight: 500;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    .photo-block {
        flex-basis: 40%;
        max-height: 500px;
        overflow: hidden;
        position: relative;
        border-radius: 12px;
    }

    .photo-block img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 5px;
    }

    .footer-info-section {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 50px;
        opacity: 0;
        transform: translateY(30px);
        transition: transform 0.6s ease-out, opacity 0.8s ease-out, box-shadow 0.3s ease-in-out;
    }

    .atelier-image-block {
        flex-basis: 30%;
        max-width: 400px;
    }

    .atelier-image-block img, .map-block img {
        width: 130%;
        height: auto;
        display: block;
        border-radius: 5px;
    }

    .detailed-info-container {
        flex-basis: 30%;
        display: flex;
        gap: 60px;
        padding-left: 20px;
        margin-bottom: 290px;
        margin-right: -810px;
    }

    .detailed-info-item {
        display: flex;
        flex-direction: column;
    }

    .detailed-info-item .stat-number {
        font-size: 1.4em;
    }

    .map-container {
        width: 60%;
        height: 250px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        overflow: hidden;
        position: relative;
    }

    .map-container iframe {
        width: 100%;
        height: 100%;
        display: block;
    }

    .section-divider {
        width: 60%;
        height: 1px;
        margin: 20px auto 80px auto;
        background-color: #EB7F2A;
        border: none;
    }

    .gallery2-container {
        display: flex;
        flex-wrap: wrap;
        margin: 140px 275px;
        width: auto;
    }

    div[class^="gallery2-item"] {
        margin: 5px;
        height: 324px;
        flex-grow: 1;
        min-width: 150px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .gallery2-item1, .gallery2-item6, .gallery2-item11, .gallery2-item16, .gallery2-item21, .gallery2-item26, .gallery2-item31 {
        flex-basis: 20%;
    }

    .gallery2-item2, .gallery2-item7, .gallery2-item12, .gallery2-item17, .gallery2-item22, .gallery2-item27, .gallery2-item32 {
        flex-basis: 30%;
    }

    .gallery2-item3, .gallery2-item8, .gallery2-item13, .gallery2-item18, .gallery2-item23, .gallery2-item28, .gallery2-item33 {
        flex-basis: 45%;
    }

    .gallery2-item4, .gallery2-item9, .gallery2-item14, .gallery2-item19, .gallery2-item24, .gallery2-item29, .gallery2-item34,
    .gallery2-item5, .gallery2-item10, .gallery2-item15, .gallery2-item20, .gallery2-item25, .gallery2-item30, .gallery2-item35 {
        flex-basis: 22%;
    }

    div[class^="gallery2-item"] img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    div[class^="gallery2-item"]:hover img {
        transform: scale(1.05);
    }

    div[class^="gallery2-item"]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 255, 0);
        transition: background-color 0.3s ease;
        z-index: 1;
    }

    div[class^="gallery2-item"]:hover::before {
        background-color: rgba(20, 75, 99, 0.3);
    }

    .lightbox-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s ease;
    }

    .lightbox-overlay.visible {
        visibility: visible;
        opacity: 1;
    }

    .lightbox-content {
        position: relative;
        max-width: 95%;
        max-height: 95%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lightbox-content img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        display: block;
        margin: auto;
        box-shadow: 0 0 20px rgba(0,0,0,0.5);
    }

    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        position: absolute;
        background: none;
        border: none;
        color: white;
        font-size: 2.5em;
        cursor: pointer;
        padding: 10px;
        z-index: 1010;
        transition: color 0.2s ease;
        text-shadow: 0 0 5px rgba(0,0,0,0.5);
    }

    .lightbox-close:hover,
    .lightbox-prev:hover,
    .lightbox-next:hover {
        color: #EB7F2A;
    }

    .lightbox-close { top: 10px; right: 20px; }
    .lightbox-prev { left: 20px; }
    .lightbox-next { right: 20px; }

    .lightbox-caption, .gallery3-container {
        display: none;
    }

    .map-placeholder {
        width: 100%;
        height: 100%;
        background-color: #f0f0f0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 20px !important;
        box-sizing: border-box !important;
        border-radius: 15px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }

    .map-placeholder h6 {
        display: block !important;
        color: #144b63 !important;
        font-size: 13px !important;
        margin: 0 !important;
        font-family: 'Montserrat', sans-serif !important;
        line-height: 1.4 !important;
        font-weight: normal;
    }

    .cookie-banner {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background: #E8E8E8;
        color: #333;
        padding: 20px;
        border-radius: 10px;
        z-index: 1000;
        display: none;
        box-shadow: 0 4px 20px rgba(0,0,0,0.3);
        width: calc(100% - 100px);
        max-width: none;
        text-align: center;
    }

    h7 {
        font-weight: normal;
    }

    .cookie-buttons { margin-top: 15px; display: flex; gap: 10px; justify-content: center; }
    .btn-accept, .btn-refuse { background: transparent; border: 1px solid orange; color: orange; padding: 10px 20px; cursor: pointer; border-radius: 5px; }

    .btn-info {
        font-size: 0.85em;
        color: #144b63;
        text-decoration: none;
        align-self: center;
        padding: 10px;
        transition: opacity 0.3s;
    }

    .btn-info:hover {
        opacity: 0.7;
    }

    footer {
        width: 100%;
        padding: 30px 0;
        background-color: #fff;
        display: flex;
        justify-content: center;
        border-top: 1px solid #eee;
        z-index: 9999;
    }

    .main-nav {
        width: 100%;
        max-width: 1200px;
        padding: 0 20px;
    }

    .main-nav ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .main-nav ul li {
        display: flex;
        align-items: center;
        flex: 1;
    }

    .main-nav ul li:nth-child(1) { justify-content: flex-start; }
    .main-nav ul li:nth-child(2) { justify-content: flex-start; flex: 0.8; }
    .main-nav ul li:last-child { justify-content: flex-end; }

    .footer-socials {
        flex: 2 !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .icon-fb { margin-right: 40px !important; }
    .icon-in { margin-right: 80px !important; }

    .footer-socials a {
        text-decoration: none;
        color: #000;
        font-size: 1.2em;
        display: inline-block;
        transition: all 0.3s ease;
    }

    .logo_footer {
        display: flex !important;
        gap: 20px !important;
        align-items: center !important;
    }

    .logo_footer img {
        height: 30px;
        width: auto;
        transition: all 0.3s ease;
    }

    .main-nav a, .main-nav span {
        text-decoration: none;
        color: #000;
        font-size: 0.9em;
        transition: all 0.3s ease;
        display: inline-block;
    }

    .main-nav a:hover, 
    .footer-socials a:hover, 
    .logo_footer img:hover {
        color: #EB7F2A !important;
        transform: translateY(-5px) !important;
    }
}















































@media (max-width: 768px) {

    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

    body, html {
        font-family: 'Montserrat', sans-serif;
        overflow-x: hidden; 
        font-size: 14px; 
    }
    
    header {
        position: absolute;
        box-sizing: border-box;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        z-index: 100;
        
        display: flex; 
        justify-content: space-between; 
        align-items: center;
    }

    .photo-mentions-legales-tel {
        display: block; 
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto; 
        overflow: hidden;
        z-index: -2;
    }

    .photo-mentions-legales {
        display: none;
    }

    .main-content {
        margin-top: 0 !important; 
    }

    .main-nav-desktop {
        display: none;
    }
    
    .header-nom {
        display: block;
        color: #144b63;
        font-size: 0.7em;
        margin-left: 0px;
        flex-grow: 1;
        text-align: left;
    }

    .header-logo-link {
        display: flex; 
        align-items: center;
        flex-grow: 0; 
        flex-shrink: 0;
        text-decoration: none;
    }

    .logo-filou3 {
        height: 30px;
        margin-left: -10px;
    }
    
    .menu-toggler {
        position: relative;
        display: flex; 
        flex-direction: column;
        justify-content: space-around;
        height: 25px; 
        width: 30px; 
        padding: 0;
        margin: 0;
        font-size: initial; 
        z-index: 1600;
    }

    .menu-toggler .bar {
        display: block;
        width: 100%;
        height: 3px; 
        background-color: #144b63; 
        transition: all 0.3s ease-in-out; 
        transform-origin: center; 
        z-index: 2500;
    }

    .menu-toggler.open .top-bar {
        transform: rotate(45deg) translate(7px, 7px); 
    }

    .menu-toggler.open .middle-bar {
        opacity: 0;
    }

    .menu-toggler.open .bottom-bar {
        transform: rotate(-45deg) translate(5px, -5px);
    }
        
    .main-nav-mobile {
        position: fixed;
        top: 0; 
        left: 0;
        width: 100%;
        height: 100dvh;
        background-color: rgba(255, 255, 255, 0.98); 
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        
        /* On le cache à DROITE de l'écran */
        transform: translateX(100%); 
        transition: transform 0.4s ease-in-out; 
        
        z-index: 2000;
        display: block;
        overflow-y: auto; 
    }




    
    .main-nav-mobile.open {
        transform: translateX(0); 
        top: 0; 
    }

    .main-nav-mobile .close-btn {
        display: none;
    }
   
    
    .main-nav-mobile ul {
        list-style: none;
        padding: 100px 40px; 
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center; 
    }
 
    .main-nav-mobile li {
        margin: 15px 0 0 0; 
        padding-bottom: 35px; 
    }

    .main-nav-mobile li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
 
    .main-nav-mobile a {
        color: #144b63;
        text-decoration: none;
        font-size: 1.8em;
        padding: 0 20px 0 0; 
        display: block;
        transition: color 0.3s;
    }

    .main-nav-mobile a:hover {
        color: #f7931e;
    }

    .logo-filou32 {
        height: 180px; 
        width: auto;
        margin-left: -30px;
        margin-top: -200px;
        margin-bottom: 70px;
        z-index: 1560;
    }

    .atelier-nom {
        display: flex;
        color: #144b63;
        font-size: 18px;
        margin-top: 122px;
        width: 100%; 
        justify-content: center;
        align-items: center; 
    }

    .page-container {
        display: none;
    }

    .page-container-tel {
        width: 100%;
        max-width: 1200px; 
        margin: 0 auto; 
        padding: 50px 20px; 
        box-sizing: border-box;
        color: var(--text-color);
        margin-top: 0px;
        opacity: 0;                     
        transform: translateY(30px);    
        transition: transform 0.6s ease-out, opacity 0.8s ease-out, box-shadow 0.3s ease-in-out;
    }

    .page-container-tel.is-visible {
        opacity: 1;
        transform: translateY(0); 
    }

    .main-content-section {
        display: flex;
        align-items: flex-start;
        position: relative;
        padding-bottom: 100px; 
        flex-wrap: wrap;
        gap: 30px;
    }   

    .background-text {
        position: absolute;
        bottom: -10px;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
        top: 200px;
        font-size: 15vw;
        font-weight: 900;
        color: #fdf6f1; 
        opacity: 0.8;
        line-height: 1;
        z-index: -1;
        white-space: nowrap;
        overflow: hidden;
        display: flex;
        pointer-events: none;
    }

    .background-text span {
        display: inline-block;
        animation: defilement-infini 320s linear infinite;
    }

    @keyframes defilement-infini {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }

    .info-block {
        flex-basis: calc(60% - 15px); 
        max-width: 55%; 
        padding-right: 0;
        margin-top: 50px;
        margin-top: 0px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .name-title {
        font-size: 3.5vw;
        font-weight: bold;
        color: #EB7F2A;
        margin-bottom: 10px;
    }

    .description-text {
        font-size: 0.7em;
        line-height: 1.5;
        margin-bottom: 0px;
        font-weight: 300;
        top: 300px;
    }

    p {
        color: black;
    }

    .stats-container {
        display: flex;
        flex-direction: column;
        gap: 13px; 
        padding: 0px;
        top: 200px;
    }

    .stat-item {
        display: flex;
        flex-direction: column;
    }

    .stat-number {
        font-size: 3.5vw;
        font-weight: bold;
        color: #EB7F2A;
        line-height: 1.2;
    }

    .stat-label {
        font-size: 1.6vw;
        text-transform: uppercase;
        color: #144b63;
        font-weight: 500;
        letter-spacing: 0.4px;
        white-space: nowrap;
    }

    .photo-block {
        flex-basis: calc(40% - 15px);
        max-width: 40%; 
        /* Supprime ou change le max-height s'il pose problème */
        height: auto; /* Force le conteneur à ne pas s'étirer inutilement */
        align-self: flex-start; /* IMPORTANT : empêche le bloc de s'étirer sur toute la hauteur de la section */
        overflow: hidden;
        position: relative;
        flex-shrink: 0;
        margin-top: 10px;
    }

    .photo-block img {
        width: 100%;
        height: auto; /* Change 100% par auto pour garder les proportions */
        display: block;
        object-fit: cover; /* Garde ceci pour le recadrage propre */
        border-radius: 5px; 
    }

    .footer-info-section {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; 
        margin-top: 50px;
        flex-wrap: nowrap;
        opacity: 0;                     
        transform: translateY(30px);    
        transition: transform 0.6s ease-out, opacity 0.8s ease-out, box-shadow 0.3s ease-in-out;
    }

    .footer-info-section.is-visible {
        opacity: 1;
        transform: translateY(0); 
    }

    .left-stack-container {
        display: flex;
        flex-direction: column;
        flex-basis: 35%; 
        max-width: 40%;
        padding: 15px 15px;
    }

    .atelier-image-block {
        max-width: 300px;
        margin-top: 20px;
    }

    .atelier-image-block img, .map-block img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 5px; 
    }

    .detailed-info-container {
        flex-basis: 30%; 
        display: flex;
        flex-grow: 1;
        gap: 30px; 
        flex-direction: column;
    }

    .detailed-info-item {
        display: flex;
        flex-direction: column;
    }

    .detailed-info-item .stat-number {
        font-size: 3.5vw; 
    }

    .detailed-info-item .stat-label {
        flex-wrap: wrap;
    }

    .map-container-tel {
        display: block !important;
        min-height: 300px !important;
        visibility: visible !important;
        position: relative !important;
        border-radius: 10px;
        padding: 15px 15px;         
    }

    #google-map-tel {
        display: block !important;
        width: 100% !important;
        height: 300px !important;
        border-radius: 10px;
    }

    .section-divider {
        width: 60%;
        height: 1px; 
        margin: 20px auto; 
        background-color: #EB7F2A; 
        border: none; 
        margin-bottom: 50px;
        margin-top: -50px;
    }

    .gallery2-container {
        display: flex;
        flex-wrap: wrap;
        margin: 6px; 
        width: auto;
        margin-bottom: 50px;
    }

    div[class^="gallery2-item"] {
        margin: 3px; 
        height: 200px; 
        flex-grow: 1;
        min-width: 120px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    div[class^="gallery2-item"] .gallery-text {
        display: none;
    }

    .gallery2-item1, .gallery2-item6, .gallery2-item11, .gallery2-item16 { flex-basis: 20%; }
    .gallery2-item2, .gallery2-item7, .gallery2-item12, .gallery2-item17 { flex-basis: 30%; }
    .gallery2-item3, .gallery2-item8, .gallery2-item13, .gallery2-item18 { flex-basis: 45%; }
    .gallery2-item4, .gallery2-item9, .gallery2-item14, .gallery2-item19,
    .gallery2-item5, .gallery2-item10, .gallery2-item15, .gallery2-item20 { flex-basis: 22%; }

    div[class^="gallery2-item"] img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .lightbox-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s ease;
    }

    .lightbox-overlay.visible {
        visibility: visible;
        opacity: 1;
    }

    .lightbox-content {
        position: relative;
        width: 95%;
        height: 95%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lightbox-content img {
        max-width: 100%;
        max-height: 90vh; 
        object-fit: contain; 
        display: block;
        margin: auto;
    }

    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        position: absolute;
        background: none;
        border: none;
        color: white;
        font-size: 2.5em; 
        padding: 15px;
        z-index: 1010;
    }

    .lightbox-close { top: 10px; right: 10px; }
    .lightbox-prev { left: 5px; }
    .lightbox-next { right: 5px; }

    .lightbox-caption {
        display: none;
    }

    .gallery3-container {
        display: none;
    }

    .cookie-banner {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background: #E8E8E8;
        color: #333; 
        padding: 20px;
        border-radius: 10px;
        z-index: 1000;
        display: none; 
        box-shadow: 0 4px 20px rgba(0,0,0,0.3);
        width: calc(100% - 100px); 
        max-width: none; 
        text-align: center;
    }

    h7 {
        font-weight: normal;
    }

    .cookie-buttons {
        margin-top: 15px;
        display: flex;
        gap: 8px; 
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden; 
    }

    .btn-accept, .btn-refuse {
        background: transparent;
        border: 1px solid orange;
        color: orange;
        padding: 8px 2vw; 
        cursor: pointer;
        border-radius: 5px;
        font-size: clamp(10px, 1.2vw, 16px);
        flex-shrink: 1; 
        white-space: nowrap; 
    }

    .map-placeholder-tel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f0f0f0 !important;
        display: flex !important; 
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
        z-index: 30 !important;
        border-radius: 10px;
    }

    .btn-info {
        font-size: 0.85em;
        color: #144b63; 
        text-decoration: none;
        align-self: center; 
        padding: 10px;
        transition: opacity 0.3s;
    }

    .btn-info:hover {
        opacity: 0.7;
    }

    .map-placeholder-tel h6 {
        color: #144b63 !important;
        font-size: 10px !important;
        line-height: 1.5 !important;
        margin: 0 !important;
        font-weight: normal !important;
        position: relative;
        z-index: 10;
    }

    footer {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .main-nav ul {
        flex-direction: column; 
        align-items: center;
        gap: 10px;
        width: 100%;
    }
    
    .main-nav li {
        text-align: center;
        width: 100%;
    }
    
    .main-nav a, .main-nav span {
        font-size: 0.85em;
        color: #144b63; 
        white-space: normal; 
    }

    footer {
        width: 100%;
        padding: 20px 10px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 999;
    }

    .main-nav {
        width: 100%;
        max-width: 1200px;
    }

    .main-nav ul {
        display: flex;
        flex-direction: column; 
        gap: 20px;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-socials {
        display: flex !important;
        flex-direction: row !important; 
        flex-wrap: wrap; 
        justify-content: center;
        align-items: center;
        gap: clamp(10px, 3vw, 20px); 
        width: 100%;
    }

    .footer-socials a {
        font-size: clamp(1.1em, 4vw, 1.4em); 
        color: #000000;
        text-decoration: none;
        display: inline-block;
    }

    .logo_footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: clamp(8px, 2vw, 15px); 
    }

    .logo_footer img {
        height: clamp(25px, 6vw, 40px) !important;
        width: auto !important;
        object-fit: contain;
    }

    .main-nav a,
    .main-nav span {
        text-decoration: none;
        color: #000000;
        font-size: clamp(0.75rem, 3vw, 0.85rem);
        text-align: center;
    }

    .logo_footer {
        margin-top: 0;
    }

}