/******************
    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
*/
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v5/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873z3bWuQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* GLOBAL */
body *{
    font-family: 'Poppins', 'Century Gothic', Arial, sans-serif;
}
.group-title {
    font-family: 'Barlow Condensed', 'Century Gothic', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 48px;
}
.group-title.space-col {
    margin-bottom: 1.25em;
}
p{
    color: #212121;
    font-size: 14px;
}
.ls-label-question {
    font-size: 16px;
}
.text-info{
    color: #212121;
}
#main-col a:link:not(.btn){
    color: #d20a11;
    font-weight: 600;
}
#main-col a:link:not(.btn):hover,
#main-col a:link:not(.btn).focus,
#main-col a:link:not(.btn):focus{
    border-bottom: 1px solid #d20a11;
    color: #d20a11;
    text-decoration: none;
}
#main-col{
    max-width: 960px;
}
#welcome-container{
    margin-bottom: 64px;
}
.text-info{
    color: #0189FF;
}
.text-warning{
    color: #8F6D00;
}
.text-danger{
    color: #E10006;
}


/* HEADER */
#navbar{
    background-color: #f5f5f5;
}

/* PROGRESS BAR */
.progress .progress-bar{
    background-color: #d20a11;
}

/* BOUTONS */
.btn{
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease-in-out 100ms;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn{
    opacity: .3;
}
.btn-lg{
    padding: 18px 32px;
    font-size: 12px;
}
.btn-default{
    color: #212121;
    background-color: transparent;
    border-color: #212121;
}
.btn-default:hover,
.btn-default.focus,
.btn-default:focus{
    color: #212121;
    background-color: rgb(0 0 0 / 5%);
    border-color: #212121;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover{
    background-color: transparent;
    border-color: #212121;
}
.btn-primary{
    color: #ffffff;
    background-color: #d20a11;
    border-color: #d20a11;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus{
    color: #ffffff;
    background-color: #AF0F15;
    border-color: #AF0F15;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover{
    background-color: #d20a11;
    border-color: #d20a11;
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary{
    background-color: #AF0F15;
    border-color: #AF0F15;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover{
    background-color: #AF0F15;
    border-color: #AF0F15;
}
.btn-black{
    color: #ffffff;
    background-color: #212121;
    border-color: #212121;
}
.btn-black:hover,
.btn-black.focus,
.btn-black:focus{
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-black.disabled.focus,
.btn-black.disabled:focus,
.btn-black.disabled:hover,
.btn-black[disabled].focus,
.btn-black[disabled]:focus,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black.focus,
fieldset[disabled] .btn-black:focus,
fieldset[disabled] .btn-black:hover{
    background-color: #000000;
    border-color: #000000;
}

.btn-primary label {
    font-weight: 600;
    font-size: 12px;
}

.btn.selector--inputondemand-addlinebutton {
    margin-bottom: 1em;
}
.ls-answers .btn-primary {
    background-color: transparent;
    color: #d20a11;
}
.ls-answers .btn-primary:hover {
    background-color: #d20a11;
    color: #ffffff;
}

.ls-answers .btn-primary.disabled.focus,
.ls-answers .btn-primary.disabled:focus,
.ls-answers .btn-primary.disabled:hover,
.ls-answers .btn-primary[disabled].focus,
.ls-answers .btn-primary[disabled]:focus,
.ls-answers .btn-primary[disabled]:hover,
.ls-answers fieldset[disabled] .btn-primary.focus,
.ls-answers fieldset[disabled] .btn-primary:focus,
.ls-answers fieldset[disabled] .btn-primary:hover{
    background-color: #d20a11;
    border-color: #d20a11;
    color: #ffffff;
}
.ls-answers .btn-primary.active,
.ls-answers .btn-primary.active.focus,
.ls-answers .btn-primary.active:focus,
.ls-answers .btn-primary.active:hover,
.ls-answers .btn-primary:active.focus,
.ls-answers .btn-primary:active:focus,
.ls-answers .btn-primary:active:hover,
.ls-answers .open>.dropdown-toggle.btn-primary.focus,
.ls-answers .open>.dropdown-toggle.btn-primary:focus,
.ls-answers .open>.dropdown-toggle.btn-primary:hover{
    background-color: #AF0F15;
    border-color: #AF0F15;
    color: #ffffff;
}
/* CHAMPS */
.form-control{
    height: 40px;
    border-radius: 6px;
}
.form-control:focus{
    border-color: #212121;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.radio-item label::before{
    width: 16px;
    height: 16px;
    border-color: #999999;
}
.radio-item input[type="radio"]:focus + label::before{
    outline: none;
}
.radio-item label::after{
    width: 10px;
    height: 10px;
    background-color: #212121;
}
.button-item label{
    margin: 0;
}
.ls-choice.list-group-item.grabable.sortable-enable:after{
    content: "\f047";
    font-family: 'FontAwesome';
    float: right;
    color: #999999;
}
label::after {
    background-color: #212121;
}
.checkbox-item label::after {
    color: #FFFFFF;
    line-height: 13px;
    font-size: 11px;
}

.checkbox-item input[type="checkbox"]:checked + label::after, .checkbox-item input[type="radio"]:checked + label::after {
    content: "\2714";
}

.checkbox-item input[type="checkbox"]:focus + label::before, .checkbox-item input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 1px auto #707070;
    outline-offset: 0px;
}

.geoname_search .checkbox label {
    margin-top: 5px;
}
/* PANEL ACCORDÉON */
.panel{
    margin-top: 8px;
    padding: 24px;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 40px #00000026;
    box-shadow: 0 0 40px #00000026;
}
.panel-heading {
    padding: 0 0 24px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.panel-body{
    padding: 0 0 40px;
}
.panel-footer {
    padding: 0;
    background-color: #ffffff;
    border: none;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.panel-primary>.panel-heading {
    color: #212121;
    background-color: #ffffff;
    border-color: transparent;
}

/* NOTIFICATIONS */
.alert{
    position: relative;
    padding-left: 44px;
    border: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 40px #00000026;
    box-shadow: 0 0 40px #00000026;
}
.alert:before{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 16px;
}
.alert-dismissable .close,
.alert-dismissible .close{
    position: absolute;
    right: 15px;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    transform: translateY(-50%);
    color: #707070;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    opacity: 1;
}
.alert-dismissable .close:hover,
.alert-dismissible .close:hover{
    color: #212121;
    background-color: #eeeeee;
}
.alert.alert-danger,
.alert.alert-danger p{
    color: #D60007;
}
.alert.alert-danger:before{
    content: "\f057";
    color: #E10006;
}
.alert.alert-warning,
.alert.alert-warning p{
    color: #8F6D00;
}
.alert.alert-warning:before{
    content: "\f06a";
    color: #F2BE11;
}
.question-valid-container{
    color: #707070;
}
.question-valid-container .ls-question-mandatory{
    color: #E10006;
    font-weight: 400;
}
.ls-questionhelp {
    margin-left: 0 !important;
}
.ls-questionhelp:before {
    display:none;
}
.question-help-container span.fa, .question-valid-container span.fa {
    margin-right: 0.25em;
}
.ls-question-message.ls-em-tip, .text-info .ls-questionhelp, .ls-question-mandatory.text-danger {
    font-size: 0.95em;
}
.help-block {
    color: #707070;
    font-size: 0.75em;
}
/* ASTERISK */
sup.text-danger.fa.fa-asterisk.small {
    margin-right: 0.5em;
    font-size: 0.6em;
    font-weight: 100;
}
.mandatory .question-title-container {
    display: flex;
    
}
.mandatory .question-title-container .asterisk {
    display: flex;
    order: 1;
    padding-left: 0.5em;
    padding-top: 5px;
}
.mandatory .question-title-container .question-text {
    display: flex;
    order: 0;
}
/* MODALES */
.modal-header,
.modal-footer{
    border: none;
}

/* BLOCS DIVERS */
.group-description.well {
    min-height: 20px;
    background-color: transparent;
    color: #707070;
    padding: 19px;
    font-size: 16px;
    margin-right: 0px;
    margin-left: 0px;
    border: none;
    box-shadow: none;
    
}

.question-container{
    position: relative;
    border-color: #eeeeee;
    background-color: #ffffff;
    border-radius: 6px;
}
.question-container:before{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px #00000011;
    box-shadow: 0 0 20px #00000011;
}
.form-group.text-item.other-text-item {
    margin-top: 1em;
}
.privacy-block .limit-text-window{
    padding: 0;
    margin-bottom: 10px;
    border: none;
}
.survey-description p{
    margin-bottom: 32px;
}

/* TABLE */

table.ls-answers {
    margin-bottom: 1em;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

/* FORMULAIRES */
.ls-answers .form-control {
    padding-left: 24px;
    text-align: left;
}
textarea.form-control {
    max-width: 100%;
    min-width: 260px;
    min-height: 50px;
}
.date-item .date-timepicker-group .btn-primary {
    border: 1px solid #cccccc;
    border-left: none;
}
.form-control.numeric{
    text-align: left !important;
}
/* DRAG ITEMS */
.sortable-subtitle {
    margin-top: 0.5em;
    margin-bottom: 0.33em;
    display: block;
}
.sortable-list {
    border-radius: 6px;
}
li.ls-choice.list-group-item.answer-item.sortable-item.grabable {
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

/* ENDING TEXT */
.completed-text .ugap-end-text {
    padding: 25px;
}
.completed-text .ugap-end-text p {
    font-family: inherit;
    font-size: 18px;
}
.completed-text .ugap-end-text p big {
    font-family: 'Barlow Condensed';
    font-size: 36px;
    font-weight: 500;
}
.completed-text .ugap-end-text p small {
    font-family: inherit;
    font-size: 16px;
}
.ugap-end-text img {
    width: 100%;
}
}