.city-recherche{
    max-width: 42rem;
    position: relative;
    left: -2rem;
}
.city-recherche-slider__wrapper{
    background-color: var(--e-global-color-ce0a048);
    border-radius: 1.5rem;
    padding-top: 1.3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2.4rem;
    margin: 0 auto;
}

h1.city-recherche-title{
    margin: 0 auto;
    margin-bottom: 1.5rem;
    color: var(--e-global-color-primary);
}

.city-recherche-pagination{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.city-recherche-pagination .swiper-pagination-bullet,
.city-recherche-pagination .swiper-pagination-bullet-active{
    width: auto;
    height: auto;
    background: none;
}

.city-recherche-pagination .swiper-pagination-bullet:hover{
    color: #FFF;
}

.swiper-container-horizontal > .swiper-pagination-bullets.city-recherche-pagination .swiper-pagination-bullet{
    margin: 0;
}

.swiper-pagination-bullets.city-recherche-pagination .swiper-pagination-bullet{
    opacity: 1;
}

.city-recherche-pagination .swiper-pagination-bullet{
    font-weight: 400;
    color:#c5c5c5;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.city-recherche-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    font-weight: 500;
    color:#FFF;
}

.city-recherche-pagination .swiper-pagination-bullet:first-child:after{
    content: '';
    display: inline-block;
    background-color: #fff;
    height: 1.4rem;
    width: .2rem;
    margin: 0 1.2rem;
    position: relative;
    top: 2px;
}

.city-recherche-slider button{
    text-transform: uppercase;
    font-weight: bold;
}

.city-recherche .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}


@media screen and (max-width:1250px){
    .city-recherche{
        left: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px){
    .select-wrapper{
        background-color: #fff;
        -webkit-border-radius: .7rem;
        -moz-border-radius: .7rem;
        border-radius: .7rem;
    }
    
    h1.city-recherche-title{
        font-size: 5.6vw;
        text-align: center;
    }
}
    
@media screen and (max-width:500px){
    .city-recherche{
        max-width: 90%;
    }
    
    .select-button-combined{
        display: block;
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-align: center;
    }
    
    .select-wrapper{
        margin-bottom: 1rem;
    }
    
    .select-wrapper select{
        -webkit-border-radius: .5rem;
        -moz-border-radius: .5rem;
        border-radius: .5rem;
    }
    
    .select-button-combined:before{
        display: none;
    }
}