/* CSS Document 
Violet 3d0854
Vert 17e39e
orange1 #FF7B72
rouge #F82B49
orange2 #FC6586
mauve #B914B8
rose #EF88FD
parme #B1A0E7
bleu #594DE1
*/
#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;}

@font-face {
	font-family: 'gosha';
	src: url('/fonts/gosha.woff2') format('woff2'),
		 url('/fonts/gosha.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gosha-bold';
	src: url('/fonts/gosha-bold.woff2') format('woff2'),
		 url('/fonts/gosha-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

*,
*::before,
*::after {
	position: relative;
	z-index: 1;
}
html, body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	font-size: 18px;
	font-family: "sans-serif";
}
h1, h2, h3, h4, h5 {
	font-weight: 700;
	font-family: "sans-serif";
	margin: 3rem 0;
}
h1 {
	font-size:60px;
	text-transform: uppercase;
	color:#17e39e;
	text-align: center;
	padding: 100px 0 100px 0;
	margin: 0;
}
h2 {
	font-size: 40px;
	color: #3d0854;
	text-align: center;
	text-transform: none;
	padding-top:140px;
	background:url("/pics/fd_h2.png") center top no-repeat;
}
h2.txtblanc, .txtblanc h2 {background-image:url("/pics/fd_h2_blanc.png");}
h2.rupl {background-image:url("/pics/salon/logo_reuse.jpg");}
h3 {font-size: 28px;color:#17e39e;}
h4 {font-size: 22px;text-transform: none;margin:1rem 0;}
h5 {font-size: 18px;text-transform: none;}
p {margin:2rem 0;}
a {color:#17e39e;text-decoration: underline;}
a:hover {color:#FF7B72;}

form, hr {clear:both;font-size: 16px;}
hr {
	background-color:#FFFFFF;
	margin: 20px 0;
	clear: both;
}
hr.vert {background-color: #3d0854;}
hr.bleu {background-color: #17e39e;}

.conference section.premiere {padding-top:180px;}
label {
	width: 100%;
	clear: both;
	margin:10px 0 0 0;
}
strong {
	font-weight: normal;
	font-family: 'gosha-bold', "sans-serif";
}
label[for=AccesVisit] {width:auto; clear: none;height:27px;}
fieldset {
	border:1px solid #17e39e;
	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:#17e39e;
	text-transform: uppercase;
	font-size: 19px;
	font-family: 'gosha-bold', "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: 'gosha', "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 ----------------------------------------- */
.navbar {
	padding:0;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'gosha', "sans-serif";
}
.reseaux a {margin-right:10px;}
.topmnu, .topmnu > a {
	color:#FFFFFF;
	font-size: 15px;
	text-transform: uppercase;
	z-index: 10;
}
.topmnu a:hover {
	color:#17e39e;
}
.topmnu a.nav-link {
	padding: 0 1rem;
}
.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;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link.active {
  color: #17e39e;
}
.nav-item.mnuadmin {
	position:absolute;
	top:0;
	left:100px;
	font-size: 12px;
	background-image:none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	z-index: 500;
}
.navbar-brand {padding:0;margin: 0;}
.navbar-brand img {
	max-height:76px;
	width: auto;
}
.dropdown-menu {
	margin:0;
	text-transform: none;
}
.dropdown-menu {
  color: #3d0854;
  border: 1px solid #3d0854;
}
.dropdown-item {text-decoration:none;}
.dropdown-item:hover {color:#FF7B72;background-color:transparent;}
.dropdown-item.active, .dropdown-item:active {
  background-color: #17e39e;
}
.dropdown-menu.last {right:0;left: auto;}
/* -------------------------------- menu visiteur / panier ----------------------------------------- */
.mnuvisiteur {padding:0;}
.mnuvisiteur .intro {padding:6px 10px;}
#mnuevisiteur {
	padding-right: 30px !important;
	background:url("/pics/visiteur/evcx_blanc.png") right 6px center no-repeat;
	margin-right:1rem;
}
#mnuevisiteur.off:hover {background-image:url("/pics/visiteur/evcx_vert.png");}
#mnuevisiteur.on {background-image:url("/pics/visiteur/fd_visit_on_blanc.png");}
#mnuevisiteur.on:hover, #mnuevisiteur.on.active {background-image:url("/pics/visiteur/fd_visit_on_vert.png");}
#paniermob {
	position:absolute;
	bottom:6px;
	right:22px;
	z-index: 2;
}
#paniermob .dropdown-menu {
	right:0;
	left:auto !important;
	transform: translate3d(16px,28px,0)!important;
}
.nbFav {color:#3d0854;}
.nbFavTotal {
	background-color:#3d0854;
	position:absolute;
	top:-2px;
	right:-20px;
	color:#FFFFFF;
	border-radius:20px;
	width:20px;
	height:20px;
	text-align: center;
	padding-top:3px;
	font-size: 10px;
}

#mainmnu .nav-link {
	color: #3d0854;
	font-weight: 700;
	text-decoration: none;
}
#mainmnu .topmnu .nav-link {
	color: #FFFFFF;
}
#mainmnu .nav-link.active, #mainmnu .nav-link:hover {color:#17e39e;}
#mainmnu.mnu-cache {display:none;}
#mainmnu .dropdown-menu {
	font-size: 14px;
}

.langue a, .langue span {
	color: #FFFFFF;
	padding: 0;
	display: inline-block;
	margin: 7px 0 !important;
}
a.navfr:hover, a.naven:hover, a.navfr:focus, a.naven:focus {
	color:#FFFFFF;
}
.naven {padding:0 !important;}
/* --------------------------------------- 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: #17e39e;
    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: static;
	margin:10px 0;
}
.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: #17e39e;}

/*  ---------------------------------------- Footer -------------------------------------------*/
footer, .footer {background-color: #3d0854; color:#FFFFFF;}
footer a, .footer a {color:#ffffff !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;}
footer img.logo {width: 471px;}
/*  ---------------------------------------- SALON -------------------------------------------*/
.div1arg {
	border-left:5px solid #FFFFFF;
	margin:0 auto 3rem auto;
}
.div1arg.arg1, .div1arg.arg2 {max-width: 200px;}
.div1arg img {margin:-4px 0 0 0;float: right;}
.div1arg.arg3 {max-width: 240px;}
.div1arg.arg3 img {margin:4px 0 0 0;}
.div1arg.arg4 {max-width: 286px;}
.div1arg.arg4 img {margin:4px 80px 0 0;}
.div1arg.arg5 {max-width: 320px;}
.div1arg.arg5 img {margin:10px 40px 0 0;}
.div1arg .tit {
	text-transform: uppercase;
	margin: 0 0 0 10px;
	font-size: 14px;
	font-weight: 700;
}
.div1arg p {
	margin: 0 0 0 10px;
	font-size: 14px;
	font-weight: 400;
}
@media (min-width: 768px) {
.carouselinactif .carousel-item {
	display: flex;
	float: inherit;
	width: inherit;
	margin-right: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: none;
}
}
.div1theme {
	height:100%;
	border:1px solid #3d0854;
	border-radius: 20px;
	background-color:#FFFFFF;
}
.home .div1theme {
	min-height:280px;
}
.home iframe {
	max-width: 100%;
	height: auto;
	min-height: 560px;
}
.div1theme .divtit {
	z-index: 1;
	padding:20px 20px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
.home .div1theme .divtit {
	height:90px;
	padding:0 20px;
	display: flex;
}
.div1theme .divtxt {
	padding:0 20px 44px 20px;
}
.home .div1theme .divtxt {
	padding:0 20px;
	min-height:130px;
	overflow: hidden;
	display: flex;
}
.home .div1theme .divtxt p {
	display: none;
}
.home .div1theme .divtxt p:first-child {
	margin:auto 0;
	line-height: normal;
	font-size: 16px;
	height:100%;
	display: block;
}
.salon .div1btn, .thema .div1btn, .home .div1btn {
	position:absolute;
	bottom:-24px;
	left:50%;
	transform: translateX(-50%);
	width:320px;
}
.home .thema .div1btn {
	position:relative;
	bottom:auto;
	left:auto;
	transform:none;
	width:auto;
	padding: 20px 0;
}
.home .thema .div1btn .btn-primary {
	padding: 10px 20px;
}

/* _______________________________ POURQUOI-S _______________________________ */
.div5raisons {
	background-color:#3d0854;
	background-image:url("/pics/fonds/fd_violet_patate1.jpg"),url("/pics/fonds/fd_violet_patate2.jpg");
	background-position: right bottom, left -60px top 20px;
	background-repeat: no-repeat, no-repeat;
}
.why-visiter .div1raison {
	background: linear-gradient(180deg, #2FE2A0 0%, #28C48A 100%);
	color:#FFFFFF;
	border-radius: 20px;
	padding: 20px 40px;
	margin: 20px 0 0 0;
	min-height:186px;
	/*border:2px solid #17e39e;*/
}

.why-visiter .div1raison h4 {text-align: center;}
.div1chiffre {
	border-left:2px solid #3d0854;
	margin-top:3rem;
}
.div5raisons .div1chiffre {border-left-color: #FFFFFF;}
.div1chiffre p {
	margin:1.2rem;
	font-size:15px;
	font-weight: 700;
}
.div1chiffre .tit {
	font-family: 'gosha-bold';
	font-weight: 400;
	color:#3d0854;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 24px;
}
.div5raisons .div1chiffre .tit {
	color:#FFFFFF;
}
.div1chiffre .tit::before {
	display: block;
	content:"1";
	opacity: 0.2;
	font-size: 96px;
	position: absolute;
	left:10%;
	top:0;
	transform: translateY(-60%);
}
.div1chiffre.deux .tit::before {
	content:"2";
}
.div1chiffre.trois .tit::before {
	content:"3";
}
.div1chiffre.quatre .tit::before {
	content:"4";
}
.div1chiffre.cinq .tit::before {
	content:"5";
}
.div1chiffre.cinq {
	border-right:1px solid #3d0854;
}
.div5raisons .div1chiffre:last-child {
	border-right-color: #FFFFFF;
}

/* _______________________________ 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: #3d0854 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: #17e39e;
}
.btn-retour {
	display: block;
	position: absolute;
	left: 10px;
	top:3rem;
	color:#575656;
}
.btn-retour span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #3d0854 url("/pics/flecheg_blanche.png") center center no-repeat;
	vertical-align: middle;
	border-radius: 20px;
	margin-right: 5px;
}
.btn-retour:hover span {
	background-color:#17e39e;
}

.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 {border:1px solid #3d0854;}
.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;
}
#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:20px;
}
#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: 1rem;}
#inscription .ui-dialog {
	width:80vw;
	height:80vh;
	position: absolute;
	left: 10vw;
	top:10vh;
}
/* _______________________________ EXPOSANTS & PRODUITS _______________________________ */
#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,
#form_recherche_exposant #kw4R, #form_recherche_exposant #recherchekw4R {
	margin:0;
	padding: 5px 10px;
	float: left;
	border: 0;
	height:46px;
	outline: none;
	background-color: #FFFFFF;
}
#form_recherche_exposant #kw,
#form_recherche_conference #kw_conference,
#form_recherche_actu #kw_actu,
#form_recherche_exposant #kw4R {
	width: 90%;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
#form_recherche_exposant #recherchekw,
#form_recherche_conference #recherchekw_conference,
#form_recherche_actu #recherchekw_actu,
#form_recherche_exposant #recherchekw4R {
	width: 10%;
	cursor: pointer;
	clear: none;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background: #FFFFFF url("/pics/expoprod/loupe.png") right 10px center no-repeat;
}
#form_recherche_exposant .btn-primary {
	padding-top:7px;
	padding-bottom:7px;
}
.divbtncritere {padding-top: 10px;}
#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:70px;
	left: 0;*/
}
#morecritere .row:first-child {z-index: 100;}
#form_recherche_exposant #morecritere label {
	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: 20px;
	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:10px 0 10px 40px;
	margin-top: 27px;
	color:#FFFFFF;
}
#formlogin #divcaseacocher {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:4px;
	left:-24px;
	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: "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:#17e39e;}
.affichresu a.select { color:#EA5901;}
.divexpo {
	margin-top:54px;
}
.divexpo .exponouveau {
	display: block;
	width:100px;
	height:60px;
	background:#ff7b72;
	padding: 20px 0 0 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	position: absolute;
	top:-30px;
	right:0;
	color:#FFFFFF;
	z-index: 3;
	border-radius:20px;
}
.divexpo .village_reemploi {
	display: block;
	width:100px;
	height:100px;
	padding: 0;
	position: absolute;
	top:-40px;
	right:0;
	z-index: 3;
}
.div1expo {
	background: #17e39e;
	border-radius: 20px;
	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 {
	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-radius: 20px;
	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:20px;}
.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;
	color:#17e39e !important;
	text-align: center;
	line-height: 1;
	z-index: 2;
	text-decoration: none;
}
.conference .lienfavori {
	margin-top:-8px;
	padding:10px;
	background-color:#FFFFFF;
	z-index: 10;
}
.lienfavori .retrait {color:#3d0854;}
.lienfavori:hover, .lienfavori:hover .retrait {
	color:#3d0854 !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:#3d0854; background-image:url("/pics/expoprod/moins.png");}
.lienfavori .ajout span {border-color:#17e39e;}
.div1expo .sect,.div1expo .sect4R {
	display: inline-block;
	background-color: #575656;
	color:#FFFFFF;
	padding: 8px 20px;
	border-radius: 20px;
	position:absolute;
	top:-20px;
	left:-15px;
	text-transform:uppercase;
}
.div1expo .sect4R {
	position: static;
}
.div1expo .divpays {
	margin-top:20px;
	margin-bottom: 20px;
	font-size: 14px;
}
.produit .ui-dialog,
.exposant .ui-dialog,
.conference .ui-dialog,
.actu .ui-dialog {
	background:#3d0854;
	border-radius:20px;
	line-height: 150%;
	border:0;
	padding: 0;
}
.produit .ui-dialog {background:#17e39e;}
.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:20px;
	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: #3d0854;
	color: #FFFFFF;
	padding: 8px 20px 8px 20px;
	border-radius: 20px;
	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;
	padding: 8px 4px;
	border-radius: 4px;
	text-align: center;
	color:#3d0854;
}
.pagination a.precedent, .pagination a.precedent:hover {background: url("/pics/expoprod/fleche_paginationg_violet.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_violet.png") center center no-repeat;}
.pagination span.suivant {background: url("/pics/expoprod/fleche_paginationd_vert.png") center center no-repeat;}
.pagination a.select {
	color:#17e39e;
}
.pagination a.select {
	background-color: #17e39e;
	color:#FFFFFF;
}
.pagination a:hover {
	text-decoration: none;
	background-color: #3d0854;
	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: #3d0854;
	border-color:#3d0854;
}
.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 {
	visibility: hidden;
	opacity: 1;
	border: 3px solid #FFFFFF;
	background: #3d0854 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: #3d0854 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: #17e39e;
	color:#FFFFFF;
	padding:10px 20px;
	font-size: 120%;
}
#espace1 {
	background-image: url("/pics/thema/fd_thema_haut.jpg");
	background-position:center top 150px;
	background-repeat: no-repeat;
}

/* 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:#17e39e;
	border-color: #17e39e;
	border-radius: 8px;
}
#etapconf {
	padding:20px;
	border:0;
	background-color:transparent;
}
#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 {
	background:none;
	border:0;
	padding:0;
}
#etapconf ul.ui-tabs-nav li {
	padding: 0;
	border:0;
	border-radius: 20px;
	background-color:#17e39e;
	color:#FFFFFF;
	text-align: center;
	margin: 0 5%;
	width:30%;
	text-transform: uppercase;
}
#etapconf ul.ui-tabs-nav li:first-child, #etapconf ul.ui-tabs-nav li:last-child {margin:0;}
#etapconf 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 {
	background-color:#3d0854;
}
#etapconf ul.ui-tabs-nav li.ui-state-hover {
	background-color:#17e39e;
}
#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-radius: 20px;
	background: #FFFFFF;
	padding: 20px 0 0 0;
	text-align: justify;
}
#etapconf.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: 20px;
	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 .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;}

.fdfleche {background:url("/pics/thema/fd_je_row_fdfleche.png") center center no-repeat;}
/* RE-USE PACKAGING LINE */
.rupl .div1raison {
	background: linear-gradient(180deg, #2FE2A0 0%, #28C48A 100%);
	color:#FFFFFF;
	border-radius: 50%;
	padding: 20px;
	margin: auto;
	text-align: center;
	width:260px;
	height:260px;
	font-weight: bold;
	display: flex;
}
.rupl .divhraison {
	padding: 20px;
	margin: auto;
	text-align: center;
	width: 80%;
	height:260px;
	display: flex;
}
.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 #17e39e;
	padding: 0.5rem;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	min-height: 160px;
	margin-bottom: 1rem;
	border-radius: 20px;
	line-height: 1;
}
.rupl .div1logo a, .je .div1logo a {color:#000000;}
.rupl .detailste, .je .detailste {
	position: fixed;
	border:3px solid #17e39e;
	border-radius: 20px;
	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;
}
.imgrupl1 {
	background:url("/pics/thema/rupl1_image.jpg") center center no-repeat;
	background-size: cover;
	width:100%;
	height:100%;
}
.imgrupl2 {
	background:url("/pics/thema/rupl2_image.jpg") center center no-repeat;
	background-size: cover;
	width:100%;
	height:100%;
}
.imgrece1 {
	background:url("/pics/thema/rece1_image.jpg") center center no-repeat;
	background-size: cover;
	width:100%;
	height:100%;
}
#divmaprpl1110 {display:none;}
@media (min-width: 1200px) {#divmaprpl1110 {display:block;}}
#divmaprpl930 {display:none;}
@media (min-width: 992px) and (max-width:1199.98px) {#divmaprpl930 {display:block;}}
#divmaprpl690 {display:none;}
@media (min-width: 768px) and (max-width:991.98px) {#divmaprpl690 {display:block;}}
.rpl .ui-tooltip {
	background-color:#3d0854;
	font-size: 12px;
	border-radius:12px !important;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}
#etaprupl {
	padding:0 15px;
	border:0;
	background-color:#3d0854;
	font-family: "sans-serif";
}
#etaprupl .tit {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
#etaprupl ul {
	background-color:#3d0854;
	border:0;
}
#etaprupl ul li {
	font-size: 12px;
	border-radius:12px;
	margin: 10px;
	border:1px solid #FFFFFF;
	background-color: transparent;
	padding: 0;
}
#etaprupl ul li.ui-state-active {
	border-color:#17e39e;
	color:#17e39e;
}

#etaprupl ul li:hover {
	border-color:#17e39e;
}
#etaprupl ul li a {
	color:#FFFFFF;
}
#etaprupl ul li:hover a,
#etaprupl ul li.ui-state-active a {
	color:#17e39e;
}
#etaprupl .chiffre1etape {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto;
	background-color: #17e39e;
	font-size: 60px;
	color:#FFFFFF;
	text-align: center;
	padding-top: 15px;
	border-radius: 60px;
}
#etaprupl .chiffre1etape img {
	margin-top: -10px;
}
#etaprupl .chiffre1etape span {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: -20px;
}
#etaprupl .ui-tabs-panel {
	padding:0;
}
#etaprupl .gauche {
	background-color:#FFFFFF;
	margin-top: -100px;
	padding: 140px 54px 0 54px;
}
#etaprupl .gauche .picto {
	margin-left: -54px;
	margin-right: 10px;
}
#etaprupl .droite {
	background:#17e39e url("/pics/rpl_triangle.png") left center no-repeat;
	margin-top: -100px;
	padding: 140px 54px 0 64px;
}
.etaprupl .row {z-index:10;}
.etaprupl .row:first-child {z-index:100;}
.etaprupl .row:first-child h3 {
	display:inline-block;
	color:#FFFFFF;
	background-color: #3d0854;
	border-color: #3d0854;
	border-radius: 25px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}


