/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(233,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(234,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(235,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(239,28): run-time error CSS1039: Token not allowed after unary operator: '-turquoise-7474'
(243,17): run-time error CSS1039: Token not allowed after unary operator: '-turquoise-7474'
(306,24): run-time error CSS1039: Token not allowed after unary operator: '-primary-800'
(310,28): run-time error CSS1039: Token not allowed after unary operator: '-blanc'
(318,22): run-time error CSS1039: Token not allowed after unary operator: '-gris-40'
 */
/* ---------------------------
    Nom du thème : EspaceInscritV3
    Description: Feuille de style du thème de l'espace inscrit
    Auteur: CNED
    Media: Screen
------------------------------ */

/* =Global
-------------------------------------------------------------- */
body {
    font-family: "Open Sans", Arial, Sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* =Hack pour IE10+
    -------------------------------------------------------------- */
    #page {
        height: 100vh;
    }
}

header,
footer {
    flex: none;
}

main {
    flex: 1 0 auto;
    font-size: .9rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

@media (min-width: 1200px) {
    .container {
        max-width: 990px;
    }

    .container-lg {
        max-width: 1200px;
    }
}

h1,
.h1 {
    font-size: 2.3rem;
    font-weight: normal;
    margin: 1rem 0 .5rem;
}

main > h1,
main > .h1 {
    margin-top: 0;
}

h2,
.h2 {
    border-bottom: solid 5px #a4aaaa;
    color: #000;
    display: table;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 1.5rem 0 1rem;
    padding: .25rem 0;
    text-transform: uppercase;
}

h3,
.h3 {
    background-color: #f5f5f5;
    color: #000;
    display: table;
    font-size: 1rem;
    font-weight: normal;
    margin: 1.5rem 0 1rem;
    padding: 0.25rem 0.5rem;
}

h4,
.h4 {
    background-color: inherit;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem 0 .5rem;
    padding: 0;
    text-transform: inherit;
}

a {
    color: #1a427b;
    text-decoration: underline;
}

    a:hover {
        color: #1a427b;
        text-decoration: none;
    }

    a.btn {
        text-decoration: none;
    }

iframe {
    border: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.small,
small {
    font-size: .8rem;
}

.text-danger {
    color: #d51715 !important;
}

.field-validation-valid {
    display: none;
}

.field-validation-error {
    display: block;
    margin-bottom: 0;
}

.form-control,
.btn {
    border-radius: 0;
    font-size: .9rem;
}

.custom-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute;
}

.input-group-append .btn:not(:focus) {
    border-color: #ced4da;
}

.form-control:focus,
.btn:focus {
    border-color: #ced4da;
    box-shadow: none;
    outline: auto !important;
    z-index: 1;
}

.btn:focus {
    background-color: #fff !important;
    box-shadow: none !important;
    color: #212529 !important;
}

/** =Media query pour Webkit ---------- */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .btn:focus {
        outline: solid -webkit-focus-ring-color 2px !important;
        outline-offset: -1px;
    }
}

.btn.disabled,
.btn:disabled {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #000;
}

.btn-secondary {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #212529;
}

    .btn-secondary:hover,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-secondary:not(:disabled):not(.disabled):active:focus {
        background-color: #d3d9df;
        border-color: #cbd3da;
        color: #212529;
    }

.btn-action {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    color: black;
    font-size: 1rem;
    padding: .5rem 1rem;
    text-align: center;
    text-decoration: none;
}

    .btn-action:hover,
    .btn-action:focus {
        background-color: #0e5555;
        border: #0e5555;
        color: #fff;
    }

    .btn-action:after {
        content: "\f054";
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: .8rem;
        font-weight: 900;
        padding-left: .5rem;
    }

.alert {
    border-radius: 0 !important;
}

/* =Contenu
-------------------------------------------------------------- */
/** =Couleurs ---------- */
:root {
    --gris-40: #E5E7EB;
    --turquoise-7474: #007681;
    --primary-800: #0A6565;
}

.bg-turquoise-7474 {
    background-color: var(--turquoise-7474) !important;
}

.turquoise-7474 {
    color: var(--turquoise-7474) !important;
}

/** =Icônes ---------- */

.icone {
    background-color: #6F6F85;
    height: 16px;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 16px;
}

.icone-log-out {
    mask-image: url('/Content/Images/log-out.svg');
}

.icone-contact {
    mask-image: url('/Content/Images/enveloppe.svg');
}

.icone-arrow-left {
    mask-image: url('/Content/Images/Arrow-left.svg');
}

.icone-inline-block {
    display: inline-block;
}

.icone-sm {
    height: 24px !important;
    width: 24px !important;
}


/** =CTA ---------- */

#headerbar-header-navigation a.cta-tertiaire {
    color: #DA291C;
    border: 1px solid #E5E7EB;
    display: flex;
    gap: 4px;
    padding: 8px 12px;
}

    #headerbar-header-navigation a.cta-tertiaire .icone {
        background-color: #DA291C;
    }

