/* actu-list */
body .box-actu>a{background: #fff; padding: 0px; margin-bottom: 30px; background: rgba(0,0,0,0.03); text-align: justify; display: block; text-decoration: none; color: inherit; transition: all 0.4s;}
body .box-actu>a:hover{box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.2);}
body .box-actu>a .img-actu:before{content: ''; display: block; z-index: 2; position: absolute;top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); opacity: 0; transition: all 0.3s;}
body .box-actu>a:hover .img-actu:before{opacity: 1;}
body .box-actu .img-actu img{width: 100%; z-index: 1; display: block; height: 300px; object-fit: cover;transition: all 0.3s; position: relative;}
body .box-actu .img-actu{margin-bottom: 15px; padding: 0px;}
body .box-actu span.date{text-align: center; background: var(--primary); color: #fff; padding: 5px 10px; border-radius: 20px; font-size: 13px; line-height: 15px; display: inline-block; margin-bottom: 15px;}
body .box-actu .content-actu{padding-bottom: 20px;}
body .box-actu .content-actu h2.titre-actu:before{content: ''; display: block; width: 100%; height: 1px; background: rgba(0,0,0,0.1); margin-bottom: 15px;}
body .box-actu .content-actu h2.titre-actu{text-align: left !important; font-weight: 600; font-size: 20px !important;}
body .box-actu .content-actu p{font-size: 14px !important;}
/* /actu-list */

/* actu-details */
body .container-actu{margin-left: 0px; margin-right: 0px; align-items: flex-start;}
body .main-actu{padding: 0px; margin-bottom: 50px;}
body .main-actu p{font-size: 15px !important;}
body .main-actu .img-actu {position: relative; padding: 0;margin-bottom: 15px;}
body .main-actu .img-actu img{width: 100%; height: 100%; z-index: 1; display: block; object-fit: cover;transition: all 0.3s; position: relative;}
body .main-actu span.date, body .box-actu span.date{text-align: center; background: var(--primary); color: #fff; padding: 5px 10px; border-radius: 20px; font-size: 13px; line-height: 15px; display: inline-block; margin-bottom: 15px;}
body .main-actu h1.titre-actu{text-align: left !important; font-weight: 600 !important; font-size: 25px !important; color: var(--primary); margin-bottom: 15px !important;}
body .main-actu .content-actu{padding: 0px;}
body .main-actu .content-actu img{width: auto !important; height: auto !important; max-width: 100% !important; display: block !important;margin: 0px auto 20px !important;}


body .dernieres-actus{padding: 20px 15px 0px; background: rgba(0,0,0,0.05);}
body .dernieres-actus h3{font-weight: 600; font-size: 20px !important;}
body .dernieres-actus .box-actu>a{background: #fff; padding: 0px; margin-bottom: 15px; text-align: justify; display: block; text-decoration: none; color: inherit; transition: all 0.4s;}
body .dernieres-actus .box-actu>a .row{margin-left: 0px; margin-right: 0px;}
body .dernieres-actus .box-actu>a:hover{box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.1);}
body .dernieres-actus .box-actu>a .img-actu:before{content: ''; display: block; z-index: 2; position: absolute;top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); opacity: 0; transition: all 0.3s;}
body .dernieres-actus .box-actu>a:hover .img-actu:before{opacity: 1;}
body .dernieres-actus .box-actu>a .content-actu h3.titre-actu{text-align: left !important; font-weight: 600; font-size: 16px !important;}
body .dernieres-actus .box-actu .content-actu p{font-size: 14px !important;}
body .dernieres-actus .box-actu>a .content-actu p{font-size: 13px !important;}
body .dernieres-actus .box-actu>a .content-actu{padding-top: 15px; padding-bottom: 15px;}
body .dernieres-actus .box-actu>a .img-actu{margin-bottom: 0px; padding: 0px;}
body .dernieres-actus .box-actu>a .img-actu img{width: 100%; z-index: 1; display: block; height: 100%; object-fit: cover;transition: all 0.3s; position: relative;}

.slide-actu .slick-dots{padding: 0px !important; margin: 0px !important;}
.slide-actu .slick-dots li{padding: 0px; margin: 0px;}
.slide-actu .slick-dots li button{display: flex; justify-content: center; align-items: center; padding: 0px;}
.slide-actu .slick-dots li button:before{left: 50%; top: 50%; transform: translate(-50%,-50%);}
.slide-actu .slick-dots li button:before{background: none; border: 1.5px solid var(--primary); content: '' !important; display: block; width: 14px !important; height: 14px !important; border-radius: 15px; opacity: 1 !important;transition: all 0.3s;}
.slick-dots li.slick-active button:before,.slide-actu .slick-dots button:hover:before{background: var(--primary);}

@media(min-width: 500px){
	body .main-actu .img-actu{height: 500px;}
	body .dernieres-actus .box-actu>a .img-actu{height: 146px;}
}
@media(max-width: 991px){
	.container-main-actu{padding-left: 0px; padding-right: 0px;}
}
/* /actu-details */