.btn{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}


.icone{
    width: 50px;
    cursor: pointer;
}


nav{
    width: 100%;
   background-color: rgb(10, 15, 20);
   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: right;
	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;
}


.menu:hover{
	border-bottom: 4px solid #ff4655;
	background: rgba(168, 65, 65, 0.42);
}


body{
    margin: 0;
    background-image: url(fond_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    font-family: 'Arial', sans-serif;
}


.texte{
    left: 40px;
    top: 7px;
    position: absolute;
    font-size: 40px;
    font-weight: bold;
}


a:hover{
    transform: scale(1.05);
}


img:hover{
    transform: scale(1.05);

}

img{
    width: 35px;
    height: auto;
    border-radius: 15px;
    padding: 10px;
}


h2{
    color: white;
    padding-left: 470px;
    padding-top: 200px;
    backdrop-filter: blur(1.25px);
    font-size: 35px;
    font-style: italic;
    font-weight: light;
}


.lien{
    display: flex;
    justify-content: center;
}