@charset "utf-8"/;
/* CSS Document */

html {
	height: 100%;
}

body {
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color:#E6E6E6;
	height: auto;
	padding-bottom: 40px;
	box-sizing: border-box;
}

#contener {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}	

footer {
	margin-top: 50px;
	width: 100%;
}

#reponsive-image {
	width: 100%;
	height: auto;
}	

h1 {
	font-weight: normal;
	font-size: 20px;
	color: #0180AF;
	text-align: center;
}

h2 {
	font-weight: normal;
	font-size: 15px;
	text-align: center;
}

h3 {
	font-weight: normal;
	font-size: 18px;
	color: #0180AF;
	background-color:#CCCCCC;
	text-align: center;
	width: 98%;
	line-height: 40px;
	border-radius: 5px;
}

h4 {
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #0180AF;
	<background-color: #CCCCCC;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.main1 {
	text-align:center
}

p.main2 {
	font-size: 18px;
	color: #0180AF;
	clear: both;
	text-align: center;
}

a {
	text-decoration: none;
	color: #FFFFFF
}

li  {
	text-align: left;
	list-style-type:disc;
	line-height: 1.5;
}
	
.clear {
  clear: both;
}

.picto{
	padding-left: 10px;
	padding-right: 10px;
}

.grid-1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	grid-gap: 20px;
	margin-top: 30px;
	text-align: center;
}

.grid-2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: auto;
	grid-gap: 20px;
	margin-top: 30px;
	text-align: center;
}

.cell-1 {
	height: 280px;
	background: #FFFFFF;
}

.cell-2 {
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cell-3 {
	height: 560;
	background: #FFFFFF;
}

.cell-4 {
	height: 200px;
	background: #FFFFFF;
}

.cell-5 {
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cell-6 {
	grid-column-start: 1;
 	grid-column-end: 3;
	height: 650;
	width: 100%;
}

.cell-7 {
	height: 650;
	width: 100%;
}

.cell-9 {
	grid-column-start: 2;
 	grid-column-end: 4;
	height: auto;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 10px;
}

.cell-10 {
	grid-column-start: 1;
 	grid-column-end: 4;
	height: auto;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 10px;
}

.style-1 {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	background-color: #0180AF;
}

.style-2 {
	font-size: 16px;
	color: #0180AF;
	vertical-align: center;
}

.style-3 {
	font-size: 24px;
	color: #0180AF;
}

.column-1 {
	width: 33%;
	float: left;
	text-align: center;
}

.column-2 {
	width: 66%;
	float: left;
}

.column-5 {
	text-align: center;
	vertical-align: middle;
	width: 24.5%;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #EEEEEE;
	height: 210px;
}

.column-6 {
	width: 100%;
	height: 120px;
}

.section-1 {
	line-height: 1.3em;
	padding-left: 15px;
	text-align: left;
}

.section-2 {
	height: auto;
	margin-left: 10px;
	margin-top: 20px;
}

.section-3 {
	float: left;
	width: 50%;
	line-height: 1.3em;
	background: #FFFFFF;
}

.section-4 {
	float: left;
	line-height: 1.5em;
	padding-left: 15px;
}

.section-5 {
	line-height: 1.5em;
	padding: 15px;
	background: #FFFFFF;
}

.section-6 {
	float: left;
	width: 33%;
	line-height: 1.3em;
	background: #FFFFFF;
}

.localisation {
	width: auto;
	float: left;
	background:#FFFFFF;
	padding: 18px;
}
