* {
    margin: 0;
}
  body, html {
    padding:0;
    height: 100%;
    background-color:#B3E0F2;
  }

/*ajout de marge sous h1*/
h1 {
  margin-bottom: 30px;
  text-align: center;
  font-family: Arial, sans-serif;
  margin-top: 50px;
}

  p,ul,li {
    text-align: justify;
    margin-left:auto;
    margin-right:auto;
  }

  .art1{
    margin-top: 50px
  }
  .art2{
    margin-top: 30px
  }

  .retour-accueil {
    position: fixed;
    top: 0; /* Fixer l'élément en haut de la fenêtre du navigateur */
    left: 0; /* Fixer l'élément à gauche de la fenêtre du navigateur */
    width:auto; /* Largeur pleine de l'élément */
    text-decoration: none;
    background-color: #6a6e6f;
    color: white;
    padding: 12px;
    font-size: 16px;
    font-family: arial;
  }

  .parallax {
    background-attachment: fixed;
    background-size: cover;
    background-color:#000;
    background-position:center;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .parallax-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 20px;
  }

  /* Menu déroulant  */

  /*Style du conteneur de menu déroulant */
  .dropdown {
    position: relative;
    display: inline-block;
  }

  /* Style du bouton du menu déroulant */
  .dropbtn {
    background-color: #6a6e6f;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  /* Style du contenu du menu déroulant (caché par défaut) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Style des liens dans le menu déroulant */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  /* Changement de couleur au survol des liens */
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }

  /* Affichage du contenu du menu déroulant lorsqu'on survole le conteneur */
  .dropdown:hover .dropdown-content {
    display: block;
  }


  /*footer*/

  footer {
    max-width: 100%;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    border-radius: 8px;
}

footer p {
    margin: 5px 0;
    font-family: Arial, sans-serif;
}

footer a {
    color: #020520;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

#footer-container {
    margin-top: 40px;
    width: 100%;
}
