body {
	overflow: hidden;
}

#page{
	margin-top: 0px;
	overflow: hidden;
}

.wrapper {
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	perspective: 1px;
}

.section {
	position: relative;
	height: 100vh;
	min-height: 500px;

	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
}

.section .logo {
	width: 200px;
}

.section .button {
	text-shadow: none;
}

.section.small {
	height: 500px;
}

.parallax{
	overflow: hidden;
}

.parallax::before {
	content: " ";
	position: absolute;
	top: 0;
	right: -5px;
	bottom: 0;
	left: -5px;

	transform: translateZ(-0.5px) scale(1.5);
	background-position: center center;
	background-size: cover;
	z-index: -1;
}

.static {
	background: #fbfbfb;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	align-items: initial;
	justify-content: initial;
	color: initial;
	text-shadow: none;
	overflow: hidden;
}

.static > .image > img {
	width: 100%;
}

@media only screen and (max-width:768px) {
	.static {
		display: block;
		text-align: center;
		height: auto;
	}

	.static > .image {
		max-width: 600px;
		margin: auto;
	}

	.static > .image > img {
		max-width: 600px;
	}

	.static > .text {
		padding: 50px 25px;
	}

	.stc1 {
		background: rgb(238, 238, 238);
		background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 40%, rgba(255, 255, 255, 1) 80%);
		background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 40%, rgba(255, 255, 255, 1) 80%);
		background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 40%, rgba(255, 255, 255, 1) 80%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	}

	.stc2 {
		background: rgb(238, 238, 238);
		background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 40%, rgba(255, 255, 255, 1) 80%);
		background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 40%, rgba(255, 255, 255, 1) 80%);
		background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 40%, rgba(255, 255, 255, 1) 80%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	}

	.stc3 {
		background: rgb(34,69,115);
		background: -moz-linear-gradient(top, rgba(34,69,115,1) 0%, rgba(65,110,153,1) 40%, rgba(255,255,255,1) 80%);
		background: -webkit-linear-gradient(top, rgba(34,69,115,1) 0%,rgba(65,110,153,1) 40%,rgba(255,255,255,1) 80%);
		background: linear-gradient(to bottom, rgba(34,69,115,1) 0%,rgba(65,110,153,1) 40%,rgba(255,255,255,1) 80%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224573', endColorstr='#ffffff',GradientType=0 );
	}
}

@media only screen and (min-width:769px) {
	.static {
		display: inherit;
		height: auto;
	}

	.static > .image {
		max-width: 600px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.static > .text {
		padding: 75px;
	}

	.stc1 {
		min-height: 400px;

		background: rgb(238, 238, 238);
		background: -moz-linear-gradient(left, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 25%, rgba(255, 255, 255, 1) 50%);
		background: -webkit-linear-gradient(left, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 25%, rgba(255, 255, 255, 1) 50%);
		background: linear-gradient(to right, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 25%, rgba(255, 255, 255, 1) 50%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=1);
	}

	.stc1 > .image,
	.stc3 > .image {
		width: 40%;
		left: 2.5%;
	}

	.stc1 > .text,
	.stc3 > .text {
		margin-left: 45%;
	}

	.stc2 {
		min-height: 500px;

		background: rgb(255, 255, 255);
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 45%, rgba(238, 238, 238, 1) 70%, rgba(238, 238, 238, 1) 100%);
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 45%, rgba(238, 238, 238, 1) 70%, rgba(238, 238, 238, 1) 100%);
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 45%, rgba(238, 238, 238, 1) 70%, rgba(238, 238, 238, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1);
	}

	.stc2 > .image {
		width: 25%;
		right: 5%;
	}

	.stc2 > .text {
		margin-right: 35%;
	}

	.stc3 {
		min-height: 450px;

		background: rgb(34, 69, 115);
		background: -moz-linear-gradient(left, rgba(34, 69, 115, 1) 0%, rgba(65, 110, 153, 1) 20%, rgba(255, 255, 255, 1) 45%);
		background: -webkit-linear-gradient(left, rgba(34, 69, 115, 1) 0%, rgba(65, 110, 153, 1) 20%, rgba(255, 255, 255, 1) 45%);
		background: linear-gradient(to right, rgba(34, 69, 115, 1) 0%, rgba(65, 110, 153, 1) 20%, rgba(255, 255, 255, 1) 45%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#224573', endColorstr='#ffffff', GradientType=1);
	}

	@media only screen and (max-width:992px) {
		.static > .text {
			padding: 50px;
		}

		.stc1 > .image,
		.stc3 > .image {
			width: 60%;
		}

		.stc1 > .text,
		.stc3 > .text {
			margin-left: 65%;
		}

		.stc2 > .image {
			width: 45%;
		}

		.stc2 > .text {
			margin-right: 55%;
		}
	}

	@media only screen and (max-width:1200px) {
		.static > .text {
			padding: 25px;
		}

		.stc1 > .image,
		.stc3 > .image {
			width: 50%;
		}

		.stc1 > .text,
		.stc3 > .text {
			margin-left: 55%;
		}

		.stc2 > .image {
			width: 35%;
		}

		.stc2 > .text {
			margin-right: 45%;
		}
	}
}

.bg1::before {
	background-image: url(../../imgs/photographe.jpg);
}

.bg2::before {
	background-image: url(../../imgs/cloud.jpg);
}

.bg3::before {
	background-image: url(../../imgs/share.jpg);
}
::-webkit-scrollbar {
	position: absolute;
	top: 150px;
	margin-top: 150px;
	padding-top: 150px;
}

::-webkit-scrollbar-button:start {
	display: block;
	height: 26px;
}