/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
/******
User custom CSS
LimeSurvey 7.1.2
Thème moderne / Fruity
******/

/* ----------------------------- /
/ Messages d’erreur /
/ ----------------------------- */

.alert-warning {
background-color: transparent;
border: 1px solid #D30240 !important;
color: #D30240 !important;
}

/* ----------------------------- /
/ Texte accueil /
/ ----------------------------- */

.text-primary,
.text-success {
color: #153543 !important;
}

/* ----------------------------- /
/ Aide aux questions /
/ ----------------------------- */

.text-info {
color: #56ABD3 !important;
}

/* ----------------------------- /
/ Boutons principaux /
/ ----------------------------- */

.btn-primary,
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover {
background-color: #153543 !important;
border-color: #153543 !important;
}

/* ----------------------------- /
/ Boutons principaux - survol /
/ ----------------------------- */

.btn-primary:hover,
.btn-primary:focus {
background-color: #56ABD3 !important;
border-color: #56ABD3 !important;
}

/* ----------------------------- /
/ Barre de progression /
/ ----------------------------- */

.progress-bar {
background-color: #A0B964 !important;
}

/* ----------------------------- /
/ Logo Etcoletpic /
/ ----------------------------- */

.logo-container > img {
max-height: 140px;
}

/* ----------------------------- /
/ Masquer le logo LimeSurvey /
/ ----------------------------- */

.d-block {
display: none !important;
}

/* ----------------------------- /
/ Boutons radio sélectionnés /
/ ----------------------------- */

.radio-item input[type="radio"]:checked + label::after {
background-color: #9FB863;
}