@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');

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

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

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


body{
font-family: 'Work Sans', sans-serif;
font-weight:400;
background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
background-repeat:no-repeat;
width:100%;
}


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

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

h1{
color:#003c72;
text-transform: uppercase;
font-size: 30px;
font-weight: 400;
line-height: 48px;
padding-bottom:12px;
margin-bottom:22px;
background-image:url('images/bg_h1.png');
background-repeat:no-repeat;
background-position:left bottom;
}

h1 span{
font-weight:700;
}

h2{
color:#003c72;
text-transform: uppercase;
font-size: 26px;
font-weight: 400;
line-height: 28px;
margin-bottom:20px;
background-image:url('images/bg_h2.png');
background-repeat:no-repeat;
background-position:left bottom;
padding-bottom:7px;
}

h2 span{
font-weight:700;	
}

h3{
color: #003c72;
text-transform: uppercase;
font-size: 18px;
font-weight: 400;
line-height: 33px;
margin-bottom: 21px;
background-image: url('images/bg_h2.png');
background-repeat: no-repeat;
background-position: left bottom;
margin-top: 29px;
}

h4{
color: #003c72;
text-transform: uppercase;
font-size: 16px;
font-weight: 400;
line-height: 19px;
margin-bottom: 21px;
margin-top: 29px;
}



a.button{
display: inline-block;
border-radius: 30px;
background-color: #003c72;
text-transform: uppercase;
color: white;
padding: 7px 23px;
margin:0px 10px;
font-weight: 700;
transition: all 0.5s ease-in-out;
font-size: 15px;
text-decoration:none;
transition:all 0.3s;
 
}

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

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

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

#wrapper li{
list-style-type:none;
font-size:13px;
line-height:19px;
padding-left:30px;
padding-bottom:8px;
background-image: url('images/bg_li.png');
background-repeat: no-repeat;
background-position: 9px 8px;
	
}

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



/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
height:3px;
text-align:center;
background-color:#003c72;
}



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

#banner .main_width{
position:relative;
}

#banner .logo{
	margin-top:66px;
}

#banner .infos{
display:inline-block;
vertical-align:top;
margin-top:17px;
position:absolute;
top:0px;
right:0px;
text-align:right;
}

#banner .infos .texte{
display:inline-block;
vertical-align:top;
box-shadow: 2px 2px 0px 0px rgba(204,204,204,1);
background-color:#fdc04a;
transform: skew(-18deg, 0deg);
}

#banner .infos .texte p{
color:#000;
font-weight:700;
padding:3px 23px;
line-height:28px;
margin-bottom:0px;
font-size:15px;
transform: skew(18deg, 0deg);
}

#banner .infos .button{
display:inline-block;
vertical-align:top;
margin-right:20px;
margin-top:0px;
position:relative;
left:-19px;
top:3px;
}



#banner .infos .button:hover{
margin-right:10px;	
}


#banner .infos p.adresse{
display:inline-block;
padding-left:30px;
background-image:url('images/black_pin.png');
background-repeat:no-repeat;
background-position:0px 6px;	
margin-top:11px;
margin-right:35px;
font-size:14px;
color:#003c72;
text-transform:uppercase;
font-weight:700;
line-height:35px;	
}

/* *********************** MENU *********************** */
#cssmenu{
background-color:#003c72!important;
width:100%;
margin:0px auto!important;
position:relative;
top:30px;
}

#cssmenu ul li a{
padding-left:10px!important;
padding-right:10px!important;
}


/* *********************** WRAPPER *********************** */
#wrapper .main_width{
background-color:white;
}

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


/* ***** SLIDER -> HOME***** */
#slider{
width:100%;
height:525px;
background-image:url('images/new-holland-krone-piron-baelen-eupen.jpg');
background-repeat:no-repeat;
background-size:cover;
background-color:#cccccc;
background-position:center;
position: relative;
}

#slider .new-adresse{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #003c72;
	color: #fff;
	padding: 20px 20px 20px 60px;
	max-width: 500px;
	width: 85vw;
	text-align: left;
	border-bottom: 6px solid #fdc04a;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
}

#slider .new-adresse:after{
	content: '';
	position: absolute;
	left: 17px;
	top: 22px;
	width: 30px;
	height: 45px;
	background-image: url(images/white_pin.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.4;
}

/* ***** HOME ***** */
#home{
text-align:center;
position:relative;
top:-150px;
margin-bottom:0px;
}

#home .main_width{
padding-top:47px;
}



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

