@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap');

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

html{
width:100%;
min-width:700px;
}

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

.microdata{
	display:none;
}


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


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

p{
color:#010e00;
line-height:27px;
font-size:16px;
margin-bottom:13px;
}

h1{
color:#010e00;
text-transform: uppercase;
font-size: 30px;
font-weight: 600;
line-height: 48px;
padding-bottom:33px;
margin-bottom:58px;
background-image:url('images/bg_h1.png');
background-repeat:no-repeat;
background-position:center bottom;
text-align:center;
}




h2{
color: #010e00;
font-size: 20px;
font-weight: 600;
line-height: 32px;
padding-bottom: 20px;
}



h3{

}

h4{

}



a.button{
display: inline-block;
border-radius: 2px;
text-transform: uppercase;
color: white;
padding: 10px 23px;
margin:0px 10px;
font-weight: 700;
transition: all 0.5s ease-in-out;
font-size: 14px;
text-decoration:none;
transition:all 0.3s;
border:1px solid white;
letter-spacing:2px;

}

a.button:hover{
padding: 10px 33px;
margin:0px 0px;
}

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

p a:hover{
background-color:#a7c957;
}

#wrapper li{
list-style-type:none;
font-size:15px;
line-height:36px;
padding-left:36px;
background-image: url('images/common/bg_li.png');
background-repeat: no-repeat;
background-position: 22px 15px;
opacity:0.68;

}

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

.fade_container {
    overflow-x: hidden;
}

/* *********************** BANNER / MENU / LANGUES / LOGO *********************** */
#banner{
width:100%;
}

/* MENU */
#menu{
width:100%;
background-color:#889180;
text-align:center;
padding-top:15px;
}

#menu ul{
	display:inline-block;
	vertical-align:top;
}

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

#menu li a{
color: white;
text-transform: uppercase;
font-size: 11px;
text-decoration: none;
letter-spacing:1.5px;
}

#menu li:first-letter{
font-size:140%;
}

#menu li a.selected{
text-decoration:underline;	
}

#menu li a:hover{
text-decoration:underline;
opacity:0.65;	
}

/* LANGUES */
#banner .langues{
display:inline-block;
	vertical-align:top;
text-align:center;
margin:7px;
}

#banner .langues a{
padding:0px 2px;	
}

/* LOGO */
#banner .logo{
width:100%;
text-align:center;
}

#banner .logo img{
width:400px;
max-width:90%;	
}

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


/* ***** SLIDER -> HOME***** */
#slider{
width:100%;
height:525px;
background-color:#cccccc;
overflow:hidden;
position:relative;
}

#slider video{
width:100%;
position:absolute;
top:-50%;
z-index:100;
}

#slider .logo_video{
width:100%;
text-align:center;
position:absolute;
top:130px;
z-index:200;
}

#slider .logo_video img{
max-width:650px;
}

/* ***** CTA -> HOME***** */

.cta{
width:100%;	
text-align:center;
background-color:#889180;	
padding:78px 0px 41px 0px;
position:relative;
top:-50px;
z-index:0;
}

.cta p.titre{
font-size: 25px;
font-weight: 600;
text-transform: uppercase;
color: white;
margin-bottom: 9px;
letter-spacing: 2px;
}

.cta p:first-letter{
font-size:120%;	
}

.cta p.adresse{
font-size: 16px;
text-transform: uppercase;
color: white;
margin-bottom: 32px;
letter-spacing: 2px;
}




/* ***** HOME ***** */
#photo_home{
width:100%;
position:relative;
text-align:center;
position:relative;
z-index:50;
}

#photo_home img{
border:1px solid #404040;
border-radius:6px;
max-width:90%;
}


#home{
margin-top:60px;
text-align:center;
}

#home .c1{
display:inline-block;
vertical-align:top;
width:36%;
margin-right:10%;
text-align:left;
}

