html{
  scroll-behavior: smooth;
}


img{
  width: 100%;
  height: 100%;
}

header{
  background-color:rgba(255,255,255,0.65);
}

.trait{
  background-color: rgba(255,255,255,0.65);
  padding-top: 5px;
}

.trait2{
  background-color: rgba(255,255,255,0.65);
  padding-bottom: 5px;
}

.gifaccueil{
  width : 100vh;
  margin-right: 25%;
  margin-left: 25%;
}

.bandeau{
  display: flex;
  margin: 0 2% 0 2%;
}

.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);
}


.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%;
}

.conteneur{
  margin: 1%;
  flex: 0 1 100%;
  position: relative;
  width: 50%;
}


.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: rgba(255,255,255,0.65);
  padding-bottom: 5px;
}

.footer img{
  width: 20%;
  margin: auto;
}

.paragraphe-footer{
  font-family: 'Montserrat', sans-serif;
  font-size: 80%;
  color:blue;
}

@media (max-width : 900px) {

  .bandeau{
    display: block;
    padding: 2vw 2vw 0 2vw;
  }

.titre{
  flex: 1 1 5%;
  text-align: center;
}


}
