.shop-category-title{
    color: #faaf0c;
    font-weight: 700;
    text-transform: uppercase;
}
.shop-listing{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.column-shop .shop-category-title{
    margin-top: 15px;
}
.column-shop .shop-category-title:first-child{
    margin-top: 0px;
}
.shop-in-grid .shop-title{
    font-size: 1rem;
    color: #162056;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
    hyphens: none;
}
.shop-in-grid .shop-category-title{
    text-transform: none;
    color: #a2a6bc;
    font-size: .8rem;
    margin-top: 0;
    font-weight: 500;
}
.shop-in-grid .column-shop{
    margin-bottom: 25px;
}
.shop-in-grid .column-shop .card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block-services.shop-in-grid .card{
    padding-bottom:0;
}

.shop-search-block{
    background-color: #FFF;
    border-radius: 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px 0 rgba(208,214,222,.6);
}

.search-bar input{
    width: 100%;
    border: 0 transparent;
    color: #4a4a4a;
    background-color: transparent;
    font-size: 1rem;
    overflow: hidden;
    padding: 11px 0;
    height: 50px;
}

.search-bar input:focus {
    box-shadow: none;
    outline: none;
    position: relative;
}

.shop-search-block .search-bar{
    padding: 0 20px;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.shop-search-block .search-bar >span{
    margin-right: 9px;
}

.filter-multiplechoice{
    width: 100%;
    display: flex;
    background-color: #FFF;
    border: none;
    align-items: center;
    color: #162056;
    font-size: 1rem;
    padding: 12.5px 20px;
    line-height: 1;
    text-align: left;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
}

.shop-search-block .dropdown-elements button:focus {
    box-shadow: none;
    outline: none;
}
.filter-multiplechoice .close-icon, .filter-multiplechoice.open .chevron{
    display: none;
}

.filter-multiplechoice.open .close-icon, .filter-multiplechoice.open + .dropdown-items{
    display: flex;
    justify-content: space-between;
}

.shop-search-block .dropdown-elements{
    position: relative;
}

.shop-search-block .dropdown-items{
    width: 100%;
    max-height: 460px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    border-radius: 20px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    background-color: #fff;
    z-index: 1;
    list-style: none;
    margin: 9px 0 0;
    display: none;
    padding: 30px;
    flex-wrap: wrap;
}

.custom-checkbox{
    position: relative;
    padding-left: 20px;
    height: 50px;
    align-items: center;
    display: inline-flex;
    font-size: 1rem;
    color: #162056;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 14px;
    text-align: left;
    line-height: 1;
    width: 30%;
}

.custom-checkbox input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox label{
    margin-bottom: 0;
    width: 100%;
    position: relative;
    padding-left: 30px;
}
.custom-checkbox label:hover{
    font-weight: 700;
    cursor: pointer;
}
.custom-checkbox label::before{
    background-color: #FFF;
    border: 1px solid #162056;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translateY(-50%);
}

.custom-checkbox label::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox input:checked~label{
    font-weight: 700;
}
.custom-checkbox input:checked~label::before {
    background-color: #faaf0c;
    border: 1px solid #faaf0c;
}
.custom-checkbox input:checked:checked~label::after {
    left: 4px;
    background-color: #fff;
    background-image: none;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.custom-checkbox.active{
    background-color: rgb(254, 239, 206.4);
}

#nb-checked-filter{
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    font-weight: 500;
    margin: 0 15px;
    font-size: .9rem;
    background-color: rgb(254, 239, 206.4)
}

#nb-checked-filter.hide{
    display: none;
}

.title-type-enseignes{
    line-height: 25px;
}

.elements-circle.abs{
    position: absolute;
    top: 0px;
}
.elements-circle.left{
    left: 10px;
}
.elements-circle.right{
    right: 10px;
}
.elements-circle .circle-elt{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
}
.elements-circle .circle-elt.can-not-accept{
    background-color: #f72717;
}
.elements-circle .circle-elt.particular-cond{
    background-color: #faaf0c;
}
.elements-circle .circle-elt.made-in-france{
    background-image: url("./fr.jpeg");
    background-size: 100%;
    width: 15px;
    height: 15px;
}

.shop-in-grid .letters-filter {
    text-align: center;
    width: 100%;
}

.shop-in-grid .letter:focus:not(.focus-visible), .shop-in-grid .letter:focus:not(:focus-visible) {
    outline: 0;
}
.shop-in-grid .letters-filter .letter {
    background: none;
    padding: 0;
    border: none;
    margin: 0 5px;
    color: #162056;
    font-weight: 700;
    font-size: 1.2rem;
    cursor: pointer;
}
.shop-in-grid .letters-filter .letter.active {
    color: #faaf0c;
}
.shop-in-grid .letters-filter .letter .letter-border {
    display: none;
    background-color: #faaf0c;
}
.shop-in-grid .letters-filter .letter.active .letter-border {
    display: block;
    width: 15px;
    height: 4px;
    border-radius: 10px;
    margin: 0 auto;
}
.shop-in-grid .letters-filter .letter:disabled {
    color: #d6d6d6;
}
.shop-in-grid .letters-filter .letter:disabled:hover{
    cursor: inherit;
}
.shop-in-grid .hide-many-items-shop .column-shop{
    display: none;
}
.shop-in-grid .show-tweny-shop .column-shop:nth-child(-n + 20){
    display: block;
}
.over-previous-block{
    padding-top: 0!important;
    overflow: inherit!important;
}
.over-previous-block >.container{
    margin-top: -100px!important;
}
.filter-categ-shop img{
    margin-right: 9px;
    max-width: 24px;
}
.mode-selector-container{
    display: inline-flex;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 20px 0 rgba(208,214,222,.5);
    margin: 0 20px;
    padding: 0 5px;
    align-items: center;
}
.mode-selector{
    margin-bottom: 25px;
}
.mode-selector-container .filter-mode-shop label{
    border-right: 1px solid #d1d3de;
}
.mode-selector-container .filter-mode-shop:last-of-type label{
    border-right: none;
}
.filter-mode-shop{
    font-weight: 500;
    color: #d1d3de;
    padding: 0;
}
.filter-mode-shop.custom-checkbox{
    width: auto!important;
    font-size: .9rem;
    border: 0;
}
.filter-mode-shop.custom-checkbox.active{
    background-color: transparent!important;
    color: #162056;
}
.filter-mode-shop.custom-checkbox label:hover{
    color: #162056;
}
.filter-mode-shop.custom-checkbox label:before, .filter-mode-shop.custom-checkbox label:after{
    content: "";
    display: none!important;
}
.filter-mode-shop label{
    padding: 10px 20px;
}
.no-shop-found{
    margin: 0 auto;
}
.shop-in-grid.section-blue .letters-filter .letter{
    color: #FFF;
}
.shop-in-grid .logo-shop{
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    -o-object-fit: contain;
    object-fit: contain;
}
.shop-in-grid .logo-shop.logo-icon-category{
    width: 30px;
    height: 30px;
}
.text-content a{
    color: #fd7e14;
}
@media screen and (min-width: 992px) {
    .shop-in-grid .last_class_line_desktop{
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .shop-in-grid .last_class_line_tablet{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .shop-in-grid .last_class_line_min_tablet{
        margin-bottom: 0;
    }
}
@media screen and (min-width: 576px) {
    .mode-selector-container{
        height: 60px;
    }
}
@media screen and (max-width: 576px) {
    .dropdown-elements .dropdown-items .custom-checkbox{
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .block-shops-block .text-content{
        padding: 0 15px;
        hyphens: none;
    }
}