/* general */

:root {
	--white: #fff;
	--black: #000;
	--yellow: #FFC100;
	--blue: #008CB0;
	--dark: #1A1A1A;
	--light_gray: #F6F4F5;
	--font: "Poppins", sans-serif;
	--transition: all .5s ease-in-out;
	--size_22_5: 22.5rem;
	--size_20: 20rem;
	--size_18: 18rem;
	--size_14: 14rem;
	--size_12: 12rem;
	--size_10: 10rem;
	--size_8: 8rem;
	--size_7_5: 7.5rem;
	--size_7: 7rem;
	--size_6_5: 6.5rem;
	--size_6: 6rem;
	--size_5_5: 5.5rem;
	--size_5: 5rem;
	--size_4_5: 4.5rem;
	--size_4: 4rem;
	--size_3_8: 3.8rem;
	--size_3_6: 3.6rem;
	--size_3_5: 3.5rem;
	--size_3_2: 3.2rem;
	--size_3: 3rem;
	--size_2_8: 2.8rem;
	--size_2_6: 2.6rem;
	--size_2_4: 2.4rem;
	--size_2_2: 2.2rem;
	--size_2: 2rem;
	--size_1_8: 1.8rem;
	--size_1_6: 1.6rem;
	--size_1_5: 1.5rem;
	--size_1_4: 1.4rem;
	--size_1_2: 1.2rem;
}

body {
  	color: var(--white);
  	font-size: var(--size_2);
  	line-height: 110%;
  	font-weight: 400;
  	font-family: var(--font);
  	font-style: normal;
	background: var(--white);
	overflow-x: hidden;
}

path, circle {
  	transition: all .5s ease-in-out;
}

.swiper-container {
  	width: 100%;
  	position: relative;
  	overflow: hidden;
}

a {
	transition: all .5s ease-in-out;
}

.mim-title {
	font-size: var(--size_6_5);
	line-height: 110%;
	font-weight: 700;
	color: var(--white)
}

.mim-title span {
	/* color: var(--blue); */
	font-style: italic;
}

.mim-link-text a {
	display: table;
	text-decoration: underline;
	line-height: 110%;
	font-size: var(--size_2_4);
	font-weight: 500;
	transition: var(--transition);
}

.mim-link-text.white a {
	color: var(--white);
}

.mim-link-text.white a:hover {
	color: var(--yellow);
}

.mim-link-text.blue a {
	color: var(--blue);
}

.mim-link-text.blue a:hover {
	color: var(--dark);
}

.mim-link-text.black a {
	color: var(--dark);
}

.mim-link-text.black a:hover {
	color: var(--blue);
}

.mim-cta a {
	display: table;
	line-height: 110%;
	font-size: var(--size_2_2);
	font-weight: 500;
	border-radius: var(--size_3);
	transition: var(--transition);
	padding: 1.5rem 4rem;
}

.mim-cta.white a {
	background: var(--white);
	color: var(--blue);
}

.mim-cta.white a:hover {
	background: var(--dark);
	color: var(--white);
}

.mim-cta.blue a {
	background: var(--blue);
	color: var(--white);
}

.mim-cta.blue a:hover {
	background: var(--dark);
	color: var(--white);
}

.mim-cta.black a {
	background: var(--black);
	color: var(--white);
}

.mim-cta.black a:hover {
	background: var(--yellow);
	color: var(--black);
}

.mim-cta.white a {
	background: var(--white);
	color: var(--black);
}

.mim-cta.white a:hover {
	background: var(--yellow);
	color: var(--black);
}

.photo-round {
	border-radius: var(--size_5);
	overflow: hidden;
}

main {
	background: var(--black);
}

/* header */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 20rem;
	/* background: var(--white);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
	/* transition: var(--transition); */
	display: block;
	z-index: 99;
}

header.hidden {
	display: none;
}

header.fixed {
	height: 15rem;
}

header.inner {
	height: 15rem;
}

.left-header {
	/* transition: var(--transition); */
}

.left-header a {
	max-width: 11.2rem;
}

.initiative-text {
	color: var(--white);
    font-size: var(--size_1_4);
    line-height: 110%;
	font-style: italic;
    position: absolute;
    right: 0;
    top: 5rem;
	z-index: 1;
	display: none;
}

header.fixed .initiative-text {
	top: 1.5rem;
    color: var(--fff);
}

header.inner .initiative-text {
	top: 1.5rem;
    color: var(--fff);
}

.right-header,
.right-header > nav,
.right-header > nav > ul,
.right-header > nav > ul > li,
.right-header > nav > ul > li > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	position: relative;
}

.right-header {
	height: 5.5rem;
}

header.fixed .right-header,
header.inner .right-header {
	padding: 0 3rem;
}

header.fixed .right-header {
	background: var(--dark);
    /* padding: 1.5rem 3rem; */
    border-radius: var(--size_3);
}

header.inner .right-header {
	background: var(--dark);
    /* padding: 1.5rem 3rem; */
    border-radius: var(--size_3);
}

.right-header > nav > ul > li {
	margin: 0 2rem;
}

.right-header > nav > ul > li:first-child {
	margin-left: 0;
}

.right-header > nav > ul > li:last-child {
	margin-right: 0;
}

.right-header > nav > ul > li > a {
	font-size: var(--size_1_6);
	line-height: 110%;
	color: var(--white);
	font-weight: 500;
	transition: var(--transition);
}

.right-header > nav > ul > li > a:hover {
	color: var(--yellow);
}

.right-header > nav > ul > li > a.active {
	color: var(--yellow);
}

.right-header > nav > ul > li > a:after {
	content: '';
	background: var(--yellow);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: .3rem;
	opacity: 0;
	transition: var(--transition);
}

.right-header > nav > ul > li.sub > a:hover:after {
	opacity: 1;
	width: 100%;
}

.right-header > nav > ul > li.sub.active > a {
    color: var(--yellow);
}

.right-header > nav > ul > li.sub.active > a:after {
	opacity: 1;
	width: 100%;
}

.submenu {
	width: 22rem;
	background: var(--yellow);
	position: absolute;
	top: 6.5rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 1.2rem;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.submenu.active {
	opacity: 1;
	visibility: visible;
	top: 5.5rem;
}

.submenu ul {
	padding: 3rem 2rem;
}

.submenu li:not(:last-child) {
	margin-bottom: 1.2rem;
}

.submenu li a {
	color: var(--black);
	font-size: var(--size_1_6);
	line-height: 100%;
	display: table;
	transition: var(--transition);
}

.submenu li a:hover {
	transform: scale(1.1);
}

.nav-ham {
	display: none;
}


/* main */

/* homepage */

.inner-hp-banner {
	height: 100vh;
	overflow: hidden;
	padding: 2rem;
}

.hp-banner-image {
	height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	border-radius: var(--size_5);
	overflow: hidden;
	z-index: 1;
}

.hp-banner-image .swiper-pagination {
	bottom: 4rem;
}

.hp-banner-image .swiper-pagination .swiper-pagination-bullet {
	background: #F6F4F5;
	width: var(--size_2);
    height: var(--size_2);
}

.hp-banner-image .photo {
	height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	z-index: 1;
}

.hp-banner-image .photo:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(26, 26, 26, 0.50);
}



.hp-banner-image:before {
	content: '';
	background: rgba(26, 26, 26, 0.50);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.hp-banner-content {
    flex-direction: column;
	color: var(--white);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.hp-banner-content h1 {
	font-size: 12rem;
	line-height: 100%;
	font-weight: 800;
}

.hp-banner-content h2 {
	font-size: 12rem;
	line-height: 100%;
	font-weight: 500;
	font-style: italic;
}

.hp-banner-content h3 {
	line-height: 150%;
}

.hp-marques-bloc {
	overflow: hidden;
}

.hp-marques-bloc:before {
	content: '';
	width: 30rem;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--black));
	z-index: 2;
}

.hp-marques-bloc:after {
	content: '';
	width: 30rem;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--black));
	z-index: 2;
}

.hp-marques-bloc:hover .inner {
	animation-play-state: paused;
}

.hp-marques-bloc .inner {
	animation: 20s slide infinite linear;
	white-space: nowrap;
}

