/* Generated by less 3.11.1 */
@charset "utf-8";
/* ------------------------------ CSS -- */
* {
  box-sizing: border-box;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
h1 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 15px;
}
h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
}
h4 {
  font-size: 14px;
  margin-bottom: 20px;
}
p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
strong {
  font-weight: 600;
}
img,
object,
embed,
canvas,
video,
audio,
picture,
svg {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
  font-size: 14px;
}
.qui-sommes-nous ul li,
section.services .card ul li,
.container-block-services .avantages ul li,
.container-block-services .user ul li {
  padding-left: 35px;
  background-image: url('/img/icon-check.svg');
  background-repeat: no-repeat;
  line-height: 1.5;
  margin-bottom: 15px;
  height: 21px;
}
.center {
  width: 1335px;
  margin: 0 auto;
}
.center-responsive {
  min-width: 200px;
  max-width: 1335px;
}
.clear {
  clear: both;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.3px;
}
html {
  scroll-behavior: smooth;
}
section.qui-sommes-nous,
.container-presatation-services,
section.faqs,
section.contact,
.trusted {
  padding: 100px 50px;
}
hr {
  background: #FFFFFF;
  margin-bottom: 20px;
}
.section-display-none {
  display: none;
}
.barre-nav {
  color: #3A3030;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0 50px;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-size: 14px;
}
.left-section {
  flex-direction: row;
  gap: 20px;
}
/* Cacher le menu en mobile */
#mobile-menu {
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 20px 0;
  display: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#mobile-menu ul {
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
#mobile-menu ul li {
  text-align: left;
  padding: 0 34px;
}
#mobile-menu a {
  color: #E02C2B;
  font-size: 18px;
}
#destop-menu {
  align-content: center;
  text-transform: uppercase;
}
#destop-menu ul {
  flex-direction: row;
  gap: 20px;
}
#destop-menu ul li a {
  color: #3A3030;
  font-weight: 500;
}
#destop-menu ul li a:hover {
  color: #6A5E5E;
  transition: all 0.25s ease;
}
/* Bouton burger */
.burger {
  display: none;
  gap: 5px;
  margin-left: 20px;
  /**/
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.burger span {
  width: 28px;
  height: 3px;
  border-radius: 3px;
  /**/
  display: block;
  background: #3A3030;
  /* change selon ton thème */
  transition: all 0.4s ease;
}
/* Animation quand le menu est ouvert */
.burger.active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
/* Menu ouvert */
#mobile-menu.open {
  display: block;
}
#mobile-menu::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 100px 0;
  z-index: -1;
}
.btn-contact {
  color: #3A3030;
  align-content: center;
  flex-direction: row;
  gap: 20px;
  border: 1px solid #E02C2B;
  display: inline-block;
  margin: 25px 0;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.barre-nav .btn-contact {
  color: #E02C2B;
  border: 2px solid #E02C2B;
  font-weight: 600;
  font-size: 14px;
}
.barre-nav .btn-contact:hover {
  background-color: #E02C2B;
  /* rouge plus profond */
  color: #FFFFFF;
  border-color: #E02C2B;
  transition: all 0.25s ease;
}
.hero {
  background-image: url('/img/header.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 580px;
  align-content: center;
  text-transform: uppercase;
}
.hero .container-hero {
  flex-direction: row;
  gap: 20px;
  padding: 0 50px;
  margin: 0 auto;
}
.hero .container-hero img {
  margin-left: auto;
  height: 330px;
  width: auto;
}
.hero .container-hero .btn-contact {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.hero .container-hero .btn-contact:hover {
  background-color: #FF3B38;
  transition: all 0.25s ease;
}
/* Section Qui sommes-nous ? */
section.qui-sommes-nous {
  padding-top: 20px;
}
.container-quisommes-nous {
  flex-direction: row;
  color: #3A3030;
}
.container-quisommes-nous h2 {
  color: #E02C2B;
}
.container-quisommes-nous img {
  width: 50%;
}
.container-quisommes-nous .wrap {
  width: 50%;
  margin-top: 55px;
  padding-left: 50px;
}
.container-quisommes-nous .wrap ul li {
  height: 42px;
}
.container-presatation-services {
  background-image: url('/img/rectangle-bleu.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 991.5px;
  padding: 100px 20px;
}
.container-presatation-services .wrap {
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
section.services h2 {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 100px;
  margin-top: 50px;
}
.icon-presentation-services {
  display: flex;
  justify-self: center;
}
.card {
  height: 500px;
  width: 390px;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 40px;
}
.card:nth-child(1) {
  background-color: #10708B;
}
.card:nth-child(2) {
  background-color: #0E566D;
}
.card:nth-child(3) {
  background-color: #0C3644;
}
.card:nth-child(4) {
  background-color: #FFFFFF;
  color: #3A3030;
}
.card:nth-child(3) h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
}
.card:nth-child(3) .icon-presentation-services,
.card:nth-child(4) .icon-presentation-services {
  margin-bottom: 20px;
}
.card:nth-child(3) hr {
  margin: 20px 0;
}
.card:nth-child(4) hr {
  margin-bottom: 20px;
  color: #3A3030;
}
.card p {
  text-align: justify;
}
section.services .card:nth-child(4) ul li {
  background-image: url('/img/icon-check-gris.svg');
}
section.services .card ul li {
  background-image: url('/img/icon-check-blanc.svg');
}
.container-services-details {
  padding: 50px 0;
  margin: 0 auto;
}
.container-block-services {
  display: flex;
  gap: 40px;
  padding: 50px 0;
  color: #3A3030;
  align-items: flex-start;
}
.container-block-services:nth-child(odd) {
  flex-direction: row-reverse;
  align-content: space-between;
}
.container-block-services .wrap,
.container-block-services img {
  width: 48%;
}
.container-block-services h3 {
  color: #E02C2B;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.btn-en-savoir-plus {
  border: 2px solid #E02C2B;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: auto;
  outline: none;
  background-color: #FFFFFF;
}
.btn-en-savoir-plus:hover {
  background-color: #E02C2B;
  /* rouge plus profond */
  color: #FFFFFF;
  border-color: #E02C2B;
  transition: all 0.25s ease;
}
.container-block-services .avantages ul li,
.container-block-services .user ul li {
  background-image: url('/img/icon-check.svg');
}
.container-check {
  gap: 50px;
  margin-bottom: 30px;
}
/* FAQs */
.faqs {
  color: #FFFFFF;
  background-color: #E02C2B;
}
.container-block-faqs {
  margin: 0 auto;
}
.faqs h2 {
  text-align: center;
}
.faqs #faq-select {
  display: flex;
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: 2px;
  min-width: 400px;
  color: #3A3030;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  margin-bottom: 20px;
  outline: none;
}
.faq-question,
.faq-answer {
  color: #FFFFFF;
}
.faq-question {
  position: relative;
}
.faq-question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("/img/icon-dropdown-blanc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
section.contact {
  background-color: #F5F5F5;
  margin: 0 auto;
}
section.contact h2 {
  text-align: center;
  color: #3A3030;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 200px;
  max-width: 768px;
  margin: 0 auto;
}
/* Ligne avec name + email */
.form-row {
  display: flex;
  gap: 20px;
  width: 100%;
}
/* Champs */
.form-row input {
  flex: 1;
}
.container-styles {
  width: 100%;
  border: 1px solid #3A3030;
  padding: 12px 16px;
  font-size: 16px;
}
/* Zone de message */
textarea.container-styles {
  height: 150px;
  resize: none;
}
/* Boutons */
.form-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.container-wrap {
  display: flex;
  gap: 20px;
  /* espace entre les deux inputs */
}
.form-group {
  flex: 1;
  /* chaque input prend 50% automatiquement */
}
.container-styles {
  width: 100%;
  /* l’input remplit son form-group */
  background-color: #F5F5F5;
}
.form-buttons {
  display: flex;
}
.btn {
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: 0.2s ease;
  width: 50%;
}
.btn.cancel {
  background-color: #F5F5F5;
  color: #3A3030;
  width: 50%;
  border: 1px solid #3A3030;
}
.btn.cancel:hover {
  background-color: #D0D0D0;
  color: #3A3030;
  transition: all 0.25s ease;
}
.btn.submit {
  background-color: #E02C2B;
  /* ton rouge Nearfix */
  color: #FFFFFF;
}
.btn.submit:hover {
  background-color: #FF3B38;
  color: #FFFFFF;
  transition: all 0.25s ease;
}
.success-message {
  padding: 20px;
  background: #e8ffe8;
  border-left: 5px solid #3cb43c;
  color: #2d7a2d;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 4px;
  animation: fadeIn 0.5s ease;
}
.error-message {
  padding: 15px;
  background: #FFFFFF;
  border-left: 5px solid #E02C2B;
  color: #B30605;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 4px;
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Accordéon en savoir plus */
.service-details {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-left: 6px solid #E02C2B;
  transition: all 0.3s ease;
  position: relative;
  /* Transition */
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: max-height 1.4s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  margin-top: 0;
}
.service-details.open {
  max-height: 3000px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 15px;
  font-size: 14px;
}
.btn-en-savoir-plus {
  display: inline-block;
  margin-top: 10px;
  color: #E02C2B;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
/* FAQs drop - down */
#faq-select {
  appearance: none;
  /* masque la flèche native */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  padding: 12px 400px 12px 16px;
  /* espace pour l’icône */
  font-size: 16px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  background-image: url(img/icon_accordeon.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  padding-left: 200px;
  font-weight: 500;
  font-size: 18px;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 18px;
  padding: 12px 0;
  cursor: pointer;
}
.faq-answer {
  display: none;
  padding: 8px 0 15px;
  font-size: 15px;
}
.faq-item {
  border-bottom: 1px solid #FFFFFF;
  padding: 10px 0;
}
/* Animation logo parteanire */
.trusted h2 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #3A3030;
  text-transform: none;
  margin-bottom: 80px;
}
.marquee {
  overflow: hidden;
  background: #FFFFFF;
  min-width: 200px;
  max-width: 1200px;
  margin: 0 auto;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}
.marquee-content {
  display: flex;
  gap: 4rem;
  padding-right: 4rem;
}
.marquee-content a img {
  height: 100px;
  width: 100%;
  white-space: nowrap;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*  survol menu footer */
footer {
  background: #E02C2B;
  color: #FFFFFF;
}
footer .top-footer {
  flex-direction: row;
  gap: 100px;
}
footer .top-footer .footer-logo {
  width: 150px;
  height: 100%;
  margin-right: 60px;
}
footer .top-footer .footer-nav {
  width: 300px;
}
footer .top-footer h3 {
  text-transform: uppercase;
  font-size: 14px;
}
footer .top-footer hr {
  border: none;
  background-color: rgba(255, 255, 255, 0.38);
  margin: 20px 0;
  height: 0.1px;
}
footer .top-footer li {
  line-height: 2;
  font-size: 12px;
}
footer .top-footer li img {
  margin: 0 10px -5px 5px;
}
footer .top-footer a {
  color: #FFFFFF;
}
footer .top-footer a:hover {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.25s ease;
}
footer .top-footer,
footer .footer-bottom {
  padding: 50px 100px;
}
footer .footer-bottom {
  border-top: 1px solid #B30605;
  padding: 20px 100px;
  justify-content: space-between;
  align-items: center;
  align-self: center;
}
footer .footer-bottom p {
  margin-bottom: 0;
}
footer .footer-bottom p,
footer .footer-bottom .footer-links button {
  font-size: 12px;
  color: #FFFFFF;
  border: none;
  background-color: transparent;
}
.footer-links {
  list-style: none;
  display: flex;
  gap: 30px;
  position: relative;
}
.footer-links li {
  position: relative;
}
.footer-links li hr {
  margin: 10px 0 0 0;
  color: rgba(58, 48, 48, 0.25);
}
.footer-links a {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s;
  padding-top: 20px;
}
.footer-links a:hover {
  color: rgba(255, 255, 255, 0.8);
  /* blanc pur, très contrasté */
  transition: all 0.25s ease;
}
/* Dropdown */
.dropdown-menu {
  list-style: none;
  position: absolute;
  bottom: 150%;
  right: 50%;
  padding: 12px 18px;
  border-radius: 2px;
  display: none;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 10;
  background-color: #FFFFFF;
}
.dropdown-menu a {
  color: #3A3030;
  font-size: 14px;
  white-space: nowrap;
}
.dropdown-menu a:hover {
  color: #6A5E5E;
  transition: all 0.25s ease;
}
/* Affichage au survol */
.dropdown:hover .dropdown-menu {
  display: flex;
}
#message {
  font-family: 'Inter', sans-serif;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  /* utile si ton thème ajoute un glow */
}
.red-italic {
  color: #E02C2B;
  /* ton rouge Nearfix */
  font-style: italic;
  font-weight: 300;
}
.bold {
  font-weight: 900;
}
/* ------------------------ MEDIA QUERIES ---- */
@media screen and (max-width: 1660px) {
  .card {
    width: 292px;
    height: auto;
    max-width: 48%;
    min-width: 292px;
  }
  img {
    object-fit: contain;
  }
  .card img {
    width: 120px;
    height: 40px;
  }
  .card svg {
    width: 50px;
    height: 50px;
  }
  .card:nth-child(3) h3 {
    font-size: 14px;
  }
  p,
  li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1355px) {
  .center {
    width: 100%;
    margin: 0;
  }
  h2 {
    font-size: 25px;
  }
  .container-services-details {
    padding: 50px;
  }
  footer .top-footer {
    gap: 50px;
  }
}
/* Responsive */
@media (max-width: 1289px) {
  .container-block-services {
    gap: 0;
  }
  .container-block-services .wrap,
  .container-block-services img {
    width: 50%;
  }
  /* Padding par défaut */
  .container-block-services .wrap {
    padding-left: 20px;
  }
  /* Padding inversé pour les blocs impairs */
  .container-block-services:nth-child(odd) .wrap {
    padding-left: 0;
    padding-right: 20px;
  }
  .container-check {
    gap: 0;
  }
  .container-block-services .avantages,
  .container-block-services .user {
    width: 50%;
  }
  .container-block-services .user {
    padding-left: 10px;
  }
  .container-block-services .avantages ul li {
    height: 30px;
  }
}
@media (max-width: 1250px) {
  .barre-nav .btn-contact {
    display: none;
  }
  .left-section {
    width: 100%;
    justify-content: space-between;
  }
  .hero {
    height: 400px;
  }
  .hero .container-hero img {
    height: 100%;
    width: 40%;
  }
  .card {
    width: 50%;
  }
  section.services h2 {
    margin-bottom: 30px;
  }
  .container-presatation-services .wrap {
    min-width: 200px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  footer .top-footer,
  footer .footer-bottom {
    padding: 20px 50px;
  }
  footer .top-footer .footer-logo {
    margin-right: 0;
  }
}
@media (max-width: 930px) {
  section.qui-sommes-nous,
  .container-presatation-services,
  section.faqs,
  section.contact,
  .trusted {
    padding: 50px;
  }
  .barre-nav {
    padding: 0 20px;
  }
  .left-section {
    gap: 0;
  }
  .burger {
    align-self: center;
    margin-left: auto;
  }
  #destop-menu ul,
  .barre-nav .btn-contact {
    display: none;
  }
  .menu-destop {
    display: none;
    /* cacher le menu desktop */
  }
  .burger {
    display: flex;
  }
  #mobile-menu {
    display: none;
  }
  #mobile-menu a {
    font-size: 14px;
    font-weight: 500;
  }
  .hero {
    height: 331px;
  }
  .hero .container-hero img {
    margin-left: auto;
  }
  .hero .container-hero .wrap h1 {
    margin: 0;
    font-size: 18px;
  }
  .card {
    min-width: auto;
  }
  .trusted h2 {
    font-size: 24px;
  }
  footer .top-footer {
    gap: 20px;
    flex-direction: column;
  }
  footer .top-footer .footer-contact {
    max-width: 300px;
  }
  footer .footer-bottom {
    padding: 20px 50px;
  }
}
@media (max-width: 782px) {
  footer .footer-bottom p {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .hero {
    background-color: #E02C2B;
    background-image: none;
  }
  h2 {
    font-size: 20px;
  }
  .container-block-services h3 {
    font-size: 20px;
  }
  .container-quisommes-nous img {
    width: 100%;
  }
  .container-quisommes-nous .wrap {
    width: 100%;
  }
  .container-block-services .wrap,
  .container-block-services img {
    width: 100%;
  }
  .container-block-services {
    gap: 40px;
  }
  .container-block-services .wrap {
    padding-left: 0;
  }
  .container-block-services:nth-child(odd) .wrap {
    padding: 0;
  }
  .container-block-services .user {
    padding-left: 0;
  }
  .container-styles {
    font-size: 12px;
  }
  .faqs #faq-select,
  .faq-question,
  .btn.cancel,
  .btn.submit {
    font-size: 12px;
  }
  footer .footer-bottom {
    justify-content: center;
  }
}
/**/
@media (max-width: 640px) {
  .hero {
    height: 564px;
  }
  .hero .container-hero img {
    width: 72%;
    margin-left: 0;
  }
  .hero .container-hero img {
    width: 100%;
  }
  section.services h2 {
    margin-top: 0;
  }
  .container-presatation-services {
    background-image: none;
    background-color: #147B9C;
    height: 100%;
  }
  .container-presatation-services .wrap {
    max-width: 292px;
    padding-bottom: 0;
  }
  .card {
    max-width: 100%;
    width: 100%;
  }
  .card:nth-child(3) h3 {
    font-size: 10px;
  }
  .container-block-services h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .hero {
    background-color: #E02C2B;
    background-image: none;
  }
  .hero .container-hero {
    padding: 0 20px;
  }
  .container-quisommes-nous img {
    width: 100%;
  }
  h2 {
    font-size: 20px;
  }
  section.qui-sommes-nous,
  .container-presatation-services,
  .container-block-services,
  section.faqs,
  section.contact,
  .trusted,
  footer .top-footer,
  footer .footer-bottom {
    padding: 50px 25px;
  }
  .container-quisommes-nous .wrap {
    width: 100%;
    padding: 0;
  }
  section.services h2 {
    margin: 0 0 20px 0;
  }
  .container-presatation-services .wrap {
    max-width: 100%;
  }
  .container-block-services .avantages,
  .container-block-services .user {
    width: 100%;
  }
  .container-presatation-services {
    background-image: none;
    background-color: #147B9C;
    height: 100%;
  }
  .container-services-details {
    padding: 0;
  }
  .container-check {
    gap: 30px;
  }
  .container-block-services .avantages ul li {
    height: 21px;
  }
  .faqs #faq-select {
    min-width: 300px;
    font-size: 14px;
    padding: 10px 20px;
    background-position: right 20px center;
  }
  .faq-question {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  padding: 20px;
  .faq-answer {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  .container-block-services .wrap,
  .container-block-services img {
    width: 100%;
  }
  .marquee-content a img,
  .link-a {
    height: 50px;
  }
  .trusted h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  footer .top-footer {
    gap: 40px;
  }
  footer .footer-bottom {
    padding: 20px;
  }
  .footer-links {
    gap: 10px;
    text-align: center;
    justify-content: center;
  }
  footer .footer-bottom p,
  footer .footer-bottom .footer-links a {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  h2 {
    font-size: 16px;
  }
  .qui-sommes-nous ul li {
    margin-bottom: 30px;
  }
  .card:nth-child(3) h3 {
    font-size: 20px;
  }
  .card {
    padding: 20px;
  }
  .card svg {
    width: 60px;
    height: 60px;
  }
  .card img {
    width: 120px;
    height: 60px;
  }
  .container-block-services h3 {
    font-size: 16px;
  }
  .faqs #faq-select {
    min-width: 200px;
  }
  .faq-question {
    font-size: 11px;
  }
  footer .top-footer .footer-nav,
  footer .top-footer .footer-nav {
    width: 100%;
  }
}
