@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
:root {
  --swiper-theme-color: #fff;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: none;
}

html {
  background: #202020;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin: 0 auto;
  line-height: 1.3;
  color: #5B5B67;
}

.container {
  overflow: hidden;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: $compassion-purple;
  --bs-btn-border-color: $compassion-purple;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: $compassion-purple;
  --bs-btn-hover-border-color: $compassion-purple;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: $compassion-purple;
  --bs-btn-active-border-color: $compassion-purple;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: $compassion-purple;
  --bs-btn-disabled-border-color: $compassion-purple;
  --bs-btn-focus-box-shadow:none;
  display: inline-flex;
  padding: 9px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #6022A6;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid #6022A6;
}
.btn-primary:hover, .btn-primary:focus {
  background: #6022A6;
  border: 1px solid #6022A6;
  box-shadow: none;
}

sup {
  top: -1em;
  font-weight: 600;
  font-size: 0.4em;
}

img {
  max-width: 100%;
  line-height: auto;
}

p {
  font-size: 18px;
  line-height: 28px;
}

b {
  font-weight: 600;
}

h1 {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1.25px;
  text-align: center;
}
@media (max-width: 992px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

h2 {
  color: #222;
  font-size: 36px;
  line-height: 48px; /* 133.333% */
  letter-spacing: -1.25px;
}
@media (max-width: 600px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

h3 {
  color: #222;
  font-size: 24px;
  line-height: 32px; /* 133.333% */
}

.bg_purple {
  background-color: #6022A6;
}
.bg_purple.intro {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bg-purple-light {
  background-color: #FBF9FD;
}

@media (max-width: 992px) {
  #features img {
    border-radius: 16px;
  }
}

.feature_1_block_left, .feature_3_block_left {
  max-width: 619px;
  padding-left: 48px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .feature_1_block_left, .feature_3_block_left {
    max-width: unset;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.feature_2_block_right {
  max-width: 619px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .feature_2_block_right {
    max-width: unset;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

#texte-JFR p, #text-feature-1 p {
  font-size: 22px;
}
@media (max-width: 600px) {
  #texte-JFR p, #text-feature-1 p {
    font-size: 20px;
  }
}

#programme {
  max-width: 1416px;
}
#programme .carousel {
  display: flex;
  align-items: center;
}
#programme .carousel-track {
  display: flex;
  overflow: hidden;
  width: 600px;
}
#programme .card {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #CECFD5;
}
#programme .card .card-body {
  padding: 0;
}

#articlesCarousel {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
#articlesCarousel p.animateur {
  margin: 0;
}
#articlesCarousel .piluleJFR {
  gap: 10px;
  flex-wrap: wrap;
}
#articlesCarousel .piluleJFR p {
  border-radius: 16px;
  border: 1px solid #C7C8CF;
  background: #FBF9FD;
  display: flex;
  height: 24px;
  padding: 0 8px;
  align-items: center;
  color: #222;
  text-align: center;
  font-size: 16px;
  line-height: 24px; /* 150% */
}
#articlesCarousel .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 50%;
  width: auto;
  margin: auto;
  /* right: 0; */
  transform: translate(-50%, 50%);
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  bottom: 4px;
  z-index: 8;
}
@media (max-width: 992px) {
  #articlesCarousel .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}
#articlesCarousel .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 48px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50px);
  background-color: #C7C8CF !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
#articlesCarousel .swiper-pagination-bullet-active {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 48px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
  background-color: #6022A6 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #6022A6;
  border-radius: 100%;
}

.form-select {
  border-radius: 4px;
  border: 1px solid #C7C8CF;
  background-color: #FBF9FD;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

#innovations {
  max-width: 1416px;
}
#innovations .swiper-slide .card {
  border: none;
  background-color: transparent;
}
#innovations .swiper-slide .card .card-body {
  padding: 0;
}
#innovations .swiper-slide .card .card-body h3 {
  margin-top: 24px;
}

