/*Design custom suggest search*/

.arx_filtre_nomenclature {
	position: relative;
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-appearance: none !important;
    outline: none;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
}
.arx_filtre_nomenclature:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 12px;
}
.arx_filtre_nomenclature:checked {
    background-color: #C3EAF2;
}
.arx_filtre_nomenclature:checked:after {
    opacity: 1;
}

.arx_exposant_recherche_input {
	background-color: #FFFFFF !important;
    box-shadow: 4px 4px 60px rgb(0 0 0 / 5%) !important;
    border-radius: 15px;
    border: none !important;
    padding: 33px 0px 33px 58px !important;
    font-family: 'AzoSans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    text-transform: uppercase !important;
    color: #C5C5C5 !important;
    width: 100%!important;
    height: 42px;
	background-image: url("/wp-content/uploads/2023/01/search-normal.svg");
	background-repeat: no-repeat;
	background-position: right 50px center;
	background-size:  25px 25px;
	    display: flex;
    align-items: center;	
}
#arx_recherche_exposant{
	height: 42px;
	padding: 0px !important;
		 font-family: 'AzoSans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    text-transform: uppercase !important;
    color: #C5C5C5 !important;
}
.arx_exposant_recherche_input input {
	width:500px;
	font-weight:900;
	padding:5px 0px;
	border:none !important;
	
}

.exposant_item_result {
	text-transform: uppercase;
	padding-top:10px;
	cursor:pointer;
	font-weight:900;
}

.exposant_item_result {
	padding-top:15px;
}



.arx_exposant_recherche_container {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:solid 1px rgba(255,255,255,0.8);
	width:620px;
}

.arx_exposant_filtre_container label {
	font-weight:100;
	display:inline-block;
/*	width:300px;*/
	padding-right:30px;
	padding-bottom:10px;
	cursor:pointer;
	font-size:16px;
	text-transform: none;
}


.arx_exposant_nomenclature_container {
	margin-bottom:60px;
}

@media only screen and (max-width: 990px)  {
	.arx_exposant_recherche_container {
		width:100% !important;
	}
	.arx_exposant_recherche_input {
		    width: 100% !important;
		margin:0 auto !important;
		text-align: left !important;
/*		padding:21px !important;*/
		background-color: #FFFFFF;
		box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2) !important;
		border-radius: 15px;
	}
	.arx_exposant_recherche_input input {
		width:250px!important;

	}
	.arx_exposant_filtre_container label {
		width:100%;
		text-align: left;
		padding-left:30px;
	}
	.arx_exposant_mobile_full{
		    margin: 0 -30px !important;
	}
	
	.arxfilterexposantmobile{
		  margin: 0 -30px !important;
	}
	
}
.arx_exposant_nomenclature_container .titre img{
	vertical-align: middle;
	margin-right:20px;
	max-width:70px !important;
}

.arx_exposant_nomenclature_container .titre {
	font-size:26px;
	font-weight:bold;
	line-height:40px;
	padding-bottom:10px;
	text-transform: uppercase !important;

}


.exposant_item.result {
	padding:10px 0px;
	text-transform: uppercase;
	cursor:pointer;
	color:#ffffff;
}


.exposant_item {
	display: inline-block;
	width:20% ;
	padding:0px;
	margin:0px 0px 25px 0px;
	vertical-align: top;
}

.exposant_item_inner {
	padding:0px 30px 20px 0px;
}

.exposant_item .photo {
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.21); 
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.21);
	margin-bottom:25px;
}

.exposant_item .titre {
	text-transform: uppercase;
	font-size:18px !important;
	font-weight:900;
	line-height:18px;
	padding-bottom:15px;
	height:80px;
	position:relative;
	z-index: 100;
	padding-left:5px;
}
.exposant_item .titre strong {
	display:block;
	font-size:24px !important;
	font-weight:900;
}

.exposant_item .titre:before {
	content: " ";
	display:block;
	position: absolute;
	width:100%;
	height:50px;
	top:7px;
	left:-5px;
	background-color: #ec605a ;
	z-index:-10;
	
}

.exposant_item  .extrait {
	font-size:13px;
	line-height:14px;
	padding-bottom:15px;
}

/*
.exposant_item  a{
	display:inline-block;
	width:49%;
	color:#000000;
	font-size:12px;
	font-weight:900;
	text-transform: uppercase;
	
}
*/
@media only screen and (max-width: 1400px)  {
	.exposant_item  a{
		font-size:10px;
		width:48%;

	}
	.exposant_item  a img{
		max-width:15px ;

	}
}
@media only screen and (max-width: 990px)  {
	.exposant_item {
		width:100% ;
	}
	.exposant_item  a{
		font-size:14px;
		width:48%;

	}
	.exposant_item  a img{
		max-width:20px ;

	}
	.exposant_item_inner {
		padding:0px 0px 20px 0px;

	}
	
}



/* Modal Content/Box */

.exposant_item_popin {
	display:none;
	position: fixed; /* Stay in place */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: hidden; /* Enable scroll if needed */
	background-color: rgb(72,72,72); /* Fallback color */
	background-color: rgba(72,72,72,0.57); /* Black w/ opacity */
	z-index: 100;
}


.exposant_item_popin_content {
  background-color: #ffffff;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 40px;
  width: 50%; /* Could be more or less, depending on screen size */
-moz-box-shadow: 0px 0px 10px 0px #656565;
-webkit-box-shadow: 0px 0px 10px 0px #656565;
-o-box-shadow: 0px 0px 10px 0px #656565;
box-shadow: 0px 0px 10px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);	
	position:relative;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 20px;
		z-index: 11000000000000;

	
}

@media only screen and (max-width: 1400px)  {
	.exposant_item_popin_content {
		width: 90%; /* Could be more or less, depending on screen size */
	}
	
	
}

.exposant_item_popin_content  .close {
	font-size:50px;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}

.exposant_item_popin_content  .close:after {
	content:url(/wp-content/uploads/sites/10/2023/01/add.png);
}
	
.exposant_item_popin .popin_exposant_gauche {
	display:inline-block;
	width:24%;
	vertical-align: top;
}
.exposant_item_popin .popin_exposant_droite {
	display:inline-block;
	width:74%;
	vertical-align: top;
}

.exposant_item_popin .photo {
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.21); 
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.21);
	margin-bottom:25px;
}
.exposant_item_popin .galerie img {
	display:inline-block;
	width:18%;
	margin-right:15px;
}
.exposant_item_popin .galerie {
	padding-top:50px;
}

.exposant_item_popin .titre {
	text-transform: uppercase;
	font-size:14px !important;
	font-weight:900;
	line-height:18px;
	padding-bottom:15px;
	height:80px;
	position:relative;
	z-index: 100;
	padding-left:5px;
	width:55%;
	color:#000000 !important;
}
.exposant_item_popin .titre strong {
	display:block;
	font-size:18px !important;
	font-weight:900;
}

.exposant_item_popin .titre:before {
	content: " ";
	display:block;
	position: absolute;
	width:50%;
	height:50px;
	top:10px;
	left:-5px;
	background-color: rgba(148, 78, 148,0.33);
	z-index:-10;
	
}
.exposant_item_popin .website {
	width:100% !important;
	margin-bottom: 13px;
}
.exposant_item_popin .website a {
	color: #206173;
		border:solid 1px #206173;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background-color: #ffffff;
	text-align: center;
	width:100% !important;
	padding:10px 0px;
display:block;
}
.exposant_item_popin .website a:hover {
	color: #ffffff;
	background-color: #206173;
}


.exposant_item_popin .reseaux img {
	width:40px;
}
.exposant_item_popin .reseaux a {
	display:inline-block;
	text-align: center;
	width:25%;
}

.exposant_item_popin .content {
	font-size:12px;
	padding-bottom:20px;
}

.popin_exposant_droite_inner {
	padding:0px 15px;
}

@media only screen and (max-width: 990px)  {
	.premiumcontainer .arx_titlte_exposant, .premiumcontainer .arx_titlte_exposant a{
		margin-left: 8px;
	}
	.flexdocument {
		display: flex;
		flex-wrap: wrap;
	}
	.flexdocument .document_item{
		margin-bottom: 15px;
		box-shadow: 0px 4px 5px rgb(0 26 62 / 5%) !important;
	}
	
	.flexdocument .slick-list, .arxfilterexposantmobile .arx_exposant_filtre_container .slick-list{
		width: 100% !important
	}
	.exposant_item_popin_content {
		padding:20px;
/*		overflow-y: auto !important;*/
	}
	.exposant_item_popin .popin_exposant_gauche {
		width:100%;
		text-align: center !important;
	}
	.exposant_item_popin .popin_exposant_droite {
		width:100%;
	}
	.exposant_item_popin .photo {
		max-width:200px !important;
		margin:0 auto 10px 0;
	}
	.exposant_item_popin .titre {
		width:100% !important;
		margin-top:10px;
	}
	.exposant_item_popin .titre:before {
		width:100%;
	}
	.exposant_item_popin .content {
		font-size:12px;
		line-height:14px !important;
	}
	.exposant_item_popin .arx_cta_fleche {
		font-size:14px !important;
		font-weight:900;
		line-height:14px !important;
		display:block !important;
	}
	.exposant_item_popin .galerie img {
		padding:0 10px !important;
	}
}



