.headerBackground {
	position: relative;
}

.headerBackground::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 45vh;
	background-color: #32386a;
	margin: 0 -15px;
}

.headerBackground::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 45vh;
	background-color: #719579;
	bottom: 0;
	margin: 0 -15px;
	z-index: -1;
}

.headerImg {
	position: relative;
}

.headerImg img {
	height: 100%;
	object-fit: cover;
}

span.headerTitle {
	font-size: 66px;
	line-height: 66px;
	font-family: "AriataDisplay Bold";
	color: #32386a;
	position: absolute;
	right: 0;
	top: 5px;
    left: 20px;
}

.formContainer {
	padding: 30px 60px;
	background: #574393;
}

.formContainer h2 {
	font-family: 'AriataDisplay Regular';
	font-size: 30px;
	line-height: 1.12;
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

.form-group label {
	font-family: 'AriataDisplay Medium';
	font-size: 16px;
	color: white;
	line-height: 28px;
	margin-bottom: 0;
	width: 100%;
}

.form-group .form-control {
	border: 0;
	border-radius: 0;
	font-family: 'AriataDisplay Regular';
	color: #8aa16f;
}

.check-radio label {
	font-family: 'AriataDisplay Regular';
	font-size: 12px;
	color: white;
	line-height: 14px;
	margin-bottom: 0;
}

.titleContent h1 {
	font-family: 'AriataDisplay Bold';
	font-size: 70px;
	color: white;
	margin-top: 56px;
}

.titleContent p {
	font-family: 'AriataDisplay Bold';
	font-size: 14px;
	color: #24224d;
}

.titleContentWrapper {
	background: #8682ce;
}

.imageLeftSection {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.imageLeftSection img {
	max-width: 370px;
}

.imageLeftSectionText {
	width: 45%;
	padding-right: 10%;
	position: relative;
	color: #24224d;
}

.imageLeftSectionText.after-top {
	margin-left: 10%;
	width: 35%;
	padding-right: 0;
}

.imageLeftSectionText.after-top.decoration::after {
	content: '';
	width: 74px;
	height: 74px;
	background: #d8d8d8;
	border-radius: 100%;
	top: -40%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: -1;
}

.imageLeftSectionText.after-top h3 {
	margin-top: 10%;
}

.imageLeftSectionText.decoration:not(.no-after, .after-top)::after {
	content: '';
	width: 74px;
	height: 74px;
	background: #d8d8d8;
	border-radius: 100%;
	top: -25%;
	right: 0;
	position: absolute;
}

.content {
	/* padding-top: 60px; */
	padding-bottom: 80px;
}

.content-2 {
	padding-bottom: 39px;
}

.content-2 .container .row:not(:first-child) {
	margin-top: 3rem;
}

.content h2 {
	font-size: 40px;
	font-family: "arya-double", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #61b4c5;
}

.content p {
	color: #111;
}

.decouvrir {
	border-top: solid 1px #979797;
	padding: 29px 0;
}

.decouvrir p {
	font-family: 'AriataDisplay Bold';
	color: #32386a;
	font-size: 30px;
	line-height: 32px;
}

.iconWrapper {
	display: flex;
	justify-content: space-evenly;
	width: 75%;
	margin: 0 auto;
	margin-top: 28px;
}

.iconWrapper svg {
	width: 47px;
}

.iconWrapper a {
	font-family: 'AriataDisplay Bold';
	font-size: 20px;
	line-height: 22px;
}

.iconWrapper a:hover {
	text-decoration: none;
}

.iconWrapper a {
	display: flex;
	align-items: center;
}

.iconWrapper a span {
	margin-left: 15px;
}

.iconWrapper .lab {
	color: #574393;
}

.iconWrapper .food {
	color: #d54b94;
}

.iconWrapper .living {
	color: #8aa16f;
}

.iconWrapper .explore {
	color: #5671b5;
}

.iconWrapper .lab svg {
	fill: #574393;
}

.iconWrapper .food svg {
	fill: #d54b94;
}

.iconWrapper .living svg {
	fill: #8aa16f;
}

.iconWrapper .explore svg {
	fill: #5671b5;
}

.linkWrapper {
	margin-top: 30px;
}

a.downloadLink {
	font-family: 'AriataDisplay Regular';
	font-size: 14px;
	color: #32386a;
	text-decoration: underline;
	line-height: 17px;
	position: relative;
	padding-left: 30px;
	display: inline-flex;
	align-items: center;
}

a.downloadLink::before {
	content: url('../svg/download.svg');
	position: absolute;
	left: 0;
}

.itemSliderEntreprise {
	display: flex;
	align-items: center;
	padding: 42px 35px 20px;
}

.itemSliderEntrepriseImage,
.itemSliderEntrepriseTexte {
	flex: 1 0 50%;
}

.itemSliderEntrepriseTexte h3,
h4 {
	font-family: 'AriataDisplay Medium';
	color: white;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
}

.itemSliderEntrepriseTexte p {
	color: white;
	margin-bottom: 0;
}

.sliderEntrepriseBackground .owl-dots {
	margin-bottom: 25px;
}

.imageResto,
.imagePers {
	display: flex;
}

.imageResto img,
.imagePers img {
	object-fit: cover;
}

.imagePers .imgPersInner {
	flex: 1 0 55%;
}

.imageRestoText {
	padding-left: 70px;
	padding-right: 45px;
	flex: 1 0 45%;
}

.headerExplore {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 13% 0 5%;
}

.headerExplore div {
	width: 75%;
}

.headerExplore h1 {
	font-family: 'AriataDisplay Bold';
	font-size: 84px;
	line-height: 91px;
	margin-bottom: 20px;
	color: white;
}

.headerExplore p {
	margin-bottom: 20px;
	color: white;
}

.titleWrapperExplore {
	margin-top: 62px;
	margin-bottom: 25px;
}

.imageExploreWrapper {
	display: flex;
	align-items: center;
}

.titleWrapperExplore h2 {
	font-family: 'AriataDisplay Bold';
	font-size: 40px;
	line-height: 44px;
	color: #32386a;
}

.imageExploreWrapper img {
	flex: 1 0 50%;
}

.imageExploreWrapper .textWrapper {
	display: flex;
	justify-content: flex-end;
}

.imageExploreWrapper .textWrapper > div {
	width: 70%;
}

.imageExploreWrapper.rightImage {
	display: flex;
	flex-direction: row-reverse;
}

.imageExploreWrapper.rightImage .textWrapper {
	justify-content: flex-start;
}

.imageExploreWrapper.rightImage .textWrapper > div {
	text-align: right;
}

.imageExploreWrapper .textWrapper > div h3 {
	font-family: 'AriataDisplay Bold';
	font-size: 30px;
	line-height: 32px;
	color: #32386a;
}

.imageExploreWrapper .textWrapper > div p {
	color: #32386a;
}

.imageExploreWrapper:last-child {
	margin-bottom: 70px;
}

@media screen and (max-width: 992px) {
	span.headerTitle {
		right: 15px;
	}

	.imageLeftSection {
		flex-direction: column;
	}

	.imageLeftSection img {
		max-width: 100%;
	}

	.imageLeftSectionText {
		width: 100%;
		margin-top: 60px;
	}

	.imageLeftSectionText.after-top {
		width: 100%;
		margin: 0;
	}

	.imageLeftSectionText.after-top:after {
		top: -15%;
	}

	.iconWrapper {
		flex-direction: column;
		width: fit-content;
	}

	.imageResto,
	.imagePers {
		flex-direction: column;
	}

	.imageRestoText {
		padding: 20px 0;
	}
	.imageExploreWrapper,
	.imageExploreWrapper.rightImage {
		flex-direction: column;
	}

	.imageExploreWrapper .textWrapper {
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.imageExploreWrapper img {
		margin-bottom: 10px;
		width: 100%;
	}

	.imageExploreWrapper.rightImage .textWrapper {
		justify-content: flex-end;
	}
}
.row-form {
	height: 64vh;
}

.imgMobile img {
	/* height: 500px; */
}

@media screen and (max-width: 992px) {
	.row-form {
		height: auto !important;
	}

	.imgMobile {
		width: 100%;
		height: 300px;
	}

	.imgMobile img {
		height: 300px;
	}

	.content {
		/* padding-top: 60px; */
		padding-bottom: 0px;
	}

	span.headerTitle {
		font-size: 90px;
	}

	.headerImg img {
		height: auto;
		max-height: 400px;
	}
}

.m__fixedForm {
	background-color: #8aa16f;
	color: white;
	font-family: 'AriataDisplay Regular';
	padding: 20px;
}

.m__fixedForm__field,
.m__fixedForm__label {
	width: 100%;
}

.m__fixedForm__input__text {
	border: none;
}

.m__fixedForm__closer {
	color: white;
}


.light p{
    opacity: .7;
}

/* KREALID */
.carouselme-container {
	width: 80%;
	height: auto;
}
@media screen and (min-width: 993px) {
	.carouselme-container {
		width: 50%;
		height: auto;
	}
}
.carouselme-container .carouselme img {
	height: 100%;
    object-fit: contain;
}
.section-clairsienne-mid {
	background-color: rgba(138,161,111,0.3);
}
.slick-prev.slick-arrow::before,
.slick-next.slick-arrow::before {
	color: #32386a;
}

.atelier--clairisienne-merignac .imageRestoText {
	flex: auto;
}