#appcontainer {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; /* Centre le container quand < 100% */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* HEADER */
.header {
  padding: 0;
  text-align: center;
}

/* Pour structurer le contenu dans le header */
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}

.logo {
  height: 128px;
}

.horloges-container {
  display: flex;
  gap: 50px; /* Espace entre les deux horloges */
  transform: translateY(-16px); /* remonte de 10px */
}

/* Taille et disposition des deux horloges */
#horloge,
#horloge2 {
  width: 120px;
  height: 120px;
  position: relative;
}

/* Footer */
.footer-cuivre {
  text-align: center;
  font-size: 0.9rem;
}

.footer-cuivrene1::after {
  content: " - ";
}

/* menu gauche */

/* Date */
.cartouche-legal {
  width: 300px;
  max-width: 100%;
  background-color: var(--cartouche);
  color: var(--cuivre);
  font-family: sans-serif;
  font-size: 0.85rem;
  line-height: 1.3;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px var(--rouge-brun);
  float: left;
  margin: 10px;
  word-break: break-word;
  margin-top: 16px;
}

.widget-meteo {
  width: 300px;
  max-width: 100%;
  background-color: var(--cartouche);
  color: var(--cuivre);
  font-family: sans-serif;
  font-size: 0.85em;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px var(--rouge-brun);
  float: left;
}

.ville {
  margin-bottom: 5px;
  border-bottom: 1px solid var(--rouge-sang);
  padding-bottom: 10px;
}

.ville:last-child {
  border-bottom: none;
}

.widget-visiteur {
  width: 300px;
  max-width: 100%;
  background-color: var(--cartouche);
  color: var(--cuivre);
  font-family: sans-serif;
  font-size: 0.85em;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px var(--rouge-brun);
  float: left;
  margin: 8px;
}

.widget-visiteur .titre {
  font-weight: bold;
  color: var(--cuivre);
  margin-bottom: 8px;
}
#IP {
  font-weight: bold;
  color: var(--texte-clair);
}

/* Menu droit */
.neon-date {
  font-family: "Orbitron", sans-serif;
  color: var(--cuivre);
  font-size: 1.2rem;
  text-align: left;
  padding: 0px;
}

.sunset {
  width: 300px;
  max-width: 100%;
  background-color: var(--cartouche);
  color: var(--cuivre);
  font-family: sans-serif;
  font-size: 0.85rem;
  line-height: 1.3;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px var(--rouge-brun);
  margin: 10px;
  word-break: break-word;
  margin-top: 16px;
}

#dicton-container {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  height: 2em;
}

#dicton-text {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: 0;
  will-change: transform;
}
