/* Auteur : Rodrigo Sousa
     Date de création : 18.12.2024
     Description : Site du projet 293
     Dernière modification : 14.01.2025 */
body {
  font-family: Arial, sans-serif;
  background-image: url(../IMG/carte_background.png);
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  height: 100vh;
  overflow: hidden;
}

h1 {
  font-size: 48px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  top: 20px;
}

.image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px;
  margin-left: 0%;
}

.image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.image-link {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.main-image {
  width: 100vh; 
  height: auto; 
  display: block;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 50px;
}

a:visited,
a:link {
  text-decoration: none;
  color: #b04d21;
}

@media (max-width: 600px) {
 
  .image-wrapper {
    margin: 10px;
  }

  .image-wrapper img {
    width: 50px; 
    height: auto; 
  }

  .image-text {
    font-size: 14px; 
  }

  h1 {
    font-size: 32px; 
  }

  main {
    gap: 5px; 
  }

  .main-image {
    width: 90%; 
    max-width: 500; 
    margin-left: 0; 
    margin-right: auto; 
  }
}
footer{
  text-align: center;
}
ul {
  list-style-position: inside; 
  padding-left: 0;
  display: block; 
  margin: 0 auto; 
  width: fit-content; 
}

ul li {
  text-align: left; 
}





