@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.tslider {
  font-family: "Poppins", sans-serif !important;
  font-size: 4em !important;
  /* color: #eb5ab0 !important; */
  text-transform: none !important;
  text-shadow: 0 2px 2px #eb5ab0;
  font-weight: 200 !important;
}
/*---------------------------------------------------------------------------------------------------*/
.bb {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  background-color: #fff !important;
  padding: 25px !important;
}
.bbt {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  padding: 25px !important;
}
.bv {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  background: transparent;
  padding: 25px !important;
}
/*---------------------------------------------------------------------------------------------------*/
/* mini titre*/
.mt {
  font-family: "Architects Daughter", cursive !important;
  font-weight: 400;
  font-size: 20px !important;
  color: #c45932;
}

/* -------------------------------------------------- */
/* Footer vidéo global */
/* -------------------------------------------------- */

.footer-video-wrapper {
  /* position: relative; */
  overflow: hidden;
  background: #000;
  color: #fff;
}

.footer-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.footer-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

/* Contenu du footer au-dessus de la vidéo */
.footer-video-wrapper .container,
.footer-video-wrapper .footer-upper,
.footer-video-wrapper .footer-lower {
  position: relative;
  z-index: 2;
}

/* -------------------------------------------------- */
/* Footer Lower (copyright + liens) */
/* -------------------------------------------------- */

