@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:700px;
    scroll-behavior: smooth;
}
.main_width {
    width:700px;
    margin:auto;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: white;
    width:100%;
}
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: #282936;
}
h2 {
    color: #282936;
    font-family: Sora, sans-serif !important;
    font-size: 24px !important;
    color: #282936 !important;
    font-weight: 700;
    margin: 30px 0 10px;
    line-height: 1.3;
}
h3 {
    color: #282936;
    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 {
    width:100%;
    font-size:0;
    background-color:#020e18;
}
#banner .c1 {
    display:inline-block;
    vertical-align:top;
    width:100%;
    text-align:center;
}
#banner .c2 {
    display:inline-block;
    vertical-align:top;
    width:100%;
    text-align:center;
}
#banner .c1 img.logo, #banner .c1 svg{
    width: 70%;
    max-width: 175px;
    margin-top:17px;
}
#banner .c2 .cta a.tel, #banner .c2 .cta a.mail, #banner .c2 .cta a.adresse {
    display: none;
}
#banner .c2 .cta a.tel:hover, #banner .c2 .cta a.mail:hover, #banner .c2 .cta a.adresse:hover {
    opacity:1;
}
#banner .c2 .cta .button {
    top: 10px;
    font-size: 15px;
    background-color: #8bc53f;
    color: white;
    border: none;
    padding: 6px 15px;
    margin: 30px 0 0 0;
}
#banner .c2 .cta .social {
    display:inline-block;
    vertical-align:top;
    margin-top: 20px;
}
#banner .c2 .cta .social img {
    width:22px;
    padding:9px 12px 0px 12px;
}
#cssmenu {
    padding-top:20px!important;
}
#cssmenu.menu-hidden{
    display: none;
}
#cssmenu #menu-button{
    text-align: right!important;
	padding-left: 0!important;
	padding-right: 25px!important;
}
#cssmenu.small-screen #menu-button::before, #cssmenu.small-screen #menu-button::after{
	left: unset!important;
	right: 0!important;
}
#cssmenu>ul {
    background-color: #f1f1f1;
}
#cssmenu ul li a {
    font-size:14px!important;
    font-weight:700!important;
    height:45px!important;
    line-height:45px!important;
    color:#165466!important;
    padding-left:13px!important;
    padding-right:13px!important;
}
#cssmenu ul li:hover>a {
    text-decoration: underline;
}
#cssmenu ul li ul li a {
    font-weight:400!important;
}
#cssmenu.align-center ul ul {
    border-top:1px solid #c0c0c0;
}
.sub_menu{
background-color: #f1f1f1;
}
.sub_menu a{
text-decoration: none;
}
.sub_menu a+a{
border-top: 1px solid rgba(120,120,120,.15)!important;
}
.sub_menu a:hover{
text-decoration: underline;
}
#cssmenu ul li .sub_menu a{
font-size: 11px!important;
line-height: 35px!important;
height: 35px!important;
}
#cssmenu a.billit{
	padding-left: 40px !important;
	background-image: url(images/billit-logo.svg);
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: left 13px center;
}
#wrapper {
    margin-bottom:60px;
}
#home{
margin-bottom: -60px;
}
#home #home-intro{
	position: relative;
	box-sizing: border-box;
	background-color: white;
	background-image: url(images/home-intro-background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	max-height: 1200px;
	overflow: hidden;
    margin-top: 500px;
}
#home #home-intro .main_width{
	position: relative;
	height: 100%;
}
#home #home-intro .content{
display: inline-block;
position: relative;
transform: none;
margin-top: 49px;
width: 100%;
z-index: 2;
text-align: center;
}
#home h1{
font-size: 48px;
line-height: 60px;
margin-bottom: 40px;
}
#home h1 .wodry{
display: block;
width: fit-content;
height: 60px;
background-color: #8bc53f;
padding: 5px 35px;
color: white;
overflow: hidden;
margin: 0 auto;
}
#home #home-intro .images{
	position: absolute;
    right: 30px;
    width: 500px;
    height: auto;
    bottom: 20px;
}
#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;
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;
	grid-template-rows: 1fr 1fr;
	padding: 150px 0;
	width: 100%;
}
#home .c1 .c1-grid>div{
	padding: 40px 30px;
}
#home .c1 .c1-grid .content{
    grid-column: 1/3;
	padding: 0
}
#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-top: 2px solid #eaeaea;
}
#home .c1 .grid-item:nth-of-type(even){
border-right: 2px solid #eaeaea;
}
#home .c1 .grid-item:nth-of-type(1), #home .c1 .grid-item:nth-of-type(2), #home .c1 .grid-item:nth-of-type(3){
border-top: 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: 65px;
}
#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: -7%;
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: -7%;
top: 50%;
transform: translateY(-100%);
font-size: 70px;
font-weight: 300;
color: #75767d;
}
#home .c2 {
    display: block;
	width: 100%;
	background-color: #165466;
	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: 65px;
}
#home .c2 .title p{
color: #8bc53f;
text-transform: uppercase;
margin-bottom: 0;
}
#home .c2 .title h2{
margin: 0;
color: white;
}
#home .c2 #slider .item{
display: flex;
flex-direction: column-reverse;
align-items: center;
}
#home .c2 #slider .content{
	display: inline-block;
	width: 100%;
    margin: 0 auto;
    max-width: 600px;
    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: 100%;
    vertical-align: middle;
	position: relative;
	height: 525px;
	margin-bottom: 30px;
}
#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: -137px;
    bottom: -37px;
    width: 255px;
    height: 275px;
    background-image: url(images/home-slider-deco.svg);
    background-position: center;
    background-size: 255px;
    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: -100px;
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: -95px;
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;
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;
	margin-bottom: 30px;
}
#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: 230px;
}
#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: 28px;
}
#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;
}

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

#home .c1 .item{
display: block;
width: 100%;
max-width: 500px;
vertical-align: top;
margin: 0 auto;
position: relative;
text-decoration: none;
margin-top: 70px;
}

#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: 13px;
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 h3{
position: absolute;
left: 0;
bottom: 0;
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: 17px;
line-height: 25px;
z-index: 4;
color: white;
background-color: #3C4042;
padding: 15px 60px 15px 15px;
}

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

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

#home .c30 {
display: inline-block;
vertical-align: top;
width: 46%;
height: 740px;
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: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 30px;
    height: 400px;
    overflow: hidden;
    border-radius: 6px;
    vertical-align: middle;
}

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

#home #presentation .content{
	display: block;
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
	padding-top: 20px;
	position: relative;
	z-index: 2;
}

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

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

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

#home #presentation .content .button{
	    margin: 20px auto 0;
}

#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 0;
}

#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 50px;
	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: 90% 100%;
}

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

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

#home.home-2024 h1 .wodry{
display: inline-block;
font-size: 49px;
vertical-align: middle;
line-height: 64px;
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: 150px;
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: 450px;
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: 500px;
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: 270px;
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: 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:last-of-type{
position: absolute;
left: 0;
width: 60px;
height: 60px;
top: 100px;
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;
}


#portfolio {
    text-align:center;
}
#portfolio h1 {
    margin:60px;
}
#portfolio .c1, #news .c3  {
    text-align:center;
    width: 100%;
    margin-bottom:60px;
}
#portfolio .item {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    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: 320px;
    margin: 20px 1.95%;
    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;
}
#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 {
display: none;
}

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

#news.services .c11 .item{
background-color: #fff;
padding: 125px 25px 25px;
box-sizing: border-box;
border-radius: 20px;
background-repeat: no-repeat;
transition: all 0.4s;
text-align: center;
background-position: center 25px;
background-size: 75px;
padding: 106px 25px 25px;
}

#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: block;
width: 100%;
max-width: 500px;
vertical-align: top;
margin: 0 auto;
position: relative;
text-decoration: none;
margin-top: 70px;
}

#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: 20px;
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 .news_title{
position: absolute;
left: 0;
bottom: 0;
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: 17px;
line-height: 25px;
z-index: 4;
color: white;
background-color: #3C4042;
padding: 15px 60px 15px 15px;
margin: 0;
}

