img{
    max-width: 100%;
    height: 300px;
}

.one {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*Massage bol tibétain*/


/*Massage Amazone*/

.three {
    float: left;  /*le . correspond à la classe*/
    margin-top: 4%;
}

/*Bain Sonore*/
.four{
    margin-top: 5%;
    margin-left:50%;


}
.two{
    margin-top: 5%;
    margin-left:50%;
}
.button_four{
    padding-left: 5%;
    padding-right: 5%;
}





/**/
.six{

  float: left;
  margin-top: 4%;

}
section {
    padding-left: 15%;
    flex: 1;  /* Permet au contenu principal de s'étendre et de pousser le footer en bas */
    min-height: 500px; /* Ajuste cette valeur selon le contenu */
  }
  
  


/*Alignement droite*/

/*bouton */
button{
    text-decoration: none;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #d4eef8;
    font-size: 15px;
    border-radius: 5px;
    
}

.texte{
    display: flex;  
    flex-direction: column;
    align-items: center;
}

p{
    font-size: 20px;
}

a{
    text-decoration: none;
    color: black;
}

a::hover{
    background-color: #a9bfee;
}



@font-face {
    font-family: 'Open sans';
    src: url('../Style/font/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  
  p{
    font-family: 'Open sans', sans-serif;
  }
 
  

  /*Responsive*/
  

/* Téléphones */
@media only screen and (max-width:720px) {
    
    section{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

     img {
        width: 85% ;
        height: 40%;

    }
    p{
        font-size: 15px;
    }

    .two{
        margin-left:0px;
    }
    .four{
        margin-left:0px;
    }
    .one{
        width:100%;
    }
    .three{
        width: 100%;
    }
    .six{
        width:100%;
    }
button{
    width: 50%;
    height: 20%;
}
    
}
