@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");
@import url("fontawesome-all.min.css");

/*
	Astral by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

ol, ul {
	list-style: disc;
}

ul.en-ligne {
	list-style: none;
}

li::marker {
	color: rgba(206, 153, 238, 1); /* couleur différente pour texte */
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0em;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0em 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: -0.3125em;
			margin-left: -0.3125em;
		}

			.row.gtr-25 > * {
				padding: 0.3125em 0 0 0.3125em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.3125em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.3125em;
				}

		.row.gtr-50 {
			margin-top: -0.625em;
			margin-left: -0.625em;
		}

			.row.gtr-50 > * {
				padding: 0.625em 0 0 0.625em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -0.625em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.625em;
				}

		.row {
			margin-top: -1.25em;
			margin-left: -1.25em;
		}

			.row > * {
				padding: 1.25em 0 0 1.25em;
			}

			.row.gtr-uniform {
				margin-top: -1.25em;
			}

				.row.gtr-uniform > * {
					padding-top: 1.25em;
				}

		.row.gtr-150 {
			margin-top: -1.875em;
			margin-left: -1.875em;
		}

			.row.gtr-150 > * {
				padding: 1.875em 0 0 1.875em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -1.875em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 1.875em;
				}

		.row.gtr-200 {
			margin-top: -2.5em;
			margin-left: -2.5em;
		}

		.row.gtr-200 > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row.gtr-200.gtr-uniform {
			margin-top: -2.5em;
		}

		.row.gtr-200.gtr-uniform > * {
			padding-top: 2.5em;
		}

		@media screen and (min-width: 400px) {
			#home > section > header > p > em > br {
				display: none;
			}
		}	

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: center;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0em;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0em 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: -0.3125em;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0.3125em 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: -0.625em;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0.625em 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: -1.25em;
					margin-left: -1.25em;
				}

					.row > * {
						padding: 1.25em 0 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: -1.875em;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 1.875em 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: -2.5em;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 2.5em 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: center;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0em;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0em 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: -0.3125em;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0.3125em 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: -0.625em;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0.625em 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: -1.25em;
					margin-left: -1.25em;
				}

					.row > * {
						padding: 1.25em 0 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: -1.875em;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 1.875em 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: -2.5em;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 2.5em 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: center;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0em;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0em 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: -0.3125em;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0.3125em 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: -0.625em;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0.625em 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: -1.25em;
					margin-left: -1.25em;
				}

					.row > * {
						padding: 1.25em 0 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: -1.875em;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 1.875em 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: -2.5em;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 2.5em 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: center;
			}

			.row > * {
				box-sizing: border-box;
			}

			.row.gtr-uniform > * > :last-child {
				margin-bottom: 0;
			}

			.row.aln-left {
				justify-content: flex-start;
			}

			.row.aln-center {
				justify-content: center;
			}

			.row.aln-right {
				justify-content: flex-end;
			}

			.row.aln-top {
				align-items: flex-start;
			}

			.row.aln-middle {
				align-items: center;
			}

			.row.aln-bottom {
				align-items: flex-end;
			}

			.row > .imp-small {
				order: -1;
			}

			.row > .col-1-small {
				width: 8.33333%;
			}

			.row > .off-1-small {
				margin-left: 8.33333%;
			}

			.row > .col-2-small {
				width: 16.66667%;
			}

			.row > .off-2-small {
				margin-left: 16.66667%;
			}

			.row > .col-3-small {
				width: 25%;
			}

			.row > .off-3-small {
				margin-left: 25%;
			}

			.row > .col-4-small {
				width: 33.33333%;
			}

			.row > .off-4-small {
				margin-left: 33.33333%;
			}

			.row > .col-5-small {
				width: 41.66667%;
			}

			.row > .off-5-small {
				margin-left: 41.66667%;
			}

			.row > .col-6-small {
				width: 50%;
			}

			.row > .off-6-small {
				margin-left: 50%;
			}

			.row > .col-7-small {
				width: 58.33333%;
			}

			.row > .off-7-small {
				margin-left: 58.33333%;
			}

			.row > .col-8-small {
				width: 66.66667%;
			}

			.row > .off-8-small {
				margin-left: 66.66667%;
			}

			.row > .col-9-small {
				width: 75%;
			}

			.row > .off-9-small {
				margin-left: 75%;
			}

			.row > .col-10-small {
				width: 83.33333%;
			}

			.row > .off-10-small {
				margin-left: 83.33333%;
			}

			.row > .col-11-small {
				width: 91.66667%;
			}

			.row > .off-11-small {
				margin-left: 91.66667%;
			}

			.row > .col-12-small {
				width: 100%;
			}

			.row > .off-12-small {
				margin-left: 100%;
			}

			.row.gtr-0 {
				margin-top: 0em;
				margin-left: 0em;
			}

			.row.gtr-0 > * {
				padding: 0em 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

			.row.gtr-0.gtr-uniform > * {
				padding-top: 0em;
			}

			.row.gtr-25 {
				margin-top: -0.3125em;
				margin-left: -0.3125em;
			}

			.row.gtr-25 > * {
				padding: 0.3125em 0 0 0.3125em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.3125em;
			}

			.row.gtr-25.gtr-uniform > * {
				padding-top: 0.3125em;
			}

			.row.gtr-50 {
				margin-top: -0.625em;
				margin-left: -0.625em;
			}

			.row.gtr-50 > * {
				padding: 0.625em 0 0 0.625em;
			}

			.row.gtr-50.gtr-uniform {
					margin-top: -0.625em;
			}

			.row.gtr-50.gtr-uniform > * {
				padding-top: 0.625em;
			}

			.row {
				margin-top: -1.25em;
				margin-left: -1.25em;
			}

			.row > * {
				padding: 1.25em 0 0 1.25em;
			}

			.row.gtr-uniform {
				margin-top: -1.25em;
			}

			.row.gtr-uniform > * {
				padding-top: 1.25em;
			}

			.row.gtr-150 {
				margin-top: -1.875em;
				margin-left: -1.875em;
			}

			.row.gtr-150 > * {
				padding: 1.875em 0 0 1.875em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -1.875em;
			}

			.row.gtr-150.gtr-uniform > * {
				padding-top: 1.875em;
			}

			.row.gtr-200 {
				margin-top: -2.5em;
				margin-left: -2.5em;
			}

			.row.gtr-200 > * {
				padding: 2.5em 0 0 2.5em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -2.5em;
			}

			.row.gtr-200.gtr-uniform > * {
				padding-top: 2.5em;
			}	

		}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: linear-gradient(135deg, rgba(148, 187, 233, 1) 0%, rgba(213, 174, 238, 1) 100%);
		background-size: auto, 100% 100%;
		background-attachment: fixed;
		overflow-y: scroll;
		line-height: 1;
		-webkit-text-size-adjust: none;
	}

	body.is-preload *, body.is-preload *:before, body.is-preload *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	body, input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		color: rgb(213, 174, 238, 1);
		color: rgba(206, 153, 238, 1); /* couleur différente pour texte */
		color: rgba(148, 187, 233, 1);
		color: rgba(124, 175, 233, 1); /* couleur différente pour texte */
		font-size: 16pt;
		line-height: 1.75em;
	}
	h1 {
		font-size: 2.4em;
		line-height: 1.4em;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.25em;
	}

	h4, h5, h6 {
		font-size: 1.25em;
	}

		@media screen and (max-width: 1280px) {

			body, input, textarea, select {
				font-size: 14pt;
			}
		
		}

		@media screen and (max-width: 736px) {

			body, input, textarea, select {
				font-size: 12pt;
			}

			h1 {
				font-size: 1.8em;
			}
		
			h2 {
				font-size: 1.5em;
			}
		
		}

	b {
		font-weight: bold;
	}

	strong {
		color: #363636;
	}
	
	h1 {
		color: rgba(206, 153, 238, 1); /* couleur différente pour texte */
		text-shadow: .1em .1em .1em rgba(206, 153, 238, 0.3); /* couleur différente pour texte */
	}

	.bleu {
		color: rgba(124, 175, 233, 1); /* couleur différente pour texte */
		text-shadow: .1em .1em .1em rgba(124, 175, 233, 0.3); /* couleur différente pour texte */;
	}

	.violet {
		color: rgba(206, 153, 238, 1); /* couleur différente pour texte */
		text-shadow: .1em .1em .1em rgba(206, 153, 238, 0.3); /* couleur différente pour texte */
		font-size: 1.25em;
	}

	h2 {
		color: rgba(206, 153, 238, 1); /* couleur différente pour texte */
		margin: .35em 0 .35em 0;
		text-shadow: .1em .1em .1em rgba(206, 153, 238, 0.3); /* couleur différente pour texte */
	}

	h3 {
		font-size: 1.25em;
		color: rgba(206, 153, 238, 1); /* couleur différente pour texte */
		margin: .25em 0 .25em 0;
		text-shadow: .1em .1em .1em rgba(206, 153, 238, 0.3); /* couleur différente pour texte */
	}

	h4, h5, h6 {
		font-size: 1.25em;
		color: rgba(206, 153, 238, 1); /* couleur différente pour texte */
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	em, i {
		font-style: italic;
	}

	hr {
		border: 0;
		border-top: solid 0.06em rgba(206, 153, 238, 1); /* couleur différente pour texte */
		padding: 1.5em 0 0 0;
		margin: 1.75em 0 0 0;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	br.clear {
		clear: both;
	}

	p, ul.en-ligne, ol, dl, table, blockquote, form {
		margin-bottom: 2em;
	}


/* Form */

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
	background: #ffffff;
	border: 1px solid rgba(124, 175, 233, 1);
	padding: 0.75em;
	width: 100%;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
	border-color: rgba(206, 153, 238, 1); /* couleur différente pour texte */
	outline: 2px solid rgba(206, 153, 238, 1); /* couleur différente pour texte */
}


form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form select {
	line-height: 1.35em;
}

form input[type="radio"] {
	display: none;	
}
form input[type="radio"] + label {
	padding: 0.7em 1.5em 0.7em 1.5em;
	border: 1px solid rgba(206, 153, 238, 1); /* couleur différente pour texte */
	box-shadow: .1em .1em .1em rgba(206, 153, 238, 0.3); /* couleur différente pour texte */
	text-align: center;
	display: block;
	margin: 0 0 1em 0;
	color: rgba(206, 153, 238,1); /* couleur différente pour texte */
	cursor: pointer;
}
form input[type="radio"]:hover + label {
	box-shadow: .1em .1em .1em rgba(206, 153, 238, 1); /* couleur différente pour texte */
}
form input[type="radio"]:checked + label {
	background-color: rgba(206, 153, 238,1);
	box-shadow: .1em .1em .1em rgba(206, 153, 238, 0.3); /* couleur différente pour texte */
	color: #ffffff;
	font-weight: bold;
}


form ::-webkit-input-placeholder {
	color: rgba(124, 175, 233, 1); /* couleur différente pour texte */
}

form :-moz-placeholder {
	color: rgba(124, 175, 233, 1); /* couleur différente pour texte */
}

form ::-moz-placeholder {
	color: rgba(124, 175, 233, 1); /* couleur différente pour texte */
}

form :-ms-input-placeholder {
	color: rgba(124, 175, 233, 1); /* couleur différente pour texte */
}

/* Section/Article */

	section, article {
		margin-bottom: 3em;
	}

	section > :last-child, section:last-child, article > :last-child, article:last-child {
		margin-bottom: 0;
	}

	.actualites {
		border: solid 1px rgb(206, 153, 238);
		padding: 1em 0 2em 0;
	}

	.actualites section:first-of-type {
		padding-top: 3em ;
	}


	header {
		margin: 0;
		text-align: center;
	}

	p {
		margin: 0 0 0.5em 0;
	}

	p > i {
		color: rgba(206, 153, 238, 1); /* couleur différente pour texte */
	}

	p.signature {
		text-align: right;
		color: rgba(206, 153, 238, 1); /* couleur différente pour texte */
		font-size: 1.25em;
	}

	a {
		color: rgba(206, 153, 238, 1); /* couleur différente pour texte */
		font-weight: bold;
		text-decoration: none;
	}

	ul {
		padding-left: 1.5em;
	}

	ul.en-ligne {
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}

	ul.en-ligne > li {
		display: inline-block;
		padding-left: 1em;
		margin-left: 1em;
		border-left: solid 0.06em rgba(206, 153, 238, 1); /* couleur différente pour texte */
		line-height: 1;
	}

	ul.en-ligne > li:first-child {
			padding-left: 0;
			margin-left: 0;
			border-left: 0;
	}

	i.fa-whatsapp {
		color: #25d366;
	}

	a.link i.fa-whatsapp {
			color: white;
	}

	i.fa-tiktok {
		color: #000000;
	}

	i.fa-instagram {
		color : #FF0069;
	}

	i.fa-facebook {
		color: rgba(8, 102, 255,1);
	}
	a.link i.fa-facebook {
		color: white;
	}


/* Image */

	.image img {
		display: block;
		width: 100%;
	}

	#me {
		box-shadow: .2em .2em .4em rgba(148,187,233,.4);
		border-radius: 50%
	}

	@media screen and (max-width: 736px) {
		#logo {
			width: 50%;
		}

		#me {
			width: 50%;
			margin-left: auto;
			margin-right: auto;
		}
	}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	display: inline-block;
	background-color: rgba(206, 153, 238, 1); /* couleur différente pour texte */
	box-shadow: .1em .1em .1em rgba(206, 153, 238, 0.3); /* couleur différente pour texte */
	color: #ffffff;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	outline: 0;
	padding: 0.7em 1.5em 0.7em 1.5em;
}

	input[type="button"]:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	button:hover,
	.button:hover {
		background-color: rgba(124, 175, 233, 1); /* couleur différente pour texte */
	}

	input[type="button"]:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	button:active,
	.button:active {
		background-color: rgba(124, 175, 233, 1); /* couleur différente pour texte */
	}


	@media screen and (max-width: 736px) {

		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		button,
		.button {
			width: 100%;
		}

	}

