.don_kyrielle div.general {
text-align:center;
background: transparent;
position: relative;
}

.erreur{ border-color: #ff0000 !important; }
.correction{ border-color: #FBB117 !important; }
span.erreur{ color: #ff0000 !important; }
span.correction{ color: #FF8C00 !important; }
input.erreur{ color: #ff0000 !important; }
input.correction{ color: #FF8C00 !important; }
select.erreur{ color: #ff0000 !important; }
select.correction{ color: #FF8C00 !important; }

/********************************************************/
/*************** POINTER SUR BOUTON CB *****************/
/******************************************************/

input[name="CB"]{
	cursor: pointer;
}	
input[name="VISA"]{
	cursor: pointer;
}	
input[name="MASTERCARD"]{
	cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0px;
    margin-left: 5px !important;
}	
.google_adress_check {
		border : 1px solid;
		padding : 5px; 
}

.google_adress_check span {
		background: white; 
}

.google_adress_check input.code_postal 
{
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none none solid;
    border-width: medium;
    box-shadow: none;
    width: 45px !important;
    
}
.google_adress_check input.adresse {
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none none solid;
    border-width: medium;
    box-shadow: none;
    width: 200px !important;
}
.google_adress_check input.ville {
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none none solid;
    border-width: medium;
    box-shadow: none;
    width: 145px !important;
}
.google_adress_check input.pays {
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none none solid;
    border-width: medium;
    box-shadow: none;
    width: 200px !important;
}
/* css formulaire global */
.page-header {
	margin:0px !important;
}
.radio-inline{
	padding-left:15px !important;
}
blockquote {
    padding: 10px 10px !important;
}
.list-group-item {    
    padding: 10px 5px !important;
}
.col-md-4 .panel-default  > .panel-heading{
	border: 1px solid #E8E8E8;
	font-size: 18px !important;
	line-height: 1.33 !important;
	border-radius: 6px;
	/* font-weight: 400 !important; */
}
.col-md-4 .panel-default{
	border-bottom: none !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
.col-md-4 .panel-heading{
	height: 46px;
	opacity: 0.65;
	background-image: linear-gradient(to bottom, #FFF 0px, #E0E0E0 100%) !important;
	border-color: #CCC !important;
}
.col-md-4 .panel-body{
	border-top: none !important;
	border-bottom: none !important;
	padding: 0px !important;
}
.col-md-4 .panel-title > a {
	font-size: 18px !important;
}
.section_vente .form-control {
	height: 25px !important;
}
/* fin css formulaire global */