@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

html{
width:100%;
width:100%;
min-width:750px;
scroll-behavior: smooth;
}

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


body{
font-family: "Inter", sans-serif;
font-weight:400;
width:100%;
color:#004b70;
}


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

p{
color:#004b70;
line-height:24px;
font-size:17px;
}

p a{
text-decoration: underline;
color:#004b70;
transition: all 0.4s;
}

p a:hover{
	color: #f29531;
}

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

h1{
color: #004b70;
font-size: 34px;
font-weight: 600;
line-height: 41px;
font-family: "Inter", sans-serif;
}

h2{
color:#004b70;
font-size: 25px;
font-weight: 600;
line-height: 32px;
font-family: "Inter", sans-serif;
}

a{
text-decoration: none;
cursor: pointer;
}

.button{
padding: 10px 20px;
border-radius: 3px;
border: 1px solid #004b70;
background-color: #fff;
font-weight: 600;
color:#004b70;
font-size: 15px;
line-height: 20px;
display: inline-block;
transition: all 0.4s;
}

.button:hover{
	transform: scale(1.1);
}

.button.button-important{
	background-color: #f29531;
	border: 1px solid #f29531;
	color: #fff;
}

.button.button-tel{
	padding: 10px 20px 10px 35px;
	background-image: url(images/icon-tel-white.svg);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: left 17px center;
}

.button+.button{
	margin-left: 10px;
}

/* *********************** BANNER / MENU *********************** */
#banner{
	padding: 25px 0;
	background-color: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s;
	z-index: 999;
}

#banner .main_width{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#banner .main_width>a{
	width: 200px;
    height: auto;
    transform: translateY(3px);
}

#banner .main_width>a img{
	width: 100%;
    height: auto;
}


/* *********************** BANNER & MENU AU SCROLL *********************** */
html:not([data-scroll='0']) #banner{
-webkit-box-shadow: 0px 3px 15px -8px rgba(194,194,194,1);
-moz-box-shadow: 0px 3px 15px -8px rgba(194,194,194,1);
box-shadow: 0px 3px 15px -8px rgba(194,194,194,1);
}

/* *********************** PAGES *********************** */
/* ***** HOME ***** */
#home{
	padding-top: 160px;
}

#home .intro{
	margin-bottom: 100px;
}

#home .intro{
	text-align: center;
}

#home .intro .content{
	display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 90px;
}

#home .intro .content a img{
	display: none;
}

#home .intro .content h1{
	margin-bottom: 30px;
}

#home .intro .content h1 .important{
background-color: #fef2e6;
display: block;
width: fit-content;
padding: 2px 15px 6px;
border-radius: 2px;
margin: 6px auto 4px;
font-size: 30px;
}

#home .intro .image{
	display: inline-block;
	width: 220px;
	height: 220px;
	background-color: #fff;
	vertical-align: middle;
	position: relative;
	-webkit-box-shadow: 4px 4px 15px -8px rgba(145,145,145,1);
	-moz-box-shadow: 4px 4px 15px -8px rgba(145,145,145,1);
	box-shadow: 4px 4px 15px -8px rgba(145,145,145,1);
	border-radius: 8px;
}

#home .intro .image img{
	width: 76%;
	height: 76%;
	margin: 12%;
	object-fit: contain;
}

#home .intro .image:after{
	content: '';
	position: absolute;
	left: -100px;
	width: calc(100% + 200px);
	height: calc(100% + 200px);
	top: -100px;
	background-image: url(images/intro-image-deco.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
}

#home .counter{
	width: 100%;
    max-width: 550px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #004b70;
    border-radius: 4px;
    margin: 80px auto 0;
	text-align: center;
}

#home .counter h2{
	margin-bottom: 25px;
}

#home .counter h2+div{
	display: flex;
	justify-content: space-around;
}

#home .counter h2+div span{
	display: block;
}

#home .counter h2+div span:first-of-type{
	text-shadow: 1px 0 #004b70, -1px 0 #004b70, 0 1px #004b70, 0 -1px #004b70, 1px 1px #004b70, -1px -1px #004b70, 1px -1px #004b70, -1px 1px #004b70;
	letter-spacing: 1px;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 3px;
	color: #fff;
}

#home .counter h2+div span+span{
	font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

#home .c2{
	position: relative;
	padding: 150px 0;
	text-align: center;
	overflow: hidden;
}

#home .c2:after{
content: '';
background-color: #fef2e6;
position: absolute;
left: -34px;
top: 70px;
z-index: -1;
width: 105%;
height: 321px;
transform: rotate(356deg);
padding: 20px;
}

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

