/**
Theme Name: Angy Beauty
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: angy-beauty
Template: astra
*/

/* Import du style du thème parent */
@import url('../astra/style.css');

/* Variables globales */
:root {
  --rusty-nail-50: #faf8ec;
  --angy-pink: #fb5fab;
  --angy-pink-light: rgba(251, 95, 171, 0.2);
  --angy-pink-hover: rgba(251, 95, 171, 0.8);
}

/* Styles globaux */
body {
  background-color: var(--rusty-nail-50);
}

/* Séparateur élégant */
.footer-separateur {
  height: 1px;
  background: linear-gradient(to right, transparent, #ccc, transparent);
  margin: 20px 0;
}

/* Conteneur des liens */
.footer-mentions {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

/* Style des liens */
.footer-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
}

/* Effet au survol */
.footer-link:hover {
  color: #d88bb0; /* Rose poudré élégant */
  transform: translateY(-2px);
}

/* Icônes */
.footer-link span {
  font-size: 1.1rem;
}

/* Mobile */
@media (max-width: 600px) {
  .footer-mentions {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
