.elementor-809 .elementor-element.elementor-element-fe6eddd{--display:flex;}.elementor-809 .elementor-element.elementor-element-0bf793c{background-color:#0F172A;padding:0px 0px 030px 0px;}.elementor-809 .elementor-element.elementor-element-0bf793c.elementor-element{--align-self:stretch;}.elementor-809 .elementor-element.elementor-element-8e59247{--spacer-size:50px;}.elementor-809 .elementor-element.elementor-element-f747523{--display:flex;}.elementor-809 .elementor-element.elementor-element-3dcc3dc.elementor-element{--align-self:center;}.elementor-809 .elementor-element.elementor-element-a37cdb1{--display:flex;}.elementor-809 .elementor-element.elementor-element-81dd4b7{--display:flex;}.elementor-809 .elementor-element.elementor-element-bf162d6{--display:flex;}.elementor-809 .elementor-element.elementor-element-c529498{--display:flex;}.elementor-809 .elementor-element.elementor-element-98026b5{--display:flex;}.elementor-809 .elementor-element.elementor-element-a1ffdf7{--display:flex;}.elementor-809 .elementor-element.elementor-element-8ffac34{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3dcc3dc *//* ============================= */
/* NOLY – TARGET CLIENTS INTRO   */
/* ============================= */

.noly-target-intro {
  text-align: center;
  margin-bottom: 64px; /* mb-16 */
}

.noly-target-intro h2 {
  font-family: Montserrat, sans-serif;
  font-size: 30px; /* text-3xl */
  margin-bottom: 16px; /* mb-4 */
  color: #0f172a;
}

@media (min-width: 1024px) {
  .noly-target-intro h2 {
    font-size: 48px; /* text-5xl */
  }
}

.noly-target-intro p {
  font-family: Poppins, sans-serif;
  font-size: 18px; /* text-lg */
  color: #6b7280; /* text-gray-600 */
  max-width: 768px; /* max-w-3xl */
  margin: 0 auto;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .noly-target-intro p {
    font-size: 20px; /* text-xl */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-836e756 *//* ============================= */
/* NOLY – TARGET CLIENTS (PRO)   */
/* ============================= */

.noly-targets {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* équivalent space-y-16 */
.noly-targets > * + * {
  margin-top: 64px;
}

/* grid lg:grid-cols-2 gap-12 */
.noly-target-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

/* lg */
@media (min-width: 1024px) {
  .noly-target-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* inversion lg:grid-flow-dense */
@media (min-width: 1024px) {
  .noly-reverse {
    grid-auto-flow: dense;
  }

  .noly-col-2 {
    grid-column: 2;
  }

  .noly-col-1 {
    grid-column: 1;
  }
}

/* espace vertical interne */
.noly-space > * + * {
  margin-top: 24px;
}

/* header avec icône */
.noly-target-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* icône carrée */
.noly-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #f4f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #00a19b;
}

/* titres */
.noly-target-header h3 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  margin: 0;
}

@media (min-width: 1024px) {
  .noly-target-header h3 {
    font-size: 30px;
  }
}

/* sous-titre */
.noly-subtitle {
  font-family: Poppins, sans-serif;
  color: #6b7280;
  font-size: 15px;
}

/* liste */
.noly-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.noly-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #374151;
}

/* check rond */
.noly-check {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #00a19b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* bouton */
.noly-cta {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 10px;
  background: #00a19b;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
  transition: all .25s ease;
}

.noly-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}

/* image */
.noly-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,.25);
}

.noly-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 3;
}


/* ESPACEMENTS INTERNES – TARGET CLIENTS */

.noly-target-header {
  margin-bottom: 28px; /* espace après bloc titre */
}

.noly-target-header h3 {
  margin-bottom: 8px; /* titre → sous-titre */
}

.noly-subtitle {
  margin-bottom: 24px; /* sous-titre → liste */
}

/* espace supplémentaire avant la liste */
.noly-list {
  margin-top: 8px;
}

/* optionnel : plus d'air entre les items */
.noly-list li {
  margin-bottom: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f321c03 *//* ============================= */
/* NOLY – TARGET CLIENTS BLOCS   */
/* ============================= */

.noly-target-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 96px;
}

