.banner__background {
    background: url(/assets/img/banner-landing-ville.png) center -20px;
}

.banner__background.banner-reprise {
    background: url(/assets/img/reprise/fond-formulaire-landing.jpg) center 20%;
    opacity: 0.5;

}

.villes-banner .banner__subtitle {
    font-size: 16px;
    margin-top: 30px;
}

.switch-container {
    padding: 40px 0;
    text-align: center;
}

#sectionSearchCity {
    padding: 40px 0;
    margin-bottom: 40px;
}

.gris-clair-background {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.recherchecity__wrapper {
    display: flex;
    align-items: flex-end;
}

.recherchecity__cp {
    display: inline-block;
    position: relative;
    min-width: 450px;
    max-width: 700px;
    flex: 1;
    text-align: left;
}

#recherchecity input.cp {
    border-radius: 0;
    color: #424242;
}

#recherchecity input.cp::placeholder {
    font-size: 14px;
}

.localisation {
    flex: 1;
    margin-right: 20px;
}
.recherchecity-wrapper {
    display: inline-block;
    max-width: 40%;
}

#recherchecity {
    display: flex;
    align-items: center;
    margin: 0;
}

.recherchecity-wrapper label {
    font-size: 16px;
}

.villes-container h2 {
    text-align: center;
    margin-bottom: 50px;
}

.villes-container ul {
    list-style: none;
}

.villes-container .list-region {
    column-count: 4;
}

.villes-container .region {
    font-size: 20px;
}

.villes-container .departement {
    font-size: 18px;
    font-weight: bold;
    color: #AFAFAF;
    margin: 10px 0 5px;
    display: block;
}

.villes-container .ville {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    color: inherit;
}

.bleu.ocre {
    color: #C08000;
}

.newForm button[type="submit"] {
    background: #1167ff;
    border: none;
    color: white;
    text-indent: inherit;
    text-transform: uppercase;
    text-shadow: none;
    padding-right: 5px;
    border-radius: 0;
}

.newForm button[type="submit"].btn-ocre {
    background: #C08000;
}

#locate {
    cursor: pointer;
    display: block;
    margin-top: 10px;
}

#locate img {
    width: 15px;
    vertical-align: baseline;
    margin: 0 5px;
}

@media screen and (min-width: 768px) {
    #postal-form {
        display: block;
        font-size: 16px;
        font-weight: normal;
    }

    input[type="text"].cp {
        height: 50px;
        margin: 0;
        border-radius: 3px 0 0 3px;
        padding-left: 20px;
        box-sizing: border-box;
        width: 100%;
    }

    .newForm button[type="submit"] {
        width: 140px;
        top: 0;
        padding: 13px;
        font-size: 15px;
        border-radius: 0;
    }
}

.reprise__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    max-width: 20%;
}

.reprise__step .reprise__step-title-wrapper {
    display: flex;
    flex-direction: column;
}

.reprise__step .reprise__step-title {
    font-size: 18px;
    line-height: 27px;
    margin: 5px 0;
}

.reprise__step img {
    height: 40px;
}

@media screen and (max-width: 767px) {
    .banner__content {
        padding: 25px 15px;
    }

    .recherchecity-wrapper {
        min-width: 100%;
        padding: 0 15px;
    }

    .recherchecity__cp {
        min-width: auto;
        width: 100%;
    }

    .localisation {
        margin-right: 0;
    }

    #recherchecity input.cp {
        width: 100%;
        margin-bottom: 0;
        height: 50px;
        margin-right: 0;
        padding-left: 8px;
        font-size: 18px;
    }

    .newForm button[type="submit"] {
        color: white;
        top: 0;
        font-size: 18px;
        font-weight: 500;
        height: 50px;
        width: 50px;
        border-radius: 0;
        display: inline-block;
        padding: 0;
        line-height: 50px;
        justify-content: center;
    }

    .villes-container {
        padding: 0 15px;
    }

    .villes-container h2, .switch-container h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .villes-container h2 {
        margin-bottom: 35px;
    }

    .villes-container .list-region {
        column-count: 2;
    }
}

@media screen and (max-width: 455px) {
    .switch-container {
        padding: 40px 10px;
    }

    .switcher {
        width: calc(100% - 12px);
    }

    .switcher__label {
        font-size: 1em;
    }

    .villes-container .list-region {
        column-count: unset;
    }

    .switcher__input--vn:checked ~ .switcher__toggle {
        left: calc(50% - 4px);
    }
}