/*Dimensions conteneurs principaux*/

main form {
    max-width: 792px;
}

.body-conteneur {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1296px;
    margin: auto;
}

.largeur-bloc-main {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: "Open Sans", serif !important;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 4px;
    margin: 72px 0 120px;
}

.largeur-bloc-main.largeur-bloc-main-auth {
    background-color: transparent;
}


.h2-login {
    margin-bottom: 40px;
}

.block-sans-mdp-margin {
    margin-bottom: 20px;
}

.btn-sans-mdp {
    max-width: 350px !important;
}

.bloc-content-dimension.bloc-content-titre {
    background-color: transparent;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.texte-titre-legend {
    font-family: 'Open Sans', serif;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    margin-bottom: 20px;

}

.texte-titre-legend-texte {
    margin-left: 32px;
    line-height: 24px;
    display: block;
    /* identical to box height, or 150% */
    color: #223654;
}

.cercle-numerotation {
    position: absolute;
    left: 0%;
    right: 96.07%;
    top: 0%;
    bottom: 0%;
    /* SQIN_Bleu PIV */
    background: #095797;
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

.text-numerotation {
    position: absolute;
    right: 97.21%;
    bottom: 4.17%;
    font-family: 'Open Sans', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    /* Blanc */
    color: #FFFFFF;
    height: 22px;
    width: 10px;
    left: 7px;
    top: 1px;
    border-radius: 0px;

}

.bloc-content-dimension.bloc-content-dimension-qr {
    padding: 72px 40px;
}

.bloc-content-dimension {
    position: relative;
    display: flex;
    flex-direction: column;
    background-clip: border-box;
    border-radius: 0.25rem;
    background-color: #fff;
    padding: 72px;
}

.h3-qr-code {
    font-size: 16px;
    margin-bottom: 16px;
}


.largeur-bloc-main.largeur-bloc-main-qr.bloc-auth-attestation {
    flex: 1;
    justify-content: center;
    align-items: center;
}

.line-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;

}

.line-container-line {
    flex-grow: 1;
    height: 1px;
    background-color: #223654;
    /* Gray-blue line color */
}

.h2-login-mobile {
    display: none;
}

.h2-login-desctop {
    display: block;
}

.btn.btn-principal.connecter-avec-application {
    display: none !important;
}

.line-container-text {
    margin: 0 16px;
    font-size: 16px;
    font-weight: bold;
    color: #223654;
    /* Gray-blue text color */
}

.avis-court.avis-attestation{
    display:none;
}

.refraicheQrCode{
    padding: 1em;
    display:none;
}
.refraicheQrCode svg{
    margin-right:5px; 
}

@media only screen and (max-width: 1320px) {
    .bloc-content-titre {
        padding-left: 72px;
    }
}



#page-login-qr .bloc-content-dimension-qr .btn-a-lacceuil {
    max-width: 195px;
    margin-top: 20px;
}

@media only screen and (max-width: 1300px) {

    .largeur-bloc-main {
        margin: 0;
    }

    .bloc-content-dimension {
        margin: 0;
    }
}

@media only screen and (max-width: 1140px) {
    .body-conteneur {
        flex-direction: column;
    }

    .avis-court.avis-attestation {
        max-width: 100%;
    }

    .avis-attestation .contourAvis {
        width: 100%
    }

    .page-login-toggle-qr {
        flex-direction: column-reverse;
    }

    .bloc-content-dimension.bloc-content-dimension-qr {
        padding: 20px 40px 0px 40px;
        width: 100%;
    }

    .h2-login-mobile {
        display: block;
    }

    .h2-login-desctop {
        display: none;
    }

    .btn.btn-principal.connecter-avec-application {
        display: block !important;
        
        max-width: 100%;
        margin-bottom: 16px;
    }

}

/* Le dropdown pour le choix de la langue */

#kc-locale {
    position: relative;
    text-align: right;
    z-index: 9999;
    min-width: 125px;
}

