.custom_city_container {
    display: flex;
    place-items: center;
    color: black;
    box-sizing: initial;
}

mark {
    background-color: rgba(94, 154, 186, 0.32);
}

ul {
    list-style-type: none;
}

.custom_input {
    font-weight: normal;
    color: #17171c;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
    box-shadow: none;
    box-sizing: border-box;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    /* z-index: 1; */
    align-items: start;
    display: flex;
    min-height: calc(1.5em + .75rem + 2px);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 55px;
    border-radius: 50px;
    border: 1px solid #00376a;
    background-size: 16px 12px;
    padding: .375rem 2rem .375rem .75rem;
}

.custom_select {
    box-sizing: border-box;
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    clip-path: inset(50%) !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 55px !important;
    background-color: rgba(0, 0, 0, 0);
    text-transform: none;
    font-size: .9rem;
    background-image: none;
}

.custom_drop_1 {
    font-weight: normal;
    color: #212326;
    font-family: inherit;
    line-height: 1.5;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    top: 100%;
    background: #fff;
    /*border: 1px solid rgba(0, 0, 0, .15);*/
    border-radius: .25rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    height: auto;
    padding: 0;
    z-index: 1000;
    font-size: .75rem;
    width: 75%;
    margin-left: 6%;
    display: block;
    visibility: visible;
}

.custom_drop_2 {
    font-weight: normal;
    color: #181a1c;
    font-family: inherit;
    line-height: 1.5;
    font-size: .75rem;
    visibility: visible;
    box-sizing: border-box;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    /*padding: 5px 0;*/
}

.custom_drop_little {
    font-weight: normal;
    color: #343a40;
    font-family: inherit;
    line-height: 1.5;
    font-size: .75rem;
    visibility: visible;
    box-sizing: border-box;
    overflow: hidden;
    padding: 3px .75rem;
    cursor: pointer;
    opacity: 1;
}

.autoComplete_list_1 > li {
    font-size: 0.1em;
}

.custom_city_container {
    font-size: 18px;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    color: #001121;
    font-family: "Be Vietnam Pro", sans-serif;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    max-height: 55px;
    line-height: 1;
    padding: 0;
    position: relative;
}

#autoComplete_list_1 {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
    width: 12.7em;
    place-items: start;
    padding: 0.4em 0.1em;
    background-color: white;
    position: absolute;
    border-radius: 0.2em;
    max-height: 14em;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid #c7c7c7 1px;
    margin-top: 0;
    margin-left: 1em;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    z-index: 50;
}

#autoComplete_list_1:hover {
    cursor: pointer;
}

#autoComplete_list_1 > li:hover {
    background-color: #9ca3af;
}

#autoComplete_list_1 > li {
    padding: 0.3em 0;
    width: 100%;
}

.st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #001121;
}

.st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #FFFFFF;
}

.st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #A29181;
}

.st3 {
    enable-background: new;
}

.st4 {
    fill: #FFFFFF;
}

.st5 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #00376A;
}

.st6 {
    fill: none;
    stroke: #FFFFFF;
}

.city button {
    border: none;
    color: black;
    position: absolute;
    background: white;
    cursor: pointer;
}

.city button.map-button {
    top: 15px;
    right: 15px;
}

.map-button svg.icon {
    width: 25px;
    height: 25px;
    background: white;
    padding: 0;
    margin: 0;
}

.city button.close-button {
    top: 20px;
    right: 20px;
}

.near-me button.close-button {
    background: none;
}

.custom_input:disabled {
    background: white;
}

.auto-label {
    font-size: 14px;
}

.auto-code {
    font-size: 12px;
    float: right;
    line-height: 18px;
}

.custom-craftsman {
    min-width: 175px !important;
}

ul#autoComplete_list_2 {
    background: white;
    padding: 10px;
    margin: 0;
    max-height: 14em;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid #c7c7c7 1px;
    position: relative;
    z-index: 100;
}

ul#autoComplete_list_2 li {
    padding: 5px 0;
}

#autoComplete_list_2 > li:hover {
    background-color: #9ca3af;
}

