/* Style Contact Form 7*/
.cf7title{
	text-align:center;
	color:#fff;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]
{
	height:50px;
	width:100%;
	padding-left:15px;
	padding-right:15px;
	border:1px solid gray;
	border-radius:5px;
}

.wpcf7 input[type="submit"]{
	height:50px;
	width:15%;
	padding-left:15px;
	padding-right:15px;
	background:#990000;
	color:#fff;
	border:1px solid #990000;
	border-radius:5px;
}

.wpcf7 input[type="submit"]:hover{
	background:#fff;
	border:1px solid #fff;
	color:#fc0606;
}

.wpcf7 textarea{
	height:120px;
	width:100%;
	padding-left:15px;
	padding-right:15px;
	border:1px solid gray;
	border-radius:5px;
}

.wpcf7 checkbox{
	color:#fff;
}

.wpcf7 label{
	color:#fff;
}

@media screen and (max-width: 480px) {
	.wpcf7 input[type=submit]{
		width: 30%;
	}
}
/* Style KingComposer */
.kcprocess p{
}

/* Thème Customiser */

body a:hover{
	color:#fc0606!important;
}
.em_process-icon i {
	background: #fc0606!important;
	color: #fff;
	width: 90px;
	height: 90px;
	display: inline-block;
	line-height: 90px;
	font-size: 40px;
	border-radius: 4px;
}/*Images offres Process */

.style-two .em_work_progress-number span {
	background: #232323!important;
}/* Offres Process number*/

#scrollUp {
	color: #fff;
	background: #fc0606!important;
}

#scrollUp:hover{
	color:#fc0606!important;
	background:#fff!important;
}

#scrollUp i:hover{
	color:#fc0606!important;
}/* Boutton Scroll to up */

.cyber_nav_area.prefix,
					.hbg2 {background-color:#000!important;}/*Bandeau menu de navigation*/

.mean-container .mean-bar {
	float: none;
	background: #000;
}/* Bandeau menu de navigation mobile */

.mean-container .mean-bar::before {
         text-transform: uppercase;
         top: 15px;
         display: none;
    }/* Onglet CYBER */

.em-quearys-menu i {
	border-radius: 3px;
	display: inline-block;
	height: 30px;
	text-align: center;
	width: 30px;
	line-height: 30px;
	font-size: 13px;
	cursor: pointer;
	border: 1px solid #fc0606!important;
	color: #fff;
	margin-top: 0px;
	background: #fc0606!important;
}/* icone recherche */

a.cyber_btn {
	background: #fc0606!important;
	color: #fff;
	border-radius: 4px;
	border: 2px solid #fc0606!important;
}

a.cyber_btn:hover{
	background:#fff!important;
	color:#fc0606;
}

#scrollUp:hover {
    color: #fc0606;
}

.default-style.em-feature .em_feature-icon i {
	color: #fff;
	background: #fc0606!important;
}

.default-style.em-feature:hover .em_feature-icon i {
    box-shadow:0px 0px 42px 0px rgba(0, 0, 0, 0.22);
	background:#fff!important;
	color:#fc0606!important;
}

.default-style.em-feature::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    z-index: -1;
	transition:.5s;
	background:#fc0606;
	border-radius:5px;
}

.banner-area .btn {
    background: #fc0606;
    color: #fff;
}

.banner-area .btn:hover {
    background: #fff;
    color: #fff;
		border-color:#fc0606;
}

.em-bar.em-bar-big:before {
    background: #232323;
}/*Animation move big */

/*-------------------------------*/ 
 /* Woocommerce customization */
/*-------------------------------*/

#main {
	margin: 20px;
}

/* Checkout */

.woocommerce-billing-fields_field-wrapper label,
.woocommerce-billing-fields_field-wrapper input, .woocommerce-shipping-fields {
	display:inline ;
}

.col-1 {
	max-width:60% !important;
}

.col-2 {
	max-width:30% !important;
}