/*------------------------------------------------------*\
	$STYLE
\*------------------------------------------------------*/

/**
 * [*]  $HELPER
 * [*]  $LAYOUT
 * [*]  $BUTTON
 * [*]  $HOME
 * [*]  $CALENDAR
 * [*]  $MESSAGE
 */




/*------------------------------------------------------*\
   [*]  $HELPER
\*------------------------------------------------------*/

/**
 * [*.*]  Browser
 */


/**
 * [*.*]  Browser
 */

.lsp-browser {
	padding: 15px 0;
	background: #000;
	color: #fff;
}

	.lsp-browser a:link,
	.lsp-browser a:visited {
		text-decoration: underline;
		color: #fff;
	}

	.lsp-browser a:hover,
	.lsp-browser a:focus,
	.lsp-browser a:active {
		color: #bbb;

	}




/*------------------------------------------------------*\
   [*]  $LAYOUT
\*------------------------------------------------------*/

/**
 * [*.*]  Base
 * [*.*]  Page
 * [*.*]  Header
 * [*.*]  Body
 * [*.*]  Footer
 * [*.*]  Responsive - Smartphone
 * [*.*]  Responsive - Tablet - Portrait
 */


/**
 * [*.*]  Base
 */

html,
body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}


/**
 * [*.*]  Page
 */

.lsp-page {
	position: relative;
	height: inherit;
	background: #fff;
	color: #555;
}

	.lsp-page > .container-fluid,
	.lsp-page > .container-fluid > .row,
	.lsp-page > .container-fluid > .row > [class^='col-'] {
		height: inherit;
	}


/**
 * [*.*]  Header
 */

.lsp-header {

}


/**
 * [*.*]  Body
 */

.lsp-body {
	position: relative;
	min-height: 100%;
}


/**
 * [*.*]  Footer
 */

.lsp-footer {

}


/**
 * [*.*]  Responsive - Smartphone
 */

/*@media (max-width: 767px) {

	.lsp-body {
		margin-top: -40px;
		min-height: 0;
	}

	.lsp-footer {
		left: auto;
	}

		.lsp-footer img {
			max-width: 400px;
		}

}
*/

/**
 * [*.*]  Responsive - Tablet
 */

/*@media (min-width: 767px) and (max-width: 1199px) {

	.lsp-footer img {
		max-width: 600px;
	}

}
*/




/*------------------------------------------------------*\
   [*]  $BUTTON
\*------------------------------------------------------*/

/**
 * [*.*]  Base
 * [*.*]  Facebook
 * [*.*]  Twiiter
 * [*.*]  Responsive - Smartphone
 * [*.*]  Responsive - Tablet
 */


/**
 * [*.*]  Base
 */