.hp-marques-repeat {
	width: 18.75%;
	position: relative;
	margin-right: 1.25%;
	display: inline-block;
}

.hp-marques-bloc.home .hp-marques-repeat a {
    display: block;
}

.hp-marques-bloc.home .hp-marques-repeat .photo {
    overflow: hidden;
    border-radius: 2.5rem;
}

.hp-marques-bloc.home .hp-marques-repeat .photo > img {
    transition: all 1s ease-in-out;
}

.hp-marques-bloc.home .hp-marques-repeat a:hover .photo > img {
    transform: scale(1.1);
}

@keyframes slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.hp-marques-repeat .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 35%;
    background: var(--white);
    padding: 1.5rem;
    border-radius: var(--size_1_8);
    min-width: 12.5rem;
    min-height: 12.5rem;
    transition: all 1s ease-in-out;
	z-index: 1;
}

.hp-marques-repeat .logo.blue {
    background: var(--yellow);
}

.hp-marques-repeat:hover .logo {
    opacity: 0;
}

.inner-hp-partners {
	background: #4D4D4D;
	border-radius: var(--size_5);
	overflow: hidden;
}

.hp-partners-bloc {
    gap: 5rem;
}

/*.hp-partners-bloc {*/
/*	white-space: nowrap;*/
/*	display: inline-block;*/
/*	animation: 30s slide infinite linear;*/
/*}*/

/*.hp-partners-bloc:hover {*/
/*	animation-play-state: paused;*/
/*}*/

/*.hp-partners-bloc img {*/
/*	display: inline-block;*/
/*	margin: 0 10rem;*/
/*}*/

.hp-partners-bloc .bloc {
    margin: 0 10rem;
}

.hp-partners-bloc .bloc:first-child {
    margin-left: 0;
}

.hp-partners-bloc .bloc:last-child {
    margin-right: 0;
}


.left-numb {
	width: 55.2%;
	position: relative;
}

.left-numb .inner {
	flex-direction: column;
	height: 100%;
}

.topL-left-numb {
	width: 47%;
	position: relative;
}

.topL-left-numbBox {
	background: var(--white);
	height: 34.5rem;
	border-radius: var(--size_2);
	margin-top: 2rem;
}

.topR-left-numb {
	width: 50%;
	position: relative;
	background: var(--white);
	height: 44rem;
	border-radius: var(--size_2);
}

.topR-left-numb.bloc-direction {
    justify-content: center;
}

.topB-left-numb {
	background: var(--white);
	height: 15.8rem;
	border-radius: var(--size_2);
	gap: 3rem;
    padding: 4rem;
}

.right-numb {
	width: 43%;
	position: relative;
	background: var(--white);
	height: 44rem;
	border-radius: var(--size_2);
}

.right-bottom-numb {
	width: 100%;
	position: relative;
	/*gap: 1.14%;*/
}

