
.btn.dropdown-toggle.btn-light{
    border: 1px solid #6c757d7d;
    border-radius: 0.1rem;
    background: #f8f9fa;
}

.w-top-hexa{
    width: 78% !important;
}
#collapsibleNavbar .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}
@media (min-width: 576px){
    .w-top-hexa{
        width: 50% !important;
    }
    #collapsibleNavbar .nav-link {
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-size: 0.7rem;
    }
}
@media (min-width: 768px) {
    .w-top-hexa{
        width: 55% !important;
    }
    #collapsibleNavbar .nav-link {
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-size: 0.9rem;
    }
}


footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 90px);
  height: 80px;
  background-color: #e9ecef;
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  footer.sticky-footer {
    width: calc(100% - 225px);
  }
}

.col-hexa-hexa-hexa{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;  
}


.col-hexa-hexa{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;  
}

.col-hexa{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-btn-hexa{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    width: 23%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 90px);
  }
}


body {
    background: #fff;
    font-family: 'Montserrat', sans-serif !important;

}

.row-summary {
    font-size: 14px;
    font-weight: 400;
    padding: 4px;
}

.last-padding {
    padding-bottom: 10px;
}

.row-total {
    font-size: 16px;
    font-weight: 700;
    background-color: #8392A7;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}


.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.card-header {
    font-weight: 600;
}


.img-rooms-hexa {
    width: 100%;
    height: auto;
    max-width: 100%;
    /*     z-index: -1; */
}

.list-rooms-hexa {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 1px;
    position: relative;
    /*     z-index: -1; */

}


#date-picker-hexa .dropdown-content {
    display: none;
    position: absolute;
    /*   background-color: #f9f9f9; */
    min-width: 555px;
    /*   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    padding: 12px 16px;
    color: #858a99;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 12px 26px 0 rgba(178, 178, 178, .13);
    border-radius: 2px;
    z-index: 9999;
}


.content-guess-hexagone .dropdown-content {
    display: none;
    position: absolute;
    /*   background-color: #f9f9f9; */
    min-width: 160px;
    /*   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    padding: 12px 16px;
    color: #858a99;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 12px 26px 0 rgba(178, 178, 178, .13);
    border-radius: 2px;
    z-index: 9999;
}

.content-guess-hexagone .show-hexa {
    display: block;
    width: 100%
}

#date-picker-hexa .show-hexa {
    display: block;
}


.content-guess-hexagone .minus,
.content-guess-hexagone .plus {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 10px;
    background: #fafafa;
    border: 1px solid #d4d9e1;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.content-guess-hexagone .plus:active,
.content-guess-hexagone .minus:active {
    position: relative;
    box-shadow: #fff 0 0 0 4px, #3e4c66 0 0 0 5px, rgba(255, 255, 255, .5) 0 0 0 6px !important;
    -webkit-transition: box-shadow .2s ease 0s;
    transition: box-shadow .2s ease 0s;
    z-index: 99;
}

.content-guess-hexagone .plus:hover,
.content-guess-hexagone .minus:hover {
    background: #efefef;
}

#result-extras-hexagone input {

    font-size: 15px;
    text-align: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    outline: 0;
}

#result-extras-hexagone .minus,
#result-extras-hexagone .plus {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 10px;
    background: #fafafa;
    border: 1px solid #d4d9e1;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

#result-extras-hexagone .plus:active,
#result-extras-hexagone .minus:active {
    position: relative;
    box-shadow: #fff 0 0 0 4px, #3e4c66 0 0 0 5px, rgba(255, 255, 255, .5) 0 0 0 6px !important;
    -webkit-transition: box-shadow .2s ease 0s;
    transition: box-shadow .2s ease 0s;
    z-index: 99;
}

#result-extras-hexagone .plus:hover,
#result-extras-hexagone .minus:hover {
    background: #efefef;
}

.th-date {

    font-weight: 500;
    font-size: 0.7rem;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: lowercase;
}


.td-date .date-text-hexagone {

    font-size: 0.9rem;
    text-align: right;
    font-weight: 500;
    user-select: none;

}

.td-date .price-text-hexagone {
    font-size: 0.7rem;
    font-weight: 400;
    text-align: center;
    user-select: none;
}


.td-date {
    border: 1px solid #6b705c9f;
    padding: 4px;
    padding-top: 8px;
    padding-bottom: 8px;

    /*   text-align: center; */
    /*   font-size: 0.8rem; */
    /*   text-align: right;
      font-weight: 600; */
    /*   width: 35px;
      height: 35px; */

    /*   border: 1px solid black; */

}