#home .c1 h1{
margin-bottom:53px;	
}

#home .c1 img{
max-width:58%;	
display:block;
text-align:left;
margin:20px;
}

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

#home .c3{
width:100%;
margin-top:50px;
}

#home .c3 h2{
text-align:center;
background-position:bottom center;	
padding-bottom:15px;
margin-bottom:60px;
}

#home .c3 .item{
width:203px;
height:	240px;
display:inline-block;
vertical-align:top;
position:relative;
transition:all 0.3s;
text-decoration:none;
box-shadow: 2px 2px 0px 0px rgba(204,204,204,1);
background-color:white;
margin: 7px 18px;
transition:all 0.3s;
}

#home .c3 .item:hover{
box-shadow: 4px 4px 0px 0px rgba(204,204,204,1);
}

#home .c3 .item .photo{
width:203px;
height:203px;
position:absolute;
top:0px;
left:0px;	
z-index:50;
text-align:center;
overflow:hidden;
}

#home .c3 .item .photo img{
position: absolute; /* postulat de départ */
top: 50%; left: 50%; /* à 50%/50% du parent référent */
transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
transition:all 1s;
bottom:0px;
}


#home .c3 .item .prix_barre{
position:absolute;
top:154px;
right:0px;	
line-height:23px;
background-color:red;
color:white;
font-size:13px;
padding:0px 4px;
z-index:55;
font-weight: 700;
padding: 0px 8px;
text-decoration: line-through;
}


#home .c3 .item .prix{
position:absolute;
top:177px;
right:0px;	
line-height:25px;
background-color:#003c72;
color:white;
font-size:15px;
padding:0px 4px;
z-index:60;
font-weight: 700;
padding: 0px 25px;
}

#home .c3 .item .titre{
position:absolute;
top:203px;
height:37px;
width:183px;
line-height:37px;
background-color:#fdc04a;
text-align:center;
font-weight:700;
color:#003c72;
text-transform:uppercase;
padding:0px 10px;
overflow:hidden;
font-size:16px;
}

#home .c3 .item:hover .titre{

}

#home .c3 .more_infos{
width:100%;
padding:60px 0px;
}


/* ***** SERVICES ***** */
#services{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;

}

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


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

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

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

#news{
text-align:center;
padding-top:50px;
}

#news .c1{
width: 68%;
margin-right: 3%;
display: inline-block;
vertical-align: top;
background-color: white;
padding: 2%;
min-height:408px;
text-align:left;
border: 1px solid #dfd4d4;
border-radius: 13px;
}

#news .c1 .item{ /* <a href="... */
padding:15px;
border-bottom:1px solid #c0c0c0;
display:block;
color:#000;
}

#news .c1 .item:hover{
text-decoration:none;
background-color:#e1e1e1;
}

#news .c1 .item .image{
width:300px;
height:300px;
display:inline-block;
vertical-align:top;
background:black;
overflow:hidden;
margin-right:30px;
float:left;
position:relative;
}

#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:300px;
height:300px;
position:absolute;
z-index:75;
/*background-image:url('images/arrow-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 h2{
margin-bottom:10px;
}

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


#news .c1 .item span.button{
display:block;
margin-top:30px;
font-weight:700;
text-align:right;
}

#news .c1 .item:hover span.button{
text-decoration:underline;
}

#news .c2{ /* affichage d'un article */
width: 68%;
margin-right: 3%;
display: inline-block;
vertical-align: top;
background-color: white;
padding: 2%;
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-bottom:0px;
}

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


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

#news .c2 ul{
margin-bottom:20px;
margin-top:20px;
}

#news .c2 ul li{
list-style-type: none;
padding-left: 36px;
/*background-image: url('images/bg_ul_li_li.png');*/
background-repeat: no-repeat;
background-position: 25px 8px;
font-size: 15px;
line-height: 27px;
color: #404040;
}


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

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

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


/* ***** SHOP ***** */

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

#shop .microdata{ /* toutes les champs sémantiques schema.org*/
display:none;
}

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

#shop .c1{ /* affichage des types + cat + produits */
width: 90%;
display: inline-block;
vertical-align: top;
background-color: white;
padding: 0px 4%;
min-height:408px;
text-align:center;

}

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

#shop .c1 p.fil_rouge{
font-size:13px;
margin-bottom:0px;
opacity:0.45;
}

#shop .c1 .item{
width:180px;
height:180px;
display:inline-block;
position:relative;
margin:20px;
transition:all 0.3s;
border-radius:3px;
border:1px solid #c0c0c0;
}

