/* CSS Document 
Bleu #005EA8
Vert foncé #00965E
Vert clair #A7D8A9
Orange #EA5901
Dégradé bleu #085EA8 vers #15965E vert
violet #7E1673
bordeaux #A30037
*/
@font-face {
	font-family: 'Montserrat';
	src: url('/fonts/montserrat-regular.woff2') format('woff2'),
		url('/fonts/montserrat-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-bold';
	src: url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
		url('/fonts/montserrat-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
#tarteaucitronRoot {z-index:999;}
.ui-front, .moreinfo {z-index:888;}
.pardessus {z-index:777;}
#divbadge {z-index: 99;}
header, .navbar-brand {z-index: 96;}
.formrecherche {z-index:93;}
.resultatrecherche {z-index:90;}

*,
*::before,
*::after {
	position: relative;
	z-index: 1;
}
html, body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	font-size: 18px;
	font-family: Montserrat, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	line-height: 1;
}
h1.txtmin, h2.txtmin, h3.txtmin, h4.txtmin, h5.txtmin {text-transform: none;}
h1 {
	font-size:40px;
	color:#00965E;
	text-align: center;
	padding: 60px 0 60px 0;
	margin: 0;
}
h2 {
	font-size: 36px;
	color: #005EA8;
	padding-bottom: 7px;
	margin-bottom:20px;
	/*line-height: 50px;*/
	text-align: center;
	text-transform: none;
	padding-top:140px;
	background:url("/pics/fd_h2.png") center top no-repeat;
}
h3 {font-size: 28px;color:#00965E;}
h4 {font-size: 22px;text-transform: none;}
h5 {font-size: 18px;text-transform: none;}
p {margin:10px 0;}
a {color:#00965E;}
a:hover {color:#005EA8;}
.txtblanc a:hover {color:#FFFFFF;}
form, hr {clear:both;}
hr {
	background-color:#FFFFFF;
	margin: 20px 0;
	clear: both;
}
hr.vert {background-color: #00965E;}
hr.bleu {background-color: #005EA8;}
section.premiere {padding-top:150px;}
.conference section.premiere {padding-top:180px;}
label {
	width: 100%;
	clear: both;
	margin:10px 0 0 0;
}
strong {
	font-weight: normal;
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
label[for=AccesVisit] {width:auto; clear: none;height:27px;}
fieldset {
	border:1px solid #005EA8;
	border-radius:10px;
	padding:1em;
	margin-bottom: 2rem;
	border-top-width: 44px;
	border-top-right-radius: 0;
}
legend {
	width:auto;
	height:44px;
	padding:9px 0 0 0;
	margin-bottom:0;
	background-color:#005EA8;
	text-transform: uppercase;
	font-size: 19px;
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	border: 0;
	line-height: 1;
	color:#FFFFFF;
}
input, textarea, select {
	width:100%;
	clear: both;
	margin:0;
}
textarea {min-height:190px;}
textarea.noheight {min-height: 0;}
input[type=submit], input[type=checkbox], input[type=radio] {
	float:none;
	clear: left;
	width: auto;
}
input.nowidth {width:auto !important;}
input[type=image] {
	float: none;
	clear: both;
	display: block;
	margin: 20px auto;
	width: auto;
}
.ui-widget {font-family: Montserrat, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
.progress {margin-top:3px;}
form .info, .info {
	font-style: italic;
	font-size: 0.8rem;
}
.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	direction: ltr;
	cursor: pointer;
	height:38px;
}
/* Fixes for IE < 8 */
@media screen\9 {
	.fileinput-button input {
		filter: alpha(opacity=0);
		font-size: 100%;
		height: 100%;
	}
}
/* -------------------------------- HEADER ----------------------------------------- */
.divnav {
	background-color:#FFFFFF;
	background-image:url("/pics/fd_nav_g.jpg"), url("/pics/fd_nav_d.jpg");
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain;
	padding: 10px 0;
	height:134px;
}
.navbar {padding:10px 20px;}
#mainmnu .lh1 {
	text-transform: uppercase;
	padding: 0;
	line-height: 1;
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: transparent;
}
.navbar-light .navbar-toggler:focus {
	border-width: thin;
	border-style: dotted;
	outline: thin dotted;
	outline: 1px dotted -webkit-focus-ring-color;
}
.nav-item.mnuadmin, .nav-item.mnuadmin .nav-link {
	position:absolute;
	top:0;
	left:0;
	font-size: 12px;
	background-image:none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	height:20px;
	text-transform: lowercase;
	z-index: 500;
}
.navbar-brand {padding:0;margin: 0;}
.navbar-brand img {
	max-height:135px;
	width: auto;
}
.navbar-brand.minus img {margin:3px 0;max-height: 84px;}
.dropdown-menu {margin:0;text-transform: none;}
#mnu1 {
	font-size:14px;
	z-index: 2;
	/*padding-top:50px;*/
}
#mnu1 a {margin:4px;}
#mnu1 .nav-link {
	padding:6px 10px 4px 10px;
	border:1px dashed #005EA8;
	border-radius:7px;
	text-align: center;
	color:#005EA8;
	margin-right:5px;
	margin-left:5px;
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color:#FFFFFF;
}
#mnu1 .nav-link:hover, #mnu1 .nav-link.active {
	color:#FFFFFF;
	background-color:#005EA8;
}
#mnu1 .reseaux img {width:20px; height:20px;}

/* -------------------------------- menu visiteur / panier ----------------------------------------- */
#mnuevisiteur {
	padding-right: 26px !important;
	background:#FFFFFF url("/pics/visiteur/evcx.png") right 6px center no-repeat;
}
#mnuevisiteur.off:hover {background-image:url("/pics/visiteur/evcx_hover.png");}
#mnuevisiteur.on {background-image:url("/pics/visiteur/fd_visit_on_bleu.png");}
#mnuevisiteur.on:hover, #mnuevisiteur.on.active {background-image:url("/pics/visiteur/fd_visit_on_blanc.png");}
#mnu1 .dropdown-menu, #paniermob .dropdown-menu {
	padding-top:14px;
	background:url("/pics/fd_mnuevisiteur_before.png") 30px 0 no-repeat;
	border:0;
}
#paniermob {
	position:absolute;
	bottom:6px;
	right:22px;
	z-index: 2;
}
#paniermob .dropdown-menu {
	right:0;
	left:auto !important;
	transform: translate3d(4px,22px,0)!important;
	background:url("/pics/fd_mnuevisiteur_before.png") right 0 no-repeat;
}
#mnu1 .dropdown-menu .fdgrisclair, #paniermob .dropdown-menu .fdgrisclair {
	border-radius:24px;
}
#paniermob .dropdown-menu .fdgrisclair {
	border-top-right-radius:0;
}
#mnu1 .dropdown-menu span.intro, #paniermob .dropdown-menu span.intro {
	display: block;
	padding: 20px;
	line-height: 20px;
}
#mnu1 .dropdown-menu a, #paniermob .dropdown-menu a {
	margin: 0;
	padding: 10px 20px;
	background-color:#FFFFFF;
}
#mnu1 .dropdown-menu a:hover, #paniermob .dropdown-menu a:hover {
	background-color:rgba(143,203,75,0.2);
}

