cseids3.hellocse.fr Open in urlscan Pro
2a02:26f0:ab00::214:8e79  Public Scan

Submitted URL: https://cseids3.hellocse.fr/
Effective URL: https://cseids3.hellocse.fr/connexion
Submission: On July 31 via api from US — Scanned from FR

Form analysis 1 forms found in the DOM

POST https://cseids3.hellocse.fr/connexion

<form id="login-form" class="flex flex-col p-6 h-full sm:justify-center login-container" method="POST" action="https://cseids3.hellocse.fr/connexion">
  <input type="hidden" name="_token" value="O9vsCkKBwGM7tnsdGxtcQn5XpDclRx4rsCfBjbWY" autocomplete="off">
  <div class="mt-auto lg:mt-0 flex flex-col gap-4">
    <div class="logo-auth block lg:hidden" data-white="1">
      <img src="https://cseids3.hellocse.fr/uploads/logo_white/39954eeb-6fdb-4d32-a895-22b6b04def30.png" alt="ID LOGISTICS SELECTIVE 3">
    </div>
    <h1 class="text-content-base text-[32px] font-bold">Connectez-vous</h1>
  </div>
  <div class="flex flex-col mt-10">
    <label for="login" class="font-bold text-sm text-content-base"> Identifiant </label>
    <div class="relative">
      <input id="input-login" class="auth__input mt-2 text-content-base rounded-lg w-full max-w-[536px]  border py-3 pl-2 " type="text" name="login" value="" autocomplete="username" spellcheck="false" autocapitalize="none" maxlength=""
        placeholder="ex : MONENTREPRISE/Identifiant" required="">
    </div>
  </div>
  <script>
    document.getElementById('input-login').addEventListener('input', function() {
      this.classList.remove('error');
      const errorEl = document.getElementById('error-login');
      if (errorEl) {
        errorEl.classList.add('hidden')
      }
    });
    if (document.getElementById('see-password')) {
      document.getElementById('see-password').addEventListener('click', function() {
        const input = document.getElementById('input-login');
        const eye = document.querySelector('#see-password .fa-eye');
        const eyeSlash = document.querySelector('#see-password .fa-eye-slash');
        if (input.type === 'password') {
          input.type = 'text';
          eye.classList.add('hidden');
          eyeSlash.classList.remove('hidden');
        } else {
          input.type = 'password';
          eye.classList.remove('hidden');
          eyeSlash.classList.add('hidden');
        }
      });
    }
  </script>
  <div class="flex flex-col mt-6">
    <label for="password" class="font-bold text-sm text-content-base"> Mot de passe </label>
    <div class="relative">
      <input id="input-password" class="auth__input mt-2 text-content-base rounded-lg w-full max-w-[536px]  border py-3 pl-2  pr-12 " type="password" name="password" value="" autocomplete="current-password" spellcheck="false" autocapitalize="none"
        maxlength="" placeholder="Saisir ici" required="">
      <div id="see-password" class="text-content-base cursor-pointer absolute" style="right: 10px; top: 22px;">
        <i class="fa-light fa-eye"></i>
        <i class="hidden fa-light fa-eye-slash"></i>
      </div>
    </div>
  </div>
  <script>
    document.getElementById('input-password').addEventListener('input', function() {
      this.classList.remove('error');
      const errorEl = document.getElementById('error-password');
      if (errorEl) {
        errorEl.classList.add('hidden')
      }
    });
    if (document.getElementById('see-password')) {
      document.getElementById('see-password').addEventListener('click', function() {
        const input = document.getElementById('input-password');
        const eye = document.querySelector('#see-password .fa-eye');
        const eyeSlash = document.querySelector('#see-password .fa-eye-slash');
        if (input.type === 'password') {
          input.type = 'text';
          eye.classList.add('hidden');
          eyeSlash.classList.remove('hidden');
        } else {
          input.type = 'password';
          eye.classList.remove('hidden');
          eyeSlash.classList.add('hidden');
        }
      });
    }
  </script>
  <p class="mt-8 text-sm text-disabled-slight lg:hidden">Disponible sur</p>
  <div class="mt-4 flex lg:hidden gap-4 min-h-[70px] items-start">
    <a href="https://www.hellocse.fr/application/android" target="_blank">
					<img src="https://cseids3.hellocse.fr/images/layouts/icons/google-play.svg" class="max-w-[8.375rem] h-10" alt="Disponible sur Google Play">
				</a>
    <a href="https://www.hellocse.fr/application/ios" target="_blank">
					<img src="https://cseids3.hellocse.fr/images/layouts/icons/app-store.svg" class="max-w-[7.75rem] h-10" alt="Télécharger sur l'App Store">
				</a>
  </div>
  <div class="mt-auto lg:mt-10">
    <div>
      <div class="grecaptcha-badge" data-style="bottomright"
        style="width: 256px; height: 60px; display: block; transition: right 0.3s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
        <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-2j6gkommeeoz" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcNE5AUAAAAAGNQ8la32btcm4VjRDMF7juxKaXa&amp;co=aHR0cHM6Ly9jc2VpZHMzLmhlbGxvY3NlLmZyOjQ0Mw..&amp;hl=fr&amp;v=Xv-KF0LlBu_a0FJ9I5YSlX5m&amp;theme=dark&amp;size=invisible&amp;cb=z57r5sgs3ww6"></iframe>
        </div>
        <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div><button data-theme="dark" class="g-recaptcha hc-button hc-button-primary !text-base" data-callback="onSubmitloginform" data-sitekey="6LcNE5AUAAAAAGNQ8la32btcm4VjRDMF7juxKaXa"><span>Connexion</span></button>
    <script>
      function onSubmitloginform() {
        document.getElementById("login-form").submit();
      }
    </script>
    <div class="mt-4 flex items-center justify-center lg:justify-start">
      <div class="flex-col flex lg:!flex-row gap-2 lg:gap-6 items-center">
        <div class="flex items-center gap-2">
          <input id="remember" type="checkbox" name="remember">
          <label for="remember" class="text-content-base">Se souvenir de vos identifiants</label>
        </div>
        <div class="h-[30px] hidden lg:!block border border-content-light"></div>
        <a class="text-content-base" href="https://cseids3.hellocse.fr/recuperation">Mot de passe oublié ?</a>
      </div>
    </div>
  </div>
</form>

Text Content

✖ Votre navigateur est obsolète et ne sera bientôt plus supporté sur ce site.
Pour une expérience optimale, nous vous recommandons d'utiliser un navigateur
tel que Google Chrome, Mozilla Firefox ou Microsoft Edge.
Disponible sur



BIENVENUE !

J’en profite dès maintenant !



CONNECTEZ-VOUS

Identifiant

Mot de passe


Disponible sur



Connexion
Se souvenir de vos identifiants

Mot de passe oublié ?