@font-face {
  font-family: pixel;
  src: url('../img/PressStart2PRegular.ttf') format('truetype');
}

/*POUR MOBILE */
@media screen and (max-width: 600px) {
  body.mysteerie-page {
    font-size: 0.75rem;
  }
}

.logo {
  width: 376px;
  max-width: 50%;
  height: auto;
  margin-top: 2%;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}
.logo-mysteerie {
	width:560px;
	max-width: 100%;
}

body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "pixel";
  text-align: center;
  margin: 0;
  padding: 0;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
  font-size: 1rem;
  
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.mysteerie-page {
  background-color: #244625;
  color: #cfd93c;
}



.container {
  width: 100%;
  max-width: 960px; 
  margin: 0 auto;
  padding: 0 15px; 
  box-sizing: border-box;
  text-align: center;
  flex-grow: 1;
}


table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 40px auto 0 auto; 
}

.mysteerie-table {
  width: 100%;
  max-width: 560px;
}

.contact-table {
  width: 100%; 
  max-width: 560px;
}
.contact-table input[type="image"] {
  height: 52px;
  width: auto;
}
.contact-table td {
  width: 33.33%;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 9 / 16 = 0.5625 */
  margin-top: 40px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.footer {
  width: 100%;
  background-color: #000000;
  color: #ffffff; 
  font-size: 0.75rem; 
  padding: 20px 0;
  margin-top: 60px;
}
.mysteerie-footer {
	background-color: #244625;
	color: #7ba36e; 
}

.pied {
  font-family: pixel;
  margin: 0;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #FFFAF0;
}