.form {
    margin-top: 50px;
}

.txt_cfm {
    color: white;
    font-weight: bold;
}

.white {
    color: white;
}

@font-face {
    font-family: Eremite;
    src: url('Eremite-Regular.otf');
}

.bt {
    background-image: linear-gradient(to left, rgba(36, 191, 206, 0.8), rgba(51, 83, 191, 0.8), rgba(36, 191, 206, 0.8));
    background-size: 200%;
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 5px;
    padding: 5px;
    height: 34px;
    width: 100px;
}

.bt:hover {
    background-position: right;
}

.gauche {
    bottom: -15px;
    left: 100px;
}

.droite {
    bottom: -15px;
    right: 65px;
}

.container-fluid {
    margin-top: -30px;
    margin-left: -10px;
    margin-right: -10px;
}