#news .c11 h1{
padding: 60px;
}
#services {
}
#services h1 {
    padding:60px;
    text-align:center;
}
#services .illustration {
    display:block;
    width:76%;
    margin:auto;
    max-height:410px;
    margin-bottom:20px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    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:auto;
    max-height:410px;
    margin-top: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: block;
width: 100%;
max-width: 500px;
vertical-align: top;
margin: 0 auto;
position: relative;
text-decoration: none;
margin-top: 70px;
border-radius: 20px;
}

#services .fact-card {
    border:1px solid #ddd8ce;
    overflow:hidden;
    border-radius: 8px;
}

#services .infos-table{
    display: block;
    width: 500px;
    margin: 50px auto 100px;
}

#services .fact-row {
    padding:16px 20px;
    border-bottom:1px solid #ddd8ce;
    background: #fff;
}

#services .fact-row:nth-of-type(odd) {
    background-color: #F9F9F7;
}

#services .fact-row:last-child {
    border-bottom:none;
}

#services .fact-row:first-child {
    background: #165466;
}

#services .fact-lbl {
    font-family:'IBM Plex Mono',monospace;
    font-size:9px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#8899aa;
    margin-bottom:4px;
}

#services .fact-row:first-child .fact-lbl {
    color:rgba(255,255,255,.3);
}

#services .fact-val {
    font-family:'Outfit',sans-serif;
    font-size:13.5px;
    font-weight:600;
    color: #165466;
}

#services .fact-row:first-child .fact-val {
    color:#fff;
    font-size:16px;
}

#services .values-strip {
    background:#F5F0E8;
    border-top:1px solid #DDD8CE;
    padding:64px 48px;
}

#services .values-grid {
    max-width:1100px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    margin-top:36px;
}
#contact {
    text-align:center;
}
#contact h1 {
    padding:60px;
    text-align:center;
}
#contact .c1 {
    display:block;
    margin:auto;
    vertical-align:top;
    width:300px;
    height:300px;
    border-radius:150px;
    background-image:url('images/david-defaweux-creation-web.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top center;
    margin-bottom:30px;
}
#contact .c2 {
    width:88%;
	box-sizing: border-box;
    display:inline-block;
    vertical-align:top;
    padding:40px;
    background-color:white;
    color:#000;
    text-align:left;
	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 {
    margin: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:#020e18;   
    text-align:center;
}
#footer .logo_footer {
    width: 238px;
    max-width: 80%;
    margin-bottom: 136px;
    margin-top: 112px;
}
#footer .logo_footer_anim{
    height: auto;
    overflow: visible;
}
#footer .specialisations{
	margin-bottom: 50px;
}
#footer .specialisations a{
	text-decoration: none;
    max-width: 80%;
    margin: 0 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:60%;
    margin-right:5%;
    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 .c1 .small{
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    max-width: 85%;
    margin: 30px auto 0 0;
}
#footer .c2  {
    display:inline-block;
    vertical-align:top;
    width:34%;
    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 {
    display:block;
    vertical-align:top;
    width:100%;
    text-align:center;
    margin-top:45px;
    margin-bottom:45px;
}
#footer .c5 a {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
#footer .c5 img.digital_wallonia {
    margin: 30px 0px;
    width: 135px;
    display: inline-block;
    vertical-align: middle;
}
#footer .c5 img.ostbelgien {
    width: 355px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
}
#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: 100%;
    vertical-align: top;
}
#fadeandscale .c2 {
    display: inline-block;
    width: 100%;
    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;
    z-index: 100;
}
.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 {
    display: none;
}
.landing_links a:last-of-type:hover {
    padding: 5px 25px;
}

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

#a-propos .images{
	display: block;
	width: 280px;
	vertical-align: middle;
	margin: 0 auto 50px;
	position: relative;
}

#a-propos .images .image:first-of-type{
width: 100%;
height: 417px;
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: -40px;
width: 100px;
height: 100px;
top: -40px;
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: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	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: 460px;
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: 88px;
	margin: 8px 19px;
	text-decoration: none;
	height: auto;
}

#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: block;
	width: 100%;
	max-width: 400px;
	position: relative;
	margin: 0 auto 50px;
}

#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: -71px;
	bottom: -11px;
	background: #8bc53f;
	width: 368px;
	border-radius: 15px;
	padding: 31px 30px;
	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: block;
	width: 100%;
	margin: 70px auto 0;
	max-width: 500px;
}

#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: -7%;
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: -7%;
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: 95%;
    margin: 0 auto;
}
#landing form {
    margin: auto;
    padding-top: 40px;
    display: inline-block;
}
#landing label {
    display: block;
    width: 300px;
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
#landing input, #landing textarea {
    border: 1px solid #8bc53f;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px;
}
#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;
}
#cssmenu.small-screen.menu-hidden {
    display: none;
}
#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;
    max-width: 50%;
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: 50%;
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: 95%;
    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 120px;
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: 90px;
}

#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 .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:nth-of-type(2), #news.services .c11 .item:nth-of-type(5){
margin-top: 100px;
}

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

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

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

#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: 270px;
height: 530px;
background-color: #fff;
border-radius: 50px;
}

#specialites #slider-2:after{
content:'';
position: absolute;
left: -2%;
top: -1.5%;
width: 104%;
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: 270px;
height: 530px;
border-radius: 39px;
overflow: hidden;
}

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

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




#specialites .c2 .item{
display: block;
width: 100%;
max-width: 500px;
vertical-align: top;
margin: 0 auto;
position: relative;
text-decoration: none;
margin-top: 70px;
}

#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: 20px;
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 .news_title{
position: absolute;
left: 0;
bottom: 0;
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: 17px;
line-height: 25px;
z-index: 4;
color: white;
background-color: #3C4042;
padding: 15px 60px 15px 15px;
margin: 0;
}


#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 *************/
#banner.landing-banner .c1 img.logo{
        margin-bottom: 17px;
}

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

#landing-2024 .intro>.main_width{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

#landing-2024 .c1{
	display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 100px;
}

#landing-2024 .c1 h1{
	margin-bottom: 85px;
    position: relative;
}

#landing-2024 .c1 h1:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -70px;
    height: 60px;
    width: 180px;
    background-image: url(images/avis-google.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

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

#landing-2024 .c1 .button+a{
    display: block;
    width: fit-content;
    margin-top: 20px;
    margin-left: 10px;
}

#landing-2024 .c1 img{
	position: absolute;
    left: 0;
    top: 490px;
    width: 48%;
    height: 400px;
    object-fit: cover;
	object-position: right center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#landing-2024 .c2{
	display: inline-block;
    width: 100%;
    vertical-align: top;
    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;
	line-height: 33px;
}

#landing-2024 .c2 h2 .small{
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

#landing-2024 .c2 h2:after{
	content: '';
	position: absolute;
	left: -100px;
	top: -69px;
	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: block;
    vertical-align: middle;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 7px;
}

#landing-2024 form .form_part.long label{
    width: 100%;
}

#landing-2024 form select, #landing-2024 form input:not(.button){
	display: inline-block;
    vertical-align: middle;
    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;
}

#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;
}

#landing-2024 form .small {
font-size: 12px;
line-height: 15px;
margin: 11px 0 0 8px;
}

#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;
    width: 150px;
    opacity: 0.4;
}

#footer.landing-footer .logo_footer + p{
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 30px;
}

#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: 14px;
	line-height: 23px;
}
#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: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;
}/* ============ LANDING SITE / E-COMMERCE (bis) — sections sous le hero ============ */

#landing-2024 .lb_surtitre{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #8bc53f;
	text-align: center;
	margin: 0 0 16px;
}
#landing-2024 section h3{
	background-image: none;
	padding-left: 0;
	text-transform: none;
	line-height: 1.3;
}

#landing-2024 .lb_obtenez > .main_width > h2,
#landing-2024 .lb_prix > .main_width > h2,
#landing-2024 .lb_avis > .main_width > h2,
#landing-2024 .lb_faq > .main_width > h2{
	font-family: "Sora", sans-serif;
	font-size: 42px !important;
	font-weight: 700;
	letter-spacing: -1.5px;
	color: #165466;
	text-align: center;
	margin: 0 0 55px;
}

