html {
}
body {
}
.limitedWidth {
	margin: 0 auto;
	max-width: 1200px;
	width: 95%;
}

#mainHeader {
	text-align: center;
	position: static;
	width: 100%;
	z-index: 1;
}
#mainHeader.fixed {
	background-color: white;
	border-bottom: 2px solid red;
	position: fixed;
	margin-left: -50%;
	left: 50%;
	opacity: 0.98;
	box-shadow: 10px 0px 15px RGBA(0,0,0,0.15),
	-10px 0px 15px RGBA(0,0,0,0.15),
	0px 6px 10px 0px RGBA(0,0,0,0.15);
	width: 100%;
}

#mainHeader.fixed #mainLogo {
	display: none;
}
#mainLogo {
	display: inline-block;
}
#mainLogo img {
	height: 4.6em;
	width: auto;
}
#mainMenu {
	display: inline-block;
}
#mainMenu ul {
	list-style: none;
	padding: 0;
}
#mainMenu li {
	display: inline-block;
}
#mainMenu a {
	transition: color linear .2s, border-color linear .2s;

	border-top: 0.3em solid transparent;
	display: block;
	font-size: 1em;
	padding: 0.5em;
	text-decoration: none;
}
#mainMenu a:hover, #mainMenu a.current {
	color: red;
	border-color: red;
}
.sideButtons {
	float: right;
}
footer {
	background-color: #222222;
	color: white;
	padding: 2rem 0;
	text-align: center;
}
footer a {
	color: #e6e6e6;
}
footer a:hover {
	color: white;
}
footer h6, footer p {
	margin-bottom: 1em;
}

#contactForm label {
	display: block;
}
#contactForm input[type="text"], #contactForm textarea {
	border: 1px solid rgb(197, 197, 197);
	padding: 0.5rem;
	width: 100%;
}
#contactForm textarea {
	margin-top: 0;
}

.asideGallery {
	margin-left: -1rem;
}
.asideGallery li {
	margin: 0 0 1rem 1rem;
}
.asideGallery.grid-3 li {
	width: calc(100% * 1 / 3 - 1rem - .01px);
}
.asideGallery img {
	display: inline-block;
	width: 100%;
}
.jumboPic {
	background-position: center center;
	background-size: cover;
	height: 200px;
}
.priceTable h3 {
	text-align: center;
	font-size: 2rem;
}
.priceTable h2 {
	text-align: center;
}
.priceTable p {
	text-align: justify;
}
.slanted_separator.pullToTop {
	margin-top: -25px;
}
.slanted_separator svg {
	display: block;
	height: 25px;
}
.bg-blue, .bg-gray, .bg-white {
	padding: 2rem 0;
}
.bg-blue {
	background-color: #0075b2;
	color: white;
}
.bg-gray {
	background-color: #b4b4b4;
}

.msg {
	 border: 1px solid gray;
	 border-left-width: 3px;
	 padding: 5px 10px;
 }
.msg.erreur {
	background-color: #ffc8c8;
	border-color: red;
}
.msg.succes {
	background-color: #c2f4b7;
	border-color: darkgreen;
}
.msg .title {
	font-size: 1.75rem;
	font-weight: bold;
}

/**************/
/* ANIMATIONS */
/**************/



/**************/
/* RESPONSIVE */
/**************/

/* Téléphones portrait (tiny-plus) */
@media (min-width: 480px) {
	#mainMenu a {
		padding: 1em 1em;
	}
}

/* Tablettes portrait (small) */
@media (min-width: 640px) {
	#mainHeader {
		text-align: left;
	}
	#mainHeader.fixed #mainLogo {
		display: inline-block;
	}
	#mainMenu a {
		font-size: 1.2em;
	}
	.slanted_separator.pullToTop {
		margin-top: -50px;
	}
	.slanted_separator svg {
		display: block;
		height: 50px;
	}
	.priceTable h3 {
		font-size: 2.4rem;
	}
	.highlighted {
		background-color: #f0f0f0;
		border-radius: 5px;
		padding: 2rem;
	}
	.bg-blue, .bg-gray {
		padding: 4rem 0;
	}
}
/* Tablettes paysage (medium) */
@media (min-width: 960px) {
	#mainLogo {
		margin-right: 1em;
	}
	#mainLogo img {
		height: 5.7em;
		width: auto;
	}
	#mainMenu a {
		padding: 1.5em 2em;
	}
	#mainHeader.fixed #mainMenu a {
		padding: 1em 2em;
	}
	#mainHeader.fixed #mainLogo img {
		height: 4.6em;
		width: auto;
	}
	.jumboPic.high {
		height: 300px;
	}
}
/* Desktop petit (medium-plus) */
@media (min-width: 1024px) {
}
/* Desktop large (large) */
@media (min-width: 1280px) {
	.jumboPic.high {
		height: 400px;
	}
}

/******************************/
/* ADDITIONS/OVERRIDES KNACSS */
/******************************/

/* Tablettes paysage (medium) */
@media (max-width: 960px) {
	[class*="-medium-4"]>* {
		width:calc(100% * 1 / 4 - 2rem - .01px)
	}
	[class*="-medium-3"]>* {
		width:calc(100% * 1 / 3 - 2rem - .01px)
	}
	[class*="-medium-2"]>* {
		width:calc(100% * 1 / 2 - 2rem - .01px)
	}
	[class*="-medium-1"]>* {
		width:calc(100% - 2rem - .01px)
	}
}

/* Téléphones portrait (tiny-plus) */
@media (max-width: 480px) {
	[class*="-tinyP-4"]>* {
		width:calc(100% * 1 / 4 - 2rem - .01px)
	}
	[class*="-tinyP-3"]>* {
		width:calc(100% * 1 / 3 - 2rem - .01px)
	}
	[class*="-tinyP-2"]>* {
		width:calc(100% * 1 / 2 - 2rem - .01px)
	}
	[class*="-tinyP-1"]>* {
		width:calc(100% - 2rem - .01px)
	}
}