.calculator{
    display: flex;
    flex-direction: column;
    align-items: center; 
    border: 3px solid rgb(146, 89, 144);
    border-radius: 5px;   
    width: 400px;
    height: 300px;
    justify-content: space-evenly;
}

.resultat{
    text-align: center;
}

.result{
    display: none;
}

#imageResult{
    width: 450px;
    height: auto;
}

#textResult{
    font-weight: bold;
    font-size: 40px;
    color: rgb(146, 89, 144);
    border: 3px solid rgb(146, 89, 144);
    border-radius: 5px;  
}

.product{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.form-select{
    margin: 10px;
}

#produit{
    width: 200px;
}

.form-label{
    font-weight: bold;
}

#calcul{
    margin: 10px;
}

#imageHeader{
    width: fit-content;
    height: 400px;
}

body{
    margin: 0 auto;
}

img {
    height : 200px;
}
h1{
    color: rgb(255, 102, 0);
    font-size: 500%;
    text-align: center;
    font-family : 'Dancing Script', cursive;
    margin-top: -100px;
   
}
.footer{
    color:rgb(146, 89, 144);
    display: block;

}

.logo{
    height: 50px;
    margin: 15px;
}
.copy{
    text-align: center;
    margin-bottom: 20px;
}
.actualité{
    text-align: center;
}
.top{
    text-align: center;
    font-size: 100%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin : 50px;
    color:rgb(146, 89, 144)
}
span{
    color:black;
    padding-top: 15px;
}
.logofin{
    margin-bottom: 20px;
}
.log{
    display: flex;
    flex-direction: column;
    align-items: center;
}