/* --- 2. Bandeau logos clients (defilement lent, gris) --- */
#landing-2024 .lb_logos{
	background-color: #fff;
	padding: 45px 0;
	overflow: hidden;
}
#landing-2024 .lb_logos_piste{
	display: flex;
	align-items: center;
	width: max-content;
	animation: lb_defile 55s linear infinite;
}
#landing-2024 .lb_logos:hover .lb_logos_piste{
	animation-play-state: paused;
}
#landing-2024 .lb_logo{
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 60px;
	margin: 0 30px;
}
#landing-2024 .lb_logo img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	filter: grayscale(1);
	opacity: 0.5;
	transition: opacity 0.3s, filter 0.3s;
}
#landing-2024 .lb_logo img:hover{
	filter: grayscale(0);
	opacity: 1;
}
@keyframes lb_defile{
	from{ transform: translateX(0); }
	to{ transform: translateX(-50%); }
}

/* --- 3. Ce que vous obtenez --- */
#landing-2024 .lb_obtenez{
	background-color: #ffffff;
	padding: 100px 0;
}
#landing-2024 .lb_obtenez_grille{
	display: flex;
	gap: 30px;
    flex-direction: column;
    align-items: center;
}
#landing-2024 .lb_obtenez_bloc{
	flex: 1;
	text-align: center;
	padding: 40px 25px;
	border-radius: 20px;
	background-color: #f6f9fa;
	border: 1px solid #e8eef1;
	transition: transform 0.3s, box-shadow 0.3s;
    max-width: 550px;
}
#landing-2024 .lb_obtenez_bloc:hover{
	transform: translateY(-8px);
	box-shadow: 0 22px 45px rgba(2, 14, 24, 0.08);
}
#landing-2024 .lb_obtenez_icone{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	border-radius: 18px;
	background: linear-gradient(140deg, rgba(139, 197, 63, 0.13) 0%, rgba(22, 84, 102, 0.10) 100%);
	margin-bottom: 26px;
}
#landing-2024 .lb_obtenez_bloc h3{
	font-family: "Sora", sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: #165466;
	margin: 0 0 14px;
	background: none;
	padding: 0;
	text-transform: none;
}
#landing-2024 .lb_obtenez_bloc p{
	font-size: 15px;
	line-height: 1.7;
	color: #4a555e;
	margin: 0;
}

/* --- 4. Combien / combien de temps --- */
#landing-2024 .lb_prix{
	background-color: #f6f9fa;
	padding: 100px 0;
}
#landing-2024 .lb_prix_grille{
	display: flex;
	gap: 36px;
	max-width: 900px;
	margin: 0 auto;
}
#landing-2024 .lb_prix_carte{
	flex: 1;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #e8eef1;
	border-radius: 24px;
	padding: 46px 40px 40px;
	text-align: center;
}
#landing-2024 .lb_prix_carte_reco{
	border-color: #8bc53f;
}
#landing-2024 .lb_prix_badge{
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #8bc53f;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 6px 18px;
	border-radius: 30px;
}
#landing-2024 .lb_prix_carte h3{
	font-family: "Sora", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #165466;
	margin: 0 0 18px;
	background: none;
	padding: 0;
	text-transform: none;
}
#landing-2024 .lb_prix_montant{
	font-family: "Sora", sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #282936;
	line-height: 1;
	margin: 0 0 28px;
}
#landing-2024 .lb_prix_apd{
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8bc53f;
	margin-bottom: 8px;
}
#landing-2024 .lb_prix_htva{
	font-size: 15px;
	font-weight: 500;
	color: #6b7680;
	margin-left: 6px;
}
#landing-2024 .lb_prix_delai{
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: left;
}
#landing-2024 .lb_prix_delai li{
	position: relative;
	padding: 9px 0 9px 26px;
	font-size: 15px;
	color: #4a555e;
	border-bottom: 1px solid #eef2f4;
    background-image: none;
}
#landing-2024 .lb_prix_delai li:before{
	content: "";
	position: absolute;
	left: 2px;
	top: 15px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #8bc53f;
}
#landing-2024 .lb_prix_carte .button{
	margin: 0;
}

/* --- 5. Timeline --- */
#landing-2024 .lb_timeline{
	background-color: #ffffff;
	padding: 100px 0;
}

/* --- 6. Ils en parlent mieux que moi --- */
#landing-2024 .lb_avis{
	background-color: #f6f9fa;
	padding: 100px 0;
}
#landing-2024 .lb_avis_grille{
	display: flex;
	gap: 30px;
	margin-bottom: 55px;
    flex-direction: column;
}
#landing-2024 .lb_avis_carte{
	flex: 1;
	background-color: #ffffff;
	border: 1px solid #e8eef1;
	border-radius: 20px;
	padding: 34px 32px;
}
#landing-2024 .lb_avis_logo{
	height: 46px;
	margin-bottom: 22px;
	display: flex;
	align-items: center;
}
#landing-2024 .lb_avis_logo img{
	max-height: 46px;
	max-width: 150px;
	width: auto;
}
#landing-2024 .lb_avis_texte{
	font-size: 16px;
	line-height: 1.7;
	color: #4a555e;
	font-style: italic;
	margin: 0 0 18px;
}
#landing-2024 .lb_avis_auteur{
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #165466;
	margin: 0;
}
#landing-2024 .lb_google{
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0 auto;
	padding: 14px 28px;
	border-radius: 40px;
	background-color: #ffffff;
	border: 1px solid #e8eef1;
	box-shadow: 0 10px 30px rgba(2, 14, 24, 0.06);
	text-decoration: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    width: 395px;
}
#landing-2024 .lb_avis > .main_width{
	position: relative;
	padding-bottom: 70px;
}
#landing-2024 .lb_google_etoiles{
	display: block;
	height: 22px;
	width: auto;
}
#landing-2024 .lb_google_note{
	font-size: 15px;
	color: #282936;
}
#landing-2024 .lb_google_note strong{
	font-family: "Sora", sans-serif;
	font-size: 18px;
	color: #165466;
}
#landing-2024 .lb_google_nb{
	font-size: 14px;
	font-weight: 600;
	color: #8bc53f;
}

/* --- 7. FAQ (beefup) --- */
#landing-2024 .lb_faq{
	background-color: #ffffff;
	padding: 100px 0;
}
#landing-2024 .lb_faq_liste{
	max-width: 820px;
	margin: 0 auto;
}
#landing-2024 .lb_faq_item{
	background-color: #f6f9fa;
	border: 1px solid #e8eef1;
	border-radius: 14px;
	margin-bottom: 14px;
	overflow: hidden;
}
#landing-2024 .lb_faq_item .beefup-head{
	font-family: "Sora", sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #165466;
	margin: 0;
	padding: 22px 56px 22px 26px;
	cursor: pointer;
	position: relative;
	background: none;
	text-transform: none;
	line-height: 1.4;
}
#landing-2024 .lb_faq_item .beefup-head:after{
	content: "";
	position: absolute;
	right: 26px;
	top: 26px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #8bc53f;
	border-bottom: 2px solid #8bc53f;
	transform: rotate(45deg);
	transition: transform 0.3s;
}
#landing-2024 .lb_faq_item.open .beefup-head:after{
	transform: rotate(-135deg);
	top: 30px;
}
#landing-2024 .lb_faq_item .beefup-body{
	padding: 0 26px 24px;
}
#landing-2024 .lb_faq_item .beefup-body p{
	font-size: 15px;
	line-height: 1.7;
	color: #4a555e;
	margin: 0 0 12px;
}
#landing-2024 .lb_faq_item .beefup-body p:last-child{
	margin-bottom: 0;
}

/* --- 8. Rappel du CTA --- */
#landing-2024 .lb_rappel{
	padding: 90px 0;
	text-align: center;
}
#landing-2024 .lb_rappel h2{
	font-family: "Sora", sans-serif;
	font-size: 40px !important;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 18px;
}
#landing-2024 .lb_rappel p{
	max-width: 620px;
	margin: 0 auto 34px;
	font-size: 17px;
	line-height: 1.7;
}
#landing-2024 .lb_rappel_boutons{
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}
#landing-2024 .lb_rappel_boutons .button{
	margin: 0;
}
#landing-2024 .lb_rappel_tel{
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