/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
		}

		.icon.solid:before {
			font-weight: bold;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

/* Nav */

	#nav {
		text-align: center;
		height: 4.25em;
		cursor: default;
		width: 100%;
	}

		#nav a {
			position: relative;
			display: inline-block;
			color: #ffffff;
			width: 1em;
			height: 1em;
			line-height: 0.9em;
			font-size: 2.5em;
			margin: 0 0.25em 0 0.25em;
			opacity: 0.35;
			outline: 0;
			-moz-transition: opacity .25s ease-in-out;
			-webkit-transition: opacity .25s ease-in-out;
			-ms-transition: opacity .25s ease-in-out;
			transition: opacity .25s ease-in-out;
		}

			#nav a.icon:before {
				padding-right: 0;
			}

			#nav a:before {
				font-size: 0.8em;
			}

			#nav a:after {
				content: '';
				display: block;
				position: absolute;
				left: 50%;
				bottom: -0.75em;
				margin-left: -0.5em;
				border-bottom: solid 0em #ffffff;
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				-moz-transition: border-bottom-width .25s ease-in-out;
				-webkit-transition: border-bottom-width .25s ease-in-out;
				-ms-transition: border-bottom-width .25s ease-in-out;
				transition: border-bottom-width .25s ease-in-out;
			}

			#nav a span {
				display: block;
				position: absolute;
				background: rgba(206, 153, 238, 1);
				color: #ffffff;
				top: -2.75em;
				font-size: 0.4em;
				height: 2.25em;
				line-height: 2.25em;
				left: 50%;
				opacity: 0;
				-moz-transition: opacity .25s ease-in-out;
				-webkit-transition: opacity .25s ease-in-out;
				-ms-transition: opacity .25s ease-in-out;
				transition: opacity .25s ease-in-out;
				width: 7em;
				margin-left: -3.5em;
			}

				#nav a span:after {
					content: '';
					display: block;
					position: absolute;
					bottom: -0.4em;
					left: 50%;
					margin-left: -0.6em;
					border-top: solid 0.6em rgba(206, 153, 238, 1);
					border-left: solid 0.6em transparent;
					border-right: solid 0.6em transparent;
				}

			#nav a:hover {
				opacity: 1.0;
			}

				#nav a:hover span {
					opacity: 1.0;
				}

			#nav a.active {
				opacity: 1.0;
			}

				#nav a.active:after {
					border-bottom-width: 0.5em;
				}

		@media screen and (max-width: 980px) {

			#nav a span {
				display: none;
			}

		}

