<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nouvelle-principale .vedettes {
  display: block;
  gap: inherit;
  padding:0;
}

.auteur-section {

  .post-meta{
    margin-top:7px;
  }
  .meta-item{
    color:var(--bleu-primary);
  }
  h3{
    font-weight: 800;
    margin-bottom: 7px;
    margin-top:20px;
/*    border-bottom:1px solid #fff;*/
/*    padding-bottom:7px;*/
    font-size: 13px;
    a{
      font-size: 13px;
      font-weight: 800;
      line-height:1.2;
    }
  }
  p{
    font-size:11px;
    margin-bottom:0;
  }
}

.latest-article .meta-item{
  color:var(--gris-perle);
}



.nom-auteur a,
.nom-auteur .text,
.nom-auteur h5{
  color:var(--gris-perle);
  margin-bottom:0;
}

.nom-auteur a{
  font-size:15px;
}

.nom-auteur .text{
  font-size:11px;
  font-weight:500;
}

.head_auteur{
  border-radius:5px 5px 0 0 ;
  height:90px;
  border:1px var(--bleu-primary) solid;
  border-bottom:0;
  .img-auteur{
    height:100%;
    width:30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:5px 0 0 0;
  }
  h5{
    color:var(--rose-primary);
    font-size:13px;
    font-weight:700;
    margin-bottom:10px;
  }
}

.wrap-news-author{
  border:1px var(--bleu-primary) solid;
  border-top:0;
  padding:12px;
  border-radius: 0 0 5px 5px;
}

#carouselVedettes{
  button{
    z-index:6;
    padding:0;
  }
  .carousel-control-prev{
    left:0;
    right:inherit;
  }
  .vedette-slide{
    height:100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    position: relative;
    h2{
      font-size:36px;
      font-weight:800;
      line-height:1;
      margin-bottom:10px;
    }
    .full-link {
      position: absolute;
      inset: 0;
      z-index: 1;
  }
  }
} </pre></body></html>