/* GLOBAL SETTINGS */
.fo {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.fi {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

svg {
  width: 100%;
}

body {
  margin: 0;
}

.main > .wrapper > .container {
  margin: 3.375rem 3.25rem 4.625rem;
}

.main > .wrapper > .container > .content {
  display: flex;
  gap: 5rem;
}

/* CONNEXION PAGE */

.content--left-side {
  width: 100%;
  max-width: 46.14%;
  height: 80vh;
  padding: 4.063rem 4.313rem;
  border-radius: 60px;
  background: radial-gradient(87.81% 73.63% at 35.3% 34.41%, #0B8DA0 0%, #21305B 100%);
  position: relative;
  display: flex;
  align-items: center;
}

.content--left-side__heading {
  position: absolute;
  top: 4.063rem;
  left: 4.313rem;
}

.content--left-side__content h2 {
  font-size: 2.5rem;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.content--left-side__content p {
  font-size: 1.25rem;
  color: #FFFFFF;
  margin-bottom: 3.625rem;
}

.content--left-side__content .fi {
  font-size: 1.25rem;
  color: #FFFFFF;
  text-decoration-thickness: 1px;
  display: block;
  margin-bottom: 4.25rem;
}

.content--left-side__content .fi:hover,
.content--left-side__content .fi:focus {
  text-decoration-thickness: 2px;
}

.content--left-side__content a:not(.fi) {
  display: block;
  font-size: 0.8125rem;
  line-height: 22px;
  letter-spacing: 0.46px;
  width: max-content;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.375rem 0.625rem;
  background-color: #FF3E1B;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .20), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
  border-radius: 4px;
}

.content--right-side {
  padding: 4.063rem 4.313rem;
}

.content--right-side__content h2 {
  margin-top: 8.25rem;
  font-size: 2.5rem;
  color: #21305B;
  font-weight: 700;
  margin-bottom: 5.75rem;
  text-align: center;
}

.content--right-side__content > a {
  display: block;
  font-size: 0.8125rem;
  line-height: 22px;
  letter-spacing: 0.46px;
  width: max-content;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.375rem 0.625rem;
  background-color: #FF3E1B;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .20), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
  border-radius: 4px;
  margin: 0 auto 1.563rem auto;
}

.content--right-side__content > p {
  font-size: 1.375rem;
  color: #21305B;
  text-align: center;
}

.content--right-side__content > p > a {
  color: #21305B;
  font-weight: 500;
  text-decoration: none;
}

footer {
  padding: 1.25rem;
}

footer nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.25rem;
}

footer nav ul li {
  list-style: none;
}

footer nav ul li a {
  font-size: 1.125rem;
  text-decoration: none;
  color: #21305B;
}

@media screen and (max-width: 1440px) {
  .main > .wrapper > .container {
    margin: 4.688rem;
  }

  .content--left-side {
    max-width: 70%;
    height: 60vh;
  }

  .content--left-side .content--left-side__content h2 {
    font-size: 2.25rem;
  }

  .content--left-side .content--left-side__content p {
    font-size: 1.125rem;
  }

  .content--right-side {
    padding: 0;
  }

  .content--right-side .content--right-side__content h2 {
    font-size: 1.875rem;
  }

  .content--right-side .content--right-side__content p {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1200px) {
  .main > .wrapper > .container {
    margin: 1.875rem;
  }

  .main > .wrapper > .container > .content {
    gap: 1.5rem;
  }

  .content--left-side {
    padding: 3.063rem 3.313rem;
    width: 100%;
    max-width: calc((100% / 2) - .75rem);
  }

  .content--left-side__content h2 {
    font-size: 2rem;
  }

  .content--right-side {
    padding: 3.063rem 3.313rem;
    width: 100%;
    max-width: calc((100% / 2) - .75rem);
  }

  .content--right-side__content h2 {
    font-size: 2rem;
  }

  footer nav ul {
    flex-wrap: wrap;
    gap: 2.25rem;
  }
}

@media screen and (max-width: 992px) {
  .main > .wrapper > .container {
    margin: 0;
  }

  .main > .wrapper > .container > .content {
    gap: 0;
    flex-wrap: wrap;
  }

  .content--left-side {
    max-width: 100%;
    border-radius: unset;
    height: unset;
    padding: 3.938rem 4.375rem 2.75rem 4.375rem;
    display: block;
  }

  .content--left-side__heading {
    width: 100%;
    max-width: 143px;
    margin: 0 auto 3.063rem auto;
    position: unset;
  }

  .content--left-side__heading svg {
    width: 100%;
  }

  .content--left-side__content h2 {
    margin-top: 0;
    font-size: 1.438rem;
    text-align: center;
  }

  .content--left-side__content p {
    margin-top: 0;
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }

  .content--left-side__content a.fi {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }

  .content--left-side__content a:not(.fi) {
    margin: auto;
  }

  .content--right-side {
    max-width: 100%;
    padding: 0 4.375rem;
  }

  .content--right-side__content h2 {
    font-size: 1.688rem;
    margin-top: 2.313rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }

  .content--right-side__content p {
    font-size: 1.125rem;
  }

  .content--right-side__content p > a {
    display: block;
  }

  footer {
    margin-top: 6.25rem;
    border-top: 1px solid #21315b20;
  }

  footer nav ul {
    gap: 1.25rem;
  }

  footer nav ul li {
    width: 100%;
    text-align: center;
  }

  footer nav ul li a {
    font-size: 1.125rem;
  }
}

/* PRESENTATION PAGE */

.page-presentation .wrapper .container {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
}

.page-presentation .header .container {
  margin: 3.75rem auto;
  padding: 0 50px;
}

.page-presentation .header .container .content {
  justify-content: center;
}

.page-presentation .wrapper.intro {
  padding: 4.5rem 0;
  background:
  radial-gradient(87.81% 73.63% at 35.3% 34.41%, rgba(11, 141, 160, 0.6) 0%, rgba(33, 48, 91, 0.6) 100%),
  linear-gradient(0deg, #21305B, #21305B);
}

.page-presentation .intro .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 4.688rem !important;
}

.page-presentation .intro .content .intro-left-side__content {
  width: 100%;
  max-width: calc(70% - 2.344rem);
  z-index: 2;
}

.page-presentation .intro .content .intro-left-side__content h2 {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 2rem;
}

.page-presentation .intro .content .intro-left-side__content p {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1.25rem;
  width: 100%;
  max-width: 86%;
}

.page-presentation .intro > .container > a {
  display: block;
  font-size: 1.188rem;
  line-height: 22px;
  letter-spacing: 2.38px;
  font-weight: 700;
  width: max-content;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.875rem 2.375rem;
  background-color: #FF3E1B;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .20), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
  border-radius: 16px;
  margin-top: 1.5rem;
}

.page-presentation .intro .content .intro-right-side__content {
  width: 100%;
  max-width: calc(30% - 2.344rem);
  margin-left: -15%;
  z-index: 1;
}

.page-presentation .intro .content h2 {
  display: flex;
  flex-wrap: wrap;
}

.page-presentation .wrapper.section {
  padding: 7rem 0 2.063rem 0;
}

.page-presentation .wrapper.section .content {
  display: block;
}

.page-presentation .wrapper.section .content h2 {
  font-size: 1.875rem;
  margin: 0;
  margin-bottom: 3rem;
  color: #FF3E1B;
  line-height: 1;
  font-weight: 700;
}

.page-presentation .wrapper.section section {
  margin-bottom: 4.375rem;
}

.page-presentation .wrapper.section section h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.563rem;
  color: #1876D1;
  margin: 0;
  margin-bottom: 1rem;
}

.page-presentation .wrapper.section section h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #1876D1;
  color: #FFFFFF;
  border-radius: 60px;
}

.page-presentation .wrapper.section section h3,
.page-presentation .wrapper.section section p {
  width: 100%;
  max-width: 979px;
}

.page-presentation .wrapper.section section p {
  font-size: 1.25rem;
  color: #21305B;
  margin-bottom: 1.5rem;
}

.page-presentation .wrapper.section section img {
  width: 100%;
}

.page-presentation .wrapper.section .content a {
  display: block;
  font-size: 1.188rem;
  line-height: 22px;
  letter-spacing: 2.38px;
  font-weight: 700;
  width: max-content;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.875rem 2.375rem;
  background-color: #FF3E1B;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .20), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
  border-radius: 16px;
  margin: auto;
}

.page-presentation .wrapper.vos-donnees {
  background-color: #0B8DA0;
  padding: 4.75rem 0;
}

.page-presentation .wrapper.vos-donnees h2 {
  font-size: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 6.563rem;
}

.page-presentation .wrapper.vos-donnees .flex-content {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  width: 100%;
  max-width: 1034px;
  margin: auto;
}

.page-presentation .wrapper.vos-donnees .flex-content .flex-content__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 275px;
}

.page-presentation .wrapper.vos-donnees .flex-content .flex-content__item p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  margin-top: 1.25rem;
}

