#actualites .bx-wrapper {
    max-width: 80vw !important;
    margin: 0 auto;
    width: 80vw !important;
}
#actualites .bx-viewport {
    height: auto !important;
    padding-bottom: 40px !important;
}
#actualites .bx-viewport li {
    width: 18vw !important;
}
#actualites .boxdate {
    position: absolute;
    top: 20px;
    left: 20px;
}
#actualites .jour {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    display: block;
    line-height: 25px;
}
#actualites .mois {
    font-size: 18px;
    color: #fff;
    display: block;
}
#actualites .title-act {
    font-size: 16px;
    font-family: Segoe UI;
    color: #18a0db;
    font-weight: 500;
    display: block;
    line-height: 20px;
}
#actualites .title-act:hover {
    text-decoration: none;
}
#actualites .nameact {
    margin: 25px 0 15px;
}
#actualites .boxact .boxdetails {
    padding: 0 15px 15px;
}
#actualites .parag {
    display: block;
    font-size: 14px;
    color: #232323;
    text-align: justify;
    line-height: 20px;
}
#actualites .boxact {
    background: #fff;
    transition: 1s ease all;
    transform: scale(0.9);
    padding-bottom: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,.10);
}
#actualites .boxact:hover {
    transform: scale(1);
    transition: 1s ease all;
    box-shadow: 0 0 15px rgba(0,0,0,.10);
}
#actualites .imgprod {
    height: 225px;
    display: block;
    margin: 0 auto;
}
#actualites .boxact:hover .boxdetails {
    padding: 0 15px 15px;
}
#actualites .bx-controls-direction {
    z-index: 2;
    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;
    font-size: 0;
}
#actualites .bx-prev { text-decoration: none;}
#actualites .bx-next { text-decoration: none;}
#actualites .bx-prev:before {
    content: '\e802';
    font-family: "fontello" !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #d7d7d7;
}
#actualites .bx-prev:hover:before {color: #18a0db;}
#actualites .bx-next:hover:before {color: #18a0db;}
#actualites .bx-next:hover {text-decoration: none;}
#actualites .bx-prev:hover {text-decoration: none;}
#actualites .bx-next:before {
    content: '\e800';
    font-family: "fontello" !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #d7d7d7;
}
#actualites .bx-wrapper .bx-pager .bx-pager-item {
    display: none;
    /*width: 12px;
    height: 12px;
    margin-right: 20px;*/
}
#actualites .bx-wrapper .bx-pager {
    z-index: 2;
    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;
}
#actualites .bx-wrapper .bx-pager.bx-default-pager a.active {border: 2px solid #22a4dd;border-radius: 50%;background-color: white;}
#actualites .bx-wrapper .bx-pager.bx-default-pager a:hover {
}
#actualites .bx-pager.bx-default-pager a {
    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;
    border: 2px solid #d7d7d7;
}
#actualites .boximg {
    height: 225px; overflow: hidden;background: #000;
}
@media screen and (max-width:1440px) {
#actualites .bx-wrapper {
    max-width: 90vw !important;
    width: 90vw !important;
}
#actualites .bx-viewport li {
    width: 20.5vw !important;
    margin-right: 30px !important;
}
}
@media screen and (max-width:1200px) {
#actualites .bx-viewport {
    padding-bottom: 25px !important;
}
#actualites .boximg {
    height: auto;
}
#actualites .bx-viewport li {
    width: 28vw !important;
    margin-right: 30px !important;
}
#actualites .title-act {
    font-size: 16px;
    line-height: 20px;
}
}
@media screen and (max-width:1024px) {
#actualites .bx-viewport li {
    width: 28vw !important;
    margin-right: 30px !important;
}
#actualites .title-act {
    font-size: 16px;
    line-height: 20px;
}
}
@media screen and (max-width:991px) {
#actualites .imgprod {
    height: auto;
    display: block;
    width: 100%;
   
}
#actualites .bx-viewport li {
    width: 41vw !important;
    margin-right: 60px !important;
}
#actualites .boximg {
    height: auto;
}
}
@media screen and (max-width:767px) {
#actualites .boximg {
    height: auto;
}
#actualites .bx-viewport li {
    width: 85vw !important;
    margin-right: 0px !important;
    margin: 0 auto;
    margin-left: 25px;
}
#actualites .boxact {
    height: auto;
}
}
@media screen and (max-width:550px) {
#actualites .bx-viewport li {
    width: 90vw !important;
    margin-left: 10px;
}
#actualites .bx-wrapper {
    max-width: 95vw !important;
    width: 95vw !important;
}
#actualites .bx-viewport {
    padding-bottom: 10px !important;
    width: 95vw !important;
}
}



