html * {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 300;
    line-height: 1.1;
    color: #444444
}

hr {
    border: solid 1px white;
}

h1 {
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    margin: 20px 10px 30px 10px;
}

.bold {
    font-weight: bold;
}

.wrapper {
    padding: .5em 0 3em 0;
    background: url(../images/bg.jpg) no-repeat fixed center top;
    height: 100vh;
    overflow: auto;
}

.fit {
    height: 100%;
}


/* Forms */
.form-wh-bg {
    background-color: rgba(253, 254, 254, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
}

.form-group {
    margin: 0 0 5px 5px;
}

.control-label,
.col-form-label {

    font-size: 20px;
    font-weight: bold;
    color: #1b1e21;
    text-align: right;
}

label:after {
    content: " : ";
}

.form-control {
    font-size: 20px;
    color: #1b1e21;
    border-radius: 8px;
    border: 1px solid #ced4da;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    border-color: #80bdff;
}

.box {
    padding: 3em 0em;
    background: rgba(227, 227, 227, 0.85);
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.95);
}

.error {
    color: #e74c3c;
    ;
}

.libelle_14 {
    font-size: 14pt;
}

.libelle_15 {
    font-size: 15pt;
    font-weight: bold;
}

/** onglets index ***/
.nav-tabs {
    margin-right: 2em;
    margin-left: 2em;
}

.nav-link {
    background: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    font-weight: bold;
    color: #1b1e21;
    text-align: right;
    margin-left: 2px;
    border-radius: 8px 8px 0 0 !important;
}

.nav-link.active {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #007bff !important;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}

.nav-link:hover {
    color: #007bff;
}


.copyright {
    background: rgba(255, 255, 255, 0.64);
    text-align: center;
    /* vertical-align: middle; */
    height: 28px;
    /* margin-top: 50px; */

    position: absolute;
    width: 100%;
    bottom: 0px;

}