html {
  color: #FFFFFF;
  background-image: url(f1.jpg);
background-repeat: no-repeat;
  background-position: center center;
    background-attachment: fixed;
	  background-size: cover;
width:100%;
}


	/* main */
.moi {
  width: 90%;
  max-width: 720px;
  aspect-ratio: 4 / 3;
  box-shadow: 3px 4px 9px #283816;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
  border-radius:20px;
}
/* images */
.slides {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 1.9s ease;
  border-radius:20px;
}


/* button */
.navigation {
  position: absolute;
  transform: translateY(-50%);
  width: 90%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
  pointer-events: none;
}
.navigation button {
  pointer-events: all;
  padding: 5px 5px;
  margin: 0;
  background:transparent;
  border:none;
 }


/* Media queries pour la responsivité */
@media screen and (max-width: 768px) {
  .moi {
    width: 95%;
    margin: 30px auto;
  }
  .navigation {
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .moi {
    width: 98%;
    margin: 20px auto;
  }
  .navigation {
    padding: 0 10px;
  }

  body p {
    font-size: 14px;
  }

}
button {  cursor: pointer;}
a{
	font-weight: bold;
	text-decoration: none;
border:none ;
	color: #2e8c04;
}
a:hover,a:active,a:focus{
border:none!important;
	color:  #efda07;
}

.top {
  vertical-align: middle;
}
