@import url('https://fonts.googleapis.com/css?family=Advent+Pro|Dancing+Script&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Advent Pro', sans-serif;
  padding: 0;
  margin: 0;
  font-size: medium;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
h2 {
  text-transform: uppercase;
  text-align: center;
  padding-top: 30px;
  font-size: 2em;
}
a {
  text-decoration: none;
  color: black;
}
/* ******************* NAVBAR ******************* */
nav {
  overflow: hidden;
  background-color: white;
  position: fixed;
  width: 100%;
  opacity: 0.9;
}
header li {
  float: right;
  font-size: medium;
}
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/Photo\ du\ chef-3421.jpg) no-repeat fixed 50% 50%;
  background-size: cover;
  height: 799px;
}
h1 {
  font-family: 'Dancing Script', cursive;
  text-align: center;
  color: antiquewhite;
  font-size: 6em;
  margin-top: 100px;
  text-shadow: 1px 3px 2px black;
}
#premierTrait {
  height: 1px;
  width: 25%;
  margin: -3px auto;
  background-color: #FFFAE1;
  box-shadow: 1px 3px 2px black;
}
h3 {
  text-align: center;
  color:antiquewhite;
  font-size: 3em;
  text-shadow: 1px 3px 2px black;
}
#presentation {
  background-color: white;
  padding: 10px 0px 100px 0;
}
#texteIntro {
  padding: 0px 10%;
}
/* **************** TOURISME ********************** */
#tourisme {
    height: 500px;
    background-color: #f1f2f6;
    padding: 1px 2%;
  }
  #tourisme h2 {
    padding-top: 60px;
  }
  #photo {
    background: url(media/Photo\ du\ chef-3421.jpg);
  }
  #tourisme li {
    margin: 65px 100px 0 500px;
    height: 250px;
    width: 250px;
    max-width: 550px;
    float: left;
    box-shadow: 6px 6px 28px -1px rgba(0,0,0,0.75);
  }
  #tourisme p {
    height: 50px;
    width: 160px;
    background-color: #c2c7c4;
    float:right;
    margin: 70px -120px 0 0;
    font-size: 1.2em;
    text-align: center;
    padding-top: 15px;
    box-shadow: 4px 4px 0 1px rgb(32, 32, 32);
  }
  #tourisme #chateau, #tourisme #vignoble {
    float: right;
  }
  #chateau p, #vignoble p {
    float: left;
    background-color: cyan;
    margin-left: -200px;
    box-shadow: -4px 4px 0 1px rgba(15,154,156,1);
  }
  footer {
    background-color: #332e30;
    color: #FFFAE1;
    padding: 20px 0 10px 0;
    text-align: center;
  }
  form {
    margin: 0 auto;
    max-width: 900px;
  }
  #copyrightEtIcons {
    display: flex;
    margin-bottom: 20px;
    padding: 0 10%;
  }
  #copyright {
    width: 30%;
    text-align: left;
    color: #FFFAE1;
  }
  #icons {
    width: 70%;
    text-align: right;
  }
  #icons a {
    display: inline-block;
    padding: 0 15px;
    font-size: 1.3em;
    color: #FFFAE1;
  }
  #icons a:hover {
    transform: scale(1.5);
    transition: 0.1s;
  }
