/*LISTES DEROULANTES DE LA CARTE DES OFFRES D EMPLOI*/
.page-offres-d-emploi div.form-item-field-localisation-tid,
.page-offres-d-emploi div.form-item-field-taxonomie-oe-tid {
    position:relative;
    display:inline-block;
    width: 100%;
    z-index:0;
    background-color: white;
}
.page-offres-d-emploi div.form-item-field-localisation-tid select,
.page-offres-d-emploi div.form-item-field-taxonomie-oe-tid select{
    z-index: 1;
}

.page-offres-d-emploi div.form-item-field-localisation-tid::before,
.page-offres-d-emploi div.form-item-field-taxonomie-oe-tid::before {
    display:block;
    position:absolute;
    content:'';
    right:5px;
    top:5px;
    height:30px;
    width:30px;
    background: url('../img/blue_caret.png') 98% no-repeat #fff;
    z-index:0;
}
/*LISTE DEROULANTE DE LA CARTE SON-RESEAU*/
#block-nodesinblock-1 div.select-wrapper{
    margin-bottom: 50px;
}
#block-nodesinblock-1 div.select-wrapper-bis{
    height: 40px;
    width: 95%;
    margin-left: 5%;
    position:relative;
    display:inline-block;
    width: 100%;
    z-index:0;
    background-color: white;
}
#block-nodesinblock-1 div.select-wrapper-bis::before{
    display:block;
    position:absolute;
    content:'';
    right:1px;
    top:1px;
    height:38px;
    padding-right: 20px;
    width:30px;
    background: url('../img/green_caret.png') 98% no-repeat #fff;
    z-index:0;
}
#block-nodesinblock-1 div.select-wrapper-bis select#combo-region {
    z-index: 1;
    margin-left: 0 !important;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    #block-nodesinblock-1 div.select-wrapper {
        margin-bottom: 20px;
    }
    #block-nodesinblock-1 div.select-wrapper-bis{
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #block-nodesinblock-1 div.select-wrapper-bis::before{
        width: 40px;
    }
}
@media only screen and (max-width: 767px){
    #block-nodesinblock-1 div.select-wrapper-bis::before{
        width: 30px;
    }
    #block-nodesinblock-1 div.select-wrapper {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    #block-nodesinblock-1 div.select-wrapper-bis select#combo-region {
        margin-top: 0;
    }
}
/*LISTES DEROULANTES DE LA LISTE DES ETUDES*/
.page-les-etudes-de-l-asp .asp__etude__filtre select#edit-field-etude-date-tid,
.page-les-etudes-de-l-asp .asp__etude__filtre select#edit-field-categorie-etude-tid {
    z-index: 1;
}
.page-les-etudes-de-l-asp div.form-item-field-categorie-etude-tid,
.page-les-etudes-de-l-asp div.form-item-field-etude-date-tid{
    position:relative;
    display:inline-block;
    width: 100%;
    z-index:0;
    background-color: white;
}
.page-les-etudes-de-l-asp div.form-item-field-categorie-etude-tid::before,
.page-les-etudes-de-l-asp div.form-item-field-etude-date-tid::before{
    display:block;
    position:absolute;
    content:'';
    right:5px;
    top:5px;
    height:30px;
    width:30px;
    background: url('../img/blue_caret.png') 98% no-repeat #fff;
    z-index:0;
}
/*LISTE DEROULANTE DES CONEILS REGIONAUX*/
.page-node-76.node-type-conseil-regionaux #node-77 select#combo-region {
    z-index: 1;
}
.page-node-76.node-type-conseil-regionaux #node-77 div.select-wrapper-bis{
    position:relative;
    display:inline-block;
    width: 100%;
    z-index:0;
    background-color: white;
}
.page-node-76.node-type-conseil-regionaux #node-77 div.select-wrapper-bis::before{
    display:block;
    position:absolute;
    content:'';
    right:2px;
    top:1px;
    height:36px;
    padding-right: 20px;
    margin-top: 15px;/* Mantis 3023501*/
    margin-right: 15px;/* Mantis 3023501*/
    width:30px;
    background: url('../img/dark_blue_caret.png') 98% no-repeat #fff;
    z-index:0;
}
/*LISTES DEROULANTE DE LA MEDIATHEQUE*/
#block-views-exp-mediatheque-page #edit-field-type-media-value-wrapper select{
    z-index: 1;
}
#block-views-exp-mediatheque-page #edit-field-type-media-value-wrapper div.form-item-field-type-media-value{
    position:relative;
    display:inline-block;
    width: 100%;
    z-index:0;
    background-color: #4ea6d8;
}
#block-views-exp-mediatheque-page #edit-field-type-media-value-wrapper div.form-item-field-type-media-value::before{
    display:block;
    position:absolute;
    content:'';
    right:1px;
    top:5px;
    height:30px;
    width:30px;
    background: url('../img/white_caret.png') 98% no-repeat #4ea6d8;
    z-index:0;
}
/* LISTE DE TRI PAR DATE*/
#block-views-exp-mediatheque-page div.select_wrapper select.form-control.form-select {
    z-index: 1;
    width: 100% !important;
}
#block-views-exp-mediatheque-page div.select_wrapper{
    position:relative;
    display:inline-block;
    width: 85%;
    height: auto;
    z-index:0;
    background-color: #4ea6d8;
}
#block-views-exp-mediatheque-page div.select_wrapper::before{
    display:block;
    position:absolute;
    content:'';
    right:1px;
    top:5px;
    height:30px;
    width:30px;
    background: url('../img/white_caret.png') 98% no-repeat #4ea6d8;
    z-index:0;
}
