/**
Theme Name: Astra child - PH Heïdi 
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-ph-heidi
Template: astra
*/

/* Cartes offres – effet cliquable + hover */
.offer-card {
  cursor: pointer;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Optionnel : légère animation sur les icônes */
.offer-card img,
.offer-card svg {
  transition: transform 0.3s ease;
}

.offer-card:hover img,
.offer-card:hover svg {
  transform: scale(1.08);
}

.image-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.image-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: marquee-scroll 25s linear infinite;
}

.image-track img {
  height: 60px;
  width: auto;
  display: block;
}

.image-marquee:hover .image-track {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.image-marquee .image-track img {
  filter: grayscale(100%) brightness(1.4) opacity(0.6);
  transition: filter 0.3s ease;
}

.image-marquee .image-track img:hover {
  filter: grayscale(0%) brightness(1) opacity(1);
}