.lsp-button,
.lsp-button:link,
.lsp-button:visited {
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	border: 2px solid #fff;
	height: 50px;
	min-width: 200px;
	font-weight: bold;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	background: none;
	color: #fff;
	outline: 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

a.lsp-button:hover,
a.lsp-button:focus,
a.lsp-button:active,
button.lsp-button:hover,
button.lsp-button:focus {
	border-color: #fff;
	background-color: #fff;
	color: #444;
}

	.lsp-button * {
		position: relative;
		z-index: 10;
	}

	.lsp-button .fa {
		top: 2px;
		font-size: 24px;
	}

	.lsp-button .fa + span {
		display: inline-block;
		/*margin-left: 20px;*/
		margin-left: 15px;
	}


/**
 * [*.*]  Facebook
 */

.lsp-button--facebook,
.lsp-button--facebook:link,
.lsp-button--facebook:visited {
	border-color: #3b5998;
	background-color: #3b5998;
	color: #fff;
}

a.lsp-button--facebook:hover,
a.lsp-button--facebook:focus,
a.lsp-button--facebook:active,
button.lsp-button--facebook:hover,
button.lsp-button--facebook:focus {
	color: #3b5998;
}


/**
 * [*.*]  Twitter
 */

.lsp-button--twitter,
.lsp-button--twitter:link,
.lsp-button--twitter:visited {
	border-color: #00aced;
	background-color: #00aced;
	color: #fff;
}

a.lsp-button--twitter:hover,
a.lsp-button--twitter:focus,
a.lsp-button--twitter:active,
button.lsp-button--twitter:hover,
button.lsp-button--twitter:focus {
	color: #00aced;
}


/**
 * [*.*]  Responsive - Smartphone
 */

@media (max-width: 767px) {

	.lsp-button,
	.lsp-button:link,
	.lsp-button:visited {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

		.lsp-button .fa {
			font-size: 20px;
		}

		.lsp-button .fa + span {

		}

}


/**
 * [*.*]  Responsive - Tablet - Portrait
 */

@media (max-width: 991px) {

	/*.lsp-button,
	.lsp-button:link,
	.lsp-button:visited {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

		.lsp-button .fa {
			font-size: 20px;
		}

		.lsp-button .fa + span {

		}*/

}




/*------------------------------------------------------*\
   [*]  $HOME
\*------------------------------------------------------*/

/**
 * [*.*]  Base
 * [*.*]  Container
 * [*.*]  Header
 * [*.*]  Body
 * [*.*]  Footer
 * [*.*]  Background
 * [*.*]  Responsive - Smartphone
 * [*.*]  Responsive - Tablet - Portrait
 * [*.*]  Responsive - Tablet - Landscape
 */


/**
 * [*.*]  Base
 */

.lsp-home {
	display: none;
	position: absolute;
	overflow: hidden;
	left: -15px; right: -15px;
	top: 0; bottom: 0;
	min-height: 600px;
	text-align: center;
	background: #fff;
	color: #fff;
}

html.no-js .lsp-home {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
}


/**
 * [*.*]  Container
 */

.lsp-home__container {
	position: absolute;
	z-index: 110;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}


/**
 * [*.*]  Header
 */

.lsp-home__header {

}

	.lsp-home__title {
		position: relative;
		font-size: 20px;
		font-family: 'Open Sans', sans-serif;
		line-height: 28px;
		text-align: center;
	}

	.lsp-home__title {
		top: 20px;
		opacity: 0;
		filter: alpha(opacity=0);
	}

	html.no-js .lsp-home__title {
		top: auto;
		opacity: 1;
		filter: alpha(opacity=100);
	}

		.lsp-home__logo {
			display: inline-block;
			position: relative;
			top: -7px;
			margin: 0 10px;
			max-height: 100px;
		}

		.lsp-home__logo.is-pc {
			display: inline-block;
		}

		.lsp-home__logo.is-smartphone {
			display: none;
			max-width: 300px;
		}

		.lsp-home__title strong {
			display: inline-block;
			position: relative;
			top: 20px;
			margin-top: 10px;
			font-weight: normal;
			font-size: 90px;
			line-height: 98px;

			font-family: 'Playfair Display', serif;
			text-rendering: optimizeLegibility;
			letter-spacing: .05em;
			/*text-shadow: 4px 4px 0px #fff,
						 7px 7px 0px rgba(0, 0, 0, 0.6);*/
			text-shadow: 4px 4px 0px #000,
						 7px 7px 0px rgba(255, 255, 255, 0.2);
			opacity: 0;
			filter: alpha(opacity=0);

			/*font-family: inherit;
			letter-spacing: .05em;
			text-transform: uppercase;
			text-shadow: 1px -1px 0 rgba(118, 118, 118, .2),
						 -1px 2px 1px rgba(115, 114, 114, .2),
						 -2px 4px 1px rgba(118, 116, 116, .2),
						 -3px 6px 1px rgba(120, 119, 119, .2),
						 -4px 8px 1px rgba(123, 122, 122, .2),
						 -5px 10px 1px rgba(127, 125, 125, .2),
						 -6px 12px 1px rgba(130, 129, 129, .2),
						 -7px 14px 1px rgba(134, 133, 133, .2),
						 -8px 16px 1px rgba(139, 138, 137, .2),
						 -9px 18px 1px rgba(143, 142, 141, .2),
						 -10px 20px 1px rgba(148, 147, 146, .2);*/

			/*letter-spacing: .1em;
			color: #f0f0f0;
			text-shadow: -1px -1px 1px #eee,
						 2px 2px 1px #fff;*/
		}

		html.no-js .lsp-home__title strong {
			top: -7px;
			opacity: 1;
			filter: alpha(opacity=100);
		}


/**
 * [*.*]  Body
 */

.lsp-home__body {
	font-size: 20px;
	line-height: 28px;
	opacity: 0;
	filter: alpha(opacity=0);
}

html.no-js .lsp-home__body {
	opacity: 1;
	filter: alpha(opacity=100);
}

* + .lsp-home__body {
	margin-top: 60px;
}


/**
 * [*.*]  Footer
 */

.lsp-home__footer {
}

* + .lsp-home__footer {
	margin-top: 60px;
}

	.lsp-home__footer .lsp-button {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	html.no-js .lsp-home__footer .lsp-button {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.lsp-home__footer .lsp-button + .lsp-button {
		margin-left: 10px;
	}



/**
 * [*.*]  Background
 */

.lsp-home__background {
	position: absolute;
	z-index: 100;
	left: 0; right: 0;
	top: 0; bottom: 0;
	/*border: 20px solid #fff;*/
	background: #fff;
	/*background-image: url(https://slab.adopteunmec.com/uploads/2012/05/article_eviter_dire_soiree_542x276.jpg);*/
	/*background-image: url(https://10awesome.com/wp-content/uploads/2013/05/923.jpg);*/
	/*background-image: url(http://www.incertitudes-photographiques.net/col/photographie-hebdomadaire/image-de-la-semaine/confetti-carnaval-2012-bale-5d2c_5895.jpg);*/
	background-image: url(http://www.creativeapplications.net/wp-content/uploads/2013/09/lego-calendar-vitamins_08-copy.png);
	/*background-image: url(../img/components/home/home.png);*/
	/*background-image: url(../img/components/home/home-02.png);*/
	/*background-image: url(../img/components/home/home-03.jpg);*/
	/*background-image: url(../img/components/home/home-04.jpeg);*/
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
			background-size: cover;
	/*opacity: 0;
	filter: alpha(opacity=0);*/
}

/*html.no-js .lsp-home__background {
	opacity: 1;
	filter: alpha(opacity=100);
}*/

	.lsp-home__background__color {
		position: absolute;
		left: 0; right: 0;
		top: 0; bottom: 0;
		/*background: #0da9bf;*/
		background: #e12027;
		opacity: .8;
	}

	.lsp-home__background__color.is-animate {
		animation-name: animate__home__background__color;
		animation-duration: 60s;
		animation-delay: 3s;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}

	@keyframes animate__home__background__color {
		  0% { background: #e12027; }			/* Rouge foncé */
		  7% { background: #e16920; }			/* Orange foncé */
		 14% { background: #e1a420; }			/* Jaune foncé */
		 21% { background: #e1c820; }			/* Jaune flash */
		 28% { background: #b1e120; }			/* Vert clair */
		 35% { background: #6de120; }			/* Vert flash */
		 42% { background: #20e160; }			/* Vert foncé */
		 49% { background: #20e1b6; }			/* Cyan */
		 56% { background: #20ade1; }			/* Bleu clair */
		 63% { background: #2069e1; }			/* Bleu foncé */
		 70% { background: #5b20e1; }			/* Violet foncé */
		 77% { background: #ad20e1; }			/* Magenta */
		 84% { background: #d620e1; }			/* Rose clair */
		 91% { background: #e1208d; }			/* Rose foncé */
		100% { background: #e12027; }			/* Rouge foncé */
	}

	/*@-webkit-keyframes animate_bg {

	}*/

	/*.lsp-home__background__item {
		background: #4ab3c2;
	}*/


/**
 * [*.*]  Responsive - Smartphone
 */

@media (max-width: 767px) {

	.lsp-home {
		bottom: auto;
		min-height: 100%;
	}

		.lsp-home__container {
			position: relative;
			left: auto;
			top: auto;
			padding-top: 20px;
			padding-bottom: 40px;
			-webkit-transform: none;
					transform: none;
		}

			.lsp-home__header {

			}

				.lsp-home__title {
					font-size: 16px;
					line-height: 24px;
				}

					.lsp-home__title > span {
						display: block;
					}

					.lsp-home__logo {
						margin-top: 10px;
						max-height: 150px;
					}

					.lsp-home__logo.is-pc {
						display: none;
					}

					.lsp-home__logo.is-smartphone {
						display: inline-block;
					}

					.lsp-home__title strong {
						font-size: 40px;
						line-height: 48px;
						text-shadow: 3px 3px 0px #000,
									 5px 5px 0px rgba(255, 255, 255, 0.2);
					}

						.lsp-home__title strong > span {
							display: block;
						}

			.lsp-home__body {
				font-size: 16px;
				line-height: 24px;
			}

			* + .lsp-home__body {
				margin-top: 40px;
			}

			.lsp-home__footer {

			}

			* + .lsp-home__footer {
				margin-top: 40px;
			}

				.lsp-home__footer .lsp-button {

				}

				.lsp-home__footer .lsp-button + .lsp-button {
					margin-left: 0;
				}

		.lsp-home__background {
			/*border-width: 10px;*/
		}

}


/**
 * [*.*]  Responsive - Tablet - Portrait
 */

@media (min-width: 768px) and (max-width: 991px) {

	.lsp-home {

	}

		.lsp-home__container {

		}

			.lsp-home__header {
				font-size: 14px;
				line-height: 22px;
			}

				.lsp-home__title {
					/*font-size: 14px;
					line-height: 22px;*/
				}

					.lsp-home__logo {
						top: -5px;
						max-height: 70px;
					}

					.lsp-home__title strong {
						/*font-size: 60px;
						line-height: 68px;
						text-shadow: 3px 3px 0px #000,
									 5px 5px 0px rgba(255, 255, 255, 0.2);*/
					}

						.lsp-home__title strong > span {
							display: block;
						}

			.lsp-home__body {
				/*font-size: 14px;
				line-height: 22px;*/
			}

}


/**
 * [*.*]  Responsive - Tablet - Landscape
 */

@media (min-width: 992px) and (max-width: 1199px) {

						.lsp-home__title strong > span {
							display: block;
						}

}




/*------------------------------------------------------*\
   [*]  $CALENDAR
\*------------------------------------------------------*/

/**
 * [*.*]  Base
 * [*.*]  Day
 * [*.*]  Day - Future
 * [*.*]  Responsive - Smartphone
 * [*.*]  Responsive - Tablet
 */


/**
 * [*.*]  Base
 */

.lsp-calendar {
	display: none;
	/*position: absolute !important;*/
	position: relative;
	/*left: 50%;
	top: 50%;*/
	/*margin: 20px auto;*/
	/*width: 1090px; height: 870px;*/
	/*width: 1045px; height: 835px;*/
	/*text-align: center;*/
	/*background: pink;*/
	/*-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);*/
}

	.lsp-calendar__button--close,
	.lsp-calendar__button--close:link,
	.lsp-calendar__button--close:visited {
		display: inline-block;
		position: absolute;
		z-index: 30;
		left: 30px;
		top: 20px;
		color: inherit;

		left: 15px;
		top: 0;
	}

	a.lsp-calendar__button--close:hover,
	a.lsp-calendar__button--close:focus,
	a.lsp-calendar__button--close:active {
		color: inherit;
	}

		.lsp-calendar__button--close .fa {
			position: absolute;
			left: 0;
			top: 4px;
			font-size: 16px;
			-webkit-transition: all .3s ease-in-out;
			   -moz-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
				 -o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
		}

		a.lsp-calendar__button--close:hover .fa,
		a.lsp-calendar__button--close:focus .fa,
		a.lsp-calendar__button--close:active .fa {
			left: -15px;
			opacity: 0;
			filter: alpha(opacity=0);
		}

		.lsp-calendar__button--close .fa.is-before {
			left: 30px;
			opacity: 0;
			filter: alpha(opacity=0);
		}

		a.lsp-calendar__button--close:hover .fa.is-before,
		a.lsp-calendar__button--close:focus .fa.is-before,
		a.lsp-calendar__button--close:active .fa.is-before {
			left: 0;
			opacity: 1;
			filter: alpha(opacity=100);
		}

		.lsp-calendar__button--close .lsp-calendar__button__label {
			display: inline-block;
			font-style: italic;
			font-size: 12px;
		}

		.lsp-calendar__button--close .fa + .lsp-calendar__button__label {
			padding-left: 30px;
		}

	.lsp-calendar__button--link,
	.lsp-calendar__button--link:link,
	.lsp-calendar__button--link:visited {
		display: inline-block;
		position: absolute;
		z-index: 30;
		left: 30px;
		top: 20px;
		color: inherit;

		left: auto; right: 15px;
		top: 0;
	}

	a.lsp-calendar__button--link:hover,
	a.lsp-calendar__button--link:focus,
	a.lsp-calendar__button--link:active {
		color: inherit;
	}

		.lsp-calendar__button--link .fa {
			position: absolute;
			left: 0;
			top: 4px;
			font-size: 16px;
			-webkit-transition: all .3s ease-in-out;
			   -moz-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
				 -o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
		}

		a.lsp-calendar__button--link:hover .fa,
		a.lsp-calendar__button--link:focus .fa,
		a.lsp-calendar__button--link:active .fa {
			left: -15px;
			opacity: 0;
			filter: alpha(opacity=0);
		}

		.lsp-calendar__button--link .fa.is-before {
			left: 30px;
			opacity: 0;
			filter: alpha(opacity=0);
		}

		a.lsp-calendar__button--link:hover .fa.is-before,
		a.lsp-calendar__button--link:focus .fa.is-before,
		a.lsp-calendar__button--link:active .fa.is-before {
			left: 0;
			opacity: 1;
			filter: alpha(opacity=100);
		}

		.lsp-calendar__button--link .lsp-calendar__button__label {
			display: inline-block;
			font-style: italic;
			font-size: 12px;
		}

		.lsp-calendar__button--link .fa + .lsp-calendar__button__label {
			padding-left: 30px;
		}

	.lsp-calendar__container {
		position: relative;
		margin: 20px auto;
		width: 1045px; height: 835px;
		text-align: center;
	}

		.lsp-calendar__voeux {
			position: absolute;
			left: 0;
			top: 0;
			padding-top: 35px;
			width: 730px; height: 205px;
			font-family: 'Playfair Display', serif;
			font-size: 18px;
			line-height: 24px;
			text-align: center;
			/*background: pink;*/
			/*opacity: 0;
			filter: alpha(opacity=0);*/
			/*text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2),
						 3px 3px 0px #fefefe;*/
			/*text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);*/
		}

		/*html.no-js .lsp-calendar__voeux {
			opacity: 1;
			filter: alpha(opacity=100);
		}
*/
			.lsp-calendar__voeux img.is-pc {
				/* display: block; */
				margin-bottom: 10px;
				/* max-width: 400px; */
				max-height: 120px;
			}

			.lsp-calendar__voeux img.is-smartphone {
				display: none;
				max-height: 150px;
			}

			.lsp-calendar__voeux > div {
				position: relative;
				top: -45px;
				margin: auto;
				padding-left: 133px;
				width: 450px;
				text-align: left;
				white-space: nowrap;
			}

	.lsp-calendar__mask {
		display: none;
		position: absolute;
		z-index: 20;
		left: 0; right: 0;
		top: 0; bottom: 0;
		/*background: red;
		opacity: .2;*/
	}


/**
 * [*.*]  Day
 */

.lsp-calendar__day,
.lsp-calendar__day:link,
.lsp-calendar__day:visited {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100px; height: 100px;
	background-color: #f3f3f3;
	color: #fff;
	outline: 0;
}

.lsp-calendar__day.is-hide {
	opacity: 0;
	margin-top: -50px;
}

.lsp-calendar__day.is-active {
	z-index: 10;
}

#lsp-calendar__day--01 {
	/*left: 770px;
	top: 0;
	width: 210px; height: 210px;*/
	left: 735px;
	top: 0;
	width: 205px; height: 205px;
}

#lsp-calendar__day--02 {
	/*left: 990px;
	top: 0;
	width: 100px; height: 100px;*/
	left: 945px;
	top: 0;
	width: 100px; height: 100px;
}

#lsp-calendar__day--03 {
	/*left: 990px;
	top: 110px;
	width: 100px; height: 100px;*/
	left: 945px;
	top: 105px;
	width: 100px; height: 100px;
}

#lsp-calendar__day--04 {
	/*left: 0;
	top: 220px;
	width: 210px; height: 100px;*/
	left: 0;
	top: 210px;
	width: 205px; height: 100px;
}

#lsp-calendar__day--05 {
	/*left: 220px;
	top: 220px;
	width: 100px; height: 100px;*/
	left: 210px;
	top: 210px;
	width: 100px; height: 100px;
}

#lsp-calendar__day--06 {
	/*left: 330px;
	top: 220px;
	width: 100px; height: 210px;*/
	left: 315px;
	top: 210px;
	width: 100px; height: 205px;
}

#lsp-calendar__day--07 {
	/*left: 440px;
	top: 220px;
	width: 210px; height: 210px;*/
	left: 420px;
	top: 210px;
	width: 205px; height: 205px;
}

#lsp-calendar__day--08 {
	/*left: 660px;
	top: 220px;
	width: 100px; height: 100px;*/
	left: 630px;
	top: 210px;
	width: 100px; height: 100px;
}

#lsp-calendar__day--09 {
	/*left: 770px;
	top: 220px;
	width: 210px; height: 210px;*/
	left: 735px;
	top: 210px;
	width: 205px; height: 205px;
}

#lsp-calendar__day--10 {
	/*left: 990px;
	top: 220px;
	width: 100px; height: 210px;*/
	left: 945px;
	top: 210px;
	width: 100px; height: 205px;
}

#lsp-calendar__day--11 {
	left: 0;
	top: 315px;
	width: 100px; height: 205px;
}

#lsp-calendar__day--12 {
	left: 105px;
	top: 315px;
	width: 205px; height: 205px;
}

#lsp-calendar__day--13 {
	left: 315px;
	top: 420px;
	width: 205px; height: 100px;
}

#lsp-calendar__day--14 {
	left: 525px;
	top: 420px;
	width: 100px; height: 205px;
}

#lsp-calendar__day--15 {
	left: 630px;
	top: 315px;
	width: 100px; height: 205px;
}

#lsp-calendar__day--16 {
	left: 735px;
	top: 420px;
	width: 100px; height: 100px;
}

#lsp-calendar__day--17 {
	left: 840px;
	top: 420px;
	width: 205px; height: 205px;
}

#lsp-calendar__day--18 {
	left: 0;
	top: 525px;
	width: 100px; height: 100px;
}

#lsp-calendar__day--19 {
	left: 105px;
	top: 525px;
	width: 100px; height: 205px;
}

#lsp-calendar__day--20 {
	left: 210px;
	top: 525px;
	width: 205px; height: 205px;
}

