.elementor-373 .elementor-element.elementor-element-a9cee1d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-a9cee1d */.gdp-author-page {
  --primary: #0566C7;
  --accent: #C20114;
  --c-navy: #001846;
  --bg: #ffffff;
  --bg-2: #f4f6fb;
  --bg-3: #e8edf5;
  --ink: #001846;
  --ink-2: #5a6475;
  --muted: #8a94a6;
  --line: #dde1ea;
  --font-sans: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-disp: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-mono: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --radius: 10px;
  --maxw: 1200px;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--bg);
}

.gdp-author-page *,
.gdp-author-page *::before,
.gdp-author-page *::after {
  box-sizing: border-box;
}

.gdp-author-page a {
  color: inherit;
  text-decoration: none;
}

.gdp-author-page .wrap {
  width: min(var(--maxw), calc(100% - 64px));
  margin: 0 auto;
}

.gdp-author-page .btn-sim {
  color: var(--ink);
  border: 1.5px solid var(--line);
}

.gdp-author-page .btn-cgp {
  color: #fff;
  background: var(--accent);
}

.gdp-author-page .breadcrumb {
  padding: 18px 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gdp-author-page .breadcrumb a:hover {
  color: var(--primary);
}

.gdp-author-page .breadcrumb span {
  margin: 0 8px;
}

.gdp-author-page .profil-hero {
  padding: 0 0 56px;
  border-bottom: 1px solid var(--line);
}

.gdp-author-page .profil-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 52px;
  align-items: start;
}

.gdp-author-page .profil-photo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.gdp-author-page .profil-photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--line);
  background: var(--c-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gdp-author-page .profil-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gdp-author-page .profil-photo img[src=""],
.gdp-author-page .profil-photo img:not([src]) {
  display: none;
}

.gdp-author-page .profil-photo-placeholder {
  font-size: 56px;
  font-weight: 500;
  color: rgba(255,255,255,.5);
}

.gdp-author-page .profil-photo img + .profil-photo-placeholder {
  display: none;
}

.gdp-author-page .profil-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  border: 1.5px solid var(--primary);
  padding: 7px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gdp-author-page .profil-linkedin:hover {
  color: #fff;
  background: var(--primary);
}

.gdp-author-page .profil-eyebrow,
.gdp-author-page .articles-eyebrow,
.gdp-author-page .creds-box-label,
.gdp-author-page .presse-box-label,
.gdp-author-page .echange-right-label {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gdp-author-page .articles-eyebrow {
  color: var(--accent);
}

.gdp-author-page .articles-eyebrow::before {
  content: "●";
  margin-right: 8px;
  font-size: 8px;
}

.gdp-author-page .profil-text h1 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 68px);
  line-height: .98;
  font-weight: 650;
  letter-spacing: -.04em;
}

.gdp-author-page .profil-role {
  margin-bottom: 18px;
  color: var(--ink-2);
  font-size: 22px;
  font-weight: 400;
}

.gdp-author-page .profil-intro {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.7;
}

.gdp-author-page .profil-badges,
.gdp-author-page .specialites {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.gdp-author-page .badge {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gdp-author-page .badge-primary,
.gdp-author-page .badge-bleu {
  color: var(--primary);
  background: rgba(5,102,199,.1);
  border: 1px solid rgba(5,102,199,.2);
}

.gdp-author-page .badge-navy {
  color: var(--c-navy);
  background: rgba(0,24,70,.08);
  border: 1px solid rgba(0,24,70,.15);
}

.gdp-author-page .badge-red,
.gdp-author-page .badge-rouge {
  color: var(--accent);
  background: rgba(194,1,20,.08);
  border: 1px solid rgba(194,1,20,.15);
}

.gdp-author-page .badge-neutre {
  color: var(--ink-2);
  background: var(--bg-2);
  border: 1px solid var(--line);
}

.gdp-author-page .profil-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 20px 0;
  margin-bottom: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.gdp-author-page .profil-stat strong {
  display: block;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: -.02em;
}

.gdp-author-page .profil-stat span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gdp-author-page .spec-tag {
  padding: 6px 14px;
  color: var(--ink-2);
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
}

.gdp-author-page .bio-section {
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
}

.gdp-author-page .bio-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: start;
}

.gdp-author-page .bio-content h2,
.gdp-author-page .articles-section h2,
.gdp-author-page .equipe-section h2,
.gdp-author-page .echange-left h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.04;
  font-weight: 650;
  letter-spacing: -.04em;
}

.gdp-author-page .bio-content p,
.gdp-author-page .bio-content li {
  margin: 0 0 16px;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.75;
}

.gdp-author-page .bio-content strong {
  color: var(--ink);
  font-weight: 700;
}

.gdp-author-page .bio-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gdp-author-page .creds-box,
.gdp-author-page .presse-box {
  border-radius: var(--radius);
  padding: 22px;
}

.gdp-author-page .creds-box {
  background: var(--bg-2);
  border: 1px solid var(--line);
}

.gdp-author-page .creds-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gdp-author-page .creds-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.45;
}

.gdp-author-page .creds-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: grid;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-size: 12px;
  font-weight: 800;
}

.gdp-author-page .creds-list strong {
  display: block;
  color: var(--ink);
}

.gdp-author-page .presse-box {
  color: #fff;
  background: var(--c-navy);
}

.gdp-author-page .presse-items {
  display: grid;
  gap: 12px;
}

.gdp-author-page .presse-item {
  padding-bottom: 12px;
  color: rgba(255,255,255,.72);
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 13px;
  line-height: 1.5;
}

