   .PopUp {
                width: 50%;
                height: 25%;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                position: fixed;
                z-index: 10001;
                background-color: white;
                -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
                -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
                box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
                display: non;
                border-radius: 4px;
            }
			
			#fermer-contenu-popin {
    font-family: Montserrat;
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 3rem;
    cursor: pointer;
    transition: 0.3s;
    outline: none;
}/* Pop in offres */
.bloc_guide {
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.fermer_guide {
  position: fixed;
  font-size: 2.5em;
  color: #333;
  top: 0px;
  right: 5px;
  cursor: pointer;
}

.fermer_guide:hover {
  color: firebrick;
}
/* Fin pop in offres */