
/* Generic styling */

body{
	background: #505151;	
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: white;
}
.marge20{
  margin-left: 20;
}
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .recycle {
    transform-origin: top right;
    rotate: -15deg;
    cursor: url("livreou.jpg"), pointer;
    width: 200;
  }
  .presse {
    transform-origin: top left;
    rotate: 15deg;
    cursor: url("livreou.jpg"), pointer;
    width: 200;
  }
  .robes {
    cursor: url("livreou.jpg"), pointer;
    width: 200;
  }

  .feuille {
    position: absolute;
    left: 0;
    top: 0;
    height: 1300;
    min-height: 1300;
    width: 600;
    background-color:#505151;
    overflow: hidden;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }

  .book {
     position: absolute;
     top: 50;
     left: 100;
     height: 1300;
    min-height: 1300;
    -webkit-perspective: 6000px;
    -moz-perspective: 6000px;
    perspective: 6000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .txt {
     position: absolute;
     top: 100;
     left: 800;
     width: 600;
     height: 1300;
     min-height: 1300;
     font-size: 18px;
  }
  .ph {
    width: 600;
    margin: 0;
  }
  .right {
    position:absolute;
    top:0; 
    left:300;
    height: 1300;
    width: 300;
    cursor: url("fd.jpg"), pointer;
  }
  .left {
    position:absolute;
    top:0; 
    left:0;
    height: 1300;
    width: 300;
    cursor: url("fg.jpg"), pointer;
  }

  figure {
    display:inline-block;
  }
  figcaption {
    font-size: 16px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col {
    flex: 2; 
    padding: 1px;
  }
  .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(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    width: auto;
    height: auto;
    /* padding: 20px; */
    border: 3px solid #888;
    /* width: 80%;  Could be more or less, depending on screen size */
  }
  
  .modal-dialog {
    background-color: #d9ecfd;
    margin: auto; /* 15% from the top and centered */
    /* padding: 20px; */
    border: 1px solid #888;
    /* width: 80%;  Could be more or less, depending on screen size */
  }
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
