/**** CALENDAR ****/
.admin{
	font-weight:bold;
}

.lineThrough{
	text-decoration:line-through;
}

.datepicker .header {
	height:40px;
}

.datepicker .titleText .column.column_1 {
    text-transform: uppercase;
	font-weight:normal;
	font-size:14px;
	line-height:40px;
	height:40px;
}

.custom {
	border: 0;
	background: #FFF;
	width: 242px;
}

.custom .header {
	background: #FFF;
}

.custom .body {
	background: #FFF;
	border: 0;
}

.datepicker .header .title {
	color:#333333;
}

/**** FIN CALENDAR ****/

html { 
  margin:0;
  padding:0;
  background: url(/images/location-appartement-T2-duplex-porticcio-couche-de-soleil-r.jpg) repeat center 0px fixed #f4f4f4; 
  background-size: cover;
  /* -webkit-background-size: cover; pour anciens Chrome et Safari */
  /* background-size: cover; /* version standardisée */
}

@media screen and (max-height:950px){
	HTML{
		background-position: bottom center!important;
	}
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    line-height: 1.5em;
	color: #444444;
	/* background-color: #f4f4f4;
	background-image:url('/images/location-appartement-T2-duplex-porticcio-couche-de-soleil-r.jpg');
	background-attachment: fixed;
	background-position: top; 
	background-color:#f4f4f4;
	background-repeat: no-repeat;*/
}

/* ***** CLEAR:BOTH ***** */

hr.sep{

	display:block;height: 1px;margin: 0;*margin:-7px 0;_margin:0;padding: 0;border: 0;

	clear:both;color:transparent; visibility:hidden;

}

/* header */

.header {
  /*background:url('/images/p7.png') repeat repeat;*/
  background-color:rgba(255,255,255,.95);
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.6);
  position: fixed;
  width: 100%;
  z-index: 3000;
  height:70px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  /*border-left:1px solid white;*/
}

.header li a {
  display: block;
  /*border-right: 1px solid #f4f4f4;*/
  text-decoration: none;
  /*font-weight:bold;*/
  color: #333333;
  height:70px;
  line-height:70px;
  font-size: 14px;
}

.header li a:hover,
.header .menu-btn:hover {
  /*background-color: #f4f4f4;*/
  background-color: #FFF;

}

.header .logo {
  display: block;
  float: left;
  /*font-size: 2.5em;*/
  font-size: 31px;
  text-decoration: none;
  padding-left:30px;
  height:70px;
  line-height:70px;
  font-family: Satisfy, Helvetica, sans-serif;
  color: #333333;
}

.book{
	background-color:#35b4e3;
	border-left:1px solid #f4f4f4;;
	border-right:1px solid #f4f4f4;;
}

.book a{
	color:#fff!important;
	letter-spacing: 1px;
	font-weight:bold;
}

.book a:hover{
	background-color:#1c9ac9!important;
}

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,

.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 420px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}

@media screen and (min-width:1024px){
	.search-datepicker .datepickerPC input, .search-location .datepickerPC input, .search-people .datepickerPC input {
		width: 190px !important;
	}
	
	
	
}

@media screen and (min-width:909px){
	.header li a {
		padding: 0px 30px;
	}
	
}

@media screen and (max-width:909px){
	.header li a {
		padding: 0px 20px;
	}
	
}

@media (max-width: 809px) {
	.header li a {
		padding: 0px 10px;
	}
}

/* 48em = 768px */
@media (min-width: 768px) {
   
  .header li {
		float: left;
  }

  .header .menu {

    clear: none;

    float: right;

    max-height: none;

  }

  .header .menu-icon {

    display: none;

  }

}

@media (max-width: 750px) {

	.header li {
		/*background:url('/images/p7.png') repeat repeat;*/
		background-color:rgba(255,255,255,.95);
		border-bottom : 1px dotted #666;
	}

	.header li a{
		border-right:none;
		padding:0px 30px;
	}

	.book{

		background:none!important;

		background-color:#35b4e3!important;
	}
}

@media screen and (max-width:650px){
	#footerPC{
		display:none;
	}
	
}

@media (max-height: 420px) {
	HTML{
		background-position: top 40px center!important;
	}
	
	#footerPC{
		display:none;
	}
	
	.header .logo {
		height:40px;
		line-height:40px;
		font-size:24px;
	}
	
	.header {
		height:40px;
	}
	
	.header .menu-btn:checked ~ .menu {	
		max-height: 240px;
	}

	.header li a{
		height:40px;
		line-height:40px;
	}
	
	.header .menu-icon {
		padding: 17px 20px;
	}
}

.containerCalendar{
	display:table;
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	font-family: "Roboto";
	font-size: 12.25px;
	line-height: 18.3833px;
	text-align: center;
	position:absolute;
    left: 0%;
    top: 40%;
	width:100%;
	margin:auto;
	font-family: Verdana, Geneva, sans-serif;
}

.ligneCalendar{

	box-sizing: border-box;

	color: rgb(51, 51, 51);

	margin:auto;

	/*float: left;*/

	font-family: "Roboto";

	font-size: 12.25px;

	line-height: 18.3833px;

	min-height: 1px;

	padding-left: 15px;

	padding-right: 15px;

	position: relative;

	text-align: center;

	width: 100%;

}

.title-text{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: inline;
	font-family: "Roboto";
	font-size: 2.142857142857143rem;
	font-weight: 300;
	line-height: 2.5rem;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 2px;
}

.searchCalendar{

	padding: 20px;

	border: 0 none;

	display: inline-block;

	margin-top: 20px;

	border-radius: 5px;

	background-color:rgba(0,0,0,.75);

	/*background:url('/images/b7.png') repeat repeat;*/

}

#footerPC{

	position: fixed;

    bottom: 0;
    width: 100%;
}

.introblocks{
	margin:auto;
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-datepicker{
	position: relative;
	height: 40px;
	float: left;
	text-align: center;
}

.departure{
	margin-left:10px;
}

.search-datepicker .datepickerPC {
	display: block;
    border-radius: 5px;
    background:#fff;
}

.search-datepicker .datepickerPC::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f073";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 7px;
    right: 0px;
    /*color:#BBB;*/
	color:#35b4e3;
    z-index: 1;
    font-size: 20px;
    font-size: 2em;
	padding-left: 160px;
	padding-right: 10px;
}

.search-datepicker .datepickerPC input {
	width: 190px;
    height: 40px;
    min-width: 0 !important;
    padding: 10px 10px 9px;
    border: 1px solid #ccc;
	position: relative;
	border-radius: 5px;
	text-align: left;
	text-transform: uppercase;
	background-color: transparent;
	z-index: 100;
	font-size: 14px;
	cursor:pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {

    padding: 0;

    border: 0;

}

.btn {

	width: 114px;

}

.btn {

    height: 40px;

    max-width: 114px;

    border-radius: 5px;

    float: right;

    -o-text-overflow: ellipsis;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

	font-size: 14px;

	background:#35b4e3 none;

	color:#fff !important;

	text-shadow: none;

	text-decoration: none !important;

	border: none;

}

.btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

button:hover{background:#1c9ac9!important;}