html {
    background-color: #192f4e;
}

body {
    width: 980px;
    background-color: white;
    margin: auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.blocGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px auto;
    grid-gap: 0px;
    /*grid-auto-rows: minmax(100px, auto);*/

}

.blocLogo img {
    margin-left: 100px;
    float: left;
}

.titreSite {
    color: #192f4e;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.infoClient {
    margin: auto;
    width: 70%;
}

.infoClient input {
    margin-bottom: 10px;
}

/*
#chargement {
    grid-column-start: 1;
    grid-column-end: span 2;
}
*/

.blocInput {
    margin-left: 20px;
    margin-bottom: 20px;
    width: 430px;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.05);
}

.blocInput, .selecteur {
    background-color: #e5e3e0;
}


#libelleFiche {
    color: #192f4e;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    text-decoration: underline;

}

#libelleUpload {
    color: #192f4e;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*margin-top: 10px;*/
    margin-bottom: 10px;

}

.groupBtn {
    text-align: center;
}

.btn-group {
    margin-bottom: 10px;
}

.globalInput input {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}

.globalInput textarea {
    width: 80%;
    margin: auto;
}

.globalInput {
    margin-bottom: 20px;
}

.selecteur {
    margin-left: 20px;
    margin-bottom: 20px;
    width: 430px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 30px;
    box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.05);
}

.selecteur .selecteur_fichier {
    height: 167px;
    display: flex;
    cursor: pointer;
    margin: 30px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border: 2px dashed #192f4e;
}

.selecteur .selecteur_fichier label {
    color: #192f4e;
}

.selecteur i {
    font-size: 50px;
    color: #192f4e;
}

.selecteur .selecteur_dossier {
    height: 167px;
    display: flex;
    cursor: pointer;
    margin: 30px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border: 2px dashed #192f4e;
}

.selecteur .selecteur_dossier {
    color: #192f4e;
}

.envoiForm {
    margin-bottom: 15px;
    text-align: center;
}

.envoiForm button {
    width: 200px;
}

.admin
{
    font-size: 10px;
    color: #192f4e;
    grid-column-start: 2;
    text-align: right;
    margin-right: 40px;
}