/* UltraJeux - CSS pour la page contact et magasins */

.contact .basic-container {
    text-align: left;
    width: fit-content;
    padding: 15px 25px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 40px 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.contact .basic-container p {
    margin: 0;
}

.contact .box-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.contact .store-header {
    text-align: left;
    margin: 20px 15px;
}

.contact .store-header h2 {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #333;
}

.contact .store-subtitle {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.contact .store-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact .main-content {
    display: flex;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 10px;
}

.contact .store-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 60%;
    font-size: 14px;
    flex: 0 0 auto;
}

.contact .store-info p {
    margin: 0;
    line-height: 1.4;
}

.contact .horaires-table {
    margin-top: 5px;
}

.contact .horaire-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact .end-h {
    border-bottom: 0px;
}

.contact .heure {
    font-weight: bold;
    color: #313131;
}

.contact .contact-basic-container {
    font-size: 15px;
}

.contact .stores-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact .store-wrapper {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 10px;
    max-width: 500px;
}

.contact .store-wrapper-full {
    max-width: 100%;
}

.contact .store-note {
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.contact .horaires-container {
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact .horaires-title {
    font-size: 16px;
}

/* Google Maps */
.contact .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 300px;
    width: 100%;
}

.contact .maps-container {
    display: flex;
    gap: 10px;
}

.contact .visual-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.contact .maps-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 200px;
}

.contact .maps-section .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
    flex: 1;
}

.contact .gmap_canvas iframe {
    height: 100% !important;
    width: 100%;
}

.contact .maps-section iframe,
.contact .streetview-row iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact .streetview-row {
    height: 200px;
    margin-top: 10px;
    width: 100%;
}

.contact .left-visual {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.contact .right-visual {
    flex: 2;
    height: 100%;
}

.contact .right-visual iframe {
    height: 100% !important;
    width: 100%;
}

/* Styles Oberjeux */
.contact .oberjeux-content {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}

.contact .oberjeux-image-container {
    position: relative;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
    width: fit-content;
}

.contact .oberjeux-image-container:hover .oberjeux-logo-overlay {
    opacity: 1 !important;
}

.contact .oberjeux-image {
    max-width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border: 4px solid #fff;
}

.contact .oberjeux-logo-overlay {
    position: absolute;
    top: 80px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 6px 6px #1d1d1d);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 10;
}

.contact .oberjeux-logo {
    max-width: 120px;
    height: auto;
    filter: brightness(0) invert(1);
}

.contact .oberjeux-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact .oberjeux-info p {
    margin: 0;
    line-height: 1.4;
}

.contact .oberjeux-horaires {
    flex: 1;
    width: 250px;
}

.contact .contact-phone {
    color: #0066cc !important;
    text-decoration: none !important;
}

/* Responsive */
@media (max-width: 1200px) {
    .contact .stores-container {
        flex-direction: column;
        padding: 20px;
    }

    .contact .store-wrapper {
        max-width: 100%;
    }

    .contact .streetview-row {
        display: none;
    }
}

@media (max-width: 768px) {
    .contact .main-content {
        flex-direction: column;
    }

    .contact .store-info {
        max-width: 100%;
    }

    .contact .maps-section {
        width: 100%;
        height: 200px;
        min-height: auto;
    }

    .contact .oberjeux-content {
        flex-direction: column;
        align-items: center;
    }

    .contact .oberjeux-info {
        text-align: center;
        align-items: center;
    }

    .contact .oberjeux-image-container {
        margin: 0 auto 20px auto;
    }

    .contact .oberjeux-horaires {
        width: 100%;
        margin-top: 15px;
    }
}
