.Bienvenue {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.image-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
    
}

.img1 {
    width: 100%;
    height: auto;
    display: block;
    border: white;
}
.img2{

    margin-left: 40%;
    width:100% ;
    height: auto;
    display: block;
    border: white;
}

.btn-bienvenue {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px ;
    margin-top: 100px;
    padding: 50px 70px;
    background-color: #E96720;
    color: white;
    border: none;
    border-radius:70px;
    font-size: 55px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
   
}
.btn-mdth{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px ;
    margin-top: 300px;
    padding: 50px 70px;
    background-color: #E96720;
    color: white;
    border: none;
    border-radius:70px;
    font-size: 55px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
   
}
.img3{

    width:100% ;
    margin-left: 35%;
    height: auto;
    display: block;
    border: white;

}

.imgfhuile{
     width:60% ;
    margin-left: 20%;
    height: auto;
    display: block;
    border: white;
}
.imgetape1{

    width:90% ;
    margin-left: 50%;
    height: auto;
    display: block;
    border: white;

}


.img3hv{
   width:100% ;
   margin-left: 37%;
    height: auto;
    display: block;
    border: white;

}




.btn-bienvenue:hover {
    background-color: #0056b3;
}

.btn1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px ;
    margin-top: 210px;
    padding: 50px 70px;
    background-color: #E96720;
    color: white;
    border: none;
    border-radius:70px;
    font-size: 55px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
   
}

.btn2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px ;
    padding: 20px 70px;
    border-color: #AB1D81 ;
    background-color: rgba(240, 248, 255, 0);
    color: #525252;
    border-radius:150px;
    font-size: 55px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
 

}

.btn3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px ;
    padding: 50px 70px;
    margin-top:400px;
    border-color: #AB1D81 ;
    background-color: rgba(240, 248, 255, 0);
    color: #525252;
    border-radius:70px;
    font-size: 55px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
   

}

.btn4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px ;
    padding: 50px 70px;
    margin-top:600px;
    border-color: #AB1D81 ;
    background-color: rgba(240, 248, 255, 0);
    color: #525252;
    border-radius:70px;
    font-size: 55px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  

}

.image-container div a img {
    width: 100px;
    height: auto;
}

.content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; /* ← c'est ici qu'on contrôle l'espacement vertical */
  margin-top: 200px;
}


/* Boutons bien alignés et rapprochés */
.btn-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 800px;
}

.btn-galerie {
  width: 600px;
  padding: 25px 40px;
  font-size: 40px;
  font-weight: bold;
  background-color: #E96720;
  color: white;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  
}

.btn-galerie:hover {
  background-color: #0056b3;
}

/* Image sous les boutons */
.btn-image {
  margin-top: 30px;
}

.btn-image img {
  width: 80px;
  height: auto;
}
.btn-imagebas img{

  margin-top: 1000%;
  margin-left: 250%;
}

.btn-imagebashv{
  margin-top: 800%;
  margin-left: 520%;

}

.btn-imagebas4{
   margin-top: 800%;
  


}

.btn-imagebas5{
  margin-top: 700%;
   margin-left: 650%;

}

.btn-imagebasproduct{
   margin-top: 500%;
    margin-left: 520%;
}

.btn-imagebascoc{
   margin-top: 900%;
    margin-left: 500%;
}

.btn-imagebasetape3{
    margin-top: 800%;
    margin-left: 530%;
}
.medias{
  margin-left: 35%;

}