body{
    width: 1280px;
    margin: 0 auto;
}

.header{
    width: 100%;
    height: auto;
}

.img-berlin{
    border-radius: 10px;
}

.contain-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.main-title{
    width: 300px;
    height: 80px;
    padding: auto;
    border-radius: 10px;
    background-color: beige;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    opacity: 75%;
    position: absolute;
    top: 100px;
    left: 40%;
}

.nav-bar{
    width: 100%;
    background-color: #ccc;
    border: 2px solid black;
    border-radius: 10px;
    position: sticky;
    top: 0;
}


.liste{
    display:flex;
    justify-content: space-evenly;
    /* width: 100%; */
    padding: 0;
    text-align: center;

}

.liste li{
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 30px;
}

.liste li a{
    text-decoration: none;
    /* padding: 0 75px; */
    padding: 0;
    margin: 0;
    color: black;
    /* min-width: 150px; */
    text-align: center;
    font-size: 1em;
    font-weight: bolder;
}

.blason-berlin{
    display: flex;
    justify-content: center;
    margin: 20px;
}

.title-main{
    text-align: center;
    font-style: italic;
    background-color: #A90331;
    color: white;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    font-size: 24px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-main{
    background-color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.body-main p,
.body-main ul,
.body-main ul li {
    margin: 20px 30px;
    font-size: 20px;
    list-style-type: none;
}

.galerie{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 90%;
        padding: 20px;
        gap: 20px;
}

.galerie img{
        width: 100%;
        max-width: 480px;
        border: 2px solid black;
}

.carte{
    margin: 20px auto;
}

.nav-bar a:hover{
    background-color: #A90331;
}

.error{

}

.contact-form {
    width: 620px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
}

.contact-form label {
    display: block;
    height: 30px;
    width: 200px;
    margin-bottom: 10px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    height: 30px;
    width: 400px;
    margin-bottom: 20px;
    padding: 5px;
    font-size: 20px;
}

.contact-form textarea {
    height: 80px;
}

.contact{
    margin-top: 20px;
}
.contact-form button {
    height: 50px;
    width: 300px;
    font-size: 20px;
    border-radius: 20px;
    background-color: gray;
    color: white;
    border: none;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: black;
    color: white;
}