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

.posts {
    margin: 15px 0 0 0;
    list-style-type: none;
}

.posts li {
    color: #666666;
}

.titre_col {
    margin-top: 25px;
    padding: 10px 0 10px 25px;
    background-color: #00a3db;
    color: #FFFFFF;
}

.titre_col h1 {
    font-size: 16px;
    margin: 0;
}

.post_logo {
    float: left;
    width: 25px;
    margin-top: 3px;
    font-size: 14px;
}

.post_infos {
    margin: 15px 0 0 25px;
}

.posts li:last-child .post_infos {
    border-bottom: none;
}

.post_infos a {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.zoom .zoom_image {
    text-align: right;
}

.zoom .zoom_title {
    margin-bottom: 30px;
    font-size: 19px;
    text-align: left;
}

@media (max-width: 1023px) {
    .zoom p {
        text-align: center!important;
    }
}