body {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 300;
}
main {
	height: 100vh;
}
#right {
	background: url(../images/forme02.png) no-repeat bottom left #c0ce2e;
}
#left {
	background: url(../images/forme01.png) no-repeat bottom left;
}
.coords, .metier {
	transform: rotate(-14.5deg);
}
.coords ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
}
h1 strong {
	font-weight: 400;
}
h1 {
	font-weight: 300
}


#right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 40px;
	text-align: center;
	color: rgba(255,255,255,1);
}
#right ul li {
	margin-bottom: 0;
	line-height: 45px;
	opacity: 0;
}

#right ul li.text-uppercase {
	font-size: 50px;
	color: rgba(255,255,255,.45);
}
a {
	color: black;
	transition: all ease .5s
}
a:hover {
	color: #c0ce2e;
	text-decoration: none;
}
@media (max-width:767px) {
	.row.h-100 {
		height: auto !important;
	}
}