#index_fournisseur--2 .title_border{
    padding-bottom:10px;
}

#index_fournisseur--2 .indexFournisseur_intro{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 21px;
}

#index_fournisseur--2  div.alphabet span{
    font-weight: 800;
    font-size: 14px;
    position:relative;
}

#index_fournisseur--2  div.alphabet span:not(.empty):hover {
    color: #0280e7;
    border-color: #0280e7;
}

#index_fournisseur--2 div.alphabet span:not(.empty):hover:after{
    content:"";
    width:80%;
    height:1px;
    background-color:#0280e7;
    display:block;
    margin: 5px auto 0px auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@supports (-ms-ime-align:auto) {
  #index_fournisseur--2 div.alphabet span:not(.empty):hover:after {
            content:"";
            width:80%;
            height:1px;
            background-color:#0280e7;
            display:block;
            margin: 5px auto 0px auto;
            position: absolute;
            bottom: 0px;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
  }

  #index_fournisseur--2 div.alphabet span.active:after{
           content:"";
           width:80%;
           height:1px;
           background-color:#0280e7;
           display:block;
           margin: 5px auto 0px auto;
           position: absolute;
           bottom: 0px;
           left: 0;
           right: 0;
           margin-left: auto;
           margin-right: auto;
  }
}


#index_fournisseur--2  div.alphabet span.active {
    color: #0280e7;
}

#index_fournisseur--2 div.alphabet span.active:after{
    content:"";
    width:80%;
    height:1px;
    background-color:#0280e7;
    display:block;
    margin: 5px auto 0px auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#index_fournisseur--2 div.alphabet span.empty {
    color: #d6d6d6;
}

#index_fournisseur--2  div.alphabet span.clear {
    font-weight: bold;
    padding-right: 5px;
}

#index_fournisseur--2 div.alphabet {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 0px;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
    color: #000;
}

#index_fournisseur--2 div.alphabet span {
    display: table-cell;
    color: #999999;
    cursor: pointer;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    width: 32px;
}

#index_fournisseur--2  div.blocFournisseur {
    height: 160px;
    width: 178px;
    border: 1px solid #ebebeb;
    margin: 10px 10px 0px 0px ;
    padding:0px 0px 20px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#index_fournisseur--2 div.blocFournisseur:not(.empty):hover{
    color: #0280e7;
    border-color: #0280e7;
}

#index_fournisseur--2 div.blocFournisseur hr {
    width: 55px;
    height:1px;
    background-color:#dee1e6;
    border:none;
}

#index_fournisseur--2 div.blocFournisseur div img {
    height:auto;
    max-width: 115px;
    max-height: 115px;
}

#index_fournisseur--2 div.blocFournisseur div {
    height: 75%;
    margin: auto;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

#index_fournisseur--2 div.blocFournisseur span {
    display:block;
    margin:10px auto 0px auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

#index_fournisseur--2 div#listFournisseur ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    /* Default */
    width: 100%;
    margin:0px 0px 20px 0px;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack : start;
    -ms-flex-pack : start;
    justify-content : flex-start;
    position:relative;
}

#index_fournisseur--2 div#listFournisseur ul li {
    display: block;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /* Default */
    list-style-type: none;
}

#index_fournisseur--2 div.searchBar {
    display: inline-block;
    position: relative;
    margin-left:20px;
}

#index_fournisseur--2 div.searchBar:before{
    content:"";
    display:block;
    width:1px;
    height:35px;
    position:absolute;
    top:0px;
    left:-10px;
    background-color:#b2b2b2;
}

#index_fournisseur--2  div.searchBar input.searchOpen {
    width: 200px;
    padding: 0 8px 0 40px;
}

#index_fournisseur--2 div.searchBar input {
    width: 0px;
    height: 35px;
    border: 0;
    padding: 0;
    transition: all 0.3s;
    font-weight:bold;
    color:#000000;
}

#index_fournisseur--2 div.searchBar span {
    width: 35px;
    height: 100%;
    color: #fff;
    border: 0;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align:  center;
    -ms-flex-align:  center;
    -webkit-align-items:  center;
    -moz-align-items:  center;
    align-items:  center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzMzM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GaWNoaWVyIDE4PC90aXRsZT48ZyBpZD0iQ2FscXVlXzIiIGRhdGEtbmFtZT0iQ2FscXVlIDIiPjxnIGlkPSJRVU9URSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTIuODUsMTMuMDhsLTQtNC4xNmE1LjMsNS4zLDAsMCwwLDEuNDQtMy42NUE1LjIsNS4yLDAsMCwwLDUuMTIsMCw1LjIsNS4yLDAsMCwwLDAsNS4yN2E1LjIsNS4yLDAsMCwwLDUuMTIsNS4yNkE1LDUsMCwwLDAsOCw5LjYybDQuMTEsNC4yMmEuNDkuNDksMCwwLDAsLjM3LjE2LjUyLjUyLDAsMCwwLC4zNy0uMTZBLjU2LjU2LDAsMCwwLDEyLjg1LDEzLjA4Wk0xLjA1LDUuMjdBNC4xMyw0LjEzLDAsMCwxLDUuMTIsMS4wOCw0LjEzLDQuMTMsMCwwLDEsOS4xOSw1LjI3LDQuMjEsNC4yMSwwLDAsMSw4LDguMjMsNCw0LDAsMCwxLDUuMTIsOS40Niw0LjEzLDQuMTMsMCwwLDEsMS4wNSw1LjI3WiIvPjwvZz48L2c+PC9zdmc+);
    background-repeat:no-repeat;
    background-size:20px 20px;
    background-position:center;
}

