@charset "utf-8";

/* =================================== default */

body {
	font-family: 'PT Sans', 'sans-serif';
	color: #333333;
}

h1,
.h1 {
	font-size: 26px;
	font-weight:400;
	text-transform:uppercase;
	color:#666666;
	margin-top: 0px
}

h2,
.h2 {
	font-size: 18px;
	font-weight:400;
	color:#999;
}

article .h2 {
	margin-top: -5px;
}

h3,
.h3 {
	font-size: 16px;
	font-weight:400;
}

h4,
.h4 {
	font-size: 14px;
	font-weight:700;
}

h5,
.h5 {
	font-size: 14px;
	font-weight:700;
}

h6,
.h6 {
	font-size: 14px;
	font-weight:700;
}

.lead {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}
@media (min-width: 768px) {

.lead {
	font-size: 16px;
}
}

#wrapheader {
	background: #ccc;
	padding-bottom: 38px;
}

.wrapcontent {
	padding-top:35px;
}

.highlight {
	padding: 9px 14px;
	margin-bottom: 14px;
	background-color:#ccc;
}

.highlight.centered {
	text-align:center;
}

.highlight.shadow {
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
}

/* =================================== aside */

aside h2,
aside .h2 {
	margin-top: 0px;
	line-height: 1.4;
}

/* =================================== Topnavigation */
ul#topnav {
	list-style:none;
	text-align:right;
}

ul#topnav li {
	display:inline;
	color: #666;
}

ul#topnav li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #666;
}

ul#topnav li i.fa {
	font-size:14px;
}

ul#topnav li:after {
	content: '|';
	padding: 0 15px;
}

ul#topnav li:last-child:after {
	content: none;
	padding: 0;
}

/* =================================== navbar */
.navbar-default {
	background-color: transparent !important;
	border-color: none !important;
}

.navbar {
	border-radius: none !important;
	margin-bottom: 0px;
	border: none;
	margin-top: 24px;
}

.navbar-brand {
	float: none;
	padding: 0px 0px 0px 15px;
	height: auto;
}

a.navbar-brand {
	display: block;
}

ul.navbar-nav {
	clear:left;
	margin: 12px 0 20px 0;
}

.navbar-default .navbar-nav > li > a {
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: #999;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	background-color: #fff;
}

.navbar-collapse.collapse,
.navbar-collapse.collapsing {
	margin-top: 15px;
}

.navbar-default .navbar-toggle {
	border-color: #666;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #666;
}

.navbar-collapse.collapse {
/*border: 1px solid #fff;*/
	}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #666;
	border-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
 @media (min-width: 768px) {

.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
}
}
@media(max-width:767px) {

.navbar-collapse {
	border: 1px solid #fff !important;
}
}

/* =================================== teaser */

.teaserrow {
	margin-top: 30px;
}

.teaserrow.new {
	margin-top: 0px;
}

.teaser {
	margin-bottom: 30px;
}

.teaser h2,
.teaser .h2 {
	text-transform:uppercase;
	margin-top: 8px;
	margin-bottom: 6px;
	line-height: 1.4;
}

.teaser-img {
	overflow:hidden;
}

span.next {
	display:block;
	text-align:right;
	padding-top: 7px;
}

.teaser:hover .next a {
	text-decoration:underline;
}

.teaser:hover {
	outline: 1px solid #999;
	outline-offset: 1px;
}

.teaser.highlight {
	padding: 0px 14px;
}

.teaser-img {
	/*height: 125%;*/
	padding-left: 1px;
	padding-right: 1px;
}
 @media(min-width:1200px) {

.teaser p {
	font-size: 16px !important;
	line-height: 1.4;
}
}
 @media(min-width:992px) {

.teaser p {
	font-size: 13px;/*line-height: 1.3;*/
	}

.teaser-content {
/*padding-left: 0px*/
	}
}
 @media(min-width:768px) and (max-width:991px) {

.teaser p {
	min-height: 170px;
}

.teaser h2 {
	min-height: 50px;
}

}

/* =================================== imagenav styles default */

#imagenav figure {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,1);
	box-shadow: 0 0 7px 0 rgba(0,0,0,1);
	border: 7px solid #fff;
}

#imagenav figure figcaption {
	position: absolute;
	background: rgba(204,204,204,0.9);
	color: #333;
	padding: 10px 20px 6px 20px;
	opacity: 0;
	bottom: -65%;
	top:auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;
	transition:      all 0.6s ease;
	width:100%;
}

#imagenav figure p {
	margin:0;
}

#imagenav figure strong {
	font-size: 18px;
	display:block;
	font-weight:400;
	padding-bottom: 4px;
	text-transform: uppercase;
}

#imagenav figure figcaption > a,
#imagenav figure figcaption > a:hover,
#imagenav figure figcaption > a:focus {
	color:#333;
	text-decoration:none;
}

#imagenav figure:hover figcaption {
	opacity: 1;
	bottom: 0;
	top:auto;
}

/* =================================== imagenav styles responsive */
/* iPhone 5 in portrait */
@media (max-width : 480px) {

#imagenav {
	padding-top: 35px;
}

#imagenav .img-responsive {
	width:100% !important;
}

#imagenav1,
 #imagenav2,
 #imagenav3,
 #imagenav4 {
	height: 155px !important;
	margin-bottom: 20px;
}

#imagenav figure figcaption {
	opacity: 1;
	top: 100px;
}

#imagenav figure:hover figcaption {
	top: 0;
	padding-top: 20px;
}
}
	
	
/* Extra Small extended*/
@media(min-width : 480px) and (max-width:767px) {

#imagenav {
	padding-top: 25px;
}

#imagenav .img-responsive {
	width:100% !important;
}

#imagenav1,
#imagenav2,
#imagenav3,
#imagenav4 {
	height: 250px;
	margin-bottom: 30px;
}

#imagenav1 img,
 #imagenav2 img {
	margin-top: -15%;
}

#imagenav3 img {
	margin-top: -20%;
}

#imagenav4 img {
	margin-top: -5%;
}

#imagenav figure figcaption {
	opacity: 1;
	top: 192px;
}

#imagenav figure:hover figcaption {
	top: 100px;
}
}

/* Small */
@media(min-width:768px) and (max-width:991px) {

#imagenav1,
 #imagenav2,
 #imagenav .col3 {
	height: 285px;
}

#imagenav3 {
	height: 155px;
}

#imagenav4 {
	height: 105px;
	margin-top: 25px;
}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px) {

#imagenav1,
 #imagenav2,
 #imagenav .col3 {
	height: 375px;
}

#imagenav3 {
	height: 210px;
}

#imagenav4 {
	height: 140px;
	margin-top: 25px;
}
}

/* Large */
@media(min-width:1200px) {

#imagenav1,
 #imagenav2,
 #imagenav .col3 {
	height: 455px;
}

#imagenav3 {
	height: 260px;
}

#imagenav4 {
	height: 170px;
	margin-top: 25px;
}
}

/* =================================== footer */
#wrapfooter {
	background: #cccccc;
	padding-bottom: 20px;
	padding-top: 20px;
}

#wrapfooter .linklist {
	list-style:none;
	padding-left: 0px;
}

#wrapfooter .linklist li {
	background-color: #fff;
	padding: 2px 10px;
	margin-bottom: 5px;
}

#wrapfooter .linklist li a {
	display:block;
}

#wrapfooter .col2 {
	text-align:right;
}
 @media(min-width:1200px) {

#wrapfooter {
	font-size:16px;
}

.adresse span.visible-lg {
	display: inline!important;
}
}
