@media only screen and (min-width: 1100px) {
  #imgFond {
    max-width: 35vw;
  }

  p {
    font-size: 12px
  }
}

@media only screen and (max-width: 768px) {
  body {
    width: 100vw;
  }

  p {
    font-size: 12px
  }

  #imgFond {
    width: 70vw
  }
}

@media only screen and (max-width: 480px) {
  body {
    width: 100vw;
  }

  p {
    font-size: 12px
  }

  #imgFond {
    width: 99vw;
  }
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  color: white;
  padding: 90px;
  border-radius: 6px 6px 0 0;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2999;
  display: none;
}

#cookie-banner button {
  margin: 5px;
  color: black;
  background-color: white;
}

#cookie-banner p {
  font-size: 12px;
}



.ab {
  position: absolute;
}

.centerAb {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

@keyframes empourpre {
  from {
    color: #000000;
  }

  40% {
    color: #9e0000;
  }

  76% {
    color: #4d0000;
  }

  100% {
    color: #000000;
  }
}

.pourpre {
  color: transparent;
  animation: empourpre 10s linear 0s infinite;
  letter-spacing: 5px;
}

.return {
  font-variant: small-caps;
  font-size: 12px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: black;
  border-radius: 50%;
  border: none;
  width: 80px;
  height: 80px;
}

.return:hover {
  box-shadow: 0px 4px 8px black;
}

.curseur {
  cursor: pointer;
}



@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans.ttf') format('truetype');
  src: url('fonts/OpenSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.flecheRetour {
  width: 12%;
  position: absolute;
  top: 100px;
  left: 0;
  cursor: pointer;
}

* {
  font-family: 'OpenSans';
  letter-spacing: 2px;
  list-style: none;
}



.mention {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: white;
  text-align: right;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  height: 15px;
}

.mention p {
  font-size: 7px;
  color: black;
  margin: 0;
  padding: 0 5px;
}

.mention a {
  color: black;
  text-decoration: underline;
}

.lose,
.lose p {
  color: red;
}

#cookie-banner a {
  color: red;
  text-decoration: underline;
  font-weight: 1000;
}


body {
  background-color: white;
  margin: 4%;
}



.hidden {
  display: none;
}

h1 {
  z-index: 5555;
  position: relative;
}

#titre1 {
  color: black;
  font-variant: small-caps;
  font-family: 'OpenSans';
  font-size: 70px;
  opacity: 0;
  animation: fadeIn 5s ease forwards;
  text-align: center;
}

.titre2 {
  font-variant: small-caps;
  color: black;
  font-family: 'OpenSans';
  font-size: 38px;
  opacity: 0;
  animation: fadeIn 3s ease forwards;
  text-align: center;
}

h4 {
  font-variant: small-caps;
  color: black;
  font-family: 'OpenSans';
  font-size: 20px;
  text-align: center;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes grow {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes fade-low {

  from {
    opacity: 0.2;
  }

  to {
    opacity: 1;
  }
}

.footer {
  font-size: 8px;
  text-align: center;
  display: flex;
  bottom: 20px;
  left: 10px;
  background-color: black;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: fixed;
  z-index: 1950;
}

.return-button {
  font-size: 8px;
  position: fixed;
  bottom: 100px;
  left: 10px;
  justify-content: center;
  align-items: center;
  align-content: space-evenly;
  color: white;
  background-color: black;
  border-radius: 50%;
  border: none;
  height: 65px;
  z-index: 1950;
  width: 65px;
}

.footer.fixed-bottom {
  position: fixed;
  bottom: 10px;
  width: 100%;
  background-color: #000000;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.return-button:hover,
.footer:hover {
  transform: scale(1.6);
}

.return-button,
.footer,
.inventaire {
  transition: transform 0.3s ease;
}



.return-button:hover,
.footer:hover,
.inventaire:hover {
  animation: grow 0.3s forwards;
}

.footer a:hover {
  animation: grow 0.6s forwards, fade-low 0.6s forwards;
}

.button2,
.button3,
.button4,
button {
  text-transform: uppercase;
  background-color: black;
  color: white;
  border-radius: 6px;
  border: none;
  font-size: 12px;
  cursor: pointer;
}

.button6 {
  text-transform: uppercase;
  background-color: white;
  color: black;
  border-radius: 6px;
  border: none;
  font-size: 12px;
}

.button2,
.button3 {
  padding: 8px 16px;
  z-index: 1000;
}


.return-button:hover,
.footer,
button:hover {
  box-shadow: 2px 2px 4px rgb(0, 0, 0, 0.5);
}



.return-button:active,
.footer:active,
button:active {
  box-shadow: 2px 2px 2px rgb(0, 0, 0, 0.5);
  transform: translateY(3);
}

.button2 {
  bottom: 2px;
  right: 2px;
  margin: 20px;
  position: fixed;
}

.button3 {
  left: 50%;
  bottom: 25%;
  transform: translateX(-50%);
  position: absolute;
  justify-content: center;
}


.button4,
.button6 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin-top: 20px;
}

p {
  font-size: 12px;
  line-height: 20px;
  font-family: 'OpenSans';
  text-align: center;
}

a,
.inventaire li {
  color: white;
  text-decoration: none;
}


.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-top: 10%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9000;
}

.modal-content {
  background-color: black;
  color: white;
  margin: auto;
  padding: 20px;
  border-radius: 6px;
  width: 200px;
  height: auto;
  text-align: center;
}

.modal-content button {
  background-color: white;
  color: black;
  margin: auto;
  padding: 2px;
  height: auto;
  text-align: center;
}

.modal-content button:hover {
  box-shadow: 3px 3px 3px rgb(255, 255, 255, 0.3);
}

.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



#veridique1,
#veridique2,
#veridique3,
#veridique4,
#veridique5,
#veridique6,
#veridique7,
#veridique8,
#veridique9,
#veridique10,
#veridique12,
.blocB {
  font-variant: small-caps;
  border: white;
  border-radius: 4px;
  padding: 1% 1% 1% 1%;
  background-color: white;
  z-index: 1900;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}