/*
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 {
    color: white;
    font-size: 16px;
    margin: 0;
}

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

.post_infos {
    margin: 15px 0 0 25px;
    border-bottom: 1px solid #666666;
}

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

.post_infos h4 {
    margin: 0;
    font-size: 14px;
}

.post_infos h3 {
    margin: 5px 0 5px 0;
}

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

.link_col {
    margin-top: 10px;
    font-size: 14px;
    text-decoration: underline;
    text-align: right;
}

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

.categories li {
    border-bottom: 1px solid #666666;
    margin-bottom: 5px;
}

.categories li a {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

.fb_plugin {
    text-align: center;
}
