www.ligue1.fr Open in urlscan Pro
2620:1ec:46::40  Public Scan

Submitted URL: https://ligue1.fr/
Effective URL: https://www.ligue1.fr/
Submission: On March 01 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

POST /api/sitecore/CustomNewsletter

<form action="/api/sitecore/CustomNewsletter" class="newsletter-id-horizontal-widget" id="newsletter-id-horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052" method="post">
  <div id="close-modal_nws_2c7ab7b797b4437d8fba0f311ad3b052" class="in hidden" data-role="close-modal"></div>
  <div class="subscribe-widget subscribe-widget-horizontal transparent">
    <div class="subscribe-widget-title"> LA NEWS </div>
    <div class="subscribe-widget-subtitle"> Ne ratez rien de l'actualité de la Ligue 1 Uber Eats </div>
    <div class="input-group subscribe-widget-input">
      <input autocomplete="off" id="Email_horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052" name="EMail" placeholder="Votre email" type="text" value=""> <button type="submit" class="button button-secondary button-narrow button-square" disabled=""
        style="display:none;">ok</button>
      <button id="newsletter-btn-horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052" type="button" class="button button-secondary button-narrow button-square ">ok</button>
    </div>
  </div>
  <div id="error_section_horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052" class="error-msg subscribe-widget-error"></div>
  <div id="newsletter-popin-id-horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052" class="popup_newsletter_widget">
    <div class="recaptcha-window">
      <div class="recaptcha-window-title"> Confirmer <a href="javascript:void(0);" id="id_hide_popup" class="close right"><i class="Icon Icon-close"></i></a>
      </div>
      <div class="recaptcha-window-body">
        <div>
          <div class="grecaptcha-badge" data-style="bottomright"
            style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; 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-np9swtpy1h6b" 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=6Le_Jd0ZAAAAAIl_ELyJn3Dkrox2L9JTLG92Y5vA&amp;co=aHR0cHM6Ly93d3cubGlndWUxLmZyOjQ0Mw..&amp;hl=en&amp;v=vj7hFxe2iNgbe-u95xTozOXW&amp;size=invisible&amp;sa=submit&amp;cb=sx7miyx2je7e"></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 class="button button-primary g-recaptcha" id="recaptchaID_2c7ab7b797b4437d8fba0f311ad3b052" data-action="submit" data-sitekey="6Le_Jd0ZAAAAAIl_ELyJn3Dkrox2L9JTLG92Y5vA"
          data-callback="recaptchaCallback_2c7ab7b797b4437d8fba0f311ad3b052"> CONFIRMER VOTRE INSCRIPTION </button>
      </div>
    </div>
  </div>
  <script src="https://www.google.com/recaptcha/api.js"></script>
  <script type="text/javascript">
    var widgetId_2c7ab7b797b4437d8fba0f311ad3b052;
    var onloadCallback_2c7ab7b797b4437d8fba0f311ad3b052 = function() {};
    var recaptchaCallback_2c7ab7b797b4437d8fba0f311ad3b052 = function(token) {
      $("#newsletter-id-horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052 button[type='submit']").submit();
    };
    $(function() {
      var form = $('#newsletter-id-horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052');
      $(form).submit(function(event) {
        $('#error_section_horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052').text("");
        $('#error_section_horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052').hide();
        // Stop the browser from submitting the form.
        event.preventDefault();
        showLoading('#recaptchaID_2c7ab7b797b4437d8fba0f311ad3b052', '');
        // Serialize the form data.
        var formData = $(form).serialize();
        // Submit the form using AJAX.
        $.ajax({
          type: 'POST',
          url: $(form).attr('action'),
          data: formData
        }).done(function(response) {
          $("#newsletter-popin-id-horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052").hide();
          var reloadCaptcha = false;
          //const searchHost = window.location.host;
          //const arrSearchHost = searchHost.split('.');
          //const optInType = arrSearchHost[1]; // ligue1 || ligue2 || etc...
          $.each(response, function(i, kv) {
            if (kv.Key == 'reload') {
              window.location.reload();
              if (typeof EA_push !== 'undefined') {
                const ACTION_NAME = $(form).closest('#match-page-tabs').length !== 0 ? 'match_confirmNLsub_click' : 'footer_confirmNLsub_click';
                EA_push('action',
                  ['actionname', ACTION_NAME]);
              }
              hideLoading('#recaptchaID_2c7ab7b797b4437d8fba0f311ad3b052');
            } else {
              reloadCaptcha = true;
              //console.log(kv.Value);
              //Show Error
              $('#error_section_horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052').html(kv.Value);
              $('#error_section_horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052').show();
              closeNewsletterModel_2c7ab7b797b4437d8fba0f311ad3b052();
            }
          });
          // reload captcha
          if (reloadCaptcha) {
            grecaptcha.reset(widgetId_2c7ab7b797b4437d8fba0f311ad3b052);
          }
        }).fail(function() {
          $('#error_section_horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052').html("Une erreur technique est survenue, merci de r&#233;essayer ult&#233;rieurement");
          $('#error_section_horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052').show();
          $("#newsletter-popin-id-horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052").hide();
          hideLoading('#recaptchaID_2c7ab7b797b4437d8fba0f311ad3b052');
          closeNewsletterModel_2c7ab7b797b4437d8fba0f311ad3b052();
        });
      });
      // click to show popUp
      $("#newsletter-btn-horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052").click(function() {
        var isAuthenticated = false;
        $('#error_section_horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052').text("");
        $('#error_section_horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052').hide();
        //validate email
        var emailVal = $("#newsletter-id-horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052 input").val();
        var isValid = _Validate.email(emailVal);
        if (isValid || isAuthenticated) {
          // console.log("Show captcha popup");
          grecaptcha.reset(widgetId_2c7ab7b797b4437d8fba0f311ad3b052);
          $("#close-modal_nws_2c7ab7b797b4437d8fba0f311ad3b052").removeClass('hidden').addClass("modal-backdrop fade in");
          $("#newsletter-popin-id-horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052").show();
          if (typeof EA_push !== 'undefined') {
            const ACTION_NAME = $(form).closest('#match-page-tabs').length !== 0 ? 'match_validateNLsub_click' : 'footer_validateNLsub_click';
            EA_push('action',
              ['actionname', ACTION_NAME]);
          }
        } else {
          $('#error_section_horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052').html("Le format de l&#39;email est incorrect");
          $('#error_section_horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052').show();
        }
      });
      // click to hide popup
      $("#newsletter-popin-id-horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052 #id_hide_popup").click(closeNewsletterModel_2c7ab7b797b4437d8fba0f311ad3b052);
      $("#close-modal_nws_2c7ab7b797b4437d8fba0f311ad3b052").click(function() {
        //event.stopPropagation();
        closeNewsletterModel_2c7ab7b797b4437d8fba0f311ad3b052();
      });

      function closeNewsletterModel_2c7ab7b797b4437d8fba0f311ad3b052() {
        $("#close-modal_nws_2c7ab7b797b4437d8fba0f311ad3b052").addClass('hidden').removeClass("modal-backdrop fade in");
        $("#newsletter-popin-id-horizontal-widget_2c7ab7b797b4437d8fba0f311ad3b052").hide();
      }

      function showLoading(submitButtonID, spinID) {
        $(submitButtonID).attr("disabled", true).addClass('btn-overlay');
        if (spinID !== '') {
          $(spinID).addClass('Icon').addClass('Icon-spinner').addClass('Icon-spin');
        } else {
          $(submitButtonID).append('<i id="Spin" class="Icon Icon-spin Icon-spinner"></i>');
        }
      }

      function hideLoading(submitButtonID) {
        $(submitButtonID).attr("disabled", false).removeClass('btn-overlay');
        $('#' + submitButtonID + ' i').removeClass('Icon').removeClass('Icon-spinner').removeClass('Icon-spin');
      }
    });
  </script>
