.sec-actualites {
    padding: 210px 20px 0 20px;
}
.banner-actus {
    display: block;
    width: 100%;
    z-index: 20;
    position: relative;
    height: 700px;
    clip-path: polygon(0% 0%, calc(100% - 140px) 0%, 100% 40px, 100% 100%, 0% 100%)
}
.banner-actus:after {
    content: "";
    background: rgba(0,79,55,0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-actus .img {
    height: 700px;
    width: 100%;

}

.banner-actus img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover
}
.sec-actualites .breadcrumb {
    padding: 0 110px 40px;
}
.txt-banner {
    position: absolute;
    left: 130px;
    z-index: 20;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
  
}
.txt-banner .blcBtn {
    display: flex;
    gap:10px;
    margin-bottom: 20px
}
.txt-banner .link{
    border-radius: 20px;
    padding: 5px 20px;
    display: inline-block;
    color: var(--green);
    font-size: 14px;
    text-transform: uppercase;
}
.txt-banner .link.white{
    background-color: var(--white)
}
.txt-banner .link.green{
    background-color: var(--green2)
}
.txt-banner h1 {
    font:400 40px/45px var(--f2);;
}

.scrollBottom {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/arrow-right.svg) no-repeat center;
    background-color: var(--green);
    background-size: 25px;
    position: absolute;
    left: 130px;
    bottom: 40px;
    transform: rotate(90deg);
    z-index: 20;
    transition: all ease-in-out .4s

}
.scrollBottom:hover {
    opacity: 0.7
}

.contActus {
    padding: 60px 110px 100px
}
.contActus h2 {
    color: var(--green);
  font-size: 30px;
  font-family: var(--f2);
  line-height: normal;
  margin-bottom: 15px;

}
.blcPartage {
    border-top: var(--green) solid 1px;
    border-bottom: var(--green) solid 1px;
    display: flex;
    padding:20px 0;
    margin-bottom: 20px;
    align-items: center;
}
.blcPartage span {
    text-transform: uppercase;
    color:var(--green);
    font-size: 16px;
    margin-right: 20px
}
.blcPartage .blc-rs {
    gap: 20px;
}
.blcPartage .blc-rs a {
    height: 31px
}
.blcPartage .blc-rs a {
    height: 31px;
    display: flex;
    align-items: center;
    transition: all 400ms ease-in-out

}

.blcPartage .blc-rs a:hover {
    opacity: 0.7
}
.blcPartage .blc-rs a img {
    max-width: 35px;
}

.contActus p {
    color: var(--green);
}
.contActus .blcTxt {
    padding-top: 20px;
}
.contActus .blcTxt .s-txt p{
    font-size: 22px;
    line-height: normal;
}

.contActus .blcTxt .s-txt {
    font-weight: bold
}
.col-Left {
    width: 70%;
    padding-right: 60px
}
.col-Right {
    width: 30%;
    position: relative;
    top: -260px;
    z-index: 20;
    clip-path: polygon(0% 0%, calc(100% - 70px) 0%, 100% 20px, 100% 100%, 0% 100%)
}
.col-Right .content {
    background-color: var(--green);
    padding: 40px
}
.col-Right .content h3 {
    font-size: 28px;
    color:var(--white);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: var(--f2);
    line-height: normal;
}

.filters {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    margin-bottom: 40px
}
.filters span {
    display: inline-block;
    width: 130px;
    width: 31%;
    border-radius: 20px;
    color: var(--green);
    font-size: 14px;
    background-color: var(--green2);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 4px 10px;
    transition: all 400ms ease-in-out
}
.filters span:hover {
    background-color: var(--white)
}
.lstCategorie .item {
    margin-bottom: 15px
}
.lstCategorie .item .inner {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--white);
    padding-right: 20px;
    position: relative;
    clip-path: polygon(0% 0%, calc(100% - 70px) 0%, 100% 20px, 100% 100%, 0% 100%)
}
.lstCategorie .item .inner .img {
    width: 150px;
    height: 120px;
    display: block;
    overflow: hidden;
    min-width: 150px;
    position: relative;
   
}

.lstCategorie .item .inner .img:after {
    content: "";
  background: rgba(0,79,55,0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
   transition: all ease-in-out .4s;
   opacity: 0

}

.lstCategorie .item .inner:hover .img:after  {
    opacity: 1
}

.lstCategorie .item .inner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lstCategorie .item .inner .txt h4 {
    text-transform: uppercase;
    font-weight: normal;
    font-family: var(--f2);
    font-size: 18px;
    color: var(--green);
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.lstCategorie .item .inner .txt .cont-date {
    color: var(--green);
    font-size: 12px;
}
.lstCategorie .item .inner .txt .cont-date span {
    color: var(--green);
    font-size: 12px;
    text-transform: uppercase;
}
.lstCategorie .item .inner .txt .cont-date span:after {
    content: "|";
    margin: 0 10px
}
.lstCategorie .item .inner .txt .cont-date span:last-child:after {
    display: none
}
.lstCategorie .item .inner .txt .link {
    background: url(../images/arw.svg);
    width: 19px;
    height: 11px;
    position: absolute;
    right: 20px;
    bottom: 23px;
    display: block;
}

.col-Right .pagination {
    background-color: var(--beige);
    padding: 40px;
    justify-content: space-between;
}
.col-Right .pagination .arow {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}
.col-Right .pagination .arow.prev{
    padding-left: 60px
}
.col-Right .pagination .arow.prev:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/prev.svg) no-repeat center;
    background-color: var(--green);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
    transition: all ease-in-out .4s;
}
.col-Right .pagination .arow.next {
    padding-right: 60px
}
.col-Right .pagination .arow.next:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/prev.svg) no-repeat center;
    background-color: var(--green);
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out .4s;
}
.col-Right .pagination .arow.next:hover:after,
.col-Right .pagination .arow.prev:hover:before {
    opacity: 0.7
}
.lstCategorie .item .inner .txt .cont-date span::after {
    margin: 0 4px;
}

