@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
  font-family: Neusharp;
  src: url(./fonts/Neusharp-Bold.otf);
  font-weight: 800;
}

*{
padding:0px;
border:0px;
margin:0px;
}

html{
width:100%;
min-width:750px;
scroll-behavior: smooth;
margin: 0 auto;
max-width: 2000px;
}

.main_width{
width:750px;
margin:auto;
}


body{
font-family: 'Source Sans 3', sans-serif;
font-weight:400;
background-color: #fff;
width:100%;
}


/* *********************** COMMON *********************** */

p{
color: #232426;
line-height: 30px;
font-size: 17px;
font-weight: 400;
}

p+p{
margin-top: 15px;
}

h1{
color:#fff;
text-transform: uppercase;
font-size: 40px;
font-weight: 800;
line-height: 62px;
font-family: 'Neusharp', sans-serif;
}

h1 .deco{
color: #52B2D8;
}

h2{
color: #1E3D84;
text-transform: uppercase;
font-size: 50px;
font-weight: 800;
line-height: 59px;
margin-bottom: 20px;
font-family: 'Neusharp', sans-serif;
}



a.button{
display: block;
width: fit-content;
text-transform: uppercase;
color: white;
padding: 0 25px 0 10px;
margin:20px 0 0;
font-weight: 300;
font-size: 16px;
text-decoration:none;
transition:all 0.3s;
position: relative;
}

a.button:after{
content:'';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 15px;
height: 10px;
background-image: url(images/icon-button.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

a{
color:inherit;
text-decoration:underline;
transition: all 0.2s ease-in-out;
}

p a:hover{
color:#52B2D8;
}



/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
text-align:center;
background-color:#42A86A;
z-index: 99;
}

#heading p{
color: white;
margin: 0;
padding: 0 70px;
box-sizing: border-box;
font-size: 15px;
}



/* *********************** BANNER / MENU *********************** */
#banner{
width:100%;
position: fixed;
top: 0;
left: 0;
background-color: transparent;
padding: 30px 0;
box-sizing: border-box;
transition: all 0.4s;
z-index: 100;
}

#banner .content{
display: flex;
width: 95vw;
max-width: 1400px;
justify-content: space-between;
align-items: center;
margin: 0 auto;
}

#banner .logo{
width: 300px;
height: auto;
position: relative;
top: 5px;
display: block;
transition: all 0.4s;
}

#banner .logo svg, #banner .logo img{
width: 100%;
height: auto;
}

#banner .logo .negative{
display: none;
}

.menu-links{
text-decoration: none;
cursor: pointer;
text-transform: uppercase;
}

.menu-links.open{
position: absolute;
right: calc( ( ( 100vw - 750px ) / 2 ) + 20px );
top: 50%;
transform: translateY(-50%);
font-size: 17px;
}

.menu-links.open img{
width: 30px;
height: auto;
margin-left: 5px;
transform: translateY(3px);
}

.menu-links.close{
position: absolute;
top: 45px;
left: 25px;
}

.burger{
position: fixed;
top: 0;
right: -400px;
width: 350px;
max-width: 100%;
height: 100vh;
background-color: white;
padding-top: 25px;
margin: 0;
-webkit-box-shadow: 0px 2px 15px 0px #363636;
box-shadow: 0px 2px 15px 0px #363636;
transition: all 0.6s;
overflow-y: auto;
z-index: 100;
}

.burger.open{
right: 0;
}

#banner .burger ul{
padding: 100px 0 50px;
}

#banner .burger ul a{
text-decoration: none;
color: #232426;
font-size: 19px;
text-transform: uppercase;
font-weight: 400;
padding: 20px 25px;
display: block;
}

#banner .burger ul a:hover{
color:#52B2D8;
text-decoration: underline;
}

#banner .langues{
position: absolute;
right: 0;
z-index: 100;
top: 0;
background-color: #1E3D84;
padding: 4px 10px 6px;
border-bottom-left-radius: 13px;
}