#shop .c1 .item span.text1{
position:absolute;
bottom:10px;
left:0px;
width:100%;
z-index:80;
color:white;
font-size:18px;
text-align:center;
}

#shop .c1 .item .img{
position:absolute;
top:0px;
left:0px;
width:180px;
height:180px;
background-color:#eaeaea;
z-index:50;
overflow:hidden;
}

#shop .c1 .item .img img{
transition:all 0.3s;
width:265px;
position:relative;
top:-10px;
left:-10px;
border-radius:3px;
width: 200px;
height: 200px;
object-fit: cover;
}

#shop .c1 .item:hover .img img{
transition:all 0.3s;
width:180px;
height:180px;
top:0px;
left:0px;

}

#shop .c1 .item .shadow{
width:180px;
height:180px;
z-index:70;
position:absolute;
background-image:url('images/common/bg_degrade.png');
background-repeat:repeat-x;
background-position:bottom;
opacity:0.50;
transition:all 0.3s;
}

#shop .c1 .item:hover .shadow{
opacity:0.80;
}

#shop .c1 .item .arrow{
width:180px;
height:180px;
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);
}

#shop .c1 .item:hover .arrow{
transform: scale(1);
}

/* affichage de la liste des produits */

#shop .c2{
width: 100%;
display: inline-block;
vertical-align: top;
background-color: white;
min-height:408px;
text-align:center;
}

#shop .nav{
display:inline-block;
vertical-align:top;
width:26%;
padding-right:4%;
}

#shop .c2 .nav p.fil_rouge{
font-size:13px;
margin-bottom:0px;
opacity:0.45;
text-align:left;
margin-bottom:0px;
}

#shop .c2 .nav h1{
margin-top:0px;
margin-bottom:60px;
text-align:left;
}

#shop .c2 .nav h2{
text-align:left;
background-image:none;
margin-bottom:0px;
font-size:20px;
}


#shop .c2 .nav .filter a{
padding: 10px 35px;
display: block;
vertical-align: top;
line-height: 19px;
color:#000;
transition: all 0.3s;
font-size:13px;
text-align:left;
text-decoration:none;
background-image:url('images/common/arrow-right-black-small.png');
background-repeat:no-repeat;
background-position:-25px 9px;
}

#shop .c2 .nav .filter a:hover{
background-color:#ddd;
}

#shop .c2 .nav .filter a.active{
background-image:url('images/common/arrow-right-black-small.png');
background-repeat:no-repeat;
background-position:4px 9px;
}

#shop .product_list{
display:inline-block;
vertical-align:top;
width:60%;
}

#shop .c2 .product_list .item{
width:100%;
float:right;
border-bottom:1px solid #e1e1e1;
text-align:left;
padding-top:17px;
padding-bottom:17px;
transition:all 0.3s;
font-size:0px;
}

#shop .c2 .product_list .item:hover{
background-color:#e1e1e1;
}

#shop .c2 .product_list .item .img{
position:relative;
width:180px;
height:180px;
background-color:#eaeaea;
overflow:hidden;
position:relative;
display:inline-block;
}

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

#shop .c2 .product_list .item:hover .img img{
transition:all 0.3s;
width:110%;
height:110%;
}


#shop .c2 .product_list .item .img .arrow{
position:absolute;
z-index:120;
width:180px;
height:180px;
background-image:url('images/arrow-right.png');
background-repeat:no-repeat;
background-position:center;
transition:all 0.3s;
transform: scale(0);
}

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

#shop .c2 .product_list .content{
display:inline-block;
vertical-align:top;
width:490px;
padding-left:40px;
}

#shop .c2 .product_list .content p.filtre{
font-size: 12px;
color:#9f9f9f;
margin: 0px;
line-height: 20px;
}

#shop .c2 .product_list .item span.prix_barre{
font-size: 14px;
display: inline-block;
color: black;
text-decoration: none;
font-weight: 900;
text-decoration:line-through;
padding: 2px 7px;
}

#shop .c2 .product_list .item span.prix{
font-size: 20px;
display: inline-block;
color: white;
text-decoration: none;
font-weight: 900;
margin-right: 30px;
background-color: #000;
padding: 2px 7px;
}

#shop .c2 .product_list .item span.titre{
font-size: 18px;
padding-top: 5px;
display: inline-block;
color: #000;
text-decoration:none;
}


