@font-face {
    font-family: Hammersmith;
    src: url(../typos/hammersmith.ttf);
}

body
{
	background-color: #292826;
}

a:hover, a:visited, a
{
	text-decoration: none;
	color: inherit;
}

#container_titre 
{
	position: relative;
	color: white;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
#logo_titre img
{
	width: 60%;
	height: auto;
}
#container_titre p, #container_titre i
{
	font-size: 1.8em;
	color: white;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
}

h1
{
	font-family: Hammersmith;
	font-size: 3.7em;
	padding-top: 15px;
}

a:hover, a:visited, a
{
	text-decoration: none;
	color: white;
}


/* Partie informations */
#container_infos
{
	position: relative;
	color: white;
	font-family: Hammersmith;
	font-size: 1.2em;
}

#texte1
{
	text-align: center;
	margin-top: 20px;
}

#prez_equipe 
{
	text-align: center;
	margin-bottom: 20px;
}

#prez_equipe img
{
	width: 80%;
	height: auto;
	margin-bottom: 20px;
	transition: 
}

#prez_equipe p
{
	margin-bottom: 15px;
}

#prez_equipe i
{
	font-size: 1.2em;
}


form
{
	margin-bottom: 50px;
}

input
{
	font-family: inherit;
	background: transparent;
	color: white;
	outline: none;
	outline-width: 0; 
	border: 0px;
	border-bottom: 1px white solid;
	text-align: center;

}

/* Faire le nombre de col en fonction du media */
textarea
{
	font-family: inherit;
	color: #292826;
	font-size: 0.8em;
	width: 100%;
}


#bt_envoyer
{
	background-color: #292826;
	color: white;
	border: 2px white solid;
	text-align: center;
	padding: 10px;
	transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}

#bt_envoyer:hover
{
	background-color: white;
	color: #292826;
}

button
{
	 background: transparent;
	 border: 0px;
}


#foot
{
	text-align: center;
}

#minno
{
	width: 150px;
	min-width: 150px;
	margin-top: 15px;
	margin-bottom: 20px;
	height: auto;
	filter: brightness(0%) invert(100%);
  	-webkit-filter: brightness(0%) invert(100%);
}

@media only screen 
  and (max-device-width: 812px) 
{
#container_infos
{
	font-size: 2em;
}

#prez_equipe div
{
	margin-bottom: 100px;
}
#prez_equipe img
{
	width: 60%;
	height: auto;
	margin-bottom: 20px;
	transition: 
}

#minno
{
	width: 250px;
	min-width: 250px;
	margin-bottom: 50px;
}

}