</form>

Text Content

LFP and its 10 partners use cookies or similar technologies ("cookies and
trackers”) to store, consult and process personal data such as your visit to
this website or application, IP addresses and cookie tags.

Some of these cookies and trackers are strictly necessary for the provision of
the site's services or are used to enable and/or facilitate access to the
website and its services. These "technical" cookies and trackers are deposited
automatically, and your consent is not required. You can block them by
configuring your browser, but please note that this may affect your use of the
website.

Other cookies and tracers are used to improve your user experience and to
optimize content. These cookies and trackers can only be used after obtaining
your consent, and have the following purposes:

 * to measure advertising and content ;
 * personalization of advertising and content ;
 * audience analysis ;
 * product development.

You can change your preferences at any time by clicking on "Learn more" or on
the "Manage cookies" link at the bottom of the website pages.

To find out more about how we manage your personal data, please consult our Data
Protection Policy.



Learn More →Disagree and closeAgree and close

 * Calendrier/Résultats
 * Classements
   * Classement Général
   * Classement Buteurs
   * Classement Passeurs
 * News
 * Ligue 1 TV
 * Clubs
 * Stats Center
 * Diffuseurs Internationaux
 * 11-Type
 * Mon Petit Prono
 * Mon Petit Gazon
 * Ballon Officiel
 * Transferts
 * LFP.FR


 * Calendrier/Résultats
 * Classements
 * News
 * Ligue 1 TV
 * Stats Center

Se connecter
Vidéo


