* {
    margin: 0px;
    padding: 0px;
}
main{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #000000;
    display: flex;
    background: #ffffff;
    width: 1250px;
    margin: 40px auto;
}
main section{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    width: 900px;
    height: 650px;
    margin-bottom: 50px;   
}
main #en_tete{
    width: 400px;
    height: auto;   
    margin-bottom: 10px;
}
main #en_tete h2{
    text-align: left;
    font-size: 30px;
}
main #ligne_centrale{
    background: #B3C6B8;
    width: 145px;
    height: 10px;
    margin-top: 5px;
    border-radius: 10px;
}
 main #en_tete p{
    text-align: left;
}
.article{
    display: flex;
    background: #ffffff;
    border: solid 0.5px;
    padding: 5px 5px;
}
main img{
    border-radius: 25px;
}
main p::first-line{
    font-weight: bolder;
    line-height: 25px;
}
main p{
    margin-left: 20px;
}
#texte_article{
    display: flex;
    flex-direction: column;
}
#derniere_ligne_texte{
    font-size: 15px;
    font-weight: lighter;
    color: #989c99;
    margin-top: 5px;
}
#section_droite{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#corbeille{
    text-align:right;
}
#tableau_prix_article{
    background-color: #ffffff;
    width: 100px;
    height: 75px;
    text-align: center;
}
#somme_soustraite{
    background: #FFF7EC;
    color: #E4510F;
    font-weight: bold;
}
#prix_barre{
    text-decoration: line-through;
}
#prix_article{
    font-weight: bold;
}
#deuxieme_article{
    display: flex;
    background: #ffffff;
}
#troisieme_article{
    display: flex;
    background: #ffffff;
}
aside{
    background: #ffffff;
    width: 350px;
    height: 500px;
    margin-left: 10px;
    margin-top: 105px;
    padding-left: 50px;
    padding-right: 50px;
}
#total{
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin-bottom: 20px;
    font-size: large;
    font-weight: bold;  
    border-bottom: solid #dbd3d3;
}
#valider_mes_prestations{
    background: #B3C6B8;
    width: 300px;
    height: 50px;
    border-radius: 20px;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
    border: 2px solid #9eb7a5;
    font-size: 22px;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
}
#valider_mes_prestations:hover{
    background: #9eb7a5;
    cursor: pointer;
}
#paiement h5{
    display: flex; 
    justify-content: center;  
    align-items: center;
    background: #f3f0f0;
    width: 300px;
    height: 100px;
    margin-top: 30px;
    border: solid 0.5px;    
}

