/*
Theme Name: Nomadloc Child
Template: twentytwentyfive
Version: 0.1.0
Text Domain: nomadloc-child
*/
.page .entry-title,
.page h1.entry-title,
.page .wp-block-post-title,
.page h1.wp-block-post-title {
  display: none !important;
}


.section {
  padding-block: 70px;
  max-width: 1100px;
  margin-inline: auto;
}

/* Bande visuelle "Nomadloc" avant la section Services */
.nl-services-visual {
  max-width: 2000px;
  margin: 0 auto 3rem;        /* centré + espace dessous */
  padding-block: 0;           /* pas de padding haut/bas */
  position: relative;
  overflow: hidden;           /* coupe ce qui dépasse */
}

/* supprime le gros margin par défaut du bloc image */
.nl-services-visual .wp-block-image {
  margin: 0;
}

/* image intérieure : prend la largeur du conteneur */
.nl-services-visual img {
  display: block;
  width: 50%;
  height: auto;
}

/* Version mobile : on réduit la hauteur pour éviter l'effet "énorme bande" */
@media (max-width: 600px) {
  .nl-services-visual {
    margin-top: 1.5rem;       /* petit espace au-dessus */
    margin-bottom: 2rem;
  }

  .nl-services-visual img {
    max-height: 220px;        /* ajuste si tu veux plus/moins haut */

  }
}

/* Mobile : on réduit la hauteur + les espaces autour */
@media (max-width: 768px) {

  /* On réduit les marges/paddings du bloc qui contient l'image */
  .nl-services-visual {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* On limite la hauteur de l'image et on la recadre proprement */
  .nl-services-visual img {
    max-height: 60px;     /* ajuste 160 / 200 px si besoin */
    width: 50%;
    object-position: center;
  }
}


/* 2. variations quand la page est rendue via le template "Page" en Full Site Editing */
.page-template-default .wp-block-post-title,
.page-template .wp-block-post-title {
  display: none !important;
}

/* 3. titre du contenu principal si le thème colle le titre dans .wp-block-post-title en dehors du .page */
h1.wp-block-post-title {
  display: none !important;
}

body {
  font-family: 'Gilda Display', serif;
}

/* Carte hero : réglage général */
.nl-hero-card {
  max-width: 520px;
}

/* Version mobile */
@media (max-width: 480px) {
  .nl-hero-card {
    max-width: 90%;
    margin-inline: auto;
    padding: 18px 18px 22px;
  }

  .nl-hero-card h2 {
    font-size: 1.4rem;      /* plus petit */
    line-height: 1.25;
  }

  .nl-hero-card p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .nl-hero-card .wp-block-buttons {
    gap: 10px;
    flex-wrap: wrap;
  }

  .nl-hero-card .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}


.shape-wave-top-2{
  --bg: #fdf6e6;      
  --prev:#ff94f7 ;    
  --wave-h: clamp(80px, 10vw, 180px);
  --radius: clamp(16px, 2vw, 28px);

  position: relative;
  margin: 0;
  border-top: 0;
  background: var(--bg);
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  isolation: isolate;
}

.shape-wave-top{
  --bg: #fdf6e6;      
  --prev:#080e28 ;    
  --wave-h: clamp(80px, 10vw, 180px);
  --radius: clamp(16px, 2vw, 28px);

  position: relative;
  margin: 0;
  border-top: 0;
  background: var(--bg);
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  isolation: isolate;
}

.section-sep-top {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: -2px;
  position: absolute;
  inset: 0 0 auto 0;
  height: var(--wave-h);
  line-height: 0;
  transform: translateY(calc(-1 * var(--wave-h))); 
  z-index: -2;
}
.section-sep-bottom {
    display: block;
  height: var(--wave-h);
  line-height: 0;
  transform: translateY(calc(-1 * var(--wave-h))); 
}

.section-sep-top svg{
  display: block;
  width: 100%;
  height: auto;
  color: var(--prev);     
}

.section-sep-top path{ fill: currentColor; }

.shape-wave-top > *:not(.section-sep-top){
  position: relative;
  z-index: 5;
}

.section-sep-top--2 path {
  fill: #ff94f7; 
}


.section-sep-bottom--3 path {
  fill: #fdf6e6; 
}

.section-sep-bottom--4 path {
  fill: #080e28; 
  z-index: 5;
}
.shape-wave-top--2 {
  background: #fdf6e6; 
}



/****************************************
 * FORMULAIRE HOME NOMAD'LOC
 ****************************************/

/* Panneau bleu */
.nl-home-form-wrapper {
  background: rgba(8, 14, 40, 0.67);
  padding: 40px;
  border-radius: 28px;
  max-width: 1000px;
  color: #fff;
  backdrop-filter: blur(4px);
}

/* On nettoie les <p> automatiques de WP dans ce bloc */
.nl-home-form-wrapper p {
  margin: 0;
  padding: 0 !important;
}

/* Structure générale du formulaire */
.nl-home-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-family: var(--wp--preset--font-family--montserrat);
}

