/* Style pour l'overlay de l'iframe */
.iframe-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; /* Assure que l'iframe soit au-dessus de tout */
  background-color: rgba(255, 255, 255, 0.6); /* Fond semi-transparent (optionnel) */
}
