/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
.text-acc{
	color: white;
	
}
.text-gras{
	color: #f09511; text-shadow: 1px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.action_button{
background-color:red;	
}
.top_bar_right .top_bar_right_wrapper a{
	font-weight:600;
	background-color:#f20202;
	
}

/* 480px and larger screen sizes */
@media (min-width:480px){

	/* Link */
	.top_bar_right .top_bar_right_wrapper a{
		font-size:17px;
	}
	
}


/* 768px and larger screen sizes */
@media (min-width:768px){

	/* Top bar right */
	#Top_bar .one .top_bar_right{
		height:125px;
	}
	
}


/* 768px and larger screen sizes */
@media (min-width:768px){

	/* Top bar right */
	#Top_bar .one .top_bar_right{
		height:125px;
	}
	
}
/* Logo main */
#logo .logo-main{
	transform:translatex(0px) translatey(-11px);
	
}
#Top_bar .menu > li > a span:not(.description) {
    line-height: 28px; 
}



/* Link */
#menu-main-menu .menu-item a{
	font-weight:700;
}
#Top_bar .menu > li > a {
    padding: 50px 0 5px;
}
#Top_bar .menu > li > a, #Top_bar #menu ul li.submenu .menu-toggle {
    color: #004cc7;
}
#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
    height: 100px;
    line-height: 100px;
    padding: 20px 0 5px;
}
#Top_bar .menu_wrapper{
  float:right;
}
/* Input */
.whole-form .your-name input[type=text]{
	margin-bottom:10px;
}
.whole-form .your-email input[type=text]{
	margin-bottom:10px;
}

/* Text Area */
.whole-form p textarea{
	height:125px;
}

/* Input */
.whole-form .your-email input[type=email]{
	margin-bottom:10px;
}

.srr{
	color:black;
}
.wpcf7-response-output{
	color :green;
}

.text-rouge{
	color:red;
}
