@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/centurygothic/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('fonts/centurygothic/CenturyGothic.woff') format('woff'), url('fonts/centurygothic/CenturyGothic.ttf')  format('truetype'), url('fonts/centurygothic/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CenturyGothicBold';
    src: url('fonts/centurygothic/CenturyGothic-Bold.eot');
    src: url('fonts/centurygothic/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/centurygothic/CenturyGothic-Bold.woff2') format('woff2'),
    url('fonts/centurygothic/CenturyGothic-Bold.woff') format('woff'),
    url('fonts/centurygothic/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    /* Fonts */
    --font-century: 'CenturyGothic', sans-serif;
    --font-century-bold: 'CenturyGothicBold', sans-serif;

    /* Colors */
    /* The *-rgb color names are simply the RGB converted value of the corresponding color for use in the rgba() function */

    /* Default text color */
    --color-white: #fff;
    --color-dark:  #303030;
    --color-blue: #90cbd2;
    --bg-dark: #303030;
    --bg-yellow: #f6d459;
    --bg-white: #fff;
    --color-white-rgb: 255, 255, 255;
    --color-blue-rgb: 144, 203, 210;
    --color-gris-noir-rgb: 48, 48, 48;
}
body{
    font-family: var(--font-century);
    color: var(--color-dark);
}
.hidden{
    display: none !important;
}
#app{
    position: relative;
    background: #fff;
}
input[type="radio"]{
    /* Do not put display none fuckes up validation */
    opacity: 0;
    width: 1px;
}


.opt_container{
    padding-top: 5px;
    padding-bottom: 25px;
}

.active + label{
    color: var(--color-white);
    background: var(--bg-yellow);
}

.opt_no, .opt_yes{
    color: var(--bg-yellow);
    border: 2px solid var(--bg-yellow);
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    cursor: pointer;
}

.canton_select{
    word-wrap: normal;
    border: none;
    border-radius: 0;
    padding: 0;
    color: var(--bg-yellow);
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    /*background: url("../../public/images/select-arrow.png")  right 20px center no-repeat;*/
    background-image: none;
}

.inc_dec_arrow{
    display: inline-block;
    width: 30px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    top: 0;
}
.inc_dec_arrow-left{
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 20px solid var(--color-blue);
}
.inc_dec_arrow-right{
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 20px solid var(--color-blue);
}
#header{
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#header #logo{
    float: left;
}
.btn-site-return, .btn-site-reset{
    padding: 14px 5px;
    border-radius: 30px;
    width: 225px;
    font-size: 18px;
    float: right;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    background: var(--bg-yellow);
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}
.btn-site-return:hover, .btn-site-reset:hover{
    color: var(--color-white);
    opacity: .8;
}
.plt-p-text {
    font-size: 18px;
    line-height: 20px;
}
.plt-title{
    font-size: 62px;
    margin-bottom: 25px;
    line-height: 65px;
    letter-spacing: -1px;
    color: var(--color-blue);
    font-family: var(--font-century-bold);
}

.plt-titl-h3{
    clear: both;
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 26px;
    letter-spacing: -1px;
    color: var(--color-blue);
    font-family: var(--font-century-bold);
}
.plt-image-welcomicon{
    display: inline-flex;
    float: left;
    text-align: center;
    width: 182px;
    max-width: 182px;
    min-width: 182px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.welcome-content p{
    align-items: center;
    display: flex;
    margin: 60px 0;
}
.welcome-questionary{
    margin-top: 60px;
}
.btn.btn-default{
    background: var(--bg-yellow);
    border: 2px solid var(--bg-yellow);
    padding: 8px 50px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    color: var(--color-white);
    transition: all 0.5s ease;
    clear: both;
    display: block;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active{
    color: var(--color-white);
    opacity: .8;
    box-shadow: none !important;
}
.plt-btn-start{
    margin-top: 80px
}
.no-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fbk-plt-main select, .fbk-plt-main select option{
    font-family: var(--font-century-bold);
    font-weight: 600;
}
.fbk-plt-main select option{
    cursor: pointer;
}
.fbk-plt-main select option:checked{
    color: var(--color-white);
    background-color: rgb(var(--color-gris-noir-rgb));
}
.fbk-plt-main select option:hover {
    color: var(--color-white);
    background-color: rgb(var(--color-gris-noir-rgb));
}
.fbk-plt-main select:focus{
    border-color: #ffd34c;
    outline: 0;
    box-shadow: 0 3px 9px 2px #ffc1071a;
}

/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    width: 100%;
}
.custom-select-wrapper select {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
}
.custom-select {
    position: relative;
    display: inline-block;
}
.custom-select-trigger {
    position: relative;
    display: block;
    font-family: var(--font-century-bold);
    font-weight: 600;
    width: 100%;
    padding: 0 20px;
    font-size: 22px;
    color: var(--bg-yellow);
    line-height: 60px;
    background: var(--bg-white);
    cursor: pointer;
    border-radius: 30px;
    border: 2px solid var(--bg-yellow);
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    top: 50%;
    right: 25px;
    margin-top: -4px;
    border-bottom: 3px solid #ffd34c;
    border-right: 3px solid #ffd34c;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 5%;
    right: 0;
    min-width: 90%;
    margin: 0;
    border: 1px solid #ffd34c;
    border-radius: 0 0 25px 25px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
    background: #fff;
    transition: all .4s ease-in-out;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    width: 90%;
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    z-index: 10;
}

.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    font-family: var(--font-century-bold);
    position: relative;
    display: block;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 600;
    color: #ffd34c;
    line-height: 40px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
}
.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
    background: #f9f9f9;
}
.fbk-plt-main{
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
    min-height: 100vh;
}
.fbk-plt-main .plt-titl-h3{
    margin: 25px 0 35px;
}
.plt-float-left{
    float: left;
}
.plt-float-right{
    float: right;
}
.clearfix {
    clear: both;
}
.plt-oui-non-wrapper{
    float: right;
    margin: 25px 0 35px;
}
.plt-btn-next{
    clear: both;
    margin-top: 25px;
}
.plt-borderer input{
    width: 1px;
}
.plt-borderer label{
    padding: 20px 20px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 15px;
    top: 10px;
}
.sliderbox {
    position: absolute;
    cursor: default;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #ffd34c;
    border-radius: 30px;
}
.sliderbox:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 3px;
    background-color: #ffd34c;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.switch.active .sliderbox:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #fff;
}
.switch.active .sliderbox {
    background-color: #ffd34c;
}
.blue-bg{
    background-color: rgb(var(--color-blue-rgb));;
}
.fbk-plt-main.blue-text, .fbk-plt-main.blue-text h3{
    color: rgb(var(--color-blue-rgb));
}
.fbk-plt-main.blue-text .opt_no,.fbk-plt-main.blue-text .opt_yes {
    color: rgb(var(--color-blue-rgb));
    border: 2px solid rgb(var(--color-blue-rgb));
}
.fbk-plt-main.blue-text .active + label {
    color: var(--color-white) !important;
    background: rgb(var(--color-blue-rgb));
}
.fbk-plt-main.blue-text .btn.btn-default {
    background: rgb(var(--color-blue-rgb));
    border: 2px solid rgb(var(--color-blue-rgb));
}
.fbk-plt-main.white-text, .fbk-plt-main.white-text h3{
    color: var(--color-white);
}
.fbk-plt-main.white-text .opt_no,.fbk-plt-main.white-text .opt_yes {
    color: var(--color-white);
    border: 2px solid var(--color-white);
}
.fbk-plt-main.white-text .active + label {
    color: rgb(var(--color-blue-rgb)) !important;
    background: var(--color-white);
}
.fbk-plt-main.white-text .btn.btn-default {
    background: var(--color-white);
    border: 2px solid var(--color-white);
    color: var(--color-blue);
}
.opt_container{
    position: relative;
    clear: both;
    display: inline-block;
    width: 100%;
}
.btn-information{
    background: transparent;
    position: absolute;
    right: 20px;
    top: -8px !important;
}

