@font-face {
    font-family: "RoadRadio";
    src: url(/fonts/RoadRadio-Light.ttf);
}

@font-face {
    font-family: "OpenSans";
    src: url(/fonts/OpenSans-Medium.ttf);
}

@font-face {
    font-family: "BebasNeueRegular";
    src: url(/fonts/BebasNeueBold.ttf);
}


#rest_v3 {
    color: #000 !important;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #000000;
    position: relative;
    width: 245px;
    padding: 20px 20px 14px;
    display: block !important;
    margin-top: 5px !important;
    flex-shrink: 0 !important;
    align-self: center;
    background-color: #ffffff !important;
}

#rest_v3:empty, #rest_v3 p:empty {display: none !important;}

#rest_v3 p {margin: 0;}

#rest_v3::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #000000;
    left: 3px;
    top: 3px;
    box-sizing: content-box;
}


#rest_v3  {
    text-decoration: none !important;
}


#rest_v3 .rest_v3__nom {
    font-family: 'RoadRadio', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000 !important;
    line-height: 1em;
    margin-bottom: 6px;
}

#rest_v3 .rest_v3__name {
    font-family: 'OpenSans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    color: #D61516 !important;
    text-transform: uppercase;
    text-decoration: none;
    display: table;
    margin: 0 auto;
}
#rest_v3 .rest_v3__year {
    font-family: 'BebasNeueRegular', sans-serif;
    color: #000000 !important;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    left: 111px;
    bottom: -4px;
    background-color: #ffffff;
    padding: 0 4px;
    line-height: 1;
    border-radius: 2px;
}

#rest_v3 .rest_v3__logo {
    width: 100px;
    height: 16px;
    padding: 2px 3px;
    background-color: #fff;
    position: absolute;
    top: -7px;
    left: 68px;
    border-radius: 2px;
    object-fit: contain;
    max-width: unset;
    box-sizing: content-box;
    border: none;
}