#index_fournisseur--2 div.searchBar span:hover{
    background-color:#0280e7;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GaWNoaWVyIDE3PC90aXRsZT48ZyBpZD0iQ2FscXVlXzIiIGRhdGEtbmFtZT0iQ2FscXVlIDIiPjxnIGlkPSJRVU9URSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTIuODUsMTMuMDhsLTQtNC4xNmE1LjMsNS4zLDAsMCwwLDEuNDQtMy42NUE1LjIsNS4yLDAsMCwwLDUuMTIsMCw1LjIsNS4yLDAsMCwwLDAsNS4yN2E1LjIsNS4yLDAsMCwwLDUuMTIsNS4yNkE1LDUsMCwwLDAsOCw5LjYybDQuMTEsNC4yMmEuNDkuNDksMCwwLDAsLjM3LjE2LjUyLjUyLDAsMCwwLC4zNy0uMTZBLjU2LjU2LDAsMCwwLDEyLjg1LDEzLjA4Wk0xLjA1LDUuMjdBNC4xMyw0LjEzLDAsMCwxLDUuMTIsMS4wOCw0LjEzLDQuMTMsMCwwLDEsOS4xOSw1LjI3LDQuMjEsNC4yMSwwLDAsMSw4LDguMjMsNCw0LDAsMCwxLDUuMTIsOS40Niw0LjEzLDQuMTMsMCwwLDEsMS4wNSw1LjI3WiIvPjwvZz48L2c+PC9zdmc+);
}

#index_fournisseur--2 div.searchBar img {
    object-fit: none;
    object-position: 74.8% 95%;
    width: 18px;
    height: 18px;
    display:block;
    margin:auto;
}

#index_fournisseur--2 div.alphabet .searchBar span.active:after{
    display:none;
}

#index_fournisseur--2  div.searchBar input.searchOpen{
    border:1px solid #0280e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#index_fournisseur--2 .clearable-input > [data-clear-input]{
    display:none;
}

#index_fournisseur--2 .clearable-input .searchOpen + [data-clear-input] {
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
    opacity:0.6;
    color:#b2b2b2;
}

.close{
    width:15px;
    height:37px;
    line-height:37px;
    text-align:center;
    position:absolute;
    top:0px;
    right:40px;
    font-size: 20px;
    color:#b2b2b2;
    opacity:0.6;
    z-index:200;
    display:none;
}

.d-block{
    display:block;
}

.close:hover{
    cursor:pointer;
}

#index_fournisseur--2 .clearable-input > input::-ms-clear {
    display: none;
}

#index_fournisseur--2 .indexFournisseur_intro p:last-child{
    margin-top:10px;
}

#index_fournisseur--2 .indexFournisseur_intro p:last-child a{
    color:#0280e7;
    font-weight:bold;
}

#index_fournisseur--2 #listFournisseur ul > span{
    width:40px;
    height:40px;
    background-color:#f6f6f6;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align:center;
    line-height:40px;
    font-weight:bold;
    color:#a0a0a0;
    position:absolute;
    margin:10px 20px 0px -60px;
}

#index_fournisseur--2 .searchOpenWhite{
    background-color:#0280e7!important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GaWNoaWVyIDE3PC90aXRsZT48ZyBpZD0iQ2FscXVlXzIiIGRhdGEtbmFtZT0iQ2FscXVlIDIiPjxnIGlkPSJRVU9URSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTIuODUsMTMuMDhsLTQtNC4xNmE1LjMsNS4zLDAsMCwwLDEuNDQtMy42NUE1LjIsNS4yLDAsMCwwLDUuMTIsMCw1LjIsNS4yLDAsMCwwLDAsNS4yN2E1LjIsNS4yLDAsMCwwLDUuMTIsNS4yNkE1LDUsMCwwLDAsOCw5LjYybDQuMTEsNC4yMmEuNDkuNDksMCwwLDAsLjM3LjE2LjUyLjUyLDAsMCwwLC4zNy0uMTZBLjU2LjU2LDAsMCwwLDEyLjg1LDEzLjA4Wk0xLjA1LDUuMjdBNC4xMyw0LjEzLDAsMCwxLDUuMTIsMS4wOCw0LjEzLDQuMTMsMCwwLDEsOS4xOSw1LjI3LDQuMjEsNC4yMSwwLDAsMSw4LDguMjMsNCw0LDAsMCwxLDUuMTIsOS40Niw0LjEzLDQuMTMsMCwwLDEsMS4wNSw1LjI3WiIvPjwvZz48L2c+PC9zdmc+)!important;
}

#txtResultRecherche {
    color: #777777;
    font-weight: 800;
    font-size: 12px;
}

#txtResultRecherche strong {
    color: #333333;
    font-weight: 900;
}

#index_fournisseur--2 div.alphabet{
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;

}

#index_fournisseur--2 div.searchBar{
    margin-right:35px!important;
}


.alphabet__left , .alphabet__right{
    position:relative;
    z-index:100;
}

@supports (position:sticky) {
    #index_fournisseur--2	#listFournisseur ul{
        position:relative;
    }

    #index_fournisseur--2 #listFournisseur ul > span{
        position:sticky;
        top:40px;
        margin:10px 20px 0px -62px;
    }
}
