    @import url('https://fonts.googleapis.com/css2?family=Advent+Pro&family=Montserrat&display=swap');

    body {
        color: #34495e;
        font-family: 'Montserrat', sans-serif;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
        overflow-wrap: break-word;
    }

    .color_grey {
        color: #8f8f8f;
    }

    .btn-question {
        font-size: 1.2rem;
        padding: 0rem 0.2rem;
        border-radius: 0.3rem;
        color: #34495e;
        vertical-align: middle;
        line-height: 35px !important;
    }

    .prevnext {
        font-family: 'Advent Pro', sans-serif;
        font-size: 1.5rem;
        vertical-align: middle;
        line-height: 35px !important;
    }

    .progress-bar {
        background-color: #78bcc0;
    }

    .progress {
        height: 0.3rem;
        background-color: #34495e;
    }

    input[type="range"] {
        height: 27px;
        -webkit-appearance: none;
        margin: 10px 0;
        width: 100%;
    }

    input[type="range"]:focus {
        outline: none;
    }

    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 7px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background: #F8C957;
        border-radius: 7px;
        border: 0px solid #000000;
    }

    input[type="range"]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #000000;
        border: 1px solid #F8C957;
        height: 20px;
        width: 20px;
        border-radius: 15px;
        background: #F8C957;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
    }

    input[type="range"]:focus::-webkit-slider-runnable-track {
        background: #F8C957;
    }

    input[type="range"]::-moz-range-track {
        width: 100%;
        height: 7px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background: #F8C957;
        border-radius: 7px;
        border: 0px solid #000000;
    }

    input[type="range"]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #000000;
        border: 1px solid #F8C957;
        height: 20px;
        width: 20px;
        border-radius: 15px;
        background: #F8C957;
        cursor: pointer;
    }

    input[type="range"]::-ms-track {
        width: 100%;
        height: 7px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type="range"]::-ms-fill-lower {
        background: #F8C957;
        border: 0px solid #000000;
        border-radius: 14px;
        box-shadow: 0px 0px 0px #000000;
    }

    input[type="range"]::-ms-fill-upper {
        background: #F8C957;
        border: 0px solid #000000;
        border-radius: 14px;
        box-shadow: 0px 0px 0px #000000;
    }

    input[type="range"]::-ms-thumb {
        margin-top: 1px;
        box-shadow: 0px 0px 0px #000000;
        border: 1px solid #F8C957;
        height: 20px;
        width: 20px;
        border-radius: 15px;
        background: #F8C957;
        cursor: pointer;
    }

    input[type="range"]:focus::-ms-fill-lower {
        background: #F8C957;
    }

    input[type="range"]:focus::-ms-fill-upper {
        background: #F8C957;
    }

    .question_theme {
        font-size: 18px;
    }

    .question_style {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .container_question {
        padding: 25px;
    }

    .content_question {
        background-color: #fff;
        padding: 20px 40px;
    }

    .btn-light {
        background-color: #e2e2e2;
        border-color: #e2e2e2;
    }

    .btn-light:hover {
        background-color: #ececec;
        border-color: #ececec;
    }

    .spacing_radio {
        margin-left: 20px;
    }

    .form-check {
        padding-bottom: 15px;
    }

    .logo_titre {
        height: 40px;
    }

    .bulle {
        position: absolute;
        color: white;
        min-width: 60px;
        border: 1px solid #F8C957;
        padding: 3px;
        border-radius: 2px;
        background: #F8C957;
        text-align: center;
        font-weight: 600;
        text-shadow: 1px 1px grey;
        box-shadow: 1px 1px #C7C7C7;
    }

    .preference {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 12px;
    }

    input[type="radio"]:checked+label{ font-weight: bold; }

	input[type="checkbox"]:checked+label{ font-weight: bold !important; }

    input[type="checkbox"]:checked{ font-weight: bold !important; }

    .boldLabel {
        font-weight: normal;
    }
    .boldLabel.checked {
        font-weight: bold !important;
    }

    @media(max-width: 780px) {
        .container {
            padding-right: 1px;
            padding-left: 1px;
        }

        .container_question {
            padding: 15px;
        }

        .content_question {
            padding: 15px 15px;
        }

        .logo_titre {
            height: 30px;
        }
    }
