/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@font-face {
  font-family: 'TAN Meringue';
  src: url('./assets/fonts/TAN-MERINGUE.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



.hnlike h1,
.h1like,
.h1like *{
  font-family: "Bricolage Grotesque";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 60px */
}
.hnlike h2,
.h2like,
.h2like *{
  /* H2 */
  font-family: "Bricolage Grotesque";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 50px */
}
.hnlike h3,
.h3like,
.h3like *{
  font-family: "Bricolage Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 30px */
}

.h4like,
.h4like *{
  font-family: "Bricolage Grotesque";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 30px */
}

@media screen and (max-width:990px){
.hnlike h1,
  .h1like,
  .h1like *{
    font-family: "Bricolage Grotesque";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
  }
.hnlike h2,
  .h2like,
  .h2like *{
    /* H2 */
    font-family: "Bricolage Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 50px */
  }
.hnlike h3,
  .h3like,
  .h3like *{
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 30px */
  }
}

@media screen and (max-width:690px){
.hnlike h1,
  .h1like,
  .h1like *{
    font-family: "Bricolage Grotesque";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
  }
.hnlike h2,
  .h2like,
  .h2like *{
    /* H2 */
    font-family: "Bricolage Grotesque";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 50px */
  }
.hnlike h3,
  .h3like,
  .h3like *{
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 30px */
  }

  .h4like,
  .h4like *{
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 30px */
  }
}



.accroche_meringue,
.accroche_meringue *{
  text-align: center;
leading-trim: both;
text-edge: cap;
  font-family: 'TAN Meringue';
font-size: 52px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 52px */
}


.number_accompagnement,
.number_accompagnement *{
  color: var(--Parme, #D5CDE7);
  text-align: center;
  font-family: 'TAN Meringue';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 50px */
}

.titre_accompagnement{
  color: var(--Blanc, #FFF);
text-align: center;

/* Argument */
font-family: "Bricolage Grotesque";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 125%; /* 22.5px */
display: flex;

justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
border-radius: 50px;
}

.titre_accompagnement *{
  color: var(--Blanc, #FFF);
text-align: center;

/* Argument */
font-family: "Bricolage Grotesque";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 125%; /* 22.5px */
margin:0px !important;
padding:0px;
}
.fwbtn .link_wrap{
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

  /* Liste « à puces orange » — style Figma */
  .customli ul {
      list-style: none !important;
      margin: 0;
      padding: 0;
  }

  .customli ul li {
          list-style: none !important;
      position: relative;
      padding-left: 22px;      /* espace pour la puce */
      margin-bottom: 20px !important;       /* espace entre items */
  }
.customli.smallli ul li{
    padding-left: 18px;      /* espace pour la puce */
  margin-bottom: 12px !important;
}
  .customli ul li:last-child {
      margin-bottom: 0  !important;
  }

  /* Puce ronde orange */
  .customli ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.45em;              /* aligne la puce sur la 1re ligne */
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background-color: #f26f3f; /* orange */
  }


#ajax-content-wrap .vc_row.custom_responsive_layout_1 > .row_col_wrap_12{
  padding-left: 100px;
  padding-right: 100px;

}
  @media screen and (max-width:1600px){
    .custom_responsive_layout_1 .vc_col-lg-3{
      width: 50%;
    }
  }
  @media screen and (max-width:990px){
    .custom_responsive_layout_1 .vc_col-lg-3{
      width: 100%;
    }
    #ajax-content-wrap .vc_row.custom_responsive_layout_1 > .row_col_wrap_12{
      padding-left: 50px;
      padding-right: 50px;

    }
  }
    @media screen and (max-width:690px){
      #ajax-content-wrap .vc_row.custom_responsive_layout_1 > .row_col_wrap_12{
        padding-left: 0px;
        padding-right: 0px;

      }
      .bgwidthadjust100 .row-bg-wrap {
  width: calc(100vw - 40px) !important;
  left: 20px !important;
  right: 20px !important;
}
    }
  @media (max-width: 1600px) {

      /* 1. Toutes les colonnes empilées verticalement (même modèle de boîte) */
      .custom_responsive_layout_1 .one-fourths > .vc_column-inner > .wpb_wrapper {
          display: flex;
          flex-direction: column;
      }

      /* 2. Image remontée en haut dans les colonnes 2 & 4 */
      .custom_responsive_layout_1 .right-edge > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap {
          order: -1;
      }

      /* 3. Zone image : hauteur FIXE identique partout => numéros/titres alignés */
      .custom_responsive_layout_1 .img-with-aniamtion-wrap {
          height: 250px;
          margin: 0 0 20px;          /* même marge sous l'image dans toutes les colonnes */
          display: flex;
          align-items: center;
          justify-content: center;
      }
      .custom_responsive_layout_1 .img-with-aniamtion-wrap .inner,
      .custom_responsive_layout_1 .img-with-aniamtion-wrap .hover-wrap,
      .custom_responsive_layout_1 .img-with-aniamtion-wrap .hover-wrap-inner {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
      }
      .custom_responsive_layout_1 .img-with-animation {
          height: 250px !important;
          width: auto !important;
          max-width: 100%;
          object-fit: contain;
      }

      /* 4. Numéro : marges constantes */
      .custom_responsive_layout_1 .number_accompagnement {
          margin: 0 0 10px;
      }

      /* 5. Titre : même hauteur réservée => pills ET cartes alignées */
      .custom_responsive_layout_1 .titre_accompagnement {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 3.4em;         /* ≈ 2 lignes ; ajuste selon ta police */
      }
  }


  .accroche_presentation_exemple_cas .numeria-accroche__title{
    color:var(--nectar-accent-color) !important;
    font-size:52px;
  }
  .accroche_presentation_exemple_cas .numeria-accroche__pill{
    color:var(--nectar-accent-color) !important;
    background: #FFF !important;
  }

  @media screen and (max-width:990px){
    .accroche_presentation_exemple_cas .numeria-accroche__title{
      color:var(--nectar-accent-color) !important;
      font-size:42px;
    }
    .accroche_presentation_exemple_cas .numeria-accroche__pill{
    margin-top: -20px !important;
    }
  }
  @media screen and (max-width:690px){
    .accroche_presentation_exemple_cas .numeria-accroche__title{
      color:var(--nectar-accent-color) !important;
      font-size:38px;
    }
    .accroche_presentation_exemple_cas .numeria-accroche__pill{
    margin-top: -15px !important;
    }
  }





  /* Grille de cards : 4 → 2 → 1 */
  .grille_de_cards .vc_column-inner > .wpb_wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 45px;            /* vertical / horizontal — laisse la place aux plaques décalées */
      align-items: stretch;      /* toutes les cards d'une même ligne = même hauteur */
      justify-items: center;
  }

  /* Tablette : 2 colonnes */
  @media (max-width: 1500px) {
      .grille_de_cards .vc_column-inner > .wpb_wrapper {
          grid-template-columns: repeat(2, 1fr);
      }
  }

  /* Mobile : 1 colonne */
  @media (max-width: 790px) {
      .grille_de_cards .vc_column-inner > .wpb_wrapper {
          grid-template-columns: 1fr;
      }
  }





.bloc_a_vous > .vc_column-inner > .wpb_wrapper{
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
}

@media screen and (max-width:1700px){
  .bloc_a_vous > .vc_column-inner > .wpb_wrapper{
  padding-left: 100px;
  padding-right: 100px;
  }
}
@media screen and (max-width:1400px){
  .bloc_a_vous > .vc_column-inner > .wpb_wrapper{
  padding-left: 100px;
  padding-right: 100px;
  }
}
@media screen and (max-width:1300px){
  .bloc_a_vous > .vc_column-inner > .wpb_wrapper{
  padding-left: 70px;
  padding-right: 70px;
  }
}
@media screen and (max-width:1200px){
  .bloc_a_vous > .vc_column-inner > .wpb_wrapper{
  padding-left: 50px;
  padding-right: 50px;
  }
}
@media screen and (max-width:790px){
  .bloc_a_vous > .vc_column-inner > .wpb_wrapper{
  padding-left: 20px;
  padding-right: 20px;
  }
}


.link_wrap{
  text-align: center;
}


.picto_accompagnement_page img{
  width: 100% !important;
height: 40px !important;
object-fit: contain;
object-position: center;

}


.encart_tpauto_img_btn > .vc_column-inner > .wpb_wrapper{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.encart_tpauto_img_btn > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap,
.encart_tpauto_img_btn > .vc_column-inner > .wpb_wrapper .nectar-cta{
  margin-top: auto;
}

@media screen and (max-width:1200px){
  .intro_macaron_incubateur .img-with-aniamtion-wrap.position_desktop_absolute.position_tablet_relative{
    position: relative;
  top: auto;
  left: auto;
  transform: none;
  right: auto;
  bottom: auto;
  text-align: center;
}
  }



.numeria-encart{
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
  align-items: stretch;
  max-width: 1800px;
  margin: auto;
}

.numeria-encart__body{
  padding: 50px;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.numeria-encart__img{
  height: 100% !important;
  border-radius: 20px;
  object-fit: cover;
  object-position: top center;
  max-width: 500px !important;
}
.numeria-encart__jalons-title{
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 0px;
  color:#FF8B63;
}

.numeria-encart__infos { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 26px; }
.numeria-encart__pill {
  border-radius: 15px;
  border: 1px solid var(--Rose-clair, #FFBFE0);
  display: flex;
padding: 8px 25px;
justify-content: center;
align-items: center;
gap: 10px;
flex: 1 0 0;

color: var(--Rose, #CF007B);
text-align: center;

}

@media screen and (max-width:1600px){
  .numeria-encart{
    gap: 50px;

  }

}


@media screen and (max-width:1400px){
  .numeria-encart__body,
  .numeria-ecart__media
  {
    flex:1;

  }
  .numeria-encart__infos { flex-direction: column;}
}
@media screen and (max-width:1200px){
  .numeria-encart{
    flex-direction: column;
    gap:20px;
  }
  .numeria-encart__img {
  height: auto !important;
  max-height: 350px;
  border-radius: 20px;
  object-fit: contain;
  object-position: bottom center;
  width: 100% !important;
  max-width: none !important;
  background: #D5CDE7;
}
.ngimage_2   .numeria-encart__img {
  background: #D7EADB !important;
}
  .numeria-encart__infos { flex-direction: column;}
}
@media screen and (max-width:990px){
  .numeria-encart__body{
    padding: 20px;
  }


}


@media screen and (max-width:490px){
  @media only screen, print {
  .wpb_column.left_padding_desktop_50px > .vc_column-inner {
    padding-left: 20px;
  }
}
@media only screen, print {
  .wpb_column.right_padding_desktop_50px > .vc_column-inner {
    padding-right: 20px;
  }
}
}



.sf-menu a:hover{
  padding-top:5px;
  padding-bottom: 5px;
  border-radius: 50px;
background: #F5F0FF;
color:var(--nectar-accent-color) !important;
}

.sf-menu a:hover *{
color:var(--nectar-accent-color) !important;
}


.sf-menu .button_solid_color a:hover *{
  color:#FFF !important;

}
.sf-menu .button_solid_color a:hover {
    box-shadow: 3px 4px 0 0 #F66DB3;
  }
#header-outer:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav > ul > li[class*="button_"] > a::before{
  display: none;
}
.sf-menu .button_solid_color a{
  background: var(--nectar-accent-color);
  padding: 10px 20px !important;
  border-radius: 50px;

}

/* ── Champs : contour + écriture rose (accent Salient) ── */
.wpcf7-form input.wpcf7-text,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 18px;
    background: transparent;
    border: 1px solid var(--nectar-accent-color);
    border-radius: 12px;
    color: var(--nectar-accent-color);
}

/* Placeholder en rose aussi */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: var(--nectar-accent-color);
    opacity: 1;
}

/* Focus */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--nectar-accent-color);

}

