:root {
  --honey: #FF7A5C;
  --honey-dark: #D9684E;
  --seafoam: #4CC9A0;
  --seafoam-dark: #41AB88;
  --coral: #FFC145;
  --cream: #FBF7F0;
  --warm-brown: #4A4038;
}

.navbar-nav::before {
  content: none !important;
}

/* --------------------------------------------------------------------------
   FOND ET LOGO TEXTE
-------------------------------------------------------------------------- */
body {
  background-color: var(--cream);
  color: var(--warm-brown);
}

/* Test du logo dessiné à la main dans le header */
.brand-logo-test {
  padding-top: 0;
  padding-bottom: 0;
}

.brand-logo-test img {
  height: 100px;
  width: auto;
  margin-right: 12px;
  display: block;
}

.brand-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff !important;
  letter-spacing: 0.5px;
}

.brand-text .brand-chaleur {
  color: #FFC145;
}

.brand-text .brand-et {
  color: #FF7A5C;
  font-weight: 400;
  font-style: italic;
}

.brand-text .brand-couleur {
  color: #4CC9A0;
}

/* Liens du menu : Retour à la couleur en jaune, Médiation en vert */
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link.nav-link-retour {
  color: #FFC145;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link.nav-link-mediation {
  color: #4CC9A0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link.nav-link-galerie {
  color: #FF7A5C;
}

/* --------------------------------------------------------------------------
   BOUTON "EN SAVOIR PLUS" / "CONTACTEZ-NOUS" (style de base, réutilisé partout)
-------------------------------------------------------------------------- */
.btn_on-hover {
  display: inline-block;
  background-color: var(--honey);
  color: #ffffff;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn_on-hover:hover {
  background-color: var(--honey-dark);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

.btn_on-hover--discret {
  background-color: transparent;
  color: var(--seafoam-dark);
  border: 1px solid var(--seafoam);
}

.btn_on-hover--discret:hover {
  background-color: var(--seafoam);
  color: #ffffff;
}

/* --------------------------------------------------------------------------
   ACCUEIL : récit + teasers
-------------------------------------------------------------------------- */
.recit_section h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--warm-brown);
  font-size: 2.2rem;
}

.recit_section p {
  font-size: 1.1rem;
  line-height: 1.8;
}

.teaser_section {
  border-radius: 0;
}

.teaser_dominant {
  background-color: var(--coral);
  background: linear-gradient(135deg, var(--coral) 0%, var(--cream) 120%);
}

.teaser_dominant h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--warm-brown);
  font-size: 2rem;
  text-transform: none;
  -webkit-text-stroke: 0.5px #ffffff;
  text-shadow:
    -1px -1px 0 #ffffff,
     1px -1px 0 #ffffff,
    -1px  1px 0 #ffffff,
     1px  1px 0 #ffffff;
}

.teaser_discret {
  background-color: var(--seafoam);
  background: linear-gradient(135deg, var(--seafoam) 0%, var(--cream) 120%);
  opacity: 0.9;
}

.teaser_discret h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--warm-brown);
  font-size: 2rem;
  -webkit-text-stroke: 0.5px #ffffff;
  text-shadow:
    -1px -1px 0 #ffffff,
     1px -1px 0 #ffffff,
    -1px  1px 0 #ffffff,
     1px  1px 0 #ffffff;
}

.teaser_tagline {
  font-size: 1.05rem;
  margin: 15px auto 25px auto;
  max-width: 560px;
}

/* --------------------------------------------------------------------------
   MÉDIATION PAR LA COULEUR : bloc "En bref"
-------------------------------------------------------------------------- */
.en_bref_box {
  background-color: #ffffff;
  border-left: 4px solid var(--seafoam);
  border-radius: 8px;
  padding: 25px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.en_bref_box h3 {
  margin-top: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--seafoam-dark);
}

.en_bref_box ul {
  margin: 0;
  padding-left: 20px;
}

.en_bref_box li {
  margin-bottom: 8px;
}

/* --------------------------------------------------------------------------
   GALERIE
-------------------------------------------------------------------------- */
.galerie_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.galerie_empty {
  grid-column: 1 / -1;
  background-color: #ffffff;
  border: 1px dashed var(--seafoam);
  border-radius: 8px;
  padding: 50px 30px;
  color: var(--warm-brown);
}

/* Lien "Mentions légales" dans le footer */
.footer_section a {
  color: var(--seafoam) !important;
}

/* --------------------------------------------------------------------------
   PAGE D'ACCUEIL : SECTION Work (projets) 
-------------------------------------------------------------------------- */
/* --- Alignement du titre --- */
.work_section .heading_container {
  align-items: center;
}

/* --------------------------------------------------------------------------
   PAGE D'ACCUEIL : SECTION WHO 
-------------------------------------------------------------------------- */
/* --- Fond gris sur la section who --- */
.who_section {
  background-color: #E9EEF0;
  padding: 60px 0;
}

