@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sora:wght@100..800&display=swap');

@font-face {
  font-family: Freestyle;
  src: url(./fonts/freestyle.ttf);
  font-weight: 400;
}
* {
    padding:0px;
    border:0px;
    margin:0px;
}
html {
    width:100%;
    min-width:1000px;
    scroll-behavior: smooth;
}
.main_width {
    width:1000px;
    margin:auto;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: white;
    width:100%;
    overflow-x: hidden;
}
body:not(.home-body){
	background: rgba(238,238,238,1);
    background-repeat: no-repeat;
}
p {
    color:#282936;
    line-height:29px;
    font-size:16px;
    margin-bottom:13px;
}
p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h1 span::selection, h2 span::selection, h3 span::selection, p span::selection, a::selection, u::selection, i::selection, li::selection, b::selection {
    color:white;
    background-color:#8bc53f;
}
p.important {
    font-size:150%;
    line-height:130%;
}
h1 {
    font-size: 38px;
    line-height: 49px;
    font-weight: 700;
    color: #165466;
}
h2 {
    color: #165466;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 21px;
    padding-bottom: 6px;
    letter-spacing: 0px;
    margin-top: 40px;
}
h3 {
    color: #165466;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    padding-left: 24px;
    background-image: url('images/common/arrow-right-black.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0px 11px;
}
.button {
    display: inline-block;
    text-transform: uppercase;
    color: white;
	background-color: #8bc53f;
    padding: 9px 60px 9px 23px;
    margin:0px 10px;
    transition: all 0.5s ease-in-out;
    font-size: 15px;
    text-decoration:none;
    transition:all 0.3s;
	background-image:url(images/common/arrow-right-white-long.svg);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 35px;
	transform: translateX(-10px);
	border-radius: 10px;
}
.button:hover {
    padding: 9px 70px 9px 33px;
    margin:0px 0px;
	background-position: right 25px center;
}
a {
    color:inherit;
    text-decoration:underline;
    transition: all 0.2s ease-in-out;
}
p a {
    padding:0px 6px;
}
p a:hover {
    background-color:#8bc53f;
    color:white;
}
#wrapper li {
    list-style-type: none;
    line-height: 19px;
    padding-bottom: 12px;
    padding-left: 30px;
    background-image: url('images/common/arrow-right-black.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 3px 5px;
    font-size: 15px;
    transition:all 0.3s;
}
#wrapper li:hover {
    background-position: 8px 5px;
}
.clear {
    width:100%;
    clear:both;
}
.microdata {
    display:none;
}
#heading {
    width:100%;
    height:3px;
    text-align:center;
    background-color:#003c72;
}

#banner {
	position: fixed;
    width: 100%;
    top: 0;
    font-size: 0;
    transition: all 0.5s ease-in-out;
	z-index: 100;
	background-color: white;
}
.home-body #banner{
background-color: transparent;
}
#banner .c1 {
    display:inline-block;
    vertical-align:top;
    width:20%;
}
#banner .c2 {
    display:inline-block;
    vertical-align:top;
    width:80%;
    text-align:right;
}
#banner .c1 img.logo, #banner .c1 svg{
    width:100%;
    margin-top:29px;
    margin-bottom:29px;
}
#banner .c2 .cta {
    display:inline-block;
    vertical-align:top;
    width:100%;
    background: linear-gradient(to left, #d9d9d9, white);
    background-size:100% 1px;
    background-repeat:no-repeat;
    background-position:bottom;
    text-align:right;
    width:100%;
}
#banner .c2 .cta .button {
    top: 10px;
    font-size: 12px;
    background-color: #8bc53f;
    color: white;
    border: none;
    padding: 6px 15px;
    margin: 4px 0;
}
#banner .c2 .cta a.tel, #banner .c2 .cta a.mail, #banner .c2 .cta a.adresse {
    display:inline-block;
    vertical-align:top;
    color:#282936;
    font-size:13px;
    font-weight:400;
    padding-right:25px;
    padding-top:10px;
    padding-bottom:10px;
    text-decoration:none;
    transition:all 0.5s;
    opacity:0.65;
}
#banner .c2 .cta a.tel:hover, #banner .c2 .cta a.mail:hover, #banner .c2 .cta a.adresse:hover {
    opacity:1;
}
#banner .c2 .cta .social {
    display:inline-block;
    vertical-align:top;
}
#banner .c2 .cta .social img {
    width:17px;
    padding:9px 8px 0px 0px;
}
html:not([data-scroll='0']) #banner {
    position: fixed;
    top: 0;
    z-index: 200;
    transition: 0s;
    box-shadow: 0 -5px 8px lightslategray;
    background-color: white;
}
html:not([data-scroll='0']) #video, html:not([data-scroll='0']) #wrapper {
    margin-top: 125px;
}
html:not([data-scroll='0']) #banner .c2 .cta a {
    transition: 0s;
}
html:not([data-scroll='0']) #banner .c2 .cta .social a {
    position: relative;
    z-index:2000;
}
html:not([data-scroll='0']) #banner .c2 {
    animation: smoothScroll 0.4s 1 forwards;
}
html:not([data-scroll='0']) #banner .c2 .cta {
    background: none;
}
html:not([data-scroll='0']) #banner .cta .button {
    animation: antiSmoothScroll 0.4s 1 forwards;
    position: relative;
    z-index: 1500;
}
html:not([data-scroll='0']) #banner .c1 {
    padding-top: 8px;
    padding-bottom: 8px;
}
html:not([data-scroll='0']) #banner .c1 img.logo, html:not([data-scroll='0']) #banner .c1 svg{
    margin: 9px 0 10px;
    animation: smallLogo 0.4s 1 forwards;
}
html:not([data-scroll='0']) #cssmenu>ul>li>a {
    padding: 0 12px;
}
html:not([data-scroll='0']) #home {
    margin-top: -125px;
}
@keyframes smoothScroll {
    0%  {
        position: relative;
        top: 0;
    }
    100%  {
        position: relative;
        top: -5px;
    }
}
@keyframes antiSmoothScroll {
    0%  {
        position: relative;
        top: 0;
    }
    100%  {
        position: relative;
        top: 57px;
    }
}
@keyframes smallLogo {
    0%  {
        width: 100%;
    }
    100%  {
        width: 80%;
    }
}
#cssmenu {
    padding-top:35px!important;
    height:35px!important;
}
#cssmenu.menu-hidden{
    display: none;
}

html:not([data-scroll='0']) #cssmenu{
    padding-top:31px!important;
}
#cssmenu ul li .first-link{
    font-size:14px!important;
    font-weight:700!important;
    height:35px!important;
    line-height:35px!important;
    color:#165466!important;
	padding-left: 7px!important;
	margin-left: 10px!important;
	padding-right: 7px!important;
	margin-right: 10px!important;
	text-decoration: none;
    text-transform: uppercase;
	transition: color .2s ease;
	display: inline-block;
	cursor: pointer;
}
#cssmenu ul li a.selected{
    border-bottom: 2px solid #8bc53f;
}
#cssmenu ul li:hover>.first-link {
    border-bottom: 2px solid #8bc53f;
}
#cssmenu ul li ul li a {
    font-weight:400!important;
}
#cssmenu.align-center ul ul {
    border-top:1px solid #c0c0c0;
}
#cssmenu.align-center ul li.head {
    position: relative;
}
#cssmenu .sub_menu{
height: 0;
width: 215px;
opacity: 0;
transition: all 0.4s;
position: absolute;
background-color: #f7f7f7;
text-align: left;
left: 10px;
bottom: 0;
transform: translate(0, 100%);
overflow: hidden;
}
#cssmenu .head:hover .sub_menu, #menu .sub_menu:hover {
height: unset;
opacity: 1;
}
#cssmenu .sub_menu a{
width: 100%;
padding: 10px 10px!important;
box-sizing: border-box;
color: #165466!important;
text-decoration: none;
margin: 0!important;
line-height: 25px!important;
height: 45px!important;
font-size: 13px!important;
transition: all 0.4s;
font-weight: 700;
}
#cssmenu .sub_menu a:hover{
color: #8bc53f!important;
}
#cssmenu .sub_menu a+a{
border-top: 1px solid #165466;
}
#cssmenu a.billit{
	padding-left: 37px !important;
	background-image: url(images/billit-logo.svg);
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: left 10px center;
}
#wrapper {
    margin-bottom:60px;
}
body:not(.home-body) #wrapper{
margin-top: 100px;
}
#home{
margin-bottom: -60px;
}
#home #home-intro{
	position: relative;
	height: 100vh;
	padding-top: 110px;
	box-sizing: border-box;
	background-color: white;
	background-image: url(images/home-intro-background.png);
	background-size: 55% 100%;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 900px;
	max-height: 1200px;
}
#home #home-intro .main_width{
	position: relative;
	height: 100%;
}
#home #home-intro .content{
	display: inline-block;
	position: relative;
    transform: none;
    margin-top: 49px;
	max-width: 800px;
	z-index: 2;
}
#home h1{
font-size: 60px;
line-height: 75px;
margin-bottom: 40px;
}
#home h1 .wodry{
display: block;
width: fit-content;
height: 75px;
background-color: #8bc53f;
padding: 5px 35px;
color: white;
overflow: hidden;
}
#home #home-intro .images{
	position: absolute;
    right: 50px;
    width: 500px;
    height: auto;
    bottom: 0;
}
#home #home-intro .images img{
	display: block;
    width: 100%;
    height: auto;
	z-index: 1;
	position: relative;
}
#home #home-intro .images .background{
	content:"";
	position: absolute;
	left: 30px;
	top: 10px;
	width: 100%;
	height: 100%;
	background-image: url(images/home-intro-image-background.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
#home #home-intro .images .deco:first-of-type{
	position: absolute;
	left: -50px;
	width: 150px;
	height: 125px;
	top: 40px;
	display: block;
	background-image: url(images/home-intro-image-before.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
#home #home-intro .images img+.deco{
	position: absolute;
	right: 0;
	width: 180px;
	height: 180px;
	bottom: 0px;
	display: block;
	background-image: url(images/home-intro-image-after.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
#home .down {
	display: block;
	margin: auto;
	width: 80%;
	height: 30px;
	background-image: url(images/common/scroll-down-blue.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 50px;
	animation: 1s ease-in 0s infinite alternate scroll_animation;
}
@keyframes scroll_animation {
	from {bottom:50px;}
	to {bottom:30px;}
}
#home .specialisations{
text-align: center;
padding: 30px 0;
background-color: #165466;
margin-top: 70px;
}
#home .specialisations h2{
color: #fff;
margin-bottom: 0;
}
#home .specialisations a{
text-decoration: none;
max-width: 80%;
margin: 0 20px 10px;
display: inline-block;
}
#home .specialisations a img{
max-width: 100%;
}
#home .c1 {
    display: block;
    width: 100%;
    background-color: white;
}
#home .c1 .main_width{
	position: relative;
}
#home .c1 .title{
padding-left: 40px;
border-left: 3px solid #003c72;
margin-bottom: 30px;
}
#home .c1 .title p{
color: #8bc53f;
text-transform: uppercase;
margin-bottom: 0;
}
#home .c1 .title h2{
margin: 0;
}
#home .c1 .c1-grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	padding: 150px 0;
	width: 100%;
}
#home .c1 .c1-grid>div{
	padding: 40px 30px;
}
#home .c1 .c1-grid .content{
	rid-row: 1/2;
    grid-column: 1/3;
}
#home .c1 .c1-grid .content>p{
	font-size: 17px;
	line-height: 26px;
}
#home .c1 .c1-grid .content .button{
	margin-top: 15px;
}
#home .c1 .grid-item{
border-left: 2px solid #eaeaea;
}
#home .c1 .grid-item:nth-of-type(4), #home .c1 .grid-item:nth-of-type(5), #home .c1 .grid-item:nth-of-type(6), #home .c1 .grid-item:nth-of-type(7){
border-top: 2px solid #eaeaea;
}
#home .c1 .grid-item:nth-of-type(4){
border-left: none;
}
#home .c1 .grid-item a{
text-decoration: none;
}
#home .c1 .grid-item .number{
font-size: 130px;
line-height: 130px;
font-family: 'Roboto', sans-serif;
color: white;
-webkit-text-stroke: 1px #eaeaea;
font-weight: 700;
transition: all 0.2s;
}
#home .c1 .grid-item:hover .number{
-webkit-text-stroke: 1px #165466;
}
#home .c1 .grid-item p{
color: #165466;
font-size: 25px;
line-height: 32px;
min-height: 96px;
}
#home .c1 .grid-item .cta{
color: #8bc53f;
display: inline-block;
padding-right: 55px;
background-image: url(images/common/arrow-right-green.svg);
background-position: right 10px center;
background-repeat: no-repeat;
background-size: 35px;
transition: all 0.4s;
}
#home .c1 .grid-item:hover .cta{
background-position: right center;
transition: all 0.4s;
}
#home .avis-liste{
	text-align: center;
    max-width: 700px;
	width: 85vw;
    margin: 100px auto;
}
#home .avis-liste p.client{
	text-transform: uppercase;
	color: #75767d;
	font-size: 14px;
	line-height: 23px;
}
#home .avis-liste .item{
	position: relative;
	padding-top: 30px;
}
#home .avis-liste .item:after{
	content:'';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 20px;
	background-image: url(images/avis-etoiles-google.svg);
	background-size: contain; 
	background-repeat: no-repeat;
}
#home .avis-liste .owl-carousel .owl-nav button.owl-prev span{
position: absolute;
left: -80px;
top: 50%;
transform: translateY(-100%);
font-size: 70px;
font-weight: 300;
color: #75767d;
}

