
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Manrope:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

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


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

.container.detail_actu {
    /* width: 100%; */
    width: 1320px;
    padding: 0px 15px;
}

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


.team-chapeau {
    margin-bottom: 20px;
    color: #808080;
}



aside.aside_left {
    width: calc(70% - 100px);
    position: relative;
    padding: 0 15px 0 15px;
}

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

.item-bloc-left {
    padding: 30px 40px 30px;
    box-shadow: 1px 4px 7px #e5e4e4;
    margin-bottom: 45px;
}

.wrap-item-bloc-left {
}

.ct-item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
    /* margin-right: 24px; */
}

.entry-meta.ct-item-meta {
    margin-bottom: 8px;
}

.ct-item-meta li {
    font-size: 15px;
    color: #808080;
    font-weight: 600;
    transition: all .3s linear;
    align-items: center;
}

.ct-item-meta li a {
}

.ct-item-meta .item-category a {
}

.ct-item-meta .item-category {
    margin-right: 36px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #c5932c;
    line-height: 30px;
}

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

.entry-title {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.3;
    /* margin-bottom: 60px; */
    color: #1a1a1a;
    position: relative;
    /* margin-top: -6px; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#c5932c,#c5932c 50%,#1a1a1a 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .5s cubic-bezier(0,0,.23,1);
    letter-spacing: -1px;
    display: flex;
    padding-bottom: 20px;
}

.entry-title:after {
    content: "";
    position: absolute;
    width: 100%;
}

.entry-title:hover {
    background-position: 0;
}

.entry-content h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #1a1a1a;
    margin: 15px 0;
}

.entry-img {
    margin: 0px -40px 40px;
}

.entry-img img {
    width: 100%;
    box-shadow: rgba(149,157,165,.1)0 0 24px;
}


.entry-content {
    text-align: justify;
}

.entry-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #5e5e5e;
    margin: 10px 0;
    display: inline-block;
}


.entry-content ul {
    color: #5e5e5e;
    margin: 0 0 15px;
}

.entry-content ul li {
    margin: 2px 0;
    display: inline-block;
    position: relative;
}

.entry-content ul li:before {
    position: relative;
    content: "\f061";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
