body {
  background: -moz-linear-gradient(top, cyan, blue);
  background: -webkit-linear-gradient(top, cyan, blue);
  background: -o-linear-gradient(top, cyan, blue);
  background: linear-gradient(top, cyan, blue);

  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

  font-family: "Franklin Gothic Medium";
}

.div_head {
  position: relative;
  width: 90%;
  height: 70px;
  display: flex;
  align-items: center; /* Centrer verticalement */

  justify-content: center; /* Centrer horizontalement */
  text-align: center; /* Centrer le texte horizontalement */

  margin: auto;
  margin-top: 4px;

  border: 12px ridge #00ffff;
  border-radius: 10px;
  border-top: none;
}

.nom_titre{
  margin-left: 15px;

  font-size: 35px; /* Définir la taille du texte */
  color: white;
  font-weight: bold; /* Rendre le texte en gras */
  
  text-shadow: -1.3px -1.3px 0 black, 1.3px -1.3px 0 black, -1.3px 1.3px 0 black,
      1.3px 1.3px 0 black;
}

.counter_style, .aujourd_style, .heure_style, .heure{
  display: flex;

  position: relative;

  justify-content: center; /* Centrer horizontalement */
  text-align: center;

  font-size: 35px; /* Définir la taille du texte */
  color: white;
  font-weight: bold; /* Rendre le texte en gras */
  font-family: "Open Sans", sans-serif, arial;

}

.counter_style{
  margin-top: 15%;
}
.aujourd_style{
  margin-top: 10%;
}
.heure_style{
  margin-top: 5%;
}
.heure{
  margin-top: 8%;
}

ul {
  position: relative;
  list-style-type: none;
  display: flex;
}

li {
  position: relative;

  width: 200px;
  height: 40px;
  left: -18px;

  display: flex; /* Utiliser le modèle de boîte flexible */
  justify-content: center; /* Centrer horizontalement */
  align-items: center; /* Centrer verticalement */
  text-align: center; /* Centrer le texte horizontalement */

  /* margin-left: 85px; */
}

.barre_menu_link {
  margin: auto;
  float: left;
  position: absolute;

  font-size: 35px; /* Définir la taille du texte */
  color: white;
  font-weight: bold; /* Rendre le texte en gras */
  text-decoration: none; /* Supprimer la décoration de lien par défaut */

  text-shadow: -1.3px -1.3px 0 black, 1.3px -1.3px 0 black, -1.3px 1.3px 0 black,
    1.3px 1.3px 0 black;
}

.barre_menu_link:hover {
  font-size: 45px;
}

.block {
  margin-left: 20%;
}

.image_picture {
  width: 333px;
  height: 591px;

  display: block;
  float: left;

  position: relative;
  top: 90px;

  border-width: 17px;
  border-style: ridge;
  border-color: #00ffff;
  border-radius: 10px;
}

.menu {
  position: relative;

  top: 90px;

  width: 270px;
  height: 40px;

  margin-top: 16px;
  margin-left: 40%;

  border-width: 12px;
  border-style: ridge;
  border-color: #00ffff;
  border-radius: 10px;

  display: flex; /* Utiliser le modèle de boîte flexible */
  justify-content: center; /* Centrer horizontalement */
  align-items: center; /* Centrer verticalement */
  text-align: center; /* Centrer le texte horizontalement */
}

.menu_link {
  margin: auto;
  float: left;
  position: absolute;

  color: white;
  font-size: 27px; /* Définir la taille du texte */
  text-decoration: none; /* Supprimer la décoration de lien par défaut */
  font-weight: bold; /* Rendre le texte en gras */
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
    1px 1px 0 black;
}

.menu_link:hover {
  font-size: 31px;
}
