.subtitle-home {
  font-size: 1.5rem;
  color: #0e3a70;
}

.news {
  background-color: #e9edf2dd;
  border-radius: 20px;
  box-shadow: 0 0 10px #e3e3e3;
  margin-top: 0rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-size: 1rem;
  color: #0e3a70;
  font-weight: 600;
  text-align: center;
}

/* mobile */
@media(max-width:1000px) {
.news {
    font-size: 0.7rem;
  }
}

.text-home {
  font-size: 1rem;
  margin-left: 2rem;
  width: 70%;
}

/* 1000 -> 1500 for small screen also */
@media(max-width:1500px) {
  .text-home {
    font-size: 0.8rem;
  }
}

/* mobile */
@media(max-width:1000px) {
  .text-home {
    font-size: 0.7rem;
    margin-left: 0em;
    width: 90%;
  }
}

.title-home {
  font-size: 2.9rem;
  color: #0e3a70;
  line-height: 1.3;
  width: 100%;
}

/* 1000 -> 1500 for small screen also */
@media(max-width:1500px) {
  .title-home {
    font-size: 1.5rem;
  }
}

.welcome {
  grid-area: 2 / 1 / 4 / 3;
  padding: 1.875rem;

  display: flex;
  flex-direction: column;
  justify-content: center;

  background-image: url(../img/fond.svg);
  background-repeat: no-repeat;
  background-size: 500%;
}

.welcome-card {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e9edf2dd;
  border-radius: 1rem;
  box-shadow: 0 3px 15px #00000029;
  padding: 1rem 1.25rem;
}

.welcome-img {
  width: 300px;
  position: absolute;
  right: 3rem;
  border-width: 0;
  border-style: solid;
  border-radius: 3rem;
}

@media(max-width:1000px) {
  .welcome-img {
    visibility: hidden;
  }
}

.span-home {
  margin-left: 2rem;
}

.btn-discover {
  cursor: pointer;
  text-decoration: none;
  align-self: flex-start;
  margin-left: 2rem;
  font-size: .875rem;
  padding: 1.25rem 2.5rem 1.25rem 2.5rem;
  display: inline-flex;
  align-items: center;
  background-color: #ffc300;
  /* Insee R1/2*/
  border-color: #ffc300;
  color: #525457;
  border-width: 0;
  border-style: solid;
  border-radius: 3rem;
  color: inherit;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  vertical-align: middle;
}