#shop .c2 .product_list .item span.description{
font-size: 14px;
padding-top: 17px;
color: #404040;
text-decoration:none;
display:block;
max-height:86px;
overflow:hidden;
}

.is-animated {
  animation: .9s zoom-in;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  } 
  100% {
    transform: none;
  }
}

/* affichage d'un produit suivant son ID */
#shop .c3{ 
width: 90%;
display: inline-block;
vertical-align: top;
background-color: white;
padding: 0px 4%;
min-height:408px;
text-align:center;
}

#shop .c3 p.fil_rouge{
font-size:13px;
margin-bottom:0px;
opacity:0.45;
text-align:left;
}

#shop .c3 h1{
text-align:left;
margin-top:0px;
margin-bottom:25px;
}

#shop .c3 h2{	
margin-bottom:10px;
}

#shop .c3 .demo-gallery{
font-size:0px;
text-align:left;
}

#shop .c3 .demo-gallery a.main_pic{
display: block;
width:100%;
height:500px;
background-color:#f7f7f7;
overflow:hidden;
}

#shop .c3 .demo-gallery a.main_pic img{ 
display: block;
width: 100%;
min-height: 100%;
object-fit: cover;


}
 
#shop .c3 .demo-gallery a.small_pic{
display:inline-block;
vertical-align:top;
width:101px;
height:100px;
overflow:hidden;
transition:all 0.3s;
border-top:1px solid white;
border-right:1px solid white;

}

#shop .c3 .demo-gallery a.small_pic img{
transition:all 0.3s;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

#shop .c3 .demo-gallery a.small_pic:hover img{
transform: scale(1.2);
}

#shop .c3 .content{
width:96%;
padding:30px 2%;
margin-right:6%;
display:inline-block;
vertical-align:top;
text-align:left;
}

#shop .c3 .content p.prix_barre{
font-size: 23px;
display: inline-block;
vertical-align:middle;
padding: 4px 11px;
font-weight: 700;
color:black;
text-decoration: line-through;
margin-right: 3px;
margin-bottom: 0px;
}

#shop .c3 .content p.prix{
font-size: 23px;
background-color:#27a257;
display: inline-block;
vertical-align:middle;
padding: 4px 11px;
font-weight: 700;
color:white;
margin-right: 16px;
margin-bottom: 0px;
}

#shop .c3 .content p.prix span.promo{
display: inline-block;
vertical-align: middle;
font-size: 14px;
font-weight: 900;
color:white;
padding: 0px 5px;
margin-right: 10px;

}

#shop .c3 .content p.info_prix{
font-size: 14px;
font-weight: 900;
padding: 4px 11px;
text-transform: uppercase;
color:#27a257;
margin-bottom: 20px;
}

#shop .c3 .content p.marque{
color:#404040;
font-size:13px;
display: inline-block;
vertical-align:middle;
margin-right:15px;
}

#shop .c3 .content p.reference{
font-size: 13px;
display: inline-block;
vertical-align: middle;
background-color: #01648a;
color: white;
padding: 0px 17px;
}

#shop .c3 .content p.dispo{
font-size: 14px;
display: inline-block;
vertical-align: middle;
font-weight: 700;
text-decoration: underline;
margin-bottom: 0px;
}

#shop .c3 .content p.dispo.color1{/* dispo */
color:#000;
}

#shop .c3 .content p.dispo.color2{/* sur cmd */
color:#000;
}

#shop .c3 .content p.dispo.color3{/* rupt de stock */
color:#000;
}

#shop .c3 .content p.dispo.color4{/* vendu */
color:#000;
}

#shop .c3 .content p.description{
margin-top:30px;
}

#shop .c3 .content p.interesse{
margin-top:50px;
font-size:21px;
line-height:29px;
}


#shop .c3 .pdfs{
margin-top:30px;	
}

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

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

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

#shop .c3 .pdfs a.item:hover .image img{
width:200px;
top:0px;
left:0px;
filter: grayscale(0.20);
}

#shop .c3 .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);
}

#shop .c3 .pdfs a.item:hover .image .pdf_icon{
transform: scale(1);
}

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

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

#shop .c3 .content .related{ /* produits liés */
width:100%;
border-top:1px solid #c0c0c0;
margin-top:60px;
padding-top:30px;
}

#shop .c3 .content .related a.item{
display:inline-block;
vertical-align:top;
width:185px;
height:145px;
overflow:hidden;
position:relative;
margin:5px;
overflow:hidden;
border:1px solid #c0c0c0;
}