/* Wrapper */

	#wrapper {
		max-width: calc(100% - 20em);
		margin: 0 auto;
		padding: 4em 0;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
		-ms-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
	}

	#main article > nav .pic .arrow {
		position: absolute;
		width: 2.75em;
		height: 2.75em;
		background: rgba(206, 153, 238, 1); /* couleur différente pour texte */
		box-shadow: .1em .1em .1em rgba(206, 153, 238, 0.3); /* couleur différente pour texte */
		color: #ffffff;
		text-align: center;
		line-height: 2.75em;
		font-size: 1.5em;
		z-index: 1000;
	}

	#main > article:first-of-type > section:first-of-type {
		margin-top : 0.5em;
	}
	
	#main article > nav .pic .arrow span {
		display: block;
		text-indent: -9999px;
	}


	#main article > nav .pic .arrow-right {
		right: 0;
	}

	#main article > nav .pic .arrow-left {
		left: 0;
	}


	#main article > nav .button-booking {
		position: fixed;
		bottom: 5%;
		background: rgba(206, 153, 238, 1); /* couleur différente pour texte */
		color: #ffffff;
		text-align: center;
		z-index: 9998;
		box-shadow: .1em .1em .1em rgba(206, 153, 238, 0.3); /* couleur différente pour texte */
		padding: .75em 1em;
		right: 11em;
	}

	body.is-preload #wrapper {
		opacity: 0;
	}

	@media screen and (max-width: 1280px) {

		#wrapper {
			padding: 3em 0;
			max-width: calc(100% - 6em);
		}

		#main > nav .pic .arrow {
			top: 3em;
		}

		#main article > nav .button-booking {
			right: 4em;
		}

	}

	@media screen and (max-width: 980px) {

		#wrapper {
			padding: 1.5em 0;
			max-width: calc(100% - 8em);
		}

		#main article > nav .button-booking {
			right: 5em;
		}
	}

	@media screen and (max-width: 736px) {

		#wrapper {
			padding: 1em 0;
			max-width: calc(100% - 2em);
		}

		#main > nav .pic .arrow {
			top: 1em;
		}

		#main article > nav .button-booking {
			right: 2em;
		}
	}

	@media screen and (max-width: 360px) {

		#wrapper {
			padding: 1em 0;
			max-width: 100%;
		}

		#main > nav .pic .arrow {
			top: 1em;
		}

		#main article > nav .button-booking {
			right: 1em;
		}

	}