#banner .langues a{
color: #fff;
transform: uppercase;
font-size: 14px;
padding: 0 5px 0 9px;
line-height: 16px;
text-decoration: none;
display: inline-block;
}

#banner .langues a.selected{
	font-weight: 900;
}

#banner .langues a+a{
	border-left: 1px solid #fff;
}

html:not([data-scroll='0']) #banner, #banner.not-home{
	background-color:#fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(196,196,196,0.45);
	-moz-box-shadow: 0px 3px 5px 0px rgba(196,196,196,0.45);
	box-shadow: 0px 3px 5px 0px rgba(196,196,196,0.45);
}

html:not([data-scroll='0']) #banner .logo, #banner.not-home .logo{
	width: 300px;
	top: 0;
}

html:not([data-scroll='0']) #banner .logo .positive, #banner.not-home .logo .positive{
	display: none;
}

html:not([data-scroll='0']) #banner .logo .negative, #banner.not-home .logo .negative{
	display: block;
}

/* *********************** PAGES *********************** */


/* ***** HOME ***** */
#home{
text-align:center;
}

#home .c1{
	width: 100%;
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
}

#home .c1 .iframe-container{
	padding: 8.25% 0 0 0;
	margin-top: -27%;
	position: absolute;
	left: -5%;
	top: 0;
	width: 110%;
	height: 816px;
	z-index: -2;
	object-fit: cover;
}

#home .c1 video{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 678px;
    z-index: -1;
    object-fit: cover;
}


#home .c1 .content{
	text-align: left;
	padding: 175px 0 105px;
}

#home .c1 h1{
	max-width: 600px;
}

#home .c1 .button{
	background-color: #1E3D84;
    padding: 6px 20px 6px 40px;
    border-radius: 10px;
}

#home .c1 .button:hover{
    padding: 6px 30px 6px 50px;
	transition: all 0.4s;
}

#home .c1 .button:after{
	background-image: url(images/icon-tel.svg);
	right: unset;
	left: 12px;
	width: 17px;
	height: 18px;
	top: 8px;
	transform: unset;
}

#home .c2{
	background-color: rgba(241,249,251,1);
	padding: 80px 0;
}

#home .c2 .main_width{
	margin-top: -200px;
	padding-top: 200px;
}

#home .c2 .video{
	display: block;
	position: relative;
	width: 100%;
	max-width: 550px;
    margin: 0 auto 70px;
	height: 330px;
    background-color: #c2c2c2;
}

#home .c2 .video iframe{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .c2 .content{
	display: block;
	text-align: left;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

#home .c3{
	margin: 150px 0;
	position: relative;
}

#home .c4+.c3{
	margin: 200px 0 150px;
}

#home .c3 img{
	width: 74%;
	height: auto;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#home .c3 .item{
	text-align: center;
	position: relative;
	width: 100%;
	height: 130px;
}

#home .c3 .owl-carousel{
	margin: 40px 0;
}

#home .c3:before{
	content:'';
	width: 300px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(255,255,255,1) 29%, rgba(255,255,255,0) 100%);
	z-index: 2;
}

#home .c3:after{
	content:'';
	width: 300px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(270deg, rgba(255,255,255,1) 29%, rgba(255,255,255,0) 100%);
	z-index: 1;
}

#home .c4{
	position: relative;
	padding-bottom: 70px;
}

#home .c4 .main_width{
	margin-top: -200px;
	padding-top: 200px;
}

#home .c4:before{
	content:'';
	z-index: -1;
	position: absolute;
	left: 0;
	top: 15%;
	height: 85%;
	width: 100%;
	background-color: rgba(241,249,251,1);
}

#home .c4:after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 550px;
    height: 200px;
    background-image: url(images/ld-export-logo-2024-negative.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#home .c4 h2{
	display: none;
}

