/*
==================================================================================================
COLORS
==================================================================================================
*/

#container6tem9Header { background: #fff; text-align: right; }
#container6tem9Header #siteTitle { color: #428bca; }
#container6tem9Header #siteSlogan { color: #000; }

/*
==================================================================================================
CONTENT
==================================================================================================
*/

#container6tem9Header .container { height: auto; }
#content6tem9Header { display: inline-block; text-align:right;  }
#content6tem9HeaderCerfacs {  text-align: left; }

#container6tem9Header #siteLogo img, 
#content6tem9HeaderCerfacs #siteLogoCerfacs img {
max-height: 90px;
width: auto;
max-width: 100%;
}

#container6tem9Header #siteLogo,
#content6tem9HeaderCerfacs #siteLogoCerfacs,
#container6tem9Header #headerTitle,
#content6tem9HeaderCerfacs #headerTitleCerfacs {
display: table-cell;
vertical-align: middle;
margin: 0;
}

#content6tem9HeaderCerfacs #siteLogoCerfacs { padding-right: 15px; width: auto; min-width: 160px; }
#container6tem9Header #siteLogo { padding-left: 15px; width: auto; /*min-width: 160px;*/, max-width: 160px; }
#container6tem9Header #siteTitle { font-size: 1em; text-decoration: none; }
#container6tem9Header #siteSlogan { line-height: 30px; }

#container6tem9Header .text-hide { 
color: transparent !important; 
font-size: 0 !important;
float: left;
line-height: 0 !important;
} 

#container6tem9Header #siteTitle, 
#container6tem9Header #siteSlogan { display: block; }

/*
==================================================================================================
MEDIA QUERIES
==================================================================================================
*/

@media (max-width: 991px) {
	#container6tem9Header,
	#content6tem9HeaderCerfacs { text-align: center; }
	
	#container6tem9Header #siteLogo,
	#content6tem9HeaderCerfacs #siteLogoCerfacs,
	#container6tem9Header #siteTitle,
	#container6tem9Header #siteSlogan,
	#container6tem9Header #headerTitle { 
	display: block !important;
	text-align: center;
	}

	#container6tem9Header #siteLogo,
	#content6tem9HeaderCerfacs #siteLogoCerfacs
	{ margin-right: 0; width: auto; }

	#container6tem9Header #siteLogo img,
	#content6tem9HeaderCerfacs #siteLogoCerfacs img
	{
	height: auto;
	margin: auto; 
	}

	#container6tem9Header #headerTitle,
	#content6tem9HeaderCerfacs #headerTitleCerfacs {
	padding: 15px 0 !important;
	height: auto !important;
	width: auto;
	}

	#container6tem9Header #siteSlogan { line-height: 30px; }
	#container6tem9Header #siteLogo,
	#content6tem9HeaderCerfacs #siteLogoCerfacs
	{ height: auto !important; float: none; }
}