.swiper {
  position: relative;
  overflow: hidden;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("https://landing1.gehealthcare.com/rs/005-SHS-767/images/2379_lp_arrow.png");
  top: calc(50% - 80px);
  right: 0px;
  left: auto;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.swiper-button-prev {
  background-image: url("https://landing1.gehealthcare.com/rs/005-SHS-767/images/2379_lp_arrow.png");
  top: calc(50% - 80px);
  left: 0px;
  width: 40px;
  height: 40px;
  background-size: contain;
  transform: rotate(180deg);
}

.innovationsSwiper {
  padding-left: 20px;
  padding-right: 20px;
}

#countdown {
  gap: 29px;
  margin-top: 16px;
}
@media (max-width: 992px) {
  #countdown {
    gap: 16px;
  }
}
@media (max-width: 600px) {
  #countdown {
    gap: 12px;
  }
}
#countdown .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#countdown .chiffre {
  display: flex;
  width: 140px;
  height: 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 11px;
}
@media (max-width: 992px) {
  #countdown .chiffre {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 600px) {
  #countdown .chiffre {
    width: 70px;
    height: 70px;
  }
}
#countdown .box span {
  display: block;
  color: #000;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
}
@media (max-width: 992px) {
  #countdown .box span {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  #countdown .box span {
    font-size: 36px;
  }
}
#countdown .box small {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.2px;
}
@media (max-width: 600px) {
  #countdown .box small {
    font-size: 16px;
  }
}

#sectionContact {
  max-width: 1056px;
}
#sectionContact h2, #sectionContact div, #sectionContact p {
  color: #fff;
}
#sectionContact #contactForm {
  max-width: 770px;
}

#container-footer p, #container-footer div, #container-footer a {
  font-size: 16px;
  line-height: 24px;
  color: #5B5B67;
}
#container-footer a {
  text-decoration: none;
}

.modal {
  --bs-modal-width: calc(864px + 96px + 96px) ;
}
.modal .modal-header, .modal .modal-body {
  padding: 0px;
  border-bottom: 0;
}
.modal .modal-content {
  padding: 96px;
}
.modal div, .modal p, .modal li {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
.modal .btn-close {
  position: absolute;
  top: 32px;
  right: 32px;
}
.modal .modal-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 48px; /* 133.333% */
  letter-spacing: -1.25px;
}
@media (max-width: 600px) {
  .modal .modal-title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .modal {
    --bs-modal-width: calc(864px + 25px + 25px) ;
  }
  .modal .modal-content {
    padding: 25px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .modal {
    --bs-modal-width: 90% ;
  }
  .modal .modal-content {
    padding: 0px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

#bureauDesInnovations .modal-dialog {
  pointer-events: unset;
}
#bureauDesInnovations #citationBaptiste {
  color: #6022A6;
}

#futur .modal-dialog {
  pointer-events: unset;
}
#futur .modal-content {
  padding-left: 130px;
  padding-right: 130px;
}
@media (max-width: 1200px) {
  #futur .modal-content {
    padding: 25px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 992px) {
  #futur .modal-content {
    padding: 0px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.carousel-header {
  position: relative;
  overflow: hidden;
  /* Encart texte fixe */
}
.carousel-header .pagination {
  font-size: 18px;
}
.carousel-header .carousel-slides {
  position: relative;
}
.carousel-header .carousel-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.carousel-header .carousel-slide.active {
  opacity: 1;
  position: relative;
}
.carousel-header .carousel-caption {
  position: absolute;
  top: 50%;
  right: 15%;
  left: unset;
  bottom: unset;
  transform: translateY(-50%);
  color: #222;
  background-color: #fff;
  max-width: 474px;
  z-index: 2;
  padding: 48px;
  border-radius: 16px;
  text-align: left;
}
.carousel-header .carousel-caption p {
  font-size: 18px;
  line-height: 28px;
}
.carousel-header .carousel-caption h2 {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.25px;
}
@media (max-width: 1024px) {
  .carousel-header .carousel-caption {
    right: 3%;
    max-width: 388px;
    padding: 24px;
  }
  .carousel-header .carousel-caption h2 {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 36px;
    letter-spacing: -1.25px;
  }
}
@media (max-width: 600px) {
  .carousel-header .carousel-caption h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .carousel-header .carousel-caption {
    position: static;
    transform: translateY(0%);
  }
}
.carousel-header #changing-word {
  transition: opacity 0.5s ease; /* petit effet fondu */
}
.carousel-header .carousel-controls {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 32px;
}
.carousel-header .carousel-controls button {
  background-color: transparent;
  border: 1px solid #C7C8CF;
  border-radius: 100%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.talk {
  position: sticky;
  top: 50%;
  left: 100%;
  width: 128px;
  height: 0px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.5;
  transition: all ease-in-out 0.2s;
}
.talk img.talk-img {
  width: 128px;
  z-index: 2;
  position: absolute;
  height: 102px;
  transform: translateY(-50px);
}
.talk:hover {
  opacity: 1;
}/*# sourceMappingURL=2379_screen.css.map */