.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);
	}
}

@media all and (max-width: 900px) {
	.TitreCarrousel{
		font-size: 18px !important;
		position: relative !important;
		top: -50px !important;
	}
}

@media all and (min-width: 901px) {

	.TitreCarrousel1{
		font-size: 40px !important;
		position: relative !important;
		top: -250px !important;
	}
	.TitreCarrousel2{
		font-size: 40px !important;
		position: relative !important;
		top: -40px !important;
	}
	
}

.popup {
	position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    height: 200px;
    background-color: green;
    width: 400px;
    z-index: 9999;
}