.cta {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    gap: 4px;
    justify-content: center;
    transition: all .15s ease-in-out;
}

.cta:hover {
    border-color: var(--primary-800);
}

.cta-light {
    background-color: var(--blanc);
    border: 0;
    border-radius: 8px;
    padding: 10px 12px;
    text-decoration: none;
}

.cta-light:hover {
    background: var(--gris-40);
 }


.card {
    background-color: #eaeded;
    border: 0;
    border-radius: .25rem;
    padding: 3rem 3.5rem;
}

    .card p:last-child {
        margin-bottom: 0;
    }

    .card a {
        color: #0e5555;
        font-weight: bold;
        text-decoration: underline;
    }

        .card a:hover {
            color: #000;
            font-weight: bold;
        }


        .card a:focus {
            outline: solid #000 2px !important;
            outline-offset: 1px;
        }

.formatattendu-block {
    display: block;
}

#format-password ul {
    display: flex;
    flex-wrap: wrap;
}

    #format-password ul li {
        margin-right: 30px;
    }

/** =Fil d'Ariane ---------- */
.breadcrumb {
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

/** =Accueil ---------- */
.page-accueil {
    position: relative;
}

@media screen and (min-width: 992px) {
    .page-accueil .col-gauche {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding: 1.5rem 1.5rem 1.5rem 6rem;
        position: absolute;
        width: 50%;
    }
}

.page-accueil .titre {
    border: 0;
    display: block;
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding: 0;
    text-transform: initial;
}

@media screen and (min-width: 992px) {
    .page-accueil .titre {
        color: #fff;
        font-size: 3rem;
        padding: 0 1rem;
    }
}

@media screen and (min-width: 1200px) {
    .page-accueil .titre {
        color: #fff;
        font-size: 3rem;
        padding: 0 5rem;
    }
}

.page-accueil .arriere-plan {
    margin-top: 2.5rem;
}

@media screen and (min-width: 992px) {
    .page-accueil .arriere-plan {
        margin-top: 0;
    }
}

.page-accueil .col-droite {
    margin-top: 3rem;
}

@media screen and (min-width: 992px) {
    .page-accueil .col-droite {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        margin-top: 0;
        max-width: 28rem;
        position: absolute;
        right: 1.5rem;
        top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .page-accueil .col-droite {
        max-width: 30rem;
    }
}

@media screen and (min-width: 1440px) {
    .page-accueil .col-droite {
        right: -4rem;
    }
}

/** =Mot de passe oublié ---------- */
.intro {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.form-border {
    border: .75rem solid #f5f5f5;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    box-sizing: border-box;
    margin: 0 auto 1rem;
    padding: .75rem;
}

@media (min-width: 768px) {
    .form-border {
        width: 670px;
    }
}

#captcha-container .col-md-5,
#captcha-container .col-md-7 {
    flex: auto;
    width: 100%;
}

#captcha-container img {
    background-color: #fff;
    border: 1px solid #ccc;
    float: left;
    height: 75px;
    margin-right: 1rem;
}

#captcha-container .col-form-label {
    padding-bottom: 0;
    padding-top: 0;
}

/** =Erreur ---------- */
.erreur {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}

