/*créé le 26 décembre 2024
    créé par Théo Vorlet
    Cette page va servir de page de style de ma page d'accueil.*/
@font-face {
  font-family: "Police";
  src: url("../police/VT323-Regular.ttf");
}

body {
  background-color: #f1fffa;
  font-family: "Police", Arial, Helvetica, sans-serif;
}
@media all and (min-width: 1000px) {
  h1 {
    font-size: 90px;
    color: #f1fffa;
    margin: 10px;
  }
  h3 {
    padding-top: 5%;
    font-size: 50px;
    text-align: justify;
    line-height: 1.5;
  }
  header {
    display: flex;
    justify-content: center;
    background-color: #3a4856;
    padding: 40px;
    flex-wrap: wrap;
    border-radius: 30px;
  }
  nav {
    background-color: #3a4856;
    width: 30%;
    max-width: 200px;
    padding: 3%;
    margin: 2%;
  }
  button {
    width: 70%;
    max-width: 200px;
    height: 35%;
    max-height: 60px;
    background-color: #00b2ff;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    color: #f1fffa;
    align-items: center;
    font-size: 20px;
    font-family: "Police", Arial, Helvetica, sans-serif;
  }
  .ArmesEtArmures {
    width: 70%;
    max-width: 220px;
    height: 30%;
    max-height: 80px;
    background-color: #00b2ff;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
  }
  .Alignement {
    display: flex;
    background-color: #f1fffa;
    margin: 0;
  }
  main {
    display: flex;
  }
  p {
    line-height: 2;
    font-size: 35px;
    text-align: justify;
  }
  img {
    margin: 2%;
    width: 27%;
  }
  footer {
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 1000px) {
  header {
    display: flex;
    justify-content: center;
    background-color: #3a4856;
    padding: 20px;
    flex-wrap: wrap;
    color: #f1fffa;
  }
  h1 {
    font-size: 300%;
  }
  main {
    text-align: justify;
  }
  .Alignement {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .imagePageDAccueil {
    order: 2;
    width: 80%;
    margin: 20px;
  }
  .information {
    order: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navigation {
    order: 3;
  }
  footer {
    display: flex;
    justify-content: center;
  }
  footer p {
    font-size: 40px;
  }
  h3 {
    font-size: 250%;
  }
  p {
    font-size: 20px;
  }
  .navigation {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px;
    justify-content: center;
  }
  button {
    background-color: #00b2ff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px;
    font-size: 30px;
    width: 150px;
    height: 50px;
  }
}
