:root {
  --primary: #5f8f88;
  --light: #f5f7f6;
  --dark: #2e3e3b;
  --secondary: #16a551;
  --vertclair: #A5E43E;
}

* {
  box-sizing: border-box;
  margin: 0px;
}
/* size 36px doux pour les yeux*/ 
h1
{
  font-size: 36px;
}

body {
  color: var(--dark);
  line-height: 1.6;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  width: min(1100px, 90%);
  margin: auto;
}
/* container vert matcha*/
.container0 {
  width: min(1100px, 90%);
  margin: auto;
  background-color: var(--secondary);
}
/* container vert-bleu*/
.container1 {
  width: min(1100px, 90%);
  margin: auto;
  background-color: var(--primary);
}

.containerM {
  width: min(1100px, 90%);
  margin: auto;
  background-image: url('../assets/flotus.jpg');
  background-color: rgba(255,255,255,0.85);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 43% auto;
  /*border: 2px solid #A5E43E;*/
}

.containermain {
  width: min(1100px, 90%);
  margin: auto;
  background-color: rgba(255,255,255,0.60);
  background-blend-mode: overlay;
  padding: 2rem 0;
  border-radius: 20px;
  font-size: 26px;
  /*border: 2px solid #A5E43E;*/
}
.containerbo {
  width: min(1100px, 90%);
  margin: auto;
  background-color: rgba(255,255,255,0.45);
  background-blend-mode: overlay;
  padding: 2rem 0;
  border-radius: 20px;
  /*border: 2px solid #A5E43E;*/
}

