.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;
}

body
{
 background-image: url(prodact.jpg);
 background-size: cover;
}

h1
{
color: white;
text-align: center;
}

.menu 
{
  position: absolute;
  display: inline-block;
  top:20px;
  right: 20px;
}

.bouton-menu 
{
  color: rgb(205, 205, 205);
  background-color: rgb(63, 63, 63);
  border-radius: 5px;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.menu-deroulant 
{
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 5px;
}

.menu-deroulant a 
{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-color: black;
}

.menu-deroulant a:hover 
{
  background-color: #e8e8e8;
}

.menu:hover .menu-deroulant 
{
  display: block;
}
h2
{
  color: white;
}
ul
{
  color: white;
}
.quatre
{
margin-left: 430px;
margin-top: -415px;
}
.quatri
{
  margin-left: 430px;
}
#Keanu
{
  width: 22%; 
 margin-left: 73%;
 margin-top: -70px;
}
.kean
{
  color: white;
  margin-left: 80%;
  margin-top:  -16%;
}
#chd
{

  width: 20%; 
 padding-left: 65%;
 margin-top: -25%;
}
.chad
{
  color: white;
  margin-left: 79%;
  margin-top: -26%;
}
.prod
{
  margin-left: 37%;
  margin-top: 2%;
  color: white;
}
.produ
{
  margin-left: 34%;
 color: white;
}