/* --------------- TIMELINE DU DEROULEMENT D'UN PROJET --------------- */

#landing-2024 .lb_timeline .timeline_titre{
	font-family: "Sora", sans-serif;
	font-size: 23px;
    margin-bottom: 45px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #282936;
	text-align: center;
	margin: 0 0 90px;
}

#landing-2024 .lb_timeline .timeline{
	list-style: none;
	padding: 0;
	display: flex;
	position: relative;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto;
}

/* la ligne horizontale qui relie les etapes */
#landing-2024 .lb_timeline .timeline:before{
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #8bc53f 0%, #d4dde2 100%);
}

#landing-2024 .lb_timeline .timeline_etape{
	position: relative;
	flex: 1;
	background-image: none;
	margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    text-align: left;
    padding: 0 0 28px;
}

#landing-2024 .lb_timeline .timeline_etape:last-child{
    padding-bottom: 0;
}

#landing-2024 .lb_timeline .etape_puce{
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #d4dde2;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #6b7680;
    transition: all 0.3s;
    margin-bottom: 0;
    flex-shrink: 0;
}

#landing-2024 .lb_timeline .timeline_etape h3{
	font-family: "Sora", sans-serif;
    font-size: 15px;
    padding-top: 7px;
	font-weight: 600;
	line-height: 1.4;
	color: #282936;
	margin: 0;
	transition: color 0.3s;
}

/* etape 1 : "Vous etes ici" */
#landing-2024 .lb_timeline .etape_actuelle .etape_puce{
    background-color: #8bc53f;
    border-color: #8bc53f;
    color: white !important;
    box-shadow: 0 0 0 6px rgba(139, 197, 63, 0.18);
}

#landing-2024 .lb_timeline .etape_ici{
	display: none;
}

/* survol : puce mise en avant + bulle d'infos */
#landing-2024 .lb_timeline .timeline_etape:hover .etape_puce{
	border-color: #8bc53f;
	color: #8bc53f;
	transform: scale(1.12);
}

#landing-2024 .lb_timeline .timeline_etape:hover h3{
	color: #8bc53f;
}

#landing-2024 .lb_timeline .etape_bulle{
    display: none;
}

#landing-2024 .lb_timeline .etape_bulle:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-top-color: #282936;
}

#landing-2024 .lb_timeline .timeline_etape:hover .etape_bulle{
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

/* les bulles des premieres / dernieres etapes restent dans le cadre */
#landing-2024 .lb_timeline .timeline_etape:first-child .etape_bulle{
    left: 40px;
	transform: translate(0, 8px);
}
#landing-2024 .lb_timeline .timeline_etape:first-child .etape_bulle:after{
    left: 60px;
}
#landing-2024 .lb_timeline .timeline_etape:last-child .etape_bulle{
    right: 40px;
    left: unset;
	transform: translate(0, 8px);
}
#landing-2024 .lb_timeline .timeline_etape:last-child .etape_bulle:after{
    right: 45px;
    left: unset;
}

/* Placeholders du formulaire landing : plus foncés / lisibles */
#landing-2024 .c2 input::placeholder,
#landing-2024 .c2 textarea::placeholder{
	color: #6b7680;
	opacity: 1;
}
#landing-2024 .c2 input::-webkit-input-placeholder,
#landing-2024 .c2 textarea::-webkit-input-placeholder{
	color: #6b7680;
}
#landing-2024 .c2 input:-ms-input-placeholder,
#landing-2024 .c2 textarea:-ms-input-placeholder{
	color: #6b7680;
}

/* Pin devant le badge "region Liegeoise" de la landing */
#landing-2024 .c1 .important{
	display: inline-flex;
	align-items: center;
	gap: 7px;
}
#landing-2024 .c1 .important:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(images/icon-pin.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}



/* *********************** 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: 52px;
	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{
}

#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;
}
/* --------------- BANNIERE COOKIES (surcharge design Defaweux) --------------- */
/* carte compacte et discrete, en bas a droite, aux couleurs du site */
.termsfeed-com---nb.termsfeed-com---nb-simple{
	top: auto !important;
	left: auto !important;
	right: 24px !important;
	bottom: 24px !important;
	width: 340px !important;
	max-width: calc(100vw - 32px) !important;
	background: #ffffff !important;
	border: 1px solid #e8eef1 !important;
	border-radius: 16px !important;
	box-shadow: 0 18px 45px rgba(2, 14, 24, 0.18) !important;
	overflow: hidden !important;
}
.termsfeed-com---nb .cc-nb-main-container{
	padding: 20px 22px !important;
}
.termsfeed-com---nb .cc-nb-title{
	font-family: "Sora", "Poppins", sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #282936 !important;
	padding-left: 30px !important;
	background-image: url(images/icon-cookie.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	background-position: left center !important;
	margin: 0 0 8px !important;
}
.termsfeed-com---nb .cc-nb-text{
	font-family: "Poppins", sans-serif !important;
	font-size: 12.5px !important;
	line-height: 1.6 !important;
	color: #4a555e !important;
	margin: 0 0 16px !important;
}
.termsfeed-com---nb .cc-nb-text a{
	color: #165466 !important;
	font-weight: 600 !important;
}
.termsfeed-com---nb .cc-nb-buttons-container{
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 8px !important;
}
.termsfeed-com---nb button.cc-nb-okagree,
.termsfeed-com---nb button.cc-nb-reject,
.termsfeed-com---nb button.cc-nb-changep{
	font-family: "Poppins", sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	border-radius: 30px !important;
	padding: 9px 18px !important;
	margin: 0 !important;
	border: 1px solid transparent !important;
	transition: all 0.25s !important;
}
.termsfeed-com---nb button.cc-nb-okagree{
	background: #8bc53f !important;
	color: #ffffff !important;
	box-shadow: 0 5px 14px rgba(139, 197, 63, 0.35) !important;
}
.termsfeed-com---nb button.cc-nb-okagree:hover{
	background: #7bb534 !important;
	transform: translateY(-2px) !important;
}
.termsfeed-com---nb button.cc-nb-reject{
	background: #f6f9fa !important;
	color: #282936 !important;
	border-color: #e0e6ea !important;
}
.termsfeed-com---nb button.cc-nb-reject:hover{
	background: #eef2f4 !important;
}
.termsfeed-com---nb button.cc-nb-changep{
	background: none !important;
	color: #6b7680 !important;
	padding: 9px 6px !important;
	text-decoration: underline !important;
}
.termsfeed-com---nb button.cc-nb-changep:hover{
	color: #165466 !important;
}


/* =====================================================================
   RESPONSIVE HOME 2026 - portage complet du #home (master) adapte
   SMALL : 730px a 1030px, main_width = 700px
   ===================================================================== */

#home{
	margin-bottom: -60px;
}

#home h3{
	background-image: none;
	padding-left: 0;
	text-transform: none;
	line-height: 1.3;
}

#home .c1{
	height: 100vh;
	min-height: 800px;
	position: relative;
	box-sizing: border-box;
}

#home .c1 .cta_intro{
	display: inline-block;
	margin-top: 35px;
	background-color: #8bc53f;
	color: white;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 14px 38px;
	border-radius: 35px;
}

#home .c1 .cta_intro:hover{
	transform: translateY(-3px);
}

/* conteneur non clippe : la vignette (clippee) + le bouton qui en sort */
#home .c1 .bloc_david{
	position: absolute;
    left: 50%;
    bottom: -500px;
    width: 281px;
    height: 488px;
    z-index: 3;
    opacity: 0;
    transform: translate(-50%, 60px);
    animation: vignette_apparition 0.8s ease-out 1s forwards;
}

#home .c1 .vignette_david{
	position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    background-color: #fff;
}

#home .c1 .vignette_david .video_david{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#home .c1 .vignette_son{
	position: absolute;
	bottom: 12px;
	left: 12px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background-color: rgba(2, 14, 24);
	backdrop-filter: blur(4px);
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.25s, transform 0.25s;
}

#home .c1 .vignette_david:hover .vignette_son{
	background-color: #8bc53f;
	transform: scale(1.08);
}

