body {
	font-family:Arial;
	z-index: 1;
	background-attachment: fixed;
	background-image: url(../Nouvelles2024/Fondnouvelles2024.jpg);

}	
#drapeaux {	position: fixed;	top: 20px;	left: 50px;	z-index: 0;  }

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0019A9;
	text-align: justify;
	font-size: 18px;
	transition:all 0.5s ease-in-out;
	font-weight: bold;
}
.text1:hover {transform: scale(1.1); 	color: #B30000;}

.AnimText{
	animation: 1.5s infinite alternate slide;
	animation-timing-function: ease-in-out;
}
.explose2025 img{
	transition:all 2s ease-in-out;
	opacity:1;
    z-index: 5;
	    transform:scale(0.5,0.5);	
}
.explose2025:hover img{
	z-index: 10;
    transform:scale(1,1);	
}