WILL STILL ON FIRE : DANS LES YEUX… ET DANS LE CŒUR DU COACH RÉMOIS

Quiz


QUIZ : LES JOUEURS PASSÉS PAR L’OL ET LE RC LENS

Interview


SHAMAR NICHOLSON : « EN JAMAÏQUE, ON SE FICHE DE QUI TU ES »


J14J15J16J17J18J19J20J21J22J23J24J25J26J27J28J29J30J31J32J33J34J1J2J3J4J5J6J7J8J9J10J11J12J13J14J15J16J17J18J19J20J21J22J23J24J25J26J27J28J29J30J31J32J33J34J1J2J3J4J5J6J7J8J9J10J11J12J13J14J15J16J17J18J19J20J21J22J23J24J25J26J27J28J29J30J31J32J33J34

Ven. 1 Mars21:00
-

Sam. 2 Mars17:00
-

Sam. 2 Mars21:00
-

Dim. 3 Mars13:00
-

Dim. 3 Mars15:00
-

Dim. 3 Mars15:00
-

Dim. 3 Mars15:00
-

Dim. 3 Mars17:05
-

Dim. 3 Mars20:45
-


Prochain coup d'envoi
0 Jours
5 Heures
35 Min
3 Sec


CLASSEMENT

PTS J DIFF 1
PSG
54 23 +35 2
BREST
43 23 +16 3
AS MONACO
41 23 +10 4
OGC NICE
40 23 +7 5
LOSC
38 23 +13 6
RC LENS
36 23 +6 7
RENNES
35 23 +8 8
REIMS
34 23 -1 9
OM
33 23 +8 10
OL
28 23 -10 11
TOULOUSE FC
26 23 -6 12
FC NANTES
25 23 -11 13
STRASBOURG
25 23 -12 14
HAVRE AC
24 23 -6 15
MONTPELLIER
22 23 -6 16
FC LORIENT
22 23 -13 17
FC METZ
17 23 -18 18
CLERMONT
17 23 -20


CHRONO
14:44 01/03/2024 44:01
Quiz : Les joueurs passés par l’OL et le RC Lens
13:48 01/03/2024 48:01
J24 : Le tour des effectifs
12:40 01/03/2024 40:01
Meilleur XI MPG : Les bons coups pour la J24
11:43 01/03/2024 43:01
Quiz : Les joueurs passés par l'AS Monaco et le PSG
08:41 01/03/2024 41:01
Coupe de France : Programme et résultats des quarts
29/02 29/02/2024 40:29
Les enjeux de la 24e journée
29/02 29/02/2024 36:29
J24 : Tous les suspendus
29/02 29/02/2024 32:29
S. Nicholson : « En Jamaïque, on se fiche de qui tu es »
28/02 28/02/2024 03:28
Discipline : Toutes les décisions
28/02 28/02/2024 16:28
Le Téfécé deux fois plus fort !
28/02 28/02/2024 08:28
Edan Diop : « Sofiane est tout le temps là pour moi »
27/02 27/02/2024 22:27
Les arbitres de la 24e journée
27/02 27/02/2024 46:27
Pénaltys : Les gardiens s’imposent
27/02 27/02/2024 08:27
Affluence : Un nouveau record pour la Ligue 1 Uber Eats !
26/02 26/02/2024 53:26
Quiz : Les entraîneurs portugais en Ligue 1 Uber Eats
26/02 26/02/2024 58:26
Lens-Monaco : Le csc de Brice Samba confirmé
26/02 26/02/2024 26:26
Temps de jeu : Qui sont les plus utilisés ?
23/02 23/02/2024 20:23
Programmation TV, J26
23/02 23/02/2024 05:23
J23 : Le tour des effectifs
23/02 23/02/2024 26:23
Classement UEFA : La France conforte sa place



J24

13:48


J24 : LE TOUR DES EFFECTIFS


J23

27/02


PÉNALTYS : LES GARDIENS S’IMPOSENT

