

/* ================= */
.all-wrapper{
    box-shadow: 0 4px 8px grey;
    text-align: justify;
    display: flex;
    flex-direction: column;
}

.all-wrapper > div {
    padding-right: 3.3333rem;
    padding-left: 3.3333rem;
}

.wrapper{
    background-color: white;
    padding-bottom: 25px;
    padding-top: 10px;
}

.main-wrapper-recherche{
    width: 300px;
    align-self: center;
}

.ante-article{
    padding: 0;
}

.options {
    margin-bottom: 10px;
}

h1{
    border-bottom: 2px solid #3BB2Be;
    margin-bottom: 0;
    text-align: left;
}

.cartouche img{
    float: left;
    margin-right: 15px;
}

.info-publi{
    margin-top: 0;
    text-align: right;
}

.published{
    text-decoration: none;
}

.author .spip_in{
    text-decoration: none;
    color: #3BB2Be;
}




/* Articles actifs */
.aside .fils{
    max-width: 65.5rem;
    margin: auto;
    padding-bottom: 325px;
}

.aside {
    background-color: #0202021a;
    border-top: 6px solid #999;
}

.aside ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.aside li{
    width: 20%;
    float: left;
}

.aside li .box {
    margin: .5em;
    padding: .5em;
    border: 1px solid #ccc;
    background: #fff;
    height: 290px;
    overflow: hidden;
    position: relative;
}

.aside li .box .rect {
    bottom: 0;
    height: 100 px;
}

.aside h3 a {
    color: #545454;
    text-decoration: none;
    font-size: 14px;
}

.aside h3{
    margin:0;
}

.aside h3 a:hover{
    color: #3AB5C2;
}

.aside p {
    font-size: 13px;
}







@media screen and (max-width: 600px){
    .all-wrapper > div {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .all-wrapper{
        text-align: left;
    }

    .rect{
        height: 25px;
    }

    .aside li{
        width: 50%        
    }

    .aside li .box{
        height: 76px;
    }

    h1{
        font-size: 25px;
    }

    img{
        height: 100%;
    }

    .spip_doc_titre {
        width: 100% !important;
    }
}