/* Checkboxes */
[type=checkbox]+label {
    padding: 0 20px 0 25px;
}

.cke .cke_button__base64image {
    display: none;
}

form > div > label {
    font-weight: bold;
    color: #333;
    font-size: 0.9em;
    line-height: 30px;
}

.partenaires .card-panel {
    display: flex;
    justify-content: space-evenly;
}
.partenaires .valign-wrapper {
    margin-bottom: 0;
}
.partenaires img {
    max-height: 90px;
    width: auto;
}