/* UPDATE 2022-09 */
  .exposants_container ,#exposant_ajax_content {
    display:flex;
        justify-content: space-evenly;
    flex-wrap:wrap;
    width:100%;
  }
  #liste_exposants {
   -webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
    opacity:1;
  }
  #liste_exposants.loading {
    opacity:0.2;
  }
  .exposant_item {
	 
  background: #FFFFFF !important;
    box-shadow: 4px 4px 60px rgb(0 0 0 / 5%) !important;
    border-radius: 20px !important;
    overflow-y: hidden;
    padding: 44px 37px !important;

   	width: 22%;
    padding: 44px 37px !important
  }

  @media only screen and (max-width: 1400px)  {
  .exposant_item {
	  margin-right:20px;
  }
}
  @media only screen and (max-width: 1150px)  {
  .exposant_item {
	  margin-right:5px;
  }
	  
}
  .exposant_item_inner {
    padding: 0px 0px 20px 0px !important;
}
  .exposant_item .photo {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%) !important;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 01%);
    margin-bottom: 25px;
    max-width:60% !important;
    margin:20px auto 40px auto !important;
	  display: block
}
  
  .exposant_item .titre:before {
   display: none !important;
 
}
  .exposant_item .titre {
    height:auto !important;
    padding-bottom:4px !important;
  }
  .exposant_item .titre strong {
    font-size:16px !important;
  }
  
    .exposant_item .stand {
    font-size:14px !important;
      font-weight:500!important;
      text-transform:uppercase;
      padding-bottom:25px;
  }
  
  .exposant_item .extrait {
    text-transform:uppercase !important;
    font-size:14px !important;
    padding-bottom:35px !important;
  }
  
  .exposant_item a {
    font-size: 12px;
}
  
  .arx_filtre_nomenclature {
     width: 0px;
    height: 0px;
  }
  .arx_exposant_filtre_container label {
    border:solid 1px #EC605A;
    -webkit-border-radius: 28px;
		-moz-border-radius: 28px;
		border-radius: 28px;
    font-size:13px !important;
    text-align:center!important;
    font-weight:600 !important;
    padding:15px 0px !important;
    margin:0 20px 20px 0px !important;
    text-transform:uppercase;
}

.arx_exposant_filtre_container label.active  {
    background-color: #333 !important;
    color: white !important;
}
  
/*
  .arx_exposant_filtre_container label:hover,    .arx_exposant_filtre_container label.active  {
    color:#fff !important;
    background-color:#EC605A;
    
  }
*/
.premiumcontainer{
	background: #FEF4EB !important;
}
.arx_exposant_recherche_container {
    padding-top: 30px;
    margin-bottom: 30px;
/*  padding-left:120px;*/
    border-bottom: solid 0px rgba(255,255,255,0.8);
    width: 800px;
	margin-top:25px;
	margin: auto !important
  
}  
  
  .arx_exposant_recherche_input input {
    width: 400px;
    font-weight: 500;
    padding: 21px 21px;
    border: none !important;
    background-color:#F3F3F3;
}
  .arx_exposant_recherche_input {
/*    background: #FFFFFF;*/
box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.05);
border-radius: 15px;
    
  }
  
  
  .arx_filtre_nomenclature:after {
    display:none !important;
}
  
  .arx_pagination {
    text-align:center;
    padding-top:40px;
    width:100%;
  }
    .arx_pagination ul{
    text-align:center;
      width:100%;
  
  }
    .arx_pagination li{
  display:inline-block;
      list-style:none;
      font-weight:900;
      font-family:"AzoSans";
  }
  .arx_pagination li a {
    color:#000;
    padding:2px 4px;
          display:inline-block;
    margin:0px 5px;
  }
    .arx_pagination li.active a {
/*    color:#000;*/
    padding:1px 4px;
      display:inline-block;
       font-family:"AzoSansbold";
      
/*      background-color:#EC605A;*/
  }



     #arx_recherche_exposant {
      background-color:transparent !important;
    }
  @media only screen and (max-width: 990px)  {

  .rect_bleu_exposants_filtres:before {
   display:none;
}
    
.arx_exposant_recherche_container {
    padding-top: 30px;
    margin-bottom: 0px;
  padding-bottom:0px;
    padding-left:0px;
  margin-left:auto;
  margin-right:auto;
    border-bottom: solid 0px rgba(255,255,255,0.8);
    width: 90%;
}
    
    #arx_recherche_exposant {
      background-color:transparent !important;
    }
    
    #exposant_ajax_content {
      display:block;
    }
    .exposant_item {
    width: 100% !important;
	padding: 13px 13px 13px 35px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
		border-bottom: 1px solid rgb(243, 243, 243) !important;
/*
    border-color: rgb(243, 243, 243) !important;
    border-style: solid !important;
*/
    margin-bottom: 0px !important;
}
	  
	  .premiumcontainer { 
		border-bottom: 1px solid rgba(243, 144, 56, 0.3) !important;
}
    
	  .exposant_item .photo{
		  display: none !important
	  }
  }


  .exposant_item_popin_content  {
/*    overflow-y:scroll !important;*/
    height:80vh;
  }
  .exposant_item_popin_scrolled_content  {
    overflow-y:auto !important;
    height:100%;
	  padding:0px 20px;
	  margin-top:20px;
  }
  .popin_exposant_banniere img {
    margin-top:20px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    overflow:hidden;
  }
