/*COULEURS*/
:root {
  --retz: rgba(28, 48, 119, 1);
  /* #1C3077 */
  --texte: rgba(51, 51, 51, 1);
  /* #333 */
  --blanc: rgba(255, 255, 255, 1);
  /* #FFF */
  --vert: rgba(43, 129, 142, 1);
  /* #2B818E */
  --violet: rgba(88, 49, 72, 1);
  /* #583148 */
  --orange: rgba(173, 84, 0, 1);
  /* #AD5400 */
  --bleu: rgba(44, 79, 162, 1);
  /* #2C4FA2 */
  --rose: rgba(214, 10, 60, 1);
  /* #D60A3C */
  --or: rgba(187, 137, 44, 1);
  /* #BB892C */
  --bg-organiseur-beige: rgba(255, 247, 239, 1);
  /* #FFF7EF */
  --bg-organiseur-orange: rgba(255, 242, 240, 1);
  /* #FFF2F0 */
  --bg-organiseur-vert: rgba(240, 255, 255, 1);
  /* #F0FFFF */
  --bg-organiseur-bleu: rgba(240, 244, 255, 1);
  /* #F0F4FF */
  --bg-organiseur-rose: rgba(255, 240, 248, 1);
  /* #FFF0F8 */
  --facebook: rgba(66, 103, 178, 1);
  /* #4267B2 */
}
/*---COULEUR TEXTE*/
.texte {
  color:var(--texte) !important;
}
.texte-blanc {
  color:var(--blanc) !important;
}
.texte-facebook {
  color:var(--facebook) !important;
}
.texte-retz {
  color:var(--retz) !important;
}
.texte-vert {
  color:var(--vert) !important;
}
.texte-violet {
  color:var(--violet) !important;
}
.texte-orange {
  color:var(--orange) !important;
}
.texte-bleu {
  color:var(--bleu) !important;
}
.texte-rose {
  color:var(--rose) !important;
}
.texte-or {
  color:var(--or) !important;
}
/*---COULEUR BLOC*/
.bg-beige {
  background-color:var(--bg-organiseur-beige);
}
.bg-orange {
  background-color:var(--bg-organiseur-orange);
}
.bg-vert {
  background-color:var(--bg-organiseur-vert);
}
.bg-bleu {
  background-color:var(--bg-organiseur-bleu);
}
.bg-rose {
  background-color:var(--bg-organiseur-rose);
}
.bg-facebook {
  background-color:var(--facebook);
}
/*---DEGRADE  BLOC*/
.dg-blanc {
  background:linear-gradient( to bottom, var(--blanc) 0%, transparent 100% );
}
.dg-beige {
  background: linear-gradient( to bottom, var(--bg-organiseur-beige) 0%, transparent 100% );
}
.dg-orange {
  background:linear-gradient( to bottom, var(--bg-organiseur-orange) 0%, transparent 100% );
}
.dg-vert {
  background:linear-gradient( to bottom, var(--bg-organiseur-vert) 0%, transparent 100% );
}
.dg-bleu {
  background:linear-gradient( to bottom, var(--bg-organiseur-bleu) 0%, transparent 100% );
}
.dg-rose {
  background:linear-gradient( to bottom, var(--bg-organiseur-rose) 0%, transparent 100% );
}
.dg-facebook {
  background:linear-gradient( to bottom, var(--facebook) 0%, transparent 100% );
}
/*---COULEUR BOUTON*/
.gris {
  background:var(--texte) !important;
}
.blanc {
  background:var(--blanc) !important;
  color:var(--texte) !important;
}
.retz {
  background:var(--retz) !important;
  color:var(--blanc) !important;
}
.facebook {
  background:var(--facebook) !important;
  color: #FFFFFF !important;
}
.vert {
  background:var(--vert) !important;
  color: #FFFFFF !important;
}
.violet {
  background:var(--violet) !important;
  color: #FFFFFF !important;
}
.orange {
  background:var(--orange) !important;
  color: #FFFFFF !important;
}
.bleu {
  background:var(--bleu) !important;
  color: #FFFFFF !important;
}
.rose {
  background:var(--rose) !important;
  color: #FFFFFF !important;
}
/*DIVERS*/
#landing .text-right {
  text-align: right;
}
#landing .text-center {
  text-align: center;
}
#landing .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
#landing .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
#landing .embed-responsive .embed-responsive-item, #landing .embed-responsive IFRAME, #landing .embed-responsive EMBED, #landing .embed-responsive OBJECT {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#landing .float-start {
  float: left;
}
#landing .float-end {
  float: right;
}
#landing .rounded {
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
#landing .hr-filet {
  display: block;
  margin: 2rem auto;
  max-width: 100%;
  height: auto;
}
#landing .bouton {
  display: inline-block;
  padding: 1rem;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, filter 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  font-size: 0.8em;
}
#landing .bouton-sm {
  padding: 1rem 0.75rem;
  border-radius: 4px;
  font-size: 0.7em;
}
#landing .bouton:hover, #landing .bouton:focus {
  filter: brightness(1.25);
  text-decoration: none;
  outline: none;
}
/*BASE*/
#landing, #landing P {
  font-size: 20px;
  line-height: 28px;
}
#landing .link-underline {
  text-decoration: none;
}
#landing .link-underline:hover {
  text-decoration: underline;
}
#landing {
  font-family: "Figtree", sans-serif;
  margin-top: 24px;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding-top: 1.2em;
  padding-bottom: 100px;
}
#landing A {
  color:var(--vert);
  font-weight: bold;
}
#landing A:hover {
  text-decoration: none;
}
#landing H1, #landing H2, #landing H3, #landing H4, #landing H5, #landing H6 {
  font-family: "Figtree", sans-serif !important;
  margin-bottom: 0.5em;
  margin-top: 0;
}
#landing H3 {
  font-size: 1em;
  font-weight: bold;
}
#landing P {
  margin-top: 0;
  margin-bottom: 0.5em;
}
#landing.landing-intro {
  background-color:var(--bg-organiseur-beige);
}
#landing.landing-organiseur {
  background-color:var(--bg-organiseur-orange);
}
#landing.landing-cahier {
  background-color:var(--bg-organiseur-vert);
}
#landing.landing-ephemeride {
  background-color:var(--bg-organiseur-bleu);
}
#landing.landing-organiseur-cl {
  background-color:var(--bg-organiseur-rose);
}
#landing::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 130px;
  background: url('../img/feuille-footer-gauche.png') no-repeat center center;
  background-size: contain;
  z-index: 0;
}
#landing::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
  height: 130px;
  background: url('../img/feuille-footer-droite.png') no-repeat center center;
  background-size: contain;
  z-index: 0;
}
#landing .container.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}
#landing IFRAME {
  display: block;
  margin: 0 0 24px 0;
}
#landing HR {
  border: 0px solid black;
  border-bottom: 1px solid #EDEDED;
  margin: 0em 0em 1em 0em;
}
#landing SECTION.outils {
  margin: 1em;
  background: linear-gradient(to bottom, white 0%, transparent 50%, white 100%);
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  padding-top: 1em;
  padding-bottom: 1em;
}
#landing .titre-page {
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
#landing .sous-titre-page {
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
  margin-top: 0;
}
#landing .accroche-page {
  font-size: 1.6em;
  line-height: 1em;
  padding-bottom: 8px;
}
#landing .bg-left {
  background: url('https://placehold.co/200x400/png') no-repeat center center;
  background-size: cover;
  /* ou 'contain' selon ton rendu désiré */
  min-height: 300px;
  /* ajuste selon la hauteur souhaitée */
}
#landing .bg-right {
  background: url('https://placehold.co/200x400/png') no-repeat center center;
  background-size: cover;
  /* ou 'contain' */
  min-height: 300px;
  /* même hauteur pour équilibrer */
}
#landing .habillage-feuille {
  position: relative;
  min-height: 400px;
  /* tu peux ajuster un peu plus grand que 384px pour garder de l'air */
}
#landing .habillage-feuille .col-lg-4 {
  position: relative;
  /* important pour créer un contexte empilé */
  z-index: 1;
  /* plus grand que les images décoratives */
}
#landing .habillage-feuille::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 380px;
  height: 380px;
  background: url('../img/feuille-gauche.png') no-repeat center center;
  background-size: contain;
  z-index: 0;
}
#landing .habillage-feuille::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 380px;
  height: 380px;
  background: url('../img/feuille-droite.png') no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 1024px) {
  #landing .habillage-feuille::before, #landing .habillage-feuille::after {
    display: none;
  }
}
#landing .idees {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#landing .idee {
  display: flex;
  align-items: center;
  background-color: rgba(43, 129, 142, 0.1);
  padding: 8px 12px;
  border-radius: 4px;
  color:var(--vert);
  font-size: 0.8em;
  white-space: nowrap;
  /* évite les retours à la ligne dans le texte */
  margin: 6px;
  /* ✅ espace autour de chaque bloc */
  font-weight: bold;
}
#landing .idee IMG {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  /* espace entre l'image et le texte */
  /*+border-radius: 186px;*/
  -moz-border-radius: 186px;
  -webkit-border-radius: 186px;
  -khtml-border-radius: 186px;
  border-radius: 186px;
}


