/* PROGRAMME */
h2.programme-jour {
  margin-top: 16px;
  font-size: 20px;
}

h3.programme-activite {
  margin-bottom: 0;
  font-weight: bold;
}

.programme_repas {
  text-align: right;
  color: #02B9DA;
}
/* PAGES CATEGORIES */
.hero-page-categ-text {
  max-width: 680px;
  font-family: "Fredoka", sans-serif;
  color: #42454A;
}

.hero-page-categ-text h2.hero-page-categ-accroche {
  margin: 0 0 14 !important;
  padding: 0 !important;
  font-family: "Fredoka", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
  color: #42454A !important;
  letter-spacing: -0.1px;
}

.hero-page-categ-accroche span {
  display: block;
}

.hero-page-categ-paragraph {
  margin: 0 0 10px;
  font-family: "Fredoka", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  color: #42454A;
}

.hero-page-categ-paragraph-last {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .hero-page-categ-text {
    max-width: 100%;
  }

  .hero-page-categ-text h2.hero-page-categ-accroche {
    font-size: 18px !important;
    line-height: 1.4;
  }

  .hero-page-categ-paragraph {
    font-size: 15px;
    line-height: 1.65;
  }
}
/* ...*/
form .form-group label {
  font-size: 12px;
  color: #1b1464;
}

form .form-group {
  border-color: #ed1e79;
}

.btn.btn-rounded {
  border-radius: 64px;
  text-transform: uppercase;
  padding: 10px 32px;
}

form.wpcf7-form label {
  width: 100%;
}

/* Infobulle durées séjours */

.iconbox-tooltip-duree .elementor-icon-box-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
}

.iconbox-tooltip-duree .toggle-programme-sejour-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  cursor: pointer;
  z-index: 30;
  line-height: 1;
}

.iconbox-tooltip-duree .toggle-programme-sejour-tooltip-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: 1.3px solid #3B55F9;
  border-radius: 50%;
  box-sizing: border-box;
}

.iconbox-tooltip-duree .toggle-programme-sejour-tooltip-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  width: 1.3px;
  height: 6px;
  background: #3B55F9;
  border-radius: 2px;
}

.iconbox-tooltip-duree .toggle-programme-sejour-tooltip-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 3px;
  transform: translateX(-50%);
  width: 1.3px;
  height: 1.3px;
  background: #3B55F9;
  border-radius: 50%;
}

.iconbox-tooltip-duree .toggle-programme-sejour-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #1F1B3F;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  white-space: normal;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  z-index: 999;
  text-align: left;
  pointer-events: none;
  font-family: "Roboto", sans-serif;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.iconbox-tooltip-duree .toggle-programme-sejour-tooltip:hover::after,
.iconbox-tooltip-duree .toggle-programme-sejour-tooltip:focus::after {
  opacity: 1;
  visibility: visible;
}

/* CSS couleur des tabs */

#tab-cyan,
#tab-rose,
#tab-jaune {
  transition: all 0.3s ease;
}

#tab-cyan {
  background-color: #02B9DA !important;
  color: #fff !important;
}

#tab-rose {
  background-color: #ED1E79 !important;
  color: #fff !important;
}

#tab-jaune {
  background-color: #DBCA2E !important;
  color: #1F1B3F !important;
}

#tab-cyan:hover,
#tab-cyan:focus {
  background-color: #ED1E79 !important;
  color: #fff !important;
}

#tab-rose:hover,
#tab-rose:focus {
  background-color: #DBCA2E !important;
  color: #1F1B3F !important;
}

#tab-jaune:hover,
#tab-jaune:focus {
  background-color: #02B9DA !important;
  color: #fff !important;
}

#tab-cyan *,
#tab-rose * {
  color: #fff !important;
}

#tab-jaune * {
  color: #1F1B3F !important;
}

#tab-cyan:hover *,
#tab-rose:hover * {
  color: #fff !important;
}

#tab-jaune:hover * {
  color: #fff !important;
}

/* CSS des toggles répéteurs */

.toggle-programme-sejour-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Roboto", sans-serif;
}

.toggle-programme-sejour-item {
  position: relative;
  border: 1px solid #dcdcdc;
  background: #fff;
  overflow: visible;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  background-clip: padding-box;
}

.toggle-programme-sejour-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.25s ease, border-radius 0.25s ease, color 0.25s ease;
  border-radius: 12px;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  background-clip: padding-box;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.toggle-programme-sejour-header:hover {
  background: #1F1B3F;
}

.toggle-programme-sejour-header:focus,
.toggle-programme-sejour-header:focus-visible,
.toggle-programme-sejour-header:active {
  background: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

.toggle-programme-sejour-header:focus:hover,
.toggle-programme-sejour-header:focus-visible:hover,
.toggle-programme-sejour-header:active:hover {
  background: #1F1B3F !important;
}

.toggle-programme-sejour-item.is-active .toggle-programme-sejour-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.toggle-programme-sejour-header-left {
  display: flex;
  align-items: center;
  min-width: 0;
}

.toggle-programme-sejour-header-right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex-shrink: 0;
}

.toggle-programme-sejour-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: 500;
  color: #1F1B3F;
  transition: color 0.25s ease;
  font-family: "Fredoka", Sans-serif;
  line-height: 1.25;
}

