/** cache aussi quelques sinscrire-benevole **/
.demande-de-raccompagnement-hide{
/*display:none!important;*/
}

.sinscrire-benevole-hide{
/*display:none!important;*/
}

.faq-hide{
display:none!important;
}

.faq-hide{
display:none!important;
}

.btn.btn-third, .btn.btn-default {
  background-color: transparent; /* Couleur principale du bouton */
  color: #fff;
  transition: all 250ms;
  position: relative;
  z-index: 10;
}

.btn.btn-third:before, .btn.btn-third:after, .btn.btn-default:before, .btn.btn-default:after {
  content: "";
  transform: skew(0deg, -2deg);
  border-radius: 6px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: all 250ms;
}

.btn.btn-third:before, .btn.btn-default:before {
  border: 1px solid #008245; /* Couleur de bordure du bouton principal */
  background-color: transparent !important;
  top: 10px;
  left: -10px;
  right: 0;
}

.btn.btn-third:after, .btn.btn-default:after {
  background-color: #008245; /* Couleur d'arrière-plan du bouton principal */
  top: 0;
  left: 0;
  right: 0;
}

.btn.btn-third:hover:before, .btn.btn-default:hover:before {
  border: 1px solid #00592C; /* Couleur de bordure du bouton au survol */
  background-color: transparent !important;
}

.btn.btn-third:hover:after, .btn.btn-default:hover:after {
  background-color: #00592C; /* Couleur d'arrière-plan du bouton au survol */
}

