/*!
Theme Name: Apsro Child theme
Theme URI: https://bracketweb.com/apsrowp/
Template: apsro
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: This is a Child theme for Apsro WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apsro-child
*/
/* Supprime le filtre noir et blanc sur toutes les images */
img,
.wp-post-image,
.gallery img {
  filter: none !important;
  -webkit-filter: none !important;
  transition: none !important;
}
