body {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    color: black;
}

html {
    width: 100%;
    height: 100%;
}

/* --- BOOTSTRAP ------------------------------ */
.btn-warning {background-color: #f8bd0d;}
.btn-danger {background-color: #d80123;}
.btn-success {background-color: #19c5ab;}
.text-warning {color: #f8bd0d;}
.text-danger {color: #d80123;}
.text-success {color: #19c5ab;}

/* --- NAVBAR --------------------------------- */
.navbar {
	background: white;
	border: 0;
}
.navbar .container {
	padding-top: 15px;
	padding-bottom: 15px;

}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: whitesmoke;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}
.navbar-container.fixed-theme {
    padding: 0;
}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}


.navbar-brand {
	padding: 0;
}
.navbar-brand img {
	height: 50px;
	width: auto;
}
.navbar.navbar-fixed-top.fixed-theme .navbar-brand img {
	height: 35px;
	padding-top: 10px;
}

.navbar-nav>li {
	font-size: 1.1em;
}
.navbar-default .navbar-nav>.inactive>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: black;
	background: transparent;
	border-bottom: red solid 5px;
	padding-bottom: 10px;
}
.navbar.navbar-fixed-top.fixed-theme .navbar-nav>li {
	font-size: 1em;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-left: 0px;
	margin-right: 0px;
}

.navbar-default .navbar-nav>li>a {
	color: black;
}
/* -------------------------------------------- */
.content-page {
	background-image: url('../img/fond_totem.png');
	background-position: 5% 100px;
	background-repeat: no-repeat;
}
.container h1 {
	text-transform: uppercase;
	text-align: center;
}
.container h2 {
	text-transform: none;
/*	text-shadow: none; */
}
.container h3 {
	font-size: 1.3em;
}
.container h2 .fa {
	color: darkorange;
}
.sep_bas {
	border-bottom: #c7c7c7 dotted 1px;
}
.div_liste {
	border-bottom: #c7c7c7 dotted 1px;
	padding: 2px 0;
}
.btn-fidel {
	background-color: #405E94;
	color: white;
}
.btn-facebook {
	background-color: #2D4485;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: -12px;
}
.text-facebook {
	color: #3B5998;
}

.offre {
	margin: 20px auto;
	height: 120px;
}
.offre .contrat, .well .contrat {
	width: 60px;
	height: 60px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	background: #d80123;
	color: white;
	padding-top: 6px;
	padding-right: 7px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.offre .libelle {
	font-size: 130%;
	text-transform: uppercase;
	font-weight: bold;
}

.offre-content {
	min-height: 100px;
}
.sliding-section .carousel-control.left, .sliding-section .carousel-control.right {
	background-image: none;
}
.parallax { 
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

	.parallax h1, .parallax h2, .parallax li {
		text-shadow: 1px 1px 5px rgba(33, 33, 33, 1);
	}
	.parallax h1 {
		margin: 0;
		text-transform: uppercase;
		color: white;
	}
	.parallax h2 {
		text-transform: none;
		font-weight: 100;
		color: white;
		text-shadow: 1px 1px 5px rgba(33, 33, 33, 1);
	}

/*------ Bandeau --------------*/
/*
#bandeau {
	height: 600px;
	text-align: center;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}
	#bandeau #background-carousel {
		position: absolute;
		width: 100%;
		height: 600px;
		z-index: -1;
	}
	#bandeau #content-wrapper {
		position: relative;
		height: 600px;
	}
	.carousel,
	.carousel-inner {
		width:100%;
		height:100%;
		z-index:0;
		overflow:hidden;
	}
	.item {
		width:100%;
		height:100%;
		background-position:center center;
		background-size:cover;
		z-index:0;
	}
	 
	#bandeau .bandeau-contenu {
		padding-right: 30%;
		padding-left: 5%;
		padding-top: 5%;
		text-align: left;
		position: absolute;
	}
	#bandeau::before {
	    content: '';
	    display: block;
	    position: absolute;
	    background-color: #000;
	    opacity: 0.1;
	    width: 100%;
	    height: 100%;
	}
	#bandeau img {
		filter: brightness(60%);
	}
	#bandeau h2, #bandeau li {
		text-shadow: 1px 1px 5px rgba(33, 33, 33, 1);
	}

	#bandeau h1 {
		color: #696969;
		font-size: 4em;
		font-weight: bold;
		font-family: "Shadows Into Light";
	}
	#bandeau h1 span {
		color: #990000;
		font-weight: 700;
		font-size: 1.5em;
	}
	#bandeau h2 {
		font-size: 2.7em;
		text-transform: none;
		font-family: "Roboto Condensed";
	}
	#bandeau li {
		font-size: 2em;
		font-family: "Roboto Condensed";
	}
*/
.carousel,
.carousel-inner {
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}
.item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}

.carousel-caption {
	top: 20px;
	padding-top: 50px;
	left: 100px;
}
.carousel-caption h1 {
	color: #696969;
	font-size: 4em;
	font-weight: bold;
	font-family: "Shadows Into Light";
	text-align: left;
}
.carousel-caption h1 span {
	color: #990000;
	font-weight: 700;
	font-size: 1.5em;
}

.section {
	padding: 70px 0;
	font-family: "Open Sans";
	font-size: 1em;
}
#section-polynesieinterim {
	font-size: 1.3em;
	font-weight: 100;
}
	#section-polynesieinterim small {
		font-size: .8em;
	}
	#section-polynesieinterim .icone {
		padding: 30px 0;
		background: #405E94;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
#section-offres {
}
#section-offres .container {
	background: #ffeadd;
	padding: 50px;
}
#section-map {
	background: #fff; /* Old browsers */
	height: 400px;
}
	#section-map.container {
		padding: 0;
	}
	#section-map .google_map {
		width: 100%;
		height: 500px;
	    border:0;
	/*
	    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	    filter: gray;
		-webkit-filter: grayscale(99%);
		-webkit-backface-visibility: hidden;
	*/
	}

