
body{
    font-weight:500!important;
}

.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);
  }
}

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

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


body {
    background: #f7f6f3;
    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: 500;
    font-size: 0.8rem;
    color: #606060;
}
.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{
  font-size: 0.3rem;
  padding-right: 0.1rem;
  color: #3D6D37;
  vertical-align: middle;
}
#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:#343a40;
      padding:45px 0 20px;
      font-size: 13px;
      line-height: 24px;
      color: #918e8e !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;
    }

            .carousel-item {
            height: 100vh;
            min-height: 300px;
        }
        .carousel-caption {
            bottom: 220px;
        }
        .carousel-caption h5 {
            font-size: 45px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-top: 25px;
            font-family: Montserrat;
        }
        .carousel-caption p {
            width: 60%;
            margin: auto;
            font-size: 18px;
            line-height: 1.9;
            font-family: Montserrat;
        }
        .carousel-caption a {
            text-transform: uppercase;
            background: #c9a227;
            padding: 10px 30px;
            display: inline-block;
            color: #fff;
            margin-top: 15px;
        }
        .navbar-nav a {
            font-family: Montserrat;
            font-size: 14px;
        }
        .navbar-light .navbar-brand {
            color: #fff;
            font-size: 25px;
            letter-spacing: 2px;
        }
        .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
            color: #fff;
        }
        .navbar-light .navbar-nav .nav-link {
            color: #fff;
        }
        .navbar-nav {
            text-align: center;
        }
        .nav-link {
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            font-size: 0.7rem;
        }
        .nav-link.active, .nav-link:focus {
            color: #fff;
        }
        .navbar-toggler {
            padding: 1px 5px;
            font-size: 18px;
            line-height: 0.3;
            background: #fff;
        }
        .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
            color: #fff;
            background:transparent !important;
            transition:0.75s ease;
        }
        .w-100 {
            height: 100vh;
        }
        .carousel-item:after {
          content:"";
          display:block;
          position:absolute;
          top:0;
          bottom:0;
          left:0;
          right:0;
          background:rgba(0,0,0,0.5);
        }

        .navbar-light.scrolled {
            background-color: #343a40 !important;
        }
   
        @media only screen and (max-width: 767px) {
            .navbar-nav.ml-auto {
                background: rgba(0, 0, 0, 0.5);
            }
            .navbar-nav a {
                font-size: 14px;
                font-weight: normal;
            }
        }
        .somesection {margin-top:150px!important;}



        .somesection {margin-top:50px!important;}
        .img-post-qm-somos{max-width:100%;}

        .overlay-text {
          font-size:3.5vw;
          float:right;
          width:65%; /*important*/
          bottom:21vw; /*important*/
          padding: 25px;
          background:#f7f7f7;
        }

section.rooms {
 background:white;
}
section.about {

}
section {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-fluid.overlay {
  max-width: 1100px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: aqua; */
}
.left {
  width: 50%;
  height: 600px;
  background: url(/assets/uploads/245827869.jpg)
    no-repeat center / cover;
}
.right {
  width: 50%;
  min-height: 400px;
  background-color: #303137;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: white;
    margin-left: -250px;
    opacity: 0.9;
}
.right h1 {
  font-size: 40px;
  font-weight: 600;
}
.right p {
  margin: 20px 0;
  font-weight: 400;
  line-height: 25px;
}
.right a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: white;
  color: black;
  padding: 20px 30px;
  display: inline-block;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    width: 100%;
    margin: 0 20px;
  }
  .left {
    width: 100%;
    height: 400px;
  }
  .right {
    width: 90%;
    margin: 0;
    margin-top: -100px;
  }
}


.left {
    width: 100%;
}
.right {
    width: 90%;
    background-color: #fff;
    color: black;
    margin-left: -150px;
}

.scrolling-wrapper{
    overflow-x: auto;
}

.subtitle{
    font-size: 1.25em;
    opacity: 0.65;
}

.card-block{
    background-color: #fff;
    border: none;
    background-position: center;
    background-size: cover;
    transition: all 0.2s ease-in-out !important;
    &:hover{
        transform: translateY(-5px);
        box-shadow: none;
        opacity: 0.9;
    }
}

.ftco-section {
  padding: 3em 0;
  position: relative; 
}
@media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; 
    } 
}
.ftco-animate {
  opacity: 0;
  visibility: hidden; }

  .room-wrap {
  width: 100%;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .room-wrap .img {
    width: 100%;
    height: 400px;
    display: block; }
  .room-wrap .half {
    width: 100%;
    position: relative; }
    .room-wrap .half:after, .room-wrap .half:before {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .room-wrap .half.left-arrow:after {
      position: absolute;
      top: 50%;
      left: -15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 15px 12px 0;
      border-color: transparent #fff transparent transparent; }
    .room-wrap .half.right-arrow:after {
      position: absolute;
      top: 50%;
      right: -15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 0 12px 15px;
      border-color: transparent transparent transparent #fff; }
  .room-wrap .text {
    width: 100%; }
    .room-wrap .text .star span {
      color: #3D6D37;
      margin: 0 4px; }
    .room-wrap .text h2 {
      color: #fff;
      font-size: 40px; }
    .room-wrap .text h3 {
      font-size: 30px;
      margin-bottom: 5px; }
      .room-wrap .text h3 a {
        color: #000000; }
    .room-wrap .text span.price {
      font-size: 18px;
      color: #3D6D37;
      position: relative; }
    .room-wrap .text span.per {
      font-size: 14px;
      color: #666666; }
    .room-wrap .text .list-accomodation {
      margin: 0 0 10px 0;
      padding: 0; }
      .room-wrap .text .list-accomodation li {
        list-style: none; }
        .room-wrap .text .list-accomodation li span:first-child {
          color: #000000; }
    .room-wrap .text .btn-custom {
      display: inline-block;
      color: #000000;
      border: 2px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px; }
  .room-wrap:hover, .room-wrap:focus {
    background: #3D6D37; }
    .room-wrap:hover .half.left-arrow:after, .room-wrap:focus .half.left-arrow:after {
      border-color: transparent #3D6D37 transparent transparent; }
    .room-wrap:hover .half.right-arrow:after, .room-wrap:focus .half.right-arrow:after {
      border-color: transparent transparent transparent #3D6D37; }
    .room-wrap:hover .text .star span, .room-wrap:focus .text .star span {
      color: #fff; }
    .room-wrap:hover .text h3 a, .room-wrap:focus .text h3 a {
      color: #fff; }
    .room-wrap:hover .text span.price, .room-wrap:focus .text span.price {
      color: #fff; }
    .room-wrap:hover .text span.per, .room-wrap:focus .text span.per {
      font-size: 14px;
      color: black; }
    .room-wrap:hover .text .list-accomodation li, .room-wrap:focus .text .list-accomodation li {
      color: white; }
      .room-wrap:hover .text .list-accomodation li span:first-child, .room-wrap:focus .text .list-accomodation li span:first-child {
        color: rgba(255, 255, 255, 0.6); }
    .room-wrap:hover .text .btn-custom, .room-wrap:focus .text .btn-custom {
      display: inline-block;
      color: #000000;
      border: 2px solid white;
      background: #fff; }

.img,
.blog-img,
.user-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }


.heading-section .subheading {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #52796f;
  text-transform: uppercase;
  letter-spacing: 2px; }

.heading-section h2 {
  font-size: 54px;
  font-weight: 400; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }
      

.heading-section.heading-section-white .subheading {
  color: #000000; }

.heading-section.heading-section-white h2 {
  color: #000000; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }
