<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 : SKINNING ID="CONTENT"	 						************************/
/************************ 																					************************/
/************************ 				  NOT FOR : PUTTING STYLES ABOUT PAGE CONTENT						************************/
/************************ 																					************************/
/************************ 		https://mdc-web-tomcat17.ubisoft.org/confluence/display/OWL/Layouts			************************/
/************************ 																					************************/
/***********************************************************************************************************************************

	***************************************************************
	*					  content__breadcrumb 				  	  *
	***************************************************************
	*															  *
	*						  content__top						  *
	*															  *
	***************************************************************
	*								*							  *
	*		content__middle			*		content__aside		  *
	*								*							  *
	***************************************************************
	*															  *
	*						 content__bottom					  *
	*															  *
	***************************************************************

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

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

/** content__top ******************************************************************************************************************/
.content--gradient .content__top{
	text-align: center;
	min-height: 110px;
}
.content--gradient .content__top__image{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;	
}
.content--gradient .content__top__image img{
	width: 192px;
	height: 192px;
}

/** content__top__background ******************************************************************************************************/
.content--gradient .content__top__background{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 1.1) {
	.content--gradient .content__top__background {
		height: 5.31rem;/* mantis 80112 */
		font-size: 1rem;
	}
}
.content--gradient .content__top__background path{
	fill : rgba(0, 0, 0, .3);
}

/** content__middle ***************************************************************************************************************/
.content--gradient .content__middle{
	background: rgba(0, 0, 0, .3);
	padding: 0 0 30px;
	border-radius: 0 0 8px 8px;
}</pre></body></html>