html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: white;
}

.background-section {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200vh;
	width: 100vw;
	z-index: -100;
}

.background-image {
	height: 100%;
	width: 100%;
}

.about-us-section {
    width: 100%;
    margin: auto;
}

.about-us-header-wrap {
	width: 100%;
	margin: auto;
	margin-top: 20px;
	padding: 40px;
	box-sizing: border-box;
	background-color: rgb(240, 240, 240);
}

.about-us-header {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15%;
	padding-right: 15%;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid rgb(200, 200, 200);
}

.square {
	position: absolute;
	display: inline-block;
	height: 40px;
	width: 40px;
}

.square-44px {
	height: 44px;
	width: 44px;
}

.square-48px {
	height: 48px;
	width: 48px;
}

.square-top {
	top: -1px;
	border-bottom: 1px solid rgb(200, 200, 200);
}

.square-bottom {
	bottom: -1px;
	border-top: 1px solid rgb(200, 200, 200);
}

.square-left {
	left: -1px;
	border-right: 1px solid rgb(200, 200, 200);
}

.square-right {
	right: -1px;
	border-left: 1px solid rgb(200, 200, 200);
}

.about-us-header-text {
	margin: 0px;
	margin-bottom: 20px;
    font-family: SterlingDisplay Roman;
    font-size: 36px;
	font-weight: normal;
}

.about-us-header-sub-text {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
    font-family: SterlingDisplay Roman;
    font-size: 20px;
	font-weight: normal;
}

.about-us-paragraph-wrap {
	display: flex;
	width: 70%;
	margin: auto;
	margin-top: 20px;
}

.about-us-svg-image {
	height: 360px;
	width: 360px;
	transition: background-image 0.5s;
}

.about-us-svg-image-navette {
	background-image: url("https://aurummarketplace.com/Images/svg-navette-turquoise.svg");
	background-size: cover;
}

	.about-us-svg-image-navette:hover {
		background-image: url("https://aurummarketplace.com/Images/svg-navette-turquoise-color.png");
	}

.svg-image-button {
	background-image: url("https://aurummarketplace.com/Images/svg-button-ring.svg");
	background-size: cover;
}

.paragraph-header-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 360px);
}

.paragraph-header-wrap-full-width {
	width: 100%;
}

.about-us-paragraph-header {
	font-family: Santral;
	font-size: 22px;
	padding-left: 30px;
	margin: 0px;
	margin-bottom: 10px;
}

.about-us-paragraph {
	margin: 0px;
	padding-left: 30px;
	color: rgb(60, 60, 60);
	font-family: Santral;
	font-size: 18px;
	line-height: 28px;
	box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	.about-us-section {
		margin-top: 0px;
	}

	.about-us-header-wrap {
		margin: 0px;
		padding: 20px;
	}

	.square {
		height: 30px;
		width: 30px;
	}

	.square-34px {
		height: 34px;
		width: 34px;
	}
	
	.square-38px {
		height: 38px;
		width: 38px;
	}

	.about-us-header {
		padding-top: 80px;
		padding-bottom: 80px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.about-us-header-text {
		font-size: 32px;
	}

	.about-us-paragraph-wrap {
		position: relative;
		display: block;
	}

	.about-us-svg-image {
		height: 0px;
		width: 100%;
		padding-top: 100%;
	}

	.paragraph-header-wrap {
		width: auto;
	}

	.paragraph-header-wrap {
		display: block;
	}

	.about-us-paragraph-header {
		padding: 0px;
		font-family: Santral Medium;
		font-weight: 500;
	}

	.about-us-paragraph {
		padding: 0px;
		color: rgb(60, 60, 60);
		font-family: Santral Medium;
		font-size: 16px;
	}
}