.ParagraphSchedulesLocation-title {
  line-height: 1.26;
  font-family: var(--title-font);
  font-weight: normal;
  margin: 0 0 2rem;
  font-size: clamp(9px, 4.7rem, 47px);
}
@media (max-width: 999px) {
  .ParagraphSchedulesLocation-title {
    line-height: 1.1;
    font-size: 3.2rem;
  }
}

.ParagraphSchedulesLocation-hours-title {
  line-height: 1.26;
  font-family: var(--title-font);
  font-weight: normal;
  margin: 0 0 2rem;
  font-size: clamp(9px, 2.3rem, 23px);
}
@media (max-width: 999px) {
  .ParagraphSchedulesLocation-hours-title {
    font-size: 2.2rem;
  }
}

.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta a,
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta .external-link, .ParagraphSchedulesLocation-cta a {
  --bg-color: var(--purple);
  --color: white;
  --bg-color-hover: transparent;
  --color-hover: var(--purple);
  --border-color: var(--bg-color);
  display: inline-flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  padding: 1.07em 1.21em;
  background-color: var(--bg-color);
  color: var(--color);
  border: solid 1px var(--border-color);
  font-size: min(1.4rem, 14px);
  align-items: center;
  gap: 1rem;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s;
}
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta a::after,
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta .external-link::after, .ParagraphSchedulesLocation-cta a::after {
  content: "";
  background-color: currentColor;
  mask: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Fleche-droite") center no-repeat;
  mask-size: contain;
  height: 1.14em;
  width: 1.14em;
}
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta .external-link::after, .ParagraphSchedulesLocation-cta a.external-link::after {
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Lien-ext");
}
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta a:hover,
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta .external-link:hover, .ParagraphSchedulesLocation-cta a:hover {
  background-color: var(--bg-color-hover);
  color: var(--color-hover);
  border-color: var(--color-hover);
}
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta a:disabled,
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta .external-link:disabled, .ParagraphSchedulesLocation-cta a:disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 999px) {
  .ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta a,
  .ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta .external-link, .ParagraphSchedulesLocation-cta a {
    width: 100%;
  }
}

.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta a,
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta .external-link, .ParagraphSchedulesLocation-cta a:not(:first-child) {
  --bg-color: var(--gray-dark);
  --color: white;
  --bg-color-hover: transparent;
  --color-hover: var(--gray-dark);
}

.ParagraphSchedulesLocation {
  border-top: solid 1px var(--gray);
  padding: 5rem 0 0;
}
@media (max-width: 999px) {
  .ParagraphSchedulesLocation {
    padding-top: 3rem;
  }
}

.ParagraphSchedulesLocation-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.ParagraphSchedulesLocation {
  display: flex;
  align-items: flex-start;
  gap: 4.5rem;
}
@media (max-width: 999px) {
  .ParagraphSchedulesLocation {
    flex-direction: column;
    align-items: stretch;
    gap: 3.5rem;
  }
}
.ParagraphSchedulesLocation-text {
  flex: 1 1 auto;
}
.ParagraphSchedulesLocation-addressWrapper:not(:last-child) {
  margin-bottom: 3rem;
}
.ParagraphSchedulesLocation-address, .ParagraphSchedulesLocation-phone, .ParagraphSchedulesLocation-mail {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}
.ParagraphSchedulesLocation-address::before, .ParagraphSchedulesLocation-phone::before, .ParagraphSchedulesLocation-mail::before {
  content: "";
  background-color: currentColor;
  mask: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Pin");
  background-size: contain;
  height: 1.6rem;
  width: 1.6rem;
  flex: 0 0 1.6rem;
  display: inline-block;
}
.ParagraphSchedulesLocation-phone::before {
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Telephone");
}
.ParagraphSchedulesLocation-mail::before {
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Mail");
}
.ParagraphSchedulesLocation-hours:not(:last-child) {
  margin-bottom: 3rem;
}
.ParagraphSchedulesLocation-hours-title {
  margin-bottom: 1rem;
}
.ParagraphSchedulesLocation-hours-text {
  color: var(--red);
  margin-bottom: 1rem;
  font-size: clamp(9px, 1.2rem, 12px);
}
.ParagraphSchedulesLocation-hours-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ParagraphSchedulesLocation-hours-item {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding: 1.6rem 0;
}
.ParagraphSchedulesLocation-hours-item:not(:last-child) {
  border-bottom: solid 1px var(--gray);
}
.ParagraphSchedulesLocation-hours-item-day {
  font-size: clamp(9px, 2.2rem, 22px);
}
.ParagraphSchedulesLocation-hours-item-schedule {
  font-weight: bold;
}
.ParagraphSchedulesLocation-imgWrapper {
  flex: 0 0 calc(50% - 2.25rem);
  position: relative;
}
.ParagraphSchedulesLocation-imgWrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta a::after,
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta .external-link::after {
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Pin");
  margin-left: 0;
}
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta a:hover,
.ParagraphSchedulesLocation-imgWrapper .ParagraphSchedulesLocation-imgCta .external-link:hover {
  background-color: white;
}

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