*{ 
Margin :0 ;
Padding :0 ;
Text-decoration :none ;
List-style-type :none;
}

body {
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*PROPRIETES RELARIVES A TOUTES LES PAGES*/

header{
    height: 8vh;
}

p {
    width: 80%;
    text-align: justify;
    margin: 3vh auto;
    font-family: 'Benne', serif;
    font-family: 'Playfair Display', serif;
}
li, span, label, input, option {
  font-family: 'Benne', serif;
  font-family: 'Playfair Display', serif;
}
h3{
    font-family: 'Pinyon Script', cursive;
    font-size: 25px;
    text-align: center;

}
#container {
    width: 100vw;
}

.image1{
    width: 100vw;
    height: 70vh;
    margin: 3vh 0 10vh 0;
}

.h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
}
.pageTitre {
    font-size: 40px;
    width: 100%;
    margin: 10vh 0 10vh 0 ;
    text-align: center;
}

/*Nav */
.logo{
    position: relative;;
    width: 8vw;
    height: 7vh;
    right: 10vw;
    top: 2vh;
}

.nav-principal {
    text-align: center;
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 10vh ;
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255, 0.7);
}
.nav-principal a {
    text-decoration: none;
    color: black;
    padding:15px;
}

.nav-principal a:hover{
    color: #d4b956
}

.nav-principal {
    width: 100%;
}

/* NAV RECHERCHE*/
.loupe-panier img {
    display:inline;
    position: relative;
    left:10vw;
    top: 3vh;
    width: 3.5vw;
    height: 4vh;
    margin: 0 1vw;
}
.loupe {
    cursor: pointer;
}
#site-search{
    display: none;
    position: relative;
    top: 12vh;

}

/*Footer*/

.site-footer
{
  background-color:#f3f0e6;
  padding:45px 10vw 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#d4ae29;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:black;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#d4ae29;
}
.site-footer a:hover
{
  color:#d4ae29;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:black
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:black;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons img {
    width: 90%;
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#d4ae29
}
.copyright-text
{
  margin:0
}

#langue {
    margin: auto;
}
#langue h6{
  display: flex;
  font-weight: lighter;
  width: 20vw;
}
#langue img {
    width: 3.5vw;
}
@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
  }
}

/*##################################################################################################*/
/*INDEX*/

/* Bannière */

.carousel {
    width: 90%;
    margin : 0 auto;
    margin-top: 3vh;
}

.carousel img {
    height: 60vh;
}
/*Articles*/

#presentation {
    width: 80%;
    margin: 0 auto;
}

.presentationReverse, .presentation {
    display: flex;
    margin : 20px auto;
    text-align: center;
}

.presentationReverse img , .presentation img {
    width: 40vw;
}

.boutonsIndex a{
  text-decoration: none;
  padding: 0 2vw;
  color: #d4ae29;
}
.boutonsIndex a:hover{
  color: black;
}
.texte {
    width: 40vw;
    padding: 20px;
    margin: 0;
}

/*MEDIA QUERIES GENERAL*/

@media screen and (max-width:1050px) {

    #containerIndex,.nav-principal {width: 100% ;}
}

@media screen and (max-width: 780px) {

  #container,.nav-principal {width:550px; }
  .nav-principal{display: flex; flex-wrap: wrap; height: auto;}}

  @media screen and (max-width: 580px) {
    #container,.nav-principal {width: 100%}
    .nav-principal{display: flex; flex-wrap: wrap; height: auto;}}

/*PARTIE RESPONSIVE INDEX*/

@media screen and (max-width: 780px) {

    #presentation .texte {width: 100%;}
    #presentation img { width: 100%;}
    .presentationReverse {width : 100%; display : flex ; flex-direction: column-reverse;}
    .presentation {width : 100%; display : flex; flex-direction: column;}
    


}

@media screen and (max-width: 580px) {
    #presentation .texte {width: 100%}
    #presentation img { width: 100%}
    .presentationReverse {width : 100%; display : flex ; flex-direction: column-reverse}
    .presentation {width : 100%; display : flex; flex-direction: column}
    
}
/*#########################################################################################################*/

/*CONTACT*/

#contactForm {
    width: 80vw;
    margin: 20px auto;
    border: 1px solid black;
    border-radius: 15px;
    padding: 10px;
    background-color: rgb(243, 239, 233);
}

#contactForm div {
    margin: 20px;
}

#contactForm label {
    display: inline-block;
    width: 150px;
}

#contactForm input, textarea {
    border: 1px solid #d4ae29;
}

#promo label{
    width: 10vw;
}

.button input{
    padding: 5px;
    background-color: white;
}

#msg {
    margin: 10px 0;
    width: 60vw; height: 25vh
}

