/* =========================================================
   LA PIEUVRE - PAGE CREATION GRAPHIQUE
   Cotes relevees dans l'export de la maquette Design (1440 x 6190).
   Cette feuille complete page-web.css, qui porte les composants communs
   (bandeau haut, carrousel, tuiles, cartes cas clients, FAQ, bandeau contact).
   ========================================================= */

/* ---------- Bandeau haut : quelques ecarts propres a cette page ---------- */
.lp-design .lp-wh__texte h1 { margin-top: 26px; }   /* pastille y172, H1 y224 */
.lp-design .lp-wh__media > img:first-child { height: 425px; }
.lp-design .lp-wh__cta { margin-top: 43px; }        /* texte fin y492, bouton y535 */
.lp-design .lp-wh__cta .lp-btn { padding: 14px 17px; }

/* ---------- Print / Digital ---------- */
.lp-ds { padding: 196px 0 0; }                       /* bande fin 704, titre y900 */
.lp-ds__titre {                                      /* 877 de large, centre, 45px */
  max-width: 877px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  font-size: 45px;
  line-height: 56px;
}

.lp-onglets { margin-top: 48px; }                    /* titre y900, pastilles y1050 */
.lp-onglets__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.lp-onglets__btn {
  min-width: 111px;
  height: 26px;
  border: 0;
  cursor: pointer;
  background: var(--bleu-clair);
  transition: background .2s ease;
}
.lp-onglets__btn.is-active { background: var(--jaune); }

.lp-onglets__panneau { display: none; }
.lp-onglets__panneau.is-active {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 105px;
  align-items: center;
  padding: 0 141px 0 248px;                          /* texte a x248, visuel jusqu'a 1294 */
  margin-top: 48px;
}
.lp-onglets__texte h3 {                              /* 22px SemiBold, 411 de large */
  font-family: var(--font-texte);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 26px;
}
.lp-onglets__texte p { font-size: 18px; line-height: 25px; }
.lp-onglets__media img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* ---------- Deroulement : la bande demarre plus haut ---------- */
.lp-design .lp-wc { margin-top: 90px; padding: 95px 0 97px; }
.lp-design .lp-wc__soustitre {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lp-design .lp-wc__cta { padding-right: 109px; margin-top: 50px; }
.lp-design .lp-tuile h3 { margin-top: 23px; }
.lp-design .lp-tuile p { margin-top: 12px; }

/* ---------- Logiciels ---------- */
.lp-wm--design { padding: 75px 0 0; }
.lp-wm--design .lp-wm__vague { left: -128px; top: -126px; width: 658px; }
.lp-wm--design .lp-wm__inner { padding: 0 100px 0 45.8%; }
.lp-wm--design .lp-wm__inner h2 { font-size: 45px; line-height: 56px; }
.lp-wm--design .lp-wm__inner p { line-height: 25px; }

/* ---------- Graphiste a Versailles ---------- */
.lp-dg { padding: 145px 0 0; }                       /* texte fin y2693, visuel y2838 */
/* Bloc resserre : le visuel et la carte texte font la meme hauteur. */
.lp-dg__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 24px;
  align-items: stretch;
  padding: 0 190px;
}
.lp-dg__media { display: flex; min-width: 0; }
.lp-dg__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 20px;
}
.lp-dg__carte {                                      /* carte bleue, inclinee -2deg */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--bleu-clair);
  border-radius: 20px;
  padding: 40px 34px;
  text-align: center;
  transform: rotate(-2deg);
}
.lp-dg__carte h2 {
  font-size: 35px;
  line-height: 44px;
  margin-bottom: 20px;
}
.lp-dg__carte p { font-size: 18px; line-height: 25px; }

/* ---------- Cas clients et suite : ecarts propres a cette page ---------- */
.lp-design .lp-cases--page { padding-top: 132px; }
.lp-design .lp-wt { margin-top: 132px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .lp-ds { padding-top: 90px; }
  .lp-ds__titre { font-size: 38px; line-height: 46px; }
  .lp-onglets { margin-top: 50px; }
  .lp-onglets__panneau.is-active {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 40px;
    margin-top: 50px;
  }
  .lp-design .lp-wc { margin-top: 70px; padding: 60px 0; }
  .lp-design .lp-wc__cta { padding-right: 40px; }
  .lp-wm--design { padding-top: 40px; }
  .lp-wm--design .lp-wm__inner { padding: 0 40px 0 45%; }
  .lp-dg { padding-top: 70px; }
  .lp-dg__inner { grid-template-columns: 1fr; gap: 40px; padding: 0 40px; }
  .lp-dg__carte { transform: none; }
  .lp-dg__media img { height: auto; min-height: 0; }
  .lp-design .lp-cases--page { padding-top: 70px; }
  .lp-design .lp-wt { margin-top: 70px; }
}

@media (max-width: 940px) {
  .lp-ds { padding-top: 60px; }
  .lp-ds__titre { font-size: 32px; line-height: 38px; padding: 0 16px; }
  .lp-onglets__panneau.is-active { padding: 0 16px; margin-top: 36px; }
  .lp-dg__inner { padding: 0 16px; }
  .lp-dg__carte { padding: 32px 24px; }
  .lp-dg__carte h2 { font-size: 28px; line-height: 34px; }
  .lp-wm--design .lp-wm__inner { padding: 0 16px; }
  .lp-design .lp-wc { margin-top: 50px; }
  .lp-design .lp-wc__cta { padding-right: 16px; }
}
