.elementor-440 .elementor-element.elementor-element-516a286c{--display:flex;--padding-top:67px;--padding-bottom:67px;--padding-left:67px;--padding-right:67px;}.elementor-440 .elementor-element.elementor-element-3a072d2d .elementskit-section-title-wraper .elementskit-section-title{color:#333333;margin:0px 0px 20px 0px;font-family:"Lora", Sans-serif;font-size:48px;font-weight:600;line-height:1.1em;}.elementor-440 .elementor-element.elementor-element-3a072d2d .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-440 .elementor-element.elementor-element-3a072d2d .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}.elementor-440 .elementor-element.elementor-element-3a072d2d .elementskit-section-title-wraper .elementskit-section-subtitle{color:#C9A76E;font-family:"Source Sans 3", Sans-serif;font-size:16px;font-weight:500;margin:0px 0px 20px 0px;}.elementor-440 .elementor-element.elementor-element-3a072d2d .elementskit-section-title-wraper p{color:#838383;font-family:"Source Sans 3", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;margin:0px 0px 0px 0px;}.elementor-440 .elementor-element.elementor-element-3af907eb{--display:flex;}@media(max-width:1024px){.elementor-440 .elementor-element.elementor-element-3a072d2d .elementskit-section-title-wraper p{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-440 .elementor-element.elementor-element-3a072d2d .elementskit-section-title-wraper .elementskit-section-title{font-size:30px;}}/* Start custom CSS for elementskit-heading, class: .elementor-element-3a072d2d *//* Conteneur principal */
.mphb-room-type {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease;
}

/* Hover effet */
.mphb-room-type:hover {
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* Image à gauche */
.mphb-room-type .mphb-room-type-thumbnail {
  flex: 0 0 220px;
  max-width: 220px;
  overflow: hidden;
}

.mphb-room-type .mphb-room-type-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Contenu à droite */
.mphb-room-type .mphb-room-type-content {
  flex: 1;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Titre */
.mphb-room-type-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

/* Prix */
.mphb-price {
  font-size: 18px;
  color: #1d4ed8;
  font-weight: bold;
  margin: 10px 0;
}

/* Bouton */
.mphb-book-button {
  background-color: #1d4ed8;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  width: fit-content;
  margin-top: 15px;
}

.mphb-book-button:hover {
  background-color: #2563eb;
}

/* 🔄 RESPONSIVE : image au-dessus, texte dessous */
@media screen and (max-width: 768px) {
  .mphb-room-type {
    flex-direction: column;
  }

  .mphb-room-type .mphb-room-type-thumbnail {
    max-width: 100%;
    flex: none;
  }

  .mphb-room-type .mphb-room-type-content {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-62e49425 *//* Bloc de chaque chambre (à adapter selon les classes générées par MotoPress) */
.mphb-room-type {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 40px;
}

/* Image à gauche */
.mphb-room-type .mphb-room-type-thumbnail {
  width: 40%;
  max-width: 100%;
}

.mphb-room-type .mphb-room-type-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Contenu à droite */
.mphb-room-type .mphb-room-type-content {
  width: 60%;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Titre */
.mphb-room-type .mphb-room-type-title {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000000;
}

/* Texte descriptif */
.mphb-room-type .mphb-room-type-excerpt {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13px;
  color: #000000;
  margin-bottom: 20px;
}

/* Bouton "Réserver" */
.mphb-room-type .mphb-room-type-book-button {
  align-self: flex-start;
  background-color: #007BFF;
  color: white;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.mphb-room-type .mphb-room-type-book-button:hover {
  background-color: #0056b3;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .mphb-room-type {
    flex-direction: column;
  }
  .mphb-room-type .mphb-room-type-thumbnail,
  .mphb-room-type .mphb-room-type-content {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3af907eb *//* Réduction et harmonisation du texte dans les cartes de chambres */
.mphb-room-type .mphb-room-type-content {
  font-size: 12px;
  line-height: 1.6;
  color: #2c2c2c;
  font-family: 'Open Sans', sans-serif;
}

/* Titre de la chambre */
.mphb-room-type .mphb-room-type-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1e293b;
}

/* Liste des détails */
.mphb-room-type-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 15px;
}

.mphb-room-type-content li {
  margin-bottom: 5px;
}

/* Prix */
.mphb-price {
  font-size: 16px;
  color: #1d4ed8;
  font-weight: 600;
}

/* Lien 'voir les détails' */
.mphb-room-type-content a {
  font-size: 12px;
  color: #1d4ed8;
  text-decoration: underline dotted;
}

.mphb-room-type-content a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS *//* Bloc de chaque chambre (à adapter selon les classes générées par MotoPress) */
.mphb-room-type {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 40px;
}

/* Image à gauche */
.mphb-room-type .mphb-room-type-thumbnail {
  width: 40%;
  max-width: 100%;
}

.mphb-room-type .mphb-room-type-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Contenu à droite */
.mphb-room-type .mphb-room-type-content {
  width: 60%;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Titre */
.mphb-room-type .mphb-room-type-title {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000000;
}

/* Texte descriptif */
.mphb-room-type .mphb-room-type-excerpt {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13px;
  color: #000000;
  margin-bottom: 20px;
}

/* Bouton "Réserver" */
.mphb-room-type .mphb-room-type-book-button {
  align-self: flex-start;
  background-color: #007BFF;
  color: white;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.mphb-room-type .mphb-room-type-book-button:hover {
  background-color: #0056b3;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .mphb-room-type {
    flex-direction: column;
  }
  .mphb-room-type .mphb-room-type-thumbnail,
  .mphb-room-type .mphb-room-type-content {
    width: 100%;
  }
}/* End custom CSS */