.elementor-19706 .elementor-element.elementor-element-c41d8da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19706 .elementor-element.elementor-element-b037785{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19706 .elementor-element.elementor-element-4eed827{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-93c313e */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Outfit:wght@300;400;500;600&display=swap');
 
:root {
  --vert:    #1B4332;
  --vert2:   #0D2B1E;
  --orange:  #ef5c1a;
  --orange2: #c94a12;
  --creme:   #FAF7F2;
  --texte:   #1A1A1A;
  --gris:    #6B7280;
  --ligne:   #E5E0D8;
}
 
/* ══ HERO ══ */
.prt-hero {
  background: var(--vert);
  padding: 72px 24px 0;
  position: relative;
  overflow: hidden;
  font-family: 'Outfit', sans-serif;
}
 
.prt-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px,
    rgba(255,255,255,0.04) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
}
 
/* Motif géométrique décoratif */
.prt-hero::after {
  content: '⬡';
  position: absolute;
  right: -60px;
  bottom: -60px;
  font-size: 320px;
  color: rgba(255,255,255,0.025);
  pointer-events: none;
  line-height: 1;
}
 
.prt-hero-inner {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: end;
}
 
@media (max-width: 860px) {
  .prt-hero-inner { grid-template-columns: 1fr; gap: 32px; }
}
 
/* Texte */
.prt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 20px;
}
.prt-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--orange);
}
 
.prt-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 700;
  color: white;
  line-height: 1.05;
  margin-bottom: 20px;
}
 
.prt-hero-title em {
  font-style: italic;
  color: var(--orange);
}
 
.prt-hero-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 1.85;
  max-width: 520px;
  margin-bottom: 32px;
}
.prt-hero-desc strong { color: rgba(255,255,255,0.9); }
 
/* Badge légalité */
.prt-legal-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: rgba(239,92,26,0.12);
  border: 1px solid rgba(239,92,26,0.25);
  border-radius: 8px;
  margin-bottom: 36px;
}
 
.prt-legal-badge-icon {
  font-size: 20px;
  flex-shrink: 0;
}
 
.prt-legal-badge-text {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
}
 
.prt-legal-badge-text strong { color: var(--orange); }
 
/* Carte flottante — engagement légalité */
.prt-hero-card {
  background: white;
  border-radius: 4px 4px 0 0;
  padding: 28px 24px;
  align-self: end;
}
 
.prt-hero-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--vert);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
 
.prt-hero-card-title::before {
  content: '';
  display: block;
  width: 3px;
  height: 20px;
  background: var(--orange);
  border-radius: 2px;
  flex-shrink: 0;
}
 
.prt-engagements { display: flex; flex-direction: column; gap: 10px; }
 
.prt-engagement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--gris);
  line-height: 1.5;
}
 
.prt-engagement-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(27,67,50,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--vert);
  flex-shrink: 0;
  margin-top: 1px;
}
 
.prt-engagement strong { color: var(--texte); }
 
@media (max-width: 860px) {
  .prt-hero-card { border-radius: 8px; margin-bottom: 32px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de0f876 */.prt-main {
  background: #FAF7F2;
  padding: 64px 24px;
  font-family: 'Outfit', sans-serif;
}
 
.prt-main-inner { max-width: 1040px; margin: 0 auto; }
 
/* ── EN-TÊTE SECTION ── */
.prt-section-header {
  text-align: center;
  margin-bottom: 48px;
}
 
.prt-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ef5c1a;
  margin-bottom: 12px;
}
.prt-section-eyebrow::before,
.prt-section-eyebrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #ef5c1a;
}
 
.prt-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  color: #1B4332;
  line-height: 1.15;
  margin-bottom: 12px;
}
 
.prt-section-sub {
  font-size: 14.5px;
  color: #6B7280;
  line-height: 1.8;
  max-width: 580px;
  margin: 0 auto;
}
 
.prt-section-sub strong { color: #1A1A1A; }
 
/* ── GRILLE PARTENAIRES ── */
.prt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #E5E0D8;
  border: 1px solid #E5E0D8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 48px;
}
 
@media (max-width: 860px) { .prt-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .prt-grid { grid-template-columns: 1fr; } }
 
.prt-card {
  background: white;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  transition: background 0.2s;
}
 
.prt-card:hover { background: #FAF7F2; }
 
/* Accent couleur selon type */
.prt-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #1B4332;
  opacity: 0;
  transition: opacity 0.2s;
}
 
.prt-card:hover::before { opacity: 1; }
 
