/* STYLE THE VERTICAL TAB */
.tab {
    float: left;
    color: rgba(255, 255, 255, 0.514);
    width: 70%;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.active:hover {
    border-left: 3px solid rgba(255, 255, 255, 0.993);
    color: white;
}

.tablinks {
    padding: 20px;
    display: flex;
    border-left: 3px solid rgba(255, 255, 255, 0.425);
    font-family: 'Lato';
}

/* Style the tab content */
.tabcontent {
    float: right;
    width: 30%;
    text-align: center;
    padding-top: 5%;
}

.nb-desription {
    margin-left: 20px;
    padding:20px;
    font-weight: 500;
    font-size: 4em;
}

.title-tab-description {
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
}

.content-tab-description {
    font-size: 1.3em;
}