/* ACCUEIL */

body {
	background: black;
	font-family: Poppins, helvetica, arial, sans-serif;
}
#logo img {
	width: 150px;
	position: center;
	margin-top: 150px;
	margin-bottom: 50px;
}
#text {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

a.lien {
	color: #bf785e;
}
a.lien:hover {
	color: #bc5833;
}

/* HOMEPAGE */ 

body.home {
	background-color: #f1ede8;
}

#menu {
	text-align: right;
	padding-top: 50px;
	height: 80px;
	margin-bottom: 50px;
}
#menu a {
	margin-right: 0px;
	color: #252525;
	font-family: Poppins, Helvetica, sans-serif;
	font-weight: 100;
	text-decoration: none;
	text-transform: lowercase;
	opacity: 1;
	transition: opacity 0.3s ease;
	display: inline-block;
	transition: transform 0.3s ease;
	background-color: ;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#menu a:hover {
	color: white;
	opacity: 0.6;
	transform: translateY(2px);
}

#presentation {
		font-size: 43px;
		color: #252525;
		text-align: center;
		font-weight: 700;
		padding: 50px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 100px;
}

#presentation sup {
	font-size: 25px;
}

.home #logo img {
	width: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	position: fixed;
	margin-left: 35px;
}

.home .text {
	color: #252525;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.container { 
	display: flex; 
}
.studio {
	width: 50%;
	
}
.studio img {
	width: 100%;
}
h2 {
	font-family: Poppins, Helvetica, Arial, sans-serif;
	font-size: 80px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
 	margin-top: -100px;
	margin-bottom: 100px;
 	color: white;
 	
}
p.soustitre-studio {
	font-family: Poppins, Helvetica, Arial, sans-serif;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: -70px;
}
p.text-studio {
	font-family: poppins, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;
	/* margin-top: -85px; */
}

sup {
	font-size: 9px;
}

#spotlight {
	height: 400px;
	margin-top: 50px;
	background: url("img/studio_ssp_music_2.png") center/cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spotlight-text {
		font-size: 43px;
		color: white;
		text-align: center;
		padding: 50px;
		padding-top: 0px;
		padding-bottom: 0px;
}












































