
body.single{
    font-family: "Montserrat";
}

#content-img-article > div {
    background-color: rgba(0, 0, 0, 0.36);
}

article#box-content-article.box-content-article-article{
    position: relative;
    /* margin-top: 90px; */
    height: 600px;
    max-height: 600px;
}

#content-article-article > #content-img-article{
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#content-article-article{
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: end;

    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}

#content-article-article #content-text-article{
    position: relative;
    top: 0;
}

#content-img-article > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    transform: none;
}

#content-article-article #content-text-article h1{
    width: 1170px;
    margin: 0 auto 30px auto;
    font-size: 63px;
    color:#fff;
}


.container__single_actualites #editorial-content div.editorial-article h2.elementor-heading-title{
    font-size: 39px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: normal;
}


.container__single_actualites #editorial-content div.editorial-article h2.elementor-heading-title:before {
    width: 119px;
    height: 108px;
    display: block;
    content: "";
    background-image: url(../../img/caidia-decoration.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -150px;
    top: -60px;
}



/* POSTS LIST WIDGET  */

.single .caidia_posts .news{
    position: relative;
}

.single .caidia_posts .news .wrapper{
    max-width:1240px;
    margin:0 auto;
}

.single .caidia_posts .news .news-container{
    padding: 100px 0 100px 0;
    position: relative;
    width: 100%;
}

.single .caidia_posts .news .news-container h2{
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color:#E6345B;
    margin-bottom:30px;
}

.single .caidia_posts .news .news-container .news-list{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}

.single .caidia_posts .news .news-container .news-list .first-column{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding-right: 10px;
}

.single .caidia_posts .news .news-container .news-list .first-column .post-unit{

}

.single .caidia_posts .news .news-container .news-list .first-column .post-unit .thumbnail{
    position: relative;
    width:100%;
    height: 250px;
}
.single .caidia_posts .news .news-container .news-list .first-column .post-unit .thumbnail img{
    object-fit: cover;
    width:100%;
    height:100%;
}

.single .caidia_posts .news .news-container .news-list .first-column .post-unit .misc{
    margin: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}

.single .caidia_posts .news .news-container .news-list .first-column .post-unit .misc .misc_cat{
    color:#071621;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.single .caidia_posts .news .news-container .news-list .first-column .post-unit .misc .misc_date{
    color:#009597;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
}

.single .caidia_posts .news .news-container .news-list .first-column .post-unit .pu_title h3{
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color:#007461;
}

.single .caidia_posts .news .news-container .news-list .first-column .post-unit .pu_excerpt p{
    color:#071621;
    font-size: 15px;
    font-style: normal;
    font-weight: 325;
    line-height: 24px;
    margin-bottom:30px;
}

.single .caidia_posts .news .news-container .news-list .first-column .post-unit .pu_showmore a{
    color: #009597;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single .caidia_posts .news .news-container .news-list .first-column .post-unit .pu_showmore a i{
    margin-left:8px;
}

.single .caidia_posts .news .news-container .news-list .first-column .post-unit .misc .misc_date hr{
    width:50px;
    background-color: #009597;
    border:0px solid #009597;
    height: 1px;
    opacity: 1;
    margin: 0 0 0 8px;
}

.single .caidia_posts .news .news-container .news-list .second-column{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding-left: 10px;
}


.single .caidia_posts .news .news-container .news-list .second-column .post-unit{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom:25px;
    padding-top:25px;
    border-bottom: 1px solid #071621;
}

.single .caidia_posts .news .news-container .news-list .second-column .post-unit:first-child{
    padding-top:0px;
}

.single .caidia_posts .news .news-container .news-list .second-column .post-unit:last-child{
    padding-bottom:0px;
    border-bottom: 0px solid #071621;
}

.single .caidia_posts .news .news-container .news-list .second-column .post-unit .pu-first-column{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right:20px;
}

.single .caidia_posts .news .news-container .news-list .second-column .post-unit .pu-first-column .thumbnail{
    position: relative;
    width:190px;
    height: 120px;
}
.single .caidia_posts .news .news-container .news-list .second-column .post-unit .pu-first-column .thumbnail img{
    object-fit: cover;
    width:100%;
    height:100%;
}

.single .caidia_posts .news .news-container .news-list .second-column .post-unit .pu-first-column .misc{

}

.single .caidia_posts .news .news-container .news-list .second-column .post-unit .pu-first-column .misc .misc_cat{
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom:8px;
    color:#007461;
}


.single .caidia_posts .news .news-container .news-list .second-column .post-unit .pu-second-column{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.single .caidia_posts .news .news-container .news-list .second-column .post-unit .pu-second-column .misc{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom:8px;
}

.single .caidia_posts .news .news-container .news-list .second-column .post-unit .pu-second-column .misc .misc_date{
    color:#009597;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
}

.single .caidia_posts .news .news-container .news-list .second-column .post-unit .pu-second-column .misc .misc_date hr{
    width:50px;
    background-color: #009597;
    border:0px solid #009597;
    height: 1px;
    opacity: 1;
    margin: 0 0 0 8px;
}

.single .caidia_posts .news .news-container .news-list .second-column .post-unit .pu-second-column .pu_title h3{
    color:#071621;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.single .caidia_posts .news .news-container .news-list .second-column .post-unit .pu-second-column .pu_showmore a{
    color:#009597;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single .caidia_posts .news .news-container .news-list .second-column .post-unit .pu-second-column .pu_showmore a i{
    margin-left:8px;
}

.single .caidia_posts .news .news-container .more_news{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    margin:50px 0 0 0;
}
/*
.single .elementor-widget-container ul li{
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.single .elementor-widget-container ul li:before{
    content:"";
    background-image: url(../../img/chevron.svg);
    min-width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
} */


/* ICON LIST WIDGET  */
.swiper-slide a:hover {
    color:#000 !important;
}

.single .elementor-widget-icon-list .elementor-icon-list-item{
    align-items: flex-start;
    margin-bottom: 10px;
}

.single .elementor-widget-icon-list .elementor-icon-list-item:last-child{
    margin-bottom: 0px;
}

.single .elementor-widget-icon-list .elementor-icon-list-icon{
    padding-top: 3px;
}

.single .elementor-widget-icon-list ul li span.elementor-icon-list-text{
    color: var(--CA-grey-800, var(--071621, #071621));
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.single .elementor-widget-icon-list .elementor-icon-list-icon svg {
    width:30px;
}


.single .module_button span{
    font-size: 15px;
}


/* BUTTON WIDGET  */

.single .button_wrapper{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.single .button_wrapper.btn_align_left{
    justify-content: flex-start;
}
.single .button_wrapper.btn_align_center{
    justify-content: center;
}
.single .button_wrapper.btn_align_right{
    justify-content: flex-end;
}
