#accordion-container {
	font-size: 16px;
	background: #ffffff;
	float: left;
	width: 100%;
}
#accordion-container p{ 
	padding:0px; margin:0px;
}
.accordion-header {
	font-size: 16px;
	background: #ebebeb;
	margin: 6px 0 0 0;
	padding: 10px 25px;
	cursor: pointer;
	color: #666666;
}

.active-header {
	background: url(../images/active-header.png) #cf4046;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	color:#fff;
}

.active-header:hover {
	background: url(../images/active-header.png) #e77378;
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.active-header img.img_charte{
	display: none !important;
}

.inactive-header {
	background: url(../images/inactive-header.png) #eaeaeb;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	color:#4e525d;
}

.inactive-header:hover {
	background: url(../images/inactive-header.png) #f5f5f5;
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.accordion-content {
	display: none;
	padding: 20px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-top: 0;
	width:auto !important;
	position: relative;
}

.accordion-content .box-1{
    clear:both;
    margin-bottom: 10px;
	padding: 15px 15px 0;
}

.accordion-content .box-2{
    float: left;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.accordion-content .box-2 a{
    border-radius: 5px 5px 0px 0px;
    width: 31px;
    height: 24px;
    border:0 none !important;
    display:inline-block;
}
.accordion-content .box-2 a.icon-site{
    background:#cf4046 url("../images/icon-site.png") no-repeat scroll center center / 70% auto;
}
.accordion-content .box-2 a.icon-email{
    background:#cf4046 url('../images/icon-mail.png') no-repeat scroll center center / 60% auto;
}
.accordion-content .box-2 a.icon-map{
    background:#cf4046 url('../images/icon-map.png') no-repeat scroll center center / 70% auto;
}
.accordion-content .box-2 a.loadmore{
    background: #cf4046;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    top: 3px;
    position: relative;
    width: 110px;
}

@media (max-width: 768px) {
	.accordion-content .col-xs-4{
		width: 100% !important;
		margin: 10px 0;
		padding: 0px;
	}
	.accordion-content .box-1{
		margin: 10px 0;
		padding: 0px;
	}
}