#lsp-calendar__day--21 {
	left: 420px;
	top: 525px;
	width: 100px; height: 100px;
}

#lsp-calendar__day--22 {
	left: 420px;
	top: 630px;
	width: 205px; height: 100px;
}

#lsp-calendar__day--23 {
	left: 630px;
	top: 525px;
	width: 100px; height: 100px;
}

#lsp-calendar__day--24 {
	left: 735px;
	top: 525px;
	width: 100px; height: 205px;
}

#lsp-calendar__day--25 {
	left: 0;
	top: 630px;
	width: 100px; height: 205px;
}

#lsp-calendar__day--26 {
	left: 105px;
	top: 735px;
	width: 205px; height: 100px;
}

#lsp-calendar__day--27 {
	left: 315px;
	top: 735px;
	width: 100px; height: 100px;
}

#lsp-calendar__day--28 {
	left: 420px;
	top: 735px;
	width: 205px; height: 100px;
}

#lsp-calendar__day--29 {
	left: 630px;
	top: 630px;
	width: 100px; height: 205px;
}

#lsp-calendar__day--30 {
	left: 735px;
	top: 735px;
	width: 100px; height: 100px;
}

#lsp-calendar__day--31 {
	left: 840px;
	top: 630px;
	width: 205px; height: 205px;
}

	.lsp-calendar__day__number {
		display: block;
		position: absolute;
		right: 10px;
		bottom: 10px;
		font-size: 26px;
		line-height: 26px;
		font-family: 'Playfair Display', serif;
		color: #444;
	}

	.lsp-calendar__day__number::before,
	.lsp-calendar__day__number::after {
		content: attr(data-calendar-day-number);
		position: absolute;
		bottom: 0;
		text-indent: 0;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			 -o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
	}

	.lsp-calendar__day__number::before {
		right: 0;
		color: #fff;
		opacity: 1;
		text-shadow: 2px 2px 0px #000,
					 3px 3px 0px rgba(255, 255, 255, 0.2);
	}

	a.lsp-calendar__day:hover .lsp-calendar__day__number::before,
	a.lsp-calendar__day:focus .lsp-calendar__day__number::before,
	a.lsp-calendar__day:active .lsp-calendar__day__number::before {
		right: 10px;
		opacity: 0;
	}

	.lsp-calendar__day__number::after {
		right: 10px;
		/*color: #444;*/
		color: #fff;
		/*text-shadow: 1px 1px 0px #fff,
					 2px 2px 0px rgba(0, 0, 0, 0.6);*/
		opacity: 0;
	}

	a.lsp-calendar__day:hover .lsp-calendar__day__number::after,
	a.lsp-calendar__day:focus .lsp-calendar__day__number::after,
	a.lsp-calendar__day:active .lsp-calendar__day__number::after {
		right: 0;
		opacity: 1;
	}

	.lsp-calendar__day__image {
		position: absolute;
		left: 0; right: 0;
		top: 0; bottom: 0;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
				background-size: cover;
		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			 -o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
	}

	a.lsp-calendar__day:hover .lsp-calendar__day__image,
	a.lsp-calendar__day:focus .lsp-calendar__day__image,
	a.lsp-calendar__day:active .lsp-calendar__day__image,
	a.lsp-calendar__day.is-active .lsp-calendar__day__image {
		-webkit-transform: rotate(-10deg) scale(1.25);
				transform: rotate(-10deg) scale(1.25);
	}

	.lsp-calendar__day__color {
		position: absolute;
		left: 0; right: 0;
		top: 0; bottom: 0;
		opacity: .8;
	}

	a.lsp-calendar__day:hover .lsp-calendar__day__color,
	a.lsp-calendar__day:focus .lsp-calendar__day__color,
	a.lsp-calendar__day:active .lsp-calendar__day__color {

	}

	.lsp-calendar__day .fa {
		position: absolute;
		left: -30px;
		bottom: -30px;
		font-size: 300px;
		line-height: 300px;
		color: #444;
		opacity: .1;
		-webkit-transition: all .4s ease-in-out;
		   -moz-transition: all .4s ease-in-out;
			-ms-transition: all .4s ease-in-out;
			 -o-transition: all .4s ease-in-out;
				transition: all .4s ease-in-out;
	}

	a.lsp-calendar__day:hover .fa,
	a.lsp-calendar__day:focus .fa,
	a.lsp-calendar__day:active .fa {
		/*color: #fff;*/
	}


