.elementor-986 .elementor-element.elementor-element-3fc415d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS *//* ===== PAGE AGENCE – DESIGN PREMIUM ===== */

.ng-agency{
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
  color: #0f172a;
}

/* HERO */
.ng-agency-hero{
  max-width: 760px;
  margin-bottom: 48px;
}

.ng-hero-title{
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  margin: 0 0 16px;
  font-weight: 900;
}

.ng-hero-text{
  font-size: 17px;
  line-height: 1.65;
  color: #475569;
}

/* GRID */
.ng-agency-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* CARTES */
.ng-card{
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 12px 32px rgba(15,23,42,.07);
}

.ng-title{
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 800;
}

.ng-card p{
  font-size: 15.5px;
  line-height: 1.65;
  color: #334155;
}

/* LISTES */
.ng-list{
  list-style: none;
  padding: 0;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ng-list li{
  position: relative;
  padding-left: 22px;
  font-size: 15.5px;
}

.ng-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 8px;
  height: 8px;
  background: #ff5a5f;
  border-radius: 50%;
}

/* LOCAL */
.ng-agency-local{
  margin: 56px 0;
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(135deg,#0b4f6c,#08364c);
  color: #fff;
}

.ng-agency-local p{
  max-width: 720px;
  line-height: 1.7;
  opacity: .95;
}

/* VALUES */
.ng-agency-values{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  margin-bottom: 56px;
}

.ng-value{
  background: #f6f8fb;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  font-weight: 700;
}

/* CTA */
.ng-agency-cta{
  text-align: center;
  padding: 48px 24px;
  border-radius: 28px;
  background: #0f172a;
  color: #fff;
}

.ng-btn{
  display: inline-block;
  margin-top: 16px;
  padding: 14px 28px;
  background: #ff5a5f;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 1024px){
  .ng-agency-grid{ grid-template-columns: 1fr; }
  .ng-agency-values{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px){
  .ng-agency-values{ grid-template-columns: 1fr; }
}/* End custom CSS */