@font-face {
  font-family: "Kaushan";
  src: url("../fonts/KaushanScript-Regular.woff") format('woff');
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff") format('woff');
}


/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
@media (min-width:320px) {
  header#menu2 {
    margin-bottom: 200px;
  }

  img {
    width: 345px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }

  ;

  body {
    background-image: disabled
  }

  ;
}

/* smartphones, Android phones, landscape iPhone */
@media (min-width:480px) {
  header#menu2 {
    margin-bottom: 130px;
  }

  img {
    width: 345px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }

  ;

  body {
    background-image: disabled
  }

  ;
}

/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media (min-width:600px) {
  header#menu2 {
    margin-bottom: 130px;
  }

  img {
    width: 345px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }

  ;

  body {
    background-image: disabled
  }

  ;
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:801px) {
  header#menu2 {
    margin-bottom: 100px;
  }

  img {
    width: 345px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }

  ;

  body {
    background-image: disabled
  }

  ;
}

/* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) {
  header#menu2 {
    margin-bottom: 100px;
  }

  img {
    width: 345px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }

  ;

  body {
    background-image: disabled
  }

  ;
}

/* hi-res laptops and desktops */
@media (min-width:1281px) {
  header#menu2 {
    margin-bottom: 100px;
  }

  img {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }

  ;

  body {
    background-image: disabled
  }

  ;
}

body {
  /*background-image:url(../fichiers/screenshot_2025-02-04_21-29-05.png);*/
  background-image: url(../images/question.jpg);
  background-attachment: fixed;
  background-color: black;
  background-size: cover;
}

nav#menu {
  padding: 8px;
  background-color: #dddddd;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  font-family: Kaushan;
  border-color: gray;
  border-style: solid;
}

#menu a {
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  float: left;
  margin-right: 20px;
}

#menu a:hover {
  background-color: rebeccapurple;
  color: white;
  border-radius: 50px;
}

a.liens {
  color: white;
  justify-content: center;
  display: flex;
}

a:hover#liens {
  color: black
}

h1.index {
  color: azure;
  text-shadow: 2px 2px;
  text-align: center;
  font-family: Raleway;
}

h2.index {
  color: azure;
  text-align: center;
  font-family: Raleway;
}

p.index {
  font-family: Raleway;
}

h1.aPropos {
  color: azure;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
}

h2.aPropos {
  color: azure;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
}

p.aPropos {
  color: azure;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
}

/* TROOOOOUUUUUUUUUUUUUUUU */