/* Bouton contact : cache DERRIERE la vidéo (z-index 1 < vignette 2),
   il glisse vers la droite pour sortir de derriere la vidéo, puis
   revient un peu en passant DEVANT (z-index 3) : il finit a cheval. */
#home .c1 .vignette_contact{
	position: absolute;
	bottom: 26px;
	right: 30px;
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 0 18px;
	border-radius: 20px;
	background-color: #8bc53f;
	color: white;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(2, 14, 24, 0.25);
	transform: translateX(0);
	pointer-events: none;
	transition: transform 0.75s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.25s;
	z-index: 1;
}

/* 1) sortie : il emerge de derriere la vidéo, entierement degage a droite */
#home .c1 .bloc_david.contact_sortie .vignette_contact{
	transform: translateX(195px);
}

/* 2) retour : il repasse devant la vidéo et se cale a cheval */
#home .c1 .bloc_david.contact_devant .vignette_contact{
	transform: translateX(120px);
	pointer-events: auto;
	z-index: 3;
}

#home .c1 .vignette_son .icone_son_on{
	display: none;
}

#home .c1 .vignette_david.son_actif .vignette_son .icone_son_off{
	display: none;
}

#home .c1 .vignette_david.son_actif .vignette_son .icone_son_on{
	display: block;
}

@keyframes vignette_apparition{
	to{ opacity: 1; transform: translate(-50%, 0); }
}

#home .c1 .vague_particules{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
    opacity: 0.4;
}

#home .c1 .liens_services{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1400px;
	bottom: 150px;
	display: flex;
	justify-content: center;
	gap: 14px;
	z-index: 2;
}

#home .c1 .lien_service{
	background-color: #020e18;
	color: white;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	padding: 8px 20px;
	border-radius: 30px;
	/* etat final = etat normal : l'animation ne fait que l'entree (backwards),
	   sinon sa derniere keyframe ecraserait le transform du :hover */
	animation: bulle_apparition 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) backwards;
	transition: transform 0.25s;
}

#home .c1 .lien_service:nth-child(1){ animation-delay: 1.1s; }
#home .c1 .lien_service:nth-child(2){ animation-delay: 1.25s; }
#home .c1 .lien_service:nth-child(3){ animation-delay: 1.4s; }
#home .c1 .lien_service:nth-child(4){ animation-delay: 1.55s; }
#home .c1 .lien_service:nth-child(5){ animation-delay: 1.7s; }

#home .c1 .lien_service:hover{
    transform: translateY(-4px) scale(1.1);
}

@keyframes bulle_apparition{
	0%{ opacity: 0; transform: scale(0.4) translateY(20px); }
	70%{ opacity: 1; transform: scale(1.12) translateY(-4px); }
	100%{ opacity: 1; transform: scale(1) translateY(0); }
}

#home .c1 .content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	z-index: 2;
}

#home .c1 h1 .logo_titre{
    height: 0.80em;
    width: auto;
    vertical-align: -0.02em;
    margin-left: 5px;
}

#home .c1 .intro_pin{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #282936;
    padding: 0;
    margin: 0 0 22px;
}

#home .c1 .intro_pin img{
	display: block;
}

#home .c1 .intro-exp{
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color: #282936;
	margin: 0 0 15px;
}

#home .c1 h1{
    font-size: 73px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 26px;
    color: #282936;
}

#home .c1 .intro-ia{
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color: #282936;
	margin: 0 0 28px;
}

#home .c1 .intro-ia .green{
    color: #8bc53f;
}



#home .sliders{
right: 0;
width: 90%;
position: relative;
margin: 0 auto;
bottom: 0;
padding: 200px 0 130px;
}

/* deco manuscrite "Ce que nous faisons !" : le SVG est injecte par
   scripts/deco_ecriture.js puis trace lettre par lettre au scroll */
#home .sliders .deco_ecriture{
	display: none;
}

#home #slider-1{
width: 80%;
height: 330px;
margin: 0 auto 0 0;
position: relative;
padding-top: 32px;
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 #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 #slider-1 .item{
width: 100%;
height: 330px;
}

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

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

#home #slider-2{
position: absolute;
right: 0;
top: 132px;
width: 245px;
height: 480px;
background-color: #fff;
border-radius: 46px;
overflow: hidden;
}

#home #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 #slider-2 .item{
width: 254px;
height: 530px;
margin: 8px 8px 2px;
overflow: hidden;
}

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

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

#home #video_agence{
	background-color: #020e18;
	position: sticky;
	top: 0;
	height: 100vh;
	z-index: 0;
}

/* la video reste epinglee plein ecran ; les sections suivantes
   remontent par-dessus au scroll (effet volet venant du bas) */
#home .c1.intro,
#home #qui_sommes_nous,
#home #ce_que_nous_faisons,
#home #news,
#home #cta{
	position: relative;
	z-index: 1;
}

#home #video_agence .scene_video{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

/* Carte adresse posee a cheval sur le bord gauche de la video */
#home #video_agence .carte_adresse{
    display: none;
}

#home #video_agence .carte_adresse_nom{
    font-family: "Sora", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: white;
    margin: 0 0 16px;
    line-height: 35px;
}

#home #video_agence .carte_adresse_rue{
	font-size: 15px;
	line-height: 1.7;
	color: #b9c7d0;
	margin: 0 0 35px;
}

#home #video_agence .carte_adresse_tel{
	display: block;
	font-family: "Sora", sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: white;
	text-decoration: none;
	margin-bottom: 30px;
	transition: color 0.25s;
}

#home #video_agence .carte_adresse_tel:hover{
	color: #8bc53f;
}

#home #video_agence .carte_adresse_lien{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #8bc53f;
	text-decoration: none;
}

#home #video_agence .carte_adresse_lien:after{
	content: "\2192";
	transition: transform 0.25s;
}

#home #video_agence .carte_adresse_lien:hover:after{
	transform: translateX(4px);
}

#home #video_agence .video_presentation{
	display: block;
	width: 55vw;
	height: auto;
	object-fit: cover;
    object-position: bottom;
	border-radius: 16px;
}

#home #qui_sommes_nous{
	position: relative;
	overflow: hidden;
	padding: 130px 0 150px;
	background-color: white;
}

#home #qui_sommes_nous .main_width{
	position: relative;
	z-index: 1;
}

#home #qui_sommes_nous .qui_surtitre{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #8bc53f;
	text-align: center;
	margin: 0 0 22px;
}

#home #qui_sommes_nous .qui_titre{
	font-family: "Sora", sans-serif;
	font-size: 54px;
	font-weight: 700;
	letter-spacing: -1.5px;
	color: #282936;
	text-align: center;
	margin: 0 0 30px;
}

#home #qui_sommes_nous .qui_titre .accent{
	color: #8bc53f;
}

#home #qui_sommes_nous .qui_lead{
	max-width: 820px;
	margin: 0 auto 130px;
	font-size: 17px;
	line-height: 1.8;
	color: #4a555e;
	text-align: center;
}

#home #qui_sommes_nous .qui_chiffres{
	display: inline-block;
	width: 32%;
	vertical-align: middle;
}

#home #qui_sommes_nous .chiffre{
	display: block;
	text-align: center;
	padding: 22px 20px 20px;
	border-radius: 20px;
	background-color: #f6f9fa;
	border: 1px solid #e8eef1;
}

#home #qui_sommes_nous .chiffre + .chiffre{
	margin-top: 18px;
}

#home #qui_sommes_nous .chiffre_valeur{
	display: block;
	font-family: "Sora", sans-serif;
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
	color: #282936;
	margin-bottom: 10px;
}

#home #qui_sommes_nous .chiffre_label{
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #6b7680;
}

#home #qui_sommes_nous .qui_artisans{
	display: inline-block;
	width: calc(68% - 40px);
	margin-left: 32px;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	padding: 10px 0;
	text-align: left;
}

#home #qui_sommes_nous .qui_artisans h3{
	font-family: "Sora", sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #282936;
    margin: 0 0 16px;
}

#home #qui_sommes_nous .qui_artisans .accent{
	color: #8bc53f;
}