.sec-reception {
    padding: 0 130px;
}

.sec-reception .container {
    background-color: var(--green2);
    padding: 60px;
    text-align: center;
    height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec-reception {
    padding: 0 110px;
    background: var(--white);
    margin: 0 20px;
    position: relative;
    z-index: 20;
}
.sec-reception::after {
    content: "";
    background: var(--green);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.sec-reception p {
    font-size: 40px;
    font-family: var(--f2);
    color: var(--green);
    margin-bottom: 50px;
    line-height: normal;
}


@media (max-width:1639px) { 
    .sec-actualites .breadcrumb {
        padding: 0 20px 30px;
    }
    .txt-banner {
        left: 20px
    }
    .scrollBottom {
        left: 20px
    }
    .contActus {
        padding: 40px 20px;
    }
    .col-Right .content {
        padding: 30px 20px;
    }
    .filters span {
        width: 31%
    }
    .lstCategorie .item .inner .txt h4 {
        margin-bottom: 0
    }
    .lstCategorie .item .inner {
        padding-right: 15px;
        gap:10px;
    }
    .lstCategorie .item .inner .img {
        min-width: 130px
    }
    .lstCategorie .item .inner .txt .cont-date span::after { margin: 0 5px }
    .lstCategorie .item .inner .txt .link {
        right: 9px;
        bottom: 27px;
        display: block;
    }
    .col-Right .pagination {
        padding: 40px 20px
    }
    .col-Right .pagination .arow {
        font-size: 14px
    }
    .col-Right {
        top: -230px;
    
    }
    .col-Right .pagination .arow.prev {
        padding-left: 50px;
    }
    .col-Right .pagination .arow.next {
        padding-right: 50px;
    }
    .col-Right .pagination .arow.next::after,
    .col-Right .pagination .arow.prev:before { width: 40px; height: 40px }
        .sec-reception {
        padding: 0 20px
    }
}

@media (max-width:1200px) { 
    .col-Left {
        width: 60%;
        padding-right: 40px;
    }
    .col-Right {
        top: -230px;
        width: 40%
    }
    .sec-actualites {
        padding: 240px 20px 0 20px;
    }

}

@media (max-width:1024px) { 

    .col-Left {
        width: 100%;
        padding-right: 0;
    }
    .col-Right {
        top: 0;
        width: 100%;
        margin-top: 20px
    }
    .banner-actus {
        height: 500px;
    }
    .banner-actus .img {
        height: 500px
    }
    .lstCategorie .item .inner .txt h4 {

        max-width: 250px;
    }

}

@media (max-width:767px) { 
    .sec-actualites .breadcrumb {
        padding: 0 0 30px;
    }
        .sec-reception p {
        font-size: 30px
    }
    .sec-reception .container {
        padding: 40px;
        height: auto
    }

    .sec-reception p {
        margin-bottom: 20px
    }
    .sec-reception {
        padding: 0 20px;
    }
    .sec-actualites {
        padding: 190px 20px 0 20px;
    }
    .txt-banner {
        left: 20px;
        right: 20px;
    }

    .contActus .blcTxt .s-txt p {
        font-size: 20px;
    }

    .blcPartage {
        margin-bottom: 10px;
    }

    .contActus .blcTxt p{
        margin-bottom: 23px;
    }


}

@media (max-width:600px) { 
    .banner-actus {
        height: 400px;
    }
    .banner-actus .img {
        height: 400px;
    }
    .txt-banner h1 {
        font-size: 35px
    }
    .txt-banner h1 br {
        display: none;
    }
    .filters span {
        width: 48%;
    }
    .filters {
        margin-bottom: 20px;
    }
    .lstCategorie .item .inner {
        padding-right: 0;

        flex-direction: column;
    }
    .lstCategorie .item .inner .img {
        width: 100%;
    }
    .lstCategorie .item .inner  .txt {
        padding: 0 20px 40px;
    }
    .lstCategorie .item .inner .txt .link {
        bottom: 15px
    }
    .col-Right .content h3 {
        font-size: 24px
    }
        .sec-reception .container {
        padding: 40px 20px;
        height: auto
    }
    .sec-reception {
        margin: 0 20px;  
    }
    .sec-reception p {
        font-size: 30px
    }

    .sec-reception {
        padding: 0 20PX
    }
     .lstCategorie .item .inner .txt h4 {
        max-width: 100%;
    }




}

@media (max-width:480px) { 
    .col-Right .pagination .arow {
        font-size: 0;
    }
    .filters span {
        width: 100%;
    }

}