/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/

/*Header*/
.admin-bar .sticky-style-fixed.header-style-1.a-sticky .mk-header-holder{
	top:32px;
}

/*Box avec icônes*/
.services .mk-box-icon{
	padding-top:30px;
	padding-bottom:30px;
	background-color:#f5f5f6;
	border-radius:20px;
}
.green-bg-icon i{
	background-color:#0673CC;
	border-color:transparent !important;
}
#services .link-title h4 a:hover{
	color:#0673CC !important;
}
/*Références en bas de l'accueil*/
.reference{
	display:flex;
	justify-content:center;
	align-items:center;
}
/*Gallerie Images Réparations*/
.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner {
    margin: 0 10px;
    max-height: 200px;
    overflow-y: hidden;
}
/*Archives Blog et services*/
.post-type-archive .intro-left{
	display:none;
}
.portfolio-template-default .featured-image{
	display:none;
}
.portfolio-grid , .mk-news-container{
	margin-top:4%;
}
#theme-page .theme-page-wrapper{
	margin-top:0;
}
#theme-page .theme-page-wrapper .theme-content{
	padding-top:0;
}
.realisation img{
	border:3px solid #0673CC;
	border-radius:20px;
}
.news-post-heading{
	display:none;
}
.mk-blog-single .mk-blog-author, .mk-blog-single .mk-post-cat, .mk-blog-single .mk-post-date{
	display:none;
}
/*Formulaire de contact*/

form label{
	padding: 20px 0;
}
form input[type=text] , form input[type=email] , .wpcf7-form .wpcf7-textarea{
	background-color: #fff !important;
	margin:10px 0 !important;
	border: 1px solid #7f7f7f !important;	
	width:90%;
}
form input{
	height:40px;
	margin:10px 0 !important;
}
form textarea{
	height: 200px;
}
input[type=submit]{
	width:90%;
	background-color: #0673CC;
	height:50px;
}
input[type=submit]:hover{
	background-color: #fff;
	color: #0673CC;
	border: 1px solid #0673CC;
}
.wpcf7 form .wpcf7-response-output {
  	margin: 2em 0em 1em; 
    padding: 0.2em 1em;
  
}
.wpcf7 form.sent .wpcf7-response-output{
	 border: 2px solid #0673CC !important;
} 
/*Masquer Gooogle recaptcha*/
.grecaptcha-badge{
	display:none;
}
/*Footer*/
.widget_nav_menu ul li.current_page_item a{
	background-color:transparent !important;
}
/*Règles pour Teblet/mobile*/
@media only screen and (max-width: 640px){
	.link-title i{
		float:none !important;
		margin:0 !important;
		padding-bottom: 15px !important;
	}
	.link-title .box-detail-wrapper{
		margin-left:0 !important;
	}
	.partenaires .wpb_single_image img{
		width:200px;
	}
	form input[type=text] , form input[type=email] , input[type=submit] , .wpcf7-form .wpcf7-textarea{
		width:100%;
	}
	.expertise{
		display:none;
	}
}