/*
Theme Name: Ozark Child
Theme URI: http://gradastudio.com/ozark
Description: This is a child theme of Ozark.
Author: GradaStudio
Author URI: https://themeforest.net/user/gradastudio
Template: ozark
Version: 1.0.0
*/


body{
    color: #050505;
}

* > p:last-child{
    margin-bottom: 0 !important;
}

/* structure */

.no_padding, .no_flex{
    padding: 0;
}

.row_noflex{
    display: block;
}

.row_noflex:after, .no_flex .elementor-container:after{
    content:'';
    display: block;
    clear: both;
}

.row_noflex *[class*="col-"]{
    max-width: none;
    flex: none !important;
    float: left;
}

.float_left, .row_noflex *[class*="col-"].float_left{
    float:left;
}

.float_right, .row_noflex *[class*="col-"].float_right{
    float:right;
}

.row.no_padding *[class*="col-"]:not(.padding), .row_noflex *[class*="col-"]:not(.padding), .container.no_padding *[class*="col-"]:not(.padding){
    padding-left:0; 
    padding-right: 0;
}

.container.no_padding .row:not(.padding), .row.no_padding, .row.no_padding .row:not(.padding){
    margin-right:auto; 
    margin-left: auto;
}

.no_padding .col, .no_flex .col, .no_flex .elementor-column{
    padding-left: 0;
    padding-right: 0;
}

.no_flex.elementor-section.elementor-section-boxed > .elementor-container, .no_flex .elementor-container{
    display: block;
}

.no_flex .elementor-row{
    display: block !important;
    flex: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.no_flex .col, .no_flex .elementor-column{
    display: block;
    float: left;
    flex: none !important;
}

.no_flex .col.float_right, .no_flex .elementor-column.float_right{
    float: right;
}

.no_padding .elementor-widget-wrap, .no_flex .elementor-widget-wrap, .no_flex .elementor-element-populated{
    padding: 0 !important;
}


/* elementor et general site */

.elementor-heading-title{
    
}

.title_elt{
    margin-bottom: 0 !important;
}


/* header */

#media_image-1{
    text-align: center;
}


/* home */

.sep_home{
    padding: 0 !important;
}

.sep_home *{
    padding: 0 !important;
}

.sep_home.elementor-section.elementor-section-boxed .elementor-container{
    max-width: 1300px !important;
}


/* a propos */

.section_about{
    color: #050505;
    line-height: 1.1em;
}

.section_about1{
    padding: 20px 0 50px !important;
}

.section_about > .elementor-container{
    padding-left: 15px;
    padding-right: 15px;
}

.section_about .intro{
    padding: 0 !important;
}

.section_about .intro .elementor-container{
    max-width: 900px !important;
}

.section_about .photo img{
    width: auto !important;
    max-width: 100% !important;
}

.section_about .title_page .elementor-heading-title{
    color: #050505;
    margin-bottom: 20px;
}

.section_about .title_page .elementor-heading-title span{
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.section_about .sous_titre_page{
    color: #050505 !important;
    font-size: 21px !important;
    font-weight: 400 !important;
}

.section_about .title .elementor-heading-title{
    color: #050505;
    font-size: 2rem;
    margin-bottom: 28px;
}

.section_about .txt{
    color: #050505 !important;
    line-height: 1.23em !important;
    font-size: 17px;
    font-weight: 400;
}

.section_about .txt p{
    margin-bottom: 2.8rem;
}

.logos_clients .gallery-item .gallery-icon{
    height: /*150px*/120px;
    display: flex;
    justify-content: center;
    align-items: center
}

.logos_clients img{
    vertical-align: middle !important;
    display: inline-block !important;
    max-height: 100% !important;
    height: auto !important;
    width: auto !important;
    opacity: 0.5;
    transition: all 0.5s;
}

.logos_clients .gallery-item .gallery-icon:hover img{
    opacity: 1;
}


/* single portfolio */

.w_1320 .elementor-container{
    max-width: 1320px !important;
}

.w_1360 .elementor-container{
    max-width: 1370px !important;
}

.section_gallery_portfolio{
    padding: 6.66667rem 0 0;
}

.section_gallery_portfolio .tab_gallery{
    margin-bottom: 1.5rem;
}

.title_tab .elementor-heading-title{
    margin-bottom: 25px;
    text-transform: uppercase;
}

.gs-gallery-item .type-info-overlay .gallery-item-thumbnail-holder .gallery-item_overlay_bg{
    background-color: rgba(255,255,255, 0.5) !important;
}

.gs-portfolio-single-item .gs-portfolio-content-inner .gs-portfolio-content-body{
    text-align: left;
}

.section_content_portfolio{}

.section_content_portfolio > .elementor-container{
    padding: 0 13px;
}

.title_protfolio .elementor-heading-title{
    font-size: 2.83333rem;
    line-height: 1.35294;
    margin-bottom: 1rem;
}

.subtitle_portfolio .elementor-heading-title{
    color: #8a8a8a;
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 2.16667rem;
}

.content_portfolio .col_txt{
    width: 62%;
}

.content_portfolio .col_txt .txt{
    text-align: left;
}

.content_portfolio .col_infos{
    width: 32%;
}

.content_portfolio .col_infos ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.content_portfolio .col_infos ul li{
    margin-bottom: 2rem;
}

.content_portfolio .col_infos ul li h5, .content_portfolio .col_infos ul li .h5{
    margin-bottom: 0.66667rem;
}


/* single article */

.gs-post-comments-wrapper{
    display: none !important;
}


/* footer */

.section_footer a{
    color: #fff !important;
}

.section_footer a:hover{
    opacity: 0.8 !important;
}

.grecaptcha-badge{
    display: none !important;
}

body.page-id-518 .grecaptcha-badge{
    display: block !important;
}

.cc-window.cc-floating{
    border: 4px solid #111 !important;
}



/* responsive */

@media (max-width:767px) 
{
    .section_footer .elementor-column{
        width:100% !important;
        display: block !important;
        max-width: 100% !important;
    }    
}