body {
	font-size: 12px;
	color: #0f5c70;
	font-family: 'Sora', sans-serif;
}

header {
	margin: auto;
	text-align: center;
}

#logo img {
	width: 15%;
	margin: 27px 0;
}

#cover {
	position: relative;
}

#cover img {
	width: 100%;
	display: block;
	height: auto;
}

#circle {
	position: absolute;
	background-color: #0f5c70;
	color: #faf3dd;
	padding: 100px 20px;
    border-radius: 200px;
    text-transform: uppercase;
    font-size: 28px;
	left: 41%;
	top: 21%;
	line-height: 35px;
	-webkit-box-shadow: 1px 2px 20px 1px #080808;
box-shadow: 1px 2px 20px 1px #080808;
}

.bluecover {
	background-color: #0f5c70;
}

.container {
	width: 1120px;
	margin: auto;
}

nav a {
	text-decoration: none;
	color: white;
	float: left;
	margin: 30px 67px;
}

nav li {
	display: inline-block;
}

nav a:hover {
	font-style: italic;
}

.retour {
	clear: both;
}

#numbers {
	color: #faf3dd;
	font-size: 25px;
	text-align: center;
}

.number {
	font-size: 40px;
	padding-top: 30px;
}

.col3 {
	float: left;
	width: 33.3%;
}

#solutions, #clients, #pselect {
	text-align: center;
}

#solutions img {
	width: 50px;
}

#solutions h1, #pselect h1 {
	color: #a9d413;
	font-size: 30px;
	text-transform: uppercase;
	margin: 50px 0 50px 30px;
	text-align: left;
}

#solutions .col3 div {
	padding-bottom: 80px;
}

#solutions .col3 div p {
	padding-top: 20px;
}

#solutions a:hover img {
	transform: scale(1.2);
}

#solutions a {
	text-decoration: none;
	color: #0f5c70;
}

#greencover {
	background-color: #a9d413;
	padding-bottom: 70px;
}

#clients img {
	width: 130px;
	background-color: white;
	padding: 14%;
	border-radius: 50%;
}

#clients h1 {
		color: #0f5c70;
	font-size: 30px;
	text-transform: uppercase;
	padding: 50px 0 50px 30px;
	text-align: left;
}

#pselect {
	padding-bottom: 90px;
}

.col4 {
	width: 25%;
	float: left;
}

#select p {
	text-align: left;
	text-transform: uppercase;
	margin: 20px 0 0 50px;
	font-size: 19px;
	position: relative;
}

#screen, #select {
	width: 50%;
	float: left;
}

#select a {
	text-decoration: none;
	color: #0f5c70;
	position: relative;
	z-index: 2;
}

#select p:after{
	content:"";
	display: block;
	width: 70%;
	height: 18px;
	background-color:rgba(217,250,116,0.50);
	position: absolute;
	top:11px;
	left: -50px;
	z-index: 1;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	opacity: 0;
	transition: all 0.3s;
}

#select p:hover:after{
	opacity: 1;
	left: -11px;
}

#screen {
	margin-top: 68px;
}

#screen img {
	width: 540px;
}

footer {
	background-color: #323232;
	height: 370px;
	color: white;
}

#footer {
	padding-top: 60px;
	padding-left: 110px;
}

footer h3 {
	text-transform: uppercase;
	padding-bottom: 40px;
}

footer p {
	line-height: 17px;
}

footer a {
	text-decoration: none;
	color: white;
}

footer a:hover {
	transition: all 0.3s linear;
	padding-left: 7px;
}

footer img {
	width: 10%;
	padding: 20px 10px 0 0;
}

#legend {
	padding-top: 15px;
}

#socialn a:hover {
	padding: 0;
}