.actualites{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.actualites.noSwipe{
  justify-content: flex-start;
}

.actualite{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 380px;
}

.actualites.noSwipe .actualite{
  background: var(--gris);
  padding: calc(var(--gutter-in)/2);
  border-radius: 20px;
  width: 22%;
  margin: 1%;
}

.actualite.swiper-slide{
  margin: 0;
}

.actualite img{
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
}

.actualite h3{
  text-transform: uppercase;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.75rem + 0.4166666666666667vw, 1.25rem);
  font-weight: bold;
  color: var(--vert-sombre);
  margin: 10px 0;
  text-align: center;
}

.actualite a{

}


.actualites-link{
  display: flex;
  justify-content: center;
  width: 380px;
  height: 100%;
  padding: var(--gutter-in);
  background: var(--vert-sombre);
  flex-direction: column;
  align-items: center;
  position: relative;
}

.actualites-link::before{
  width: 90%;
  height: 90%;
  border: 1px solid #FFFFFF;
  margin: 10%;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

.actualites-link a{
  background: #FFFFFF;
  margin-top: 0;
  border-radius: 320px;
  color: var(--vert-sombre) !important;
}

.actualite-nav{
  background: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 320px;
  z-index: 999;
}

.actualite-nav::after{
  font-size: 16px;
  color: var(--vert-sombre);
}
