@charset "UTF-8";
/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== Font weight ==========*/
.formation-page {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: clip;
}

.formation {
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
}

.formation-hero {
  background: #fdfcf9;
  width: 100%;
}

.formation-hero__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 4vw, 2.5rem) clamp(1.25rem, 2.5vw, 2rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.formation-hero__header {
  text-align: center;
  max-width: 48rem;
  width: 100%;
}

.formation-hero__title {
  margin: 0;
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: clamp(1.5rem, 0.4rem + 4.2vw, 2.85rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #1a1032;
  text-wrap: balance;
}

.formation-hero__media {
  width: 100%;
  max-width: min(860px, 100%);
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(36, 27, 58, 0.05);
  box-shadow: 0 2px 8px rgba(36, 27, 58, 0.07), 0 12px 36px rgba(36, 27, 58, 0.09);
}

.formation__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.formation__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.formation-body {
  background: #fdfcf9;
  width: 100%;
}

.formation-body__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 4vw, 2.5rem) clamp(2rem, 4vw, 3rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.formation-meta {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.55);
  border-top: 1px solid rgba(36, 27, 58, 0.08);
  border-bottom: 1px solid rgba(36, 27, 58, 0.08);
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}
.formation-meta__item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(36, 27, 58, 0.04);
}
.formation-meta__item:first-child {
  padding-top: 0.875rem;
}
.formation-meta__item:last-child {
  border-bottom: none;
}
.formation-meta__icon {
  flex-shrink: 0;
  margin-top: 0;
  width: 1.1rem;
  text-align: center;
  font-size: 0.8rem;
  color: rgb(161, 19, 103);
  opacity: 0.65;
}
.formation-meta__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.formation-meta__label {
  font-size: 0.575rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: rgba(36, 27, 58, 0.36);
  line-height: 1;
}
.formation-meta__value {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1032;
  line-height: 1.3;
}

.formation-content {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(36, 27, 58, 0.06);
  box-shadow: 0 1px 3px rgba(36, 27, 58, 0.05), 0 4px 16px rgba(36, 27, 58, 0.06);
}

.formation-panel {
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1rem, 3vw, 1.5rem);
  margin: 0;
}
.formation-panel + .formation-panel {
  border-top: 1px solid rgba(36, 27, 58, 0.045);
}
.formation-panel__header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}
.formation-panel__header::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2.5px;
  height: 0.9rem;
  border-radius: 2px;
  background: rgb(161, 19, 103);
}
.formation-panel__label {
  margin: 0;
  font-size: 0.575rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgb(161, 19, 103);
  line-height: 1;
}
.formation-panel__body {
  padding: 0;
}

.formation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(36, 27, 58, 0.6);
}
.formation-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.3em;
}
.formation-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: rgb(161, 19, 103);
  opacity: 0.35;
}
.formation-list li:last-child {
  margin-bottom: 0;
}

.formation-aside {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(36, 27, 58, 0.06);
  box-shadow: 0 1px 3px rgba(36, 27, 58, 0.05), 0 4px 16px rgba(36, 27, 58, 0.06);
  padding: 1.25rem 1.5rem;
}

.formation-sessions__title {
  margin: 0 0 0.875rem;
  font-size: 0.575rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(36, 27, 58, 0.36);
  line-height: 1;
}
.formation-sessions__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.formation-sessions__row {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(36, 27, 58, 0.04);
}
.formation-sessions__row:first-child {
  padding-top: 0;
}
.formation-sessions__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.formation-sessions__place {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1a1032;
  line-height: 1.3;
}
.formation-sessions__dates {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.formation-sessions__date {
  font-size: 0.75rem;
  color: rgba(36, 27, 58, 0.6);
  font-weight: 400;
  white-space: nowrap;
}
.formation-sessions__date:not(:first-child)::before {
  content: " · ";
  color: rgba(36, 27, 58, 0.36);
}
.formation-sessions__empty {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(36, 27, 58, 0.36);
  font-style: italic;
}

.formation__actions {
  display: flex;
  justify-content: center;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid rgba(36, 27, 58, 0.04);
}

.formation__cta {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.875rem 2rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 16px rgba(161, 19, 103, 0.25), 0 1px 4px rgba(161, 19, 103, 0.13);
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.formation__cta:hover {
  box-shadow: 0 6px 24px rgba(161, 19, 103, 0.35), 0 2px 8px rgba(161, 19, 103, 0.17);
  transform: translateY(-1px);
}
.formation__cta:active {
  transform: translateY(0);
}

@media screen and (min-width: 900px) {
  .formation-page {
    padding-bottom: 0;
  }
  .formation-hero__inner {
    padding: 2rem clamp(1rem, 4vw, 2.5rem) 4rem;
    gap: 1.5rem;
  }
  .formation-hero__inner:has(.formation-hero__media) {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
  .formation-hero__inner:has(.formation-hero__media) .formation-hero__header {
    flex: 1 1 0;
    text-align: left;
    max-width: none;
  }
  .formation-hero__inner:has(.formation-hero__media) .formation-hero__media {
    flex: 0 0 42%;
    max-width: 42%;
    margin-top: 2rem;
  }
  .formation-meta {
    flex-direction: row;
    padding: 0 3rem;
    background: rgba(255, 255, 255, 0.72);
    border-top: 1px solid rgba(36, 27, 58, 0.08);
    border-bottom: 1px solid rgba(36, 27, 58, 0.08);
  }
  .formation-meta__item {
    flex: 1;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: none;
    border-right: 1px solid rgba(36, 27, 58, 0.08);
  }
  .formation-meta__item:first-child {
    padding-left: 0;
  }
  .formation-meta__item:last-child {
    border-right: none;
    padding-right: 0;
  }
  .formation-body__inner {
    max-width: 100%;
    padding: 1.1rem 3rem 1.25rem;
    padding-bottom: 5rem !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.75rem;
  }
  .formation-content {
    flex: 3 1 0;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .formation-content .formation-panel--programme {
    border-top: none;
    border-left: 1px solid rgba(36, 27, 58, 0.045);
  }
  .formation-content .formation-panel--pedago {
    grid-column: 1/-1;
    border-top: 1px solid rgba(36, 27, 58, 0.045);
  }
  .formation-panel {
    padding: 1.1rem 1.25rem;
  }
  .formation-panel__header {
    margin-bottom: 0.6rem;
  }
  .formation-aside {
    flex: 0 0 268px;
    width: 268px;
    padding: 1.25rem 1.5rem;
    position: sticky;
    top: 1.5rem;
    align-self: flex-start;
  }
  .formation-sessions {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
  }
  .formation__actions {
    padding-top: 1.1rem;
    margin-top: 1.1rem;
  }
}
@media screen and (min-width: 1100px) {
  .formation-hero__inner {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .formation-meta {
    padding: 0 4rem;
  }
  .formation-body__inner {
    padding: 1.25rem 4rem 1.5rem;
    gap: 2.25rem;
  }
  .formation-aside {
    flex-basis: 290px;
    width: 290px;
  }
}

/*# sourceMappingURL=formation.output.css.map */
