body{
	font-family: Roboto, Verdana, sans-serif;
	background-color: #47AEDC; /* 99CCFF Rose : FFCCCC*/
	padding:0;
	margin:0;
}

.Lig{
	display : flex;
	justify-content : space-evenly;
}

.image-container {
   /* max-width: 1080px; /* Définit la largeur maximale du conteneur */
    /*width :100vw;
	/*box-shadow: 0px 0px 40px black, 0px 0px 80px white;
    margin: 0 auto; /* Centre le conteneur */
}

img{
	box-shadow: 0px 0px 40px black, 0px 0px 80px white;
    width:100vw;
    height:auto;
}

.Accueil{
    display : flex;
	justify-content : space-evenly;
}

a{
	/*justify-content: right;*/
	color: black;
	/*padding: 20px;*/
	text-decoration: none;
}

.TxtBH{
	width : 15%;
 	/*padding-top : 8px;*/
    font-size: 1em;
    font-weight: bold;
    color:black;
    text-shadow: 1px 1px 1px black, 5px 5px 10px black, 5px 5px 8px white;
}