/* RD_LE_FOUR_HOME_DOCS_SYNC
   Correctif ciblé V6 :
   - carte accueil si index pack absent ;
   - bloc documentaires séparé avec embeds ;
   - lisibilité mobile sans casser le menu global.
*/
/* RD_ANTI_REGRESSION_SHARE_BUTTONS */

.rd-home-today-sync-le-four {
  width: min(1120px, calc(100vw - 32px));
  margin: 28px auto;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, #ffffff, #e3f8ff);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 28px 80px rgba(6,36,59,.18);
}

.rd-home-today-sync-le-four__media {
  min-height: 320px;
  background: #d7eef7;
  overflow: hidden;
}

.rd-home-today-sync-le-four__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.rd-home-today-sync-le-four__body {
  padding: clamp(24px, 4vw, 52px);
  color: #061f35;
}

.rd-home-today-sync-le-four__body h2 {
  margin: 0 0 12px;
  color: #061f35;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: .92;
  letter-spacing: -.055em;
}

.rd-home-today-sync-le-four__body p {
  color: #244f6a;
  font-weight: 760;
  line-height: 1.6;
  font-size: 1.1rem;
}

.rd-home-today-sync-le-four__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 999px;
  background: #2d8dc3;
  color: #ffffff !important;
  font-weight: 950;
  text-decoration: none;
}

.rd-docs-embed-le-four {
  margin: 34px auto;
  padding: clamp(22px, 4vw, 44px);
  border-radius: 32px;
  background: linear-gradient(135deg, #082f4a, #0f6d92);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(6,36,59,.18);
}

.rd-docs-embed-le-four h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(2rem, 4.5vw, 4.4rem);
  line-height: .96;
  letter-spacing: -.05em;
}

.rd-docs-embed-le-four p {
  color: #eaf9ff;
  line-height: 1.65;
}

.rd-docs-embed-le-four__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.rd-docs-embed-le-four__card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
}

.rd-docs-embed-le-four__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #061f35;
}

.rd-docs-embed-le-four__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rd-docs-embed-le-four__body {
  padding: 18px;
}

.rd-docs-embed-le-four__body h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.05rem;
}

.rd-docs-embed-le-four__body p {
  margin: 0;
  color: #eaf9ff;
}

@media (max-width: 860px) {
  .rd-home-today-sync-le-four,
  .rd-docs-embed-le-four__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .rd-home-today-sync-le-four,
  .rd-docs-embed-le-four {
    width: min(94vw, 680px);
    border-radius: 24px;
  }

  .rd-home-today-sync-le-four__body,
  .rd-docs-embed-le-four {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rd-home-today-sync-le-four__button {
    width: 100%;
    text-align: center;
  }
}