button
{
    cursor: pointer;
}

.link-style
{
    background: transparent;
    border: none;
    cursor: pointer;
}

.offer-cta > button.link-style
{
    font-size: 18px;
    color: #2175d9;
}

.offer-cta > button.link-style + button.link-style
{
    margin-left: 20px;
}

.account-menu-container > button.a-display-login
{
    float: left;
    font-size: 16px;
    color: #fff;
    margin-top: 4px;
}

.account-menu-container > a + button.a-display-login
{
    margin-left: 20px;
    vertical-align: middle;
}

@media only screen and (min-width: 1350px)
{
    .account-menu-container > button.a-display-login
    {
        margin-top: 2px;
    }
}

.search-agency .input-geolocation button.bt
{
    border-style: solid;
    border-radius: 3px;
    border-width: 2px;
    display: block;
    background: #2175d9;
    border-color: #2175d9;
    color: #fff;
    width: auto;
}

@media only screen and (min-width: 767px)
{
    .search-agency .input-geolocation button.bt
    {
        display: inline-block;
        font-size: 20px;
    }
}

.search-agency .input-geolocation button.bt:hover
{
    background: none;
    color: #2175d9;
    border-color: #2175d9;
}

button.a-agency-contact, .timetable button
{
    transition: all 0.3s ease;
    color: #2175d9;
}

button.a-agency-contact:hover, .timetable button:hover
{
    color: #0f1941;
}