/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
	font-family: 'Lato', sans-serif;
	padding-top: 3rem;
	color: #5a5a5a;
	background-color: white;
	
}
ul{
	margin: 0;
	padding: 0;
}
a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.navbar{
	background-color: #222;
}
.navbar-brand:hover{
	opacity: 0.5;
}

.navbar-nav{
	font-weight: 300;
	color: white;	
}
#navcontact{
	margin: 0;
	
}
#navcontact a{
	color: #f6f8f6;
}
#navcontact a:hover{
	color: #007bff;
	
}
.navbar-nav .nav-item .nav-link{
	color: rgba(255,255,255,0.3);
	
}
.navbar-nav .nav-link:hover{
	color: rgba(255,255,255,1);
}
.navbar-nav .nav-link.active{
	color: rgba(255,255,255,1);
	
}
/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  color: black;
}
.carousel-caption h3 {
	font-weight: 200;
	letter-spacing: 0.125rem;
	width: 80%;
	color: white;
	padding: 10px 5px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.6);
 }
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
#bienvenue{
	  padding-top: 5rem;
	  

}
#bienvenue .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
#bienvenue h2 {
  font-weight: 400;
}
#bienvenue .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
#pratique{
	background-color: #faf9f9;
}
#pratique i{
	font-size: 64px;
	color: #a2a0a1;
	margin: 0 0 20px 0;
}
section{
	
}
#parallax_galerie{
	background: transparent url('../img/bg_parallax_galerie_03.jpg') no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	min-height: 450px;
	
}
#parallax_carte{
	background: transparent url('../img/bg_parallax_carte_03.jpg') no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	min-height: 380px;
}
/* Featurettes
------------------------- */
#galerie{
	background-color: white;
}
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

#tarifs{
	background-color: #faf9f9;
}

.nav-pills{
    border-bottom: 1px dotted rgba(0,0,0,0.3);
    padding-bottom: 7px;
}
.nav-pills .nav-link {
	color: rgba(34, 34, 34, 0.5);
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 7px 10px;
	padding: 10px;
}
.nav-pills .nav-link:hover{
	color: rgba(34, 34, 34, 0.9);
}
.nav-pills .nav-link.active{
	color: rgba(34, 34, 34, 1);
	background: transparent url(../img/star_16.png) no-repeat center top;
	background-size: 8px;
	font-weight: 600;
}

iframe{
	width: 100%;
	height: 300px;
	padding: 0;
	margin: 0;
	border: 0;
}



#tarifs ul li{
	border-bottom: 1px dotted #999999;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#tarifs h6{
	position: relative;
}
.ion-icon{
	margin: 0 10px 4px 0;
}
#tarifs h6 .tabprice{
	position: absolute;
    top: 0;
    right: 0;
}
#tarifs ul{
    list-style: none;
}


footer{
	background-color: #191919;
	min-height: 300px;
	font-weight: 100;
}
footer a{
	color: white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer a:hover{
	text-decoration: line-through;
	color: white;
}
.widgettitle, .smalltitle, .comment-reply-title {
    color: #ffffff;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-bottom: 32px;
    text-transform: uppercase;
}
footer .copyright{
	font-size: 0.625rem;
	font-weight: 300;
}	
	

