@font-face {
	font-family: "roxborough";
	src: url('../polices/FontsFree-Net-roxborough-cf-medium.ttf');
}

.mobile
{
	display: none;
}

*
{
	transition: all 0.8s ease-in-out;
  margin: 0;
}


html
{
	background-color: rgba(96,58,51,1);
}

body
{
  color: white;
  background-color: rgba(255, 255, 255, 0);
	height: 100vh;
  font-family: 'Libre Franklin', sans-serif;
}

body a
{
 text-decoration: none;
 color: white;
}

h1, h2, h3
{
	margin-top: 20px;
	margin-bottom: 10px;
}

.bouton_bord
{
	font-size: 100%;
	display: block;
	width:180px;
	margin: 50px auto;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 6px 10px 6px;
	border: solid 2px white;
	border-radius: 50px;
	background-color: rgba(0,0,0,0);
}

.mentions
{
	position: relative;
	top: 100px; left: 10vw;
	width: 80vw;
}



@keyframes cligno { from { opacity:0; } to { opacity:1; }  }
