@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Source+Code+Pro:wght@800&display=swap');

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

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

.main_width{
width:85vw;
margin:auto;
}


body{
font-family: "Roboto Condensed", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
width:100%;
}


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

p{
color:#000;
line-height:28px;
font-size:18px;
margin-bottom:14px;
}

h1{
font-family: "Source Code Pro", monospace;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
color: #0C4FB3;
text-transform: uppercase;
font-size: 22px;
letter-spacing: -1px;
font-weight: 400;
line-height: 32px;
}


h2{
font-family: "Source Code Pro", monospace;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;	
color:#0C4FB3;
text-transform: uppercase;
font-size: 25px;
letter-spacing:-1px;
font-weight: 400;
line-height: 34px;
margin-bottom:20px;
}

h3{
font-family: "Source Code Pro", monospace;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;	
color:#0C4FB3;
text-transform: uppercase;
font-size: 22px;
letter-spacing:-1px;
font-weight: 400;
line-height: 26px;
margin-bottom:20px;
}

h4{
font-family: "Source Code Pro", monospace;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;	
color:#bababa;
text-transform: uppercase;
font-size: 18px;
letter-spacing:-1px;
font-weight: 400;
line-height: 26px;
margin-bottom:20px;
}





a.button{
display: inline-block;
text-transform: uppercase;
color: 000;
padding: 7px 39px;
margin:0px 10px;
transition: all 0.5s ease-in-out;
font-size: 20px;
text-decoration:none;
transition:all 0.3s;
border:2px solid #e1e1e1;
background-image:url('images/icon_button.png');
background-repeat:no-repeat;
background-position:right 20px top 13px;
transition: all 0.4s;
}

a.button:hover{
background-position:right 10px top 13px;
}

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

p a:hover{
}


.clear{
width:100%;
clear:both;
}



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

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



/* *********************** BANNER / MENU *********************** */
#banner{
width:100%;
padding-bottom:100px;
padding: 15px 0 100px;
text-align: center;
}


#banner .logo{
width:168px;
display:inline-block;
vertical-align:top;

opacity: 1;
transform: scale(0.5);
animation: bounceIn 1s ease forwards;
}

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


@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}


#banner .infos {
}

#banner .infos .contact{
display:block;
margin-bottom: 10px;
}

#banner .infos .contact .button{
display: none;
}

#banner .infos .contact p{
display:inline-block;
vertical-align: middle;
font-size:14px;
color:#717171;
margin: 0;
}

#banner .infos .contact p a{
text-decoration:none;
padding:0px 7px;
}

#banner .infos .contact p a:hover{
text-decoration:underline;
background:none;
}

#banner .infos .social{
}

#banner .infos .social a{
display: inline-block;
transition: transform 0.3s;
width:25px;
height:25px;
padding: 0px 5px;
}
#banner .infos .social a img{
	width: 100%;
	height: auto;
}

#banner .infos .social a:hover{
animation: spinShrinkBounce 0.6s ease-in-out;	
}

@keyframes spinShrinkBounce {
  0% {
    transform: rotate(0deg) scale(1);
  }
  30% {
    transform: rotate(360deg) scale(0.7);
  }
  60% {
    transform: rotate(360deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}


/* *********************** MENU *********************** */
#menu{
	margin-top: 11px;
}

#menu .open, #menu .close{
	display:none;
}

#menu li {
list-style-type:none;
display:inline-block;
vertical-align:top;
}

#menu a{
font-size: 14px;
color: #000;
padding: 6px 10px;
text-decoration: none;
text-transform: uppercase;
position: relative;
}

#menu a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transition: width 0.3s ease;
}

#menu a:hover::after {
  width: 100%;
}

@media screen and (max-width: 550px) {
	#menu li {
	  display: block;
	  margin: 10px 0;
	}
	#banner{
		padding: 15px 0 50px;
	}
	#banner .infos .contact p{
		font-size: 0;
		line-height: 12px;
		margin-top: 15px;
		margin-bottom: 8px;
	}
	#banner .infos .contact p a {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        padding-top: 10px;
        text-decoration: none;
        padding: 0px;
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
}


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


/* ***** SLIDER -> HOME***** */
#slider{

}

/* ***** HOME ***** */
#home{
position: relative;	
}

#home .deco-mavic{
	background-image: url(images/mavic3procine.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	position: absolute;
	right: 0;
	top: -110px;
	z-index: -1;
	width: 840px;
	max-width: 75vw;
	height: 269px;
	transition: all 0.4s;
	opacity: 0.2;
}

#home .c1{
width:100%;
max-width: 650px;
}

