/*
    Auteur: Siwan Khalil
    Date: 15.05.2024
    Description: page main de l'accueil du module 307.
*/
body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
  color: #2f2f2f;
}
.image1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

}

#titrePrincipal {
  font-size: 3vw;
  font-weight: bolder;
  text-align: center;
}

a {
  text-decoration: none;
  background-color: #eee;
  color: #2f2f2f;
}

a:hover {
  text-decoration: none;
  background-color: #eee;
  color: red;
}
footer {
  font-size: xx-large;
  color: #2f2f2f;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 0;
  width: 100%;
  margin-top: 20px;
}

.ex {
  align-content: center;
  width: 50%;
  height: 100%;
  margin: 10px;
  padding: 10px;
  margin-left: 25%;
  background-color: #eee;
  border-radius: 10px;
  box-shadow: 0 0 10px #2f2f2f;
  text-align: center;
}