/**
 * [*.*]  Day - Future
 */

.lsp-calendar__day.is-future {

}

	.lsp-calendar__day.is-future .lsp-calendar__day__number {
		/*color: #ddd;*/
		color: #666;
	}

		.lsp-calendar__day.is-future  .lsp-calendar__day__number::before {
			display: none;
	}


/**
 * [*.*]  Responsive - Smartphone
 */

@media (max-width: 767px) {

	.lsp-calendar {

	}

		.lsp-calendar__button--close,
		.lsp-calendar__button--close:link,
		.lsp-calendar__button--close:visited {
			position: relative;
			left: auto;
			top: auto;
			float: left;
			margin-top: 20px;
			margin-bottom: 10px;
		}

		.lsp-calendar__button--link,
		.lsp-calendar__button--link:link,
		.lsp-calendar__button--link:visited {
			position: relative;
			right: auto;
			top: auto;
			float: right;
			margin-top: 20px;
			margin-bottom: 10px;
		}

		.lsp-calendar__container {
			clear: both;
			width: auto; height: auto;
		}

			.lsp-calendar__voeux {
				position: relative;
				left: auto;
				top: auto;
				padding-top: 10px;
				padding-bottom: 20px;
				width: auto; height: auto;
			}

				.lsp-calendar__voeux img.is-pc {
					display: none;
				}

				.lsp-calendar__voeux img.is-smartphone {
					display: inline-block;
				}

				.lsp-calendar__voeux > div {
					top: 0;
					margin-top: 5px;
					padding-left: 0;
					width: auto;
					text-align: center;
					white-space: normal;
				}

					.lsp-calendar__voeux > div > span {
						display: block;
					}

			.lsp-calendar__day,
			.lsp-calendar__day:link,
			.lsp-calendar__day:visited {
				position: relative !important;
				left: auto !important; top: auto !important;
				width: auto !important; height: 150px !important;
			}

			.lsp-calendar__day + .lsp-calendar__day:before {
				content: "";
				display: block;
				position: absolute;
				z-index: 50;
				left: 0; right: 0;
				height: 10px;
				background: #fff;
			}

}


