@media only screen and (min-width: 600px) {
  .module-focus{
    display: flex;
    flex-wrap: wrap;
  }
}

.focus{
  margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
  .focus{
    width: 50%;
    margin-bottom: 0;
  }
}



.focus-cover{
  z-index: 2;
  position: relative;
}
.focus-cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}

.focus-bloc{
  width: 90%;
  background: var(--gris);
  padding: var(--gutter-in);
  margin-top: calc(var(--gutter-out)*-2);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 3;
  position: relative;
  justify-content: space-around;
}

@media only screen and (min-width: 600px) {
  .focus-bloc{
    width: 80%;
    aspect-ratio: 4/3;
  }
}

.focus-bloc h3{
  font-size: 1rem;
  font-size: clamp(1rem, 0.9166666666666666rem + 0.2777777777777778vw, 1.25rem);
  font-weight: bold;
  text-transform: uppercase;
  color: var(--vert-sombre);
}

.focus-bloc img{
  height: 100px;
  width: auto;
  display: block;
  margin: 20px 0;
}

.focus-texte{
  line-height: 1.6em;
}
