#s1 {
	background: url(../img/home-s1-background.jpg) 50% / cover no-repeat;
	min-height: 100vh;
}
.s1__bloc {
	font-weight: 800;
	font-size: 21px;
	text-align: center;
	padding: 95px 30px;
	color: #004f50;
	width: 30%;
}
.s1__bloc-1 {
	background-color: #0dd1a1;
	padding: 30px;
}
#content .s1__bloc p:last-child {
	margin-bottom: 0;
}
.s1__bloc-3 {
	background-color: #fce910;
}
.s1__bloc-actu {
	background-color: #fff;
	padding: 40px 20px 30px 20px;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	transition: all ease 300ms;
}
.s1__bloc-actu:hover {
	transform: scale(1.1);
}
.s1__bloc-actu .figure {
	margin-bottom: 25px;
}
.s1__bloc-actu a {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.s1__bloc-actu .title-highlight-2 {
	color: #0e95c4;
	line-height: 1.4;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}

.s2__content,
.s3__content {
	color: #004f50;
	font-weight: 500;
}
#s2 .title-highlight-1 {
	text-transform: none;
	color: #004f50;
	font-weight: 800;
	font-size: 16px;
}

#s3 {
	background-color: #fafafa;
	padding: 35px 0 50px 0;
}
.s3__expertises {
	margin-top: 40px;
}
.s3__expertise-item {
	padding: 25px 0;
	text-align: center;
	height: 100%;
	position: relative;
}
.s3__expertise-item-1 {
	background-color: #63f1fe;
}
.s3__expertise-item-2 {
	background-color: #0dd1a1;
}
.s3__expertise-item-3 {
	background-color: #fce910;
}
.s3__expertise-item-4 {
	background-color: #83c6e1;
}
.s3__expertise-item img {
	display: inline-block;
	margin-bottom: 20px;
	height: 70px;
	width: auto;
}
.s3__expertise-item h3 {
	font-size: 16px;
	font-weight: 800;
	color: #004f50;
	margin-bottom: 0;
	text-transform: uppercase;
}
.s3__expertise-item a {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#s4 {
	background-color: #fff;
	padding: 50px 0;
}
#s4 a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 21px;
	color: #004f50;
	text-align: center;
	line-height: 100px;
	width: 30%;
	transition: all ease 300ms;
}
#s4 a.s4__button-blog {
	background-color: rgba(252, 233, 16, 1.0);
}
#s4 a.s4__button-blog:hover {
	background-color: rgba(252, 233, 16, 0.8);
}
#s4 a.s4__button-portfolio {
	background-color: rgba(99, 241, 254, 1.0);
}
#s4 a.s4__button-portfolio:hover {
	background-color: rgba(99, 241, 254, 0.8);
}
#s4 a.s4__button-contact {
	background-color: rgba(13, 209, 161, 1.0);
}
#s4 a.s4__button-contact:hover {
	background-color: rgba(13, 209, 161, 0.8);
}

@media screen and (max-width:991.98px){
	.s1__bloc {
	    padding: 20px;
	    width: 100%;
	}
	.s1__bloc:not(:last-child) {
	    margin-bottom: 20px;
	}
	.s1__bloc:not(.s1__bloc-actu) br {
	    display: none;
	}
	#s4 a {
	    font-size: 16px;
	}
}
@media screen and (max-width:767.98px){
	#s4 a {
	    font-size: 12px;
	    line-height: 60px;
	}
}
@media screen and (max-width:575.98px){
	.s1__bloc,
	#s2 .title-highlight-2 {
	    font-size: 18px;
	}
	#s4 a {
	    width: 100%;
	    font-size: 14px;
	}
	#s4 a:not(:last-child) {
	    margin-bottom: 20px;
	}
}