.numb-icon-repeat {
	/*width: 13.3%;*/
	height: 100%;
	position: relative;
	background: var(--white);
	color: var(--dark);
	padding: 3rem;
	border-radius: var(--size_1_8);
	font-size: var(--size_1_8);
	font-weight: 500;
	transition: var(--transition);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.numb-icon-repeat:hover {
    background: #D12F28;
	color: var(--white);
}

/*.numb-icon-repeat img {*/
/*	height: 20rem;*/
/*	object-fit: cover;*/
/*	border-radius: var(--size_2);*/
/*}*/

.numb-icon-repeat:hover path.white {
    fill: #D12F28;
}

.numb-icon-repeat:hover path {
    fill: var(--white);
}

.numb-icon-repeat:nth-child(4n) {
	margin-right: 0;
}

.left-bottom-numb {
	height: 34.5rem;
	background: var(--white);
	border-radius: var(--size_2);
	gap: 3rem;
	padding: 4rem;
}

.numb-bloc .num {
	font-size: 12rem;
	line-height: 100%;
	color: var(--black);
}

.topL-left-numbBox .num {
	font-weight: 600;
}

.numb-bloc .desc {
	color: var(--black);
	line-height: 110%;
}

.numBloc-hov {
    transition: var(--transition);
}

.numBloc-hov:hover {
    background: #D12F28;
}

.numb-bloc .numBloc-hov:hover .num,
.numb-bloc .numBloc-hov:hover .desc {
    color: var(--white);
}

.numb-bloc .numBloc-hov:hover path {
    fill: var(--white);
}

.bloc-direction {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 4rem;
}

.right-numb.bloc-direction {
	justify-content: center;
}

.right-numb .num {
	font-weight: 500;
	font-size: 12.8rem;
    transition: var(--transition);
}

.right-numb .desc {
	font-size: var(--size_2_4);
    transition: var(--transition);
}

.right-num-contentB {
    gap: 2rem;
}

.left-center-numb {
    width: 25.94%;
    position: relative;
    border-radius: var(--size_1_8);
    background: var(--white);
}

.left-center-numb .inner {
    gap: 1rem;
}

.left-center-numb .num {
    font-size: 16.5rem;
    font-style: italic;
}

.right-center-numb {
    width: 72.5%;
    position: relative;
    border-radius: var(--size_1_8);
    background: var(--white);
    justify-content: center;
}

.right-center-numb .inner {
    gap: 3rem;
}

.right-center-numb .num {
    font-size: 12.8rem;
    font-weight: 500;
}

.right-center-numb .desc {
    font-size: var(--size_2_4);
    line-height: 150%;
}









.hp-numbers-section {
	background-image: url('../images/bg-mim.png');
	background-repeat: no-repeat;
	height: 100%;
	background-size: 100% 100%;
}

.numbers-repeat {
	width: 31.25%;
	position: relative;
	margin-right: 3.125%;
	margin-bottom: 3.125%;
	border-radius: var(--size_5);
	background: var(--dark);
	color: var(--white);
	padding: 7rem 6rem 7rem 3rem;
}

.numbers-repeat:nth-child(3n) {
	margin-right: 0;
}

.numbers-repeat:first-child {
	background: var(--light_gray);
	color: var(--dark);
}

.numbers-repeat .num {
	font-size: 11.7rem;
	line-height: 85%;
	font-weight: 500;
}

.inner-hp-joinus {
	background: var(--white);
	border-radius: var(--size_5);
	padding: 5rem;
	transition: var(--transition);
}

.hp-joinus-bloc .tit {
	color: var(--black);
	font-size: 8rem;
	line-height: 110%;
	font-weight: 700;
	transition: var(--transition);
}

.hp-joinus-bloc .tit span {
	font-weight: 300;
	font-style: italic;
	display: block;
}

.inner-hp-joinus:hover {
    background: var(--blue);
}

.inner-hp-joinus:hover .hp-joinus-bloc .tit {
    color: var(--white);
}

.inner-hp-joinus:hover .mim-cta.black a {
    color: var(--blue);
    background: var(--white);
}

.logo-sustainable {
	width: 15.5%;
	position: relative;
}

.logo-sustainable img {
    border-radius: var(--size_2_4);
}

.inner-hp-mimExp {
	background: var(--white);
	border-radius: var(--size_5);
	overflow: hidden;
}

.left-hp-mimExp {
	margin: 0 auto;
}

.left-hp-mimExp .mim-title {
	color: var(--black);
}

.mimExp-cta-repeat:not(:last-child) {
	margin-bottom: 1rem;
}

.mimExp-cta-repeat a {
	border-radius: var(--size_2);
	background: transparent;
	border: 1px solid var(--black);
	padding: 2rem 3rem;
}

.mimExp-cta-repeat a .text {
	font-size: var(--size_2_4);
	font-weight: 500;
	color: var(--black);
	transition: var(--transition);
}

.mimExp-cta-repeat a .arrow {
    transform: rotate(135deg);
}

.mimExp-cta-repeat a:hover {
	background: var(--yellow);
	border: 1px solid var(--yellow);
}

.mimExp-cta-repeat a path {
	fill: var(--black);
}

.right-hp-mimExp .photo:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(26, 26, 26, 0.27);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.right-hp-mimExp .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.quote-testimonials {
	position: absolute;
	top: 2rem;
	left: 0;
	width: 20%;
	z-index: -1;
}

.inner-hp-testimonials {
	margin: 10rem auto 7.5rem;
}

.left-testimonials {
	padding-left: 15rem;
}

.left-testimonials .tit {
	font-size: var(--size_4_5);
	line-height: 110%;
	font-weight: 700;
}

.left-testimonials .desc {
	font-size: var(--size_1_6);
}

.left-testimonials .subtit {
	font-size: var(--size_2_8);
	line-height: 110%;
	color: var(--white);
}

.right-testimonials img.display {
    display: block;
}

.right-testimonials img.hover {
    display: none;
}

.hp-testimonials-section .swiper-button-next:after,
.hp-testimonials-section .swiper-button-prev:after {
	display: none;
}

.hp-testimonials-section .swiper-button-next {
	right: 5rem;
}

.hp-testimonials-section .swiper-button-prev {
	left: 5rem;
}

.hp-testimonials-section .swiper-button-next,
.hp-testimonials-section .swiper-button-prev {
	margin: 0;
}


/* inner */

main .main-container.inner {
	z-index: 1;
}

main .main-container.inner:before {
	content: '';
	width: 100%;
	height: 75vh;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/bg-mim.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: -1;
}

main .main-container.inner > section:first-child {
	padding-top: 16rem;
}

.left-marques-innerBanner {
	width: 49.1%;
	position: relative;
	border-radius: var(--size_3_6);
}

/*.left-marques-innerBanner .inner {*/
/*	padding: 5rem 5rem 10rem;*/
/*	flex-direction: column;*/
/*}*/

.left-marques-innerBanner .top {
    background: var(--white);
    padding: 5rem;
    border-radius: var(--size_3);
}

.left-marques-innerBanner .top.blue {
    background: var(--yellow);
}

.left-marques-innerBanner .bottom {
    background: var(--dark);
    padding: 5rem;
    border-radius: var(--size_3);
    margin-top: 3rem;
}

.right-marques-innerBanner {
	width: 49.3%;
	position: relative;
	border-radius: var(--size_3_6);
	overflow: hidden;
}

.desc-marques {
	font-size: var(--size_2_4);
	line-height: 130%;
	font-weight: 300;
}

.tit-marques {
	font-size: var(--size_2_4);
	line-height: 130%;
	font-weight: 600;
	padding-top: 1.5rem;
}

.marques-innerInfo-repeat {
	width: 32.4%;
	position: relative;
	margin-right: 1.4%;
	background: var(--white);
	border-radius: var(--size_3_6);
	padding: 3rem;
}

.marques-innerInfo-repeat:nth-child(3n) {
	margin-right: 0;
}

.marques-innerInfo-repeat .bloc {
	flex-direction: column;
}

.marques-innerInfo-repeat .bloc .tit {
	font-size: 10rem;
	line-height: 110%;
	font-weight: 600;
	color: var(--dark);
}

.marques-innerInfo-repeat .bloc .desc {
	font-size: var(--size_3);
	line-height: 110%;
	color: var(--dark);
}

.marques-innerInfo-repeat li:not(:last-child) {
	margin-bottom: 1.5rem;
}

.marques-innerInfo-repeat li .inner {
	gap: 2rem;
}

.marques-innerInfo-repeat li .icn {
	width: 12%;
}

.marques-innerInfo-repeat li .icn svg {
	margin: 0 auto;
}

.marques-innerInfo-repeat li .icn path {
    fill: var(--dark);
}

.marques-innerInfo-repeat li .text {
	font-size: var(--size_3);
	line-height: 110%;
	color: var(--dark);
	width: 83%;
	transition: var(--transition);
}

.inner-bannerIn-section {
	text-align: center;
}

.inner-bannerIn-section .photo {
	border-radius: var(--size_5);
	overflow: hidden;
}

.inner-bannerIn-section .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.inner-bannerIn-section .content h1 {
	font-size: 13rem;
	line-height: 110%;
	font-weight: 400;
	display: table;
    margin: 0 auto;
}

.inner-bannerIn-section .content h1 span {
	font-style: italic;
	font-weight: 700;
}


/* contact */

.left-contact {
	width: 49%;
	position: relative;
	background: var(--white);
	border-radius: var(--size_3);
	padding: 3rem;
}

.left-contact-tit {
	font-size: var(--size_4_5);
	line-height: 130%;
	font-weight: 700;
	color: var(--dark);
}

.left-contact-tit span {
	display: block;
	color: var(--blue);
}

.right-contact {
	width: 49%;
	position: relative;
	padding: 3rem;
}

.right-contact-tit {
	font-size: var(--size_4_5);
	line-height: 130%;
	font-weight: 700;
}

.contact-info-repeat:not(:last-child) {
	margin-bottom: 2rem;
}

.contact-info-repeat .photo {
    border-radius: .8rem;
    overflow: hidden;
    margin-top: 3rem;
}

.left-contact-info {
	width: 12%;
	position: relative;
}

.left-contact-info svg {
	width: 100%;
	height: 100%;
}

.right-contact-info {
	width: 85%;
	position: relative;
}

.right-contact-info .tit {
	font-size: var(--size_2_8);
	font-weight: 700;
	transition: var(--transition);
}

.contact-info-repeat circle {
	fill: var(--white);
}

.contact-info-repeat a:hover circle {
	fill: var(--yellow);
}

.contact-info-repeat a:hover .right-contact-info .tit {
	color: var(--yellow);
}

.reso-tit {
	font-size: var(--size_2_8);
	font-weight: 700;
	transition: var(--transition);
}

.reso-bloc .social-bloc {
    gap: 3rem;
}

.contact-form .umbraco-forms-form {
    padding: 0;
}

.contact-form .umbraco-forms-form fieldset {
    padding: 0;
    margin: 0;
}

.contact-form .umbraco-forms-form input.text,
.contact-form .umbraco-forms-form textarea,
.contact-form .umbraco-forms-form select {
    width: 100%;
    max-width: 100% !important;
    border: 0;
    border-bottom: 1px solid var(--black);
    color: var(--dark);
    font-size: var(--size_2_4);
    line-height: 110%;
    font-weight: 600;
    font-family: var(--font);
    font-style: italic;
    padding: 1.2rem 1.5rem;
}

.contact-form .umbraco-forms-form input.text::placeholder,
.contact-form .umbraco-forms-form textarea::placeholder {
    color: rgba(88, 88, 86, 0.71);
    font-size: var(--size_2_4);
    line-height: 110%;
    font-weight: 600;
    font-family: var(--font);
    font-style: italic;
}

.contact-form .umbraco-forms-form input.text:focus,
.contact-form .umbraco-forms-form textarea:focus {
    border: 0;
    border-bottom: 1px solid var(--blue);
}

.contact-form .umbraco-forms-field {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}

.contact-form .umbraco-forms-field div label {
    font-size: var(--size_2);
    line-height: 110%;
    font-weight: 600;
    font-family: var(--font);
    color: var(--dark);
}

.contact-form .umbraco-forms-navigation input {
    display: table;
    line-height: 110%;
    font-size: var(--size_2_2);
    font-weight: 500;
    border-radius: var(--size_3);
    transition: var(--transition);
    padding: 1.5rem 4rem;
    cursor: pointer;
    background: var(--blue);
    color: var(--white);
    border: 0;
    min-width: 20rem;
}

.contact-form .umbraco-forms-navigation input:hover {
    background: var(--dark);
}

.contact-map {
    border-radius: var(--size_2_4);
    overflow: hidden;
}


/* news */

.inner-newsmag-section:nth-child(even) {
    flex-direction: row-reverse;
}

.left-newsmag .photo {
    border-radius: var(--size_3_6);
    overflow: hidden;
}



















.left-newsFilter-text {
	font-size: var(--size_1_6);
	line-height: 110%;
	font-weight: 500;
}

.left-newsFilter-text span {
	color: var(--blue);
}

.right-news-filter {
	gap: 2rem
}

.news-filter-cats ul {
	gap: 1rem;
}

.news-filter-cats li {
	cursor: pointer;
	font-size: var(--size_1_6);
	line-height: 110%;
	font-weight: 500;
	color: var(--white);
	border-radius: var(--size_5);
	background: #232323;
	padding: .8rem 2rem;
	transition: var(--transition);
}

.news-filter-cats li.active {
	background: var(--blue);
}

.news-bloc {
	gap: 1.6%;
}

.news-repeat {
	width: 23.8%;
	position: relative;
	border-radius: 2.5rem;
	margin-bottom: 1.6%;
	overflow: hidden;
}

.news-repeat a {
	display: block;
}

.news-repeat .photo {
	border-radius: 2.5rem;
	overflow: hidden;
}

.news-repeat .photo img {
	transition: var(--transition);
}

.news-repeat a:hover .photo img {
	transform: scale(1.2);
}

.news-repeat .content {
	padding: 2rem 1rem;
}

.news-repeat .content .tit {
	font-size: var(--size_2_4);
	line-height: 130%;
	font-weight: 500;
}

/*.news-repeat a:hover {*/
/*	background: var(--blue);*/
/*}*/

.news-info-bloc {
	gap: 2rem;
	font-size: var(--size_1_8);
}

.time-read {
	gap: 1rem;
}

.pagination-bloc {
	width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    gap: .5rem;
}

#page-numbers {
	display: flex;
	gap: .5rem
}

