/* Page "Vous êtes" — tab buttons & panels (ex-Elementor custom code) */
.custom-buttons,
.custom-buttons2,
.custom-buttons3 {
    text-align: center;
    margin-bottom: 20px;
}

.custom-button {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    border: none;
    border-radius: 50px;
    padding: 9px 40px;
    margin: 5px;
    cursor: pointer;
    color: #427780;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.custom-button.active {
    color: #fff;
    background-color: #FF7605;
}

.custom-button:hover {
    background-color: #e86a02;
}

.custom-texts1,
.custom-texts2,
.custom-texts3 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
}

.custom-text {
    display: none;
}

.custom-link {
    display: none;
}
