
/* Wrapper qui sort du flux normal - SANS overflow-x hidden sur body */
.sohohotel-page-header-wrapper {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
    padding: 0 !important;
}

.sohohotel-page-header {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sohohotel-icon-text-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
    margin-bottom: 3rem;
}


.sohohotel-icon {
    flex-shrink: 0;
    width: 60px;
    text-align: center;
    padding-top: 5px;
}


.sohohotel-icon i,
.sohohotel-icon svg,
.sohohotel-icon .fontawesome-icon {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
    font-weight: 900 !important;
    font-size: 2.5rem;
    color: #b99470;
    line-height: 1;
    display: inline-block;
}


.sohohotel-text {
    flex-grow: 1;
}

.sohohotel-text h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
}


.block-full-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}


.block-full-image .field,
.block-full-image .field--item,
.block-full-image .media {
    width: 100%;
    height: 100%;
    margin: 0;
}

.block-full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}


.sohohotel-page-header {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;

    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.sohohotel-page-header h1,
.sohohotel-page-header h2,
.sohohotel-page-header p {
    color: #000000 !important;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
    width: 100%;
    max-width: 1200px;
    text-shadow: none;
    z-index: 10;
}


@media (max-width: 768px) {
    .sohohotel-icon-text-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sohohotel-page-header h1 {
        font-size: 2rem;
    }
}


