.page {
    text-align: center;
}

.marees-controls {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

.marees-port {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.35rem;
}

.marees-port label {
    font-weight: 600;
}

.marees-taille {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
    border: 0;
}

.marees-taille legend {
    float: left;
    /* margin-right: 0.2rem; */
    font-weight: 600;
}

.marees-taille label {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    cursor: pointer;
}

#conteneur-maree {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    overflow: hidden;
}

.iframe-maree {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 1050px;
    border: 0;
}