.ec-menu:before {
}

.off-canvas-bg-opacity .site-content::before {
    z-index : 0;
}

.handheld-footer,
.copyright-bar {
    background-color : var(--bs-footer);
}

.handheld-footer {
    padding  : 4rem 0 0 0;
}

.handheld-footer .widget-title {
    display : none;
}

.handheld-footer .social {
    margin-bottom : 2.5rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.handheld-footer .social a {
    width : 8%;
    margin-right : 5px;
    height  : 1.25rem;
    display : inherit;
}



.handheld-footer.v2 .handheld-widget-menu .columns:first-child,
.handheld-footer.v2 .handheld-widget-menu .columns:last-child{
    width : 100%;
    margin : 1rem;
}

.handheld-footer.v2 .handheld-widget-menu .menu li {
    margin-top : 4px;
}

.handheld-footer.v2 .handheld-widget-menu .menu {
    padding-left : 1rem;
    padding-bottom : 1.5rem;
}

.handheld-footer ul>li.title.menu-item>a {
    display : block;
    font-family : var(--f-normal);
    font-weight : 700;
    margin-bottom : 1rem;
    width: fit-content;
    letter-spacing : 3px;
    text-transform : uppercase;
}

.handheld-footer ul>li>a {
    font-family : var(--f-light);
    font-size : 0.875rem;
    line-height : 1.5;
    color : var(--bs-gray-main);
    border-bottom: 0 solid transparent;
    position : relative;
}

.handheld-footer ul>li>a:after {
    display: block;
    content: "";
    background-color: var(--gray-main);
    height: 1px;
    width: 0%;
    left: 50%;
    position: absolute;
    -webkit-transition: width 2s ease-in-out;
    -moz--transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.handheld-footer ul>li>a:hover:after,
.handheld-footer ul>li>a:focus:after {
    width: 100%;
}













@media (max-width: 1024px) {
    
.nav  {
    align-content: flex-start;
}    
    
/** Projects **/

.about .text {
    padding-top: 4rem;
}

/** Products **/

.products .section_2 .title {
    margin-top : 0;
}

.products .section_2 .title > div:before, .product .section_1 h3:before, .project h3:before,
.products_archive .section_2 h3:before {
    width: 5rem;
    height: 5rem;
}

.products .section_2 .title > div, .product .section_1 h3, .projects h3, .projects .h3,
.products_archive .section_2 h3{
    font-size : 2.25rem;
    padding-left: 1.5rem;
    padding-bottom: 0.5rem;
    padding-top : 2rem;
}

.single-projects .about h3, .single-projects .about .h3 {
    font-size : 2rem;
}

.products .section_2 .title span, .product .section_1 .description, .project .discription,
.products_archive .section_2 .description {
    font-size: 1.5rem;
    bottom: -1.5rem;
    left: 5.5rem;
}

.products .section_2 .text, 
.product .section_1 .text, 
.project .excerpt,
.products_archive .section_2 .text,
.section_aboutus_bottom .text_block {
    font-size: 1.3rem;
    line-height: 1.3;
}

.products .section_2 .text {
    padding-bottom: 4rem;    
}

.products .section_1 > .container > .row:first-child >.col .title {
    line-height: 1;
}

.products .section_2 .url {
    right : 1rem;
    padding-bottom : 1rem;
}

.products .p_left {
    padding-left : unset;
    margin-top : 2rem;
}

.product .section_1 .subtitle, 
.project .subtitle, 
.products_archive .section_2 .subtitle {
    padding-left : 0;
}


/** -------- **/

h2, .h2 {
    font-size: 2.5rem;
}
    
.cw-title h2, .cw-title .h2 {
    font-size: 2rem;
    line-height: 2rem;
}


.handheld-header-v2 .header-logo img {
    max-width : 240px;
    padding-left: 15px;
    height : auto;
}

/** FOOTER **/

.handheld-footer.v2 .handheld-widget-menu .menu a {
    color : #000;
}


/** ----- **/



.contacts_top h3 {
    margin-top : 1rem;
}

.product .section_6 .slider__item .title {
    font-size: 2rem;
}

.product .section_6 .slider__item:hover .title {
    font-size : 2.1rem;
}

.products_archive .section_2 .description {
    font-size: 1.5rem;
    bottom: -1.5rem;
    line-height: 1;
    white-space: nowrap;
}
    
    
    
/** FILTRES **/

.news .categories_title .row, .projects .categories_title .row {
    flex-direction: column;
    align-items: center;
    margin : 1rem auto 1rem;
}

.news .categories_title .row li,
.projects .categories_title .row li{
    margin : 0.5rem 0;
}

/**  ABOUT US **/

.section_white.top h2 {
    font-size : 2.25rem;
    position : relative;
    padding-left: 2rem;
    padding-right : 2rem;
    padding-bottom: 0.5rem; 
    margin-bottom : 2rem;
}

.section_white.top h2:before {
    top: unset;
    bottom : 0;
    left: 0;
    width: 5rem;
    height: 5rem;
}

.section_white.top .vc_column-inner {
    padding-left : 15px;
    padding-right : 15px;
}

.section_white:not(.top) h2 {
    position : relative;
    padding-left : 2rem;
    padding-bottom : 1rem;
}

.section_white:not(.top) h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5rem;
    height: 5rem;
    border-color: #4b4c4c;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.section_white:not(.top) h2:after {
    display : none;
}

.section_white:not(.top) .vc_column-inner {
    padding : 0 15px;
}

.section_white:not(.top) .text_block {
    padding-left : 0;
}

.section_black .text_block {
    font-size : 1.5rem;
    padding : 6rem 3rem;
}

.section_aboutus_bottom {
    padding : 4rem 15px;
}

.section_aboutus_bottom .text_block {
 /**   font-size  : 2rem;**/
}

/** HOMEPAGE **/

.home .section_2, .home .section_4, .home .section_5 {
    padding : 4rem 0;
}

.home .section_2 h2, .home .section_4 h2, .home .section_5 h2 {
    font-size : 2rem;
    font-weight : 400;
    position : relative;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}

.home .section_2 h2 {
    padding-right: 20%;
}

.home .section_2 h2:before, .home .section_4 h2:before, .home .section_5 h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5rem;
    height: 5rem;
    border-color: #4b4c4c;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.home .section_2 .text:before, .home .section_4 .text:before {
    width : 4rem;
    height : 4rem;
    display : none;
}

.home .section_2 .text, .home .section_4 .text {
    padding-top : 2rem;
    padding-left : unset;
    line-height : 1.5;
    text-align : left;
}

.home .section_3 {
    padding: 4rem 0;
}

.home .section_6 .text {
    font-size : 1.5rem;
    margin-top : 2rem;
}

.home .section_6 .wrapper .url a {
    padding : 0 2rem 0.3rem;
}

.section.instagram {
    padding: 2rem 0 3rem;
}
.section.instagram .title{
    margin-bottom : 2rem;
}
.section.instagram .insta__item img {
    padding-bottom: 1rem;
}

}
/** -------- **/