#home #qui_sommes_nous .qui_artisans .icone_internet{
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
}

#home #qui_sommes_nous .qui_artisans p{
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 1.8;
	color: #4a555e;
}

#home #qui_sommes_nous .qui_artisans p.strong{
    margin-top: 40px;
}

#home #qui_sommes_nous .qui_artisans .artisans_titre_liste{
	font-family: "Sora", sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #282936;
	margin: 35px 0 16px;
}

#home #qui_sommes_nous .artisans_liens{
	list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 30px;
    width: 100%;
    max-width: 890px;
    margin: 50px auto 100px;
}

#home #qui_sommes_nous .artisans_liens li{
	padding: 0 0 0 26px;        
    background-image: url(images/common/arrow-right-black.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 3px 5px;
	transition: all 0.25s;
}

#home #qui_sommes_nous .artisans_liens li:hover{
    background-position: 7px 5px;
}

#home #qui_sommes_nous .artisans_liens a{
	font-size: 15px;
	line-height: 1.5;
	color: #4a555e;
	text-decoration: none;
	transition: color 0.25s;
}

#home #qui_sommes_nous .artisans_liens a:hover{
	color: #8bc53f;
}

#home #qui_sommes_nous .qui_equipe_titre{
	font-family: "Sora", sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #282936;
	text-align: center;
	margin: 150px 0 50px;
}

#home #qui_sommes_nous .equipe_grille{
	display: flex;
	gap: 40px;
    flex-wrap: wrap;
}

#home #qui_sommes_nous .equipe_carte{
    flex: 1;
    position: relative;
    overflow: hidden;
    height: 310px;
    padding: 40px 30px;
    border-radius: 20px;
    background-color: #f6f9fa;
    border: 1px solid #e8eef1;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
    min-width: 22%;
    box-sizing: border-box;
}

#home #qui_sommes_nous .equipe_carte:hover{
	transform: translateY(-8px);
	border-color: rgba(139, 197, 63, 0.5);
	box-shadow: 0 22px 50px rgba(2, 14, 24, 0.10);
}

/* --- en-tete : centre au repos, compact en haut a gauche au survol --- */
#home #qui_sommes_nous .equipe_entete{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 24px;
	transition: gap 0.4s ease;
}

#home #qui_sommes_nous .equipe_carte:hover .equipe_entete{
	flex-direction: row;
	align-items: center;
	text-align: left;
	gap: 14px;
}

#home #qui_sommes_nous .equipe_ident{
	min-width: 0;
}

#home #qui_sommes_nous .equipe_avatar,
#home #qui_sommes_nous .equipe_photo{
	flex-shrink: 0;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	transition: width 0.4s ease, height 0.4s ease;
}

#home #qui_sommes_nous .equipe_avatar{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Sora", sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: white;
	background: linear-gradient(135deg, #282936 0%, #1d7a6f 55%, #8bc53f 100%);
}

#home #qui_sommes_nous .equipe_photo{
	object-fit: cover;
	border: 2px solid rgba(139, 197, 63, 0.5);
}

#home #qui_sommes_nous .equipe_carte:hover .equipe_avatar,
#home #qui_sommes_nous .equipe_carte:hover .equipe_photo{
	width: 58px;
	height: 58px;
	font-size: 15px;
}

/* --- carte freelance : pleine largeur, sur sa propre ligne, basse --- */
#home #qui_sommes_nous .equipe_freelance{
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    overflow: visible;
    padding: 20px 34px;
    display: flex;
    align-items: center;
    gap: 26px;
    max-width: 550px;
    margin: 0 auto;
}

#home #qui_sommes_nous .equipe_freelance .equipe_entete{
	flex-direction: column !important;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

#home #qui_sommes_nous .equipe_freelance .equipe_avatar,
#home #qui_sommes_nous .equipe_freelance:hover .equipe_avatar{
	width: 52px;
	height: 52px;
	font-size: 22px;
}

#home #qui_sommes_nous .equipe_freelance .equipe_ident{
	text-align: center;
}

#home #qui_sommes_nous .equipe_freelance .equipe_nom{
	margin: 0 0 2px !important;
    font-size: 19px !important;
}

#home #qui_sommes_nous .equipe_freelance .equipe_role{
	margin: 0 !important;
    font-size: 14px !important;
}

#home #qui_sommes_nous .equipe_freelance .equipe_intro{
	position: static;
	width: auto;
	padding: 0;
	background: none;
	color: #4a555e;
	font-size: 14px;
	line-height: 1.6;
	opacity: 1;
	visibility: visible;
	transform: none;
	box-shadow: none;
	pointer-events: auto;
}

#home #qui_sommes_nous .equipe_freelance .equipe_intro:after{
	display: none;
}

#home #qui_sommes_nous .equipe_nom{
	font-family: "Sora", sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: #282936;
	margin: 0 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: font-size 0.4s ease;
}

#home #qui_sommes_nous .equipe_role{
	font-size: 14px;
	color: #6b7680;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: font-size 0.4s ease;
}

#home #qui_sommes_nous .equipe_carte:hover .equipe_nom{
	font-size: 15px;
	margin: 0 0 3px;
}

/* --- texte d'introduction : cache en bas, monte au survol --- */
#home #qui_sommes_nous .equipe_intro{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 36px;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #4a555e;
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.4s ease, transform 0.4s ease;
	pointer-events: none;
}

#home #qui_sommes_nous .equipe_carte:hover .equipe_intro{
	opacity: 1;
	transform: translateY(0);
}

#home #qui_sommes_nous a.equipe_carte{
	display: block;
	text-decoration: none;
}

#home #ce_que_nous_faisons{
	background-color: white;
	padding: 40px 0 60px;
    z-index: 2;
}

/* --------------- TIMELINE DU DEROULEMENT D'UN PROJET --------------- */

#home #ce_que_nous_faisons .timeline_titre{
	font-family: "Sora", sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #282936;
	text-align: center;
	margin: 0 0 90px;
}

#home #ce_que_nous_faisons .timeline{
	list-style: none;
	margin: 0 0 60px;
	padding: 0;
	display: flex;
	position: relative;
}

/* la ligne horizontale qui relie les etapes */
#home #ce_que_nous_faisons .timeline:before{
	content: "";
	position: absolute;
	top: 19px;
	left: 7%;
	right: 7%;
	height: 1px;
	background: linear-gradient(90deg, #8bc53f 0%, #d4dde2 100%);
}

#home #ce_que_nous_faisons .timeline_etape{
	position: relative;
	flex: 1;
	padding: 0 10px;
	text-align: center;
	background-image: none;
	margin: 0;
}

#home #ce_que_nous_faisons .etape_puce{
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: white;
	border: 2px solid #d4dde2;
	font-family: "Sora", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #6b7680;
	margin-bottom: 18px;
	transition: all 0.3s;
}

#home #ce_que_nous_faisons .timeline_etape h3{
	font-family: "Sora", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #282936;
	margin: 0;
	transition: color 0.3s;
}

/* etape 1 : "Vous etes ici" */
#home #ce_que_nous_faisons .etape_actuelle .etape_puce{
	background-color: #8bc53f;
	border-color: #8bc53f;
	color: white !important;
	box-shadow: 0 0 0 6px rgba(139, 197, 63, 0.18);
}

#home #ce_que_nous_faisons .etape_ici{
	position: absolute;
	left: 50%;
	bottom: calc(100% + 16px);
	transform: translateX(-50%);
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #8bc53f;
}

#home #ce_que_nous_faisons .etape_ici:before{
	order: 1;
	content: "";
	width: 2px;
	height: 12px;
	margin-top: 5px;
	background-color: #8bc53f;
}

#home #ce_que_nous_faisons .etape_ici:after{
	order: 2;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #8bc53f;
}

/* survol : puce mise en avant + bulle d'infos */
#home #ce_que_nous_faisons .timeline_etape:hover .etape_puce{
	border-color: #8bc53f;
	color: #8bc53f;
	transform: scale(1.12);
}

#home #ce_que_nous_faisons .timeline_etape:hover h3{
	color: #8bc53f;
}

