:root {
    --blue: #2170b3;
    --indigo: #6610f2;
    --purple: #673ab7;
    --pink: #e83e8c;
    --red: #ba1a2d;
    --orange: #f27d00;
    --yellow: #d3a23b;
    --green: #377c00;
    --teal: #2ab3a5;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #222222;
    --gray-dark: #4d4d4d;
    --primary: #377c00;
    --secondary: #cccccc;
    --success: #66b22c;
    --info: #17a2b8;
    --warning: #f27d00;
    --danger: #ba1a2d;
    --light: #dddddd;
    --dark: #000000;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Montserrat", sans-serif;
    --font-family-monospace: ;
}

html {
	color: var(--gray-dark);
	font-size: 1em;
	line-height: 1.4
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

.browserupgrade {
	margin: .2em 0;
	background: var(--secondary);
	color: var(--dark);
	padding: .2em 0
}

::-webkit-scrollbar {
	width: 0;
	background: 0 0
}

::-webkit-scrollbar-thumb {
	background: 0 0
}

body, html {
	font-family: var(--font-family-sans-serif);
	font-weight: 300;
	font-size: 12px;
	background: var(--dark);
	color: var(--white);
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	letter-spacing: 1px
}

body.home{
	background-image: url('../img/bg_home.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

body.home:before{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgb(0 0 0 / 85%);
    position: absolute;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 1.6;
	font-family: var(--font-family-sans-serif);
	color: var(--white);
}

a {
	text-decoration: none;
	color: var(--white);
	position: relative
}

a:hover {
	color: var(--white);
	text-decoration: none
}

a:after {
	transition: .5s ease all;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	top: 40px;
	bottom: 0;
	opacity: 0;
	margin: auto
}

a.active:after, a:hover:after {
	opacity: 1
}

a.logo {
    width: 200px;
}

.logo:hover:after, .mobNav:hover:after, .social a:hover:after, .wish-block a:hover:after {
	opacity: 0
}

.mobNav {
	cursor: pointer
}

nav.active {
	display: block;
	position: fixed
}

.container {
	width: 100%;
	height: 100%;
	padding: 30px
}

#page_scroll .container {
	padding: 0 10%
}

main {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto
}

main.flex-box {
	flex-direction: column;
	justify-content: center
}

header {
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%
}

.mob-visible {
	display: none
}

#about_page header {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 70%)
}


.flex-box {
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between
}

.text-title {
    font-size: 1.5em;
    position: relative;
    width: 80%;
    line-height: 0;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.text-title:before {
    content: "";
    position: absolute;
    background-color: var(--white);
    width: 25%;
    height: 1px;
    left: 0;
    top: -31px;
}

.text-title:after {
    content: "";
    position: absolute;
    background-color: var(--white);
    width: 25%;
    height: 1px;
    right: 0;
    bottom: -31px;
}


.text-upper {
	text-transform: uppercase
}

.text-lower {
	text-transform: lowercase;
}

.webdesigner, .developpeur, .seo-sea-friendly{
	color: var(--teal);
}

.text-bold {
	font-weight: 900;
}

.text-normal {
	font-weight: 300;
}

.text-italic {
	font-style: italic;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.mobile-hide {
	display: none
}

.subtitle{
	font-size: 0.7em;
	display: block;
}

.intro-wrapper p {
	margin: 0
}

.intro {
	text-align: center;
	font-size: 5.5vw;
	margin: 0;
	padding-left: 10%;
	padding-right: 10%;
}

.intro .prefix {
	font-size: 14px;
	text-transform: none;
    margin-top: 5%;
}

#intro_rotate {
    margin-top: 2%;
}

.creativelink-img {
	width: 60%;
    margin: 10% 20%;
}

footer.flex-box {
	flex-direction: column
}

footer .social a:hover{
	color: var(--teal);
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	padding: 30px
}

#about_page footer {
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, #000 100%)
}

footer .social a {
	margin: 0 15px;
	font-size: 16px;
}

#project_details i{
	font-size: 16px;
	margin-right: 15px;
}

.info {
	margin: 0 -30px
}

.info a {
	margin: 0 15px
}

.copy {
	color: var(--gray);
	font-size: 10px;
	margin: 0;
	padding: 20px 0 0
}

