/******************************************************************
Stylesheet: bsv stylesheet
******************************************************************/

/****** STYLE POUR LES VARIATIONS DE BLOCS QUI S'APPLIQUE EN BACK ET EN FRONT ******************/
/* @bsv core/paragraph  paragraphe-chapo */
.is-style-paragraphe-chapo{
  color: #557ba2;
  font-weight: bold;
  margin-bottom: 40px;
}
/* @bsv core/button  bouton-bleu */
.is-style-bouton-bleu a{
  background-color: #00b1e6;
  color: #fff;
  margin: 5px 0 0;
  border-radius: 30px;
  transition: all ease 0.2s;
}
.is-style-bouton-bleu:hover a{
  background-color: #33346E;
  color: #fff;
}

/* @bsv kadence/advancedgallery  galerie-logos */
.is-style-galerie-logos img{
  object-fit: contain !important;
}
