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

.meteor-slides {
    margin-top: 30px!important;
}

.meteor-slides p {
    background-color: rgba(0, 163, 219, 0.8);
    bottom: 10px;
    color: #ffffff;
    left: 0;
    line-height: 20px;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    font-style: italic;
    font-size: 30px;
    font-weight: lighter;
    width: 100%;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.home-posts {
    margin-top: 70px;
    color: #3d434f;
    font-size: 14px;
}
.home-posts h2 {
    margin: 0;
    text-align: center;
    font-size: 36px;
}
.home-posts a {
    color: #3d434f;
    text-decoration: underline;
    margin-bottom: 30px;
}
.home-posts ul {
    margin: 0;
}
.home-posts .no-margin {
    margin-left: 0;
}
.home-posts li {
    width: 330px;
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 70px;
    vertical-align: top;
}
.home-posts .post-title {
    border-bottom: 1px solid #3d434f;
    font-size: 16px;
    font-weight: bold;
}
.home-posts .post-title a {
    color: inherit!important;
    text-decoration: inherit!important;
}
.home-posts p {
    margin-top: 15px;
}
.home-posts li a {
    color: #286bcc;
}
.home-gestion {
    margin-top: 40px;
    padding: 20px 0;
    background-color: #eeeeee;
    color: #3d434f;
    text-align: center;
}
.home-gestion h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
}
.home-gestion h1 span {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
}
.home-gestion .columns {
    margin-top: 50px;
}
.home-gestion i {
    color: #00a3db;
    font-size: 128px;
}
.home-gestion h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.home-gestion h2 a {
    color: inherit;
}
.home-gestion #voir_produits {
    margin-top: 25px;
    display: block;
    font-size: 20px;
}
.home-plus {
    margin-top: 40px;
    margin-bottom: 70px;
    color: #3d434f;
}
.home-plus h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.home-plus h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 48px;
}
.home-plus h3 i {
    display: inline-block;
    color: #00a3db;
    font-size: 48px;
    margin-right: 10px;
}
.home-plus h3 span {
    vertical-align: text-bottom;
}
.home-plus .columns {
    margin-top: 50px;
}

@media (max-width: 1145px) {
    .home-posts {
        margin-top: 20px;
    }

    .home-posts .page_content {
        width: 90%;
    }

    .home-posts li:last-child {
        margin-bottom: 0;
    }

    .home-posts li {
        display: block;
        width: auto;
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 667px) {
    .meteor-clip p {
        bottom: 5px;
        padding: 5px 0;
        line-height: 20px;
        font-weight: bold;
        font-size: 16px;
    }

    .home-posts h2 {
        font-size: 24px
    }

    .home-posts a {
        float: none;
        display: block;
        text-align: center;
        margin: 20px 0;
    }
}