#home .c1 img{
max-width:95%;
border-radius:4px;
padding:3px;
border:1.5px solid #010e00;
}

#home .c2{
display:inline-block;
vertical-align:top;
width:51%;
text-align:left;
}

#home .c2 .links{
margin:27px 0px;
}

#home .c2 .links a{
color: #a7c957;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
padding-left: 23px;
display: block;
margin-bottom: 11px;
transition:all 0.2s;
}

#home .c2 .links a:hover{
background-position:5px 5px;	
}


/* ***** NEWS ***** */


#news .c2{ /* affichage d'un article */
width: 93%;
display: inline-block;
vertical-align: top;
background-color: white;
padding: 3%;
min-height:408px;
text-align:left;
border: 1px solid #dfd4d4;
border-radius: 13px;
}

#news .c2 .photo{
width: 100%;
overflow: hidden;
height: 461px;
background-color: #e1e1e1;
}

#news .c2 .photo img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

#news .c2 h1{
margin-top:50px;
margin-bottom:50px;
}

#news .c2 .prix{
width: 90%;
margin: 0 auto 50px;
border: 1px solid #dfd4d4;
padding: 15px;
box-sizing: border-box;
border-radius: 13px;
background-color: #f6f6f6;
}

#news .c2 .prix h2{
text-align: center;
padding-bottom: 10px;
}

#news .c2 .prix p{
color: grey;
text-align: center;
font-size: 15px;
line-height: 15px;
margin-bottom: 5px;
}

#news .c2 h3{
background-repeat:no-repeat;
background-position : 0px 2px;
line-height:26px;
margin-bottom:10px;
margin-top:20px;
}

#news .c2 h3.foot{
background-image:url('images/footprints.png');
}

#news .c2 h3.bike{
background-image:url('images/bike.png');
}

#news .c2 h3.car{
background-image:url('images/car.png');
}

#news .c2 p.date{
font-size:13px;
color:#a4a4a4;
display:block;
margin-bottom:20px;
}


#news .c2 .pdfs{
margin-top:30px;	
}

#news .c2 .pdfs a.item{
width:200px;
display:inline-block;
vertical-align:top;
border:1px solid #000;
margin:5px 10px;
color:#000;
border-radius:4px;
font-size:13px;
text-transform:uppercase;
transition:all 0.3s;
text-decoration:none;
}

#news .c2 .pdfs a.item .image{
position:relative;
width:200px;
height:150px;
overflow:hidden;
}

#news .c2 .pdfs a.item .image img{
width:220px;
position:absolute;
top:-10px;
left:-10px;
transition:all 0.3s;
z-index:30;
}

#news .c2 .pdfs a.item:hover .image img{
width:200px;
top:0px;
left:0px;
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 8px;
display: block;
width:184px;
height: 33px;
overflow: hidden;
font-size: 12px;
letter-spacing: 0px;
text-transform: lowercase;
}

#news .c2 .pdfs a.item:hover{
text-decoration:none;
background-color:#003c72;
color:white;
}


#news .c2 .content{
margin-bottom:30px;
}


#news .c2 .photos_secondaires{
width:100%;
font-size:0px;
}

#news .c2 .photos_secondaires a.item{
display:inline-block;
vertical-align:top;
width:24.3%;
padding:0.1%;
height:200px;
background:black;
overflow:hidden;
position:relative;
margin: 2px;
}

#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-white-right.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;
}

#news .c2 .related .item{
display:block;
line-height:40px;
color:black;
padding-left:35px;
transition:all 0.3s;
/*background-image:url('images/arrow-right-black-small.png');*/
background-repeat:no-repeat;
background-position:left -25px center;
}

#news .c2 .related .item:hover{
background-position:left 5px center;
}

#news .c2 .related .item:nth-child(odd){
background-color:#ececec;
}

#news .c2 .related .item:nth-child(even){
background-color:#f9f9f9;
}





/* ***** PHOTOS REALISATIONS ***** */

#works{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;

}