/**
 * [*.*]  Responsive - Tablet
 */

@media (min-width: 767px) and (max-width: 1199px) {

	.lsp-calendar {
		position: absolute;
		left: 50%;
		top: -70px;
		margin: 0;
		height: 845px;
		-webkit-transform: scale(0.80) translateX(-62%);
			-ms-transform: scale(0.80) translateX(-62%);
				transform: scale(0.80) translateX(-62%);
	}

		.lsp-calendar__container {
			margin-top: 30px;
		}

}

@media (min-width: 767px) and (max-width: 1199px) and (min-height: 835px) {

	.lsp-calendar {
		top: 50%;
		margin-top: -450px;
		-webkit-transform: scale(0.70) translateX(-72%);
			-ms-transform: scale(0.70) translateX(-72%);
				transform: scale(0.70) translateX(-72%);
	}

}




/*------------------------------------------------------*\
   [*]  $MESSAGE
\*------------------------------------------------------*/

/**
 * [*.*]  Base
 * [*.*]  Header
 * [*.*]  Body
 * [*.*]  Figure
 * [*.*]  Footer
 * [*.*]  Group
 * [*.*]  Day
 * [*.*]  Hashtag
 * [*.*]  Modal
 * [*.*]  Video
 */


/**
 * [*.*]  Base
 */

