#bandeau-actualites {
    display:flex;
    align-items:center;
    justify-content:space-around;
    width:100%;
    height:400px;
    background-color:#eee;
    margin-bottom:20px;
    opacity:0;
}
.item-slide-actualite {
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    text-decoration:none;
    position:relative;
    
}
.item-slide-actualite:hover {
    text-decoration:none;
}
.item-slide-actualite-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
}
.item-slide-actualite-content {
    position: absolute;
    width: 100%;
    height: 100%;    
    color:#fff;
    text-align:center;
    display:flex;
    flex-direction:column;
    gap:20px;
    align-items:center;
    justify-content:space-between;
    z-index:2;
    height:100%;
    padding:10% 40px;
}

.item-slide-actualite-content * {
    color:#fff;
}

.item-slide-actualite-content h3 {
    font-weight: 300;
    margin: 0;
    font-size: 40px;
}

.item-slide-actualite-text {
    font-size: 16px;
}

.item-slide-actualite-btns-wrapper {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin:auto;
}

.item-slide-actualite-more {
    font-size: 24px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}

.item-slide-actualite-more:hover {
    background-color: rgba(0,0,0,.05)!important;
    border: 2px solid transparent;
    padding: .3em 1em .3em .7em            
}

        .item-slide-actualite-more:after {
            font-size: 24px;
            line-height: 1em;
            content: "\203A";
            opacity: 0;
            -webkit-transition: all .2s;
            transition: all .2s;
            text-transform: none;
            -webkit-font-feature-settings: "kern" off;
            font-feature-settings: "kern" off;
            font-variant: none;
            font-style: normal;
            font-weight: 400;
            text-shadow: none;
            display:none;
        }

        .item-slide-actualite-more:hover:after {
            -webkit-transition: none!important;
            transition: none!important;
            display:block;
            opacity: 1;

        }

.lSSlideOuter {
    position:relative!important;
}
.lSSlideOuter .lSPager.lSpg {
    justify-content: center!important;
    bottom:20px!important;
}

.lSSlideOuter .lSPager.lSpg > li {
    padding: 5px!important; 
}

.lSSlideOuter .lSPager.lSpg > li a {

    height: 7px !important;
    overflow: visible !important;
    width: 7px !important;
    z-index: 1 !important;
    border: 0;
    background-color: #fff!important;
    opacity:0.2;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSPager.lSpg > li:hover a {
    background-color: #fff !important;
    opacity:1;
}
.lSSlideOuter .lSPager.lSpg > li a::after {
    border:0!important;
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: none;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -50px;
    opacity: .6;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
    text-decoration:none;
    color:#fff;
    font-weight: 400;
    font-size:60px;  
      
}
.lSAction>a:hover {
    text-decoration:none!important;
    opacity:1;
}

.lSAction>.lSPrev {

}
.lSAction>.lSPrev::after {
    content:"\2039";

}
.lSAction>.lSNext {
    right: 0;
}
.lSAction>.lSNext::after {
    content: "\203A";

}

#liste-actualites {
    margin-top:20px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:15px;
}
.item-actualite {
    width:calc(33% - 15px);
    border: 1px solid #d8d8d8;
    
    display:flex;
    flex-direction:column;
    /*justify-content:space-between;*/
}

.item-actualite-content {
    padding:5px 15px;
}
.item-actualite-link {
    padding: 10px 15px;
}

.item-actualite img {
    object-fit: cover;
    object-position: center center;

    width:100%;
    height:220px;
}

.item-actualite .actualite-meta {
    font-size: 10px;
    color: #e09900 !important;
}
.item-actualite .actualite-texte {
    font-size: 14px;
    color: #666;
}

.item-actualite .actualite-date {
    text-transform:uppercase;
}

.item-actualite .actualite-texte a {
     
    color: #2ea3f2;
    }

.item-actualite h3 {
    color : #0c71c3;
    font-size:16px;
}

.item-actualite h3 a {
    color : #0c71c3;
}

.actualites-btns-wrapper {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin:10px auto;
    width: fit-content;
}

.actualites-btn {
    text-decoration:none;
    background-color:#0c71c3;
    color:#fff;
    padding:10px 20px 10px 30px;
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
}

.actualites-btn:hover {
    color:#fff;
    text-decoration:none!important;
}

        .actualites-btn:after {
  
            
            content: "\203A";
            opacity: 0;
            -webkit-transition: all .2s;
            transition: all .2s;
            text-transform: none;
            -webkit-font-feature-settings: "kern" off;
            font-feature-settings: "kern" off;
            font-variant: none;
            font-style: normal;
            text-shadow: none;
            display:block;
        }

        .actualites-btn:hover:after {
            -webkit-transition: none!important;
            transition: none!important;
            display:block;
            opacity: 1;
            text-decoration:none!important;

        }

@media screen and (max-width:1000px) {
  .item-actualite {
      width:calc(50% - 15px);
  }
  
  .item-slide-actualite-btns-wrapper {
    flex-direction:column;
  }
}
@media screen and (max-width:760px) {
  .item-actualite {
      width:100%;
  }
  .lSSlideWrapper, #bandeau-actualites {
    height:450px!important;
  }
  .item-slide-actualite-content {
    /*
    justify-content: flex-start;
    gap:5px;
    */
  }
  .item-slide-actualite-content h3 {
    font-size:30px;
  }
  .lSSlideOuter .lSPager.lSpg {
      justify-content: center !important;
      bottom: 0 !important;
  }  
  
}
