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

/* remplacer #19b5d3 par la couleur dominante du client */
/* remplacer #0c7589 par la couleur secondaire du client */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}
.h3, h3{
    font-size: 35px;
  font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #000 !important; /*#0c7589 !important;*/
    text-align: left !important;
}
.h4, h4{
    font-size: 30px;
  font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000 !important;
}

.h1, h1{
    font-size: 45px;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #19b5d3;
}

.space-col {
    margin-bottom: 0.75em;
    margin-top: 0em;
}

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
@media only screen and (max-width: 767px) {
    .ls-answers .control-label {
        text-align: left;
        font-weight: 800;
    }
}

  
.fruity .well{
background-color: #fff;
border: 0px;
  }
  
.question-container{
background-color: #fff;
border: 0px;
border-top: 1px solid #e7e7e7;
  }
  
.question-title-container {
    padding-bottom: 0.3em;
}
  
.question-title-container, .question-valid-container {
    font-weight: bold;
    font-size:1.1em;
}

.fruity .btn-primary {
    background-color: #a1a1a1;
    border-color: #fff;
    color: #fff;
}

.fruity .btn-check:active+.btn-primary, .fruity .btn-check:checked+.btn-primary, .fruity .btn-check:focus+.btn-primary, .fruity .btn-primary.active, .fruity .btn-primary.active.active, .fruity .btn-primary.active:focus, .fruity .btn-primary:active, .fruity .btn-primary:focus, .fruity .btn-primary:hover, .fruity .open .dropdown-toggle.btn-primary {
    background-color: #19b5d3;
    border: 1px solid #19b5d3;
}


.btn-group-lg>.btn, .btn-lg {
    border-radius: 0px;
    min-height: 55px;
    font-size: 1.25rem;
    padding: .5rem 1rem;
    min-width: 125px;
    margin-right: 10px;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    width: 150px;
}


.fruity .btn-primary:hover, .fruity .open .dropdown-toggle.btn-primary {
    background-color: #0c7589;
    border-color: #0c7589;
    color: #fff;
}

.fruity .btn-check:checked+.btn-primary {
    background-color: #19b5d3;
    border: 1px solid #19b5d3;
    color: #fff;
}

.fruity .text-info, .fruity .text-primary, .fruity .text-success {
    color: #a9a9a9 !important;
    font-size: 0.85em;
}

body .top-container {
    margin-top: 0px !important;
}

@media (min-width: 768px) {
    body .top-container {
        max-width: 720px;
    	margin-left: auto;
    	margin-right: auto;
    }
}
@media (min-width: 992px) {
    body .top-container {
        max-width: 960px;
	    margin-left: auto;
    	margin-right: auto;
    }
}
@media (min-width: 1200px) {
    body .top-container {
        max-width: 1140px;
	    margin-left: auto;
    	margin-right: auto;
    }
}

.fruity .progress{
    border-radius: 0px;
    height: 12px;
}

.fruity .progress-bar {
    background-color: #19b5d3;
    color: #19b5d3;
}
.top-container .progress {
    box-shadow: 0 0px 0px;
}

.checkbox-item input[type="checkbox"]:checked+label::after, .checkbox-item input[type="radio"]:checked+label::after {
    background-color: #19b5d3;
    color: white;
}
body .answer-item label::after {
    background-color: #19b5d3;
}

.fruity .navbar {
    box-shadow: 0 0px 0px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 0.9em;
}
.fruity a {
    color: #000;
}

@media (min-width: 769px) {
    .fruity .navbar .navbar-nav .nav-item:after {
        background-color: #19b5d3;
    }
}

.table>:not(:first-child) {
    border-top: 1px solid;
}