
.portfolio_nav { display:none; }
.top_bar.fixed
{
	position: fixed;
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;
	z-index: 999;
	visibility: visible !important;
	top: 0px;
}

.top_bar.fixed #menu_wrapper div .nav
{
	margin-top: 16px;
}

.top_bar.fixed #searchform
{
	margin-top: 8px;
}

.top_bar.fixed .header_cart_wrapper
{
	margin-top: 21px;
}

.top_bar.fixed #menu_wrapper div .nav > li > a
{
	padding-bottom: 24px;
}

.top_bar.fixed .logo_wrapper img
{
	max-height: 40px;
	width: auto;
}
#wrapper
{
	overflow-x: hidden;
}
.mobile_menu_wrapper
{
    display: none;
}
body.js_nav .mobile_menu_wrapper 
{
    display: block;
}
.gallery_type, .portfolio_type
{
	opacity: 1;
}
#searchform input[type=text]
{
	width: 75%;
}
.woocommerce .logo_wrapper img
{
	max-width: 50%;
}

#wrapper
{
	background: red !important;
}



/*------------------------------------------------------------ 
Problème de fond sur Internet Explorer
-------------------------------------------------------------*/
body, #wrapper {
    background-color: #FFFFFF !important;
}

/*------------------------------------------------------------ 
Padding logo sur Internet Explorer
-------------------------------------------------------------*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.logo_wrapper {
    padding: 0px 30px 0px 0px !important;
}
}

/*------------------------------------------------------------ 
Tag accueil sur mobile
-------------------------------------------------------------*/
@media only screen and (max-width: 767px) {h2.ppb_title { font-size:30px !important;}}

/*------------------------------------------------------------ 
Nouvelles front page - No effect
 -------------------------------------------------------------*/

.ppb_blog_minimal .one_third_bg .blog_minimal_wrapper .featured_image, .ppb_blog_minimal .one_third_bg .blog_minimal_wrapper .background_overlay
{
	opacity: 1;
}

.ppb_blog_minimal .one_third_bg .blog_minimal_wrapper .content .post_detail
{
	color: #fff;
}

.ppb_blog_minimal .one_third_bg .blog_minimal_wrapper .content, .ppb_blog_minimal .one_third_bg .blog_minimal_wrapper .content h4
{
	color: #fff !important;
}



.ppb_blog_minimal .one_third_bg {
    height: 250px;
    background: #f0f0f0;
    position: relative;
}

.ppb_blog_minimal .one_third_bg .blog_minimal_wrapper .content .post_detail
{
	position: relative;
}

.ppb_blog_minimal .one_third_bg .blog_minimal_wrapper
{
	width: 100%;
	height: 100%;
	padding: 60px 0px;
	box-sizing: border-box;
}

/*------------------------------------------------------------ 
Accordeon white background
 -------------------------------------------------------------*/
.ui-accordion-content
{
	background-color: #ffffff;
}


/*------------------------------------------------------------ 
Button Home (New class)
 -------------------------------------------------------------*/
input[type=submit], input[type=button], a.button_home, .button_home
{
    text-transform: lowercase;
    color: #0188ca;
    font-family: Montserrat;
    font-size: 12px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .4em 1.5em .4em 1.5em;
    background: rgba(255, 255, 255, .6);
    border: 2px solid #0188ca;
    font-weight: 600;
    font-family: &#039;Montserrat&#039;, &#039;Helvetica Neue&#039;, Arial,Verdana,sans-serif;
    text-shadow: none;
    margin-right: 5px;
    text-shadow: none;
    -webkit-appearance: none;
    letter-spacing: 1px;
    box-shadow: 0 0 0 0 !important;
    line-height: 1.5 !important;
    -webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -o-transition: color .2s linear, background .1s linear, opacity .2s linear;
    transition: color .2s linear, background .1s linear, opacity .2s linear;
}

input[type=button]:hover, input[type=submit]:hover, a.button_home:hover, .button_home:hover
{
	color: #0188ca;
	border-color: #0188ca;
        background: rgba(160, 160, 160, .8);
}


/*------------------------------------------------------------ 
Button hover
 -------------------------------------------------------------*/
input[type=button]:hover, input[type=submit]:hover, a.button:hover, .button:hover, .button.submit, a.button.white:hover, .button.white:hover, a.button.white:active, .button.white:active
{
	color: #0188ca;
	border-color: #0188ca;
        background: rgba(160, 160, 160, .8);
}

/*------------------------------------------------------------ 
Page Secteurs d&#039;activité
 -------------------------------------------------------------*/
.page_header_sep.wideleft
{
	width: 300px;
	margin-left: 0;
	margin-right: 0;
}

/*------------------------------------------------------------ 
Page Quelques réalisations
Largeur des filtres
 -------------------------------------------------------------*/
.portfolio_filter_dropdown
{
	width: 320px !important;
}


/*------------------------------------------------------------ 
Réalisations 3 column - No effect
 -------------------------------------------------------------*/
.three_cols.gallery .element .portfolio_title
{
	opacity: 1 !important;
        visibility: visible !important;

	-webkit-transition: !important;
	-moz-transition: !important;
	-o-transition: !important;
	transition: !important;
}

.three_cols.gallery .element .portfolio_title .table
{
	bottom: 20px !important;

	-webkit-transition: !important;
	-moz-transition: !important;
	-o-transition: !important;
	transition: !important;
}

/*------------------------------------------------------------ 
Notre équipe
 -------------------------------------------------------------*/
.portfolio_desc
{
	text-align: center;
}

/*------------------------------------------------------------ 
Footer background, logo &amp; text
 -------------------------------------------------------------*/

.footer_bar {
    background-color: rgba(0,0,0,1);
    background-image: url(http://www.bma.ca/wp-content/uploads/2016/06/footer.jpg);
background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.footer_before_widget
{
	margin-top: 30px;
        margin-left: 50px;
	text-align: left;
}

.footer_before_widget .footer_logo.logo_wrapper img
{
        -webkit-align-content: left;
}