#works .main_width{
padding-top:33px;
}


#works .c1{
width: 90%;
padding: 2%;
text-align:center;
}

#works .c1 h1{
background-position:bottom center;
}



#works .filter{
width:100%;
}

#works .filter{
margin-top:45px;
}

#works .filter a{
display: inline-block;
vertical-align: top;
font-size: 13px;
font-weight: 400;
margin: 10px 15px;
border: 1px solid #011e07;
border-radius: 40px;
padding: 8px 18px;
transition:all 0.3s;
text-decoration:none;
}

#works .filter a:hover{
background-color:#eae7e7;
}

#works .filter a.active{
text-decoration:underline;
}


#works .c2{
margin-top:35px;	
}

#works .c2 .item{
display:inline-block;
vertical-align:top;
width:280px;
margin:23px 22px;
border-radius:5px;
background-color:white;
box-shadow: 10px 10px 47px -13px rgba(94,94,94,0.31);
padding-bottom:17px;
text-align:center;
text-decoration:none;
}
#works .c2 .item:hover{
text-decoration:none;	
}


#works .c2 .item .img{
position:relative;
width:270px;
height:210px;
background-color:#f9f9f9;
overflow:hidden;
position:relative;
display:inline-block;
border-top-left-radius:3px;
border-top-right-radius:3px;
border:5px solid white;
}

#works .c2 .item .img img{
position:absolute;
z-index:100;
transition:all 0.3s;
border-radius:3px;
width:110%;
height:110%;
top:-5%;
left:-5%;
object-fit:cover;
}

#works .c2 .item:hover .img img{
transition:all 0.3s;
width:100%;
height:100%;
top:0%;
left:0%;
}


#works .c2 .item .img .arrow{
position:absolute;
z-index:120;
width:280px;
height:210px;
background-repeat:no-repeat;
background-position:center;
transition:all 0.3s;
transform: scale(0);
}

#works .c2 .item:hover .img .arrow{
transform: scale(1);
}

#works .c2 .item p.filtre{
font-size: 12px;
opacity: 0.35;
font-weight: 400;
margin-bottom: 1px;
}

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

#works .c2 .item:hover p{
color:inherit;	
text-decoration:none;
}

#works .c2 .item:hover a{
text-decoration:none;
}

/* ***** CONTACT ***** */

#contact{
text-align:center;

}

#contact .main_width{
padding-top:33px;
padding-bottom:30px;
}


#contact .c1{
display: inline-block;
vertical-align: top;
width: 37%;
margin-right: 6%;
text-align: left;
}

#contact .c1 p span.head{
display:block;
width:100%;
font-size:12px;
line-height:14px;
text-transform:uppercase;
}

#contact .c1 p.logo img{
display:none;
}


#contact .c2{
display:inline-block;
vertical-align:top;
width:55%;
text-align:left;
}



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

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

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



#contact .c2 form .form_part{
margin-bottom: 25px;
}

#contact .c2 form label{
display: block;
width: 100%;
text-transform: uppercase;
font-size: 14px;
line-height: 20px;
margin-bottom: 5px;
}

#contact .c2 form input, #contact .c2 form select, #contact .c2 form textarea{
display: block;
width: 100%;
max-width: 100%;
min-width: 100%;
max-height: 300px;
min-height: 39px;
padding: 10px 7px;
box-sizing: border-box;
border-radius: 2px;
background-color: #fff;
color: #011e07;
border: 1px solid #011e07;
font-size: 15px;
}

#contact .c2 form textarea{
min-height: 150px;
max-height: 700px;
}

#contact .c2 .title{
margin: 40px auto 25px;
border-bottom: 1px solid #caac61;
}

#contact .c2 .small {
font-size: 13px;
line-height: 15px;
margin-bottom: 11px;
}

#contact .c2 .opt_in{
margin-bottom: 30px;
}

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

