#fond-background{
	background-image: url("../../img/layout/img-fond-destinations.jpg");
}

.titre-home {
	font-size: 50px;
	padding-left: 135px;
}


#fond-background p{
	width: 57%;
	padding-left: 135px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

#cadre-ombre{
	box-shadow: 0px 0px 10px #000;
	padding: 20px;
	width: 70%;
	margin: auto;
	margin-bottom: 40px;
}

#recherche input[type="submit"] {
	background: #333;
	color: #fff;
	border: none;
	height: 35px;
	line-height: 35px;
	font-family: 'Montserrat',sans-serif;
	font-weight: bold;
	font-size: 18px;
	width: 20%;
	margin: auto;
	display: block;
}
#section-destinations{
	margin-top: 20px;
}
#section-destinations img{
	width: 100%;
}
#section-destinations h3{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: 300;
	text-align: center;
}

#section-destinations h3 b{
	font-weight: 900;
}

/* PETIT ECRAN ET TELEPHONE */
@media (max-width: 767px) {
	.titre-home {
		padding-left: 15px;
		font-size: 27px;
	}
	#fond-background {
		height: 35vh;
	}
	#fond-background p {
		display: none;
	}
	
	.cadre-titre h2 {
	   margin-top: 0px;	
	}
	.texte-mobile {
		display: block;
	}
	
	#fond-background p{
		width: 100%;
		padding: 40px 40px;
		background: rgba(255,255,255,0.85);
		color: #000 !important;
		overflow-y: scroll;
		height: 400px;
	}	
	#cadre-ombre{
		width: 100%;
	}
	
	#recherche input[type="submit"] {
		width: 100%;
	}
	
}