/******************
    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
*/

/* ----------------------------- */
/* Messages d’erreur */
/* ----------------------------- */
.fruity .alert-warning {
  background-color: transparent;
  border: 1px solid #D30240 !important;
  color: #D30240 !important;
}

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

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

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

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

/* ----------------------------- */
/* Bouton */
/* ----------------------------- */
.fruity .btn-primary, .fruity .btn-primary.disabled, .fruity .btn-primary.disabled.active, .fruity .btn-primary.disabled:active, .fruity .btn-primary.disabled:focus, .fruity .btn-primary.disabled:hover {
  background-color: #153543 !important;
  border: 1px solid #153543 !important;
}

/* ----------------------------- */
/* Bouton hover */
/* ----------------------------- */

 .fruity .btn-primary:hover, .btn-primary:focus {
    background-color: #56ABD3 !important; /* bleu foncé logo */
    border: 1px solid #56ABD3 !important;
}

/* ----------------------------- */
/* Bouton radio */ /*---> celui là ne fonctionne pas */
/* ----------------------------- */

.dir-ltr .radio-item:input  {
  color: #56ABD3 !important;
}

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

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

/* ----------------------------- */
/* Augmentation Taille Logo Etcoletpic */ 
/* ----------------------------- */

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

/* ----------------------------- */
/* Masquer Logo Limesurvey */ 
/* ----------------------------- */

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

/* ----------------------------- */
/* Modification couleur Bouton radio */ 
/* ----------------------------- */

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