h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

nav {
  background-color: unset;
  height: unset;
  box-shadow: unset;
}

.select-dropdown li > span {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #131A23 !important;
}

.site-footer {
  width: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.site-footer__bottom {
  width: 100%;
  padding-top: 32px;
  display: flex;
  border-top: 1px solid rgba(15, 61, 107, 0.1019607843);
}
.site-footer__logos {
  display: flex;
  align-items: center;
}
.site-footer__copyright {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-footer__copyright a {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #505E69;
  text-decoration: none;
  padding: 0;
}

.footer-nav {
  display: grid;
}
.footer-nav__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-nav__title {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #1589E2;
}
.footer-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-nav__list a {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #505E69;
  text-decoration: none;
  padding: 0;
}
.footer-nav__list a:hover {
  background-color: transparent;
}

@media (min-width: 769px) {
  .site-footer {
    padding: 96px 96px 48px;
    gap: 64px;
  }
  .site-footer__top .footer-nav {
    grid-template-columns: repeat(5, 1fr);
    gap: 48px;
  }
  .site-footer__bottom {
    align-items: center;
    justify-content: space-between;
  }
  .footer-nav {
    grid-template-columns: repeat(5, 1fr);
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 40px 40px 16px;
    gap: 40px;
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
  }
  .footer-nav {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero {
  display: flex;
  align-items: center;
  padding: 4rem 6rem;
  gap: 4rem;
}
.hero .hero-content {
  flex: 1;
  max-width: 600px;
}
.hero .hero-kicker {
  display: block;
  font-family: Alegreya, serif;
  font-size: 24px;
  line-height: 32px;
  color: #4da3ff;
  margin-bottom: 1rem;
}
.hero h1 {
  font-family: Alegreya, serif;
  font-weight: 700;
  font-family: Alegreya, serif;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 1.5rem;
  color: #131A23;
}
.hero p {
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #131A23;
  opacity: 0.7;
  margin-bottom: 2.5rem;
  font-family: Nunito, sans-serif;
}
.hero .hero-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.4rem;
  background-color: #1e90ff;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
  font-family: Nunito, sans-serif;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
  align-self: flex-start;
}
.hero .hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-image img {
  max-width: 100%;
  height: auto;
}

#homepage-sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mission__inner {
  background-color: #F5F7FA;
}
@media (min-width: 769px) {
  .mission {
    padding-left: 96px;
  }
  .mission__inner {
    padding: 128px;
    clip-path: polygon(3rem 0, 100% 0, 100% 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem);
  }
}
@media (max-width: 768px) {
  .mission__inner {
    padding: 40px 16px 40px 16px;
  }
}
.mission-inner {
  margin: 0 auto;
}
.mission-image img {
  height: auto;
  display: block;
}
.mission-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #131A23;
}
.mission-content h2 {
  font-family: Alegreya, serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}
.mission-content p {
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  opacity: 0.7;
}
.mission-content p strong {
  font-weight: 700;
}

.pillars__inner {
  background-color: #F5F7FA;
}
@media (min-width: 769px) {
  .pillars {
    padding-left: 96px;
  }
  .pillars__inner {
    padding: 128px;
    clip-path: polygon(3rem 0, 100% 0, 100% 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem);
  }
}
@media (max-width: 768px) {
  .pillars__inner {
    padding: 40px 16px 40px 16px;
  }
}
.pillars-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.pillars-title {
  font-family: Alegreya, serif;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #131A23;
  margin-bottom: 4rem;
}
.pillars-grid {
  display: grid;
  gap: 2rem;
}

.pillar {
  position: relative;
  background-color: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pillar h3 {
  font-family: Alegreya, serif;
  font-size: 24px;
  line-height: 32px;
  color: #131A23;
}
.pillar p {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #131A23;
  flex-grow: 1;
}
.pillar-icon {
  font-size: 1.5rem;
}
.pillar-arrow {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 1.2rem;
  border: 1px solid #131A23;
  color: #131A23;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pillar--cta {
  background-color: #1589E2;
  color: #fff;
  text-decoration: none;
  justify-content: space-between;
}
.pillar--cta h3 {
  font-family: Alegreya, serif;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
}
.pillar--cta .pillar-arrow {
  border-color: #fff;
  color: #fff;
}
.pillar--screening, .pillar--library {
  background: #eef3f6;
}

.news__inner {
  background-color: #F5F7FA;
}
@media (min-width: 769px) {
  .news {
    padding-left: 96px;
  }
  .news__inner {
    padding: 128px;
    clip-path: polygon(3rem 0, 100% 0, 100% 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem);
  }
}
@media (max-width: 768px) {
  .news__inner {
    padding: 40px 16px 40px 16px;
  }
}
.news__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.news__inner .news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.news__inner .news-grid .news-card {
  background-color: transparent;
}
.news__inner .news-grid .news-card__link {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.news__inner .news-grid .news-card__media {
  aspect-ratio: 4/5;
  overflow: hidden;
}
.news__inner .news-grid .news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news__inner .news-grid .news-card__heading {
  color: #131A23;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.news__inner .news-grid .news-card__heading h3 {
  font-family: Alegreya, serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
.news__inner .news-grid .news-card__heading img {
  margin-top: 6px;
}
.news__inner .news-grid .news-card__excerpt {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #131A23;
}
.news__title {
  text-align: center;
  font-family: Alegreya, serif;
  font-size: 36px;
  line-height: 44px;
  color: #131A23;
}

@media (min-width: 769px) {
  .hero {
    align-items: stretch;
  }
  .hero .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hero .hero-content > h1, .hero .hero-content > p {
    margin-top: 0;
  }
  .hero .hero-kicker {
    margin-top: 0.5rem;
  }
  .hero .hero-button {
    margin-top: auto;
  }
  .mission {
    padding-left: 96px;
  }
  .mission__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 24px;
  }
  .mission-image img {
    width: 100%;
  }
  .pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .pillars-grid .pillar--chemo {
    grid-row: 1/span 2;
    grid-column: 1/span 1;
    margin-top: 33%;
  }
  .pillars-grid .pillar--library {
    grid-column: 2/span 2;
  }
  .pillars-grid .pillar--cta {
    grid-column: 2/span 1;
    color: #fff;
  }
  .pillars-grid .pillar--adme {
    grid-column: 3/span 1;
    grid-row: 2/span 2;
    margin-bottom: 33%;
  }
  .pillars-grid .pillar--screening {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
  .pillars-grid .pillar--cta--mobile {
    display: none;
  }
  .news .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .hero {
    flex-direction: column-reverse;
    padding: 0;
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
    gap: 40px;
  }
  .hero .hero-image {
    width: 100%;
  }
  .hero .hero-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero .hero-content {
    max-width: 100%;
  }
  .hero .hero-kicker {
    font-family: Alegreya, serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 1rem;
  }
  .hero h1 {
    font-family: Alegreya, serif;
    font-size: 48px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    font-weight: 700;
  }
  .hero p {
    font-family: Nunito, sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2.5rem;
    color: #131A23;
  }
  .hero .hero-button {
    justify-content: space-between;
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
  .mission-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .mission-image img {
    width: 100%;
  }
  .pillars-grid {
    grid-template-columns: 1fr;
  }
  .pillars-grid .pillar {
    padding-bottom: 72px;
  }
  .pillars-grid .pillar--cta {
    padding-bottom: 32px;
  }
  .pillars-grid .pillar--cta--desktop {
    display: none;
  }
  .news .news-grid {
    grid-template-columns: 1fr;
  }
}
.sondotheque-hero__inner, .probe-hero__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #131A23;
  max-width: 700px;
}
.sondotheque-hero__title, .probe-hero__title {
  font-family: Alegreya, serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}
.sondotheque-hero__subtitle, .probe-hero__subtitle {
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
  opacity: 0.7;
}

.sondotheque-sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sondotheque-download {
  padding-right: 80px;
}
.sondotheque-download__inner {
  display: flex;
  justify-content: flex-end;
}
.sondotheque-download__inner a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  background-color: #1589E2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.sondotheque-search__inner {
  background-color: #F5F7FA;
}
@media (min-width: 769px) {
  .sondotheque-search {
    padding-left: 96px;
  }
  .sondotheque-search__inner {
    padding: 128px;
    clip-path: polygon(3rem 0, 100% 0, 100% 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem);
  }
}
@media (max-width: 768px) {
  .sondotheque-search__inner {
    padding: 40px 16px 40px 16px;
  }
}
.sondotheque-search__inner {
  margin: 0 auto;
  padding: 80px;
}
.sondotheque-search__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sondotheque-search__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 16px;
  align-items: center;
}
.sondotheque-search__field {
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.sondotheque-search__field input,
.sondotheque-search__field select {
  border: none !important;
  outline: none;
  width: 100%;
  font-size: 14px;
  background: transparent;
  color: #111827;
  margin: 0 !important;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.sondotheque-search__field input::placeholder,
.sondotheque-search__field select::placeholder {
  color: #808993;
}
.sondotheque-search__field input:focus,
.sondotheque-search__field select:focus {
  border: none !important;
  box-shadow: none !important;
}
.sondotheque-search__field:has(option:checked:not([value=""])) select {
  color: #808993;
}
.sondotheque-search__field--select .select-wrapper {
  width: 100%;
}
.sondotheque-search__submit {
  height: 48px;
  padding: 0 24px;
  background-color: #1589E2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.sondotheque-search__remove {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.sondotheque-search__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sondotheque-search__actions .sondotheque-search__addCriterion, .sondotheque-search__actions .sondotheque-search__reset {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: unset;
  font-weight: 500;
  color: #505E69;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sondotheque-search__actions .sondotheque-search__submit {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.sondotheque-search__actions--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.sondotheque-search__reset {
  font-size: 14px;
  text-decoration: underline;
}

.sondotheque-results__inner {
  background-color: #F5F7FA;
}
@media (min-width: 769px) {
  .sondotheque-results {
    padding-left: 96px;
  }
  .sondotheque-results__inner {
    padding: 128px;
    clip-path: polygon(3rem 0, 100% 0, 100% 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem);
  }
}
@media (max-width: 768px) {
  .sondotheque-results__inner {
    padding: 40px 16px 40px 16px;
  }
}
.sondotheque-results__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sondotheque-results__inner #dynatable-record-count-dynatable {
  align-self: flex-end;
}
.sondotheque-results__inner table {
  table-layout: fixed;
}
.sondotheque-results__inner table thead th:first-child,
.sondotheque-results__inner table tbody td:first-child {
  width: 220px;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sondotheque-results__inner table thead th {
  font-family: Nunito, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #97A1A8;
}
.sondotheque-results__inner table tbody tr {
  border-bottom: 1px solid #E7ECF2;
}
.sondotheque-results__inner table tbody tr:nth-child(even) {
  background: transparent;
}
.sondotheque-results__inner table tbody tr:nth-child(odd) {
  background: #fff;
}
.sondotheque-results__inner table tbody tr td {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 24px 16px 24px;
}
.sondotheque-results__inner table tbody tr td .sondotheque-results--name {
  color: #1589E2;
}
.sondotheque-results__inner table tbody tr td .sondotheque-results--name {
  color: #808993;
}
.sondotheque-results__inner #dynatable-pagination-links-dynatable {
  display: flex;
  justify-content: space-between;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #808993;
}
.sondotheque-results__inner #dynatable-pagination-links-dynatable .dynatable-active-page {
  background: transparent;
  color: #505E69;
}

.probe-layout__inner {
  background-color: #F5F7FA;
}
@media (min-width: 769px) {
  .probe-layout {
    padding-left: 96px;
  }
  .probe-layout__inner {
    padding: 128px;
    clip-path: polygon(3rem 0, 100% 0, 100% 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem);
  }
}
@media (max-width: 768px) {
  .probe-layout__inner {
    padding: 40px 16px 40px 16px;
  }
}
.probe-layout__main {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.probe-layout .content-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.probe-layout .content-block__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.probe-property {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1rem;
}
.probe-property__label {
  font-weight: 600;
}
.probe-property__value {
  opacity: 0.9;
}

@media (min-width: 769px) {
  .sondotheque-hero, .probe-hero {
    padding: 96px 80px 96px 80px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .sondotheque-hero, .probe-hero {
    padding: 0 16px 40px 16px;
  }
  .probe-property {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.news-hero {
  display: flex;
  align-items: center;
  padding: 4rem 6rem;
  gap: 4rem;
}
.news-hero .hero-content {
  flex: 1;
  max-width: 600px;
}
.news-hero .hero-kicker {
  display: block;
  font-family: Alegreya, serif;
  font-size: 24px;
  line-height: 32px;
  color: #4da3ff;
  margin-bottom: 1rem;
}
.news-hero h1 {
  font-family: Alegreya, serif;
  font-weight: 700;
  font-family: Alegreya, serif;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 1.5rem;
  color: #131A23;
}
.news-hero p {
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #131A23;
  opacity: 0.7;
  margin-bottom: 2.5rem;
  font-family: Nunito, sans-serif;
}
.news-hero .hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-hero .hero-image img {
  max-width: 100%;
  height: auto;
}

.news-content__inner {
  background-color: #F5F7FA;
}
@media (min-width: 769px) {
  .news-content {
    padding-left: 96px;
  }
  .news-content__inner {
    padding: 128px;
    clip-path: polygon(3rem 0, 100% 0, 100% 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem);
  }
}
@media (max-width: 768px) {
  .news-content__inner {
    padding: 40px 16px 40px 16px;
  }
}
.news-content__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 769px) {
  .news-hero {
    align-items: stretch;
  }
  .news-hero .hero-content {
    display: flex;
    flex-direction: column;
  }
  .news-hero .hero-content > h1, .news-hero .hero-content > p {
    margin-top: 0;
  }
  .news-hero .hero-kicker {
    margin-top: 0.5rem;
  }
  .news-hero .hero-button {
    margin-top: auto;
  }
}
@media (max-width: 768px) {
  .news-hero {
    flex-direction: column-reverse;
    padding: 0;
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
    gap: 40px;
  }
  .news-hero .hero-image {
    width: 100%;
  }
  .news-hero .hero-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .news-hero .hero-content {
    max-width: 100%;
  }
  .news-hero .hero-kicker {
    font-family: Alegreya, serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 1rem;
  }
  .news-hero h1 {
    font-family: Alegreya, serif;
    font-size: 48px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    font-weight: 700;
  }
  .news-hero p {
    font-family: Nunito, sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2.5rem;
    color: #131A23;
  }
  .news-hero .hero-button {
    justify-content: space-between;
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
}
.body--projet {
  max-width: 100%;
  overflow-x: hidden;
}

.project-request-hero .project-request__title {
  text-align: center;
  color: #131A23;
  font-weight: 700;
  letter-spacing: -2%;
}

.request-form__form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.request-form-step__inner {
  background-color: #F5F7FA;
}
@media (min-width: 769px) {
  .request-form-step {
    padding-left: 96px;
  }
  .request-form-step__inner {
    padding: 128px;
    clip-path: polygon(3rem 0, 100% 0, 100% 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem);
  }
}
@media (max-width: 768px) {
  .request-form-step__inner {
    padding: 40px 16px 40px 16px;
  }
}
.request-form-step__inner {
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.request-form-step__header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.request-form-step__index {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Alegreya, serif;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -2%;
  color: #131A23;
  font-weight: 500;
  flex-shrink: 0;
}
.request-form-step__title {
  font-family: Alegreya, serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -2%;
  color: #131A23;
}
.request-form-step__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.request-form-step__content .request-form-choice > input[type=checkbox]:checked + span:not(.lever):before {
  border-bottom-color: #1589E2 !important;
  border-right-color: #1589E2 !important;
}
.request-form-step__content .request-form-choice__label {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #505E69;
}
.request-form-step--advice .request-form-step__content {
  display: grid;
  grid-template: 2fr/2fr;
}
.request-form-step--advice .request-form-grid--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  .request-form-step--advice .request-form-grid--two {
    grid-template-columns: 1fr;
  }
}
.request-form-step--prestation .request-form-step__content > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.request-form-step--prestation .request-form-step__content .prestation-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.request-form-step--submit button {
  padding: 32px;
  background: #1589E2;
  font-family: Alegreya, serif;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  border: none;
  cursor: pointer;
}
.request-form-step--submit button .cta__icon {
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.request-form-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: #E7ECF2;
  padding: 24px;
}
.request-form-info p {
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #505E69;
  font-weight: 400;
}
.request-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
@media (max-width: 1200px) {
  .request-form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .request-form-grid {
    grid-template-columns: 1fr;
  }
}
.request-form-composante {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.request-form-composante__title {
  font-family: Alegreya, serif;
  font-size: 24px;
  line-height: 32px;
  color: #131A23;
  font-weight: 500;
}
.request-form-composante__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.request-form-subComposante__header {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #131A23;
  cursor: pointer;
  padding: 0;
  text-align: left;
}
.request-form-subComposante__header:focus {
  background-color: transparent !important;
}
.request-form-subComposante__content {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #505E69;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 8px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}
.request-form-subComposante__content .informationIcon {
  cursor: pointer;
  font-size: 1em;
  margin-left: 5px;
}
.request-form-subComposante.is-open .request-form-subComposante__content {
  max-height: 1000px;
  opacity: 1;
}
.request-form-subComposante.is-open .request-form-subComposante__toggle {
  transform: rotate(45deg);
}
.request-form .request-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.request-form .request-form-field label {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.request-form .request-form-field input,
.request-form .request-form-field textarea {
  width: 100%;
  padding: 8px;
  background-color: #fff !important;
  font: inherit;
  border: none;
  margin: 0;
  box-sizing: border-box;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #808993;
}
.request-form .request-form-field--textarea textarea {
  resize: vertical;
  min-height: 160px;
}
.request-form .request-form-field .file-field .btn {
  background-color: #1589E2;
}

@media (min-width: 769px) {
  .project-request-hero {
    padding: 96px 80px 96px 80px;
  }
  .project-request-hero .project-request__title {
    font-family: Alegreya, serif;
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 768px) {
  .project-request-hero {
    padding: 0 16px 40px 16px;
  }
  .project-request-hero .project-request__title {
    font-family: Alegreya, serif;
    font-size: 48px;
    line-height: 60px;
  }
}
.login-hero {
  margin-bottom: 32px;
}
.login-hero__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #131A23;
  max-width: 700px;
}
.login-hero__title {
  font-family: Alegreya, serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
}

.login-form-container form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .login-form-container form {
    min-width: 400px;
  }
}
.login-form-container button[type=submit] {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.4rem;
  background-color: #1e90ff;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
  font-family: Nunito, sans-serif;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
  align-self: flex-start;
  border: none;
  cursor: pointer;
}

.register-hero {
  margin-bottom: 32px;
}
.register-hero__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #131A23;
  max-width: 700px;
}
.register-hero__title {
  font-family: Alegreya, serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
}

.register-container {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
  background: #ffffff;
}
.register-container h1 {
  text-align: center;
  margin-bottom: 30px;
}
.register-container .error {
  color: #d32f2f;
  margin-bottom: 10px;
}

.register-form {
  width: 100%;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Pleine largeur */
.form-group.full {
  grid-column: 1/-1;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group label {
  margin-bottom: 6px;
  font-weight: 500;
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #1976d2;
}

.form-submit {
  margin-top: 30px;
  text-align: center;
}
.form-submit button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.4rem;
  background-color: #1e90ff;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
  font-family: Nunito, sans-serif;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
  align-self: flex-start;
  border: none;
}

/* Mobile */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}
nav {
  color: unset;
}

.composante-hero * {
  box-sizing: border-box !important;
}
.composante-hero__inner {
  margin: 0 auto;
  color: #131A23;
  max-width: 700px;
  display: grid;
  gap: 4rem;
}
@media (min-width: 769px) {
  .composante-hero__inner {
    align-items: center;
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 768px) {
  .composante-hero__inner {
    grid-template-columns: 1fr;
    padding: 40px;
  }
}
.composante-hero__title {
  font-family: Alegreya, serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .composante-hero__title {
    font-family: Alegreya, serif;
    font-size: 48px;
    line-height: 60px;
    text-align: left;
  }
}
.composante-hero__text {
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
  opacity: 0.7;
}
.composante-hero__visual {
  position: relative;
  width: 250px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .composante-hero__visual {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.composante-hero__visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .composante-hero__visual img {
    width: 250px;
  }
}

@media (min-width: 769px) {
  .composante-list {
    padding-left: 96px;
  }
}
.composante-list__inner {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .composante-list__inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
  }
}
@media (max-width: 768px) {
  .composante-list__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.composante-list__sidebar {
  position: relative;
}
@media (max-width: 768px) {
  .composante-list__sidebar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.composante-list__sidebar .composante-summary {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.composante-list__sidebar .composante-summary__title {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #97A1A8;
}
.composante-list__sidebar .composante-summary__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.composante-list__sidebar .composante-summary__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.composante-list__sidebar .composante-summary__container {
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #131A23;
}
.composante-list__sidebar .composante-summary__prestation a {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #808993;
  text-decoration: none;
  position: relative;
  padding-left: 0.75rem;
}
.composante-list__sidebar .composante-summary__prestation a.is-active {
  color: #81C3F8;
}
.composante-list__sidebar .composante-summary__prestation a.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #81C3F8;
  border-radius: 2px;
}
.composante-list__main {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.composante-list .content-block {
  background-color: #F5F7FA;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 769px) {
  .composante-list .content-block {
    padding: 80px;
    clip-path: polygon(3rem 0, 100% 0, 100% 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem);
  }
}
@media (max-width: 768px) {
  .composante-list .content-block {
    padding: 40px 16px 40px 16px;
  }
}
.composante-list .content-block h2 {
  font-family: Alegreya, serif;
  font-size: 30px;
  line-height: 38px;
  color: #131A23;
}
.composante-list .content-block__body {
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #808993;
}
@media (max-width: 768px) {
  .composante-list .content-block__body {
    overflow-x: hidden;
  }
  .composante-list .content-block__body table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .composante-list .content-block__body img {
    display: block;
    height: auto;
    max-width: none;
    float: unset !important;
    margin: 16px auto;
    flex-shrink: 0;
  }
}
.composante-list .content-block__cta {
  padding: 32px;
  background: #1589E2;
  font-family: Alegreya, serif;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .composante-list .content-block__cta {
    gap: 32px;
  }
}
.composante-list .content-block__cta span {
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .composante-list .content-block__cta span {
    padding: 16px;
  }
}

.contact-hero__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #131A23;
  max-width: 700px;
}
.contact-hero__title {
  font-family: Alegreya, serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

.contact-form__inner {
  background-color: #F5F7FA;
}
@media (min-width: 769px) {
  .contact-form {
    padding-left: 96px;
  }
  .contact-form__inner {
    padding: 128px;
    clip-path: polygon(3rem 0, 100% 0, 100% 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem);
  }
}
@media (max-width: 768px) {
  .contact-form__inner {
    padding: 40px 16px 40px 16px;
  }
}
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-form__field label {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #505E69;
}
.contact-form__field input, .contact-form__field textarea {
  border: none !important;
  outline: none !important;
  width: 100% !important;
  font-size: 14px !important;
  background: #fff !important;
  color: #111827 !important;
  margin: 0 !important;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 14px !important;
  box-sizing: border-box !important;
}
.contact-form__field input::placeholder, .contact-form__field textarea::placeholder {
  color: #808993;
}
.contact-form__field input:focus, .contact-form__field textarea:focus {
  border: none !important;
  box-shadow: none !important;
}
.contact-form__field textarea {
  resize: vertical;
  min-height: 150px;
  height: 162px;
  max-height: 800px !important;
}
.contact-form__submit {
  display: flex;
  justify-content: flex-end;
}
.contact-form__submit button {
  padding: 16px 22px 16px 22px;
  background-color: #1589E2;
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .contact-hero {
    padding: 96px 80px 96px 80px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .contact-hero {
    padding: 0 16px 40px 16px;
  }
}

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