CHRONO
14:44 01/03/2024 44:01
Quiz : Les joueurs passés par l’OL et le RC Lens
13:48 01/03/2024 48:01
J24 : Le tour des effectifs
12:40 01/03/2024 40:01
Meilleur XI MPG : Les bons coups pour la J24
11:43 01/03/2024 43:01
Quiz : Les joueurs passés par l'AS Monaco et le PSG
08:41 01/03/2024 41:01
Coupe de France : Programme et résultats des quarts
29/02 29/02/2024 40:29
Les enjeux de la 24e journée
29/02 29/02/2024 36:29
J24 : Tous les suspendus
29/02 29/02/2024 32:29
S. Nicholson : « En Jamaïque, on se fiche de qui tu es »
28/02 28/02/2024 03:28
Discipline : Toutes les décisions
28/02 28/02/2024 16:28
Le Téfécé deux fois plus fort !
28/02 28/02/2024 08:28
Edan Diop : « Sofiane est tout le temps là pour moi »
27/02 27/02/2024 22:27
Les arbitres de la 24e journée
27/02 27/02/2024 46:27
Pénaltys : Les gardiens s’imposent
27/02 27/02/2024 08:27
Affluence : Un nouveau record pour la Ligue 1 Uber Eats !
26/02 26/02/2024 53:26
Quiz : Les entraîneurs portugais en Ligue 1 Uber Eats
26/02 26/02/2024 58:26
Lens-Monaco : Le csc de Brice Samba confirmé
26/02 26/02/2024 26:26
Temps de jeu : Qui sont les plus utilisés ?
23/02 23/02/2024 20:23
Programmation TV, J26
23/02 23/02/2024 05:23
J23 : Le tour des effectifs
23/02 23/02/2024 26:23
Classement UEFA : La France conforte sa place



MPG

12:40


MEILLEUR XI MPG : LES BONS COUPS POUR LA J24


QUIZ

11:43


QUIZ : LES JOUEURS PASSÉS PAR L'AS MONACO ET LE PSG





J24

29/02


LES ENJEUX DE LA 24E JOURNÉE


INTERVIEW

05/12


MAHDI CAMARA : « UNE ALCHIMIE S’EST CRÉÉE AVEC NOS SUPPORTERS »


QUIZ

21/02


QUIZ : LES CHAMPIONS DE FRANCE ACTUELLEMENT EN LIGUE 1 UBER EATS


LIGUE 1 TV

« Will Still On Fire » : Dans les yeux... et dans le cœur du coach rémois



But Hákon Arnar HARALDSSON (45' - LOSC) / TOULOUSE FC - LOSC LILLE...



OLYMPIQUE DE MARSEILLE - MONTPELLIER HÉRAULT SC (4-1) /...



But Gonçalo MATIAS RAMOS (90' +7 pen - PSG) / PARIS SAINT-GERMAIN -...



But Iliman-Cheikh NDIAYE (31' - OM) / OLYMPIQUE DE MARSEILLE -...



But Pierre-Emerick AUBAMEYANG (62' pen - OM) / OLYMPIQUE DE MARSEILLE...



But Pierre-Emerick AUBAMEYANG (43' - OM) / OLYMPIQUE DE MARSEILLE -...



But Falaye SACKO (82' csc - OM) / OLYMPIQUE DE MARSEILLE -...


Voir plus


PROGRAMMES

Tous les résumés - 2023/2024

Le meilleur de la saison - 2023/2024

Ligue 1 Legends

Ligue 1 Uber Eats Inside

Tous les buts - 2023/2024

Replay Twitch


LES STATISTIQUES


MEILLEUR BUTEUR

 1. 1 |
    
    K. MBAPPE
    
    21
 2. 2 |
    
    A. LACAZETTE
    
    12
 3. 3 |
    
    W. BEN YEDDER
    
    11
 4. 4 |
    
    J. DAVID
    
    11
 5. 5 |
    
    T. DALLINGA
    
    8

Tout voir


MEILLEUR PASSEUR

 1. 1 |
    
    O. DEMBELE
    
    7
 2. 2 |
    
    T. MINAMINO
    
    5
 3. 3 |
    
    M. DARAMY
    
    5
 4. 4 |
    
    F. SOTOCA
    
    5
 5. 5 |
    
    J. ITO
    
    5

Tout voir


MEILLEURE ATTAQUE

Club BUTS MARQUÉS
 1. 1 |
    
    PSG
    
    54
 2. 2 |
    
    AS MONACO
    
    44
 3. 3 |
    
    RENNES
    
    35
 4. 4 |
    
    BREST
    
    34
 5. 5 |
    
    LOSC
    
    33

Tout voir


MEILLEURE DÉFENSE

Club BUTS ENCAISSÉS
 1. 1 |
    
    OGC NICE
    
    15
 2. 2 |
    
    BREST
    
    18
 3. 3 |
    
    PSG
    
    19
 4. 4 |
    
    LOSC
    
    20
 5. 5 |
    
    RC LENS
    
    24

Tout voir
Partenaire Titre

Partenaires Officiels

Chronométreur Officiel & Partenaire Responsable

Diffuseurs officiels

TÉLÉCHARGEZ
LE CALENDRIER
Suivez nous sur

LA NEWS
Ne ratez rien de l'actualité de la Ligue 1 Uber Eats
ok ok

Confirmer

CONFIRMER VOTRE INSCRIPTION
 * Copyright LFP 2020
 * Mentions légales
 * CGU
 * Protection des données
 * Gérer mes cookies
 * Contact
 * Médias
 * lfp.fr
 * Partenaires