/*
Theme Name: Thème de Micro-Pointe
Author: Micro-Pointe
Author URI: https://www.micro-pointe.fr
Description: Notre nouveau thème
*/

.row h1 {
    font-size: 36px;
}

.row h2 {
    margin-top: 40px;
    color: #ff5c24;
    font-weight: bold;
    font-size: 16px;
}

.row h3 {
    font-size: 16px;
    margin: 0;
}

#price_table p {
    margin: 0;
}

.whiteLine {
    background-color: white!important;
}

.v_light, .v_azur, .v_evasion, .v_horizon {
    display: block;
    min-width: 90px;
    color: white;
    padding: 5px 15px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.v_light {
    background-color: #0194d9;
}

.v_azur {
    background-color: #0181c2;
}

.v_evasion {
    background-color: #006db0;
}

.v_horizon {
    background-color: #00579c;
}

.c_all {
    color: #3d434f;
}

.c_light {
    color: #0194d9;
}

.c_azur {
    color: #0181c2;
}

.c_evasion {
    color: #006db0;
}

.c_horizon {
    color: #00579c;
}

.texte-version {
    font-weight: bold;
}

.prix {
    font-weight: bold;
}

.info {
    text-align: center;
    font-style: italic;
    color: #666;
    font-size: 14px;
}

.row table {
    margin-top: 40px;
}

.row table thead {
    background-color: white;
}

.row table tbody, .row table tfoot, .row table thead {
    border: none;
}

.row tr td:first-child {
    text-align: left;
}

.row td {
    text-align: center;
}

.row td a {
    text-decoration: underline;
}

.blue {
    color: #2199e8;
    font-weight: bold;
}

.blue a {
    text-decoration: underline;
}

@media (max-width: 1023px) {
    .row table {
        margin-top: 70px;
    }

    .row thead th span:first-child {
        position: absolute;
        transform: rotate(90deg);
        width: 90px;
        transform-origin: 44px -8px;
    }

    .row table tfoot td, .row table tfoot th, .row table thead td, .row table thead th {
        padding: 1px;
    }

    .v_light, .v_azur, .v_evasion, .v_horizon {
        min-width: auto;
    }
}
