.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("backoriginal.jpg");
 background-size: cover;
}

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

p
{
    font-size: 18px;
    color: white;
}

h2
{
    color: white;
}

h3
{
    color: white;
    font-size: 25pxs;
}

ul
{
    color: white;
    font-size: 18px;
}

#johnfilm
{
   width: 25%;
   margin-left: 47px;

}

#prodAct
{
    width: 28%;  
  text-align: right;
  margin-left: 65px;
    
  
}
#Décors
{

    width: 28%;
    text-align: right;
    margin-left: 65px;
}
.encadrement-image {
    border: 2px solid black;
  }
  
  .encadrement-image:hover {
    border: 2px solid red;
  }

  .bordure 
  {
    border-top: 5px solid black;
  }
  

