@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&display=swap');


body {
    font-family: "Lato", sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    box-sizing: border-box;
}

.alert-danger {
    display: none;
}

/* Stylise les input file pour IE10 et + */
::-webkit-file-upload-button,
::-ms-browse {
    background: cornflowerblue;
    color: white;
    padding: 0.8em;
}

.row {
    margin-bottom: 5px;
    /* Pour que le formulaire soit aéré */
}

#top {
    height: .1px;
}

label {
    font-weight: normal;
}

p {
    margin: 0 0 15px;
    font-family: "Lato";
    font-weight: 400;
    letter-spacing: .4px;
    font-size: 1em;
}

section h2 {
    color: #333
    margin: 0 auto;
    font-size: 2em;
    font-family: "Lato";
    font-weight: 500;
    padding-top: 1rem;
}

section h2 i {
    color: #fa7f28;
}

#erreurs_form {
    display: none;
}
a.card  span {
    color:rgba(0, 0, 0, .7);
}
a.card p {
    color: #333;
}
.card > p > img {
    max-height:200px;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.card-body {
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-body > p {
    margin: 0;
    font-size: 1.31rem;
    color:#333;
}
.card-img-top {
    max-height: 200px;
}
#banner {
    /* background-image: linear-gradient(180deg,rgba(150,105,97,0.67) 0%,rgba(0,93,154,0.84) 100%), url('../images/bg_login2.jpg'); */
    /* background-size: contain; */
    /* background-position: 0%; */
    /* background-repeat: no-repeat; */
    background-size:cover;
    background-position: center center;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#banner h1 {
    color: white;
    text-shadow: 1px 1px rgb(0 0 0 / 50%);

}
.dossier {
    cursor: pointer;
    color: #333;
}

nav {
    font-size: 1.5rem;
}

.breadcrumb-item > a {
    color: #005d9a;
}

.breadcrumb-item.active {
    color: #fa7f28;
}