@charset "utf-8";
/*imports*/
@import "/css/reset.css";
@import "/fontawesome/css/fontawesome.min.css";
@import "/fontawesome/css/sharp-regular.min.css";
@import "/fontawesome/css/sharp-solid.min.css";
@import "/fontawesome/css/brands.min.css";
@import "/less/animations.css";
/*variables*/
/*mixins*/
/*styles*/
body {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
  background: #fff;
}
html {
  /*GLOBAL*/
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
  font-size: 1em;
  color: #333;
  background: #fff;
  overflow-x: hidden;
  /*HEADER*/
  /*PAGE*/
  /*FOOTER*/
  /*FORMULAIRES*/
  /*FORM NURTURING*/
  /* ============================
       CHECKBOXES & RADIOS
       ============================ */
  /* ============================
       RDV
       ============================ */
  /* ============================
       ERREURS & TEXTES D'AIDE
       ============================ */
  /* ============================
       ACTIONS
       ============================ */
  /* ============================
       RESPONSIVE AJUSTEMENTS
       ============================ */
  /* RDV UI */
}
html .mobile {
  display: none;
}
html .center {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html a {
  text-decoration: none;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  outline-style: none !important;
}
html a:hover {
  text-decoration: none;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html em {
  font-style: italic;
}
html input:focus,
html select:focus,
html textarea:focus {
  outline-style: none !important;
}
html .lightbox {
  display: none;
}
html .featherlight-content {
  max-width: 96%;
  margin: 0px !important;
  padding: 10px !important;
  color: #54585a;
  background: #fff !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
html .featherlight-content p {
  padding: 20px;
  color: #000;
  line-height: 1.4em;
}
html .featherlight-content #popup .bloc {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1.4em;
  text-align: center;
  margin-top: 20px;
}
html .featherlight-content #popup .bloc p {
  padding: 0;
}
html .featherlight-content #popup .succes i {
  color: #54585a;
}
html .featherlight-content #popup .echec i {
  color: #e73233;
}
html .featherlight-content .featherlight-close {
  color: #000;
}
html header {
  float: left;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background: #79c89b;
  -webkit-box-shadow: 0px 0px 5px #555555;
  -moz-box-shadow: 0px 0px 5px #555555;
  box-shadow: 0px 0px 5px #555555;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header .logo {
  position: absolute;
  z-index: 1100;
  top: 0;
  left: 0;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header nav {
  float: right;
  position: relative;
  z-index: 1200;
  margin-top: 40px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header nav ul {
  float: right;
}
html header nav ul li {
  float: left;
}
html header nav ul li a {
  float: left;
  margin-left: 40px;
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
html header nav ul li a:hover {
  color: #3c845b;
}
html header nav ul li a.active {
  color: #3c845b;
}
html header nav ul li.rfl img {
  width: 50px;
  height: auto;
  margin-top: -15px;
}
html header #menu_checkbox {
  display: none;
}
html header label {
  position: absolute;
  z-index: 2000;
  top: 40px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  margin: 00px auto 0 auto;
  cursor: pointer;
}
html header label div {
  position: relative;
  top: 0;
  height: 6px;
  background-color: #fff;
  margin-bottom: 6px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  border-radius: 2px;
}
html header label div:first-child {
  transform-origin: 0;
}
html header label div:last-child {
  margin-bottom: 0;
  transform-origin: 30px;
}
html header label div:nth-child(2) {
  right: 0;
  width: 30px;
}
html header #menu_checkbox:checked + label div:first-child {
  top: -3px;
  transform: rotateZ(45deg);
}
html header #menu_checkbox:checked + label div:last-child {
  top: 3px;
  transform: rotateZ(45deg);
}
html header #menu_checkbox:checked + label div:nth-child(2) {
  width: 42px;
  top: 0;
  right: 6px;
  transform: rotateZ(-45deg);
}
html header.scrolled {
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled .logo {
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled nav {
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .slideshow {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100vh;
}
html .slideshow a.contact {
  position: absolute;
  z-index: 500;
  bottom: 50px;
  left: 50%;
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  transform: translateX(-50%);
  color: #fff;
  background: #71cc98;
  font-size: 1.2em;
  line-height: 1.6em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
html .slideshow a.contact:before {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 900;
  content: "";
  padding-right: 10px;
  font-size: 1.6em;
}
html .slideshow a.contact:hover {
  background: #82e4ac;
}
html .slideshow .rslides {
  position: relative;
  z-index: 100;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
html .slideshow .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: 100;
  display: inline;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center bottom;
}
html .slideshow .rslides li .center {
  height: 100%;
}
html .slideshow .rslides li video {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html .slideshow .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
html .slideshow .blocaccroche {
  position: absolute;
  bottom: 0;
  left: -100px;
  width: 400px;
  height: 100%;
  z-index: 500;
  color: #4d4d4d;
  padding: 60px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .slideshow .blocaccroche .texte {
  width: 100%;
  font-size: 1.6em;
  line-height: 1.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
html .slideshow .blocaccroche .texte img {
  display: inline-block;
  margin-bottom: 30px;
  height: auto;
  width: 150px;
}
html .slideshow .blocaccroche .texte .soon {
  font-size: 2em;
  color: #71cc98;
  font-weight: 700;
  text-shadow: 0px 0px 20px #000000;
}
html .slideshow .blocaccroche .texte p {
  display: inline-block;
  float: left;
  width: 100%;
}
html .slideshow .blocaccroche .texte a {
  color: #71cc98;
}
html .slideshow .blocaccroche .texte a.rfl {
  color: #FAB513;
}
html .slideshow .blocaccroche .texte a.rfl:hover {
  color: #D7B22E;
}
html .slideshow .blocaccroche .texte strong {
  font-weight: 700;
  font-size: 1.2em;
}
html .slideshow .blocaccroche .texte em {
  font-weight: 700;
  font-style: normal;
}
html .slideshow .blocaccroche .texte .btn {
  display: inline-block;
  padding: 10px;
  margin-top: 30px;
  color: #ffcf43;
  font-size: 0.8em;
  background: #574c31;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .slideshow .blocaccroche .texte .btn:hover {
  color: #574c31;
  background: #ffcf43;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .slideshow .blocaccroche {
  color: #fff;
  background: rgba(83, 87, 89, 0.4);
}
html .slideshow .blocaccroche .texte .titre {
  font-size: 2em;
  margin-bottom: 30px;
}
html .slideshow .blocaccroche .texte .btn {
  color: #fff;
  background: #71cc98;
}
html .slideshow .blocaccroche .texte .btn:hover {
  color: #71cc98;
  background: #fff;
}
html .accroche {
  position: absolute;
  z-index: 500;
  right: 0;
  bottom: 50px;
  color: #fff;
  padding: 20px;
  padding-right: 100px;
  background: rgba(113, 204, 152, 0.4);
  backdrop-filter: blur(5px);
}
html .accroche .titre {
  display: block;
  font-size: 3em;
  font-weight: 600;
}
html .accroche .soustitre {
  display: block;
  font-size: 1.8em;
  font-weight: 300;
}
html .accroche i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 2em;
}
html .slideshow-interne {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 35vh;
}
html .slideshow-interne .rslides {
  position: relative;
  z-index: 100;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
html .slideshow-interne .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: 100;
  display: inline;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center bottom;
}
html .slideshow-interne .rslides li .center {
  height: 100%;
}
html .slideshow-interne .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
html .slideshow-interne .intitule {
  position: absolute;
  z-index: 99999;
  width: 100%;
  left: 0;
  bottom: 45px;
  color: #fff;
  padding: 25px;
  background: rgba(113, 204, 152, 0.4);
  backdrop-filter: blur(5px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .slideshow-interne .intitule h1 {
  float: left;
  width: 100%;
  font-size: 2.2em;
  font-weight: 600;
  text-transform: uppercase;
}
html .slideshow-interne .intitule span {
  float: left;
  width: 100%;
  font-size: 1em;
  font-weight: 600;
}
html .slideshow-interne a.full {
  float: left;
  width: 100%;
  height: 100%;
}
html .slideshow-interne .accroche-globale {
  position: absolute;
  z-index: 800;
  float: left;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
html .slideshow-interne .accroche-globale .center {
  height: 100%;
}
html .rslides_nav {
  position: absolute;
  display: block;
  z-index: 500;
  top: 50%;
  left: 0;
  width: 48px;
  height: 180px;
  margin-top: -90px;
  line-height: 180px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .rslides_nav:hover {
  background: rgba(0, 0, 0, 0.6);
  left: -5px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .rslides_nav:before {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 3em;
  content: "\f053";
}
html .rslides_nav:active {
  opacity: 1;
}
html .rslides_nav.next {
  right: 0;
  left: auto;
}
html .rslides_nav.next:before {
  content: "\f054";
}
html .rslides_nav.next:hover {
  right: -5px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .rslides_tabs {
  float: left;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 500;
  bottom: 10px;
}
html .rslides_tabs li {
  position: relative;
  display: inline;
  float: none;
  margin-right: 13px;
}
html .rslides_tabs li a {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  opacity: 0.5;
  text-indent: -9999px;
  background: #fff;
  overflow: hidden;
}
html .rslides_tabs li.rslides_here a {
  opacity: 1;
  background: #71cc98;
}
html main {
  float: left;
  position: relative;
  z-index: 500;
  width: 100%;
  min-height: 70vh;
  padding-top: 95px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Classe qui sera ajoutée lorsque la ligne est visible */
  /* Conteneur principal */
}
html main h1 {
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 100px;
  text-align: center;
  font-weight: 100;
  font-size: 2em;
  line-height: 1.6em;
  color: #71cc98;
  text-transform: uppercase;
}
html main h1 strong {
  font-weight: 600;
}
html main h2 {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  font-weight: 300;
  font-size: 1.2em;
  text-transform: uppercase;
}
html main h3 {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  font-weight: 300;
  font-size: 1.2em;
  text-transform: uppercase;
}
html main p,
html main ul {
  font-size: 1.1em;
  line-height: 1.4em;
  padding-bottom: 15px;
}
html main p strong,
html main ul strong,
html main p b,
html main ul b {
  font-weight: 700;
}
html main p i,
html main ul i,
html main p em,
html main ul em {
  font-style: italic;
}
html main ul li {
  padding-bottom: 10px;
}
html main ul li:before {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 900;
  content: " ";
  color: #71cc98;
}
html main a {
  color: #71cc98;
}
html main a:hover {
  color: #82e4ac;
}
html main .blocs {
  float: left;
  width: 100%;
  margin-top: -100px;
  padding-bottom: 50px;
}
html main .blocs .ligne {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
html main .bloc0,
html main .bloc1,
html main .bloc2,
html main .bloc3,
html main .bloc4 {
  position: relative;
  width: 50%;
  padding: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html main .bloc0 .angle0,
html main .bloc1 .angle0,
html main .bloc2 .angle0,
html main .bloc3 .angle0,
html main .bloc4 .angle0 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  transform: rotate(90deg);
}
html main .bloc0 .angle1,
html main .bloc1 .angle1,
html main .bloc2 .angle1,
html main .bloc3 .angle1,
html main .bloc4 .angle1 {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
html main .bloc0 .angle2,
html main .bloc1 .angle2,
html main .bloc2 .angle2,
html main .bloc3 .angle2,
html main .bloc4 .angle2 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  transform: rotate(90deg);
}
html main .bloc0 .angle3,
html main .bloc1 .angle3,
html main .bloc2 .angle3,
html main .bloc3 .angle3,
html main .bloc4 .angle3 {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
html main .bloc0 .angle4,
html main .bloc1 .angle4,
html main .bloc2 .angle4,
html main .bloc3 .angle4,
html main .bloc4 .angle4 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  transform: rotate(90deg);
}
html main .bloc0 p,
html main .bloc1 p,
html main .bloc2 p,
html main .bloc3 p,
html main .bloc4 p {
  text-align: justify;
  line-height: 1.6em;
}
html main .bloc0 .pdfdownload,
html main .bloc1 .pdfdownload,
html main .bloc2 .pdfdownload,
html main .bloc3 .pdfdownload,
html main .bloc4 .pdfdownload {
  display: inline-block;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
  font-size: 1em;
  color: #fff;
  background: #71cc98;
  cursor: pointer;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html main .bloc0 .pdfdownload:hover,
html main .bloc1 .pdfdownload:hover,
html main .bloc2 .pdfdownload:hover,
html main .bloc3 .pdfdownload:hover,
html main .bloc4 .pdfdownload:hover {
  background: #54585a;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html main .bloc0illus,
html main .bloc1illus,
html main .bloc2illus,
html main .bloc3illus,
html main .bloc4illus {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
html main .bloc0illus img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
  /* S'assure que l'image garde son ratio */
}
html main .bloc1illus img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
  /* S'assure que l'image garde son ratio */
}
html main .bloc2illus img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
  /* S'assure que l'image garde son ratio */
}
html main .bloc3illus img {
  max-width: 75%;
  max-height: 75%;
  object-fit: contain;
  /* S'assure que l'image garde son ratio */
}
html main .bloc4illus img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* S'assure que l'image garde son ratio */
}
html main .ligne {
  filter: blur(10px);
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.5s ease;
}
html main .ligne.visible {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
html main .ligne.visible {
  opacity: 1;
  transform: translateY(0);
  /* Animé vers sa position finale */
}
html main .gallery-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding-top: 25px;
  /* Spécifique pour le motif de la galerie */
}
html main .gallery-container .gallery-item {
  flex: 1 1 100%;
  position: relative;
  overflow: hidden;
}
html main .gallery-container .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html main .gallery-container .gallery-item:nth-child(1) {
  flex: 1 1 calc(50% - 5px);
  /* Premier élément - demi-largeur */
}
html main .gallery-container .gallery-item:nth-child(2) {
  flex: 1 1 calc(50% - 5px);
  /* Deuxième élément - demi-largeur */
}
html main .gallery-container .gallery-item:nth-child(3) {
  flex: 1 1 100%;
  /* Troisième élément - pleine largeur */
}
html main .gallery-container .gallery-item:nth-child(4) {
  flex: 1 1 100%;
  /* Quatrième élément - pleine largeur mais moins haute */
  max-height: 300px;
  /* Ajustez selon vos besoins */
}
html main .gallery-container .gallery-item:nth-child(5),
html main .gallery-container .gallery-item:nth-child(6) {
  flex: 1 1 calc(50% - 5px);
  /* Cinquième et sixième éléments - demi-largeur */
}
html main .gallery-container .gallery-item:nth-child(7) {
  flex: 1 1 100%;
  /* Septième élément - pleine largeur */
}
html main .gallery-container .gallery-item:nth-child(8) {
  flex: 1 1 calc(50% - 5px);
  /* Premier élément - demi-largeur */
}
html main .gallery-container .gallery-item:nth-child(9) {
  flex: 1 1 calc(50% - 5px);
  /* Deuxième élément - demi-largeur */
}
html main .gallery-container .gallery-item:nth-child(10) {
  flex: 1 1 100%;
  /* Troisième élément - pleine largeur */
}
html main .gallery-container .gallery-item:nth-child(11) {
  flex: 1 1 100%;
  /* Quatrième élément - pleine largeur mais moins haute */
  max-height: 300px;
  /* Ajustez selon vos besoins */
}
html main .gallery-container .gallery-item:nth-child(12),
html main .gallery-container .gallery-item:nth-child(13) {
  flex: 1 1 calc(50% - 5px);
  /* Cinquième et sixième éléments - demi-largeur */
}
html main .gallery-container .gallery-item:nth-child(14) {
  flex: 1 1 100%;
  /* Septième élément - pleine largeur */
}
html main .gallery-container .gallery-item:nth-child(15) {
  flex: 1 1 100%;
  /* Quatrième élément - pleine largeur mais moins haute */
  max-height: 300px;
  /* Ajustez selon vos besoins */
}
html main .gallery-container .gallery-item:nth-child(16),
html main .gallery-container .gallery-item:nth-child(17) {
  flex: 1 1 calc(50% - 5px);
  /* Cinquième et sixième éléments - demi-largeur */
}
html main a.cta-button,
html main a.plan-button {
  display: inline-block;
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background: #71cc98;
  font-size: 1em;
  line-height: 1.4em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
html main a.cta-button:before,
html main a.plan-button:before {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 900;
  content: "";
  padding-right: 10px;
  font-size: 1.4em;
}
html main a.plan-button:before {
  content: "";
}
html main a.cta-button:hover,
html main a.plan-button:hover {
  background: #82e4ac;
}
html .pictos {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 30px;
  background: #71cc98;
}
html .pictos .center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}
html .pictos .center .picto {
  position: relative;
  height: 180px;
}
html .pictos .center .picto .rond {
  margin-left: 50px;
  margin-right: 50px;
  width: 95px;
  height: 95px;
  text-align: center;
  line-height: 95px;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
  color: #71cc98;
  font-size: 2.2em;
  background: #fff;
}
html .pictos .center .picto .texte {
  margin-top: 20px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
html .galerie {
  position: relative;
  margin-top: 70px;
  text-align: center;
}
html .galerie .pdfdownload {
  display: inline-block;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
  font-size: 1em;
  color: #fff;
  background: #71cc98;
  cursor: pointer;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .galerie .pdfdownload:hover {
  background: #54585a;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html #map {
  float: left;
  position: relative;
  z-index: 500;
  width: 100%;
  min-height: 70vh;
}
html .map-legend {
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  backdrop-filter: blur(2px);
  padding: 10px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  z-index: 5000;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: unset;
}
html .legend-item {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 2px 7px 2px 2px;
  display: flex;
  align-items: center;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: background 0.15s, box-shadow 0.15s, opacity 0.15s;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
  font-weight: 600;
  color: #54585a;
  font-size: 1em;
  width: 115px;
  /* Largeur fixe (adapte selon ton texte ou essaie 150/180px) */
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .legend-item i {
  width: 25px;
  height: auto;
  font-size: 1.6em;
  padding: 4px;
  margin-right: 5px;
  color: #54585a;
  vertical-align: middle;
}
html .legend-item:hover,
html .legend-item.legend-active:hover {
  color: #fff;
  background: #82e4ac;
}
html .legend-item.legend-active {
  color: #fff;
  background: #71cc98;
  box-shadow: 0 1px 4px rgba(0, 90, 255, 0.04);
  opacity: 1;
}
html .legend-item.legend-active i {
  color: #fff;
}
html .legend-item:not(.legend-active) {
  opacity: 0.43;
}
html .legend-item span {
  display: inline-block;
  min-width: 56px;
}
html main.situation {
  min-height: auto;
  background: #e7fcf0;
}
html main.situation .texte {
  float: left;
  width: 50%;
  margin-right: 50%;
  padding: 100px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: justify;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html main.situation .texte h1 {
  text-align: left;
  padding-bottom: 0px;
}
html main.situation .texte p {
  padding-bottom: 50px;
}
html .zonecarte {
  float: right;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  padding-top: 80px;
  background: #e7fcf0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .zonecarte .carte {
  width: 263px;
  height: 375px;
  position: relative;
  margin-left: 130px;
}
html .zonecarte i {
  position: absolute;
  font-size: 2em;
  color: #71cc98;
}
html a#contactlink {
  position: fixed;
  z-index: 99999;
  right: 10px;
  bottom: 20px;
  transition: transform 0.3s ease-in-out;
}
html a#contactlink img {
  width: 75px;
  height: auto;
}
html #contactlink:hover {
  transform: scale(1.1) rotate(10deg);
}
html .grecaptcha-badge {
  bottom: 20px !important;
}
html .table-container {
  overflow-x: auto;
  background: white;
}
html .table-container table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0.9em;
}
html .table-container table th,
html .table-container table td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  color: #54585a;
  background-color: #f1f9f1;
}
html .table-container table td:first-child {
  font-weight: 900;
}
html .table-container table th {
  border-bottom: 2px solid #79C89B;
  color: #54585a;
  font-weight: 900;
  font-size: 0.9em;
  padding-bottom: 15px;
}
html .table-container table th i {
  font-size: 2em;
  color: #71cc98;
  padding-bottom: 10px;
}
html .table-container table th em {
  color: #71cc98;
  font-style: normal;
  font-weight: 400;
}
html .table-container table tbody tr {
  transition: background-color 0.2s ease;
}
html .table-container table tbody tr:nth-child(even) td {
  background-color: #fff;
}
html .table-container table tbody tr:hover td {
  background-color: #c8e6c9;
}
html .table-container table tbody tr.row-sep td {
  padding: 0px;
  height: 1px;
  background: #79C89B;
}
html .table-container table tbody a {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.4em;
}
html .table-container table tbody a:hover {
  color: #54585a;
}
html .table-container table tbody a.btn {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  background: #71cc98;
  padding: 8px;
}
html .table-container table tbody a.btn:hover {
  background: #54585a;
}
html .table-container table tbody .reserve {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(181, 72, 70, 0.5);
  color: #fdecea;
  font-size: 1em;
  line-height: 1;
  cursor: default;
  user-select: none;
}
html .table-container table tfoot tr {
  background-color: #f0f0f0;
  border-top: 1px solid #ddd;
}
html .table-container table.table-striped tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
html .featherlight-previous span {
  color: #71cc98;
  text-shadow: none;
}
html .featherlight-previous:hover {
  background: rgba(0, 0, 0, 0.25);
}
html .featherlight-next span {
  color: #71cc98;
  text-shadow: none;
}
html .featherlight-next:hover {
  background: rgba(0, 0, 0, 0.25);
}
html footer {
  float: left;
  position: relative;
  z-index: 2000;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  color: #303b42;
  background: #F3F3F3;
}
html footer .top {
  float: left;
  position: relative;
  z-index: 2000;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
html footer .top .left {
  float: left;
  width: 50%;
  text-align: left;
  line-height: 1.4em;
}
html footer .top .left p,
html footer .top .left address {
  float: left;
  width: 100%;
}
html footer .top .left a {
  color: #54585a;
}
html footer .top .left a:hover {
  color: #71cc98;
}
html footer .top .left .logo {
  float: left;
  margin-top: 10px;
}
html footer .top .left .tel:before,
html footer .top .left .email:before {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 900;
  content: "";
  color: #71cc98;
  padding-right: 5px;
}
html footer .top .left .email:before {
  content: "";
}
html footer .top .left .email:before:hover {
  color: #82e4ac;
}
html footer .top .right {
  float: right;
  width: 50%;
  padding-top: 20px;
  text-align: right;
  font-size: 2.4em;
}
html footer .top .right li {
  float: right;
  margin-left: 10px;
}
html footer .top .right a {
  color: #71cc98;
}
html footer .top .right a:hover {
  color: #82e4ac;
}
html footer .bottom {
  float: left;
  position: relative;
  z-index: 2000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
html footer .bottom a {
  color: #54585a;
}
html footer .bottom a:hover {
  color: #71cc98;
}
html #contact .texte {
  padding-bottom: 40px;
}
html #contact section {
  padding-bottom: 20px;
}
html #contact section .error {
  padding-left: 0px;
}
html #contact .half {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 25px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #contact .ph-form-group .error {
  position: relative;
  top: initial;
  padding-top: 2px;
}
html #contact .ph-form-group i.fa-sharp {
  color: #71cc98;
}
html #contact .projets-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 24px 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
html #contact .projet-card {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 60%;
  border-radius: 16px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateZ(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
html #contact .projet-card:hover,
html #contact .projet-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  outline: none;
}
html #contact .projet-card:focus-visible {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0a84ff;
}
html #contact .projet-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
html #contact .projet-card .caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
html #contact .projet-card .titre1 {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.1em;
  letter-spacing: 0.2px;
}
html #contact .projet-card .titre2 {
  font-weight: 500;
  font-size: 1em;
  opacity: 0.9;
}
html #contact .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}
html #contact .rfl-banner {
  float: left;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  margin: 0px 0;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 640px) {
  html #contact .rfl-banner {
    min-height: 180px;
  }
}
html #contact .rfl-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 40px 32px;
  text-align: center;
}
@media (max-width: 640px) {
  html #contact .rfl-inner {
    flex-direction: column;
    gap: 20px;
    padding: 28px 20px;
  }
}
html #contact .rfl-logo {
  height: 130px;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  html #contact .rfl-logo {
    height: 56px;
  }
}
html #contact .rfl-text {
  max-width: 500px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  html #contact .rfl-text {
    text-align: center;
  }
}
html #contact .rfl-text p {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
  padding: 20px;
  margin-bottom: 10px;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(119, 95, 42, 0.9);
}
html #contact .rfl-btn {
  display: inline-block;
  background: #FFB600;
  color: #574C32;
  font-weight: 800;
  font-size: 15px;
  padding: 10px 18px;
  margin-right: 0;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #contact .rfl-btn:hover,
