/* header */
div#socials ul li img {
  height: 24px;
}
.h50 {height: 50px;}
.h150 {height: 150px;}
.h290 {height: 290px;}

#smart_header {
  z-index: 99;
  height: 70px;
}
#smart_header, #smart_footer {
  display: none;
}
#header #date_salon, #footer #date_salon {
  width: 100%;
  height: 28px;
  background-position: left;
  background-image: url(http://www.espritmeuble.com/visiteur/assets/images/date_salon.png);
  background-repeat: no-repeat;
}
#header h1, #footer h1 {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#header #header_sep, #footer #header_sep {
  position: relative;
  height: 2px;
  background-image: url(http://www.espritmeuble.com/visiteur/assets/images/header_sep.png);
  background-repeat: no-repeat;
}
#header #header_sep, #footer #socials, #footer #header_sep {
  width: 100%;
  display: inline-block;
}
.slickheader li ul {
    background-color:#fff;
    position:absolute;
    left:0;
    top:37px;
}
.btn-exp-infos {
    -moz-border-radius: 28px !important;
    -webkit-border-radius: 28px !important;
    border-radius: 28px!important;
    cursor: pointer !important;
    font-size: 16px !important;
    padding: 10px 25px !important;
    color: #B44B37 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    display: inline-block !important;
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    margin: 0.2em !important;
    box-sizing: border-box !important;
    border:3px solid #B44B37 !important;
}
.btn-exp-infos:hover {
    background-color:#B44B37 !important;
    color:#fff !important;
}

/* navtop */
#navtop {
  border-bottom: 1px solid #828282;
  text-align: center;
}
#navtop ul {
  margin: auto;
  height: 100%;
  display: inline-block;
  padding-top: 13px;
}
#navtop ul li {
  float: left;
  padding: 0 10px 0 10px;
}
#navtop ul li a {
  color: inherit;
  padding-top:15px;
  padding-bottom:15px;
}
#navtop li + li {
  background:url(../images/navtop.png) no-repeat top left;
}
#navtop ul li ul li{
  padding-top:5px;
  padding-bottom:5px;
  background-image: none;
  cursor:pointer;
  width:100%;
  white-space:nowrap;
}

.slickheader li li {
    position:relative;
    margin:0;
    display:block;
}
.slickheader li li ul {
    position:absolute;
    top:0;
    left:200px; /* make this equal to the width of the sub nav above */
    margin:0;
}

#navtop .sub-menu {
  margin: 0;
  padding: 0;
  display:none;
  height:auto;
  min-width: 100%;
  padding-bottom:10px;
  border: 1px solid #000;
  border-top:0;
}

/* Ariane fond violet */
#ariane {
  background-color: #8b56ef;
}
#ariane ul, #ariane ul li {
  margin: 0;
  padding: 0;
}
#ariane ul li {
  float: left;
}
#ariane img {
  height:55px;
  padding-bottom: 7px;
}
#ariane a {
  color:#000;
  font-size: 12px;
}
#ariane ul li.active a {
  color:#fff;
}
#ariane li {
  text-align: center;
  line-height: 14px;
  margin: 0 12px !important;
}

form input[type="submit"], a.submit {
	background-color:#ffffff;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:3px solid #D6603D;
	display:inline-block;
	cursor:pointer;
	color:#D6603D;
	font-size:18px;
	padding:15px 30px;
	text-decoration:none;
}
form input[type="submit"]:hover, a.submit:hover {
	background-color:#D6603D;
  color:#fff;
}

/* error */
.error label {
  color:red;
}
.error input[type="text"] {
	border:1px solid red;
}

/* espace exposant alert / block */
.alert {
  background-color: #8b56ef;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.alert img {
  height: 65px;
}

.block {
  background-color: #efefef;
  box-shadow: 0px 0px 15px 0px rgba(215,215,215,1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(215,215,215,1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(215,215,215,1);
}
.block img {
  height: 65px;
}

.dropzone2 {
  min-height: 80px;
}


#cke_description_fr, #cke_description_en {
  width: 100%;
}

.stand_ids {
    flex-direction: row !important;
    justify-content: left !important;
    flex-wrap: wrap !important;
    width: 100%;
    height: 100%;
}

.stand_ids_lounge {
    display: block !important;
    width: 100%;
    height: 100%;
}
