html {
  font-family: "Calibri", "Trebuchet MS", "Helvetica", sans-serif;
  background-color: #F3F3F3;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width:auto;
  max-width: 400px;
  margin: 0 auto; 
}



.ImgHeader {
  color:red;
  background-color: #F2F2F2;
  background-image: url(ligne-galet.jpg);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  background-position: center; 

}


img{
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 15px;
}

.mfp-newspaper {
  .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out; 
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
  }
  
  &.mfp-bg {
    opacity: 0;
      transition: all 0.5s;
  }
  
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  &.mfp-removing {
    .mfp-with-anim {
      transform: scale(0) rotate(500deg);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
  }
}