html{
  scroll-behavior: smooth;
}

img{
  width:100%;
  height: 100%;
}

.bandeau{
  display: flex;
  margin: 0 2% 0 2%;
}

.textoooo{
  background-color: rgb(255,255,255,0.8 );
  padding: 3%;
  border-radius: 10px;
}

.nom{
  width: 25%;
  display: flex;
  align-items: center;
}

.titres{
  display: flex;
  align-items: center;
  width: 30%;
  margin-top: 1.5%;
  margin-left: auto;
}

hr{
  border-top: 4px solid rgb(166,32,20);
}

header{
  background-color: rgb(255,255,255,0.8 );
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


body{
  background-image: url("fond.JPG");
  background-position: center;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  margin : 0;
  cursor: url('accueil/souris1.svg'), auto;
}

a{
  cursor: url('accueil/souris2.svg'), auto;
}


.galerie{
  margin-top: 3%;
}

.flex-contenu{
display: flex;
margin-right:15%;
margin-left:15%;
font-size: 13px;
align-items: flex-end;
color: #0015FF;
}

.conteneur{
  margin: 1%;
  flex: 0 1 100%;
  position: relative;
  width: 50%;
}

.conteneur2{
  margin: 1%;
  position: relative;
  width: 50%;
}

.conteneur3{
  margin:auto;
  width:50%;
}


.conteneurdroite{
  width:100%;
  margin: 0 0 0 0.5%;
}

.conteneurgauche{
  width:31.64%;
  margin-left: 1%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(82, 101, 255, 0.8);
  font-family: 'Montserrat', sans-serif;
}


.conteneur:hover .overlay {
  opacity: 1;

}

.footer{
  background-color: rgb(255,255,255,0.8 );
  padding-bottom: 3px;
}

.trait{
  background-color: rgb(255,255,255,0.8 );
  padding-bottom: 3px;
}

.footer img{
  width: 20%;
  margin: auto;
}

.paragraphe-footer{
  font-family: 'Montserrat', sans-serif;
  font-size: 80%;
  color: #0015FF;
}

@media (max-width : 900px) {

  .bandeau{
    display: block;
    padding: 2vw 2vw 0 2vw;
  }

.titre{
  flex: 1 1 5%;
  text-align: center;
}


}
