/* CSS Document */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}


body { 
	padding-top: 70px; 
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, serif;
}

nav {
	font-size: 14px;
}

#banner {
	position: relative;
	margin-bottom: 2em;
}

#banner #logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 20px;
}

#banner #logo span {
	display: none;
}

#lang li {
	/*display: none;*/
}


@media (max-width: 768px) {
	#banner #logo {
		position: relative;
		height: 100%;
		min-height: 218px;
		background-image: url(../img/logo.jpg);
		background-position: center;
	}
}

.carousel-caption {
	position: absolute;
	right: 60px;
	bottom: 0;
	text-align: right;
	font-family: Georgia, serif;
	font-size: 30px;
	margin-top: 10px;
	text-shadow: none;
}

.carousel-caption .small {
	font-size: 18px;
}

.thumbnail {
	padding: 15px;
}

.main {
	padding: 15px 40px 40px
}

.main h1 {
	margin-bottom: 0.7em;
}

.main ul {
	padding: 0 0 0 20px;
}

.date {
	margin-bottom: 0;
}

.sommaire {
	margin-bottom: 2em;
	font-weight: bold;
}

#form {
	margin: 2em 0;
}

.video, .audio, .press {
	background-image: url(../img/picto_video.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.audio {
	background-image: url(../img/picto_audio.png);
}

.press {
	background-image: url(../img/picto_presse.png);
}

#footer1 {
	background-color: #eaeaea;
	margin-top: 2em;
	padding: 20px 20px 40px;
}

#footer1 .bout {
	display: inline;
	margin-right: 60px;
	font-size: 1.2em;
}

#footer1 .bout span {
	display: inline-block;
	width: 35px;
	height: 35px;
	position: relative;
	top: 12px;
	margin-right: 10px;
}


#download span {
	background-image: url(../img/picto_download.png);
	background-repeat: no-repeat;
}

#contact span {
	background-image: url(../img/picto_contact.png);
	background-repeat: no-repeat;
}

#facebook {
    display:none!important;
}

#facebook span {
	background-image: url(../img/picto_facebook.png);
	background-repeat: no-repeat;
}

#footer2 {
	background-color: #222;
	padding: 20px 30px;
	color: #999;
	text-align: center;
}

#footer2 ul {
	list-style: none;
	padding: 0;	
}


#footer2 a {
	text-decoration: none;
	color: #aaa;
	font-size: 0.9em;
}

#footer2 a:hover {
	text-decoration: underline;	
}

