#body-description{
    background-image: url('../img/fond_gesha.jpg');
    background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover; 
}
div.container.container-description{
    margin-top: 100px;
    margin-bottom: 50px;
}
.bord img{
    
    border: 1px solid #3B3337;
    box-shadow: 0 0 10px #3B3337;
    padding: 5px;
    margin-bottom: 100px;
  }
  .bord img:hover{
    border: 3px solid #5B1B72;
    transition: all .4s ease-in-out;
  }
  /*magniflier*/

  #loupe.active  img {
    -webkit-filter: grayscale(2);
  }
  .glass {
    width: 175px;
    height: 175px;
    position: absolute;
    border-radius: 50%;
    cursor: crosshair;
    
    /* Creating a glass effect */
    box-shadow:
      0 0 0 7px rgba(255, 255, 255, 0.85),
      0 0 7px 7px rgba(0, 0, 0, 0.25), 
      inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    
    /* Initially hidden */
    display: none;
  }
  /*end magniflier*/
  
  .description-title {
      margin: 15% auto;
  }

  .description-title h3{
      color:#fff;
      padding: 20px 15px 30px 10px;
      text-shadow: 1px 1px #5B1B72;
      text-align: center;
      font-size: 1.7rem;
      width: 100%;
      background:rgba(178, 167,240,0.8);
  }
  .text-description{
      background-color: rgba(255, 255, 255,0.95);
      padding: 3%;
      border-radius: 3px;
      border: 1px solid #3B3337;
      text-align:justify;
      font-size: 1.3rem;
  }
  input.back{
      background: #5B1B72;
      width: 20%;
      color: #fff;
      margin: 3% 0 ;
  }
  input.back:hover{
    background: #fff;
    width: 20%;
    color: #5B1B72;
  }