#kc-locale #kc-locale-dropdown {
    display: inline-block;
}

#kc-locale #kc-locale-dropdown a {
    color: #6a6e73;
    text-align: right;
    font-size: 0.875rem;
    text-decoration: none;
}

a#kc-current-locale-link::after {
    content: "˅";
    margin-left: 0.25rem;
}

#kc-locale ul {
    background-color: #fff;
    visibility: hidden;
    top: 20px;
    min-width: 100px;
    padding: 0;
    right: 0;
    list-style: none;
    position: absolute;
    z-index: 200;
    background-clip: padding-box;
    box-shadow:
        0 0.25rem 0.5rem 0rem rgba(3, 3, 3, 0.12),
        0 0 0.25rem 0 rgba(3, 3, 3, 0.06);
}

#kc-locale ul li a {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    background-color: transparent;
    border: none;
}

#kc-locale ul li a:focus,
#kc-locale ul li a:hover {
    color: #151515;
    background-color: #f0f0f0;
    text-decoration: none;
}

#kc-locale-dropdown:hover ul {
    visibility: visible;
}

#kc-locale-dropdown:focus-within ul {
    visibility: visible;
}

/* Titre principal */

.sqin-page-titre {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    color: #223654;
    margin-bottom: 32px;
}

.traitOrange {
    width: 2em;
    height: 5px;
    background-color: #fa8072;
    line-height: 1.5em;
    margin-bottom: 56px;
    margin-left: 16px;
}

@media only screen and (max-width: 768px) {
    #kc-form-buttons {
        display: flex;
        flex-direction: column;
        margin-top: 0px !important;
    }

    #kc-form-buttons #kc-login {
        order: 1;
    }

    #kc-form-buttons #btnPrecedent {
        order: 2;
    }

    #kc-form-buttons #kc-manage-account {
        order: 3;
    }

    .modal-bouton {
        flex-direction: column-reverse !important;
    }

    #consentement-ip .banniere-information-langue {
        padding: 1rem !important;
    }

    #consentement-ip button {
        margin-bottom: 0px;
    }

    #btnPrecedent {
        margin-top: 24px;
    }

    .kcFormBtnResponsive {
        margin-top: 24px !important;
    }

    .bloc-content-dimension {
        padding: 16px;
    }
}

/* Modal de consentement de l'IP */

#consentement-ip .dialogueModalAlert {
    top: initial;
    left: initial !important;
    transform: initial !important;
    width: 100% !important;
    max-width: initial;
    min-width: initial !important;
    bottom: 0;
}

#consentement-ip .enTeteDialogue {
    justify-content: space-between;
}

#consentement-ip .dialogueModalAlert p {
    margin-bottom: 0px;
}

#consentement-ip .banniere-information-langue {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -2rem;
    margin-bottom: 20px;
    background: #dceeff;
    padding: 1rem 10rem;
    font-style: italic;
}

@media only screen and (max-width: 319px) {
    div#consentement-ip .dialogueModalAlert {
        max-width: 319px;
    }
}

.right-separator {
    border-right: 1px solid #6b778a;
}

.bottom-separator {
    border-bottom: none;
    max-width: fit-content;
    margin-bottom: 0;
}

a.link{
    text-decoration: none;
}

a .link-text{
    text-decoration: underline;
    display: inline-block;
}
a .link-icon{
    text-decoration: none;
    display: inline-block;
}


@media screen and (max-width: 768px) {
    .right-separator {
        border-right: none;
    }

    .bottom-separator {
        border-bottom: 1px solid #6b778a;
        max-width: 644px;
        margin-bottom: 12px;
    }
}

.modal-lien {
    border: none !important;
    background: none !important;
    color: #095797;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.modal-lien:hover {
    cursor: pointer;
}

/* Section droite sur la page de login */

.section-droite-body {
    padding: 40px;
}

