/* ============================================
   Console Planning - Aéroclub de la Lys
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@100;400;700&display=swap');

/* === Layout Principal === */
.container {
  position: relative;
  width: 1800px;
}

.image {
  width: 64%;
}

/* === Sections Positionnées === */
#Ident {
  position: absolute;
  top: 30px;
  left: 285px;
  font-size: 38px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: black;
}

#logo {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 180px;
}

#dateInfos {
  position: absolute;
  top: 190px;
  left: 505px;
  margin: 0;
  padding: 0;
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: white;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#planning {
  position: absolute;
  top: 284px;
  left: 65px;
}

#infos {
  position: absolute;
  top: 1400px;
  left: 385px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: black;
}

/* === Typographie Générale === */
body {
  margin: 0;
}

header {
  font-size: 1.75rem;
  padding: 1rem;
  max-width: 100%;
}

main {
  font-size: 1.5rem;
  max-width: 100%;
}

footer {
  font-size: 1.25rem;
}

.copyright {
  margin-left: 20px;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: black;
}


/* === Transitions === */
body,
section,
a,
pre {
  transition: background-color 1s ease, background-image 1s ease, color 1s ease;
}
