.mapOuter {
    position: relative;
}

.mapOuter .mapContainer {
    position: relative;
    padding: 0;
}

.mapOuter .map {
    width: 100%;
    line-height: 0;
}

.mapOuter .gridContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.mapInformationContainer {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    pointer-events: all;
}

.mapInformation {
    background: rgba(20, 20, 20, 0.82);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 32px 36px;
    min-width: 320px;
    max-width: 420px;
}

.mapHeading h2 {
    color: #ffffff !important;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.mapAdresse div {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
}

.mapAdresse .adresseIcon {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.mapAdresse .adresseIcon img {
    margin-top: 4px;
    flex-shrink: 0;
}

.telMail {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mapContactItem {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #F5C518;
    text-decoration: none;
    font-size: 1rem;
}

.mapContactItem:hover {
    color: #ffffff;
}

.mapContactItem img {
    flex-shrink: 0;
    filter: brightness(0) saturate(100%) invert(79%) sepia(55%) saturate(500%) hue-rotate(5deg) brightness(103%);
}

@media (max-width: 768px) {
    .sectionContainer .mapContainer .map {
        height: 100% !important;
    }

    .mapOuter .gridContainer {
        position: relative;
        padding: 0 !important;
        width: 100%;
        border-radius: 15px;
        background: linear-gradient(119deg, rgba(255, 255, 255, 0.05) 30.61%, rgba(255, 255, 255, 0.10) 50.29%, rgba(255, 255, 255, 0.05) 100%);
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.30), -1px -1px 2px 0 rgba(69, 69, 69, 0.25) inset, 1px 1px 2px 0 rgba(255, 255, 255, 0.20) inset;
        backdrop-filter: blur(15px);
    }

    .mapInformationContainer {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
    }

    .mapInformation {
        min-width: unset;
        width: 100%;
        margin-right: 0 !important;
    }
}