.section-droite-conteneur-gc {
    margin: 144px 72px 0;
    width: 744px;
    min-width: 343px;
    color: #223654;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    height: fit-content;
}

.section-droite-conteneur-home {
    margin: 125px 0 120px;
    padding-left: 20px;
}

.text-droite {
    margin-top: 24;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.text-droite a {
    color: #095797;
}

.list-droite {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-droite li {
    display: flex;
    font-size: 16px;
    line-height: 24px;
}

.list-droite li img {
    margin-right: 18px;
}

.link-droite svg {
    fill: #223654;
}

.list-droite li:not(:last-child) {
    margin-bottom: 16px;
}

@media only screen and (max-width: 1300px) {
    .section-droite-conteneur-gc {
        margin: 72px 72px 48px;
    }

    .text-droite {
        margin-top: 10px;
        line-height: 24px;
    }
}

.pes h2,
#kc-oauth h2 {
    font-family: Roboto;
    font-size: 36px;
    line-height: 40px !important;
    font-weight: bold;
    color: #223654;
    margin-top: 48px !important;
    margin-bottom: 16px !important;
    max-inline-size: 825px;
}

@media (max-width: 576px) {
    .pes h2 {
        font-family: Roboto;
        font-size: 28px;
        line-height: 32px !important;
        font-weight: bold;
        color: #223654;
        margin-top: 48px !important;
        margin-bottom: 16px !important;
    }
}

@media only screen and (max-width: 1140px) {
    .section-droite-conteneur-gc {
        margin: 48px 72px 48px;
        width: auto;
    }
    .refraicheQrCode{
        display:none!important;
    }

    .section-droite-conteneur-home {
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
        padding-left: 72px !important;
        padding-right: 72px !important;
    }

    .section-droite-body {
        padding: 0px;
    }

    .section-droite-body h2,
    .enTeteDialogue h2 {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 768px) {
    .section-droite-conteneur-home {
        padding-left: 16px !important;
        padding-right: 16px !important;
        width: 100%;
    }
}

@media only screen and (min-width: 1141px) {
    .section-droite-conteneur-home {
        width: 744px;
    }
}

@media only screen and (max-width: 850px) {
    .section-droite-conteneur-gc {
        margin: 32px 16px 48px;
        min-width: 0;
    }

    .logoSQIN {
        height: 116px;
    }

    .list-droite li img {
        margin-right: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .section-droite-conteneur-gc .logoSQIN {
        width: 100%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .section-droite-conteneur-gc .logoSQIN {
        width: 380px;
    }
}

/*Notification contextuelle (Recevoir un nouveau courriel) */

.image-bouton {
    background-color: #4f813d;
    position: absolute;
    right: 16px;
    top: 14px !important;
    width: 29px;
    cursor: pointer;
    border: 0px;
}

.notification-contextuelle-positif {
    position: relative;
    right: 0%;
    bottom: 0%;
    background: #4f813d;
    height: 52px;
    border-radius: 0px;
    box-shadow: 0 3px 6px 0 rgba(49, 62, 82, 0.16);
    width: 344px;
    max-width: 344px;
}

.notification-contextuelle-positif:focus {
    outline: none;
}

.notification-contextuelle-typo {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}

.conteneurNotification {
    display: block;
    position: fixed;
    z-index: 100;
}

/* Avis (Avertissements, erreurs, succès) */

.avis-long {
    position: relative;
    display: flex;
    max-width: 49.4375em;
    outline: none;
}

.avis-court {
    position: relative;
    display: flex;
    max-width: 36.1875em;
    outline: none;
}

.avis-zonecoloree-succes,
.avis-zonecoloree-erreur,
.avis-zonecoloree-important {
    width: 2.5em;
    border: 1px solid #c5cad2;
    border-width: 1px 0 1px 1px;
}

.avis-zonecoloree-succes {
    background: #bcda9a;
}

.avis-zonecoloree-erreur {
    background: #edbab1;
}

.avis-zonecoloree-important {
    background: #f8e69a;
}

.avis-zonecoloree-information {
    background: #dae6f0;
}

.avis-pictogramme {
    width: 1.5em;
    height: 1.5em;
    left: 0.5em;
    top: 1.5em;
    right: 0.5em;
    margin-top: 1.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.avis-pictogramme-yellow {
    height: 24px;
    left: 8px;
    margin: 24px 8px 0;
    right: 8px;
    top: 24px;
    width: 24px;
}

.avis-titre {
    margin-bottom: 16px !important;
    margin-top: 1.5rem !important;
    margin-left: 1rem;
    min-height: 1.1875em;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.1875rem !important;
    color: #223654;
}

.avis-texte {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 4px;
    margin-bottom: 16px !important;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.1875em;
    color: #223654;
    min-height: 1.1875rem;
}

ul.avis-texte{
    padding-left: 1rem;
}

.avis-titre-1-ligne {
    margin-top: 1.5rem;
    margin-left: 1rem;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
    min-height: 1.1875em;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.1875em;
    color: #223654;
}

.avis-long.connexion-reussie {
    margin-bottom: 16px;
}

#avis-systeme {
    margin-top: 36px ;
}

#avis-systeme a {
    color: #095797;
}

#avis-systeme-mobile a {
    color: #095797;
}

.bloc-avis-systeme .contenuAvis {
    padding: 24px 32px 24px 16px;
}

@media only screen and (max-width: 1140px) {
    .bloc-avis-systeme#avis-systeme {
        display: none !important;
    }

    .bloc-avis-systeme#avis-systeme-mobile {
        display: flex;
    }
}

