@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400);

a {
	color: inherit;
	text-decoration:none;
}

a:hover {
	color: inherit;
	text-decoration:none;
}

.fullWidth {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}

/**** HEADER *****/

.header {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size:33px;
	}

.header #boldTitle {
	font-weight: 300;
}

.header #logoHeader, #titleHeader {
	margin: 0px auto;
	text-align:center;
}

.header #logoHeader img {
	margin: auto;
	/*min-width:135px;*/
}

.header .contact {
	position: absolute;
	right: 30px;
	top: 30px;
}

#contactModal .contact-block {
	margin: 20px;
}

#contactModal a.contact-link {
	display: block;
	margin: 5px 0;
}

@media screen and (max-width: 900px) {
	.header .contact {
		position: inherit;
		text-align: center;
		margin-top: 20px;
	}
}

.header .contact button.dark {
	background-color: #333;
}

.header .contact button.dark:hover {
	background-color: #444;
}

/**** END HEADER ****/



/**** PLACES ****/

#titlePlaces {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size:20px;
}

#textPlaces b{
	font-size:14px;
}
#textPlaces img {
	margin-bottom: 10px;
	
}

#imageBloc {
	-webkit-box-shadow: inset 12px 40px 40px -34px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 12px 40px 40px -34px rgba(0,0,0,0.75);
	box-shadow: inset 12px 40px 40px -34px rgba(0,0,0,0.75);
}

#textPlaces {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size:16px;
	line-height:1.2em;
	text-align:center;
	margin:0px auto;
/* 	min-height: 252px; */
	width:75%;
}

#textPlaces p{font-size:0.9rem;line-height: 110%;padding-top:10px;}

#textPlaces img {
	width:47px;
}

.triangle {
	position:absolute;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 48.5px 0 48.5px;
	border-color: #ffffff transparent transparent transparent;
}

#triangleStBart, #triangleChalets, #triangleCandes {
	display:none;
}

#blocChalets, #blocCandes, #blocStBart {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	text-align: center;
}

.ombreBloc {
-webkit-box-shadow: 0px 13px 9px 3px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 13px 9px 3px rgba(0,0,0,0.26);
box-shadow: 0px 13px 9px 3px rgba(0,0,0,0.26);
	/*x-shadow: 15px 0 50px -15px black;*/
	z-index:10;
}

.transparent {
	opacity:0.7;
}

/**** END PLACES ****/

/**** FOOTER ****/

#footer {
	background-color:#E5E5E5;
	text-align:center;
	height:30px;
}

#footer i {
	margin-top:8px;
	font-size:14px;
}

/**** END FOOTER ****/

.photos {
border-top: 1px black solid;
padding: 0 10px 0 10px;
}

.buttons
{
display: inline-block;
background: white; /* Old browsers */
background: -moz-linear-gradient(top, white 0%, white 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,white)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, white 0%,white 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, white 0%,white 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, white 0%,white 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='white',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, white 0%,white 100%); /* W3C */
border-top: 1px solid #a1a1a1;
padding: 0 2em;
margin: 0.5em;
font: bold 1em/2em Arial, Helvetica;
text-decoration: none;
color: #333;
-moz-border-radius: .2em;
-webkit-border-radius: .2em;
border-radius: .2em;
}

.buttons:before
{
float: left;
width: 1em;
text-align: center;
/*font-size: 1.7em;*/
margin: 0 0.5em 0 -1em;
padding: 0 .2em;
pointer-events: none;
}

.play:before               { content: "\25B6"; }



.large-4 #textPlaces{display:flex !important;flex-direction:column;justify-content: center;align-items: center;}