
html, body {
	height: 100%;
}

body#home {
	background:radial-gradient(ellipse at center, rgba(255,254,234,1) 0%, rgba(255,254,234,1) 35%, #B7E8EB 100%);
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Raleway', sans-serif;*/
	/*font-family: 'Quicksand', sans-serif;*/
	font-size: 1em;
}

nav#header-page {
	font-size: .7em;
}

nav#header-page .navbar-brand {
	font-size: 1.6em;
	line-height: 1em;
}

nav#header-page .nav-item {
	font-size: 1.4em;
    line-height: 1em;
    margin-top: .45em;
}

nav#header-page .nav-link i {
	font-size: 1.6em;
	line-height: 1em;
	margin-top: -.25em;
}

main {
	width:100%;
	margin-top:60px;
	background:radial-gradient(ellipse at center, rgba(255,254,234,1) 0%, rgba(255,254,234,1) 35%, #B7E8EB 100%);
	/* Margin for footer (footer height + 20px) */
	margin-bottom:60px;
	height: calc(100% - 3.75em);
}

/* Carousel Style */
.carousel {
	height: calc(100%);
}
.carousel-inner {
    height: 100%;
}
.carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.carousel-header {
	background-color:rgba(30,30,30,0.4);
	text-align:center;
	position:absolute;
	z-index:99;
	margin:auto;
	width:100%;
	padding: 1.8em 1em 1.6em 1em;
	padding: 0 0 0 0;
	/*filter: blur(8px);*/
  	/*-webkit-filter: blur(8px);*/
} 
.carousel-header h2 {
	/*margin-top: .5em;*/
	/*text-shadow: 1px 0 0 #FFF, 1px 1px 0 #FFF, 0 1px 0 #FFF, -1px 1px 0 #FFF, -1px 0 0 #FFF, -1px -1px 0 #FFF, 0 -1px 0 #FFF, 1px -1px 0 #FFF;*/
	color: #fff;
			/*font-family: 'Pacifico', cursive;*/
    font-family: 'Dancing Script', verdana;
	/*font-family: 'Comfortaa', cursive;*/
	    /*font-family: 'Kalam', cursive;*/
	    	/*font-family: 'Marck Script', cursive;*/
	    	/*font-family: 'Mali', cursive;*/
    		/*font-family: 'Sail', cursive;*/

    font-size: 3em;
    font-weight: 700;
    margin: .5em 1em .2em 1em;
    text-shadow: 0px 3px 10px rgba(0,0,0,.7);
}
.carousel-header .material-icons {
	font-size: 2.3em;
	margin: .1em;
}
.carousel-header p {
	margin-top: 0em;
	color:white;
	font-size: 1.1em;
}
.carousel-caption {
	background-color: rgba(30,30,30,.75);
	border-radius: 5px;
    /*width: 100%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*padding-bottom: 15px;*/
    bottom: 0;
}
.carousel-caption a {
	color:cyan;
}
/* fix for bouncing carousel */
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	margin:auto;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	max-height: 70%;
	min-height : 100%;
}


.carousel-item img {
	max-height: calc(100% - 60px);
}

.service-icons {
//	position:absolute;
//	right:10px;
//	top:10px;
	color: white;
}

#tarifs ul {
	list-style-type:none;
}

/* Leaflet Map Style */
#mapid { height: 300px; }


footer {
	background-color:rgba(50,50,50,0.75);
	color:white;
	text-align:center;
	/* Make footer naturally stick to bottom page */
    clear: both;
    position: relative;
    height: 40px;
    margin-top: 10px;
}

footer p {
	padding-top: 8px;
}