#home .avis-liste .owl-carousel .owl-nav button.owl-next span{
position: absolute;
right: -80px;
top: 50%;
transform: translateY(-100%);
font-size: 70px;
font-weight: 300;
color: #75767d;
}
#home .c2 {
    display: block;
	width: 100%;
	background-color: #165466;
	background-image: url(images/home-c2-background.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 100px 0 170px;
	overflow: hidden;
	box-sizing: border-box;
}
#home .c2 .main_width{
    position: relative;
}
#home .c2 .title{
padding-left: 40px;
border-left: 3px solid white;
margin-bottom: 85px;
}
#home .c2 .title p{
color: #8bc53f;
text-transform: uppercase;
margin-bottom: 0;
}
#home .c2 .title h2{
margin: 0;
color: white;
}
#home .c2 #slider .content{
	display: inline-block;
    width: 45%;
    margin-right: 4%;
    vertical-align: middle;
}
#home .c2 #slider .content .news_title{
	font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 35px;
	color:white;
}
#home .c2 #slider .content .description{
	color: white;
}
#home .c2 #slider .content .description p{
	color: white;
}
#home .c2 #slider .content .description a{
	color: white;
}
#home .c2 #slider .content .button{
	margin-top: 35px;
}
#home .c2 #slider .content .button:hover{
	transform: none;
}
#home .c2 #slider .images{
	display: inline-block;
    width: 50%;
    vertical-align: middle;
	position: relative;
	height: 525px;
}
#home .c2 #slider .images .img{
	position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 3;
    width: 80%;
    height: 400px;
}
#home .c2 #slider .images .img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#home .c2 #slider .images .img:after{
	content: "";
    position: absolute;
    right: -104px;
    bottom: -37px;
    width: 230px;
    height: 275px;
    background-image: url(images/home-slider-deco.svg);
    background-position: center;
    background-size: 230px;
    background-repeat: no-repeat;
    z-index: -1;
}
#home .c2 #slider .images .img-2{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 80%;
    height: 400px;
}
#home .c2 #slider .images .img-2 img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#home .c2 .owl-nav{
position: absolute;
left: 50%;
bottom: -60px;
color: white;
font-size: 0;
line-height: 25px;
color: #165466;
transform: translateX(-50%);
}
#home .c2 .owl-prev{
background-image: url(images/common/arrow-right-white-long.svg);
background-size: 35px;
transform: rotate(180deg);
background-repeat: no-repeat;
background-position: center;
display: inline-block;
width: 40px;
height: 15px;
margin-right: 50px;
padding: 15px!important;
}
#home .c2 .owl-next{
background-image: url(images/common/arrow-right-white-long.svg);
background-size:  35px;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
width: 40px;
height: 15px;
margin-left: 50px;
padding: 15px!important;
}
#home .c2 .slider-counter{
position: absolute;
left: 50%;
bottom: -55px;
transform: translateX(-50%);
color: white;
font-size: 25px;
}
#home .c3{
background-color: white;
width: 100%;
overflow: hidden;
}
#home .c3 .main_width{
position: relative;
height: 100%;
}
#home .c3 .c3-grid{
padding: 150px 0 100px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-gap: 30px;
width: 100%;
max-width: 1100px;
margin: 0 auto;
}
#home .c3 .title{
padding-left: 40px;
border-left: 3px solid #003c72;
margin-bottom: 30px;
}
#home .c3 .title p{
color: #8bc53f;
text-transform: uppercase;
margin-bottom: 0;
}
#home .c3 .title h2{
margin: 0;
}
#home .c3 .c3-grid .content{
	rid-row: 1/2;
    grid-column: 1/3;
}
#home .c3 .c3-grid .content>p{
	font-size: 17px;
	line-height: 26px;
	max-width: 600px;
}
#home .c3 .c3-grid .content>p+p{
	margin: 0;
}
#home .c3 .grid-item{
position: relative;
height: 275px;
}
#home .c3 .grid-item img{
width: 100%;
height: 100%;
object-fit: cover;
}
#home .c3 .grid-item .nom{
position: absolute;
bottom: 40px;
padding: 0 20px;
color: white;
text-transform: uppercase;
font-weight: 700;
font-size: 25px;
line-height: 25px;
}
#home .c3 .grid-item .titre{
position: absolute;
bottom: 10px;
padding: 0 20px;
color: white;
text-transform: uppercase;
}

/****** NEW HOME ******/
#home .c1{
text-align: center;
overflow: visible;
margin-top: 50px;
}

#home .c1 h2{
opacity: 0;
position: absolute;
left: -9999px;
font-size: 0;
}

#home .c1 .item{
display: inline-block;
width: 42%;
vertical-align: top;
margin: 0 3%;
position: relative;
text-decoration: none;
margin-top: 50px;
}

#home .c1 .item:nth-of-type(even){
margin-top: 100px;
}

#home .c1 .item .img{
width: 100%;
height: 400px;
border-radius: 20px;
overflow: hidden;
position: relative;
}

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

#home .c1 .item .arrow{
position: absolute;
bottom: -70px;
right: 20px;
transition: all 0.6s;
background-image: url(images/icon-arrow-right.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
width: 30px;
height: 30px;
z-index: 5;
}

#home .c1 .item:hover .arrow{
bottom: 20px;
}

#home .c1 .item h3{
position: absolute;
left: 0;
bottom: -200px;	
width: 100%;
box-sizing: border-box;
transition: all 0.6s;
text-transform: none;
text-align: left;
background-image: none;
color: #fff;
padding: 0 60px 0 15px;
font-size: 20px;
line-height: 29px;
z-index: 4;
}

#home .c1 .item:hover h3{
bottom: 15px;
}

#home .c1 .item .img:after{
content: "";
width: 100%;
height: 170px;
left: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 23%) 32%);
position: absolute;
opacity: 0;
transition: all 0.4s;
}

#home .c1 .item:hover .img:after{
opacity: 1;
}

#home .c1 .main_width+a{
margin-top: 80px;
display: inline-block;
}

#home h1 .wodry{
border-radius: 15px;
}

#home #cta{
padding: 100px 0;
background-color: #165466;
margin-top: 80px;
}

#home #cta h1, #home #cta p, #home #cta span, #home #cta a{
color: white;
}

#home #about{
}

#home .c30 {
    display: inline-block;
    vertical-align: top;
    width: 51%;
    height: 640px;
    margin-right: 3%;
    text-align: left;
    background-image: url('images/web-developper-defaweux.png');
    background-repeat: no-repeat;
background-size: contain;
}

#home .c40 {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    text-align: left;
	padding-left: 30px;
	box-sizing: border-box;
}

#home .c40 ul {
    margin-bottom: 46px;
}

#home .c40 ul li a {
    text-decoration: none;
}

#home .c40 ul li a:hover {
    text-decoration: underline;
}

#home .c40 p{
max-width: 600px;
}

#home .c40 a.button {
    margin-top: 30px;
}

#home .c40 .contact {
    margin-top: 40px;
}

#home .c40 .contact p.titre {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
}

#home .c40 .contact p.adresse {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

#home .c40 .contact p.heures {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

#home #presentation{
	background-color: #fff;
    padding: 70px 0;
    text-align: center;
}

#home #presentation .image{
	display: inline-block;
    width: 45%;
    height: 543px;
    margin-right: 5%;
    overflow: hidden;
    border-radius: 6px;
    vertical-align: middle;
}

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

#home #presentation .content{
	display: inline-block;
    vertical-align: middle;
    width: 49%;
    max-width: 550px;
    margin: 0 auto;
    text-align: justify;
	position: relative;
	z-index: 2;
}

#home #presentation h2{
	margin-top: 0;
}

#home #presentation .content .strong{
	text-transform: uppercase;
    color: #165466;
    line-height: 20px;
    font-size: 17px;
    margin-top: 30px;
}

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

