* {
  box-sizing: border-box;
}

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

.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}
.btn--primary {
  background-color: #8EADD5;
  color: white;
  font-weight: 100;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #FDFCFC;
  color: #667085;
  margin: 0;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}
body::before, body::after {
  content: "";
  position: absolute;
  width: 679px;
  height: 679px;
  z-index: 9999;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(80px);
  background: radial-gradient(circle, rgba(142, 173, 213, 0.4) 0%, transparent 75%);
}
body::before {
  top: -224px;
  left: -50px;
}
@media (max-width: 768px) {
  body::before {
    width: 300px;
    height: 300px;
    top: -50px;
    left: -100px;
  }
}
body::after {
  top: 1231px;
  left: auto;
  right: -300px;
}
@media (max-width: 768px) {
  body::after {
    width: 300px;
    height: 300px;
    top: 26%;
    right: 0px;
  }
}

.conteneur {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5 {
  color: #272D38;
  margin: 0;
  font-weight: 700;
}

h2, .titre-section {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #272D38;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  h2, .titre-section {
    font-size: 32px;
    line-height: 1.1;
  }
}

.presentation {
  padding: 70px 0;
  text-align: center;
}
.presentation__titre {
  color: #272D38;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .presentation__titre {
    font-size: 64px;
    text-align: left;
    line-height: 1.1;
  }
}
.presentation__sous-titre {
  font-size: 16px;
}
@media (min-width: 992px) {
  .presentation__sous-titre {
    font-size: 18px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .presentation__conteneur {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .presentation__contenu {
    width: 45%;
    text-align: left;
    margin-bottom: 0;
  }
  .presentation__image {
    width: 50%;
  }
}

.partenaires {
  text-align: center;
  padding: 30px 0;
}
.partenaires__texte {
  font-size: 16px;
  color: #667085;
  margin-bottom: 40px;
}
.partenaires__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 110px;
  background-color: #F6F6F6;
  padding: 20px 60px;
  border-radius: 20px;
}
.partenaires__logos img {
  height: 50px;
  width: auto;
  filter: none;
}
@media (max-width: 768px) {
  .partenaires__logos {
    flex-wrap: nowrap;
    gap: 15px;
    padding: 20px 15px;
  }
  .partenaires__logos img {
    height: 20px;
  }
}

.service {
  padding: 80px 0;
  text-align: center;
}
.service__conteneur {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .service__conteneur {
    flex-direction: row;
    text-align: left;
    align-items: center;
    justify-content: space-between;
  }
  .service__contenu {
    width: 45%;
  }
  .service__image {
    width: 50%;
  }
  .service--style-gauche .service__conteneur {
    flex-direction: row;
  }
  .service--style-droite .service__conteneur {
    flex-direction: row-reverse;
  }
}

.temoignages {
  padding: 80px 0;
  text-align: center;
}
.temoignages .titre-section {
  font-size: 32px;
}
@media (min-width: 992px) {
  .temoignages .titre-section {
    font-size: 48px;
  }
}
.temoignages__grille {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .temoignages__grille {
    flex-direction: row;
    justify-content: center;
  }
}

.section-contact {
  padding: 80px 0;
}
.section-contact .boite-contact {
  background-color: #F6F6F6;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .section-contact .boite-contact {
    flex-direction: row;
    text-align: left;
    justify-content: center;
    gap: 40px;
    padding: 0 60px;
  }
  .section-contact .boite-contact .contact__image {
    flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .section-contact .boite-contact .contact__image {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-contact .boite-contact .contact__contenu {
    max-width: 380px;
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .section-contact .boite-contact .contact__contenu {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.texte-section {
  font-size: 16px;
  color: #272D38;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .texte-section {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer {
  background-color: #F6F6F6;
  padding: 80px 0 40px;
  border-top: 1px solid #DEDCDB;
  width: 100%;
}
.footer__grille {
  display: grid;
  gap: 40px;
  margin-bottom: 60px;
  grid-template-columns: 1fr;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__grille {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    text-align: left;
  }
}
.footer__liste {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .footer__liste {
    align-items: center;
  }
}
.footer__description, .footer a {
  font-size: 16px;
  color: #272D38;
  text-decoration: none;
  line-height: 1.5;
}
.footer__copyright {
  font-size: 14px;
  color: #667085;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.colonne-footer {
  display: flex;
  flex-direction: column;
}

.titre-colonne {
  font-size: 18px;
  font-weight: 700;
  color: #272D38;
  margin-bottom: 25px;
}

.header {
  padding: 40px 0;
  background-color: #FDFCFC;
}
.header__conteneur {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  font-size: 20px;
  font-weight: 700;
  color: #272D38;
}
.header .menu-mobile {
  display: block;
}
@media (min-width: 992px) {
  .header .menu-mobile {
    display: none !important;
  }
}
.header .navigation {
  display: none;
}
@media (min-width: 992px) {
  .header .navigation {
    display: block !important;
  }
}
.header .navigation__liste {
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0;
}
.header .navigation__lien {
  text-decoration: none;
  color: #272D38;
  font-size: 18px;
  font-weight: 300;
  transition: color 0.3s;
}

.carte {
  background-color: #F6F6F6;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  flex: 1;
  border: none;
  box-shadow: none;
}
.carte__image-cercle {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}
.carte__image-cercle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carte__nom {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #272D38;
  margin-bottom: 10px;
}
.carte__texte {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  max-width: 280px;
  margin: 0 auto;
}/*# sourceMappingURL=main.css.map */