diff --git a/gitlab-ci/generateWebinaireCard.php b/gitlab-ci/generateWebinaireCard.php
index f4af0fba0b240dab2eb0f72591c210e7c569f6cf..4a3235b78e2d54d055c128f33623925574e5091d 100644
--- a/gitlab-ci/generateWebinaireCard.php
+++ b/gitlab-ci/generateWebinaireCard.php
@@ -19,7 +19,7 @@ $delimiter = "<!--webinairesCards-->";
 $dataArray=array();
 $html="<div id='' class='content-category t4'>\n";
 $htmlFirst=$html;
-if (($h = fopen("https://docs.google.com/spreadsheets/d/13NRyQYTOMo4yY1LoPFC40mTYyC987yJvX0HfJPoNMAQ/gviz/tq?tqx=out:csv&sheet=40%20webinaires", "r")) !== FALSE){
+if (($h = fopen("https://docs.google.com/spreadsheets/d/13NRyQYTOMo4yY1LoPFC40mTYyC987yJvX0HfJPoNMAQ/gviz/tq?tqx=out:csv&sheet=webinaires", "r")) !== FALSE){
   print "File open! \n";
   while (($data = fgetcsv($h, 1000, ",")) !== FALSE){
 	if(count($data)!=0){