@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&family=Quicksand:wght@400;600&display=swap');

    body {
        background-image: url('img/analyse.png');
        background-repeat: no-repeat;
        background-position: center center;
        font-family: 'Quicksand', sans-serif;

    }

    .hide {
        display: none
    }

    .copyright {
        font-size: 0.7rem
    }

    .copyright a {
        text-decoration: none;
        color: var(--bs-footer-color);
    }

    .card {
        border: 0px;
        background-color: transparent
    }

    .step-illustration {
        border-radius: 5px;
        background-color: rgba(255, 255, 255, .4);
        width: 100%;
        height: 100%;
    }

    input,
    .input-group-text {
        font-weight: 600 !important;
        font-size: 140% !important
    }

    ::placeholder {
        color: #ddd !important;
    }

    h6,
    .h6,
    h5,
    .h5,
    h4,
    .h4,
    h3,
    .h3,
    h2,
    .h2,
    h1,
    .h1 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-weight: 600;
        line-height: 1.2;
    }

    .section.section-light {
        background-color: #fff;
        color: #444;
    }

    .section.section-footer {
        background-color: var(--bs-footer-bg);
        color: var(--bs-footer-color);
    }

    .section.section-velvet {
        background-color: var(--bs-velvet);
        color: #ffffff;
    }

    .section.section-green {
        background-color: var(--bs-teal);
        color: #ffffff;
    }

    .section.section-red {
        background-color: var(--bs-red);
        color: #ffffff;
    }

    .section.section-blue {
        background-color: var(--bs-cyan)
    }

    /* Boutons */
    .bouton {
        padding: 8px 16px;
        background-color: var(--bs-secondary);
    }

    /* Notices */
    .input-notice {
        background-color: var(--bs-red);
        color: var(--bs-white);
        border-radius: 0 0 5px 5px;
        margin-top: -4px
    }

    /* Propres du simulateur */
    .progress {
        border-radius: 5px;
        overflow: hidden;
        height: 26px;
        margin-top: 6px;
        position: relative;
    }

    .progress-bar:after {
        content: "";
        position: absolute;
        background: #666;
        bottom: 100%;
        left: 0;
        width: 100%;
        margin-bottom: -1px;
        height: 1px;
    }

    .progress-label {
        font-size: 90%;
        font-weight: 600;
    }

    .steps {
        display: none
    }

    .vh100 {
        height: 100vh
    }

    .vh80 {
        height: 80vh
    }

    .vh20 {
        height: 20vh
    }