.btn:focus, .btn:hover, .card-faq-jocare:hover {
  box-shadow: none !important;
  transform: scale(1) !important;
}
.fond-opaque {
  background: rgba(255,255,255, 0.4);
}
.titre-faq {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  height: 130px;
}
.bulle-question {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/bulle_gauche.png');
  background-color: white;
  border-color: white;
  height: auto;
  width: 100%;
  cursor: pointer;
  padding: 0 !important;
}
.bulle-reponse {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/bulle_droite.png');
  height: auto;
  width: 100%;
}

.card-faq-jocare {
  border: 0px !important;
}
.card-body-faq-jocare {
  padding: 0px !important;
}
