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

.grid > * {
  grid-column: 1/-1;
}

.tgrid1-2 {
  grid-column: 1/2;
}

.tgrid2-3 {
  grid-column: 2/3;
}

@media (min-width: 700px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .grid__img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .tagrid1-3 {
    grid-column: 1/3;
  }
  .tagrid1-4 {
    grid-column: 1/4;
  }
  .tagrid2-5 {
    grid-column: 2/5;
  }
  .tagrid2-6 {
    grid-column: 2/6;
  }
}
@media (min-width: 1200px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .grid__img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .dgrid1-5 {
    grid-column: 1/5;
  }
  .dgrid1-6 {
    grid-column: 1/6;
  }
  .dgrid3-9 {
    grid-column: 3/9;
  }
  .dgrid4-9 {
    grid-column: 4/9;
  }
  .dgrid7-10 {
    grid-column: 7/10;
  }
}
.line {
  width: 100%;
  height: 1px;
  background-color: #071E22;
  opacity: 0.2;
}

a {
  text-decoration: none;
  color: #071E22;
}

.section--titre {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.projets__fonction {
  position: relative;
}

.fonction__arrow {
  width: 2rem;
  height: auto;
  rotate: -135deg;
}

.fonction__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2rem;
}

.fonction__wrap h2 {
  padding-bottom: 0;
}

.fonction__text {
  padding-bottom: 3.7rem;
}

@media (min-width: 700px) {
  .projets__fonction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .fonction__arrow {
    width: 3rem;
    height: auto;
    rotate: -135deg;
  }
}
.nav-container {
  position: fixed;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 5%;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav__logo img {
  height: 4.4rem;
}

.nav__nom {
  font-size: 1.9rem;
  font-family: "inter", sans-serif;
  font-weight: 300;
}

.nav__nomP {
  font-size: 1.9rem;
  font-family: "inter", sans-serif;
  font-weight: 300;
  color: #EFCB06;
}

.nav__cross {
  height: 32px;
  width: auto;
  background-color: #EFCB06;
  padding: 1rem;
  border-radius: 4rem;
  transition: transform 0.3s;
}

.nav__cross-link:hover .nav__cross {
  transform: rotate(90deg);
}

/* .container__post{
    position: relative;
    font-family: 'inter', sans-serif;
    font-size: 1.4rem;
    background-color: $c-ani;
    color: $c-text;
    padding: 0.5rem 1rem;
    rotate: calc(-90deg);
    text-align: center;
} */
.gradient {
  background: linear-gradient(#ECF8F6 0%, #ECF8F6 30%, #8EB1C7 99%);
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  position: relative;
}

.fonction__img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  border-radius: 2rem;
  pointer-events: none;
}

.section--scroll {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ECF8F6, white);
}

.scroll__container {
  display: flex;
  align-items: center;
  gap: 50px;
  width: -moz-fit-content;
  width: fit-content;
  height: 70%;
  align-items: center;
}

.box {
  max-width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}

@media (min-width: 700px) {
  .scroll__container {
    display: flex;
    align-items: center;
    gap: 50px;
    width: -moz-fit-content;
    width: fit-content;
    height: 60%;
    width: 60%;
    align-items: center;
  }
}
.menu__01 {
  height: 28rem;
}

.menu__03 {
  height: 33rem;
}

.titre__arrow {
  width: 3rem;
  height: 3rem;
  padding: 1.7rem;
  background-color: #EFCB06;
  border-radius: 50%;
}

.calme__nuage, .calme__icon {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  background-color: #8EB1C7;
  border-radius: 6rem;
  width: 12rem;
  padding: 0rem 1rem 0rem 1rem;
}

.calme__nuage p, .calme__icon p {
  color: white;
}

.icon__taille {
  width: 4.5rem;
}

.calme__img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  gap: 4rem;
}

.arrow__rotate {
  rotate: 45deg;
}

.img__pilotage, .img__centre {
  width: 100%;
  max-width: 30rem;
  padding-top: 2rem;
}

.suite__arrow {
  rotate: -90deg;
}

.suite__arrowG {
  rotate: 90deg;
}

.suite__modele {
  width: 100%;
  max-width: 13rem;
  height: 10rem;
}

.option__images, .option__images02 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
}
.option__images img, .option__images02 img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}

.option__axonis {
  grid-column: 1/2;
}

.option__cominis {
  grid-column: 2/3;
}

