/*
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: #f53121;
    font-size: 36px;
}

.row h2, .row .en_savoir_plus {
    color: #f53121;
    font-size: 22px;
    font-weight: bold;
}

.row .t1 {
    color: white;
    background-color: #f53121;
    padding: 5px 15px;
    margin-bottom: 2px;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}

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

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

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

.row .margin-li li {
    margin-bottom: 10px;
}

.row ul .selected {
    color: #666666;
}

.img-presentation {
    margin-bottom: 20px;
    transform: rotate(-5deg);
    box-shadow: 3px 3px 8px 3px #c7c7c7;
    backface-visibility: hidden;
}

.img-presentation2 img {
    margin: 10px;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.25);
    backface-visibility: hidden;
}

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