/* 
 Theme Name:   Atom City
 Theme URI:    https://wordpress.atomcity.fr/
 Description:  Child Theme
 Author:       sarahc
 Author URI:   
 Template:     twentytwenty
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.image_ecran {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	pointer-events: none;
	margin: auto;
	z-index: 100;
	/* filter: blur(0.05rem) saturate(0.7) contrast(1.5) brightness(1.2);      - Possiblement un deuxième filtre à mettre en overlay au dessus du site, pas seulement de l'image*/
}