.bloc-accueil {
    background-image: url("Images/photo_chambe.avif");
    background-size: cover; 
    height: 100vh; 
}
.logo_onyx {
    width: 150px;
    margin-left: 20px;
    margin-top: 20px;
}
.texte-accueil {
    color: rgba(255, 255, 255, 1);  
}
.bloc-hotel {
    background-color: rgba(13, 11, 11, 1);
    color: rgba(255, 255, 255, 1);
    background-size: cover; 
    display: flex; 
    padding: 50px; 
}
.bloc-service {
    background-color: rgba(242, 237, 228, 1);
    color: rgba(13, 11, 11, 1);
    background-size: cover; 
    height: 100vh;
    display: flex;
    align-items: center; 
    padding: 100px 50px;
    gap: 30px;
}
.image-spa-1 {
    width: 100%;
}.image-spa-1 img {
    width: 100%;
    height: auto;
}

.image-spa-2 {
    width: 100%;
    margin-top: 150px; 
}.image-spa-2 img {
    width: 100%; 
    height: 50%;
}
.boite-texte {
    width: 50%;
    padding-left: 40px;
}
.texte-noir {
    color: #252525;
}
.boite-texte {
    width: 50%;
}
