.elementor-2853 .elementor-element.elementor-element-712c9b2{margin-top:0px;margin-bottom:-31px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2853 .elementor-element.elementor-element-aa803ab{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -40px) 0px;text-align:center;}.elementor-2853 .elementor-element.elementor-element-aa803ab .elementor-heading-title{font-family:"Nokora", Sans-serif;font-size:96px;font-weight:600;color:#451238;}.elementor-2853 .elementor-element.elementor-element-79f35e4{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -41px) 0px;padding:0px 0px 0px 0px;}.elementor-2853 .elementor-element.elementor-element-7510a44{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -43px) 0px;}.elementor-2853 .elementor-element.elementor-element-7c86185{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -41px) 0px;}.elementor-2853 .elementor-element.elementor-element-e61bc46{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -40px) 0px;}.elementor-2853 .elementor-element.elementor-element-252c5c9{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}/* Start custom CSS for heading, class: .elementor-element-aa803ab *//* HERO AVEC IMAGE DE FOND */
.faeda-hero-bg {
  position: relative;
  min-height: 720px;
  background-image: url('https://faedaceramic.ch/wp-content/uploads/2026/04/01-scaled.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  overflow: hidden;

  /* espace en haut pour logo + menu */
  padding-top: 170px;

  /* centre horizontalement */
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* BLOC TEXTE */
.faeda-hero-content {
  text-align: center;
  max-width: 760px;
  padding: 40px 20px 20px;
}

/* TITRE */
.faeda-hero-content h1 {
  font-family: 'AntipastoTitle', sans-serif !important;
  font-size: 72px;
  line-height: 1.05;
  font-weight: 800 !important;
  color: #2a1020;
  margin: 0 0 18px 0;
  letter-spacing: 0;
}

/* TEXTE */
.faeda-hero-content p {
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 28px;
  line-height: 1.28;
  color: #2a1020;
  max-width: 700px;
  margin: 0 auto 26px auto;
}

/* BOUTON */
.faeda-hero-btn {
  display: inline-block;
  font-family: 'AntipastoTitle', sans-serif !important;
  font-size: 22px;
  line-height: 1;
  color: #fff !important;
  background: #b45735;
  padding: 16px 34px;
  border-radius: 999px;
  text-decoration: none !important;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.18),
              0 3px 8px rgba(0,0,0,0.12);
  transition: 0.25s ease;
}

.faeda-hero-btn:hover {
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .faeda-hero-bg {
    min-height: 620px;
    padding-top: 150px;
    background-position: center top;
  }

  .faeda-hero-content h1 {
    font-size: 58px;
  }

  .faeda-hero-content p {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .faeda-hero-bg {
    min-height: 520px;
    padding-top: 120px;
    background-position: center top;
  }

  .faeda-hero-content {
    max-width: 95%;
    padding: 20px 15px 10px;
  }

  .faeda-hero-content h1 {
    font-size: 42px;
    margin-bottom: 14px;
  }

  .faeda-hero-content p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .faeda-hero-btn {
    font-size: 18px;
    padding: 14px 26px;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-79f35e4 *//* ============================= */
/* ===== POLICES ===== */
/* ============================= */

@font-face {
  font-family: 'AntipastoTitle';
  src: url('https://faedaceramic.ch/wp-content/uploads/2026/04/Antipasto-Pro-ExtraBold-trial.ttf') format('truetype');
  font-weight: 800;
}

@font-face {
  font-family: 'MarlinSoft';
  src: url('https://faedaceramic.ch/wp-content/uploads/2026/04/FontMesa-MarlinSoftBasic-Regular.otf') format('opentype');
}

/* ============================= */
/* ===== SECTION ===== */
/* ============================= */

.faeda-courses {
  padding: 100px 20px;
  background-image: url('https://faedaceramic.ch/wp-content/uploads/2026/04/Plan-de-travail-2@4x-100-scaled.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
}

.faeda-courses-container {
  max-width: 1200px;
  margin: auto;
}

/* ============================= */
/* ===== TITRE ===== */
/* ============================= */

.faeda-courses h2 {
  font-family: 'AntipastoTitle', sans-serif !important;
  font-size: 56px;
  margin-bottom: 60px;
}

/* ============================= */
/* ===== CARDS ===== */
/* ============================= */

.faeda-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.faeda-card {
  width: 320px;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s ease;
}

/* ============================= */
/* ===== IMAGES FIX ===== */
/* ============================= */

.faeda-img {
  height: 180px;
  border-radius: 15px;
  margin-bottom: 20px;

  background-size: contain; /* ✅ PLUS DE COUPURE */
  background-position: center center;
  background-repeat: no-repeat;
}

/* images */
.card-1 .faeda-img {
  background-image: url('https://faedaceramic.ch/wp-content/uploads/2026/04/20260404_1209_Image-Generation_remix_01knc2vtgpfh9sctpt8dwz8q3n.png');
}

.card-2 .faeda-img {
  background-image: url('https://faedaceramic.ch/wp-content/uploads/2026/04/20260404_1210_Deux-Pots-Pastel_remix_01knc2ysj4er294dvwpemh8ckq.png');
}

.card-3 .faeda-img {
  background-image: url('https://faedaceramic.ch/wp-content/uploads/2026/04/20260404_1214_Pots-Coeur-Pastel_remix_01knc365yaf6nbhq8096h4adk7.png');
}

/* ============================= */
/* ===== TEXT ===== */
/* ============================= */

.faeda-card h3 {
  font-family: 'AntipastoTitle', sans-serif !important;
  font-size: 26px;
  margin-bottom: 10px;
  color: #451238 !important;
}

.faeda-card p {
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 16px;
  margin-bottom: 15px;
  color: #5a4a4a !important;
}

/* ============================= */
/* ===== TAG ===== */
/* ============================= */

.faeda-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  color: #ffffff !important;
}

/* ============================= */
/* ===== COULEURS + SHADOW ===== */
/* ============================= */

.card-1 {
  background: #e7b5aa;
  box-shadow: 0 10px 25px rgba(199, 130, 110, 0.4);
}

.card-2 {
  background: #c7786b;
  box-shadow: 0 10px 25px rgba(150, 70, 60, 0.4);
}

.card-3 {
  background: #f0d3b4;
  box-shadow: 0 10px 25px rgba(180, 120, 70, 0.4);
}

/* TAG COLORS */

.card-1 .faeda-tag {
  background: #d89b72;
}

.card-2 .faeda-tag {
  background: #a64f45;
}

.card-3 .faeda-tag {
  background: #b45735;
}

/* ============================= */
/* ===== HOVER ===== */
/* ============================= */

.faeda-card:hover {
  transform: translateY(-8px);
}

/* ============================= */
/* ===== FIX LIENS ===== */
/* ============================= */

.faeda-card a {
  color: inherit !important;
  text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-7510a44 *//* ============================= */
/* ===== CTA SECTION ===== */
/* ============================= */

.faeda-cta-section {
  padding: 40px 20px;
  background-image: url('https://faedaceramic.ch/wp-content/uploads/2026/04/Plan-de-travail-3@4x-100-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faeda-cta-container {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 220px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

/* IMAGE À GAUCHE */
.faeda-cta-image {
  flex: 0 0 180px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.faeda-cta-image img {
  max-width: 170px;
  width: 100%;
  height: auto;
  display: block;
}

/* TEXTE */
.faeda-cta-content {
  flex: 1 1 auto;
  text-align: center;
}

.faeda-cta-content h2 {
  font-family: 'AntipastoTitle', sans-serif !important;
  font-size: 54px;
  line-height: 1.05;
  color: #451238;
  margin: 0 0 12px 0;
}

.faeda-cta-content p {
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 24px;
  line-height: 1.35;
  color: #451238;
  margin: 0;
}

/* BOUTON À DROITE */
.faeda-cta-button-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.faeda-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: #b45735;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 999px;
  font-family: 'AntipastoTitle', sans-serif !important;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.faeda-cta-btn:hover {
  background: #9e4a2c;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

/* ============================= */
/* ===== RESPONSIVE ===== */
/* ============================= */

@media (max-width: 1024px) {
  .faeda-cta-content h2 {
    font-size: 42px;
  }

  .faeda-cta-content p {
    font-size: 20px;
  }

  .faeda-cta-image {
    flex-basis: 140px;
  }

  .faeda-cta-image img {
    max-width: 130px;
  }
}

@media (max-width: 767px) {
  .faeda-cta-container {
    flex-direction: column;
    text-align: center;
    min-height: auto;
    gap: 20px;
  }

  .faeda-cta-image,
  .faeda-cta-button-wrap {
    justify-content: center;
  }

  .faeda-cta-content h2 {
    font-size: 34px;
  }

  .faeda-cta-content p {
    font-size: 18px;
  }

  .faeda-cta-btn {
    font-size: 18px;
    padding: 12px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-7c86185 *//* ============================= */
/* ===== POLICES ===== */
/* ============================= */

@font-face {
  font-family: 'AntipastoTitle';
  src: url('https://faedaceramic.ch/wp-content/uploads/2026/04/Antipasto-Pro-ExtraBold-trial.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'MarlinSoft';
  src: url('https://faedaceramic.ch/wp-content/uploads/2026/04/FontMesa-MarlinSoftBasic-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* ============================= */
/* ===== SECTION PROCESS ===== */
/* ============================= */

.faeda-process {
  padding: 120px 20px;
  background-image: url('https://faedaceramic.ch/wp-content/uploads/2026/04/20260404_1425.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faeda-process-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* ============================= */
/* ===== TITRE ===== */
/* ============================= */

.faeda-process h2 {
  font-family: 'AntipastoTitle', sans-serif !important;
  font-size: 56px;
  line-height: 1.12;
  text-align: center;
  color: #451238 !important;
  margin: 0 0 60px 0;
}

/* ============================= */
/* ===== LISTE DES ÉTAPES ===== */
/* ============================= */

.faeda-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* ============================= */
/* ===== BLOC ÉTAPE ===== */
/* ============================= */

.faeda-step {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 28px 34px;
  border-radius: 28px;
  background: rgba(255, 247, 235, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 10px 24px rgba(120, 70, 50, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faeda-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(120, 70, 50, 0.14);
}

/* ============================= */
/* ===== IMAGE À GAUCHE ===== */
/* ============================= */

.faeda-step-img {
  width: 112px;
  height: 112px;
  min-width: 112px;
  object-fit: contain;
  padding: 12px;
  border-radius: 34px;
  background: linear-gradient(
    135deg,
    rgba(255, 247, 235, 0.92),
    rgba(240, 220, 205, 0.55)
  );
  box-shadow: 0 8px 20px rgba(120, 70, 50, 0.08);
  transition: transform 0.3s ease;
}

.faeda-step:hover .faeda-step-img {
  transform: scale(1.05);
}

/* ============================= */
/* ===== CONTENU TEXTE ===== */
/* ============================= */

.faeda-step-content {
  flex: 1;
  min-width: 0;
}

.faeda-step-content h3,
.faeda-step h3 {
  font-family: 'AntipastoTitle', sans-serif !important;
  font-size: 30px;
  line-height: 1.2;
  color: #451238 !important;
  margin: 0 0 10px 0;
}

.faeda-step-content p,
.faeda-step p {
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 18px;
  line-height: 1.65;
  color: #6b5a5a !important;
  margin: 0;
}

/* ============================= */
/* ===== FIX COULEURS THÈME ===== */
/* ============================= */

.faeda-process,
.faeda-process * {
  box-sizing: border-box;
}

.faeda-process h2,
.faeda-process h3 {
  color: #451238 !important;
}

.faeda-process p,
.faeda-process .elementor-widget-text-editor,
.faeda-process .elementor-widget-text-editor * {
  color: #6b5a5a !important;
}

/* ============================= */
/* ===== RESPONSIVE TABLETTE ===== */
/* ============================= */

@media (max-width: 1024px) {
  .faeda-process {
    padding: 90px 20px;
  }

  .faeda-process h2 {
    font-size: 46px;
    margin-bottom: 45px;
  }

  .faeda-step {
    padding: 24px 24px;
    gap: 22px;
  }

  .faeda-step-img {
    width: 96px;
    height: 96px;
    min-width: 96px;
    border-radius: 30px;
  }

  .faeda-step-content h3,
  .faeda-step h3 {
    font-size: 26px;
  }

  .faeda-step-content p,
  .faeda-step p {
    font-size: 17px;
  }
}

/* ============================= */
/* ===== RESPONSIVE MOBILE ===== */
/* ============================= */

@media (max-width: 767px) {
  .faeda-process {
    padding: 70px 16px;
  }

  .faeda-process h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 35px;
  }

  .faeda-step {
    align-items: center;
    gap: 16px;
    padding: 18px 16px;
    border-radius: 22px;
  }

  .faeda-step-img {
    width: 78px;
    height: 78px;
    min-width: 78px;
    padding: 8px;
    border-radius: 24px;
  }

  .faeda-step-content h3,
  .faeda-step h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .faeda-step-content p,
  .faeda-step p {
    font-size: 15px;
    line-height: 1.55;
  }
}

/* ============================= */
/* ===== BOUTON PROCESS ===== */
/* ============================= */

.faeda-process-btn {
  text-align: center;
  margin-top: 60px;
}

.faeda-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 34px;

  background: #b45735;
  color: #ffffff !important;

  border-radius: 999px;
  text-decoration: none !important;

  font-family: 'AntipastoTitle', sans-serif !important;
  font-size: 20px;

  box-shadow: 0 8px 20px rgba(120, 70, 50, 0.25);

  transition: all 0.3s ease;
}

/* hover */
.faeda-btn:hover {
  background: #9e4a2c;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(120, 70, 50, 0.35);
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-e61bc46 *//* ================================== */
/* ===== FAEDA OFFERS SECTION ======= */
/* ================================== */

.faeda-offers {
  position: relative;
  overflow: hidden;
  padding: 180px 20px;
  min-height: 1000px;
  background-image: url('https://faedaceramic.ch/wp-content/uploads/2026/04/20260404_1425.jpg');
  background-size: cover;
  background-position: center top;
background-size: 100% auto;
background-repeat: repeat-y;
}

.faeda-offers::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(248, 239, 231, 0.78);
  z-index: 0;
}

.faeda-offers::after {
  display: none;
}

.faeda-offers-container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  font-variant-numeric: lining-nums;
}

/* ================================== */
/* ===== HERO LAYOUT ================ */
/* ================================== */

.faeda-offers-hero {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 52px;
  align-items: start;
}

/* ================================== */
/* ===== INTRO ====================== */
/* ================================== */

.faeda-offers-intro {
  position: sticky;
  top: 100px;
}

.faeda-offers-label {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.92);
  border: 1px solid rgba(69, 18, 56, 0.08);
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #7a615e !important;
}

/* seulement le grand titre de section garde la police déco */
.faeda-offers-intro h2 {
  margin: 0 0 20px 0;
  font-family: 'AntipastoTitle', sans-serif !important;
  font-size: 78px;
  line-height: 0.92;
  letter-spacing: -1px;
  color: #451238 !important;
}

.faeda-offers-intro p {
  max-width: 390px;
  margin: 0;
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 19px;
  line-height: 1.8;
  color: #6c5a59 !important;
}

/* ================================== */
/* ===== OFFERS GRID ================ */
/* ================================== */

.faeda-offers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.faeda-offer-card {
  background: rgba(255, 251, 247, 0.9);
  border: 1px solid rgba(69, 18, 56, 0.08);
  border-radius: 30px;
  padding: 28px 28px 26px;
  box-shadow: 0 16px 40px rgba(89, 51, 39, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faeda-offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(89, 51, 39, 0.12);
}

.faeda-offer-card-featured {
  background: linear-gradient(135deg, rgba(180, 87, 53, 0.10), rgba(255, 250, 245, 0.95));
}

.faeda-offer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.faeda-offer-type {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(69, 18, 56, 0.06);
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 13px;
  color: #6c5a59 !important;
}

/* prix en police stable */
.faeda-offer-price {
  font-family: Arial, 'MarlinSoft', sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  color: #b45735 !important;
}

/* titres de cartes en police stable pour éviter les caractères cassés */
.faeda-offer-card h3 {
  margin: 0 0 8px 0;
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  color: #451238 !important;
}

/* durées en police stable */
.faeda-offer-duration {
  margin: 0 0 14px 0;
  font-family: Arial, 'MarlinSoft', sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  color: #b07a67 !important;
}

.faeda-offer-description {
  margin: 0 0 18px 0;
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 17px;
  line-height: 1.72;
  color: #6b5a5a !important;
}

.faeda-offer-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faeda-offer-card li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 16px;
  line-height: 1.75;
  color: #6b5a5a !important;
}

.faeda-offer-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #b45735;
  font-size: 18px;
  line-height: 1.7;
}

.faeda-offer-card li + li {
  margin-top: 8px;
}

/* ================================== */
/* ===== HIGHLIGHT ROW ============== */
/* ================================== */

.faeda-highlight-row {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  margin-top: 28px;
}

.faeda-highlight-card {
  border-radius: 30px;
  padding: 30px 32px;
  box-shadow: 0 20px 44px rgba(89, 51, 39, 0.10);
}

.faeda-highlight-primary {
  background: #451238;
}

.faeda-highlight-secondary {
  background: rgba(255, 251, 247, 0.92);
  border: 1px solid rgba(69, 18, 56, 0.08);
}

.faeda-highlight-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #fff3eb !important;
}

.faeda-highlight-secondary .faeda-highlight-label {
  background: rgba(69, 18, 56, 0.06);
  color: #7a615e !important;
}

/* titres highlight en police stable */
.faeda-highlight-content h3,
.faeda-stage-text h3,
.faeda-practical-head h3,
.faeda-practical-item h4 {
  font-family: 'MarlinSoft', sans-serif !important;
  font-weight: 700;
}

.faeda-highlight-content h3 {
  margin: 0 0 14px 0;
  font-size: 34px;
  line-height: 1.08;
}

.faeda-highlight-primary h3,
.faeda-highlight-primary p,
.faeda-highlight-primary strong {
  color: #fff6ef !important;
}

.faeda-highlight-secondary h3 {
  color: #451238 !important;
}

.faeda-highlight-secondary p,
.faeda-highlight-secondary strong {
  color: #6b5a5a !important;
}

.faeda-highlight-content p {
  margin: 0 0 12px 0;
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 17px;
  line-height: 1.75;
}

.faeda-highlight-times {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.faeda-time-box {
  min-width: 180px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.10);
}

.faeda-time-box strong,
.faeda-time-box span {
  display: block;
  font-family: Arial, 'MarlinSoft', sans-serif !important;
  color: #fff6ef !important;
}

.faeda-time-box strong {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.faeda-time-box span {
  font-size: 15px;
  font-weight: 500;
}

.faeda-highlight-pricing {
  margin-top: 18px;
}

.faeda-highlight-pricing p {
  font-family: Arial, 'MarlinSoft', sans-serif !important;
}

.faeda-highlight-pricing p:last-child {
  margin-bottom: 0;
}

/* ================================== */
/* ===== CTA BUTTONS ================ */
/* ================================== */

.faeda-main-cta,
.faeda-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  border-radius: 999px;
  padding: 16px 28px;
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 19px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.faeda-main-cta {
  margin-top: 24px;
  background: #fff7f0;
  color: #451238 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.faeda-main-cta:hover {
  transform: translateY(-3px);
  background: #ffffff;
}

.faeda-secondary-cta {
  background: #451238;
  color: #fff7f0 !important;
  white-space: nowrap;
}

.faeda-secondary-cta:hover {
  transform: translateY(-3px);
  background: #311027;
}

/* ================================== */
/* ===== STAGE BANNER =============== */
/* ================================== */

.faeda-stage-banner {
  margin-top: 28px;
  padding: 32px 34px;
  border-radius: 30px;
  background: #b45735;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  box-shadow: 0 20px 44px rgba(180, 87, 53, 0.18);
}

.faeda-stage-text h3 {
  margin: 0 0 14px 0;
  font-size: 34px;
  line-height: 1.08;
  color: #fff7f0 !important;
}

.faeda-stage-text p {
  max-width: 760px;
  margin: 0 0 10px 0;
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 17px;
  line-height: 1.75;
  color: #fff7f0 !important;
}

.faeda-stage-text p:last-child {
  margin-bottom: 0;
}

/* ================================== */
/* ===== PRACTICAL INFO ============= */
/* ================================== */

.faeda-practical-info {
  margin-top: 28px;
  padding: 34px;
  border-radius: 32px;
  background: rgba(255, 251, 247, 0.92);
  border: 1px solid rgba(69, 18, 56, 0.08);
  box-shadow: 0 16px 40px rgba(89, 51, 39, 0.07);
}

.faeda-practical-head {
  margin-bottom: 24px;
}

.faeda-practical-head h3 {
  margin: 14px 0 0 0;
  font-size: 42px;
  line-height: 1.02;
  color: #451238 !important;
}

.faeda-practical-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.faeda-practical-item {
  padding: 22px 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(69, 18, 56, 0.06);
}

.faeda-practical-item h4 {
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 1.1;
  color: #451238 !important;
}

.faeda-practical-item p {
  margin: 0;
  font-family: 'MarlinSoft', sans-serif !important;
  font-size: 16px;
  line-height: 1.75;
  color: #6b5a5a !important;
}

/* ================================== */
/* ===== RESPONSIVE ================= */
/* ================================== */

@media (max-width: 1100px) {
  .faeda-offers-hero {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .faeda-offers-intro {
    position: static;
    text-align: center;
  }

  .faeda-offers-intro p {
    max-width: 760px;
    margin: 0 auto;
  }

  .faeda-highlight-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .faeda-offers {
    padding: 80px 16px;
  }

  .faeda-offers-intro h2 {
    font-size: 44px;
    line-height: 1;
  }

  .faeda-offers-intro p {
    font-size: 16px;
  }

  .faeda-offers-grid,
  .faeda-practical-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .faeda-offer-card,
  .faeda-highlight-card,
  .faeda-practical-info {
    border-radius: 24px;
  }

  .faeda-offer-card {
    padding: 22px 20px;
  }

  .faeda-offer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .faeda-offer-card h3,
  .faeda-highlight-content h3,
  .faeda-stage-text h3 {
    font-size: 26px;
  }

  .faeda-offer-description,
  .faeda-offer-card li,
  .faeda-highlight-content p,
  .faeda-stage-text p,
  .faeda-practical-item p {
    font-size: 15px;
    line-height: 1.65;
  }

  .faeda-highlight-card,
  .faeda-stage-banner,
  .faeda-practical-info {
    padding: 22px 20px;
  }

  .faeda-stage-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .faeda-highlight-times {
    flex-direction: column;
  }

  .faeda-time-box {
    width: 100%;
  }

  .faeda-main-cta,
  .faeda-secondary-cta {
    width: 100%;
    font-size: 18px;
  }

  .faeda-practical-head h3 {
    font-size: 30px;
  }

  .faeda-practical-item h4 {
    font-size: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-252c5c9 *//* ============================= */
/* ===== SECTION CLEAN ===== */
/* ============================= */

.faeda-private-clean {
  padding: 120px 20px;

  background-image: url('https://faedaceramic.ch/wp-content/uploads/2026/04/20260404_1425_Image-Generation_remix_01kncapvpweqmvqd3vb8ywenbh-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* container */
.faeda-private-clean-container {
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

/* ============================= */
/* ===== IMAGE PNG ===== */
/* ============================= */

.faeda-private-img {
  display: flex;
  justify-content: center;
}

.faeda-private-img img {
  max-width: 420px;
  width: 100%;
  height: auto;

  /* effet flottant */
  transform: rotate(-3deg);

  filter: drop-shadow(0 20px 30px rgba(120,70,50,0.15));
}

/* ============================= */
/* ===== TEXTE ===== */
/* ============================= */

.faeda-private-text {
  max-width: 520px;
}

/* label */
.faeda-private-label {
  display: inline-block;
  margin-bottom: 15px;
  font-family: 'MarlinSoft';
  font-size: 14px;
  color: #7a5a4e;
}

/* titre */
.faeda-private-text h2 {
  font-family: 'AntipastoTitle';
  font-size: 68px;
  line-height: 1;
  color: #451238;
  margin-bottom: 20px;
}

/* texte */
.faeda-private-text p {
  font-family: 'MarlinSoft';
  font-size: 19px;
  line-height: 1.7;
  color: #6b5a5a;
  margin-bottom: 25px;
}

/* ============================= */
/* ===== TAGS ===== */
/* ============================= */

.faeda-private-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.faeda-private-tags span {
  padding: 8px 14px;
  border-radius: 999px;

  background: rgba(255,255,255,0.5);
  font-family: 'MarlinSoft';
  font-size: 14px;
  color: #451238;
}

/* ============================= */
/* ===== BOUTON ===== */
/* ============================= */

.faeda-private-btn {
  display: inline-block;

  padding: 14px 28px;
  border-radius: 999px;

  background: #b45735;
  color: #fff !important;

  text-decoration: none;
  font-family: 'AntipastoTitle';
  font-size: 20px;

  box-shadow: 0 10px 25px rgba(120,70,50,0.25);
  transition: 0.3s;
}

.faeda-private-btn:hover {
  background: #9e4a2c;
  transform: translateY(-3px);
}

/* ============================= */
/* ===== FIX COULEURS ===== */
/* ============================= */

.faeda-private-clean h2 {
  color: #451238 !important;
}

.faeda-private-clean p,
.faeda-private-clean span {
  color: #6b5a5a !important;
}

/* ============================= */
/* ===== RESPONSIVE ===== */
/* ============================= */

@media (max-width: 1024px) {
  .faeda-private-clean-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .faeda-private-text {
    margin: auto;
  }

  .faeda-private-text h2 {
    font-size: 48px;
  }

  .faeda-private-img img {
    max-width: 320px;
    transform: rotate(0deg);
  }
}

@media (max-width: 767px) {
  .faeda-private-clean {
    padding: 80px 16px;
  }

  .faeda-private-text h2 {
    font-size: 36px;
  }

  .faeda-private-text p {
    font-size: 16px;
  }

  .faeda-private-btn {
    width: 100%;
  }
}/* End custom CSS */