html {
    height: 100%;
}

body {
    background: url("/images/rayures.gif") top left repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
#orientation-warning {
    font-size: 1.2rem;
    padding: 2rem;
}
.rammetto-one-regular {
    font-family: "Rammetto One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.logo-bm-connect {
    top: 6%;
}
h1.rammetto-one-regular {
    font-size: 5.7vw;
    line-height: 5.9vw;
    letter-spacing: 3.33px;
}
h6.rammetto-one-regular, p.rammetto-one-regular {
    font-size: 3vw;
    line-height: 3.2vw;
    letter-spacing: 3.33px;
}
.text-bm-blue {
    color: #313cf8;
}
.form-control-bm, .form-control-bm:focus {
    color: #313cf8;
    font-size: 2vw;
    line-height: 2.2vw;
    background-color: #fcefd5;
    border-radius: 0;
    text-align: center;
}
.btn-bm {
    background-color: #eead2d;
    color: #fff;
    font-size: 2vw;
    line-height: 2.2vw;
    padding: 10px 25px;
    border: 0;
    transition: background-color .35s ease-out;
}
.btn-bm:hover {
    background-color: #E7A219;
}
.numero {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fcefd5;
    transition: background-color 0.2s;
}
.numero.checked {
    background-color: #313cf8;
    color: white;
}
.table-bm tr {
    padding: 30px 0;
}
.table-bm td {
    width: 10%;
    font-size: 3vw;
    line-height: 3.2vw;
    letter-spacing: 3.33px;
    display: table-cell;
    align-items: center;
    align-content: center;
    border: 0;
    padding: 2rem 0.5rem;
}
.table-bm td span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-bm {
    background-color: #eead2d78;
    --bs-modal-width: 950px;
}
.modal-bm .modal-footer{
    border-top: 0;
    justify-content: center;
}
.modal-bm .modal-header {
    border-bottom: 0;
}

@media only screen and (max-width: 1368px) {
    .table-bm td {
        font-size: 2.2vw;
        line-height: 2.4vw;
        letter-spacing: 0.33px;
    }
    .numero {
        width: 60px;
        height: 60px;
    }
    .modal-bm {
        --bs-modal-width: 550px;
    }
}

@media only screen and (max-width: 975px) {
    .table-bm td {
        padding: 1rem 0.5rem;
    }
    .numero {
        width: 40px;
        height: 40px;
    }
    h1.rammetto-one-regular {
        font-size: 7.7vw;
        line-height: 7.9vw;
    }
    h6.rammetto-one-regular {
        font-size: 5vw;
        line-height: 5.2vw;

    }
    .form-control-bm, .form-control-bm:focus {
        font-size: 4.5vw;
        line-height: 4.7vw;
    }
    .contact-form .btn-bm {
        font-size: 4vw;
        line-height: 4.2vw;
    }
}

@media only screen and (max-width: 575px) {
    .table-bm td {
        padding: 1rem 0.3rem;
        line-height: 3vw;

    }
    .numero {
        width: 40px;
        height: 40px;
    }
}
