
body{
display:block;
margin-right: 3%;
margin-left: 3%;
background-image : url("DSC03408.jpg");
background-color: rgb(2,2,2);
background-repeat: no-repeat;
background-size: 95%;
background-position: center;
}
.image {
  width: 100%;
  height: inherit;
  border: 5px solid rgba(255, 161, 247, 0.438);
  border-radius: 25px;
}
.textcadre{
  font-size: 100%;
  color :bisque;
  text-align: center;
  background-color: rgba(72, 38, 88, 0.555) ;
}
.titre{
  display:flex;
  justify-content: center;
}
.ptxthg{
  width: 20%;
  height: inherit;
  text-align: left;
  color:rgb(253, 223, 156) ;
  border:none;
  background: none;
}
.frigif{
  position: absolute;
 right: 5%; top: 5%;
  border: 5px solid rgba(255, 161, 247, 0.438);
  border-radius: 25px;
  height:inherit;
  width: 10%;
}
a{
  color:rgb(255, 109, 199)
}
.slide1{
  display: grid;
  grid: auto /auto auto auto;
}
.slidepic{
  display: block;
  margin: auto;
  height: inherit;
  border-radius: 5%;
  width: 90%;
  height:90%;
}
.centre40{
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.centre20{
  display: block;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.rose{
  color: rgb(137, 58, 145);
}