.btn-information:focus, .btn-information:active {
    box-shadow: none;
}
.btn-information img{
    width: 35px;
}
.fbk-plt-main.blue-text input[type="number"]{
    border: none;
    border-bottom: 1px solid rgb(var(--color-blue-rgb));
    color: var(--color-blue);
    width: 60%;
    font-size: 18px;
    margin-top: 15px;
}
.fbk-plt-main.blue-text input[type="number"]::placeholder {
    color: var(--color-blue);
    opacity: 1;
}
.fbk-plt-main.blue-text input[type="number"]:-ms-input-placeholder {
    color: var(--color-blue);
}
.fbk-plt-main.blue-text input[type="number"]::-ms-input-placeholder {
    color: var(--color-blue);
}
.fbk-plt-main.dark-text input[type="number"]::placeholder {
    color: var(--color-dark);
    opacity: 1;
}
.fbk-plt-main.dark-text input[type="number"]:-ms-input-placeholder {
    color: var(--color-dark);
}
.fbk-plt-main.dark-text input[type="number"]::-ms-input-placeholder {
    color: var(--color-dark);
}
.fbk-plt-main.dark-text input[type="text"]::placeholder,.fbk-plt-main.dark-text input[type="email"]::placeholder {
    color: var(--color-dark);
    opacity: 1;
}
.fbk-plt-main.dark-text input[type="text"]:-ms-input-placeholder,.fbk-plt-main.dark-text input[type="email"]:-ms-input-placeholder {
    color: var(--color-dark);
}
.fbk-plt-main.dark-text input[type="text"]::-ms-input-placeholder,.fbk-plt-main.dark-text input[type="email"]::-ms-input-placeholder {
    color: var(--color-dark);
}
.question-text{
    font-size: 18px;
    width: 78%;
    display: block;
    float: left;
    position: relative;
    transition: all 0.5s ease;
}
.question-arrows .question-text, .question-arrows .inside-content{
    padding-left: 40px;
}
.question-arrows .inside-content-margin{
    margin-left: 40px;
    float: left;
}
.m-b-25{
    margin-bottom: 25px;
}
.m-b-45{
    margin-bottom: 45px;
}
.question-arrows .question-text:before{
    content: '';
    position: absolute;
    background: url("../../public/images/arrow-blue-right.png") no-repeat;
    background-position: 0 0;
    width: 30px;
    height: 30px;
    left: 0;
    z-index: 1;
    background-size: contain;
    transition: all 0.5s ease;
}
.question-arrows .question-text.no-icon{
    padding-left: 0;
}
.question-arrows .question-text.no-icon:before{
    content: '';
    background: none !important;
}
.question-arrows .opt_container.active .question-text:before{
    content: '';
    background: url(../../public/images/arrow-blue-right.png) no-repeat;
    width: 30px;
    height: 30px;
    background-position: 0 0;
    transform: rotate(90deg);
    background-size: contain;
}
.question-arrows .opt_container.active .question-text.no-icon:before{
    content: '';
    background: none !important;
}
.assistance-yes, .assisance-no{
    margin-top: 45px;
}
.short_welcome_form{
    clear: both;
    margin-top: 25px;
    width: 50%;
}
.short_welcome_form input{
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(var(--color-blue-rgb));
    color: var(--color-dark);
    font-size: 18px;
    margin-top: 25px;
}
.short_welcome_form input::placeholder {
    color: var(--color-blue);
    opacity: 1;
}
.short_welcome_form input:-ms-input-placeholder {
    color: var(--color-blue);
}
.short_welcome_form input::-ms-input-placeholder {
    color: var(--color-blue);
}
input[type="text"]:focus,input[type="number"]:focus, input[type="textarea"]:focus, input[type="email"]:focus{
    outline: 0;
    border-bottom: 1px solid #6b949a !important;
}
#byebye:after, #contact_page:after{
    content: '';
    position: absolute;
    background: url("../../public/images/Noe_telephone.png") no-repeat right center;
    width: 421px;
    height: 550px;
    right: 0;
    top: 0;
    background-size: contain;
}
.fbk-user-account h3{
    font-family: var(--font-century);
    margin: 30px 0 20px !important;
}
.plt-user-inputs{
    display: block;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.plt-user-inputs input{
    clear: both;
    border: 1px solid var(--color-blue);
    border-radius: 10px;
    padding: 8px 10px;
    color: var(--color-blue);    display: block;
    margin-bottom: 10px;
    width: 60%;
}
.plt-user-inputs input:focus{
    outline: 0;
    border: 1px solid #6b949a !important;
}
.plt-user-inputs input::placeholder {
    color: var(--color-blue);
    opacity: 1;
}
.plt-user-inputs input:-ms-input-placeholder {
    color: var(--color-blue);
}
.plt-user-inputs input::-ms-input-placeholder {
    color: var(--color-blue);
}

/*input fields flat with line down*/
.plt-user-inputs-flat{
    display: block;
    margin-top: 20px;
}
.plt-user-inputs-flat input{
    clear: both;
    border: none !important;
    border-bottom: 1px solid var(--color-white) !important;
    border-radius: 0 !important;
    padding: 8px 10px !important;
    color: var(--color-white) !important;
    display: block !important;
    margin-bottom: 10px !important;
    background-color: transparent;
    width: 50% !important;
    text-align: left !important;
}
.plt-user-inputs-flat input:focus{
    outline: 0;
    border: 1px solid #6b949a !important;
}
.plt-user-inputs-flat input::placeholder {
    color: var(--color-white);
    opacity: 1;
}
.plt-user-inputs-flat input:-ms-input-placeholder {
    color: var(--color-white);
}
.plt-user-inputs-flat input::-ms-input-placeholder {
    color: var(--color-white);
}
.login-guest-wrap{
    margin-top:10px;
    clear: both;
    display: flex;

}
.login_guest{
    background: transparent;
    border: none;
    outline: none;
    text-decoration: underline;
    color: var(--color-blue);
    font-size: 18px;
    padding-top: 15px;
    display: block;
    padding-left: 0;
}
.login_guest:hover, .login_guest:active, .login_guest:focus{
    background: transparent;
    border: none;
    outline: none;
    text-decoration: underline;
    color: var(--color-dark);
}
.mt-t-10{
    margin-top: 10px;
}
.mt-t-15{
    margin-top: 15px;
}
.contribute-label{
    color: var(--color-blue);
    font-family: var(--font-century-bold);
    clear: both;
    display: block;
}
.merried_single_select{
    max-width: 500px;
    margin-bottom: 20px;
}
.merried_single_select input{

}
.merried_single_select label{
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    cursor: pointer;
    word-break: break-word;
    width: 130px;
}
.switch_merried {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 15px;
    top: -8px;
}
.select-option-right-pos{
    float: right;
}
.fbk-plt-container{
    max-width: 1040px;
}
.fbk-plt-filters .opt_container{
    padding-bottom: 15px;
}
.fbk-plt-filters .opt_container .btn-information {
    background: transparent;
    position: absolute;
    right: -80px;
    top: 14px;
}
.short_contact_form {
    clear: both;
    margin: 25px 0;
    width: 70%;
}
.fbk-plt-main.blue-bg input[type="file"]{
    margin: 15px 0;
}
.fbk-plt-main.blue-bg input[type="date"]{
    border: none;
    color: var(--color-white);
    border-bottom: 1px solid var(--color-white);
    background: transparent;
    width: 50%;
    margin: 10px 0;
    padding: 5px 0;
}
footer{
    padding-top: 20px;
    clear: both;
}
.plt-btn-suviant-white{
    display: block;
    float: right;
    clear: both;
    margin-top: 15px;
}
.household-start input[type="number"]{
    border-radius: 5px;
    text-align: center;
    width: 80px;
    border: 2px solid var(--color-blue);
    top: -8px;
    position: relative;
    padding-left: 0;
}
.input-household input[type="number"]{
    margin: 0 auto 1em auto;
}
.household-kids > div, .household-persons > div{
    padding: 30px 60px;
    border: 2px solid var(--color-blue);
    border-radius: 25px;
    margin-top: 15px;
    width: 100%;
}
.custom-select-fbk{
    width: 280px;
    display: flex;
    margin-left: auto;
}
.fbk-plt-main.blue-bg .custom-select-wrapper{
    width: auto;
    float: none;
}
.fbk-plt-main.blue-bg .custom-select {
    background: transparent;
    border: none;
}
.fbk-plt-main.blue-bg .custom-select-trigger {
    position: relative;
    display: block;
    font-family: var(--font-century-bold);
    font-weight: 600;
    width: 270px;
    padding: 0 20px;
    font-size: 18px;
    color: var(--color-white);
    line-height: 40px;
    background: var(--color-blue);
    cursor: pointer;
    border-radius: 30px;
    border: 2px solid var(--color-white);
    text-align: center;
}
.fbk-plt-main.blue-bg  .custom-select-trigger:after {
    top: 50%;
    left: 25px;
    right: inherit;
    margin-top: -4px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.fbk-plt-main.blue-bg .custom-select.opened .custom-select-trigger:after {
    margin-top: 4px !important;
    transform: rotate(-135deg) translateY(-50%);
}
.fbk-plt-main.blue-bg .custom-option {
    font-size: 16px;
    color: var(--color-blue);
}
.fbk-plt-main.blue-bg  .custom-options {
    border: 1px solid var(--color-blue);
    background: #fff;
    width: 75%;
    min-width: 75%;
    left: 10%;
}

.fbk-plt-main.blue-buttons .custom-select-wrapper{
    width: auto;
    float: none;
}
.fbk-plt-main.blue-buttons .custom-select {
    background: transparent;
    border: none;
}
.fbk-plt-main.blue-buttons .custom-select-trigger {
    position: relative;
    display: block;
    font-family: var(--font-century-bold);
    font-weight: 600;
    width: 270px;
    padding: 0 20px;
    font-size: 18px;
    color: var(--color-white);
    line-height: 40px;
    background: var(--color-blue);
    cursor: pointer;
    border-radius: 30px;
    border: 2px solid var(--color-white);
    text-align: center;
}
.fbk-plt-main.blue-buttons  .custom-select-trigger:after {
    top: 50%;
    left: 25px;
    right: inherit;
    margin-top: -4px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.fbk-plt-main.blue-buttons .custom-select.opened .custom-select-trigger:after {
    margin-top: 4px !important;
    transform: rotate(-135deg) translateY(-50%);
}
.fbk-plt-main.blue-buttons .custom-option {
    font-size: 16px;
    color: var(--color-blue);
}
.fbk-plt-main.blue-buttons  .custom-options {
    border: 1px solid var(--color-blue);
    background: #fff;
    width: 75%;
    min-width: 75%;
    left: 10%;
}
.blue-buttons .plt-user-inputs-flat input {
    clear: both;
    border: none !important;
    border-bottom: 1px solid var(--color-blue) !important;
    border-radius: 0 !important;
    padding: 8px 10px !important;
    color: var(--color-dark) !important;
    display: block !important;
    margin-bottom: 10px !important;
    background-color: transparent;
    width: 50%;
    text-align: left !important;
}

.property-label{
    margin-top: 15px;
}
.property-label label{
    font-family: var(--font-century-bold);
    background: transparent;
    border: 2px solid var(--color-blue);
    color: var(--color-blue);
    padding: 8px 15px;
    border-radius: 20px;
    width: 30%;
    margin-right: 1%;
}
.property-label input[type="radio"]{
    width: 1px;
}
.mobile-only{
    display: none;
}
.desktop-only{
    display: block;
}
.tooltip-inner {
    max-width: 200px !important;
    padding: 12px 17px !important;
    color: var(--color-dark) !important;
    text-align: left !important;
    background-color: #fff !important;
    border-radius: 20px !important;
    border: 1px solid var(--color-blue) !important;
    font-family: var(--font-century) !important;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
    left: -1px !important;
    border-width: 0.4rem 0 0.4rem 0.4rem !important;
    border-left-color: var(--color-blue) !important;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px !important;
    border-width: 0 0.4rem 0.4rem !important;
    border-bottom-color: var(--color-blue) !important;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    top: -1px !important;
    border-width: 0.4rem 0.4rem !important;
    border-top-color: var(--color-blue) !important;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    right: -1px !important;
    border-width: 0.4rem 0.4rem 0.4rem 0 !important;
    border-right-color: var(--color-blue) !important;
}
.blue-buttons .opt_no,.blue-buttons .opt_yes{
    color: var(--color-dark);
    border: 2px solid var(--color-blue);
}
.blue-buttons .active + label {
    color: var(--color-white);
    background: var(--color-blue);
}
.blue-buttons .btn.btn-default {
    background: var(--color-blue);
    border: 2px solid var(--color-blue);
    color: var(--color-white);
}
.drag-area {
    border: 2px dashed #90CBD2;
    height: auto;
    max-width: 700px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: #f3fafa;
    margin: 10px 0;
    float: left;
    clear: both;
    flex-wrap: wrap;
    padding: 10px;
}
.drag-text{
    width: 60%;
    text-align: center;
    flex: 1;
    font-family: var(--font-century);
}
.drag-area.active{
    border: 2px dashed #aedde3;
    opacity: 0.75;
}
.step-two{
  font-family: var(--font-century);
}
.drag-area .icon{
    background: url("../../images/fileinput.png") no-repeat;
    width: 406px;
    height: 161px;
    background-size: contain;
    position: relative;
    right: 15px;
    margin-left: 20px;
    margin-top: 25px;
    flex: 1;
}
.household-persons form{
    width: 100% !important;
    margin: 3px 0;
}
.household-persons .drag-area .icon{
margin-left: 20px;
margin-top: 11px;
flex: 1;
margin-bottom: 11px;
}
.household-persons{
    margin-bottom: 25px;
}
.household-persons  .drag-area {
    max-width: 100% !important;
    width: 100% !important;
}
.step-two input{
    clear: both;
    border: none!important;
    border-bottom: 1px solid var(--color-blue)!important;
    border-radius: 0!important;
    padding: 8px 10px!important;
    color: var(--color-dark)!important;
    display: block;
    margin-bottom: 10px!important;
    background-color: transparent;
    width: 100%;
    text-align: left!important;
    margin-top: 5px;
}
.ratingpage .comment-item-box{
 cursor: default !important;
}
.rate {
    height: 76px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.rate:not(:checked) > input {
    position:absolute;
    /*top:-9999px;*/
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:50px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: var(--bg-yellow);
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: var(--bg-yellow);
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.ratingpage .plt-titl-h3-welcome {
    font-size: 26px;
    line-height: 30px;
    margin: 15px 0 25px;
    display: inline-block;
    clear: both;
    width: 100%;
    color: #484848;
}
.ratingpage .plt-title {
    font-size: 62px;
    line-height: 65px;
    letter-spacing: -1px;
    font-family: var(--font-century-bold);
    margin-top: 80px;
    margin-bottom: 80px;
    color: #484848;
}
.comentaire-end{
    clear: both;
    border: none!important;
    border-bottom: 1px solid var(--color-blue)!important;
    border-radius: 0!important;
    padding: 8px 10px!important;
    color: var(--color-dark)!important;
    display: block;
    margin-bottom: 10px!important;
    background-color: transparent;
    width: 100%;
    text-align: left!important;
    margin-top: 5px;
}
.step-two textarea{
    clear: both;
    border: none!important;
    border-bottom: 1px solid var(--color-blue)!important;
    border-radius: 0!important;
    padding: 8px 10px!important;
    color: var(--color-dark)!important;
    display: block;
    margin-bottom: 10px!important;
    background-color: transparent;
    width: 100%;
    text-align: left!important;
    margin-top: 5px;
}

.step-two input[type=number]{

    -webkit-appearance: none;

}

.step-two input[type="radio"] {
    opacity: 0;
    width: 1px !important;
    float: right;
    height: 0px;
}
.resident-label label{
    width: 20.5%;
    height: 42px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.small-titles{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 25px;
}
.fbk_font{
    margin-bottom: 15px;
}
.drag-area header{
    font-size: 16px;
    font-weight: 500;
    color: var(--color-dark);
}
.drag-area span{
    font-size: 16px;
    font-weight: 500;
    color: var(--color-dark);
    margin: 10px 0 15px 0;
}
.drag-area .buttonfile{
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
    background: transparent;
    color: var(--color-dark);
    border-radius: 5px;
    cursor: pointer;
}
.drag-area .buttonfile:hover{
    text-decoration: underline;
}
.drag-area img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.drag-area .uploadfile_name{
    text-transform: uppercase;
    font-weight: bold;
    font-family: var(--font-century-bold);
}
.done_uploading {
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 0 0 1rem;
    scrollbar-width: none
}

.done_uploading::-webkit-scrollbar {
    display: none
}

.done_uploading>div {
    width: 70px;
    margin: 0 4px;
    float: left;
    position: relative
}

.done_uploading div i {
    background-image: url(https://findicons.com/files/icons/2813/flat_jewels/512/file.png);
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block
}

.done_uploading div {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 11px;
    line-height: 15px;
    font-family: var(--font-century);
}

.done_uploading a {
    color: #000;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px;
    z-index: 1;
    opacity: 0;
    transition: all .5s ease;
    cursor: pointer;
    text-decoration: none;
}

.fbk_invisible{
    opacity: 0;
    position: absolute;
    display: none !important;
}

.done_uploading div:hover a{
    opacity: 1!important
}

.header-step-two{
    padding-bottom: 25px;
}
.report_file{
    margin-top: 10px;
}
.date-input{
    margin: 10px 0;
}
.contribute-first{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.date-input input{
    width: 60%;
    border: none;
    border-bottom: 1px solid var(--color-blue);
    border-radius: 0;
}
.alert-danger {
    clear: both;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.text-dark{
    color: var(--color-dark) !important;
}
.text-bold{
    font-weight: 600;
}
.numero-de-contribuable{
    margin-top: 80px;
}
.plt-user-input-both{
    margin-bottom: 15px;
}
.plt-user-input-both .col-6{
    float: left !important;
    padding-right: 15px;
}
.plt-user-input-both input{
    width: 100%;
}
.question-arrows .household-kids,.question-arrows .household-persons{
    padding-left: 40px;
    margin-bottom: 25px;
}
form{
    clear: both;
}
.siteprogress{
    position: fixed;
    right: 35px;
    top: 90px;
}
.siteprogress ul {
    list-style: none;
    margin: 0;
    padding: 70px 0;
    position: relative;
    height: 80vh;
}
.siteprogress.deductions ul{
    height: 110vh;
}
.siteprogress ul:before {
    content: "";
    display: inline-block;
    width: 2px;
    background: var(--color-blue);
    position: absolute;
    left: 3px;
    top: 5px;
    height: calc(100% - 10px );
}
.siteprogress ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    width: 120px;
    font-size: 15px;
    font-family: var(--font-century);
    line-height: 17px;
    color: var(--color-dark);
    /* justify-content: center; */
    align-items: center;
    display: flex;
    min-height: 27px;

}
.siteprogress ul li.sub_process {
    position: relative;
    padding-left: 25px;
    margin-bottom: 16px;
    width: 120px;
    font-size: 13px;
    font-family: var(--font-century);
    line-height: 15px;
    color: var(--color-dark);
    /* justify-content: center; */
    align-items: center;
    display: flex;
    min-height: 14px;
    margin-top: -7px;
}
.siteprogress ul li:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background: var(--color-white);
    position: absolute;
    left: -10px;
    top: 0px;
    border-radius: 50%;
    border: 2px solid var(--color-blue);
}
.siteprogress ul li.active:before {
    content: "";
    background: var(--color-blue);
    border: 2px solid var(--color-blue);
}
.siteprogress ul li.sub_process:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: var(--color-white);
    position: absolute;
    left: -3px;
    top: 1px;
    border-radius: 50%;
    border: 2px solid var(--color-blue);
}
.siteprogress ul li.sub_process.active:before {
    content: "";
    background: var(--color-blue);
    border: 2px solid var(--color-blue);
}
.drop_file_name{
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 0 0 1rem;
    scrollbar-width: none;
}
.drop_file_name::-webkit-scrollbar {
    display: none;
}
.drop_file_name > div{
    width: 70px;
    margin: 0 4px;
    float: left;
    position: relative;
}
.drop_file_name div i{
    background-image: url(https://findicons.com/files/icons/2813/flat_jewels/512/file.png);
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block;
}
.drop_file_name div span{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 11px;
    line-height: 15px;
}
.drop_file_name div:before{
    content: "X";
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
    cursor: pointer;
}

.drop_file_name div:hover::before {
    opacity: 1 !important;
}
.household-kids .question-text, .household-persons .question-text{
    width: 84%;
}
.household-kids .question-text:lang(fr), .household-persons .question-text:lang(fr){
    width: 80%;
}
.household-kids .question-text.smaller, .household-persons .question-text.smaller{
    width: 58%;
}
.household-kids .custom-select{
    padding: 0 0 0.375rem 0.75rem;
}
.household-persons .custom-select{
    padding: 0.375rem 0 0.375rem 0;
}
.household-kids .plt-user-inputs-flat,.household-persons .plt-user-inputs-flat {
    clear: both;
    float: left;
    width: 100%;
}
.custody-input{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}
.custody-input label {
    width: 200px;
    height: 40px;
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: space-around;
    margin: 0 10px;
    font-size: 16px;
}
.question-text-subtext{
    clear: both;
    display: block;
    float: left;
    font-size: 12px;
}
.input-special-text{
    float: left;
}
.input-special-text input{
    width: 85% !important;
}
.input-special-text-rue{
    float: left;
}
.input-special-text-rue input{
    width: 90% !important;
}
.combien-de-fois{
    padding: 30px 40px;
}
.combien-de-fois .question-text{
    width: 60%;
}
.property-form-box{
    border: 2px solid var(--color-blue);
    clear: both;
    border-radius: 25px;
    width: 80%;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    padding: 25px 0;
}
.vous-etes-passe{
    display: block;
    clear: both;
}
.vous-etes-passe p{
    text-align: right;
    padding-top: 25px;
    padding-right: 30px;
}
.vous-etes-passe .col-3, .vous-etes-passe .col-9{
    float: left;
}
.student-select{
    padding: 2rem 2.25rem 0.375rem 0;
}
.inside-content-select .custom-select{
    padding-left: 40px;
    margin-top: 25px;
}
.inside-content-date{
    padding-left: 40px;
}
.inside-content .contribute-labels{
    margin-top: 25px;
    display: inline-block;
}
.single-yes-select .custom-select{
    padding-left: 0;
    margin-top: 25px;
}
.fbk-plt-revenu .custom-select-wrapper{
    float: right !important;
}
.fbk-plt-revenu .custom-select-wrapper .revenu-custom-select{
    padding: 0 !important;
    margin-top: -9px;
}
.fbk-plt-revenu .question-text{
    width: 60%;
}
.fbk-plt-revenu-insidecontent{
    padding: 20px;
    border: 2px solid var(--color-blue);
    border-radius: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.input-special-text-num input {
    width: 95% !important;
}
.fbk-plt-revenu.blue-buttons .custom-select-trigger {
    width: 320px;
}
.fbk-plt-revenu.blue-buttons .custom-options {
    width: 87%;
    min-width: 87%;
    left: 7%;
}
.centered-text-revenu{
    position: relative;
    top: 15px;
}
.p-t-25{
    padding-top: 25px;
}
.questeion-text-capital{
    width: 40%;
}
.fbk-plt-capital .custom-select{
    padding: 0;
    margin-top: -9px;
}
.capital-inside{
    padding: 20px;
    border: 2px solid var(--color-blue);
    border-radius: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 75%;
    margin-left: 40px;
    float: left;
}
.capital-inside .custom-select-trigger {
    width: 320px !important;
}
.capital-inside .custom-select-wrapper{
    float: right !important;
}
.capital-inside .plt-user-inputs-flat input {
    width: 100% !important;
}
.capitals-question-text{
    width: 50% !important;
}
.inside-content .date-input input{
    margin-left: 40px;
}
.input-special-text-rue input[type="number"]{
    top: 0;
}
.ocupation-tax-buttoninfo{
    top: 10px !important;
}
.revenu-custom-text{
    padding: 15px 0;
}
.contributes-left-deduction {
    width: 20%;
    display: flex;
    flex-direction: column;
    float: left;
}
.contributes-left-deduction label {
    width: 180px;
    padding: 10px 5px;
    margin: 2px auto;
    float: left;
    text-align: center;
}
.contributes-left-savings{
    width: 20%;
    display: flex;
    flex-direction: column;
    float: left;
}
.contributes-right-deduction{
    float: left;
    width: 80%;
    display: flex;
    flex-direction: column;
}
.savings-options{
    clear: both;
}
.contribute-label-savings{
    clear: both;
    margin-top: 25px;
    float: left;
}
.fbk-checkbox-label label{
    color: var(--color-dark);
    border: 2px solid var(--color-blue);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 170px;
    text-align: center;
}
.fbk-checkbox-label input{
    opacity: 0;
    width: 1px;
}
.fbk-plt-savings .contributes-left-savings{
    height: 115px;
    justify-content: center;
}
.fbk-plt-savings .drag-area {
    height: auto;
    margin: 0;
    margin-bottom: 10px;
}
.fbk-plt-savings .drag-area .icon {
    width: 250px;
    height: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Hide the browser's default checkbox */
.input-checkmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1px;
    width: 1px;
}

/* Create a custom checkbox */
.input-checkmark .checkmark {
    position: absolute;
    top: 0;
    right: -25px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid var(--color-blue);
}

/* On mouse-over, add a grey background color */
.input-checkmark:hover input ~ .input-checkmark .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.input-checkmark input:checked ~ .checkmark {
    background-color: var(--color-blue);
}

/* Create the checkmark/indicator (hidden when not checked) */
.input-checkmark .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.input-checkmark input:checked ~ .checkmark:after {
    display: block;
}
.input-checkmark .checkmark:after {
    right: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.validate_box{
    position: fixed;
    bottom: 10%;
    left: 5%;
    background: indianred;
    padding: 20px;
    width: auto;
    color: #fff;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.section-note{
    width: 100%;
    clear: both;
    padding: 40px;
}

.section-note textarea{
    height: 100px;
    width: 50%;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid rgb(144, 203, 210);
}
.table {
    margin: 10px 0 35px;
}
.input-checkmark{
    margin-top: 15px;
    float: left;
}
.insurance-inside-content{
    border: 2px solid var(--color-blue);
    padding: 20px;
    border-radius: 25px;
    float: left;
    margin-bottom: 20px;
}
.alimony-inside-content{
    border: 2px solid var(--color-blue);
    padding: 20px;
    border-radius: 25px;
    float: left;
    margin-bottom: 20px;
    margin-left: 40px;
    width: 70%;
}
.insurance-inside .question-text{
    margin-top: 20px;
    margin-bottom: 15px;
}
.insurance-inside-content .btn-information {
    right: -80px !important;
}
.question-text-alimony{
    font-size: 18px;
}
.width-100{
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.col-12.input-special-text-rue input {
    width: 95% !important;
}
.investment-account-chk{
    float: left;
    display: block;
    width: 100%;
}
.ocupation-tax-no-select{
    margin-bottom: 20px;
}
.fbk-plt-savings .drag-area{
    width: 700px;
}
.inv_acc_box.last{
    margin-bottom: 30px;
}
.invaccount-form{
    border: 2px solid var(--color-blue);
    padding: 20px;
    border-radius: 25px;
    width: 85%;
    margin-bottom: 20px;
    float: left;
}
.inside-loans-content{
    border: 2px solid var(--color-blue);
    padding: 20px;
    border-radius: 25px;
    width: 72%;
    margin-bottom: 20px;
    margin-left: 40px;
    float: left;
}
.investor-account-contribute{
    clear: both;
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.investor-account-contribute .opt_yes{
    margin-left: -4px
}
.tresuary_blade .plt-user-inputs-flat{
    margin-top: 0;
}
.tresuary_blade .contributes-left-deduction {
    width: 13%;
    display: flex;
    flex-direction: column;
    float: left;
    margin-right: 2%;
    margin-bottom: 13px;
}
.debt_inside_content{
    border: 2px solid var(--color-blue);
    padding: 20px;
    border-radius: 25px;
    width: 85%;
    margin-bottom: 20px;
    margin-left: 40px;
    float: left;
}
.plt-user-inputs-flat textarea{
    width: 100%;
    clear: both;
    border: none !important;
    border-bottom: 1px solid var(--color-blue) !important;
    border-radius: 0 !important;
    padding: 8px 10px !important;
    color: var(--color-blue) !important;
    display: block !important;
    margin-bottom: 10px !important;
    background-color: transparent;
    text-align: left !important;
}
.plt-user-inputs-flat textarea:focus{
    outline: 0;
    border-bottom: 1px solid #6b949a !important;
}
.btn_politics_wrap{
    margin-top: 30px;
    margin-bottom: 15px;
}
.btn_politics{
    color: var(--color-dark);
}
.btn_politics:hover{
    color: var(--color-blue);
}
.household-start .opt_container{
    padding-bottom: 10px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 350px;
}
table tr th,
table tr td {
    border-right: 1px solid var(--color-blue);
    border-bottom: 1px solid var(--color-blue);
    padding: 5px;
}

table tr th:first-child,
table tr td:first-child {
    border-left: 1px solid var(--color-blue);
}
table tr th:first-child,
table tr td:first-child {
    border-left: 1px solid var(--color-blue);
}
table tr th {
    background: #eee;
    text-align: left;
    border-top: solid 1px var(--color-blue);
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: var(--color-blue);
}
/* top-left border-radius */
table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
table tr td a{
    color: var(--color-blue);
}
table tr td a:hover,table tr td a:focus, table tr td a:active{
    color: var(--color-blue);
}
table tr td .button{
    padding: 4px 5px;
    text-decoration: none;
}
table tr td button, table tr td .button{
    background: var(--color-blue);
    border: 2px solid var(--color-blue);
    color: var(--color-white);
    border-radius: 5px;
}
table tr td button:hover, table tr td button:focus, table tr td button:active, table tr td .button:hover, table tr td .button:focus, table tr td .button:active {
    color: var(--color-white);
    opacity: .8;
    box-shadow: none !important;
}
.smaller-text{
    font-size: 14px !important;
}
.finish-blade .plt-title, .finish-blade h3{
    color: var(--color-dark) !important;
}
.view-collected-data{
    background: var(--color-blue);
    border: 2px solid var(--color-blue);
    padding: 8px 50px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    color: var(--color-white);
    transition: all 0.5s ease;
    clear: both;
    margin-top: 25px;
    display: inline-block;
}
.payer-btn{
    margin-top: 15px;
    display: inline-block !important;
}
.price-total{
    font-size: 34px;
    font-family: var(--font-century-bold);
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.results-wrapper table tr td:first-child {
    border-left: 0 solid var(--color-blue);
    border-right: 0 solid var(--color-blue);
}
.results-wrapper table tr td.text-right{
    border-right: 0 solid var(--color-blue);
}
.font-bold{
    font-family: var(--font-century-bold);
}
.results-wrapper table tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}
.results-wrapper table tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}
.results-wrapper{
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 25px;
}
.unemployed-opt{
    position: relative;
}
.threepilier-pdf{
    position: relative;
}
.capital-select .custom-options {
    width: 85% !important;
    min-width: 85% !important;;
    left: 8% !important;;
}
.btn-rendez{
    background: var(--bg-yellow);
    width: 240px;
    float: left;
}
.contact-btn-end{
    width: 220px;
    float: right;
    display: inline-block !important;
    clear: none !important;
    padding: 8px 20px !important;
}
.input-text-new.fbk-plt-main.blue-text input[type="text"] {
    border: none;
    border-bottom: 1px solid rgb(var(--color-blue-rgb));
    color: var(--color-blue);
    width: 60%;
    font-size: 18px;
    margin-top: 15px;
}
.fbk-data-colected{
    word-break: break-word;
}
.revenu-person-select-top-box{
    border-radius: 25px 25px 0 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.revenu-person-select-box{
    border: 2px solid var(--color-blue);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    border-top: none;
    margin-top: -1px;
}
.plt-title-h3-finishtext{
    font-weight: 500;
    line-height: 32px;
    font-family: var(--font-century);
}
.blue-prefinish-btn{
    background: var(--color-blue) !important;
    border: 1px solid var(--color-blue) !important;
}
.modal .close{
    background: var(--color-blue);
    border-radius: 50%;
    border: none;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 21px;
    position: absolute;
    right: -15px;
    top: -15px;
}
.nav-pills{
    box-shadow: 0 12px 30px rgb(80 143 244 / 10%);
    width: 230px;
    height: 100vh;
    padding: 15px;
}
.nav-pills .nav-link{
    text-align: left;
    color: var(--color-dark);
    padding: 0.7rem 1rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--color-blue);
    font-weight: bold;
    background-color: transparent;
}
.btn-retour{
    background: var(--bg-yellow) !important;
    font-weight: 600;
    padding: 0.5rem 1rem !important;
}
.btn-retour:hover{
    opacity: 0.8;
}
.detail-title{
    background: var(--color-blue);
    color: #fff;
    padding: 25px 15px 65px;
    font-size: 30px;
}
.details-inner-cont.first{
    margin-top: -40px;
}
.details-inner-cont{
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgb(80 143 244 / 10%);
    padding: 20px;
    border-radius: 10px;
}
.details-inner-cont .table.b-top{
    border-top: 1px solid var(--color-blue);
}
.details-inner-cont table td span{
    font-weight: 600;
}
kbd {
    background: var(--color-blue) !important;
}
kbd a{
    color: #fff !important;
}
/* Admin Style */
.search_field{
    position: relative;
}
.search-input{
    height: 40px;
    outline: 0;
    border: 1px solid var(--color-blue);
    padding-left: 50px;
    padding-right: 15px;
    background: 0 0;
    border-radius: 30px;
    width: 300px;
}
.btn-search {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: 0 0;
    font-size: 12px;
    border: 0;
    padding-left: 20px;
    padding-right: 13px;
}
.btn-search:active, .btn-search:hover, .btn-search:focus{
    box-shadow: none;
    opacity: 0.8;
}
.plt-p-welcome{
    margin: 0 0 25px 0 !important;
}
.comment-welcome-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
.comment-welcome-wrapper .comment-item-box{
    border: 2px solid var(--bg-yellow);
    border-radius: 25px;
    padding: 25px 35px;
    width: 26%;
    float: left;
    margin: 0 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 265px;
    position: relative;
    cursor: pointer;
}
.comment-welcome-wrapper .comment-item-box span{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.plt-titl-h3-welcome{
    font-size: 30px;
    line-height: 34px;
    margin: 15px 0 25px;
    display: inline-block;
    clear: both;
    width: 100%;
}
.comment-item-overlay{
    display: none;
    background: var(--bg-yellow);
    color: var(--color-dark);
    font-size: 14px !important;
    line-height: 18px !important;
    width: 101%;
    height: 101%;
    position: absolute;
    border-radius: 22px;
    padding: 15px;
    text-align: center;
    margin-bottom: 0 !important;
    font-weight: 600;
    top: -1px;
    left: 0;
}
.comment-welcome-wrapper .comment-subitem-box {
    padding: 25px 15px;
    width: 26%;
    float: left;
    margin: 0 3%;
    text-align: center;
}
.comment-welcome-wrapper .comment-subitem-box span {
    font-weight: bold;
    display: block;
    width: 100%;
}
.faq-icon {
    position: relative;
}
.faq-icon:before {
    content: '';
    background: url(../images/faq-icon-left-1.png) no-repeat center center;
    width: 190px;
    height: 106px;
    left: 10px;
    top: 0;
    position: absolute;
    background-size: contain;
}
.faq-icon:after {
    content: '';
    background: url(../images/faq-icon-right-2.png) no-repeat center center;
    width: 198px;
    height: 102px;
    right: 10px;
    bottom: 0;
    position: absolute;
    background-size: contain;
}
.services-headline h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 15px 0 25px;
    display: inline-block;
    clear: both;
    width: 100%;
    letter-spacing: -1px;
    color: var(--color-blue);
    font-family: var(--font-century-bold);
}
#new-accordion-fbk {
    padding: 0 20px;
}
.services-accordion {
    max-width: 920px;
    margin: 30px auto 0;
    text-align: center;
}
.services-accordion .card {
    border: none;
    border-bottom: 3px solid #ffd34c;
}
#new-accordion-fbk .card-header button {
    background: none!important;
    white-space: normal!important;
    word-wrap: break-word;
    text-align: center;
    font-family: var(--font-century-bold) !important;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 0 10px 0;
    color: #484848;
    width: 100%;
}
#new-accordion-fbk.services-accordion .card-header button.collapsed {
    background: none!important;
    white-space: normal!important;
    word-wrap: break-word;
    text-align: center;
    font-family: var(--font-century-bold) !important;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 0 10px 0;
    color: #484848;
    width: 100%;
}
#new-accordion-fbk.services-accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}
#new-accordion-fbk .card-header button:focus{
    box-shadow: none;
}
.plt-welcome-btn-wrap{
    max-width: 890px;
    margin: 0 auto;
}
.plt-welcome-startBtn{
    width: auto;
    display: inline-block;
    float: right;
}
.langage-menu .dropdown-toggle{
    color: var(--bg-yellow);
    font-family: var(--font-century-bold);
    background: transparent;
    border: none;
    position: relative;
    border-bottom: 3px solid var(--bg-yellow);
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}
.langage-menu .dropdown-toggle:focus{
    box-shadow: none;
}
.langage-menu{
    float: right;
    margin-right: 30px;
    margin-top: 3px;
}
.langage-menu .dropdown-menu {
    font-size: 20px;
    padding: 20px;
    color: var(--bg-yellow);
    background-color: #fff;
    border: 0;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
}
.langage-menu .dropdown-menu li{
    border-bottom: 1px solid var(--bg-yellow);
}
.langage-menu .dropdown-menu li:last-child{
    border-bottom: 0;
}
.langage-menu .dropdown-menu li a{
    font-size: 20px;
    color: var(--bg-yellow);
    font-family: var(--font-century-bold);
    text-transform: uppercase;
}
.langage-menu .dropdown-item:focus,.langage-menu .dropdown-item:hover,.langage-menu .dropdown-item:active {
    color: var(--bg-yellow);
    background: #e9ecef73;
}
.revenu-tax-blade #noincome{
    border: 0 solid var(--color-blue);
    border-radius: 25px 25px 0 0;
    min-height: 35px;
    border-bottom: none;
}
.plt-subtitle-p{
    max-width: 920px;
    margin: 0 auto 20px;
    text-align: center;
}
.prix-pdf-wrap{
    max-width: 1200px;
    margin: 0 auto 20px;
    clear: both;
    display: flex;
}
.prix-pdf-item{
    display: flex;
    width: 33.333%;
    float: left;
}
.fw-col-inner{
    clear: both;
}
.prix-pdf-item a{
    display: flex;
    flex-direction: row;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--font-century-bold);
    color: var(--bg-yellow);
    text-decoration: none;
}
.prix-pdf-item a img{
    width: 60px;
    height: 65px;
    object-fit: contain;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.before-collapse{
    position: relative;
}
.before-collapse:after{
    content: '';
    background: url(../../public/images/documents-closed-desktop-50.png) left center no-repeat;
    width: 30px;
    height: 40px;
    background-size: contain;
    position: absolute;
    left: -40px;
    z-index: 99;
    top: 0;
}
.before-collapse.active:after{
    content: '';
    background: url(../../public/images/documents-open-desktop-50.png) left center no-repeat;
    width: 30px;
    height: 40px;
    background-size: contain;
    position: absolute;
    left: -40px;
    z-index: 99;
    top: 0;
}
.table>:not(caption)>*>* {
    border-bottom-width: 2px;
}
.modify-cont div{
    padding: 8px 15px;
}
.modify-cont div a{
    float: right;
}
.plt-title-endtitle{
    color: var(--color-dark) !important;
}
.end-content{
    padding: 30px 0;
}
.end-content .plt-p-welcome{
    font-weight: 600;
}

.comment-end-wrapper .col-6{
    float: left
}
.comment-end-wrapper .end-box-1{
    padding-right: 60px;
    float: left;
}
.comment-end-wrapper .end-box-1 p{
    clear: both;
    text-align: right;
    margin-top: 20px;
    display: inline-block;
    margin-right: 15px;
}
.comment-end-wrapper .end-box-2{
    padding-left: 60px;
    float: right;
}
.comment-end-wrapper .end-box-2 p{
    clear: both;
    text-align: left;
    margin-top: 20px;
    display: inline-block;
    margin-left: 15px;
}
.col-6.end-box-1{
    border-right: 2px solid #ffd34c47;
}
.comment-end-wrapper .end-box-1 .comment-item-box{
    float: right;
    width: 300px;
    cursor: default;
}
.comment-end-wrapper .end-box-2 .comment-item-box{
    float: left;
    width: 300px;
    cursor: default;
}
.comment-end-wrapper .comment-subitem-box {
    padding: 25px 15px;
    width: 50%;
    float: left;
    margin: 0 3%;
    text-align: center;
}
.comment-box-mobileonly{
    display: none;
}
.account-cont-top{
    padding-bottom: 20px;
}
.acount-content.line-right{
    position: relative;
}
.acount-content.line-right:after{
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background:var(--bg-yellow);
    right: 50px;
    top: 0;
}
.btn-login-register {
    background: #fff !important;
    border: 2px solid var(--bg-yellow) !important;
    border-radius: 25px;
    color: var(--bg-yellow) !important;
    transition: all 0.5s ease;
    padding: 8px 30px !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px !important;
    clear: both;
    margin-top: 15px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 47px;
    margin-right: 60px;
}
.btn-login-register:hover,.btn-login-register:active, .btn-login-register:focus{
    background: var(--bg-yellow) !important;
    border: 2px solid var(--bg-yellow) !important;
    color: #fff !important;
    text-decoration: none;
}
.login-guestonly-wrap{
    flex-direction: column;
    height: 240px;
}
.loginonly-guestonly-wrap{
    flex-direction: column;
    height: 160px;
}

.login-guestonly-wrap form, .loginonly-guestonly-wrap form{
    height: 100%;
    margin-top: auto;
    display: flex;
}
.btn-login-guest{
    margin-top: auto;
}
.loginuser-wrap{
    justify-content: flex-end;
}
.fbk-user-account h3.plt-login-h3{
    margin: 27px 0 20px !important;
}
.plt-subtitle-canton-p{
    width: 65%;
    padding-bottom: 20px;
}
.combien-wrap{
    display: none;
}
.d-flex {
    display: flex !important;
}
.flex-column{
    flex-direction: column !important;
}
.m-top-auto{
    margin-top: auto !important;
}
.disabled-option{
    height: 0;
}
.fbk_select:focus option:first-of-type {
    display: none;
}
.confirmation_box{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    margin: 120px auto;
}
.confirmation_box button{
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirmation{
    position: relative;
    padding-left: 40px;
    display: flex;
    font-family: var(--font-century);
}
.confirmation_chk{
    position: relative;
    margin-left: 40px;
    display: flex;
    font-family: var(--font-century);
}
.btn.btn-steps:hover {
    color: #2f3237 !important;
    background-color: #fff !important;
    border-color: #2f3237 !important;
}
.confirmation_chk input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Hide the browser's default checkbox */
.confirmation .fbk_required_validation {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.confirmation:hover .fbk_required_validation ~ .checkmark, .confirmation_chk:hover input ~ .checkmark  {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.confirmation .fbk_required_validation:checked ~ .checkmark, .confirmation_chk input:checked ~ .checkmark {
    background-color: #c3e3e6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.confirmation .fbk_required_validation:checked ~ .checkmark:after, .confirmation_chk input:checked ~ .checkmark:after  {
    display: block;
}

/* Style the checkmark/indicator */
.confirmation .checkmark:after {
    left: 8px;
    top: 3px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.confirmation_chk .checkmark:after {
    left: 8px;
    top: 3px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-search-filter{
    width: 100%;
}
.fbk_cl {
    position: fixed;
    bottom: 15px;
    right: 10px;
}
.fbk_first_step{
    position: fixed;
    top: 10px;
    left: 10px;
}
.filter-data{
    margin-bottom: 25px;
}
.btn-submit-finish{
    margin-top: 20px;
}
.btn-validate:hover, .btn-submit-finish:hover{
    background: var(--bg-yellow) !important;
}
.btn-validate:active, .btn-validate:focus, .btn-submit-finish:active, .btn-submit-finish:focus{
    background: var(--bg-yellow) !important;
    border: 2px solid  var(--bg-yellow) !important;
    color: #fff !important;
}
.img-responsive{
    max-width: 100%;
}

.important-msg{
    border: 3px solid red;
    border-radius: 10px;
    padding: 30px;
    width: 80% !important;
    margin: 10px auto 30px;
    font-weight: 600;
}
.fbk_required{
    border: 2px solid red !important;
}
.step-two input.fbk_required, .step-two textarea.fbk_required{
    border-bottom: 2px solid red !important;
}

/*Media Query DESKTOP*/
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 920px;
    }

    .taxation-doc, .tax-return-file-doc, .maladie-doc {
        position: relative;
    }

    .taxation-doc:after {
        content: '';
        position: absolute;
        right: 0;
        top: 20px;
        background: url("../../public/images/les-dones-base-1.png") no-repeat;
        width: 136px;
        height: 188px;
        background-size: contain;
    }

    .tax-return-file-doc:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background: url("../../public/images/les-dones-base-2.png") no-repeat;
        width: 136px;
        height: 190px;
        background-size: contain;
    }

    .maladie-doc:after {
        content: '';
        position: absolute;
        right: 10px;
        top: 15px;
        background: url(../../public/images/maladie-doc.png) no-repeat;
        width: 140px;
        height: 194px;
        background-size: contain;
    }


    .insurance-inside-content {
        width: 100%;
    }

    .lightbox-img {
        display: block;
        position: absolute;
        top: 0;
        width: 139px;
        height: 190px;
        right: 0;
        z-index: 9;
    }

    .lightbox-img:after {
        content: '';
        background: url(../../public/images/zoom-hover.png) no-repeat;
        width: 100%;
        height: 100%;
        background-size: cover;
        opacity: 0;
        display: block;
        top: 0;
        right: 0;
        position: absolute;
        transition: all 0.5s ease;
    }

    .lighbox-img-small {
        width: 79px;
        height: 110px;
    }

    .lightbox-img:hover::after {
        opacity: 1 !important;
    }

    .maladie-doc.gallery .lightbox-img {
        width: 140px;
        height: 194px;
        right: 10px;
        top: 15px;
    }

    .built-form-pdf .drag-area {
        max-width: 540px;
    }

    .built-form-pdf {
        position: relative;
    }

    .unemployed-opt .lightbox-img {
        top: 25px;
        right: 85px;
    }

    .taxation-doc.gallery .lightbox-img {
        top: 20px;
    }
    .faq-icon:before {
        content: '';
        width: 190px;
        height: 106px;
        left: 10px;
        top: 0;
    }
    .faq-icon:after {
        content: '';
        width: 198px;
        height: 102px;
        right: 10px;
        bottom: -20px;
    }
    .merried_single_select label:lang(en) {
        width: 145px;
    }
    .canton-btn-start, .combien-wrap-toggle{
        margin-right: 120px;
    }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 920px;
    }
    .fbk-plt-filters .opt_container .btn-information {
        right: -40px;
    }
    .select-option-right-pos {
        padding-right: 20px;
    }
    .revenu-tax-blade .opt_container .btn-information {
        right: -80px;
    }

}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px;
    }
    .insurance-inside-content{
        width: 85%;
    }
    .maladie-doc:after{
        content: '';
        position: absolute;
        right: 15px;
        top: 15px;
        background: url("../../public/images/maladie-doc.png") no-repeat;
        width: 151px;
        height: 209px;
        background-size: contain;
    }
    .maladie-doc.gallery .lightbox-img{
        top: 15px;
        width: 151px;
        height: 209px;
        right: 15px;
    }
    .built-form-pdf .drag-area{
        max-width: 700px;
    }
    .faq-icon:before {
        content: '';
        width: 190px;
        height: 106px;
        left: 10px;
        top: 0;
    }
    .faq-icon:after {
        content: '';
        width: 198px;
        height: 102px;
        right: 10px;
        bottom: 0;
    }
}
@media (min-width: 1600px) {
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 25% !important;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }
}
@media (min-width: 1680px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1380px;
    }
    .fbk-plt-filters .opt_container .btn-information {
        right: 0;
    }
    .revenu-tax-blade .opt_container .btn-information {
        right: -80px;
    }
    .intro-meried .opt_container .btn-information {
        right: -80px;
    }
    .select-option-right-pos {
        padding-right: 0;
    }
    .taxation-doc:after, .tax-return-file-doc:after{
        content: '';
        right: 150px;
    }
    .insurance-inside-content{
        width: 80%;
    }
    .maladie-doc:after {
        content: '';
        right: 85px;
    }
    .lightbox-img{
        right: 150px;
    }
    .maladie-doc.gallery .lightbox-img{
        right: 85px;
    }
    .built-form-pdf.taxation-doc:after{
        content: '';
        right: 90px;
    }
    .built-form-pdf.gallery .lightbox-img{
        right: 90px;
        top: 20px;
    }
    .unemployed-opt .lightbox-img{
        top: 25px;
        right: 85px;
    }
}
/*Media Query MOBILE*/
@media (max-width: 1680px) {
    .siteprogress {
        position: fixed;
        right: 15px;
        top: 90px;
    }
    .household-kids > div, .household-persons > div {
        width: 100%;
    }
    .tresuary_blade .contributes-left-deduction {
        width: 16%;
    }
    .meried-yesno-status-box .question-text{
        width: 70%;
    }
    .fbk-user-account h3{
        font-size: 22px;
    }
    .fbk-user-account p {
        font-size: 18px;
    }

}
@media (max-width: 1700px) {
.household-kids .question-text, .household-persons .question-text {
    width: 79%;
}
    .household-kids .question-text:lang(fr), .household-persons .question-text:lang(fr){
        width: 74%;
    }
}
@media (max-width: 1550px) {
.step-two .col-9 {
    flex: 0 0 auto;
    width: 90% !important;
}
}
@media (max-width: 1500px) {
    .siteprogress {
        position: fixed;
        right: 5px;
        top: 90px;
    }
    .alomony-yes-no-quest .question-text, .loan-form-ouinon .question-text{
        width: 75%;
    }
    .custom-select-fbk {
        width: 260px;
    }
}
@media (max-width: 1400px) {
    .household-persons .question-text {
        width: 60%;
    }
    .siteprogress ul li {
        width: 120px;
        font-size: 14px;
        line-height: 16px;
    }
    .household-kids > div, .household-persons > div {
        width: 90%;
    }
    .property-form-box {
        width: 100%;
    }
    .question-text {
        padding-right: 15px;
    }
    .capital-inside {
        width: 95%;
    }
    .contributes-left-deduction {
        width: 30%;
    }
    .contributes-right-deduction {
        width: 70%;
    }
    .contributes-right-deduction .plt-user-inputs-flat input{
        width: 80% !important;
    }
    .contributes-left-savings {
        width: 30%;
    }
    .alimony-inside-content{
        width: 90%;
    }
    .fbk-plt-savings .drag-area{
        width: 550px;
    }
    .invaccount-form{
        width: 100%;
    }
    .qustion-text-invaccount{
        width: 60%;
    }
    .tresuary_blade .contributes-left-deduction {
        width: 20%;
    }
    .inside-loans-content{
        width: 80%;
    }
    .loan-form-ouinon .question-text{
        width: 55%;
    }
    .cont-left-small {
        width: 23%;
    }
    .cont-right-small .drag-area {
        width: 510px;
    }
    .meried-yesno-status-box .question-text {
        width: 68%;
    }
    .comment-welcome-wrapper .comment-item-box,.comment-welcome-wrapper .comment-subitem-box {
        width: 29%;
        margin: 0 2%;
    }
    .btn-login-register {
        padding: 8px 15px !important;
        white-space: nowrap;
    }
}
@media (max-width: 1200px) {
    .household-kids > div, .household-persons > div {
        width: 80%;
    }
    .siteprogress{
        display: none;
    }
    .household-kids > div, .household-persons > div {
        width: 100%;
    }
    .alimony-inside-content{
        width: 100%;
    }
}
@media (max-width: 992px) {
    .plt-title {
        font-size: 52px;
        line-height: 55px;
    }
    .done_uploading div  a {
        opacity: 1;
    }
    .step-two form {
        clear: both;
        width: 100%;
    }
    .desktop-only{
        display: none;
    }
    .mobile-only{
        display: block;
    }
    .btn-site-return, .btn-site-reset {
        padding: 12px 0;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }
    .btn-site-reset {
        margin-right: 15px;
    }
    .return-to-site-icon{
        width: 20px;
        height: 28px;
        margin: 0 auto;
        padding-right: 4px;
    }
    .btn-site-reset .return-to-site-icon {
        width: auto;
        height: 28px;
        margin: 0 auto;
        padding-right: 0;
    }
    .welcome-questionary {
        margin-top: 25px;
    }

    .question-text {
        font-size: 18px;
        width: 65%;
        display: block;
        float: left;
    }
    .btn-information {
        position: absolute;
        right: -10px;
        top: -1px;
    }
    .fbk-user-account .question-text {
        width: 100%;
    }
    .alimony-inside-content {
        width: 100%;
        margin-left: 0;
    }
    .fbk-plt-savings .drag-area{
        width: 500px;
    }
    .invaccount-form .contributes-left-deduction, .invaccount-form .contributes-right-deduction{
        width: 100%;
        float: left;
    }
    .tresuary_blade .contributes-left-deduction {
        width: 26%;
    }
    .special-debt-text .question-text{
        width: 88%;
    }
    .debt_inside_content{
        width: 100%;
        margin-left: 0;
    }
    .revenu-tax-blade .custom-select-wrapper {
        float: left !important;
        padding-left: 25px;
        margin-top: 10px;
    }
    .revenu-tax-blade .opt_container .btn-information {
        right: 0;
    }
    .drag-area {
        width: 100%;
    }
    .drag-text {
        width: 80%;
        text-align: center;
        flex: inherit;
    }
    .drag-area .icon {
        background: url(../images/fileinput-mobile.png) no-repeat;
        width: 90px;
        height: 59px;
        background-size: contain;
        margin-bottom: 25px;
    }
    .mobile-top-25{
        margin-top: 25px;
        display: inline-block;
    }
    .lightbox-img, .lightbox-img img{
        display: none;
    }
    .cont-left-small {
        width: 30%;
    }
    .fbk-plt-savings .drag-area .icon {
        width: 90px;
        height: 59px;
        margin-left: 30px;
        top: 10px;
    }
    .btn-rendez{
        background: var(--bg-yellow);
        width: 100% !important;
        float: left;
        margin-bottom: 15px;
        height: auto;
        border-radius: 15px;
    }
    .contact-btn-end {
        width: 100%;
        float: right;
        border-radius: 15px !important;
    }
    .drop_file_name div:before{
        opacity: 1 !important;
    }
    .sliding-navbar {
        position: absolute;
        top: 0;
        left: -80%;
        height: 100%;
        width: 80%;
        background: #fff;
        transition: left 0.8s ease-in-out;
        z-index: 300;
        box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    }
    .sliding-navbar--open{
        left: 0px;
    }
    .mask{
        position:absolute;
        top: 0;
        left:0;
        height: 100%;
        width:100%;
        background: #333;
        opacity:0.8;
        z-index: -100;
    }
    .show{
        z-index: 200;
    }
    .brand{
        text-decoration: none;
        color: #fff;
        display: block;
        width: 140px;
        margin: 20px auto 0 auto;
        font-family:sans-serif;
        transition: color 0.2s ease-in-out;
    }
    .brand:hover{
        color: #ccc;
    }
    .navbar--items{
        list-style-type: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .navbar--item{
        margin: 20px;
        letter-spacing: 1px;
        color: white;
        font-family:sans-serif;
        text-transform: uppercase;
    }
    .hamburger-menu {
        z-index: 999;
        position: fixed;
        bottom: 30px;
        left: 30px;
        margin: auto;
        width: 65px;
        height: 60px;
        cursor: pointer;
        background: var(--color-blue);
        border-radius: 50%;
        padding: 20px 13px;
    }
    .hamburger {
        position: relative;
        transform: translateY(10px);
        background: white;
        transition: all 0ms 100ms;
    }
    .hamburger.menu-opened {
        background: var(--color-blue);
    }
    .hamburger,
    .hamburger:after,
    .hamburger:before {
        width: 40px;
        height: 3px;
    }
    .hamburger:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 10px;
        background: white;
        transition: all 0.3s ease-in-out;
    }
    .hamburger:after {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        background: white;
        transition: all 0.3s ease-in-out;
    }
    .menu-opened:before {
        bottom: 0;
        transition: all 0.3s ease-in-out;
        transform: rotate(-45deg);
    }
    .menu-opened:after {
        bottom: 0;
        transition: all 0.3s ease-in-out;
        transform: rotate(45deg);
        top: 0px;
    }
    .mobile-nav-sitemap .siteprogress {
        position: absolute;
        right: inherit;
        top: 90px;
        left: 40px;
    }
    .mobile-nav-sitemap .siteprogress ul li {
        width: 100%;
        font-size: 14px;
        line-height: 16px;
    }
    .mobile-nav-sitemap .siteprogress {
        display: block;
    }
    .fbk-plt-main {
        padding-bottom: inherit;
        min-height: inherit;
    }
    .faq-icon:before,.faq-icon:after{
        width: 110px;
    }
    .comment-welcome-wrapper .comment-item-box, .comment-welcome-wrapper .comment-subitem-box {
        width: 30%;
        margin: 0 1%;
        padding: 15px 5px;
    }
    .prix-pdf-item {
        display: block;
        text-align: center;
    }
    .prix-pdf-item img {
        margin: 0 auto;
    }
    .prix-pdf-item a {
        padding: 10px;
        text-align: center;
        display: block;
    }
    .prix-pdf-item a img{
        display: block;
        margin: 10px auto;
    }
    .merried_single_select label:lang(en) {
        width: 142px;
    }
    .acount-content.line-right:after{
        display: none;
    }
    .fbk-user-account h3 {
        font-size: 20px;
    }
    .fbk-user-account p {
        font-size: 16px;
    }
    .login-guest-wrap {
        flex-direction: column;
    }
    .fbk-user-account h3.plt-login-h3 {
        margin: 20px 0 10px !important;
        width: 100%;
        clear: both;
        display: block;
        float: left;
    }
    .step-two .col-9{
        width: 100% !important;
        max-width: 100% !important;
    }

}
@media (max-width: 767px) {
    .fbk-plt-main.blue-text input[type="number"]{
        width: 100%;
    }
    .custom-select-fbk {
        width: 100%;
    }
    .col-7,.col-6,.col-5  {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-9.input-special-text-rue{
        width: 75%;
    }
    .plt-borderer{
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .plt-titl-h3 {
        font-size: 22px;
        line-height: 24px;
        margin: 15px 0 15px !important;
    }
    .custom-select-trigger {
        font-size: 20px;
        line-height: 55px;
        border-radius: 30px;
    }
    input[type="radio"] {
        width: 1px;
    }
    .plt-borderer label{
        width: 110px;
    }
    .plt-borderer .switch {
        top: 0;
    }
    .question-text {
        font-size: 18px;
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 10px;
    }
    .short_welcome_form {
        clear: both;
        margin-top: 25px;
        width: 100%;
    }
    .btn-information {
        position: absolute;
        right: -10px;
        top: -2px !important;
        padding: 0 !important;
    }
    #byebye:after, #contact_page:after {
        content: '';
        width: 311px;
        height: 360px;
    }
    .byebye .col-6{
        width: 50%;
    }
    .byebye .plt-btn-next{
        float: left !important;
    }
    .fbk-plt-filters .opt_container span{
        display: block;
        width: 100%;
        clear: both;
    }
    .select-option-right-pos {
        float: left;
        margin: 7px 0;
    }
    .fbk-plt-filters .opt_container .btn-information {
        position: absolute;
        right: -2px;
        top: 2px !important;
        padding: 0;
    }
    .fbk-plt-filters .opt_container {
        padding-bottom: 5px;
        clear: both;
    }
    .contact-page .col-7{
        width: 99%;
    }
    .drag-area {
        height: auto;
    }
    .drag-text{
        width: 75%;
    }
    .drag-area .buttonfile {
        font-size: 16px;
        padding: 0;
    }
    .drag-area span {
        font-size: 16px;
    }
    .drag-area header {
        font-size: 18px;
    }
    .household-kids > div, .household-persons > div {
        width: 100%;
    }
    .household-kids .form-select {
        padding: 0;
    }
    .opt_container .opt_yes{
        margin-left: 25px;
    }
    .opt_container.merried_single_select .opt_yes, .meried-yesno-status .opt_yes{
        margin-left: 0;
    }
    .question-arrows .question-text {
        padding-left: 30px;
        padding-right: 35px;
    }
    .question-arrows .inside-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .plt-btn-next, .plt-btn-suviant-white{
        float: none;
        margin: 0 auto;
    }
    .meried-yesno-status{
        text-align: center;
        margin-top: 15px;
    }
    .question-arrows .inside-content-margin {
        margin-left: 30px;
        float: left;
        margin-right: 20px;
    }
    .question-arrows .question-text:before {
        content: '';
        width: 25px;
        height: 25px;
        left: 0;
        top: 2px;
    }
    .question-arrows .opt_container.active .question-text:before {
        content: '';
        width: 25px;
        height: 25px;
    }
    .opt_container {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .m-b-45 {
        margin-bottom: 15px;
    }
    .drop_file_name {
        font-size: 16px;
        line-height: 20px;
    }
    .section-note {
        padding: 30px;
    }
    .section-note textarea {
        height: 100px;
        width: 100% !important;
    }
    .question-arrows .household-kids, .question-arrows .household-persons {
        padding-left: 0;
        margin-bottom: 25px;
    }
    .inc_dec_arrow-left {
        margin-left: 20px;
    }
    .household-kids .question-text, .household-persons .question-text {
        width: 100%;
    }
    .household-kids .question-text:lang(fr), .household-persons .question-text:lang(fr){
        width: 100%;
    }
    .household-kids .opt_container .opt_yes, .household-persons .opt_container .opt_yes {
        margin-left: -4px;
    }
    .household-kids .question-text.smaller, .household-persons .question-text.smaller {
        width: 100%;
    }
    .household-kids .col-10, .household-persons .col-10 {
        width: 100%;
    }
    .combien-de-fois {
        padding: 20px 0;
    }
    .combien-de-fois .question-text{
        font-size: 16px;
        width: 56%;
        padding-right: 0 !important;
    }
    .combien-de-fois .question-text.no-icon{
        padding-left: 30px !important;
    }
    .combien-de-fois .plt-user-inputs-flat .question-text.no-icon{
        padding-left: 0 !important;
        width: 100%;
    }
    .plt-user-inputs-flat {
        display: block;
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    .vous-etes-passe .col-3, .vous-etes-passe .col-9 {
        float: left;
        width: 100% !important;
    }
    .vous-etes-passe {
        padding: 0 20px;
    }
    .vous-etes-passe p {
        text-align: left;
        padding-top: 5px;
        padding-right: 0;
    }
    .property-label {
        margin-top: 0;
        display: block;
        float: left;
        width: 100%;
    }
    .property-label label {
        padding: 8px 7px;
        width: 30%;
        margin-right: 1%;
        font-size: 14px;
        text-align: center;
        height: 70px;
        float: left;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-top: 0;
    }
    .ocupation-tax .question-text {
        margin-top: 0;
    }
    .student-select {
        padding: 0.375rem 2.25rem 0.375rem 0;
    }
    .fbk-plt-revenu .custom-select-wrapper {
        float: left !important;
        padding-left: 25px;
        margin-top: 10px;
    }
    .fbk-plt-revenu-insidecontent .question-text {
        padding-left: 0;
        padding-right: 0;
    }
    .fbk-plt-revenu-insidecontent .opt_container .opt_yes, .capital-inside .opt_container .opt_yes {
        margin-left: -4px;
    }
    .fbk-plt-revenu-insidecontent .col-10 {
        width: 100%;
    }
    .fbk-plt-revenu-insidecontent .custom-select-wrapper {
        float: left !important;
        padding-left: 0;
        margin-top: 10px;
    }
    .fbk-plt-revenu-insidecontent .custom-select{
        padding: 1rem 2.25rem 0.375rem 0;
    }
    .capital-inside {
        padding: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 0;
        float: left;
        width: 100%;
    }
    .fbk-plt-capital .custom-select-wrapper {
        float: left !important;
    }
    .fbk-plt-capital .custom-select{
        margin-top: 0;
    }
    .capitals-question-text {
        width: 100% !important;
    }
    .table {
        margin: 10px 0;
    }
    .contributes-left-deduction {
        width: 100%;
    }
    .contributes-right-deduction {
        width: 100%;
    }
    .contributes-right-deduction .plt-user-inputs-flat input{
        width: 100% !important;
    }
    .fbk-plt-savings .contributes-left-savings {
        height: 75px;
        width: 100% !important;
        justify-content: center;
    }
    .political-blade .opt_container .opt_yes, .alimony-inside-content .opt_container .opt_yes {
        margin-left: -4px;
    }
    .insurance-inside-content .btn-information {
        right: 0 !important;
    }
    .political-text-who{
        margin-bottom: 10px;
    }
    .alimony-inside-content .col-10 {
        width: 100%;
    }
    .alimony-inside-content .input-special-text-rue input {
        width: 95% !important;
    }
    .alimony-inside-content .col-12.input-special-text-rue input {
        width: 95% !important;
    }
    .fbk-plt-savings .drag-area{
        width: 100%;
    }
    .question-text-alimony{
        margin-bottom: 10px;
    }
    .invaccount-form .contributes-right-deduction .opt_container .opt_yes {
        margin-left: -4px;
    }
    .investor-account-contribute .opt_yes{
        margin-left: -4px
    }
    .investor-account-contribute label{
        margin-bottom: 8px;
    }
    .plt-user-inputs-flat .col-10{
        width: 100%;
    }
    .unlistedaccount .input-special-text-rue input {
        width: 95% !important;
    }
    .unlistedaccount_actions{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .unlistedaccount_actions label{
        margin-bottom: 8px;
    }
    .tresuary_blade .contributes-left-deduction {
        width: 100%;
    }
    .inside-loans-content{
        width: 100%;
        margin-left: 0;
    }
    .inside-loans-content .opt_container .opt_yes{
        margin-left: -4px;
    }
    .inside-loans-content .opt_container .opt_yes{
        margin-top: 10px;
    }
    .debt_inside_content{
        width: 100%;
        margin-left: 0;
    }
    .debt_inside_content .opt_container .opt_yes{
        margin-left: -4px;
        margin-top: 10px;
    }
    .debt_inside_content .investor-account-contribute {
        margin-top: 0;
    }
    .input-checkmark .checkmark{
        right: 0;
    }
    .insurance-single-yesno .opt_yes{
        margin-left: -4px;
    }
    .numero-de-contribuable {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .short_welcome_form{
        margin-bottom: 40px;
    }
    .contact-text-mobile h3, .contact-text-mobile p{
        padding-right: 100px;
    }
    #byebye:after, #contact_page:after {
        content: '';
        width: 211px;
        height: 360px;
    }
    .select-option-right-pos .opt_yes{
        margin-left: -4px;
        margin-bottom: 10px;
    }
    .blue-prefinish-btn{
        margin-top: 20px;
    }
    .services-headline{
        margin-top: 70px;
    }
    .faq-icon:before {
        width: 100px;
        height: 59px;
        left: 10px;
        top: -55px;
    }
    .faq-icon:after {
        width: 100px;
        height: 59px;
        right: 10px;
        top: -55px;
    }
    .langage-menu {
        margin-right: 8px;
    }
    .comment-end-wrapper .end-box-1 .comment-item-box, .comment-end-wrapper .end-box-2 .comment-item-box {
        float: right;
        width: 100%;
        margin: 0 auto;
    }
    .col-6.end-box-1 {
        border-right: 0;
    }
    .comment-end-wrapper .end-box-1 p,.comment-end-wrapper .end-box-2 p  {
        clear: both;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }
    .comment-end-wrapper .end-box-1 {
        float: left;
        padding: 0 20px;
    }
    .comment-end-wrapper .end-box-2 {
        float: left;
        margin-top: 60px;
        padding: 0 20px;
    }
    .welcome-content.end-content{
        padding: 0 20px;
    }
    .intro-meried .select-option-right-pos{
        padding-left: 28px;
    }
    main{
        min-height: 100vh;
    }
    .plt-btn-next{
        margin-top: 20px;
    }
    .plt-btn-suviant{
        margin-bottom: 20px;
    }
    .revenu-tax-blade #noincome {
        border: 0;
    }
    .revenu-tax-blade .select-option-right-pos{
        padding-left: 30px;
    }
    .results-wrapper table tr td.text-left {
        padding-left: 36px;
    }
    .before-collapse:after {
        left: 0;
    }
    .before-collapse.active:after {
        left: 0;
        top: -1px;
    }
    .total-table-chk{
        width: 120px;
    }
    .fbk-user-account .plt-user-inputs input{
        width: 100%;
    }
    .btn-login-register {
        display: flex !important;
        margin-right: 0;
        width: 95%;
        align-items: center;
        justify-content: center;
        float: none !important;
        margin: 15px auto 0;
    }
    .ratingpage .col-6{
        width: 100% !important;
    }
    .fbk_cl {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 15px;
    }
    .fbk_first_step {
        position: relative;
        top: 15px;
        left: 0;
        width: 50%;
    }


}
@media (max-width: 480px) {
    .plt-image-welcomicon {
        width: 132px;
        max-width: 132px;
        min-width: 132px;
    }
    .step-two .col-6, .step-two .col-8,.step-two .col-4 {
         flex: 0 0 auto;
         width: 100% !important;
     }
    .step-one .fbk_question_option {
        width: 100% !important;
        margin-top: 5px !important;
        display: inline-block;
    }

    .step-one .fbk_question .fbk_question_text {
        width: 100% !important;
    }
    .step-one .infobox .fbk_question  .fbk_question_text {
        width: 85% !important;
    }
    .infobox .fbk_question_text{
        padding-right: 10px;
    }
    .total_box {
        height: 120px;
        max-width: 520px;
        width: auto;
        flex-direction: row;
    }
    .total_amount {
        font-size: 18px;
        height: 50px;
        display: flex;
        width: 90%;
        justify-content: center;
        align-items: center;
        margin: auto 10px;
    }
    .total_title {
        margin-top: 0;
        line-height: 26px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .step-one .fbk_select {
        height: 38px;
    }
    .household-kids > div, .household-persons > div {
        padding: 15px 15px;
    }
    .resident-label label {
        width: 45.5%;}

    .step-two .col-md-9 {
        flex: 0 0 auto;
        width: 100% !important;
    }
    .step-two .col-3 {
        flex: 0 0 auto;
        width: 100% !important;
    }
    .step-two .col-7, .step-two .col-5 {
        flex: 0 0 auto;
        width: 100% !important;
    }
    .plt-oui-non-wrapper {
        float: left;
        margin: 0 0 35px;
        clear: both;
    }
    .plt-user-inputs input {
        width: 100%;
    }
    .merried_single_select{
        text-align: center;
    }
    .merried_single_select label {
        font-size: 14px;
        line-height: 17px;
    }
    .merried_single_select label {
        width: 109px;
        padding: 10px 10px;
    }
    .drag-area {
        height: auto;
    }
    .date-input input {
        width: 100%;
    }
    .blue-buttons .plt-user-inputs-flat input {
        width: 98% !important;
    }
    .household-persons .question-text {
        width: 100%;
    }
    .property-label label {
        margin-top: 0;
    }
    .fbk-plt-savings .drag-area .icon {
        margin-left: 20px;
    }
    .canton-mobile .opt_yes {
        margin-left: -4px;
    }
    .numero-de-contribuable input{
        width: 100% !important;
    }
    .table {
        padding: 0 10px 0 0;
    }
    .plt-borderer{
        margin-bottom: 20px;
    }
    .button-revenu-annuler{
        width: 160px;
        margin-top: 15px;
        background: var(--bg-yellow) !important;
        border: 2px solid var(--bg-yellow) !important;
        padding: 8px 10px !important;
    }
    .select-option-left-pos{
        text-align: center;
    }
    .unlistedaccount_actions label{
        width: 100%;
        padding: 10px;
        text-align: center;
        margin-bottom: 0;
    }
    .contact-text-mobile h3, .contact-text-mobile p{
        padding-right: 85px;
    }
    #byebye:after, #contact_page:after {
        content: '';
        width: 180px;
        height: 360px;
    }
    .contact-text-mobile p{
        font-size: 15px;
        line-height: 19px;
    }
    .comment-welcome-wrapper .comment-item-box, .comment-welcome-wrapper .comment-subitem-box {
        width: 100%;
        margin: 10px 0;
        padding: 15px 5px;
    }
    .prix-pdf-item img {
        margin: 0 auto;
        width: 70px;
    }
    .prix-pdf-item a img {
        display: block;
        margin: 7px auto;
        width: 35px;
        height: 45px;
    }
    .prix-pdf-item a {
        padding: 7px;
        text-align: center;
        display: block;
        font-size: 14px;
        line-height: 18px;
    }
    #header #logo {
        float: left;
        width: 180px;
        padding: 10px 0;
    }
    #header #logo img{
        width: 180px;
    }
    .btn-site-reset {
        margin-right: 8px;
    }
    .langage-menu .dropdown-toggle {
        padding: 6px 0;
    }
    .langage-menu {
        margin-right: 10px;
        margin-top: 2px;
    }
    .modify-cont div {
        clear: both;
    }
    .modify-cont div span{
        display: block;
        float: left;
        width: 85%;
    }
    .comment-box-mobileonly{
        display: block;
        text-align: center;
        padding: 5px 15px;
    }
    .comment-subitem-wrap{
        display: none;
    }
    .comment-box-mobileonly span{
        font-weight: bold;
        display: block;
        width: 100%;
    }
    .merried_single_select label:lang(en) {
        width: 111px;
        padding: 10px 5px;
    }
    .switch_merried:lang(en) {
        margin: 0 5px;
    }
}
@media (max-width: 430px) {
    .question-text {
        font-size: 18px;
        clear: right;
        display: block;
    }
    .drag-area .buttonfile {
        font-size: 14px;
        padding: 0;
    }
    .drag-area span {
        font-size: 14px;
    }
    .drag-area header {
        font-size: 14px;
    }
    .drag-area {
        height: auto;
    }
    .drag-text {
        width: 75%;
    }
    .drag-area .icon {
        right: 10px;
        margin-top: 30px;
    }
    .plt-p-text {
        font-size: 18px;
        line-height: 22px;
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .combien-de-fois .question-text {
        width: 48%;
    }
    #logo img{
        max-width: 200px;
    }
}
@media (max-width: 380px) {
    .fbk-plt-revenu-insidecontent .opt_container label{
        margin-bottom: 8px;
    }
    .drag-area {
        max-width: 100%;
    }
    #logo img{
        max-width: 180px;
    }
    .fbk-plt-revenu.blue-buttons .custom-select-trigger {
        width: 290px;
        padding: 0 10px 0 30px;
        font-size: 16px;
    }
    .capital-inside .custom-select-trigger {
        width: 290px !important;
        font-size: 16px !important;
    }
    .capital-select .custom-options {
        width: 96% !important;
        min-width: 96% !important;
        left: 2% !important;
    }
    .btn-site-reset {
        margin-right: 6px;
        margin-top: 6px;
    }
    .btn-site-reset .return-to-site-icon {
        width: auto;
        height: 23px;
        margin: 1px auto;
        padding-right: 0;
    }
    .return-to-site-icon {
        width: 16px;
        height: 20px;
        margin: 3px auto;
        padding-right: 4px;
    }
    .btn-site-return{
        margin-top: 6px;
    }
    .btn-site-return, .btn-site-reset {
        padding: 8px 0;
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 360px) {
    .table {
        margin: 10px 0;
        padding: 0 20px 0 0;
    }
    table tr th, table tr td {
        padding: 4px 5px !important;
    }
    .results-wrapper table tr td.text-left {
        padding-left: 36px !important;
        font-size: 14px;
    }
    .results-wrapper table tr td.text-right {
        font-size: 14px;
    }
    .before-collapse:after,.before-collapse.active:after{
        width: 20px;
        height: 30px;
        top: 0;
    }
}
@media (max-width: 350px) {
    .merried_single_select label {
        width: 100px;
    }
    .merried_single_select label {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 5px;
    }
    .fbk-plt-main.blue-buttons .custom-select-trigger {
        width: 230px;
        padding: 0 10px 0 20px;
        font-size: 15px;
    }
    .capital-inside .custom-select-trigger {
        width: 230px !important;
    }
    .household-persons .drag-text {
        width: 100%;
    }
    .household-persons .drag-area .buttonfile {
        font-size: 12px;
        padding: 0;
    }
    .household-persons .drag-area span {
        font-size: 12px;
    }
    .household-persons .drag-area header {
        font-size: 12px;
    }
    .household-persons .drag-area .icon {
        width: 151px;
        height: 38px;
        right: 9px;

    }
    .combien-de-fois .question-text {
        width: 42%;
    }
    .fbk-plt-main.blue-buttons .custom-select-trigger:after {
        top: 50%;
        left: 9px;
        right: inherit;
        margin-top: -3px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 14px;
        height: 14px;
        top: 50%;
        right: 25px;
        margin-top: -4px;
        border-bottom: 3px solid #ffd34c;
        border-right: 3px solid #ffd34c;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
    }
    .inside-content .contribute-labels {
        margin-top: 25px;
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
    .inside-content .contribute-labels .opt_ye{
        margin-left: -4px;
    }
    #header #logo,#header #logo img {
        width: 150px;
    }
    .merried_single_select label:lang(en) {
        width: 105px;
        padding: 10px 4px;
    }
    .switch_merried:lang(en) {
        margin: 0 2px;
    }

}

/* ########################################
###########################################
|
|           ADMIN STYLES START
|
###########################################
#########################################*/

.admin_input{
    clear: both;
    border: 1px solid var(--color-blue);
    border-radius: 10px;
    padding: 8px 10px;
    color: var(--color-blue);
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.bo_admin_details .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: #c3e3e6 #c3e3e6 #fff;
    color: #f6d459;
}

.bo_admin_details .nav-tabs {
    border-bottom: 1px solid #c3e3e6;
}

.bo_admin_details .nav-link{
    color: #c3e3e6;
}

.bo_admin_details .nav-link:focus, .nav-link:hover{

}

.bo_admin_details .tab-pane{
    padding: 15px;
    border-left: 1px solid #c3e3e6;
    border-right: 1px solid #c3e3e6;
    border-bottom: 1px solid #c3e3e6;
}

