body.single-training .training-centers__item .featured-image img {
  max-height: none !important;
}

main p a, main li a, main h1 a, main h2 a, main h3 a, main h4 a, main h5 a, main h6 a {
  text-decoration: underline;
  color: var(--wp--preset--color--primary);
}
main .gsbp-87e5a6c p a, main .gsbp-87e5a6c li a, main .gsbp-87e5a6c h1 a, main .gsbp-87e5a6c h2 a, main .gsbp-87e5a6c h3 a, main .gsbp-87e5a6c h4 a, main .gsbp-87e5a6c h5 a, main .gsbp-87e5a6c h6 a {
  color: black;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  line-height: 1.2;
  text-align: left;
}
main p, main li {
  text-align: justify;
}

.elevedunjour-btn,
.filter button {
  width: fit-content;
  gap: 1rem;
}

.filter button .svgloader {
  border-radius: 99rem;
  background-color: #6bc6e1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.filter button .svgloader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  fill: #ffffff;
}
.filter button .svgloader svg:first-child {
  transform: translate(-50%, -50%) scale(100%);
}
.filter button .svgloader svg:last-child {
  transform: translate(-50%, -50%) scale(0%);
}
.filter.active button:before {
  width: 100% !important;
}
.filter.active button .svgloader svg:first-child {
  transform: translate(-50%, -50%) scale(0%);
}
.filter.active button .svgloader svg:last-child {
  transform: translate(-50%, -50%) scale(100%);
}

body.single-training .training-centers__item {
  flex-wrap: wrap;
}
body.single-training .training-centers__item > * {
  width: 100%;
}
body.single-training .training-centers__item > a:first-child {
  display: flex;
  gap: 2rem;
}
body.single-training .training-centers__item > .elevedunjour-wrapper {
  padding-left: 22rem;
}
body.single-training .training-centers__item > .elevedunjour-wrapper a {
  width: fit-content;
  color: #000000;
}
body.single-training .training-centers__item .info .top-row h3 {
  margin-bottom: 1rem;
}

.trainings > a,
.related-trainings__list > a {
  width: auto !important;
}

.training-card img {
  contain-intrinsic-size: auto none !important;
}

.training-card .top .meta .training-type {
  width: 100%;
}

.gap-3 {
  gap: 1rem;
}

body.single-training .training-centers__item .info .bottom-row span {
  padding: 0.5rem !important;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0rem;
}

@media (max-width: 992px) {
  .table-embed table {
    width: auto !important;
  }
  .table-embed table tbody td, .table-embed table tbody th {
    white-space: nowrap;
  }
  .table-embed table tbody td:first-child,
  .table-embed table tbody th:first-child {
    width: 50vw;
    display: block;
    white-space: normal;
  }
}

.has-secondary-background-color > .shortcode-training-centers .training-centers .training-center__content .name,
.has-secondary-background-color > .shortcode-training-centers .training-centers .training-center__content-links a,
.has-primary-background-color > .shortcode-training-centers .training-centers .training-center__content .name,
.has-primary-background-color > .shortcode-training-centers .training-centers .training-center__content-links a {
  color: #000000;
}

.home .wp-block-post-template .type-actualite {
  display: flex;
  flex-direction: column;
}
.home .wp-block-post-template .type-actualite > div:last-child {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.home .wp-block-post-template .type-actualite > div:last-child .gspb_button_wrapper:last-child {
  margin-top: auto;
}

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