/*
*	fichier de style principal 
*/
body{
    overflow-x: hidden;
    height:100%;
}

footer{
    clear:both;
    background-color:#000000;
    height: 6vh;
    line-height: 6vh;
    position: fixed;
    bottom: 0px;
    z-index: 9000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .besoinaide {
    text-align: right;
    color: white;
}

footer a {
    color: white !important;
    font-weight: bold;
    font-size: 12px;
    margin: 0px 10px;
    text-transform: uppercase;
}

footer a:hover {
    color: white;
}

.deco{
    background-color:#000000;
    width:100%;
}

.deco_over{
    background-color:white;
    color:black;
}
  
.deco_over a {
    color:black !important;
}

.black{
    background-color:#000000;
    margin:0 auto;
}

.yellow{
    color: #ffe100;
}

.grey{
    background-color:#292929;
}

.uppercase{
    text-transform: uppercase;
}

.stepDisplay{
    text-align: center;
    color: #ffe100;
}

.stepTextTitle{
    width: 100%;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-bottom: solid 1px #BABABA;
}

.stepTextDisplay{
    margin: 5%;
}

.finalTitle{
    margin-top: 5%;
    background-color: #171717;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
}

.modalTitle{
    text-align: center;
    margin-top: 15%;
    background-color: #171717;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    color: #ffe100;
}

option.disabled {
    color: rgb(170, 170, 170);
}