/**********************************************/
/* Golf base css */
/**********************************************/


.write-dark-beige{color:#a68c5d}
.dark-beige{color:#a89d79}
.light-beige{color:#b5ad90}


.center{
	text-align:center;
}

.center-image{
	margin:0 auto;
}

a{ 
font-size:14px; 
color:#a68c5d;
color:#516b12;
text-decoration:underline;
}

a:hover{ 
	font-size:14px; 
	color:#a89d79;
	text-decoration:underline;
}

a.disabled{
        cursor: default;
        pointer-events: none;        
        text-decoration: none;
		opacity:0.2;
}
a.anabled{
        cursor: pointer;
        pointer-events: auto;        
        text-decoration: none;
		opacity:1;
}

h1{
	display:block;
	width:100%;
	border-bottom:solid 2px #a68c5d;
	font-size: 25px;
	padding-bottom:8px;
	color:#a68c5d;	
	margin-bottom:20px;
	font-family: 'Abhaya Libre', serif;
}
.entry-header h2.entry-title{
	display:block;
	width:100%;
	border-bottom:solid 2px #a68c5d;
	font-size: 25px;
	padding-bottom:5px;
	color:#a68c5d;	
	margin-bottom:20px;
	font-family: 'Abhaya Libre', serif;
	text-align:left;
	line-height:18px;
}

a.info{
	background:url('../images/icone-infos.png') no-repeat;
	background-position:left center;	
	background-size :18px;
	padding-left:23px;
}

h2{
	font-size: 20px;
	color:#b39a6e;	
	padding-bottom:10px;
	font-family: 'Abhaya Libre', serif;
	text-transform :uppercase;
}

h3{
	font-size: 16px;
	color:#a68c5d;
	background:url('../images/icone-drapeau.png') no-repeat;
	background-position:left center;	
	background-size :10px;
	padding-left:17px;
}


p{
	
 font-family: 'Titillium Web', sans-serif;
 font-size:14px;
 color:#000000; 	
}

.or{
	color:#bca479;
}
ul{
	margin:0px;
	padding-left:20px;
}
li{
	list-style:none;
	background: url('https://www.golf-sainte-agathe.fr/wp-content/themes/golf-de-sainte-agathe/images/puce-ronde.png') no-repeat;
	background-position : left 6px;
	background-size:12px;
	padding-left:20px;
	font-size:14px;
	margin-left:0px;
	
}
button,input[type=button], input[type=submit], input[type=reset] {
	background-color:#bca479;
	color:#fff;
	font-weight:bold;
}
button,input[type=button]:hover , input[type=submit]:hover , input[type=reset]:hover  {
	background-color:#b5ad90;
	color:#fff;
	font-weight:bold;
}

