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

.post {
    color: #666666;
}

.post h1 {
    font-size: 31px;
}

.post h1 a {
    color: black;
}

.post_logo {
    font-size: 14px;
}

.post_logo span {
    font-size: 14px;
}

.post_infos {
    margin: 10px 0 0 0;
}

.post_infos p, .post_infos p {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.post_share {
    margin-bottom: 20px;
}

.post_share div {
    float: right;
}

.post_share i {
    font-size: 16px;
}

.post_share .facebook {
    background-color: #3b5998;
}

.post_share .twitter {
    background-color: #1DA1F2;
}

.post_share .linkedin {
    background-color: #0077b5;
}

.post_content {
    margin-top: 25px;
}

.post_tags {
    margin-top: 25px;
    margin-bottom: 25px;
}

.post_tags ul {
    list-style-type: none;
    margin: 0;
}

.post_tags li {
    float: left;
    border: 1px solid #00a3db;
    padding: 5px 7px;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
}

.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;
}

.posts .post_logo {
    float: left;
    font-size: 14px;
    width: 25px;
}
.posts .post_infos {
    margin: 15px 0 0 25px;
    border-bottom: 1px solid #666666;
}

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

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

.posts .post_infos .title {
    margin: 5px 0 5px 0;
}

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