#tarifs {
    font-family: Helvetica, sans-serif;
    pointer-events: none;
    position: relative;
    z-index: 10000;
    margin-top: 7vh;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    overflow: hidden;

    & dl {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    & dd, & dt {
        background-color: white;
        padding: 10px;
        color: black;
        display: inline-block;
        font-size: 45px;
        text-transform: uppercase;
    }
    
    & dd {
        font-weight: bold;
    }
}