@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_Gordita";
    src: url('polices/Cicle_Gordita.ttf');
}
@font-face {
    font-family: "Cicle_Gordita";
    font-style: italic;
    src: url('polices/Cicle_Gordita_Italic.ttf');
}

html {
  height: 100%;
}
body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #505050;
	background: url("../image/image_fond1.jpg") no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: "police-Dyno", Helvetica, Arial, sans-serif;
	position: relative;
}

#menu
{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	background-color: rgba(80,80,80,0.7);
	width: 100%;
}

#langues
{
	margin-left: 2%;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-around;
	width: 5%;
}

#langues img
{
	/* margin-left: 5%; */
	/* padding-left: 5%; */
}

#langues img
{
	border-radius: 10%;
    padding: 3px;
}

#langues img:hover
{
	box-shadow: 0 0 2px 5px rgba(80,80,80,0.7);
	border: 2px solid #ea5c0d;
}

#title
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: justify;
}

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

#sommaire
{	
	width: 88%;
	margin: 0 auto;
	background-color: rgba(80,80,80,0.7);
	border-radius: 50px;

}

#sommaire ul
{
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	flex-wrap: wrap;
}

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

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

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

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

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

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

#zone-texte a
{
	text-decoration: underline;
	color: #ffffff;
}

#zone-texte a:hover
{
	color: #f7af3e;
}

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

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

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

#footer 
{	
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	text-align: center;
    background-color: #ea5c0d;
	border: 1px solid black;
	width: 88%;
	margin: 0 auto;
}

#footer2
{	
	display: flex;
	flex-direction: column;
    background-color: #ea5c0d;
	text-align: center;
	border: 1px solid black;
	width: 88%;
	margin: 0 auto;
	bottom:0;
	margin-left: 6%;
	margin-right: 6%;
	position: absolute;
	height: 3em;
}

#footer a, #footer2 a
{
	display: block;
	text-decoration: none;
	color: black;
}

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

#patrimoine figure {
    text-align: center;
    margin: 0px;
    padding: 4px;
	width; 100%;
}
 
#patrimoine figure img {
    width: 80%;
    margin: 0px;
    padding: 0px;
}

#patrimoine h2 {
	text-align: middle;
}

#sur_place
{
	display: flex;
	flex-flow: row wrap;
	margin-left: 20%;
}

#sur_place a
{
	color: #f7af3e;
}

#sur_place a:hover
{
	color: #F8F201;
}

#sur_place li
{
	padding : 3%;
	width: 33%;
}

.c1 a
{
	display: block;
	/* text-decoration: none; */
	color: white;
}

.c1 a:hover
{
	display: block;
	/* text-decoration: none; */
	color: #ea5c0d;
}

#sociaux {
	display: flex;
	flex-flow: column wrap;
	position: absolute;
	top: 200px;
	width: 5%;
}

#sociaux *{
	padding: 3%;
}

#credits-images {
	display: flex;
	justify-content: space-around;
}

#partenaires img{
	margin-top: 1%;
}

#equipe a {
	display: block;
	padding-bottom: 2%;
}