@font-face {
    font-family: "police-Dyno";
    src: url('polices/Dyno_Regular.ttf');
}
@font-face {
    font-family: "police-Dyno";
    font-style: italic;
    src: url('polices/Dyno_Italic.ttf');
}
@font-face {
    font-family: "police-Dyno";
    font-weight: bold;
    src: url('polices/Dyno_Bold.ttf');
}
@font-face {
    font-family: "police-Dyno";
    font-style: italic;
    font-weight: bold;
    src: url('polices/Dyno_Bold_Italic.ttf');
}
@font-face {
    font-family: "Cicle_Fina";
    src: url('polices/Cicle_Fina.ttf');
}
@font-face {
    font-family: "Cicle_Fina";
    font-style: italic;
    src: url('polices/Cicle_Fina_Italic.ttf');
}

body
{
	background-color: #505050;
	background: url("../image/image_fond.jpg") no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: "police-Dyno", Helvetica, Arial, sans-serif;
}

#langues {
	padding-top: 3%;
	display: flex;
    align-items: center;
	justify-content: space-around;
}

#langues a img {
	width: 300%;
	height: 300%;
	border-radius: 10%;
}

#title td
{
	width: 33%;
	text-align: center;
}

#title h1
{
	font-size: 400%;
	color: black;
}

#title h2
{
	font-size: 200%;
}

#title img {
	width: 60%;
	height: 50%;
}

#sommaire
{
	padding-bottom: 5px;	
	width: 100%;
	margin: 0 auto;
}

#sommaire ul
{
	display: flex;
	flex-direction: column;
	text-align: center;
	flex-wrap: wrap;
}

#sommaire li 
{ 
	background-color: #ea5c0d;
	border-width: medium;
	padding: 1em 2em;
	list-style-type: none;
	border: 1px solid black;
}

#sommaire li:hover
{
	transition: background-color 0.35s linear;
	background-color: #f7af3e;
}

#sommaire a
{
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
	font-size: 300%;
}

#container
{
	display: block;
	width: 100%;
    margin: 50 auto;
    padding: 20px;
	padding-top: 3px;
}

#content
{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 380%;
}

#zone-texte
{
	background-color: rgba(80,80,80,0.8);
    padding: 20px;
	text-align: justify;
}

#zone-texte h1
{
	text-align: center;
}

#zone-texte h1 b
{
	font-size: 80%;
}

#map
{
	background-color: rgba(80,80,80,0.8);
	/* padding: 20px; */
	text-align: center;
}

#map iframe {
	width: 80%;
	height: 450;
}

#footer 
{
	padding: 10px;
    background-color: #ea5c0d;
	text-align: center;
	border: 1px solid black;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 3%;
	margin-top: 3%;
}

#footer a
{
	display: block;
	text-decoration: none;
	color: black;
	font-size: 300%;
}

#footer:hover
{
	transition: background-color 0.35s linear;
	background-color: #f7af3e;
}