/*
Theme Name: Cyclable Services
Template: cyclable-magasin-2019
Author: Cyclable 2021
*/

.banner-link {
    min-height: 130px;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    overflow: hidden;
}

.banner-link-services {
    display: inline-block;
    text-align: center;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    transition: color 0.15s ease-out, transform 0.35s ease-in-out;
    text-transform: uppercase;
}

.banner-link-services:hover {
    text-decoration: none;
    color: white;
}

.banner-link-services:before, .banner-link-services:after, .banner-link-services > span:before, .banner-link-services > span:after {
    content: "";
    position: absolute;
    transition: color 0.15s ease-out, transform 0.35s ease-in-out;
    color: white;
}

.banner-link-services > span {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
}

.banner-link-services:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #b40923;
    transform: translateX(-100%);
}

.banner-link:hover .banner-link-services:before {
    transform: translateX(0);
    color: white;
}

/* ANCHOR Vidéo Header */
.banner-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.banner-video .image_placeholder {
    width: auto;
    height: 300px;
}

/* ANCHOR Services vélo */
.bloc2.bloc-nos-services-velo{
    max-height: 600px;
}

.btn-primary.btn-white{
    background-color: white;
    border: 3px solid white;
    color: #b40923;
}

.bloc-nos-services-velo .row .btn-primary.btn-white:hover{
    background-color: #b40923;
    border: 3px solid white;
    color: white !important;
}

.bloc-nos-services-velo .row a:hover{
    color: initial !important;
}

@media screen and (max-width: 576px) {
    .bloc-nos-services-velo .row.slider-nos-services-velos {
        max-height: 500px;
    }

    .col-12.col-services{
        padding-left: 0;
        padding-right: 0;
    }

    .bloc-nos-services-velo .row .btn-bottom{
        padding-bottom: 1.5rem !important;
    }

    .bloc-nos-services-velo .row .btn-primary.btn-white{
        padding: 0px 10px;
        line-height: 36px;
        font-size: 14px;
    }

    .menu-fix li .margin-bt {
        margin-bottom: 10px;
    }

    #cd-navigation .icon {
        margin-top: 10px;
    }
}