#landing .videoyt {
  margin-bottom: 2rem !important;
}

/*SECTION PRESENTATION*/
#landing UL.liste-presentation {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#landing UL.liste-presentation LI {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  font-size: 0.9em;
  line-height: 1.4em;
}
#landing UL.liste-presentation LI STRONG {
  color:var(--vert);
}
#landing UL.liste-presentation LI::before {
  content: '';
  position: absolute;
  top: 8px;
  /* ajuste verticalement */
  left: 0px;
  width: 8px;
  height: 8px;
  background-color:var(--vert);
  border-radius: 50%;
  /* pour faire un rond */
}
#landing .comparatif-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  color: var(--violet);
  border: 2px solid var(--violet);
  font-size: 0.8em;
  line-height: 1.2em;
}
#landing .comparatif-table TH, #landing .comparatif-table TD {
  padding: 8px !important;
  border: 1px solid var(--violet) !important;
  vertical-align: middle !important;
}
#landing .comparatif-table THEAD TH {
  background-color: #FBEEEE;
  color: var(--violet);
  font-weight: bold;
  text-align: center;
}
#landing .comparatif-table UL {
  margin: 0;
  padding-left: 16px !important;
}
#landing .comparatif-table UL LI {
  list-style: disc;
}
#landing .comparatif-table UL LI::before {
  display: none !important;
}
#landing .bloc-savoir {
  background-color:var(--blanc);
  padding: 1em;
}
#landing .bloc-savoir IMG {
  /*+border-radius: 243px;*/
  -moz-border-radius: 243px;
  -webkit-border-radius: 243px;
  -khtml-border-radius: 243px;
  border-radius: 243px;
}
#landing .bloc-savoir P {
  font-size: 0.8em;
  line-height: 1.4em;
}
#landing .comparatif-table TBODY TR:nth-child(odd) {
  background-color: #F8E4E4;
  /* plus clair */
}
#landing .comparatif-table TBODY TR:nth-child(even) {
  /* légèrement plus foncé */
}
#landing .comparatif-table TBODY TD:first-child, #landing .comparatif-table THEAD TH:first-child {
  width: 200px;
  white-space: nowrap;
}
/*SECTION TEMOIGNAGES*/
#landing .temoignage .slick-track {
  display: flex;
  align-items: center;
}
#landing .temoignage {
  position: relative;
  padding: 80px 0;
  /* ajoute du padding pour faire de la place aux images */
}
#landing .temoignage::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 40px;
  background: url('../img/separateur-feuille-top.png') no-repeat center center;
  background-size: contain;
  z-index: 0;
}
#landing .temoignage::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 40px;
  background: url('../img/separateur-feuille-bot.png') no-repeat center center;
  background-size: contain;
  z-index: 0;
}
#landing .testimonial-carousel {
  max-width: 90%;
  margin: 0 auto;
  font-style: normal;
}
#landing .testimonial-item {
  background-color: #FFFFFF;
  position: relative;
  /*+border-radius: 1em;*/
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -khtml-border-radius: 1em;
  border-radius: 1em;
  margin-bottom: 0;
  padding: 20px 20px 20px 80px;
  margin: 1em;
}
#landing .testimonial-item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 35px;
  background: url('../img/guillemet.png') no-repeat center center;
  background-size: contain;
  z-index: 0;
}
#landing .testimonial-item .fonction {
  font-style: italic !important;
  font-size: 0.8em;
}
#landing .testimonial-item .texte {
  font-style: italic !important;
  font-family: "PT Serif", serif;
}
#landing .slick-prev, #landing .slick-next {
  background: none !important;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  /*+border-radius: 0 !important;*/
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 56px !important;
  height: 56px !important;
}
#landing .slick-prev {
  left: -50px;
}
#landing .slick-next {
  right: -50px;
}
/*SECTION ACTUALITE*/
#landing .actualite {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  /* ajoute du padding pour faire de la place aux images */
}
/* landing-nav*/
#landing .landing-nav {
  text-align: center;
  padding: 1em 0 2em;
}
#landing .landing-nav-toggle {
  display: block;
  text-align: center;
  box-sizing: border-box;
  background:var(--retz);
  border: none;
  padding: 1rem;
  font-size: 1em;
  cursor: pointer;
  color:var(--blanc);
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
#landing .landing-nav-toggle:hover {
  filter: brightness(1.15);
  text-decoration: none;
  outline: none;
  /* léger fond au hover */
}
#landing .landing-nav-list {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  align-items: center;
}
#landing .landing-nav-list LI::before {
  display: none !important;
  /* supprime les puces éventuelles */
}
#landing .landing-nav-list LI {
  margin-right: 10px;
}
#landing .landing-nav-list LI:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  #landing .landing-nav {
    text-align: left;
  }
  #landing .landing-nav-list {
    flex-direction: column;
    display: none;
    margin-top: 16px;
    width: 100%;
    padding: 10px;
    font-size: 1.25em;
  }
  #landing .landing-nav-list.open {
    display: flex;
    /* quand ouvert */
  }
  #landing .landing-nav-list LI {
    margin: 4px 0;
    margin-right: 0;
    width: 100%;
  }
  #landing .landing-nav-list LI A {
    width: 100%;
    display: block;
    text-align: center;
    /* pour garder le texte centré */
    box-sizing: border-box;
    /* pour que le padding ne déborde pas */
  }
}