.exposant_item_popin .photo {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 0px 0x rgb(0 0 0 /0%);
  
/*
  transform:translateY(-40px)  ;
  margin-left:40px;
  margin-right:20px;
*/
  max-width:250px !important;
  margin-bottom:0px;
}
  
  .exposant_item_popin .titre:before {
   display:none !important; 
  }
  
  .popin_exposant_ligne_1 {
    display:flex;
    max-height:220px;
	  justify-content:space-between;
  }
    
  .exposant_item_popin .titre strong {
    font-size:25px !important;
}
  
  .popin_exposant_titre {
    color:#000;
    font-size:25px;
    font-weight:900;
    width:50%;
    line-height:1.5em;
    padding-top:20px;
  }
  .popin_exposant_titre span {
    color:#000;
    font-size:18px;
    font-weight:500;
    
  }
  .popin_exposant_rdv {
    width:130px;
    text-align:right;
    padding-top:30px;
    
  }
  
  .popin_exposant_rdv img {
    floar:right;
  }
 .popin_exposant_rdv .arx_cta_fleche {
    background-color:transparent !important;
   
    padding: 0px;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    cursor: pointer;
    color: #000;
    text-transform: none;
   display:block; float:left;
}
  
  .popin_exposant_rdv  .arx_cta_fleche:after {
   display:none;
}
  
  .popin_exposant_nomenclature, .popin_exposant_adresse {
    font-size:14px;
    padding-bottom:0px;
    padding-left:40px;
  }
  
  .popin_exposant_nomenclature{
   font-weight:800;
  }
  
  .popin_exposant_content {
    padding-left:40px;
    font-size:14px;
     padding-bottom:30px;
    line-height:16px;
  }
  
  .popin_exposant_resaux {
    display:flex;
    justify-content:space-between;
  }
  
  .popin_exposant_resaux  .reseaux {
    padding-left:40px;
    width:50%;
  }
    .popin_exposant_resaux  .reseaux a{
   	margin-right:10px;   
      width:auto !important;
  }
  
  
  .exposant_item_popin .website a {
    color: #666;
    border: none !important;
    border-bottom: solid 1px #666 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    text-align: center;
    width: 100% !important;
    padding: 10px 0px 5px 0px;
    display: block;
    font-size:15px;
  
}
  .exposant_item_popin .website a:hover {
    background-color:transparent;
    border-bottom:0px!important;
    color: #666;
  }
  
  .exposant_item_popin .reseaux img {
    width: 28px;
}
  
  .exposant_item_popin_content .close {
   padding:0px 3px 3px 3px;
/*    background-color:#ec605a;*/
}
  
  .popin_exposant_adresse {
    font-size:15px;
    line-height:17px;
    text-transform:uppercase;
  }


