#derniers_articles .bx-wrapper {
    width: 35vw !important;
    max-width: 35vw !important;
}
#derniers_articles .bx-viewport {
    height: auto !important;
}
#derniers_articles .bx-viewport li {
    width: 35vw !important;
}
h2 {
    font-family: Segoe UI;
    font-size: 36px;
    font-weight: 100;
    color: #104c98;
    margin: 0 0 30px;
}
#derniers_articles .boxpublie {
    display: flex;
    align-items: center;
}
#derniers_articles .imgarticle {
    height: 410px;
    width: 100%;
    max-width: inherit;
}
#derniers_articles .boxblog {
    position: absolute;
    bottom: 0;
    padding: 0 25px;
    background: url(/Files/App_002/Images/shadow-blog.png) top center no-repeat;
    padding-bottom: 30px;
    width: 100%;
    overflow: hidden;
}
#derniers_articles .date-blog {
    font-size: 16px;
    color: #ffffff;
    display: block;
    font-family: Segoe UI;
    margin-right: 5px;
}

#derniers_articles .name-blog {
    font-size: 24px;
    color: #18a0db;
    font-family: Segoe UI;
}
#derniers_articles .date-article {
    font-size: 16px;
    color: #7a7a7a;
    display: block;
    font-family: Segoe UI;
    margin-top: 20px;
}
#derniers_articles .bx-wrapper .bx-pager .bx-pager-item {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 20px;
}
#derniers_articles .bx-wrapper .bx-pager { 
    z-index: 2;
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: 0;
    bottom: 0 !important;
    left: auto !important;
    right: 0;
    text-align: center;
    width: 100% !important;
}
#derniers_articles .bx-wrapper .bx-pager.bx-default-pager a.active {border: 2px solid #22a4dd;border-radius: 50%;background-color: transparent;}

#derniers_articles .bx-pager-link {
    cursor: pointer;
    position: relative;
    width: 11px;
    height: 11px;
    display: inline-block;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    background: none;
    background-color: #d7d7d7;
    border-radius: 50%;
    margin-right: 15px;
}

#derniers_articles .bx-controls {
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
}

#derniers_articles .bx-controls-direction {
    display: none;
}
@media screen and (max-width: 1440px){
#derniers_articles .bx-wrapper {
    width: 46vw !important;
    max-width: 46vw !important;
}
#derniers_articles .bx-viewport li {
    width: 46vw !important;
}
}
@media screen and (max-width: 1024px){
#derniers_articles .name-blog {
    font-size: 20px;
}
}
@media screen and (max-width: 991px){
#derniers_articles .bx-wrapper {
    width: 95vw !important;
    max-width: 95vw !important;
    margin: 0 auto;
}
#derniers_articles .bx-viewport li {
    width: 95vw !important;
}
}
@media screen and (max-width: 767px){
#derniers_articles .bx-wrapper {
    width: 97vw !important;
    max-width: 97vw !important;
}
#derniers_articles .bx-viewport li {
    width: 97vw !important;
}
}

@media screen and (max-width: 550px){
#derniers_articles .imgarticle {
    height: 410px;
    width: auto;
    max-width: inherit;
}
}
@media screen and (max-width: 380px){
#derniers_articles .imgarticle {
    height: 325px;
}
#derniers_articles .boxblog {
    padding: 0px 15px;    padding-bottom: 15px;
}
 #derniers_articles .date-blog {
    font-size: 14px;
    margin-right: 4px;
}
#derniers_articles .name-blog {
    font-size: 18px;
    margin-top: 10px;
    display: block;
}
h2 {
    font-size: 30px !important;
    margin: 0 0 20px !important;
}
}

