:root{
    --dmm : rgb(136, 123, 179);
    --main-color : #aa182c;
}

/* Hide date select */
.date_select 
{
	display: none;
}

.grid {
    margin-top : 10px;
    left: 5%;
  }
  
  /* clear fix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }


.exposant_wrapper{
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
   padding: 20px 20px 20px 20px;
}

.exposant_wrapper > a:hover >h3{
    color : #aa182c;
}

.exposant_wrapper {
    float: left;
    width: 250px;
    height: 250px;
    margin : 15px;
    padding : 10px;
}
 @media (min-width: 992px) and (max-width:1199px) {
    .exposant_wrapper {
        float: left;
        width: 250px;
        height: 250px;
        margin : 15px;
        padding : 10px;
    }
    .exp_name{
        font-size: 15px !important;
    }
  }
  @media (min-width: 768px) and (max-width:991px){
    .exposant_wrapper {
        float: left;
        width: 250px;
        height: 250px;
        margin : 15px;
        padding : 10px;
    }
    .exp_name{
        font-size: 15px !important;
    }
  }
  @media (min-width: 0px) and (max-width:768px){
      .grid_wrapper{
          width: 100% !important;
      }
    .enov_divinum_exposants_title{
        font-size: 25px !important;
    }
    .sort_select{
        text-align: center;
    }
    
    #filters{
        display : block !important;
    }
    #filters > .filter_wrapper{
        margin: 20px auto;
        text-align: center;
    }
    .exposant_wrapper {
        float: left;
        width: 160px;
        height: 250px;
        margin : 10px;
        padding : 10px;
    }
    .exp_name{
         font-size: 14px !important;
         line-height: 1.3em !important;
         padding-right: 10px !important;
    }
    .exp_no_stand{
        font-size: 30px !important;
    }
    .exp_region{
        line-height: 1.1em !important; 
        text-align: right !important;
        font-size: 12px !important;
        top: 20px !important;
        max-width: 100px !important;
    }
    .exp_week{
        font-size: 13px !important;
        line-height: 1.3em !important;
        padding-right: 10px !important;
    }
    
 }

.exposant_wrapper .exp_no_stand{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 46px;
    font-weight: bold;
    height: 50px;
    font-style: italic;
    margin-top : 10px;
    color : var(--main-color);
}


.exposant_wrapper .exp_region{
    position: absolute;
    right: 20px;
    font-style: italic;
    top: 15px;
    font-size: 13.5px;
    color: black;

}


.exposant_wrapper .exp_name{
    position: absolute;
    left: 20px;
    top: 60px;
    max-width: 180px;
    font-size: 18px;
    color: white;
    height: 50px;
    margin-top : 10px;
    color: black;
    line-height: 1.2em;
}

.exposant_wrapper .exp_week{
    position: absolute;
    left: 20px;
    bottom: 0px;
    height: 50px;
    font-size: 13.5px;
    color: black;
}

.exposant_wrapper .exp_website{
    position: absolute;
    right: 10px;
    top: 60px;
}

.exp-is-checked{
    background-color: red;
}

#filters{
    display: flex;
  align-items: center;
  justify-content: center;
}
#filters > .filter_wrapper{
    margin: 30px;
}
/* <select> styles */
.filter_select > select {
   /* Reset */
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
   /* Personalize */
    width: 20em;
    height: 3em;
    padding: 0 4em 0 1em;
    background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) no-repeat right 0.8em center / 1.4em, linear-gradient(to left, var(--main-color) 3em, var(--main-color) 3em);
    color: rgb(255, 255, 255);
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgba(134, 134, 134, 0.2);
    cursor: pointer;
   /* <option> colors */
   /* Remove focus outline */
   /* Remove IE arrow */
}
.filter_select > select option {
    color: inherit;
    background-color: var(--main-color);
}
.filter_select > select:focus {
    outline: none;
    color : white;
}
.filter_select > select::-ms-expand {
    display: none;
}
.enov_divinum_exposants_title{
    text-align: center;
    margin-top : 50px;
    font-size: 35px;
    color :rgb(0, 0, 0);
    font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;
}
#search{
    text-align: center !important;
    margin: 30px;
}
#search > input{
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
   /* Personalize */
    width: 20em;
    height: 3em;
    padding: 0 4em 0 1em;
    color: rgb(0, 0, 0);
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: text;
}

.empty_result_notice{
    position: relative;
    z-index: 99999; 
    text-align: center;
    margin-top: 50px;
}

.reset_filters{
    cursor : pointer;
    color : var(--main-color);
    font-family: 'Trebuchet','Trebuchet MS',Helvetica,Arial,Lucida,sans-serif;
}


#page-container .exposant_wrapper .exp_region {
	position: static;
	font-size: 13px;
	float: right;
	margin-left: 80px;
	line-height: 15px;
	max-width: 120px;
}