@media (min-width: 1200px) {
	body {
		padding-top: 70px;
		background: rgba(156, 194, 227, 0.5) url("images/bg-mtstmichel-cut-ulmac.jpg") no-repeat fixed center top;
	}

	.container {
		width: 1270px;
	}

	div.tablet-display,
	.tablet-display > a {
		display: none !important;
	}

	#mapOSM {
		width: 100%;
		height: 350px;
	}
}

@media (max-width: 1200px) {
	body {
		padding-top: 70px;
		background: rgba(156, 194, 227, 0.5) url("images/bg-mtstmichel-cutx-ulmac.jpg") no-repeat fixed center top;
	}

	.container {
		max-width: 900px;
	}


	div.desktop-display,
	.desktop-display > a {
		display: none !important;
	}

	div.well-index > h2 {
		line-height: 1.4;
	}

	.btn-group-ppr {
		margin-top: 10px;
	}

	#mapOSM {
		width: 100%;
		height: 300px;
	}

	.navbar-toggle:hover > span.icon-bar {
		background-color: #737373; 
	}
}

#navbar-brand-img {
	position: relative;
	margin-top: -13px;
	border: 1px solid #2C699D;
	border-radius: 5px;
}

#navbar-brand-img:hover {
	opacity: 0.9;
}

.navbar-item-img {
	max-height: 20px;
}

.panel-heading > h4,
.navbar-nav > li > a {
	font-family: "Hammersmith One", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow:  1px 1px 3px #000000;
}

.lang-flag-fr {
	display: inline-block;
	vertical-align: middle;
	width: 29px;
	height: 21px;
	background: url("images/flags.png") -208px -185px;
	margin-right: 0.5em;
}

.lang-flag-en {
	display: inline-block;
	vertical-align: middle;
	width: 29px;
	height: 21px;
	background: url("images/flags.png") -444px -95px;
	margin-right: 0.5em;
}

.lang-flag-cn {
	display: inline-block;
	vertical-align: middle;
	width: 29px;
	height: 21px;
	background: url("images/flags.png") -343px -50px;
	margin-right: 0.5em;
}

.lang-flag-de {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 18px;
	background: url("images/flags.png") -344px -74px;
	margin-right: 0.5em;
}

.lang-flag-es {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 18px;
	background: url("images/flags.png") -108px -96px;
	margin-right: 0.5em;
}

.page-header h1,
.page-header h2,
.page-header h2 > :not(.label) {
	font-family: Carter One;
	text-shadow: 0 0 7px #ffffff;
}

.well-index {
	background: rgba(245, 245, 245, 0.85);
}

#idee-cadeau {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

u {
	cursor: pointer;
}

.thumbnail-margin-top {
	margin-top: 10px;
}

#carousel-galerie > .carousel-indicators {
	bottom: -50px;
}

#carousel-galerie > .carousel-indicators li {
	border-color:#999;
	background-color:#ccc;
}

#carousel-galerie > .carousel-indicators li.active {
	border-color:#999;
	background-color:#fff;
}

#carousel-galerie > .carousel-inner {
	margin-bottom:50px;
}

.carousel-inner > .item > img {
	margin: 0 auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	font-size: 60px;
}

.carousel-button > button {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -8%;
}

th.table-formation {
	background-color: rgba(255, 102, 0, 0.5);
}

tr.table-formation:nth-child(even) {
	background-color: #f2f2f2;
}

tr.table-formation:nth-child(odd) {
	background-color: #e0e0e0;
}

.img-partenaire:hover {
	opacity: 0.9;
}

.foot-info {
	margin: 0px;
}