#home .c4 .person{
display: inline-block;
width: 80%;
margin: 0 auto 70px;
position: relative;
border-radius: 15px;
overflow: hidden;
height: 400px;
}

#home .c4 .person:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    z-index: 2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 100%);
}

#home .c4 .person .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#home .c4 .person .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home .c4 .person .content{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 15px;
	box-sizing: border-box;
	z-index: 3;
	width: 100%;
	text-align: left;
	transition: all 0.4s;
}

#home .c4 .person.link:hover .content{
	bottom: 30px;
}

#home .c4 .person .content h3{
	color: #1E3D84;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 800;
    line-height: 30px;
    font-family: 'Neusharp', sans-serif;
}

#home .c4 .person .content .job{
	color: #52B2D8;
	text-transform: uppercase;
	font-size: 16px;
	padding-left: 25px;
	font-weight: 700;
	line-height: 19px;
	display: block;
	background-image: url(images/icon-job.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
}

#home .c4 .person .content h3 span.name{
	display: block;
    font-size: 32px;
    font-weight: 800;
    line-height: 33px;
}

#home .c4 .person.link a{
	position: absolute;
	bottom: -100px;
	padding-left: 20px;
	background-image: url(images/socials-linkedin.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #007AB9;
	text-transform: uppercase;
	font-weight: 600;
}

#home .c4 .person.link:hover a{
	bottom: -10px;
}

#home .c5{
	background-color: rgba(241,249,251,1);
	padding: 80px 0;
}

#home .c5 .main_width{
	margin-top: -200px;
	padding-top: 200px;
}

#home .c5 .video{
	display: block;
	position: relative;
	width: 100%;
	max-width: 550px;
	margin: 50px auto 70px;
	height: 330px;
    background-color: #c2c2c2;
}

#home .c5 .video iframe{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .c5 .content{
	display: block;
	position: relative;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

#home .c5 .content a.button{
	color:#1E3D84;
	font-weight: 500;
	margin: 50px 0 0 20px;
}

#home .c5 .package h4{
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
}

#home .c5 .package{
background-color: #fff;
border-radius: 8px;
padding: 20px 30px;
position: relative;
cursor: pointer;
text-align: left;
}

#home .c5 .package+.package{
margin-top: 20px;
}

#home .c5 .package .hide_content{
font-size: 17px;
line-height: 26px;
opacity: 0;
height: 0;
overflow: hidden;
transition: all 0.6s;
transform: translateY(-10px);
}

#home .c5 .package.open .hide_content{
opacity: 1;
height: auto;
transform: translateY(0);
margin-top: 20px;
}

#home .c5 .package .arrow{
position: absolute;
right: 19px;
top: 23px;
width: 20px;
height: 16px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
background-image: url(images/icon-button.svg);
transform: rotate(0);
transition: all 0.6s;
}

#home .c5 .package.open .arrow{
	transform: rotate(180deg);
}

#home .c5 .package .hide_content .infos{
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
}

#home .c5 .package .hide_content .infos+.infos{
	margin-top: 0;
}

#home .c5 .package .hide_content .infos .infos_title{
	color: #297ABE;
}

#home .c5 .package .hide_content .title{
	background-color: rgba(241, 249, 251, 1);
    padding: 8px 15px;
    font-weight: 500;
    color: #297ABE;
    margin: 25px 0 10px;
}

#home .c5 .package .hide_content .items .infos{
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	position: relative;
}

#home .c5 .package .hide_content .items .infos:after{
	content:'';
	width: 2px;
	height: 100%;
	left: 7px;
	top: 0;
	position: absolute;
	background-color: #297ABE;
}

#home .c5 .package .hide_content .items .infos_title{
	display: block;
	font-weight: 500;
}

#home .c5 .package .hide_content p.important{
	margin-top: 20px;
    font-size: 16px;
    line-height: 21px;
    color: #297abe;
	font-weight: 500;
}

#home .c6{
	margin: 0px 0 150px;
	padding-top: 150px;
}

