.fifty:before {
  background: white;
  height: 136px;
  display: block;
  content: '';
  padding: 0;
}
.fifty {
  padding: 0;
}

.resize_chambres_img {
	top: -9999px;
    bottom: -9999px;
    right: -9999px;
    left: -9999px;
    position: absolute;
    margin: auto;
}

.resize_chambres_div {
	/* height: 300px; */
	height: -moz-calc((100vw * 1 / 3.001)*0.45);
    height: -webkit-calc((100vw * 1 / 3.001)*0.45);
    height: calc((100vw * 1 / 3.001)*0.45);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.resize_gites_div {
	/* height: 300px; */
	height: -moz-calc((100vw * 1 / 2.001)*0.45);
    height: -webkit-calc((100vw * 1 / 2.001)*0.45);
    height: calc((100vw * 1 / 2.001)*0.45);
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (max-width:1250px){
	.resize_chambres_div {
		height: -moz-calc((100vw * 1 / 2.001)*0.45);
		height: -webkit-calc((100vw * 1 / 2.001)*0.45);
		height: calc((100vw * 1 / 2.001)*0.45);
	}
	.resize_gites_div {
		height: -moz-calc((100vw * 1 / 2.001)*0.45);
		height: -webkit-calc((100vw * 1 / 2.001)*0.45);
		height: calc((100vw * 1 / 2.001)*0.45);
	}	
}

@media (max-width:640px){
	.resize_chambres_div {
		height: -moz-calc((100vw * 1)*0.45);
		height: -webkit-calc((100vw * 1)*0.45);
		height: calc((100vw * 1)*0.45);
	}
		.resize_gites_div {
		height: -moz-calc((100vw * 1)*0.45);
		height: -webkit-calc((100vw * 1)*0.45);
		height: calc((100vw * 1)*0.45);
	}
}

.popup {
	position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    height: 200px;
    background-color: green;
    width: 400px;
    z-index: 9999;
}

.calendar {
  width: 100% !important;
  margin: 0 auto !important;
  font-size: 10px !important;
  position: relative !important;
  top: -20px !important;
}

.fc-header-title h2 {
  font-size: .9em !important;
  white-space: normal !important;
}

.fc-view-month .fc-event,
.fc-view-agendaWeek .fc-event {
  font-size: 0 !important;
  overflow: hidden !important;
  height: 2px !important;
}

.fc-view-agendaWeek .fc-event-vert {
  font-size: 0 !important;
  overflow: hidden !important;
  width: 2px !important;
}

.fc-agenda-axis {
  width: 20px !important;
  font-size: .7em !important;
}

.fc-button-content {
  padding: 0 !important;
}

.fc-agendaWeek-view tr { height: 10px; }
.fc-agendaDay-​view tr { height: 10px; }
.fc-icon { height: auto; }

#calendar-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-header-toolbar {
  /*
  the calendar will be butting up against the edges,
  but let's scoot in the header's buttons
  */
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.tooltipx{
    display:none;
}
.tooltipx_hover{
    display:block;
    position:fixed;
    overflow:hidden;
	background-color: #e2e2e2;
    height: auto;
    width: auto;
    border-radius: 5px;
    border: 1px solid;
    box-shadow: grey 10px 5px 5px;
}
.add_event_off{
    display:none;
}
.add_event{
    display:block;
    position:fixed;
	top:25%;
	left:25%;
    overflow:hidden;
	background-color: #e2e2e2;
    height: auto;
    width: 300px;
    border-radius: 5px;
    border: 1px solid;
    box-shadow: grey 10px 5px 5px;
	padding:20px;
}



td.fc-daygrid-day.fc-day {
    background-color: #0080002e !important;
}

a.fc-daygrid-day-number, fc-daygrid-day-number {
    cursor: default !important;
	color: black !important;
}
a.fc-daygrid-day-number:hover, fc-daygrid-day-number {
    color: black !important;
}

.fc-bg-event {
    opacity: 1 !important;
}

form#login {
	border				: solid 1px;
    border-radius		: 5px;
    width				: 20%;
    position			: relative;
    left				: 40%;
    box-shadow			: 4px 4px 10px 0px black;
	padding				: 10px;
	margin-left			: -5px;
}

form.form_contact{
	width				: 70%;
    position			: relative;
    left				: 15%;
    /* background-color	: grey; */
    padding				: 30px;
    margin-left			: -15px;
}

form div.form_radio {
	display				: inline;
	margin-right		: 20px;
}

form div.right-col {
	float				: right;
	width				: calc(50% - 15px)
}

form div.left-col {
	float				: left;
	width				: calc(50% - 15px)
}

bloc-form{
	width				: 100%;
    position			: relative;
    margin				: 20px 0;
    padding-bottom		: 80px;
}

.line:after,.line:before {
    content				: "";
    display				: table;
}

.line:after {
    clear				: both;
}

.form-text-label {
	display				: inline;
    box-sizing			: border-box;
    text-align			: left;
    margin				: 0;
}

.error {color: #cb0000;}

.form-text-input {
	background: #f1f1f1 !important;
    border-width: 0 !important;
    border-bottom: 1px solid #9f9f9f !important;
}
.pm-form-select {
    background: #f1f1f1 !important;
    color: #9f9f9f !important;
	border-bottom: 1px solid #9f9f9f !important;
}

.form-textarea {
	
	background: #f1f1f1 !important;
    border-width: 0 !important;
    height: auto !important;
    margin: 10px 0 30px !important;
    padding: 5px 15px !important;
    resize: vertical !important;
    width: 100% !important;
}
div.ct{
	text-align		: center;
	margin: 10px
}

div.ct img {
	width			: 100px;
}
div.social{
	text-align		: center;
	margin: 10px
	text-color: black
}

div.social img {
	width			: 40px;
	
}

.overlay_display{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #521c08;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-size: larger;
}
.overlay{
    display:none;
}