.region-guelmim {
    background-image: url('../../../img/region-guelmim.png');
    background-color: #fabf3d;
}

.region-guelmim .icon-chevron {
    background-image: url('../../../img/chevron-guelmim.png')
}

.plages-buttons {
    top: 50% !important;
}

@media(min-width: 900px)  {
    .plages-buttons span {
        font-size: 1em;
        line-height: 1.5em;
    }

    .plages-buttons {
        bottom: 20%;
    }
}

@media (min-width: 700px) and (max-width: 900px)  {
    .plages-buttons span {
        font-size: 0.9em;
        line-height: 1.4em;
    }

    .plages-buttons {
        bottom: 15%;
    }
}

@media (max-width: 699px)  {
    .plages-buttons span {
        font-size: 0.7em;
        line-height: 0.9em;
    }

    .plages-buttons .icon-chevron {
        height:8px;
    }

    .plages-buttons {
        bottom: 15%;
    }
}

.plages-buttons span {
    font-family: "Sansation", serif;
    vertical-align: sub;
}

td {
    line-height: 7px;
    vertical-align: top;
    width : 170px;
}


a:hover span {
    color: black;
}