@media only screen and (min-width: 1141px) {
    .bloc-avis-systeme#avis-systeme-mobile {
        display: none !important;
    }

    .bloc-avis-systeme#avis-systeme {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .avis-long.connexion-reussie {
        width: 100% !important;
    }
}

.avis-texte-1-ligne {
    margin-top: 1.5rem;
    margin-left: 0rem;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.1875em;
    min-height: 1.1875em;
}

.contourAvis a {
    color: #cb381f;
}

.contourAvis a:hover {
    text-decoration: none;
}

.contourAvis {
    border: 1px solid #c5cad2;
    border-width: 1px 1px 1px 0;
    width: 46.8125em;
    min-height: 4.5rem;
}

.contenuAvis li.content {
    font-size: 14px !important;
    line-height: 20px !important;
}

div.contourAvis li.content a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1 rem;
    text-decoration-line: underline;
    color: #cb381f !important;
    margin-top: 0px;
}

div.contourAvis ul.list {
    padding-left: 0.85vw;
}

div.contourAvis li.content a:visited {
    color: #cb381f !important;
}

div.contourAvis li.content a:hover {
    text-decoration: none;
}

div.contourAvis li.content {
    margin-top: 0px;
    line-height: 1.25 rem;
}

div.contourAvis li.content::marker {
    font-size: 0.75rem;
}

div.contourAvis div.list-container {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.avis-long,
.avis-court {
    margin-bottom: 41px;
}

div.contourAvis a {
    text-decoration-line: underline !important;
    color: #cb381f !important;
}

div.contourAvis .kc-feedback-text {
    color: #cb381f !important;
    padding: 0px;
    display: inline;
}

div.contourAvisInfo a {
    text-decoration-line: underline !important;
    color: #095797 !important;
}

.avis-texte strong {
    font-size: 0.875rem;
    line-height: 1.1875em;
}

@media only screen and (max-width: 48rem) {
    .avis-texte {
        margin-top: 1px;
        margin-bottom: 1.5rem;
    }

    .avis-titre {
        margin-top: 1.5rem;
    }

    .contourAvis .list {
        margin-right: 1rem;
        width: auto;
    }
}

#alert-banner {
    min-height: 60px;
    background-color: #faeb96;
    margin-top: 0px;
    display: block;
    line-height: 35px;
}

