#diviser_en_deux_blox_ID{
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a b";
    margin-left: 15px;
    margin-right: 15px;

}

#Division_A_Grid_ID {
    grid-area: a;
    border: 5px solid rgba(212, 0, 255, 0.199);
    border-width: 3px;
    border-radius: 20px;
    margin-right: 10px;
}
#Division_B_Grid_ID {
    grid-area: b;
    border: 5px solid rgba(212, 0, 255, 0.199);
    border-width: 3px;
    border-radius: 20px;
    margin-left: 10px;
}

#Bloc_Resultat {justify-content: center;}
#Bloc_Resultat_2 {justify-content: center;}

#Mini_Bloc_Resultat {display: flex;}
#Mini_Bloc_Resultat_2 {display: flex;}

#Bloc_Resultat_Mise_En_Loc_2 {justify-content: center;}
#Bloc_Resultat_Mise_En_Loc {justify-content: center;}

#Bouton_Calculer_Interet_Composer_ID {
    background-color: rgb(21, 119, 204);
    margin-top: 10px;
    margin-bottom: 10px;
    width: 25%;
    height: 40px;
    border: 4px solid rgba(0, 0, 255, 0.76);
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px black;
    cursor: pointer;
    transition: 0.5s;
}

#Bouton_Calculer_Interet_Composer_ID:hover{
    background-color: aqua;
}

#Anner_Bloc_Resultat_ID{color: rgba(123, 255, 0, 0.678);}
#Mis_de_coté_Bloc_Resultat_ID{color: rgba(123, 255, 0, 0.678);}
#Gagnier_avec_les_Interet_Bloc_Resultat_ID{color: rgba(123, 255, 0, 0.678);}
#total_Bloc_Resultat_ID{color: yellow;}

#Total_Reel_Payer_Mise_En_Locations {color: rgba(123, 255, 0, 0.678);}
#Total_Pris_Par_La_Banque_Mise_En_Locations {color: rgba(123, 255, 0, 0.678);}
#Mensualite_Mise_En_Locations {color: yellow;}


#diviser_en_deux_blox_ID input {
    background-color: rgba(23, 210, 223, 0.836);
    height: 30px;
    border-radius: 10px;
}
#alignement_id {
    display: flex;
    align-items: center;
    justify-content: center;
}