.td-passed-date {
    border: 1px solid #C2D6D1;
    padding: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.date-no-checkout-hexagone {
    border: 1px solid #adb5bd;
    padding: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    pointer-events: none; 
}
.td-date:hover {

    background: #C2D6D1;
    cursor: pointer;

}

.date-no-checkout-hexagone:hover {
    background: #fff!important;
    cursor: default;
}

.td-passed-date .date-text-hexagone {

    font-size: 0.9rem;
    text-align: right;
    font-weight: 500;
    user-select: none;
    color: #C2D6D1;

}

.date-no-checkout-hexagone .date-text-hexagone  {
    font-size: 0.9rem;
    text-align: right;
    font-weight: 500;
    user-select: none;
    color: #adb5bd;
}

.td-passed-date .price-text-hexagone {
    font-size: 0.7rem;
    font-weight: 400;
    color: white;
    text-align: center;
    user-select: none;
}

.date-no-checkout-hexagone .price-text-hexagone {
    font-size: 0.7rem;
    font-weight: 400;
    color: white;
    text-align: center;
    user-select: none;
}



.selectedDate {
    background: #52796f;
    color: white;
    border: 1px solid #b5c18fba;
}

.selectedsDate {
    background: #52796f;
    color: white;
    border: 1px solid #b5c18fba;
}


.selectedDate:hover {
    background: #52796f;
    color: white;
}

.selectedsDate:hover {
    background: #52796f;
    color: white;
}

.selectedsDate .price-text-hexagone {

    color: #52796f;

}



.currentDate {
    background: #84a98c;
    color: white;
    border: 1px solid #b5c18fba;
}

.currentDate:hover {
    background: #84a98c;
    color: white;
    border: 1px solid #b5c18fba;
}



/* .dropdown:hover .dropdown-content {
      display: block;
    } */

    .date-indisponible-hexagone{
        background: #ea6550;
        color: white;
        border: 1px solid #6b705caf;
    }
    .date-indisponible-hexagone:hover{
        cursor: normal;
        background: #ea6550;
        color: white;
    }

label.label-hexagone {
    font-weight: 600;
    font-size: 0.9rem;
    color: #3D6D37;
    display: block;
    width: 100%;
    margin-bottom: 0rem;
}

.text-choice-hexagone {
    font-weight: 500;
    font-size: 0.85rem;
    color: #606060;
    display: block;
    width: 100%;
}

.box-choice-hexagone-left {
    border: 0.08rem solid #6b705c9f;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: white;
}

.box-choice-hexagone-right {
    border: 0.08rem solid #6b705c9f;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: none;
    background: white;
}


.box-choice-hexagone {
    border: 0.08rem solid #6b705c9f;
    background: white;
}

.title-hexagone {}

.room-card-hexagone {

    border: 0.08rem solid #6b705c9f;
    background: white;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.row-rates-container-hexagone {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.img-container-hexagone {

    padding:10px 0 0 0;

}

.amenities-container-hexagone {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.list-room-container-hexagone {

    padding: 10px;

}

.img-hexagone {

  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 2px;
  border: 0.04rem solid #6b705c9f;
  min-height: 150px;
  background-color:#fafaff;
}

.text-rate-hexagone {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.09em;
    color: #606060;
    border-bottom: 0.1rem solid #52796f;
}

.desc-rate-hexagone{
    font-weight: 500;
    font-size: 0.8rem;
    color: #606060;
    margin-bottom: 0.1rem;
}
.pension-rate-hexagone{
    font-weight: 600;
    font-size: 0.8rem;
    color: #00A896;
}
.condition-rate-hexagone{
    font-weight: 500;
    font-size: 0.8rem;
    color: #606060;
}
.btn-booking {

    border-radius: 1px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #52796f;
    border-color: #84a98c;
    font-size: 0.8rem;


}
.form-control::placeholder {
  color: #aaaeb3;
  opacity: 1;
  font-weight: 400;
}
.prix-span {
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
    width: 100%;
    color: #606060;
    line-height: 0.9;
}

.nuit-span {
    font-size: 0.7rem;
    display: block;
    font-weight: 500;
    width: 100%;
    color: #606060
}

hr {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1.5px solid #6b705c2f;
}

.hidden-date-picker-hexagone {
    /*         border: 0.08rem solid #6b705c9f;
        border-top: none;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        background: white; */

}

.content-guess-hexagone input {

    font-size: 15px;
    text-align: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    outline: 0;
}

.content-guess-hexagone {

    border: 0.08rem solid #6b705c9f;
    border-top: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background: white;
    padding-left: 12px;
    padding-right: 12px;
}

.box-choice-hexagone-left:hover {

    cursor: pointer !important;
    background: #F2F2F2 !important;
    border: 0.08rem solid #6b705c !important;

}

.box-choice-hexagone:hover {
    cursor: pointer !important;
    background: #F2F2F2 !important;
    border: 0.08rem solid #6b705c !important;
}

.box-choice-hexagone-left:hover * {
    cursor: pointer !important;
}

.box-choice-hexagone:hover * {
    cursor: pointer !important;
}


.box-choice-hexagone-right:hover {

    cursor: pointer !important;
    background: #F2F2F2 !important;
    border: 0.08rem solid #6b705c !important;

}
.box-choice-hexagone-right:hover * {
    cursor: pointer !important;
}

.date-picker-header-hexagone {

    padding: 8px 0;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 0.9rem
}

.selectedDate {}

.content-date-picker-hexagone {

    border: 0.08rem solid #6b705c9f;
    border-top: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background: white;
    padding-left: 12px;
    padding-right: 12px;
}
.amenity-item{
    font-size: 0.8rem;
    color:#606060;
    font-weight:500
}
.label-age-hexagone{font-size:0.9rem;font-weight:500;}
.label-restruction-hexagone{font-size:0.7rem;font-weight:500;line-height: 0.7rem}
.text-room-hexagone{display:block;width:100%;font-weight: 600;font-size: 1.2rem;color:#606060}
.label-maximum-hexagone{display:block;width:100%;font-weight: 500;font-size:0.75rem;color:#606060;line-height:0.75rem}
.plus-informations-hexagone{font-size:0.8rem;font-weight:500;text-decoration:underline;color:#3D6D37;cursor:pointer}
.date-picker-right-hexagone,.date-picker-left-hexagone{font-size: 1rem;color: #52796f;}
.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; 
}
.table-date-picker-hexagone{width:100%;margin: auto;}

.spinner-container-hexagone{
  height:313.4px;position: relative !important;
}

.spinner-summ-container-hexagone .overlay-hexagone {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 8199990;background: white;opacity: 0.8} 
.spinner-summ-container-hexagone .overlay-inner-hexagone {left: 0; top: 0; width: 100%; height: 100%; position: absolute; } 
.spinner-summ-container-hexagone .overlay-content-hexagone {left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } 
.spinner-summ-container-hexagone .spinner-hexagone {width: 75px; height: 75px; display: inline-block; border-width: 4px; border-color: #CAD6D4; border-top-color: #52796f; animation: spin 4s infinite linear; border-radius: 100%; border-style: solid; } 

.spinner-container-hexagone .overlay-hexagone {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 8199990;} 
.spinner-container-hexagone .overlay-inner-hexagone {left: 0; top: 0; width: 100%; height: 100%; position: absolute; } 
.spinner-container-hexagone .overlay-content-hexagone {left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } 
.spinner-container-hexagone .spinner-hexagone {width: 75px; height: 75px; display: inline-block; border-width: 4px; border-color: #CAD6D4; border-top-color: #52796f; animation: spin 4s infinite linear; border-radius: 100%; border-style: solid; } 
@keyframes spin {100% {transform: rotate(360deg); } }
.btn-update-hexagone{font-weight: 700;font-size:0.7rem;text-decoration: underline;border: 1px dashed #858a99;border-radius: 0;background: #f5f3f0;color: #858a99;}
.btn-delete-hexagone{margin-left: 8px!important;font-weight: 700;font-size:0.7rem;text-decoration: underline;border: 1px dashed #858a99;border-radius: 0;background: #f5f3f0;color: #858a99;}
.btn-update-hexagone:hover{color: #5aa9e6}
.btn-delete-hexagone:hover{color: #ff6b6b}

.dates-summ-hexagone{display:block;width:100%;font-size:0.8rem;font-weight:500}
.guests-summ-hexagone{display:block;width:100%;font-size:0.7rem;font-weight:500}
.details-reservation-hexagone{background: white;border: 0.08rem solid #6b705c9f;border-radius: 2px;}

.title-header-hexagone{
  font-size: 1.1rem;font-weight:600;display:block;width:100%;border-bottom: 0.08rem solid #6b705c9f;text-align: center;padding:10px;text-transform: uppercase;background: #f8f9fa;letter-spacing: 0.1em;
}
.list-reservation-hexagone{padding:10px}
.title-sub-header-hexagone{font-size:1rem;text-decoration: underline; color: #52796f;font-weight: 600;text-transform: uppercase;letter-spacing: 0.1em;}

.total-reservation-hexagone{font-size: 1rem;font-weight:600;width:100%;border-top: 0.08rem solid #6b705c9f;padding:10px;text-transform: uppercase;display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;background: #f8f9fa;letter-spacing: 0.1em;}
.room-summ-hexagone{display:block;font-size:0.8rem;font-weight:600}
.rate-summ-hexagone{display:block;width:100%;font-size:0.7rem;font-weight:500}
.total-room-summ-hexagone{text-align: right;display:block;width:100%;font-size:0.9rem;font-weight:600}
.currency-summ-hexagone{text-align: right;display:block;width:100%;font-size:0.6rem;font-weight:500}

.amenity-icon-hexagone{
    padding-right: 0.1rem;
    color: #52796f;
    vertical-align: middle;
    width: 1.2rem;
    text-align: center;
}
#collapsibleNavbar .dropdown-menu {
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    color: #999;
}
.devise-dropdown {
    padding:0!important;
}
.action-form {
  width: 280px;
  padding: 20px;
  left: auto;
  right: 0;
  font-size: 14px;
}
.action-form .form-control {
    box-shadow: none;
    font-weight: 600;
    font-size: 13px;
    padding: .375rem .75rem;
    color: #495057;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border: 0.08rem solid #6b705c9f;
    border-radius: .1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#collapsibleNavbar .dropdown-item{
    color: #343a40;
    padding: 0.5rem 0.8rem;
    font-weight: 500;
    border-bottom: 1px solid #343a40;
    font-size: 0.9rem;

    border-bottom: 0.08rem solid #6b705c9f;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;

    letter-spacing: 0.1em;
    
}
.bootstrap-select .dropdown-menu li a {
    padding: 0.375rem 0.75rem;
    color: #343a40;
    font-weight: 500;
    border-bottom: 1px solid #343a40;
    font-size: 0.9rem;
    border-bottom: 0.08rem solid #6b705c9f;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.pays-client-hexagone .dropdown-item.active,.pays-client-hexagone .dropdown-item:active {
  color: #fff!important;
  background-color: #52796f;
}
.pays-client-hexagone .dropdown-menu{
    padding: 0.2rem 0;
}

.navbar-nav .nav-item.dropdown .navbar-nav-connexion::after {

  width: 0;
  content: '';

}
.navbar-nav .nav-item.dropdown.show .navbar-nav-connexion::after {
  content: '';
}


.steps p{
    margin-bottom: 0!important;
}

    .btn-continuer{
        background-color: #f94144;
        border-radius: 1px;
        font-weight: 700;
        letter-spacing: 0.15em;
        color: #fff;
        border-color: #84a98c;
        font-size: 1rem;
        padding: 0.5rem;
        display: none;
    }

    .disable-reservation-hexagone {
        pointer-events: none; 
    }
    .disable-reservation-hexagone i {
        color: #f7f6f3!important;
    }
    .date-picker-header-hexagone {
      font-weight: 600;
      text-transform: capitalize;
      font-size: 0.9rem;
    }
    .steps {
      list-style-type: none;
      padding: 0;
    }
    .steps li {
      display: inline-block;
/*       margin-bottom: 3px; */
    }
    .steps ul{
        margin-bottom: 0!important;
    }
    .steps li a, .steps li p {
      background: #52796f;
      padding: 8px 10px;
      color: #0077bf;
      display: block;
/*       font-size: 14px; */
      font-weight: bold;
      position: relative;
      text-indent: 12px;
        font-size: 80%;
        color: white;
        font-weight: 600;
    }
    .steps li a:hover, .steps li p:hover {
      text-decoration: none;
    }
    .steps li a:before, .steps li p:before {
      border-bottom: 18px solid transparent;
      border-left: 12px solid #f7f6f3;
      border-top: 18px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      left: 0;
      top: 50%;
      width: 0;
      margin-top: -18px;
    }
    .steps li.first-step a:before, .steps li.first-step p:before {
      border-bottom: 18px solid transparent;
      border-top: 18px solid transparent;
      border-left: none;
      content: "";
      height: 0;
      position: absolute;
      left: 0;
      top: 50%;
      width: 0;
      margin-top: -18px;
    }


    .steps li a:after, .steps li p:after {
      border-bottom: 18px solid transparent;
      border-left: 12px solid #e5f4fd;
      border-top: 18px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      /*right: -12px;*/
      left:100%;
      top: 50%;
      width: 0;
      margin-top: -18px;
      z-index: 1;
    }

    .steps li.first-step a:after, .steps li.first-step p:after {
      border-bottom: 18px solid transparent;
      border-top: 18px solid transparent;
      border-left: none;
      content: "";
      height: 0;
      position: absolute;
      /*right: -12px;*/
      left:100%;
      top: 50%;
      width: 0;
      margin-top: -18px;
      z-index: 1;
    }

    .steps li.active a, .steps li.active p {
      background: #52796f;
      color: #f7f6f3;
    }
    .steps li.active a:after, .steps li.active p:after {
      border-left: 12px solid #52796f;
    }
    .steps li.undone a, .steps li.undone p {
      background: #eee;
      color: #333;
    }
    .steps li.undone a:after, .steps li.undone p:after {
      border-left: 12px solid #eee;
    }
    .steps li.undone p {
      color: #aaa;
    }
    .steps{
        margin-bottom: 0;
    }
    .steps li.last-step a:after, .steps li.last-step p:after {
      border-bottom: none!important;
      border-top: none!important;
      content: "";
      height: 0;
      position: absolute;
      /*right: -12px;*/
      left:100%;
      top: 50%;
      width: 0;
      margin-top: -18px;
      z-index: 1;
    }
    .date-only-checkout-hexagone{
        background: linear-gradient(to right bottom, #fff 50%, #ea6550 50%) !important;
    }
    td.td-date.date-indisponible-hexagone.date-only-checkout-hexagone.selectedsDate {
      background: linear-gradient(to right bottom, #52796f 50%, #ea6550 50%) !important;
      color: white!important;
      border: 1px solid #b5c18fba!important;
    }

    .site-footer
    {
      background-color:#517970;
      font-size: 13px;
      line-height: 24px;
      color: #fff !important;
      font-weight: 400;
    }
    .site-footer hr
    {
      border-top-color:#bbb;
      opacity:0.5
    }
    .site-footer hr.small
    {
      margin:20px 0
    }
    .site-footer h6
    {
      color:#fff;
      font-size:16px;
      text-transform:uppercase;
      margin-top:5px;
        letter-spacing: 1.2px;
    }
    .site-footer a
    {
      color:#737373;
    }
    .site-footer a:hover
    {
      color:#3366cc;
      text-decoration:none;
    }
    .footer-links
    {
      padding-left:0;
      list-style:none
    }
    .footer-links li
    {
      display:block
    }
    .footer-links a
    {
      color:#737373
    }
    .footer-links a:active,.footer-links a:focus,.footer-links a:hover
    {
      color:#3366cc;
      text-decoration:none;
    }
    .footer-links.inline li
    {
      display:inline-block
    }
    .site-footer .social-icons
    {
      text-align:right
    }
    .site-footer .social-icons a
    {
      width:40px;
      height:40px;
      line-height:40px;
      margin-left:6px;
      margin-right:0;
      border-radius:100%;
      background-color:#33353d
    }
    .copyright-text
    {
      margin:0
    }
    @media (max-width:991px)
    {
      .site-footer [class^=col-]
      {
        margin-bottom:30px
      }
    }
    @media (max-width:767px)
    {
      .site-footer
      {
        padding-bottom:0
      }
      .site-footer .copyright-text,.site-footer .social-icons
      {
        text-align:center
      }
    }
    .social-icons
    {
      padding-left:0;
      margin-bottom:0;
      list-style:none
    }
    .social-icons li
    {
      display:inline-block;
      margin-bottom:4px
    }
    .social-icons li.title
    {
      margin-right:15px;
      text-transform:uppercase;
      color:#96a2b2;
      font-weight:700;
      font-size:13px
    }
    .social-icons a{
      background-color:#eceeef;
      color:#818a91;
      font-size:16px;
      display:inline-block;
      line-height:44px;
      width:44px;
      height:44px;
      text-align:center;
      margin-right:8px;
      border-radius:100%;
      -webkit-transition:all .2s linear;
      -o-transition:all .2s linear;
      transition:all .2s linear
    }
    .social-icons a:active,.social-icons a:focus,.social-icons a:hover
    {
      color:#fff;
      background-color:#29aafe
    }
    .social-icons.size-sm a
    {
      line-height:34px;
      height:34px;
      width:34px;
      font-size:14px
    }
    .social-icons a.facebook:hover
    {
      background-color:#3b5998
    }
    .social-icons a.twitter:hover
    {
      background-color:#00aced
    }
    .social-icons a.linkedin:hover
    {
      background-color:#007bb6
    }
    .social-icons a.dribbble:hover
    {
      background-color:#ea4c89
    }
    @media (max-width:767px)
    {
      .social-icons li.title
      {
        display:block;
        margin-right:0;
        font-weight:600
      }
    }
    .text-label-reservation-confirmation{
      color: #9399a2;
      font-size: 85%;
      font-weight: 500;
    }

    .text-reservation-confirmation{
      font-weight: 400;
    }
    .day-night-confirmation{
      color: #343a40;
      font-size: 80%;
      font-weight: 500;
    }
    .price-night-confirmation{
      color: #343a40;
      font-size: 80%;
      font-weight: 500;
    }

    @media only screen and (max-width: 575px) {
        #btn-continuer-reservation-hexagone {
            position:fixed;
            bottom:0;
            left:0;
            width:100%;
            z-index: 130000;
        }
    }
    .navbar-brand{
        font-size: 1.6rem;
        font-weight: 500;
        text-transform: uppercase;
        text-shadow: 0.5px 0.5px black;
    }

    .description-hexagone{
        font-size: 0.7rem;
        font-weight: 400;
        margin: 0.2rem 0;  
        color: #606060;      
    }

    .btn-continuerr{
        background-color: #f94144;
        border-radius: 1px;
        font-weight: 700;
        letter-spacing: 0.12em;
        color: #fff;
        border-color: #84a98c;
        font-size: 1rem;
        padding: 0.5rem 1rem;

    }
    .title-hexagone{
        margin-bottom: 0!important;
    }
    .form-group{
        margin-bottom: 0.5rem;
    }
    label{
        color: #52796f;
        font-size: 0.8rem;
        font-weight: 500;
    }
    .room-card-hexagone{
        padding: 0.5rem 0;
    }
    .obligatory-hexagone{
        color: #f94144;
    }
    .input-hexagone{
        border: 1px solid #6c757d7d;
        border-radius: 0.1rem;
        background: #f8f9fa;
    }
    .input-hexagone:focus {
      color: #495057;
      background-color: #fff;
      border-color: #6c757d7d;
      outline: 0;
      -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
      box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    }
    .input-hexagone::placeholder {
      color: #aaabac;
      opacity: 0.8;
    }
    .title-card-hexagone{
        font-size: 120%;
        font-weight: 500;
        text-decoration: underline;
        padding-bottom: 0.5rem;
    }
    .details-hexagone{
        font-size: 80%;
        font-weight: 500;
    }
    .chambre-header-hexagone{
       font-weight: 600;
        color: #52796f;
        text-transform: uppercase;
    }
    .condition-header-hexagone{
        font-weight: 500;

    }


    .btn-continuerr{
        background-color: #f94144;
        border-radius: 1px;
        font-weight: 700;
        letter-spacing: 0.12em;
        color: #fff;
        border-color: #84a98c;
        font-size: 1rem;
        padding: 0.5rem 1rem;

    }
    .title-hexagone{
        margin-bottom: 0!important;
    }
    .form-group{
        margin-bottom: 0.5rem;
    }
    label{
        color: #52796f;
        font-size: 0.8rem;
    }
    .room-card-hexagone{
        padding: 0.5rem 0;
    }
    .obligatory-hexagone{
        color: #f94144;
    }
    .input-hexagone{
        border: 1px solid #6c757d7d;
        border-radius: 0.1rem;
        background: #f8f9fa;
    }
    .input-hexagone:focus {
      color: #495057;
      background-color: #fff;
      border-color: #6c757d7d;
      outline: 0;
      -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
      box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    }
    .input-hexagone::placeholder {
      color: #aaabac;
      opacity: 0.8;
    }
    .title-card-hexagone{
        font-size: 120%;
        font-weight: 500;
        text-decoration: underline;
        padding-bottom: 0.5rem;
    }
    .details-hexagone{
        font-size: 80%;
        font-weight: 500;
    }
    .chambre-header-hexagone{
       font-weight: 600;
        color: #52796f;
        text-transform: uppercase;
    }
    .condition-header-hexagone{
        font-weight: 500;

    }
    .text-based{
        font-weight: 400;
    }
    .text-header{
        color: #52796f;
        font-weight: 600;
        font-size: 120%;
    }
    .info-text-hexa {
        font-size: 1.2rem;
        font-weight: 400;
    }


    body label:not(.input-group-text) {
      margin-top: 10px;
    }
    .box-choice-hexagone-left label,.box-choice-hexagone-right label,.box-choice-hexagone label{
      margin-top: 0!important;
    }
    body .my-select {
      background-color: #dabcaa;
      color: #5f6162;
      border: 0 none;
      border-radius: 20px;
      padding: 6px 20px;
    }
     .cover-hexa:after{
        background: rgba(0,0,0,0.5);
    }


.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

div#masthead_wrapper {
  display: inline-block;
  color: #fff;
  border: 1px solid #52796f;
}

body #master_site_wrapper {
  margin-top: 0px;
  padding-left: 50px;
  padding-right: 50px;
}

.masthead-content-wrapper {
  background: url("https://hotel-elhadna.com/assets/images/bg_1.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right center;
  height: 400px;
}

.destinations-section-wrapper {
  width: 45%;
  height: 0;
}

.green {
  border-bottom: 400px solid #52796fcc;
  border-right: 400px solid transparent;
  position: absolute;
  z-index: 0;
}

.masthead-content {
  width: 75%;
  margin: 0 auto;
}

/* Uses Flexbox to align text vertically */
.title-container {
  width: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 400px;
  z-index: 10;
  left: 0;
}

h2.title {
  font-family: 'Montserrat';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 4em !important;
  line-height: 0.9;
  text-shadow: 1px 1px #52796f;
}

h5.subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
  text-shadow: 1px 1px #52796f;
}

@media screen and (max-width: 850px) {
  h2.title {
    font-size: 1.7em !important;
  }
  h5.subtitle {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 0.8rem;
    }
    .green {
      border-bottom: 200px solid #52796fcc;
      border-right: 200px solid transparent;
      position: absolute;
      z-index: 0;
    }

    .masthead-content {
      width: 95%;
      margin: 0 auto;
    }
    .masthead-content-wrapper {
      height: 200px;
    }
    .title-container {

      height: 200px;

    }
}

@media screen and (max-width: 1200px) {
  .title-container {
    width: 70% !important;
  }
}

.container-fluid::before {
  display: table;
  content: " ";
}


.div-chambre-hexa{
    display:block;
    width:100%;
    font-size:20px;
    font-weight:600;
    text-decoration:underline;
}
.div-capacite-hexa{
    display:block;
    width:100%;
    font-size:12px;
    font-weight:500
}
.div-surface-hexa{
    display:block;
    width:100%;
    font-size:12px;
    font-weight:500
}
.div-type-lits-hexa{

}
.amenities-container-hexagone ul{
    padding-left:14px;
    padding-right:14px;
}
.amenities-container-hexagone li{
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    font-stretch: extra-expanded;
}
.amenities-container-hexagone li::marker{
    color:#52796f;
    font-size: 10px;
}
#invent-vald-hexa{
    font-size: 0.7rem;
    background: #52796f !important;
    color: white;
    letter-spacing: 0.1em;
    padding: 0.4rem 1.5rem;
    border-radius: 0.2rem !important;
    border: 1px solid transparent !important;
}