#alert-banner .btn-close-alert {
    float: right;
    margin-top: 5px;
}

#alert-banner .alert-margin {
    text-align: center;
}

.content+.content,
.content+.content *,
.content .list .content {
    margin-top: 16px !important;
}

.content::marker {
    color: #223654 !important;
    font-size: 14px;
}

.content {
    margin-left: 8px;
    line-height: 24px;
}

.content * {
    text-align: left;
}

.content a {
    color: #095797 !important;
}

.list {
    padding-left: 8px !important;
}

.list-container {
    padding-left: 16px;
}

@media only screen and (max-width: 768px) {
    .list {
        max-width: 21.4375rem;
        width: 100vw;
    }

    .list-container p {
        max-width: 100vw;
    }
}

/* Boutons */

.btn:focus,
.btn:hover {
    cursor: pointer;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

a.btn {
    display: inline-block !important;
    line-height: 21px;
}

.btn-principal {
    box-shadow: 0 1px 4px rgba(34, 54, 84, 0.16) !important;
    border: 2px solid #095797 !important;
    color: #ffffff !important;
}

.btn-principal:hover {
    border: 2px solid #156bb2 !important;
    background: #156bb2 !important;
}

.btn-principal:focus {
    background: #095797 !important;
    border-color: #223654 !important;
    box-shadow:
        0 2px 8px rgba(34, 54, 84, 0.16),
        0 0 0 2px #4a98d9 !important;
}

.btn-principal:disabled {
    background: #095797 !important;
}

.btn-principal:focus::after {
    background: #095797 !important;
    border-color: #223654 !important;
    box-shadow:
        0 2px 8px rgba(34, 54, 84, 0.16),
        0 0 0 2px #4a98d9 !important;
}

.btn-secondaire {
    border-color: #095797 !important;
    color: #095797 !important;
}

.btn-secondaire:hover,
.btn-secondaire:focus {
    background-color: rgba(9, 87, 151, 0.16);
}

.btn-secondaire:focus {
    border-color: #223654;
    box-shadow: 0 0 0 2px #4a98d9;
}

.btn-deconnexion {
    background: none;
    border-color: #fff !important;
    color: #fff !important;
    padding: 8px 16px;
    min-width: 80px;
    vertical-align: top;
    font-weight: 600;
    max-width: 92px !important;
    max-height: 44px !important;
}

.btn-deconnexion:hover,
.btn-deconnexion:focus {
    background: rgba(218, 230, 240, 0.08);
}

.btn-deconnexion:focus {
    border-color: #223654 !important;
    box-shadow: 0 0 0 2px #4a98d9 !important;
}

.btn .droite {
    margin-left: 8px;
}

.btn .gauche {
    margin-right: 8px;
}

.btn.btn-secondaire:hover {
    background-color: rgba(9, 87, 151, 0.16);
}

.btn.btn-secondaire:focus {
    border-color: #223654;
    background-color: rgba(9, 87, 151, 0.16);
    box-shadow: 0 0 0 2px #4a98d9;
}

.btn.btn-secondaire:active {
    background-color: rgba(9, 87, 151, 0.08);
}

@media screen and (max-width: 768px) {
    .btn+.btn {
        margin-left: 0;
        margin-top: 24px;
    }

    .btn {
        width: 100% !important;

    }

    .bloc-content-dimension-qr .btn.btn-a-lacceuil {
        width: 100% !important;
        max-width: none !important;
    }

    .btn.inversee {
        min-width: 112px;
        width: auto;
        padding: 8px;
    }

    .btn.inversee+.btn.inversee {
        margin-top: 0;
        display: inline-block;
        margin-left: 16px;
    }

    #ForgotPasswordSendButton,
    #idBtnAnnulerOTP {
        margin-top: 16px !important;
    }

    #kc-login,
    #kc-register-button,
    #btnContinue,
    #kc-logout {
        margin-top: 48px !important;
    }

    #bloc-main-qr {
        display: none;
    }
}