/* _____________________________________________________________________________ */
/* _______________________________ 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-color:#FFFFFF;
	margin: 10px auto;
	border-radius: 20px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top:40px;
}
.actu .picto:hover {
	color:#17e39e;
}
.actu .picto {color:#3d0854;}
.actu .picto.actu {color:#594DE1;}
.actu .picto.salon {color:#EF88FD;}
.actu .picto.video {color:#F82B49;}
.actu .picto.podcast {color:#B914B8;}
.actu .picto.actu.active {border-color:#594DE1;}
.actu .picto.salon.active {border-color:#EF88FD;}
.actu .picto.video.active {border-color:#F82B49;}
.actu .picto.podcast.active {border-color:#B914B8;}
.actu .divtyp {
	display:block;
	width:130px;
	margin: 20px auto 6px auto;
	background-color:#3d0854;
	border-radius: 20px;
	color:#FFFFFF;
	text-align: center;
	line-height: 1.5;
	padding: 0 0 5px 0;
}
.actu .divtyp.salon {background-color:#EF88FD;}
.actu .divtyp.video {background-color:#F82B49;}
.actu .divtyp.podcast {background-color:#B914B8;}
.actu .div1actu .divimg {
	height:160px;
	border-radius:20px;
	background-size: auto,cover;
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
}
.actu .div1actu p {
	margin:0.5rem 0;
}
.actu .ui-autocomplete {
	border:0;
	padding-top:11px;
	background-color: transparent;
	width: auto !important;
}
.actu .ui-autocomplete .ui-menu-item {
	border-right: 3px solid #17e39e;
	border-left: 3px solid #17e39e;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.actu .ui-autocomplete .ui-menu-item:first-child {
	border-top: 3px solid #17e39e;
	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 #17e39e;
	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:0;
	left:50%;
	transform: translate(-50%,-50%);
	width: 220px;
}
.evisi .div1actu .btn {transform:translateX(-50%);}
#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, #3d0854);}
#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:#594DE1;}
#actudetail h3.salon {color:#EF88FD;}
#actudetail h3.video {color:#F82B49;}
#actudetail h3.podcast {color:#B914B8;}

#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 _______________________________ */
.picto_map, .picto_pendule {
	width:88px;
	height:88px;
	border: 4px solid #17e39e;
	border-radius: 20px;
	margin: 0 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 {
	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;}
.titrelignevert 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: 20px;
}
.picto.vert {border:4px solid #17e39e;}
.picto.violet {border-color:#3d0854;background-color: #3d0854;}
.ancre {
	display: block;
	width:0;
	height:0;
	position: absolute;
	top: -190px;
	left: 0;
}
.lh1 {line-height: 1;}
.txtblanc, .txtblanc a:hover {color:#FFFFFF;}
.txtviolet {color:#3d0854;}
.txtvert {color:#17e39e;}
.txtorange1 {color:#ff7b72;}
.txtrouge {color:#f82b49;}
.txtorange2 {color:#fc6586;}
.txtmauve {color:#b914b8;}
.txtrose {color:#ef88fd;}
.txtparme {color:#b1a0e7;}
.txtbleu {color:#594de1;}

.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);}

.fdviolet {background-color:#3d0854;}
.fdvert {background-color:#17e39e;}
.fdorange1 {background-color:#ff7b72;}
.fdrouge {background-color:#f82b49;}
.fdorange2 {background-color:#fc6586;}
.fdmauve {background-color:#b914b8;}
.fdrose {background-color:#ef88fd;}
.fdparme {background-color:#b1a0e7;}
.fdbleu {background-color:#594de1;}
.fdblanc {background-color: #FFFFFF;}
.fdgrisfonce {background-color:#575656;}
.fdgrismoyen {background-color:#C6C6C6;}
.fdgrisclair {background-color:#F4F4F4 !important;}
.fdnoir {background-color: #000000;}

.fddegvert{background: linear-gradient(180deg, #2FE2A0 0%, #28C48A 100%); border-radius: 20px;}
.fdimage1gblanc {background:#FFFFFF url("/pics/fonds/fd_1_g_blanc.jpg") left top 20% no-repeat;}
.fdimage2blanc {background:#FFFFFF url("/pics/fonds/fd_2_blanc.jpg") right top 20% no-repeat;}
.fdimage1gviolet {background:#3d0854 url("/pics/fonds/fd_1_g_violet.jpg") left top 20% no-repeat;}
.fdimage2violet {background:#3d0854 url("/pics/fonds/fd_2_violet.jpg") right top 20% no-repeat;}
.fdimage3violet {background:#3d0854 url("/pics/fonds/fd_3_violet.jpg") right top 20% no-repeat;}
.fdimage4dviolet {background:#3d0854 url("/pics/fonds/fd_4_d_violet.jpg") left top 20% no-repeat;}
.fdimage5violet {background:#3d0854 url("/pics/fonds/fd_5_violet.jpg") right top 20% no-repeat;}
.fdviolet3img {
	background-color:#3d0854;
	background-image:url("/pics/fonds/fd_5_violet.jpg"), url("/pics/fonds/fd_3_violet.jpg"), url("/pics/fonds/fd_4_d_violet.jpg");
	background-position: left top 20%, right 10% top, right bottom;
	background-repeat: no-repeat, no-repeat, no-repeat;
}

.fdtitsalade {
	background:#3d0854 url("/pics/salade-visuel.jpg") right 5% center no-repeat;
	background-size: auto 90%;
}
.rece .fdtitsalade {background-size: auto;}

.fdtitspray {
	background:#3d0854 url("/pics/spray-visuel.jpg") right 5% center no-repeat;
	background-size: auto 90%;
}
.fdtitcreme {
	background:#3d0854 url("/pics/creme-visuel.jpg") right 5% center no-repeat;
	background-size: auto 90%;
}

.bordviolet-top {border-top:5px solid #3d0854;}
.bordviolet-bottom {border-bottom:5px solid #3d0854;}
.rondtout {border-radius: 20px;}

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

.bordvert {border: 2px solid #17e39e;}
.bordviolet {border: 2px solid #3d0854;}
.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: 'gosha', "sans-serif";
	color: #FFFFFF;
	border:0;
	padding: 20px 56px;
	background: linear-gradient(180deg, #2FE2A0 0%, #28C48A 100%);
	border-radius: 50px;
	text-decoration: none;
}
.btn-primary:hover,
.btn-primary:active, .btn-primary.active,
.btn-primary:focus, .btn-primary.focus {
	background: #FF7B72 !important;
	color:#FFFFFF !important;
	text-decoration: none;
}
.hoverblanc:hover, .btn-primary.actif:hover {
	background: #FFFFFF !important;
	color:#17e39e !important;
}
.btn-primary.actif {
	background: #FF7B72 !important;
	color:#FFFFFF !important;
}

.btn-secondary {
	font-family: 'gosha', "sans-serif";
	color: #17e39e !important;
	background: #FFFFFF !important;
	border: 1px solid #17e39e;
	border-radius: 20px;
	padding: 7px 20px;
	text-decoration: none;
}
.btn-secondary:hover{
	color: #FF7B72 !important;
	text-decoration: none;
	border-color:#FF7B72;
}

.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: 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;}
	.conference section.premiere {padding-top:164px;}
	.why-visiter .div1raison {min-height:220px;}
	.container.special {width:100%;max-width: 100%;}
	.div1je .txt {padding:10px;min-height: 236px;}
	.div1je .tit {padding:20px;}
}
@media (max-width: 1199.98px) {
	.navbar-brand img {max-height:50px;}
	.conference section.premiere {padding-top:160px;}
	.salon .schema {padding: 180px 20%;min-height:0;}
	.div1theme .divtxt {min-height: 276px;}
	.thema .div1theme .divtxt {min-height: 130px;}
	.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) {
	header {position:fixed;top: 0; left:0; width:100%;background-color:#FFFFFF;}
	.navbar {min-height:74px;padding:10px 0;}
	.fdmnu {
		position:fixed;
		background-color:#FFFFFF;
		width:100vw;
		height:74px;
		z-index: 5;
	}
	.mnuadmin, .navbar-light .navbar-toggler {z-index:6;}
	#mainmnu {z-index:4;}
	
	#mainmnu .dropdown-item::before {
		display: block;
		content: "";
		width: 100%;
		height: 10px;
		margin: 0 auto;
		border-top:1px solid #DBD3D3;
	}
	.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: 74px;
		position: absolute;
		top:0;
		left:0;
		z-index: 2;
	}
	#mainmnu .nav-link {padding: 10px 20px 10px 0;}
	.nav-item.reseaux {padding:10px 0;}
	#mainmnu .dropdown {
		text-align: left;
		background-image: url("/pics/mnu_fleche_droite.png");
		background-position: right 25px top 10px;
		background-repeat: no-repeat;
	}
	#mainmnu .dropdown.show {background-image: url("/pics/mnu_fleche_bas.png");}
	#mainmnu .dropdown-menu {box-shadow:none;padding: 0 20px;border:0;}
	#mainmnu .dropdown-item {padding: 0 0 10px 0;}
	.navbar-nav {width:100%;}
	.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;}
	
	.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");}
	.collapsing{transition:height .1s ease}
	.divbonjour {position:static;left:auto;right:auto;top:auto;margin-top:0;padding: 5px 20px;}
	.conference section.premiere {padding-top:124px;}
	.fdtitsalade, .fdtitcreme, .fdtitspray, .rece .fdtitsalade {
		padding-top: 200px;
		background-position:center top 100px;
		background-size: auto 180px;
	}
	.div1theme .divtxt {min-height: 366px;}
	.thema .div1theme .divtxt {min-height: 130px;}
	.salon .div1why {border-radius:20px;}
	.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 #17e39e;
		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 ul.ui-tabs-nav li:first-child, #etapconf ul.ui-tabs-nav li:last-child {margin: 0.5rem 15%;width:70%;display:block;}
	.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%;}
	.rupl .divhraison {height:auto;}
	.imgrupl2, .imgrupl3, .imgrece1 {min-height: 200px;}
	.btn-primary {padding: 10px 28px;}
	.home iframe {min-height: 340px;}
}

@media (max-width: 767.98px) {
	h1 {font-size:40px;}
	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;}
	.div1theme {margin-top:20px;margin-bottom: 60px;}
	.home .div1theme {margin-top:20px;margin-bottom: 0;min-height: 0;}
	.div1theme .divtxt {min-height: 0; padding-bottom:80px;}
	.salon .schema {padding: 120px 20%;min-height:0;}
	.salon .div1btn, .thema .div1btn {width: 200px;}
	.div1arg {max-width: 100% !important;}
	.div1arg.arg2, .div1arg.arg4 {border-right:5px solid #FFFFFF;border-left:0;}
	.div1arg img {height:auto; margin: 0 20px 0 0 !important;}
	.div1arg.arg1 img, .div1arg.arg3 img {width:40px;}
	.div1arg.arg2 img, .div1arg.arg4 img {width:33px;}
	.div1arg.arg5 img {width:38px;}

	#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;}
	.divexpo .exponouveau {right:10px;}
	.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;}
	.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;}
	.home iframe {min-height: 260px;}
}
@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;}
	.conference .lienfavori {float: none;}
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding-right: 30px;  padding-left: 30px;}
	.row {margin-right: -30px;margin-left: -30px;}
	.div1chiffre {border:0;}
}
@media (max-width: 400px) {
}