#home #presentation .content:before {
	content: '';
	position: absolute;
	left: -100px;
	width: 85px;
	height: 88px;
	bottom: -49px;
	display: block;
	background-image: url(images/home-intro-image-before.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	opacity: 0.2;
}

#home #presentation .content:after {
	content: '';
	position: absolute;
	right: -5px;
	width: 100px;
	height: 100px;
	top: -25px;
	display: block;
	background-image: url(images/home-intro-image-after.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	opacity: 0.2;
}



#home .success-stories{
    background-color: #fff;
    text-align: center;
    padding: 100px 0 70px;
}

#home .success-stories h2{
	margin-top: 0;
	margin-bottom: 33px;
}

#home .success-stories a{
	display: inline-block;
	vertical-align: middle;
	width: 147px;
	max-width: 100%;
	margin: 0 50px 31px;
	text-decoration: none;
	height: auto;
}

#home .success-stories img{
	width: 100%;
    height: auto;
    filter: grayscale(1);
    opacity: 0.5;
	transition: all 0.6s;
}

#home .success-stories img:hover{
    filter: grayscale(0);
    opacity: 0.8;
}

#home.home-2024 #home-intro{
padding-top: 163px;
height: unset;
min-height: unset;
max-height: unset;
background-color: transparent;
background-size: 55% 80vh;
}

#home.home-2024 #home-intro .new-content{
display: block;
width: 100%;
max-width: unset;
position: static;
text-align: center;
background-color: ;
padding: 280px 0 170px;
margin-top: -240px;
}

#home.home-2024 h1{
font-size: 74px;
margin-bottom: 0;
padding-top: 0;
/* color: #165466; */
color: #3c4042;
font-family: "Sora", sans-serif;
font-weight: 600;
transition: all 0.4s;
line-height: 92px;
}

#home.home-2024 h1 .wodry{
display: inline-block;
font-size: 57px;
vertical-align: middle;
line-height: 77px;
height: auto;
}

#home.home-2024 #home-intro .new-content .button{
margin-top: 50px;
}

#home.home-2024 .down{
display: none;
}

#home.home-2024 .specialisations{
padding-top: 200px;
margin-top: -230px;
}

#home.home-2024 #home-intro .deco div:first-of-type{
position: absolute;
right: 0;
width: 40px;
height: 40px;
top: 250px;
display: block;
background-image: url(images/home-intro-image-after.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
opacity: 0.2;
transition: all 3s;
}

#home.home-2024 #home-intro .deco div:nth-of-type(2){
position: absolute;
left: 100px;
width: 40px;
height: 40px;
top: 600px;
display: block;
background-image: url(images/home-intro-image-after.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
opacity: 0.2;
transition: all 3s;
}

#home.home-2024 #home-intro .deco div:nth-of-type(3){
position: absolute;
right: 120px;
width: 40px;
height: 40px;
top: 600px;
display: block;
background-image: url(images/home-intro-image-after.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
opacity: 0.2;
transition: all 3s;
}

#home.home-2024 #home-intro .deco div:nth-of-type(4){
position: absolute;
right: 0;
width: 60px;
height: 60px;
top: 400px;
display: block;
background-image: url(images/home-intro-image-before.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
opacity: 0.2;
transition: all 3s;
}

#home.home-2024 #home-intro .deco div:nth-of-type(5){
position: absolute;
left: 0;
width: 40px;
height: 40px;
top: 350px;
display: block;
background-image: url(images/home-intro-image-after.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
opacity: 0.2;
transition: all 3s;
}

#home.home-2024 #home-intro .deco div:last-of-type{
position: absolute;
left: 0;
width: 60px;
height: 60px;
top: 190px;
display: block;
background-image: url(images/home-intro-image-before.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
opacity: 0.2;
transition: all 3s;
}

#home #home-intro .new-content{
display: inline-block;
position: absolute;
left: 0;
top: 0;
transform: none;
max-width: 800px;
z-index: 2;
}

#home #home-intro .sliders{
right: 0;
width: 95%;    
position: relative;
margin: 0 auto;
bottom: 0;
margin-bottom: 100px;
}

#home #home-intro #slider-1{
width: 80%;
height: 400px;
margin: 0 auto 0 0;
position: relative;
padding-top: 45px;
border-radius: 15px;
overflow: hidden;
-webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.24);
box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.24);
}

#home #home-intro #slider-1:after{
content:'';
position: absolute;
left: -1px;
top: 0;
width: 100%;
height: 55px;
background-image: url(images/slider-1-browser.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-position: top left;
z-index: 2;
}

#home #home-intro #slider-1 .item{
width: 100%;
height: 400px;
}

#home #home-intro #slider-1 .item .image{
width: 100%;
height: 100%;
}

#home #home-intro #slider-1 .item .image img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: top left;
}

#home #home-intro #slider-2{
position: absolute;
right: 0;
top: -45px;
width: 270px;
height: 540px;
background-color: #fff;
border-radius: 53px;
overflow: hidden;
}

#home #home-intro #slider-2:after{
content: '';
position: absolute;
left: 0%;
top: 0%;
width: 100%;
height: 100%;
background-image: url(../images/mockup-iphone.png);
background-size: 100% 100%;
background-repeat: no-repeat;
z-index: 5;
}

#home #home-intro #slider-2 .item{
width: 254px;
height: 530px;
margin: 8px 8px 2px;
overflow: hidden;
}

#home #home-intro #slider-2 .item .image{
width: 99%;
height: 99%;
}

#home #home-intro #slider-2 .item .image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#portfolio {
    text-align:center;
}
#portfolio h1 {
    padding:60px;
}
#portfolio .c1, #news .c3  {
    text-align:center;
    width: 100%;
    margin-bottom:60px;
}
#portfolio .item {
    display: inline-block;
    vertical-align: top;
    width: 39%;
    margin: 0px 2.5%;
    text-align: center;
    text-decoration: none;
    background-color:white;
    margin-bottom:50px;
    padding-bottom:10px;
    border:1px solid #dfdfdf;
}
#portfolio .item .photo {
    width:100%;
    height:425px;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    overflow:hidden;
}
#portfolio .item .photo .nouveau {
    background-color:red;
    display:block;
    height:30px;
    color:white;
    text-transform:uppercase;
    transform: rotate(38deg);
    width: 140px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    right: -30px;
    top: 13px;
}
#portfolio .item .photo .titre {
    font-size:41px;
    line-height:46px;
    text-decoration:none;
    color:white;
    font-weight:700;
    text-transform:uppercase;
    width:100%;
    text-align:center;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 0px 0px 13px rgba(72,72,72,0.61);
    position: relative;
    top: 300px;
    transition:all 0.3s;
}
#portfolio .item:hover .photo .titre {
    top: 200px;
}
#portfolio .item .photo .description {
    width:96%;
    padding:23px 2% 13px 2%;
    background-color:white;
    position:absolute;
    left:0px;
    bottom:-500px;
    transition:all 0.45s;
    font-size:14px;
    text-align:center;
}
#portfolio .item:hover .photo .description {
    bottom:0px;
}
#portfolio .item .logo {
    width:100%;
    height:90px;
    text-align:center;
}
#portfolio .item .logo img {
    max-width:200px;
    max-height:70px;
    padding-top:10px;
    transition: all 0.3s;
    transform: scale(0.7);
}
#portfolio .item:hover .logo img {
    transform: scale(1);
}
#portfolio .item .lien {
    display: inline-block;
    font-size: 14px;
    color: #808080;
    background-image: url('images/common/arrow-right-black.svg');
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 12px;
    padding-left: 18px;
    transition: all 0.3s;
}
#portfolio .item:hover .lien {
    color: #003c72;
}
#news {
    text-align:center;
}
#news .c1 {
    width:100%;
}
#news .c1 h1 {
    padding:60px;
}
#news .c1 .item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    max-width: 400px;
    min-width: 350px;
    margin: 40px 1.5%;
    background-color: white;
    text-decoration: none;
}
#news .c1 .item:hover {
    text-decoration:none;
    background-color:#f4f4f4;
}
#news .c1 .item .image {
    width:450px;
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    background-color: #f4f4f4;
}
#news .c1 .item .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition:all 0.5s;
    position:absolute;
    top:0px;
    left:0px;
    z-index:50;
}
#news .c1 .item:hover .image img {
    transform: scale(1.1);
    opacity:0.65;
}
#news .c1 .item .image .arrow {
    width:100%;
    height:100%;
    position:absolute;
    z-index:75;
    background-image:url('images/common/arrow-white-right.png');
    background-repeat:no-repeat;
    background-position:center;
    transition:all 0.3s;
    transform: scale(0);
}
#news .c1 .item:hover .image .arrow {
    transform: scale(1);
}
#news .c1 .item .infos  {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    text-align: left;
}
#news .c1 .item .date  {
    opacity: 0.65;
    font-size: 13px;
    opacity: 0.40;
    margin-bottom: 17px;
}
#news .c1 .item .titre  {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 30px;
    color: #282936;
    min-height: 3.5em;
}
#news .c1 .item .titre span {
    color: white;
    text-align: right;
    background-color: #8bc53f;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 10px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}
#news .c2 {
    width: 100%;
    text-align:left;
    padding-top:40px;
}
#news .c2 .photo_responsive {
    display:none;
}
#news .c2 .left {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
    padding: 40px 100px;
    border-radius: 20px;
    vertical-align:top;
    text-align:left;
    background-color:white;
    border:1px solid #dfdfdf;
    position: relative;
	text-align: center;
}

#news .c2 .left h1, #news .c2 .left .content{
text-align: left;
}


#news .c2 .left .vignette-img{
width: 100%;
height: auto;
max-width: 550px;
margin: 0 auto 30px;
}

#news .c2 .left .content img{
width: 100%;
height: auto;
}

#news .c2 .right {
    vertical-align:top;
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align:left;
}
#news .c2 .type {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #8bc53f;
    color: white;
    padding: 1px 15px;
    position: absolute;
    top: 10px;
    right: 10px;
border-radius: 7px;
}
#news .c2 .date p {
    font-size:14px;
    opacity:0.65;
