* {
    margin: 0px;
    padding: 0px;
}
.pbproduit{
    margin: 40px auto;
    /* background: #ffffff; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /* color: #000000; */
    width: 1250px;
}
main article{
    height: 500px;
    display: flex;
    /* background: #ffffff; */
    border: solid 0.5px;
    padding: 15px 15px;
}
main article #images{
    display: flex;
    flex-direction: column;
    height: 600px;
    border-radius: 25px;
}
main article #images img{
   border-radius: 25px;
}
main article #polique{
    display:flex;
    flex-direction: row;
    justify-content: center; 
    margin-top: -30px;
    border-radius: 50px;
    transform: scale(1.1);
}
main article #polique img{
    padding: 15px 15px;
    /* margin-left: 50px;
    margin-right: 50px; */
    border-radius: 70px;
    /* border: solid 0.1px; */
}
main #polique img:hover{
    transform: scale(1.5);
    cursor: pointer;
}
main article #texte_article{
    display: flex;
    flex-direction: column;
    margin-right: 200px;
}
main #premiere_ligne_texte{
    font-weight: lighter;
    color: #989c99;
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 5px;
}
main #paragraphe::first-line{
    text-align: left;
    font-size: 25px;
    font-weight: bolder;
    line-height: 45px;
}
main #paragraphe{
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
}
main #prix::first-line{
    color: #000000;
    font-size: 30px;
    font-weight:bolder;
}
main #prix{
    font-size: 15px;
    margin-top: 85px;
    /* font-weight: lighter; */
    color: #989c99;
}
main #nbre_jours{
    margin-top: 20px;
    margin-left: 20px;
}
main #container{
    display: flex;
    
    height: 200px;
    margin-top: 5px;
    margin-left: 20px; 
}
main #decrement{
    width: 50px;
    height: 40px;
}
main #number{
    width: 80px;
    height: 36px;
    text-align: center;
}
main #increment{
    width: 50px;
    height: 40px;
}
main #ajouter_au_panier{
    width: 250px;
    height: 38px;
    margin-left: 10px;
    background: #B3C6B8;
    border-radius: 10px;
    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;
}


.txtentête1{
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.txtentête{
    font-size: 20px;
}
.txtdate{
    padding: 20px;
    font-size: 23px;
}
.txtdate1{
    height: 60px;
    width: 280px;
    font-size: x-large;
    text-align: center;
    border-radius: 10px;
    background-color: #B3C6B8 ;
    border: none;
   

}




main #section_droite{
    background-color: #ffffff;
    width: 400px;
    margin-left: -200px;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}


main #calendrier{
    width: 300px;
    /* float: left; */
}
