*{
	padding: 0;
	margin:  0;
}

#container{
	position: fixed;
	margin:  0;
	top: 0;
	width: 100%;
	height:  100vh;
	background-image: url('IMG_0012.jpeg');
	background-size: cover;
	background-position: center;

}


#container > div{
	background: rgba(0, 91, 208, .5);
	margin:  0;
	top: 0;
	width: 100%;
	height:  100vh;

}

.marges{

	width: calc(86%);
	max-width: 1250px;
	margin:  0 auto;
}

#menu{
	background: rgba(0, 91, 208, .0);
	margin:  0;
	top: 0;
	width: 100%;
	overflow: auto;
}


#menu > div{
	margin:  40px auto 30px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#logo{
width: 130px;
}


#logo > img{
	width: 100%;
}

#menu > div > #rs{
	display: flex;
	flex-direction: row;
	justify-content: center;
}


#menu > div > #rs > div{
	
}



#cont{
	height: 66vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

#cont > div.titre{
	font-family: 'Noto Sans HK', sans-serif;
	color:  white;
	font-weight: 900;
	letter-spacing: 0.5px;
	font-size: 2em;
	text-align:  left;

	width:  450px;
	max-width: 86%;



	
}




#cont > div.lien{
	width:  450px;
	max-width: 86%;
	margin: 30px auto;

	
}



#cont > div.lien > div{
	font-family: 'Noto Sans HK', sans-serif;
	color:  white;
	font-weight: 400;
	letter-spacing: 0.5px;
	font-size: 1.2em;
	
	width: 100%;
	margin: 0 auto 25px auto;
	


	
}


#cont > div.lien > div > a{
	color:white;
	text-decoration:  none;
	border:  1.5px solid white;
	padding: 4px 12px 7px 12px;
	border-radius: 10px;



}

#cont > div.lien > div > a:hover{
	border:  2.5px solid white;

}


@media (max-width: 380px) {
  #cont > div.lien > div{
	
	letter-spacing: 0px;
	font-size: 0.9em;
  }
}







