/*Design custom suggest search*/
/*GESTIONNAIRE EXPOSANT PREMIUM*/
.container_exposants_premium{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.single_exposant {
    flex: 1 1 auto;
	margin: 10px;
}
/*DEBUT LOAD JS*/
.popup_filtre_mobile .titre{
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2.8pt;
	text-transform: uppercase;
	margin-bottom: 24px;
	text-align: center;
	color: #0D1E2E;
}
.container_load_js{
	display: none;
    position: absolute;
    top: -5px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffffb3;
    z-index: 10000000000000000;
    overflow: hidden;
}
.load_js {
    background-image: url(../img/lazy-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 90px;
    height: 90px;
    padding: 0px;
    margin: auto;
    display: block;
}
.btn_open_popup_filtre_mobile {
	text-align: center;
	color: #0d1e2e!important;
	padding: 8px;
    border-width: 1px!important;
    border-color: #006298;
	border-style: solid;
    border-radius: 35px;
    text-transform: uppercase!important;
    background-color: #FFFFFF;
	font-size: 13px;
    font-weight: bold;
    letter-spacing: 2pt;
}
.btn_close_popup_filtre_mobile {
    margin-bottom: 20px;
    color: #0D1E2E;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#popup_filtre_mobile {
    position: fixed;
    padding-top: 120px;
    z-index: 1000000000000;
    display: none;
    left: 0;
    top: 0;
    background-color: white;
    height: 100vh;
}
.single_result {
    border: solid 1px #006298;
    background-color: #006298;
    color: #ffffff;
    width: max-content;
    margin: auto;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px !important;
    letter-spacing: 1.1px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.single_result:hover {
    background-color: #ffffff;
    color: #006298;
}
/*FIN LOAD JS*/
/*//DEBUT THOM NEW CSS LIST ITEM GROUPE*/
.arx_exposant_groupe .item {
    padding: 0px 20px 30px 20px!important;
}
.arx_exposant_plus .open_infos {
	padding-left:10px;
	font-size: 12px;
	font-weight:900;
}
.arx_exposant_groupe .exposant_item {
	display: flex;
    direction: ltr;
	background-color: #E5EFF4;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    border-width: 1px;
    border-color: #006298;
	border-style: solid;
    height: 188px;
    margin: 0 0px!important;
}
.arx_exposant_groupe .container_img {
    width: 20% !important;
	background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.arx_exposant_groupe .container_content {
	position: relative;
	width: 80% !important;
	padding-right: 30px;
    padding-left: 30px;
}
.arx_exposant_groupe .exposant_container_cat {
    display: flex !important;
    justify-content: space-between;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 1.8 !important;
    padding-top: 25px;
    padding-bottom: 5px;
	align-items: center;
}
.arx_exposant_groupe .exposant_container_titre {
	line-height: 25px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    padding-bottom: 5px!important;
}
.arx_exposant_groupe .exposant_container_descriptif {
    letter-spacing: 1.4px;
    line-height: 20px;
    padding-bottom: 20px!important;
}
.arx_exposant_groupe .exposant_item_lien_site {
	text-decoration: underline;
    -webkit-text-decoration-color: #006298;
    text-decoration-color: #006298;
    font-size: 12px;
    letter-spacing: 3.6px;
}
/*DEBUT EXPOSANT PREMIUM*/
.arx_exposant_premium_groupe .item {
    padding: 0px 20px 30px 20px!important;
}
.arx_exposant_plus .open_infos {
	padding-left:10px;
	font-size: 12px;
	font-weight:900;
}
.arx_exposant_premium_groupe .exposant_item {
	display: flex;
    direction: ltr;
	background-color: #AF9A551A;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    border-width: 1px;
    border-color: #AF9A55;
	border-style: solid;
    height: 188px;
    margin: 0 0px!important;
}
.arx_exposant_premium_groupe .container_img {
    width: 20% !important;
	background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.arx_exposant_premium_groupe .container_content {
	position: relative;
	width: 80% !important;
	padding-right: 30px;
    padding-left: 30px;
}
.arx_exposant_premium_groupe .exposant_container_cat {
    display: flex !important;
    justify-content: space-between;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 1.8 !important;
    padding-top: 25px;
    padding-bottom: 5px;
	align-items: center;
}
.arx_exposant_premium_groupe .exposant_container_titre {
	line-height: 25px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    padding-bottom: 5px!important;
}
.arx_exposant_premium_groupe .exposant_container_descriptif {
    letter-spacing: 1.4px;
    line-height: 20px;
    padding-bottom: 20px!important;
}
.arx_exposant_premium_groupe .exposant_item_lien_site {
	text-decoration: underline;
    -webkit-text-decoration-color: #AF9A55;
    text-decoration-color: #AF9A55;
    font-size: 12px;
    letter-spacing: 3.6px;
}
/*//FIN THOM NEW CSS LIST ITEM GROUPE*/

.disable_btn{pointer-events:none}
.arx_exposant_filtre_container {
	text-align: center;
}

.arx_exposant_filtre_container label {
	font-weight:bold;
	display:inline-block;
	cursor:pointer;
	font-size:14px;
	text-transform: uppercase;
	border-radius: 50px !important;
	border:solid 1px #FFDD3C ;
	padding:10px 20px;
	text-align: center;
	letter-spacing:1.4px;
	margin:0px 10px 20px 10px;
}
.arx_exposant_filtre_container label.actif {
	background-color: #FFDD3C;
}
.arx_exposant_filtre_container label input{
	display:none;
}

.arx_exposant_nomenclature_container {
	margin-bottom:60px;
}

.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;
	border-bottom:solid 1px #4A4A4A;
}

.arx_exposant_nomenclature_container .exposant_item {
	display:inline-block;
	width:33%;
	padding:10px 0px;
	text-transform: uppercase;
	cursor:pointer;
}

.exposant_item.result {
	padding:10px 0px;
	text-transform: uppercase;
	cursor:pointer;
	color:#4C4457;
}
.arx_exposant_nomenclature_container .exposant_item:hover {
	font-weight:bold;
}


.exposant_item_popin {
	overflow: hidden !important;
	display:none;
	position: fixed; /* Stay in place */
	z-index: 1110000000000; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(255,255,255); /* Fallback color */
	background-color: rgba(255,255,255,0.4); /* Black w/ opacity */
}



/* Modal Content/Box */
.exposant_item_popin_content {
	border-radius: 15px;
	background-color: #ffffff;
	margin: 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;
	
}

.exposant_item_popin_content  .close {
	font-size:37px;
	position:absolute;
	cursor:pointer;
	height: 37px;
    width: 37px;
    top: -18px;
    right: -18px;
}

.exposant_item_popin_content  .close:after {
	content:url(../img/croix3.svg);
}

.exposant_item_popin_content .container_stand {
	justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
	
.exposant_item_popin_content .titre {
    text-transform: uppercase;
	font: normal normal 900 20px/20px Transat;
	letter-spacing: 2px;
	color: #0D1E2E;
    border: none;
/*    margin-bottom: 10px !important;*/
    padding-bottom: 0px !important;
}

.exposant_item_popin_content .logo {
	margin-bottom: 10px;
	margin-top: -20px;
	width: 80px;
    height: 80px;
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
}

.exposant_item_popin_content .header {
	margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
	align-items: stretch;
}
/*
.exposant_item_popin_content .header>div {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}
*/

.exposant_item_popin_content .lien a {
	text-decoration: underline;
	font: normal normal normal 12px/28px Transat;
	letter-spacing: 3.6px;
	color: #006298;
	text-transform: uppercase;
}

.footer {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-end;
}
.rs .img {
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
    margin-left: 5px;
}
.rs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.exposant_item_popin_content .img_facebook {
    background-image: url(../img/Facebook.svg);
}
.exposant_item_popin_content .img_twitter {
    background-image: url(../img/Twitter.svg);
}
.exposant_item_popin_content .img_linked_in {
    background-image: url(../img/Linkedin.svg);
}


.exposant_item_popin_content .content {
	padding-bottom: 15px;
    padding-top: 15px;
    font: normal normal normal 14px/14px Alegreya;
    letter-spacing: 1.4px;
    color: #0D1E2E;
}
.exposant_item_popin_content .cursor_map {
	padding-right: 25px;
    background-image: url(../img/cursor_map.png);
    background-position: left;
    background-size: contain;
    width: 16px;
    height: 23px;
    background-repeat: no-repeat;
}
.exposant_item_popin_content .destinations {
	margin-top: 25px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.exposant_item_popin_content .destinations p {
    color: #0D1E2E;
    font: normal normal bold 12px/14px Transat;
    letter-spacing: 1.2px;
    text-transform: uppercase;

}


.exposant_item_popin_content .nomenclature span {
	font-size:35px;
	padding-right:30px;
}



#arx_recherche_exposant {
	width:460px;
	border-radius: 50px !important;
	border:solid 1px #FFDD3C ;
	padding:10px 60px 10px 20px;
	background-image: url(../img/loupe-rechercher-exposant.png);
	background-position: top 10px right 20px;
	background-repeat: no-repeat;
	background-size:20px 20px;
	font-style:italic;
}
.liste_exposant_separateur {
	border-bottom:dashed 2px #FFDD3C;
	padding-top:30px;
	margin-bottom:30px;
}

.open_infos, .open_rdv {
	cursor:pointer;
}

.exposant_list_item {
	display:inline-block !important;
	width:24.6% !important;
	vertical-align:top !important;
}

.exposant_list_item .titre {
	margin-top:-20px;
}

.arx_exposant_groupe .stand ,.exposant_list_item .stand, .exposant_item_popin_content .stand {
	font-size: 10px !important;
    line-height: 15px !important;
	font: normal normal bold 10px/64px Transat;
	letter-spacing: 1px;
    font-weight: bold;
    display: inline-block;
    /* padding: 2px 5px !important; */
    border-radius: 30px !important;
    /* border: solid 1px #4C4457; */
    /* width: 80px; */
    text-align: right;
    /* margin-right: 10px;*/

}
.arx_exposant_groupe .stand span, .exposant_list_item .stand span, .exposant_item_popin_content .stand span {
	color:#006298;
	font-size: 15px !important;
	letter-spacing: 1.5px;
	font-weight: 900;

}
.arx_exposant_premium_groupe .stand span {
	color:#AF9A55;
	font-size: 15px !important;
	letter-spacing: 1.5px;
	font-weight: 900;

}
.arx_exposant_groupe .categorie span, .exposant_list_item .categorie, .exposant_item_popin_content .categorie {
	color: #0D1E2E;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: normal normal bold 10px/25px Transat;
}
.exposant_item_popin_content .container_logo {
	border-bottom-width: 1px;
    border-bottom-style:dashed;
    border-bottom-color: rgb(0, 98, 152);
}
.exposant_item_popin_content .separateur {
    content: "";
/*	margin-top:10px;	*/
	width: 100%;
	height: 1px;
	background-color: #4C4457;
    margin-bottom: 10px !important;
}

.exposant_list_item .logo  {
	max-width: 100px;
}

.exposant_list_item .logo_container  {
	width: 100px;
	height:100px;
	background-color: #F0F0F0;
}

.arx_exposant_groupe {
	overflow:hidden;
	-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_exposant_premium_groupe {
	overflow:hidden;
	-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;
}

@media only screen and (max-width: 991px)  { 
.arx_exposant_nomenclature_container .exposant_item {
	display:block;
	width:100%;
}
.exposant_item_popin_content {
  padding: 20px;
  width: 85%; /* Could be more or less, depending on screen size */
	
}

.exposant_item_popin_content  .close {
	font-size:30px;
	position:absolute;
/*	right:10px;*/
/*	top:10px;*/
	cursor:pointer;
}
.exposant_item_popin_content .titre {
/*	font-size:35px;*/
}

.exposant_item_popin_content .lien a {
/*	font-size:25px;*/
}

.exposant_item_popin_content .content {
	padding-bottom:15px;	
	padding-top:15px;
}


.exposant_item_popin_content .nomenclature span {
	font-size:25px;
	padding-right:10px;
}
	
}

@media only screen and (max-width: 426px)  { 
	.arx_exposant_groupe .container_img {
		width: 60px !important;
		height: 60px !important;
		border-bottom-right-radius: 20px !important;
	}	
	.arx_exposant_groupe .categorie, .arx_exposant_groupe .stand {
	    font-size: 8px !important;
		line-height: 8px !important;
	}
	.arx_exposant_groupe .exposant_container_titre {
		margin-bottom: 24px;
    	line-height: 13px;
    	font-size: 13px;
	}
	.arx_exposant_groupe .exposant_container_cat {
	    padding-top: 17px;
	}
	.arx_exposant_groupe .exposant_item_lien_site {
		font-size: 10px !important;
	}
	.arx_exposant_groupe .container_content {
		padding-right: 16px;
		padding-left: 16px;
	}
	.arx_exposant_groupe .exposant_container_descriptif, .exposant_container_exposant_item_lien_site {
        margin-left: -60px;
	}
	/*EXPOSANT PREMIUM*/
	.arx_exposant_premium_groupe .container_img {
		width: 60px !important;
		height: 60px !important;
		border-bottom-right-radius: 20px !important;
	}	
	.arx_exposant_premium_groupe .categorie, .arx_exposant_premium_groupe .stand {
	    font-size: 8px !important;
		line-height: 8px !important;
	}
	.arx_exposant_premium_groupe .exposant_container_titre {
		margin-bottom: 24px;
    	line-height: 13px;
    	font-size: 13px;
	}
	.arx_exposant_premium_groupe .exposant_container_cat {
	    padding-top: 17px;
	}
	.arx_exposant_premium_groupe .exposant_item_lien_site {
		font-size: 10px !important;
	}
	.arx_exposant_premium_groupe .container_content {
		padding-right: 16px;
		padding-left: 16px;
	}
	.arx_exposant_premium_groupe .exposant_container_descriptif, .exposant_container_exposant_item_lien_site {
        margin-left: -60px;
	}
	.arx_exposant_plus .open_infos {
	    font-size: 12px !important;
	}
}



.container_stickers {
	float:right;
	width:50%;
	text-align: right;
}


/* 2023-06-20 AJOUT PRODUITS NOUVEAUTES DOCUMENTS */
.exposant_item_popin {
z-index:1000 !important;	

}
.exposant_item_popin_content {
	padding:20px !important;
	margin-top:50px;
}
.exposant_item_popin_content_inner {
	overflow-y: auto !important;
	overflow-x:hidden !important;
	height:100% !important;
	padding-right:10px;

}

.popin_exposant_produits, .popin_exposant_documents {
    margin-left:0px;
    margin-top:50px;
	padding-top:25px;
	border-top : solid 1px #4C4457 ;
  }
  .popin_exposant_produits .titre_produits , .popin_exposant_documents .titre_produits {
font-family: Transat;
font-size: 20px;
font-weight: 800;
line-height: 30px;
letter-spacing: 0.05em;
text-align: left;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 19px !important;
	color: #4C4457!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:flex-start;
	  margin-bottom: 55px
  }
  
  .produit_item .col1 {
   min-width:180px;
  }
   .produit_item .col2 {
   min-width:65%;
	   padding-left: 47px;
  }

.produit_item .produit_metas {
	display:flex;
	padding-top:15px;
}

.produit_item .produit_metas .video {
	width:50%;
}
.produit_item .produit_metas .video a {
	font-family: Transat;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: left;
	color:#4C4457;
	text-decoration: underline;
}
.produit_item .produit_metas .liens {
	width:50%;
	text-align: right;
}
 .produit_item .produit_metas .liens a {
	font-family: Transat;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: left;
	color:#4C4457;
	text-decoration: underline;
}

.produit_item .produit_metas .liens a.docs {
	color:#006296;
} 
.produit_item .produit_metas .liens a.site {
	color:#006296;
} 

 
   
  .produit_titre {
font-family: Transat;
font-size: 18px;
font-weight: 600;
line-height: 27px;
letter-spacing: 0.05em;
text-align: left;

	color: #4C4457!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: Transat;
font-size: 14px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0.05em;
text-align: left;

	color: #4C4457 !important;
    padding-bottom:30px;	
  }
  .produit_liens {
    display:flex;
    justify-content:space-between;
    width:100%;
  }
  .produit_liens img {
    width:19px;
    vertical-align:middle;
  }
   .document_item a {
    display:block;
font-family: Transat;
font-size: 18px;
font-weight: 500;
line-height: 27px;
letter-spacing: 0.05em;
text-align: left;
	   color:#4C4457;
	   text-decoration: underline;

  }
  
  .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:30px;
    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;
	
}

.produit_img_mini {
display:flex;
	
}
.produit_img_mini a{
	display:none;
}
.produit_img_mini a:nth-child(1),.produit_img_mini a:nth-child(2),.produit_img_mini a:nth-child(3) {
	display:block;
	overflow: hidden;
	width:58px;
	height:58px;
	margin-right:2px;
}

.produit_img_mini a img{
	max-width:inherit;
	max-height:58px;
	min-height:58px;
	width:auto;
}
.produit_img_mini a:nth-child(3) {
	background-color: rgba(0,0,0,1);
	position:relative;
	
}
.produit_img_mini a:nth-child(3):before {
	content:"";
	display:block;
	width:1px;
	height:15px;
	position:absolute;
	top:calc(50% - 7px);
	left:50%;
	background-color: #fff;
}
.produit_img_mini a:nth-child(3):after {
	content:"";
	display:block;
	width:15px;
	height:1px;
	position:absolute;
	top:50%;
	left:calc(50% - 7px);
	background-color: #fff;
}
.produit_img_mini a:nth-child(3) img{
	opacity:0.3;
}

  
  @media only screen and (max-width: 990px)  {
      .popin_exposant_produits, .popin_exposant_documents {
        margin-left:0px;
      }
	  .exposant_item_popin_scrolled_content{
		  padding: 0px 5px
	  }
	  .produit_item .col2 {
		min-width: 80%;
		padding-left: 0px;
		  padding-top:20px;
	}
	  
	  .produit_item .col1 {
		min-width: 50px;
	}
      .produit_item {
            box-shadow: none !important;
		  display:block;
      }
		    .produit_description {
padding-bottom:30px;
  padding-left:0px;

  }
	.produit_liens {
		padding-left:0px;
	}
	  
	  .produit_item .produit_metas {
    display: block;
    padding-top: 15px;
}
	  
	  
	  .produit_item .produit_metas div {
    width:100% !important;
}
	  .produit_item .produit_metas div.liens {
    text-align: left;
}
	  
.arx_exposant_premium_groupe .exposant_item {	  
	min-height:250px;
	  }
	  
	.container_stickers {
    float: right;
    width: 100%;
    text-align: center;
}  
	  .container_stickers img {
		  max-width:20%;
	  }
}
/* FIN 2023-06-20 AJOUT PRODUITS NOUVEAUTES DOCUMENTS */