/*  But :   Style de la page
   Auteur : Adrien Risse
   Date :   14.06.2021 / V1.0 
*/
body {
    background-color: whitesmoke;
}

h1 {
    text-align: center;
}

#container {
    background-color: #1e232b;
    width: 90%;
    padding: 1em;
    border: 1px solid black;
    margin: auto;
    font-family: Verdana, Arial, serif;
    text-align: center;
    color: white;
}

#valider {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: white;
    background-color: gray;
    border: none;
    border-radius: 5px;
    box-shadow: 0 9 px #999;
}

#valider:hover {
    background-color: black;
}

#valider:active {
    background-color: black;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

a {
    outline: none;
    text-decoration: none;
    display: inline-block;
    margin-right: 0.625%;
    text-align: justify;
    color: black;
}

a:link,
a:visited,
a:focus {
    background: #1e232b;
}

a:hover {
    background: white;
    color: black;
}

a:active {
    background: white;
    color: rgba(255, 255, 255, 0.568);
}

legend {
    color: white;
}

#password {
    color: white;
}

#username {
    color: white;
}

.info {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 15px;
    background-color: #171c24;
    color: white;
}

#imageFilm {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.resumeFilm {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2em;
}

#butnTop {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.containsButton {
    text-align: right;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1e232b;
}
li {
    float: center;
}
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 1em;
    text-decoration: none;
}

.active {
    border-bottom: solid white;
    border-top: solid white;
}
.secondButtonNav {
    border-top: solid white;
}