@media only screen and (max-width:1200px) {
    .sqin-page-titre {
        font-family: "Roboto", sans-serif;
        font-size: 36px;
        line-height: 40px;
        font-weight: bold;
        color: #223654;
        margin-top: 32px;
        margin-bottom: 16px;
    }
}

/* Checkbox */

.container {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Open Sans", serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(34, 54, 84, 1);
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid #808a9d;
    transform: translateY(25%);
}

.focusedCheckMark {
    background-color: white;
    border: 2px solid #5b6476 !important;
    box-shadow: 0px 0px 0px 2px #89bce5;
}

.container input:checked~.checkmark {
    background-color: #1479cc;
    border: 1px solid #808a9d !important;
}

.container input:focus-visible~.checkmark {
    background-color: white;
    border: 2px solid #5b6476 !important;
    box-shadow: 0px 0px 0px 2px #89bce5;
}

.container input:checked:focus~.checkmark {
    background-color: #1479cc;
    border: 1px solid #808a9d !important;
    box-shadow: 0px 0px 0px 2px #89bce5;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Modals */

.dialogueModal p {
    margin-bottom: 2.75rem;
}

.dialogueModal {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, -0%);
    border-radius: 0;
    background: #fff;
    outline: none;
    padding: 2rem;
    min-width: 37.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.dialogueModalAlert {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, -0%);
    background: #fff;
    outline: none;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.modal-overflow {
    height: 100%;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.body-overflow-hidden {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

@media only screen and (max-width: 768px) {
    .btn-compact {
        display: flex;
        height: 40px;
        max-width: 115px;
        padding: 8px 16px;
        gap: 8px;
        border: 1px solid #095797 !important;
        font-weight: 600 !important;
        margin-top: 0px !important;
        margin-right: 24px !important;
    }

    .container-bouton {
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }

    .box-100 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 340px) {
    .btn-compact {
        margin-right: 8px !important;
    }
}

@media only screen and (max-width: 402px) {
    .container-sm {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .container-bouton {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    body {
        overflow-x: hidden;
    }
}

.recouvert {
    z-index: 9999;
    opacity: initial !important;
}

.enTeteDialogue {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.imgFermeture {
    position: absolute;
    display: inline-block;
    margin-left: 3.125rem;
    cursor: pointer;
    right: 1rem;
    top: 1rem;
    border: none;
    background: none;
}

.contenuDialogueModal {
    margin-top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: normal !important;
    margin-bottom: 0px !important;
}

.ReactModal__Overlay {
    opacity: 0;
    transition: opacity 500ms ease-in-out;
}

.ReactModal__Body--open {
    overflow: hidden;
}

.ReactModal__Overlay--after-open {
    overflow: scroll;
    opacity: 1;
}

.ReactModal__Overlay--before-close {
    opacity: 0;
}

.modalLien {
    color: #095797;
}

.modal-bouton {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 24px;
}

.container-bouton {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.alert-warning {
    margin-top: 1rem;
    background-color: #f2f1f1;
    margin-bottom: 3rem;
    color: #223654;
    border: none;
    border-radius: 0;
    padding: 0.75rem 1.25rem;
}

.enTeteDialogue h2 {
    font-family: ("Roboto", sans-serif);
    font-size: 36px;
    font-weight: bold;
    line-height: 37px !important;
    color: #223654;
    margin-bottom: 24px;
}

.enTeteDialogue h2::after {
    content: "";
    display: block;
    width: 50px;
    padding-top: 8px;
    border-bottom: 5px solid #E58271;
}

.dialogueModalAlertSecurite {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, -0%);
    background: #fff;
    outline: none;
    padding: 32px;
    border-radius: 0;
    max-height: 36.188rem;
    width: 85%;
    max-width: 37.5rem;
    box-sizing: border-box;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .dialogueModalAlert {
        width: 21.4375rem;
        max-height: 800px;
    }

    .enTeteDialogue {
        width: unset;
        margin-bottom: 0px !important;
    }

    .imgFermeture {
        margin-left: 1rem;
    }

    .modal-bouton {
        display: flex;
        justify-content: flex-end;
    }

    .modal-bouton .btn-principal {
        width: 100%;
    }

    .modal-bouton .btn-secondaire {
        width: 100%;
    }
}

/* Barre bleue de déconnexion */

.barreBleu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 16px 0;
    width: 100%;
    min-width: 323px;
    margin: 0 0 auto;
    background: #223654;
    box-sizing: border-box;
    gap: 32px;
}

.barreBleu .conteneurBarreBleu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
    .barreBleu .conteneurBarreBleu {
        margin: 0 72px;
    }
}

@media only screen and (max-width: 850px) {
    .barreBleu .conteneurBarreBleu {
        margin: 0 16px;
    }
}

@media only screen and (max-width: 768px) {
    .barreBleu {
        min-width: 0 !important;
    }
}

/* Autres... */

.conteneur-lien {
    flex-direction: row;
}

.texte-conteneur {
    display: block;
    margin-bottom: 2px;
}

.textLienConditions {
    width: fit-content;
}

.textLienConditionsError {
    height: fit-content;
    border: 2px solid #cb381f;
}

.scroll-dialogue {
    overflow-y: auto !important;
}

.wrapper-erreur {
    margin: 24px 0 32px;
}

.wrapper-erreur p {
    margin: 0;
}

#kc-idTraitOrangeSaisiCode {
    width: 3em;
    height: 5px;
    background-color: #fa8072;
    margin-left: 5em;
}

.input-to-link {
    background: none;
    color: #095797;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.form-group {
    margin-top: 1.6rem;
    margin-bottom: 0;
}

#champtexte-password .texte-conteneur {
    margin-bottom: 0px;
}

.pes h2.confirmation-list,
.pes-instructions p {
    margin-bottom: 0px !important;
}

.pes h2.confirmation-list {
    font-weight: 600;
    margin-top: 24px !important;
    font-size: 16px !important;
}

.pes ul {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.contour-pes2-inscription-completee {
    max-width: 758px;
}

#kc-form-buttons {
    margin-top: 48px;
    width: 100%;
}

a#kc-id-register-link:hover,
a#kc-id-register-link:focus {
    background-color: rgba(9, 87, 151, 0.16) !important;
}

#kc-id-register-link {
    max-width: 195px !important;
}

#kc-manage-account {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    width: 100%;
    margin-top: 20px;
}

#idDivContinuePES {
    margin-top: 48px;
}

.derniere-connection p {
    margin-left: 0px;
}

.facteur-conteneur {
    margin-bottom: 12px;
    margin-left: 0px !important;
}

#pcontenuDialogueModalMotdepasse h3 {
    font-size: 20px;
    font-weight: bold;
}

/* Page recuperation de compte assouplie */
#recuperationCompteAssoupli,
#recommencerIdentification {
    max-width: 825px;
}

#recuperationCompteAssoupli button,
#recommencerIdentification button {
    margin-top: 24px;
}

#recuperationCompteAssoupli ul li,
#recommencerIdentification ul li {
    margin-bottom: 16px;
}

#recuperationCompteAssoupli ul,
#recommencerIdentification ul {
    color: #223654;
}

@media only screen and (max-width:1268px) {
    #innerModalRefusAssoupl {
        overflow-y: scroll !important;
    }
}

@media only screen and (max-width: 768px) {
    #carteRamq {
        width: 200px;
    }

    #innerModalRefusAssoupl button {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #btnRefusModal {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
}