#home .c6.first{
	padding-top: 0;
}

#home .c6 h2{
	margin-bottom: 40px;
	z-index: 5;
	position: relative;
}

#home .c6 .testimonials{
	background-color: rgba(241,249,251,1);
	padding: 50px 0;
	position: relative;
}

#home .c6 .testimonials .owl-carousel+.button{
	color: #1E3D84;
    font-weight: 500;
    margin: 50px auto 20px;
}

#home .c6 .testimonials:before{
	content:'';
	width: 270px;
	height: 300px;
	position: absolute;
	right: 3%;
	top: -120px;
	background-image: url(images/testimonials-before.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
}

#home .c6 .testimonials:after{
	content:'';
	width: 270px;
	height: 300px;
	position: absolute;
	left: 3%;
	bottom: -120px;
	background-image: url(images/testimonials-after.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
}

#home .c6 .item .content{
	font-size: 15px;
	line-height: 22px;
	width: 80%;
	margin: 0 auto 20px;
	text-align: left;
	max-height: 500px;
	overflow: hidden;
	position: relative;
}

#home .c6 .item .content:before{
	content:'';
	width: 500px;
	position: absolute;
	left: 50%;
	top: 470px;
	transform: translateX(-50%);
	height: 30px;
	background: linear-gradient(0deg, rgba(241,249,251,1) 70%, rgba(241,249,251,0) 100%);
	cursor: default;
}

#home .c6 .item .content span.title{
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	text-align: left;
	font-weight: 800;
	display: block;
}

#home .c6 .item .content span.title+span{
	margin-bottom: 10px;
	display: block;
}

#home .c6 .item .content span.more-button{
	position: absolute;
	display: block;
	left: 50%;
	width: fit-content;
	top: 470px;
	padding: 5px 30px 5px 10px;
	color: #fff;
	background-color: #1E3D84;
	transform: translateX(-50%);
	cursor: pointer;
}

#home .c6 .item .content span.more-button:after{
content:'';
position: absolute;
right: 7px;
top: 50%;
transform: translateY(-50%);
width: 15px;
height: 10px;
background-image: url(images/icon-button.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#home .c6 .item .content.active span.more-button, #home .c6 .item .content.active:before{
	display: none;
}

#home .c6 .item .content.active{
	height: fit-content;
	max-height: unset;
}

#home .c6 .item .image{
	width: 120px;
	height: 120px;
	border-radius: 200px;
	background-color: #fff;
	margin: 0 auto 20px;
	overflow: hidden;
}

#home .c6 .item .image img{
	margin: 5%;
	width: 90%;
	height: 90%;
	object-fit: contain;
}

#home .c6 .item .signature{
	font-size: 16px;
	line-height: 22px;
	width: 80%;
	margin: 0 auto 20px;
	text-align: left;
	font-weight: 800;
}

#home .c6 .owl-dot span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background-color: #9DD5E3;
	margin: 0 5px;
}

#home .c6 .owl-dot.active span{
	background-color: #1E3D84;
}

#home .c7{
	background-color: #297ABE;
	padding: 80px 0;
	position: relative;
}

#home .c7:after{
	content:'';
	width: 100px;
	height: 100px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url(images/c7-deco.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;	
}

#home .c7 .image{
	display: block;
	position: relative;
	width: 100%;
	max-width: 350px;
	margin: 0 auto 70px;
	height: 500px;
}

#home .c7 .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home .c7 .content{
	display: block;
	text-align: justify;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

#home .c7 .content p{
	color: #fff;
}

#home .c7 .content img{
	width: 100%;
	height: auto;
	margin-top: 40px;
	transform: rotate(351deg);
}

/* ***** TESTIMONIALS ***** */
#news.list{
	background-color: #f1f9fb;
}