#home #slider{
	margin: 0 auto 70px;
	width: 90vw;
	max-width: 2000px;
}

#home #slider .item{
	margin: 0 15px 10px;
	height: 150px;
}

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

#home #slider .slider-controls{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

#home #slider #prevBtn{
	background-color: transparent;
    color: #cacaca;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 44px;
    background-image: url(images/slider-icon-prec.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 35px;
    display: inline-block;
	cursor: pointer;
}

#home #slider #nextBtn{
	background-color: transparent;
    color: #cacaca;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 44px;
    background-image: url(images/slider-icon-suiv.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 35px;
    display: inline-block;
	cursor: pointer;
}

#home .video{
width:100%;	
text-align:center;
margin-bottom:80px;
}

#home .video iframe{
	max-width: 80vw;
	height: 250px;
}

#home .c2{
width:100%;
height:460px;
background-image:url('images/vue-aerienne-par-drone.jpg');
background-repeat:no-repeat;
background-position:center;
background-size: cover;
text-align:center;
position:relative;
}

#home .c2 .citation{
width: 600px;
max-width: 85vw;
padding: 44px 45px;
box-sizing: border-box;
background: linear-gradient(to right, #004A9D, #004B70);
display: inline-block;
vertical-align: bottom;
position: absolute;
left: 50%;
bottom: -100px;
transform: translate(-50%);
}

#home .c2 .citation p{
color:white;	
}

#home .c2 .citation p:after{
content: "";
display: block;
width: 150px;
height: 30px;
position: relative;
top: 20px;
background-image: url(images/signature.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin: 0 auto;
}

#home .partenaires{
width: 100%;
text-align: center;
padding-top: 155px;
padding-bottom: 59px;
}

#home .partenaires img{
height: 68px;
width: auto;
display: block;
margin: 0 auto 29px;
}

#home .c3{
width: 100%;
position: relative;
margin: 0 auto 230px;
}


#home .c3 .left{

}

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

#home .c3 .left .content p{
}

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

#home .c3 .right .background{
background-image:url('images/landscape-lontzen.png');
background-repeat:no-repeat;
background-size:cover;
display: block;
height: 400px;
width: 70vw;
margin: 0 0 0 auto;
}

#home .c3 .right .background .content{
width: 460px;
max-width: 85vw;
box-sizing: border-box;
padding: 20px 30px;
position: absolute;
bottom: -163px;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(to right, #004A9D, #004B70);
}

#home .c3 .right .background .content h3{
color:white;	
}

#home .c3 .right .background .content p{
color:white;
font-size:16px;	
padding-left:30px;
}

#home .c3 .right .background .content p.point1{
background-image:url('images/icon1.png');
background-repeat:no-repeat;
background-position:0px 4px;
}

#home .c3 .right .background .content p.point2{
background-image:url('images/icon2.png');
background-repeat:no-repeat;
background-position:0px 4px;
}

#home .c3 .right .background .content p.point3{
background-image:url('images/icon2.png');
background-repeat:no-repeat;
background-position:0px 4px;
}


#home .c4{
text-align:center;
margin-top: 20px;
}

#home .c4 .left, #home .c4 .right{
}


#home .c4 .content{
display:block;
vertical-align:top;
border:1px solid #004A9D;
padding:20px 30px;
background-color:white;
margin: 0 auto 30px;
break-inside: avoid;
width:100%;
max-width: 400px;
text-align:left;
box-sizing: border-box;
}

#home .c4 .content h2{
margin-bottom:0px;
line-height: 28px;
}

#home .c4 .content p.baseline{
display:inline-block;
vertical-align:top;
background-color: #004A9D;
padding:1px 9px;
color:white;
font-family: "Source Code Pro", monospace;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;	
font-size:20px;
text-transform:uppercase;
margin-bottom:20px;
position:relative;
top:6px;

}

#home .c4 .content p.point1{

background-image: url('images/icon_photo.png');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  font-size: 16px;
  padding-left: 30px;
  line-height: 21px;
  padding-top: 5px;
}

#home .c4 .content p.point2{
background-image:url('images/icon_euro.png');

  background-repeat: no-repeat;
  background-position: 0px 5px;
  font-size: 16px;
  padding-left: 30px;
  line-height: 21px;
  padding-top: 5px;
}

#home .c4 .content p.point3{
background-image:url('images/icon_ask.png');
background-repeat: no-repeat;
background-position: 0px 5px;
font-size: 16px;
padding-left: 30px;
line-height: 21px;
padding-top: 5px;
}

#home .c4 .content p.important{
font-size: 17px;
font-weight: 600;	
}

#home .c5{
text-align:center;
padding:50px 0px;	
}

