:root {
    
    /* Font */
    --font-family: 'Noto Sans', sans-serif;

    /* Logo */
    --logo-url: url(/custom/logo/Logo_des_OAMTC.png);
    /* Logo IPSOS */
    --logo-ipsos-url: url(/custom/logo/ipsos-logo.svg);

    /* Colors */
    --brand-select: #ffe700;
    --brand-progress: #ffe700;
    --brand-question: #000000;
    --brand-button: #ffe700;
    --bg-color: #fff;
    
    /* Option box */
    --option-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --option-border: none;

    --radius-option: 6px;
    --radius-nav-button: 100px;
    --radius-input: 10px;
    --radius-circle: 100px;

    /* Number box */
    --number-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --number-border: 0;
    --number-radius: 6px;

    /* Form inputs */
    --input-border: none;
    --input-radius: 6px;
    --input-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --input-outline: var(--brand-select);
}

.final-heading {

    margin-top: 5%;
    line-height: normal;
    font-size: 11px;


}

@media (min-width: 768px) { 
    .final-heading {
        font-size: 15px;
    }
}

@media (min-width: 1080px) { 
    .final-heading {
        font-size: 22px;
    }
}

.header {

    background: #ffe700

}


.navigation__next, .navigation__submit {

    color: #000000;

}

.navigation__back {

    color: #000000;

}

.numbers__input:checked~.numbers__label {

    color: #000000;

}

.header__logo-box {

    min-height: 75px;
    
}

.numbers__label {

    box-shadow: 3px 3px #cccccc63;

}


/*
@media (min-width: 768px) {
    .numbers__row .numbers__number label[for=option416] {

        padding-left: 20px;

    }
}
*/

.navigation {

    margin: 25px 0 0px;
    padding-bottom: 0px;
    background: var(--logo-ipsos-url) no-repeat 98% top;
    background-size: auto;

}

@media (min-width: 576px) {
  .numbers__row {
    justify-content: space-evenly;
  }
}

.option__label {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}

.option__input:checked ~ .option__label {
    color: #000;
}
.multiple__emotion {
    width: 15%;
    padding-top: 5%;
    gap: 5px;
}
.multiple__emotion img {
    visibility: hidden;
    max-width: 0%;
}