.slide img {
  width: 2.5vw;
  height: 2.5vw;
}

.container {
  display: flex;
  flex-direction: column;
  white-space: initial;
}

.container h1 {
  color: #1B3168;
  font-size: 1.5vw;
  text-align: left;
}

p {
  text-align: left;
}

.container h3,
p,
li,
a {
  font-size: 0.8vw;
}

.containerHome {
  width: 100%;
  height: 100%;
  text-align: left;
  position: relative;
  background-color: #EFF2F4;
  padding: 1vw 2vw 2vw 2vw;
}

.containerHome div {
  background-color: #ffffff;
  padding: 2vw;
  height: 55%;
  width: 85%;
  border-radius: 7.36px;
}

.container h1 {
  color: #1B3168;
  font-size: 1.7vw;
  text-align: left;
}

.containerHome h1 {
  color: #1B3168;
}
/* Styles pour les appareils mobiles */
@media only screen and (max-width: 600px) {
  .slide img {
    width: 100%;
    height: auto;
  }

  .container h1 {
    font-size: 16px;
  }

  .container h3,
  p,
  li,
  a {
    font-size: 12px;
  }

  .containerHome div {
    padding: 10px;
    height: 40%;
    width: 90%;
  }

  .container h1 {
    font-size: 20px;
  }

  .containerHome h1 {
    font-size: 24px;
  }
}
