body {
  background-color: #f5f4f2 !important;
}
/*#f5f4f2
#e8f0fe*/
#hero {
  width: 100%;
  background: url("../img/mini_chambre.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  color: #333;
}

@media (min-width: 768px) {
  #hero {
    background: url("../img/chambre1440x900.jpg") center / cover no-repeat;
  }
}

.navbar-brand {
  background: url("../img/logo.svg") no-repeat;
  width: 150px;
  background-size: 80px;
}

#navcol-1 {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

#title {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

#subtitle {
  font-size: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

#hero-bottom {
  color: #fff;
}

.p-top {
  font-size: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.p-bottom {
  font-size: 13px;
}

.reserve-button {
  background: rgba(0,98,204,0);
  border: 3px solid #fff;
  border-radius: 30px;
}

.btn.btn-link.btn-block.arrow-button {
  color: rgb(255,255,255);
}

#hero-bottom .container {
  max-width: 700px;
  text-align: center;
}

.col.with-borders {
  border: 1px solid rgba(255,255,255,0.18);
  border-top: 0;
  border-bottom: 0;
}

#video-and-stats {
  background-color: #fff;
  text-align: center;
  color: #fff;
  margin: 40px;
}

#video-and-stats iframe {
  width: 90%;
  height: 400px;
}

@media (min-width: 1200px) {
  #video-and-stats iframe {
    width: 900px;
    height: 500px;
  }
}

#stats {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 150px;
  font-size: 15px;
}

@media (min-width: 1200px) {
  #stats {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 250px;
    font-size: 15px;
  }
}

#stats.table thead th {
  text-align: left;
}

#stats .table thead th {
  text-align: left;
  padding-left: 0;
  border-top: 0;
}

#stats .cell-left {
  text-align: left;
  padding-left: 0;
}

#stats .cell-right {
  text-align: right;
  font-weight: bold;
  padding-right: 0;
}

thead {
  color: #212529;
}

tbody {
  color: #212529;
}

html {
  background-color: black;
}

#aero {
  width: 100%;
/*  height: 180vh;
  height: 120vh;*/
  height: 100%;
  font-family: Montserrat, sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

.row {
  color: #fff;
}

#aero .container {
  margin-top: 280px;
}

#aero .h3, h3 {
}

@media (min-width: 768px) {
  #interior {
    width: 100%;
    height: 100vh;
  }
}

#interior {
  width: 100%;
  height: 120vh;
  margin: 100px 0px !important;
}

@media (min-width: 768px) {
  #interior .figure {
    max-width: 70%;
  }
}

#interior .figure {
  max-width: 90%;
}

#interior .figure-caption {
  color: var(--white);
  margin-top: 15px;
}

#caption-title {
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

#topview {
  width: 100%;
  height: 120vh;
  /*background: url("../img/top.jpg") center / cover no-repeat;*/
}

#topview .container {
  margin-bottom: 150px;
}

/* Ajout */
/*
.col-center {
  margin: 0 auto;
  float: none !important;
}

.carousel {
  margin: 50px auto;
  padding: 0 70px;
}

.carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}

.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.carousel .overview {
  font-style: italic;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #7AA641;
}

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}

.carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
*/

.col-center {
  margin: 0 auto;
  float: none !important;
}
.carousel {
  margin: 30px auto 60px;
  padding: 0 80px;
}
.carousel .item {
  text-align: center;
  overflow: hidden;
}
.carousel .item h4 {
  font-family: 'Varela Round', sans-serif;
}
.carousel .item img {
  max-width: 100%;
  display: inline-block;
}
.carousel .item .btn {
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  background: #fff0e0;
  padding: 6px 15px;
  margin-top: 5px;
}
.carousel .item .btn:hover {
  background: #b8e0fd;
}
.carousel .item .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.carousel .thumb-wrapper {
  margin: 5px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  color: rgba(0, 0, 0, 0.8);
}
.carousel .thumb-content {
  padding: 15px;
  font-size: 13px;
}
.carousel .carousel-control {
  height: 44px;
  width: 44px;
  background: none;
  margin: auto 0;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.8);
}
.carousel .carousel-control i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -19px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  font-weight: bold;
}
.carousel .carousel-control.left i {
  margin-left: -3px;
}
.carousel .carousel-control.right i {
  margin-right: -3px;
}
.carousel .carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 4px;
  border-color: transparent;
}
.carousel-indicators li {
  background: #ababab;
}
.carousel-indicators li.active {
  background: #555;
}



#manava_calendrier {
  width: 90%;
  margin-left: 5%;
}



@media (min-width: 768px) {
  #gite {
    /*width: 100%;
    height: 100vh;*/
  }
}
/*
#interior {
  width: 100%;
  height: 120vh;
  margin-top: -2%;
}
*/
@media (min-width: 768px) {
  #gite .figure {
    max-width: 70%;
  }
}
/*
#interior .figure {
  max-width: 90%;
}

#interior .figure-caption {
  color: var(--white);
  margin-top: 15px;
}

*/

#gite {
padding : 5%;
}

#div-gite {
background-color: #ffffff;
  width: 1000px;
  margin: auto;
}
#p-gite {
  margin: auto;
  color: #1F1E21;
}
#img-gite {
  width: 75%;
  margin-top: 10%;
}
#titre-reservation {

}

#div-titre-reservation {
background-color: #ffffff;
  width: 100%;
  margin: auto;
}
#p-titre-reservation {
  margin: auto;
  color: #1F1E21;
}
#div-equipement {
  max-width: 1200px;
  text-align: center;
}
.bi bi-wifi {
  color: red;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 40px;
  margin-bottom: 30px;
}

p {
  margin: 0 0 30px;
}
#titre_reservation {
  background-color: #ffffff;
  text-align: center;
}
#manava_form_resa {
  float: left!important;
  margin-top: 15rem!important;
  margin-left: 10%!important;
}
.img-carou {
  max-width: 1000px;
  max-height: 1000px;
  margin-top: 5%;
  margin-bottom: 5%;
}
/*
#manava_bloc_1 {
  margin: 0 0 0 17rem !important;
}*/