<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************************************/
/************************ 								/!\	WARNING /!\										************************/
/************************ 																					************************/
/************************ 				   	THIS CSS IS FOR : TEMPLATING ID="CONTAINER"	 					************************/
/************************ 																					************************/
/************************ 				  NOT FOR : PUTTING STYLES ABOUT SOMETHING TEMP						************************/
/************************ 																					************************/
/************************ 		https://mdc-web-tomcat17.ubisoft.org/confluence/display/OWL/Layouts			************************/
/************************ 																					************************/
/***********************************************************************************************************************************

	***************************************************************
	*															  *
	*						 	 header							  *
	*															  *
	***************************************************************
	*						   jumbotron						  *
	***************************************************************
	*															  *
	*						 	 content						  *
	*			      (top, middle, bottom, aside)				  *
	*															  *
	***************************************************************
	*															  *
	*						 	 footer							  *
	*															  *
	***************************************************************
	*						 	 dock							  *
	***************************************************************

***********************************************************************************************************************************/

#container {	
	margin: 0 auto;
}
#content,
#container,
#page-contents,
.content__top,
.content__middle,
.content__bottom{
	position: relative;
}
.content__middle::after{
	content: "";
	display: block;
	clear: both;
}

/***********************************************************************************************************************************
/***********************************************************************************************************************************
########     ###    ########  
##     ##   ## ##   ##     ## 
##     ##  ##   ##  ##     ## 
########  ##     ## ########  
##     ## ######### ##   ##   
##     ## ##     ## ##    ##  
########  ##     ## ##     ## 
***********************************************************************************************************************************
***********************************************************************************************************************************/

.preprod-bar,
.dev-bar {
	background: #e25353;
	width: 300px;
	height: 15px;
	position: fixed;
	z-index: 499;
	top: 0;
	left: calc(50% - 150px);
	text-align: center;
	opacity: 1;
	transition: opacity .5s;
	cursor:default;
	color: #fff;
	border-radius: 0 0 8px 8px;
}
.preprod-bar:hover,
.dev-bar:hover {
	opacity: 0;
}
.preprod-bar-title,
.dev-bar-title {
	display: block;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	pointer-events: none;
}


/***********************************************************************************************************************************
/***********************************************************************************************************************************
########   #######   ######  ##    ## 
##     ## ##     ## ##    ## ##   ##  
##     ## ##     ## ##       ##  ##   
##     ## ##     ## ##       #####    
##     ## ##     ## ##       ##  ##   
##     ## ##     ## ##    ## ##   ##  
########   #######   ######  ##    ## 
***********************************************************************************************************************************
***********************************************************************************************************************************/

/** block *************************************************************************************************************************/
.dock{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* sorry... */
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    text-align: center;
}

/** element ***********************************************************************************************************************/
.dock__text {
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0;
}
.dock__text a{
	text-decoration: underline;
}
.dock__text a:hover{
	text-decoration: none;
}

/** modifier **********************************************************************************************************************/
.dock__text--warning{
	background-color: rgba(248, 48, 48, 0.8);
	color: #fff;
}
.dock__text--maintenance{
	background-color: #fdfff0;
	color: #3d251b;
}
.dock__text--admin{
	background-color: rgba(52, 99, 156);
}
.dock__text--admin, 
.dock__text--admin a,
.dock__text--warning a{
	color: #fff;
}
</pre></body></html>