.carte {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.carte h2 {
    text-align: center;
    font-size: 26pt;
}

.carte p {
    font-size: 14pt;
}

.carte iframe {
    width: 100%;
    height: 450px;
}

.carte > *:last-child {
    margin-bottom: 30px;
}

.description {
    text-align: center;
}

.description > *:last-child {
    margin-bottom: 30px;
}

.lien-carte {
    margin-top: 10px;
}
