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

.Modele-inspe-bootswatch {
    font-size: 15px !important;
}

/**********  Entête et Titres  ***********/

.Modele-inspe-bootswatch .bg-light {
    background-color: #44687d !important;
}

.Modele-inspe-bootswatch .navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
}

.mainrow { /* nouvelle classe créée dans mainrow.twig  */
    color: #44687d;
    font-style: italic;
    font-size: 14px;
    padding-top: 15px;
}

.Modele-inspe-bootswatch .survey-name {
    font-size: 28px !important;
}

.Modele-inspe-bootswatch .group-title {
    font-size: 22px !important;
}

/**********  Message Bienvenue  ***********/

.Modele-inspe-bootswatch .survey-welcome {
    color: #233245 !important;
    font-size: 15px !important;
}

/**********  Description Questionnaire  ***********/

.Modele-inspe-bootswatch .survey-description.text-info {
    color: #233245 !important;
    text-align: left !important;
}

/**********  Message Anonymat  ***********/

.Modele-inspe-bootswatch .privacy .ls-privacy-head {
    color: #44687d !important;
    font-size: 20px !important;
}
.Modele-inspe-bootswatch .privacy div {
    color: #44687d !important;
}

/**********  NB questions  ***********/

.Modele-inspe-bootswatch .number-of-questions ::before {
    content: '► ';
}

/**********  QUESTIONS  ***********/

.Modele-inspe-bootswatch .question-title-container, .Modele-inspe-bootswatch .question-valid-container {
    background-color: #44687d !important;
}

/**********  Aide des questions  ***********/

.Modele-inspe-bootswatch .question-valid-container.text-info {
    color: #9bcded !important;
    text-align: left !important;
}
.Modele-inspe-bootswatch .question-help-container .ls-questionhelp {
    *color: #3497db !important;
    text-align: left !important;
}




