@charset "UTF-8";
* {
  --primary: #7E54FF;
  --secondary: #9164FE;
  --tertiary: oklch(43.602% 0.14607 255.491deg);
  --quaternary: oklch(70.84% 0.096 76.72deg);
  --black: #000;
  --white: #fff;
  --info: #346cbf;
  --success: #28a745;
  --warning: #ffc107;
  --danger: #D81B0D;
  --grey: #635a58;
  --gray-100: #f9f9f9;
  --gray-200: #F3F3F6;
  --gray-300: #e0e0e0;
  --gray-400: #999;
  --gray-500: #7a7a7a;
  --gray-700: #444;
  --gray-900: #1d1d1d;
}

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Medium Screens */
/* XLarge Devices, Wide Screens */
/* XXLarge Devices, Wide Screens */
.single-formation__header {
  background-color: #F3F3F6;
  overflow: hidden;
  padding: 64px 0 32px 0;
}
@media screen and (min-width: 992px) {
  .single-formation__header {
    padding: 48px 0 52px 0;
  }
}
@media screen and (min-width: 1400px) {
  .single-formation__header {
    padding: 70px 0 82px 0;
  }
}
.single-formation__header .container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media screen and (min-width: 992px) {
  .single-formation__header .container {
    grid-template-columns: 1fr 420px;
    gap: 60px;
  }
}
.single-formation__header .container::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 180px;
  right: -116px;
  width: 400px;
  height: 400px;
  background: radial-gradient(ellipse at center, #7d6cf8 0%, #f3f3f6 70%);
  opacity: 0.44;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .single-formation__header .container::before {
    top: 0;
    right: 80px;
    width: 580px;
    height: 580px;
  }
}
@media screen and (min-width: 1200px) {
  .single-formation__header .container::before {
    right: 80px;
    width: 690px;
    height: 690px;
  }
}
.single-formation__header-left, .single-formation__header-right {
  position: relative;
  z-index: 1;
}
.single-formation__header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .single-formation__header-left {
    max-width: 620px;
  }
}
.single-formation__header-right {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 24px;
}
.single-formation__header-text {
  margin: 1px 0 24px 0;
}
.single-formation__header-btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .single-formation__header-btns {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.key-informations {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .key-informations {
    margin: 0;
  }
}
.key-informations > .heading--h2-styled {
  margin-block-start: 0;
}
.key-informations__cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 620px) and (max-width: 991px) {
  .key-informations__cards {
    flex-direction: row;
  }
  .key-informations__cards .key-informations__card {
    flex: 1 0 auto;
  }
}
.key-informations__card {
  border-radius: 4px;
  padding: 8px 16px;
  background-color: #7E54FF;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .key-informations__card {
    padding: 12px 16px;
  }
}
.key-informations__card--light {
  background-color: #E6DDFE;
  color: #313131;
}
.key-informations__card-title {
  font-size: 1.25rem;
  font-weight: 500;
}
.key-informations__card-text {
  font-weight: 700;
}
.key-informations__fees {
  display: flex;
  margin: 22px 0 2px 0;
}
@media screen and (min-width: 768px) {
  .key-informations__fees {
    margin: 30px 0 2px 0;
  }
}
.key-informations .fee {
  flex: 1 0 auto;
}
.key-informations .fee__title {
  font-size: 1.25rem;
}
.key-informations .fee__value {
  font-size: 2.3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .key-informations .fee__value {
    font-size: 2.7rem;
  }
}
.key-informations .fee__value-tax {
  font-weight: 400;
  font-size: 1.6rem;
}
.key-informations__footer {
  border-top: 1px solid #DED8F3;
  margin-top: 18px;
  padding-top: 18px;
}
@media screen and (min-width: 768px) {
  .key-informations__footer {
    margin-top: 22px;
    padding-top: 22px;
  }
}

.single-formations .breadcrumb {
  background-color: #F3F3F6;
}
.single-formations .section {
  margin: 0;
  padding: 25px 0;
}
@media screen and (min-width: 992px) {
  .single-formations .section {
    padding: 40px 0;
  }
}
.single-formations .section:first-of-type {
  padding-top: 0;
}
.single-formations .section + .section {
  border-top: 1px solid #DED8F3;
}
.single-formations .section > .heading--h2-styled {
  margin-block-start: 0;
}
.single-formations .section li + li {
  margin-top: 4px;
}