#news.list h1{
	color: #1E3D84;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 800;
	line-height: 59px;
	font-family: 'Neusharp', sans-serif;
	text-align: center;
	max-width: 90vw;
	margin: 0 auto 50px;
	padding-top: 180px;
}

#news.list .filter{
	text-align: center;
	margin-bottom: 50px;
}


#news.list .filter a{
display: inline-block;
width: fit-content;
padding: 5px 30px 5px 10px;
color: #fff;
background-color: #1E3D84;
cursor: pointer;
margin: 0 15px 20px;
text-decoration: none;
position: relative;
}

#news.list .filter a.active{
border: 1px solid #1E3D84;
background-color: #fff;
color: #1E3D84;
}

#news.list .filter a:after{
content:'';
position: absolute;
right: 7px;
top: 50%;
transform: translateY(-50%);
width: 15px;
height: 10px;
background-image: url(images/icon-button.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#news .c1{
	text-align: center;
}

#news .c1 .item{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 150px;
	text-decoration: none;
	border-radius: 100px;
	overflow: hidden;
	transition: all 0.4s;
	background-color: #fff;
	margin: 0 30px 50px;
}

#news .c1 .item:hover{
	transform: scale(1.1);
}

#news .c1 .item img{
	margin: 15%;
	width: 70%;
	height: 70%;
	object-fit: contain;
}

#news .microdata{
	display: none;
}

#news .c2{
}

#news .c2 .intro{
	background-color: #f1f9fb;
	padding: 150px 0 20px;
}

#news .c2 .intro .photo{
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	overflow: hidden;
	background-color: #fff;
	margin: 0 auto 30px;
}

#news .c2 .intro .photo img{
	margin: 15%;
	width: 70%;
	height: 70%;
	object-fit: contain;
}

#news .c2 h1{
	color: #1E3D84;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 800;
	line-height: 49px;
	font-family: 'Neusharp', sans-serif;
	text-align: center;
	max-width: 90vw;
	margin: 0 auto;
}

#news .c2 .intro .button{
	background-color: #1E3D84;
	margin: 30px auto;
	padding: 6px 10px 6px 25px;
	font-size: 12px;
}

#news .c2 .intro .button:after{
	right: unset;
	left: 5px;
	transform: translateY(-55%) rotate(90deg);
}

#news .c2 .content{
	display: block;
	margin: 50px auto;
	max-width: 650px;
	width: 100%;
	text-align: left;
}

#news .c2 .content .photo{
	display: none;
}

#news .related{
	text-align: center;
	margin-top: 100px;
	background-color: #f1f9fb;
	padding: 50px 0;
	box-sizing: border-box;
}

#news .related h2{
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 30px;
}

#news .related .item{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 150px;
	text-decoration: none;
	border-radius: 100px;
	overflow: hidden;
	transition: all 0.4s;
	background-color: #fff;
	margin: 0 30px;
}

#news .related .item:hover{
	transform: scale(1.1);
}

#news .related .item img{
	margin: 15%;
	width: 70%;
	height: 70%;
	object-fit: contain;
}

/* ***** Mentions légales ***** */



#legal{
text-align:center;

}


#legal h1{
text-align:center;
margin-top: 250px;
margin-bottom:73px;
color: #1E3D84;
}

#legal h2{
background-position: 0px 7px;
position: relative;
bottom: 0px;
margin-top: 14px;
margin-bottom: 14px;
font-size:28px;
line-height:30px;
background-position: bottom left;
padding-bottom: 7px;
}

#legal h3{
line-height:23px!important;
padding-bottom: 6px!important;
}

#legal p{
margin-bottom:5px;
}

#legal p span{
display:inline-block;
vertical-align:top;
width:166px;
text-decoration:underline;
}

#legal .c0{
width:600px;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
text-align:left;
padding:1%;
margin-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c1{
display:inline-block;
vertical-align:top;
width:90%;
padding:1%;
border:1px solid #c0c0c0;
text-align:left;
margin-bottom:30px;
min-height:262px;
background-color:white;
border-radius:13px;
}