#shop .c3 .content .related a.item .image{
width:185px;
height:145px;
position:absolute;
top:0px;
left:0px;
z-index:100;
}

#shop .c3 .content .related a.item .image img{
transition:all 0.3s;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

#shop .c3 .content .related a.item .titre{
position: absolute;
top: 0px;
left: 0px;
z-index: 250;
width: 94%;
background-color:white;
color:#000;
text-align: center;
line-height: 16px;
font-size: 13px;
transition: all 0.3s;
padding: 3px 3%;
border-bottom: 1px solid #c0c0c0;
}


#shop .c3 .content .related a.item .prix{
position:absolute;
bottom:-50px;
left:0px;
z-index:200;
width:185px;
background-color:#000;
color:white;
font-weight:700;
text-align:center;
line-height:24px;
font-size:17px;
transition:all 0.3s;
}

#shop .c3 .content .related a.item:hover .prix{
bottom:0px;
}

#shop .c3 .item .arrow{
width:185px;
height:145px;
position:absolute;
z-index:300;
background-image:url('images/common/arrow-right-black-small.png');
background-repeat:no-repeat;
background-position:center;
transition:all 0.3s;
transform: scale(0);
}

#shop .c3 .item:hover .arrow{
transform: scale(1);
}

#shop .c3 .content .options{
width:100%;
margin-top:90px;
background-image:url('images/common/arrow-down-black-small.png');
background-repeat:no-repeat;
background-position:top 6px left;
}

#shop .c3 .content .options.open{
background-image:url('images/common/arrow-up-black-small.png');
background-repeat:no-repeat;
background-position:top 6px left;
}

#shop .c3 .content .options h2.beefup-head{
cursor:pointer;
padding-left:35px;
}


#shop .c3 .content .options li{
display:block;
list-style-type:none;
line-height:30px;
padding:5px 20px;
font-size:13px;
}

#shop .c3 .content .options li span{
display: inline-block;
min-width: 330px;
font-weight: 900;
text-transform: uppercase;
font-size: 12px;
}

#shop .c3 .content .options li:nth-child(odd){
background:#ececec;
}

#shop .c3 .content .options li:nth-child(even){
background:#f9f9f9;
}



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

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

}

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


#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 #150c13;
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-image:url('images/arrow-right.png');
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;
margin-bottom:100px;
padding-bottom:30px;

}

#contact .main_width{
padding-top:85px;
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 .c1 p.pricerange{
	display:none;
}


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

#contact .c2 .streetview{
width:100%;
height:357px;
}

#contact .map{
width:100%;
height:433px;
}




/* ***** 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: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:36%;
margin-right:6%;
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;
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{
width:100%;
background-image:url('images/machines-agricoles-a-vendre.png');
background-repeat:no-repeat;
background-size:100%;
background-position:top center;
background-color:#003c72;
padding-top:216px;
text-align:center;
}

#footer #cssmenu{
border-top:1px solid #144b7d;
border-bottom:1px solid #144b7d;
}

#footer img.logo_footer{
padding-top:100px;
width:75%;
max-width:487px;
display:block;
margin:auto;
}

#footer .adresse{
display:inline-block;
padding-left:30px;
margin-top:90px;
background-image:url('images/white_pin.png');
background-repeat:no-repeat;
background-position:0px 6px;	
}

#footer .adresse p{
font-size:15px;
color:white;
text-transform:uppercase;
font-weight:900;	
line-height:20px;
}

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

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





/* *********************** FORM JQUERY *********************** */
#fadeandscale{
background-color:white;
padding:20px 50px;
text-align:center;
max-width:800px;
background-image:url('images/logo-piron.png');
background-repeat:no-repeat;
background-position:top 26px right 20px;
border-radius: 13px;
}

#fadeandscale h1{
font-size: 40px;
font-weight: 300;
margin:14px 0px 40px 0px;
color: #a5a5a5;
}

#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 .boutons{
	margin:20px 0px;
}

#fadeandscale .boutons .button{
display: inline-block;
border-radius: 30px;
background-color: #003c72;
text-transform: uppercase;
color: white;
padding: 7px 23px;
margin:0px 10px;
font-weight: 700;
transition: all 0.5s ease-in-out;
font-size: 14px;
text-decoration:none;
transition:all 0.3s;
cursor:pointer;
 
}

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


#fadeandscale input[type="submit"]{
background-color:#003c72!important;
color:white!important;	
border-radius:22px;
cursor:pointer;
}
