
/*================== COMMUNS ===================*/

.indent-40 {
text-indent: 40px; }
.indent-45 {
text-indent: 45px; }
.indent-50 {
text-indent: 50px; }
.indent-55 {
text-indent: 55px; }
.indent-60 {
text-indent: 60px; }
.indent-65 {
text-indent: 65px; }
.indent-70 {
text-indent: 70px; }
.indent-75 {
text-indent: 75px; }
.indent-80 {
text-indent: 80px; }
.indent-85 {
text-indent: 85px; }
.indent-90 {
text-indent: 90px; }
.indent-95 {
text-indent: 95px; }
.indent-100 {
text-indent: 100px; }
.indent-105 {
text-indent: 105px; }
.indent-110 {
text-indent: 110px; }
.indent-115 {
text-indent: 115px; }
.indent-120 {
text-indent: 120px; }
.indent-125 {
text-indent: 125px; }
.indent-200 {
text-indent: 200px; }
.indent-210 {
text-indent: 210px; }
.indent-215 {
text-indent: 215px; }
.indent-220 {
text-indent: 220px; }
.indent-225 {
text-indent: 225px; }
.indent-230 {
text-indent: 230px; }
.indent-235 {
text-indent: 235px; }
.indent-240 {
text-indent: 240px; }
.indent-290 {
text-indent: 290px; }
.indent-300 {
text-indent: 300px; }
.indent-400 {
text-indent: 400px; }



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.cesure {
    width: 100%; /* ✅ Ajuste à la largeur de la box */
    max-width: 350px; /* ✅ Largeur max */
    word-wrap: break-word; /* ✅ Coupe les mots longs */
    overflow-wrap: break-word; /* ✅ Assure la compatibilité */
    hyphens: auto; /* ✅ Ajoute la césure automatique */
    text-align: justify; /* ✅ Justification pour plus d'équilibre */
}

 /*============ FIN COMMUNS =================*/


/* ✅ Conteneur principal (Box-Mère) */

.partenaires-container {
    position: relative;
    padding: 20px;
    width: 1250px;
    min-height: 12000px; /* ✅ Assure une hauteur minimale */
    height: auto; /* ✅ Permet l’extension automatique */
    margin-top: 20px; /* ✅ Assure qu'elle passe sous le titre */
    margin-left: 260px; /* ✅ Alignement identique aux autres pages */
    margin-right: auto;
    margin-bottom: 100px;
    background-color: #047303;
    border: 1px solid #000;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: visible; /* ✅ Permet au contenu de s'afficher entièrement */
    padding-bottom: 100px; /* ✅ Espace pour le bouton retour haut de page */
}

.titre-container {
    position: relative;
    background-color: #047303;
    padding: 10px 0;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 30px;
    border-bottom: 2px;
}

.titre-container img {
    width: 80%; /* ✅ Prend toute la largeur de .titre-container */
    height: auto;
    display: block;
    margin: 0 auto;
}

.trait-noir {
    border: none;
    height: 4px;
    background-color: #000; /* ✅ Trait noir */
    width: 40%;             /* ✅ Tu peux ajuster : 100% = pleine largeur */
    margin: 0 auto 100px auto; /* ✅ Centré + espace sous le trait */
}

