.city-recherche{    
    max-width: 67.5rem;
    margin:0 auto;
    
}
.city-recherche-title{
    color:white;
    font-family: 'Spartan', 'Open Sans', sans-serif;
    font-weight:900;
    font-size:3rem;
    text-align:center;
    margin-bottom:1rem;
}
.city-recherche-pagination{
    height: 4.4rem;
}
.city-recherche-slider{
    -webkit-box-shadow: 1rem 1rem 0 0 rgba(0,0,0,0.25); 
    box-shadow: 1rem 1rem 0 0 rgba(0,0,0,0.25);
    min-height: 15.8rem;
    overflow-x: clip;
}
.city-recherche .swiper-wrapper{
    background: #ffffff;
    min-height: 11.4rem;
}
.city-recherche .swiper-slide {
    font-size: 18px;
    background: #ffffff;   
    padding:3rem;
    position:relative;
    overflow: visible;
    max-width: 100%;
}
/*.city-recherche .swiper-slide:not(.swiper-slide-active){
    opacity: 0!important;
    width: 0!important;
    padding: 0!important;
}*/
.city-recherche .swiper-slide button[type="submit"]{    
    position:absolute;
    right:3rem;
    bottom:-2rem;
}
.city-recherche .swiper-slide form {
    display: flex;    
    margin:0 -1.2rem;
}
.city-recherche .swiper-slide form > div {
    width:100%;
    padding:0 1.2rem;
}
.city-recherche .swiper-slide form > div.w100 {
    width:100%;
}
.city-recherche .swiper-slide form label {
    display: block;
    font-size:1.4rem;
    font-family:'Open Sans';
    color:#606362;
    line-height:1;
    margin-bottom:0.5rem;
}
.city-recherche .swiper-slide form .select-wrapper{
    display:inline-block;
    position:relative;
    width:100%;
}
.city-recherche .swiper-slide form .select-wrapper:after{
    content:'\f078';
    font-family: 'Font Awesome 5 Pro';
    color:#82bc00;
    position:absolute;
    right:1rem;
    top:50%;
    transform:translateY(-50%);
    font-size: 1rem;
}
.city-recherche .swiper-slide form select {
    width:100%;
    background:#eceef1;
    padding:0.8rem 2.5rem 0.8rem 1.5rem;
    font-size:1.4rem;
    font-family:'Open Sans';
    border:none;
    color:#606362;    
}
.city-recherche .swiper-pagination-bullets{
    background:#dee3eb;
}
.city-recherche .swiper-pagination-bullet {
    border-radius: 0;
    width: auto;
    height: auto;
    text-transform:uppercase;
    background:transparent;
    font-size: 1.4rem;
    line-height: 1;
    opacity: 1;
    color: #606362;
    padding:1.5rem 2.5rem;
    transition:background 0.2s;
    font-family:'Open Sans';
    font-weight:bold;
}
.city-recherche .swiper-pagination-bullet i{
    margin-right:0.8rem;
    transition:color 0.2s;
}

.city-recherche .swiper-pagination-bullet.swiper-pagination-bullet-active i{
    color:#82bc00;
}
.city-recherche .swiper-pagination-bullet:last-child{
    border-right:none;
}
.city-recherche .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover{
    background:#d1d6de;
}
.city-recherche .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0;    
}
.city-recherche .swiper-pagination-bullet-active {
    background: #ffffff;
}
.theme-city-zen .city-recherche .button-see-all-agencies{
    display: none;
    width: 100%;
    margin-top: 1.5rem;
    color: #82bc00;
    text-align: center;
    text-decoration: underline;
}

.theme-city-zen .city-recherche .button-see-all-agencies:before{
    margin-right: .5rem;
    content:'\f002';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}



@media screen and (max-width: 1000px) {            
    .city-elementor-widget-recherchecz{
        margin:0 3.5rem;
    }
    
    .city-recherche .swiper-pagination-bullets {
        display:flex;
    }
    .city-recherche .swiper-pagination-bullet {
        text-align:center;
        padding: 1.5rem 1rem;
    }
    .city-recherche .swiper-slide form {
        display: block;
    }
    .city-recherche .swiper-slide form > div {
        width: 100%;
        margin-bottom:1.5rem;
        padding: 0;
    }
    .city-recherche .swiper-slide button[type="submit"] {
        position: relative; 
        right: 0; 
        bottom: 0; 
        width: 100%;
    }
}
@media screen and (max-width: 767px) {            
    .theme-city-zen .city-recherche .button-see-all-agencies{
        display: block;
        line-height: 3.8rem;
    }
}
@media screen and (max-width: 370px) {            
    .city-elementor-widget-recherchecz {
        margin: 0 1.5rem;
    }
    .city-recherche .swiper-pagination-bullet {
        padding: 1.3rem 0.7rem;
    }
}

