.accueil-services-container {
  width: 100%;
  height: fit-content;
  margin: 1rem 0;
  padding: 1rem;
}

.section-title {
  font-size: 45px;
  font-weight: bold;
  margin: auto;
  width: fit-content;
  padding: 1rem;
  color: #09166d;
  border-bottom: 4px solid #09166d;
}

.accueil-services-block {
  width: 90%;
  height: fit-content;
  margin: auto;
  padding: 1rem;
  display: flex;
  align-items: stretch; /* force tous les enfants à prendre la même hauteur */
  gap: 1rem;
}

.accueil-services-illustration {
  width: 30%;
  background-image: url(../img/tasdecartons.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.accueil-services-infos {
  width: 70%;
}

.accueil-services-title {
  font-size: 25px;
  font-weight: bold;
  margin-top: 1rem;
}

.accueil-services-text {
  margin-left: 1rem;
}

/* version mobile */

@media (max-width: 862px) {
  .accueil-services-block {
    width: 100%;
    flex-direction: column;
  }

  .accueil-services-illustration {
    width: auto;
    height: 150px;
  }

  .accueil-services-infos {
  width: 100%;
}

.section-title {
  font-size: 35px;
  text-align: center;
 
}

.accueil-services-title {
  font-size: 20px;

}

}
