body {
  padding: 0px;
  margin: 0px;
}

.logo {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 90px;
  vertical-align: center;
}

.img-logo {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  margin-right: 15px;
}

.title {
  font-size: 2.75em;
  line-height: 1.3;
}

.subtitle {
  font-size: 1.3em;
  line-height: 1.3;
}

.filters {
  width: 60%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-box {
  width: 60%;
}

.offre-infos {
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 0px;
    align-items: center;
  }
  .img-logo {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    margin-right: 15px;
  }

  .title {
    font-size: 1.6em;
    line-height: 1.3;
    margin-left: 20px;
    margin-right: 20px;
  }
  .subtitle {
    font-size: 1.2em;
    line-height: 1.3;
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-link {
    font-size: 14px;
  }

  .filter {
    margin-bottom: 10px;
  }

  .card-box {
    width: 95%;
  }

  .offre-infos {
    font-size: 14px;
  }
}