@media (min-width: 1024px) {
  .noly-target-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }

  .noly-target-reverse {
    direction: rtl;
  }

  .noly-target-reverse > * {
    direction: ltr;
  }
}

/* LEFT CONTENT */
.noly-target-content {
  display: flex;
  flex-direction: column;
  gap: 28px; /* space-y-6 réel */
}

.noly-target-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.noly-target-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #f4f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.noly-target-title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  margin-bottom: 4px;
  color: #0f172a;
}

@media (min-width: 1024px) {
  .noly-target-title {
    font-size: 30px;
  }
}

.noly-target-subtitle {
  font-family: Poppins, sans-serif;
  color: #6b7280;
  font-size: 16px;
}

/* LIST */
.noly-target-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.noly-target-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.noly-check {
  width: 24px;
  height: 24px;
  background: #00A19B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 3px;
}

.noly-target-list p {
  font-family: Poppins, sans-serif;
  color: #374151;
  font-size: 15px;
}

/* BUTTON */
.noly-target-btn {
  margin-top: 16px;
  padding: 12px 32px;
  background: #00A19B;
  color: #ffffff;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  width: fit-content;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
}

.noly-target-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

/* IMAGE */
.noly-target-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

.noly-target-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f92a998 *//* ============================= */
/* NOLY – PARTNER ADVANTAGES     */
/* ============================= */

.noly-partners {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.noly-partners-intro {
  text-align: center;
  margin-bottom: 48px;
}

.noly-partners-intro h2 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  margin-bottom: 16px;
  color: #0f172a;
}

@media (min-width: 1024px) {
  .noly-partners-intro h2 {
    font-size: 48px;
  }
}

.noly-partners-intro p {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #6b7280;
  max-width: 768px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .noly-partners-intro p {
    font-size: 20px;
  }
}

/* GRID */
.noly-partners-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .noly-partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .noly-partners-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* CARD */
.noly-partner-card {
  background: #f4f6f6;
  border-radius: 20px;
  padding: 24px;
  transition: all 0.3s ease;
}

.noly-partner-card:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

.noly-partner-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #00A19B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
  font-size: 22px;
}

.noly-partner-card h3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
  color: #0f172a;
}

.noly-partner-card p {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* CTA FINAL */
.noly-partners-cta {
  margin-top: 64px;
  background: linear-gradient(135deg, #00A19B, #008B86);
  border-radius: 20px;
  padding: 48px 24px;
  text-align: center;
  color: #ffffff;
}

.noly-partners-cta h3 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .noly-partners-cta h3 {
    font-size: 30px;
  }
}

.noly-partners-cta p {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 32px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.noly-partners-cta a {
  display: inline-block;
  padding: 16px 40px;
  background: #ffffff;
  color: #00A19B;
  border-radius: 12px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  transition: all 0.25s ease;
}

.noly-partners-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.35);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b61751b *//* ============================= */
/* NOLY – SOCIAL PROOF PRO       */
/* ============================= */

.noly-pro-proof {
  margin-top: 48px;
  padding: 32px;
  border-radius: 20px;
  background: linear-gradient(90deg, #00A19B, #008B86);
  color: #ffffff;
  text-align: center;
}

@media (min-width: 1024px) {
  .noly-pro-proof {
    padding: 48px;
  }
}

.noly-pro-proof p:first-child {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .noly-pro-proof p:first-child {
    font-size: 30px;
  }
}

.noly-pro-proof p:last-child {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .noly-pro-proof p:last-child {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56d69f1 *//* ============================= */
/* NOLY SHOP – FORMULAIRE PRO    */
/* ============================= */

.noly-pro-form {
  max-width: 900px;
  margin: 80px auto 0;
  padding: 32px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1024px) {
  .noly-pro-form {
    padding: 48px;
  }
}

/* Header */
.noly-pro-form-header {
  text-align: center;
  margin-bottom: 40px;
}

.noly-pro-form-header h2 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  margin-bottom: 12px;
  color: #111;
}

@media (min-width: 1024px) {
  .noly-pro-form-header h2 {
    font-size: 38px;
  }
}

.noly-pro-form-header p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #555;
  max-width: 620px;
  margin: 0 auto;
}

/* Forminator spacing fix */
.noly-pro-form .forminator-ui {
  margin-top: 24px;
}

/* Bouton Forminator */
.noly-pro-form .forminator-button-submit {
  background-color: #00A19B !important;
  border-radius: 14px !important;
  font-size: 18px !important;
  padding: 16px 24px !important;
  box-shadow: 0 10px 20px rgba(0, 161, 155, 0.25) !important;
}

.noly-pro-form .forminator-button-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 161, 155, 0.35) !important;
}

