body,html{ 
    margin:0px ;
}
body {
  position: relative; /* Nécessaire pour que .vague absolue s'ancre au body */
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
  width: 100vw;
}


/*textes*/
.titredefiche{
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 3.5vw;
  margin:0px;
  margin-bottom: 0.5vh;
  padding-top: 3vw;
  
}
.titredeficheC{
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 3.5vw;
  margin: 0px;
  margin-top: -5vw;
  margin-left: 5vw;
  
  position: absolute;

}
.titredeficheE{
  
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 3.5vw;
  margin: 0px;
  
  margin-left: 5vw;
  
  

}

.titredeficheF{
  
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 3.5vw;
  margin: 0px;
  margin-right: 1vw;
  margin-left: 5vw;
  
  

}
.soustitrefiche{
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.75vw;
    margin:0px;
    align-self: flex-start;
    margin-top: 0px;
    margin-bottom: 0.25vh;
    
}
.titrededescriptionb{
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 2.5vw;
  margin:0px;
  
  margin-bottom: 0.5vh;
  
}
.descriptionfonctionalite{
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 2vw;
    margin:0px;
    
    margin-top: 0px;
    margin-bottom: 0.25vh;
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.descriptionfonctionaliteC{
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    font-size: 2vw;
    margin:0px;
    
    margin-top: 0px;
    margin-bottom: 0.25vh;
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.titrededescriptionC{
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 2.5vw;
  margin:0px;
  
  margin-bottom: 0.5vh;
  
}
.titrededescriptionC{
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 2.5vw;
  margin:0px;
  
  margin-bottom: 0.5vh;
}
.fichecomplettext{
font-family: 'Open Sans', sans-serif;
font-size: 1.5vw;
color: rgb(0, 0, 0);
margin: 1vw;
margin-left: 1.5vw;
}

    p {
        font-size: 3vw;
    }




.fotertextg{
font-size: 2vw;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
margin: 0.25vw;
margin-left: 0px;
}

.fotertext{
font-size: 1.5vw;
font-family: 'Open Sans', sans-serif;
color: rgb(170, 170, 170);
margin: 0.25vw;
margin-left: 0px;
}





.vague {
    margin-top: -15vw;
    margin-bottom: -5vw;
    width: 100%;
    height: 10vhpx; /* ou autre hauteur souhaitée */
    position: relative;
    z-index: -1;
    pointer-events: none;
}


/*header*/
.header{ 
    height: 10vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.Btnstyle{
    margin-left: 5vh;
    display: flex;
    border: none;
    background-color: rgba(255, 255, 255, 0);    
    align-items: center;
}
.Ligne{ 
    background-color: rgb(0, 0, 0);
    height: 1px;
    width: 100vw;
}


/*sectionA*/
.A{ 
    margin-top: 2.5vw;
    display: flex;
    flex-direction: row;
}






.A1,.A2{
    border: 2px;
    
    width: 45%;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
   
    justify-content: center; 
}

.A1{
  margin-left: 5vw;
 }
.A2{
  margin-right: 5vw;

  }




.A1-1{ /*section avec l'image principale*/
    background-color: black;
    
    width: 50%;
    aspect-ratio: 1;
    margin: 4vw;
    margin-left: 5vw;
    border-radius: 3Vw;
    transform: rotate(-15deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.A1-2{ /*section avec les miniatures*/
width: 80%;

display: flex;
flex-direction: row;
justify-content: space-between;
}
.miniatures {
    width: 20%;
    aspect-ratio: 1;
    background-color: black;
    border-radius: 1.5Vw;
    overflow: hidden;
    position: relative;
}
.ficheA2{
    padding: 2vw;
    width: 65%;
    height: 90%;
    background-color: rgb(233, 233, 233);
    display: flex;
    flex-direction: column;
    
    justify-content: center;
    border-radius: 1.5vw;
    justify-content: space-between;
    
}
.buy {
    margin-top: 1.5vh;
    background-color: #1877F2;
    width: 100%;
    height: 60%;
    border-radius: 1vw;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 1.75vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

/*sectionB et C*/
.B,.C{
display: flex;
flex-direction: column;

}
.B2{

margin-top: 0px;
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 5vw;
margin-top: 2.5vw;

}
.C2-1{
    
margin-top: 0px;
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 5vw;
margin-top: 2.5vw;
width: 90vw;

}
.C2{
    
    background-color: rgb(0, 0, 0);
  
}
.descriptionB{
display: flex;
flex-direction: column;
align-items: center;
width: 25%;
background-color: rgb(233, 233, 233);
border-radius: 1.5vw;
padding: 2vw;
}
.descriptionC{
display: flex;
flex-direction: column;
align-items: center;
width: 25%;
background-color: rgb(17, 17, 17);
border-radius: 1.5vw;
padding: 2vw;
justify-content: space-around;
}


/*sectionD*/
.D{
display: flex;
flex-direction: row;

width: 100vw;
background-color: black;
justify-content: center;
align-items: center;

}

/*sectionE*/
.E{
    
display: flex;
align-items: flex-start;
flex-direction: column;

width: 100vw;
background-color: black;
justify-content: center;

overflow: hidden;
}



.F{
    
display: flex;
flex-direction: column;

align-items: center;
justify-content: flex-start;



width: 100vw;
background-color: black;


overflow: hidden;
}



.fichecomplete{

 
background-color: white;
width: 90vw;

display: flex;
flex-direction: column;
border-radius: 1.5vw ;
display: none;

}


.footer{

background-color: white;
display: flex;
flex-direction: row;

justify-content: space-between;
margin:5vw;

}
.footerdiv{
  width: 33vw;
  display: flex;
  flex-direction: column;
  
}
.logofichemini{
margin:0.5vh;
width: 1.5vw;
}

.logofichemini2{
margin:0.5vh;
height: 1.5vw;
}

@media screen and (max-aspect-ratio: 1/1) {
.Btnstyle{
margin-left: 5vw;
scale: 2;


}



  .as{
    margin-top: 5vw;
    }



  .A {
    flex-direction: column;
  }

.A1, .A2 {
    width: 100%;
    margin-left: 5vw;
    margin-left: 0px;

}
.A2{
    margin-top: 5vw;
    
  }
.A1-1 {

    margin: 6vw;
    width: 70%;
    border-radius: 6vw;
    margin-bottom: 12vw;
    margin-top: 12vw;
}
.A1-2 {
    width: 89vw;

}
.ficheA2 {
    width: 86vw;
    border-radius: 3vw ;
    width: 84vw;
    padding: 3vw;



  }
  .titredefiche {
    font-size: 8.5vw;
     }

.soustitrefiche {

    font-size: 3.5vw;

}
p {
    font-size: 3vw;
}
.logofichemini{
margin:0.5vh;
width: 3vw;
}

.logofichemini2{
margin:0.5vh;
height: 3vw;
}


.miniatures{
border-radius: 3vw;

}

.descriptionB{
    width: 27.5%;
}
.descriptionC{
    width: 27.5%;
}


.buy {
font-size: 4.5vw;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 2vw;
}





}
