@media only screen 
  and (max-device-width: 812px) 
{
.page
{
	height: 25%;
	width: auto;
}

#page_droite
{
	border-left: 1.5px black solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	height: 33%;
	width: 100%;
	font-size: 1.7em;
}
#page_web
{
	position: absolute;
	left: 0%;
	top: 0%;
	height: 300%;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
#page_gauche_bas
{
	margin-top: 5%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#informations
{
	width: 45%;
	height: 40%;
	margin-right: 5%;
	overflow: auto;
	font-size: 1.3em;
}
}

@media screen 
  and (min-device-width: 800px) 
{
.page
{
	height: 100%;
	min-width: 480px;
	width: 49.8%;
}
#page_droite
{
	border-left: 1.5px black solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
#page_web
{
	position: absolute;
	left: 0%;
	top: 0%;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
#page_gauche_bas
{
	margin-top: 5%;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#informations
{
	width: 45%;
	height: 40%;
	margin-right: 5%;
	overflow: auto;
}
}

@font-face {
    font-family: BigNoodleTitling;
    src: url(../fonts/big_noodle_titling.ttf);
}
@font-face {
    font-family: Tox Typewriter;
    src: url(../fonts/Tox_Typewriter.ttf);
}
@font-face {
    font-family: Glacial Indifference;
    src: url(../fonts/GlacialIndifference_Regular.otf);
}
@font-face {
    font-family: Glacial Indifference Bold;
    src: url(../fonts/GlacialIndifference_Bold.otf);
}


body
{
	background-color: white;
}

label
{
	font-family: Glacial Indifference;
	font-size: 0.9em;
}

strong
{
	font-family: Glacial Indifference Bold;
}

#retour_menu
{
	position: fixed;
	align-content: center;
	margin-top: 2%;
	justify-content: center;
	height: 10%;
	width: 6%;
	border-radius: 10px;
	background-color: grey;
	opacity: 0.5;
	margin-left: 47%;
}

#retour_menu img
{
	height: 100%;
	width: 100%;
}



#page_gauche
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#image1
{
	width: 100%;
	height: 50%;
	margin-top: 0%;
	margin-left: 0%;
	box-shadow: 1px 1px 1px #aaa;
}

#image1 img
{
	height: 100%;
	width: 100%;
}

#image2
{
	width: 40%;
	height: 40%;
	margin-left: 5%;
	background-color: white;
	overflow: hidden;
}

#image2 img
{
	width: auto;
	height: 100%;
	box-shadow: 1px 1px 1px #aaa;
}


#informations p
{
	padding: 5%;
	margin: 0%;
	text-align: center;
	font-family: Glacial Indifference;
	border-bottom: 1px black solid;
	border-left: 1px black solid;
	
}


#titre_article
{
	width: 90%;
	height: auto;
	margin-top: 2%;
	margin-left: 5%;
	text-align: center;
	border-top: 2px black solid;
	border-left: 2px black solid;
	border-right: 2px black solid;
	border-radius: 3px;
}

h3
{
	font-family: BigNoodleTitling;
	background-color: black;
	font-size: 3.5em;
	height: auto;
	color: white;
	width: auto;
	border-bottom: 1px black solid;
}

#change_pages
{
	width: 80%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: auto;
	margin-top: -8%;
	padding-top: 0%;
	
	text-align: center;
	font-family: Tox Typewriter;
}

#change_pages p
{
	border-bottom: 1px white solid;
	padding-bottom: 3%;
	transition: border-bottom 1s;

}

#change_pages p:hover
{
	border-bottom: 1px black solid;
}

#change_pages a
{
	text-decoration: none;
	color: black;
}

i
{
	font-size: 2em;
}

#zone_article
{
	width: 90%;
	height: 52%;
	margin-left: 5%;
	margin-top: 2%;
	column-count: 2;
	text-align: justify;
	column-gap: 2rem;
	border-bottom: 1px black solid;
	overflow: auto;
}

#zone_article p
{
	margin-top: 0%;
	margin-left: 4%;
	margin-right: 4%;
	font-family: Glacial Indifference;
}

#conseil_pc
{
	width: 90%;
	height: 15%;
	margin-left: 5%;
	margin-bottom: 10%;
	font-family: Glacial Indifference;
	overflow: auto;
}


#map
{
	width: 80%;
	height: 50%;
	margin-top: 5%;
	margin-left: 10%;
}

#map iframe
{
	width: 100%;
	height: 100%;
}

#related_articles
{
	width: 90%;
	margin-left: 5%;
	height: 25%;
}

#related_articles h4
{
	font-family: BigNoodleTitling;
	text-align: center;
	font-size: 1.7em;
	background-color: black;
	color: white;
}

#related_articles_div
{
	height: 30%;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
}

#related_articles_div p
{
	font-family: Glacial Indifference;
	border-bottom: 1px white solid;
	transition: border-bottom 1s;
}

#related_articles_div p:hover
{
	border-bottom: 1px black solid;
}

#related_articles_div a
{
	text-decoration: none;
	color: black;
}

#social_medias
{
	width: 90%;
	margin-left: 5%;
	height: 12%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 2%;

}

#insta
{
	height: 100%;
	max-width: 20%;
	margin-left: 10%;
	margin-right: 10%;
}

#insta img
{
	width: auto;
	height: 100%;
}

#fb
{
	height: 90%;
	max-width: 20%;
	margin-left: 10%;
	margin-right: 10%;
}

#fb img
{
	width: auto;
	height: 100%;
}

#social_medias p
{
	margin-left: 5%;
	text-align: center;
	width: 70%;
	padding-bottom: 8%;
	font-family: Ailerons;
	font-size: 1.2em;
	border-top: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	border-bottom: 1px white solid;
	transition: border-bottom 1s, border-top 1s;
}

#social_medias p:hover
{
	border-bottom: 1px black solid;
	border-top: 1px white solid;
}


#page_droite_bas
{
	margin-top: 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-left: 2px black solid;
}

#titre_commentaires
{
	width: 90%;
	margin-left: 5%;
	margin-top: -1%;
	height: 8%;
	justify-content: center;
	text-align: center;
	font-size: 2em;
	
}

#titre_commentaires h4
{
	font-family: BigNoodleTitling;
	color: white;
	background-color: black;
}

#zone_only_com
{
	width: 90%;
	height: 30%;
	margin-top: 5%;
	margin-left: 5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: Glacial Indifference;
	text-align: justify;
	overflow: auto;
}

#zone_only_com h5
{
	text-decoration: underline;
	margin-top: 1%;
}

#zone_only_com h6
{
	margin-top: -5%;
}

#zone_only_com p
{
	margin-top: -5%;
}

#zone_only_com div
{
	width: 50%;
	height: auto;
	margin-top: 0%;
}

#zone_rediger_com
{
	width: 90%;
	height: 15%;
	margin-left: 5%;
}

#zone_rediger_com form
{
	width: 100%;
	height: 100%;
	margin-left: 0%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: auto;
	border-bottom: 1px black solid;
}

#input_com
{
	width: 45%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;

}

#zone_rediger_com textarea
{
	width: 50%;
	font-family: Tox Typewriter;
}

#input_com input
{
	width: 30%;
	font-family: Tox Typewriter;
	height: 9%;
}

#valider_bt
{
	height: 20%;
	width: 30%;
	margin: auto;
	font-family: Glacial Indifference;
}

#photos_gallery
{
	width: 60%;
	height: 35%;
	margin-left: 5%;
	overflow: hidden;
}

#photos_gallery p
{
	font-family: Glacial Indifference;
}

#photos_gallery img
{
	height: auto;
	width: 100%;
}

#nom_photographe
{
	width: auto;
	height: 5%;
	margin-left: 5%;
	margin-right: 30%;
	margin-bottom: 2%;
	font-family: Glacial Indifference;
}

#changer_photo
{
	width: auto;
	height: 5%;
	font-family: Tox Typewriter;
	margin-left: 5%;
	border-bottom: 1px white solid;
	transition: border-bottom 1s;
}

#changer_photo:hover
{
	border-bottom: 1px black solid;
}

#photo_submit
{
	width: 20%;
	height: auto;
	margin-right: 5%;
	margin-bottom: 0%;
	margin-top: 10%;
	text-align: center;
	font-size: 1.5em;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	border-top: 1px white solid;
	transition: border-top 1s, border-bottom 1s;
}

#photo_submit p
{
	font-family: Ailerons;
}


#photo_submit:hover
{
	border-top: 1px black solid;
	border-bottom: 1px white solid;
}
