/*
Theme Name: Drop-in
Author: Quentin Thiaucourt <quentin.t@gmail.com>
Author URI: http://toki-woki.net/
Version: 1.0
*/

/* LUC faire reapparaitre le logo*/
.o-header__logo{
	z-index:99;
}
/* LUC MASQUER THUMB VIDEO*/
div.o-tv__slides-wrapper{display:none;}
.o-tv__player {margin-bottom: 0;}

.o-footer{
	padding-top:48px;
}


/* MASQUER NUMERO SUR PLAN PARC */
.o-caption__index{display:none;}

/* MASQUER RESERVER
div.o-header__book{
	display:none;
}
*/



/* MASQUER LANGUES ESPAGNOL */
.o-header__lau-lang-switch a:last-child{
	display:none;
}

.o-month__days td{
	color:#f8f6f0;
}
.o-calendar__prices span.groupe{
	font-family: Tahoma,Geneva,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform:lowercase;
	font-size: 0.8em;
	line-height: 1;
}

/* POUR LES MOIS SANS TITRE */
.o-month__title{
	height:24px;
}

.o-calendar__legends{
	margin-bottom:1.5em !important;
}
.o-calendar__prices{
	background-color:transparent !important;
}
.o-calendar__prices th{
	background-color:#f7e3be !important;
}

@media screen and (orientation:landscape) {
	.o-slide__caption{
		font-size:1.6em;
	}
}
@media screen and (orientation:portrait) {
	.o-slide__caption{
		font-size:0.8em;
	}
	h2, .o-map__title{
		font-size:1.3em !important;
	}
	.o-map__title{
		top:10px;
	}
}

/*NEWSLETTER*/
.newsletter{
	margin:5px 0 20px 0;
}
.newsletter-title{
	font-family: 'PlutoCondHeavy', sans-serif;
	text-transform: uppercase;
	margin:5px 0;
}
.newsletter input, .newsletter .newsletter-title{
	display:inline-block;
}
.newsletter input{
	border:none;
	background:none;
}
.newsletter input.newsletter-email{
	border:1px solid #b5e0f1;
	padding:3px 5px;
}
.newsletter input.newsletter-submit{
	border:1px solid #b5e0f1;
	color:#b5e0f1;
	margin:0;
	padding:3px 5px;
}
.newsletter input.newsletter-submit:hover{
	background:#b5e0f1;
	color:#00354e;
}
/* QUENTIN */

.acf-map p {
	margin-bottom: 0;
}

/*MENTIONS LEGALES LUC*/
.mentions-legales{
	max-width: 50em;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
 @media screen and (min-width: 62.5em) {
	.mentions-legales{
	margin-top:150px;
	}
}
