/* ------------------------------------------------------------------------ 		
			
	 == GLOBAL ==

	 ------------------------------------------------------------------------		*/
body {
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #1e3a5a;
	font-weight: 400;
	line-height: 1.6;
    background: #FFF;
}

div#page-container { /* contient le contenu de la page */
	position: relative;
    overflow: hidden;
}
div#page-inside {
	width: 100%;
    min-height: 700px;
}

div.container {
    width: 1000px;
    margin: 0 auto;
}
div.container2 {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}
div.container3 {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}
div.container-s1 {
    width: 700px;
    margin: 0 auto;
    padding: 20px 0;
}

section {
}

div.column660 {
	margin: 0; 
	position: relative;
	width: 680px;
	float: left;
}
div.column290 {
	margin: 0; 
	position: relative;
	width: 290px;
	float: right;
}


div.column600 {
	margin: 0; 
	position: relative;
	width: 600px;
	float: left;
}
div.column350 {
	margin: 0; 
	position: relative;
	width: 350px;
	float: right;
}

.shad1 {
	box-shadow: 0px 3px 5.58px 0.42px rgba(0, 0, 0, 0.21);
}
.shad2 {
	box-shadow: 0px 2px 3.58px 0.42px rgba(0, 0, 0, 0.11);
}

		
/* ------------------------------------------------------------------------ 		

		MISC
		@Titles, Flex, Buttons, Fonts...
		
	 ------------------------------------------------------------------------		*/

/* LINKS */
a {
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-property: color,background,box-shadow;
	transition-property: color,background,box-shadow;
}
a:hover { 
    text-decoration: none; 
	cursor: pointer; 
}

p {
	line-height: 1.6;
}

/* HR */
hr {
	margin: 20px 0;
	background: #d2d3d3;
	height: 2px;
	border: none;
}
.clear {
	clear: both;
}

/* banner reservation */
.banner-reservation {
	margin: 15px 0 50px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 15px;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: center; -webkit-justify-content: center;
}
	.banner-reservation .banner-text {
		margin: auto;
	}