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

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

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

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

@media (max-width: 62em) {
  .quote,
  .quote-flip {
    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, #actualites-top .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, #actualites-top .fr-card:before  {
  color: #2B7758;
}

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

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

.fr-notice--info{
  color: #2B7758 !important;
  background-color: #D0F0D8
}
#actualites-top .fr-tile__body{
  background-image: url(../img/npf.svg);
  background-repeat: no-repeat;
  background-position: 2% 90%;
  background-size: 20%;
}

@media (min-width: 36em){
  #actualites-top .fr-tile__body{
    background-position: 2% 50%;
  }
}

@media (min-width: 48em){
  #actualites-top .fr-tile__body{
    background-position: 2% 50%;
     background-size: 10%;
  }
}

@media (min-width: 62em){
  #actualites-top .fr-tile__body{
    background-position: 20% 50%;
  }
}

 #apropos .fr-tile__body h1 p{
  border:solid;
  margin:auto;
  border-bottom:none;
  border-top:none;
  border-left:none;
  border-right:none;
background:linear-gradient(#2B7758,#2B7758) bottom  /* left or right or else */ no-repeat;
  background-size:20% 1px;
  padding-bottom:1em;
  margin-bottom:0.5em;
}

.modal-npf .fr-modal__content p{

   margin-left:0 !important;
   background:linear-gradient(#2B7758,#2B7758) bottom  left/* left or right or else */ no-repeat;

  border:solid;

  border-bottom:none;
  border-top:none;
  border-left:none;
  border-right:none;

  background-size:20% 1px;
  padding-bottom:1em;
  margin-bottom:0.5em;
}
