@import url("https://fonts.googleapis.com/css2?family=Acme&family=Lora:wght@500&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Acme", sans-serif;
  font-family: "Lora", serif;
  background: url(../img/expo.jpg) top center no-repeat fixed;
  background-size: cover;
}
a {
  text-decoration: none;
  color: #224400;
}
/* Apparence au survol des liens */
a:hover {
  text-decoration: none;
  color: #995c00;
}
.lien {
  color: #995c00;
  text-decoration-line: underline;
  text-decoration: underline;
}
/* Encadrement */
.cadre {
  border: 1px solid #663d00;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
/* Effet ombre */
.shadow {
  border: 1px solid #804d00;
  box-shadow: 8px 8px 5px #331f00;
  padding: 8px 12px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}
/* Espacement */
.espace {
  padding: 20px;
}

header {
  height: 60vh;
  color: #995c00;
  text-align: center;
}
header nav {
  background-color: #b36b00;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}
header nav a {
  color: #224400;
  text-decoration: none;
  margin-right: 10px;
}
header nav a:hover {
  color: #fff5e6;
  border-bottom: 1px solid #224400;
}
.menu {
  background-color: #224400;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.menu a {
  text-decoration: none;
  color: #fff5e6;
}
.menu li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.menu li a {
  display: block;
  padding: 10px;
}
.menu li a:hover {
  color: #995c00;
}
header .titre {
  margin-top: 30px;
  font-size: 4vh;
}
header .titre h1 {
  margin-top: -20px;
  color: #e68a00;
}
header .titre h2 {
  color: #224400;
}

.page {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.nom {
  background-color: #fff5e6;
  opacity: 0.8;
  color: #224400;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: xx-large;
}
.annees {
  background-color: #fff5e6;
  opacity: 0.8;
  color: #224400;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: x-large;
}
.annees a {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #224400;
}
.presentation {
  background-color: #fff5e6;
  color: #224400;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.presentation .gauche {
  width: 60%;
  margin-right: 50px;
}
.presentation .droite {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.publications {
  padding: 30px;
  background-color: #336600;
  color: #fff5e6;
}
.publications h1 {
  text-align: center;
}
.publications p {
  text-align: center;
}
.publications .divers-news {
  margin-top: 20px;
  display: flex;
  overflow-x: auto;
  align-items: center;
  justify-content: center;
}
.publications .divers-news .news {
  background-color: #ffe0b3;
  color: #336600;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
}
.publications .divers-news .news img {
  height: 70px;
  margin: auto;
}
.liens {
  padding: 20px;
  background-color: #fff5e6;
  padding-top: 20px;
}
.liens h1 {
  text-align: center;
  color: #336600;
}
.liens h3 {
  margin-top: -20px;
  font-size: small;
  text-align: center;
  color: #995c00;
}
.liens .liens-images {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.liens .liens-images p {
  margin-right: 30px;
  margin-left: 20px;
}
.liens .liens-images p img {
  height: 100px;
}
/* Fiches Fox */
.fiches {
  background-color: #fff5e6;
  padding-top: 10px;
}
.fiches h1 {
  text-align: center;
  color: #336600;
}
.fiches .fiches-images {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.fiches .fiches-images img {
  padding: 20px;
}
/* Diaporama */
.diapo {
  background-color: #fff5e6;
  position: relative;
  overflow: hidden;
}
.diapo h1 {
  text-align: center;
  color: #995c00;
}
#nav-droite,
#nav-gauche {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 3em;
}

#nav-droite {
  right: 20px;
}
#nav-gauche {
  left: 20px;
}

.elements {
  display: flex;
  transition: 1s linear;
}

.element {
  flex: 1 0 100%;
  position: relative;
}

.element > img {
  width: 100%;
}
/* Slider */
.slider {
  background-color: #fff5e6;
  padding-top: 20px;
  padding: 20px;
}
.slider img {
  width: 500px;
}
.bas {
  background-color: #fff5e6;
  color: #224400;
  padding-bottom: 20px;
  padding-right: 20px;
  text-align: right;
}

footer {
  background-color: #b36b00;
  margin-top: 20px;
  padding: 5px;
  color: #fff5e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .social-media {
  display: flex;
}
footer .social-media p {
  margin-right: 15px;
  padding: 5px;
  text-align: center;
  width: 30px;
}

@media screen and (max-width: 810px) {
  .presentation .gauche {
    width: 100%;
  }

  .presentation .droite {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
