/**************************************************************************************************************/
/*

			DON BOSCO - pratique

*/
/**************************************************************************************************************/


#portal-column-content #content-core .tileItem::before,
#portal-column-content #content-core  a.bt-inscription {
	background-color: #3950b8;
}
#portal-column-content #content-core  a.bt-inscription {
	box-shadow: rgba(57, 80, 184, 0.8) 0 0 10px;
}
#portal-top::before {
	background-image: url("../images/decoche-suite-pratiques2.png");
}


/*
	TRANSMISSION
*/
body[class*=-transmission] #portal-column-content #content-core .tileItem::before,
#portal-column-content #content-core .tileItem:nth-child(3)::before,
.sur-meme-theme .bx-viewport > ul > li.transmission::before{
	background-color: #7840d4;
}

/*
	INTERIORISATION
*/
body[class*=-interiorisation] #portal-column-content #content-core .tileItem::before,
#portal-column-content #content-core .tileItem:nth-child(2)::before,
.sur-meme-theme .bx-viewport > ul > li.interiorisation::before {
	background-color: #3950b8;
}

/*
	INITIATION
*/
body[class*=-initiation] #portal-column-content #content-core .tileItem::before,
#portal-column-content #content-core .tileItem:nth-child(1)::before,
.sur-meme-theme .bx-viewport > ul > li.initiation::before  {
	background-color: #0668a4;
}


@media only screen and (max-width: 680px){
	#portal-top::before {
		border-color: #0066a5;
	}
}