/* LES IMPORTS DE FONT */
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/* INDEX PAGE | LOGIN */
html.index,
body.center {
    height: 100%;
    text-align: center;
}

body.center{
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



/* MAIN PAGE | Page principal */

body.main {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html.main {
    height: -webkit-fill-available;
}

main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}


.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
    border-radius: 0;
}

main button {
    width: 4.5rem;
}

p.title {
    margin-top: 1rem;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 5rem;
}

p.contenu {
    margin-left: 1rem;
    font-size: 1.2rem;
}

#v-pills-tabContent {
    width: 100%;
}