/* identification en haut à droite pour uen bonne position de l'authentification */
#identification {
	position:absolute;
	right:30px;
	top:0px;
}

#identificationStella {
	position:absolute;
	right:30px;
	top:0px;
}

@media screen and (max-width:750px) {

	#identificationStella {
		display:none;
	}
}




#menu.menu-perso, .menu-perso
{
background-color:black;
}

#menu ul {
	width:70%;
	margin:auto;
}

#menu .nav-link {
    color:burlywood;
	text-decoration: none;
	font-size:18px;
	margin-top:15px;
	
}

#menu .nav-link:hover {
    color:red;
	text-decoration: none;
}

#menu .couleurPerso {
    color:burlywood;
	text-decoration: none;
	font-size:18px;
	margin-top:15px;
}

#menu .couleurPerso:hover {
    color:red;
	text-decoration: none;
	
}


.container {
border-radius:10px 10px 0 0;

}


#band_menu, .bg-perso {
background-color:black;
z-index:1;
}

.logo-perso {
	border-radius:30px;
	box-shadow:5px 5px 5px;
	border:4px solid burlywood;
}

#header_menu {
	z-index:3;
}
.awesom-perso {
	color:black;
}

.margin-perso {
	margin-bottom:100px;
}

#menu.bg-black {
    background-image:url('../images/scuola/background1.jpg');
}

