.text-0-9 {
    font-size: 0.9em;
}

.text-1-1 {
    font-size: 1.1em;
}

.text-1-2 {
    font-size: 1.2em;
}

.text-1-3 {
    font-size: 1.3em;
}

.text-1-4 {
    font-size: 1.4em;
}

.text-1-5 {
    font-size: 1.5em;
}

.border-foot {
    border-top: solid blue 1px;
}

/* =============================
SECTION INTERPRÉTATION
============================== */
.pad-txt {
    padding-top: -5%;
}

.tit-schema {
    text-align: center;
    text-transform: uppercase;
    padding: 6% 2% 0 0;
    font-size: 3vw;
}

.hf {
    padding-bottom: 2%;
}

.tit-schema2 {
    text-align: center;
    font-size: 2.0vw;
    padding-bottom: -20% !important;
    line-height: 80% !important;
}

.tit-schema3 {
    text-align: center;
    font-size: 1.3vw;
    padding-bottom: -20% !important;
    line-height: 80% !important;
}

.tit-schema4 {
    text-align: center;
    font-size: 1.1vw;
}

.tit-schema5 {
    text-align: center;
    font-size: 1.3vw;
    padding-top: -20% !important;
    padding-bottom: 3%;
    line-height: 1% !important;
}

.schema img {
    width: 100%;
}

.table-border {
    border: solid black 1px !important;
}

img {
    float: left;
    padding-right: 15px;
}

.center {
    text-align: center;
}

/* PADDING */
.pb-3 {
    padding-bottom: 3%;
}

.pb-5 {
    padding-bottom: 5%;
}

/* TYPOGRAPHIE */

ul {
    list-style: none;
}