
.contenu {
  align-self: center;
}

#flipbook{
  position: sticky;
  top: 5px;
}

#flipbook .page{
    background: white;
    flex-wrap: wrap;
}

#flipbook p{
    padding: 0 20px;
    height: inherit;
}

#flipbook h1{
    padding: 0 20px;
}

#flipbook .shadow, #flipbook.shadow {
    box-shadow: 0 4px 10px #665
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(75, 74, 74); /* Fallback color */
    background-color: rgba(75,74,74,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    display: flex;
    flex-direction: row-reverse;
    background-color: rgb(0, 0, 0);
    align-self: center;
    align-content: center;
    width: 90vw;
  }
  
  .icon {
    align-self: center;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    
  }
  .fa-download{
      color: white;
      font-size: 28px;
    font-weight: bold;
  }
  /* The Close Button */
  .close {
    color: white;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .image {
    width: 100%;
  }

  .image_min {
    width: 100%;
  }

  .image_min:hover {
    cursor: pointer;
    opacity: 0.5;
    background-color: black;
  }

  .book {
    display: flex;
    flex-direction: column;
    flex: 6;
  }

  .side_content {
    margin-left: 5%;
    flex: 1;
  }

  .container_mine {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 5px;
  }

  .overlay {
    position: absolute;
  }