#home #ce_que_nous_faisons .etape_bulle{
	position: absolute;
	bottom: calc(100% + 22px);
	left: 50%;
	transform: translate(-50%, 8px);
	width: 250px;
	padding: 16px 18px;
	border-radius: 14px;
	background-color: #282936;
	color: #d7dde2;
	font-size: 12.5px;
	line-height: 1.6;
	text-align: left;
	box-shadow: 0 14px 34px rgba(2, 14, 24, 0.28);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
	z-index: 3;
}

#home #ce_que_nous_faisons .etape_bulle:after{
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    border: 14px solid transparent;
    border-top-color: #282936;
}

#home #ce_que_nous_faisons .timeline_etape:hover .etape_bulle{
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

/* les bulles des premieres / dernieres etapes restent dans le cadre */
#home #ce_que_nous_faisons .timeline_etape:first-child .etape_bulle{
    left: 51px;
	transform: translate(0, 8px);
}

#home #ce_que_nous_faisons .timeline_etape:first-child:hover .etape_bulle{
	transform: translate(0, 0);
}

#home #ce_que_nous_faisons .timeline_etape:first-child .etape_bulle:after{
	left: 19px;
}

#home #ce_que_nous_faisons .timeline_etape:last-child .etape_bulle{
	left: auto;
	right: 51px;
	transform: translate(0, 8px);
}

#home #ce_que_nous_faisons .timeline_etape:last-child:hover .etape_bulle{
	transform: translate(0, 0);
}

#home #ce_que_nous_faisons .timeline_etape:last-child .etape_bulle:after{
	left: auto;
	right: -9px;
}

#home #ce_que_nous_faisons .timeline_cta{
	text-align: center;
}

#home #ce_que_nous_faisons .cta_valeurs{
	display: inline-block;
	background-color: #8bc53f;
	color: white;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	padding: 13px 32px;
	border-radius: 35px;
	box-shadow: 0 6px 18px rgba(139, 197, 63, 0.35);
	transition: transform 0.25s, box-shadow 0.25s;
}

#home #ce_que_nous_faisons .cta_valeurs:hover{
	transform: translateY(-3px);
	box-shadow: 0 10px 26px rgba(139, 197, 63, 0.45);
}

#home #ce_que_nous_faisons .faisons_surtitre{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #8bc53f;
	margin: 0 0 16px;
}

#home #ce_que_nous_faisons h2{
	font-family: "Sora", sans-serif;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -1.5px;
	color: #282936;
	margin: 0 0 60px;
}

#home #ce_que_nous_faisons .services_grille{
	display: flex;
	gap: 36px;
}

#home #ce_que_nous_faisons .service_carte{
	flex: 1;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: white;
	border: 1px solid #e8eef1;
	border-radius: 24px;
	padding: 48px 40px 42px;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}

#home #ce_que_nous_faisons .service_carte:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #8bc53f 0%, #1d7a6f 100%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.45s;
}

#home #ce_que_nous_faisons .service_carte:hover{
	transform: translateY(-10px);
	border-color: rgba(139, 197, 63, 0.35);
	box-shadow: 0 30px 60px rgba(2, 14, 24, 0.12);
}

#home #ce_que_nous_faisons .service_carte:hover:before{
	transform: scaleX(1);
}

#home #ce_que_nous_faisons .service_numero{
	position: absolute;
	top: 26px;
	right: 32px;
	font-family: "Sora", sans-serif;
	font-size: 74px;
	font-weight: 700;
	line-height: 1;
	color: rgba(22, 84, 102, 0.07);
	pointer-events: none;
}

#home #ce_que_nous_faisons .service_icone{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	border-radius: 18px;
	background: linear-gradient(140deg, rgba(139, 197, 63, 0.13) 0%, rgba(22, 84, 102, 0.10) 100%);
	margin-bottom: 28px;
}

#home #ce_que_nous_faisons .service_carte h3{
    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #282936;
    margin: 0 0 22px;
    background: none;
    padding: 0;
}

#home #ce_que_nous_faisons .service_liste{
	list-style: none;
	margin: 0;
	padding: 0;
}

#home #ce_que_nous_faisons .service_liste li{
	padding: 11px 0 11px 30px;
	font-size: 15px;
	line-height: 1.5;
	color: #4a555e;
	background-image: url(images/arrow-right-green.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
}

#home #ce_que_nous_faisons .service_liste li + li{
	border-top: 1px solid #e4eaee;
}

#home #nos_clients{
	position: relative;
	overflow: hidden;
	padding: 120px 0 120px;
	background-color: white;
}

#home #nos_clients .main_width{
	position: relative;
	z-index: 1;
}

#home .bandeau_idee{
	display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    border-radius: 24px;
    padding: 42px 55px;
    margin: 150px 0;
    background: linear-gradient(#071722, #071722) padding-box, linear-gradient(120deg, rgba(139, 197, 63, 0.65) 0%, rgba(29, 122, 111, 0.35) 50%, rgba(22, 84, 102, 0.75) 100%) border-box;
}

#home .idee_texte{
	font-family: "Sora", sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: white;
	margin: 0;
}

#home .idee_texte .mot_flou{
    color: #ffffff5e;
    text-shadow: 0 0 14px rgb(255 255 255 / 86%);
}

#home .idee_texte .accent{
	color: #8bc53f;
}

#home .fleche_idee{
	display: inline-block;
	position: relative;
	width: 64px;
	height: 2px;
	margin: 0 22px;
	vertical-align: middle;
	background-color: #8bc53f;
	animation: fleche_pulse 1.6s ease-in-out infinite;
}

#home .fleche_idee:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 9px;
	height: 9px;
	border-top: 2px solid #8bc53f;
	border-right: 2px solid #8bc53f;
	transform: translateY(-50%) rotate(45deg);
}

@keyframes fleche_pulse{
	0%, 100%{ transform: translateX(0); }
	50%{ transform: translateX(9px); }
}

#home .cta_idee{
	display: inline-block;
	background-color: #8bc53f;
	color: white;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	padding: 14px 36px;
	border-radius: 35px;
	box-shadow: 0 6px 18px rgba(139, 197, 63, 0.35);
	transition: transform 0.25s, box-shadow 0.25s;
}

#home .cta_idee:hover{
	transform: translateY(-3px);
	box-shadow: 0 10px 26px rgba(139, 197, 63, 0.45);
}

#home .clients_surtitre{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #8bc53f;
	text-align: center;
	margin: 0 0 18px;
}

#home .logo_clients{
	display: block;
    width: 111px;
    height: auto;
    margin: 150px auto 22px;
    overflow: visible;
}

#home .clients_titre{
	font-family: "Sora", sans-serif;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -1.5px;
	color: #282936;
	text-align: center;
	margin: 0 0 55px;
}

#home .clients_content{
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
}

#home .profils_grille{
	display: flex;
	gap: 30px;
	margin-bottom: 90px;
}

#home .profil_carte{
	flex: 1;
	text-align: center;
	padding: 34px 30px;
	border-radius: 20px;
	font-size: 17px;
	line-height: 1.6;
	color: #4a555e;
	background-color: #f6f9fa;
	border: 1px solid #e8eef1;
}

#home .profil_carte strong{
	color: #282936;
}

#home .profil_carte:before{
	content: "✓";
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #8bc53f;
	margin-bottom: 12px;
}

#home .logos_carrousel{
    padding: 50px 0 0;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

#home .logos_carrousel .owl-stage-outer{
    max-width: 1400px;
    margin: 0 auto;
}

#home .logos_carrousel .logo_client{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 20%;
    margin-bottom: 60px;
}

#home .logos_carrousel .logo_client img{
	width: auto;
	max-width: 175px;
	max-height: 60px;
    filter: grayscale(1);
    opacity: 0.5;
	transition: all 0.6s;
}

#home .logos_carrousel .logo_client:hover img{
    filter: grayscale(0);
    opacity: 1;
}

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

#home .logos_plus{
    text-align: center;
    margin: -10px auto 0;
    position: relative;
    z-index: 20;
}

#home #nos_clients .infos_grille{
	display: flex;
	gap: 30px;
}

#home #nos_clients .info_bloc{
	flex: 1;
	padding: 42px 38px;
	border-radius: 20px;
	background-color: #f6f9fa;
	border: 1px solid #e8eef1;
}

