@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #444;
  background-color: rgb(68, 56, 56);
  color: whitesmoke;
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-family: "Lora", sans-serif;
  text-align: center;
  color: whitesmoke;
  margin-inline: auto;
}
h1 {
  font-size: 3rem;
}
h2 {
  padding-block: 0.3rem;
  padding-inline: 1rem;
  font-size: 2.5rem;
  background-color: #ffcccc;
  border-radius: 1rem;
  max-width: 800px;
  color: #333;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

h3 {
  padding-top: 20px;
  font-size: 1.8rem;
}
p {
  max-width: min(95%, 900px);
  margin: 0.5rem auto;
  text-align: left;
  line-height: 150%;
}
ul {
  max-width: 600px;
  margin: 0;
  padding: 0;
  width: fit-content;
  text-align: left;
  margin-inline: auto;
}
a {
  color: inherit;
}
img {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
.drapeau {
  position: absolute;
  top: 4px;
  left: 4px;
}
.drapeau img {
  height: 25px;
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-inline: auto;
  border-top: solid 0px rgba(255, 255, 255, 0.3);
}
section::before {
  content: "\2022 \2022 \2022";
  font-size: 50px;
  color: #ffcccc;
}
section:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0);
}
section:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.menu {
  position: sticky;
  top: -1px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 130%;
  margin: 25px auto;
  padding: 0.2rem 0;
  max-width: 100%;
  background-color: rgb(68, 56, 56);
}
.menu a {
  display: inline-block;
  padding: 0 0.5rem;
  text-decoration: none;
  color: #333;
  background-color: #ffcccc;
  border-radius: 5px;
  margin: 2px 5px;
}
.holidayhome img {
  max-width: 800px;
  width: 100%;
  min-height: 40px;
  transition: 0.25s ease-in-out;
  display: block;
}
a.holidayhome {
  display: block;
  overflow: hidden;
  border-radius: 1.2rem;
  outline: solid 2px transparent;
  width: fit-content;
  margin-inline: auto;
}
a.holidayhome:hover {
  outline: solid 2px white;
}
.holidayhome img:hover {
  filter: brightness(0.6);
  outline: solid 2px white;
}
@media screen and (max-width: 900px) {
  .menu.active {
    margin: 0;
    font-size: 0.9rem;
  }
  .menu.active a {
    padding: 0 0.25rem;
    margin: 2px 2px;
  }
}

footer {
  text-align: center;
  font-size: 1.2rem;
  line-height: 120%;
  margin-top: 100px;
  padding-top: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
footer p {
  text-align: center;
}
footer a {
  font-size: 1.5rem;
  line-height: 150%;
}

.photo-situation {
  max-width: 1200px;
  width: fit-content;
  text-align: center;
}
.photos-situation div {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  margin-block: 10px;
}

.photos-situation img {
  display: block;
  clear: both;
  margin-bottom: 4px;
}

#partenaires p {
  max-width: min(600px, 96%);
  margin-inline: auto;
}
