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

/*
Couleurs : 
Bleu foncé : #57688b  / hover : #3c4861
Bleu clair : #82a2c4 / hover : #7591b0
Rouge : #ea5345 / hover : #d24a3e

*/
/* Polices et couleur de texte */

@import url('https://use.typekit.net/mus8tnt.css');

/* Par defaut Tahoma */
body {
    font-family: "filson-pro", sans-serif;
    font-style: normal;
    font-weight: 300;
}

h2.group-title {
    font-family: "filson-pro", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal;
}

.text-primary {
     color: #000000;
}

h4, .h4, .survey-welcome, .completed-text{
    font-family: "filson-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1.survey-name{
    font-family: "filson-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ls-answers label, .ls-answers th, .control-label{
    font-family: "filson-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.text-info {
    color: #57688b;
}

.progress-bar {
     background-color: #57688b;
}

/* Boutons */

/* Réponses */ 
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    background-color: #82a2c4;
    border-color: #82a2c4;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle):hover {
    background-color: #7591b0;
    border-color: #7591b0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).active {
    background-color: #57688b;
    border-color: #57688b;
}


.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    background-color: #82a2c4;
    border-color: #82a2c4;
}

.btn-group > .btn:last-child:not(:first-child):hover, .btn-group > .dropdown-toggle:not(:first-child):hover {
    background-color: #5b7189;
    border-color: #5b7189;
}

.btn-group > .btn:last-child:not(:first-child).active, .btn-group > .dropdown-toggle:not(:first-child).active {
    background-color: #57688b;
    border-color: #57688b;
}

.radio-item input[type="radio"]:checked + label, .checkbox-item input[type="checkbox"]:checked + label {
    background: #57688b;
}


/* Submit */

.btn-primary {
    background-color: #ea5345;
    border-color: #ea5345;  
}

.btn-primary:hover {
    background-color: #d24a3e;
    border-color: #d24a3e;  
}

/* Bannière */

.container-fluid[role='navigation']{
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-bottom: thin solid;
    width: 100% !important;
}


.navbar-brand {
    padding:0rem 0rem 0rem 0rem;
    font-size:3rem;
}


.navbar-brand.with-logo{
    line-height:0;
   /* max-width: none;   */
}

.logo.img-responsive{
  display: block;
  object-fit: cover;
  object-position: left;
  height: auto;
}



.navbar .logo-container{
    padding: 0rem 0rem;
}

.navbar .logo-container .logo{
    min-height: 3rem;
    max-height: 5rem;
}


.navbar-toggle {
    position: relative;
    float: right;
    margin: 1%;
    margin-right: 1%;
    height: 2.3rem;
    width: 9%;
    max-width: 3rem;
}

.navbar-default .navbar-toggle .icon-bar {
    width: 100%;
    background-color: #888;
}



/*
.navbar-brand .logo-container {
    padding: 0 0rem;
    display: inline-block;
    position: absolute;
    height: 100%;
    min-width: 80%;
    left: 0;
    top: 0;
}

.img-responsive {
    max-width: 100%;
    height: 100%;
    position: absolute;
}
*/