.prt-card.orange-accent::before { background: #ef5c1a; }
 
/* Bandeau officiel */
.prt-card-official {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1B4332;
  background: rgba(27,67,50,0.07);
  border: 1px solid rgba(27,67,50,0.12);
  padding: 3px 8px;
  border-radius: 20px;
  margin-bottom: 16px;
  width: fit-content;
}
 
.prt-card.orange-accent .prt-card-official {
  color: #ef5c1a;
  background: rgba(239,92,26,0.07);
  border-color: rgba(239,92,26,0.15);
}
 
/* Logo/icône partenaire */
.prt-card-logo {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(27,67,50,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 14px;
  flex-shrink: 0;
  transition: background 0.2s;
}
 
.prt-card:hover .prt-card-logo { background: rgba(27,67,50,0.1); }
.prt-card.orange-accent .prt-card-logo { background: rgba(239,92,26,0.08); }
 
/* Nom + sigle */
.prt-card-sigle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: #1B4332;
  line-height: 1;
  margin-bottom: 4px;
}
 
.prt-card-name {
  font-size: 12px;
  color: #6B7280;
  line-height: 1.4;
  margin-bottom: 14px;
}
 
.prt-card-name strong { color: #1A1A1A; }
 
/* Description */
.prt-card-desc {
  font-size: 13px;
  color: #6B7280;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 16px;
}
 
.prt-card-desc strong { color: #1A1A1A; }
 
/* Ce que ça signifie */
.prt-card-what {
  padding-top: 14px;
  border-top: 1px dashed #E5E0D8;
}
 
.prt-card-what-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ef5c1a;
  margin-bottom: 6px;
}
 
.prt-card-what-text {
  font-size: 12.5px;
  color: #6B7280;
  line-height: 1.6;
  font-style: italic;
}
 
/* Lien officiel */
.prt-card-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #1B4332;
  text-decoration: none;
  margin-top: 12px;
  border-bottom: 1px solid rgba(27,67,50,0.2);
  padding-bottom: 1px;
  transition: color 0.15s, border-color 0.15s;
  width: fit-content;
}
 
.prt-card-link:hover {
  color: #ef5c1a;
  border-color: #ef5c1a;
  text-decoration: none;
}
 
/* ── SÉPARATEUR ── */
.prt-sep {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 48px 0;
}
 
.prt-sep::before,
.prt-sep::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #E5E0D8;
}
 
.prt-sep-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6B7280;
  white-space: nowrap;
}
 
/* ── CADRE RÉGLEMENTAIRE ── */
.prt-reglement {
  background: #1B4332;
  border-radius: 8px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
}
 
.prt-reglement::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px,
    rgba(255,255,255,0.04) 1px, transparent 0);
  background-size: 24px 24px;
  pointer-events: none;
}
 
.prt-reglement-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
 
@media (max-width: 680px) {
  .prt-reglement-inner { grid-template-columns: 1fr; gap: 24px; }
  .prt-reglement { padding: 28px 24px; }
}
 
.prt-reg-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin-bottom: 12px;
}
 
.prt-reg-title em { font-style: italic; color: #ef5c1a; }
 
.prt-reg-desc {
  font-size: 13.5px;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
}
 
.prt-reg-desc strong { color: rgba(255,255,255,0.9); }
 
.prt-reg-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
 
.prt-reg-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 12px 14px;
}
 
.prt-reg-item-icon {
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}
 
.prt-reg-item-text {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}
 