.page-presentation .wrapper.next-steps .container {
  max-width: 100%;
  padding: unset;
  margin: unset;
}

.page-presentation .wrapper.next-steps .container .content {
  display: flex;
  align-items: center;
}

.page-presentation .wrapper.next-steps .content__image {
  position: relative;
  width: 100%;
  max-width: 50%;
}

.page-presentation .wrapper.next-steps .content__image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((61 / 96) * 100%);
}

.page-presentation .wrapper.next-steps .content__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-presentation .wrapper.next-steps .content__elements {
  width: 100%;
  max-width: 600px;
  padding-right: 20px;
}

.page-presentation .wrapper.next-steps .content__elements h2 {
  font-size: 1.875rem;
  color: #FF3E1B;
  margin: 0;
  margin-bottom: 3rem;
  padding-left: 5rem;
}

.page-presentation .wrapper.next-steps .content__elements p {
  font-size: 1.25rem;
  color: #21305B;
  margin: 0;
  padding-left: 5rem;
}

.page-presentation footer {
  padding: 3.875rem 1.25rem;
  background-color: #21305B;
}

.page-presentation footer nav ul li a {
  font-size: 1.25rem;
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media screen and (max-width: 1440px) {
  .page-presentation .wrapper.section {
    padding: 5.875rem 0 5rem;
  }

  .page-presentation .wrapper.vos-donnees .flex-content {
    max-width: 100%;
  }

  .page-presentation .wrapper.next-steps .content__image::before {
     padding-top: calc((61 / 72) * 100%);
  }


  .page-presentation .wrapper.next-steps .content__elements h2 {
    padding-left: 3.125rem;
  }

  .page-presentation .wrapper.next-steps .content__elements p {
    padding-left: 3.125rem;
  }
}

@media screen and (max-width: 1200px) {
  .page-presentation .intro .content {
    gap: unset !important;
    align-items: center;
  }

  .page-presentation .intro .content .intro-left-side__content {
    width: 100%;
    max-width: 60%;
    z-index: 2;
  }

  .page-presentation .intro .content .intro-right-side__content {
    width: 100%;
    max-width: 40%;
    margin-left: 0%;
    z-index: 1;
  }

  .page-presentation .intro .content .intro-right-side__content img {
    width: 100%;
  }

  .page-presentation .wrapper.next-steps .content__elements {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 992px) {
  .page-presentation .wrapper.next-steps .container .content {
    flex-direction: column;
  }

  .page-presentation .wrapper.next-steps .content__image {
    max-width: 100%;
  }

  .page-presentation .wrapper.next-steps .content__image::before {
    padding-top: 390px
  }

  .page-presentation .wrapper.next-steps .content__elements {
    transform: unset;
  }

  .page-presentation .wrapper.next-steps .content__elements h2 {
    font-size: 1.375rem;
    margin-top: 2.625rem;
    padding-left: 20px;
  }

  .page-presentation .wrapper.next-steps .content__elements p {
    font-size: 1.125rem;
    padding-left: 20px;
    margin-bottom: 2.625rem;
  }

  .page-presentation footer.footer {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-presentation .header .container {
    margin: 3.75rem auto;
  }

  .page-presentation .intro .content .intro-left-side__content {
    width: 100%;
    max-width: 100%;
  }

  .page-presentation .intro .content .intro-left-side__content h2 {
    font-size: 1.375rem;
  }

  .page-presentation .intro .content .intro-left-side__content p {
    font-size: 1.125rem;
    max-width: 100%;
  }

  .page-presentation .intro .content .intro-right-side__content {
    margin-top: 4rem;
    width: 100%;
    max-width: 100%;
  }

  .page-presentation .intro > .container > a {
    margin: 3rem auto 0;
  }

  .page-presentation .wrapper.vos-donnees h2 {
    text-align: center;
  }

  .page-presentation .wrapper.vos-donnees .flex-content {
    flex-direction: column;
    gap: 3rem;
  }

  .page-presentation .wrapper.vos-donnees .flex-content .flex-content__item {
    max-width: 100%;
  }
}
