/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

.icon-circle .fl-icon {
  background-color: rgb(255, 30, 0); /* couleur du fond du cercle */
  border-radius: 50%; /* forme circulaire */
  padding: 15px; /* espace autour de l’icône */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px; /* taille du cercle */
  height: 60px;
}

.icon-circle .fl-icon i {
  font-size: 24px; /* taille de l'icône */
  color: #ff9800; /* couleur de l'icône */
}