.heromain {
  background-image: url('../assets/Jardin_zen_tranquille.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 0;
  text-align: center;
}

.herobo {
  /*background-image: url('../assets/Jardin_Zen_d\'Automne.jpg');*/
  background-image: url('../assets/Jardin_zen_tranquille.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--dark);
  padding: 2rem 0;
  text-align: center;
  font-size: larger;
}

.heroso {
  background-image: url('../assets/Sentier_de_bambous_serein.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 0;
  text-align: center;
}

/*Beige: #e2e2e2, #f7f7f7 */
.hero {
  background: linear-gradient(180deg, #16a551, #A5E43E);
  padding: 4rem 0;
  text-align: center;
}

.hero h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.header {
  background: #B3A291;
  border-bottom: 1px solid #05983F;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.highlight {
  font-size: 1.2rem;
  margin: 1.5rem 0;
  
}

.Logo1 img{
  display: flex;
  flex-direction: row;
  align-items: center;
  float:left;
  height: 50px;
  width: auto;
  margin: 10px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2px;
}

.menu ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.menu a, .dropbtn {
  display: inline-block;
  background: none;
  border: none;
  text-decoration: none;
  color: var(--dark);
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #B3A291;
  border: 1px solid #05983F;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.burger {
  display: none;
  font-size: 1.5rem;
}


.section {
  padding: 3rem 0;
}

.section.light {
  background: var(--light);
}

.section.method {
  background-image: url(assets\lotusap.jpg);
  background-repeat: no-repeat;
  background-position: center;
  border: 2px #A5E43E;
}
.containeri {
  width: min(1100px, 90%);
  margin: auto;
}
.btn {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 1rem;
}

.btn-primary {
  display: inline-block;
  background: var(--secondary);
  color: white;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 1rem;
}

.btn.resalib-link {
  display: inline-block;
  background: var(--vertclair);
  color: white;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 1rem;
}
.form-group {
  margin-bottom: 1rem;
}

input, select, textarea {
  width: 100%;
  padding: 0.6rem;
}

.motifs {
  padding: 4rem 0;
  background: linear-gradient(180deg, #dcdcdc, #f4f4f4);
}

.section-title {
  display: inline;
  background:var(--primary);
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  /*font-size: 1.3rem;*/
  margin-bottom: 3rem;
  margin-left: 20px;
}
.section-title1 {
  display: inline-block;
  background: #eeeeee;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  /*font-size: 1.1rem;*/
  margin-bottom: 3rem;
  margin-left: 20px;
}

.section-title2 {
  display: inline-block;
  background: #eeeeee;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  /*font-size: 0.9rem;*/
  margin-bottom: 3rem;
  margin-left: 20px;
}

.center {
  text-align: center;
}

.benefits {
  margin-top: 1.5rem;
}

.benefits li {
  margin-bottom: 0.5rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.cardsso {
  width: auto;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.card {
  background: linear-gradient(180deg, #16a551, #A5E43E);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.cardi {
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.cardim {
  border-radius: 20px;
  background-image: url(../assets/Victoire.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.cardso {
  width: 290px;
  height: 190px;
  background: linear-gradient(0deg, #16a551, #A5E43E);
  border-radius: 10px;
  padding: 0.5rem;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  margin-left: 30px;
}

.card img {
  width: 70px;
  height: auto;
  margin-bottom: 1rem;
}
.cardso img {
  width: 60px;
  height: auto;
  /*margin-bottom: 1rem;*/
}
.card h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #1f2f2c;
}

.card p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #2e3e3b;
}
.cards_bo {
  display: grid;
  grid-template-columns: (1, 1fr);
  gap: 2rem;
}

.card_bo {
  background: image();
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.card_bo img {
  width: 70px;
  height: auto;
  margin-bottom: 1rem;
}

.card_bo h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #1f2f2c;
}

.card_bo p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2e3e3b;
}
.card:focus-within {
  outline: 3px solid #5f8f88;
}

.card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.card-link:focus {
  outline: 3px solid #5f8f88;
}

.note {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 0.90rem;
  font-style: italic;
}

.stats p {
  margin-bottom: 0.7rem;
}

.cta {
  background: var(--primary);
  /*background-image: url('../assets/Victoire_en_montagne_au_lever_du_soleil.jpg') ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;*/
  color: white;
  text-align: center;
  padding: 3rem 0;
}

/*.cta a {
  background: var(--primary);
  color: white;
  margin-top: 1rem;
}*/

.row {
    
    display: flex;
    flex-wrap: wrap;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.column1 {
  max-width: 600px;
  margin: 1.2rem;
}
  .column2 img {
    width: 75%;
    max-width: 400px; 
    height: auto;
    display: block;
    margin: auto;
    margin-top: 40px;
    border-radius: 20px;

}

  .column3 img {
    width: 95%;
    max-width: 500px; 
    height: auto;
    display: block;
    margin: auto;
    top: 150px;
}

.footer {
  padding: 1rem;
  text-align: center;
  background:  #1f2f2c;
  color: white;
}

.informations {
  background: linear-gradient(180deg, #cfcfcf, #efefef);
}

.pill-title {
  display: inline-block;
  background: #e6e6e6;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.info-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
}

.map-container iframe {
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.info-text {
  font-size: 1.05rem;
}

.address {
  margin-bottom: 1rem;
}

.google-rating {
  margin: 1rem 0;
}

.domaines {
  background: radial-gradient(#FCFCFA,#5f8f88);
  padding: 4rem 0;
  text-align: center;
}

.domaines h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.domaines-wrapper {
  position: relative;
  width: 400px;
  height: 400px;
  margin: auto;
}

.centre-visuel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centre-visuel img {
  width: 180px;
  height: auto;
}

/* Texte autour */
.domaine {
  position: absolute;
  font-weight: 600;
  font-size: 1.4rem;
}

/* Positions */
.haut {
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.droite {
  right: -90px;
  top: 28%;
  transform: translateY(-50%);
}

.bas-droite {
  right: -90px;
  bottom: 80px;
}

.bas {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.bas-gauche {
  left: -120px;
  bottom: 80px;
}

.gauche {
  left: -130px;
  top: 28%;
  transform: translateY(-50%);
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 2px solid #A5E43E;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  z-index: 9999;
  box-shadow: 0 -4px 15px rgba(0,0,0,0.1);
}

.cookie-banner p {
  margin: 0;
  max-width: 70%;
}

.cookie-actions button {
  margin-left: 0.5rem;
}

.map-consent {
  background: #f4f4f4;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: inset 0 0 0 2px #A5E43E;
}

.map-consent p {
  margin-bottom: 1rem;
}

.rgpd {
  margin: 1rem 0;
  font-size: 0.95rem;
}

.rgpd input {
  margin-right: 0.5rem;
}

.resalib-link[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}

.resalib-note {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.split-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.containerSl {
  width: min(1100px, 90%);
  margin: auto;
}

.split-imageSl img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* Section fond doux médical */
.split-soft {
  padding: 90px 0;
  background: linear-gradient(
    135deg,
    #f3f8f5 0%,
    #e8f3ed 100%
  );
}

/* Container */
.containerAtt {
  width: min(1100px, 90%);
  margin: auto;
}

/* Layout 50/50 */
.split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

/* Texte */
.split-text {
  flex: 1;
}

.split-text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #2f4f4f;
}

.split-text p {
  margin-bottom: 18px;
  line-height: 1.7;
  color: #444;
}

/* Image ronde */
.split-image {
  flex: 1;
  display: flex;
  justify-content: center;
  
}

.split-image img {
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 6px solid #ffffff;
}

.strategies-split {
  padding: 100px 0;
  background: linear-gradient(180deg, #f6fbf8 0%, #eaf4ef 100%);
}

.split-layout {
  display: flex;
  align-items: center;
  gap: 70px;
}

/* Colonnes */
.split-left {
  flex: 1.2;
}

.split-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.split-right img {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

.section-title2 {
  text-align: center;
  margin-bottom: 10px;
  /*font-size: 2rem;*/
  color: #2f4f4f;
}

/* Accordion */
.accordion-item {
  background: #ffffff;
  margin-bottom: 18px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Bouton */
.accordion-header {
  width: 100%;
  padding: 20px 25px;
  background: #dfeee7;
  border: none;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.accordion-header:hover {
  background: #cfe4db;
}

/* Contenu */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 22px;
  background: #fff;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.7;
  color: #444;
}

/* Actif */
.accordion-item.active .accordion-content {
  max-height: 2000px;
  padding: 20px 22px;
}

.show {display:block;}


/* 📱 Mobile */
@media (max-width: 768px) {
  .menu {
    display: none;
  }

  .menu.open {
    display: block;
  }

  .menu ul {
    flex-direction: column;
  }

  .burger {
    display: block;
  }

  .logo1 img {
    height: 45px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 1.8rem;
  }

   h1 {
    font-size: 1.6rem;
  }

  .highlight {
    font-size: 1.1rem;
  }
  .column1{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
        width: 50%;
  }
  .column2{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
        width: 100%;
        margin-top: 30px;
  }
  .info-grid {
    grid-template-columns: 1fr;
  }

  .map-container iframe {
    height: 280px;
  }

  .domaines-wrapper {
    width: auto;
    height: auto;
  }

  .centre-visuel {
    position: static;
    transform: none;
    margin-bottom: 2rem;
  }

  .domaine {
    position: static;
    display: block;
    margin: 0.6rem 0;
  }

  .cookie-banner {
    flex-direction: column;
    gap: 1rem;
  }

  .cookie-banner p {
    max-width: 100%;
    text-align: center;
  }
    .split {
    flex-direction: column;
    text-align: center;
  }

  .split-image img {
    width: 250px;
    height: 250px;
  }
    .split-layout {
    flex-direction: column;
  }

  .split-right {
    margin-top: 40px;
  }
}

