p
{
    text-align:center;
    margin:0;
}

img
{
    cursor: pointer !important;
    transition: 0.3s !important;
}

.message h4
{
    margin-bottom: 100px !important;
}

#name
{
    color:#696969;
    font-weight: bold;
    margin:0;
}

#description
{
    color:#DCDCDC;
    font-style: italic;
}

.galerie
{
    margin-bottom: 80px;
}

.produits
{
    text-align:center;
}

.galerie img
{
    max-width: 25%;
    max-height: 25%;
    margin-right: 10px;
    margin-top: 10px;
}

.divider
 {
    width: 100px;
    height: 2px;
    background:#2f4f4f;
    margin: 0 auto;
 }

 /* Modal Content (Image) */
 .modal-content-width {
    margin: auto;
    display: block;
    max-width: 60% !important;
    max-height: 100% !important;
    position: fixed;

    /*Pour centrer la pop-up*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .modal-content-height {
    margin: auto;
    display: block;
    position: fixed;

    max-width: 90% !important;
    max-height: 90% !important;

    /*Pour centrer la pop-up*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 5px;
    right: 25px;
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }