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

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

body
{
 background-image: url(backdécors.jpg);
 background-size: cover;
}

h1
{
color: white;
text-align: center;
}
p
{
    color: white;
    text-align: center;
    font-size: 20px;
}
#NYC
{
width: 30%;
margin-left: 30px;
}
#Berlin
{
    width: 28%;
    margin-left: 40px;
}
#Osaka
{
    width: 28%;
    margin-left: 50px;
}
#sacre
{
    width: 39%;
    margin-left: 386px;
    margin-top: 20px;
    
}