/* Css de widget_recherche_article */
 .cadre_saisie_semi_auto_recherche_article {
    display: inline-block;
    position: relative;
    z-index:10;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.class_champs_recherche_article {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.le_cadre_result_recherche_article {
    position: absolute;
    left: 0px;
    top: 36px;
    width: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.le_cadre_result_recherche_article div {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.le_cadre_result_recherche_article div:hover {
    background-color: #f2f4ff;
}

.le_cadre_result_recherche_article .result_focus {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #f2f4ff;
    font-weight: bold;
}

.le_cadre_result_recherche_article a {
    text-decoration:none;
    color: #3b3b3b;
}


/* Css de widget_recherche_produit */
 .cadre_saisie_semi_auto_recherche_produit {
    display: inline-block;
    position: relative;
    z-index:10;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.class_champs_recherche_produit {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.le_cadre_result_recherche_produit {
    position: absolute;
    left: 0px;
    top: 36px;
    width: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    display: none;
    max-height: 300px;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.le_cadre_result_recherche_produit div {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.le_cadre_result_recherche_produit div:hover {
    background-color: #f2f4ff;
}

.le_cadre_result_recherche_produit .result_focus {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #f2f4ff;
    font-weight: bold;
}

.le_cadre_result_recherche_produit a {
    text-decoration:none;
    color: #3b3b3b;
}




/* PAGINATION */ 


.ele_pagination {
    display:inline-block;
    padding:8px;
    border:1px solid #2e2e2e;
    color:#2e2e2e;
    font-size:14px;
    margin:3px;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ele_pagination:hover {
    background-color:#d1d1d1;
}

.ele_pagination_select {
    display:inline-block;
    padding:8px;
    border:1px solid #2e2e2e;
    background-color:#2e2e2e;
    color:#fff;
    font-size:14px;
    margin:3px;
}


/* FIN PAGINATION */