body{
	background-color: white;
	margin:0;
    font-family:helvetica;
}
.texte-haut{
	position:fixed;
	top:0;
	left:0;
	padding:1vh;
	z-index:10;
}

.image-espace{
	background-color:gold;
	height:0vh;
}
.image-milieu{
	width:100%;
	z-index:1;
}
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  height: auto;
}

.image-milieu img{
	width:100%;
	display:block;
}
.projet{
	width:100%;
	background-color:white;
}
.espace{
	height:5vh;
}
.footer{
	display:flex;
	position:fixed;
	bottom:0;
	width:100%;
	z-index:1;
}
.footergauche{
	flex:1 1 50%;
	padding:1vh;
	background-color:white;
}
.footerdroit{
	flex:1 1 50%;
	background-color:beige;
	text-align: left;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	padding:1vh;

}
.textedroit{
	animation: scroll 30s linear infinite; 
}


@keyframes scroll {
0% {
        transform: translateX(-5%);
         }
    100% {
        transform: translateX(-100%);
} 

@media screen and (min-width: 200px) and (max-width: 1200px){
.elementtexte:hover{
color:white;
}
.elementtexte2:hover{
color:white;
}

}
.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