/*####################################################################################################*/
/*MENTIONS LEGALES ET CGV*/
.ml-cgv h4{
    margin: 10px 0;
    text-align: center;
}
.ml-cgv li{
    width: 80%;
    list-style-type: circle;
    margin: auto;
}
.ml-cgv p{
    width: 80%;
    margin: auto;
}
/*####################################################################################################*/
/* RESTAURANT*/

#chefCuisto {
    display: flex;
    width: 100vw;
    margin: 20px 0;
    justify-content: center;

}
#chefCuisto img {
    width: 40vw;
    height: 65vh;
    border: 5px inset;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
#chefCuisto .texte{
    width: 50vw;
    padding: 1em  3em;
}
.texte h3 {
    font-size: 25px;
    text-align: center;
}

#parimisResto{
    text-align: center;
    width: 100vw;
    background-color: #f3f0e6;
    padding: 10vh 0;
}

.ligne {
    display: block;
	height: 2px;
    background-color: #d4ae29;
    width: 10%;
    margin: 20px auto;
}

#parimisResto h4, #parimisResto p{
    text-align: center;
}

.infosResto {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
}
.infosNone {
    display: none;
}

#lesCartes {
    margin: 20px 0;
    text-decoration: none;
}
.cartesp {
    text-align: center;
}

.lesImagesCartes  {
    text-align: center;
    display: flex;
    height: 45vh;
}
.lesImagesCartes div{
    display: inline-block;
}
.lesImagesCartes img {
    width: 40%;
    height: 7em;
    border-radius: 50%;
    margin: 1em;
    border:2px inset #7c796e
}

.menuMidi, .menuAm , .menuSoir {
    position: relative;
    margin: 20px 0;
}

/*PARTIE RESPONSIVE*/

@media screen and (max-width: 780px) {

  .presentation {width : 100vw;flex-direction: column;}
  #chefCuisto .texte {width: 100vw}
  #imgChef {margin: auto;}
  
}

@media screen and (max-width: 580px) {

  .presentation {width : 100%; display : flex; flex-direction: column}
  
}


  /*##################################################################################################*/
/*SPA*/

.textColumn {
    column-count: 2;
    column-gap: 25px;
    width: 80%;
    margin: 0 auto;
}
.lesSoins {
    display: none;
}

.soins {
    width: 80%;
    margin: 20px auto;
    display: flex;
}

.soins p{
    font-size: 12px;    
}
.center {
    text-align: center;
}

.soins h4{
    font-size: 15px;
    margin:10px;
    text-align: center;
}


/*CREATION Hover : 5 FORMULES SOINS*/
#containerSoins {
    width: 80%;
    border: 5px inset #d4ae29;
    border-radius: 15px;
    margin: 10px auto;
}

.soinsClick {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 5vh auto;
    cursor:context-menu;
}

/*PARTIE RESPONSIVE SPA*/

@media screen and (max-width: 780px) {

  .textColumn{column-count: 1; width: 100%;}
  #containerSoins{width: 80vw;}
  .soinsClick{display: flex; flex-wrap: wrap;}
  .soinsClick span {margin: 10px;}
  
}

@media screen and (max-width: 580px) {

  .textColumn{column-count: 1; width: 100%;}
  #containerSoins{width: 80vw;}
  .soinsClick{display: flex; flex-wrap: wrap;}
  .soinsClick span {margin: 10px;}
  
}

/*###################################################################################################*/
/* PLAN DU SITE */

#plansite{
  width: 80vw;
  margin: 3vh auto;
}

#plansite li{
  display: none;
  margin: 2vh;
}

#plansite a{
  text-decoration: none;
  color: black;
}

#plansite h4{
  background-color: #d4ae29;
  padding: 5px 10vw;
  border-radius: 15px;
  color: white;
  width: 80vw;
  cursor: pointer;
}
.flechePlan {
  position: relative;
  align-items: center;
  bottom: 8vh;
  left: 76vw;
  margin: auto;
}

/*####################################################################################################*/
/* RESERVATIONS */

.chambreBtn, .spaBtn {
  border: #d4ae29;
  border-radius: 10px;
  cursor: pointer;
  width: 50%;
  margin: 5vh auto;
}

#containerResa form div {
  margin: 2vh;
}

#containerResa form label {
  display: inline-block;
  width: 150px;
}

#formChambre, #formSpa{
  display: none;
  width: 80vw;
  margin: 20px auto;
  border: 2px solid #d4ae29;
  border-radius: 15px;
  padding: 10px;
}

#containerResa h4{
  background-color: #d4ae29;
  padding: 5px 5px;
  border-radius: 15px;
  color: white;
  width: 80vw;
  cursor: pointer;
}
.flecheResa {
  position: relative;
  align-items: center;
  bottom: 11vh;
  left: 80vw;
  margin: auto;
  color: white;
}

.calendrierResa{
  width: 80%;
  margin: auto;

}

/*#####################################################################################################*/

/*CHAMBRES*/

.Rifat {
  text-align: center;
  margin : 10vh;
}
