
.alaunetitle {
        position: absolute;
    z-index: 2;
    font-size: calc(0.5rem + 1vw);
    display: inline-block;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: left;
    background: linear-gradient(transparent, rgb(0,24,94));
}
.alauneimg ::before {
        content: '';
    position: absolute;
    top: 60%;
    right: 0;
    bottom: 3px;
    left: 0;
    background-image: linear-gradient(to bottom,transparent,rgb(0,24,94));
    opacity: 0.4;
  }
}


.map-filter {
    position: absolute;
    height: 100px;
    top: 0;
    width: 100%;
    background-image: linear-gradient(to top,transparent,rgb(0,24,94));
}
.alaunelink {
    z-index: 2;
    position: absolute;
    color: transparent;
    display: inline; 
    width: 100%;
    height: 100%;
    text-align: left;
}
.alaunetitle a{
        color: #FFF;
    padding: 15px;
    text-decoration: none;
    /* font-weight: bold; */
    font-size: 1.2rem;
    position: absolute;
    bottom: 0px;
    color: #FFF;
    font-family: ITC Avant-Garde Gothic Std Demi;
}
.buttongoactu img {
   width: 35px;
    margin-top: 15px;
}
.alaune{
    position: relative;
    margin: 10px;
}

.item-list {
    display: inline;

}
.item-list ul {
        -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 00px
}
.item-list-alaune {

}
.layout-container .front-container
{
    min-width: 300px;
}
.alauneelem{
        padding-inline-start: 0px;
}

.front-container {
    margin-top: 60px;
}
.tags-none {
    display: none;
}

.front-container h2 {
    font-size: 2.7rem;
    margin-block-start: 50px;
        margin-left: 15px;
     text-align: left;
     margin-block-end: 25px;
}
.photosfull {
  width: 100%;
    /* height: 100%; */
    position: fixed;
    background-color: rgba(0,24,69,1);
    z-index: 99999;
    top: 0;
    right: 0;
    padding: 15px;
    padding-top: 50px;
    overflow: auto;
    min-height: 100%;
    bottom: 0;
    scroll-behavior: auto;
}

@media all and (max-width: 1050px) {

.show_last .views-element-container li {
        margin: 0px;

    width: 100%;
    }


    .tags_filtre {
        width: 99% !important;
        min-width: 0px !important;
    }
}
.buttongoactu{
        width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.buttongoactu a{
    border-radius: 3px;
    font-size: 1.5rem;
    border: 0px solid rgba(0,24,94,1);
    background-color: #FFF;
    padding: 4px;
    padding-top: 8px;
    font-family: ITC Avant-Garde Gothic Std Demi;
    color: rgba(0,24,94,1);
        margin-bottom: 5px;

}
/*.buttongoactu button:hover{
    background-color: rgba(0,24,94,1);
    color: #FFF;
}*/
@media all and (max-width: 800px) {

.alaunetitle a{
        font-size: 1rem;
}
}
