.tire {
    font-size: 20px;
}

.act {
    background-color: #fff !important;

    margin-bottom: 10px;
}
.date {
    text-transform: uppercase;
    padding-left: 100px;
}

.detail-titre {
    /* padding-left: 100px !important; */
}
.detail-corps {
    /* padding-left: 100px !important;
    padding-right: 100px !important; */
}

.circle {
    border: 2px solid #000 !important;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.circle i {
    font-size: 20px;
}
@media (max-width: 768px) {
    .protit {
        font-size: 1.4rem;
    }
    .circle i {
        font-size: 14px;
    }
    .tire {
        font-size: 20px;
    }
    .detail-corps {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 20px;
    }
    .date {
        padding-left: 0 !important;
    }

    .detail-titre {
        padding-left: 0 !important;
    }
}
.avatar-actu {
    float: left;
}
.chapeau {
    height: 100%;
    padding-left: 35px;
}
@media (max-width: 1000px) {
    .actu-det {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .chapeau {
        height: auto;
        padding-left: 15px;
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .tag {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .avatar-actu {
        width: 250px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
.gallery {
    margin: auto;
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.gallery .box {
    width: 100%;

    padding: 5px;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.gallery .box img {
    max-width: 100%;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .gallery {
        margin: auto;
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
        -webkit-column-gap: 4px;
        -moz-column-gap: 4px;
        column-gap: 4px;
    }
}
@media (max-width: 768px) {
    .gallery {
        margin: auto;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 4px;
        -moz-column-gap: 4px;
        column-gap: 4px;
    }
}
.actualite-image img {
    width: 100%;
    height: auto;
}
.actualite-text {
}
