﻿/* ---------------------------
    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;
}

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%;
    width: 100%;
}

.small,
small {
    font-size: .8rem;
}

.text-danger {
    color: #dc3545 !important;
}

.form-border {
    border: 0.75rem solid #f5f5f5;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
    box-sizing: border-box;
    margin: 0 auto 1rem;
    padding: 0.75rem;
}

.form-row {
    min-height: 2.75rem;
}

.col-form-label {
    padding-bottom: 0;
    padding-top: 0;
}

@media (min-width: 992px) {
    .col-form-label {
        text-align: right;
    }
}

.form-control,
.form-select,
.btn {
    border-radius: 0;
    font-size: .9rem;
}

.input-group-append .btn:not(:focus) {
    border-color: #ced4da;
}

.form-control:focus,
.form-select: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;
}

.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;
}

.breadcrumb {
    padding: 0
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">"
}

/* =Contenu
-------------------------------------------------------------- */
#sipsFrame {
    display: block;
    height: 900px;
}