.banner{width:100%;position:relative;top:0px;height:70%;z-index:0;background:rgba(255,0,0,0.9);overflow:hidden;}
.banner .background{width:100%;height:100%;position:absolute;z-index:1;background:rgba(0,255,0,0.9);}
.banner .background #sliderImg{width:100%;height:100%; animation:zoom 0s linear infinite;}
@keyframes zoom{
    0%{transform: scale(1.3);}
    15%{transform: scale(1);}
    85%{transform: scale(1);}
    100%{transform: scale(1.3);}
}
.banner .back_opac{width:100%;height:90%;position:absolute;z-index:2;background:rgba(0,0,0,0);}

section{width:100%;}
section .news{padding-top:70px;width:90%;margin:auto;display:flex;}
section .news .content_news{ width:70%;padding:0 20px 20px 20px;position:relative;border-right:1px solid var(--MT-color);}
section .news .content_news h3{font-size:25px;color:#FFF;background:var(--MT-color);padding:5px;}
section .news .content_news figure{margin:0;width:100%;height:400px;overflow:hidden;}
section .news .content_news figure img{height:100%;}
section .news .actu_box{ width:29%;padding:0 0 20px 0;position:relative;margin-left:2%;}
section .news .actu_box h2{color:var(--MT-color);font-family: var(--MT-ffb);font-size:35px;}
section .news .actu_box .actu_item{width:100%;margin:auto;display:flex;margin-bottom:1em; }
section .news .actu_box .actu_item figure{margin:0;width:35%;}
section .news .actu_box .actu_item figure img{width:100%;}
section .news .actu_box .actu_item figcaption{width:65%;padding:0 10px;color:#000;}
section .news .actu_box .actu_item figcaption h3{margin:0;padding:0;}
section .news .actu_box .actu_item figcaption p{margin:0;padding:0;font-size:14px;}
section .news .actu_box .actu_item figcaption i{font-size:14px;}


@media (max-width: 1440px){
   
}
@media (max-width: 1366px){
    
}
@media (max-width: 1280px){
}
@media (max-width: 1152px){
}
@media (max-width: 1024px){
}
@media (max-width: 960px){
    
}
@media (max-width: 679px){
    .banner{height:30%;}
    section .news{padding-top:30px;width:100%;display:inline-block;}
    section .news .content_news{ width:96%;padding:0 2%;border-right:none;}
section .news .content_news figure{height:300px;}
    section .news .actu_box{ width:100%;}
}



