/***********************************************************************************************************************************/
/************************ 								/!\	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							  *
	***************************************************************

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

.template-v4 #content,
.template-v4 #container{
	width: 990px;
}


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

.jumbotron{
	min-height: 112px; /* horse alignement */
	position: relative;
	z-index: 1;
}


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

.content__aside{
	position: absolute;
	top: 49px;
}

/** 300x250 ***********************************************************************************************************************/
.content--ad300x250 .content__top{
	min-height: 270px;
	width: 635px;
}
.body--ltr .content--ad300x250 .content__aside{
	right: 20px;
}
.body--rtl .content--ad300x250 .content__aside{
	left: 20px;
}

/** ad160x600 *********************************************************************************************************************/
.content--ad160x600 .content__middle{
	min-height: 610px;
	width: 775px;
}
.body--ltr .content--ad160x600 .content__aside{
	right: 20px;
}
.body--rtl .content--ad160x600 .content__aside{
	left: 20px;
}


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

.content__breadcrumb{
    background-image: url(/media/equideo/image/background/content/page/0-icon.png);
    background-repeat: no-repeat;
    border-bottom: 1px solid #F5F4C1;
    font-size: 13px;
    font-weight: bold;
	margin-bottom: 7px;
	padding: 8px 0;
	position: relative;
	text-indent: 38px;
    z-index: 1;
}
.body--ltr .content__breadcrumb{
	background-position: 16px 9px;
}
.body--rtl .content__breadcrumb{
	background-position: right 16px top 9px;
}
.content__breadcrumb::after{
	background:#DCDB87;
	bottom: 0;
	content:"";
	display: block;
	height: 1px;
	position: absolute;
	width: 100%;
}