@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;400;600;700&display=swap');


body {
	margin: 0;
	font-family: 'Inter', sans-serif;
	margin: 0;
	background: #000;
	color: #fff;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 11px;

	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 
* {
	box-sizing: border-box;
} */

div,
ul,
ol,
iframe {

	padding: 0 0 0 0;
	margin: 0 0 0 0;

}


#homespace {
	display: block;
	width: 100%;
	position: fixed;
	display: block;
	height: 70px;
	z-index: 11;
	left: 0%;
	top: 0%;
	background-color: rgba(0, 0, 0, 0.8);
}

#fullcover {
	background-image: url("../img/idyllsfull.jpg");
	background-attachment: fixed;
	/* background-size: contain; */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; 
	background-attachment: fixed;

	/* Assure que le body prend au moins toute la hauteur du viewport */
	min-height: 100vh;
	margin: 0;
	/* width: 100%;
	height: 500px; */
	/* z-index: 1; */
}


/** Navigation CSS **/
/** =============================================== **/

nav {
	/* font-family: 'Dosis'; */
	position: absolute;
	font-size: 16px;
	left: 10%;
	top: 2%;
	z-index: 10;
	margin-bottom: 20px;
}

nav.fixed {
	/* font-family: 'Dosis'; */
	position: fixed;
	font-size: 16px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* background-color: black; */
}


nav a {
	/*color: #FFF477;*/
	color: white;
}

nav a:hover {
	/*color: #FFF477;*/
	color: white;
}

nav a:active {
	/*color: #FFF477;	*/
	color: white;
}

nav a:visited {
	/*color: #FFF477;*/
	color: white;
}

nav a.selected {
	border-bottom: solid 1px white;
}

/* ----------------- */

nav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	list-style-type: none;
}

nav ul li {
	float: left;
	text-decoration: none;
	margin: 0px 5px 5px 5px;
	padding: 0 0 0 0;
	margin-right: 10px;
}

i {
	/* color: #fff; */
	display: block;
}

a {
	color: #faf;
	text-decoration: none;
	transition: color 100ms;
	border-bottom: solid 2px rgba (0, 0, 0, 0);
}

a:hover {
	color: #faf;
	cursor: pointer;
	border-bottom: solid 2px #aaf;
}

/* ----------------- */
/** Header CSS **/
/** =============================================== **/

header {
	position: absolute;
	top: 90%;
	left: 0%;
	width: 100%;
	height: 10%;
	color: white;
	font-size: 3vh;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.2);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

header .title {
	display: block;
	position: relative;
	left: 50%;
	width: 30%;
	top: 35%;
	margin-left: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 3vh;
}

.arrow {
	font-size: 18px;
}


@media (max-width: 720px) {

	nav .www {
		position: relative;
		top: 0;
		left: 0;
	}

	header .title {
		font-size: 3.5vw;
	}

	header i {
		font-size: 7vw;
	}

	.arrow {
		left: 10%;
	}

	ul#intro {
		position: relative;
		top: 0;
		left: 0;
	}
}

/** Main CSS **/
/** =============================================== **/

main {
	background-color: #000;
	font-family: 'Inter', sans-serif;
	color: #fff;
	position: relative;
	width: 900px;
	margin: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 60px;
	padding-bottom: 20px;
	top: 50px;
	box-sizing: border-box;
}

main p {
	font-style: normal;
	/* font-weight: 700; */
	font-size: 17px;
	line-height: 22px;
	text-align: justify;
	/* letter-spacing: 0.07em; */
	letter-spacing: 0.06em;
	/* text-indent: 70px; */
	margin-bottom: 30px;
}

main #topdesc {
	font-size: 12px;
	margin-bottom: 30px;
}

main h1.par {
	height: 40px;
	border-bottom: solid 1px black;
	font-weight: 500;
}

main img.bio {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

main img.bc {
	display: block;
	width: 20%;
	/* margin-left: auto; */
	margin-right: 15px;
	margin-top: 10px;
	float: left;
}

main #title h1 {
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	/* margin-top: 10px; */
	line-height: 0px;
	border-bottom: none;
	/* letter-spacing: 0.205em; */
}

main #title h2 {
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	/* letter-spacing: 0.205em; */
	color: #777;
}

main #title {
	letter-spacing: 0.07em;
	/* letter-spacing: 0.205em; */
	border-bottom: solid 1px black;
	margin-bottom: 0px;
	margin-top: 0px;
}

main #tracklist {
	margin-top: 60px;
}

main #tracklist ul {
	list-style-type: none;
	font-variant-numeric: tabular-nums;
}

main #tracklist ul li {
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	font-size: inherit;
	line-height: 22px;
	font-weight: bold;
	text-align: justify;
	letter-spacing: 0.11em;
	color: #808080;
}

main #covers {
	margin: auto;
	margin-top: 70px;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

main #covers img {
	width: 45%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.end_float {
	clear: both;
}

.centerimage {
	display: block;
	margin: auto;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 35px;
	width: 40%;
}

.shadowed {
	box-shadow: 1px 1px 1px 0px #CCCCCC;
}

.redsilent {
	font-weight: bold;
	/* color: #FF302D; */
	color: #FF302D;
}

p a,
p a:visited,
p a:active,
p a:hover {
	color: #FF302D;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #FF302D;
	;
}

main #albumcover {
	float: left;
	display: block;
	width: 50%;
	margin-right: 15%;
}

main #presentation {
	display: block;
}

main #presentation .right {
	text-align: left;
	font-size: 18px;
}

main #tracklist::after {
	content: "";
	display: block;
	clear: both;
}

main #product {
	margin-top: 70px;
	font-size: inherit;
	font-weight: 600;
	letter-spacing: 0.12em;
}

main #product .title {
	color: #000;
	font-weight: bold;
}

main #product .author {
	color: #CBCBCB;
}

@media (max-width: 1100px) {
	main {
		width: 700px;
	}

	main p {
		font-size: 17px;
		line-height: 24px;
	}

	.centerimage {
		width: 42%;
	}
}

@media (max-width: 720px) {
	main {
		width: 100%;
	}

	main p {
		font-size: 16px;
		line-height: 24px;
	}

	main #covers img {
		width: 95%;
		margin: 0 0 0 0;
		margin-bottom: 10px;
		padding: 0 0 0 0;
	}

	main #albumcover {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		padding: 0 0 0 0;
		float: none;
	}

	main #presentation .right {
		font-size: 16px;
	}

	.centerimage {
		width: 60%;
	}

}

#drawings {}

.grid-sizer,
.grid-item {
	width: 60%;
	max-width: 500px;
	margin: auto;
	/* float:left; */
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.grid-item--full {
	width: 90%;
	max-width: 1000px;
}

.grid-item img {
	display: block;
	max-width: 100%;
	opacity: 1.;
}

.secondpage {
	/* position: relative; */
	margin: 1% 1% 1% 1%;
	width: 99%;
	/* height: auto; */
	text-align: justify;
	border: solid 1px #444;
}

.end-grid {
	clear: both;
}

blockquote {
	margin: 0;
	font-size: small;
	padding: 5x;
	color: #888;
	/* background: #f8f8f8; */
	border-radius: 5px;
}

blockquote cite {
	/* font-size: smaller; */
	font-style: italic;
}

blockquote p::before {
	content: '\201C';
	color: black;
}

blockquote p::after {
	content: '\201D';
	color: black;
}