.footer-lower {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-lower .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-lower .footer-nav a {
  color: #ccc;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-lower .footer-nav a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------- */
/* Responsive */
/* -------------------------------------------------- */

@media (max-width: 767px) {
  .footer-lower .copyright-text,
  .footer-lower .footer-nav {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-lower .footer-nav ul {
    justify-content: center;
  }
}
/* -------------------------------------------------- */
/* Footer - Liens inline */
/* -------------------------------------------------- */

.footer-inline-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-inline-links li a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-inline-links li a:hover {
  text-decoration: underline;
}
/* -------------------------------------------------- */
/* Footer - Liens inline sans décalage */
/* -------------------------------------------------- */

.footer-inline-links li a {
  color: #ccc;
  font-size: 0.95rem;
  font-weight: 600; /* poids appliqué dès le départ */
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-inline-links li a:hover {
  color: #fff;
}
/* -------------------------------------------------- */
/* Section Trek&Solidaire - fond image */
/* -------------------------------------------------- */

.trek-edition {
  background: url("images/marche.jpg") center center / cover no-repeat;
  padding: 60px 0;
  color: #222;
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.trek-edition .section-title h2,
.trek-edition .section-title h3 {
  color: #222;
}

.trek-edition .section-title img {
  margin-top: 20px;
  max-width: 260px;
}

/*---------------------------------------------------------------------------------------------------*/

body,
p,
li,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
button,
input,
textarea {
  font-family: "Poppins", sans-serif !important;
}

/* Boutons du menu principal */
.navbar-nav > li > a {
  display: inline-block;
  padding: 8px 18px;
  margin: 4px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 18px;
  font-family: "Poppins", sans-serif !important;
  box-shadow: 0 2px 8px rgba(235, 90, 176, 0.3);
  color: #222;
  text-decoration: none;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

/* Survol discret */
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
  box-shadow: 0 3px 10px rgba(235, 90, 176, 0.4);
  transform: translateY(-1px);
  background: #fff;
  color: #000;
}

/* Neutralisation Bootstrap */
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  background: #fff;
  color: #000;
  outline: none;
}
/*-----------------------------------asso----------------------------------------------------------------*/
/* -------------------------------------------------- */
/* Zone Associations - homogénéisation */
/* -------------------------------------------------- */

.asso-zone {
  max-width: 1200px !important; /* élargit la zone */
  margin: 0 auto; /* centre la zone */
  padding: 0 20px; /* respirations sur mobile */
}

.asso-texte {
  /* font-size: 1.1rem;  */
  /* line-height: 1.6; */
  font-weight: 400; /* normal */
  color: #333; /* comme le reste du site */
  text-align: justify; /* ton choix */
  font-family: inherit; /* garde la police du site */
}

/* Homogénéise la liste dans le flux */
.asso-texte ul {
  padding-left: 20px;
  margin: 0 0 20px 0;
  list-style: disc;
}

.asso-texte li {
  margin-bottom: 6px;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
/* -------------------------------------------------- */
/* Logos associations en ligne */
/* -------------------------------------------------- */

.asso-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px; /* espace horizontal */
  flex-wrap: wrap; /* permet le retour sur mobile */
  margin: 30px 0;
}

.asso-logos img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* -------------------------------------------------- */
/* Puces rondes standard */
/* -------------------------------------------------- */

ul.puces {
  list-style-type: disc;
  padding-left: 25px;
  margin: 0 0 20px 0;
}

ul.puces li {
  margin-bottom: 6px;
}
/* -------------------------------------------------- */
/* Témoignages centrés */
/* -------------------------------------------------- */

.temoignages {
  text-align: center;
  margin: 0 auto 35px auto;
}

.temoignages img {
  display: block;
  margin: 0 auto 20px auto;
}

.temoignages h2 {
  margin-bottom: 25px;
}

.temoignages-texte {
  max-width: 800px;
  margin: 0 auto;
}

.temoignages-texte p {
  margin-bottom: 20px;
}
/* -------------------------------------------------- */
/* Section "Il comprend" */
/* -------------------------------------------------- */

.inclut {
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.5;
}

.puces-trek {
  list-style-type: disc;
  padding-left: 22px;
  margin: 0;
}

.puces-trek li {
  margin-bottom: 4px;
}
/* -------------------------------------------------- */
/* Contact icons color */
/* -------------------------------------------------- */

.contact-info .info-icon i {
  color: #eb5ab0;
}
/* -------------------------------------------------- */
/* Formulaire de contact - wrapper */
/* -------------------------------------------------- */

.contact-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 30px 25px;
  border-top: 4px solid #eb5ab0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

/* -------------------------------------------------- */
/* Champs de formulaire */
/* -------------------------------------------------- */

.contact-form .form-group {
  margin-bottom: 18px;
}

.contact-form .form-control {
  border-radius: 30px;
  border: 1px solid #ffc98f;
  padding: 10px 16px;
  font-size: 0.95rem;
  color: #333;
  background-color: #fff;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.contact-form textarea.form-control {
  border-radius: 16px;
  min-height: 140px;
  resize: vertical;
}

/* Placeholder doux */
.contact-form .form-control::placeholder {
  color: rgba(146, 45, 7, 0.55); /* #922D07 adouci */
}

/* Focus */
.contact-form .form-control:focus {
  border-color: #eb5ab0;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(235, 90, 176, 0.18);
  outline: none;
}

/* -------------------------------------------------- */
/* Bouton d'envoi */
/* -------------------------------------------------- */

.contact-form .default-btn {
  display: inline-block;
  border: none;
  border-radius: 30px;
  padding: 10px 32px;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  background-image: linear-gradient(135deg, #eb5ab0, #ff931f);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(196, 89, 50, 0.35);
  transition:
    transform 0.1s ease,
    box-shadow 0.1s ease,
    filter 0.2s ease;
}

.contact-form .default-btn:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(146, 45, 7, 0.4);
}

.contact-form .default-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(146, 45, 7, 0.35);
}

/* -------------------------------------------------- */
/* Messages d’erreur et de retour */
/* -------------------------------------------------- */

.contact-form .help-block.with-errors {
  color: #922d07;
  font-size: 0.8rem;
  margin-top: 4px;
}

#msgSubmit {
  margin-top: 12px;
  font-size: 0.9rem;
  color: #922d07 !important;
}

/* -------------------------------------------------- */
/* Responsive */
/* -------------------------------------------------- */

@media (max-width: 767px) {
  .contact-form {
    padding: 20px 18px 18px;
  }

  .contact-form .default-btn {
    width: 100%;
    text-align: center;
  }
}
/* -------------------------------------------------- */
/* Formulaire de contact - style ocre sobre */
/* -------------------------------------------------- */

.contact-form {
  background: #fff7ec; /* ocre très clair */
  padding: 25px 25px 20px;
  border-radius: 0; /* la courbe vient de .bb */
  box-shadow: none; /* ombre gérée par .bb */
}

/* Champs : style "ligne" pour inputs, textarea encadré léger */

.contact-form .form-group {
  margin-bottom: 18px;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 8px 2px;
  font-size: 0.95rem;
  background: transparent;
  color: #333;
  box-shadow: none;
}

.contact-form textarea.form-control {
  border: 1px solid #ffc98f;
  border-radius: 6px;
  padding: 10px 12px;
  border-bottom-width: 1px;
}

/* Placeholder */

.contact-form .form-control::placeholder {
  color: rgba(146, 45, 7, 0.55); /* #922D07 adouci */
}

/* Focus */

.contact-form .form-control:focus {
  outline: none;
  border-color: #eb5ab0;
  box-shadow: none;
}

/* Bouton (on garde le dégradé, sans changer) */

.contact-form .default-btn {
  display: inline-block;
  border: none;
  border-radius: 999px;
  padding: 10px 32px;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  background-image: linear-gradient(135deg, #eb5ab0, #ff931f);
  color: #ffffff;
}

/* Messages */

.contact-form .help-block.with-errors {
  color: #922d07;
  font-size: 0.8rem;
  margin-top: 4px;
}

#msgSubmit {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #922d07 !important;
}
/* Conserver le texte en #333 avant / pendant / après saisie */
.contact-form .form-control,
.contact-form .form-control:focus,
.contact-form .form-control:valid {
  color: #333 !important;
  -webkit-text-fill-color: #333 !important; /* pour Safari */
}

/* Responsive */

@media (max-width: 767px) {
  .contact-form {
    padding: 20px 15px;
  }

  .contact-form .default-btn {
    width: 100%;
    text-align: center;
  }
}
.tm {
  color: #922d07;
}
.tmg {
  color: #922d07;
  font-size: 1.6em;
}
.tr {
  color: #eb5ab0;
}
.to {
  color: #ff931f;
}
/*---------------------------------------------------------------------------------------------------*/
.hau1 {
  min-height: 480px !important;
}
/* -------------------------------------------------- */
/* Section intermédiaire titres centrés */
/* -------------------------------------------------- */

.section-inter {
  text-align: center;
  margin: 40px 0 30px;
}

.section-inter h2 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 600;
}

.section-inter h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
}
/* -------------------------------------------------- */
/* Cartes "Il comprend / Il ne comprend pas / Contact" */
/* -------------------------------------------------- */