#contact .c2 .opt_in label{
text-transform: none;
display: inline-block;
width: unset;
vertical-align: baseline;
margin: 0;
}

#contact .c2 input[type="submit"]{
display: inline-block;
border-radius: 2px;
text-transform: uppercase;
padding: 10px 23px;
margin: 0;
font-weight: 700;
transition: all 0.5s ease-in-out;
font-size: 14px;
text-decoration: none;
transition: all 0.3s;
letter-spacing: 2px;
color: #011e07;
border: 1px solid #011e07;
min-width: unset;
cursor: pointer;
width: unset;
}

#contact .c2 input[type="submit"]:hover {
padding: 10px 33px;
}

#contact .map{
width:100%;
height:433px;
margin-top: 40px;
}




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


#legal{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;

}

#legal .main_width{
padding-top:85px;
padding-bottom:30px;
}


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

#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:90%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
text-align:left;
padding:1%;
margin-bottom:30px;
background-color:white;
border-radius:13px;
}

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

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

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

#legal .c2{
width:90%;
padding:1%;
margin-right:4%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
margin-bottom:30px;
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;
list-style-type:none;
}

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

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


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

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


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


#footer{
text-align:center;
}

#footer .logo img{
padding-top:100px;
width:75%;
max-width:580px;
display:block;
margin:auto;
margin-bottom:29px;

}

#footer a.button{
color:#011e07;
border:1px solid #011e07;
}


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

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





/* *********************** FORM JQUERY *********************** */
#fadeandscale{
background-color:white;
padding:20px 28px;
text-align:center;
max-width:590px;
background-image:url('images/logo-gite-les-bons-amis-moresnet-chapelle.svg');
background-repeat:no-repeat;
background-position:top 4px right 20px;
border-radius: 13px;
background-size:233px;
}

#fadeandscale h1{
font-size: 30px;
font-weight: 300;
margin:14px 0px 0px 0px;
color: #a5a5a5;
background:none;
text-align:left;
}

#fadeandscale p{
font-size: 16px;
color: #2c3e50;
margin: 17px 0px 14px 10px;
}

#fadeandscale p.optin{
font-size:12px;
line-height:21px;	
}

#fadeandscale #optin{
margin-right: 5px;
margin-left: 10px;
position: relative;
top: 2px;
}

#fadeandscale input[type="text"]{
border: 1px solid #bdc3c7;
padding: 10px 20px;
font-size: 16px;
color: #2c3e50;
transition: all 0.2s ease-in-out;
margin-bottom: 15px;
margin-right: 15px;
width:90%;
max-width: 513px;
border-radius: 2px;
color: #424e5a;
display: inline-block;
}

#fadeandscale input[type="text"]: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;
color: #2c3e50;
transition: all 0.2s ease-in-out;
margin-bottom: 15px;
margin-right: 15px;
width:90%;
max-width: 556px;
border-radius: 2px;
color: #424e5a;
display: inline-block;
}

#fadeandscale textarea{
border: 1px solid #bdc3c7;
padding: 10px 20px;
font-size: 14px;
color: #2c3e50;
transition: all 0.2s ease-in-out;
margin-bottom: 15px;
margin-right: 15px;
width:90%;
max-width: 513px;
height:200px;
border-radius: 2px;
color: #424e5a;
display: inline-block;
}


#fadeandscale .boutons{
margin:20px 0px;
}

#fadeandscale .boutons .button{
cursor:pointer;
display: inline-block;
border-radius: 2px;
text-transform: uppercase;
color:#404040;
padding: 10px 23px;
margin:0px 10px;
font-weight: 700;
transition: all 0.5s ease-in-out;
font-size: 14px;
text-decoration:none;
transition:all 0.3s;
border:1px solid #404040;
letter-spacing:2px;
}

#fadeandscale .boutons .button:hover{
padding: 10px 33px;
margin:0px 0px;
}


#fadeandscale input[type="submit"]{
border-radius:2px;
cursor:pointer;
}
