/* communes */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Georgia;
}

body {
  background: #eedec0;
  border-style: none;
}
.warning {
  background-color: #eedec0;
  color: red;
  text-align: center;
}
/* NAV */
#nav {
background-color: wheat; 
}

.bg-creme {
  /* color: #cf9a3b; */
  background: #eedec0;
}
/* BOUTON NAV */
.colorbutton {
  color: #cf9a3b !important;
  border: 2px solid #cf9a3b !important;
}
.colorbutton:hover {
  background-color: #cf9a3b !important;
  color: wheat !important;
}
.buttonresa {
  background-color: #cf9a3b !important;
  margin-left: 15px;
  border: 2px solid #cf9a3b !important;
}

/* carousel */
.titlehome {
  color: wheat;
  text-align: center;
}
.imgcar1 {
  height: 60vh;
  width: 90vw;
  object-fit: cover;
}
.carouselcontainer {
  display: flex;
  justify-content: center;
  background-color: wheat;
}
.carousel-indicators {
  margin-left: 40%;
  margin-right: 40%;
  background-color: transparent;
}
.bottom-left {
  position: absolute;
  bottom: 15px;
  left: 16px;
}
.bottom-left h3 {
  background-color: transparent;
}
.anim {
  width: 70%;
  height: 250px;
  transition: all 0.5s ease-in;
}

/* CHAMBRES *************************/

.titrech {
  padding-top: 20vh; /* Correspond à la taille du header */
}
.bgchambre {
background: linear-gradient(rgba(238,222,192,1) 0%, rgba(109,7,26,1) 100%)!important;
border-style:none !important;
margin-bottom: -30px;
}
.bs-card-bg {
  background-color: wheat !important;
}
.storych {
 padding: 20px;
}
.storych p {
  margin: 5px;
}
.imgdeluxe {
  height: 48vh;
}
.card-footer {
  background-color: wheat !important;
  border: 2px solid #545454 !important;
}
/* RESTAURANT************************/


/* SPA************************/
.bgspa {
  background-image: url('/img/fond1.jpg') !important;
}

.imgspatitle {
  width: 20rem;
  padding: 40px;
  border-radius: 15%;
}
.storyspa {
  width: 80%;
  margin: auto;
  text-align: center;
}
.cardspa {
  margin-left: 20px;
  background-color: wheat;
  border-radius: 5%;
  max-width: 540px;
  border: 2px solid #CF9A3B;
}
.imgcard {
  width: 10rem;
  display: block;
  margin: auto;
  border-radius: 5%;
}
.spatitle { 
  color:rgb(145, 59, 59);
  font-weight: 600px;
}

/* AGENDA**********************/

.agenda {
  background-image: url('/img/fond3.jpg') !important;
  background-size: cover;
}

/* NEWSLETTER ET MAPS*/
.acces {
  flex-wrap: wrap;
  overflow: hidden;
 }
.newsletter {
  color: wheat;
  margin-left: 2rem;
}

/* /footer */
.flex {
  display: flex;
}
a {
  text-decoration: none;
  color: wheat;
}

footer {
  color: wheat;
  margin:auto !important;
}
.justify-between {
  justify-content: space-between;
}
.flex-column {
  flex-direction: column;
}
.center {
  justify-content: center;
}
.wrap {
  flex-wrap: wrap;
}
.textfoot {
  margin-left: 2rem;
}
ul {
  list-style: none;
}
.bold {
  font-weight: bold;
}
.hs {
  text-align: center;
  color: rgb(145, 59, 59);
}
/* ICON */
.icon {
  width: 30px;
  height: 30px;
  background-color: wheat !important;
  border-radius: 25%;
  display: block;
  margin: 0.8rem;
  background-position: center !important;
}
.icon-email {
  background: url('/img/img_footer/email.svg') no-repeat;
}
.icon-phone {
  background: url('/img/img_footer/phone.svg') no-repeat;
}
.icon-faq {
  background: url('/img/img_footer/faq.svg') no-repeat;
}
.icon-linkedin {
  background: url('/img/img_footer/linkedin.svg') no-repeat;
}
.icon-youtube {
  background: url('/img/img_footer/youtube.svg') no-repeat;
}
.icon-fb {
  background: url('/img/img_footer/facebook.svg') no-repeat;
}

/* contact */
.news {
  font-size: 12px;
  margin-left: 10px;
  margin-top: 10px;
}
.accept {
  font-size: 10px;
}
.maps {
  width : 600px;
  height: 450px;
}
.contact {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  
 .contact label input[type="text"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 2px;
    box-sizing: border-box;
  }
  .message {
    width: 100%;
    height: 40px;
  }
 
/* recrutement et reservation */

.recrutement {
  margin:auto
}
.form_col {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 0px;
  width: 200px;
  min-height: 1px;
  text-align: right;
}
input {
  padding: 2px;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input:focus {
  border-color: rgba(82, 168, 236, 0.75);
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}
.correct {
  border-color: rgba(68, 191, 68, 0.75);
}
.correct:focus {
  border-color: rgba(68, 191, 68, 0.75);
  -moz-box-shadow: 0 0 8px rgba(68, 191, 68, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(68, 191, 68, 0.5);
  box-shadow: 0 0 8px rgba(68, 191, 68, 0.5);
}
.incorrect {
  border-color: rgba(191, 68, 68, 0.75);
}
.incorrect:focus {
  border-color: rgba(191, 68, 68, 0.75);
  -moz-box-shadow: 0 0 8px rgba(191, 68, 68, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(191, 68, 68, 0.5);
  box-shadow: 0 0 8px rgba(191, 68, 68, 0.5);
}
.tooltip {
  display: inline-block;
  margin-left: 20px;
  padding: 2px 4px;
  border: 1px solid #555;
  background-color: #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* ---------------------AVIS ------------------- */

.customer-photo img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin: auto;
}

/* 
**********************************************

/* ETOILES */
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
  