@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=WindSong&display=swap");

header {
  background: url(Xbackgroud\ first\ page.png) no-repeat fixed;
  background-size: cover;
}
body {
  font-family: "EB Garamond", sans-serif;
  padding: 0;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h2 {
  text-transform: uppercase;
  text-align: center;
  padding-top: 30px;
  font-size: 2em;
}
nav a {
  text-decoration: none;
  color: black;
}
/* *****************************NAVEBAR**************************** */
nav {
  overflow: hidden;
  background-color: #f4dccc;
  position: fixed;
  width: 100%;
  opacity: 0.9;
}
header li {
  float: right;
  font-size: 100%;
}
header li a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 18px 16px;
  font-weight: 1000;
}
#logo {
  font-family: "WindSong", cursive;
  font-weight: bold;
  float: left;
}
/* *************************IMAGE PRINCIPALE********************* */
#imagePrincipale {
  padding-top: 60px;
  height: 799px;
}
h1 {
  font-family: "WindSong", cursive;
  text-align: center;
  color: #f9f0ea;
  font-size: 6em;
  margin-top: 2%;
  text-shadow: 1px 3px 2px black;
}
#premierTrait {
  height: 1px;
  width: 25%;
  margin: 80px auto;
  background-color: #f9f0ea;
  text-shadow: 1px 3px 2px black;
}
h4 {
  text-align: center;
  color: #f9f0ea;
  font-size: 2em;
  font-weight: 600;
  text-shadow: 1px 3px 2px black;
  margin: 0;
}
h3 {
  margin-left: 70%;
  margin-top: 0;
  margin-bottom: 0;
  color: #f9f0ea;
  font-size: 1.5em;
  font-weight: 500;
  text-shadow: 1px 3px 2px black;
  font-family: "WindSong", cursive;
}
/* ****************************fOOTER*********************************** */
footer {
  background-color: #846454;
  padding: 20px 0 10px 0;
  text-align: center;
  box-shadow: -1px -4px 12px black;
}
#clubMembers {
  margin: 0 auto;
  max-width: 1000px;
  color: #f9f0ea;
}
footer span {
  margin-left: 2%;
  margin-right: 2%;
}
#deuxiemeTrait {
  height: 2px;
  width: 75%;
  background-color: #f9f0ea;
  margin: 60px auto;
}
#copyrightEtIcons {
  display: flex;
  margin-bottom: 20px;
  padding: 0 10%;
}
#copyright {
  width: 50%;
  text-align: left;
  color: #f9f0ea;
}
#icons {
  width: 50%;
  text-align: right;
  margin: 0 15px;
  font-size: 1.5em;
}
#icons a {
  color: #f9f0ea;
}