.toggle-programme-sejour-title::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background-color: #02B9DB;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M152 64c0-8.8-7.2-16-16-16s-16 7.2-16 16v32H64C28.7 96 0 124.7 0 160v288c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-56V64c0-8.8-7.2-16-16-16s-16 7.2-16 16v32H152V64zM32 224h384v224c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V224z'/%3E%3C/svg%3E") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M152 64c0-8.8-7.2-16-16-16s-16 7.2-16 16v32H64C28.7 96 0 124.7 0 160v288c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-56V64c0-8.8-7.2-16-16-16s-16 7.2-16 16v32H152V64zM32 224h384v224c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V224z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.toggle-programme-sejour-prix {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  font-family: "Fredoka", Sans-serif;
}

.toggle-programme-sejour-prix-label {
  font-size: 15px;
  color: #1F1B3F;
  white-space: nowrap;
  transition: color 0.25s ease;
  font-family: "Fredoka", Sans-serif;
}

.toggle-programme-sejour-prix-value {
  font-size: 20px;
  font-weight: 700;
  color: #1F1B3F;
  white-space: nowrap;
  transition: color 0.25s ease;
  font-family: "Fredoka", Sans-serif;
}

.toggle-programme-sejour-header:hover .toggle-programme-sejour-title,
.toggle-programme-sejour-header:hover .toggle-programme-sejour-prix-label,
.toggle-programme-sejour-header:hover .toggle-programme-sejour-prix-value {
  color: #fff;
}

.toggle-programme-sejour-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  font-weight: 700;
  color: #3B55F9;
  cursor: pointer;
  line-height: 1;
  z-index: 30;
  font-family: "Roboto", sans-serif;
  transition: color 0.25s ease;
}

.toggle-programme-sejour-header:hover .toggle-programme-sejour-tooltip {
  color: #fff;
}

.toggle-programme-sejour-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #1F1B3F;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  white-space: normal;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  z-index: 999;
  text-align: left;
  pointer-events: none;
  font-family: "Roboto", sans-serif;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.toggle-programme-sejour-tooltip:hover::after,
.toggle-programme-sejour-tooltip:focus::after {
  opacity: 1;
  visibility: visible;
}

.toggle-programme-sejour-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.toggle-programme-sejour-icon::before,
.toggle-programme-sejour-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1F1B3F;
  transform: translate(-50%, -50%);
  transition: 0.25s ease;
}

.toggle-programme-sejour-header:hover .toggle-programme-sejour-icon::before,
.toggle-programme-sejour-header:hover .toggle-programme-sejour-icon::after {
  background: #fff;
}

.toggle-programme-sejour-icon::before {
  width: 18px;
  height: 2px;
}

.toggle-programme-sejour-icon::after {
  width: 2px;
  height: 18px;
}

.toggle-programme-sejour-item.is-active .toggle-programme-sejour-icon::after {
  opacity: 0;
}

.toggle-programme-sejour-content {
  display: none;
  padding: 30px 22px 22px;
  font-family: "Fredoka", Sans-serif;
  box-sizing: border-box;
  background-clip: padding-box;
}

.toggle-programme-sejour-programme {
  color: #1F1B3F;
  font-family: "Fredoka", Sans-serif;
}

.toggle-programme-sejour-programme p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .toggle-programme-sejour-wrapper {
    gap: 12px;
  }

  .toggle-programme-sejour-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
  }

  .toggle-programme-sejour-header-left {
    flex: 1 1 auto;
    min-width: 0;
  }

  .toggle-programme-sejour-title {
    font-size: 16px;
    line-height: 1.25;
    width: auto;
    min-width: 0;
  }

  .toggle-programme-sejour-title::before {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }

  .toggle-programme-sejour-header-right {
    flex: 0 0 auto;
    width: auto;
    margin-left: 0;
    gap: 10px;
  }

  .toggle-programme-sejour-prix,
  .toggle-programme-sejour-tooltip {
    display: none;
  }

  .toggle-programme-sejour-icon {
    flex: 0 0 18px;
  }

  .toggle-programme-sejour-content {
    padding: 22px 16px 18px;
  }
}

@media (max-width: 480px) {
  .toggle-programme-sejour-header {
    padding: 14px;
  }

  .toggle-programme-sejour-title {
    font-size: 16px;
  }

  .toggle-programme-sejour-header-right {
    align-items: center;
  }

  .toggle-programme-sejour-prix {
    max-width: calc(100% - 46px);
  }

  .toggle-programme-sejour-content {
    padding: 20px 14px 16px;
  }
}

/* CSS des thématiques de séjours */

.thematiques-sejour-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.thematiques-label {
  font-size: 14px;
  font-weight: 600;
  color: #1F1B3F;
}

.thematiques-sejour {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.thematiques-sejour-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}

/* BLEU */

.thematiques-sejour-pill.pill-color-1 {
  background: #02B9DA;
  color: #FFFFFF;
}

/* ROSE */

.thematiques-sejour-pill.pill-color-2 {
  background: #ED1E79;
  color: #FFFFFF;
}

/* JAUNE */

.thematiques-sejour-pill.pill-color-3 {
  background: #DBCA2E;
  color: #1F1B3F;
}
}