/******************
    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
    
    Styles ajoutes par Isabelle VERGELY pour le theme extends_vanilla
*/

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
  /* Styles identiques a ceux du site web institutionnel */
 
 
/* Body */

body{
    background-color: #f5f9fe;
}


/* Boutons */
 
  .extends_vanilla .btn-primary {
  background-color: #15376c;
  border-color: #15376c;
  color: #fff;
  }
  
  .extends_vanilla .btn-primary:hover {
  background-color: #e9651b;
  border-color: #e9651b;
  color: #fff;
  }
  
  /*
  .extends_vanilla .btn-primary:active {
  background-color: #35cf7c;
  border-color: #35cf7c;
  color: #fff;
  }
  */
  
 /* Elements de texte */
 
 :root {
--bs-info-rgb:#000000;
--bs-primary-rgb:#000000;
}

 .extends_vanilla .card-header{
  color: #000000;
  background-color: #15376c;
  }
  
  
  .extends_vanilla .ls-questionhelp{
  color: #35cf7c;
  background-color: #edf8f2;
  }
  
  .extends_vanilla .question-container {
    margin-bottom: 2em;
    border: 2px solid #15376c;
    background-color: #fff;
}

/* barre de progression */

.extends_vanilla .progress-bar {
  background-color: #35cf7c;
}

#surveys-list-jumbotron {
    text-align: center;
    color: #15376c;
    font-size: 2em;
}

 .extends_vanilla .survey-name{
  color: #15376c;
  }
  

  
 .extends_vanilla .text-primary{
    color:#000000;
    --bs-text-opacity:1;
}


.extends_vanilla .survey-description{
    color:#000000;
}

/*
.extends_vanilla .text-info{
     color: #000;
 }
*/ 
 
 #welcome-container {
    color: #000;
}
  