/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.social-share {
  display: flex; /* Aligne les boutons sur la même ligne */
  justify-content: center; /* Centre les boutons horizontalement */
  gap: 10px; /* Espace entre les boutons */
  margin-top: 20px; /* Marge au-dessus des boutons */
}

.social-share button {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  color: white; /* Couleur du texte */
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex; /* Utilise flexbox pour aligner l'icône et le texte */
  align-items: center; /* Centre verticalement l'icône et le texte */
  justify-content: center; /* Centre horizontalement le texte */
  width: auto; /* Ajuste la largeur du bouton au contenu */
}

#share-facebook {
  background-color: #3b5998; /* Couleur de fond Facebook */
}

#share-twitter {
  background-color: #1da1f2; /* Couleur de fond Twitter */
}

#share-pinterest {
  background-color: #e60023; /* Couleur de fond Pinterest */
}

.social-share button i {
  margin-right: 8px; /* Espace entre l'icône et le texte */
}

.social-share button:hover {
  opacity: 0.8; /* Réduction de l'opacité au survol */
}