/* Case à cocher : libellé en rose (optionnel, retire si tu veux) */
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    color: var(--nectar-accent-color);
}


.wpcf7-form input.wpcf7-submit:disabled {
    cursor: not-allowed;
}
body[data-form-submit="regular"] .container-wrap button[type="submit"],
 body[data-form-submit="regular"] .container-wrap input[type="submit"],
body .wpcf7-form input.wpcf7-submit{
  padding:12px 20px !important;
  border-radius:50px !important;
}
body[data-form-submit="regular"] .container-wrap button[type="submit"]:hover,
 body[data-form-submit="regular"] .container-wrap input[type="submit"]:hover,
body .wpcf7-form input.wpcf7-submit:hover{
box-shadow: 3px 4px 0 0 #F66DB3;
}


.grille_de_cards_2_centered > .vc_column-inner > .wpb_wrapper{
  display: flex;
  gap:100px;
  justify-content: center;
}

@media screen and (max-width:990px){
  .grille_de_cards_2_centered > .vc_column-inner > .wpb_wrapper{
    flex-direction: column;
    align-items: center;
  }
}

.founders_card .numeria-card__text {
  padding-top:50px;
}
.founders_card .titre_card_numeria{
  font-weight: 400;

}

.founders_card .numeria-card__img{
  object-position: center top;
}


/* ── Texte 1 : titre ───────────────────────────────────────── */
.numeria-accroche_2_citation,
.numeria-accroche_2_citation * {
    margin: 0;
    font-family: "TAN MERINGUE";
    font-size: 28px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}


@media screen and (max-width:1900px){
 .bloc_a_vous .wpb_wrapper{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media screen and (max-width:1600px){
 .bloc_a_vous .wpb_wrapper{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media screen and (max-width:1400px){
  .bloc_cooperer .bloc_a_vous{
    width: 100% !important;
  }
  .bloc_cooperer .vc_col-sm-6{
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