.prt-reg-item-text strong { color: white; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8cbdcfd */.prt-cred {
  background: #FAF7F2;
  padding: 0 24px 80px;
  font-family: 'Outfit', sans-serif;
}
 
.prt-cred-inner { max-width: 1040px; margin: 0 auto; }
 
/* ── STATS BANDE ── */
.prt-stats-band {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  background: #E5E0D8;
  border: 1px solid #E5E0D8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 56px;
}
 
@media (max-width: 860px) {
  .prt-stats-band { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
  .prt-stats-band { grid-template-columns: repeat(2, 1fr); }
}
 
.prt-stat {
  background: white;
  padding: 24px 16px;
  text-align: center;
  transition: background 0.15s;
}
 
.prt-stat:hover { background: #FAF7F2; }
 
.prt-stat-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 700;
  color: #1B4332;
  line-height: 1;
  margin-bottom: 6px;
}
 
.prt-stat-val span { color: #ef5c1a; }
 
.prt-stat-label {
  font-size: 11px;
  color: #6B7280;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
 
/* ── GRILLE CRÉDIBILITÉ ── */
.prt-cred-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 56px;
}
 
@media (max-width: 768px) {
  .prt-cred-grid { grid-template-columns: 1fr; }
}
 
/* Bloc gauche — Pourquoi nous choisir */
.prt-why-block {
  background: white;
  border: 1.5px solid #E5E0D8;
  border-radius: 8px;
  overflow: hidden;
}
 
.prt-why-header {
  background: #1B4332;
  padding: 20px 24px;
}
 
.prt-why-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: white;
}
 
.prt-why-sub {
  font-size: 12.5px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}
 
.prt-why-body { padding: 0; }
 
.prt-why-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 24px;
  border-bottom: 1px solid #E5E0D8;
  transition: background 0.15s;
}
 
.prt-why-item:last-child { border-bottom: none; }
.prt-why-item:hover { background: #FAF7F2; }
 
.prt-why-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(27,67,50,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
 
.prt-why-item-title {
  font-size: 13px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 3px;
}
 
.prt-why-item-desc {
  font-size: 12.5px;
  color: #6B7280;
  line-height: 1.6;
}
 
/* Bloc droit — Différenciateurs vs concurrents */
.prt-diff-block {
  background: white;
  border: 1.5px solid #E5E0D8;
  border-radius: 8px;
  overflow: hidden;
}
 
.prt-diff-header {
  background: #ef5c1a;
  padding: 20px 24px;
}
 
.prt-diff-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: white;
}
 
.prt-diff-sub {
  font-size: 12.5px;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
}
 
.prt-diff-table {
  width: 100%;
}
 
.prt-diff-row {
  display: grid;
  grid-template-columns: 1fr 80px 80px;
  gap: 0;
  border-bottom: 1px solid #E5E0D8;
}
 
.prt-diff-row:last-child { border-bottom: none; }
 
.prt-diff-row-header {
  background: #FAF7F2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6B7280;
}
 
.prt-diff-cell {
  padding: 13px 16px;
  font-size: 12.5px;
  color: #6B7280;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
 
.prt-diff-cell:not(:first-child) {
  justify-content: center;
  border-left: 1px solid #E5E0D8;
  font-size: 16px;
}
 
.prt-diff-cell.acacia { color: #1B4332; font-weight: 600; font-size: 12.5px; }
.prt-diff-cell.yes { color: #16a34a; }
.prt-diff-cell.no  { color: #dc2626; }
.prt-diff-cell.partial { color: #d97706; font-size: 12px; }
 
/* ── TÉMOIGNAGES ── */
.prt-temoignages {
  margin-bottom: 56px;
}
 
.prt-temoignages-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: #1B4332;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
 
.prt-temoignages-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #E5E0D8;
}
 
.prt-temoignages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
 
@media (max-width: 768px) {
  .prt-temoignages-grid { grid-template-columns: 1fr; }
}
 
.prt-temoignage {
  background: white;
  border: 1.5px solid #E5E0D8;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
 
.prt-temoignage::before {
  content: '"';
  position: absolute;
  top: 10px;
  right: 16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  color: rgba(239,92,26,0.1);
  line-height: 1;
}
 
.prt-temoignage-text {
  font-size: 13.5px;
  color: #6B7280;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
 
.prt-temoignage-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
 
.prt-temoignage-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1B4332;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  color: white;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
}
 
.prt-temoignage-name {
  font-size: 12px;
  font-weight: 600;
  color: #1A1A1A;
}
 
.prt-temoignage-detail {
  font-size: 11px;
  color: #6B7280;
}
 
.prt-temoignage-flag {
  margin-left: auto;
  font-size: 20px;
}
 
/* ── CTA FINAL ── */
.prt-cta {
  background: #1B4332;
  border-radius: 12px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
 
@media (max-width: 768px) {
  .prt-cta { grid-template-columns: 1fr; padding: 32px 24px; gap: 28px; }
}
 
.prt-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px,
    rgba(255,255,255,0.04) 1px, transparent 0);
  background-size: 24px 24px;
  pointer-events: none;
}
 
.prt-cta-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ef5c1a;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
 
.prt-cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  color: white;
  line-height: 1.15;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
 
.prt-cta-title em { font-style: italic; color: #ef5c1a; }
 
.prt-cta-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
 
.prt-cta-desc strong { color: rgba(255,255,255,0.9); }
 
.prt-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
 
.prt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 4px;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
  min-width: 210px;
}
 
.prt-btn.orange { background: #ef5c1a; color: white; }
.prt-btn.orange:hover { background: #c94a12; color: white; text-decoration: none; }
 
.prt-btn.ghost {
  background: transparent;
  color: white;
  border: 1.5px solid rgba(255,255,255,0.2);
}
.prt-btn.ghost:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
  color: white;
  text-decoration: none;
}/* End custom CSS */