@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;
  }
}

/* smartphones, Android phones, landscape iPhone */
@media (min-width:480px) {
  header#menu2 {
    margin-bottom: 130px;
  }
}

/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media (min-width:600px) {
  header#menu2 {
    margin-bottom: 130px;
  }
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:801px) {
  header#menu2 {
    margin-bottom: 100px;
  }
}

/* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) {
  header#menu2 {
    margin-bottom: 100px;
  }
}

/* hi-res laptops and desktops */
@media (min-width:1281px) {
  header#menu2 {
    margin-bottom: 100px;
  }

  img {
    margin-left: 2.5%;
  }
}

img {
  height: auto;
  max-width: 100%;
  margin-bottom: 35px;

}

body {
  background-image: url(../images/Bing.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;
}

#jeux {
  text-align: center;
  font-family: raleway;
  font-size: 20px;
  margin-top: 200px;
}

#jeux a {
  color:rgb(0, 142, 185);
  margin-left: 40px;
}

#jeux a:hover {
  color:rgb(0, 47, 255);
}


#jeux a:visited {
  color:rgb(35, 0, 80);
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* TROOOOOUUUUUUUUUUUUUUUU */