@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700');

body {
font-family: 'Fira Sans', sans-serif;
color: black;
background-image: url("background.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
 min-height: 100vh;
 margin:0px;
 display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width:80%;
margin:auto;
text-align: center;
font-size:14px;
margin-top: 20px;
margin-bottom: 20px;
}

.mentions-legales {
    text-align: left;
    max-height: 100%;
}

h3 {
  margin-top: 20px;
  color:#df6f00;
}

h1 {
  color:#df6f00;
}

video {
  border-radius: 10px;
  max-width:100%;
  margin-bottom:20px;
}

.logo-container {
  text-align: center;
  margin-bottom:20px;
}

.logo-container img {
  max-width:80px;
  width:auto;
  height:auto;
}

.app-download-links {
  text-align: center;
}

.app-download-links p {
  margin-bottom: 25px;
}

.app-download-links a img {
  height: 45px;
  margin: 0 3px 20px;
}