#page-numbers .page-num {
	background: var(--white);
	color: var(--blue);
	line-height: 110%;
	font-weight: 700;
	border-radius: .5rem;
	width: 6rem;
	height: 6rem;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

#page-numbers .page-num.active {
	background: var(--blue);
	color: var(--white);
}

.pagination-bloc > button {
	width: 8rem;
	height: 6rem;
	background: var(--white);
	border: 0;
	border-radius: .5rem;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.pagination-bloc > button:disabled {
	display: none;
}

.news-filter-search input {
	border-radius: var(--size_5);
	background: #F6F4F5;
	font-size: var(--size_1_5);
	line-height: 110%;
	color: rgba(0, 0, 0, 0.50);
	font-style: italic;
	padding: .7rem 1.5rem;
	min-width: 25rem;
	border: 0;
}

.search-icn {
	position: absolute;
    top: 0;
    right: 0;
    background: var(--blue);
    height: 100%;
    border-radius: 0 var(--size_5) var(--size_5) 0;
    padding: 0rem .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 1;
	cursor: pointer;
}


/* news inner */

.news-date-bloc {
    gap: 1.5rem;
}

.newsExp-text {
    line-height: 150%;
}

.newsExp-text strong {
    color: var(--blue);
    font-weight: 700;
}

.newsExp-text a:hover {
    color: var(--yellow);
}

.newsExp-text li {
    padding-left: 2rem;
    position: relative;
}

.newsExp-text li:not(:last-child) {
    margin-bottom: .8rem;
}

.newsExp-text li:before {
    content: '';
    width: .6rem;
    height: .6rem;
    background: var(--blue);
    position: absolute;
    top: 1rem;
    left: 0;
    border-radius: 50%;
}



/* marques page */

.marques-inner-bloc .news-bloc {
	gap: 1.9%;
}

.marques-inner-bloc .hp-marques-repeat {
	width: 23.57%;
	margin: 0 0 1.9%;
}

.marques-inner-bloc .hp-marques-repeat .photo {
	border-radius: 2.5rem;
	overflow: hidden;
}

.marques-inner-bloc .hp-marques-repeat .photo > img {
    transition: all 1s ease-in-out;
}

.marques-inner-bloc .hp-marques-repeat a:hover .photo > img {
    transform: scale(1.2);
}

.marques-inner-bloc .news-filter-cats li.active {
	background: var(--yellow);
	color: var(--dark);
}

.marques-inner-bloc .left-newsFilter-text span {
	color: var(--yellow);
}

.marques-inner-bloc .search-icn {
	background: var(--yellow);
}

.marques-inner-bloc .search-icn path {
	fill: var(--dark);
	stroke: var(--dark);
}

.marques-inner-bloc #page-numbers .page-num {
    background: var(--white);
    color: var(--dark);
}

.marques-inner-bloc #page-numbers .page-num.active {
    background: var(--yellow);
    color: var(--dark);
}

.pagination-bloc > button path {
	fill: var(--dark);
}

.marques-inner-bloc .mim-title span {
	display: block;
	color: var(--yellow);
}


/* consommer local */

