/* EDOUARGOT - connexion-page-edouargot transparente
   Objectif : enlever le fond marron de la page de connexion.
   On ne touche pas à la carte de connexion.
*/

html body main.connexion-page-edouargot,
html body .connexion-page-edouargot {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;

  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
}

/* Supprime les voiles colorés éventuels posés sur la page */
html body main.connexion-page-edouargot::before,
html body main.connexion-page-edouargot::after,
html body .connexion-page-edouargot::before,
html body .connexion-page-edouargot::after {
  display: none !important;
  content: none !important;

  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;

  box-shadow: none !important;
  border: 0 !important;
  opacity: 0 !important;
}

/* Sécurité : on garde la vidéo / le fond global visible derrière */
html body .connexion-page-edouargot > * {
  position: relative !important;
  z-index: 1 !important;
}
