#sp-main-body {
  padding: 30px 0;
}

.sppb-column {
  transition: 0.3s;
}

.sppb-column:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}
.realisations .sppb-addon-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
}

.realisations .sppb-addon-image {
  overflow: hidden;
  border-radius: 10px;
}
.image-realisation img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
}

.image-realisation {
  overflow: hidden;
  border-radius: 10px;
}
/* ===== MENU GRAFIC ART ===== */

.sp-megamenu-parent > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  transition: all 0.3s ease;
}

.sp-megamenu-parent > li > a:hover {
  color: #c9a55c;
}

/* Bouton devis */
.sp-megamenu-parent .ga-menu-cta > a {
  background: linear-gradient(135deg, #d7b46a, #b98b3f);
  color: #111 !important;
  padding: 10px 18px;
  border-radius: 6px;
  margin-left: 12px;
  font-weight: 600;
}

.sp-megamenu-parent .ga-menu-cta > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(215, 180, 106, 0.3);
}

/* Dropdown */
.sp-dropdown {
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.sp-dropdown li a {
  padding: 10px 18px;
  color: #333;
}

.sp-dropdown li a:hover {
  background: #f9f9f9;
  color: #c9a55c;
}
/* Bouton Contact / Devis dans le menu */
.sp-megamenu-parent > li > a.ga-menu-cta {
  background: #cdae6b !important;
  color: #fff !important;
  padding: 12px 22px !important;
  border-radius: 6px !important;
  margin-left: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  box-shadow: 0 8px 22px rgba(215, 180, 106, 0.25);
}

.sp-megamenu-parent > li > a.ga-menu-cta:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(215, 180, 106, 0.35);
}
#offcanvas-toggler,
.offcanvas-toggler {
  margin-left: 22px !important;
}
/*ARTICLES*/
/* ===== PAGE SERVICES GRAFIC ART ===== */

.ga-services-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 70px 24px 90px;
  color: #111;
}

.ga-services-page h1,
.ga-services-page h2,
.ga-services-page h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  color: #111;
}

.ga-services-page p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
}

.ga-kicker {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #cdae6b;
  font-weight: 700;
}

/* HERO */

.ga-services-hero {
  max-width: 780px;
 /* padding-bottom: 60px;*/
}

.ga-services-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
}

.ga-services-hero p {
  max-width: 720px;
  margin-bottom: 32px;
  font-size: 20px;
}

/* BOUTON */

.ga-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: #cdae6b;
  color: #111 !important;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(205, 174, 107, 0.28);
  transition: all 0.25s ease;
}

.ga-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(205, 174, 107, 0.38);
}