.mercipub {
    box-sizing: border-box;
    position: absolute;
   background-image: url(/img/pub/mercipub.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
   	 width: 1150px;
   	 height: 187px;
    	margin-left: 30px;
    	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}

.mercipub img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pubMairieThezac {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
   background-image: url(img/pub/MairieThezac.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    	width: 550px;
   	 height: 300px;
    	margin-left: 30px;
   	 margin-top: 220px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pubMairieThézac img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pubMairieMasquieres {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-image: url(img/pub/MairieMasquieres.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
     	width: 550px;
    	height: 300px;
    	margin-left: 630px;
    	margin-top: 220px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
 }
.pubMairieMasquieres img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pubCA {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    /*background-image: url(img/pub/CA.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    	width: 900px;
   	 height: 250px;
    	margin-left: 160px;
    	margin-top: 550px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}

.pubCA img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

/* xxxxxxxx PETITE PUB CARREE xxxxxxxxxxxxxxx*/

.pub01 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    	width: 400px;
   	 height: 380px;
    	margin-left: -10px;
    	margin-top: 830px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}

.pub01 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub02 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
    	margin-top: 830px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub02 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub03 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
   	 margin-left: 810px;
    	margin-top: 830px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}

.pub03 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


/* xxxxxxxx PUB MOYENNE EN LONGUEUR xxxxxxxxxxxxxxx*/

.pub04 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 900px;
    height: 416px;
    	margin-left: 150px;
   	 margin-top: 1240px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub04 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub05 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
   	 margin-left: -10px;
    	margin-top: 1680px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}

.pub05	 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub06 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    margin-left: 400px;
    margin-top: 1680px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub06	 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub07 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 1680px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub07 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub08 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
   	 margin-left: -10px;
 	   margin-top: 2080px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub08 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub09 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
    	margin-top: 2080px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub09 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub10 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 2080px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub10 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


/* xxxxxxxx PUB 1/4 DE PAGE xxxxxxxxxxxxxxx*/

.pub11 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 815px;
    height: 770px;
    margin-left: -10px;
    margin-top: 2480px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub11 img {
  width: 99%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub12 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 2480px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub12 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub13 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 2865px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub13 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub14 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: -10px;
    	margin-top: 3265px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub14 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub15 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
    	margin-top: 3265px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub15 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub16 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
     width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 3265px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
 }
.pub16 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub17 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 815px;
    height: 1166px;
    	margin-left: -10px;
    	margin-top: 3670px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub17 img {
  width: 99%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub18 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
   	 margin-top: 3668px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub18 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub19 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 4055px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub19 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub20 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 4445px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub20 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub21 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
   	 margin-left: -10px;
   	 margin-top: 4845px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub21 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub22 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
    	margin-top: 4845px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub22 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub23 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 4845px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub23 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub24 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: -10px;
    	margin-top: 5245px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub24 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub25 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
    	margin-top: 5245px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub25 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub26 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
   	 margin-top: 5245px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub26 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub27 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-image: url(img/pub/pub27.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: -10px;
    	margin-top: 5645px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub27 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub28 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
   	 margin-left: 400px;
    	margin-top: 5645px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub28 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub29 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 5645px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub29 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub30 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: -10px;
    	margin-top: 6045px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub30 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub31 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
    	margin-top: 6045px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub31 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub32 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
   	 margin-top: 6045px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub32 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub33 {
    box-sizing: border-box;
    position: absolute;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 900px;
    height: 416px;
    	margin-left: 150px;
    	margin-top: 6445px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub33 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub34 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: -10px;
    	margin-top: 6881px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub34 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub35 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
    	margin-top: 6881px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub35 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub36 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 6881px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub36 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub37 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
   	 margin-left: -10px;
    	margin-top: 7281px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub37 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub38 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
    	margin-top: 7281px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub38 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub39 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 7281px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub39 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub40 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
     background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 900px;
    height: 416px;
    	margin-left: 150px;
    	margin-top: 7680px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub40 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub41 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
   	 margin-top: 8117px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;

}
.pub41 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub42 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 8117px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub42 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub46 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: -10px;
    	margin-top: 8117px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub46 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub43 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: -10px;
   	 margin-top: 8517px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub43 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub44 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
    	margin-top: 8517px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub44 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub45 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 615px;
    	margin-top: 10987px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub45 img {
  width: 98%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub49 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 900px;
    height: 416px;
    	margin-left: 150px;
    	margin-top: 9350px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub49 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub70 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 900px;
    height: 416px;
    	margin-left:150px;
    	margin-top: 8916px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub70 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub50 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: -10px;
    	margin-top: 9787px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub50 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub51 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
    	margin-top: 9787px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub51 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


.pub52 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 9787px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub52 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub53 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: -10px;
    	margin-top: 10147px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub53 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub47 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: -10px;
   	 margin-top: 10187px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub47 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub54 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
    	margin-top: 10187px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub54 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub55 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 10187px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub55 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub56 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: -10px;
    	margin-top: 10587px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub56 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub57 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: 400px;
    	margin-top: 10587px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub57 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub58 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 10px;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 10587px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    border: 1px solid black;
}
.pub58 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub59 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    /*border-radius: 10px;*/
    width: 400px;
    height: 380px;
    	margin-left: 200px;
    	margin-top: 10987px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    /*border: 1px solid black;*/
}
.pub59 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}

.pub48 {
    box-sizing: border-box;
    position: absolute;
    background-color: #047303;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 400px;
    height: 380px;
    	margin-left: 810px;
    	margin-top: 8517px;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
}
.pub48 img {
  width: 100%;      /* L'image occupe 100% de la largeur du conteneur */
  height: auto;     /* La hauteur s'ajuste automatiquement pour conserver le ratio */
  max-width: 100%;  /* Optionnel : empêche l'image de dépasser sa taille d'origine */
}