text-align: left;
}
#news .c2 h1 {
    margin-bottom:30px;
}
#news .c2 .content img {
    max-width:100%;
}
#news .c2 .nav {
    margin-bottom:20px;
    text-align:right;
}
#news .c2 .nav a.prev, #news .c2 .nav a.next, #news .c2 .nav a.liste {
    display:inline-block;
    vertical-align:top;
    text-decoration:none;
    border:1px solid #000;
    font-size:13px;
    text-transform:uppercase;
    border:1px solid #dfdfdf;
    background-color:white;
    transition:all 0.3s;
    background-repeat:no-repeat;
	border-radius: 7px;
}
#news .c2 .nav a.liste {
    padding: 5px 13px;
    margin:0px 5px;
}
#news .c2 .nav a.prev {
    background-position: 9px center;
    padding: 5px 13px 5px 22px;
    margin:0px 5px;
    background-image: url('images/common/prev.png');
}
#news .c2 .nav a.prev:hover {
    padding: 5px 13px 5px 27px;
    margin:0px 5px 0px 0px;
}
#news .c2 .nav a.next {
    background-position: right 9px center;
    padding: 5px 22px 5px 13px;
    margin:0px 5px 0px 0px;
    background-image: url('images/common/next.png');
}
#news .c2 .nav a.next:hover {
    background-position: right 9px center;
    padding: 5px 22px 5px 18px;
    margin:0px 0px 0px 0px;
    background-image: url('images/common/next.png');
}
#news .c2 .photo_large_screen {
    width: 100%;
    height:415px;
    overflow: hidden;
    background-color: #e1e1e1;
    border:1px solid #dfdfdf;
    position:relative;
}
#news .c2 .photo_large_screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news .c2 .photo_large_screen .description {
    position:absolute;
    bottom:10px;
    right:10px;
    display:inline-block;
    background:white;
    padding:3px 10px;
    color:#404040;
    font-size:14px;
}
#news .c2 .pdfs {
    border-top:1px solid #dfdfdf;
    padding-top:20px;
    margin-top:20px;
}
#news .c2 .pdfs a.item {
    width:30.5%;
    display:inline-block;
    vertical-align:top;
    margin:5px 1%;
    color:#000;
    font-size:13px;
    text-transform:uppercase;
    transition:all 0.3s;
    text-decoration:none;
    background-color:white;
    border:1px solid #dfdfdf;
}
#news .c2 .pdfs a.item .image {
    position:relative;
    width:100%;
    height:150px;
    overflow:hidden;
}
#news .c2 .pdfs a.item .image img {
    width:100%;
    position:absolute;
    transition:all 0.3s;
    z-index:30;
}
#news .c2 .pdfs a.item:hover .image img {
    filter: grayscale(0.20);
}
#news .c2 .pdfs a.item .image .pdf_icon {
    position:absolute;
    top:0px;
    left:0px;
    z-index:70;
    transition:all 0.3s;
    width:0px;
    height:0px;
    background-image:url('images/common/download-pdf.png');
    background-repeat:no-repeat;
    background-position: center center;
    width:200px;
    height:150px;
    transform: scale(0);
}
#news .c2 .pdfs a.item:hover .image .pdf_icon {
    transform: scale(1);
}
#news .c2 .pdfs a.item span.description {
    line-height: 33px;
    padding:0px 2.5%;
    display: block;
    width:95%;
    height: 33px;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: lowercase;
}
#news .c2 .pdfs a.item:hover {
    text-decoration:none;
}
#news .c2 .photos_secondaires {
    width:100%;
    font-size:0px;
    border-top:1px solid #dfdfdf;
    padding-top:20px;
    margin-top:20px;
}
#news .c2 .photos_secondaires a.item {
    display:inline-block;
    vertical-align:top;
    width:31%;
    margin:1%;
    height:155px;
    overflow:hidden;
    position:relative;
    border:1px solid #dfdfdf;
}
#news .c2 .photos_secondaires a.item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition:all 0.5s;
    position:absolute;
    top:0px;
    left:0px;
    z-index:50;
}
#news .c2 .photos_secondaires a.item:hover img {
    transform: scale(1.1);
    opacity:0.65;
}
#news .c2 .photos_secondaires a.item .arrow {
    width:100%;
    height:100%;
    position:absolute;
    z-index:75;
    background-image:url('images/common/arrow-right-black-small.png');
    background-repeat:no-repeat;
    background-position:center;
    transition:all 0.3s;
    transform: scale(0);
}
#news .c2 .photos_secondaires a.item:hover .arrow {
    transform: scale(1);
}
#news .c2 .related {
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #c0c0c0;
text-align: left;
max-width: 900px;
margin: 30px auto 0;
}
#news .c2 .related h3 {
    margin-bottom:18px;
}
#news .c2 .related .item {
    display:inline-block;
    width: 30%;
    margin: 15px 1.2%;
    text-decoration:none;
    vertical-align: top;
}
#news .c2 .related .photo {
    width: 100%;
    height: 170px;
    position: relative;
    overflow: hidden;
	border-radius: 15px;
}
#news .c2 .related .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news .c2 .related .item span.title {
font-size: 14px;
line-height: 19px;
display: block;
position: absolute;
left: 0px;
bottom: -150px;
width: 100%;
padding: 0 20px;
box-sizing: border-box;
transition: all 0.6s;
color: white;
z-index: 5;
}
#news .c2 .related .item:hover span.title {
bottom: 20px;
}
#news .c2 .related .item .photo:after {
content: "";
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 35%) 32%);
position: absolute;
opacity: 0;
transition: all 0.4s;
}
#news .c2 .related .item:hover .photo:after {
    opacity: 1;
}

#news .c11 h1 {
padding: 60px;
}

#news.services .c11 .item{
text-align: center;
background-color: #fff;
padding: 106px 25px 25px;
box-sizing: border-box;
border-radius: 20px;
background-size: 75px;
background-position: center 28px;
background-repeat: no-repeat;
width: 29%;
margin: 50px 2% 0;
transition: all 0.4s;
}

#news.services .c11 .item:nth-of-type(2), #news.services .c11 .item:nth-of-type(5), #news.services .c11 .item:nth-of-type(even){
margin-top: 50px!important;
}

#news.services .c11 .item.site-internet{
background-image: url(images/icon-services-site-internet.svg);
}

#news.services .c11 .item.depannage{
background-image: url(images/icon-services-depannage.svg);
margin-top: 80px;
}

#news.services .c11 .item.e-commerce{
background-image: url(images/icon-services-e-commerce.svg);
background-size: 66px;
}

#news.services .c11 .item.marketing{
background-image: url(images/icon-services-marketing.svg);
background-size: 84px;
}

#news.services .c11 .item.graphisme{
background-image: url(images/icon-services-graphisme.svg);
background-size: 54px;
background-position: center 31px;
}

#news.services .c11 .item.photos{
background-image: url(images/icon-services-photos.svg);
background-size: 82px;
}

#news.services .c11 .item.developpement{
background-image: url(images/icon-services-developpement.svg);
}

#news.services .c11 .item.billit{
background-image: url(images/billit-partenaire-logo.svg);
}

#news.services .c11 .item h2{
margin: 0;
font-size: 25px;
line-height: 32px;
padding-bottom: 10px;
}

#news.services .c11 .item:hover{
transform: scale(1.05);
}

#news.services .c11{
margin-bottom: 0;
padding-bottom: 100px;
}



#news .c11 .item{
display: inline-block;
width: 42%;
vertical-align: top;
margin: 0 3%;
position: relative;
text-decoration: none;
margin-top: 50px;
}

#news .c11 .item:nth-of-type(even){
margin-top: 100px;
}

#news .c11 .item .img{
width: 100%;
height: 400px;
border-radius: 20px;
overflow: hidden;
position: relative;
}

#news .c11 .item .img img{
width: 100%;
height: 100%;
object-fit: cover;
}

#news .c11 .item .arrow{
position: absolute;
bottom: -70px;
right: 20px;
transition: all 0.6s;
background-image: url(images/icon-arrow-right.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
width: 30px;
height: 30px;
z-index: 5;
}

#news .c11 .item:hover .arrow{
bottom: 20px;
}

#news .c11 .item .news_title{
position: absolute;
left: 0;
bottom: -200px;	
width: 100%;
box-sizing: border-box;
transition: all 0.6s;
text-transform: none;
text-align: left;
background-image: none;
color: #fff;
padding: 0 60px 0 15px;
font-size: 20px;
line-height: 29px;
z-index: 4;
margin: 0;
}

#news .c11 .item:hover .news_title{
bottom: 15px;
}

#news .c11 .item .img:after{
content: "";
width: 100%;
height: 170px;
left: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 23%) 32%);
position: absolute;
opacity: 0;
transition: all 0.4s;
}

#news .c11 .item:hover .img:after{
opacity: 1;
}

#news .c11 h1{
padding: 60px;
}


#services {
}
#services h1 {
    padding:60px;
    text-align:center;
}
#services .illustration {
    display:block;
    width:76%;
    margin:auto;
    max-height:478px;
    margin-bottom:20px;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius: 20px;
}

#services .illustration.video{
text-align: center;
margin-bottom: 120px;
}
#services .illustration.video .button{
margin-top: 30px;
}
#services .c1 {
    display:block;
    margin:auto;
    width:70%;
    border-radius: 20px;
    padding:30px 3%;
    text-align:left;
    background-color:white;
}
#services .c1 ul {
    margin:30px 0px;
}
#services h3 {
    margin-top:20px;
}
#services.depannage h3{
	margin-bottom: 15px;
    padding-left: 0;
    background: none;
}
#services.depannage h3+ul{
	margin-top: 15px;
}
#services p.cta {
    border-top:1px solid #dfdfdf;
    padding-top:15px;
    margin-top:47px;
}
#services .specs {
    text-align:center;
    padding:60px 0px;
}
#services .specs a {
    text-decoration: none;
}
#services .specs img {
    width:150px;
    margin:0px 20px;
}
#services .c2 {
    margin-top:100px;
    text-align:center;
}
#services .c2 .item {
    display:inline-block;
    vertical-align:top;
    width:300px;
    margin:23px 22px;
    background-color:white;
    box-shadow: 10px 10px 47px -13px rgba(94,94,94,0.31);
    padding-bottom:17px;
    text-align:center;
    text-decoration:none;
	border-radius: 20px;
    overflow: hidden;
}
#services .c2 .item:hover {
    text-decoration:none;
}
#services .c2 .item .img {
    position:relative;
    width:290px;
    height:230px;
    background-color:#f9f9f9;
    overflow:hidden;
    position:relative;
    display:inline-block;
    border:5px solid white;
	border-radius: 20px;
}
#services .c2 .item .img img {
    position:absolute;
    z-index:100;
    transition:all 0.3s;
    width:110%;
    height:110%;
    top:-5%;
    left:-5%;
    object-fit:cover;
}
#services .c2 .item:hover .img img {
    transition:all 0.3s;
    width:100%;
    height:100%;
    top:0%;
    left:0%;
}
#services .c2 .item .img .arrow {
    position:absolute;
    z-index:120;
    width:300px;
    height:230px;
    background-repeat:no-repeat;
    background-position:center;
    transition:all 0.3s;
    transform: scale(0);
}
#services .c2 .item:hover .img .arrow {
    transform: scale(1);
}
#services .c2 .item p.filtre {
    font-size: 12px;
    opacity: 0.35;
    font-weight: 400;
    margin-bottom: 1px;
}
#services .c2 .item p.description {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 0px 10px;
    margin-bottom: 0px;
    color: #535050;
    transition: all 0.3s;
}
#services .c2 .item:hover p {
    color:inherit;
    text-decoration:none;
}
#services .c2 .item:hover a {
    text-decoration:none;
}
#services .illustration2 {
    display:block;
    width:85%;
    margin:20px auto 0px auto;
    max-height:478px;
    margin-bottom:20px;
    background-size:cover;
    background-repeat:no-repeat;
    border:1px solid #dfdfdf;
    background-position: center;
}
#services .c1_2 {
    display:block;
    margin:auto;
    width:70%;
    border:1px solid #dfdfdf;
    padding:30px 3%;
    text-align:left;
    background-color:white;
}

