.sliderActualites{
padding:100px 0;
position:relative;
text-align:center;
}

.sliderActualites > .titre1{padding-bottom:100px;}

.sliderActualites.txt_blanc > .titre1{color:#fff;}

.sliderActualites > .bt{margin-top:100px;}

.sliderActualites .slider{
width:calc((100% - ((100% - 1570px) / 2) + 52px));
max-width:100%;
margin-left:auto;
position:relative;
padding-left:37px;
}

.sliderActualites .slider .slick-list, .sliderActualites .slider .slick-track{display:flex !important;}

.sliderActualites .slider .slick-slide{
height:inherit !important;
overflow:hidden;
padding-left:15px;
}

.sliderActualites .slider .slick-arrow{
position:absolute;
top:50%;
left:-30px;
font-size:0;
display:inline-block;
width:22px;
height:20px;
background-position:center center;
background-repeat:no-repeat;
background-size:100% auto;
cursor:pointer;
}

.sliderActualites .slider .slick-arrow.slick-prev{
background-image:url(prev_noir.png);
margin-top:-30px
}

.sliderActualites .slider .slick-arrow.slick-next{
background-image:url(next_noir.png);
margin-top:10px;
}

.sliderActualites .slider .slick-arrow.slick-disabled{
opacity:0.3;
cursor:default;
}

.sliderActualites .slider .bloc_actu a{
display:flex;
flex-direction:column;
height:100%;
padding-bottom:0;
}

.sliderActualites .slider .bloc_actu figure{
position:relative;
height:235px;
}

.bloc_actu figure img, .bloc_actu figure iframe{
position:absolute;
top:0;
left:0;
}

.sliderActualites .slider .bloc_actu .rub{
position:relative;
top:0;
left:0;
margin-bottom:15px;
}

.sliderActualites .slider .bloc_actu .txt{
position:relative;
top:0;
left:0;
height:auto;
flex:1;
width:100%;
max-width:100%;
max-height:none;
display:flex;
flex-direction:column;
justify-content:space-between;
padding:15px 35px;
}

.sliderActualites .slider .bloc_actu .txt strong{
font-size:17px;
line-height:22px;
}

.sliderActualites .slider .bloc_actu .txt .bt_fleche{
position:relative;
top:auto;
bottom:auto;
right:auto;
margin:35px 0 0 auto;
}

@media screen and (max-width:1380px){
.sliderActualites{padding:50px 0;}

.sliderActualites > .titre1{padding-bottom:50px;}

.sliderActualites > .bt{margin-top:50px;}
}

@media screen and (max-width:1180px){
.sliderActualites .slider .bloc_actu .txt{padding:15px 20px;}

.sliderActualites .slider .bloc_actu .txt .bt_fleche{margin-top:15px;}
}

@media screen and (max-width:680px){
.sliderActualites .slider{padding:50px 15px 0 0;}

.sliderActualites .slider .slick-arrow.slick-prev, .sliderActualites .slider .slick-arrow.slick-next{
top:-50px;
left:calc(50% + 15px);
transform:none;
margin:0;
}

.sliderActualites .slider .slick-arrow.slick-prev{margin-left:-42px;}
}