@import url('https://fonts.googleapis.com/css2?family=Plaster&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100&family=Kanit:wght@900&family=Quantico&family=Readex+Pro:wght@600;700&family=Rubik:wght@800&family=Secular+One&family=Shippori+Antique&display=swap');


#background {
		background: linear-gradient(
			90deg, #FFDE32 21px, transparent 1%) center, linear-gradient(#FFDE32 21px, transparent 1%) center, #1F1F1F;
				background-size: 23px 23px;
}

#ZZ {
	font-family: 'Plaster', cursive;
	font-size: 	5rem;
	color: #FFDE32;
}

.navbar-brand {
	z-index: 3;
	font-family: 'Plaster', cursive;
	font-size: 2rem;
	position: relative; left: 25px; top: 5px;
}

.nav-link {
	font-family: Roboto Condensed, sans-serif;
	text-decoration: none;
	position: relative; left: 40px;
	font-size: 1.5vw;
} 

.bg-dark{
	z-index : 3;
	height: 80px;
}

#title {
	position: absolute; right: 10%; top: 25%;
	display: flex;
	flex-direction: column;
}

#jazz {
	color: #1C1C1C;
	font-family: 'Rubik', sans-serif;
	font-size: 22vw;
	height: 20vw;
}

#sous_titre {
	font-family: 'Readex Pro', sans-serif;
	font-size: 2vw;
	text-align: right;
}

#overflow {
	position: absolute; left: -35%; top: 2%;
	width: 80%; height: 95vh;
	overflow: hidden;
}

#vinyle {
	position: absolute; top : 0; left : 0;
	border-radius: 50%;
	transition: 2s;
}

#vinyle:hover {
	position: absolute; left: 25%; top: 0;
	transform: rotate(360deg);
	transition: 2s;
}

#mesImages {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #080808;
	padding-top: 5%; padding-bottom: 5%;
	}
	#mesImages img {
	height: 70vh;
	margin: 8px;
	border-radius: 8px;
	}

	form {
	display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.637);
    transition: 1s;
    backdrop-filter: blur(2px);
    padding: 40px;
    width: 40%;
    margin: 0 auto;margin-top: 2%; margin-bottom: 2%;
	 }

	 .in {
		 margin: 5px;
	 }
	

#foot {
	background-color: #1C1C1C;
	color: #FFDE32;
	width: 100%; 
	margin-left: -50px;
	padding-left: 50px;
	position:fixed; bottom: 0px; left: 2%;
	font-size: 1.5vw;
	font-family: 'Readex Pro', sans-serif;
}

#copy {
	position: fixed; right: 2%;
}