/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html {
  scroll-padding-top: 6rem;
}
a:hover {
  text-decoration: none;
}
header .premium-nav-menu-container ul li {
  margin-bottom: 0 !important;
}
header a.glink span {
  display: none;
}
header a.glink img {
  min-width: 22px;
}
.gt_white_content a.glink span {
  vertical-align: middle;
  display: inline !important;
}
.gt_white_content a.glink img {
  min-width: inherit !important;
}
main {
  display: block;
  padding-top: 50px;
}
.mphb_sc_room-wrapper img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.mphb_sc_room-wrapper h2 {
  font-size: 25px !important;
  line-height: 40px !important;
}
.mphb_sc_room-wrapper .mphb-room-type-description {
  padding: 40px !important;
}
.mphb_sc_room-wrapper span.mphb-tax-information.taxes-included {
  display: none;
}
.post-navigation-wrapper.room-types-navigation {
  display: none;
}
.single-mphb_room_type img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  display: none;
}
.single-mphb_room_type .post-thumbnail {
  margin-bottom: 0;
}
.single-mphb_room_type .entry-header {
  margin-bottom: 40px;
}
.breadcrumb {
  text-align: center;
}
.en-tete-search-results .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
}
.en-tete-search-results .breadcrumb .breadcrumb a {
  color: #fff !important;
}
.mphb_sc_search_results-wrapper .mphb_room_type.type-mphb_room_type {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 30px 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 30px;
}
.mphb_sc_search_results-wrapper .mphb-room-type-description {
  padding: 0 30px 30px !important;
}
.mphb_sc_search_results-wrapper img.attachment-albatross-large.size-albatross-large {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 530px;
}
body.page .entry-title,
body.single .entry-title {
  font-size: 35px;
  line-height: 40px;
}
.mphb_sc_search_results-info {
  text-align: center;
}
#mphb-reservation-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.mphb-reservation-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mphb-errors-wrapper {
  padding: 5px 20px;
  background: #713a3a;
  color: #fff;
}
.mphb-guest-name-wrapper {
  display: none;
}
img.attachment-albatross-small.size-albatross-small {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 140px;
}
.site-main > .hentry {
  padding-left: 30px;
  padding-right: 30px;
}
.single-room-type-wrapper {
  max-width: 1250px !important;
}
.user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.user-menu .fa-user {
  margin-right: 8px !important;
}
.fa-user:before {
  font-size: 15px;
  top: -3px;
  position: relative;
  margin-left: 10px;
}
body:not(.logged-in) {
  /* CSS pour les utilisateurs NON CONNECTÉS */
}
body:not(.logged-in) .logged-out {
  display: none;
}
body.logged-in {
  /* CSS pour les utilisateurs CONNECTÉS */
}
body.logged-in .login {
  display: none;
  /* Masquer l'élément avec la classe .login */
}
@media screen and (max-width: 375px) {
  .site-main > .hentry {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mphb-checkout-section {
    margin-bottom: 30px;
    padding: 30px 20px 0 20px;
  }
}
.entry-header {
  margin-bottom: 50px;
}
.mphb_sc_checkout-wrapper .mphb-login-form-wrap {
  margin-bottom: 40px;
}
.mphb-loop-room-type-attributes {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}
.bloc-lien-form-reservation-personnalise {
  margin-top: 20px;
  font-size: 0.85rem;
}
/*
.half-width {
    display: flex;
    flex-wrap: wrap;
}
*/
.cgv-form-field .nf-field-element {
  top: -20px;
}
.cgv-form-field label {
  font-weight: normal !important;
}
.select-caret-down-wrapper {
  display: none !important;
}