#home #nos_clients .info_bloc h3{
	font-family: "Sora", sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #282936;
	margin: 0 0 22px;
    background: none;
    padding: 0;
}

#home #nos_clients .info_bloc .accent_chiffre{
	font-size: 40px;
	color: #8bc53f;
	vertical-align: -3px;
	margin-right: 6px;
}

#home #nos_clients .info_bloc p{
	font-size: 15px;
	line-height: 1.7;
	color: #4a555e;
	margin: 0;
}

#home #nos_clients .secteurs_liste{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#home #nos_clients .secteurs_liste li{
	font-size: 13px;
	color: #4a555e;
	padding: 7px 16px;
	border-radius: 30px;
	border: 1px solid #d4dde2;
    background: none;
}

#home #nos_clients .villes_liste{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 18px;
}

#home #nos_clients .villes_liste li{
	position: relative;
	font-size: 15px;
	color: #4a555e;
	padding: 9px 0 9px 22px;
    background: none;
}

#home #nos_clients .villes_liste li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #8bc53f;
}



/****** NEW HOME ******/
#home #news{
text-align: center;
overflow: visible;
padding: 50px 0 0;
background-color: #fff;
position: relative;
z-index: 0;
}

#home #news h3{
    font-family: "Sora", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #282936;
    margin: 0 0 22px;
}

#home #news .item{
display: inline-block;
width: 31%;
vertical-align: top;
margin: 0 1%;
position: relative;
text-decoration: none;
margin-top: 40px;
}

#home #news .item .img{
width: 100%;
height: 300px;
overflow: hidden;
position: relative;
}

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

/* Logo du projet en surimpression sur la premiere image */
/* Accueil : logo + titre empiles dans un meme bloc ancre en bas, qui
   monte au survol. Le logo reste toujours juste au-dessus du titre,
   quelle que soit sa hauteur (1 a 3 lignes). Sans fond blanc. */
#home #news .item .img .news_overlay{
	display: none;
}

#home #news .item:hover .img .news_overlay{
	bottom: -5px;
}

#home #news .item .img .news_overlay img.news_logo{
	position: static;
	width: auto;
	height: 42px;
	max-width: 70%;
	object-fit: contain;
	object-position: left center;
	background: none;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

/* Page de la news : logo visible en permanence, en haut a gauche, sans fond. */
#news .c2 .left .vignette-wrap .news_logo{
	position: absolute;
	top: 16px;
	left: 16px;
	height: 54px;
	width: auto;
	max-width: 45%;
	object-fit: contain;
	object-position: left top;
	z-index: 3;
}

#news .c2 .left .vignette-wrap{
	position: relative;
	display: block;
	width: 100%;
	max-width: 550px;
	margin: 0 auto 30px;
}

#news .c2 .left .vignette-wrap .vignette-img{
	margin: 0;
	max-width: 100%;
	display: block;
}

#home #news .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 #news .item:hover .arrow{
bottom: 20px;
}

#home #news .item h3.news_title{
position: static;
width: 100%;
box-sizing: border-box;
text-transform: none;
text-align: left;
background-image: none;
color: #fff;
padding: 0;
margin: 0;
font-size: 17px;
line-height: 24px;
padding-bottom: 20px;
}

#home #news .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 #news .item:hover .img:after{
opacity: 1;
}

#home #news .main_width+a{
margin-top: 80px;
display: inline-block;
}
#home .avis-liste{
	text-align: center;
    max-width: 700px;
	width: 85vw;
    margin: 150px auto 20px;
}

#home .avis-liste{
    font-family: "Sora", sans-serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -1.5px;
}
#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 .item p.avis, #home .avis-liste .client{
    font-weight: 400;
    letter-spacing: normal;
}
#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 #cta{
padding: 50px 0 100px;
}


/* --- overrides SMALL (container 700px, tablette / tactile) --- */

/* neutralise d'anciennes regles home */
#home .c1{
	margin-top: 0;
	background-color: transparent;
	width: auto;
}
#home #video_agence{
	background-image: none;
	padding: 0;
}

/* ---------- HERO ---------- */
#home .c1{ max-height: 650px; min-height: unset; }
#home .c1 .content{ width: 90%; }
#home .c1 h1{ font-size: 44px; }
#home .c1 .intro-exp,
#home .c1 .intro-ia{ font-size: 14px; letter-spacing: 2px; gap: 10px; flex-wrap: wrap; justify-content: center; }
#home .c1 .liens_services{ width: 100%; max-width: 700px; bottom: 100px; gap: 10px; flex-wrap: wrap; }
#home .c1 .lien_service{ font-size: 13px; padding: 7px 16px; }


/* ---------- VIDEO ---------- */
#home #video_agence .video_presentation{ width: 78vw; }
#home #video_agence .carte_adresse{ width: 250px; padding: 42px 26px 60px; left: 3vw; top: 30%; }
#home #video_agence .carte_adresse_nom{ font-size: 22px; line-height: 30px; }
#home #video_agence .carte_adresse_tel{ font-size: 19px; }

/* ---------- QUI SOMMES-NOUS ---------- */
#home #qui_sommes_nous{ padding: 90px 0 100px; }
#home #qui_sommes_nous .qui_titre{ font-size: 34px; }
#home #qui_sommes_nous .qui_lead{ font-size: 16px; margin-bottom: 70px; }

/* chiffres : rangee de 3 compacts ; texte pleine largeur en dessous */
#home #qui_sommes_nous .qui_chiffres{ display: flex; gap: 12px; width: 100%; margin-bottom: 45px; }
#home #qui_sommes_nous .chiffre{ flex: 1; padding: 18px 10px 16px; }
#home #qui_sommes_nous .chiffre + .chiffre{ margin-top: 0; }
#home #qui_sommes_nous .chiffre_valeur{ font-size: 34px; }
#home #qui_sommes_nous .chiffre_label{ font-size: 11px; letter-spacing: 0.8px; }
#home #qui_sommes_nous .qui_artisans{ display: block; width: 100%; margin-left: 0; }
#home #qui_sommes_nous .artisans_liens{ grid-template-columns: 1fr 1fr; max-width: none; margin: 40px 0 70px; }
#home #qui_sommes_nous .qui_equipe_titre{ font-size: 26px; margin: 90px 0 45px; }

/* equipe : cartes statiques (pas de hover au tactile) */
#home #qui_sommes_nous .equipe_grille{ gap: 24px; }
#home #qui_sommes_nous .equipe_carte{ flex: 1 1 46%; min-width: 46%; height: auto; padding: 30px 26px; }
#home #qui_sommes_nous .equipe_carte .equipe_entete{ flex-direction: row; align-items: center; text-align: left; gap: 14px; margin-bottom: 18px; }
#home #qui_sommes_nous .equipe_carte .equipe_avatar,
#home #qui_sommes_nous .equipe_carte .equipe_photo{ width: 56px; height: 56px; font-size: 15px; }
#home #qui_sommes_nous .equipe_carte .equipe_nom{ font-size: 17px; margin: 0 0 3px; white-space: normal; }
#home #qui_sommes_nous .equipe_carte .equipe_role{ font-size: 10px; line-height: 12px; margin: 0; white-space: normal; }
#home #qui_sommes_nous .equipe_carte .equipe_intro{ position: static; opacity: 1; transform: none; left: auto; right: auto; bottom: auto; margin: 0; }

/* ---------- NEWS : etat visible force (tactile) ---------- */
#home #news .item{ width: 47%; margin: 40px 1% 0; }
#home #news .item .img .news_overlay{ bottom: -5px; }
#home #news .item .img:after{ opacity: 1; }
#home #news .item .arrow{ bottom: 20px; }

/* ---------- AVIS ---------- */
#home .avis-liste{ font-size: 34px; }

/* ---------- TIMELINE (5 etapes, compact) ---------- */
#home #ce_que_nous_faisons .timeline_titre{ font-size: 26px; margin-bottom: 70px; }
#home #ce_que_nous_faisons .timeline_etape{ padding: 0 6px; }
#home #ce_que_nous_faisons .timeline_etape h3{ font-size: 13px; }