#services .videos{
text-align: center;
margin-bottom: 150px;
}
#services .videos iframe{
display: inline-block;
width: 42%;
vertical-align: top;
margin: 0 3%;
position: relative;
text-decoration: none;
margin-top: 50px;
border-radius: 20px;
}
#services .videos iframe:nth-of-type(even){
margin-top: 100px;
}
#contact {
    text-align:left;
}
#contact h1 {
    padding:60px;
    text-align:center;
}
#contact .c1 {
    display: inline-block;
    vertical-align:top;
    width:39%;
    height:400px;
    margin-right:5%;
    background-image:url('images/david-defaweux-creation-web.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top center;
    border-top-right-radius:150px;
    border-bottom-right-radius:150px;
}
#contact .c2 {
    display:inline-block;
    vertical-align:top;
    padding:20px 2%;
    background-color:white;
    display:inline-block;
    color:#000;
    text-align:left;
    margin-top: 15px;
	border-radius: 20px;
}
#contact .c2 h2 {
    margin-bottom:20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    padding-left: 24px;
    background-image: url(images/common/arrow-right-black.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0px 11px;
    padding-bottom: 0;
    letter-spacing: normal;
    margin-top: 0;
}
#contact .c2 p a {
    transition:all 0.3s;
    padding-left:0px;
    background-image:url('images/common/arrow-right-white.svg');
    background-repeat:no-repeat;
    background-size:10px;
    background-position:-100px 9px;
}
#contact .c2 p a:hover {
    padding:0px 6px 0px 28px;
    background-position:8px 9px;
}
#contact .c2 span.head {
    display:inline-block;
    vertical-align:top;
    width:150px;
    font-size:13px;
}
#contact .c2 span.whatsapp{
	display: inline-block;
    padding-left: 20px;
    background-image: url(images/icon-whatsapp.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left 6px;
}
#contact .c2 a.button {
    margin: 30px 0 20px;
    display: block;
    width: fit-content;
    color: white;
    border: none;
    background-color: #8bc53f;
}
#contact .map {
    margin-top:50px;
    width:100%;
    height:433px;
}
#legal {
    text-align:center;
}
#legal h1 {
    padding:60px;
}
#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:70%;
    padding:4%;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    border:1px solid #c0c0c0;
    text-align:center;
    margin-bottom:30px;
    background-color:white;
}
#legal .c1 {
    display:inline-block;
    vertical-align:top;
    width:70%;
    padding:4%;
    border:1px solid #c0c0c0;
    text-align:left;
    margin-bottom:30px;
    background-color:white;
}
#legal .c1.last {
    margin-right:0px;
}
#legal .c1 p {
    margin-bottom:8px;
    font-size:13px;
    line-height:22px;
}
#legal .c2 {
    width:70%;
    padding:4%;
    text-align:left;
    display:inline-block;
    vertical-align:top;
    border:1px solid #c0c0c0;
    margin-bottom:30px;
    padding-bottom:30px;
    background-color:white;
}
#legal .c2 h3 {
}
#legal .c2 h4 {
}
#legal .c2 p {
    margin-bottom:8px;
    font-size:13px;
    line-height:22px;
}
#legal .c2.last {
    margin-right:0px;
}
#e404 {
    text-align:center;
    margin-bottom:100px;
    padding-bottom:30px;
}
#e404 .main_width {
    padding-top:85px;
    padding-bottom:30px;
}
#e404 h1 {
    text-align:center;
    background-position:bottom center;
    margin-bottom:73px;
}
#cta {
    width:100%;
    padding:60px 0px;
    text-align:center;
    background-color:white;
    position: relative;
}
#cta h3, .contact_title {
    font-size: 38px;
    line-height: 49px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #165466;
    margin-bottom:20px;
    background:none;
}
#cta h3::first-letter {
    text-transform:uppercase;
}
#footer {
    width:100%;
    background-color:#165466;
    text-align:center;
}
#footer .logo_footer {
    width: 413px;
    max-width: 80%;
    margin-bottom: 136px;
    margin-top: 112px;
}
#footer .specialisations{
	margin-bottom: 50px;
}
#footer .specialisations a{
	text-decoration: none;
    max-width: 80%;
    margin: 20px;
	display: inline-block;
}
#footer .specialisations a img{
    max-width: 100%;
}
#footer .left {
    display:inline-block;
    vertical-align:top;
    width:80%;
}
#footer .right {
    display:inline-block;
    vertical-align:top;
    width:100%;
}
#footer .right iframe.facebook {
    display:block;
    width:500px;
    margin:auto;
    height:650px;
}
#footer .c1 {
    display:inline-block;
    vertical-align:top;
    width:40%;
    text-align:left;
}
#footer .c1 p.nom {
    font-size:18px;
    color:white;
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:10px;
}
#footer .c1 p.adresse {
    font-size:15px;
    line-height:24px;
    color:white;
}
#footer .c1 p.heures {
    font-size:15px;
    line-height:24px;
    color:white;
}
#footer .c1 .social {
    background-image: url('images/followus.svg');
    background-size: 151px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 28px;
    font-size: 0px;
    padding-top: 31px;
    padding-left: 50px;
}
#footer .c1 .social img {
    opacity:0.25;
    margin:0px 10px;
}
#footer .c1 .social img:hover {
    opacity:0.65;
}
#footer .c2  {
    display:inline-block;
    vertical-align:top;
    width:20%;
    text-align:left;
}
#footer .c2 p.head {
    font-size:18px;
    color:white;
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:10px;
}
#footer .c2 ul li {
    list-style-type:none;    
	margin-bottom: 16px;
}
#footer .c2 ul li a {
    color:white;
    font-size:14px;
    line-height:16px;
    text-decoration:none;
    transition:all 0.3s;
}
#footer .c2 ul li a:hover {
    background-position:4px 8px;
}
#footer .c2 ul li ul {
    display:none;
}
#footer .c5 {
    width:35%;
    display: inline-block;
    text-align: center;
}
#footer .c5 a {
    font-size:0;
}
#footer .c5 img.digital_wallonia {
    display:inline-block;
    margin:30px 0px;
    width:135px;
}
#footer .c5 img.ostbelgien {
    width:355px;
    margin-left:30px;
}
#footer p.copyright {
    color:white;
    text-align:center;
    font-size:14px;
    margin-top:100px;
    padding-bottom:50px;
    margin-bottom:0px;
}
#footer p.home-copyright {
    margin-top:0px;
}
#footer p.copyright a {
    color:white;
    text-decoration:underline;
}
.fade_container {
    overflow-x: hidden;
}
.popup_wrapper_visible #fadeandscale {
    display: inline-block!important;
}
#fadeandscale {
    background-color: white;
    padding: 50px;
    text-align: center;
    width: 95%;
    max-width: 1300px;
    max-height: 85vh;
    overflow-y: auto;
    box-sizing: border-box;
    display: none!important;
}
#fadeandscale .disabled {
    display: none;
}
#fadeandscale h2 {
    font-size: 30px;
    padding-bottom: 0;
    margin: 0 0 10px;
    display: inline-block;
}
#fadeandscale .intro>div {
    display: inline-block;
    width: calc( 100% - 106px );
    margin-left: 35px;
    vertical-align: middle;
}
#fadeandscale .product_title {
    color: #275B90;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 7px;
}
#fadeandscale .product_title+p {
    margin: 0;
}
#fadeandscale img {
    height: auto;
    display: inline-block;
    width: 65px;
    vertical-align: middle;
    margin: 0;
}
#fadeandscale form {
    margin-top: 35px;
}
#fadeandscale p {
    font-size: 16px;
    color: #000;
}
#fadeandscale .c1 {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
}
#fadeandscale .c2 {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}
#fadeandscale p.optin {
    font-size:12px;
    line-height:21px;
}
#fadeandscale #optin {
    margin-right: 5px;
    position: relative;
    top: 2px;
    cursor: pointer;
}
#fadeandscale .form_part {
    margin: 0 auto 30px;
    max-width: 500px;
}
#fadeandscale label {
    display: block;
    margin-bottom: 5px;
    vertical-align: middle;
}
#fadeandscale input[type="text"], #fadeandscale input[type="email"], #fadeandscale input[type="datetime-local"] {
    border: 1px solid #bdc3c7;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    color: #000;
    vertical-align: middle;
}
#fadeandscale input[type="text"]:hover, #fadeandscale textarea:hover {
    box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.20);
}
#fadeandscale select {
    border: 1px solid #bdc3c7;
    padding: 10px 20px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    width:100%;
    color: #000;
    display: inline-block;
}
#fadeandscale .remarque label {
    width: 100%;
    margin: 0 0 10px;
}
#fadeandscale .required:after {
    content: "(requis)";
    font-size: 13px;
    color: #9d9d9d;
    margin-left: 8px;
}
#fadeandscale textarea {
    border: 1px solid #bdc3c7;
    padding: 10px 20px;
    font-size: 16px;
    color: #2c3e50;
    transition: all 0.2s ease-in-out;
    width:100%;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    height:100px;
    color: #424e5a;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
}
#fadeandscale .small {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10px;
    font-size: 12px;
    line-height: 18px;
    color: #b7b7b7;
}
#fadeandscale .opt_in {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
}
#fadeandscale .opt_in label {
    display: inline-block;
    cursor: pointer;
    width: calc(100% - 40px);
}
#fadeandscale .boutons {
    margin:50px 0 0;
    text-align: center;
}
#fadeandscale input[type="submit"] {
    display: inline-block;
    text-transform: uppercase;
    color: white;
    padding: 13px 23px;
    margin: 0px 10px;
    transition: all 0.5s ease-in-out;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    background-color: #8bc53f;