#home .c6{
text-align:center;
padding:50px 0px;
}

#home .c6 p{
	max-width: 600px;
	margin: 0 auto;
}

#home .c6 .demo-gallery{
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: flex-start;
margin-top: 50px;
}

#home .c6 .item {
    position: relative;
	width: 200px;
	margin: 0 15px 30px;
	height: 200px;
	overflow: hidden;
}

#home .c6 .item:after{
    content: '';
	width: 50px;
	height: 50px;
	background-image:url(images/icon-voir.svg);
	background-size: contain;
	background-repeat: no-repeat;
	backgroun-position: center;
	opacity: 0;
	transition: all 0.4s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

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

#home .c6 .item .img{
	width: 100%;
	height: 100%;
}

#home .c6 .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#home .c6 .item .description{
	display: none;
}

#home .c6 .item a:before {
    content: '';
    position: absolute;
    width: 40%;
    height: 300px;
    right: 0;
    bottom: 20px;
    background-image: url(images/photo-deco-yellow.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.6s;
	z-index: 1;
}

#home .c6 .item a:hover:before {
    opacity: 0;
}

#home .c7{
text-align:center;
padding:50px 0px;
}

#home .c7 .item{
display: block;
margin: auto;
max-width: 800px;
padding: 13px 16px;
border: 2px solid #004A9D;
margin-bottom: 20px;
text-align: left;
position: relative;
cursor: pointer;
}

#home .c7 .item .hide_content{
opacity: 0;
height: 0;
overflow: hidden;
transition: all 0.6s;
transform: translateY(-10px);
}

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

#home .c7 .item.open .hide_content p{
line-height: 22px;
font-size: 16px;
margin-bottom:0;
}

#home .c7 .item .arrow{
display: none;
}

#home .c7 .item.open .arrow{
transform: rotate(180deg);
}

#home .c7 .item h3{
color: #bababa;
text-transform: uppercase;
font-size: 15px;
letter-spacing: -1px;
font-weight: 400;
line-height: 26px;
margin-bottom: 20px;
background-image: url(images/icon_faq.png);
background-repeat: no-repeat;
background-position: 0px 0px;
background-size: 27px;
padding: 0 0 0 35px;
margin-bottom: 0px;
}




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


#legal{
text-align:center;
}

#legal .main_width{
}


#legal h1{
text-align:center;
background-position:bottom center;
margin-bottom:30px;
}

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

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

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

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

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

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

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

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

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

#legal .c2 h3{

}

#legal .c2 h4{

}

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

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

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

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


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

#e404{
text-align:center;
}

#e404 .main_width{
}

#e404 h1{
	text-align:center;
background-position:bottom center;
margin-bottom:30px;
}


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


#footer{
background: linear-gradient(to right, #004A9D, #004B70);
text-align: center;
margin-top: 100px;
position: relative;
}

#footer .background{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
overflow: hidden;
z-index: 1;
}

#footer .background span{
font-size: 11px;
color: #fff;
opacity: 0.05;
text-transform: uppercase;
display: block;
text-align: justify;
width: 100%;
line-height: 19px;
}

#footer .content{
position: relative;
z-index: 2;
}

#footer .content .logo{
width: 250px;
max-width: 100%;
height: auto;
margin: 50px auto 15px;
}

#footer .content .contact{
display:block;
margin-top:17px;
text-align:center;
}

#footer .content .contact p{
font-size: 0;
line-height: 20px;
margin-bottom: 26px;
}

#footer .content .contact p a{
display:inline-block;
vertical-align:top;
font-size:17px;
padding-top:10px;
color:#fff;
text-decoration:none;
padding:0px;
display: block;
width: fit-content;
margin: 0 auto;
}

#footer .content .contact p a:hover{
text-decoration:underline;
background:none;
}

#footer .content .social{
display:block;
vertical-align:top;
}

#footer .content .social a{
display: inline-block;
transition: transform 0.3s;
width:30px;
height:30px;
padding: 0 5px;
}

#footer .content .social a:hover{
animation: spinShrinkBounce 0.6s ease-in-out;	
}

@keyframes spinShrinkBounce {
  0% {
    transform: rotate(0deg) scale(1);
  }
  30% {
    transform: rotate(360deg) scale(0.7);
  }
  60% {
    transform: rotate(360deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

#footer p.copyright.center{
margin: 90px auto 0;
max-width: 500px;
}

#footer p.copyright{
color:white;
text-align:center;
font-size:14px;
padding-bottom:15px;
}

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

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

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




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

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

#cookieChoiceInfo a{
	display: inline-block;
}

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

.fade_container {
    overflow-x: hidden;
}