
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px !important;
    }  
}
.post, .page , .page-content, .entry-content, .entry-summary {
    margin: 0;
}
p{
    margin-bottom:  1.5em;;
}
a:visited {
    color: inherit;
}

/* footer */
@media (max-width: 767px){
    .chuma_footer .hfe-nav-menu a.hfe-menu-item, .chuma_footer .hfe-nav-menu a.hfe-sub-menu-item{
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.hfe-copyright-wrapper b{
    color: #2F9696;
}
.hfe-copyright-wrapper b span{
    color: #AE417F;
}

/* button lire la suite */
.eael-creative-button{
    min-width: auto;
}
.eael-creative-button-icon-left{
    background-color: #AE417F;
    border-radius: 15px 0 0 15px;
    padding: 5px 5px 5px 10px;
}



/* editor text widget in elementor */
.elementor-widget-text-editor p{
    margin-bottom: 1em;
}
.elementor-widget-text-editor strong{
    color: #AE417F;
}

/* description slide in home smart slider */
.n2-ss-widget.nextend-bar.nextend-bar-horizontal.n2-ow-all div
{
    position: absolute;
    transform: translate(0, -50%);
    right: 20px;
    min-width: 200px;
    max-width: 250px;
    text-align: center;
    overflow: hidden;
    z-index: 999;
}
@media (max-width: 1024px){
    .n2-ss-widget.nextend-bar.nextend-bar-horizontal.n2-ow-all div
    {
        min-width:155px;
        max-width: 200px;
        font-size: 12px;
        padding: 10px !important;
    }
    
}
@media (max-width:767px){
    .n2-ss-widget.nextend-bar.nextend-bar-horizontal.n2-ow-all div
    {
        transform: translate(0, -10px);
        max-height: 130px;
    }
    
}
/* TEMOIGNAGE */
@media (max-width: 600px){
    .icon-img-left-content.eael-testimonial-item {
        display: flex;
        flex-direction: column;
    }
    .icon-img-left-content .eael-testimonial-image {
        float: none; 
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        order: 2;
    }
    .icon-img-left-content .eael-testimonial-content {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        order: 1;
    }
}


/*  */
.elementor-widget.elementor-widget-ha-card.happy-addon.ha-card{
    min-height: 100%;
}

/* .error-404 */
.error-404.not-found{
    font-family: "Lato", Sans-serif; 
}
.error-404.not-found .btn:hover{
	color:#fff !important;
    background-color: #AB407D;
}
.error-404.not-found .btn{
    padding: 12px 20px;
    background-color: #2F9696;
    color: #fff;
    font-weight: 700;
}
