.quote {
  background-image: url(../img/guillemets.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
}

@media (max-width: 36em) {
  .quote{
    background-size: 70%;
  }
}

@media (max-width: 48em) {
  .quote{
    background-size: 80%;
  }
}

@media (max-width: 62em) {
  .quote{
    background-size: 90%;
  }
}

.live-event-small{
  display: none;
  font-size: 18px;
  color: #E33E35;
  font-weight: bold;
}

.live-event-big {
  position: relative;
  top: -40px;
  font-size: 18px;
  color: #E33E35;
  font-weight: bold;
}
#actualites {
    margin-top: 30px;
}

#actualites a{
    text-decoration: none;
}

#actualites .fr-col-lg-3 {
    flex: 0 0 33%;
    max-width: 33%;
    width: 33%;
    /* a retirer pour décentrer */
    margin-left: auto;
    margin-right: auto;
}

#article-content {
  text-align: left;
}

[id^="article-title"] {
  font-size: 0.8em;
  font-weight: bold;
}

#actualites .fr-card {
  box-shadow: inset 0 0 0 1px var(--border-default-grey),inset 0 -0.25rem 0 0 #2B7758;
  border-radius: 5px;
}

#actualites .fr-card:before {
  color: #2B7758;
}

#actualites h1 {
    line-height: 2rem;
}

#actualites .post-tags {
  display: none !important;
}
