body {
	background-color: white;
	font-family: 'Alegreya', 'Cambria', serif;
	font-weight: 400;
	color: #202751;
	font-size: 22px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
	min-height: 700px;
}

body.overflow-hidden {
	overflow: hidden;
}

@media all and (min-width: 1920px) {
	body {
		/*max-width: 1920px;*/
		margin: 0 auto;
		overflow-x: hidden;
	}
	#header > img {
		height: initial !important;
		width: 100% !important;
	}
	#home-footer {
		overflow: hidden !important;
		padding-top: 15% !important;
	}
	#home-footer .home-footer-background {
		top: 0 !important;
		bottom: initial !important;
	}
	#blondellerie-map {
		margin-top: -340px !important;
	}
	.page-hero {
		height: 740px !important;
	}
}


@media all and (max-width: 1700px) {
	body {
		font-size: 20px;
	}
}

@media all and (max-width: 1500px) {
	body {
		font-size: 18px;
	}
}

@media all and (max-width: 1400px) {
	body {
		font-size: 17px;
	}
}

@media all and (max-width: 1200px) {
	body {
		font-size: 16px;
	}
}

@media all and (max-width: 900px) {
	body {
		font-size: 16px;
	}
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img {
		border: none !important;
	}
}

.gradient-top-white {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0.25) 10%, rgba(255,255,255,0) 25%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0.25) 10%, rgba(255,255,255,0) 25%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0.25) 10%, rgba(255,255,255,0) 25%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.gradient-bottom-white {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0.25) 10%, rgba(255,255,255,0) 25%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0.25) 10%, rgba(255,255,255,0) 25%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0.25) 10%, rgba(255,255,255,0) 25%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.gradient-left-blue {
	background: rgb(32,39,81);
	background: -moz-linear-gradient(90deg, rgba(32,39,81,0.95) 5%, rgba(32,39,81,0.4) 50%, rgba(32,39,81,0) 90%);
	background: -webkit-linear-gradient(90deg, rgba(32,39,81,0.95) 5%, rgba(32,39,81,0.4) 50%, rgba(32,39,81,0) 90%);
	background: linear-gradient(90deg, rgba(32,39,81,0.95) 5%, rgba(32,39,81,0.4) 50%, rgba(32,39,81,0) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#202751",endColorstr="#202751",GradientType=1);
}

.gradient-right-blue {
	background: rgb(32,39,81);
	background: -moz-linear-gradient(-90deg, rgba(32,39,81,0.95) 5%, rgba(32,39,81,0.4) 50%, rgba(32,39,81,0) 90%);
	background: -webkit-linear-gradient(-90deg, rgba(32,39,81,0.95) 5%, rgba(32,39,81,0.4) 50%, rgba(32,39,81,0) 90%);
	background: linear-gradient(-90deg, rgba(32,39,81,0.95) 5%, rgba(32,39,81,0.4) 50%, rgba(32,39,81,0) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#202751",endColorstr="#202751",GradientType=1);
}

.gradient-blue {
	background: rgba(32,39,81,0.4);
}

.divider {
	position: absolute;
	left: -2px;
	right: -2px;
	width: 102%;
	pointer-events: none;
}

.divider-top {
	top: -2px;
}

.divider-bottom {
	bottom: -2px;
}

.step-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
	max-width: 1000px;
	width: 100%;
}

.step-wrapper.first-sw {
	margin-top: 80px;
}

.step-wrapper:nth-child(odd) {
	flex-direction: row-reverse;
}

.step-wrapper > img {
	position: relative;
	width: 340px;
	flex-shrink: 0;
}

.step-wrapper .step-content {
	width: calc(100% - 400px);
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: justify;
	max-width: 700px;
}

.step-content a:not(.button) {
	color: #202751;
	font-weight: 800;
	text-decoration: underline;
}

.step-date {
	color: #80849c;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.step-wrapper .step-content .button {
	margin-top: 25px;
}

.step-wrapper-text {
	width: 100%;
}

.step-activities {
	display: flex;
	align-items: flex-start;
	padding-top: 20px;
}

.step-activity {
	position: relative;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step-activity:last-child {
	margin-right: 0;
}

.step-activity img {
	width: 50px;
	margin-bottom: 10px;
}

.activity-text {
	position: absolute;
    top: 60px;
    left: 50%;
    transform: translate3d(-50%, 0px, 0px);
    -webkit-transform: translate3d(-50%, 0px, 0px);
    -moz-transform: translate3d(-50%, 0px, 0px);
    -ms-transform: translate3d(-50%, 0px, 0px);
	white-space: nowrap;
	font-size: 12px;
	opacity: 0;
	transition: opacity 0.25s ease-out;
}

.step-activity:hover .activity-text {
	opacity: 1;
}

.mobile-only {
	display: none !important;
}

@media all and (min-width: 1600px) {
	.step-wrapper {
		max-width: 1200px;
	}
	.step-wrapper > img {
		width: 400px;
	}
	.step-wrapper .step-content {
		width: calc(100% - 460px);
}
}

@media all and (max-width: 1400px) {
	.step-wrapper.first-sw {
		margin-top: 50px;
	}
	.step-wrapper {
		margin-top: 70px;
	}
}

@media all and (max-width: 1300px) {
	.step-wrapper.first-sw {
		margin-top: 30px;
	}
	.step-wrapper {
		margin-top: 50px;
	}
}

@media all and (max-width: 900px) {
	.desktop-only {
		display: none !important;
	}
	.mobile-only {
		display: block !important;
	}
	.step-wrapper {
		flex-direction: column !important;
		margin-bottom: 0px;
		margin-top: 60px;
	}
	.step-wrapper:nth-child(2) {
		margin-top: 30px;
	}
	.step-wrapper > img {
		width: 90%;
		max-width: 300px;
		margin: 0 0 20px 0 !important;
	}
	.step-wrapper .step-content {
		align-items: center;
		text-align: center;
		width: 100%;
		max-width: 600px;
	}
	.step-date { 
		font-size: 16px;
		margin-bottom: 15px;
	}
}