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

.row h1 {
    color: #006db0;
    font-size: 36px;
}

.row .t1 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 24px;
}

.row .t2 {
    font-size: 18px;
    font-weight: bold;
}

.row h2 {
    margin-top: 40px;
    color: #006db0;
    font-size: 22px;
    font-weight: bold;
}

.row em, a {
    color: #006db0;
    font-style: normal;
}

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

.versions, .version {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.versions {
    flex-direction: column;
}

.version {
    margin-bottom: 10px;
}

.versions {
    align-items: flex-end;
}

.margintop {
    margin-top: 80px;
}

.versions span, .version p {
    display: block;
    color: white;
    padding: 5px 15px;
    margin-bottom: 2px;
    font-weight: bold;
    font-style: italic;
}

.version p.prix {
    font-weight: normal;
}

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

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

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

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

.versions .v_light {
    width: 130px;
}

.versions .v_azur {
    width: 150px;
}

.versions .v_evasion {
    width: 170px;
}

.versions .v_horizon {
    width: 190px;
}

.version span {
    width: 100%;
}

.version .v_light, .version .v_evasion {
    align-self: flex-end;
}

.orange {
    color: #ff5c24;
    font-weight: bold;
}

.button_compare {
    margin-top: 30px;
}

@media (max-width: 1023px) {
    .column_img {
        order: 2;
    }

    .versions {
        margin-top: 40px;
    }

    .versions a, .versions span, .version span {
        width: 100%!important;
        text-align: center;
    }
}
