

:root {
    /*    --bleu-main: #003160;*/
    /*    --orange-main: #FF5100;*/
    --bleu-main: #1C335C;
    --orange-main: #E8521D;
    --light-grey: #F3F3F3;
    --medium-grey: #C4C4C4;
    --dark-grey: #707070;
    --electric-blue: #0082FF;
    --green-success: #02C636;
    --light-blue: #E1F0FF;
    --stock-1: #02C636;
    --stock-2: #FFAA14;
    --white: #FFFFFF;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: neo-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.material-icons {
    line-height: unset !important;
}

.normal {
    text-transform: none;
}


body {
    background-color: var(--bleu-main);
    height: 100%;
}

h1 {
    color: var(--white);
    text-align: center;
}

.btn-create, .btn-create:hover {
    background-color: var(--bleu-main);
    color: white;
}



.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.text-ko {
    color: var(--orange-main);
}

.text-ok {
    text-align: center;
    color: var(--green-success);
}