/*RESPONSIVE*/
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  #landing, #landing P {
    font-size: 16px;
    line-height: 21px;
  }
  #landing.landing-intro {
    padding-bottom: 1.2em;
  }
  #landing.landing-intro::before, #landing.landing-intro::after {
    display: none;
  }
}
@media (max-width: 480px) {
  #landing .titre-page {
    font-size: 2em;
    line-height: normal;
    margin-bottom: 0;
  }
  #landing .accroche-page {
    line-height: normal;
  }
  #landing .sous-titre-page {
    font-size: 1.5em;
    line-height: normal;
  }
  #landing .bouton {
    margin-bottom: 1em;
  }
  #landing .landing-nav-list LI .bouton {
    margin-bottom: 0;
  }
  #landing .idees {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #landing .idee {
    padding:4px10px;
    font-size: 0.8em;
    margin: 4px;
  }
  #landing .idee IMG {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
  #landing .testimonial-item {
    background-color: #FFFFFF;
    position: relative;
    /*+border-radius: 1em;*/
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -khtml-border-radius: 1em;
    border-radius: 1em;
    margin-bottom: 0;
    padding: 20px 20px 20px 20px;
    margin: 1em;
  }
  #landing .testimonial-item::before {
    display: none;
  }
  #landing .slick-prev, #landing .slick-next {
    width: 40px !important;
    height: 40px !important;
  }
  #landing .slick-prev {
    left: -30px;
  }
  #landing .slick-next {
    right: -30px;
  }
}