.copy a{
	color: var(--white);
	font-size: 10px;
}

.wish-block, .wish-block a {
	font-size: 100px;
	font-weight: 900;
	line-height: 1
}

.wish-block p {
	font-size: 39px;
	font-weight: 300;
	display: block;
	position: relative;
	margin: 0
}

.wish-block p span {
	position: absolute;
	right: 30px;
	bottom: 5px
}

.aboutme-block {
	flex-basis: 100%;
	width: 100%;
	padding: 10% 30%;
	line-height: 2;
	align-self: flex-start
}

.aboutme-block .title {
	margin-top: 60px;
	font-size: 14px;
	position: relative
}

.aboutme-block .lead {
	font-size: 12px
}

.aboutme-block .block .title {
	margin-top: 0
}

.aboutme-block .title {
	display: list-item;
	padding-left: 8px;
	margin-left: 16px
}

.aboutme-block a, .aboutme-block p {
	font-size: 14px;
	margin-bottom: 30px
}

.stick-on {
	text-align: left;
	display: inline-block;
	margin: 0 auto
}

.wish-block p:after {
	content: "✋";
	position: absolute;
	padding-left: 10px
}

#about_page main, #case_study main {
	overflow-y: scroll;
	flex-direction: column;
	justify-content: flex-start
}

#about_page .block {
	align-self: flex-start
}

.btn.lg {
	font-size: 16px;
	background: #000;
	margin: 60px auto;
	display: block;
	width: 70%;
	height: 60px;
	transition: 1s all ease
}

.btn.lg:hover {
	background: var(--white);
	color: var(--dark);
	border-color: var(--dark);
}

.margin-bottom-10 {
	margin-bottom: 10px !important
}

#projects .flex-box {
	flex-direction: column;
	justify-content: center
}

#projects {
	padding: 0 4%;
	text-align: center;
	cursor: grab
}

#projects .uk-grid {
	margin: 0
}

#projects .project-name a {
	font-size: 2.4vw;
	font-weight: 900;
	color: var(--gray-dark);
	transition: .5s color ease
}

#projects .uk-active .project-name a {
	transition-delay: .5s;
	color: var(--white);
}

#projects [class*=uk-width] {
	padding: 0 20px;
	width: 54%
}

.uk-slider-container {
	overflow: visible
}

#projects .project-name a span {
	display: block;
	font-size: 12px;
	font-weight: 300
}

#contact.flex-box {
	flex-direction: column;
	justify-content: center;
	width: 75%;
	text-align: center
}

.mob-slide-nav {
	transition: .5s all ease;
	animation: fade_nav 5s;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	bottom: 33px;
	left: 0;
	width: 100%;
	color: var(--white);
	text-transform: uppercase;
	font-size: 10px;
	opacity: 0
}

@keyframes fade_nav {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}

}

#contact .wish-block {
	flex-basis: auto;
	width: auto;
	position: relative
}

#contact .wish-block p:after {
	content: ""
}

#contact .wish-block:after {
	content: "🕶️";
	position: absolute;
	bottom: 0;
	right: -7px
}

#contact .lead {
	font-size: 12px;
	font-weight: 900
}

#project_details {
	padding: 10%;
	width: 100%;
	font-size: 14px;
	line-height: 1.9;
	position: relative;
}

.details_wrapper {
	padding: 20px 0;
	width: 70%
}

.details_wrapper .lead {
	font-size: 16px;
	margin-bottom: 40px
}

.details_wrapper a {
	font-size: 14px;
	text-decoration: underline
}

.details_wrapper p {
	margin: 0
}

.details_wrapper .title {
	font-size: 2.5vw;
	font-weight: 900;
	margin: 0;
	color: var(--white);
}

#case_study .nav-container .block:after, .details_wrapper a:after {
	background: 0 0
}

#case_study .nav-container {
	width: 100%;
	padding: 0 6%;
	height: 100%;
	align-items: flex-end;
	margin: 90px 0 100px;
	position: relative;
}

#case_study .nav-container .block {
	background: var(--dark);
	width: 40%;
	text-align: center;
	padding: 60px 0;
	font-size: 14px
}

#case_study .nav-container .block.all {
	width: 20%;
	background: #161616
}

