{"id":48418,"date":"2026-09-08T10:44:25","date_gmt":"2026-09-08T10:44:25","guid":{"rendered":"https:\/\/astrak.agency\/?page_id=48418"},"modified":"2026-09-09T02:30:20","modified_gmt":"2026-09-09T02:30:20","slug":"certifications-and-awards","status":"publish","type":"page","link":"https:\/\/astrak.agency\/en\/certifications-et-recompenses\/","title":{"rendered":"Our certifications, conferences, and awards"},"content":{"rendered":"<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700;800&family=Poppins:wght@400;500;600&display=swap');\n\n\/* ============================================\n   VARIABLES ASTRAK\n   ============================================ *\/\n.astrak-legit-page {\n  --astrak-primary: #0F0F3D;\n  --astrak-primary-light: #1a1a5e;\n  --astrak-accent: #FFEF5E;\n  --astrak-accent-hover: #5AE7DE;\n  --astrak-white: #FFFFFF;\n  --astrak-gray: #F8F9FA;\n}\n\n.astrak-legit-page {\n  font-family: 'Poppins', sans-serif;\n  background-color: var(--astrak-white);\n  color: var(--astrak-primary);\n  overflow-x: hidden;\n  line-height: 1.6;\n}\n\n.astrak-legit-page * { margin: 0; padding: 0; box-sizing: border-box; }\n.astrak-legit-page img { max-width: 100%; height: auto; }\n\n.astrak-legit-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 24px; }\n\n\/* ============================================\n   HERO\n   ============================================ *\/\n.astrak-legit-hero {\n  background: var(--astrak-primary);\n  background-image:\n    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(90, 231, 222, 0.08) 0%, transparent 50%),\n    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(255, 239, 94, 0.06) 0%, transparent 50%),\n    linear-gradient(160deg, var(--astrak-primary) 0%, #12124a 50%, var(--astrak-primary) 100%);\n  padding: 100px 24px 80px;\n  position: relative;\n  overflow: hidden;\n}\n\n.astrak-legit-hero-chevrons {\n  position: absolute;\n  right: 8%;\n  top: 50%;\n  transform: translateY(-50%);\n  opacity: 0.15;\n}\n\n.astrak-legit-hero-chevrons svg { width: 180px; height: 140px; fill: var(--astrak-accent); }\n\n.astrak-legit-hero-content { position: relative; z-index: 2; max-width: 780px; }\n\n.astrak-legit-hero-badge {\n  display: inline-block;\n  background: rgba(90, 231, 222, 0.12);\n  border: 1px solid rgba(90, 231, 222, 0.4);\n  color: var(--astrak-accent-hover);\n  font-family: 'Outfit', sans-serif;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  padding: 10px 24px;\n  border-radius: 50px;\n  margin-bottom: 32px;\n}\n\n.astrak-legit-hero h1 {\n  font-family: 'Outfit', sans-serif;\n  font-size: clamp(38px, 6vw, 60px);\n  font-weight: 800;\n  line-height: 1.1;\n  color: var(--astrak-white);\n  margin-bottom: 24px;\n}\n\n.astrak-legit-hero h1 span { color: var(--astrak-accent); }\n\n.astrak-legit-hero-subtitle {\n  font-size: 20px;\n  color: rgba(255, 255, 255, 0.8);\n  max-width: 660px;\n  line-height: 1.7;\n}\n\n.astrak-legit-proofs {\n  position: relative;\n  z-index: 2;\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 20px;\n  margin-top: 56px;\n  max-width: 1050px;\n}\n\n.astrak-legit-proof {\n  background: rgba(255, 255, 255, 0.05);\n  border: 1px solid rgba(90, 231, 222, 0.18);\n  border-radius: 16px;\n  padding: 22px 20px;\n}\n\n.astrak-legit-proof-value {\n  font-family: 'Outfit', sans-serif;\n  font-size: 17px;\n  font-weight: 800;\n  color: var(--astrak-accent);\n  line-height: 1.25;\n  margin-bottom: 8px;\n}\n\n.astrak-legit-proof-label { font-size: 13.5px; color: rgba(255, 255, 255, 0.7); line-height: 1.5; }\n\n\/* ============================================\n   SECTIONS\n   ============================================ *\/\n.astrak-legit-section { padding: 80px 24px; }\n.astrak-legit-section-gray { background: var(--astrak-gray); }\n\n.astrak-legit-header { text-align: center; margin-bottom: 56px; }\n\n.astrak-legit-tag {\n  display: inline-block;\n  background: rgba(90, 231, 222, 0.1);\n  border: 1px solid var(--astrak-accent-hover);\n  color: var(--astrak-accent-hover);\n  font-family: 'Outfit', sans-serif;\n  font-size: 12px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  padding: 8px 20px;\n  border-radius: 50px;\n  margin-bottom: 20px;\n}\n\n.astrak-legit-title {\n  font-family: 'Outfit', sans-serif;\n  font-size: clamp(30px, 4vw, 44px);\n  font-weight: 800;\n  color: var(--astrak-primary);\n  margin-bottom: 16px;\n}\n\n.astrak-legit-title span { color: var(--astrak-accent-hover); }\n\n.astrak-legit-subtitle {\n  font-size: 17px;\n  color: var(--astrak-primary);\n  opacity: 0.7;\n  max-width: 660px;\n  margin: 0 auto;\n}\n\n\/* ============================================\n   CARTES CERTIFICATIONS\n   ============================================ *\/\n.astrak-cert-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));\n  gap: 24px;\n}\n\n.astrak-cert-card {\n  background: var(--astrak-white);\n  border: 1px solid rgba(15, 15, 61, 0.1);\n  border-radius: 20px;\n  padding: 32px;\n  display: flex;\n  flex-direction: column;\n  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n}\n\n.astrak-cert-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 18px 40px rgba(15, 15, 61, 0.1);\n  border-color: var(--astrak-accent-hover);\n}\n\n.astrak-cert-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }\n\n.astrak-cert-icon {\n  width: 52px;\n  height: 52px;\n  flex-shrink: 0;\n  border-radius: 14px;\n  background: var(--astrak-primary);\n  color: var(--astrak-accent);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Outfit', sans-serif;\n  font-size: 11.5px;\n  font-weight: 800;\n  letter-spacing: 0;\n}\n\n.astrak-cert-name {\n  font-family: 'Outfit', sans-serif;\n  font-size: 22px;\n  font-weight: 700;\n  color: var(--astrak-primary);\n  line-height: 1.25;\n}\n\n.astrak-cert-issuer {\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--astrak-accent-hover);\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.astrak-cert-desc { font-size: 15px; line-height: 1.7; opacity: 0.82; margin-bottom: 20px; flex-grow: 1; }\n\n.astrak-cert-meta {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px 16px;\n  align-items: center;\n  padding-top: 18px;\n  border-top: 1px solid rgba(15, 15, 61, 0.08);\n}\n\n.astrak-cert-holder {\n  font-size: 13px;\n  font-weight: 600;\n  background: rgba(15, 15, 61, 0.05);\n  padding: 6px 12px;\n  border-radius: 50px;\n}\n\n.astrak-cert-verify {\n  font-size: 13.5px;\n  font-weight: 600;\n  color: var(--astrak-primary);\n  text-decoration: none;\n  border-bottom: 2px solid var(--astrak-accent);\n  transition: color 0.3s ease;\n}\n\n.astrak-cert-verify:hover { color: var(--astrak-accent-hover); }\n\n\/* ============================================\n   FRISE HISTORIQUE\n   ============================================ *\/\n.astrak-frise-intro {\n  max-width: 720px;\n  margin: 72px auto 36px;\n  text-align: center;\n}\n\n.astrak-frise-intro h3 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 22px;\n  font-weight: 700;\n  margin-bottom: 10px;\n}\n\n.astrak-frise-intro p { font-size: 15.5px; line-height: 1.7; opacity: 0.75; }\n\n.astrak-frise {\n  max-width: 780px;\n  margin: 0 auto;\n  border-left: 2px solid rgba(15, 15, 61, 0.12);\n  padding-left: 28px;\n}\n\n.astrak-frise-item { position: relative; padding-bottom: 30px; }\n.astrak-frise-item:last-child { padding-bottom: 0; }\n\n.astrak-frise-item::before {\n  content: '';\n  position: absolute;\n  left: -35px;\n  top: 6px;\n  width: 12px;\n  height: 12px;\n  border-radius: 50%;\n  background: rgba(15, 15, 61, 0.2);\n  border: 2px solid var(--astrak-gray);\n}\n\n.astrak-frise-item.astrak-frise-actif::before { background: var(--astrak-accent-hover); }\n\n.astrak-frise-annee {\n  font-family: 'Outfit', sans-serif;\n  font-size: 13px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1.5px;\n  color: var(--astrak-accent-hover);\n  margin-bottom: 4px;\n}\n\n.astrak-frise-item h4 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 17px;\n  font-weight: 700;\n  margin-bottom: 4px;\n}\n\n.astrak-frise-item p { font-size: 14.5px; line-height: 1.65; opacity: 0.72; }\n\n\/* ============================================\n   BANDEAU FEPSEM\n   ============================================ *\/\n.astrak-legit-fepsem {\n  padding: 60px 24px;\n  background: var(--astrak-primary);\n  background-image:\n    radial-gradient(ellipse 60% 40% at 80% 50%, rgba(90, 231, 222, 0.08) 0%, transparent 50%),\n    radial-gradient(ellipse 50% 30% at 20% 50%, rgba(255, 239, 94, 0.06) 0%, transparent 50%);\n}\n\n.astrak-legit-fepsem-content {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 40px;\n  flex-wrap: wrap;\n}\n\n\/* Plaque blanche : le logo FePSeM est bleu marine, il dispara\u00eet sur fond sombre *\/\n.astrak-legit-fepsem-logo {\n  background: var(--astrak-white);\n  border-radius: 16px;\n  padding: 18px 24px;\n  display: inline-flex;\n  align-items: center;\n}\n\n.astrak-legit-fepsem-logo img { height: 76px; width: auto; display: block; }\n\n.astrak-legit-fepsem-text { max-width: 620px; }\n\n.astrak-legit-fepsem-text h2 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 26px;\n  font-weight: 700;\n  color: var(--astrak-accent);\n  margin-bottom: 12px;\n}\n\n.astrak-legit-fepsem-text p { font-size: 16px; line-height: 1.7; color: rgba(255, 255, 255, 0.85); }\n\n.astrak-legit-fepsem-text a { color: var(--astrak-accent-hover); text-decoration: none; font-weight: 600; }\n.astrak-legit-fepsem-text a:hover { color: var(--astrak-accent); }\n\n\/* ============================================\n   AMBASSADEUR\n   ============================================ *\/\n.astrak-amb-card {\n  background: linear-gradient(135deg, rgba(90, 231, 222, 0.08) 0%, rgba(255, 239, 94, 0.06) 100%);\n  border: 1px solid rgba(90, 231, 222, 0.35);\n  border-radius: 24px;\n  padding: 40px;\n  display: flex;\n  align-items: center;\n  gap: 32px;\n  flex-wrap: wrap;\n}\n\n.astrak-amb-emblem {\n  width: 92px;\n  height: 92px;\n  flex-shrink: 0;\n  border-radius: 22px;\n  background: var(--astrak-primary);\n  color: var(--astrak-accent);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Outfit', sans-serif;\n  font-size: 34px;\n  font-weight: 800;\n}\n\n.astrak-amb-body { flex: 1; min-width: 260px; }\n\n.astrak-amb-body h3 { font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 700; margin-bottom: 10px; }\n.astrak-amb-body p { font-size: 16px; line-height: 1.7; opacity: 0.85; }\n\n.astrak-amb-body a {\n  color: inherit;\n  font-weight: 600;\n  border-bottom: 2px solid var(--astrak-accent);\n  text-decoration: none;\n}\n\n\/* ============================================\n   PRESSE\n   ============================================ *\/\n.astrak-presse-featured {\n  background: var(--astrak-primary);\n  background-image:\n    radial-gradient(ellipse 60% 50% at 85% 50%, rgba(90, 231, 222, 0.12) 0%, transparent 55%),\n    radial-gradient(ellipse 50% 40% at 15% 50%, rgba(255, 239, 94, 0.08) 0%, transparent 55%);\n  border-radius: 24px;\n  padding: 44px 40px;\n  color: var(--astrak-white);\n  display: flex;\n  gap: 32px;\n  align-items: center;\n  flex-wrap: wrap;\n  margin-bottom: 32px;\n  text-decoration: none;\n  transition: transform 0.3s ease;\n}\n\n.astrak-presse-featured:hover { transform: translateY(-3px); }\n\n.astrak-presse-featured-emblem {\n  width: 88px;\n  height: 88px;\n  flex-shrink: 0;\n  border-radius: 22px;\n  background: var(--astrak-accent);\n  color: var(--astrak-primary);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Outfit', sans-serif;\n  font-size: 40px;\n  font-weight: 800;\n}\n\n.astrak-presse-featured-body { flex: 1; min-width: 260px; }\n\n.astrak-presse-featured-source {\n  font-family: 'Outfit', sans-serif;\n  font-size: 12px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  color: var(--astrak-accent-hover);\n  margin-bottom: 10px;\n}\n\n.astrak-presse-featured-body h3 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 24px;\n  font-weight: 700;\n  color: var(--astrak-white);\n  margin-bottom: 12px;\n  line-height: 1.3;\n}\n\n.astrak-presse-featured-body p {\n  font-size: 16px;\n  line-height: 1.7;\n  color: rgba(255, 255, 255, 0.82);\n  margin-bottom: 14px;\n}\n\n.astrak-presse-featured-link { font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 700; color: var(--astrak-accent); }\n\n.astrak-presse-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }\n\n.astrak-presse-card {\n  background: var(--astrak-white);\n  border: 1px solid rgba(15, 15, 61, 0.1);\n  border-left: 4px solid var(--astrak-accent-hover);\n  border-radius: 14px;\n  padding: 26px;\n  text-decoration: none;\n  color: inherit;\n  display: block;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.astrak-presse-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(15, 15, 61, 0.08); }\n\n.astrak-presse-source { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 8px; }\n.astrak-presse-quote { font-size: 15px; line-height: 1.7; opacity: 0.85; font-style: italic; }\n.astrak-presse-date { font-size: 13px; opacity: 0.55; margin-top: 12px; }\n\n.astrak-mention-title {\n  font-family: 'Outfit', sans-serif;\n  font-size: 14px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1.5px;\n  opacity: 0.55;\n  text-align: center;\n  margin: 40px 0 18px;\n}\n\n.astrak-mention-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }\n\n.astrak-mention-item {\n  background: var(--astrak-white);\n  border: 1px solid rgba(15, 15, 61, 0.12);\n  border-radius: 50px;\n  padding: 10px 20px;\n  font-family: 'Outfit', sans-serif;\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--astrak-primary);\n  text-decoration: none;\n  transition: border-color 0.3s ease, transform 0.3s ease;\n}\n\n.astrak-mention-item:hover { border-color: var(--astrak-accent-hover); transform: translateY(-2px); }\n\n\/* ============================================\n   PRISES DE PAROLE\n   ============================================ *\/\n.astrak-conf-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 20px; }\n\n.astrak-conf-card {\n  background: var(--astrak-white);\n  border: 1px solid rgba(15, 15, 61, 0.1);\n  border-radius: 18px;\n  padding: 28px;\n  text-decoration: none;\n  color: inherit;\n  display: flex;\n  flex-direction: column;\n  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n}\n\n.astrak-conf-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 16px 36px rgba(15, 15, 61, 0.09);\n  border-color: var(--astrak-accent-hover);\n}\n\n.astrak-conf-annee {\n  font-family: 'Outfit', sans-serif;\n  font-size: 12px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1.5px;\n  color: var(--astrak-accent-hover);\n  margin-bottom: 12px;\n}\n\n.astrak-conf-card h3 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 18px;\n  font-weight: 700;\n  line-height: 1.35;\n  margin-bottom: 10px;\n}\n\n.astrak-conf-lieu { font-size: 14px; opacity: 0.75; line-height: 1.6; margin-bottom: 16px; flex-grow: 1; }\n\n.astrak-conf-link { font-size: 13.5px; font-weight: 700; border-bottom: 2px solid var(--astrak-accent); align-self: flex-start; }\n\n\/* Carte sans vid\u00e9o ni page d\u00e9di\u00e9e *\/\n.astrak-conf-card-statique { cursor: default; }\n.astrak-conf-card-statique:hover { transform: none; box-shadow: none; border-color: rgba(15, 15, 61, 0.1); }\n\n\/* Prochaine date *\/\n.astrak-conf-card-avenir {\n  background: var(--astrak-primary);\n  border-color: transparent;\n  color: var(--astrak-white);\n  background-image:\n    radial-gradient(ellipse 70% 60% at 85% 40%, rgba(90, 231, 222, 0.14) 0%, transparent 60%),\n    radial-gradient(ellipse 50% 40% at 10% 60%, rgba(255, 239, 94, 0.08) 0%, transparent 60%);\n}\n\n.astrak-conf-card-avenir .astrak-conf-annee { color: var(--astrak-accent); }\n.astrak-conf-card-avenir .astrak-conf-lieu { color: rgba(255, 255, 255, 0.8); opacity: 1; }\n.astrak-conf-card-avenir .astrak-conf-link { color: var(--astrak-accent); }\n\n\/* ============================================\n   GARANTIES\n   ============================================ *\/\n.astrak-gar-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }\n\n.astrak-gar-card {\n  background: var(--astrak-white);\n  border-radius: 16px;\n  padding: 28px;\n  border: 1px solid rgba(15, 15, 61, 0.08);\n}\n\n.astrak-gar-card h3 { font-family: 'Outfit', sans-serif; font-size: 17px; font-weight: 700; margin-bottom: 10px; }\n.astrak-gar-card p { font-size: 14.5px; line-height: 1.65; opacity: 0.8; }\n\n\/* ============================================\n   AVIS (bandeau compact)\n   ============================================ *\/\n.astrak-avis-bande {\n  background: var(--astrak-primary);\n  border-radius: 24px;\n  padding: 36px 40px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 28px;\n  flex-wrap: wrap;\n  color: var(--astrak-white);\n}\n\n.astrak-avis-gauche { display: flex; align-items: center; gap: 20px; }\n\n.astrak-avis-score { font-family: 'Outfit', sans-serif; font-size: 52px; font-weight: 800; color: var(--astrak-accent); line-height: 1; }\n\n.astrak-avis-stars { font-size: 18px; color: var(--astrak-accent); letter-spacing: 3px; }\n.astrak-avis-count { font-size: 15px; color: rgba(255, 255, 255, 0.85); margin-top: 4px; }\n.astrak-avis-verif { font-size: 13px; font-weight: 600; color: var(--astrak-accent-hover); margin-top: 6px; }\n\n.astrak-avis-btn {\n  display: inline-block;\n  background: var(--astrak-accent);\n  color: var(--astrak-primary);\n  font-family: 'Outfit', sans-serif;\n  font-size: 15px;\n  font-weight: 700;\n  text-decoration: none;\n  padding: 14px 30px;\n  border-radius: 50px;\n  transition: background 0.3s ease;\n}\n\n.astrak-avis-btn:hover { background: var(--astrak-accent-hover); }\n\n\/* ============================================\n   RENVOIS\n   ============================================ *\/\n.astrak-renvoi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }\n\n.astrak-renvoi-card {\n  background: var(--astrak-white);\n  border: 1px solid rgba(15, 15, 61, 0.1);\n  border-radius: 18px;\n  padding: 28px;\n  text-decoration: none;\n  color: inherit;\n  display: block;\n  transition: transform 0.3s ease, border-color 0.3s ease;\n}\n\n.astrak-renvoi-card:hover { transform: translateY(-4px); border-color: var(--astrak-accent-hover); }\n\n.astrak-renvoi-card h3 { font-family: 'Outfit', sans-serif; font-size: 19px; font-weight: 700; margin-bottom: 8px; }\n.astrak-renvoi-card p { font-size: 14.5px; line-height: 1.65; opacity: 0.78; margin-bottom: 14px; }\n.astrak-renvoi-link { font-size: 14px; font-weight: 700; border-bottom: 2px solid var(--astrak-accent); }\n\n\/* ============================================\n   CTA\n   ============================================ *\/\n.astrak-legit-cta {\n  background: var(--astrak-primary);\n  background-image:\n    radial-gradient(ellipse 70% 50% at 30% 50%, rgba(90, 231, 222, 0.1) 0%, transparent 55%),\n    radial-gradient(ellipse 60% 40% at 75% 50%, rgba(255, 239, 94, 0.07) 0%, transparent 55%);\n  padding: 80px 24px;\n  text-align: center;\n}\n\n.astrak-legit-cta h2 {\n  font-family: 'Outfit', sans-serif;\n  font-size: clamp(28px, 4vw, 42px);\n  font-weight: 800;\n  color: var(--astrak-white);\n  margin-bottom: 16px;\n}\n\n.astrak-legit-cta h2 span { color: var(--astrak-accent); }\n\n.astrak-legit-cta p { font-size: 18px; color: rgba(255, 255, 255, 0.8); max-width: 560px; margin: 0 auto 32px; }\n\n.astrak-legit-cta-btn {\n  display: inline-block;\n  background: var(--astrak-accent);\n  color: var(--astrak-primary);\n  font-family: 'Outfit', sans-serif;\n  font-size: 17px;\n  font-weight: 700;\n  text-decoration: none;\n  padding: 16px 38px;\n  border-radius: 50px;\n  transition: background 0.3s ease, transform 0.3s ease;\n}\n\n.astrak-legit-cta-btn:hover { background: var(--astrak-accent-hover); transform: translateY(-2px); }\n\n\/* Respiration entre le CTA et le pied de page *\/\n.astrak-legit-fin { height: 72px; background: var(--astrak-white); }\n\n\/* ============================================\n   RESPONSIVE\n   ============================================ *\/\n@media (max-width: 1000px) {\n  .astrak-legit-proofs { grid-template-columns: repeat(2, 1fr); }\n}\n\n@media (max-width: 768px) {\n  .astrak-legit-hero { padding: 70px 20px 60px; }\n  .astrak-legit-hero-chevrons { display: none; }\n  .astrak-legit-section { padding: 60px 20px; }\n  .astrak-cert-card { padding: 26px; }\n  .astrak-amb-card, .astrak-presse-featured { padding: 28px; }\n  .astrak-avis-bande { padding: 28px 24px; flex-direction: column; text-align: center; }\n  .astrak-avis-gauche { flex-direction: column; gap: 10px; }\n  .astrak-frise { padding-left: 22px; }\n  .astrak-frise-item::before { left: -29px; }\n}\n\n@media (max-width: 480px) {\n  .astrak-legit-proofs { grid-template-columns: 1fr; }\n}\n<\/style>\n\n<div class=\"astrak-legit-page\">\n\n  <!-- ============ HERO ============ -->\n  <section class=\"astrak-legit-hero\">\n    <div class=\"astrak-legit-hero-chevrons\">\n      <svg viewbox=\"0 0 100 75\">\n        <path d=\"M25 0 L50 37.5 L25 75 L0 75 L25 37.5 L0 0 Z\"\/>\n        <path d=\"M75 0 L100 37.5 L75 75 L50 75 L75 37.5 L50 0 Z\"\/>\n      <\/svg>\n    <\/div>\n    <div class=\"astrak-legit-wrapper\">\n      <div class=\"astrak-legit-hero-content\">\n        <div class=\"astrak-legit-hero-badge\">Certifications &amp; distinctions<\/div>\n        <h1>Our certifications, our conferences, <span>our awards<\/span><\/h1>\n        <p class=\"astrak-legit-hero-subtitle\">SEO is not a regulated profession: anyone can call themselves an expert. We take the exams that exist, we get on stage in front of our peers, and we are ambassadors for the tools we use every day. Here is the proof, and where to verify it.<\/p>\n      <\/div>\n\n      <div class=\"astrak-legit-proofs\">\n        <div class=\"astrak-legit-proof\">\n          <div class=\"astrak-legit-proof-value\">4 certifications<\/div>\n          <div class=\"astrak-legit-proof-label\">Including the CESEO, which was reviewed by a jury of peers<\/div>\n        <\/div>\n        <div class=\"astrak-legit-proof\">\n          <div class=\"astrak-legit-proof-value\">FePSeM Member<\/div>\n          <div class=\"astrak-legit-proof-label\">Verifiable membership in the federation's public directory<\/div>\n        <\/div>\n        <div class=\"astrak-legit-proof\">\n          <div class=\"astrak-legit-proof-value\">Ahrefs Ambassador<\/div>\n          <div class=\"astrak-legit-proof-label\">And an article dedicated to our method on their official blog<\/div>\n        <\/div>\n        <div class=\"astrak-legit-proof\">\n          <div class=\"astrak-legit-proof-value\">4,9\/5<\/div>\n          <div class=\"astrak-legit-proof-label\">Out of more than 50 customer reviews verified by Trustfolio<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ CERTIFICATIONS ============ -->\n  <section class=\"astrak-legit-section\">\n    <div class=\"astrak-legit-wrapper\">\n      <div class=\"astrak-legit-header\">\n        <div class=\"astrak-legit-tag\">Certifications<\/div>\n        <h2 class=\"astrak-legit-title\">Skills <span>approved by a jury<\/span><\/h2>\n        <p class=\"astrak-legit-subtitle\">Two exams issued by the French professional search federation. The only ones that are authoritative in the profession.<\/p>\n      <\/div>\n\n      <div class=\"astrak-cert-grid\">\n\n        <!-- MOD\u00c8LE DE CARTE \u00c0 DUPLIQUER POUR CHAQUE NOUVELLE CERTIFICATION -->\n        <div class=\"astrak-cert-card\">\n          <div class=\"astrak-cert-card-head\">\n            <div class=\"astrak-cert-icon\">CESEO<\/div>\n            <div>\n              <div class=\"astrak-cert-name\">SEO Certification Expert<\/div>\n              <div class=\"astrak-cert-issuer\">FePSeM<\/div>\n            <\/div>\n          <\/div>\n          <p class=\"astrak-cert-desc\">The highest level issued by the federation. The test: three hours of a complete audit of a real site, followed by an oral defense before a panel of peers that delves into every recommendation. Since 2026, the audit has included a GEO component, and the panel questions candidates about generative engines.<\/p>\n          <div class=\"astrak-cert-meta\">\n            <span class=\"astrak-cert-holder\">L\u00e9o Poitevin<\/span>\n            <a class=\"astrak-cert-verify\" href=\"https:\/\/fepsem.org\/mon-experience-avec-la-certification-ceseo-un-defi-personnel-releve\/\" target=\"_blank\" rel=\"noopener\">The account of the examination by Leo<\/a>\n            <a class=\"astrak-cert-verify\" href=\"https:\/\/fepsem.org\/ceseo\/\" target=\"_blank\" rel=\"noopener\">The certification on fepsem.org<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"astrak-cert-card\">\n          <div class=\"astrak-cert-card-head\">\n            <div class=\"astrak-cert-icon\">QASEO<\/div>\n            <div>\n              <div class=\"astrak-cert-name\">SEO Qualification<\/div>\n              <div class=\"astrak-cert-issuer\">FePSeM<\/div>\n            <\/div>\n          <\/div>\n          <p class=\"astrak-cert-desc\">The exam that validates the mastery of the fundamentals and advanced techniques of search engine optimization. A written test graded by the federation, recommended as a prerequisite before taking the CESEO.<\/p>\n          <div class=\"astrak-cert-meta\">\n            <span class=\"astrak-cert-holder\">L\u00e9o Poitevin<\/span>\n            <a class=\"astrak-cert-verify\" href=\"https:\/\/fepsem.org\/qaseo\/\" target=\"_blank\" rel=\"noopener\">The qualification on fepsem.org<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"astrak-cert-card\">\n          <div class=\"astrak-cert-card-head\">\n            <div class=\"astrak-cert-icon\">GA4<\/div>\n            <div>\n              <div class=\"astrak-cert-name\">Google Analytics<\/div>\n              <div class=\"astrak-cert-issuer\">Google \u00b7 2026<\/div>\n            <\/div>\n          <\/div>\n          <p class=\"astrak-cert-desc\">Official Google certification in audience measurement: property setup, explorations, and conversion attribution. It is what ensures that the numbers in our reports are read correctly before drawing up a strategy.<\/p>\n          <div class=\"astrak-cert-meta\">\n            <span class=\"astrak-cert-holder\">Marvin Coquemont<\/span>\n            <a class=\"astrak-cert-verify\" href=\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/09\/certification-google-analytics-marvin-coquemont.pdf\" target=\"_blank\" rel=\"noopener\">View certificate (no. 193543859)<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"astrak-cert-card\">\n          <div class=\"astrak-cert-card-head\">\n            <div class=\"astrak-cert-icon\">ADS<\/div>\n            <div>\n              <div class=\"astrak-cert-name\">Google Ads Search<\/div>\n              <div class=\"astrak-cert-issuer\">Google \u00b7 2026<\/div>\n            <\/div>\n          <\/div>\n          <p class=\"astrak-cert-desc\">Official Google certification in paid search. We don't sell SEA campaigns, but understanding how auctions and ads work on a SERP changes the way you approach the organic part right below it.<\/p>\n          <div class=\"astrak-cert-meta\">\n            <span class=\"astrak-cert-holder\">Marvin Coquemont<\/span>\n            <a class=\"astrak-cert-verify\" href=\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/09\/certification-google-ads-search-marvin-coquemont.pdf\" target=\"_blank\" rel=\"noopener\">View certificate (no. 193561041)<\/a>\n          <\/div>\n        <\/div>\n\n        <!--\n        ============================================================\n        EMPLACEMENT PR\u00caT \u2014 d\u00e9commenter et remplir \u00e0 chaque nouvelle certification\n        ============================================================\n\n        <div class=\"astrak-cert-card\">\n          <div class=\"astrak-cert-card-head\">\n            <div class=\"astrak-cert-icon\">GA4<\/div>\n            <div>\n              <div class=\"astrak-cert-name\">Google Analytics 4<\/div>\n              <div class=\"astrak-cert-issuer\">Google Skillshop<\/div>\n            <\/div>\n          <\/div>\n          <p class=\"astrak-cert-desc\">Certification officielle Google sur la mesure GA4 : configuration, explorations, attribution des conversions.<\/p>\n          <div class=\"astrak-cert-meta\">\n            <span class=\"astrak-cert-holder\">Pr\u00e9nom Nom<\/span>\n            <a class=\"astrak-cert-verify\" href=\"URL_DE_VERIFICATION\" target=\"_blank\" rel=\"noopener\">V\u00e9rifier<\/a>\n          <\/div>\n        <\/div>\n        -->\n\n      <\/div>\n\n      <!-- ---- Frise historique ---- -->\n      <div class=\"astrak-frise-intro\">\n        <h3>The journey<\/h3>\n        <p>Eight years of fieldwork, and the certifications earned along the way.<\/p>\n      <\/div>\n\n      <div class=\"astrak-frise\">\n        <div class=\"astrak-frise-item\">\n          <div class=\"astrak-frise-annee\">October 2017<\/div>\n          <h4>Email Marketing Certification<\/h4>\n          <p>Issued by Digital Certification Agency, back when Leo worked in acquisition in the broad sense.<\/p>\n        <\/div>\n\n        <div class=\"astrak-frise-item\">\n          <div class=\"astrak-frise-annee\">February 2018<\/div>\n          <h4>Google Analytics Individual Qualification<\/h4>\n          <p>Official Google Analytics Certification, ID 9562404.<\/p>\n        <\/div>\n\n        <div class=\"astrak-frise-item astrak-frise-actif\">\n          <div class=\"astrak-frise-annee\">Today<\/div>\n          <h4>QASEO then CESEO<\/h4>\n          <p>The two FePSeM qualifications, obtained in the order recommended by the federation.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ FEPSEM ============ -->\n  <section class=\"astrak-legit-fepsem\">\n    <div class=\"astrak-legit-wrapper\">\n      <div class=\"astrak-legit-fepsem-content\">\n        <div class=\"astrak-legit-fepsem-logo\">\n          <a href=\"https:\/\/fepsem.org\/annuaire\/agences\/\" target=\"_blank\" rel=\"noopener\">\n            <img decoding=\"async\" data-src=\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Logo-FePSeM-Baseline1.png\" alt=\"FePSeM Logo - Federation of Search Marketing Professionals\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1300px; --smush-placeholder-aspect-ratio: 1300\/300;\">\n          <\/a>\n        <\/div>\n        <div class=\"astrak-legit-fepsem-text\">\n          <h2>Member of FePSeM<\/h2>\n          <p>Astrak adheres to <a href=\"https:\/\/fepsem.org\/\" target=\"_blank\" rel=\"noopener\">Federation of Search Marketing Professionals<\/a> (formerly SEO Federation). Specifically: a signed code of ethics, a <a href=\"https:\/\/fepsem.org\/annuaire\/agences\/\" target=\"_blank\" rel=\"noopener\">public directory<\/a> where you can verify our membership, and peers who can be contacted in the event of a dispute. This is not a logo that you can buy.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ AMBASSADEUR AHREFS ============ -->\n  <section class=\"astrak-legit-section astrak-legit-section-gray\">\n    <div class=\"astrak-legit-wrapper\">\n      <div class=\"astrak-legit-header\">\n        <div class=\"astrak-legit-tag\">Sector reconnaissance<\/div>\n        <h2 class=\"astrak-legit-title\">Distinguished by <span>those who make the tools<\/span><\/h2>\n      <\/div>\n\n      <div class=\"astrak-amb-card\">\n        <div class=\"astrak-amb-emblem\">a<\/div>\n        <div class=\"astrak-amb-body\">\n          <h3>Ahrefs Ambassador<\/h3>\n          <p>L\u00e9o Poitevin is one of the Ahrefs ambassadors. The program recognizes practitioners known for their advanced use of the tool and their contribution to the SEO community: you cannot apply, you are selected. Ahrefs then dedicated <a href=\"https:\/\/ahrefs.com\/fr\/blog\/avis-ahrefs-astrak\/\" target=\"_blank\" rel=\"noopener\">an article from his official blog to our method<\/a>.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ ON PARLE DE NOUS ============ -->\n  <!--\n  R\u00c8GLE DE CETTE SECTION : uniquement des mentions non r\u00e9mun\u00e9r\u00e9es.\n  Sont volontairement \u00e9cart\u00e9es les pages o\u00f9 Astrak est signal\u00e9e comme partenaire\n  ou apporteur d'affaires \u2014 le lecteur le voit en cliquant, et l'argument se retourne.\n  Pour ajouter une entr\u00e9e : dupliquer un bloc <a class=\"astrak-presse-card\">.\n  -->\n  <section class=\"astrak-legit-section\">\n    <div class=\"astrak-legit-wrapper\">\n      <div class=\"astrak-legit-header\">\n        <div class=\"astrak-legit-tag\">People are talking about us<\/div>\n        <h2 class=\"astrak-legit-title\">What <span>others say<\/span><\/h2>\n        <p class=\"astrak-legit-subtitle\">Mentions that we didn't write ourselves.<\/p>\n      <\/div>\n\n      <a class=\"astrak-presse-featured\" href=\"https:\/\/ahrefs.com\/fr\/blog\/avis-ahrefs-astrak\/\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"astrak-presse-featured-emblem\">a<\/div>\n        <div class=\"astrak-presse-featured-body\">\n          <div class=\"astrak-presse-featured-source\">Ahrefs Official Blog \u00b7 March 2026<\/div>\n          <h3>\u00abAstrak's 3 SEO use cases to go from 2,500 to 20,000 monthly clicks\u00bb<\/h3>\n          <p>Ahrefs dedicated an article to our method: L\u00e9o details the page-by-page competitor analysis and the case study of a client who multiplied their organic traffic by eight. Published on the blog of one of the two most widely used SEO tools in the world.<\/p>\n          <span class=\"astrak-presse-featured-link\">Read the article on ahrefs.com \u2192<\/span>\n        <\/div>\n      <\/a>\n\n      <div class=\"astrak-presse-grid\">\n        <a class=\"astrak-presse-card\" href=\"https:\/\/www.growthroom.co\/en\/blog-posts\/ranking-of-seo-agencies-for-ai-in-2026\" target=\"_blank\" rel=\"noopener\">\n          <div class=\"astrak-presse-source\">Growth Room<\/div>\n          <p class=\"astrak-presse-quote\">\u00abA young agency led by a senior profile, which stands out for its B2B SaaS specialization and its early lead in GEO.\u00bb<\/p>\n          <div class=\"astrak-presse-date\">SEO Agency Rankings for AI \u00b7 2026<\/div>\n        <\/a>\n      <\/div>\n\n      <div class=\"astrak-mention-title\">Also cited in<\/div>\n      <div class=\"astrak-mention-row\">\n        <a class=\"astrak-mention-item\" href=\"https:\/\/www.seo-monkey.fr\/meilleure-agence-seo\/\" target=\"_blank\" rel=\"noopener\">SEO Monkey - Top 30 SEO Agencies<\/a>\n        <a class=\"astrak-mention-item\" href=\"https:\/\/www.stafe.fr\/classement-2026-des-meilleures-agence-geo-en-france\/\" target=\"_blank\" rel=\"noopener\">Stafe \u2014 2026 GEO Agency Rankings<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ PRISES DE PAROLE ============ -->\n  <!--\n  Pour ajouter une conf\u00e9rence : dupliquer un bloc <a class=\"astrak-conf-card\">.\n  La carte \u00ab \u00e0 venir \u00bb porte en plus la classe astrak-conf-card-avenir ;\n  une fois l'\u00e9v\u00e9nement pass\u00e9, retirer cette classe et mettre \u00e0 jour la date.\n  -->\n  <section class=\"astrak-legit-section astrak-legit-section-gray\">\n    <div class=\"astrak-legit-wrapper\">\n      <div class=\"astrak-legit-header\">\n        <div class=\"astrak-legit-tag\">Speeches<\/div>\n        <h2 class=\"astrak-legit-title\">On stage, <span>in front of peers<\/span><\/h2>\n        <p class=\"astrak-legit-subtitle\">Conferences given in front of other SEOs, in France as well as in Asia, in rooms where the audience knows the subject better than average.<\/p>\n      <\/div>\n\n      <div class=\"astrak-conf-grid\">\n\n        <a class=\"astrak-conf-card astrak-conf-card-avenir\" href=\"https:\/\/blackhatday.com\/\" target=\"_blank\" rel=\"noopener\">\n          <div class=\"astrak-conf-annee\">November 11, 2026 \u00b7 Upcoming<\/div>\n          <h3>Black Hat Day<\/h3>\n          <div class=\"astrak-conf-lieu\">InterContinental Chiang Mai, Thailand. Leo is one of the six announced speakers, following a first participation in the November 2025 edition.<\/div>\n          <span class=\"astrak-conf-link\">View event \u2192<\/span>\n        <\/a>\n\n        <a class=\"astrak-conf-card\" href=\"https:\/\/youtu.be\/83sv3CgbbGE\" target=\"_blank\" rel=\"noopener\">\n          <div class=\"astrak-conf-annee\">March 2026 \u00b7 GEO conference<\/div>\n          <h3>\u00abI am #1 on ChatGPT with this method\u00bb<\/h3>\n          <div class=\"astrak-conf-lieu\">Co-presented a conference with Anthony Courtin, SEO consultant at the agency, on visibility in generative search engines. Broadcasted on the Webinar Linkavista channel.<\/div>\n          <span class=\"astrak-conf-link\">View the conference \u2192<\/span>\n        <\/a>\n\n        <div class=\"astrak-conf-card astrak-conf-card-statique\">\n          <div class=\"astrak-conf-annee\">January 2026 \u00b7 Bangkok<\/div>\n          <h3>SEO Conference in Bangkok<\/h3>\n          <div class=\"astrak-conf-lieu\">Speech before the international SEO community gathered in Thailand.<\/div>\n        <\/div>\n\n        <a class=\"astrak-conf-card\" href=\"https:\/\/www.youtube.com\/watch?v=EaOw2olW0Hk\" target=\"_blank\" rel=\"noopener\">\n          <div class=\"astrak-conf-annee\">November 2024 \u00b7 Chiang Mai SEO Conference<\/div>\n          <h3>CTR and pop-under: the levers to dominate Google<\/h3>\n          <div class=\"astrak-conf-lieu\">Presentation given at CMSEO, one of the most popular SEO events in Asia.<\/div>\n          <span class=\"astrak-conf-link\">View the conference \u2192<\/span>\n        <\/a>\n\n        <a class=\"astrak-conf-card\" href=\"https:\/\/www.annecy-web.fr\/edition2024\/\" target=\"_blank\" rel=\"noopener\">\n          <div class=\"astrak-conf-annee\">June 6, 2024 \u00b7 Annecy Web<\/div>\n          <h3>Affiliate marketing in the most competitive niches<\/h3>\n          <div class=\"astrak-conf-lieu\">Lecture given in Menthon-Saint-Bernard: five years in the field on the most competitive niches, content investments that yield nothing, and negative SEO attacks.<\/div>\n          <span class=\"astrak-conf-link\">See the 2024 edition \u2192<\/span>\n        <\/a>\n\n        <a class=\"astrak-conf-card\" href=\"https:\/\/www.youtube.com\/watch?v=wgeo5WPg1l8\" target=\"_blank\" rel=\"noopener\">\n          <div class=\"astrak-conf-annee\">June 2024<\/div>\n          <h3>YouTube SEO: The complete conference<\/h3>\n          <div class=\"astrak-conf-lieu\">Long-form content dedicated to video SEO, published on Arthur Villecourt's channel.<\/div>\n          <span class=\"astrak-conf-link\">View the conference \u2192<\/span>\n        <\/a>\n\n        <a class=\"astrak-conf-card\" href=\"https:\/\/www.youtube.com\/watch?v=TZSGE5llCas\" target=\"_blank\" rel=\"noopener\">\n          <div class=\"astrak-conf-annee\">SEO Camp\u2019us Paris<\/div>\n          <h3>Remote Management: Leading 20 remote SEO experts<\/h3>\n          <div class=\"astrak-conf-lieu\">Conference given at SEO Camp'us Paris, the annual gathering of the French SEO community. Recording published on the FePSeM channel.<\/div>\n          <span class=\"astrak-conf-link\">View the conference \u2192<\/span>\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!--\n  ============================================================\n  SECTION AWARDS \u2014 \u00e0 d\u00e9commenter d\u00e8s la premi\u00e8re distinction obtenue\n  (European Search Awards, Global Search Awards, etc.)\n  ============================================================\n\n  <section class=\"astrak-legit-section astrak-legit-section-gray\">\n    <div class=\"astrak-legit-wrapper\">\n      <div class=\"astrak-legit-header\">\n        <div class=\"astrak-legit-tag\">Distinctions<\/div>\n        <h2 class=\"astrak-legit-title\">Nos <span>r\u00e9compenses<\/span><\/h2>\n      <\/div>\n      <div class=\"astrak-cert-grid\">\n        <div class=\"astrak-cert-card\">\n          <div class=\"astrak-cert-card-head\">\n            <div class=\"astrak-cert-icon\">2027<\/div>\n            <div>\n              <div class=\"astrak-cert-name\">Nom de la cat\u00e9gorie<\/div>\n              <div class=\"astrak-cert-issuer\">Nom de l'award<\/div>\n            <\/div>\n          <\/div>\n          <p class=\"astrak-cert-desc\">Finaliste \/ laur\u00e9at, et sur quel dossier.<\/p>\n          <div class=\"astrak-cert-meta\">\n            <a class=\"astrak-cert-verify\" href=\"URL\" target=\"_blank\" rel=\"noopener\">Voir le palmar\u00e8s<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  -->\n\n  <!-- ============ GARANTIES ============ -->\n  <section class=\"astrak-legit-section astrak-legit-section-gray\">\n    <div class=\"astrak-legit-wrapper\">\n      <div class=\"astrak-legit-header\">\n        <div class=\"astrak-legit-tag\">Guarantees<\/div>\n        <h2 class=\"astrak-legit-title\">What we <span>commits in writing<\/span><\/h2>\n        <p class=\"astrak-legit-subtitle\">Enforceable commitments are often worth more than a badge.<\/p>\n      <\/div>\n\n      <div class=\"astrak-gar-grid\">\n        <div class=\"astrak-gar-card\">\n          <h3>No markup on link building<\/h3>\n          <p>Netlinking budgets are passed on at cost. Our compensation is for consulting, strategy, and execution\u2014never on a hidden commission on links.<\/p>\n        <\/div>\n\n        <div class=\"astrak-gar-card\">\n          <h3>Signed code of ethics<\/h3>\n          <p>Our membership in the FePSeM commits us to enforceable professional rules, and our name appears in the federation's public directory.<\/p>\n        <\/div>\n\n        <div class=\"astrak-gar-card\">\n          <h3>Data coming from Google<\/h3>\n          <p>Our clients have an in-house dashboard connected directly to Search Console and Google Analytics. The reporting figures do not go through us.<\/p>\n        <\/div>\n\n        <div class=\"astrak-gar-card\">\n          <h3>Clear contractual framework<\/h3>\n          <p>Standard contract, non-disclosure agreement upon request, GDPR compliance on the processing of your analytics data.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ AVIS ============ -->\n  <section class=\"astrak-legit-section\">\n    <div class=\"astrak-legit-wrapper\">\n      <div class=\"astrak-avis-bande\">\n        <div class=\"astrak-avis-gauche\">\n          <div class=\"astrak-avis-score\">4,9<\/div>\n          <div>\n            <div class=\"astrak-avis-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n            <div class=\"astrak-avis-count\">over 50 customer reviews<\/div>\n            <div class=\"astrak-avis-verif\">\u2713 Verified by Trustfolio, not self-declared<\/div>\n          <\/div>\n        <\/div>\n        <a class=\"astrak-avis-btn\" href=\"https:\/\/trustfolio.co\/profil\/astrak-FBGyIqS15aO\" target=\"_blank\" rel=\"noopener\">Read verified reviews<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ RENVOIS ============ -->\n  <section class=\"astrak-legit-section astrak-legit-section-gray\">\n    <div class=\"astrak-legit-wrapper\">\n      <div class=\"astrak-legit-header\">\n        <div class=\"astrak-legit-tag\">To go further<\/div>\n        <h2 class=\"astrak-legit-title\">The rest is <span>elsewhere on the site<\/span><\/h2>\n      <\/div>\n\n      <div class=\"astrak-renvoi-grid\">\n        <a class=\"astrak-renvoi-card\" href=\"\/en\/seo-use-case\/\">\n          <h3>Our client results<\/h3>\n          <p>Detailed, sector-by-sector case studies featuring the context, actions taken, and measurement period.<\/p>\n          <span class=\"astrak-renvoi-link\">See SEO use cases<\/span>\n        <\/a>\n\n        <a class=\"astrak-renvoi-card\" href=\"\/en\/geo-use-case\/\">\n          <h3>Our results on AI<\/h3>\n          <p>Cases where we worked on visibility for ChatGPT, Perplexity, and Gemini rather than Google alone.<\/p>\n          <span class=\"astrak-renvoi-link\">See the GEO use cases<\/span>\n        <\/a>\n\n        <a class=\"astrak-renvoi-card\" href=\"\/en\/our-seo-tools\/\">\n          <h3>Our tools<\/h3>\n          <p>The complete stack that we use on a daily basis, and the access our clients enjoy.<\/p>\n          <span class=\"astrak-renvoi-link\">View tools<\/span>\n        <\/a>\n\n        <a class=\"astrak-renvoi-card\" href=\"\/en\/a-propos\/\">\n          <h3>The team and the method<\/h3>\n          <p>Who is working on your account, and how we roll out an engagement from scoping to monthly monitoring.<\/p>\n          <span class=\"astrak-renvoi-link\">View the team<\/span>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ CTA ============ -->\n  <section class=\"astrak-legit-cta\">\n    <div class=\"astrak-legit-wrapper\">\n      <h2>Check all of this <span>in 30 minutes<\/span><\/h2>\n      <p>A free audit with Leo: we look at your website, tell you what we would do, and you judge for yourself.<\/p>\n      <a class=\"astrak-legit-cta-btn\" href=\"https:\/\/meetings-na2.hubspot.com\/leo-poitevin?utm_source=website-certifications\">Book my free diagnostic<\/a>\n    <\/div>\n  <\/section>\n\n  <div class=\"astrak-legit-fin\"><\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Certifications &amp; distinctions Nos certifications, nos conf\u00e9rences, nos distinctions Le SEO n&rsquo;est pas un m\u00e9tier r\u00e9glement\u00e9 : n&rsquo;importe qui peut se dire expert. Nous, on passe les examens qui existent, on monte sur sc\u00e8ne devant nos pairs, et on est ambassadeur des outils qu&rsquo;on utilise tous les jours. Voici les preuves, et o\u00f9 les v\u00e9rifier. &#8230; <a title=\"Our certifications, conferences, and awards\" class=\"read-more\" href=\"https:\/\/astrak.agency\/en\/certifications-et-recompenses\/\" aria-label=\"Read more about Nos certifications, conf\u00e9rences et distinctions\">Read more<\/a><\/p>","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"class_list":["post-48418","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Nos certifications, conf\u00e9rences et distinctions - Astrak<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/astrak.agency\/en\/certifications-and-awards\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nos certifications, conf\u00e9rences et distinctions - Astrak\" \/>\n<meta property=\"og:description\" content=\"Certifications &amp; distinctions Nos certifications, nos conf\u00e9rences, nos distinctions Le SEO n&rsquo;est pas un m\u00e9tier r\u00e9glement\u00e9 : n&rsquo;importe qui peut se dire expert. Nous, on passe les examens qui existent, on monte sur sc\u00e8ne devant nos pairs, et on est ambassadeur des outils qu&rsquo;on utilise tous les jours. Voici les preuves, et o\u00f9 les v\u00e9rifier. ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/astrak.agency\/en\/certifications-and-awards\/\" \/>\n<meta property=\"og:site_name\" content=\"Astrak\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-09T02:30:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Logo-FePSeM-Baseline1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/astrak.agency\\\/certifications-et-recompenses\\\/\",\"url\":\"https:\\\/\\\/astrak.agency\\\/certifications-et-recompenses\\\/\",\"name\":\"Nos certifications, conf\u00e9rences et distinctions - Astrak\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/astrak.agency\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/astrak.agency\\\/certifications-et-recompenses\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/astrak.agency\\\/certifications-et-recompenses\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/astrak.agency\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Logo-FePSeM-Baseline1.png\",\"datePublished\":\"2026-09-08T10:44:25+00:00\",\"dateModified\":\"2026-09-09T02:30:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/astrak.agency\\\/certifications-et-recompenses\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/astrak.agency\\\/certifications-et-recompenses\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/astrak.agency\\\/certifications-et-recompenses\\\/#primaryimage\",\"url\":\"https:\\\/\\\/astrak.agency\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Logo-FePSeM-Baseline1.png\",\"contentUrl\":\"https:\\\/\\\/astrak.agency\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Logo-FePSeM-Baseline1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/astrak.agency\\\/certifications-et-recompenses\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Agence SEO\",\"item\":\"https:\\\/\\\/astrak.agency\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nos certifications, conf\u00e9rences et distinctions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/astrak.agency\\\/#website\",\"url\":\"https:\\\/\\\/astrak.agency\\\/\",\"name\":\"Astrak\",\"description\":\"On va acc\u00e9l\u00e9rer votre SEO\",\"publisher\":{\"@id\":\"https:\\\/\\\/astrak.agency\\\/#organization\"},\"alternateName\":\"Astrak SEO\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/astrak.agency\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/astrak.agency\\\/#organization\",\"name\":\"Astrak\",\"alternateName\":\"Astrak Agency\",\"url\":\"https:\\\/\\\/astrak.agency\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/astrak.agency\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/astrak.agency\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Logo_Noir.png\",\"contentUrl\":\"https:\\\/\\\/astrak.agency\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Logo_Noir.png\",\"width\":1357,\"height\":246,\"caption\":\"Astrak\"},\"image\":{\"@id\":\"https:\\\/\\\/astrak.agency\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/astrakagency\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/astrak-legoax\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Our certifications, conferences and awards - Astrak","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/astrak.agency\/en\/certifications-and-awards\/","og_locale":"en_US","og_type":"article","og_title":"Nos certifications, conf\u00e9rences et distinctions - Astrak","og_description":"Certifications &amp; distinctions Nos certifications, nos conf\u00e9rences, nos distinctions Le SEO n&rsquo;est pas un m\u00e9tier r\u00e9glement\u00e9 : n&rsquo;importe qui peut se dire expert. Nous, on passe les examens qui existent, on monte sur sc\u00e8ne devant nos pairs, et on est ambassadeur des outils qu&rsquo;on utilise tous les jours. Voici les preuves, et o\u00f9 les v\u00e9rifier. ... Read more","og_url":"https:\/\/astrak.agency\/en\/certifications-and-awards\/","og_site_name":"Astrak","article_modified_time":"2026-09-09T02:30:20+00:00","og_image":[{"url":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Logo-FePSeM-Baseline1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/astrak.agency\/certifications-et-recompenses\/","url":"https:\/\/astrak.agency\/certifications-et-recompenses\/","name":"Our certifications, conferences and awards - Astrak","isPartOf":{"@id":"https:\/\/astrak.agency\/#website"},"primaryImageOfPage":{"@id":"https:\/\/astrak.agency\/certifications-et-recompenses\/#primaryimage"},"image":{"@id":"https:\/\/astrak.agency\/certifications-et-recompenses\/#primaryimage"},"thumbnailUrl":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Logo-FePSeM-Baseline1.png","datePublished":"2026-09-08T10:44:25+00:00","dateModified":"2026-09-09T02:30:20+00:00","breadcrumb":{"@id":"https:\/\/astrak.agency\/certifications-et-recompenses\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/astrak.agency\/certifications-et-recompenses\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/astrak.agency\/certifications-et-recompenses\/#primaryimage","url":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Logo-FePSeM-Baseline1.png","contentUrl":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Logo-FePSeM-Baseline1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/astrak.agency\/certifications-et-recompenses\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Agence SEO","item":"https:\/\/astrak.agency\/"},{"@type":"ListItem","position":2,"name":"Nos certifications, conf\u00e9rences et distinctions"}]},{"@type":"WebSite","@id":"https:\/\/astrak.agency\/#website","url":"https:\/\/astrak.agency\/","name":"Astrak","description":"We will accelerate your SEO","publisher":{"@id":"https:\/\/astrak.agency\/#organization"},"alternateName":"Astrak SEO","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/astrak.agency\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/astrak.agency\/#organization","name":"Astrak","alternateName":"Astrak Agency","url":"https:\/\/astrak.agency\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/astrak.agency\/#\/schema\/logo\/image\/","url":"https:\/\/astrak.agency\/wp-content\/uploads\/2025\/05\/Logo_Noir.png","contentUrl":"https:\/\/astrak.agency\/wp-content\/uploads\/2025\/05\/Logo_Noir.png","width":1357,"height":246,"caption":"Astrak"},"image":{"@id":"https:\/\/astrak.agency\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/astrakagency\/","https:\/\/www.linkedin.com\/company\/astrak-legoax\/"]}]}},"_links":{"self":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages\/48418","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/comments?post=48418"}],"version-history":[{"count":10,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages\/48418\/revisions"}],"predecessor-version":[{"id":48447,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages\/48418\/revisions\/48447"}],"wp:attachment":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/media?parent=48418"}],"curies":[{"name":"WP","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}