@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(pieceEuro.jpeg);
    background-size: cover;
}

.titre {
    margin-left: 60vw;
    margin-top: 1vh;
    padding: 0;
    width: 25vw;

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.107);
    border-radius: 20px;

    font-family: 'oswald', serif;
    font-size: 5rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.principal {
    margin-left: 20%;
    margin-top: 2vh;
    padding: 20px;
    height: 70vh;
    width: 70vw;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.107);
    border-radius: 45px;
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.458);

    display: flex;
    /* justify-content: space-around; */
    flex-direction: row;
}

.imageEuros {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.image {
    height: 100px;
}


.nombrePieces {/*c'est le formulaire*/
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 100%;
    width: 60%;
}

.piecePrecises {/*c'est chaque imput du formulaire*/
    margin-left: 15px;
    height: 50px;
    width: 80px;
    background-color: rgba(83, 83, 83, 0.5);
    font-size: 2rem;
    font-family:'oswald' ,serif;
    border: none;
    border-radius: 15px;
    cursor: text;
    caret-color: rgb(255, 255, 255);
}

.annonceDuNb {
    margin-left: 5%;
    margin-top: 13px;
    padding: 20px;
    height: 90%;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 20px 8px rgba(255, 255, 255, 0.2);
    border-radius: 30px;

    font-family:'oswald', serif;
    font-size: 10rem;
}