/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/******* BLOG POST *****/

.blog-body-1__main  {  
/*  width : 70% !important; */
  width : 100% !important;
}
/****** CARDS ******/

.body {
  background-color : #FCFCFF;
  
}

.nc-number-card-light {
  background-color: #eef0f8;
  background-color: #eef0f8;
  border-radius: 12px;
  border: 1px solid rgba(38, 151, 255, 0.10);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.nc-number-card-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


/* Big number */
.nc-number-card-light .numbers__number {
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  font-weight: 700;
  color: #3b82f6;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: left;
}

.nc-number-section-dark .numbers__number {
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  font-weight: 700;
  color: #3b82f6;
  line-height: 1;
  letter-spacing: -0.02em;
}

.row-fluid:has(.nc-number-card-light) {
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: nowrap;
}

/*  Footnote  */

.nc-number-card-light .numbers {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nc-number-card-light .numbers__text {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nc-number-card-light .numbers__text p:last-child {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}


/****** BADGES ******/

.hero-section-nc .badge--custom_color {
  background: rgba(38, 151, 255, 0.10) !important;
  border: 1.5px solid #2697FF !important;
  border-radius: 999px !important;
  color: #2697FF !important;
  padding: 0.5rem 1.25rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hero-section-nc .badge--custom_color::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #2697FF;
  box-shadow: 0 0 0 0 rgba(38, 151, 255, 0.5);
  animation: pulse-dot 2s ease-in-out infinite;
}
.hero-section-nc h1 {
    font-size: 60px;
  
}

@media (max-width: 500px) {
    .hero-section-nc h1 {
       font-size: 40px;
    }
}

@keyframes pulse-dot {
  0%   { box-shadow: 0 0 0 0 rgba(38, 151, 255, 0.5); }
  70%  { box-shadow: 0 0 0 6px rgba(38, 151, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(38, 151, 255, 0); }
}


/****** SECTION TITLE ******/

.nc-section-title {
  font-size: 36px;
  color: #2697FF;
  letter-spacing: 1.4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

@media (max-width: 500px) {
    .hero-section-title-responsive-nc {
       font-size: 25px;
    }
}

/******* GO CARD ******/

/* ── Card wrapper ── */
.nc-go-card .go-card {
  background: #f0f4fa !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: none !important;
}

/* ── Image overlay bleu léger ── */
.nc-go-card .go-card__img {
  position: relative;
}

.nc-go-card .go-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(38, 151, 255, 0.15);
  pointer-events: none;
}

.nc-go-card .go-card__img img {
  display: block;
  width: 100%;
}

/* ── Body ── */
.nc-go-card .go-card__body {
  background: #f0f4fa !important;
  padding: 1.5rem !important;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.nc-go-card .go-card__title {
  color: #2697FF !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  font-family: 'Poppins', sans-serif !important;
  margin: 0 !important;
}





.nc-go-card .go-card__txt {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}


/* ── Description : paragraph style, not bold title ── */
.nc-go-card .go-card__desc {
  color: #0a1628 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* ── Body : text aligned to top ── */
.nc-go-card .go-card__body {
  background: #f0f4fa !important;
  padding: 1.5rem !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 0.75rem;
}

/* ── Arrow stays vertically centered on its own ── */
.nc-go-card .go-card__arrow {
  color: #2697FF !important;
  flex-shrink: 0;
  margin-top: 0.25rem;
}






/* PUBLICATION & MISSION SECTIONS */

/*.row-fluid-wrapper:has(.nc-publication-hero-section):has(.nc-mission-hero-section) > .row-fluid {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}*/

.content_bucket-row-4-max-width-section-centering > .row-fluid > .widget-span:has(.nc-publication-hero-section) {
  background: #eef2fb !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 4rem 3rem !important;
}

.content_bucket-row-4-max-width-section-centering > .row-fluid > .widget-span:has(.nc-mission-hero-section) {
  background: #0d1b2a !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 4rem 3rem !important;
}

.content_bucket-row-4-max-width-section-centering  > .row-fluid > .widget-span:has(.nc-mission-hero-section) {
  margin-inline-start: 0 !important;
}


/* ── Icône + bouton droite ── */
.content_bucket-row-4-max-width-section-centering  > .row-fluid > .widget-span:has(.nc-mission-hero-section) .icon {
  background: rgba(38, 151, 255, 0.2) !important;
  border-color: #2697FF !important;
  color: #2697FF !important;
}

/* ── Grand chiffre ── */
.content_bucket-row-4-max-width-section-centering  > .row-fluid > .widget-span:has(.nc-publication-hero-section) h2 {
  color: #0d1b2a !important;
  font-size: clamp(2.5rem, 4vw, 3.5rem) !important;
  font-weight: 800 !important;
}

/****** QUOTES BLOC ******/

/* ── Card wrapper ── */
.nc-practitionner-quote .quote {
  background: rgba(230, 235, 250, 0.6) !important;
  border-radius: 20px !important;
  padding: 2.5rem !important;
  text-align: left !important;
  box-shadow: none !important;
}

/* ── Icon ── */
.nc-practitionner-quote .quote__icon .icon {
  background: transparent !important;
  box-shadow: none !important;
  color: #2697FF !important;
  margin-bottom: 0.5rem;
}

/* ── Quote text ── */
.nc-practitionner-quote .quote__quote blockquote {
  font-size: clamp(0.95rem, 2vw, 1.25rem) !important;
  font-style: italic !important;
  font-weight: 500 !important;
  color: rgba(33, 35, 50, 1) !important;
  text-align: left !important;
  line-height: 1.7 !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 1.5rem 0 !important;
}

/* ── Compact card : auteur ── */
.nc-practitionner-quote .compact-card {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 1rem;
}

/* ── Photo ── */
.nc-practitionner-quote .compact-card__img img {
  border-radius: 50% !important;
  width: 60px !important;
  height: 60px !important;
  object-fit: cover !important;
  border: 2px solid rgba(38, 151, 255, 0.6) !important;
}

/* ── Nom ── */
.nc-practitionner-quote .compact-card__title {
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  color: #0a1628 !important;
  margin: 0 !important;
}

/* ── Titre/fonction ── */
.nc-practitionner-quote .compact-card__desc {
  font-size: 0.85rem !important;
  color: #6b7280 !important;
  margin: 0 !important;
}


/******* NEWSROOM CARDS ******/

.nc-newsroom-section .badge {
  background: rgba(38, 151, 255, 0.10) !important;
  border: 1.5px solid #2697FF !important;
  border-radius: 999px !important;
  color: #2697FF !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  padding: 0.25rem 0.75rem !important;
  font-size: 0.75rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.nc-newsroom-section .blog-card {
  background: rgba(33, 35, 50, 0.95) !important;
  border-radius: 20px !important;
  overflow: hidden;
}

/* Card image height */

.nc-newsroom-section .blog-card__img {
  height: 260px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nc-newsroom-section .blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.nc-newsroom-section .blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/****** NEWSLETTER SECTION *******/

.nc-newsletter-section .section-intro__overline {
  color: #2697FF !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  font-family: 'Poppins', sans-serif !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.6rem !important;
  border: none !important;
  background: none !important;
}

/****** FOOTER ******/

.footer__section.footer__section--main.section {
  padding: 0 !important;
  padding-bottom: 0 !important;
}

.footer__section.footer__section--bottom.section{
    padding-bottom: 0 !important;
}

/****** FORMS ******/

.nc-contact-form .form-title {
  color: #000816;
  
}

.nc-contact-form .hs-button {
  border-radius: 8px !important;
  
}


/****** IMAGE + TEXT SECTION ******/

@media (min-width: 1140px) {
   .nc-img-text-section .img-txt__col--txt .img-txt__col-content {
     width: 90%;
  }