/* Lignes à 2 colonnes */
.nl-home-row {
  display: flex;
  gap: 20px;
}

/* Inputs dans les lignes */
.nl-home-row input {
  flex: 1;
}

/* Style commun inputs + textarea */
.nl-home-form input,
.nl-home-form textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
}

/* Placeholder */
.nl-home-form input::placeholder,
.nl-home-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* Zone message pleine largeur */
.nl-home-message {
  min-height: 120px;
  resize: vertical;
}

/* Focus */
.nl-home-form input:focus,
.nl-home-form textarea:focus {
  outline: 2px solid #f4b21a;
  outline-offset: 2px;
}

/* RGPD */
.nl-home-rgpd {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
}

/* Checkbox RGPD */
.nl-home-rgpd input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Texte RGPD */
.nl-home-rgpd label {
  margin: 0;
  line-height: 1.4;
}

/* Ligne du bouton */
.nl-home-submit {
  display: flex;
  justify-content: flex-start; 
}
/* Bouton home : reset complet + centrage parfait */
.nl-home-btn {
  all: unset;                 /* on efface TOUS les styles hérités */
  box-sizing: border-box;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 26px;
  min-width: 120px;

  background-color: #FDBA21;
  color: #000;
  font-family: var(--wp--preset--font-family--montserrat, system-ui, sans-serif);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;             /* pas de hauteur fantôme */

  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;

  transition: background-color .2s ease, transform .1s ease, box-shadow .1s ease;
}

.nl-home-btn:hover {
  background-color: #ffcd47;
  transform: translateY(-1px);
}


/* Responsive — centrer le bouton dans le slider */
@media (max-width: 768px) {
  .nl-about-slider__btn-wrapper {
    text-align: center !important; /* centre le wrapper */
    width: 100%;
    margin-top: 20px;
  }

  .nl-about-slider__btn {
    margin: 0 auto; /* centre le bouton lui-même */
    display: inline-flex;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .nl-home-row {
    flex-direction: column;
  }

  .nl-home-form-wrapper {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .nl-home-submit {
    justify-content: center;
  }
}

.nl-gallery-shell {
  position: relative;
  height: 520px;        
  max-height: 520px;
  display: flex;
  align-items: flex-start;
}

/* La colonne globale qui contient les 2 colonnes d'images */
.nl-gallery-wrapper {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  overflow: hidden;
  max-height: 100%;      
  height: 1000px;    
}

/* chaque sous-colonne d'images */
.nl-col {
  width: 260px;   
  height: 100%;        
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  background: transparent;
}

/* le rail interne qui va bouger */
.nl-col-track {
  display: flex;
  flex-direction: column;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* sens et vitesse différents */
.nl-col-1 .nl-col-track {
  animation-name: nl-scroll-up;
  animation-duration: 20s;
}

.nl-col-2 .nl-col-track {
  animation-name: nl-scroll-down;
  animation-duration: 24s;
}

/* style des images */
.nl-col-track img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 1rem;
}

/* animation verticale */
@keyframes nl-scroll-up {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); } 
}

@keyframes nl-scroll-down {
  0%   { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

/* le parent devient le plan de travail */
.sticker-section {
  position: relative;
}

/* style commun à tous les stickers */
.sticker-item {
  position: absolute;
  z-index: 5;          /* passe devant le fond mais derrière ton menu si besoin */
  width: 150px;        /* taille du sticker */
  pointer-events: none;/* pour pas gêner les clics sur le contenu */
}


/* ajuste la taille du sticker image */
.sticker-item img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.25));
}