border-radius: 10px;
}
#fadeandscale input[type="submit"]:hover  {
    padding: 13px 33px;
    margin: 0px 0px;
}
#fadeandscale .boutons button {
    display: inline-block;
    color: #282936;
    padding: 2px 5px;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    margin-left: 50px;
}
.form_response {
    position: fixed;
    bottom: 50px;
    right: -600px;
    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;
}
.form_response.error {
    background-color: #a34040;
}
@keyframes response  {
    0%  {
        right: -600px;
    }
    10%  {
        right: 0;
    }
    90%  {
        right: 0;
    }
    100%  {
        right: -600px;
    }
}
.form_response p {
    color: white;
    margin: 0;
}
.grecaptcha-badge  {
    visibility: hidden;
}
.landing_links a {
    position: relative;
    bottom: 10px;
}
.landing_links a:first-of-type {
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: none;
    margin-right: 1.8em;
}
.landing_links a:last-of-type {
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: none;
    color: white;
    background-color: #8bc53f;
    padding: 5px 15px;
    border: 1px solid #8bc53f;
}
.landing_links a:last-of-type:hover {
    padding: 5px 25px;
}

#a-propos .intro{
	background-color: #fff;
	padding: 70px 0 100px;
	margin-top: -20px;
	text-align: center;
}

#a-propos .images{
	display: inline-block;
	width: 350px;
	vertical-align: middle;
	margin-right: 9%;
	position: relative;
}

#a-propos .images .image:first-of-type{
width: 100%;
height: 530px;
border-radius: 20px;
overflow: hidden;
position: relative;
z-index: 5;
}

#a-propos .images .image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#a-propos .images:after{
content: '';
position: absolute;
right: -72px;
width: 100px;
height: 100px;
top: -25px;
display: block;
background-image: url(images/home-intro-image-after.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
opacity: 0.2;
}

#a-propos .content{
	display: inline-block;
	width: 46%;
	vertical-align: middle;
	text-align: left;
}

#a-propos h1{
font-size: 53px;
margin-bottom: 30px;
padding-top: 0;
color: #3c4042;
font-family: "Sora", sans-serif;
font-weight: 600;
transition: all 0.4s;
line-height: 64px;
}

#a-propos h1 .deco{
position: relative;
}

#a-propos h1 .deco:after{
content: '';
position: absolute;
left: -5px;
bottom: 5px;
height: 6px;
width: calc(100% + 10px);
background-color: #8bc53f;
}

#a-propos .content .button{
margin-top: 20px;
}

#a-propos .content{
	position: relative;
}

#a-propos .content:after{
content: '';
position: absolute;
right: 0;
width: 64px;
height: 56px;
top: 85px;
display: block;
background-image: url(images/home-intro-image-before.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
opacity: 0.2;
}

#a-propos .c2{
position: relative;
width: 100%;
height: 655px;
background-color: #fff;
}

#a-propos .c2 .image{
width: 100%;
height: 100%;
max-width: 2000px;
margin: 0 auto;
}

#a-propos .c2 img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
}

#a-propos .c2+.background{
background-color: #fff;
position: relative;
}

#a-propos .c2+.background:after{
	content: '';
	width: 100%;
	height: 100px;
	bottom: -70px;
	left: 0;
	background-color: #fff;
	z-index: -3;
	position: absolute;
}

#a-propos .c3{
	position: relative;
	max-width: 2000px;
	margin: 0 auto;      
}

#a-propos .c3 h2{
	display: none;
}

#a-propos .c3 .logos{
	display: flex;
	padding: 90px 0 40px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#a-propos .c3 .logos a{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 0 38px;
	text-decoration: none;
	height: auto;
	max-width: 93px;
}

#a-propos .c3 .logos img{
	width: 100%;
    height: auto;
    filter: grayscale(1);
    opacity: 0.5;
	transition: all 0.6s;
}

#a-propos .c3 .logos img:hover{
    filter: grayscale(0);
    opacity: 0.8;
}

#a-propos .c3:after{
	content:'';
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	height: 1px;
	background: linear-gradient(94deg, rgba(60,64,66,0) 0%, rgba(60,64,66,0.16290266106442575) 50%, rgba(60,64,66,0) 100%);
	position: absolute;
}

#a-propos .c3:before{
	content:'';
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	top: 70px;
	height: 1px;
	background: linear-gradient(94deg, rgba(60,64,66,0) 0%, rgba(60,64,66,0.16290266106442575) 50%, rgba(60,64,66,0) 100%);
	position: absolute;
}

#a-propos .c4{
	margin: 60px 0 100px;
}

#a-propos .c4 .c4_c1{
	display: inline-block;
	width: 43%;
	margin-right: 4%;
	margin-left: 4%;
	position: relative;
	vertical-align: middle;
}

#a-propos .c4 .c4_c1 .image{
	width: 100%;
	height: auto;
}

#a-propos .c4 .c4_c1 .image img{
	width: 100%;
	height: auto;
}

#a-propos .c4 .c4_c1 .quote{
	position: absolute;
	left: -50px;
	bottom: -15px;
	background: #8bc53f;
	width: 368px;
	border-radius: 15px;
	padding: 26px 40px;
	box-sizing: border-box;
}

#a-propos .c4 .c4_c1 .quote p{
	margin: 0;
	font-size: 14px;
}

#a-propos .c4 .c4_c1 .quote span{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

#a-propos .c4 .c4_c1 .quote:after{
	content: '';
	background-image: url(images/about-quote-deco.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 35px;
	position: absolute;
	right: 26px;
	top: 12px;
}

#a-propos .c4 .c4_c2{
	display: inline-block;
	width: 47%;
	vertical-align: middle;
}

#a-propos .c4 .c4_c2 .signature{
	display: block;
	color: #717677;
	font-size: 40px;
	font-family: Freestyle, Script;
}

#a-propos .c4 .c4_c2 .job{
	font-size: 14px;
	margin-top: -10px;
	display: block;
}

#a-propos .c4 .c4_c2 .button{
	margin-top: 30px;
}

#a-propos .c5{
	text-align: center;
}

#a-propos .c5 h2{
	display: none;
}

#a-propos .c5 .item{
	display: inline-block;
	width: 350px;
	position: relative;
	background-color: #eeeeee;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 30px;
	text-align: left;
}

#a-propos .c5 .item .image{
	width: 100%;
	height: 250px;
	border-radius: 20px;
	overflow: hidden;
}

#a-propos .c5 .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#a-propos .c5 .item .title{
	font-size: 17px;
	font-weight: 600;
	padding: 10px 25px 0;
	display: block;
}

#a-propos .c5 .item .job{
	font-size: 14px;
	margin-top: -10px;
	padding: 0 25px;
	display: block;
}
#a-propos .avis-liste{
	text-align: center;
    max-width: 700px;
	width: 85vw;
    margin: 100px auto 0;
}
#a-propos .avis-liste p.client{
	text-transform: uppercase;
	color: #75767d;
	font-size: 14px;
	line-height: 23px;
}
#a-propos .avis-liste .item{
	position: relative;
	padding-top: 30px;
}
#a-propos .avis-liste .item:after{
	content:'';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 20px;
	background-image: url(images/avis-etoiles-google.svg);
	background-size: contain; 
	background-repeat: no-repeat;
}
#a-propos .avis-liste .owl-carousel .owl-nav button.owl-prev span{
position: absolute;
left: -80px;
top: 50%;
transform: translateY(-100%);
font-size: 70px;
font-weight: 300;
color: #75767d;
}