#case_study .nav-container .all span {
	border: 1px solid var(--white);
	border-radius: 100%;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	display: inline-block
}

#case_study header {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, var(--dark) 70%)
}

#case_study footer {
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, var(--dark) 100%)
}

.image_wrapper {
	margin: 0 0 60px 0
}

p.section_title {
	font-size: 20px;
	margin: 20px 0;
	display: block
}

.thank_you {
	text-align: center;
	font-size: 2.3vw;
	width: 100%;
	display: inline-block;
	margin-bottom: 20px
}

.animsition, .animsition-overlay {
	position: relative;
	opacity: 0;
	animation-fill-mode: both
}

.animsition-overlay-slide {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: var(--light)
}

.animsition-loading, .animsition-loading:after {
	width: 32px;
	height: 32px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	border-radius: 50%;
	z-index: 100
}

.animsition-loading {
	background-color: transparent;
	border-top: 1px solid rgba(0, 0, 0, .2);
	border-right: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-left: 1px solid #eee;
	transform: translateZ(0);
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: .8s;
	animation-name: animsition-loading
}

@keyframes animsition-loading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}

}

@keyframes fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}

}

.fade-in {
	animation-name: fade-in
}

@keyframes fade-out {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}

}

.fade-out {
	animation-name: fade-out
}

.hidden {
	display: none !important
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.invisible {
	visibility: hidden
}

.clearfix:after, .clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

*, :after, :before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-kerning: auto;
	font-kerning: auto
}



@-webkit-keyframes bounce {
	0% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	3.4% {
		-webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	4.7% {
		-webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	6.81% {
		-webkit-transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	9.41% {
		-webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	10.21% {
		-webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	13.61% {
		-webkit-transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	14.11% {
		-webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	17.52% {
		-webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	18.72% {
		-webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	21.32% {
		-webkit-transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	24.32% {
		-webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	25.23% {
		-webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	29.03% {
		-webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	29.93% {
		-webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	35.54% {
		-webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	36.74% {
		-webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	41.04% {
		-webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	44.44% {
		-webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	52.15% {
		-webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	59.86%, 63.26% {
		-webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	100%, 75.28%, 85.49%, 90.69% {
		-webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

}

@keyframes bounce {
	0% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	3.4% {
		-webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	4.7% {
		-webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	6.81% {
		-webkit-transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	9.41% {
		-webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	10.21% {
		-webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	13.61% {
		-webkit-transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	14.11% {
		-webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	17.52% {
		-webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	18.72% {
		-webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	21.32% {
		-webkit-transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	24.32% {
		-webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	25.23% {
		-webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	29.03% {
		-webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	29.93% {
		-webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	35.54% {
		-webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	36.74% {
		-webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	41.04% {
		-webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	44.44% {
		-webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	52.15% {
		-webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	59.86%, 63.26% {
		-webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	100%, 75.28%, 85.49%, 90.69% {
		-webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

}

/* ///// inputs /////*/

input:focus ~ label, textarea:focus ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

sub {
    top: -0.25em;
}

.styled-input {
    float: left;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 650px;
    max-width: 100%;
}

input, textarea {
    padding: 30px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #2d2d2d;
    color: white;
    border-radius: 4px;
}

input:focus, textarea:focus {
	outline: 0;
}

input:focus ~ span, textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    float: right;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: var(--teal);
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
              0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}

tr:first-child{
	font-weight: 700;
}

td {
   padding: 2px 5px;
   font-size: 12px;
   text-align: left;
   border: 1px solid #c4c4c4;
   border-collapse: collapse;
   
}

#map {
    width: 100%;
    height: 500px;
    position: absolute !important;
    top: 0;
    left: 0px;
}
/*======= Comment =======*/
ol li{
	list-style: none;
}
.count-comment i {
    margin-right: 0 !important;
    margin-left: 10px;
}
.comment__picture img{
	width: 60px;
	border-radius: 50%;
}

/*======= Maintenance =======*/
#maintenance {
    width: 100%;
    height: 100%;
    border: 1px solid var(--teal); 
    background: var(--gray);
    z-index: 9999999;
    position: absolute;
}
#maintenance section{
	position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 600px;
    height: 600px;
    text-align: center;
    padding-top: 10%;
}
#maintenance .logo {
    width: 100%;
}