.lsp-message {
	display: none;
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	padding: 100px 20px;
	/*border: 20px solid #fff;*/
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	/*opacity: 0;*/
}

#bonne_annee {
	height: 100%;
}

.lsp-message ~ .lsp-message {
	display: none;
}

	.lsp-message__overlay {
		position: absolute;
		z-index: 10;
		left: 0; right: 0;
		top: 0; bottom: 0;
		opacity: .8;
	}

		.lsp-message__container {
			position: absolute;
			z-index: 20;
			left: 0; right: 0;
			top: 50%;
			margin-top: 40px;
			-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
		}


/**
 * [*.*]  Header
 */

.lsp-message__header {
	font-family: 'Playfair Display', serif;
}

	.lsp-message__title {
		margin: 0;
		padding: 0;
		font-size: 40px;
		line-height: 48px;
	}

	* + .lsp-message__title {
		margin-top: 15px;
	}


/**
 * [*.*]  Body
 */

.lsp-message__body {
	font-size: 22px;
	font-family: 'Playfair Display', serif;
	line-height: 30px;
}

* + .lsp-message__body {
	margin-top: 20px;
}

	.lsp-message__body p {
		margin: 0;
		padding: 0;
	}


/**
 * [*.*]  Figure
 */

.lsp-message__figure {

}

