.puces ul {
  list-style-type: disc;
}

.invisible{
  display: none !important;
}

@keyframes changeSign{
  0% {
    content: "+";
  }
  30% {
    content: "-";
  }
  100%{
    content: "-";
  }
}

@media (max-width: 766.98px) {
.collactive::before{
  animation: changeSign 1s linear;
  position: absolute;
    content: '-';
    font-size: 28px !important;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-weight: 300;
    line-height: 1;
  }
}

/* @media(min-width:900.01px){
  .b-actualite__body.clearfix.card-body{
    height: 12rem !important;
  }
  .b-actualite__body.clearfix.card-body h2{
    min-height: 3em;
  }
}

@media(max-width:900px) and (min-width:676px){
  .b-actualite__body.clearfix.card-body{
    height: 14rem !important;
  }
  .b-actualite__body.clearfix.card-body h2{
    min-height: 50px;
  }
} */


.grecaptcha-badge{
  display: none;
}