html #contact .rfl-btn:focus-visible {
  background: #ffc229;
  transform: translateY(-1px);
}
html form {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form section {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
html form section.small-left {
  width: 48%;
  margin-right: 2%;
}
html form section.small-right {
  width: 48%;
  margin-left: 2%;
}
html form section.small2-left {
  width: 16%;
  margin-right: 4%;
}
html form section.small3-left {
  width: 38%;
  margin-right: 2%;
}
html form section.small2-right {
  width: 38%;
  margin-left: 2%;
}
html form .obligatoire {
  color: #e73233;
}
html form div.field {
  float: left;
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form div.field i {
  position: absolute;
  z-index: 1400;
  right: 10px;
  top: 15px;
  cursor: pointer;
  color: #71cc98;
}
html form div.field span.label {
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 600;
  margin-right: 20px;
  width: 100%;
}
html form div.checkboxfield {
  background: transparent;
  text-align: left;
}
html form input[type="text"],
html form input[type="password"],
html form select,
html form textarea {
  float: left;
  position: relative;
  z-index: 1200;
  width: 100%;
  height: 45px;
  padding-left: 5px;
  padding-right: 5px;
  border: 0;
  border-bottom: 1px solid #54585a;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F3F3F3;
}
html form textarea {
  width: 100%;
  margin-left: 0;
  padding: 20px;
  padding-left: 5px;
  padding-top: 15px;
  height: 80px;
  line-height: 1.2em;
}
html form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
html form .placeholder {
  position: absolute;
  z-index: 99999;
  pointer-events: none;
  font-size: 1em;
  left: 5px;
  top: 13px;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
  color: #54585a;
  transition: 0.2s ease all;
}
html form .placeholder strong {
  color: #e73233;
}
html form input:focus ~ .placeholder,
html form input:-webkit-autofill ~ .placeholder,
html form input:not(:placeholder-shown):not(:focus):valid ~ .placeholder,
html form select:focus ~ .placeholder,
html form select:not(:focus):valid ~ .placeholder,
html form input:disabled ~ .placeholder {
  top: 2px;
  left: 5px;
  font-size: 0.6em;
  opacity: 1;
}
html form input:disabled {
  color: #54585a;
}
html form input.error,
html form select.error {
  color: #e73233;
}
html form div.error {
  position: absolute;
  top: 45px;
  float: left;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form div.error label {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
  font-size: 0.8em;
  color: #e73233;
}
html form div.error label::before {
  content: '🚫';
  padding-right: 5px;
  color: #e73233;
}
html form label {
  cursor: pointer;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
}
html form label a {
  color: #71cc98;
}
html form label a:hover {
  color: #54585a;
}
html form .toggle-password {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
}
html form p.infos {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 14px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form .btn {
  float: right;
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1em;
  color: #fff;
  background: #71cc98;
  cursor: pointer;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html form .btn:hover {
  background: #54585a;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html form p {
  text-align: left;
}
html form p em {
  font-style: normal;
  font-size: 0.8em;
}
html form p em strong {
  color: #e73233;
  font-weight: normal;
}
html form.contact-form {
  padding-left: 10%;
  padding-right: 10%;
}
html form.contact-form h2 i {
  font-size: 1.2em;
  opacity: 0.5;
  padding-right: 5px;
}
html form.contact-form .col-left {
  float: left;
  width: 50%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form.contact-form .col-left .ph-form-section {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form.contact-form .col-right {
  float: left;
  width: 50%;
  padding-left: 30px;
  border-left: 2px solid #71cc98;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form.contact-form .col-right .ph-form-section {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form.contact-form .col-bottom {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form.contact-form .infosrgpd {
  float: left;
  width: 100%;
}
html section.checkbox div.field {
  background: none;
}
html section.checkbox div.field i {
  position: relative;
  top: initial;
  left: initial;
}
html .ph-lead-intro {
  font-size: 1.2em;
  text-align: center;
  font-style: italic;
}
html .ph-form-section {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .ph-form-section h2 {
  font-size: 1.1rem;
  margin: 0 0 14px;
  color: #71cc98;
  font-weight: 600;
}
html .ph-form-group {
  margin-bottom: 18px;
}
html .ph-form-group label,
html .ph-form-group .ph-label {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
html .ph-form-group .ph-label {
  font-size: 1rem;
  display: block;
}
html .ph-form-group textarea {
  min-height: 120px;
  resize: vertical;
}
html .ph-form-group.has-error input,
html .ph-form-group.has-error textarea,
html .ph-form-group.has-error select {
  border-color: #e73233;
  box-shadow: 0 0 0 1px rgba(231, 50, 51, 0.35);
  background: #fff5f5;
}
html .ph-checkbox-group,
html .ph-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 0.92rem;
  margin-top: 20px;
  margin-bottom: 30px;
}
html .ph-checkbox-group label,
html .ph-radio-group label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  color: #333;
  font-weight: 400;
}
html .ph-checkbox-group input[type="checkbox"],
html .ph-radio-group input[type="checkbox"],
html .ph-checkbox-group input[type="radio"],
html .ph-radio-group input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #71cc98;
  cursor: pointer;
}
html .ph-checkbox-group--columns {
  flex-direction: column;
}
html .ph-checkbox-none {
  margin-top: 6px;
  font-style: italic;
}
html .ph-checkbox-none input {
  accent-color: #71cc98;
  cursor: pointer;
}
html .ph-checkbox-none span {
  cursor: pointer;
}
html .ph-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 1rem;
}
html .ph-switch input[type="checkbox"] {
  display: inline-block;
  float: left;
  width: 38px;
  height: 20px;
  appearance: none;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  position: relative;
  background: #e5e7eb;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease;
}
html .ph-switch input[type="checkbox"]::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 1px;
  left: 1px;
  transition: transform 0.18s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
html .ph-switch input[type="checkbox"]:checked {
  background: #71cc98;
  border-color: #71cc98;
}
html .ph-switch input[type="checkbox"]:checked::after {
  transform: translateX(16px);
}
html .ph-switch span {
  display: inline-block;
  float: left;
  margin-top: 6px;
  margin-left: 2px;
}
html .ph-rdv-select {
  min-width: 220px;
}
html .ph-rdv-select select {
  min-width: 220px;
}
html .ph-error {
  margin-top: 5px;
  font-size: 0.8rem;
  color: #e73233;
}
html .ph-helper {
  margin-top: 4px;
  font-size: 0.85rem;
  color: #6b7280;
}
html .ph-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}
html .ph-btn {
  border: none;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 26px;
  font-weight: 600;
  font-size: 0.96rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.08s ease;
}
html .ph-btn--primary {
  background: #71cc98;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(113, 204, 152, 0.25);
}
html .ph-btn--primary:hover {
  background: #5ec58a;
}
html .ph-btn--primary:active {
  transform: translateY(1px);
  box-shadow: 0 5px 14px rgba(113, 204, 152, 0.25);
}
html .ph-required-note {
  float: left;
  width: 100%;
  margin-top: 30px;
  font-size: 0.82rem;
  color: #6b7280;
}
@media (max-width: 768px) {
  html .ph-form-section {
    padding-top: 18px;
  }
  html .ph-form-group {
    margin-bottom: 16px;
  }
}
html #ph-rdv-ui {
  float: left;
  position: relative;
  width: 100%;
  padding: 24px;
  margin-top: 24px;
  background: #fff;
  border: 2px dashed #71cc98;
  border-left: 10px solid #71cc98;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #ph-rdv-ui h2 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 24px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #71cc98;
}
html #ph-rdv-ui section {
  padding-bottom: 0;
}
html #ph-rdv-ui section .ph-form-group {
  margin-bottom: 0px;
}
html #ph-rdv-ui .error {
  position: relative;
  top: initial;
  padding-top: 2px;
}
html .ph-radio-group--inline {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
html .ph-rdv-times {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 40px;
  align-items: center;
}
html .ph-rdv-time {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}
html .ph-rdv-time.is-selected {
  background: #71cc98;
  color: #fff;
}
html .ph-rdv-time.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
html .leaflet-popup-content-wrapper {
  padding: 6px 10px !important;
  border-radius: 10px !important;
}
html .leaflet-popup-content {
  margin: 0 !important;
  padding-right: 10px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}
html .leaflet-popup-tip {
  width: 10px !important;
  height: 10px !important;
}
html .ph-project-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px 14px;
}
html .ph-project-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  cursor: pointer;
}
html .ph-project-item input {
  accent-color: #71cc98;
}
html .ph-optin-box {
  margin-top: 40px;
  background: rgba(113, 204, 152, 0.06);
  border: 1px solid rgba(113, 204, 152, 0.25);
  border-radius: 12px;
  padding: 14px 16px;
}
html .ph-optin-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
html .ph-optin-label span {
  font-size: 1em;
}
html .ph-optin-label input {
  width: 22px;
  height: 22px;
  accent-color: #71cc98;
  vertical-align: middle;
  cursor: pointer;
}
html .ph-optin-helper {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.4;
}
/*# sourceMappingURL=styles_sites.css.map */