.actualites {
    background: url("../../img/bg-actu-b9625f036f35d207569cfae95db4ef55.png");
    margin-top: 8rem;
  }
  .actualites .row {
    min-height: 24.5rem;
  }

  .actualites h1 {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
  }

  .liste-actu {
    padding: 7rem 4.5rem;
  }

  .vignette-actu {
    margin: 3rem 0;
    height: 51.5rem;
  }
  .vignette-actu a {
    color: #333132;
  }
  .vignette-actu a {
    background: #fff;
    display: block;
    padding-bottom: 2rem;
  }
  .bloc-shadow-offre {
    box-shadow: 0 0 2rem rgba(158, 158, 158, 0.4);
  }
  .liste-actu img {
    width: 100%;
    margin-bottom: 3rem;
    height: 17rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .vignette-actu span:first-of-type {
    color: #187ab3;
    border-right: solid 0.2rem #e9e9e9;
    padding-right: 0.5rem;
  }
  
  .vignette-actu span:last-of-type {
    color: #939598;
    padding-left: 0.5rem;
  }
  
  .vignette-actu span {
    font-size: 1.2rem;
  }
  
  .vignette-actu .col-xl-12 {
    padding: 0 3rem;
  }
  .vignette-actu .col-xl-12 {
    padding: 0 3rem;
  }
  
  .bloc-derniere-actu .vignette-actu .col-xl-12,
  .liste-actu .vignette-actu .col-xl-12 {
    height: 32rem;
    overflow: hidden;
  }
  .vignette-actu h3 {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem 0;
  }
  .vignette-actu p {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }