.BackgroundDeuxInscription{
    background-color:#ffe6e6 ;
}

.TitreCV{
    font-size: 56px;
    font-family: 'Agrandir';
    color: #744c4d;
    text-align: center;
    font-weight: bold;
    margin-top: 7%;
}

.GIFInscription{
    width: 850px;
    height: auto;
    display: block;
    margin: auto;
}

.ImageRoboRegister{
    width: 170px;
    height: 170px;
    display: block;
    margin: auto;
    margin-top: 7%;
}

.BackgroundUnInscription{
    background-color: #d8ccc2;
}

.ParagrapheUN{
    font-size: 30px;
    color:#000000;
    font-family: 'Poppins';    
    text-align: center;
    margin-top: 5%;
    line-height: 33px;
}

.TexteUn{
    font-family: 'Poppins';
    font-size: 18px;
    color:#000000;
    text-align: center;
}

.TexteDeux{
    color:#000000;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    margin-left: 5px;
}

.form {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.InputForm{
    width: 300px;
    height: 50px;
    border: solid #c6ad9a 1px;
    font-family: 'Poppins';
    padding-left: 5%;
}

.InputForm::placeholder{
    color: #c6ad9a;
    font-size: 15px;
    border: none;
    outline: none;
}

.InputForm:focus {
    outline: none;
    border-color: #ccc;
    box-shadow: none; 
}

.BoutonForm{
    display: block;
    margin: auto;
    border: none;
    color: white;
    width: 200px;
    height: 40px;
    font-family: 'Poppins';
    font-size: 15px;
    background-color: #775025;
    margin-top: 4%;
}

.TextInputForm{
    font-family: 'Poppins';
    font-size: 15px;
    color: #000000;
    letter-spacing: 1px;
}

.LienConnexion{
    color: #000000 !important;
}


