/*
 * @package	BM.Admin
 * @copyright	Copyright (c) Bienvenue-Multimedia (http://www.bienvenue-multimedia.ca)
 */

h2{ font-size: 18px; }
.hype-container{ overflow: hidden; }
.hype-container > div{
	position: relative;
	left: 50%;
	transform: translateX(-55%);
	margin: auto;
	overflow: hidden;
}
.hype-container > div::before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.4;
	background-image: url('../uploads/carte-du-grand-tronc-g.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	content: " ";
}
.btn-next{ background: #dcdcdc; }
@media (min-width: 1200px){
	.btn-next{
		position: absolute;
		bottom: 15px;
		right: 15px;
		z-index: 2002;
	}
}
div.alt{
	position: absolute;
	bottom: 45px;
	width: 90%;
	padding: 0 20px;
}
.images-on div.alt{ display: none; }
.popover{
	position: relative;
	display: block;
	max-width: none;
	margin-left: 15px;
}
@media (min-width: 970px){
	.popover{ margin-top: 15px; }
	.popover > .arrow{
		top: 50%;
		right: -11px;
		margin-top: -11px;
		border-left-color: rgba(0, 0, 0, 0.25);
		border-right-width: 0;
	}
	.popover > .arrow::after{
		bottom: -10px;
		right: 1px;
		border-left-color: #fff;
		border-right-width: 0;
		content: " ";
	}
}
@media (max-width: 969px){
	.popover > .arrow{
		bottom: -11px;
		left: 50%;
		margin-left: -11px;
		border-bottom-width: 0;
		border-top-color: rgba(0, 0, 0, 0.25);
	}
	.popover > .arrow::after{
		bottom: 1px;
		margin-left: -10px;
		border-bottom-width: 0;
		border-top-color: #fff;
		content: " ";
	}
}

.HYPE_scene[hype_scene_index='0'] > div:nth-child(12),
.HYPE_scene[hype_scene_index='1'] > div:nth-child(2),
.HYPE_scene[hype_scene_index='1'] > div:nth-child(3),
.HYPE_scene[hype_scene_index='2'] > div:nth-child(7){ display: none; }