* + .lsp-message__figure {
	margin-top: 40px;
}


/**
 * [*.*]  Footer
 */

.lsp-message__footer {

}

* + .lsp-message__footer {
	margin-top: 60px;
}


/**
 * [*.*]  Group
 */

.lsp-message_group {
	display: none;
	position: absolute;
	left: -15px; right: -15px;
	top: 0; bottom: 0;
}

	.lsp-message_group__header {
		
	}

		.lsp-message_group__button--close,
		.lsp-message_group__button--close:link,
		.lsp-message_group__button--close:visited {
			display: inline-block;
			position: absolute;
			z-index: 30;
			left: 30px;
			top: 20px;
			color: #fff;
		}

		a.lsp-message_group__button--close:hover,
		a.lsp-message_group__button--close:focus,
		a.lsp-message_group__button--close:active {
			color: #fff;
		}

			.lsp-message_group__button--close .fa {
				position: absolute;
				left: 0;
				top: 4px;
				font-size: 16px;
				-webkit-transition: all .3s ease-in-out;
				   -moz-transition: all .3s ease-in-out;
					-ms-transition: all .3s ease-in-out;
					 -o-transition: all .3s ease-in-out;
						transition: all .3s ease-in-out;
			}

			a.lsp-message_group__button--close:hover .fa,
			a.lsp-message_group__button--close:focus .fa,
			a.lsp-message_group__button--close:active .fa {
				left: -15px;
				opacity: 0;
				filter: alpha(opacity=0);
			}

			.lsp-message_group__button--close .fa.is-before {
				left: 30px;
				opacity: 0;
				filter: alpha(opacity=0);
			}

			a.lsp-message_group__button--close:hover .fa.is-before,
			a.lsp-message_group__button--close:focus .fa.is-before,
			a.lsp-message_group__button--close:active .fa.is-before {
				left: 0;
				opacity: 1;
				filter: alpha(opacity=100);
			}

			.lsp-message_group__button--close .lsp-message_group__button__label {
				display: inline-block;
				font-style: italic;
				font-size: 12px;
			}

			.lsp-message_group__button--close .fa + .lsp-message_group__button__label {
				padding-left: 30px;
			}

		.lsp-message_group__button--link,
		.lsp-message_group__button--link:link,
		.lsp-message_group__button--link:visited {
			display: inline-block;
			position: absolute;
			z-index: 30;
			right: 30px;
			top: 20px;
			color: #fff;
		}

		a.lsp-message_group__button--link:hover,
		a.lsp-message_group__button--link:focus,
		a.lsp-message_group__button--link:active {
			color: #fff;
		}

			.lsp-message_group__button--link .fa {
				position: absolute;
				left: 0;
				top: 4px;
				font-size: 16px;
				-webkit-transition: all .3s ease-in-out;
				   -moz-transition: all .3s ease-in-out;
					-ms-transition: all .3s ease-in-out;
					 -o-transition: all .3s ease-in-out;
						transition: all .3s ease-in-out;
			}

			a.lsp-message_group__button--link:hover .fa,
			a.lsp-message_group__button--link:focus .fa,
			a.lsp-message_group__button--link:active .fa {
				left: -15px;
				opacity: 0;
				filter: alpha(opacity=0);
			}

			.lsp-message_group__button--link .fa.is-before {
				left: 30px;
				opacity: 0;
				filter: alpha(opacity=0);
			}

			a.lsp-message_group__button--link:hover .fa.is-before,
			a.lsp-message_group__button--link:focus .fa.is-before,
			a.lsp-message_group__button--link:active .fa.is-before {
				left: 0;
				opacity: 1;
				filter: alpha(opacity=100);
			}

			.lsp-message_group__button--link .lsp-message_group__button__label {
				display: inline-block;
				font-style: italic;
				font-size: 12px;
			}

			.lsp-message_group__button--link .fa + .lsp-message_group__button__label {
				padding-left: 30px;
			}


