
body {
	font-family: Arial, sans-serif;	
	margin: 0;
}

#topPage {
	z-index: 1;
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#topPage img {
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 7px;
}


/* Styles home */

#home {
	background: url('images/Edwario_album.png') center center fixed;
	background-size: cover;
	margin-bottom: 0;
}

/* Fin styles home */


/* Styles pour balise header */

header {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 1em;
	padding-top: 10px;
}

#change-langue {
	display: flex;
	position: absolute;
	right: 10px;
}

.langue img {
	width: 40px;
	padding: 0 5px;
}

.paysinfo {
	display: none;
}

#titre {
	font-family: 'Kunstler Script', cursive;
	font-size: 64px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 10px 0;
	padding: 0 7em;
	padding-bottom: 0;
}

.menu a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border: 2px solid rgba(255, 255, 255, 1);
	border-radius: 3px;
	padding: 1em 2em;
}

.menu a:hover {
	background-color: rgba(150, 150, 150, 0.7);
}

.menu ul {
	font-size: 20px;
	display: flex;
	justify-content: space-evenly;
	list-style: none;
	padding: 0 3em;
}

/* Fin styles header */


/* Styles div Nouveautés */

#linkNew {
	display: flex;
	justify-content: flex-end;
	margin-top: 2em;
	margin-right: 2em;
}

.link-content {
	width : 200px;
	background: linear-gradient(#aaa, #333);
	border-radius: 8px;
	padding: 1em;
	padding-right: 13em;
	margin: 2em;
	margin-right: 2em;
	display: flex;
}

.link-content h3 {
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin: 10px 0;
}

#linkNewImg {
	list-style: none;
	margin-right: 1em;
	padding: 0;
}

#linkNewLink {
	list-style: none;
	padding: 0;
	margin: 0;
}

#linkNewLink li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#linkNewLink img {
	height: 40px;
	width: 40px;
	margin: 10px;
}

#linkNewLink p, a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
}

#imgPiuma {
	width: 200px;
	border-radius: 5px; 
}
/* Fin styles nouveautés */

/* Style discographie */

#discographie {
	background: url('images/Edwario_album.png') center center fixed;
	background-size: cover;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10em 0 20em 0;
}

.albumElement {
	display: flex;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	justify-content: space-evenly;
}

.albumElement li {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
	margin: 2em 0;
	padding: 10px;
	border-radius: 5px;
}

.albumElement img {
	width: 300px;
	border-radius: 5px;
}

.albumElement h2, h4 {
	text-align: center;
}


/* Style communs des Overlays */

.linkOver {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.imgOverlay {
	width: 200px;
	max-height: 200px;
}

.linkOverlay {
	list-style: none;
	padding: 0;
}

.linkOverlay img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.link-contentOver {
	z-index: 999;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-63%, -50%);
	width : 200px;
	background: linear-gradient(#888, #111);
	border-radius: 8px;
	padding: 20px;
	margin: 2em;
	margin-right: 2em;
	margin-bottom: 0;
}

.link-contentOver h3 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 10px 0;
	white-space: nowrap;
}

.linkOverlay li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

/* Fin style Overlays */

/* Style Extrait */


#audioList {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
}

#audioList p {
	background-color: rgba(0, 0, 0, 0.7);
	border: 3px solid #ccc;
	border-radius: 20px;
	align-content: center;
	font-size: 20px;
	margin: 8px 0 0 0;
	padding: 8px 1em;
	width: 125px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#audioList li {
	display: flex;
	justify-content: center;
}

#audioList h2 {
	background-color: rgba(170, 170, 170, 0.7);
	text-align: center;
	color: #000;
	margin: 1em 21em 1em 21em;
	padding: 8px;
	border-radius: 10px;
}

#audioList img {
	width: 25px;
	height: 25px;
}

.audioPlayPause {
	align-content: center;
}

/* Fin style extrait */

/* Fin style Discographie */


/* Styles Evenements */

#events {
	background: url('images/fond_events.png') center center fixed;
	background-size: cover;
	margin-top: 0;
}

#events h2 {
	margin-top: 0;
	padding: 0 1em;
	padding-top: 1em;
	text-align: center;
}

.annee {
	display: flex;
	justify-content: space-evenly;
}

.anXX {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 1em 7em 55em 7em;
	background-color: rgba(200, 200, 200, 0.6);
	border: 3px solid #fff;
	border-radius: 6px;
	text-align: center;
}

/* Fin styles evenements */


/* Style footer */

footer {
	background: url('images/fond_events.png') center center fixed;
	background-size: cover;
}

footer p {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	align-content: center;
	margin: 0;
	padding-bottom: 2em;
}

#plateforme {
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#plateforme img {
	width: 35px;
	height: 35px;
	margin: 8px;
	margin-bottom: 0;
}

.textinfo {
	display: none;
}