#legal .c1.last{
margin-right:0px;
}

#legal .c1 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2{
width:90%;
padding:1%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
margin-bottom:30px;
height:600px;
overflow:auto;
padding-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c2 h3{

}

#legal .c2 h4{

}

#legal .c2 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2 ul li{
margin-bottom:5px;
font-size:13px;
line-height:22px;
padding-left:15px;
list-style-type:none;
}

#legal .c2 ul ul li{
padding-left:30px;
}

#legal .c2.last{
margin-right:0px;
}


/* ***** 404 ***** */


#e404{
text-align:center;

}


#e404 h1{
text-align:center;
margin-top: 250px;
margin-bottom:73px;
color: #1E3D84;
}


/* *********************** FOOTER *********************** */


#footer{
text-align: center;
margin-top: 100px;
}

#footer .logo{
width: 450px;
height: auto;
margin-bottom: 100px;
}

#footer .menu{
	margin-bottom: 50px;
}

#footer .menu ul{
width: 650px;
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
}

#footer .menu ul a{
text-decoration: none;
color: #232426;
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
}

#footer .menu ul a:hover{
color:#52B2D8;
text-decoration: underline;
}

#footer .footer_c1{
	display: inline-block;
	width: 41%;
	margin-right: 4%;
	padding: 10px 4% 10px 0;
	text-align: left;
	border-right: 2px solid #153F6F;
	vertical-align: top;
}

#footer .footer_c1 a, #footer .footer_c1>span{
	color: #232426;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 30px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	text-decoration: none;
	margin-bottom: 15px;
}

#footer .footer_c1 a:hover{
color:#52B2D8;
text-decoration: underline;
}

#footer .footer_c1 .mail{
	background-image: url(images/icon-mail.svg);
	background-size: 19px;
}

#footer .footer_c1 .tel{
	background-image: url(images/icon-tel.svg);
    background-size: 18px;
    background-position: left 2px top 1px;
}

#footer .footer_c1 .map{
	background-image: url(images/icon-map.svg);
    background-size: 12px;
    background-position: left 5px top;
}

#footer .footer_c2{
	display: inline-block;
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
}

#footer .footer_c2 .form_part{
	margin-bottom: 15px;
}

#footer .footer_c2 label{
	display: block;
    text-transform: uppercase;
    font-size: 14px;
}

#footer .footer_c2 input{
	display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #c3c3c3;
    border-radius: 7px;
	font-family: 'Source Sans 3', sans-serif;
}

#footer .footer_c2 textarea{
	display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #c3c3c3;
    border-radius: 7px;
	max-width: 100%;
	min-width: 100%;
	min-height: 100px;
	font-family: 'Source Sans 3', sans-serif;
}

#footer .footer_c2 .small{
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
}

#footer .footer_c2 .opt_in{
	text-align: left;
	margin-top: 20px;
}

#footer .footer_c2 .opt_in input{
min-height: unset;
display: inline-block;
width: 13px;
max-width: unset;
min-width: unset;
margin-right: 5px;
vertical-align: baseline;
transform: translateY(1px);
border-radius: none;
}

#footer .footer_c2 .opt_in label{
text-transform: none;
display: inline-block;
width: unset;
vertical-align: baseline;
margin: 0;
cursor: pointer;
}

#footer .footer_c2 input.button{
	background-color: #1E3D84;
	padding: 6px 20px;
	border-radius: 10px;
	width: fit-content;
	margin: 0 auto;
	color: #fff;
	border: none;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.4s;
}

#footer .footer_c2 input.button:hover{
	padding: 6px 30px;
}

#footer .footer_c1_c2{
	margin-top: 30px;
}

#footer .footer_c1_c2 a{
	display: inline-block;
	width: 32px;
	height: 32px;
	text-decoration: none;
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#footer .footer_c1_c2 a.linkedin{
	background-image: url(images/socials-linkedin.svg);
}

