
/* ****************** DETAIL ********************************************* */


section.wrapper_detail_actu {
    position: relative;
    padding: 47px 0 40px;
}

.content-detail {
    align-items: unset;
}

aside.aside_left {
    width: 70%;
    position: relative;
    padding:  0 15px;
}


.content-aside__left {
    position: relative;
    width: 100%;
}



/******************************************************************************************************************************|
                                                               AGENDA                                                          |
*******************************************************************************************************************************/


.wrap-top-agenda {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.wrap-agenda {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.item-agenda {
    width: 100%;
    margin-bottom: 30px;
}

.wrap-item-agenda {
    padding: 30px;
    background: #fff;
    box-shadow: 0px -1px 40px 0px rgb(0 0 0 / 9%);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.image-agenda {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: 50%;
}

.item-agenda:hover .title-action {
    background-position: 0;
}

.image-agenda img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-height: 270px;
}

.date-agenda {
    position: absolute;
    width: 60px;
    background: var(--primary-color);
    top: 0;
    right: 0;
    padding-bottom: 5px;
    padding-top: 18px;
    border-radius: 0 0 50px 50px;
    text-align: center;
    text-transform: uppercase;
}

.date-agenda span {
    display: block;
    font-size: 14px;
    font-family: 'League Spartan';
    font-weight: 500;
    line-height: 20px;
    color: #fff;
}

span.date_in_number {
    position: relative;
    width: 50px;
    background: #fff;
    font-size: 16px;
    line-height: 58px;
    height: 50px;
    color: #4a4e56;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    margin: 10px auto 0px;
    -webkit-transition: .9s ease-in-out;
    transition: .9s ease-in-out;
    text-transform: none;
}

.content-action {
    position: relative;
    padding: 0px 0px 28px 40px;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.subtitle-action {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #005aa9;
    display: block;
    margin-bottom: 5px;
    display: none;
}

.title-action {
    font-size: 22px;
    font-weight: 600;
    display: block;
    line-height: 27px;
    font-family: "League Spartan";
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,var(--primary-color),var(--primary-color) 50%,#1a1a1a 50%);
    background-size: 200% 100%;
    transition: all .5s cubic-bezier(0,0,.23,1);
    background-position: 100%;
    letter-spacing: -1px;
}

p.chapeau-action {
    margin: 15px 0 13px;
    font-size: 15px;
    color: #74787c;
    transition: all .3s linear;
}

.item-agenda .right-slide {
    position: absolute;
    right: 0px;
    bottom: -10px;
    overflow: hidden;
    height: 50px;
    width: 50px;
}

.item-agenda .right-slide span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 50px;
    color: #005aa9;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px 0;
    border: 1px solid #e4e7ee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.item-agenda .right-slide span:nth-child(2) {
    opacity: 0;
    background: #005aa9;
    border-color: #005aa9;
    color: #fff;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.item-agenda:hover .right-slide span:nth-child(2){
     -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity:1; 
}

.item-agenda:hover .right-slide span:nth-child(1){
     -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity:0;  
}

span.category-actu {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 2;
    background: var(--primary-color);
    color: #fff;
    border-radius: 20px;
    width: 35px;
    font-size: 12px;
    text-align: center;
    width: auto;
    padding: 6px 11px;
    line-height: 1;
}

.page-link {
    position: relative;
    color: #005aa9;
    background-color: #fff;
    font-size: 16px;
    display: flex;
    width: 50px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    height: 50px;
    border: 1px solid #dee2e6;
    font-weight: 500;
    border-radius: 50%;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



ul.entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
    color: #676767;
    font-family: "Poppins";
}

li.item-comment {
    transition: all .3s linear;
    /* align-items: center; */
    position: relative;
    margin-right: 36px;
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
}

li.item-comment i {
    font-size: 14px;
    margin-right: 5px;
}

.item-comment:not(:last-child) span:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #bababa;
    top: 50%;
    right: -20px;
    transform: translatey(-50%);
}