.text16 {
	font-size: 16px;
}

.navbar-brand {
	padding-top: 11px;
	margin-top: 11px;
}

.txt-fr { color: #999999; }

.txt-de { color: #B90000; }

.h2-small {
	padding-top: -10px;
	font-size: 11px;
	margin-top: -10px;
}

.banner-gauche {
	background-color: rgba(0,0,0,0.75);
	color: #FFFFFF;
	font-size: 11px;
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
	height: 100%;
	margin-right: 20px;
}
	
.mt-md { margin-top: 10px; }

.mt-xlg { margin-top: 20px; }

.mb-xlg { margin-bottom: 20px; }

.pt-md { padding-top: 10px; }

.pt-xlg { padding-top: 20px; }

.pb-md { padding-bottom: 10px; }

.pb-xlg { padding-bottom: 20px; }

.pr-none { padding-right: 0 !important; }

.pl-none { padding-left: 0 !important; }

.padding-md { padding: 10px; }

.color-speech-red { color: #B90000; }

.bg-white { background-color: white; }

.h2-small { font-size: 25px; }

.logo-box img { display: inline-block; }

p a { color: #B90000; }

p a:hover { color: #B90000; }

html { 
  background: url(/images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body { 
	background: transparent;
	position: relative;
}

#main-nav .navbar-default { 
  background-color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#page-title {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  background: white;
}

#page-title h2 { margin-top: 10px; }

.nav li.active a { font-weight: bold; }

#main-nav-home { margin-top: 20%; }

.big-menu-item { display: block; }

.big-menu-item:hover, .big-menu-item:focus { text-decoration: none; }

.big-menu-item img.img-responsive { 
  display: inline-block;
  max-height: 64px;
}

.big-menu-item p { 
  color: black;
  font-weight: bold;
}

.footer, .footer a {
  /*font-weight: bold;*/
  font-size: 12px;
  margin-top: 20px;
	color: white;
}

footer a { color: black; }

#home-footer {
	text-align: center;
	width: 100%;
	height: 30px;
	padding: 5px;
	color: white;
}

#home-footer a {
	color: white;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ### DEVICE: TABLET ### */
@media(min-width:768px) {
  #main-nav nav .collapse ul li a { text-align: center; }
}

/* ### DEVICE: DESKTOP ### */
@media(min-width:992px) {
  .big-menu-item { margin-bottom: 0; }
}

/* ### DEVICE: LARGE DESKTOP ### */
@media(min-width:1200px) {}