#mnu1 .dropdown-menu .dcx, #paniermob .dropdown-menu .dcx {
	background-color:#F4F4F4;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	color:#005EA8;
}
.nbFav {color:#00965E;}
#nbFavTotal {
	background-color:#00965E;
	position:absolute;
	top:-2px;
	right:-20px;
	color:#FFFFFF;
	border-radius:40px;
	width:20px;
	height:20px;
	text-align: center;
	padding-top:3px;
	font-size: 10px;
}
#mnu2 .nav-link {
	font-size: 15px;
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: 20px 5px 10px 5px;
	color:#000000;
}
#mnu2 .nav-link.active {color:#00965E;}
#mnu2.mnu-cache {display:none;}
#mnu2 .dropdown {
	text-align: center;
}
#mnu2 .dropdown:hover {
}
#mnu2 .dropdown-menu {
	min-width: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	padding:50px 0 0 0;
	width:100%;
	border-radius: 20px;
	top:0;
	background-color:transparent;
	font-size: 14px;
}
#mnu2 .mnunodd {padding-bottom:10px;margin-bottom: -10px;}
#mnu2 .mnunodd:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	border-radius: 20px;
	background-color:#FFFFFF;
}
#mnu2 .mnunodd .nav-link {padding-bottom:20px;margin-bottom:-10px}
#mnu2 .mnulive .nav-link {padding-top:10px;}
#mnu2 .dropdown-item {
	background-color:#FFFFFF !important;
	padding:0 10px 10px 10px;
	color: #575656;
	white-space: normal;
}
#mnu2 .dropdown-item::before {
	display: block;
	content: "";
	width: 100%;
	height: 10px;
	margin: 0 auto;
	border-top:1px solid #DBD3D3;
}
#mnu2 .dropdown-item:hover {
	color:#005EA8;
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#mnu2 .dropdown-item.active {
	color:#00965E;
}
#mnu2 .dropdown-item:last-child {
	border-bottom-left-radius:20px;
	border-bottom-right-radius: 20px;
	padding-bottom: 10px;
}

.langue {width:66px !important;}
.langue a, .langue span {
	color: #005EA8;
	padding: 0px 5px;
	float:left;
	margin: 7px 0 !important;
}
.navfr {border-right:1px solid #005EA8;}
a.navfr:hover, a.naven:hover, a.navfr:focus, a.naven:focus {
	background-color: #005EA8;
	color:#FFFFFF;
	text-decoration: none;
}
/* --------------------------------------- carousel -------------------------------- */
.carousel-control-next, .carousel-control-prev {  
	position: absolute;
	width: 30px;
	height: 30px;
    top:auto;
    bottom: auto;
    z-index: 1;
	padding: 5px;
    color: #fff;
	background-color: #005EA8;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-prev {
    left: auto;
	right: 30px;
	bottom: 0px;
}

.carousel-control-next {
   right: 0px;
	bottom:0px; 
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	z-index: 15;
}
.carousel-indicators li {
	background-color: #212529;
    width: 13px;
    height: 13px;
    border-radius: 13px !important;
    cursor: pointer;
	border-bottom: none;
	border-top: none;
	margin-right: 7px;
	margin-left: 7px;
}
.carousel-indicators li.active {background-color: #005EA8;}

/*  ---------------------------------------- Footer -------------------------------------------*/
footer, .footer {background-color: #E8E8E8; color:#005EA8;border-top:2px solid #005EA8;}
footer a, .footer a {color:#005EA8 !important;}
footer .fdorange a, .footer .fdorange a {color:#FFFFFF !important;}
footer p, .footer p {margin: 0;padding:14px 0;}
.logosreseaux img {margin:10px 20px;}
footer .logosreseaux img:first-child {margin-left:0;}

/*  ---------------------------------------- SALON -------------------------------------------*/
#salon1 {
	background-image: url("/pics/salon/fd_salon_haut.jpg"), url("/pics/fonds/fd_salon2.jpg");
	background-position:center top 150px, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain;
}
.salon .schema {
	min-height: 600px;
	padding: 230px 30%;
	background-image:url("/pics/salon/fd_schema_haut.jpg"), url("/pics/salon/fd_schema_bas.jpg"), url("/pics/salon/fd_schema.jpg");
	background-position: center top, center bottom, center center;
	background-size: 100% auto, 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat, repeat-y;
}
.salon .schema.en {
	background-image:url("/pics/salon/fd_schema_en_haut.jpg"), url("/pics/salon/fd_schema_en_bas.jpg"), url("/pics/salon/fd_schema.jpg");
}
.salon .carte {
	background :url("/pics/salon/carte.svg") center top no-repeat;
	background-size: contain;
	min-height: 370px;
}
#salon3 {
	background-image:url("/pics/fonds/fd_salon3_bd.png"),  url("/pics/fonds/fd_salon3.jpg");
	background-position: right bottom, left top;
	background-repeat: no-repeat, no-repeat;
	background-size: 50% auto, contain;
}
@media (min-width: 768px) {
.salon .carouselinactif .carousel-item {
	display: flex;
	float: inherit;
	width: inherit;
	margin-right: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: none;
}
}
.salon .div1theme, .thema .div1theme {
	height:100%;
	border:1px solid #00965E;
	border-radius: 40px;
	background-color:#FFFFFF;
}
.salon .div1theme .divtit, .thema .div1theme .divtit {
	z-index: 1;
	padding:20px 20px;
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	line-height: 20px;
}
.salon .div1theme .divtxt, .thema .div1theme .divtxt {
	padding:20px 20px 44px 20px;
}
.salon .div1btn, .thema .div1btn {
	position:absolute;
	bottom:-24px;
	left:50%;
	transform: translateX(-50%);
	width:300px;
}

.salon .div1why {
	border:6px solid #00965E;
	border-radius:180px 180px 180px 0;
	padding-bottom: 40px;
}
.salon .div1why .btn-primary {
	background-color:#DBEDDC;
}
.salon .div1why.vert .btn-primary {
	border-color:#00965E;
	color:#00965E;
}
.salon .div1why.bleu {
	border-color: #005EA8;
}
.salon .div1why h2 {
	padding-top:0;
	background-image:none;
}
.salon .div1why.vert h2 {
	color:#00965E;
}
.salon video {
	max-width: 100%;
	height:auto;
}
/* _______________________________ POURQUOI-S _______________________________ */
#exposer1 {
	background-image: url("/pics/why/fd_exposer_haut.jpg"), url("/pics/fonds/fd_exposer1.jpg");
	background-position:center top 150px, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain;
}
#exposer2 {
	background:url("/pics/fonds/fd_exposer2.jpg") center top no-repeat;
	background-size: contain;
}
#exposer3 {
	background:url("/pics/why/fd_exposer3.jpg") center top no-repeat;
	background-size: cover;
}
.why-exposer .div1raison {
	padding:110px 0 0 50px;
	background:url("/pics/why/fd_raison_1.svg") top left no-repeat;
}
.div1raison.nb2 {background-image:url("/pics/why/fd_raison_2.svg");}
.div1raison.nb3 {background-image:url("/pics/why/fd_raison_3.svg");}
.div1raison.nb4 {background-image:url("/pics/why/fd_raison_4.svg");}
.div1raison.nb5 {background-image:url("/pics/why/fd_raison_5.svg");}
.div1raison.nb6 {background-image:url("/pics/why/fd_raison_6.svg");}
#visiter1 {
	background-image: url("/pics/why/fd_visiter_haut.jpg"), url("/pics/fonds/fd_visiter1.jpg");
	background-position:center top 150px, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain;
}
#visiter2 {
	background:url("/pics/why/fd_visiter2.jpg") center center no-repeat;
	background-size: cover;
}
#visiter3 {
	background-image: url("/pics/why/fd_visiter3_hg.jpg"), url("/pics/why/fd_visiter3_bd.jpg");
	background-position:left top 20px, right bottom;
	background-repeat: no-repeat, no-repeat;
}
.why-visiter .div1raison {
	background-image:radial-gradient(#FFFFFF, #D6F1D7);
	background-position: center center;
	border-radius: 120px 120px 120px 0;
	padding: 20px 40px;
	margin: 20px 0;
	min-height:186px;
}
.why-visiter .div1raison p {
	margin-bottom:0;
}
.why-visiter .chiffre {
	font-size:80px;
	line-height: 60px;
}
/* _______________________________ BASE DOCUMENTAIRE _______________________________ */
.photo h2, .mag h2 {
	text-align:center;
	background-image: url("/pics/titre_ligne_bleu.png");
	background-position: left center;
	background-repeat: repeat-x;
}
.photo .fdgrisclair h2 span, .mag .fdgrisclair h2 span {
	background-color: #F4F4F4;
	padding-left: 10px;
	padding-right: 10px;
	background-image:none;
}
.photo h2 em {font-size:1rem; text-transform: none;font-weight: normal;}
.doc h2, .cp h2, .rp h2 {
	background-image: url("/pics/titre_ligne_bleu.png");
	background-position: left center;
	background-repeat: repeat-x;
	z-index: 10;
	padding-bottom: 0;
	margin-bottom: .5rem;
	line-height: 1.2;
	padding-top:0;
	text-align: left;
}

.doc .fdgrisclair h2 span, .cp .fdgrisclair h2 span, .rp .fdgrisclair h2 span {
	background-color: #F4F4F4;
	padding-right: 10px;
	background-image:none;
	padding-bottom: 0;
}
.doc .readmore, .evisi .readmore {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #00965E url("/pics/plus.png") center center no-repeat;
	position: absolute;
	border:5px solid #F4F4F4;
	z-index: 50;
	cursor: pointer;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.evisi .readmore {
	position:relative;
	top:auto;
	right:auto;
	float: right;
	margin-top:-20px;
}
.doc .readmore.select, .evisi .readmore.select {
	background: #575656 url("/pics/moins.png") center center no-repeat;
}
.doc .readmore:hover, .evisi .readmore:hover {
	background-color: #005EA8;
}
.btn-retour {
	display: block;
	position: absolute;
	left: 10px;
	top:3rem;
	color:#575656;
}
.btn-retour span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #00965E url("/pics/flecheg_blanche.png") center center no-repeat;
	vertical-align: middle;
	border-radius: 15px;
	margin-right: 5px;
}
.btn-retour:hover span {
	background-color:#005EA8;
}

.backtotop {background: url("/pics/flecheh.png") center 0 no-repeat;}

/*  ---------------------------------------- Partenaires -------------------------------------------*/
.owl-carousel {
	line-height: 1;
	margin-bottom: 40px;
	height: 60px;
	padding: 0;
}
.owl-stage-outer {
	height:100px;
	padding: 0 14px;
	background-color:transparent;
}
.owl-stage {height:60px;}
.owl-carousel .owl-item img {
	width:auto;
	height:auto;
	max-width: 100%;
	max-height: 100%;
}
.owl-nav {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	margin-top: 0;
	height:0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	position:absolute;
	top:0;
	width:12px;
	height: 20px;
}
.owl-carousel .owl-nav button.owl-prev {
	left:0;
	background: url(/pics/flecheg_noir.png) center center no-repeat;
}
.owl-carousel .owl-nav button.owl-next {
	right:0;
	background: url(/pics/fleched_noir.png) center center no-repeat;
}
.owl-carousel .owl-nav.disabled {/*display: block;*/}
.owl-carousel .item {
	margin-right: 10px;
	margin-left: 10px;
	height:100%;
	display: flex; /* contexte sur le parent */
}
.owl-carousel .owl-item {height:100%;}

.div1part .div1img {
	display: block;
	height:130px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}
.div1part .div1desc {
}
/*  ---------------------------------------- contact -------------------------------------------*/
::placeholder {
	color: #000000;
	opacity: 1;
}
#contact1 {
	background-image: url("/pics/pratique/fd_contact.jpg");
	background-position:center top 150px;
	background-repeat: no-repeat;
	background-size: contain;
}
.contact h1 {margin-top:20vh;}
#formcontact input[type=text], #formcontact textarea,
#inscription input[type=text], #inscription textarea {
	background-color: rgba(255, 255, 255, 0.5);
	border:1px solid #ffffff;
	margin:10px 0 ;
	width:100%;
	padding: 6px;
	border-radius:10px;
}
#formcontact label {display:none;}
#formcontact input:focus, #formcontact textarea:focus,
#inscription input:focus, #inscription textarea:focus {background-color: rgba(255, 255, 255, 0.9);}
.contact h2 {margin-top:0;margin-bottom: 0;}
#inscription .ui-dialog {
	width:80vw;
	height:80vh;
	position: absolute;
	left: 10vw;
	top:10vh;
}
/* _______________________________ EXPOSANTS & PRODUITS _______________________________ */
#form_recherche_exposant {font-size:16px;}
#form_recherche_exposant #kw, #form_recherche_exposant #recherchekw,
#form_recherche_conference #kw_conference, #form_recherche_conference #recherchekw_conference,
#form_recherche_actu #kw_actu, #form_recherche_actu #recherchekw_actu {
	margin:0;
	padding: 5px 10px;
	float: left;
	border: 0;
	height:37px;
	outline: none;
	background-color: #FFFFFF;
}
#form_recherche_exposant #kw,
#form_recherche_conference #kw_conference,
#form_recherche_actu #kw_actu {
	width: 90%;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}
