body{
	padding: 0px;
	margin: 0px;
}
#description h2, #massages h2, #plan h2, #titeLocalisation h2{
	font-family: 'Playball', cursive;
	font-size: 45px;
}

nav{
	background-color: #FAC988;
}

nav a{
	color:black;
}

nav a:hover{
	color: white;
}

.cleaner{
	clear: both;
}

.imgLogo img{
	height: 75px;
}

.presentation{
	text-align: center;
	background-color: black;
	background-image: url("../img/imgPresentation.jpg"); 
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	display: block;
}

#description{
	text-align: center;
}
#description img{
	height: 250px;
}

#description h2{
	display: inline-block;
	margin-top: -80px;
}

.separateur{
	display: inline-block;
	width: 220px;
	margin-left: 10px;
}
#description{
	margin-top: -125px;
}

#description p{
	margin-top: 25px;
	font-size: 18px;
}

#massages {
	margin-top: 80px;
	text-align: center;
	background-image: url("../img/bg2.jpg"); 
	background-position: bottom;
	
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 20px;
}

.card{
	margin-top: 10px;
	height: 450px;
}

.card ul, .card p{
	text-align: left;
}

.card img{
	height: 170px;
}

.card-text{
	height: 100px;
}

.card-footer{
	padding-top: 20px!important;
	background-color: white!important;
}


.bouton{
	background-color: #FAC988 ;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	color: #EA7622;
}

.bouton:hover{
	background-color: #EA7622;
	color:#FAC988;
	text-decoration: none;
}

#map{
	height: 400px;
	z-index: 1;
}

#plan{
	padding-top: 15px;
	height: 400px;
	background-color: rgb(253, 230, 202);
}
#descriptionPlan{
	margin-bottom: 25px;
	text-align: center;
}

#descriptionPlan h5, #massages h5{
	font-family: 'Playball', cursive;
	font-size: 25px;
	color: #9b7c54;

}

#titrePlan, #titeLocalisation{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color : rgb(253, 230, 202);
	height: 100px;
}

.decoration{
	background-image: url("../img/decoration.png"); 
	height: 40px;
	width: 500px;
	margin: 0px 20px 10px 20px;
}

footer{
	margin-top: 75px;
	background-color: #454545;
	color:white;
	text-align: center;
	
}

.presentationFooter{
	display: flex;
	justify-content: space-between;
}

.blockFooter{
	width: 250px;
	margin-top: 20px;
}

.blockFooter table{
	color:white;
}

#credit{
	text-align: center;
	font-size: 10px;
	background-color: #1F1F1F;
}

.boutonReservez{
	margin-top: 20px;
	margin-bottom: 35px;
}

.boutonReservez a{
	width: 50px;
}


.tarifs{
	height: 100px;
	width: 100px;
	text-align: center;
	background-color: #FAC988;
	border-radius: 5px;
	display: inline-block;
	margin:15px 15px 35px 15px;
}

.tarifs h6{
	font-size: 18px;
	
}

.tarifs-header{
	padding-top: 15px;
}

.tarifs-price{
	height: 100px;
	width: 100px;
	border-radius: 100px/100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.tarifs-price img{
	height: 100px;
	width: 100px;
}

.tarifs-price h6{
	margin-top: -60px;
	font-family: 'Playball', cursive;
}

.modal-content{
	width: 900px;
}

.modal-body p{
	text-align: justify;
}

.call{
	margin-top: 40px;
}

.call h3{
	font-family: 'Playball', cursive;
	font-size: 28px;
}

.call a{
	color: #EA7622;
}

.call a:hover{
	color:#FAC988;
	text-decoration: none;
}

.containerDescription{
	height: 0px;
}

.presentationFooter{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
 	margin-top:115px;
}