#home .c2 h2{
	margin-bottom: 15px;
	padding-left: 50px;
	background-image: url(images/c2-h2-deco.svg);
	background-size: 36px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 36px;
}

#home .c2 p{
	text-align: justify;
}

#home .c3{
	text-align: center;
	margin-bottom: 100px;
}

#home .c3 .image{
	position: relative;
}

#home .c3 .image:after{        
	content: '';
	position: absolute;
	left: -15px;
	width: calc(100% + 30px);
	height: calc(100% + 60px);
	top: -30px;
	background-image: url(images/c3-images-deco.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
}

#home .c3_c1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 60px;
}

#home .c3_c1 .image{
	width: 240px;
	height: auto;
	margin-right: 65px;
}

#home .c3_c1 .image img{
	width: 100%;
	height: auto;
}

#home .c3_c1 .content{
	flex: 1;
	text-align: left;
}

#home .c3 .content p{
	text-align: justify;
}

#home .c3 h2{
	font-size: 30px;
	font-weight: 600;
	line-height: 39px;
	margin-bottom: 20px;
}

#home .c3 .button{
	margin-top: 20px;
}

#home .c3_c2{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 120px;
}

#home .c3_c2 .image{
	width: 270px;
	height: auto;
	margin-left: 65px;
}

#home .c3_c2 .image img{
	width: 100%;
	height: auto;
}

#home .c3_c2 .content{
	flex: 1;
	text-align: left;
}

#home .c4{
	text-align: center;
	margin-top: 150px;
	background-color: #fef2e6;
	padding: 50px 0 80px;
}

#home .c4 .image{
	width: 200px;
    height: auto;
    margin: -100px auto 40px;
}

#home .c4 .image img{
	width: 100%;
	height:	auto;
}

#home .c4 .content{
	display: block;
	text-align: left;
	max-width: 650px;
	margin: 0 auto;
}

#home .c4 h2{
	margin-bottom: 25px;
	padding-left: 50px;
	background-image: url(images/c4-h2-deco.png);
	background-size: 36px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 36px;
}

#home .c4 p{
	text-align: justify;
}

#home .c4 .count{
	position: relative;
	padding-left: 60px;
}

#home .c4 .count+.count{
	margin-top: 50px;
}

#home .c4 .count p+p{
	margin-top: 7px;
}

#home .c4 .count:after{
	content: '1.';
	position: absolute;
	left: 6px;
	top: -2px;
	line-height: 50px;
	font-size: 50px;
	color: #f29531;
	font-weight: 800;
}

#home .c4 .count+.count:after{
	content:'2.';
	left: 0;
}

#home .c4 .count+.count+.count:after{
	content:'3.';
	left: 0;
}

#home .c5{
	text-align: center;
	margin: 100px auto 30px;
}

#home .c5 a{
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: auto;
	margin: 20px 30px;
}


#home .c5 .main_width>img{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: auto;
	margin: 20px 30px;
}

#home .c5 a img{
	width: 100%;
	height: auto;
}


/* *********************** FOOTER *********************** */
#footer{
	text-align: center;
	background-image: url(images/footer-background.svg);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 200px;
}

#footer p, #footer a, #footer h2{
	color: #fff;
}

#footer .footer_c1{
	width: 100%;
	max-width: 550px;
	margin: 0 auto 80px;
	text-align: center;
}

#footer .button-tel{
	background-color: transparent;
	border: 1px solid #fff;
	background-image: url(images/icon-tel-white.svg);
}

#footer .footer_c1 img{
	width: 100px;
	height: auto;
    margin-bottom: 2px;
}

#footer .footer_c1 h2{
	font-size: 37px;
    line-height: 45px;
    margin: 0 auto 25px;
}

#footer .footer_c2{
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	text-align: left;
}

#footer .footer_c2 h2{
	margin-bottom: 10px;
	text-align: center;
}

#footer .footer_c2 p{
	font-size: 15px;
	padding: 15px 15px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#footer .footer_c2 .deductible p{
	display: block;
}

#footer .footer_c2 p+p{
	border-top: 1px solid #fff;
	margin: 0;
}

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

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

#footer p.copyright .logo{
width: 100px;
display: block;
margin: 0 auto;
padding-bottom: 15px;
margin-top: 20px;
}

#footer p.copyright .logo img{
width: 100%;
height: auto;
opacity: 0.4;
}

@media screen and (max-width: 1700px) {
  #footer {
	background-image: none;
	background: rgb(0,41,62);
	background: linear-gradient(94deg, rgba(0,41,62,1) 0%, rgba(0,75,112,1) 57%);
	padding-top: 100px;
	margin-top: 100px;
  }
}