html, body {
    font-family: 'Montserrat', sans-serif;
}

.header {
    background-color: #ffffff;
    height: 44px;
    line-height: 44px;
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: black;
}

.fermer {
    position: absolute;
    right: 0;
    padding: 0 5px;
    background-color: #336aae;
    color: white;
    font-size: 0.6em;
    border-radius: 0 10px 0 0;
    cursor: pointer;
}

.fermer:hover {
    text-decoration: underline;
}

.footer {
    background-color: #336aae;
    border-radius: 0 0 10px 10px;
    font-size: 0.8em;
    padding: 10px;
}

.footer a {
    color: white;
}

.info {
    background-color: #222531;
    border-radius: 10px;
    margin-top: 80px;
    margin-bottom: 40px;
    width: 550px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.info .content {
    color: white;
    padding: 10px;
}

.info p {
    font-size: 16px;
}

.info li {
    color: white;
    font-size: 14px;
}
