
@font-face {
    font-family: "Communik";
    src: url("../font/LEMONMILK-Bold.otf") format("truetype");
}

.connexion_button{
    position: absolute;
    right: 20px;
    top: 50px;
}

button {
    border-radius: 10px;
    border: 1px solid #1F2544;
    background-color:#1F2544;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 80ms ease-in;
    font-family: "Communik";
}
.Centre-Form-CreeUnCompte{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
}
.CarreBlanc{
    background-color: #FBF2DB;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.Champs-CreeCompte{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   padding: 3em;
}

label{
    font-size: 1em;
    color: black;
    margin-bottom: 0.5em;
    font-weight: bold;
    text-decoration: dashed;
    text-decoration: underline;
}

input{
    width: 11em;
    height: 1.7em;
    border: none;
    background-color:#1F2544;
    font-size: 1em;
    margin-bottom: 1em;
    border-radius: 6px;
    color : white;
}

body{
    overflow: hidden;
    margin: 20px;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #1F2544;
    background-size: cover;
}

#image{
display: none;
}

#import img{
    width: 100%;
}
.importer-Image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.importer-Image label{
    width: 50px;
}
