/*navigation menue */

nav{
	width: 100;
	background-color: rgb(38, 92, 111);
	position : relative;
	top: 0;
    z-index: 9000;
}

nav > ul::after{
	content: "";
	display: block;
	clear: both;
}

nav > ul{
	margin: 0px;
	padding: 0px;
}

nav > ul > li{
	float: left;
	position: relative;
}

nav li{
	list-style-type: none;
}

nav > ul > li > a{
	padding: 20px 30px;
	color: rgb(235,230,225);
}

nav > ul > li:hover a{
	padding: 15px 30px 20px 30px;
}

nav a
{
	display: inline-block;
	text-decoration: none;
	color: rgb(255, 255, 255)!important;
	cursor: grab;
}


.menu:hover{
	border-top: 5px solid rgb(0, 191, 255);
	background: rgba(0, 191, 255, 0.15);
}
img.Harrypotter
{
	width: 45%;
	margin-top: 1%;
	animation:anime1 3s;
}
body
{
text-align: center;
background-image: url(harry-potter%20fond.jpg);
background-size: cover;
background-repeat: no-repeat;
}
h3
{
padding-right: 1%;
}
ul.Sommaire 
{
    text-align: center;
	border: 4mm ridge rgba(38, 92, 111);
	margin-right: 35%;
	margin-left: 35%;
}
h1.sommaire
{
	font-size: 275%;
}
.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.icone
{
    width: 50px;
    cursor: pointer;
    
}
img.Spid
{
    width: 50%;
}
@keyframes anime1
{
   0% {
     transform: scale(0.5);
      transform: scale(0.5);
     }
 100% {
      transform: scale(1);
      transform: scale(1);
      }
}














