/*-----------------------------------------------------------------------------------
1 - General
-- 1-1
-----------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------

1 - General

--------------------------------------------------------------------------------------*/

#result-variation .rv {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0.5%;
    width: 49%;
    display: inline-block;
}

#result-variation .rv .date {
    color: white;
    background-color: rgba(239, 125, 29, 0.7);
    width: auto;
    margin-bottom: 70px;
    padding: 5px 20px;
    display: inline-block;
}

#result-variation .rv .lieu {
    text-transform: capitalize;
}

#result-variation .rv .bottom-rv {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 10px;
}

#result-variation .rv .title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    min-height: 70px;
}

#result-variation .rv .link {
    text-align: right;
    font-weight: 500;
}

#result-variation .rv .link a {
    transition: 0.2s all;
}

#result-variation .rv .link a:hover {
    color: white;
}

#result-variation .message {
    display: inline-block;
    text-align: center;
    width: 100%;
}

@media (max-width: 768px) {
    #result-variation .rv {
        margin: 0.5% auto;
        width: 100%;
    }
}