#footer .footer_c1_c2 a.youtube{
	background-image: url(images/socials-youtube.svg);
}

#footer .title{
color: #1E3D84;
text-transform: uppercase;
font-size: 30px;
font-weight: 800;
line-height: 37px;
margin-bottom: 10px;
font-family: 'Neusharp', sans-serif;
}

#footer p.copyright{
color:#232426;
text-align:center;
font-size:14px;
margin-top:90px;
padding-bottom:15px;
margin-bottom:0px;
}

#footer p.copyright a{
color:#232426;
text-decoration:underline;
}

#footer p.copyright+a{
width: 100px;
display: block;
margin: 0 auto;
padding-bottom: 30px;
}

#footer p.copyright+a img{
width: 100%;
height: auto;
}


.form_response{
position: fixed;
bottom: 50px;
right: -700px;
background-color: #74b643;
padding: 20px 50px;
-webkit-box-shadow: 0px 0px 4px 2px #c0c0c0;
box-shadow: 0px 0px 4px 2px #c0c0c0;
animation-name: response;
animation-duration: 6s;
animation-delay: 1s;
z-index: 100;
}

.form_response p{
	color: #fff;
}

.form_response.error{
background-color: #a34040;
}

@keyframes response {
0% {right: -700px;}
10% {right: 0;}
90% {right: 0;}
100% {right: -700px;}
}



/* ***** CAPTCHA ***** */

.grecaptcha-badge { 
	visibility: hidden; 
}


/* ***** COOKIES ***** */

#cookieChoiceInfo{
	box-sizing: border-box;
}

#cookieChoiceInfo a{
	display: inline-block;
}

/* ***** AOS ***** */

.fade_container {
    overflow-x: hidden;
}


.cls-1 {
fill: #1e3d84;
}

.cls-1, .cls-2, .cls-3, .cls-4, .cls-5 {
stroke-width: 0px;
}

.cls-2 {
fill: #297abe;
}

.cls-3 {
fill: #52b2d8;
}

.cls-4 {
fill: #fff;
}

.cls-5 {
fill: #9dd5e3;
}


/***************************************************
 * Generated by SVG Artista on 8/21/2024, 4:56:27 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}

svg.active .svg-elem-1 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}

svg.active .svg-elem-2 {
  fill: rgb(157, 213, 227);
}

svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s;
}

svg.active .svg-elem-3 {
  fill: rgb(82, 178, 216);
}

svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}

svg.active .svg-elem-4 {
  fill: rgb(41, 122, 190);
}

svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}

svg.active .svg-elem-5 {
  fill: rgb(30, 61, 132);
}

svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

svg.active .svg-elem-6 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7000000000000001s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7000000000000001s;
}

svg.active .svg-elem-7 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-8 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-9 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-10 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-11 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

svg.active .svg-elem-12 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3000000000000003s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3000000000000003s;
}

svg.active .svg-elem-13 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

svg.active .svg-elem-14 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5000000000000002s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5000000000000002s;
}

svg.active .svg-elem-15 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-16 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-16 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-17 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

svg.active .svg-elem-17 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-18 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8000000000000003s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8000000000000003s;
}

svg.active .svg-elem-18 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-19 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

svg.active .svg-elem-19 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-20 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .svg-elem-20 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-21 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .svg-elem-21 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-22 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .svg-elem-22 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-23 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3000000000000003s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3000000000000003s;
}

svg.active .svg-elem-23 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-24 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
}

svg.active .svg-elem-24 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-25 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5000000000000004s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5000000000000004s;
}

svg.active .svg-elem-25 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-26 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

svg.active .svg-elem-26 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-27 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

svg.active .svg-elem-27 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-28 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8000000000000003s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8000000000000003s;
}

svg.active .svg-elem-28 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-29 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s;
          transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s;
}

svg.active .svg-elem-29 {
  fill: rgb(255, 255, 255);
}