@charset "UTF-8";
/*%=====PRMNNT-START====================================================================%*/
* {
  /* initialise tout les balises */
  margin: 0;
  /* pas de marge par defaut */
  padding: 0;
  /* pas de marge interne par defaut */
  max-width: 100vw;
  /* limite à la taille de l'ecran */ }

html {
  /* définit les propriétés de la page */
  height: 100%;
  background: #000000; }

/*------Polices-------------------------------------*/
@font-face {
  font-family: "MontB";
  font-style: normal;
  font-weight: bold;
  src: url("../_polices/Montserrat-Bold.ttf"); }
/*------Variables-----------------------------------*/
main#corps {
  width: 100vw;
  height: 100vh; }
  main#corps #chapitre1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center; }
    main#corps #chapitre1 h2 {
      position: relative;
      list-style: none;
      font-family: MontB;
      font-size: 3.3rem;
      color: #FFFFFF;
      text-align: center; }
    main#corps #chapitre1 img {
      margin: auto;
      width: 30%;
      height: auto; }