/* Footer text */
.noly-pro-form-footer {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  color: #777;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa80fed *//* ============================= */
/* NOLY SHOP – FORMULAIRE PRO    */
/* ============================= */

.noly-pro-form {
  max-width: 900px;
  margin: 80px auto 0;
  padding: 32px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1024px) {
  .noly-pro-form {
    padding: 48px;
  }
}

/* Header */
.noly-pro-form-header {
  text-align: center;
  margin-bottom: 40px;
}

.noly-pro-form-header h2 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  margin-bottom: 12px;
  color: #111;
}

@media (min-width: 1024px) {
  .noly-pro-form-header h2 {
    font-size: 38px;
  }
}

.noly-pro-form-header p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #555;
  max-width: 620px;
  margin: 0 auto;
}

/* Forminator spacing fix */
.noly-pro-form .forminator-ui {
  margin-top: 24px;
}

/* Bouton Forminator */
.noly-pro-form .forminator-button-submit {
  background-color: #00A19B !important;
  border-radius: 14px !important;
  font-size: 18px !important;
  padding: 16px 24px !important;
  box-shadow: 0 10px 20px rgba(0, 161, 155, 0.25) !important;
}

.noly-pro-form .forminator-button-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 161, 155, 0.35) !important;
}

/* Footer text */
.noly-pro-form-footer {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  color: #777;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a27e044 *//* ============================= */
/* NOLY SHOP – BENEFITS FORM    */
/* ============================= */

.noly-pro-benefits {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #6b7280; /* gris doux */
}

.noly-pro-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Dot vert */
.noly-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00A19B;
  flex-shrink: 0;
}

/* Responsive : un peu plus d’air sur desktop */
@media (min-width: 1024px) {
  .noly-pro-benefits {
    gap: 32px;
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c58cab *//* ============================= */
/* NOLY SHOP – SEO PRO BLOCK    */
/* ============================= */

.noly-pro-seo {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
}

.noly-pro-seo h2 {
  font-size: 26px;
  color: #000;
  margin-bottom: 40px;
}

.noly-pro-seo h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 16px;
}

.noly-pro-seo h4 {
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
}

.noly-pro-seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.noly-pro-seo p {
  margin-bottom: 16px;
}

/* CIBLES */
.noly-pro-seo-targets {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e5e7eb;
}

.noly-pro-seo-cards {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.noly-pro-seo-cards div {
  font-size: 13px;
}

/* KEYWORDS */
.noly-pro-seo-keywords {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
  font-size: 12px;
  color: #9ca3af;
}

/* SIGNATURE */
.noly-pro-seo-signature {
  margin-top: 24px;
  padding: 24px;
  background: #f4f6f6;
  border-radius: 10px;
  text-align: center;
}

.noly-pro-seo-signature strong {
  color: #000;
}

.noly-pro-seo-signature span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e3029b *//* FAQ PRO – NOLY SHOP */

.faq-pro-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: Poppins, sans-serif;
}

.faq-pro-header {
  text-align: center;
  margin-bottom: 48px;
}

.faq-pro-header h2 {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.faq-pro-header p {
  font-size: 1.1rem;
  color: #6b7280;
}

/* ITEMS */

.faq-item {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 22px 24px;
  font-size: 1.05rem;
  font-weight: 500;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question:hover {
  background: #f9fafb;
}

.faq-icon {
  font-size: 22px;
  color: #00A19B;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

/* ANSWER */

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
  transition: all 0.35s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 24px 22px;
}

/* CTA */

.faq-pro-cta {
  margin-top: 60px;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.faq-pro-cta h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.faq-pro-cta p {
  color: #6b7280;
  margin-bottom: 24px;
}

.faq-pro-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: #00A19B;
  color: white;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500;
}

.btn-outline {
  border: 2px solid #00A19B;
  color: #00A19B;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration: none;
}/* End custom CSS */