* {
    margin: 0px;
    padding: 0px;
}
body {
    background: #ffffff
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #000000;
}
header{
    background: #FFF7EC;
    
}
figure{
    text-align: center;

}
h2{
    font-size: 30px;
    text-align: center;
    margin: 45px 0px;
}
form{
    background: #ffffff;
	width: 880px;
    margin: 0px auto;
	padding: 0px;
    font-size: 21px;
    line-height: 40px;
}
#haut_de_form{
    background: #ffffff;
    margin: 0px;
    padding: 0px;
}
#contenuGauche1{
    background: #FFFFFF;
    width: 440px;
    margin: 0px ;
    padding: 0px;
    float: left;
}
#contenuDroit1{
    background: #ffffff;
    width: 440px;
    margin: 0px 0px 50px 0px;
    padding: 0px;
    float: left;
}


#creer_compte{
    background-color: #ffffff;
    margin: 0px 0px 90px 0px;
    padding: 0px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
#name, #carte{
    background-color: #f3f2f2;
    width: 325px;
    height: 50px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
}

#fname,#cvv{
    background-color: #f3f2f2;
    justify-content: center;
    align-items: center;
    width: 225px;
    height: 50px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
}
.haut{
    width: 100%;
    margin-left: 50px;
}
.bas{
    width: 100%;
    margin-left: 50px;
}

#bouton_payer{
    background: #B3C6B8;
    width: 425px;
    height: 50px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
    font-size: 22px;
    font-weight: bolder;
}
#bouton_payer:hover{
    background: #9eb7a5;
    cursor: pointer;
}
.footer{
    background: #FFF7EC;
    
}
.txpaiment{
    text-align: center;
}
.securise{
height: 80px;

}
.securise1{
text-align: center;
    
    }