.relative {
	position: relative;
	z-index: 1!important;
}
.side-nav.fixed, .open .side-nav.fixed {
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 250px;
	overflow-y: scroll;
	z-index: 5000!important;
	transition: 0.3s ease-out;
	display: block;
}
:root {
	margin-left: 250px;
	transition: 0.3s ease-out;
}
/*.row.grid [class*="col-"] {
	background-color: #f2f2f2;
	-webkit-box-shadow:inset 0px 0px 0px 18px #fff;
    -moz-box-shadow:inset 0px 0px 0px 18px #fff;
    box-shadow:inset 0px 0px 0px 18px #ff;
	height: 100px;
}*/
article {
	padding-top: 2rem;
}
article:first {
 padding-top: 0px;
}
.grid-exemple p {
	background: #66648B;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	margin-bottom: 2em;
	font-size: 0.75em;
	line-height: 1em;
	padding: 1em;
}
/*tt, code, kbd, samp {
	font-family: monospace;
	font-size: 1.2em;
	color: #817fa3;
}*/
pre[class*="language-"] {
    background: none;;
}
.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {
    color: #CE5A78;
}
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
    color: #86AF48;
}
.token.atrule, .token.attr-value, .token.keyword {
    color: #817fa3;
}
.kiss h1 {
	font-size: 7.0rem;
	line-height: 1.2;
	letter-spacing: -0.1rem;
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 700;
	color: #66648B;
}
.kiss h1 span {
	font-weight: 300;
}
.kiss {
	max-width: 450px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.kiss img {
	max-width: 100%;
	height: auto;
}
.kiss-bg {
	background-attachment: fixed;
	background-image: url(../images/symphony.png);
	background-repeat: repeat;
}
@media (max-width: 768px) {
.kiss h1 {
	font-size: 4.0rem;
}
.burger {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
	color: #66648B;
	padding: 2rem;
	background-color: white;
}
.burger:hover {
	color: white;
	background-color: #66648B;
	transition: 0.3s ease-out;
}
.open .burger {
	background: rgba(0,0,0,.5);
	width: 100%;
    height: 100%;
    position:fixed;
    cursor: pointer;
    top: 0;
    left: 0;
	padding: 0px;
	margin: 0px;
}
.open .burger > * {
	display: none;
}

.side-nav.fixed {
	left: -250px;
}
:root {
	margin-left: 0px;
}
}
@media (min-width: 768px) {
.burger {
	display: none;
}
}


