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

:root
{
  --body-text-a-color: rgba(138, 39, 0, 1);
}

.mobile
{
	display: none;
}

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

html
{
  background-color: white;
}

body, a
{
    color: var(--body-text-a-color);
    text-decoration: none;
    font-family: 'Libre Franklin', sans-serif;
}

.ordi
{
	position: relative;
	top: 100px;
	line-height: 250%;
}

.form
{
	background-color: rgba(246,223,220,0.4);
	width: 50vw;
	padding: 5vw;
	border-radius: 50px;
}

.tabpage
{
	border-spacing: 4vw;
}

td
{
  text-align: left;
  vertical-align: top;
}

h2, h1
{
  margin: 60px;
}

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

.bouton_bord:hover
{
	transition: all 0.8 ease-out;
	color: white;
	background-color: var(--body-text-a-color);
	border: solid 2px white;
}

.recherche
{
	position: relative;
	top: 100px;
	margin-bottom: 20px;
}
