/*
 This file was generated by xCode.
 1 em = 16 px ?
 */

/* * affichage auth * */

#openUserAuthentification{
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#openUserAuthentification > div {
    background: black;
    border-style: solid;
    border-width: thin;
    border-color: white;
    border-radius: 10px;
    padding:  1em 1em 1em 1em;
    width: 500px;
    height: 200px;
}

/* * affichage profil * */

#openUserProfil{
    background:-moz-linear-gradient(90deg, dimgrey, gray); /* Firefox */
    background:-webkit-gradient(linear, left bottom, left top, from(dimgrey), to(gray)); /* Webkit */
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#openUserProfil > div {
    background: black;
    padding: 10% auto;
    width: 80%;
    height: 70%;
}

/* * placement auth profil * */

.saisieProfil, .nonSaisieProfil{
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    margin: 10px 0px;
}
.saisieProfil{
    height: 2em;
}
.elementProfil{
    /* * deux champs, chacun moitié de l'espace alloué * */
    flex-basis: 30%;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    margin: 3px;
}

.ligne{
    /* champs en ligne */
    flex-flow: row wrap;
    /* une ligne = x % de la largeur allouée */
    width: 100%;
    /* champs centrés */
    margin-left: auto;
    margin-right: auto;
}

.libelleProfil .elementProfil{
    /* * champ taille fixe * */
    flex-basis: 7em;
}

.valeurProfil, .messageProfil, #submitProfil {
    /* * champ taille variable * */
    flex-grow: 1;
}

/* ****** faire joli ****** */

#titreProfil{
    padding: 1em 0px 1em 0;
    font-size: 1.5em;
    text-align: center;
    color: white;
}

.ligne{
    padding: 0px 0px 0px 20px;
    font-size: 1em;
    text-align: left;
}

.libelleProfil > p {
    color: white;
}

.valeurProfil{
    background-color: #e6dcc5;
    color: black;
}

.messageProfil {
    font-size: 0.9em;
}

#submitProfil {
    margin-top: 30px;
    text-align: right;
}

#submitProfil > a {
    margin-left: 20px;
}
