/* Bordure inférieure sur le menu */
.golden-border{
    border-bottom: 1px solid rgb(203, 178, 124);
}

.fs-10 li a{
    font-size: 12px !important;
}

w-100{
    width: 100% !important;
}

px-3{
    padding-left: 3em !important;
    padding-right: 3em !important;
}

py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.label-blonde{
    background-color: #ffd059;
}

.label-ambree{
    background-color: rgba(166,84,0,0.85);
}

.label-brune{
    background-color: rgba(76,0,18,0.96);
}

.label-blanche{
    background-color: #ccc6a1;
}

.label-fruitee{
    background-color: #ff4db5;
}

.label-rousse{
    background-color: #ff9255;
}

.label-correze{
    background-color: #3c763d;
}



.latest-post-pdv * {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.latest-post-pdv .row {
    position: relative;

    padding-top: 50px;
    padding-bottom: 50px;
}

.latest-post-pdv > a {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    margin: auto;
}

.latest-post-pdv.odd {
    border-right: 1px solid #fff;
}

.latest-post-pdv.odd > a {
    left: auto;
}

.latest-post-pdv.odd .background {
    left: auto;
}

.latest-post-pdv .background {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;

    opacity: .15;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.latest-post-pdv.even:before {
    right: auto;
    left: 0;
}

.latest-post-pdv:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

    opacity: 0;
    background: rgba(24, 26, 27, 1);
}

.latest-post-pdv:hover .background {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.latest-post-pdv:hover:before {
    opacity: 1;
}

.latest-post-pdv:hover h2,
.latest-post-pdv:hover p {
    color: #fff;
}

.latest-post-pdv:hover a.underline:after {
    width: 100%;
}

.latest-post-pdv h2{
    font-size:14px;
}