
body {
    padding: 0;
    margin: 0;
    padding-top: 15px;
}
header {
    background-color:#003E51;
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    max-height: 20vh;
    margin-bottom: 2%;
}
main {
    max-width: 100vw;
    position: relative;
    height: 70vh;
}
/*Logo de la compagnie*/
.logo {
    width: 314px;
    height: 95px;
    margin: auto;
    display: block;
    padding: 0.75em;
}

/*Affichage lors de la sélection*/
.form-control:focus, .selected {
    border-color: #003E51;
    outline: 2px solid #003E51;
    box-shadow: inset 0 1px 1px #003E51, 0 0 8px #003E51;
}

/*Notification d'erreurs*/
.alert-danger {
    width: 75%;
    margin: 5px auto 5px auto;
}

a {
    color: #003E51;
    background-color: transparent;
}

/*Style pour le fond d'écran*/
#containerImg {
    overflow: hidden; 
    z-index: -1;
    position: absolute;
    height: 100%;
}
.ball {
    position: absolute;
    z-index: -1;
    opacity: 0.7;
}

#langSelect {
    width:10em;
    max-height: 17vh;
    margin-bottom:0.25em;
    left:2em;
    top: 8em;
    z-index:3; 
    position: absolute;
    border: none;
    outline: 2px solid #003E51;
    box-shadow: inset 0 1px 1px #003E51, 0 0 8px #003E51;
    background-color: white;
}

#langSelect > option {
    background-color: transparent;
    margin-bottom: 0.5em;
}

#langSelect option:checked {
    background-color: #b9dce7;
    outline: 2px solid #003E51;
    margin-bottom: 0.5em;
    font-weight: bold;

}