@media screen and (min-width: 992px) {
  .single-formation__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .single-formation__content {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}
.single-formation__content > .container {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (min-width: 992px) {
  .single-formation__content > .container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .single-formation__content > .container {
    gap: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .single-formation__content > .container {
    gap: 120px;
  }
}
.single-formation__content-right {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .single-formation__content-right {
    width: 372px;
    flex: 0 0 372px;
  }
}
@media screen and (min-width: 1400px) {
  .single-formation__content-right {
    width: 420px;
    flex: 0 0 420px;
  }
}

.section-purpose ul,
.section-target ul,
.section-teaching-resources ul,
.section-evaluation ul {
  list-style-type: none;
}
.section-purpose ul li,
.section-target ul li,
.section-teaching-resources ul li,
.section-evaluation ul li {
  position: relative;
  padding-left: 24px;
}
.section-purpose ul li::before,
.section-target ul li::before,
.section-teaching-resources ul li::before,
.section-evaluation ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 9px;
  background-image: url(/wp-content/plugins/tribu_formations/dist/check--primary.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.section-purpose {
  padding-top: 0;
}

/* Encart pour Témoignages & Contacts */
.card-contact {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  padding: 24px;
  background-color: #E7E6FD;
  border-radius: 4px;
}
@media screen and (min-width: 620px) {
  .card-contact {
    grid-template-columns: 76px 1fr;
    gap: 22px;
  }
}
.card-contact--dark {
  background-color: #313131;
  color: #fff;
}
.card-contact__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 40px;
  margin: 3px;
  overflow: hidden;
}
.card-contact__thumb {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 40px;
  overflow: hidden;
}
.card-contact__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(269.81deg, #C7C0F7 -5.84%, #A195F7 77.42%, #7D6CF8 114.88%);
}
.card-contact__note {
  display: flex;
  gap: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.card-contact__title, .card-contact__subtitle {
  font-weight: 500;
}
.card-contact__title {
  margin-top: 1.6rem;
}
.card-contact__subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 8px;
}
.card-contact__text {
  margin-top: 1.2rem;
}
.card-contact + .card-contact {
  margin-top: 16px;
}
.card-contact .card-contact__title {
  margin-bottom: 8px;
}
.card-contact .card-contact__subtitle {
  margin-top: 8px;
  line-height: 1;
}

/* Accordéons */
.section-schedule .accordion[open] .accordion__title {
  background-color: #F3F3F6;
  color: #7E54FF;
}
.section-schedule .accordion[open] .accordion__title::after {
  background-color: #7E54FF;
  transform: rotate(90deg);
}
.section-schedule .accordion__title {
  position: relative;
  padding: 20px 62px 20px 24px;
  font-size: 1.6rem;
  color: #313131;
}
.section-schedule .accordion__title:hover {
  background-color: #F3F3F6;
  color: #7E54FF;
}
.section-schedule .accordion__title::before {
  display: none;
}
.section-schedule .accordion__title::after {
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-color: #313131;
  border-radius: 6px;
  background-image: url(/wp-content/plugins/tribu_formations/dist/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px auto;
}
.section-schedule .accordion__content > ul {
  list-style-type: none;
  padding: 0;
}
.section-schedule .accordion__content > ul > li {
  padding-left: 18px;
  font-weight: 600;
  border-left: 2px solid #A195F7;
}
.section-schedule .accordion__content > ul ul {
  list-style-type: none;
  padding: 0;
}
.section-schedule .accordion__content > ul ul li {
  position: relative;
  font-weight: 400;
  padding-left: 15px;
}
.section-schedule .accordion__content > ul ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background-color: #7E54FF;
  border-radius: 4px;
}

/* Contacts */
.contacts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.contacts-list__item {
  flex: 1 1 100%;
  background-color: #F3F3F6;
  border-radius: 4px;
  padding: 24px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contacts-list__item {
    flex: 1 0 47%;
  }
}
.contacts-list__item-title {
  color: #7E54FF;
  font-weight: 600;
  font-size: 1.8rem;
}
.contacts-list__item-infos {
  margin-top: 1.2rem;
}
.contacts-list__item-infos a {
  position: relative;
  padding-left: 22px;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
  word-break: break-all;
  color: #313131;
}
.contacts-list__item-infos a svg {
  position: absolute;
  left: 0;
  top: 0;
}
.contacts-list__item-infos a:hover {
  text-decoration: underline;
}
.contacts-list__item-infos svg.email {
  top: 2px;
}
.contacts-list__item p:last-of-type {
  margin-block-end: 0;
}
.contacts-list .contacts-list__item-title {
  margin-bottom: 8px;
  margin-top: 0;
}
.contacts-list .contacts-list__item-subtitle {
  margin-top: 8px;
}

#go-to-sessions {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #go-to-sessions {
    display: none;
  }
}

.next-sessions {
  background-color: #F3F3F6;
  border: 1px solid #DED8F3;
  border-radius: 4px;
  padding: 26px 16px;
}
@media screen and (min-width: 768px) {
  .next-sessions {
    padding: 24px 32px;
  }
}
@media screen and (min-width: 992px) {
  .next-sessions {
    padding: 24px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .next-sessions {
    padding: 24px 32px;
  }
}
@media screen and (min-width: 992px) {
  .next-sessions.position-fixed {
    position: fixed;
    top: 142px;
    width: 372px;
  }
}
@media screen and (min-width: 1200px) {
  .next-sessions.position-fixed {
    width: 420px;
  }
}
@media screen and (min-width: 992px) {
  .next-sessions.position-fixed-footer {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 372px;
  }
}
@media screen and (min-width: 1200px) {
  .next-sessions.position-fixed-footer {
    width: 420px;
  }
}
.next-sessions__footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .next-sessions__footer {
    margin-top: 36px;
  }
}
.next-sessions > .heading--h2-styled {
  margin-block-start: 0;
}
.next-sessions .sessions__item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  padding: 6px 8px;
  background-color: #fff;
  border-radius: 4px;
}
.next-sessions .sessions__item-title {
  font-weight: 700;
  color: #7E54FF;
}
.next-sessions .sessions__item + .sessions__item {
  margin-top: 8px;
}

/*# sourceMappingURL=single_formations.css.map*/