body {
    font-family: Arial;
    color: var(--DQ-Texte-noir, #000);
}

@media (min-width: 992px) {
    #nousjoindre .container {
        max-width: 1200px;
        min-height: 100vh;
        display: flex;
        flex-wrap: wrap;

        margin: auto;
    }

    .navigation-container {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 8rem;
    }

    .side-navigation {
        padding: 0px 16px 0px 16px;
        margin-top: 72px;
    }

    #top-navigation {
        display: none;
    }

    #top-navigation span {
        font-weight: 700;
    }



    .main-content-container {
        flex: 0 0 75%;
        max-width: 75%;
        min-height: 101%;
        margin: 72px 0px;
    }

    .side-menu-item {
        font-size: 14px;
        display: block;
        padding: 16px 24px 16px 8px;
        color: rgb(9, 87, 151);
        border-bottom-color: rgb(197, 202, 210);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-top-color: rgb(197, 202, 210);
    }

    .side-navigation-title {
        margin: 0px;
        color: rgb(34, 54, 84);
    }

    .side-menu-liste {
        box-sizing: border-box;
        display: box;
        font-size: 16px;
        line-height: 24px;
        padding: 0px;
        margin: 0px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        text-rendering: optimizespeed;
    }

    .a-ref {
        width: 100%;
        height: 100%;
    }

    .side-menu-liste-item:hover {
        background: rgb(197, 202, 210);
    }
}

@media (max-width: 991px) {
    #nousjoindre .container {
        max-width: 768px;
        min-height: 101%;
        display: flex;
        flex-direction: column;
        padding: 0px 16px;
        margin: auto;
    }

    .main-content-container {
        flex: 0 100%;
        max-width: 100%;
        margin: 72px 0px 32px 0px;
    }

    .navigation-container {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
        margin: 0px auto;
    }

    .side-navigation {
        display: none;
    }

    #top-navigation {
        cursor: pointer;
        box-sizing: border-box;
        color: rgb(34, 54, 84);
        display: block;
        flex-basis: 100%;
        flex-grow: 0;
        flex-shrink: 0;
        font-size: 16px;
        line-height: 24px;
        margin-top: 72px;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
        position: relative;
        text-rendering: optimizespeed;
        unicode-bidi: isolate;
        background-color: rgb(218, 230, 240);
    }

    #top-navigation span {
        font-weight: 700;
    }

    .menu-toggle {
        display: flex;
        height: 40px;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: space-between;
        background-color: rgb(218, 230, 240);
        box-sizing: border-box;
        color: rgb(9, 87, 151);
        border: none;
        /* Remove default button border */
        padding: 0;
        /* Remove default button padding */
        cursor: pointer;
        /* Change cursor to pointer */
    }

    .menu-toggle svg {
        transition: transform 0.3s ease;
        /* Smooth transition for rotation */
    }

    #top-navigation .menu {
        display: none;
        /* Initially hide the menu */
    }

    #top-navigation .menu.show {
        display: block;
        /* Show menu when the 'show' class is added */
    }

    /* Add a class to manage rotation of the SVG */
    #top-navigation .menu-toggle.expanded svg {
        transform: rotate(180deg);
    }




    .side-menu-liste {
        padding: 0px 24px;
    }

    .side-menu-item {
        font-size: 16px;
        height: 40px;
        line-height: 24px;
        list-style-image: none;
        list-style-position: outside;
    }
}

.side-menu-liste-item {
    color: rgb(9, 87, 151);
    display: list-item;
    font-size: 14px;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: left;
}

.main-content {
    padding: 0px 16px;
}

details>summary::-webkit-details-marker {
    display: none;
}

