
.blog-bg, .primary-bg{
    background-color: #767038;!important;
}

.header-bg, .dark-bg{
    background-color: #282416;!important;
}
.dark-ligth-bg{
    background-color: #767038;!important;
}
.carder {
    border: 2px solid #767038; /* Bordure noire de 2 pixels */
    border-radius: 2px; /* Arrondit les coins */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optionnel : ombre pour effet de profondeur */
}

.blog-2-border {
    margin: 5px;
    border: 2px solid #a39f77; /* Bordure noire de 2 pixels */
    border-radius: 2px; /* Arrondit les coins */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optionnel : ombre pour effet de profondeur */
}

/*--------------------------------------------------------------
#1.4	blog-section
--------------------------------------------------------------*/
.blog-section, .blog-section-s2 {
    padding-bottom: 70px;
}

@media (max-width: 1199px) {
    .blog-section, .blog-section-s2 {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .blog-section, .blog-section-s2 {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .blog-section, .blog-section-s2 {
        padding-bottom: 40px;
    }
}

.blog-section .blog-grids, .blog-section-s2 .blog-grids {
    margin: 0 -15px;
}

@media (max-width: 1199px) {
    .blog-section .blog-grids, .blog-section-s2 .blog-grids {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .blog-section .blog-grids, .blog-section-s2 .blog-grids {
        margin: 50px -7.5px 0;
    }
}

.blog-section .blog-grids .grid, .blog-section-s2 .blog-grids .grid {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 50px;
}

@media (max-width: 767px) {
    .blog-section .blog-grids .grid, .blog-section-s2 .blog-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 50px;
    }
}

@media (max-width: 600px) {
    .blog-section .blog-grids .grid, .blog-section-s2 .blog-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.blog-section .entry-details, .blog-section-s2 .entry-details {
    position: relative;
    padding: 45px 0 0 20px;
}

.blog-section .entry-details h3, .blog-section-s2 .entry-details h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 400;
    margin: 0 0 0.9em;
    line-height: 1.3em;
}

@media (max-width: 991px) {
    .blog-section .entry-details h3, .blog-section-s2 .entry-details h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.blog-section .entry-details h3 a, .blog-section-s2 .entry-details h3 a {
    color: #262b3e;
}

.blog-section .entry-details h3 a:hover, .blog-section-s2 .entry-details h3 a:hover {
    color: #c9b38c;
}

.blog-section .entry-details .cat, .blog-section-s2 .entry-details .cat {
    background: #c9b38c;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    color: white;
    position: absolute;
    left: 0;
    top: -20px;
    border-radius: 0 50px 50px 0;
}

.blog-section .entry-details .read-more, .blog-section-s2 .entry-details .read-more {
    font-family: "Roboto Slab", serif;
    color: #687693;
    padding-left: 50px;
    position: relative;
}

@media (max-width: 991px) {
    .blog-section .entry-details .read-more, .blog-section-s2 .entry-details .read-more {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.blog-section .entry-details .read-more:before, .blog-section-s2 .entry-details .read-more:before {
    content: "";
    background: #687693;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 11px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-section .entry-details .read-more:hover, .blog-section-s2 .entry-details .read-more:hover {
    color: #c9b38c;
}

.blog-section .entry-details .read-more:hover:before, .blog-section-s2 .entry-details .read-more:hover:before {
    background: #c9b38c;
}
