.BOUTON_AUDIERNE_PICTO{
    width: 100%;
    height: 170px;
    background-color: #222;
    color: #fff;
    padding: 1em;
    font-size: 16px;
    text-align: left;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position:relative;
}

.BOUTON_AUDIERNE_PICTO-image {
    max-width: 100%;
    max-height: 70px;
}

.BOUTON_AUDIERNE_PICTO-image path {
    fill: white;
    stroke: white;
}
.BOUTON_AUDIERNE_PICTO-title {
    margin: 0.3em 0;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: bold;
}
.BOUTON_AUDIERNE_PICTO-title--big {
    font-size: 1.8em;
}
.BOUTON_AUDIERNE_PICT-title:hover {
    text-decoration: none;
}
a > .BOUTON_AUDIERNE_PICTO {
    padding-right:55px;
}
.BOUTON_AUDIERNE_PICTO-arrow {
    position:absolute;
    bottom:5px;
    right:5px;
    width:50px;
    height:50px;
    background:rgba(255,255,255,0.4);
    border-radius: 50%;
    color:black;
    text-align:center;
    display:flex;
    align-items: center;
    justify-content: center;
}
.BOUTON_AUDIERNE_PICTO--right {
    flex-direction: row;
    justify-content: start;
    align-items: end;
}
.BOUTON_AUDIERNE_PICTO--right > * {
    flex: 0 0 50%;
}
.BOUTON_AUDIERNE_PICTO--right .BOUTON_AUDIERNE_PICTO-image {
    max-width: 100%;
    max-height: 150px;
}

.BOUTON_AUDIERNE_PICTO_edit,.BOUTON_AUDIERNE_PICTO_ajout{
    height:100px; width:100px;
    text-align: center;
    background-color: #aaa;
    padding-top: 40px;
    color: white
}