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

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans";
}

body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #34b1fe;
  background: linear-gradient(
    180deg,
    rgb(49, 162, 232) 0%,
    rgba(121, 199, 245, 1) 100%
  );
  padding: 0.75rem 0 0 0.75rem;
}

.logo {
  height: 100px;
}

main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}

section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  padding: 2rem;
  background: linear-gradient(
    180deg,
    hsl(210deg 52% 90%) 0%,
    hsl(209deg 56% 89%) 50%,
    hsl(209deg 74% 94%) 100%
  );

  border-radius: 1rem;
  gap: 2rem;
  color: rgba(53, 50, 56, 1);
  margin-top: 1.75em;
}

h1 {
  display: flex;
  justify-self: center;
  font-size: 1.25rem;
}

img,
video {
  width: 100%;
  height: 200px;
  border-radius: 1rem;
  object-fit: cover;
}

.content {
  display: none;
}

input {
  display: none;
}

label {
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  color: rgb(249, 138, 58);
  transition: all 0.2s ease;
}

label:hover {
  transform: scale(1.05);
}

@media (min-width: 640px) {
  section,
  img,
  video {
    border-radius: 2rem;
  }
  h1 {
    font-size: 1.75em;
  }
  section div {
    font-size: 1.25rem;
  }
}

/* ////////////////////////////////////////////////////////////////////////////// */

.themeContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1rem;
}

@media (min-width: 960px) {
  .themeContent {
    flex-direction: row;
  }
}

#checkTheme {
  display: none;
}

#checkTheme:checked ~ .content {
  display: block;
}

#checkTheme:checked ~ label.plus {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////// */

.eightyYearsContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .eightyYearsContent {
    flex-direction: row;
  }
}

#checkEightyYears {
  display: none;
}

#checkEightyYears:checked ~ .content {
  display: block;
}

#checkEightyYears:checked ~ label.plus {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////// */

.bastogneContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .bastogneContent {
    flex-direction: row;
  }
}

#bastogneCheck {
  display: none;
}

#bastogneCheck:checked ~ .content {
  display: block;
}

#bastogneCheck:checked ~ label.plus {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////// */

.jeuDePisteContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .jeuDePisteContent {
    flex-direction: row;
  }
}

#jeuDePisteCheck {
  display: none;
}

#jeuDePisteCheck:checked ~ .content {
  display: block;
}

#jeuDePisteCheck:checked ~ label.plus {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////// */

.batticeContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .batticeContent {
    flex-direction: row;
  }
}

#checkBattice {
  display: none;
}

#checkBattice:checked ~ .content {
  display: block;
}

#checkBattice:checked ~ label.plus {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////// */

.territoireDeLaMemoireContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .territoireDeLaMemoireContent {
    flex-direction: row;
  }
}

#checkTerritoireDeLaMemoire {
  display: none;
}

#checkTerritoireDeLaMemoire:checked ~ .content {
  display: block;
}

#checkTerritoireDeLaMemoire:checked ~ label.plus {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////// */

.fortEbenEmaelContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .fortEbenEmaelContent {
    flex-direction: row;
  }
}

/* ////////////////////////////////////////////////////////////////////////////// */

.escapeGameContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .escapeGameContent {
    flex-direction: row;
  }
}

#checkEscapeGame {
  display: none;
}

#checkEscapeGame:checked ~ .content {
  display: block;
}

#checkEscapeGame:checked ~ label.plus {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////// */

.simonGronowskiContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .simonGronowskiContent {
    flex-direction: row;
  }
}

#simonGronowskiCheck {
  display: none;
}

#simonGronowskiCheck:checked ~ .content {
  display: block;
}

#simonGronowskiCheck:checked ~ label.plus {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////// */

.clipMusicalContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .clipMusicalContent {
    flex-direction: row;
  }
}

#clipMusicalCheck:checked ~ .content {
  display: block;
}

#clipMusicalCheck:checked ~ label.plus {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////// */

.cimetiereAmericainContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}
@media (min-width: 960px) {
  .cimetiereAmericainContent {
    flex-direction: row;
  }
}

#cimetiereAmericainCheck:checked ~ .content {
  display: block;
}

#cimetiereAmericainCheck:checked ~ label.plus {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////// */

.caserneDeSpaContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .caserneDeSpaContent {
    flex-direction: row;
  }
}

#caserneDeSpaCheck:checked ~ .content {
  display: block;
}

#caserneDeSpaCheck:checked ~ label.plus {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////// */

.fortDeBreendonkContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .fortDeBreendonkContent {
    flex-direction: row;
  }
}

#fortDeBreendonkCheck:checked ~ .content {
  display: block;
}

#fortDeBreendonkCheck:checked ~ label.plus {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////// */

.clotureContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .clotureContent {
    flex-direction: row;
  }
}

#clotureCheck:checked ~ .content {
  display: block;
}

#clotureCheck:checked ~ label.plus {
  display: none;
}