/* exemple de position preset */
.sticker-top-right {
  top: -5%;        
  right: -5%;       
  transform: rotate(15deg);
}

.sticker-top-left {
  top: 25%;        
  left: 2%;       
  transform: rotate(-15deg);
}

.sticker-top-2 {
   top: -180px;        
  left: 30%;       
  transform: rotate(15deg);
}

/* tu peux créer d’autres variantes faciles */
.sticker-bottom-left {
  bottom: 40px;
  left: 10%;

}

.nl-about-slider {
  background: #FDF6E6;
}

.nl-about-slider__inner {
  max-width: 1100px;
  margin: 0 auto;                        
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  column-gap: 40px;
  align-items: flex-start;
}

.nl-about-slider__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;     
}

/* Dots verticaux */
.nl-dots-vertical {
  position: relative;
  width: 24px;
  height: auto;
  margin: 0 auto;
}

.nl-dots-vertical::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: #7d5a55;
}

.nl-dot {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 24px auto;
  border-radius: 50%;
  border: none;
  background: #7d5a55;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.nl-dot.is-active {
  background: #d49a2a;
  transform: scale(1.3);
}

.nl-about-slide {
  display: none;
  opacity: 0;
  width: 100%;                        
  max-width: 700px;                      
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.nl-about-slide.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.nl-about-slide__title {
  font-family: "Gilda Display", serif;
  font-size: 40px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d49a2a;
  margin-bottom: 16px;
}

.nl-about-slide__text {
  font-size: 18px;
  line-height: 1.6;
  color: #3b2b2a;
  max-width: 620px;
}
.nl-about-slider__btn-wrapper {
    text-align: left;       /* 👉 aligne le bouton à droite */
    margin-top: 28px;
}

.nl-about-slider__btn {
  display: inline-flex;
  align-items: center;     
  justify-content: center; 
  padding: 10px 15px 20px 15px;
  border-radius: 50px;
  background: #000;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.5; 
  transition: 0.2s ease-in-out;
}


.nl-about-slider__btn:hover {
  transform: translateY(-2px);
}


.nl-about-slide p:empty {
    display: none !important;
}

.nl-about-slide {
    margin: 0 !important;
    padding: 0 !important;
}

.banner-full {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .nl-about-slide {
    max-width: 100%;
  }

  .nl-about-slider__inner {
    padding-inline: 20px;
  }
}

@media (max-width: 900px) {
  .banner-full {
    background-size: cover !important;      /* l'image remplit le bloc */
    background-position: center top !important;
    padding-top: 40vw !important;           /* augmente la hauteur */
    padding-bottom: 40vw !important;
  }

  /* Optionnel : centrer le contenu pour le mobile */
  .banner-full > * {
    text-align: center;
  }
}

/* Responsive */
@media (max-width: 900px) {
  
  .nl-about-slider {
    padding: 40px 0;
  }

  .nl-about-slider__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    text-align: center;
  }

  .nl-about-slider__content {
    order: 1;
  }

  .nl-about-slider__dots {
    order: 2;
    margin-top: 12px;
  }

  .nl-dots-vertical {
    height: auto;
    width: 160px;                /* ligne horizontale */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nl-dots-vertical::before {
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    transform: translateY(-50%);
  }

  .nl-dot {
    margin: 0;
    position: relative;
    background: #795C5F;
  }

  .nl-about-slider__inner {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .nl-about-slider__dots {
    order: 2;
    justify-self: center;
  }
}
/***** PRESTA DE QUALITE  ***/

@media (max-width: 768px) {
    .qa-column {
        margin-bottom: 60px !important; /* ajuste la valeur selon ton rendu */
    }
}

/****************************
 * AVIS CLIENTS – 3 CARTES
 ****************************/

/* Conteneur des 3 colonnes */
.nl-testimonials.wp-block-columns {
  gap: 40px;
  align-items: stretch;
}

/* Chaque colonne contient une "carte" centrée */
.nl-testimonials .wp-block-column {
  display: flex;
  justify-content: center;
}

/* La carte = le bloc Empilement (Stack) */
.nl-testimonials .wp-block-column > .wp-block-group,
.nl-testimonials .wp-block-column > .wp-block-stack {
  background: #080e28;          /* bleu nuit */
  color: #ffffff;
  padding: 32px 24px;
  border-radius: 10px;
  max-width: 260px;
  text-align: left;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
}

/* Image en haut de la carte (étoiles, fond, etc.) */
.nl-testimonials .wp-block-column img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 16px;
}

/* Texte de l’avis */
.nl-testimonials .wp-block-column p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
}

