h2,h3,h4,h5{	
  /* font-family:sans-serif; */
	font-family: Arial;
	user-select: none;
   -moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   	margin:0px;
	padding:0px;
  padding-left:5px;
  padding-right:5px;
	border:0px;
   }
h2{
	font-size: 50px;
}
h3{
	font-size: 40px;
}
h4{
	font-size: 30px;
}
h5{
	font-size: 20px;
}
html{
	font-family: Arial;
	width:100%;
	height:100%;
	background-color:black;
	overflow: hidden;
	margin:0px;
	padding:0px;
	border:0px;
  }
  
body {
	width:100%;
	height:100%;
	text-align:center;
	background-color:black;

	color:white;
	/* font-size:8vw; */
	/*user-select: none;
   -moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;*/
  }
  .stationMir{
    background-size:cover;
    background-repeat:no-repeat;
    background-image: url('../img/stationMir.jpg');
  }
  .solLunaire{
    background-size:cover;
    background-repeat:no-repeat;
    background-image: url('../img/solLunaire.jpg');
  }
  .julietteFlotte{
    background-size:cover;
    background-repeat:no-repeat;
    background-image: url('../img/cosmoJuliette.jpg');
  }
  .equipe{
    background-size:cover;
    background-repeat:no-repeat;
    background-image: url('../img/image1.jpg');
  }
  .lune{
    background-size:cover;
    background-repeat:no-repeat;
    background-image: url('../img/lune.jpg');
  }
  .mir{
    background-size:cover;
    background-repeat:no-repeat;
    background-image: url('../img/mir.jpg');
  }
  .textBas{
    position:absolute;
    text-align:center;
    width:100%;
    height:84%;
    top:84%;
    /* justify-content: first baseline; */
    
  }
  .textHaut{
    position:absolute;
    text-align:center;
    width:100%;
    height:16%;
    bottom:84%;
    /* justify-content: first baseline; */
    
  }
  .textMHaut{
    position:absolute;
    text-align:center;
    width:100%;
    height:40%;
    bottom:60%;
    /* justify-content: first baseline; */
    
  }
  .textMbas{
    position:absolute;
    text-align:center;
    width:100%;
    height:40%;
    top:60%;
    /* justify-content: first baseline; */
    
  }
  .textBBas{
    position:absolute;
    text-align:center;
    width:100%;
    /* height:40%; */
    top:80%;
  }
.full{
  width:100%;
  height:100%;
  /* position : fixed; */
}
.absolute{
  position:absolute;
}
.fixed{
  position:fixed;
}
.center {
	width:100%;
	height:100%;
  	display: flex; /* contexte sur le parent */
  	flex-direction: column; /* direction d'affichage verticale */
  	justify-content: center; /* alignement vertical */
}
.btn {
  background: #454545;
  background-image: -webkit-linear-gradient(top, #454545, #bdbdbd);
  background-image: -moz-linear-gradient(top, #454545, #bdbdbd);
  background-image: -ms-linear-gradient(top, #454545, #bdbdbd);
  background-image: -o-linear-gradient(top, #454545, #bdbdbd);
  background-image: linear-gradient(to bottom, #454545, #bdbdbd);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #999999;
  background-image: -webkit-linear-gradient(top, #999999, #ffffff);
  background-image: -moz-linear-gradient(top, #999999, #ffffff);
  background-image: -ms-linear-gradient(top, #999999, #ffffff);
  background-image: -o-linear-gradient(top, #999999, #ffffff);
  background-image: linear-gradient(to bottom, #999999, #ffffff);
  text-decoration: none;
}
/* #flag{
  position:absolute;
  right: 10px;
  top:10px;
  width:30px;
  height:30px;
  z-index:10000000;
  background-image: url("../img/svg/france.svg");
} */

.text1{
  font-size:50px;
  pointer-events: none;
}