.elementor-1101 .elementor-element.elementor-element-5b23ec4e{--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 );}.elementor-1101 .elementor-element.elementor-element-003580c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0a2336e */<style>

.noly-cgv {
  font-family: 'Poppins', Arial, sans-serif;
  background: #ffffff;
  color: #1f2937;
  line-height: 1.7;
}

.noly-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

/* HERO */
.noly-hero {
  padding: 140px 20px 80px;
  background: linear-gradient(135deg,#ffffff 0%,#f9fafb 50%,#ffffff 100%);
  text-align: center;
}

.noly-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E6F7F6;
  color: #00A19B;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 25px;
  font-weight: 500;
}

.noly-cgv h1 {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: 700;
}

.noly-cgv h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.noly-cgv h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #00A19B;
  font-weight: 600;
}

/* SECTIONS */
.noly-section {
  padding: 70px 0;
  border-bottom: 1px solid #e5e7eb;
}

.noly-box {
  background: linear-gradient(to bottom right,#f9fafb,#ffffff);
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.04);
}

/* HIGHLIGHTS */
.noly-highlight-blue,
.noly-highlight-green,
.noly-highlight-red,
.noly-highlight-yellow {
  padding: 25px;
  border-radius: 14px;
  margin-top: 20px;
  font-size: 15px;
}

.noly-highlight-blue {
  background: #eff6ff;
  border-left: 4px solid #3b82f6;
}

.noly-highlight-green {
  background: #ecfdf5;
  border-left: 4px solid #22c55e;
}

.noly-highlight-red {
  background: #fef2f2;
  border-left: 4px solid #ef4444;
}

.noly-highlight-yellow {
  background: #fffbeb;
  border-left: 4px solid #facc15;
}

/* LISTES */
.noly-list {
  margin-left: 20px;
  padding-left: 10px;
}

.noly-list li {
  margin-bottom: 10px;
  font-size: 15px;
}

/* STEPS */
.noly-steps {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.noly-step {
  display: flex;
  gap: 15px;
  background: #f9fafb;
  padding: 18px;
  border-radius: 14px;
  align-items: center;
  transition: 0.3s ease;
}

.noly-step:hover {
  background: #f1f5f9;
  transform: translateY(-3px);
}

.noly-step-number {
  width: 34px;
  height: 34px;
  background: #00A19B;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* CTA */
.noly-cta {
  text-align: center;
  padding: 100px 20px;
  background: linear-gradient(to bottom right,#f9fafb,#ffffff);
}

.noly-btn-primary {
  display: inline-block;
  padding: 16px 42px;
  background: #00A19B;
  color: white;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 500;
  margin: 10px;
  transition: 0.3s ease;
  box-shadow: 0 12px 30px rgba(0,161,155,0.25);
}

.noly-btn-secondary {
  display: inline-block;
  padding: 16px 42px;
  border-radius: 14px;
  border: 2px solid #e5e7eb;
  text-decoration: none;
  font-weight: 500;
  color: #111827;
  background: white;
  margin: 10px;
  transition: 0.3s ease;
}

.noly-btn-primary:hover {
  background: #008B86;
  transform: translateY(-3px);
}

.noly-btn-secondary:hover {
  border-color: #00A19B;
  color: #00A19B;
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media(max-width:1024px){
  .noly-cgv h1 { font-size: 38px; }
  .noly-cgv h2 { font-size: 24px; }
}

@media(max-width:768px){
  .noly-hero { padding: 100px 20px 60px; }
  .noly-cgv h1 { font-size: 32px; }
  .noly-section { padding: 50px 0; }
  .noly-box { padding: 25px; }
}

</style>/* End custom CSS */