/*

Theme Name: Medical Business Child

Template: bizberg

Text Domain: medical-business-child

Author: ICT

Version: 1.0.0

Description: Thème enfant du thème Medical Business (lui-même basé sur Bizberg), permettant de personnaliser le style sans modifier le thème parent.

*/



/*

Important : ce thème déclare "Template: bizberg" et non "Template: medical-business".

WordPress ne supporte officiellement qu'un seul niveau d'héritage de thème. Comme

Medical Business est lui-même un thème enfant de Bizberg (aucun header.php, footer.php

ou index.php propre), déclarer "Template: medical-business" ferait planter le site

(thème détecté comme "cassé"). On importe donc directement le style de Medical Business

ci-dessous, et on garde la logique PHP dans functions.php.

*/

@import url("../medical-business/style.css");



body.home header#masthead,

body:not(.home) header#masthead {

    border-bottom-width: 2px !important;

}



@media (min-width: 1200px) {

    .container {

        max-width: 80% !important;

    }

}



@media (min-width: 1350px) {

    .container {

        width: 80% !important;

    }

}



.prognroll-bar {

    height: 2px !important;

}



.navbar-default .has-no-menu-description .navbar-nav>li>a {

    padding: 12px 30px 12px !important;

}



.logo {

    padding: 6px 0 !important;

}



.elementor-section.elementor-section-boxed>.elementor-container {

    max-width: 80% !important;

}



@media (max-width: 676px) {

    .elementor-section.elementor-section-boxed>.elementor-container {

        max-width: 98% !important;

    }

}



.footer_widgets_row {

    text-align: left;

    padding-bottom: 30px;

    margin-bottom: 25px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}



.footer_widgets_row .footer_widget_col .widget {

    margin-bottom: 20px;

}



.footer_widgets_row .footer_widget_col .widget:last-child {

    margin-bottom: 0;

}

.footer_widgets_row .footer_widget_col .widget .widget-title {

    color: #fff;

}

.blog-post.blog-large {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .blog-post.blog-large {
        margin-top: 30px;
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
    .navbar .slicknav_nav {
        max-height: 100% !important;
	}
}

.content-wrapper-no-sidebar {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .col-sm-offset-1 {
        margin-left: 0px;
    }
}

.single-post .mb-wc-breadcrumb .container {
    margin: 0 !important;
}

.category .mb-wc-breadcrumb > .container {
    margin: 0 !important;
}