/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/*modif laura icons sociaux*/

.x-social-global a {
color:red !important;

}
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #244153), color-stop(1, #244153));
	background:-moz-linear-gradient(top, #244153 5%, #244153 100%);
	background:-webkit-linear-gradient(top, #244153 5%, #244153 100%);
	background:-o-linear-gradient(top, #244153 5%, #244153 100%);
	background:-ms-linear-gradient(top, #244153 5%, #244153 100%);
	background:linear-gradient(to bottom, #244153 5%, #244153 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#244153', endColorstr='#244153',GradientType=0);
	background-color:#244153;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	display:inline-block;
	cursor:pointer;
	color:#f1eee7;
	font-family :"Roboto", sans-serif;
	font-size:26px;
	padding:15px 65px;
	text-decoration:none;
	height:50px;
	padding: 2px 40px;
	text-transform: uppercase ;

}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #244153), color-stop(1, #244153));
	background:-moz-linear-gradient(top, #244153 5%, #244153 100%);
	background:-webkit-linear-gradient(top, #244153 5%, #244153 100%);
	background:-o-linear-gradient(top, #244153 5%, #244153 100%);
	background:-ms-linear-gradient(top, #244153 5%, #244153 100%);
	background:linear-gradient(to bottom, #244153 5%, #244153 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#244153', endColorstr='#244153',GradientType=0);
	background-color:#244153 ! important;
	opacity: 0.8;
	text-decoration:none;
	color:#f1eee7 ! important;
	
}
.myButton:active {
	position:relative;
	top:1px;
}


/*#champC{
    color: #F6833C !important;
    border-color: #F6833C !important;
}
*/

#champACS{
    color: #000000 !important;
    border-color: #F6833C !important;
}


