
/* Forcer ton container à être vraiment fluide */
.js-tm-page-content {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* Répare les listes de contenu */
.custom-list {
  list-style: none;         /* supprime les puces classiques */
  padding-left: 20px;       /* remet un padding pour la hauteur */
  margin: 15px 0;           /* espace au-dessus et au-dessous */
  height: auto !important;  /* corrige le blocage à 0px */
  display: block;           
}

.custom-list-item {
  margin-bottom: 8px;
  padding-left: 28px;       /* espace pour la coche */
  position: relative;
}

.custom-list-item::before {
  content: "✔";             /* coche */
  color: #FFD700;           /* doré */
  position: absolute;
  left: 0;
  top: 0;
}


/* Base : desktop */
.navbar-brand .logo {
  height: 100px;
  width: auto;
  display: block;
  margin-left: 0;  /* pas de décalage */
}

/* Tablette : <992px */
@media (max-width: 991px) {
  .tm-navbar {
    display: flex;
    justify-content: flex-start; /* logo à gauche */
    align-items: center;
  }

  .navbar-brand {
    margin: 0; /* pas de marge left */
  }

  .navbar-brand .logo {
    height: 80px; /* réduit la taille */
    margin: 0;     /* supprime tout décalage */
  }
}

/* Smartphone : <768px */
@media (max-width: 767px) {
  .tm-navbar {
    justify-content: center; /* centre logo + menu burger */
    flex-wrap: wrap;
  }

  .navbar-brand .logo {
    height: 60px;
    margin: 10px auto; /* centre le logo */
  }
}













/* === STYLES PERSO === */

/* Paragraphes personnalisés des modales */
p.bioclimat {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
 color: #e0f7ff;
  text-align: justify;
 background-color: #49DB497D;  /* vert clair professionnel */
   padding: 20px; /* ajuste la valeur selon tes besoins */
   border-radius:12px;
  
}


/* Paragraphes personnalisés des modales */
p.conseil-bois {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
  color: #e0f7ff;
  text-align: justify;
 background-color: #DFA66C85;  /* vert clair professionnel */
   padding: 20px; /* ajuste la valeur selon tes besoins */
   border-radius:12px;
}


/* Paragraphes personnalisés des modales */
p.environnement {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
  color: #e0f7ff;
  text-align: justify;
 background-color: #09480991;  /* vert clair professionnel */
   padding: 20px; /* ajuste la valeur selon tes besoins */
   border-radius:12px;
}


/* Paragraphes personnalisés des modales */
p.fluides {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
  color: #e0f7ff;
  text-align: justify;
 background-color: #FFAC5799;  /* vert clair professionnel */
   padding: 20px; /* ajuste la valeur selon tes besoins */
   border-radius:12px;
}

/* Paragraphes personnalisés des modales */
p.thermique {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
  color: #e0f7ff;
  text-align: justify;
 background-color: #E6605275;  /* vert clair professionnel */
   padding: 20px; /* ajuste la valeur selon tes besoins */
   border-radius:12px;
}


/* Paragraphes personnalisés des modales */
p.certif{
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
  color: #e0f7ff;
  text-align: justify;
 background-color: #4E83E896;  /* vert clair professionnel */
   padding: 20px; /* ajuste la valeur selon tes besoins */
   border-radius:12px;
}




/* Paragraphes personnalisés des modales */
p.vrd{
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
  color: #e0f7ff;
  text-align: justify;
 background-color: #9FABC196;  /* vert clair professionnel */
   padding: 20px; /* ajuste la valeur selon tes besoins */
   border-radius:12px;
}









.title-bois {
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #DFA66C85;
  margin-bottom: 30px;
    /* border-top: 2px solid #DFA66C85; */
  /* border-bottom: 2px solid #DFA66C85; /* vert olive par ex */ 
  padding: 20px 0;
  border-radius: 8px;
  letter-spacing: 1px;
  /* box-shadow: 0 0 10px #DFA66C85; */
  display: flex;
  justify-content: center;  /* centre horizontalement */
  align-items: center;      /* centre verticalement */
  height: 100%;             /* ou une hauteur fixe comme 300px */

}


.title-bioclim {
  font-size: 2.2rem;
color: #e0f7ff;
  text-align: center;
  text-transform: uppercase;
background-color: #49DB497D;
  /* border-top: 2px solid #26D326; */
  /* border-bottom: 2px solid #26D326; */
  margin-bottom: 40px;
  padding: 20px 0;
  border-radius: 8px;
  /* box-shadow: 0 0 5px #26D326; */
  letter-spacing: 1.5px;
  display: flex;
  justify-content: center;  /* centre horizontalement */
  align-items: center;      /* centre verticalement */
  height: 100%;             /* ou une hauteur fixe comme 300px */
  
  }





.title-bas-carbone {
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #094809a8;
  margin-bottom: 30px;
    /* border-top: 2px solid #094809a8; */
  /* border-bottom: 2px solid #094809a8; /* vert olive par ex */ 
  padding: 20px 0;
  border-radius: 8px;
  letter-spacing: 1px;
  /* box-shadow: 0 0 10px #094809a8; */
  display: flex;
  justify-content: center;  /* centre horizontalement */
  align-items: center;      /* centre verticalement */
  height: 100%;             /* ou une hauteur fixe comme 300px */

}




.title-fluides {
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #FFAC5799;
  margin-bottom: 30px;
    /* border-top: 2px solid #FFAC5799; */
  /* border-bottom: 2px solid #FFAC5799; /* vert olive par ex */ 
  padding: 20px 0;
  border-radius: 8px;
  letter-spacing: 1px;
  /* box-shadow: 0 0 5px #FFAC5785; */
  display: flex;
  justify-content: center;  /* centre horizontalement */
  align-items: center;      /* centre verticalement */
  height: 100%;             /* ou une hauteur fixe comme 300px */

}

.title-thermique{
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #E6605275;
  margin-bottom: 30px;
    /* border-top: 2px solid #E6605275; */
  /* border-bottom: 2px solid #E6605275; /* vert olive par ex */ 
  padding: 20px 0;
  border-radius: 8px;
  letter-spacing: 1px;
  /* box-shadow: 0 0 5px #E6605275; */
  display: flex;
  justify-content: center;  /* centre horizontalement */
  align-items: center;      /* centre verticalement */
  height: 100%;             /* ou une hauteur fixe comme 300px */

}

.title-certif{
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #4E83E896;
  margin-bottom: 30px;
    /* border-top: 2px solid #E6605275; */
  /* border-bottom: 2px solid #E6605275; /* vert olive par ex */ 
  padding: 20px 0;
  border-radius: 8px;
  letter-spacing: 1px;
  /* box-shadow: 0 0 5px #E6605275; */
  display: flex;
  justify-content: center;  /* centre horizontalement */
  align-items: center;      /* centre verticalement */
  height: 100%;             /* ou une hauteur fixe comme 300px */

}


.title-vrd{
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #9FABC196;
  margin-bottom: 30px;
    /* border-top: 2px solid #E6605275; */
  /* border-bottom: 2px solid #E6605275; /* vert olive par ex */ 
  padding: 20px 0;
  border-radius: 8px;
  letter-spacing: 1px;
  /* box-shadow: 0 0 5px #E6605275; */
  display: flex;
  justify-content: center;  /* centre horizontalement */
  align-items: center;      /* centre verticalement */
  height: 100%;             /* ou une hauteur fixe comme 300px */

}



.title-jurid{
	
	  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #663366;
  margin-bottom: 30px;
    /* border-top: 2px solid #E6605275; */
  /* border-bottom: 2px solid #E6605275; /* vert olive par ex */ 
  padding: 20px 0;
  border-radius: 8px;
  letter-spacing: 1px;
  /* box-shadow: 0 0 5px #E6605275; */
  display: flex;
  justify-content: center;  /* centre horizontalement */
  align-items: center;      /* centre verticalement */
  height: 100%;             /* ou une hauteur fixe comme 300px */
	
}

/* Paragraphes personnalisés des modales */
p.juridique {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
  color: #e0f7ff;
  text-align: justify;
 background-color: #663366;  /* vert clair professionnel */
   padding: 20px; /* ajuste la valeur selon tes besoins */
   border-radius:12px;
}





.lien-blanc {
  display: inline-flex;
  align-items: center;
  background: #ffffff; /* fond blanc */
  color: #1a1a1a; /* texte sombre */
  font-weight: 500;
  font-size: 13px; /* plus petit texte */
  text-decoration: none;
  padding: 3px 6px; /* réduit mais plus équilibré */
  border-radius: 6px; /* un peu moins arrondi */
  box-shadow: 0 1px 3px rgba(0,0,0,0.1); /* ombre plus fine */
  transition: all 0.2s ease;
  margin-left: 6px;
}


.lien-blanc .icon {
  font-size: 0.85em;
  margin-left: 4px;
  color: #1a1a1a;
  transition: transform 0.3s ease;
}

/* Effet hover */
.lien-blanc:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.lien-blanc:hover .icon {
  transform: translateX(3px);
}








