/**
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
*/


/* Appliquer un effet noir et blanc sur toutes les images */
img {
  /* filter: grayscale(100%); */
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* Effet survol : couleur avec une légère saturation */
img:hover {
/*  filter: grayscale(0%) saturate(120%); */
  transform: scale(1.05); /* Ajoute un effet zoom léger (facultatif) */
}

.no-grayscale img {
  filter: grayscale(0);

}

.video-container video {
/*  filter: grayscale(100%); */
  transition: filter 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.video-container:hover video {
  /* filter: grayscale(0%) saturate(120%); */
}


/* Alignement général des colonnes */
footer .footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 colonnes égales */
  gap: 20px;
  margin-bottom: 20px;
}

/* Logo et description */
footer .footer-logo {
  text-align: left;
}

footer .footer-logo img {
  max-width: 150px;
  margin-bottom: 10px;
}

footer .footer-logo p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
}

/* Liens rapides et catégories */
footer .footer-links h3,
footer .footer-categories h3,
footer .footer-contact h3 {
  font-size: 1.2rem;
  color: #1c1c1c;
  margin-bottom: 10px;
}

footer .footer-links a,
footer .footer-categories a {
  color: #1c1c1c; /* Couleur de lien */
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.8;
  display: block;
  transition: color 0.3s ease;
}

footer .footer-links a:hover,
footer .footer-categories a:hover {
  color: #FFC107;
  text-decoration: underline;
}

/* Contact */
.footer-contact p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 5px;
}

.footer-contact a {
  color: #1c1c1c !important;
  text-decoration: none;
}

/* Social media */
footer .footer-social {
  text-align: left;
  margin-top: 20px;
}

footer .footer-social a {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #1c1c1c;
  transition: color 0.3s ease, transform 0.3s ease;
}

footer .footer-social a:hover {
  color: #FFC107;
  transform: scale(1.2);
}

/* Newsletter */
footer .footer-newsletter input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.9rem;
}

footer .footer-newsletter button {
  padding: 10px 20px;
  background-color: #FF5733;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

footer .footer-newsletter button:hover {
  background-color: #C70039;
}

/* Copyright */
footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  color: #ccc;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}


#ast-desktop-header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Ombre légère */

}

.elementor-widget-container {
  overflow: hidden;
}

.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link {
    color: #595959!important;
}


.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link:hover {
    color: #E63946!important;
}

.archive #main img, .single-post #main img {
  border-radius: 8px;
}
