@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700&display=swap');

.iframe-wrapper iframe {
    margin-top: 40px;
    margin-bottom: 20px;
}

.iframe-wrapper iframe {
    width: 100%;
    height: 550px;
}

.voir-plus {
    margin: 20px 0;
}

.voir-plus {
    display: flex;
    justify-content: center;
}

.voir-plus a {
    font-family: "Barlow";
    font-weight: 500;
    background-color: #ff6a00;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
}

@media (min-width: 816px) {
    .iframe-wrapper iframe {
        height: 700px;
    }

    .voir-plus a {
        font-size: 16px;
    }
}