#a-propos .avis-liste .owl-carousel .owl-nav button.owl-next span{
position: absolute;
right: -80px;
top: 50%;
transform: translateY(-100%);
font-size: 70px;
font-weight: 300;
color: #75767d;
}
#landing {
    text-align: center;
}
#landing h1 {
    padding: 60px 0 50px 0;
    text-transform: uppercase;
}
#landing .c1 {
    max-width: 900px;
    margin: 0 auto;
}
#landing form {
    max-width: 900px;
    margin: auto;
    padding-top: 40px;
    display: inline-block;
}
#landing label {
    display: inline-block;
    width: 300px;
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
#landing label:last-of-type {
    position: relative;
    bottom: 65px
}
#landing input, #landing textarea {
    border: 1px solid #8bc53f;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 15px;
    width: 590px;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px;
}
#landing textarea {
    margin: 20px 0 0 0;
}
#landing input[type=submit] {
    background-color: #8bc53f;
    color: white;
    width: auto;
    margin: 0 auto;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.3em;
    padding: 5px 15px;
}
#landing input[type=submit]:hover {
    padding: 5px 25px;
}
#landing .optin {
    font-size: 13px;
    margin-top: 50px;
}
#contact-chat {
    /* display: none; */
}
#contact-chat .chat-opener {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 50px;
    z-index: 101;
    cursor: pointer;
}
#contact-chat .chat-opener .opener-icon {
    width: 100%;
    height: 100%;
    background-color: #8bc53f;
    background-image: url('images/chat.svg');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
	border-radius: 10px;
}
#contact-chat .chat-opener:after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #74B643;
    opacity: 0.5;
    animation: pulse-dot 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
	border-radius: 10px;
}
@keyframes pulse-dot  {
    0%  {
        transform: scale(.8);
        opacity: 1;
    }
    50%  {
        transform: scale(1);
        opacity: 0.5;
    }
    100%  {
        transform: scale(.8);
        opacity: 0;
    }
}
#contact-chat .chat {
    position: fixed;
    right: 45px;
    bottom: 45px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 15px -3px #3E3E3E;
    box-shadow: 0px 0px 15px -3px #3E3E3E;
    opacity: 0;
    height: 0;
    width: 0;
    overlow: hidden;
	border-radius: 10px;
    overflow: hidden;
}
#contact-chat .chat.visible {
    z-index: 102;
    width: 350px;
    height: auto;
    animation: opacity 0.4s 1 forwards;
    opacity: 1;
}
@keyframes opacity  {
    0%  {
        opacity: 0;
        transform: scale(0.9);
    }
    100%  {
        opacity: 1;
        transform: scale(1);
    }
}
#contact-chat .chat-profile {
    padding: 15px 20px;
    color: white;
    background-color: #165466;
}
#contact-chat .chat-profile span {
    background-image: url('images/david-defaweux-icon.png');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 40px;
    line-height: 30px;
    display: inline-block;
    text-decoration: underline;
}
#contact-chat .chat-closer {
    position: absolute;
    right: 20px;
    top: 23px;
    width: 15px;
    height: 15px;
    background-image: url('images/common/close.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.4s;
}
#contact-chat .chat-closer:hover {
    transform: scale(1.3);
}
#contact-chat .chat-content {
    padding: 20px;
    height: 350px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 40px;
}
#contact-chat .chat-content::-webkit-scrollbar  {
    display: none;
}
#contact-chat .chat-date {
    text-align: center;
    font-size: 11px;
    color: #757575;
}
#contact-chat .current-message {
    position: relative;
    margin-bottom: 30px;
}
#contact-chat .current-message .profile-icon {
    width: 15px;
    height: 15px;
    background-image: url('images/david-defaweux-icon.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
#contact-chat .current-message .message {
    background-color: #eaeaea;
    padding: 5px 10px;
    width: 70%;
    margin-left: 23px;
	border-radius: 10px;
}
#contact-chat .current-message .message p.loader {
    height: 30px;
    transform: translate(10px, -10px);
}
#contact-chat .current-message .message p.loader span {
    display: inline-block;
    width: 50px;
    height: 20px;
}
#contact-chat .current-message .message p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
#contact-chat .current-message.invisible {
    height: 0;
    overflow: hidden;
}
#contact-chat .answers {
    text-align: right;
    opacity: 1;
}
#contact-chat .answers .answer {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 76%;
    margin-bottom: 15px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #165466;
    cursor: pointer;
    transition: all 0.4s;
    opacity: 1;
	border-radius: 10px;
}
#contact-chat .answer.loader {
    opacity: 0;
    transition: none;
}
#contact-chat .answers .answer p {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    transition: all 0.4s;
}
#contact-chat .answers .answer:hover {
    background-color: #165466;
}
#contact-chat .answers .answer:hover p {
    color: white;
}
#contact-chat .answers .answer.selected {
    background-color: #165466;
    cursor: auto;
    margin-bottom: 30px;
}
#contact-chat .answers .answer.selected p {
    color: white;
}
#contact-chat .answers .answer.deleted {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: none;
}
#contact-chat form {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#contact-chat form.invisible {
    height: 0;
    overflow: hidden;
}
#contact-chat form input:focus {
    outline: none;
}
#contact-chat form input[type="text"] {
    flex: 1;
    padding: 18px 20px;
    border: 1px solid #165466;
    box-sizing: border-box;
    border-left: none;
    border-bottom: none;
    font-size: 17px;
    color: #4a4a4a;
}
#contact-chat form input[type="submit"] {
    height: 57px;
    width: 50px;
    display: inline-block;
    background-image: url('images/send.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border-top: 1px solid #165466;
    cursor: pointer;
    transition: all 0.4s;
}
#contact-chat form input[type="submit"]:not([disabled]):hover {
    background-color: #165466;
    background-image: url('images/send-white.svg');
}
#e-commerce h1 {
    padding: 60px;
    text-align: center;
}
#e-commerce .c1 {
    background-color: white;
    position: relative;
    padding: 50px 50px 50px 50%;
    margin-top: 70px;
}
#e-commerce .c1_img {
    position: absolute;
    top: -45px;
    left: 0;
    width: 45%;
    height: 540px;
	overflow: hidden;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#e-commerce img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#e-commerce .c1_img img {
}
#e-commerce .c1 p, #e-commerce .c1 h2 {
    max-width: 670px;
}
#e-commerce .c1 h2 {
    margin-top: 0;
}
#e-commerce .c2, #e-commerce .c3, #e-commerce .c4, #e-commerce .c5 {
    text-align: center;
    margin-top: 130px;
    margin-bottom: 100px;
    width: 1150px;
}
@media screen and (min-width: 1700px)  {
    #e-commerce .c2, #e-commerce .c3, #e-commerce .c4, #e-commerce .c5  {
        width: calc( 100% - 350px );
    }
}
@media screen and (max-width: 1575px)  {
    #e-commerce .c2, #e-commerce .c3, #e-commerce .c4, #e-commerce .c5  {
        width: 100%;
    }
    div#e-commerce .c3 .c3_c2, div#e-commerce .c5 .c5_c2 {
        width: 510px;
    }
}
#e-commerce .c2 h2, #e-commerce .c3 h2, #e-commerce .c4 h2, #e-commerce .c5 h2 {
    margin-top: 0;
}
#e-commerce .c3 .c3_c1, #e-commerce .c5 .c5_c1 {
    width: 36%;
    height: 485px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 50px;
}
#e-commerce .c3 .c3_c2, #e-commerce .c5 .c5_c2 {
    width: 600px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    background-color: white;
    padding: 45px;
    position: relative;
    right: 50px;
    z-index: 2;
border-radius: 20px;
}
#e-commerce .c2 .c2_c1, #e-commerce .c4 .c4_c1 {
    width: 600px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    background-color: white;
    padding: 45px;
    position: relative;
    left: 50px;
    z-index: 2;
    max-width: 54%;
border-radius: 20px;
}
#e-commerce .c2 .c2_c2, #e-commerce .c4 .c4_c2 {
    width: 36%;
    height: 485px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: 50px;
}
#e-commerce .content {
    position: relative;
    max-width: 2200px;
    margin: auto;
}
#e-commerce .c6 {
	position: static;
    width: 80%;
    max-width: 600px;
    border-radius: 20px;
    margin: 0 auto 110px;
    top: 0;
    right: 50px;
    background-color: white;
    padding: 50px;
    box-sizing: border-box;
}
#e-commerce .c6 h2 {
    margin-top: 0;
    font-size: 22px;
	line-height: 28px;
}
#e-commerce .c6_c2>p {
    font-weight: bold;
}
#e-commerce .c6_c2 li {
    color: #003c72;
    font-size: 14px;
    background-position: 3px 4px;
    background-size: 14px;
}
#e-commerce .c6_c2 li:hover {
    background-position: 8px 4px;
}


#e-commerce p.cta {
    border-top:1px solid #dfdfdf;
    padding-top:15px;
    margin-top:15px;
}

#e-commerce p.cta+p{
    font-weight: 400;
}

#specialites{
padding-bottom: 100px;
}

#specialites:before{
content: '';
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: -2;
}

#specialites .background{
content: '';
position: absolute;
left: 0;
top: 100vh;
width: 100%;
height: 235vh;
background-color: #ededed;
z-index: -1;
}

#specialites .background:after{
content: '';
position: absolute;
left: 0;
top: -150px;
width: 100%;
height: 150px;
background: rgb(237,237,237);
background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
z-index: -1;
}

#specialites .background:before{
content: '';
position: absolute;
left: 0;
bottom: -150px;
width: 100%;
height: 150px;
background: rgb(237,237,237);
background: linear-gradient(180deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
z-index: -1;
}

#specialites h1{
padding: 60px;
max-width: 1000px;
margin: 0 auto;
text-align: center;
}

#specialites h1+.images{
	text-align: center;
    margin-bottom: 50px;
}

#specialites .c3 .images{
    margin-bottom: 15px;
}

#specialites h1+.images img, #specialites .c3 .images img{
	vertical-align: middle;
    display: inline-block;
    margin: 20px;
}

#specialites .c3{
text-align: center;
width: 100%;
max-width: 1000px;
margin: 0 auto;
margin-bottom: 60px;
}

#specialites .c1{
width: 100%;
max-width: 900px;
box-sizing: border-box;
padding: 50px 170px;
background-color: #fff;
border-radius: 30px;
margin: 0 auto;
}

#specialites .c1 h2{
margin-top: 0;
}

#specialites .c1 li{
cursor: pointer;
}

#specialites .c1 ul+p{
margin-top: 50px;
}

#specialites .c1 .infos{
height: 0;
overflow: hidden;
transition: all 0.4s;
}

#specialites .c1 .infos p{
margin: 10px 0 10px 20px;
font-size: 14px;
line-height: 27px;
color: #a5a5a5;
}

#specialites .c1 .visible .infos{
height: 70px;
}

#specialites .c1+.contact{
max-width: 560px;
margin: 50px auto 100px;
}

#specialites .c1+.contact .button{
margin-top: 15px;
}

#specialites .c1+.contact .cta b{
background-image: url(images/underline-green.svg);
background-size: 100%;
background-repeat: no-repeat;
padding-bottom: 2px;
display: inline-block;
background-position: left bottom;
}

#specialites .c2{
text-align: center;
}

#specialites .c2 .item{
display: inline-block;
width: 42%;
vertical-align: top;
margin: 0 3%;
position: relative;
text-decoration: none;
margin-top: 50px;
}

#specialites .c2 .item:nth-of-type(even){
margin-top: 100px;
}

#specialites .c2 .item .img{
width: 100%;
height: 400px;
border-radius: 20px;
overflow: hidden;
position: relative;
}

#specialites .c2 .item .img img{
width: 100%;
height: 100%;
object-fit: cover;
}

#specialites .c2 .item .arrow{
position: absolute;
bottom: -70px;
right: 20px;
transition: all 0.6s;
background-image: url(images/icon-arrow-right.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
width: 30px;
height: 30px;
z-index: 5;
}

#specialites .c2 .item:hover .arrow{
bottom: 20px;
}

#specialites .c2 .item .news_title{
position: absolute;
left: 0;
bottom: -150px;	
width: 100%;
box-sizing: border-box;
transition: all 0.6s;
text-transform: none;
text-align: left;
background-image: none;
color: #fff;
padding: 0 60px 0 15px;
font-size: 20px;
line-height: 29px;
z-index: 4;
margin: 0;
}

#specialites .c2 .item:hover .news_title{
bottom: 15px;
}

#specialites .c2 .item .img:after{
content: "";
width: 100%;
height: 170px;
left: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 23%) 32%);
position: absolute;
opacity: 0;
transition: all 0.4s;
}

#specialites .c2 .item:hover .img:after{
opacity: 1;
}

#specialites .c2 .item:nth-of-type(2), #news.services .c11 .item:nth-of-type(5){
margin-top: 100px;
}

#specialites .sliders{
text-align: center;
width: 97%;
max-width: 1100px;
margin: 150px auto;
position: relative;
}

#specialites #slider-1{
width: 85%;
height: 500px;
margin: 0 auto 0 0;
}

#specialites #slider-1 .item{
width: 100%;
height: 500px;
}

#specialites #slider-1 .item .image{
width: 100%;
height: 100%;
}

#specialites #slider-1 .item .image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#specialites #slider-2{
position: absolute;
right: 0;
top: -75px;
width: 300px;
height: 630px;
background-color: #fff;
border-radius: 30px;
}

#specialites #slider-2:after{
content:'';
position: absolute;
left: -4%;
top: -1.5%;
width: 108%;
height: 103%;
background-image: url(../images/mockup-iphone.png);
background-size: 100% 100%;
background-repeat: no-repeat;
z-index: 5;
}

#specialites #slider-2 .item{
width: 300px;
height: 630px;
border-radius: 30px;
overflow: hidden;
}

#specialites #slider-2 .item .image{
width: 100%;
height: 100%;
border-radius: 30px;
overflow: hidden;
}

#specialites #slider-2 .item .image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#specialites .c4{
max-width: 900px;
text-align: left;
margin: 0 auto 100px;
}

#specialites .c4 h2{
text-align: center;
}

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

#votre-avis{
padding-bottom: 100px;
}

#votre-avis:before{
content: '';
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: -2;
}

#votre-avis h1{
padding: 60px 60px 10px;
max-width: 1000px;
margin: 0 auto;
text-align: center;
}

#votre-avis h1+.images{
	text-align: center;
}