.off-canvas-active .qtranxs-lang-menu {
    margin-left : -6px;
}



@media (min-width: 768px) {
    .woocommerce-breadcrumb {
        padding: 1.5rem 0;
    }
}

.handheld-header-v2 .handheld-header-links {
    display : none;
}

.handheld-header-v2.row {
    justify-content: space-between;
    flex-direction: row-reverse;
}

.off-canvas-navigation.light ul li a {
    font-size: 1rem;
    font-weight : 400;
    padding : 0 1rem;
    line-height : 2.5rem;
    letter-spacing : 1px;
    color : #000;
}

@media (max-width: 768px) {
    h1, .h1, h2, .h2 { 
        margin-bottom : 1.5rem;
    }
    
    .block-center h1, .block-center .h1 {
        font-size : 2.5rem;
    }
    .single-elio-products .entry-title {
        margin-bottom : 2.5rem;
    }
    .single-elio-products .block-downloads .title {
        padding : 1rem 0;
    }
    
    .home-news {
        padding : 2rem 0 0;
    }
    .home-aboutus {
        padding: 2.5rem 0 0;
    }
    .home .about-title-1, .home .about-text-1, .home .about-text-2 {
        padding-left : 0;
    }
    .home .about-text-4.offset {
        padding-left : 0;
    }
    .home-products {
        padding: 3rem 0 0rem;
        margin: 0 3rem 3rem;
    }
    
    .slide .wrapper .title {
        font-size : 1.5rem!important;
    }
    
    .slide .wrapper.light .title {
        font-size : 2rem!important;
    }
    
    .single-post article.post .entry-content p {
        font-size: 1rem;
        line-height: 1.3;
    }
}
.handheld-footer form > p {
    margin-bottom : 0;
}

.handheld-footer.v2 .handheld-widget-menu {
    margin : 0;
    padding-bottom : 2rem;
}
.footer-social-icons {
    display : none;
}
.handheld-footer-bar{
    display : none;
}