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

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
  /* *********************************** */
  /* Surcharge Limesurvey colors ECCOREV */
  /* *********************************** */
  
/* ****** Couleurs principales ******
   vert : #488D4C & plus clair : #7ABD87
   bleu : #369AD6
   gris : #757575 ******************* */

  .survey-name { /* Modification du titre */
      /* font-family: "hobo-std-medium, serif"; */
      color: #04338F;
  }
  .survey-welcome { /* Message de bienvenue */
      color: #757575 !important;
  }
  .card-header { /* Encart RGPD */
      background-color: #7ABD87 !important;
  }
  a { /* Liens */
      color: #369AD6 !important;
  }
  a:hover { /* Liens survolés */
      color: #488D4C !important;
  }
  .btn-primary { /* Boutons principaux */
      background-color: #488D4C;
      border-color: #488D4C;
      color: white !important;
  }
  .btn-primary:hover { /* Boutons principaux survolés */
      background-color: #369AD6;
      border-color: #369AD6;
      color: white !important;
  }
  .progress-bar { /* Barre de preogression */
      background-color: #7ABD87;
  }
  .text-info { /* Messages d'aide */
      color: #7ABD87 !important;
  }

  