#votre-avis h1+.images img, #specialites .c3 .images img{
	vertical-align: middle;
    display: inline-block;
    margin: 0 20px;
}

#votre-avis .c3{
text-align: center;
width: 100%;
max-width: 1000px;
margin: 0 auto;
}

#votre-avis .button{
	margin-top: 20px;
}


#cookieChoiceInfo span{
display: block;
margin-bottom: 11px;
}

#cookieChoiceInfo span+a{
opacity: 0.6;
text-decoration: none;
}

#cookieChoiceInfo a+a{
padding: 5px 8px;
border-radius: 5px;
color: white!important;
text-decoration: none;
background-color: #8bc53f;
}




/***************************************************
 * Generated by SVG Artista on 10/8/2024, 12:01:12 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

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

svg.active .svg-elem-1 {
  fill: rgb(60, 64, 66);
}

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

svg.active .svg-elem-2 {
  fill: rgb(60, 64, 66);
}

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

svg.active .svg-elem-3 {
  fill: rgb(60, 64, 66);
}

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

svg.active .svg-elem-4 {
  fill: rgb(60, 64, 66);
}

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

svg.active .svg-elem-5 {
  fill: rgb(60, 64, 66);
}

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

svg.active .svg-elem-6 {
  fill: rgb(60, 64, 66);
}

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

svg.active .svg-elem-7 {
  fill: rgb(60, 64, 66);
}

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

svg.active .svg-elem-8 {
  fill: rgb(60, 64, 66);
}

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

svg.active .svg-elem-9 {
  fill: rgb(139, 197, 63);
}

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

svg.active .svg-elem-10 {
  fill: rgb(139, 197, 63);
}

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

svg.active .svg-elem-11 {
  fill: rgb(139, 197, 63);
}

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

svg.active .svg-elem-12 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-13 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-14 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-15 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-16 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-17 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-18 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-19 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-20 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-21 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-22 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-23 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-24 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-25 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-26 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-27 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-28 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-29 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-30 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-31 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-32 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-33 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-34 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-35 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-36 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-37 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-38 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-39 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-40 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-41 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-42 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-43 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-44 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-45 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-46 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-47 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-48 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-49 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-50 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-51 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-52 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-53 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-54 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-55 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-56 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-57 {
  fill: rgb(60, 62, 66);
}

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

svg.active .svg-elem-58 {
  fill: rgb(60, 62, 66);
}


/************* LANDING PAGE 2024 *************/

#landing-2024 .intro{
	position: relative;
	margin-top: 50px;
}

#landing-2024 .c1{
	display: block;
    width: 100%;
	max-width: 700px;
	margin: 0 auto 50px;
}

#landing-2024 .c1 h1{
	margin-bottom: 20px;
}

#landing-2024 .c1 .button{
	margin-top: 28px;
}

#landing-2024 .c1 img{
    width: 100%;
    height: 300px;
    object-fit: cover;
	object-position: right center;
	margin-top: 50px;
}

#landing-2024 .c2{
	display: block;
    width: 100%;
	max-width: 700px;
	margin: 0 auto 50px;
    background-color: #fff;
    padding: 30px 50px;
    box-sizing: border-box;
    border-radius: 20px;
}

#landing-2024 .c2 h2{
	margin-top: 0;
	font-size: 24px;
	padding-left: 75px;
	margin-bottom: 50px;
	position: relative;
	max-width: 200px;
	line-height: 33px;
}

#landing-2024 .c2 h2:after{
	content: '';
	position: absolute;
	left: -100px;
	top: -45px;
	width: 155px;
	height: 155px;
	background-image: url(images/david-defaweux-creation-web.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	border-radius: 100px;
}

#landing-2024 form label{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 20px;
}

#landing-2024 form select, #landing-2024 form input:not(.button){
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 225px);
	margin-left: 20px;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	color: #282936;
	background-color: #eeeeee;
	border-radius: 8px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: none;
}

#landing-2024 form textarea{
	display: block;
	width: 100%;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	color: #282936;
	background-color: #eeeeee;
	border-radius: 8px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: none;
	max-width: 100%;
	min-width: 100%;
	min-height: 150px;
	margin-top: -10px;
}

#landing-2024 form .small {
font-size: 10px;
line-height: 15px;
margin-bottom: 11px;
}

#landing-2024 form .opt_in{
margin-bottom: 30px;
}

#landing-2024 form .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);
}

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

#landing-2024 form .button {
cursor: pointer;
}

#footer.landing-footer .logo_footer{
    margin-bottom: 0;
    margin-top: 45px;
}

#footer.landing-footer p.copyright{
    margin-top: 52px;
    padding-bottom: 10px;
    font-size: 11px;
}

#landing-2024 .avis-liste p.client{
	text-transform: uppercase;
	color: #75767d;
	font-size: 11px;
	line-height: 20px;
}
#landing-2024 .avis-liste{
    text-align: center;
    margin: 100px auto 50px;
    width: 85vw;
    max-width: 800px;
}
#landing-2024 .avis-liste h2{
    font-size: 23px;
    line-height: 30px;
}
#landing-2024 .avis-liste .item{
	position: relative;
	padding: 30px 50px 0;
}
#landing-2024 .avis-liste .item .avis{
    font-size: 12px;
    line-height: 16px;
}
#landing-2024 .avis-liste .item:after{
	content:'';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 20px;
	background-image: url(images/avis-etoiles-google.svg);
	background-size: contain; 
	background-repeat: no-repeat;
}
#landing-2024 .avis-liste .owl-carousel .owl-nav button.owl-prev span{
position: absolute;
left: 0px;
top: 50%;
transform: translateY(-100%);
font-size: 70px;
font-weight: 300;
color: #75767d;
}

#landing-2024 .avis-liste .owl-carousel .owl-nav button.owl-next span{
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-100%);
font-size: 70px;
font-weight: 300;
color: #75767d;
}

#landing-2024 .success-stories{
    background-color: #fff;
    text-align: center;
    padding: 70px 0 70px;
    margin-bottom: -70px;
}

#landing-2024 .success-stories h2{
	margin-top: 0;
	margin-bottom: 33px;
}

#landing-2024 .success-stories .link{
	display: inline-block;
	vertical-align: middle;
	width: 147px;
	max-width: 100%;
	margin: 0 50px 31px;
	text-decoration: none;
	height: auto;
}

#landing-2024 .success-stories img{
	width: 100%;
    height: auto;
    filter: grayscale(1);
    opacity: 0.5;
	transition: all 0.6s;
}

#landing-2024 .success-stories img:hover{
    filter: grayscale(0);
    opacity: 0.8;
}


/* *********************** LOADER *********************** */
#loader{
	position: fixed;
	left: 0;
	top: -120vh;
	height: 100vh;
	width: 100vw;
	background-color: rgba(238,238,238,1);
	z-index: 999999999999;
	animation-name: loader;
	animation-duration: 3s;
	transition: all 0.5s;
}

#loader .logo{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 650px;
	height: auto;
	max-width: 85vw;
}

#loader .logo svg{
	width: 100%;
	height: auto;
}

#wrapper.loading, #banner.loading, #heading.loading{
	opacity: 0;
}


@keyframes loader {
  0%   {top: 0;}
  85%   {top: 0;}
  100% {top: -120vh;}
}


/***************************************************
 * Generated by #loader #loader svg Artista on 10/31/2024, 3:06:42 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

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

svg.active .svg-elem-1 {
  fill: rgb(60, 64, 66);
}

#loader #loader svg .svg-elem-2 {
  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-2 {
  fill: rgb(60, 64, 66);
}

#loader #loader svg .svg-elem-3 {
  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-3 {
  fill: rgb(60, 64, 66);
}

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

svg.active .svg-elem-4 {
  fill: rgb(60, 64, 66);
}

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

svg.active .svg-elem-5 {
  fill: rgb(60, 64, 66);
}

#loader #loader svg .svg-elem-6 {
  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-6 {
  fill: rgb(60, 64, 66);
}

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

svg.active .svg-elem-7 {
  fill: rgb(60, 64, 66);
}

#loader #loader svg .svg-elem-8 {
  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-8 {
  fill: rgb(60, 64, 66);
}

#loader #loader svg .svg-elem-9 {
  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-9 {
  fill: rgb(139, 197, 63);
}

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

svg.active .svg-elem-10 {
  fill: rgb(139, 197, 63);
}

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

svg.active .svg-elem-11 {
  fill: rgb(139, 197, 63);
}


#wrapper.loading, #banner.loading{
	opacity: 0;
}



/************* PAGE FAQ *************/
#faq{
	text-align: center;
}

#faq .c1{
	background-color: #fff;
	margin-top: -20px;
	text-align: center;
	padding: 70px 0px 100px;
}

#faq .c1 h1{
	font-size: 58px;
	padding-top: 0;
	color: #3c4042;
	font-family: "Sora", sans-serif;
	font-weight: 600;
	transition: all 0.4s;
	line-height: 70px;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	z-index: 2;
}    

#faq .c1 h1:after {
	content: '';
	position: absolute;
	right: -72px;
	width: 100px;
	height: 100px;
	top: -25px;
	display: block;
	background-image: url(images/home-intro-image-after.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	opacity: 0.2;
}

#faq .c1 h1:before {
	content: '';
	position: absolute;
	left: 110px;
	width: 85px;
	height: 88px;
	top: 85px;
	display: block;
	background-image: url(images/home-intro-image-before.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	opacity: 0.2;
}

#faq .c1 h1 span{
	display: block;
}

#faq .c2{
	background-color: #fff;
	position: relative;
}

#faq .c2 .principes{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

#faq .c2 .principe{
background-color: #eeeeee;
border-radius: 20px;
padding: 20px 30px;
position: relative;
cursor: pointer;
width: 100%;
box-sizing: border-box;
text-align: left;
}

#faq .c2 .principe+.principe{
margin-top: 20px;
}

#faq .c2 .principe h3{
background-image: none;
padding: 0 40px 0 0;
}

#faq .c2 .principe div.content{
font-size: 17px;
line-height: 26px;
opacity: 0;
max-height: 0;
overflow: hidden;
transition: all 0.6s;
transform: translateY(-10px);
}

#faq .c2 .principe.open div.content{
opacity: 1;
max-height: 500px;
transform: translateY(0);
}

#faq .c2 .principe .arrow{
position: absolute;
right: 25px;
top: 22px;
width: 30px;
height: 30px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
background-image: url(images/home-c3-arrow.svg);
transform: rotate(0);
transition: all 0.6s;
}

#faq .c2 .principe.open .arrow{
	transform: rotate(180deg);
}    

#faq .c2:after {
	content: '';
	width: 100%;
	height: 100px;
	bottom: -70px;
	left: 0;
	background-color: #fff;
	z-index: -3;
	position: absolute;
}