/*
Theme Name: immodiag24
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: EDOUARD Frederic - Beacom
Author URI: www.agencebeacom.fr
Description: Twenty Twenty-Five child. It emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Template: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@import url('./anim/animate.css-main/animate.css');
.bloc-entete-bienvenue .uagb-ifb-title{
	text-shadow: 0px 0px 3px rgba(255,255,255,0.5),0px 0px 5px rgba(255,255,255,0.4),0px 0px 7px rgba(255,255,255,0.3),0px 0px 9px rgba(255,255,255,0.2);
}
.bloc-entete-bienvenue .bloc-compteurs{
	translate: 0em 20%;
}
.entete-sticky{
	position: initial;
  	width: 100%;
}
.wp-block-site-logo img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 4em;
}
@media (min-width: 700px){
	.entete-sticky{
		position: fixed;
		width: 100%;
	}
	.wp-block-site-logo img {
		max-height: unset;
	}
}
@media (min-width: 1000px){
	.bloc-entete-bienvenue .bloc-compteurs{
	translate: 0em 45%;
	}
	/*.entete-sticky{
		position: fixed;
		width: 100%;
	}
	.wp-block-site-logo img {
		max-height: unset;
	}*/
}
@media (min-width: 1280px){
	
}
