/* style page index principale */
@media screen and (max-width: 768px) {
	html {
  		background-image: url("../images/Slider/bg_index_tab.jpg") ;
  		background-repeat: no-repeat;
  		background-size: 150%;
	}
	.index {
		margin: 40% 0 0 0;
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	html {
  		background-image: url("../images/Slider/bg_index_tab.jpg") ;
  		background-repeat: no-repeat;
  		background-size: 100%;
	}
	.index {
		margin: 20% 0 0 0;
	}
}
@media screen and (min-width: 1025px){
	html {
	  background-image: url("../images/Slider/bg_index.jpeg") ;
	  background-size: 100%;
	  background-repeat: no-repeat;
	  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
	  background-size: cover; /* version standardisée */
	}
	.index {
		margin: 10% 0 0 0;
	}
}

body {
 background-color: transparent !important;
}


.index {
text-align: center;
color: white !important;
}
.index h1 {
  color:white !important;
}
.img_logo_index {

}
.flagfr_index {

}
.flagfr_index img {
  margin-right: 45px; 
}
.flagde_index {

}
.flagde_index img {
}
