@font-face {
	font-family: "Mathilde";
	src: url("../fonts/mathilde.otf"),
		 url("../fonts/mathilde.woff");
}

html {
	background: whitesmoke;
}

body {
    font-family: sans-serif;
	background-color:#ffffff;
	/* background-image: url("../images/bg-top.png");  */
	background-position: center top;
	background-repeat: no-repeat;
	color:black;
	width: 80%;
	margin: auto;
}

#logo {
	max-width:100%;
}

.title, #citation, .quote, nav {
	/* border: 1px solid red; */
}

.title, #citation, .description_alb, h1, h2, h3, h4, h5, h6 {
	font-family: 'Mathilde';
	text-align: center;
}

h1 {
	font-size: 3.125em;
	margin: 0.3em;
	padding: 0;
}

h2 {
	font-size: 2.5em;
	line-height: 0.8em;
	padding: 0;
	margin: 0;
}

.title {
	font-size: 5em;
}

#citation {
	font-size: 2.188em;
	line-height: 0.7em;
}

.description_alb {
	font-size: 2.188em;
	line-height: 0.4em;
}

.quote {
	height: 3.125em; 
	width: 3.125em;
}

a{
	color: #B2B2B2;
	text-decoration: none;
}

a  img {
	border: none;
}

a:hover{
	color: #000000;
	/* text-decoration: line-through; */
	text-shadow: 6px 5px 10px #000000; 
}

hr {
	background: rgba(208,208,208,.5);
}

header, nav, section, aside, footer {
	margin: 10px 0;
}

header {
	text-align: center;
}

nav, .title , #citation {
	/* width: 70%; */
	margin: auto;
	/* margin-top: 1.875em; */
	text-align: center; 
}

nav img {
	max-width: 100%;
}

nav ul
{
    list-style-type: none;
	display: flex;
	flex-flow: row wrap;
	padding: 0;
	margin: 0;
}

nav li
{
	width: 14.2%;
	float: left;
	display: inline;
}

section {
	display: inline-block;
	/* width:100%; */
}

#guestbook {
	display: block;
}

fieldset {
	border: none;
}

.guestbook_msg {
	border: 1px dotted rgba(255,255,255,.5);
	padding: 10px;
	border-radius: 10px;
	font-style: italic;
}

.guestbook_msg header {
	margin: 0;
}

article {
	text-align: justify;
	padding: 10px;
	word-wrap: break-word;
	width: 70%;
	margin: auto; 
	margin-top: 3.125em;
}
footer{
	text-align: center;
	clear: both;
	width: 70%;
	margin: auto;
}

.news {
	border-top: 1px solid #ADADB2;
	border-bottom: 1px solid #ADADB2;
	border-radius: 60px;
	padding: 3%;
	width: 93%;
	margin: 5px;
	min-height: 150px;
}

.news header {
	margin: 0 0 5px 0;
	color: #ADADB2;
}

.news a:hover {
	color: #999999;
}

#like , #dislike {
	width: 45%;
	float: left;
	text-align: left;
}

#like {
	margin-right: 5%;
}

#list_comment {
	font-style: italic;
	margin-bottom: 10px;
}

#add_comment {
	display: none;
}

#add {
	cursor: pointer;
}

#add:hover {
	text-shadow: 6px 5px 10px #000000; 
}

.red {
	color: red;
}

/** RESPONSIVE **/
@viewport {
   width: device-width; /* largeur du viewport */
   zoom: 1; /* zoom initial à 1.0 */
}

@media screen and (max-width: 1024px) {
	.title {
		font-size: 4.375em;
	}
	.news {
		border-radius: 3.250em;
		float: initial;
	}
}
@media screen and (max-width: 850px) {
	nav ul
	{
		list-style-type: none;
	 	display: block;
		padding: 0;
		padding-top: 10px; 
	}
	nav li
	{
		width: 100%;
		float: none;
		display: block;
	}
	.title {
		font-size: 3.750em;
	}
	.news {
		width: 100%;
		border-radius: 3.125em;
	}
}
@media screen and (max-width: 680px) {
	.title {
		font-size: 3.50em;
	}
	.news {
		border-radius: 2.5em;
	}
}
@media screen and (max-width: 580px) {
	.title {
		font-size: 3.25em;
	}
	.news {
		border-radius: 1.875em;
	}
}
@media screen and (max-width: 490px) {
	nav ul
	{
		padding-top: 0; 
	}	
	.title {
		font-size: 3em;
		line-height: 0.7em;
	}
	.quote {
		display: none;
	}
	.news {
		border-radius: 20px;
		padding: 2%;
	}
}
