.bg-page-v{
    background-color: rgb(6, 24, 100);
    padding: 2rem 0;
    margin: 20rem 0 8rem 0;
}

.bg-page-v h1{
    font-size: 4rem;
    color: white;
    font-weight: 400;
}

header h2{
    font-size: 2.5rem;
}

.oxygen-link:link{
    color: black;
    text-decoration: none;
    font-size: 2.4rem;
}
.oxygen-link:hover{
    height: 100%;
    
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.oxygen-color{
    color: rgb(6, 24, 100);
    font-weight: 700;
    letter-spacing: .2rem;
}

.table-bg{
    background-color: rgb(6, 24, 100);
    color: white;
}

.human-infos{
    -webkit-box-shadow: 8px 8px 24px -16px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px -16px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px -16px rgba(66, 68, 90, 1);
    border-radius: 2rem;
    transition: ease-in-out .6s;
}
.human-infos:link, .human-infos:hover{
    transform: scale(1.05);
}

/* Table */
@media (max-width: 992px){
    .start-table-border{
        border-right: .1rem solid black;
        border-left: .1rem solid black;
        border-bottom: .1rem solid black;
    }
    .table-border{
        border-right: .1rem solid black;
        border-left: .1rem solid black;
        border-bottom: .1rem solid black;
    }
    .table-rotation{
        margin: 0;
        font-size: 3rem;
        font-weight: 900;
        font-family: 'Josefin Sans', sans-serif;
    }
}
@media (min-width: 992px){
    .start-table-border{
        border-top: .1rem solid black;
        border-right: .1rem solid black;
        border-left: .1rem solid black;
    }
    .table-border{
        border-top: .1rem solid black;
        border-right: .1rem solid black;
    }
    .table-rotation{
        margin: 0;
        font-size: 3rem;
        font-weight: 900;
        font-family: 'Josefin Sans', sans-serif;
    }
}


/* Statute CSS */
.table-width-first{
    width: 5%;
}

.table-width-third{
    width: 20%;
}