.flex-center {
    display: flex;
    place-items: center;
    justify-content: center;
    margin-bottom: 0.5em;
}

.custom-craftsman div.ts-control {
    line-height: 20px;
}

.craftsman-radio {
    display: flex;
    place-items: center;
    min-width: 25%;
}

.craftsman-close {
    min-width: 10%;
}

@media (min-width: 1280px) {
    .rayon-container {
        width: 240px !important;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: .25rem;
}

.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover, .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #0275d8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.ta-center {
    text-align: center;
}

.container-detail-artisan__specialites {
    flex-wrap: wrap;
}

.filter-button {
    background: #eef2f5;
    border-radius: 25px;
    padding: 3px 20px;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #001121 !important;
    position: relative;
    display: inline-block;
    min-width: 150px;
    cursor: initial;
    margin-bottom: 5px;
}

.filter-button:hover {
    text-decoration: none;
}

.close-filter {
    color: red;
    padding-left: 0.5em;
    cursor: pointer;
    padding-top: 13px;
    float: right;
}

.close-filter:hover, .close-filter:focus {
    color: red;
}

.rayon-container button {
    width: 68px !important;
}

#map .icon-map-artipole {
    width: 33px;
    height: 42px;
    background-image: url(../images/map-city.svg);
    display: block;
}

ul.artisans-pagination {
    position: relative;
    margin-top: 4rem;
    bottom: initial;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

li.artisans-pagination-bullet {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #00376a;
    font-family: "Teko", sans-serif;
    font-size: 1.2rem;
    opacity: 1;
    background: none;
    border-bottom: 2px solid #00376a;
    border-radius: 0;
    margin: -3px !important;
    display: inline-block;
    cursor: pointer;
}

li.artisans-pagination-bullet.active {
    color: #00376a;
    background: none;
    border-bottom: 4px solid #e6332a;
}

li.artisans-pagination-bullet a:hover {
    color: #9baab9;
    text-decoration: none;
}

li.artisans-page-item {
    display: inline-block;
    border: 1px solid #9baab9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

li.artisans-page-item svg.icon {
    height: 20px;
    color: #00376a;
}

li.artisans-page-item svg.icon.previous {
    transform: rotate(3.142rad);
}

.section {
    padding: 2rem 0 !important;
}

#contact_form_artisan .uk-input:focus {
    color: #001121;
}

.alert-danger {
    color: #e6332a;
    font-size: 12px;
    margin-top: -20px;
}

#map .icon-map-city {
    width: 33px;
    height: 42px;
    background-image: url(../images/map-icon-red.svg);
    display: block;
}

.app-alert {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 999999;
}

.uk-textarea {
    border: 1px solid #00376a;
}

.alert-success {
    color: #e6332a;
}

.distance-tag {
    display: table;
    background: #e6332a;
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    line-height: 30px;
    letter-spacing: 1px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: 5px;
}

.card-artisan figure {
    min-height: 170px;
}

.catalogue-container {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
}

.catalogue-container a.content-button {
    display: flex;
}

.container-swiper-buttons {
    left: 35% !important;
}

.city-error, .craftsman-city-error {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #e6332a;
}

.container-artisan-fields {
    position: relative;
}

.search-container .submit-search-button {
    margin-bottom: 20px;
}

@media (min-width: 1280px) {
    .craftsman-city-error {
        font-size: 14px;
    }
}

#container-projet-mobile .container-artisan-fields {
    padding-bottom: 10px;
}

.loader {
    width: 35px;
    height: 35px;
    border: 6px solid #FFF;
    border-radius: 50%;
    position: relative;
    transform: rotate(45deg);
    box-sizing: border-box;
    margin-left: 20px;
    margin-top: 20px !important;
    display: none;
}

.loader::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    inset: -5px;
    border-radius: 50%;
    border: 6px solid #e6332a;
    animation: prixClipFix 2s infinite linear;
}


@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.event-map-contact .map-icon-artisan:after{
    background: url(../images/map-city.svg) no-repeat center center !important;
}

.event-map-icon .map-icon-artisan:after{
    background: url(../images/map-icon.svg) no-repeat center center !important;
}