/* Main */

	#main {
		position: relative;
		overflow: hidden;
		width: 100%;
		background: #ffffff;
		-moz-transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
		-webkit-transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
		-ms-transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
		transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
	}

	#main > .panel {
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		margin-bottom: 0;
		position: relative;
		padding: 2.5em 2.5em 2.5em 2.5em;
		width: 100%;
	}

	#main > .panel.inactive {
		opacity: 0;
	}

	@media screen and (max-width: 736px) {

		#main > .panel {
			padding: 1.5em 1.5em 1.5em 1.5em;
		}

	}

	#main > .reservation > section {
		padding: 1em;
		border-top : solid 0.06em;
		border-left: solid 0.06em;
		border-right: solid 0.06em;
		margin-bottom: 0;
	}
	
	#main > .reservation > section:last-child {
		border-bottom: solid 0.06em;
	}

	#main > article:first-of-type > section:first-of-type > header:first-of-type > h1:first-of-type {
		padding: 0 1.5em 0 1.5em;
	}

	#main > article#home > section:first-of-type > header:first-of-type > h1:first-of-type, #main > article#seance-offerte > section:first-of-type > header:first-of-type > h1:first-of-type {
		padding: 0;
	}


	.link {
		background: rgba(206, 153, 238, 1); /* couleur différente pour texte */
		color: #ffffff;
		text-align: center;
		padding: .75em 1em;
		margin: 0.25em;
		display: inline-block;
	}


/* Footer */

	#footer {
		color: rgba(255, 255, 255, 1);
		text-align: center;
		padding: 2em 0 0 0;
		font-size: 0.9em;
	}

		#footer a {
			color: #ddd;
			color: rgba(255, 255, 255, 0.65);
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;
		}

			#footer a:hover {
				color: white;
			}

		#footer .copyright {
			color: rgba(255, 255, 255, 1);
			list-style: none;
			padding-left: 0;

		}

			#footer .copyright li {
				display: inline-block;
				padding-left: 1em;
				margin-left: 1em;
				border-left: solid 0.06em rgba(255, 255, 255, 0.25);
				line-height: 1;
			}

				#footer .copyright li:first-child {
					padding-left: 0;
					margin-left: 0;
					border-left: 0;
				}

		@media screen and (max-width: 736px) {

			#footer .copyright li {
				padding-left: 0.5em;
				margin-left: 0.5em;
			}

		}