#pied {
	background: #C83533; /* Old browsers */
	background: -moz-linear-gradient(top,  #990000 0%, #C83533 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #990000 0%,#C83533 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #990000 0%,#C83533 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#C83533',GradientType=0 ); /* IE6-9 */
	color: #909090;
}
#pied.section {
	padding: 30px;
	color: whitesmoke;
}
#pied a {
	color: white;
}
#pied .menu-chapitre {
	font-size: 1em;
	color: white;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	border-left: silver solid 1px;
}
#pied .menu-chapitre.first {
	padding-left: 0;
	border-left: 0;
}
#pied .menu-chapitre a {
	color: white;
}

/*------ News ----*/
#news-container {
}

#news-container ul {
    width:100%;
	list-style: none;
	margin: 0;
	padding:0;
}
#news-container li {
	min-height:70px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#news-container li * {
    font-size:10pt;
}

#news-container .date {
	float:left;
	width:70px;
	margin-right:10px;
	font-size:20pt;
	color:silver;
}
#news-container .titre {
	float:left;
	width:500px;
	color:#aa1475;
	font-weight:bold;
}
#news-container .resume {
	float:left;
	width:500px;
	min-height:20px;
}
#news-container .plus {
	float:left;
	width:500px;
	text-align:right;
    margin-bottom:3px;
}
#news-container .plus a {
	color:#ccd000;
    text-decoration:none;
	font-weight:bold;
}

#espaces h2 {
	margin: 0;
}
#espaces .espaces-cell {
	padding: 20px;
}


/* --- Tablette horizontale ------------------------------ */
@media screen and (max-width: 1200px) {
	.btn {
		font-size: 1em;
	}
	#bandeau h1 {
		font-size: 3em;
	}
	#bandeau h2 {
		font-size: 2em;
	}
	#bandeau li {
		font-size: 1.5em;
	}

	.navbar-brand img {
		height: 50px;
	}
	.navbar-nav>li>a {
		padding: 15px 10px;
	}
	.navbar.navbar-fixed-top.fixed-theme .navbar-brand img {
		height: 40px;
		padding-top: 10px;
	}
	.navbar.navbar-fixed-top.fixed-theme .navbar-nav>li {
		font-size: 1.1em;
	}

	.carousel-inner .item {
		height: auto;
	}

}

/* --- Tablette verticale ------------------------------ */
@media screen and (max-width: 1023px) {
}

/* --- Mobile horizontal ------------------------------ */
@media screen and (max-width: 991px) {
}


/* --- Mobile vertical ------------------------------ */
@media screen and (max-width: 767px) {
	.row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.navbar .container {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	.navbar-brand img {
		height: 40px;
		width: auto;
		padding: 10px 0 0 5px;
	}

	#bandeau h1 {
		font-size: 2.5em;
	}
	#bandeau h2 {
		font-size: 1.5em;
	}
	#bandeau li {
		font-size: 1.2em;
	}
	.parallax h1 {
		margin: 0;
		text-transform: uppercase;
		font-size: 2em;
	}
	.parallax h2 {
		text-transform: none;
		font-weight: 100;
		font-size: 1.2em;
	}

	.offre {
		margin: 20px auto;
		height: auto;
		text-align: center;
	}
	.offre-content {
		min-height: 0;
	}

	#bandeau .bandeau-contenu {
		padding: 5%;
	}
	#section-offres {
		padding: 0px;
	}

}