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

body
{
	background-color: #292826;
}

a:hover, a:visited, a, a:active
{
	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 p, #container_infos h3, #contain_video
{
	position: relative;
	color: white;
	font-family: Hammersmith;
	font-size: 2em;
	text-align: center;
	margin: 15px;
}


#video
{
	text-align: center !important;
	margin-top: -20px;
	margin-bottom: 80px;
}

#video video
{
}


.temoignage
{
	margin-top: 80px;
	text-align: center !important;
	margin-bottom: 50px;
}

audio
{
}

#photo_robin, #photo_benjamin, #photo_anais
{
	display: inline;
	margin: 0 auto;
	height: 10em;
	width: auto;
	border-radius: 50%;
}


.prenom
{
	font-family: Hammersmith;
	color: white;
	font-size: 1.4em !important;
	margin: 20px !important;
}



/* gestion logo minno */
#foot
{
	text-align: center;
	margin-top: 30px;
}

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

@media only screen 
  and (max-device-width: 812px) 
{
#logo_titre img
{
	width: 100%;
	height: auto;
}
#texte1
{
	font-size: 1.2em !important;
}
#container_infos
{
	font-size: 2em;
}

video
{
	border: 2px white solid;
	padding: 0px;
}

audio
{
	position: relative;
	left: -5%;
	/*background-color: #dfd7b2;*/
	/*text-align: center;
	justify-content: center;*/
	width: auto;
	height: auto;
}
#anais, #benjamin
{
	display: none;
}

#foot
{
	margin-top: 100px;
}

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

}