.video__background {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.video__background__item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

.avis__photo {
  width: 100%;
  max-width: 6rem;
}

.img__taxi {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 700px) {
  .img__pilotage, .img__centre {
    width: 100%;
    max-width: 40rem;
    padding-top: 2rem;
  }
  .suite__modele {
    width: 100%;
    max-width: 18rem;
    height: 14rem;
  }
  .option__images {
    justify-content: right;
  }
  .option__images02 {
    justify-content: left;
  }
}
@media (min-width: 1200px) {
  .calme__img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 15rem;
  }
  .suite__modele {
    width: 100%;
    max-width: 20rem;
    height: 16rem;
  }
  .option__images {
    justify-content: right;
  }
  .option__images02 {
    justify-content: left;
  }
}
section {
  padding-top: 10rem;
}

.section--first {
  text-align: center;
  max-width: 35rem;
  flex-direction: column;
  margin: 0 auto;
}

.section--titre {
  background-color: white;
}

.titre__center {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.calme__span {
  background-color: #8EB1C7;
}

.calme__btn {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.section--marche {
  background-color: white;
  background-image: url("../assets/images/fonction/quadri02.svg"), url("../assets/images/fonction/quadri01.svg");
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: 45%, 40%;
  padding-top: 10rem;
  padding-bottom: 17rem;
  right: 0;
}

.section--stats {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  max-width: 31rem;
  margin: 0 auto;
}

.section--lien {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}

.stats__container {
  display: flex;
  justify-content: end;
  flex-direction: column;
  flex-wrap: wrap-reverse;
}

.container__lien {
  display: flex;
  gap: 1rem;
  align-items: end;
  flex-direction: column;
}

.container__lienG {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex-direction: column;
}

.container__suite {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: end;
}

.container__suiteG {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: start;
  flex-direction: row-reverse;
}

.suiteG__text {
  text-align: right;
}

.suiteG__text, .suite__text {
  font-family: "Michroma", sans-serif;
  font-size: 1.4rem;
}

.stats__container {
  transition: all 0.5s ease-out;
}

.stats__container:hover {
  opacity: 0.2;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 4rem;
}

.marquee {
  display: flex;
  gap: 2rem;
  animation: marquee-slide 40s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.marquee:hover {
  animation-play-state: paused;
}

.img__menu {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  flex-shrink: 0;
}

.img__menu img {
  width: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  flex-shrink: 0;
}

/* Animation */
@keyframes marquee-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (min-width: 700px) {
  .suiteG__text, .suite__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 700px) {
  .section--first {
    max-width: 50rem;
  }
  .section--stats {
    max-width: none;
  }
  .stats__align {
    display: flex;
    align-items: baseline;
    gap: 5rem;
    max-width: 100%;
  }
}
footer {
  padding-top: 10rem;
  background: url("../assets/images/fonction/quadri01_25.svg"), linear-gradient(#ECF8F6 0%, #8EB1C7 30%);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 0;
}

.footer__social {
  display: flex;
  justify-content: space-around;
}

.footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.footer__title {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-top: 10rem;
  margin: 0 auto;
  max-width: 39rem;
}

.footer__nav-list {
  list-style: none;
}

.footer__nav-item {
  font-family: "inter", sans-serif;
  font-weight: 300;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer__icon {
  width: 2rem;
  rotate: 225deg;
  opacity: 0.5;
}

.footer__nav-item a {
  transition: all 0.5s ease-out;
}

.footer__nav-item a:hover {
  color: #EFCB06;
}

.footer__contact {
  padding: 5rem;
}

.footer__nav-contact {
  font-family: "inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer__credit {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-weight: 300;
  font-family: "inter", sans-serif;
  font-size: 1.8rem;
  padding: 2rem;
}

.footer__creditB {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-weight: 300;
  font-family: "inter", sans-serif;
  font-size: 1.8rem;
  padding: 2rem;
  color: white;
}

@media (min-width: 1200px) {
  .footer__title {
    max-width: 70rem;
  }
}
.option__center {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 50rem;
}

.option__nom {
  display: flex;
  justify-content: space-around;
}

/* 
.option__container{
    display: flex;
    align-items: center;
    max-width: 72rem;
    margin: 0 auto;
    gap: 2rem;
} */
.section--modele {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 47rem;
  margin: 0 auto;
}

.tab__arrowG {
  rotate: 90deg;
  z-index: 1000;
}

.tab__arrowD {
  rotate: -90deg;
  z-index: 1000;
}

.tab__content img {
  width: 100%;
  max-width: 17rem;
  height: auto;
}

.tab {
  padding-top: 10rem;
}

.tab__nav {
  display: flex;
  list-style: none;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.tab__el a {
  background-color: #EFCB06;
  padding: 1.5rem;
  border-radius: 3rem;
  display: flex;
  z-index: 1000;
}

.tab__content {
  display: none;
}

.tab__content p {
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}

.tab__content--active {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.video__wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.video__content {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 5rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow-x: hidden;
  width: -moz-max-content;
  width: max-content;
  animation: slide-left 30s linear infinite;
  will-change: transform;
}
.video__content:hover {
  animation-play-state: paused;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.video__content__icone {
  text-align: center;
  flex-shrink: 0;
  min-width: 160px;
  overflow-x: hidden;
}
.video__content__icone img {
  height: auto;
  width: 4rem;
  padding-top: 5rem;
  margin-bottom: 1.2rem;
}
.video__content__icone p {
  font-size: 1.4rem;
  font-weight: 400;
}

.line02 {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background-color: #071E22;
}

.section--avis {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: 0;
}

.avis__item {
  background-color: #8EB1C7;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 30rem;
  height: 36rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.5s ease-out;
  background-image: url("../assets/images/fonction/quadri01_25.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.avis__item:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.41);
}

.avis__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding-top: 2rem;
  flex-shrink: 0;
}

.avis__author {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 2rem;
}

.avis__nom {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0;
}

.avis__date {
  font-size: 1.6rem;
  padding: 0;
}

.avis__text {
  font-size: 1.4rem;
  font-weight: 400;
}

@media (min-width: 700px) {
  .modele__center {
    text-align: center;
  }
  .video__content__icone p {
    font-size: 1.8rem;
  }
  .avis__item {
    max-width: 33rem;
    height: 41rem;
  }
  .avis__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .video__content {
    gap: 14rem;
  }
}
.section--postule {
  background-image: url("../assets/images/postule02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.postule__btn {
  background-color: #EFCB06;
  border: 2px solid transparent;
  border-radius: 5rem;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1.6rem;
  transition: all 0.5s ease-out;
}

.postule__btn:hover {
  background-color: white;
  border: 2px solid black;
}

label {
  font-family: "inter", sans-serif;
  font-size: 1.6rem;
  opacity: 0.5;
  padding-bottom: 0.5rem;
}

input {
  padding: 1rem 2rem 1rem 1rem;
  border-radius: 1rem;
  border: 2px solid rgba(41, 41, 41, 0.2117647059);
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
input:focus {
  outline: none;
  border-color: #EFCB06;
  box-shadow: 0 0 0 0.2rem rgba(41, 41, 41, 0.0941176471);
}
input:valid {
  border-color: #4ade80;
}

.center__h1 {
  padding: 8rem 4rem 5rem 4rem;
}

.center__text {
  padding: 0rem 4rem 2rem 4rem;
}

#prenom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.679), rgba(255, 255, 255, 0.696)), url("../assets/images/user.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 2.5rem;
}

#nom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.679), rgba(255, 255, 255, 0.696)), url("../assets/images/user.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 2.5rem;
}

#email {
  background-image: linear-gradient(rgba(255, 255, 255, 0.679), rgba(255, 255, 255, 0.696)), url("../assets/images/email.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 2.5rem;
}

#url {
  background-image: linear-gradient(rgba(255, 255, 255, 0.679), rgba(255, 255, 255, 0.696)), url("../assets/images/cv.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 2.5rem;
}

.postule__center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: white;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  border-radius: 2rem;
  padding-bottom: 5rem;
  box-shadow: 1rem 0.5rem 0.5rem rgba(7, 7, 7, 0.077);
}

.postule {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}

.text__span {
  background-color: #EFCB06;
}

.response {
  display: none;
  position: fixed;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 30rem;
  margin: 0 auto;
  padding: 0rem 1rem 0rem 1rem;
  border-radius: 4rem;
  opacity: 0;
  background-color: #EFCB06;
  text-align: center;
}

.response.visible {
  display: block;
  opacity: 1;
  z-index: 1000;
}

@media (min-width: 1200px) {
  .center__h1 {
    font-size: 3.8rem;
  }
}
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 4rem;
}

.marqueeD {
  display: flex;
  gap: 2rem;
  animation: marquee-slideD 40s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.marqueeD:hover {
  animation-play-state: paused;
}

.img__menu {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  flex-shrink: 0;
  position: relative;
}

.img__menu img {
  width: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  flex-shrink: 0;
}

/* Animation */
@keyframes marquee-slideD {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.menu__container {
  display: flex;
  flex-direction: column;
}

.menu__text {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
}

.menu__text p {
  font-size: 1.2rem;
}

.menu__container {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.menu__container:hover {
  transform: scale(0.95);
}

.consequences__formation {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80%;
  max-width: 900px;
  height: 80vh;
  background-color: white;
  border-radius: 1rem;
  padding: 2.5rem;
  z-index: 1002;
  opacity: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  overflow-y: auto;
  background-image: url("../assets/images/fonction/quadri01_25.svg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.consequences__formation.show {
  display: block;
  opacity: 1;
}

.consequences__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.consequences__overlay.show {
  opacity: 1;
  visibility: visible;
}

.close-btn {
  height: 54px;
  width: auto;
  background-color: #EFCB06;
  padding: 1rem;
  border-radius: 4rem;
}

.close-btn__icon {
  transition: transform 0.3s;
}

.close-btn__icon:hover {
  transform: rotate(90deg);
}

.formation__text {
  padding: 9rem 2rem 1rem 2rem;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section--first, .section--titre, .section--option, .postule__center {
  margin-bottom: 50px;
  overflow: hidden;
  animation: slide-in 0.6s 0.2s cubic-bezier(0.19, 1, 0.22, 1) 1 both;
}

/* .h1:nth-child(2){
	animation-delay: .25s;
}
.p:nth-child(3){
	animation-delay: .55s;
} */
/* .h1{
	animation: slide-in .6s .15s cubic-bezier(0.19, 1, 0.22, 1) 1 both;
}  */
.section--idee {
  background-color: white;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section--trois {
  padding-top: 0;
}

.garde__list {
  list-style: none;
  padding: 0;
}

.garde__img {
  margin: 0;
}

.img__waxo {
  max-width: 50rem;
}

.img__legende {
  padding-top: 2rem;
  padding-bottom: 5rem;
  font-style: italic;
  font-family: "inter", sans-serif;
  font-size: 1.4rem;
  opacity: 0.8;
}

.img__legende01 {
  padding-top: 2rem;
  font-style: italic;
  font-family: "inter", sans-serif;
  font-size: 1.4rem;
  opacity: 0.8;
}

.garde__imgV {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}

.garde__imgV img {
  width: 100%;
  height: auto;
}

.garde__idee {
  display: flex;
  gap: 5rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.idee__logo {
  width: 15rem;
  height: 15rem;
}

.titre__color {
  padding-top: 0;
}

.text__color {
  color: #8EB1C7;
  font-weight: 300;
  padding-bottom: 0;
  padding-top: 5rem;
}

.list__span {
  font-size: 2rem;
  color: #8EB1C7;
  font-family: "inter", sans-serif;
  font-weight: 300;
}

.trois__conclu {
  font-weight: 600;
  color: #8EB1C7;
}

.menu__a {
  display: flex;
  gap: 2rem;
}

.trois__menu {
  width: 20%;
  transition: all 0.3s ease;
}

.trois__menu:hover {
  opacity: 0.5;
}

.menu__arrow {
  width: 23px;
  rotate: -90deg;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #071E22;
  background-color: #ECF8F6;
  margin: 0;
  padding: 0;
  text-wrap: balance;
}

h1 {
  font-family: "Michroma", sans-serif;
  font-size: 2.7rem;
  line-height: 1.4;
  padding-top: 10rem;
  padding-bottom: 0.9rem;
  margin: 0;
}

h2 {
  font-family: "Jura", sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin: 0;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  margin: 0;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  margin: 0;
}

.stats__span {
  font-size: 10rem;
  color: #8EB1C7;
  font-weight: bold;
  -webkit-text-stroke: 0.1rem black;
}

@media (min-width: 700px) {
  h1 {
    font-size: 3.8rem;
  }
  h2 {
    font-size: 3.2rem;
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }
  h3 {
    font-size: 2.6rem;
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
  }
  p {
    font-size: 1.8rem;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 5.6rem;
  }
  h2 {
    font-size: 5rem;
    padding-top: 5.3rem;
    padding-bottom: 5.3rem;
  }
  h3 {
    font-size: 3.1rem;
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
  }
  p {
    font-size: 2rem;
  }
}

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