/* Bandeau du haut en corail sur la page "Retour à la couleur" uniquement */
body.page-retour .who_section {
  background-color: var(--coral);
  background: linear-gradient(135deg, var(--coral) 0%, var(--cream) 120%);
}

/* Bandeau du haut en vert d'eau (fondu bleu) sur la page "Médiation par la couleur" */
body.page-mediation .who_section {
  background-color: var(--seafoam);
  background: linear-gradient(135deg, var(--seafoam) 0%, var(--cream) 120%);
}

/* Titres de page en corail (Retour à la couleur + Médiation), contour blanc */
body.page-retour .who_section h1,
body.page-mediation .who_section h1 {
  font-weight: 700;
  color: #FF7A5C;
  -webkit-text-stroke: 0.5px #ffffff;
  text-shadow:
    -1px -1px 0 #ffffff,
     1px -1px 0 #ffffff,
    -1px  1px 0 #ffffff,
     1px  1px 0 #ffffff;
}

/* Bandeau du haut en corail sur la page Galerie, titre en vert avec contour blanc */
body.page-galerie .who_section {
  background-color: #FF7A5C;
  background: linear-gradient(135deg, #FF7A5C 0%, var(--cream) 120%);
}

body.page-galerie .who_section h1 {
  font-weight: 700;
  color: #41AB88;
  -webkit-text-stroke: 0.5px #ffffff;
  text-shadow:
    -1px -1px 0 #ffffff,
     1px -1px 0 #ffffff,
    -1px  1px 0 #ffffff,
     1px  1px 0 #ffffff;
}

.who_section .container {
  background: transparent;
  max-width: 1140px;
}

.who_section .heading_container {
  align-items: center;
}

/* --------------------------------------------------------------------------
   PAGE D'ACCUEIL : SECTION CLIENT Témoignages
-------------------------------------------------------------------------- */
/* --- Fond gris sur la section Client --- */
.client_section {
  background-color: #E9EEF0;
  padding: 60px 0;
}

.client_section .container {
  background: transparent; 
  max-width: 1140px;
} 

/* --- Carte centrale blanche dans la section clients --- */
.client_section .owl-carousel .center .box {
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: scale(1.02);
  transition: all 0.3s ease;
}

/* Les autres cartes gardent leur fond gris clair */
.client_section .owl-carousel .box {
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

/* Section témoignages : flèches centrées */
.client_section .carousel-wrap {
  position: relative;
  padding-bottom: 50px;
}

.client_section .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 5;
}

/* --------------------------------------------------------------------------
   FOOTER : bouton "Contactez-nous" + harmonisation visuelle
-------------------------------------------------------------------------- */

/* Forcer le style bouton orange pour le lien du footer */
.info_section .btn_on-hover {
  display: inline-block !important;
  background-color: #FF7A5C !important;
  color: #ffffff !important;
  border: none !important;
  padding: 10px 25px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  transition: background-color 0.3s ease, transform 0.2s ease !important;
}

.info_section .btn_on-hover:hover {
  background-color: #D9684E !important;
  transform: translateY(-2px);
  color: #ffffff !important;
}

/* Alignement à gauche du bloc newsletter */
.info_section .detail-box {
  text-align: center;
}

/* Alignement et lisibilité du texte dans le footer */
.info_section h5 {
  font-weight: normal;
  margin-bottom: 20px;
  color: #fff;
}

/* Espacement pour le bouton */
.info_section .btn_on-hover {
  margin-bottom: 20px;
}

/* Espacement pour la social box */
.info_section .social_box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.info_section .social_box a {
  display: inline-block;
}

.info_section .social_box a img,
.info_section .social_box a svg {
  width: 96px;
  height: 96px;
  filter: brightness(100%);
  transition: all 0.3s ease;
}
.info_section .social_box a:hover img,
.info_section .social_box a:hover svg {
  filter: brightness(130%);
}


/* --------------------------------------------------------------------------
  RESPONSIVE : <768px
-------------------------------------------------------------------------- */

@media (max-width: 768px) {

  /* Centrage du bloc "Se renseigner" sur mobile */
  .info_section .detail-box {
    text-align: center !important;
  }

  .info_section .social_box {
    justify-content: center !important;
    padding-left: 0 !important;
  }
}

/* --------------------------------------------------------------------------
   FORMULAIRE DE CONTACT : Style pour le select et textarea
-------------------------------------------------------------------------- */

/* Style pour le select (liste déroulante) */
.contact_section .contact-form select {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  margin: 15px 0;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
}

.contact_section .contact-form select:focus {
  border-color: #4CC9A0;
}

.contact_section .contact-form select option {
  color: #000;
  background-color: #fff;
  padding: 10px;
}

/* Style pour le textarea */
.contact_section .contact-form textarea {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  margin: 15px 0;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Open Sans', sans-serif;
  resize: vertical;
  min-height: 120px;
}

.contact_section .contact-form textarea:focus {
  border-color: #4CC9A0;
}

.contact_section .contact-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}


