
@charset "UTF-8";
/* gestion du body */
body {
  background-image: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../img/100_1909.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
   
}
/*--------------------------------------------------*/
/* Gestion de l"entête                              */
/*--------------------------------------------------*/
.display-block {
    display: block;
}
.img-entete {
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 575px) {
  .img-entete {
    width: 60%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .img-entete {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .img-entete {
    width: 100%;
  }
}
.body-entete {
  margin-top: 40px;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow: hidden;
}

.body-entete .body-entete-upper {
  display: block;
  font-weight: 800;
  color: burlywood;
}

.body-entete .body-entete-lower {
  font-weight: 100;
  line-height: 4rem;
  color: blanchedalmond;
} 

@media (min-width: 576px) {
  .body-entete .body-entete-upper {
    font-size: 1rem;
  }
  .body-entete .body-entete-lower {
    font-size:1.5rem;
    line-height: 8rem;
  }
}

@media (min-width: 768px) {
  .body-entete .body-entete-upper {
    font-size: 2.5rem;
  }
  .body-entete .body-entete-lower {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}

@media (min-width: 992px) {
  .body-entete .body-entete-upper {
    font-size: 2rem;
  }
  .body-entete .body-entete-lower {
    font-size: 4rem;
  }  
}

.slide-entete {
    animation-duration: 2s;
    animation-name: slidein;
  }
  @keyframes slidein {
    from {
      margin-left: 100%;
      width: 300%;
    }
   
    to {
      margin-left: 0%;
      width: 100%;
    }
  }
/*----------------------------------------------------------*/
/* Gestion du menu                                          */
/* ---------------------------------------------------------*/
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8); 
    margin-bottom: 5px;
    padding-bottom: 2px;
}
.nav-text{
  color: antiquewhite;
}
.height-nav-text{
  font-size: large;
}
.pos-relative{
  position: relative;
}
.bg-menu{
  background-color: rgb(116, 97, 84);
  opacity: 0.85; 
}
/*----------------------------------------------------------*/
/* Page Accueil                                             */
/* ---------------------------------------------------------*/
.accueil-upper {
  text-transform: uppercase;
}
.accueil-text-color{
  color :rgb(145, 109, 212)   ;
}
.accueil-text-size {
  font-size: 3rem;
  font-weight: 600;
}
.style1 {
  font-size: 24px;
	color :aqua;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-style: italic;
	text-align: justify;
} 
@media (min-width: 768px) {
  .accueil .img-accueil {
    width: 60%;
  }
  .accueil .text-accueil {
    position: absolute;
    left: 0;
    width: 40%;
    margin-top: 3rem;
    font-size : 1.5rem;
  }  
}
@media (min-width: 992px) {
  .accueil .img-accueil {
    width: 75%;
    float: right;
  }
  .accueil .text-accueil {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }  
}
.accueil {
  position: relative;
}
@media (min-width: 1200px) {
  .accueil .accueil-text {
    width: 45%;
  }
}
.page-section {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.page-section2 {
  margin-bottom: 2rem;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.intro {
  position: relative;
}
@media (min-width: 768px) {
  .intro .intro-img {
    width: 60%;
  }
  .intro .intro-text {
    position: absolute;
    left: 0;
    width: 40%;
    margin-top: 2rem;
    
  }  
}
@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}
/* ajustement pour les petits écrans*/
@media (max-width: 992px) {
  .intro .intro-text {
    position: static;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
  }
  .intro .intro-img {
    float: none;
    width: 100%;
  }
} 
.intro2 {
  margin-top: 30px;
}
.intro2 .into2-text {
  right: 5px;
  top: 0;
  max-width: 50%;
}
.pading-bottom-intro2 {
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .intro2 .into2-text {
    position: static;
    max-width: 100%;
    margin-top: 1rem;
  }
}
.bg-faded {
  background-color: #f6e1c5;
  opacity: 85%;
}
/* Page Gîte */
.gite-text-color{
  color : rgb(105, 50, 5) ;
}
.gite-text-size {
  font-size: 3rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .gite .img-gite {
    width: 60%;
  }
  .gite .text-gite {
    position: absolute;
    left: 0;
    width: 40%;
    margin-top: 3rem;
    font-size : 1.5rem;
  }  
}
@media (min-width: 992px) {
  .gite .img-gite {
    width: 75%;
    float: right;
  }
  .gite .text-gite {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }  
}
@media (min-width: 1200px) {
  .gite .gite-text {
    width: 45%;
  }
}
/* Page Reservation */
.table-width {
  width: 100%;
}
.resa-img {
  max-width: 90%;
}
.font-size-tab{
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .font-size-tab{
    font-size: 1rem;
  } 
}
.table td.high-value {
  color: white; 
  padding: 0.2rem;
  font-weight: bold;
  text-align: center;
} 
.table td.high-value.vert {
  background-color: #98CB00; /* green */
}
.table td.high-value.blue{
  background-color: #03FEFE; /* blue*/   
}
.table td.high-value.jaune{
  background-color: #FFFD05; /* blue*/   
}
.table td.high-value.rose{
  background-color: #FF9AC6; /* blue*/   
}
.table td.high-value.orange-clair{
  background-color: #FF9700; /* blue*/   
}
.table td.high-value.orange-fonce{
  background-color: #FC6707; /* blue*/   
}
.table td.high-value.violet{
  background-color: #81007F; /* blue*/   
}
.table td.high-value.marron-fonce{
  background-color: #670907; /* blue*/   
}
.table td.high-value.rouge{
  background-color: #FE0000; /* blue*/   
}
/* gestion des ajouts gîte de France */
.resa-gitefrance{
  height: 320px ;
  width: 100% ;
  background-color: rgb(160, 124, 100); 
  left: 0;
  bottom: 0;
  right: 0;
}
.resa-row {
  width: 450px;
}
/* ----------------------------------------------*/
/* page contact                                  */
/* ----------------------------------------------*/
.formlabel {
  background: linear-gradient(to right, rgba(235,187,167,0.5), rgba(207,199,248,0.5));
  color : rgb(0, 255, 200);
  padding-left: 4px;
}
.formblock{
  display: block;
  width: 200PX;
}
.color-btn-msg {
  background: linear-gradient(to right, rgba(235,187,167,0.5), rgba(207,199,248,0.5));
  color : rgb(0, 255, 200);
}
.style6 {
	color:  orange;
	font-weight: bold;
	font-size: 25px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
.style7 {
  text-align:center;				
	color: orange;
	font-weight: bold;
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style8 {
  text-align:center;	
	font-size: 18px;
	color: orange;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
