.alaune {
    height:175px;
    background-color:#DFB02E;
    margin-top: 20px;
}

.home-titre {
    line-height: 175px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left:40px;
}

.list-publics {
    float: right;
    width: 80%;
}

.list-publics>li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-top: 14px;
    width:16%;
}

.list-publics>li> a {
    display:block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
}
.list-publics>li>a>em {
    display:block;
    background: url('../img/sprite-jesuis.png');
    background-position: 0 top;
    background-repeat: no-repeat;
    width: 79px;
    height: 92px;
    margin: 10px auto;
}

.list-publics>li>a>span {
    display:block;
    margin: auto;
    width:100px;
    line-height: 1.2em;
    height:30px;
}

.list-publics>li> a:hover em {
    background-position: 0 bottom;
}

.list-publics>li> a:hover span {
    color: #D04E58;
}

.list-publics>li.public-professionnel>a>em { background-position: -155px top; }
.list-publics>li.public-saisonnier>a>em { background-position: -306px top; }
.list-publics>li.public-association>a>em { background-position: -466px top; }
.list-publics>li.public-touriste>a>em { background-position: -621px top; }
.list-publics>li.public-nouvelarrivant>a>em { background-position: right top; }

.list-publics>li.public-professionnel>a:hover>em { background-position: -155px bottom; }
.list-publics>li.public-saisonnier>a:hover>em { background-position: -306px bottom; }
.list-publics>li.public-association>a:hover>em { background-position: -466px -134px; }
.list-publics>li.public-touriste>a:hover>em { background-position: -621px -134px; }
.list-publics>li.public-nouvelarrivant>a:hover>em { background-position: right -134px; }

.actualites {
    overflow: hidden;
}
.home-agenda {
    position: relative;
    background:#002A5C;
    padding-bottom: 40px;
    overflow: hidden;
}

.home-agenda .home-titre {
	line-height: 50px;
}

.home-agenda .bx-wrapper {
    z-index: 1;
}
.home-agenda .bx-wrapper .bx-controls {
	display: none;
}
.agendahome-slider {

}
.agendahome-slider .actus-item {
	width: 194px;
	height: 309px;
	background: url('../img/fond-agenda-home.png') no-repeat;
	padding: 20px 0 12px 16px;
}
.agendahome-slider .actus-item .libdate {
	display: block;
	color: white;
	margin: 0 10px 10px 0;
	line-height: 110%;
    font-size: 1.1em;
	letter-spacing: 0.08em;
}

.agendahome-slider .actus-item h3 {
	font-weight: 100;
	font-size: 1.15em;
	color: #D04E58;
	margin: 16px 10px 12px 0;
	letter-spacing: 0.08em;
}

.agendahome-slider .actus-item .ensavoirplus {
    position: absolute;
    bottom: 0px;
    right: 10px;
	color: #002A5C;
	font-size: 1em;
	font-weight: 100;
	letter-spacing: 0.08em;
}

.home-agenda .fleche-agenda-home {
	position: absolute;
    width: 100%;
    height: 49px;
    background: url(/fileadmin/template/img/fleche-agenda-home.png) center no-repeat;
    top: 156px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.home-agenda .fleche-agenda-home #slider-prev {
    display: block;
    float: left;
    width: 49px;
    height: 49px;
    margin-left: calc(50% - 575px);
}
.home-agenda.responsive .fleche-agenda-home #slider-prev {
	margin-left: 0;
}
.home-agenda.responsive .fleche-agenda-home #slider-prev a {
    background: url(/fileadmin/template/img/fleche-agenda-home.png) -20px center no-repeat;
}
.home-agenda .fleche-agenda-home #slider-next {
    display: block;
    float: right;
    width: 49px;
    height: 49px;
    margin-right: calc(50% - 575px);
}
.home-agenda.responsive .fleche-agenda-home #slider-next {
	margin-right: 0;
}
.home-agenda.responsive .fleche-agenda-home #slider-next a {
    background: url(/fileadmin/template/img/fleche-agenda-home.png) -1130px center no-repeat;
}
.home-agenda .fleche-agenda-home #slider-prev a,
.home-agenda .fleche-agenda-home #slider-next a {
	display: block;
	width: 100%;
	height: 100%;
}

.actushome-voirtout {
    position: absolute;
    right: 20px;
    top: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
}

.actushome-voirtout:hover {
    color: #D04E58;
}