details>summary {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

h1 {
    margin: 0px;
    color: var(--DQ, #164E62);
    display: block;
    font-family: Dosis;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
}

/*Normaliser le style à cause des css du theme*/
h1::after {
    border: 0px;
}

h3 {
    font-family: Dosis;
    font-size: 22px;
    font-style: normal;
    line-height: 24.2px;
}

.title {
    margin-bottom: 40px;
    margin-top: 20px;
}

.title::after {
    border-bottom-color: var(--SQIN_Bleu-PIV, #095797);
    border-bottom-style: solid;
    border-bottom-width: 4px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 12px;
    padding-top: 8px;
    text-rendering: optimizespeed;
    width: 48px;
}

.actif {
    color: var(--SQIN_Bleu-PIV, #095797);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #DAE6F0;
}

p {
    font-size: 16px;
    margin: 10px 0px;
}

ul {
    margin: 0px;
}

li {
    margin-top: 0px;
}

.main-content ul {
    padding-top: 24px;
    padding-left: 16px;
    margin-bottom: -8px;
}

.main-content ul li {
    margin-bottom: 16px;
}

legend,
strong {
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

legend,
.input-label {
    border: none;
    margin: 0px;
    color: inherit;
    margin-bottom: 8px;
}

.input-label+p {
    margin-bottom: 4px;
    margin-top: -4px;
}

.justify {
    text-align: justify;
    margin: 0px;
}

.p_w_margin_top {
    text-align: justify;
    margin-top: 32px;
}

.red {
    color: var(--Palettes-fonctionnelles-Rouges-Rouge, #CB381F);
    font-weight: 700;
}

.text-container {
    max-width: 825px;
}

.sous-titre {
    padding: 24px 0px 16px 0px;
}

.bold {
    font-weight: 700;
}

.sous-titre-text {
    color: var(--DQ, #164E62);
    font-family: Dosis;
    font-size: 28px;
    font-style: normal;
    line-height: 32px;
    margin: 0px;
}

.sous-titre-2 {
    /* padding: 24px 0px 16px; */
    padding: 0px 0px 0px;
}

.expand-all {
    display: flex;
    padding: 0px 0px var(--Bases-Trs-petit, 8px) 0px;
    max-width: var(--Largeur-des-contenus-Maximum, 825px);
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.expand-all.organisation {
    margin-top: 16px;
}

.expand-all-button {
    color: #1F6D89;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-decoration-line: underline;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: transparent;
    border: none;
    padding: 0px;
}

#expand-all-msg {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.faq-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;

}

details {
    display: flex;
    min-width: var(--Largeur-des-contenus-Minimum, 288px);
    max-width: var(--Largeur-des-contenus-Maximum, 825px);
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    align-items: flex-start;
    gap: var(--Bases-Trs-petit, 8px);
    background: var(--Autres-Blanc, #FFF);
}

details[open] {
    border: 1px solid var(--Niveaux-de-gris-Gris-clair, #C5CAD2);
}

.faq>summary {
    display: flex;
    overflow: hidden;
    min-width: var(--Largeur-des-contenus-Minimum, 288px);
    max-width: var(--Largeur-des-contenus-Maximum, 825px);
    min-height: 56px;
    padding: 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background: var(--Niveaux-de-gris-Gris-ple, #F1F1F2);
}

.faq-icon {
    color: var(--DQ-Texte-noir, #000);
}

details>summary>.faq-icon::before {
    content: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%3E%3Cpath%20id%3D%22close%22%20d%3D%22M8%201.63574V8.63574V15.6357V1.63574ZM8%200.635742C7.45%200.635742%207%201.08574%207%201.63574V7.63574H1C0.45%207.63574%200%208.08574%200%208.63574C0%209.18574%200.45%209.63574%201%209.63574H7V15.6357C7%2016.1857%207.45%2016.6357%208%2016.6357C8.55%2016.6357%209%2016.1857%209%2015.6357V9.63574H15C15.55%209.63574%2016%209.18574%2016%208.63574C16%208.08574%2015.55%207.63574%2015%207.63574H9V1.63574C9%201.08574%208.55%200.635742%208%200.635742Z%22%20fill%3D%22%23000000%22%20%2F%3E%3C%2Fsvg%3E);
}

details[open]>summary>.faq-icon::before {
    content: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%3E%3Cpath%20id%3D%22open%22%20d%3D%22M15%207.4541H1C0.45%207.4541%200%207.9041%200%208.4541C0%209.0041%200.45%209.4541%201%209.4541H15C15.55%209.4541%2016%209.0041%2016%208.4541C16%207.9041%2015.55%207.4541%2015%207.4541Z%22%20fill%3D%22%23000000%22%20%2F%3E%3C%2Fsvg%3E);
}

.faq-answer {
    padding: 24px 16px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.faq-answer p {
    margin: 0px;
}

.faq-item-title {
    flex: 1 0 0;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}

.faq-more-questions {
    align-self: stretch;
    color: var(--DQ-Texte-noir, #000000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    margin-top: 8px;
}

.faq-more-questions-link {
    color: #1F6D89;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}

.faq-item:hover {
    cursor: pointer;
}

.input-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--Bases-Trs-petit, 13px);
    margin: 0px 5px;
}

input[type="radio"] {
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 5px;
    margin-top: 6px;
    border-radius: 50%;

    outline: 1px solid var(--DQ-Texte-noir, #000);
    outline-offset: 3px;
    padding: 5px;
    width: var(--Bases-Petit, 10px);
    height: var(--Bases-Petit, 10px);

}

input[type="radio"]:checked {
    background-color: var(--Palette-principale-Bleu, #1472BF);
    outline: 1px solid var(--Palette-principale-Bleu, #1472BF);
}

input[type="radio"]:focus {
    outline-offset: 3px;
}

.radio-label {
    /*width: 504px;*/
    align-self: stretch;

    color: var(--DQ-Texte-noir,  #000000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}

.radio-label-ex {
    align-self: stretch;

    color: var(--DQ-Texte-noir,  #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.text-input {
    display: flex;
    height: 40px;
    width: 100%;
    max-width: var(--Largeur-des-contenus-Maximum, 825px);

    padding: 8px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    border: 1px solid var(--Niveaux-de-gris-Gris, #8893A2);
    background: var(--Autres-Blanc, #FFF);
}

.text-input:focus {
    outline: 2px solid #4a98d9;
    border: 2px solid #5b6476;
}

.textarea-input {
    display: flex;
    width: 100%;
    max-width: var(--Largeur-des-contenus-Maximum, 825px);
    padding: 8px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;

    border: 1px solid var(--Niveaux-de-gris-Gris, #8893A2);
    background: var(--Autres-Blanc, #FFF);
}

.textarea-input:focus {
    outline: 2px solid #4a98d9;
    border: 2px solid #5b6476;
}

.submit {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    padding: 14px 22px;
    transition: all 0.24s ease-in-out;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    border-color: #095797;
    background-color: #095797;
    box-shadow: 0 1px 4px rgba(34, 54, 84, 0.24);
    margin-top: 24px;
}

.submit:hover {
    border-color: #1472bf;
    background: #1472bf;
}

.submit:focus {
    border-color: #223654;
    background: #1472bf;
    box-shadow:
        0 2px 8px rgba(34, 54, 84, 0.24),
        0 0 0 2px #4a98d9;
}

.submit:active {
    border-color: #3783c9;
    background: #3783c9;
}

.error-message {
    /* display: none; */
}

.error-message {
    color: var(--palettes-fonctionnelles-rouges-rouge-cb-381-f, var(--Palettes-fonctionnelles-Rouges-Rouge, #CB381F));
    font-weight: 700;
    margin-top: var(--Bases-Trs-petit, 8px);
}

.input-error {
    border: 3px solid var(--propre-des-composantes-boutons-avertissement-rouge-bouton-normal-hover-et-focus-b-52-e-16, #B52E16) !important;
    /*Overrider le theme*/
    background: var(--Autres-Blanc, #FFF);
}

.info-box-container {
    display: flex;
    margin-bottom: 24px;
    align-items: flex-start;
    overflow: visible;
    width: 100%;
    border: 1px solid var(--Niveaux-de-gris-Gris-clair, #C5CAD2);
    max-width: 825px;
    /*box-shadow: 0px 1px 4px 0px rgba(34, 54, 84, 0.24);*/
}

.info-box-side {
    display: flex;
    width: 40px;
    padding: 24px var(--Bases-Trs-petit, 8px);
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;
}

.info-box-side-info {
    background: var(--Principale-Bleu-ple---Bleu-800, #DAE6F0);

}

.info-box-side-success {
    background: var(--Verts-Vert-ple---Vert-800, #D7F0BB);
}

.info-box-side-erreur {
    background: var(--Rouges-Rose-ple---Rouge-800, #FFDBD6);
}

.info-box-side-warning {
    background: #f5e5a0;
}

.info-box {
    display: flex;
    padding: 24px 24px 19px 16px;
    flex-direction: column;
    align-items: flex-start;
    font-style: normal;
    font-size: 14px;
    width: inherit;
    gap: 2px;
    flex-shrink: 1;
    background: var(--Arrire-plan-Blanc---Gris-900, #FFF);
    max-width: 720px;
}

.info-box p {
    margin: 0px 0px 5px 0px;
    color: var(--DQ-Texte-noir, #000);
    font-size: inherit;
    font-weight: 400;
    line-height: 20px;
}

.info-box strong {
    color: var(--DQ-Texte-noir, #000);
    font-weight: 700;
    line-height: 18px;
    font-size: inherit;
}

.info-box .error-list {
    color: var(--Palettes-fonctionnelles-Rouges-Rouge, #CB381F);
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    display: inherit;
    padding-top: 0px;
}

.info-box .error-list li::marker {
    color: black;
    font-size: 20px;
    line-height: 16px;
}

.info-box .error-list li {
    margin-bottom: 0px;
    text-decoration: underline;
}

.info-box .error-list li label {
    display: inherit;
    max-width: inherit;
    margin-bottom: 0px;
    font-weight: inherit;
    cursor: pointer;
}

.info-box .error-list li label::marker {
    color: transparent;
}

.h-captcha {
    margin-bottom: -2px;
    margin-right: -1px;
}

#hcptch-input-id-organisation:focus,
#hcptch-input-id:focus {
    outline: 2px solid #4a98d9;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: var(--Bases-Trs-petit, 8px);
}

#strong-text {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

#strong-text-attention {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.invisible {
    height: 0 !important;
    opacity: 0;
}

.visible {
    height: auto !important;
    opacity: 1;
}