.engagement-section:before {
    content: '';
    width: 100%;
    height: calc(100% + 50%);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/bg-mim.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.left-engagement .tit {
	font-size: var(--size_4_5);
	font-weight: 700;
	line-height: 125%;
}

.left-engagement .desc {
	line-height: 150%;
}

.right-engagement .photo {
	border-radius: var(--size_4_5);
	overflow: hidden;
}

.inner-where-section .title {
	font-size: var(--size_7);
	font-weight: 700;
	line-height: 101.389%;
}

.left-where .text {
	line-height: 130%;
}

.right-where .inner {
	gap: 2%;
}

.right-where .photo {
	width: 49%;
	position: relative;
	border-radius: var(--size_3);
	overflow: hidden;
	margin-bottom: 2%;
}

.opp .left-hp-mimExp .mim-title {
	font-size: var(--size_4_5);
}

.opp .mimExp-cta-repeat a:hover {
	background: #D12F28;
	border: 1px solid #D12F28;
	color: var(--white);
}

.opp .mimExp-cta-repeat a:hover .text {
	color: var(--white);
}

.opp .mimExp-cta-repeat a:hover path {
	fill: var(--white);
}

.opp .mimExp-cta-repeat .inner {
	gap: 3rem;
}

.opp .left-hp-mimExp .subtitle {
	color: #D12F28;
	font-size: var(--size_2_4);
	line-height: 150%;
	font-weight: 700;
}

.opp .left-hp-mimExp .desc {
	color: var(--dark);
	line-height: 150%;
}

.inner-help-section .title {
	font-size: var(--size_7);
	font-weight: 700;
	line-height: 101.389%;
}

.help-bloc {
    gap: 2%;
}

.help-repeat {
    width: 32%;
	border-radius: var(--size_4_5);
	padding: 5rem;
	background: #D12F28;
	cursor: pointer;
	transition: var(--transition);
}

/*.help-repeat:hover {*/
/*	background: #4D4D4D;*/
/*}*/

.help-repeat.active {
	background: #D12F28;
}

/*.help-repeat:not(:last-child) {*/
/*	margin-bottom: 3rem;*/
/*}*/

.left-help-repeat .tit {
	font-size: var(--size_4_5);
	font-weight: 700;
	line-height: 121.818%;
}

.left-help-repeat .desc {
	font-size: var(--size_2_4);
	line-height: 121.818%;
	font-weight: 300;
	display: none;
}

/*.right-help-repeat .icn {*/
/*	display: none;*/
/*}*/


/* notre equipe */

.team-desc-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/bg-mim.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.inner-team-desc {
	background: var(--white);
	border-radius: var(--size_5);
    overflow: hidden;
}

.left-team-desc .text-bloc {
	padding: 5rem;
	color: var(--dark);
}

.left-team-desc .text-bloc .tit {
	font-size: var(--size_4);
	line-height: 110%;
	font-weight: 700;
}

.left-team-desc .text-bloc .desc {
	line-height: 130%;
	font-size: var(--size_1_8);
}

.left-teamTop {
	width: 36%;
	position: relative;
}

.left-teamTop .photo {
	border-radius: var(--size_2);
	overflow: hidden;
}

.left-teamTop .photo img {
	min-height: 94rem;
	max-height: 94rem;
	object-fit: cover;
}

.right-teamTop {
	width: 61%;
	position: relative;
}

.right-teamTop .tit {
	font-size: var(--size_7);
	font-weight: 700;
	line-height: 101.389%;
}

.right-teamTop .desc {
	font-size: var(--size_1_8);
	line-height: 150%;
}

.teamBottom-cnt {
	width: 61%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.teamBottom-cnt .photo {
	border-radius: var(--size_2);
	overflow: hidden;
}

.teamBottom-cnt .photo img {
	min-height: 34rem;
	max-height: 34rem;
	object-fit: cover;
}

.inner-team-section .swiper-pagination {
	bottom: 4rem;
}

.inner-team-section .swiper-pagination .swiper-pagination-bullet {
	background: #F6F4F5;
	width: var(--size_2);
    height: var(--size_2);
}

/*.teamBottom-cnt .swiper-slide-active {*/
/*	display: none;*/
/*}*/


/* demande d'adhesion */

.left-dd-engagement {
	width: 48%;
	position: relative;
}

.left-dd-engagement .tit {
	font-size: var(--size_4_5);
	line-height: 125%;
	font-weight: 700;
}

.left-dd-engagement .desc {
	line-height: 130%;
}

.right-dd-engagement {
	width: 47%;
	position: relative;
}

.right-dd-engagement .photo {
	border-radius: var(--size_3);
	overflow: hidden;
}

.perm-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/bg-mim.png');
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
	opacity: .7;
    z-index: -1;
}

.inner-perm-section .title {
	font-size: var(--size_7);
	font-style: italic;
	font-weight: 700;
	line-height: 110%;
}

.perm-cnt {
	background: var(--white);
	color: var(--dark);
	padding: 5rem;
	border-radius: var(--size_6);
	height: 90rem;
	cursor: pointer;
}

.perm-bloc .swiper-slide-active .perm-cnt {
	background: var(--yellow);
}

.perm-cnt .icn svg {
    width: var(--size_8);
}

.perm-cnt .icn path {
	fill: var(--yellow);
}

.perm-bloc .swiper-slide-active .perm-cnt .icn path {
	fill: var(--dark);
}

.perm-cnt .tit {
	font-size: var(--size_4);
	font-weight: 700;
	line-height: 110%;
}

.perm-cnt .desc {
	line-height: 130%;
}

.perm-bloc .swiper-pagination {
	bottom: 0;
}

.perm-bloc .swiper-pagination .swiper-pagination-bullet {
	background: #F6F4F5;
	width: 2rem;
    height: 2rem;
}

.left-price-title {
	color: var(--yellow);
	font-size: 9.6rem;
	line-height: 80%;
	font-weight: 500;
}

.left-price-title span {
	font-weight: 700;
}

.right-price-title {
	font-size: var(--size_2_2);
	line-height: 130%;
}

.right-price-title li {
	padding-left: 2.2rem;
	position: relative;
	line-height: 130%;
}

.right-price-title li:not(:last-child) {
	margin-bottom: 1rem;
}

.right-price-title li:before {
	content: '';
	width: .5rem;
	height: .5rem;
	background: var(--white);
	position: absolute;
	top: .8rem;
	left: .5rem;
	border-radius: 50%;
}

.price-choice-bloc {
	gap: 2%;
}

.price-choice-repeat {
	width: 32%;
	position: relative;
	background: var(--white);
	color: var(--black);
	border-radius: var(--size_2_4);
}

.price-choice-repeat .inner {
	padding: 5rem;
}

.price-choice-repeat .tit-bloc {
	min-height: 11.5rem;
}

.price-choice-repeat .tit {
	font-size: var(--size_4);
	line-height: 110%;
	font-weight: 700;
}

.price-choice-repeat .desc {
	line-height: 130%;
}

.price-choice-cnt li {
	cursor: pointer;
}

.price-choice-cnt li:not(:last-child) {
	margin-bottom: 1rem;
}

.choice-bloc {
	gap: 1.5rem
}

.left-choice-bloc .square {
	background: #D9D9D9;
	width: 3.9rem;
	height: 3.9rem;
	border-radius: .5rem;
}

.price-choice-cnt li.active .left-choice-bloc .square {
	background: var(--yellow);
}

.price-answer-bloc {
	background: var(--yellow);
	border-radius: var(--size_2_4);
}

.price-answer-bloc .inner {
	padding: 5rem;
}

.left-price-answer {
	color: var(--black);
}

.left-price-answer .desc {
	font-size: var(--size_2_2);
	line-height: 130%;
	font-weight: 600;
}

.left-price-answer .result {
	font-size: var(--size_4_5);
	line-height: 130%;
	font-weight: 700;
}

.left-price-answer .note {
	font-size: var(--size_2);
	line-height: 110%;
	font-weight: 500;
	font-style: italic;
}

.right-price-answer .mim-cta.black a:hover {
	background: var(--white);
}






/* .inner-price-section {
	background: var(--yellow);
	color: var(--dark);
	padding: 5rem;
	border-radius: var(--size_4_5);
}

.left-price .tit {
	font-size: var(--size_10);
	line-height: 90%;
	font-weight: 700;
}

.left-price .tit span {
	font-weight: 400;
	font-style: italic;
	display: block;
}

.right-price .desc {
	font-weight: 500;
	line-height: 130%;
}

.right-price .desc-cta-bloc li {
	font-weight: 500;
	line-height: 130%;
	position: relative;
	padding-left: 2.5rem;
}

.right-price .desc-cta-bloc li:not(:last-child) {
	margin-bottom: .8rem;
}

.right-price .desc-cta-bloc li:before {
	content: '';
	background: var(--dark);
	width: .4rem;
	height: .4rem;
	position: absolute;
	top: 1rem;
	left: .8rem;
	border-radius: 50%;
}

.right-price .desc-cta-bloc .mim-cta a {
	background: var(--white);
	color: var(--dark);
}

.right-price .desc-cta-bloc .mim-cta a:hover {
	background: var(--dark);
	color: var(--white);
} */

.inner-reseau-section {
	/*background: var(--white);*/
	/*padding: 5rem 10rem;*/
	/*border-radius: var(--size_4);*/
}

.rejoindre .inner-reseau-section {
	background: var(--white);
	padding: 5rem 10rem;
	border-radius: var(--size_4);
}

.inner-reseau-section .title {
	color: var(--white);
	font-size: var(--size_6_5);
	line-height: 118.75%;
	font-style: italic;
}

.rejoindre .inner-reseau-section .title {
    color: var(--dark);
}

.reseau-bloc {
    gap: 2%;
}

.reseau-acc {
    position: relative;
    flex: 1;
    min-height: 60rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
    transition: all .7s ease-in-out;
    border-radius: var(--size_2);
    overflow: hidden;
    z-index: 1;
}

.reseau-acc.active {
    flex: 5;
}

.reseau-acc:nth-child(odd) {
    background: var(--yellow);
}

.reseau-acc:nth-child(even) {
    background: #E0DFDA;
}

.reseau-acc.active {
    background: var(--white);
}

.step-count {
    color: var(--dark);
    font-size: var(--size_4_5);
    line-height: 110%;
    font-weight: 700;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: center center;
    transition: all .7s ease-in-out;
}

.reseau-acc.active .step-count {
    transform-origin: center center;
}

.step-desc {
    opacity: 0;
    width: 0;
    height: 0;
}

.reseau-acc.active .step-desc {
    opacity: 1;
    width: 85%;
    height: 100%;
}

.inner-reseau-section .title span {
	font-weight: 700;
	display: block;
	font-style: normal;
}

.reseau-bloc {
	margin: 7.5rem 0;
}

.reseau-acc .step {
	width: 100%;
	position: relative;
	height: 100%;
	justify-content: center;
    transition: all .7s ease-in-out;
}

.reseau-acc.active .step {
    justify-content: space-between;
}

.reseau-bloc .step .tit {
	font-size: var(--size_2_4);
	line-height: 137.5%;
	color: var(--yellow);
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.reseau-bloc .step ul {
	padding-top: 1.5rem;
}

.reseau-bloc .step li {
	font-weight: 500;
	line-height: 130%;
	position: relative;
	padding-left: 2.5rem;
	font-size: var(--size_1_8);
	color: var(--dark);
}

.reseau-bloc .step li:not(:last-child) {
	margin-bottom: .8rem;
}

.reseau-bloc .step li:before {
	content: '';
	background: var(--dark);
	width: .4rem;
	height: .4rem;
	position: absolute;
	top: 1rem;
	left: .6rem;
	border-radius: 50%;
}

.reseau-acc .photo img {
    height: 60rem;
    object-fit: cover;
}

.reseau-slider {
	height: 60rem;
}

.reseau-slider .swiper-wrapper:after {
	content: '';
	width: 100%;
	height: .3rem;
	background: var(--yellow);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.reseau-slider .swiper-slide {
	display: flex;
}

.reseau-slider .swiper-slide:nth-child(odd) {
	align-items: flex-start;
}

.reseau-slider .swiper-slide:nth-child(even) {
	top: 50%;
	position: relative;
}

.reseau-slider .swiper-slide:nth-child(even) .step {
	padding-top: 5rem;
}

.reseau-slider .swiper-slide .step:before {
	content: '';
	background: var(--yellow);
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.reseau-slider .swiper-slide:nth-child(odd) .step:before {
	top: 50%;
    transform: translate(-50%, -50%);
}

.reseau-slider .swiper-slide:nth-child(even) .step:before {
	top: -1.4rem;
}

.reseau-slider .swiper-slide:first-child .step:before {
	left: 0;
    transform: translate(0, -50%);
}

.reseau-slider .swiper-slide:last-child .step:before {
	right: 0;
	left: auto;
    transform: translate(0, -50%);
}

.icn-reseau {
    position: absolute;
    top: 50%;
    right: -9rem;
    transform: translate(0, -50%);
    width: 5%;
    z-index: 1;
}


/* papvls */

.inner-timeline-section {
	background: #DDDBD0;
	border-radius: var(--size_2_4);
}

.inner-timeline-section .title {
	font-size: var(--size_7);
	font-weight: 700;
	line-height: 101.389%;
	color: var(--dark);
}

.timeline-repeat {
	padding: 5rem 0;
}

.timeline-repeat:nth-child(even) {
	flex-direction: row-reverse;
}

.timeline-repeat:nth-child(even) .left-timeline {
	padding-left: 5rem;
	padding-right: 0;
}

.timeline-repeat:nth-child(even) .right-timeline {
	padding-right: 5rem;
	padding-left: 0;
}

.timeline-repeat:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background: var(--black);
}

.timeline-repeat:after {
	content: '';
	width: var(--size_2_8);
	height: var(--size_2_8);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: var(--black);
}

.left-timeline {
	color: var(--dark);
	padding-right: 5rem;
}

.left-timeline .tit {
	font-size: var(--size_4_5);
	font-weight: 700;
	line-height: 110%;
}

.left-timeline .desc {
	font-size: var(--size_2_2);
	line-height: 120%;
}

.right-timeline {
	padding-left: 5rem;
}

.right-timeline .photo {
	overflow: hidden;
	border-radius: var(--size_2_4);
}


/* engagements et valeurs */

.construct-bloc {
	gap: 2%;
}

.construct-repeat {
	background: var(--blue);
	margin-bottom: 2%;
	border-radius: var(--size_2_4);
	transition: var(--transition);
}

.construct-repeat.big-construct {
	width: 49%;
}

.construct-repeat.sm-construct {
	width: 32%;
}

.construct-repeat.big-construct .inner {
	padding: 5rem 10rem 5rem 5rem;
	gap: 5rem;
	height: 100%;
}

.construct-repeat.sm-construct .inner {
	padding: 3rem 5rem;
	gap: 3rem;
	height: 100%;
}

.construct-repeat .text {
	font-size: var(--size_2_2);
	line-height: 130%;
	font-weight: 600;
	transition: var(--transition);
}

.construct-repeat:hover {
	background: var(--white);
}

.construct-repeat:hover .text {
	color: #015E76;
}


/* le made in moris */

.industrie-mim-bloc {
	gap: 2%;
}

.industrie-mim-repeat {
	width: 32%;
	position: relative;
	background: var(--white);
	border-radius: var(--size_2_4);
}

.industrie-mim-repeat .inner {
	padding: 4rem 1.5rem;
}

.industrie-mim-repeat .tit {
	color: #A2C23A;
	text-align: center;
	font-size: var(--size_6);
	line-height: 110%;
	font-weight: 700;
}

.industrie-mim-repeat .desc {
	color: var(--dark);
	font-weight: 500;
	font-size: var(--size_1_6);
}

.inner-integration-section .title {
	font-size: var(--size_2_4);
	line-height: 130%;
}

.dd-engagement-section.bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bg-mim.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.dd-engagement-section.bg2:before {
    content: '';
    width: 100%;
    height: calc(100% + 25%);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bg-mim.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.integration-bloc {
	gap: 2%;
}

.integration-repeat.big-integration {
	width: 100%;
}

.integration-repeat.sm-integration {
	width: 49%;
	background: #A2C23A;
	margin-bottom: 2%;
	border-radius: var(--size_2_4);
	transition: var(--transition);
}

.integration-repeat.big-integration {
	border-radius: var(--size_2_4);
	background: var(--white);
	transition: var(--transition);
	overflow: hidden;
	margin-bottom: 2%;
}

.integration-repeat.big-integration .inner {
	padding: 5rem 10rem 5rem 5rem;
	gap: 5rem;
	height: 100%;
}

.integration-repeat.sm-integration .inner {
	padding: 3rem 5rem;
	gap: 3rem;
	height: 100%;
}

.integration-repeat .text {
	font-size: var(--size_2);
	line-height: 130%;
	font-weight: 600;
	transition: var(--transition);
	color: var(--dark);
}

.integration-repeat.sm-integration:hover {
	background: var(--white);
}

.integration-repeat .icn {
	min-width: 15rem;
}

.left-big-integration {
	color: var(--black);
}

.left-big-integration .tit {
	font-size: var(--size_2_4);
	line-height: 130%;
	font-weight: 700;
}

.left-big-integration li {
	padding-left: 2.2rem;
	position: relative;
	line-height: 130%;
}

.left-big-integration li:not(:last-child) {
	margin-bottom: 1.5rem;
}

.left-big-integration li:before {
	content: '';
	width: .6rem;
	height: .6rem;
	background: var(--black);
	position: absolute;
	top: .8rem;
	left: .5rem;
	border-radius: 50%;
}


/* nos partenaires */

.left-ladan {
	background: var(--blue);
	border-radius: var(--size_3_6);
}

.left-ladan .inner {
	padding: 5rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	color: var(--white);
}

.left-ladan .tit {
	font-size: var(--size_10);
	line-height: 100%;
	font-weight: 700;
}

.left-ladan .tit span {
	font-style: italic;
	font-weight: 500;
}

.left-ladan .text {
	line-height: 150%;
	font-weight: 600;
}

.right-ladan {
	width: 48%;
	position: relative;
}

.right-ladan .inner {
	gap: 3.6% 3.6%;
}

.ladan-logo {
	width: 48.2%;
	position: relative;
	margin-bottom: 3.6%;
	border-radius: var(--size_2);
	border: .25rem solid rgba(179, 179, 179, 0.70);
	padding: 0 5rem;
	height: 28.7rem;
	display: flex;
	align-items: center;
}

.ladan-logo:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.amm-tit-section {
	gap: 5rem;
}

.left-amm-tit {
	font-size: var(--size_7);
	line-height: 101.389%;
	font-weight: 700;
	color: var(--white)
}

.amm-eco-bloc {
	gap: 1.85%;
}

.amm-eco-repeat {
	width: 32.1%;
	position: relative;
	margin-bottom: 1.85%;
	background: #4D4D4D;
	border-radius: var(--size_3_6);
	cursor: pointer;
	transition: var(--transition);
}

.amm-eco-repeat .inner {
	padding: 5rem 3rem;
}

.amm-eco-repeat .tit {
	font-size: var(--size_4);
	font-weight: 700;
	line-height: 110%;
	transition: var(--transition);
}

.amm-eco-repeat.active .tit {
	color: var(--blue);
}

.amm-eco-repeat .logo-bloc {
	display: none;
}

.amm-eco-repeat.active {
	background: var(--white);
}

.amm-eco-repeat .bloc {
	gap: 2%;
}

.amm-eco-repeat .inner_Desc {
	color: #4D4D4D;
	text-align: left;
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.amm-eco-repeat .logo {
	width: 49%;
	position: relative;
	margin-bottom: 2%;
}


/* rejoindre */

.reseau-section.rejoindre:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bg-mim.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    z-index: -1;
}



.rejoindre .contact-form .umbraco-forms-form input.text,
.rejoindre .contact-form .umbraco-forms-form textarea,
.rejoindre .contact-form .umbraco-forms-form select {
    background: #F2F1EC;
    border: 1px solid #F2F1EC;
    border-radius: 1.1rem;
    padding: 2rem 3rem;
    margin: 0;
    height: auto;
    min-height: 7rem;
    max-height: 7rem;
    font-size: var(--size_2);
}

.rejoindre .contact-form .umbraco-forms-form textarea {
    height: 100%;
    max-height: 100%;
}

.rejoindre .contact-form .umbraco-forms-form input.text::placeholder,
.rejoindre .contact-form .umbraco-forms-form textarea::placeholder {
    color: rgba(88, 88, 86, 0.71);
    font-size: var(--size_2);
}

.rejoindre .contact-form .umbraco-forms-form legend {
    font-size: var(--size_2_4);
    line-height: 130%;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 2rem;
}

.rejoindre .contact-form .umbraco-forms-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rejoindre .contact-form .umbraco-forms-field {
    width: 49%;
}

.rejoindre .contact-form .umbraco-forms-field.nomdelentreprise {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.addressepostale {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.ajouterautremarque {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.marquescandidates1,
.rejoindre .contact-form .umbraco-forms-field.marquescandidates2,
.rejoindre .contact-form .umbraco-forms-field.marquescandidates3,
.rejoindre .contact-form .umbraco-forms-field.marquescandidates4,
.rejoindre .contact-form .umbraco-forms-field.marquescandidates5,
.rejoindre .contact-form .umbraco-forms-field.marquescandidates6,
.rejoindre .contact-form .umbraco-forms-field.marquescandidates7,
.rejoindre .contact-form .umbraco-forms-field.marquescandidates8,
.rejoindre .contact-form .umbraco-forms-field.marquescandidates9,
.rejoindre .contact-form .umbraco-forms-field.marquescandidates10 {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.quelestlechiffredaffairesdelamarquecandidatantauprogramme1,
.rejoindre .contact-form .umbraco-forms-field.quelestlechiffredaffairesdelamarquecandidatantauprogramme2,
.rejoindre .contact-form .umbraco-forms-field.quelestlechiffredaffairesdelamarquecandidatantauprogramme3,
.rejoindre .contact-form .umbraco-forms-field.quelestlechiffredaffairesdelamarquecandidatantauprogramme4,
.rejoindre .contact-form .umbraco-forms-field.quelestlechiffredaffairesdelamarquecandidatantauprogramme5,
.rejoindre .contact-form .umbraco-forms-field.quelestlechiffredaffairesdelamarquecandidatantauprogramme6,
.rejoindre .contact-form .umbraco-forms-field.quelestlechiffredaffairesdelamarquecandidatantauprogramme7,
.rejoindre .contact-form .umbraco-forms-field.quelestlechiffredaffairesdelamarquecandidatantauprogramme8,
.rejoindre .contact-form .umbraco-forms-field.quelestlechiffredaffairesdelamarquecandidatantauprogramme9,
.rejoindre .contact-form .umbraco-forms-field.quelestlechiffredaffairesdelamarquecandidatantauprogramme10 {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-form fieldset:not(:first-child) {
    margin-top: 3rem;
}

.rejoindre .contact-form .umbraco-forms-navigation input {
    background: var(--yellow);
    color: var(--black);
    margin: 0 auto;
}

.rejoindre .contact-form .umbraco-forms-navigation input:hover {
    background: var(--black);
    color: var(--white);
}

.rejoindre .contact-form .umbraco-forms-field.sommedesmarquescandidates {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.quellessontvosmotivationsarejoindrelemadeinmoris {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.quelestvotresecteurdactivite {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-form fieldset.umbraco-forms-field {
    width: 100%;
    margin-bottom: 2rem;
}

.rejoindre .contact-form .umbraco-forms-form fieldset.umbraco-forms-field legend {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
}

.rejoindre .contact-form .umbraco-forms-form fieldset.umbraco-forms-field .radiobuttonlist > div:not(:last-child) {
    margin-bottom: 1rem;
}

.rejoindre .contact-form .umbraco-forms-form fieldset.umbraco-forms-field .radiobuttonlist label {
    font-weight: 500;
    font-size: var(--size_1_6);
}

.rejoindre .contact-form .umbraco-forms-field.titleanddescription {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.titleanddescription h2 {
    color: var(--blue);
    font-size: var(--size_1_6);
    font-weight: 500;
}

.rejoindre .contact-form .umbraco-forms-field.sivousattestezdunevaleurajouteedaumoins25survotrevosmarquescandidatentaulabelmadeinmorisveuillezrenseignervotreresultatcidessouschaquemarqueproduitdoitobligatoirementrepondreacecritere {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.sivousattestezdunevaleurajouteedaumoins25survotrevosmarquescandidatentaulabelmadeinmorisveuillezrenseignervotreresultatcidessouschaquemarqueproduitdoitobligatoirementrepondreacecritere label.umbraco-forms-label {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--black);
}

.rejoindre .contact-form .umbraco-forms-field.certificatdeconstitutionnon {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.certificatdeconstitutionnon label.umbraco-forms-label {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--black);
}

.rejoindre .contact-form .umbraco-forms-navigation .col-md-12 {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rejoindre .contact-form .umbraco-forms-caption {
    color: var(--dark);
    font-size: var(--size_6_5) !important;
    line-height: 118.75% !important;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    padding-bottom: 5rem;
}

.rejoindre .contact-form .umbraco-forms-field.quelestlepourcentagedactionnariatmauriciendevotreentreprise {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.quelestlepourcentagedactionnariatmauriciendevotreentreprise label.umbraco-forms-label {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--black);
}

.rejoindre .contact-form .umbraco-forms-field.certificatDeConstitutionNon {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.certificatDeConstitutionNon label.umbraco-forms-label {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--black);
}

.rejoindre .contact-form .umbraco-forms-field.mercidenousindiquerpourquoi2 {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.mercidenousindiquerpourquoi2 label.umbraco-forms-label {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--black);
}

.rejoindre .contact-form .umbraco-forms-field.enquelquesmotscommentavezvousincorporeladimensionetlidentitemauricienneavotrevosetablissements {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.enquelquesmotscommentavezvousincorporeladimensionetlidentitemauricienneavotrevosetablissements label.umbraco-forms-label {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--black);
}

.rejoindre .contact-form .umbraco-forms-field.quelestlepourcentagedactionnariatmauriciendevotreentreprise3 {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.quelestlepourcentagedactionnariatmauriciendevotreentreprise3 label.umbraco-forms-label {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--black);
}

.rejoindre .contact-form .umbraco-forms-field.decrivezenquelquesmotscommentvousavezadaptevotreservicealarealitemauricienne {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.decrivezenquelquesmotscommentvousavezadaptevotreservicealarealitemauricienne label.umbraco-forms-label {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--black);
}

.rejoindre .contact-form .umbraco-forms-field.decrivezenquelquesmotscommentsarticulevotreculturedentreprise {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.decrivezenquelquesmotscommentsarticulevotreculturedentreprise label.umbraco-forms-label {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--black);
}

.rejoindre .contact-form .umbraco-forms-field.pourriezvousnousdecrireenquelquesmots1vosvaleurs2votrevisionet3votremission {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.pourriezvousnousdecrireenquelquesmots1vosvaleurs2votrevisionet3votremission label.umbraco-forms-label {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--black);
}

.rejoindre .contact-form .umbraco-forms-field.siouiquelestlepourcentagedeproduitslocaux {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.siouiquelestlepourcentagedeproduitslocaux label.umbraco-forms-label {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--black);
}

.rejoindre .contact-form .field-validation-error {
    display: table;
    font-size: var(--size_1_4);
    margin-top: .5rem;
}

.rejoindre .contact-form .umbraco-forms-field.dataconsent {
    width: 100%;
}

.rejoindre .contact-form .umbraco-forms-field.dataconsent div label {
    font-size: var(--size_1_8);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--black);
    margin-left: 1rem;
}

.rejoindre .contact-form .umbraco-forms-form .umbraco-forms-navigation {
    margin-top: 7.5rem;
    padding: 0;
}

.rejoindre .contact-form .umbraco-forms-field.vouseteseligible.titleanddescription h2,
.rejoindre .contact-form .umbraco-forms-field.vouseteseligible3.titleanddescription h2,
.rejoindre .contact-form .umbraco-forms-field.vouseteseligible5.titleanddescription h2,
.rejoindre .contact-form .umbraco-forms-field.vouseteseligible2.titleanddescription h2,
.rejoindre .contact-form .umbraco-forms-field.vouseteseligible4.titleanddescription h2,
.rejoindre .contact-form .umbraco-forms-field.vouseteseligible6.titleanddescription h2 {
    font-size: var(--size_2_8);
}

.rejoindre-confirm .inner-reseau-section .title {
    font-size: var(--size_3_2);
}

.rejoindre-confirm .inner-reseau-section .desc {
    color: var(--dark);
    line-height: 130%;
}













/* footer */

footer {
	background: var(--black);
}

.left-footer .text {
	color: var(--white);
	font-size: var(--size_1_6);
	line-height: 130%;
}

.right-footer {
    gap: 10%;
}

.right-footer .bloc {
	color: var(--white);
}

.right-footer .bloc-one {
	width: 22%;
}

.right-footer .bloc-two {
	width: 26%; 
}

.right-footer .bloc-three {
	width: 26%;
}

.bloc-footer .tit {
	font-size: var(--size_1_8);
	line-height: 110%;
	margin-bottom: 2rem;
	font-weight: 700;
}

.bloc-footer:not(:last-child) {
	margin-bottom: 5rem;
}

.bloc-footer li a {
	font-size: var(--size_1_6);
	line-height: 110%;
}

.bloc-footer li a:hover {
	color: var(--yellow);
}

.bloc-footer li a.active {
	color: var(--yellow);
}

.bloc-footer .navsub {
    margin: 1.2rem;
    display: none;
}

.bloc-footer .desc {
	font-size: var(--size_1_6);
	line-height: 110%;
}

.bloc-footer .desc a {
	color: var(--white);
}

.bloc-footer .desc a:hover {
	color: var(--blue);
}

.social-bloc {
	gap: 1.5rem;
}

.social-repeat path {
	fill: var(--white);
}

.social-repeat a:hover path {
	fill: var(--yellow);
}

.map iframe {
	border-radius: var(--size_2);
}

.copyright-section {
	color: var(--white);
	font-size: var(--size_1_6);
	line-height: 110%;
}


/*Custom Social Media Icons Starts*/

.social-bloc .social-repeat a {
  border-radius: 5rem;
  display: block;
  overflow: hidden;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform;

  image-rendering: auto;
  -webkit-mask-image: radial-gradient(circle, white 99%, transparent 100%);
}



/*Facebook*/
.social-bloc .social-repeat.icon_fb:hover a {
  background:#fff;
}
.social-bloc .social-repeat.icon_fb:hover path {
  fill: #1877F2;
}

/*Instagram*/
.social-bloc .social-repeat.icon_ig:hover a {
  background: linear-gradient(45deg, #F47133, #BC3081, #4C63D2);
}
.social-bloc .social-repeat.icon_ig:hover path {
  fill: #fff;
}

/*TikTok*/
.social-bloc .social-repeat.icon_tt:hover path {
  fill: #69C9D0;
}

/*LinkedIn*/
.social-bloc .social-repeat.icon_li:hover a {
  background:#fff;
}
.social-bloc .social-repeat.icon_li:hover path {
  fill: #1877F2;
}

/*Custom Social Media Icons Ends*/


/* Search Starts */
.home-search,
.search-keyword {
  display: flex;
  justify-content: center;
  padding: 3rem;
  background: transparent;
}

.home-search form,
.search-keyword form {
  display: flex;
  align-items: stretch;
  border-radius: 3rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  background-color: #F6F4F5;
  overflow: hidden;
  width: 95%;
  max-width: 650px;
}

.home-search input[type="text"],
.search-keyword input[type="text"] {
  flex: 1;
  border: none;
  padding: 2rem 2.5rem;
  font-size: 1.8rem;
  font-style: italic;
  outline: none;
  background: transparent;
  color: #555;
}

.home-search input::placeholder,
.search-keyword input::placeholder {
  color: #888;
  font-size: 1.7rem;
  font-style: italic;
  text-transform: capitalize;
}

.home-search button,
.search-keyword button {
  background: var(--yellow);
  border: none;
  padding: 0 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.home-search button::before,
.search-keyword button::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M7.362 1.007c.643-.021 1.25.078 1.844.226.41.106.813.254 1.188.452.67.353 1.278.784 1.801 1.335.473.509.861 1.066 1.158 1.694.452.946.65 1.948.622 2.993-.014.565-.106 1.115-.275 1.652-.141.466-.324.911-.571 1.334-.14.24-.296.473-.458.699-.099.134-.092.183.028.303.247.247.494.487.734.734.805.805 1.61 1.61 2.415 2.415.847.847 1.694 1.688 2.541 2.542.155.155.325.303.459.479.219.297.198.664-.063.919-.261.254-.642.29-.924.063-.31-.247-.571-.551-.854-.833-1.617-1.617-3.227-3.227-4.844-4.844-.163-.163-.325-.318-.48-.481-.085-.084-.162-.105-.268-.034-.24.17-.473.34-.727.481-.424.233-.869.424-1.335.565-.628.191-1.271.283-1.927.276-.593 0-1.172-.106-1.737-.261-.783-.219-1.482-.586-2.125-1.066-.466-.353-.875-.77-1.235-1.236-.24-.318-.452-.657-.636-1.01-.163-.325-.29-.656-.396-1.009-.226-.741-.318-1.49-.283-2.26.021-.502.12-.996.261-1.476.141-.473.324-.925.564-1.348.24-.431.529-.819.854-1.187.543-.6 1.179-1.073 1.899-1.44.593-.304 1.229-.501 1.885-.6.304-.049.608-.084.89-.084v.007zm.099 11.552c2.81.007 5.105-2.28 5.084-5.097C12.525 4.7 10.259 2.419 7.449 2.44 4.681 2.461 2.436 4.714 2.429 7.482c-.014 2.824 2.288 5.077 5.035 5.084h.094z"/></svg>') no-repeat center;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M7.362 1.007c.643-.021 1.25.078 1.844.226.41.106.813.254 1.188.452.67.353 1.278.784 1.801 1.335.473.509.861 1.066 1.158 1.694.452.946.65 1.948.622 2.993-.014.565-.106 1.115-.275 1.652-.141.466-.324.911-.571 1.334-.14.24-.296.473-.458.699-.099.134-.092.183.028.303.247.247.494.487.734.734.805.805 1.61 1.61 2.415 2.415.847.847 1.694 1.688 2.541 2.542.155.155.325.303.459.479.219.297.198.664-.063.919-.261.254-.642.29-.924.063-.31-.247-.571-.551-.854-.833-1.617-1.617-3.227-3.227-4.844-4.844-.163-.163-.325-.318-.48-.481-.085-.084-.162-.105-.268-.034-.24.17-.473.34-.727.481-.424.233-.869.424-1.335.565-.628.191-1.271.283-1.927.276-.593 0-1.172-.106-1.737-.261-.783-.219-1.482-.586-2.125-1.066-.466-.353-.875-.77-1.235-1.236-.24-.318-.452-.657-.636-1.01-.163-.325-.29-.656-.396-1.009-.226-.741-.318-1.49-.283-2.26.021-.502.12-.996.261-1.476.141-.473.324-.925.564-1.348.24-.431.529-.819.854-1.187.543-.6 1.179-1.073 1.899-1.44.593-.304 1.229-.501 1.885-.6.304-.049.608-.084.89-.084v.007zm.099 11.552c2.81.007 5.105-2.28 5.084-5.097C12.525 4.7 10.259 2.419 7.449 2.44 4.681 2.461 2.436 4.714 2.429 7.482c-.014 2.824 2.288 5.077 5.035 5.084h.094z"/></svg>') no-repeat center;
  background-color: var(--dark);
}

.home-search button:hover,
.search-keyword button:hover {
  background: #555;
}

@media (max-width: 480px) {
  .home-search form,
  .search-keyword form {
    width: 100%;
  }

  .home-search input[type="text"],
  .search-keyword input[type="text"] {
    font-size: 1.4rem;
    padding: 1.2rem 1.6rem;
  }

  .home-search input::placeholder,
  .search-keyword input::placeholder {
    font-size: 1.3rem;
  }

  .home-search button,
  .search-keyword button {
    padding: 0 1.2rem;
  }

  .home-search button::before,
  .search-keyword button::before {
    width: 20px;
    height: 20px;
  }
}


/* Search Ends */

