@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Advent Pro', sans-serif;
    padding: 0;
    margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
li {
  list-style-type: none;
}
h2 {
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
    font-size: 2em;
}
a {
  text-decoration: non;
  color: black;
  }
 /********************************NAVBAR******************************/
nav {
  overflow: hidden;
  /*  background-color: #FFFAE1;*/
  background-color: #a9a16c;
  position: fixed;
  width: 100%;
  opacity: 0.9;
}
header li {
  float: right;
  font-size: 1.2em;
}
header li a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 18px 16px;
 }
 #logo {
  font-family: 'dancing script', cursive;
  font-weight: bold;
  float: left;
 }
 /*************************IMAGE PRINCIPALE****************************************/
#imagePrincipale {
  padding-top: 60px;
  background: url(media/SiesteIntro.jpg) no-repeat fixed 15% 15%;
  background-size: cover;
  height: 799px;
}
h1 {
  font-family: 'Dancing Script', cursive;
  text-align: center;
  /*  color: antiquewhite;*/
  color: rgb(225, 225, 225);
  font-size: 6em;
  margin-top: 30px;
  text-shadow: 2px 3px 5px black;
}/*
#premierTrait {
  height: 1px;
  width: 25%;
  margin: -3px auto;
  background-color: #fffae198;
  box-shadow: 1px 3px 2px black;
}*/
h3 {
  text-align: center;
  color: rgba(250, 235, 215, 0.441);
  font-size: 3em;
  text-shadow: 1px 3px 2px black;
}
 /*************************PRESENTATION****************************************/
 #presentation {
  /*   background-color: #FFFAE1;*/
   background-color: #a9a16c;
   padding: 10px 0px 100px 0;
 }
 #texteIntro {
   padding: 0px 20px;
   font-size: 1.2em;
 }
  #prestations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 5px 10%;
 }
   .imagesPrestations h4 {
    font-family : 'Dancing Script', cursive;
    text-align: center;
    font-size: 1.8em;
    margin: 15px;
    font-weight:300;
   }
   .imagesPrestations img {
    border-radius:20px;
    box-shadow: 5px 8px 5px 4px rgba(0, 0, 0, 0.6);
   }
   .imagesPrestations img:hover {
    opacity: 0.5;
    transform: scale (1.1);
    transition: 0.4s ease-in-out;
   }
   #tourisme {
    height: 1400 px;
    background-color: #f1f2f6;
    padding: 1px 2%;
   }
   #tourisme h2 {
    padding-top: 60px;
    }
   #ocean {
    background: url(media/ocean.jpg);
   } 
    #chateau{
    background: url(media/chateau.JPG);
   }
    #phare{
    background: url(media/phare.JPG);
   }
    #vignoble{
    background: url(media/vignes.jpg);
   }