.gdp-author-page .presse-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.gdp-author-page .presse-item .media {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,.42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gdp-author-page .echange-section {
  padding: 56px 0;
  background: var(--c-navy);
}

.gdp-author-page .echange-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.gdp-author-page .echange-left h2 {
  color: #fff;
}

.gdp-author-page .echange-left p,
.gdp-author-page .echange-right {
  color: rgba(255,255,255,.68);
}

.gdp-author-page .echange-left p {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.7;
}

.gdp-author-page .echange-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gdp-author-page .btn-echange-primary,
.gdp-author-page .btn-echange-out,
.gdp-author-page .btn-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
}

.gdp-author-page .btn-echange-primary {
  color: #fff;
  background: var(--accent);
}

.gdp-author-page .btn-echange-out {
  color: rgba(255,255,255,.82);
  border: 1.5px solid rgba(255,255,255,.22);
}

.gdp-author-page .echange-right {
  padding: 24px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
}

.gdp-author-page .echange-disclaimer {
  margin-top: 14px;
  padding-top: 14px;
  color: rgba(255,255,255,.35);
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 11px;
}

.gdp-author-page .articles-section,
.gdp-author-page .equipe-section {
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.gdp-author-page .articles-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.gdp-author-page .articles-section-head p {
  max-width: 620px;
  color: var(--ink-2);
  font-size: 15px;
}

.gdp-author-page .articles-see-all {
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gdp-author-page .articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 40px;
}

.gdp-author-page .art-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gdp-author-page .art-card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-2);
}

.gdp-author-page .art-card-img-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.gdp-author-page .art-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gdp-author-page .art-card-cat-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  color: #fff;
  background: var(--accent);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gdp-author-page .art-card-meta {
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gdp-author-page .art-card-title {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -.03em;
}

.gdp-author-page .art-card:hover .art-card-title {
  color: var(--primary);
}

.gdp-author-page .art-card-excerpt {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.6;
}

.gdp-author-page .art-card-byline {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.gdp-author-page .byline-ava {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--c-navy);
  font-size: 12px;
  font-weight: 700;
}

.gdp-author-page .byline-txt {
  color: var(--muted);
  font-size: 12px;
}

.gdp-author-page .equipe-section {
  background: var(--bg-2);
}

.gdp-author-page .equipe-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.gdp-author-page .equipe-card {
  padding: 22px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.gdp-author-page .equipe-card-photo {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--c-navy);
  font-size: 24px;
  font-weight: 650;
}

.gdp-author-page .equipe-card-name {
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.gdp-author-page .equipe-card-role {
  margin: 5px 0 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gdp-author-page .equipe-card-spec {
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .gdp-author-page .profil-grid,
  .gdp-author-page .bio-grid,
  .gdp-author-page .echange-grid {
    grid-template-columns: 1fr;
  }

  .gdp-author-page .profil-photo-wrap {
    align-items: flex-start;
  }

  .gdp-author-page .articles-grid,
  .gdp-author-page .equipe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}

@media (max-width: 640px) {
  .gdp-author-page .wrap {
    width: min(100% - 32px, var(--maxw));
  }

  .gdp-author-page .profil-text h1 {
    font-size: 42px;
  }

  .gdp-author-page .articles-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .gdp-author-page .articles-grid,
  .gdp-author-page .equipe-grid {
    grid-template-columns: 1fr;
  }
}


.gdp-author-page [data-shortcode]::before,
.gdp-author-page [data-shortcode]::after { content: none !important; display: none !important; }

.gdp-author-page .ezds-shortcode-output {
  display: contents;
}

/* GDP Auteur - fil d'Ariane Niveau 1 */
.elementor-373 .elementor-element.elementor-element-a9cee1d .gdp-author-page .gdp-hub-page .gdp-wrap{width:auto;max-width:1200px;margin:0 auto;padding-left:28px;padding-right:28px}
.elementor-373 .elementor-element.elementor-element-a9cee1d .gdp-author-page .gdp-hub-page .breadcrumb{max-width:none;margin:0;padding:20px 0;font-family:var(--font-sans);font-size:12px;font-weight:400;letter-spacing:0;text-transform:none;color:var(--muted);display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.elementor-373 .elementor-element.elementor-element-a9cee1d .gdp-author-page .gdp-hub-page .breadcrumb a{color:var(--muted);transition:color .2s}
.elementor-373 .elementor-element.elementor-element-a9cee1d .gdp-author-page .gdp-hub-page .breadcrumb a:hover{color:var(--c-navy)}
.elementor-373 .elementor-element.elementor-element-a9cee1d .gdp-author-page .gdp-hub-page .breadcrumb span{margin:0}
.elementor-373 .elementor-element.elementor-element-a9cee1d .gdp-author-page .gdp-hub-page .breadcrumb .breadcrumb-sep{color:var(--line)}
.elementor-373 .elementor-element.elementor-element-a9cee1d .gdp-author-page .gdp-hub-page .breadcrumb .breadcrumb-current{color:var(--c-navy);font-weight:500}


/* Espace supplementaire apres la grille des articles. */
.elementor-373 .elementor-element.elementor-element-a9cee1d .gdp-author-page .equipe-section{padding-top:112px}
/* GDP GLOBAL SEGEO TYPOGRAPHY */
.elementor-373 .elementor-element.elementor-element-a9cee1d,
.elementor-373 .elementor-element.elementor-element-a9cee1d *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class^="eicon"]):not([class*=" eicon-"]){
  font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,sans-serif!important
}/* End custom CSS */