/*
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;
}

.spc_tech {
    background-image: url('../images/produits/wynid/vx280.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

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

    .spc_tech {
        background-position: top;
        background-size: contain;
        background-position-y: 100px;
    }
}