/**
 * [*.*]  Day
 */

.lsp-message__day {
	display: inline-block;
	position: relative;
	margin: 0;,
	padding: 0;
	width: 60px; height: 60px;
	font-size: 30px;
	line-height: 54px;
	text-align: center;
	background: #fff;
	color: #444;
	border-radius: 50%;
}

.lsp-message__day::before,
.lsp-message__day::after {
	content: "";
	position: absolute;
	top: 50%;
	/*margin-top: 3px;*/
	margin-top: 1px;
	width: 20px; height: 1px;
	background: #fff;
}

.lsp-message__day::before {
	left: 100%;
	margin-left: 10px;
}

.lsp-message__day::after {
	right: 100%;
	margin-right: 10px;
}


/**
 * [*.*]  Hashtag
 */

.lsp-message__hashtag {
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
}

.lsp-message__hashtag::before {
	content: "";
	display: block;
	margin: 40px auto 20px;
	width: 40px; height: 2px;
	background: #fff;
}

	.lsp-message__hashtag span {
		display: inline-block;
	}

	.lsp-message__hashtag span + span {
		margin-left: 10px;
	}


/**
 * [*.*]  Modal
 */

.lsp-message .modal {

}

	.lsp-message .modal-lg {
		/*width: auto;*/
	}

		.lsp-message .modal-content {
			border: 0;
			/*background: none;*/
			border-radius: 0;
			box-shadow: none;
		}

			.lsp-message .modal-body {
				padding: 10px;
			}

				.lsp-message .modal-body img {
					max-width: 100%;
				}


/**
 * [*.*]  Video
 */

.lsp-message-video {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0;
	width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    		transform: translateX(-50%) translateY(-50%);
}
