body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}
header{
    background-color: black;
        height: 50px;
    
}
li .dropdown{
    display: flex;
    align-items: center;
}
nav{
    padding: 5px 0;
    position: sticky;
}
nav ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    padding-right: 40px;
    list-style-type: none;
    align-items: cenetr;
}
ul li{
    margin-right: 10px;
    margin-bottom: 20px;
}
ul li a{
    position: relative;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
ul li a::after{
    content: '';
    background: red;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 3px;
    transform: translate(-50%, -5px);
    transition: 0.3s;
}
ul li a:hover::after{
    width: 50%;
}

.form-group {
    margin-bottom: 20px;
}
.container {
    position: relative;
    height: 935px;
    width: 100%;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.container h1{
    color: black;
    font-size: 40px;
    line-height: 120px;
    text-align: center;
}
label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button[type="submit"],
button[type="button"] {
    padding: 5px 5px;
    font-size: 18px;
    color: #fff;
    background-color: #ccc;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button[type="button"] {
    background-color: #ccc;
    margin: 5px;
}

button[type="submit"]:hover,
button[type="button"]:hover {
    background-color: red;
}
form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;

}
.bouton_rechercher{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 4px;
    margin-top: 10px;
    background-color: #ccc;
}
.bouton_rechercher:hover {
    background-color: red;
}footer {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    justify-content: space-around;
    background-color: black;
    text-decoration: none;
}
.mmidiv{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    justify-content: flex-start;
    gap: 10px;
    color: rgb(255, 255, 255);
}
