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

/* MNP diminution des marges bas et haut du titre du groupe = moins d'espace entre titre du groupe et 1ere question */

.space-col {
    margin-top: 0em;
    /* margin-top: 1em;*/     
    margin-bottom: 0.5em;
    /* margin-bottom: 2em;*/    
}


/* MNP - diminution de la marge bas du bloc question = moins d'espace entre 2 questions */

/** Question Design **/
.question-container {
    margin-bottom: 1em;
    /* margin-bottom: 2em; */
    border: 1px solid #e7e7e7;
    background-color: #f8f8f8;
}

/* MNP - diminution de la marge bas du titre de la question = moins d'espace entre le titre de la question et la question */

.question-title-container {
    padding-top: 1em;
    padding-bottom: 0em;
    /*padding-bottom: 1em;*/
}

/* MNP - ?       
    
.top-container .top-content {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
} */ 

/** FIN MNP **/