.bv {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  background: transparent;

  padding: 25px !important; /* on gère le padding dans support-item */
}

.contact-support .support-item {
  position: relative;
  padding: 25px;
  border-radius: 6px;
  min-height: 500px; /* même hauteur pour les 3 cartes */
  color: #333;
  overflow: hidden;
}

/* Fond image sur la carte entière */
.contact-support .support-item.back1,
.contact-support .support-item.back2,
.contact-support .support-item.back3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Voile pour lisibilité du texte (optionnel mais conseillé) */
.contact-support .support-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.78);
  z-index: 0;
}

.contact-support .support-item > * {
  position: relative;
  z-index: 1;
}

/* -------------------------------------------------- */
/* Blocs internes (contenu) */
/* -------------------------------------------------- */

.inclut,
.non-inclut,
.contact-support .contact-info {
  /* padding: 25px; */
  border-radius: 0;
}

/* On enlève l’ancien min-height ici */
.inclut,
.non-inclut,
.contact-support-bloc {
  min-height: auto !important;
}

/* -------------------------------------------------- */
/* Images de fond */
/* -------------------------------------------------- */

.back1 {
  background-image: url("images/back1.jpg");
}

.back2 {
  background-image: url("images/back2.jpg");
}

.back3 {
  background-image: url("images/back3.jpg");
}
/* -------------------------------------------------- */
/* Bouton Cal.com */
/* -------------------------------------------------- */
.btn-cal {
  margin-top: 35px;
  display: inline-block;
  background-color: #eb5ab0;
  color: #fff;
  padding: 8px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.95rem;
}

.btn-cal:hover {
  background-color: #c54495;
  color: #fff;
}

/*---------------------------------------------------------------------------------------------------*/

.footer-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.footer-video-overlay,
.footer-upper,
.footer-lower {
  position: relative;
  z-index: 2;
}

/*---------------------------------------------------------------------------------------------------*/
..footer-video-wrapper {
  position: relative;
  overflow: hidden;
}

.footer-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.footer-video-overlay,
.footer-upper,
.footer-lower {
  position: relative;
  z-index: 2;
}
.mar-0 {
  margin-bottom: 35px !important;
}
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
