<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							  *
	***************************************************************

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

/***********************************************************************************************************************************/
/* BACKGROUNDS POSITION ************************************************************************************************************/
/***********************************************************************************************************************************/

body.template-v5.nopub:not(.disconnected) .body-background,
body.template-v5.nopub:not(.disconnected) .body-background-left,
body.template-v5.nopub:not(.disconnected) .body-background-right,
body.template-v5.nopub:not(.disconnected) .backgroundvideo{
	top: -106px; /* THE REAL VALUE BETWEEN "PUB" AND "NOPUB" */
}

body.template-v5.disconnected  .body-background,
body.template-v5.disconnected  .body-background-left,
body.template-v5.disconnected  .body-background-right{
	top: 0; /* version bandeau deconnectÃ© */
}

/***********************************************************************************************************************************/
/* BODY DEFAULT V5 COLOR ***********************************************************************************************************/
/***********************************************************************************************************************************/

body.template-v5{
	color: #3d251b;
}

/***********************************************************************************************************************************/
/* CONTAINER WIDTH *****************************************************************************************************************/
/***********************************************************************************************************************************/

#content,
#container{
	width: 1170px;
}

/***********************************************************************************************************************************/
/* CONTAINER : ERROR ***************************************************************************************************************/
/***********************************************************************************************************************************/

.content__middle__error{
	padding: 320px 0 30px;
}

/***********************************************************************************************************************************/
/* FOOTER **************************************************************************************************************************/
/***********************************************************************************************************************************/

.row--subfooter{
	padding-top: 95px;
}

/***********************************************************************************************************************************/
/* BODY--RESUME **************************************************************************************************************************/
/***********************************************************************************************************************************/

.body--resume .body-background,
.body--resume .body-background-left,
.body--resume .body-background-right{
	height:525px;
}
.body--resume .body-background::after,
.body--resume .body-background::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
}
.body--resume .body-background::before{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTE3MCAzMCIgd2lkdGg9IjExNzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTAgMGg3Ny4wNDg2MTMzbDUuMzk1MjUzOSA3IDE2LjMzMjAxMTctN2gxMDIuOTc4MjgxMWwxNC43NzgxMDYgNyA3LjY4MjY5NS03aDExNS45NjI1MzlsMi4wNDc1IDcgNy4wMi03aDEwNi44NzkwNDNsMTkuNDgwOTU3IDcgNy4xMTgyNjItN2gxMDYuNzQ4Nzg5bDEyLjcwNTQ2OSA3IDE0LjIwNDUzMS03aDg2Ljc0NjgxNmwxNC41OTc1NzggMTV2LTE1aDIzNi44NDI3MzVsMTcuMTE1ODIgMTUgMTEuMTYyOTg4LTE1aDE4Ny4xNTIwMTJ2MzBoLTExNzB6IiBmaWxsPSIjZTNkZmIxIi8+PC9zdmc+);
	background-repeat: repeat-x;
	bottom: -70px;
	height: 100px;
	left: 0;
	z-index: 1;
}
.body--resume .body-background::after{
	background-color: rgba(0,0,0,.1);
	top: 0;
	bottom: 0;
	z-index: 0;
}</pre></body></html>