#form_recherche_exposant #recherchekw,
#form_recherche_conference #recherchekw_conference,
#form_recherche_actu #recherchekw_actu {
	width: 10%;
	cursor: pointer;
	clear: none;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	background: #FFFFFF url("/pics/expoprod/loupe.png") right 10px center no-repeat;
}
.divbtncritere {padding-top: 10px;}
#plusdecriteres {font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
#plusdecriteres:focus {outline-color: #000000;outline-style: dotted;outline-width: thin;}
#plusdecriteres::after {
	content:" ";
	display:block;
	width:26px;
	height: 26px;
	background:url("/pics/expoprod/flecheb_blanche.png");
	position:absolute;
	top: 3px;
	left: 240px;
}
#plusdecriteres.collapsed::after {background:url("/pics/expoprod/fleched_blanche.png");}

#morecritere {
	position:absolute;
	top:75px;
	left: 0;
}
#morecritere .row:first-child {z-index: 100;}
#form_recherche_exposant #morecritere label {
	font-family: Montserrat, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-top:0;
	height:27px;
	width: 100%;
}
#form_recherche_exposant #morecritere select, .ui-selectmenu-button.ui-button.ui-widget {
	background-color: #FFFFFF;
	border:1px solid #FFFFFF;
	width: 100%;
	padding: 10px !important;
	border-radius: 40px;
	outline: none;
	font-size: 16px;
}
#form_recherche_exposant #morecritere .ui-button .ui-icon {
	background-image: url("/pics/expoprod/flecheb.png");
	height:25px;
}
#form_recherche_exposant #morecritere .ui-icon-triangle-1-s {background-position: center center;}
#divcaseacocher {
	padding:12px 0 8px 40px;
	margin-top: 27px;
	color:#FFFFFF;
}
#formlogin #divcaseacocher {padding-left:20px;color:#000000;}
#form_recherche_exposant input[type=checkbox], #formlogin input[type=checkbox] {display: none;}
#form_recherche_exposant input[type=checkbox] + label, #formlogin input[type=checkbox] + label {
	text-transform:none;
	font-weight: normal;
	margin: 0;
	position: relative;
	cursor:pointer;
}
/* case à cocher */
#form_recherche_exposant input[type=checkbox] + label:before, #formlogin input[type=checkbox] + label:before {
	content:"";
	display:inline-block;
	border:1px solid #A4A4A4;
	border-radius: 3.5px;
	width: 18px;
	height: 18px;
	position:absolute;
	top:2px;
	left:-22px;
	background-color: #FFFFFF;
	background-image: none;
}
/* case cochée */
#form_recherche_exposant input[type=checkbox]:checked +label:before, #formlogin input[type=checkbox]:checked +label:before {
	content: '\2714';
	font-size: 12px;
	position: absolute;
	color: #A4A4A4 !important;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: center;
	font-style: normal;
}
#form_recherche_exposant .jstree-anchor {
	white-space: normal;
	height: auto;
	padding-right: 20px;
}
.jstree-anchor span {
	position:absolute;
	left: 100%;
	top:0;
}
.affichresu a { color:#000000;}
.affichresu a:hover { color:#005EA8;}
.affichresu a.select { color:#EA5901;}
.divexpo {
	margin-top:54px;
}
.divexpo .exponouveau {
	display: block;
	width:100px;
	height:100px;
	background:url("/pics/expoprod/fd_nouveau.png") center center no-repeat;
	padding: 40px 0 0 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	position: absolute;
	top:-40px;
	right:0;
	color:#FFFFFF;
	z-index: 3;
}
.divexpo .village_reemploi {
	display: block;
	width:100px;
	height:100px;
	padding: 0;
	position: absolute;
	top:-40px;
	right:0;
	z-index: 3;
}
.div1expo {
	background: #005EA8;
	border-radius: 40px 40px 40px 0;
	line-height: 150%;
	height: 100%;
	z-index: 2;
}
.div1expo .div1tit {
	color:#FFFFFF;
	padding:20px 30px;
	/*min-height:120px;*/
	min-height:100px;
}
.div1expo .logo {
	width:100px;
	height: 100px;
	float: right;
	margin: -10px 50px -10px 0;
	background-position: center center;
	background-size: contain;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
}
.div1expo .raisonsociale {
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 120%;
}
.div1expo .hallstand {
	font-size:100%;
	margin: 0 0 10px 0;
	height:39px;
	margin-bottom:0;
}
.div1expo .div1detail {
	background-color: #FFFFFF;
	border-top-right-radius: 38px;
	border-bottom-right-radius: 38px;
	padding:20px 20px 0 20px;
	font-size: 12px;
	flex-grow: 1;
	padding-bottom:76px;
}
.exposant .ui-dialog .ui-dialog-content, .exposant .ui-dialog .ui-dialog-content .div1tit p,
.produit .ui-dialog .ui-dialog-content, .produit .ui-dialog .ui-dialog-content .div1tit p {margin-top: 0;}
.exposant .ui-dialog .div1expo,
.produit .ui-dialog .div1expo {border-radius:0 0 40px 0;}
.exposant .ui-tooltip {text-align:center;}
.btnvoirzoom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.lienfavori {
	display:block;
	min-width:132px;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#005EA8 !important;
	text-align: center;
	line-height: 1;
	z-index: 2;
}
.conference .lienfavori {
	margin-top:-8px;
	padding:10px;
	background-color:#FFFFFF;
	z-index: 10;
}
.lienfavori .retrait {color:#00965E;}
.lienfavori:hover, .lienfavori:hover .retrait {
	color:#00965E !important;
}
.lienfavori.off .ajout, .lienfavori.on .retrait {display:block;}
.lienfavori.off .retrait, .lienfavori.on .ajout {display:none;}
.lienfavori span {
	display: block;
	width:40px;
	height:40px;
	margin: 4px auto;
	border-radius: 20px;
	background:#FFFFFF url("/pics/expoprod/plus.png") center center no-repeat;
	border:2px solid #000000;
}
.lienfavori .retrait span {border-color:#00965E; background-image:url("/pics/expoprod/moins.png");}
.lienfavori .ajout span {border-color:#005EA8;}
.div1expo .sect {
	display: inline-block;
	background-color: #575656;
	color:#FFFFFF;
	padding: 8px 20px 8px 20px ;
	border-radius: 20px;
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	position:absolute;
	top:-20px;
	left:-15px;
	text-transform:uppercase;
}
.div1expo .divpays {
	margin-top:20px;
	margin-bottom: 20px;
	font-size: 14px;
}
.produit .ui-dialog,
.exposant .ui-dialog,
.conference .ui-dialog,
.actu .ui-dialog {
	background:#00965E;
	border-radius:40px 40px 40px 0;
	line-height: 150%;
	border:0;
	padding: 0;
}
.produit .ui-dialog {background:#005EA8;}
.produit .ui-dialog .ui-dialog-titlebar,
.exposant .ui-dialog .ui-dialog-titlebar,
.conference .ui-dialog .ui-dialog-titlebar,
.actu .ui-dialog .ui-dialog-titlebar {
	background-color:transparent;
	border:0;
	border-radius:40px 40px 40px 0;
	color:#FFFFFF;
	padding: 10px 20px;
}
.produit .ui-dialog .div1tit,
.exposant .ui-dialog .div1tit,
.conference .ui-dialog .div1tit {
	padding-top: 0;
	min-height:0;
}
.zoomprodexpo.ui-dialog-content.ui-widget-content {padding:0;}
.zoomprodexpo.ui-dialog-content.ui-widget-content .sect {
	display: block;
	top: -20px;
	left: 10px;
}
.zoomprodexpo.ui-dialog-content.ui-widget-content .exponouveau {
	display: inline-block;
	background-color: #00965E;
	color: #FFFFFF;
	padding: 8px 20px 8px 20px;
	border-radius: 20px;
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	position: absolute;
	top: -20px;
	right: 10px;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
}

.exposant .zoomprodexpo.ui-dialog-content.ui-widget-content .sect {background-color: #575656;}
.zoomprodexpo.ui-dialog-content.ui-widget-content .divpays {
	margin-bottom:0;
	padding-bottom: 20px;
}
.ui-dialog .ui-dialog-titlebar-close {
	right:20px;
	top:24px;
	outline: none;
}

#aidefavori {
	background-color:#FFFFFF;
}
.ui-dialog .ui-dialog-buttonpane {margin-top:0; border-bottom-right-radius: 40px;}
.pagination a, .pagination span {
	display:block;
	width: 40px;
	height: 40px;
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: 8px 4px;
	border-radius: 4px;
	text-align: center;
	color:#00965E;
}
.pagination a.precedent, .pagination a.precedent:hover {background: url("/pics/expoprod/fleche_paginationg_bleu.png") center center no-repeat;}
.pagination span.precedent {background: url("/pics/expoprod/fleche_paginationg_vert.png") center center no-repeat;}
.pagination a.suivant, .pagination a.suivant:hover {background: url("/pics/expoprod/fleche_paginationd_bleu.png") center center no-repeat;}
.pagination span.suivant {background: url("/pics/expoprod/fleche_paginationd_vert.png") center center no-repeat;}
.pagination a.select {
	color:#005EA8;
}
.pagination a.select {
	background-color: #005EA8;
	color:#FFFFFF;
}
.pagination a:hover {
	text-decoration: none;
	background-color: #00965E;
	color:#FFFFFF;
}
.produit .carousel-indicators, .exposant .carousel-indicators, .catalogue .carousel-indicators {bottom:0;margin-bottom: 5px;}
.produit .carousel-indicators li, .exposant .carousel-indicators li, .catalogue .carousel-indicators li {
	background-color: #212529;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	cursor: pointer;
	border: 1px solid #212529;
}
.produit .carousel-indicators li.active, .exposant .carousel-indicators li.active, .catalogue .carousel-indicators li.active {
	background-color: #00965E;
	border-color:#00965E;
}
.produit .carousel .carousel-item,
.exposant .carousel .carousel-item {
	max-height: 200px;
	width: 100%;
	max-width: 100%;
}
.produit .carousel img,
.exposant .carousel img {
	max-height: 200px;
	width: auto;
	max-width: 100%;
}
.mavideo {
	height: 200px !important;
	width: auto;
	object-fit: fill;
}
.zone_video {
	min-height: 200px;
	height:200px;
	max-height:200px;
	overflow: hidden;
}
.zone_video div {position:static;}
.video-js .vjs-big-play-button {
	opacity: 1;
	border: 3px solid #FFFFFF;
	background: #00965E url("/pics/expoprod/playbutton.png") center center no-repeat;
	width:90px;
	height:60px;
	top:48%;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
	border-color: #FFFFFF;
	background: #00965E url("/pics/expoprod/playbutton.png") center center no-repeat;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before {display:none;}
.catalogue .carousel .carousel-item {
	width: 96%;
	margin: 0 2%;
	background-position: center center;
	background-size:contain;
	background-repeat: no-repeat;
}
/* _______________________________ fin EXPOSANTS & PRODUITS _______________________________ */
/* _______________________________ ESPACES THEMATIQUES _______________________________ */
.rdv {
	display: inline-block;
	background-color: #005EA8;
	color:#FFFFFF;
	padding:10px 20px;
	font-family: 'Montserrat-bold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 120%;
}
.rdv span {font-family: 'Montserrat';}
#espace1 {
	background-image: url("/pics/thema/fd_thema_haut.jpg");
	background-position:center top 150px;
	background-repeat: no-repeat;
}
.thema #salon3 {
	background-image:url("/pics/fonds/fd_thema_salon3.jpg"), url("/pics/fonds/fd_salon3.jpg");
}

/* CONFERENCES */
.conference .ui-menu {
	background: #FFFFFF;
	border: 1px solid #aaa;
	border-radius: 20px;
	padding: 10px 16px;
	/*width:240px !important;*/
}
.conference .ui-menu-item .ui-state-active {
	background-color:#005EA8;
	border-color: #005EA8;
	border-radius: 8px;
}
#etapconf, #etapcosmed {
	padding:0;
	border:20px solid #F4F4F4;
}
#etapconf .etapconf  {
	background-position: 0 20px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#etapconf-1 {background-image:url("/pics/thema/fd_conf1.jpg");}
#etapconf-2 {background-image:url("/pics/thema/fd_conf2.jpg");}
#etapconf-3 {background-image:url("/pics/thema/fd_conf3.jpg");}
#etapconf ul.ui-tabs-nav, #etapcosmed ul.ui-tabs-nav {
	background:none;
	border:0;
	padding:0;
}
#etapconf ul.ui-tabs-nav li, #etapcosmed ul.ui-tabs-nav li {
	padding: 0;
	border:0;
	border-radius: 40px;
	background-color:#005EA8;
	color:#FFFFFF;
	text-align: center;
	margin: 0;
	width:28%;
	text-transform: uppercase;
}
#etapconf ul.ui-tabs-nav li:first-child, #etapconf ul.ui-tabs-nav li:nth-child(2),
#etapcosmed ul.ui-tabs-nav li:first-child, #etapcosmed ul.ui-tabs-nav li:nth-child(2) {
	margin-right: 8%;
}
#etapconf.en ul.ui-tabs-nav li, #etapcosmed.en ul.ui-tabs-nav li {width:33%;}
#etapconf.en ul.ui-tabs-nav li:first-child, #etapconf.en ul.ui-tabs-nav li:nth-child(2), #etapcosmed.en ul.ui-tabs-nav li:first-child, #etapcosmed.en ul.ui-tabs-nav li:nth-child(2) {margin-right: 0.5%;}
#etapconf ul.ui-tabs-nav li a, #etapcosmed ul.ui-tabs-nav li a {
	color:#FFFFFF;
	width:100%;
	font-size: 14px;
}
#etapconf ul.ui-tabs-nav li.ui-state-active, #etapconf ul.ui-tabs-nav li.ui-state-active.ui-state-hover, #etapcosmed ul.ui-tabs-nav li.ui-state-active, #etapcosmed ul.ui-tabs-nav li.ui-state-active.ui-state-hover {
	background-color:#00965E;
}
#etapconf ul.ui-tabs-nav li.ui-state-hover, #etapcosmed ul.ui-tabs-nav li.ui-state-hover {
	background-color:#005EA8;
}
#etapconf .ui-tabs-panel h3 {
	display: block;
	text-align:center;
	color:#FFFFFF;
	width:300px;
	margin: 100px auto 0 auto;
	padding: 20px 0;
	background-color: #575656;
}
.conference .div1conf {
	margin-bottom:10px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background: #FFFFFF;
	padding: 20px 0 0 0;
	text-align: justify;
}
#etapconf.ui-tabs .ui-tabs-panel, #etapcosmed.ui-tabs .ui-tabs-panel {
	padding-right:0;
	padding-left: 0;
}
.heurefav {padding:0 20px;}
.heurefav h4 {
	padding:4px 0 4px 27px;
	background-image: url("/pics/thema/pendule.png"),  url("/pics/thema/spacer_grisfonce.gif");
	background-position: left center, left center;
	background-repeat: no-repeat, repeat-x;
}
.heurefav h4 span {background-color: #FFFFFF;padding: 0 10px 0 10px ;}
.imgconf {/*max-height:200px;*/}
/* LIVE */
#live {background:url("/pics/thema/fd_live.jpg") center top no-repeat;}
.live h1 {
	background-color:#FFFFFF;
	color:#EA5901;
	border-radius: 40px;
	padding: 10px 40px;
	margin: 60px 0;
	box-shadow: 0 0 50px 50px #EA5901;
}
.live h1::before, .live h1::after {
	content:"";
	display:block;
	position: absolute;
	width:31px;
	height:64px;
	top: 50%;
	transform:translateY(-50%);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.live h1::before {
	background-image: url("/pics/thema/live_h1_before.png");
	left: -36px;
}
.live h1::after {
	background-image: url("/pics/thema/live_h1_after.png");
	right:-36px;
}
.live iframe {
	max-width: 100%;
	height: auto;
}
.live .livevideo {height:360px;}
.live .livechat {height:540px;}
.live .rondx3 {border-radius: 20px 20px 20px 0;}
.live .divavenir .div1conf {background-color:#EA5901;}
.live .divavenir .div1conf:nth-child(3) {opacity: 0.75;}
.live .divavenir .div1conf:nth-child(4) {opacity:0.50;}
.live .divavenir .div1conf:nth-child(5) {opacity:0.25;}
.live .heurefav h4 {background-image: url("/pics/thema/pendule.png");padding: 4px 0 4px 33px;}
.live .divavenir {height:540px;overflow-x: hidden;overflow-y: auto;}

/* LE JUSTE EMBALLAGE */
#je1 {
	background-image: url("/pics/thema/fd_je_haut.jpg");
	background-position:center top 134px;
	background-repeat: no-repeat;
}
.div1je {
	background-color:#FFFFFF;
	border:1px solid #00965E;
	border-radius: 40px;
}
.div1je .tit {
	padding:20px 10px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	height:88px;
}
.div1je .txt {
	padding:20px 20px;
	min-height: 212px;
}
.div1je .btn-primary {margin-bottom:-20px;}
.divinter {margin-top: 20px;}
.je .cycle {
	background:url("/pics/thema/fd_cycle.svg") center center no-repeat;
	background-size: 92% auto;
}
#je2 {
	background-image: url("/pics/fonds/fd_suivez-nous_g.png"), url("/pics/fonds/fd_exposer_g.jpg"), url("/pics/fonds/fd_evt_d.png"), url("/pics/fonds/fd_exposer_d.jpg");
	background-position:left top, left bottom, right bottom, right top;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
#je2 a:hover {text-decoration: none;}
.je .detailste {
	border:3px solid #005EA8;
	border-radius: 40px 40px 40px 0;
	width: 900px;
	height:auto;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
h2.jecycle {background-image:url("/pics/thema/fd_h2_je.png");
}
.fdfleche {background:url("/pics/thema/fd_je_row_fdfleche.png") center center no-repeat;}
/* RE-USE PACKAGING LINE */
#rupl1 {
	background-image: url("/pics/thema/fd_rupl_haut.jpg");
	background-position:center top 134px;
	background-repeat: no-repeat;
}
.rupl iframe {
	max-width: 100%;
}

/*.rupl .cycle img {height:auto;}*/
.rupl .divtit {
	background-image:linear-gradient(to right, #085EA8, #15965F);
	color:#FFFFFF;
}
.rupl .divimg {height:300px; background-position:center center; background-size: cover;}
.rupl .divtit h3 {
	color:#FFFFFF;
}
.rupl .div1logo, .je .div1logo {
	margin: auto;
	background-color:#FFFFFF;
	border:2px solid #005EA8;
	padding: 0.5rem;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	min-height: 160px;
	margin-bottom: 1rem;
	border-radius: 20px;
}
.rupl .div1logo a, .je .div1logo a {color:#000000;}
.rupl .detailste, .je .detailste {
	position: fixed;
	border:3px solid #005EA8;
	border-radius: 40px 40px 40px 0;
	width: 80%;
	height:auto;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	max-height: 90%;
	overflow-y: auto;
}
.rupl .detailste h4, .rupl .detailste h5, .je .detailste h4, .je .detailste h5 {
	line-height: 1.5;
	margin: 1rem 0;
}
/* COSMED */
#cosmed1 {
	background-image: url("/pics/thema/fd_cosmed1.jpg");
	background-position:center top 134px;
	background-repeat: no-repeat;
}

/* _____________________________________________________________________________ */
/* _______________________________ FIN ESPACES THEMATIQUES _____________________ */
/* _____________________________________________________________________________ */


/* _______________________________ ACTUALITES _______________________________ */
#actuliste {
	background-image: url("/pics/fonds/fd_actu_g.jpg"), url("/pics/fonds/fd_exposer_d.jpg");
	background-position:left bottom, right bottom 40px;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 80%, 20% auto;
}
#form_recherche_actu #recherchekw_actu {background-image: url("/pics/actu/loupe_orange.png");}
#form_recherche_actu #kw_actu {color:#EA5901;}
.actu .picto {
	width:180px;
	height:180px;
	border:3px solid #FFFFFF;
	margin: 10px auto;
	border-radius:120px 120px 120px 0;
	background-color: #FFFFFF;
	text-align: center;
	padding-top:40px;
}
.actu .picto.actu {color:#000000;}
.actu .picto.salon {color:#00965E;}
.actu .picto.video {color:#EA5901;}
.actu .picto.podcast {color:#005EA8;}
.actu .picto.actu.active {border-color:#000000;}
.actu .picto.salon.active {border-color:#00965E;}
.actu .picto.video.active {border-color:#EA5901;}
.actu .picto.podcast.active {border-color:#005EA8;}
.actu .divtyp {
	display:block;
	width:130px;
	margin: 0 auto;
	background-color:#000000;
	border-radius: 20px 20px 0 0;
	color:#FFFFFF;
	text-align: center;
	line-height: 1.5;
}
.actu .divtyp.salon {background-color:#00965E;}
.actu .divtyp.video {background-color:#EA5901;}
.actu .divtyp.podcast {background-color:#005EA8;}
.actu .div1actu .divimg {
	height:280px;
	border-radius:120px 120px 120px 0;
	background-size: contain, cover;
	background-position: center center, center center;
}
.home .actu .div1actu .divimg {
	background-size: cover;
}
.actu .ui-autocomplete {
	border:0;
	padding-top:11px;
	background-color: transparent;
	width: auto !important;
}
.actu .ui-autocomplete .ui-menu-item {
	border-right: 3px solid #005EA8;
	border-left: 3px solid #005EA8;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.actu .ui-autocomplete .ui-menu-item:first-child {
	border-top: 3px solid #005EA8;
	padding-top: 20px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
}
.actu .ui-autocomplete .ui-menu-item:first-child::before {
	display: block;
	content:"";
	width: 25px;
	height: 12px;
	position: absolute;
	top:-9px;
	left:50%;
	transform: translateX(-50%);
	background-image: url("/pics/actu/fleche_haut_blanche.png");
}
.actu .ui-autocomplete .ui-menu-item:last-child {
	border-bottom: 3px solid #005EA8;
	padding-bottom: 20px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.actu .ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
	background-color:#EA5901;
	border-color:#EA5901;
}
.div1actu {padding-bottom:80px;}
.div1actu .btn {
	position: absolute;
	bottom:40px;
	left:50%;
	transform: translateX(-50%);
	width: 220px;
}
#actudetail {
	background-position: left 4% top, center top;
	background-size: auto, 100% 450px;
	background-repeat: no-repeat, no-repeat;
}
#actudetail.actu {background-image:url("/pics/fonds/fd_actu_detail.png"), radial-gradient(#646464, #383838);}
#actudetail.salon {background-image:url("/pics/fonds/fd_actu_detail.png"), radial-gradient(#A7D8A9, #00965E);}
#actudetail.video {background-image:url("/pics/fonds/fd_actu_detail.png"), radial-gradient(#FF9840, #EA5901);}
#actudetail.podcast {background-image:url("/pics/fonds/fd_actu_detail.png"), radial-gradient(#2D8BDB, #085EA8);}

#actudetail .icon {
	display: inline-block;
	width: 85px;
	height:82px;
	margin-right:20px;
}
#actudetail h1 {color:rgba(255,255,255,0.5);}
#actudetail.actu .icon {background-image:url("/pics/actu/icon_actu.png");}
#actudetail.salon .icon {background-image:url("/pics/actu/icon_salon.png");}
#actudetail.video .icon {background-image:url("/pics/actu/icon_video.png");}
#actudetail.podcast .icon {background-image:url("/pics/actu/icon_podcast.png");}

#actudetail h3.actu {color:#000000;}
#actudetail h3.salon {color:#00965E;}
#actudetail h3.video {color:#EA5901;}
#actudetail h3.podcast {color:#005EA8;}

#actudetail .intro {
	height:460px;
	background-position: center center;
	background-size: cover;
	background-repeat:no-repeat;
}
.actu iframe {
	display: block;
	margin: 20px auto;
}
.actu .kw {
	background:url("/pics/actu/lignekw.png") left top no-repeat;
	font-size:12px;
}
.actu .owl-carousel {height:auto;}
.actu .owl-stage-outer {
	height:auto;
	padding: 0 14px;
}
.actu .owl-stage {height: 100%;}
.actu .owl-nav {top:50%;}

/* _______________________________ INFOS PRATIQUES _______________________________ */
#pratique1 {
	background-image: url("/pics/pratique/fd_pratique.jpg");
	background-position:center top 150px;
	background-repeat: no-repeat;
	background-size: contain;
}
.picto_map, .picto_pendule {
	width:88px;
	height:88px;
	border: 4px solid #005EA8;
	border-radius:80px 80px 80px 0;
	margin: -20px 8px 0 0;
}
.img_transport {z-index: -1;}
.pratique iframe, .evisi iframe {
	width: 100%;
	height: 100%;
}
.transportbleu {
	z-index: 5;
	margin-bottom: -90px;
	max-height: 150px;
}

.lestransports .fdgrisclair {
	z-index: -1;
	padding:20px;
}
.lestransports h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.pratique .picto {
	width:150px;
	height:150px;
}
/* _______________________________ ESPACE VISITEUR _______________________________ */
.fdbadge {
	background: url("/pics/visiteur/fd_visit_cx.png") right 10px bottom 10px no-repeat;
	background-size: contain;
}
#showpwd {
	display:block;
	float: right;
	margin-top:-22px;
	color:#000000;
	cursor: pointer;
}
.pvisitcx {margin-right:100px;}

/* _______________________________ COMMUNS _______________________________ */
.titrelignevert {background: url(/pics/titre_ligne_vert.png) repeat-x center center;}
.titrelignebleu {background: url(/pics/titre_ligne_bleu.png) repeat-x center center;}
.titrelignevert span, .titrelignebleu span {
	background-color: #fff;
	padding: 0px 10px;
	margin: 0px 20px;
}
.spacer {
	width: 100%;
	height: 0;
	clear: both;
}
.erreur {
	width: 100%;
	clear:both;
	color:#EA5901;
}
.potdemiel {display:none; }
#divbadge {
	position:fixed;
	right: 5px;
	bottom: 48px;
	max-width: 20%;
}
#divbadge img {
	max-width: 100%;
	height: auto;
}
.glyphicon {margin-right:5px;}
.picto {
	display: block;
	width:180px;
	height:180px;
	border:4px solid #000000;
	margin: 10px auto;
	border-radius:120px 120px 120px 0;
}
.picto.bleu {border:4px solid #005EA8;}
.picto.vert {border:4px solid #00965E;}
.picto.orange {border-color:#EA5901;background-color: #EA5901;}
.ancre {
	display: block;
	width:0;
	height:0;
	position: absolute;
	top: -190px;
	left: 0;
}
.lh1 {line-height: 1;}
.txtbleu {color:#005EA8;}
.txtorange {color:#EA5901;}
.txtvert {color:#00965E;}
.txtvertclair {color:#A7D8A9;}
.txtbordeaux {color:#A30037;}
.txtgrisfonce, a.txtgrisfonce {color:#575656;}
.txtgrismoyen, a.txtgrismoyen {color:#C6C6C6;}
.txtgrisclair, a.txtgrisclair {color:#F4F4F4;}
.txtblanc {color:#FFFFFF !important;}
.txtnoir {color:#000000;}
.txtrougelogo {color:#E20A17;}
.txtorangelogo {color:#FECA00;}
.txtvioletlogo {color:#821E80;}
.txt80pc {font-size: 80% !important;}
.txt120pc {font-size: 120% !important;}
.txt150pc {font-size: 150% !important;}
.txt200pc, .plusgros {font-size:200% !important;}

.bshadow {box-shadow: 0 3px 6px rgba(0,0,0,0.3);}

.fdbleu {background-color:#005EA8;}
.fdorange {background-color:#EA5901;}
.fdvertclair {background-color:#A7D8A9;}
.fdvert {background-color:#00965E;}
.fdgrisfonce {background-color:#575656;}
.fdgrismoyen {background-color:#C6C6C6;}
.fdgrisclair {background-color:#F4F4F4 !important;}
.fddegraderond {background-image:radial-gradient(#FFFFFF, #A7D8A9);background-position: center center;}
.fdblanc {background-color: #FFFFFF;}
.fdnoir {background-color: #000000;}

.rondhg {border-top-left-radius: 40px;}
.rondhd {border-top-right-radius: 40px;}
.rondbd {border-bottom-right-radius: 40px;}
.rondbg {border-bottom-left-radius: 40px;}
.rondtout {border-radius: 40px;}
.rondx3 {border-radius: 40px 40px 40px 0;}

.lineH {line-height: 170%;}
.lineh1 {line-height:1;}

.bordvert {border:1px solid #00965E;}
.bordvert-top {border-top: 3px solid #00965E;}
.bordvertclair-bottom {border-bottom: 1px solid #A7D8A9;}
.bordbleu-bottom {border-bottom: 1px solid #005EA8;}
.bordbleu {border:1px solid #005EA8;}
.bordorange {border:3px solid #EA5901;}
.bordgrisfonce {border:1px solid #575656;}
.bordgrismoyen {border:1px solid #C6C6C6;}
.bordgrisclair {border:1px solid #F4F4F4;}
.borddblanc {border: 1px solid #FFFFFF;}
.borddnoir {border: 1px solid #000000;}

.btn-primary {
	font-family: 'Montserrat-bold';
	border-radius:7px;
	color: #005EA8;
	border:1px dashed #005EA8;
	background-color: #FFFFFF;
	padding: 5px 20px;
}
.btn-primary.blanc {background-color: #FFFFFF;}
.btn-primary:hover,
.btn-primary:active, .btn-primary.active,
.btn-primary:focus, .btn-primary.focus {
	background: #005EA8 !important;
	color:#FFFFFF !important;
	text-decoration: none;
}
.btn-primary.vert {
	color:#00965E;
	border-color:#00965E;
}
.btn-primary.vert:hover,
.btn-primary.vert:active, .btn-primary.vert.active,
.btn-primary.vert:focus, .btn-primary.vert.focus {
	color:#00965E !important;
	border-color:#00965E !important;
}
.btn-primary.orange {border-color:#EA5901;}
.btn-primary.fdorange {background-color:#EA5901;}
.btn-primary.transparent {background-color:transparent;}
.btn-primary.orange:hover {background-color:#EA5901 !important;}
.btn-primary.hoverblanc:hover, .btn-primary.hoverblanc:active, .btn-primary.hoverblanc.active,
.btn-primary.hoverblanc:focus, .btn-primary.hoverblanc.focus {
	background-color: #FFFFFF !important;
	color:#005EA8!important;
	border-color:#FFFFFF !important;
}
.btn-primary.hoverbleu:hover, .btn-primary.hoverbleu:active, .btn-primary.hoverbleu.active,
.btn-primary.hoverbleu:focus, .btn-primary.hoverbleu.focus {
	background-color: #005EA8 !important;
	color:#FFFFFF!important;
	border-color:#005EA8 !important;
}
.btn-primary.hoververt:hover, .btn-primary.hoververt:active, .btn-primary.hoververt.active,
.btn-primary.hoververt:focus, .btn-primary.hoververt.focus {
	background-color: #00965E !important;
	color:#FFFFFF!important;
	border-color:#00965E !important;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);}
.btn-primary.bleu {background-color:#005EA8 !important; color:#FFFFFF;}
.btn-primary.bleu:hover {background-color:transparent !important; color:#005EA8 !important;}

.btn-secondary {
	color: #ffffff;
	background: #A7D8A9;
	border: 0 !important;
	border-radius: 20px;
	padding: 10px 20px;
}
.btn-secondary:hover{
	color: #ffffff;
	text-decoration: none;
}
.btn-bordbleu {
	border: 2px solid #005EA8;
	padding: 10px 50px;
	border-radius: 25px;
	background-color: #fff;
	text-transform: uppercase;
	color: #000;
	min-width: 280px;
	display: block;
}		
.btn-bordbleu:hover {
	color: #005EA8;
	text-decoration: none;
}
.carousel .btn_noir {width:100%;}
.thumbnail {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.doc .thumbnail, .thumbnail.charte {
	background-size: contain;
}
.lightbox a {color:#CCC;}
.more {display:none;padding:0;margin:0;overflow:hidden;}
.pardessus {
	display:none;
	padding:0;
	margin:0;
	overflow:hidden;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
}
.moreinfo {
	box-sizing:border-box;
	display:none;
	padding:30px 0 30px 20px;
	overflow:hidden;
	width:90%;
	height:90%;
	position:fixed;
	top:5%;
	left:5%;
	background-color:#FFFFFF;
}
.moreinfo_content {
	overflow-x:hidden;
	overflow-y:auto;
	width:95%;
	height:100%;
	padding-right:5%;
}

.btn_fermer {
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:5px;
	z-index:20;
	cursor:pointer;
	padding:1px;
	background-image:url("/pics/btn_fermer.png");
}
@media (min-width: 1380px) {
	.divnav {height:150px;}
}
@media (min-width: 1200px) {
	.container {max-width: 1450px;}
}
@media (min-width: 992px) {
	.navbar .dropdown:hover>.dropdown-menu {display: block;}
}
@media (max-width: 1680px) {
}
@media (max-width: 1380px) {
	.navbar-brand img {max-height:70px;}
	#mnu1 {/*padding-top:20px;*/}
	section.premiere {padding-top:134px;}
	.conference section.premiere {padding-top:164px;}
	#salon1, #exposer1, #visiter1, #contact1, #pratique1, #espace1 {background-position:center top 134px, center bottom;}
	.why-visiter .div1raison {min-height:220px;}
	.container.special {width:100%;max-width: 100%;}
	.div1je .txt {padding:10px;min-height: 236px;}
	.div1je .tit {padding:20px;}
/*	.rupl .cycle img {width:450px;}*/
}
@media (max-width: 1199.98px) {
	.reseaux {/*width:90px;*/}
	.navbar-brand img {max-height:50px;}
	#mnu1 {padding-top:0;}
	#mnu1 .nav-link {padding: 6px 5px 4px 5px;margin-right: 3px;margin-left: 3px;}
	.langue a, .langue span {padding: 0px 3px;}
	section.premiere {padding-top:130px;}
	.conference section.premiere {padding-top:160px;}
	.salon .schema {padding: 180px 20%;min-height:0;}
	.salon .div1theme .divtxt {min-height: 266px;}
	.thema .div1theme .divtxt {min-height: 276px;}
	.lestransports .fdgrisclair {min-height: 280px;}
	#tab-autre-evt .ui-tabs-nav a {height:140px;}
	.why-visiter .div1raison {padding: 20px;min-height:250px;}
/*	.rupl .cycle img {width:450px;}*/
}
@media (max-width: 991.98px) {
	.divnav {padding: 0;height:98px;background-image: none,none;}
	.navbar {min-height:74px;padding:10px 0;}
	.intermnu {
		background-color:#FFFFFF;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 3;
		height: 74px;
	}
	.navbar button {z-index:4;}
	#mainmnu {
		background-color:#FFFFFF;
		height:100vh;
		overflow-y: auto;
		padding-top: 84px;
		position: absolute;
		top:0;
		left:0;
		z-index: 2;
	}
	.navbar-toggler {margin-top:17px;margin-bottom:17px;}
	.navbar-brand {
		display: block;
		position:absolute;
		top:0;
		left:50%;
		margin: 0;
		padding: 0;
		transform: translateX(-50%);
	}
	.navbar-brand img, .navbar-brand.minus img {max-height: 40px;margin: 20px 0 0 0;}
	#mnu1 a {margin:0}
	#mnu1 .nav-link {padding:10px 20px;border-radius:0;text-align: left;margin:0;border-right:0;border-left:0;border-top:0;width:100%;}
	#mnu1 .mnuvisiteur.show {display: none;}
	#mnu2 .nav-link {padding: 10px 20px;}
	#mnu2 .dropdown {
		text-align: left;
		background-image: url("/pics/mnu_fleche_droite.png");
		background-position: right 25px top 10px;
		background-repeat: no-repeat;
	}
	#mnu2 .dropdown.show {background-image: url("/pics/mnu_fleche_bas.png");}
	#mnu2 .dropdown-menu {box-shadow:none;padding: 0 20px;border:0;}
	#mnu2 .dropdown-item {padding: 0 0 10px 0;}
	
	#mnu2 .mnunodd:hover {box-shadow:none;}
	#mnu2 .mnunodd .nav-link {padding-bottom:20px;margin-bottom:0;}
	
	.navbar-light .navbar-toggler-icon {background:url("/pics/mnu_fermer.png") center center no-repeat; background-size:auto auto;}
	.navbar-light .collapsed .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}
	.reseaux {width: 100%;padding:10px 20px;}
	.reseaux a {margin-right:10px;}
	.collapsing{transition:height .1s ease}
	#mnu2.mnu-cache {display:block;}
	#mnu2 .mnuinfo:hover {box-shadow: none; border-radius:0;}
	.divbonjour {position:static;left:auto;right:auto;top:auto;margin-top:0;padding: 5px 20px;}
	section.premiere {padding-top:94px;}
	.conference section.premiere {padding-top:124px;}
	#salon1, #exposer1, #contact1, #pratique1, #espace1, #rupl1 {background-position:center top 90px, center bottom;}
	#visiter1 {background-position:center top 90px, center center;background-repeat: no-repeat, no-repeat;}
	.salon .div1theme .divtxt {min-height: 306px;}
	.thema .div1theme .divtxt {min-height: 366px;}
	.salon .div1why {border-radius:80px 80px 80px 0;}
	.lestransports .fdgrisclair {min-height: 300px;}
	.listetransports {height: 340px;}
	.div1expo .div1detail {padding-bottom:10px;}
	.btnvoirzoom {position: relative;bottom:auto;left:auto;padding-top:10px;}
	#tab-autre-evt .ui-tabs-nav a::after {
		width:28px;
		height: 28px;
		border:2px solid #005EA8;
		background:#FFFFFF url("/pics/autrevt/plus.svg") center center no-repeat;
		background-size: 13px 13px;
	}
	#tab-autre-evt .ui-tabs-nav a {height:90px;}
	#tab-autre-evt .ui-tabs-tab:nth-child(2) a {height: 240px;white-space: normal;}
	#tab-autre-evt .ui-tabs-tab.ui-state-active a::after {border:2px solid #FFFFFF;background-size: 18px 18px;}
	#etapconf ul.ui-tabs-nav li, #etapconf.en ul.ui-tabs-nav li,
	#etapcosmed ul.ui-tabs-nav li, #etapcosmed.en ul.ui-tabs-nav li {width:100%; margin:0 0 5px 0;}
	.why-visiter .div1raison {padding: 20px;min-height:250px;}
	.actu .picto {width:150px;height:150px;padding-top:30px;padding-right: 10px;}
	.div1je .txt {padding:10px;min-height: 240px;}
	.je .detailste {width: 90%;}
/*	.rupl .cycle img {width:330px;}*/
	.rupl .div1logo {width:100%;}
}

@media (max-width: 767.98px) {
	footer, .footer {font-size:14px;}
	footer p, .footer p {margin: 0;padding:4px 0;}
	h2 {word-wrap: break-word;font-size: 32px;padding-top:100px;background:url("/pics/fd_h2.png") center top no-repeat;background-size: auto 86px;}
	#divbadge {bottom: auto; top:5px;right:0;transform: translateX(-20px);}
	#divbadge img {width:auto; height:50px;}
	.salon .div1theme, .thema .div1theme {margin-top:20px;margin-bottom: 60px;}
	.salon .div1theme .divtxt, .thema .div1theme .divtxt {min-height: 0; padding-bottom:80px;}
	.salon .schema {padding: 120px 20%;min-height:0;}
	#visiteur1 {background-position:right -380px top, center 300px;}
	.lestransports .fdgrisclair {min-height:0;}
	#visiteur1, #visiteur2, #exposer3 {background-color:#FFFFFF;}
	.trans-bus {line-height:1;}
	.trans-bus:before {
		display: block;
		float: left;
		left: auto;
		top: -10px;
		margin-left:-15px;
	}
	.div1expo .voirzoom {margin: 5px 0;}
	.fdbadge {background-size: auto 70%;}
	#tab-autre-evt .ui-tabs-nav {padding: 10px;}
	#tab-autre-evt .ui-tabs-tab {margin: 0 3% 20px 3% !important;width:47%;}
	#tab-autre-evt .ui-tabs-nav a {height:110px;background-size: contain;}
	#tab-autre-evt .ui-tabs-tab:nth-child(0n+2) {margin-left:0 !important;margin-right: 0 !important;}
	#tab-autre-evt .ui-tabs-tab:nth-child(0n+2) a {background-size: contain;padding-top:106px;min-height:210px;height:auto;white-space: normal;}
	#tab-autre-evt .ui-tabs-tab:nth-child(0n+3), #tab-autre-evt .ui-tabs-tab:nth-child(0n+5) {margin-left:0 !important;}
	#tab-autre-evt .ui-tabs-tab:nth-child(0n+4), #tab-autre-evt .ui-tabs-tab:nth-child(0n+6) {margin-right:0 !important;}
	.div3btn {/*padding-top:110px !important;*/}
	iframe {max-width: 100%; height:260px;}
	.div1expo .logo {margin: -5px -15px 0 5px;}
	.why-visiter .div1raison {padding: 20px;min-height:0;}
	.why-exposer .div1raison {padding-top:30px;background-size:contain;}
	.picto {width:120px;height:120px;}
	.picto img {width:114px;height:114px;}
	#visiter3 {background-size:36% auto, auto;}
	.contact h1 {margin-top:60px;}
	#contact1 {min-height:0;}
	.actu .picto {width:80px;height:80px;padding-top:20px;padding-right: 4px;font-size: 12px;}
	.actu .picto img {width:43px; height:35px;}
	.fdfleche {background-size:auto 38px;}
	.div1je .tit {padding: 20px 30px;}
	.div1je .txt {padding:10px;min-height: 180px;}
/*	.rupl .cycle img {width:240px;}*/
}
@media (max-width: 575.98px) {
	#tab-autre-evt .ui-tabs-tab:nth-child(0n+2) a {padding-top:86px;min-height:210px;}
	.div1je .txt {padding:10px;min-height: 0;}
	.fdfleche {background-image:none;}
/*	.rupl .cycle img {width:140px;}*/
	.conference .lienfavori {float: none;}
}
@media (max-width: 400px) {
}