/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*//* Marianne Thin */
@font-face {
    font-family: 'Marianne';
    src: url('files/fonts/Marianne-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marianne';
    src: url('files/fonts/Marianne-Thin_Italic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Marianne Light */
@font-face {
    font-family: 'Marianne';
    src: url('files/fonts/Marianne-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marianne';
    src: url('files/fonts/Marianne-Light_Italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Marianne Regular */
@font-face {
    font-family: 'Marianne';
    src: url('files/fonts/Marianne-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marianne';
    src: url('files/fonts/Marianne-Regular_Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Marianne Medium */
@font-face {
    font-family: 'Marianne';
    src: url('files/fonts/Marianne-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marianne';
    src: url('files/fonts/Marianne-Medium_Italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Marianne Bold */
@font-face {
    font-family: 'Marianne';
    src: url('files/fonts/Marianne-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marianne';
    src: url('files/fonts/Marianne-Bold_Italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Marianne ExtraBold */
@font-face {
    font-family: 'Marianne';
    src: url('files/fonts/Marianne-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marianne';
    src: url('files/fonts/Marianne-ExtraBold_Italic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Application */
body, .question-text, .survey-question, input, textarea, select {
    font-family: 'Marianne', Arial, sans-serif;
    font-weight: 400;
}

h1.large-heading,
.large-heading {
    font-family: 'Marianne', Arial, sans-serif !important;
    font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Marianne', Arial, sans-serif;
    font-weight: 700;
}

.navbar-toggler,
#dropdown-item-collapse-toggle {
    display: none !important;
}

.header-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}

.logo-container > .logo-operateur,
.logo-container > .logo-institutionnel {
    max-height: none;
}

.header-logos .logo-institutionnel {
    height: 210px;
     max-height: none;
    width: auto;
}

.header-logos .logo-operateur {
    height: 210px;
     max-height: none;
    width: auto;
}

.header-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}

.header-logos .logo-institutionnel {
    height: 210px;
    width: auto;
}

.header-logos .logo-operateur {
    height: 210px;
    width: auto;
}

#ls-button-submit {
    background-color: #1c7594 !important;
    border-color: #dbdbdb !important;
}

#ls-button-submit:hover {
    background-color: #125169 !important;
}

.question-title-container .asterisk {
    display: none;
}

.question-valid-container .ls-question-message {
    color: #adadad !important;
}

.radio-item input[type="radio"]:checked + label {
    color: #1c7595 !important;
}

.checkbox-item input[type="checkbox"]:checked + label {
    color: #1c7595 !important;
}

.radio-item input[type="radio"]:checked + label::before {
    border-color: #adadad !important;
    background-color: #1c7595 !important;
}

.radio-item input[type=radio]:checked + label::after {
    background-color: #1C7595 !important;
}
