div.card > div.card-title-partner-module {
    font-size: 20px;
}

.partner-module-webview {
    width: 100%;
    height: 100%;
}

.card-title-partner-module img {
    width: 100%;
    padding: 8px;
}

/* Page de choix */
.choice-page {
    padding: 15px;
}

.choice-page p {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 16px;
}

.choice-page .choice-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}

.choice-page .choice-buttons button.clickable {
    text-align: center;
    padding: 8px 20px;
    border-radius: 4px;
    color: white;
    background-color: rgb(0, 174, 239);
    border: none;
    font-size: 14px;
}

.choice-page .choice-buttons button.clickable.btn-secondary {
    background-color: white;
    color: rgb(0, 174, 239);
    border: 1px solid rgb(0, 174, 239);
}