/*
	FRONT PAGE
*/

/* INTRO */
.home-intro {
	position: relative;
	background-color: #aaa;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom center;
}
.home-intro_video {
	overflow: hidden;
}
.home-intro > .wrap {
	position: relative;
	height: 400px;
}
.home-intro_img > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.home-intro_img {
	aspect-ratio: 3 / 4;
}
@media(min-width: 575px) and (max-width: 991px) {
	.home-intro_img {
		aspect-ratio: 6 / 4;
	}
}
@media(min-width: 992px) and (max-width: 1599px) {
	.home-intro_img {
		aspect-ratio: 16 / 8;
	}
}
@media(min-width: 1600px) {
	.home-intro_img {
		aspect-ratio: 16 / 7;
	}
}
.home-intro__cta {
	position: absolute;
	bottom: 40px;
	left: 30px;
	right: 30px;
	z-index: 2;
	display: grid;
	place-items: center;
}
.home-intro__cta a {
	box-shadow: 0 3px 12px 3px rgba(0, 0, 0, 0.3);
	background: linear-gradient(-90deg, #24B0B3 0%, #007AA5 100%);
}
.home-intro__video {
	position: absolute;
	min-height: 100%;
    min-width: 100%;
    height: auto;
    top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
	object-fit: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
@media(min-width: 768px) and (max-width: 991px) {
	.home-intro_video > .wrap {
		height: calc(100vh - 115px);
		min-height: 600px;
	}
}
@media(min-width: 991px) {
	.home-intro_video > .wrap {
		height: calc(100vh - 170px);
		min-height: 600px;
	}
}
.home-intro__title {
	position: absolute;
	bottom: 70px;
	right: 30px;
	display: flex;
	align-items: center;
	width: 260px;
	height: 260px;
	border-radius: 400px;
	background-image: linear-gradient(to right, rgba(0,122,165,0.85) 0%, rgba(36,176,179,0.85) 100%);
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 2rem;
	line-height: 1.1;
	text-transform: uppercase;
}
.home-intro__title span {
	padding-left: 30px;
}
.home-intro__title strong {
	font-size: 3rem;
	font-weight: 700;
}
@media(min-width: 768px) {
	.home-intro__title {
		bottom: 85px;
		right: 85px;
		width: 400px;
		height: 400px;
		font-size: 2.8rem;
	}
	.home-intro_video .home-intro__title {
		bottom: 120px;
		right: 40px;
	}
	.home-intro__title span {
		padding-left: 70px;
	}
	.home-intro__title strong {
		font-size: 4.4rem;
	}
}
.home-intro__btn {
	position: absolute;
	left: 50%;
	background: #fff url(../../img/arrow-gradient.svg) no-repeat center center;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.10);
	text-align: center;
	border-radius: 76px;
}
.home-intro_video .home-intro__btn {
	bottom: 30px;
}
@media(max-width: 767px) {
	.home-intro__btn {
		display: none;
	}
}
@media(min-width: 768px) {
	.home-intro_img .home-intro__btn {
		bottom: -38px;
		margin-left: -38px;
		width: 76px;
		height: 76px;
		line-height: 76px;
	}
	.home-intro_video .home-intro__btn {
		margin-left: -30px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		background-size: 20px 14px;
	}
}
.home-intro__btn > img {
	display: inline-block;
	vertical-align: middle;
}
.home-layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0 40px;
}
@media(min-width: 768px) {
	.home-layout {
		padding: 80px 0 40px;
	}
}
.home-box {
	width: 100%;
	padding: 40px;
	margin-bottom: 40px;
	background: #fff;
	text-align: center;
}
@media(min-width: 992px) {
	.home-box {
		width: calc(50% - 20px);
	}
}
.home-box__title {
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #111;
	font-family: 'Poppins', sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
}
@media(min-width: 992px) {
	.home-box__title {
		font-size: 3rem;
	}
}
.home-box__title::after {
	content: '';
	display: block;
	margin: 30px auto 0;
	width: 50px;
	height: 4px;
	background-image: linear-gradient(-90deg, #5CC5ED 0%, #59BFAC 100%);
}
.home-discover, .home-expertise {
	display: flex;
	flex-direction: column;
}
.home-box__content {
	flex: 1;
}


/* DECOUVRIR */
.home-discover .home-box__title::after {
	background: #007AA5;
}
.home-discover__figures {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.home-discover__figures li {
	list-style: none;
	width: 100%;
}
@media(max-width: 767px) {
	.home-discover__figures li + li {
		margin-top: 30px;
	}
}
@media(min-width: 768px) {
	.home-discover__figures li {
		width: 33.3333%;
	}
	.home-discover__figures figure {
		height: 100px;
	}
}
.home-discover__figures figure {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}
.home-discover__figures img {
	display: block;
	margin: 0 auto;
	max-height: 100px;
}
.home-discover__figures strong {
	display: block;
	margin-bottom: 3px;
	color: #007AA5;
	font-family: 'Poppins', sans-serif;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1;
}
@media(min-width: 768px) {
	.home-discover__figures strong {
		font-size: 5rem;
	}
}
.home-discover__figures span {
	color: #555;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.1;
}

/* EXPERTISE */
.home-expertise .home-box__title::after {
	background: #24B0B3;
}
.home-expertise__figure {
	display: inline-flex;
	align-items: flex-end;
	margin-bottom: 30px;
}
.home-expertise__figure > figure, .home-expertise__figure > div {
	width: 50%;
	padding: 0 20px;
}
.home-expertise__figure img {
	display: block;
}
.home-expertise__figure strong {
	display: block;
	color: #24B0B3;
	font-family: 'Poppins', sans-serif;
	font-size: 5rem;
	font-weight: 600;
	line-height: 1;
}
@media(min-width: 768px) {
	.home-expertise__figure strong {
		font-size: 6rem;
	}
}
.home-expertise__figure span {
	color: #555;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.1;
}
.home-expertise__text {
	max-width: 400px;
	margin: 0 auto 30px;
	color: #4A4A4A;
}

/* NOUS REJOINDRE */
.home-joinus {
	padding: 0;
	background-image: linear-gradient(-90deg, #24B0B3 0%, #007AA5 100%);
	color: #fff;
	text-align: center;
}
.home-joinus > img {
	display: block;
	width: 100%;
}
.home-joinus__content {
	padding: 30px;
}
.home-joinus__title {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
}
.home-joinus__text {
	margin-bottom: 30px;
	font-size: 1.8rem;
}
@media(min-width: 768px) {
	.home-joinus__content {
		padding: 70px;
	}
	.home-joinus__title {
		margin-bottom: 30px;
		text-transform: uppercase;
		font-family: 'Poppins', sans-serif;
		font-size: 3rem;
		font-weight: 600;
	}
	.home-joinus__text {
		margin-bottom: 30px;
		font-size: 2rem;
	}
}

/* ACTUALITES */
.home-post {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 35px;
	text-align: left;
}
.home-post:last-child {
	margin-bottom: 0;
}
@media(max-width: 575px) {
	.home-post > figure {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media(min-width: 576px) {
	.home-post > figure {
		width: 180px;
		flex: 0 0 180px;
		margin-bottom: 0;
	}
	.home-post > div {
		flex: 1;
	}
}
.home-post > figure > img {
	display: block;
	margin: 0 auto;
	border-radius: 130px;
}
.home-post__title {
	margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.2;
}
.home-post__title a {
	color: #000;
	text-decoration: none;
}
.home-post__excerpt {
	margin-bottom: 5px;
	color: #777;
	font-size: 1.4rem;
}
.home-post__link {
	font-family: 'Poppins', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #24B0B3;
}
.home-posts__link {
	font-family: 'Poppins', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #24B0B3;
	text-transform: uppercase;
}
.home-posts__link > span {
	text-decoration: underline;
}
.home-posts__link:hover > span {
	text-decoration: none;
}
.home-posts__link > span ,.home-posts__link::after {
	display: inline-block;
	vertical-align: middle;
}
.home-posts__link::after {
	content: '';
	width: 15px;
	height: 15px;
	margin-left: 10px;
	background-image: url(../../img/arrow-link.svg);
}