@media only screen and (max-width: 990px)  {
	.flexexposantdisplay{
		    display: flex;
   	 justify-content: space-between;
	}
    .popin_exposant_ligne_1 {
      display:block;
      max-height:inherit !important;
      text-align:center;
      
    }
    
    .exposant_item_popin .photo {
  
/*    transform: translateY(-40px);*/
    margin-left: auto;
    margin-right: auto;
    max-width: 200px !important;
    margin-bottom: 0px;
}
    
    .popin_exposant_titre {
    color: #000;
    font-size: 25px;
    font-weight: 900;
    width: 100%;
    line-height: 1.5em;
    padding-top: 20px;
      text-align:center;
      margin-top:-30px;
}
    
    .popin_exposant_rdv {
      margin:0px auto;
    }
    .popin_exposant_nomenclature, .popin_exposant_adresse {
    font-size: 14px;
    padding-bottom: 0px;
      padding-top:10px;
    padding-left: 0px;
/*      text-align:center;*/
}
    
 .popin_exposant_resaux {
    display: block;

}  
    
    .popin_exposant_resaux .reseaux {
    padding-left: 0px;
    width: 100%;
      text-align:left;
		justify-content: center !important;
		display: block
}
  }


.arx_filtre_univers {
	cursor:pointer;
		-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
	
	
}
.arx_filtre_univers.active {
	border:1px #ec605a solid;
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
	padding:20px !important;
}
.arx_filtre_univers:hover {
transform: translateY(-20px);
}



.popin_exposant_produits, .popin_exposant_documents {
    padding-left:40px;
    padding-top:50px;
  }
  .popin_exposant_produits .titre_produits , .popin_exposant_documents .titre_produits {
   font-family: 'AzoSansbold' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 19px !important;
	color: #001A3E!important;
    padding-bottom:21px !important;
    
  }
.titre_content {
    color:#323232;
    font-size:25px;
    font-weight:600;
    padding-bottom:30px;
	    padding-left:40px;
	text-transform: uppercase;


}
  
  .produit_item {
    display: flex;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 26 62 / 15%);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
	  margin-bottom: 18px
  }
  
  .produit_item .col1 {
   min-width:180px;
  }
   .produit_item .col2 {
   min-width:65%;
	   padding-left: 47px;
  }
   
  .produit_titre {
    font-family: 'AzoSans' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 19px !important;

	color: #001A3E !important;

    padding-bottom:11px;
  }
    
.arxproduitlien{
	font-family: 'AzoSans' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 19px !important;
	text-align: left !important;
	color: #F39038 !important;
	display: block
}
	
	.produit_description {
   
	font-family: 'AzoSans' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 19px !important;

	color: #343434 !important;
    padding-bottom:9px;	
  }
  .produit_liens {
    display:flex;
    justify-content:space-between;
    width:100%;
  }
  .produit_liens img {
    width:19px;
    vertical-align:middle;
  }
   .document_item a {
    display:block;
    color:#666;
  }
  
  .document_item {
    display:flex;
    justify-content:flex-start;
    padding-bottom:30px;
  }
  .document_item > div:first-child {
    width:50px;
 }
    .document_item > div:nth-child(2) {
/*    padding-top:10px;*/
 }
  .document_item img {
    width:20px;
    vertical-align:middle;
	  margin: auto;
    display: block;

  }
  
/*
.produit_liens {
	padding-left:40px;
}
*/
.produit_liens img, .document_item div:nth-child(3) img {
	-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
}
.produit_liens a:hover img, .document_item:hover div:nth-child(3) img {
	transform:translateX(10px);
}

.produit_img {
	max-width:185px !important;
	
}
  
  @media only screen and (max-width: 990px)  {
      .popin_exposant_produits, .popin_exposant_documents {
        padding-left:0px;
      }
	  .exposant_item_popin_scrolled_content{
		  padding: 0px 5px
	  }
	  .produit_item .col2 {
		min-width: 80%;
		padding-left: 15px;
	}
	  
	  .produit_item .col1 {
		min-width: 50px;
	}
      .produit_item {
            box-shadow: 0px 4px 10px rgb(0 26 62 / 10%) !important;
      }
		    .produit_description {

  padding-left:0px;

  }
	.produit_liens {
		padding-left:0px;
	}
	  
	  
	  
	  
	  .titre_content,   .popin_exposant_content {
		  padding-left:0px;
		  padding-bottom: 0px ;
	  }
	  

  }

.exposant_item .stand {
    min-height: 40px;
}
.exposant_item .univers {
	text-transform: uppercase;
    font-size: 14px;
    min-height: 30px;
    padding-bottom: 10px;
}
	
.arx_exposant_filtre_container {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.exposant_item {
	cursor:pointer;-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
}

.exposant_item:hover {
	transform:translateY(-15px);	
}
	