.item-nav {
	text-decoration:none;
	color:black;
	margin:3%;
	font-size:25px;
}

.item-nav:hover {
	text-decoration:none;
	color:black;
}

#banniere{
	background-image: url("../ressources/banniere-buche-noel-vanille-praline.jpg");
	background-position: 0%;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:360px;
	margin:0px 0px 50px 0px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#banniere_vide{
	background-position: 0%;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:0px;
	margin:0px 0px 50px 0px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#banniere_notreferme{
	background-image: url("../ressources/banniere.jpg");
	background-position: 0%;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:360px;
	margin:0px 0px 50px 0px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#titrebanniere{
	left:50px;
	top:200px;
	position:relative;
	max-width:50%;
}

#titrebanniere > h1{
	font-weight: 600;
	color:white;
}

#titrebanniere_notreferme{
	top:100px;
	left:450px;
	position:relative;
	max-width:50%;
}

#titrebanniere_notreferme > h1{
	font-weight: 600;
	color:black;
	text-align:center;
}

#titrebanniere_notreferme > h3{
	color:black;
	text-align:center;
}

.loremipsum{
	color:#707070;
	font-size:18px;
}

.rond > a > img{
	height:200px;
	width:200px;
	border-radius:50%;
	padding:10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bouton{
	width:200px;
	position:absolute;
	right:20px;
	background-color:#2c3e50;
	color:white;
}

.bouton:hover{
	width:200px;
	position:absolute;
	right:20px;
	background-color:#2c3e50;
	color:white;
}

.prodaccueil{
	text-decoration:none;
	color:black;
}

.prodaccueil:hover{
	text-decoration:none;
	color:black;
}

.rond{
	padding:10px;
}

.rond:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.lemagasin{
	max-height:500px;
	max-width:500px;
}

.login-page{
	width:100%;
	height: 1026px;
	background-color: lavender;
	overflow-y:hidden;
	position: absolute;
}

.divLogin{
	margin-top:200px;
}

.boutonGlaces{
	text-align:center;
	height:50px;
	margin-top:20px;
	padding-top: 10px;
	user-select: none;
}

.boutonGlaces:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	cursor:pointer;
}

.surbrillance{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.carreGlace{
	text-align: center;
	padding:7px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin:30px;
	min-width:270px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
}

.dropdown:hover .dropdown-content {
	display: block;
}