.elementor-1775 .elementor-element.elementor-element-9638fc0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:10%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:2%;--padding-left:12%;--padding-right:12%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-1775 .elementor-element.elementor-element-e832881 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-1775 .elementor-element.elementor-element-74fed17a{--display:flex;--padding-top:0%;--padding-bottom:0%;--padding-left:12%;--padding-right:12%;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}/* Start custom CSS for shortcode, class: .elementor-element-405ee97 *//* Layout principal pour la chambre - sans modification HTML */
.mphb-room-type {
    display: block;
    margin-bottom: 2rem;
}

/* En-tête avec titre - conserve 100% de la largeur */
.mphb-room-type-title {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
}

/* Description sous le titre - conserve 100% de la largeur */
.mphb-room-type > p:first-of-type {
    width: 100%;
    margin-bottom: 1.5rem;
    display: block;
}

/* Container pour organiser le layout sans wrapper HTML */
.mphb-room-type-images ~ * {
    /* Tous les éléments après les images */
}

/* Section image - 60% de l'espace, flottante à gauche */
.mphb-room-type-images {
    float: left;
    width: 60%;
    margin-right: 2%;
    margin-bottom: 1rem;
}

/* Titre des détails - positionnement à droite */
.mphb-room-type-details-title {
    float: right;
    width: 38%;
    margin-top: 0;
    margin-bottom: 0.5rem;
    clear: right;
}

/* Liste des attributs - positionnement à droite */
.mphb-loop-room-type-attributes {
    float: right;
    width: 38%;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    clear: right;
}

.mphb-loop-room-type-attributes li {
    margin-bottom: 0.5rem;
    padding: 0.25rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.mphb-attribute-title {
    font-weight: bold;
    margin-right: 0.5rem;
    display: inline-block;
}

.mphb-attribute-value {
    display: inline-block;
}

/* Prix - positionnement à droite */
.mphb-regular-price {
    float: right;
    width: 38%;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    clear: right;
}

/* Bouton voir détails - positionnement à droite */
.mphb-view-details-button-wrapper {
    float: right;
    width: 38%;
    margin-bottom: 1rem;
    clear: right;
}

/* Section réservation - positionnement à droite */
.mphb-reserve-room-section {
    float: right;
    width: 38%;
    margin-bottom: 1rem;
    clear: right;
}

/* Clearfix pour éviter les problèmes de float */
.mphb-room-type::after {
    content: "";
    display: table;
    clear: both;
}

/* Ajustements pour les galeries d'images */
.mphb-flexslider-gallery-wrapper {
    margin-bottom: 1rem;
}

.mphb-gallery-thumbnail-slider {
    margin-top: 0.5rem;
}

/* Style pour les boutons */
.mphb-view-details-button,
.mphb-book-button,
.mphb-confirm-reservation {
    width: 100%;
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.mphb-view-details-button {
    background-color: #007cba;
    color: white;
}

.mphb-view-details-button:hover {
    background-color: #005a87;
}

.mphb-book-button,
.mphb-confirm-reservation {
    background-color: #28a745;
    color: white;
}

.mphb-book-button:hover,
.mphb-confirm-reservation:hover {
    background-color: #218838;
}

/* Style pour le sélecteur de quantité */
.mphb-rooms-quantity-wrapper {
    margin-bottom: 1rem;
}

.mphb-rooms-quantity {
    padding: 0.5rem;
    margin-right: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.mphb-available-rooms-count {
    font-size: 0.9rem;
    color: #666;
}

/* Responsive design */
@media (max-width: 768px) {
    .mphb-room-type-images,
    .mphb-room-type-details-title,
    .mphb-loop-room-type-attributes,
    .mphb-regular-price,
    .mphb-view-details-button-wrapper,
    .mphb-reserve-room-section {
        float: none;
        width: 100%;
        clear: both;
    }
    
    .mphb-room-type-images {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .mphb-room-type {
        margin-bottom: 1rem;
    }
    
    .mphb-view-details-button,
    .mphb-book-button,
    .mphb-confirm-reservation {
        padding: 0.6rem;
        font-size: 0.9rem;
    }
}

/* Ajustements pour les liens dans les équipements */
.mphb-attribute-value a {
    text-decoration: none;
    color: #007cba;
}

.mphb-attribute-value a:hover {
    text-decoration: underline;
}

/* Style pour les spans de facilités */
.mphb-attribute-value span {
    display: inline;
    margin-right: 0.25rem;
}

/* Style pour le prix */
.mphb-price {
    font-size: 1.2em;
    font-weight: bold;
    color: #28a745;
}

.mphb-currency {
    font-size: 0.9em;
}

.mphb-price-period {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
}

.mphb-tax-information {
    font-size: 0.8em;
    color: #999;
}/* End custom CSS */