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

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

#cover {
	position: relative;
}

#black {
	background-color: rgba(0,0,0,0.50);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#logo {
	margin-top: 30px;
	float: left;
}

#menu {
	position: absolute;
	top: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#menu nav {
	background-color: rgba(255,255,255,0.40);
	padding: 15px;
	border-radius: 20px;
	float: right;
	margin-top: 30px;
}

#menu nav a {
	text-decoration: none;
	color: white;
	font-size: 13px;
	padding: 0 25px;
}

#menu li {
	display: inline-block;
}

#logo img {
	width: 150px;
}

#menu h1 {
	text-transform: uppercase;
	font-size: 50px;
	line-height: 63px;
	margin: 100px 0 50px 0;
}

.circle a {
	border: 10px solid white;
	border-radius: 50%;
	float: left;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	margin-right: 60px;
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 150px;
	}

.circle a:hover {
	background:rgba(255,255,255,0.30);
}

#forms {
	position: absolute;
	bottom: -240px;
}

#forms img {
	width: 1920px;
}

#bluecover {
	background-color: #285164;
	color: white;
	height: 650px;
}

#bluecover img {
	width: 94px;
	margin: 0 15px;
	padding: 20px 0;
}

#bluecover p {
    font-size: 20px;
}

#right {
	text-align: right;
	border-right: 7px solid white;
}

.col2 {
	width: 49%;
	float: left;
	
}

#bluecover .col2 {
	padding-top: 240px;
}

.numbers {
	padding: 25px 0;
	margin: 0 15px;
}

#bluecover .numbers p:first-of-type {
	font-size: 50px;
}

#solutions img {
	width: 350px;
	margin: 0 -60px;
}

#solutions h1 {
	color: #B1E9CE;
	font-size: 30px;
	text-transform: uppercase;
	padding: 50px 20px;
}

.retour {
	clear: both;
}

.imgcircle {
	width: 230px;
	height: 230px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 65px;
	position: relative;
}

#gauche .imgcircle {
	float: right;
	clear: both;
	margin-right: 10px;
}

#droite .imgcircle {
	float: left;
	clear: both;
	margin-left: 10px;
}

.survol {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(40,81,100,0.5);
	left: 0;
	right: 0;
	opacity: 0;
	color: black;
	display: flex;
	align-items: center;
}

.imgcircle a:hover .survol {
	opacity: 1;
}

#solutions p {
	color: white;
	text-align: center;
	font-size: 27px;
	width: 100%;
	line-height: 35px;
}

#partners {
	color: black;
}

#formsimg {
	background: url("img/FORMES2.png") no-repeat;
	width: 1920px;
}

#partners h1 {
color: white;
font-size: 30px;
text-transform: uppercase;
padding: 35px 20px;
	text-align: center;
}

#partners p {
	color: #285164;
	text-transform: uppercase;
	font-size: 20px;
line-height: 40px;
}

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

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

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

footer {
	background-color: #285164;
	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;
}

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

#txtpart {
	padding: 230px 145px 50px;
}