/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/	
#logo img { 
	margin-top: 2px;
	width: auto;
	max-height: 60px;
}

.header-extras {
	padding-bottom: 15px;
}

.slider-caption-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: colomun;
	height: 100%;
	max-height: 1200px;
}

.hero-slider-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	text-align: center;
	/* margin: 50% 0 0 0; */
	/* min-height: 200px; */

}

.hero-slider-caption h2 {
	color: white;
	font-size: 50px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.4),
             0px 4px 6px rgba(0,0,0,0.1),
             0px 9px 11px rgba(0,0,0,0.1);
	padding: 0;
	margin: 0;
	
}

.hero-slider-caption p {
	color: white;	

	font-size: 2em;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.4),
             0px 4px 6px rgba(0,0,0,0.1),
             0px 9px 11px rgba(0,0,0,0.1);
	padding: 0;
	margin: 0;
	
}

.hero-slider-caption h2 span {
	color: white !important;
	padding: 0px 5px 5px 5px;
	background-color: rgba(195, 1, 7, 0.80);
		
}

.activity-caption h1 {
	color: white;	
	font-size: 2em;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.4),
             0px 4px 6px rgba(0,0,0,0.1),
             0px 9px 11px rgba(0,0,0,0.1);
	padding: 0;
	margin: 0;
	
}

.activity-caption h1 span {
	display:block;
	color: white !important;
	padding: 0px 5px 5px 5px;
	background-color: rgba(195, 1, 7, 0.80);
}

.fbox-media  {
	height: 218px !important;
	overflow: hidden;
}

.ruban_quotation_cta a {
	margin-bottom: 0 !important;
}

.pre_footer_section {
	height: 500px;
	width: auto;
	
	background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


}

.pre_footer_title_section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin: 7% 0;
	align-items: center;
}

.pre_footer_section h2 {
	color: white;
	font-size: 40px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.4),
             	 0px 4px 6px rgba(0,0,0,0.1),
             	 0px 9px 11px rgba(0,0,0,0.1);
	padding: 0;
	margin: 0;
 }
 
 .pre_footer_section p {
	color: white;
	font-size: 20px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.4),
             	 0px 4px 6px rgba(0,0,0,0.1),
             	 0px 9px 11px rgba(0,0,0,0.1);
	padding: 0 0 10px 0;
	margin: 0;
 }

 .footer_contacts_info {
	padding-top: 22px;

	text-align: center

}

.footer_contacts_info p {
	color: white;
	font-size: 13px;
}

.footer_address p {
	font-size: 13px;
	padding: 0 !important;
	margin: 0 !important;

}

.footer-big-contacts span {
	letter-spacing: 1px;
	font-size: 10px !important;
}

 .footer_contacts_media {
	 padding-top: 25px;
 }

 .footer-widgets-wrap {
	 padding: 20px 0 15px 0 !important;
 }

 #header, #header-wrap {
	 height: 66px !important;
 }

.header-size-custom #logo img {
	height: 70px;
}

#logo {
	filter: drop-shadow(1px 0.5px 0.5px #fff)
}



 #footer {
	 border-top: 4px solid;
 }

 #copyrights {
	padding: 20px 0 10px 0 !important;
 }

 /* portfolio */

 .portfolio_highlights {
	color: white !important;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.4),
             0px 4px 6px rgba(0,0,0,0.1),
             0px 9px 11px rgba(0,0,0,0.1);
	padding: 6px 5px 7px 5px;
	background-color: rgba(195, 1, 7, 0.80);	
	margin-bottom: 20px;	
}

.portfolio-section {
	padding-bottom: 40px;

}

#centres_commerciaux, #technologie_Cannabis, #edifices_bureau_locataires, #edifices_bureau_locataires, #centre_sportifs_amphitheatres {
    scroll-margin-top: 100px;
}



.portfolio-image {

	/* border: 1px solid blue; */
	height: 250px !important;
}


.portfolio-image img {
	width: auto;
	height: 100% !important;
	object-fit: cover;
	
	
}

.portfolio-desc {
	margin-bottom: 25px;
}
/* LOGO */
#primary-menu {

}
.not-dark {
	/* background-color: #fff !important; */
	/* border: 3px solid red; */
	height:66px !important;
	color: black
}

#header-wrap.not-dark #primary-menu > div > ul > li > a > div {
	color: #444;
	text-shadow: none;
}

#mobile-logo {
	display: none;
}


 /* Media queries */


 /* Landscape phones and down */
@media (max-width: 480px) { 
	.hero-slider-caption h2 {
		font-size: 1.7em
	}
	.hero-slider-caption p {
		font-size: 1.5em
	}

 }

/* Landscape phone to portrait tablet */
@media (max-width: 991px) { 
	.hero-slider-caption h2 {
		font-size: 1.7em
	}
	.hero-slider-caption p {
		font-size: 1.6em
	}
	#mobile-logo {
		display: block;
		text-align: center;
	}
	#mobile-logo img {
		height: 52px;
		margin: 7px 0;
		width: auto;
		
	}
	#logo {
		display: none;
	}

	#primary-menu-trigger {
		top: 8px;
	}
	#primary-menu > div > ul {
		padding-top: 0px !important;
		
	}
	#primary-menu {
		background-color: white
	}

	.centersocialmedia {
		display: flex;
  		justify-content: center;
	}

	.menu-links {
		color: #444
	}
	
	


 }

/* Landscape phone to portrait tablet BIGGER THAN*/
@media (max-width: 1225px) and (min-width: 992px) { 
	#primary-menu ul li a {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

 }

 @media (min-width: 992px) { 
	.menu-links {
		color: white;
		text-shadow: 1px 2px 2px rgba(0,0,0,0.2),
             0px 4px 6px rgba(0,0,0,0.1),
             0px 9px 11px rgba(0,0,0,0.1);
	}
	#header-wrap, #header {
		background-color: rgba(0,0,0,0) !important;
		height: 0px !important;
	}
	#header-wrap.not-dark {
		background-color: white !important;
		height: 66px !important;
	}


 }

/* Portrait tablet to landscape and desktop */
/* @media (min-width: 768px) and (max-width: 979px) { ... } */

/* Large desktop */
/* @media (min-width: 1200px) { ... } */