/* Dernière ligne (nom) un peu espacée */
.nl-testimonials .wp-block-column p:last-child {
  padding-top: 12px;
  font-weight: 500;
  font-size: 14px;
}

/* Tablette : 2 avis par ligne */
@media (max-width: 900px) {
  .nl-testimonials.wp-block-columns {
    padding-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nl-testimonials .wp-block-column {
    padding-top: 12px;
    flex-basis: 45%;
    max-width: 320px;
    margin-bottom: 24px;
  }
}

/* Mobile : 1 avis par ligne */
@media (max-width: 600px) {
  .nl-testimonials .wp-block-column {
    padding-top: 12px;
    flex-basis: 100%;
    max-width: 360px;
  }

  .nl-testimonials .wp-block-column > .wp-block-group,
  .nl-testimonials .wp-block-column > .wp-block-stack {
    max-width: 100%;
  }
} 
/* ===========================
   SERVICES – TABLETTE (iPad, etc.)
   =========================== */
@media (min-width: 768px) and (max-width: 1200px) {

  /* Ligne de service : 2 colonnes équilibrées */
  .nl-service-wrap.wp-block-columns {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: var(--wp--preset--spacing--40) !important;
    padding-bottom: var(--wp--preset--spacing--40) !important;
    column-gap: 40px;
    align-items: center;
  }


  .nl-service-wrap .wp-block-column {
    flex-basis: 50% !important;
  }

  /* Colonne IMAGE centrée */
  .nl-service-wrap .nl-service-image-col {
    display: flex;
    justify-content: center;
  }

  .nl-service-wrap .nl-service-image-col img {
    max-width: 280px;
    width: 100%;
    height: auto;
  }

  /* Colonne TEXTE à gauche */
  .nl-service-wrap .nl-service-text {
    max-width: 520px;
    margin: 0 auto;
    text-align: left;
  }

  .nl-service-wrap .nl-service-text h3,
  .nl-service-wrap .nl-service-text p {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .nl-service-wrap .nl-service-text .wp-block-buttons {
    justify-content: flex-start;
  }

.nl-service-wrap .nl-service-deco{
  padding: 0 !important;
}

  /* Sécurité : toute image de service centrée même si la classe manque */
  .nl-service-wrap .wp-block-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* ✅ cas spécifique : pour certains services, on veut l'image en HAUT */
.nl-service--image-top.wp-block-columns  {
  padding: 0 !important;
  display: flex;
}

.nl-service--image-top.wp-block-columns > .wp-block-column:first-child {
  order: 2;
}

.nl-service--image-top.wp-block-columns > .wp-block-column:last-child {
  order: 1;
}

/* ================================
   SERVICE  – RESPONSIVE MOBILE
   ================================ */

@media (max-width: 768px) {
  .nl-service-wrap { 
  padding: 0 !important;
  }
  /* ===========================
   SERVICES – MOBILE
   Centrer les images & aligner texte à gauche
   =========================== */
@media (max-width: 768px) {

  /* 1️⃣ Le bloc columns devient vertical */
  .nl-service-wrap.wp-block-columns {
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 20px !important;
    gap: 24px !important;
  }

  /* 2️⃣ Colonne image : parfaitement centrée */
  .nl-service-wrap .nl-service-image-col {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  /* Image elle-même */
  .nl-service-wrap .nl-service-image-col img,
  .nl-service-wrap .wp-block-image img {
    display: block !important;
    margin: 0 auto !important;
    float: none !important;
    max-width: 260px !important;
    height: auto !important;
  }

  /* 3️⃣ Colonne texte : toujours à gauche */
  .nl-service-wrap .nl-service-text {
    text-align: left !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .nl-service-wrap .nl-service-text h3,
  .nl-service-wrap .nl-service-text p {
    text-align: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
  }

  /* 4️⃣ Bouton aussi aligné à gauche */
  .nl-service-wrap .nl-service-text .wp-block-buttons {
    justify-content: flex-start !important;
  }
}
}

/* ================================
   FORMULAIRE HOME – RESPONSIVE MOBILE
   ================================ */
@media (max-width: 780px) {

  /* Conteneur de la section si tu lui as mis la classe nl-contener */
  .nl-contener {
    padding: 0 !important;
  }

  /* Carte du formulaire */
  .nl-home-form-wrapper {
    width: 80%;
    max-width: 480px;          /* limite confortable sur mobile */
    margin: 20px auto;         /* centre la carte */
    padding: 24px 18px !important;
    border-radius: 18px;
  }

  /* Les lignes passent en colonne propre */
  .nl-home-row {
    flex-direction: column !important;
    gap: 14px !important;
  }

  /* Inputs full width & lisibles */
  .nl-home-form input,
  .nl-home-form textarea {
    font-size: 16px !important;
    padding: 14px 16px !important;
    width: 100% !important;
    line-height: 1.3 !important;
  }

  /* Champ message un peu plus haut */
  .nl-home-message {
    min-height: 140px !important;
    width: 100% !important;
  }

  /* RGPD : checkbox + texte alignés proprement */
  .nl-home-rgpd {
    display: inline;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .nl-home-rgpd input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    flex-shrink: 0;
  }

  .nl-home-rgpd p {
    margin: 0;
    color: #fff;
    line-height: 1.4;
    font-size: 16px;
    max-width: 100%;
    text-align: left;
  }
}

 /* ==========================
   HERO PAGE ENTREPRISE
   ========================== */

/* Image propre */
.nl-hero-entreprise .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* HERO ENTREPRISE – Mobile */
@media (max-width: 768px) {

  /* Le bloc Colonnes devient une pile verticale */
  .nl-ent-hero-cols {
    flex-direction: column !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
  }

  /* Colonne image en premier, sans padding/margin */
  .nl-ent-hero-cols > .wp-block-column:first-child {
    order: 1;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* On neutralise le margin inline de Gutenberg sur la figure */
  .nl-ent-hero-cols > .wp-block-column:first-child figure {
    margin: 20px !important;
  }

  .nl-ent-hero-cols > .wp-block-column:first-child img {
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  /* Colonne texte ensuite, centrée */
  .nl-ent-hero-cols > .wp-block-column:last-child {
    order: 2;
    text-align: center;
    padding: 18px 18px 24px !important;
  }

  .nl-ent-hero-cols > .wp-block-column:last-child h2,
  .nl-ent-hero-cols > .wp-block-column:last-child h1 {
    text-align: center;
    margin-bottom: 8px;
  }

  .nl-ent-hero-cols > .wp-block-column:last-child p {
    text-align: center;
    margin: 10px auto;
    max-width: 26rem;
  }

  .nl-faq{
    margin: 20px;
    width: 90%;
  }
}
  /* Vague : on la descend sous le texte */
  .nl-hero-wave {
    display: block;
    margin-top: 50px;
  }

/* Masquer tous les stickers sur mobile + tablette */
@media (max-width: 1100px) {
  .sticker-item {
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

/* ==========================
   HERO PAGE SERVICES
   ========================== */

/* Hero desktop / global */
.nl-services-hero {
  padding: 80px 0 60px;
  text-align: center;
}

.nl-services-hero h2,
.nl-services-hero h1 {
  margin-bottom: 10px;
}

.nl-services-hero p {
  margin: 0 auto 16px;
  max-width: 32rem;
}

/* Boutons de la hero services */
.nl-services-hero .wp-block-buttons {
  justify-content: center;
}

/* Mobile : on resserre tout un peu */
@media (max-width: 768px) {
 .nl-services-hero {
  margin-top: -15px;
    padding-bottom: 60px !important; 
    
  }

  .nl-services-hero h2,
  .nl-services-hero h1 {
    font-size: clamp(26px, 6vw, 32px);
    line-height: 1.2;
  }

  .nl-services-hero p {
    font-size: 16px;
    line-height: 1.5;
  }

  .nl-services-wave {
  margin-top: 50px;
}
}






 


