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

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;
    font-size: 14px;
    width: 25px;
}

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

.temoignages {
    margin: 0;
    margin-bottom: 50px;
}

.temoignages li {
    display: inline-block;
    width: 100%;
    margin: auto;
    margin-top: 70px;
}

.temoignages p {
    text-align: justify;
}


@media (max-width: 667px) {
    .temoignage_logo {
        margin-bottom: 30px;
    }
}
