html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*--------preview page--------*/
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preview-body {
  background: #fff;
}

.preview-body .top-bar {
  text-align: center;
}

.preview-body .top-bar .center {
  text-align: center;
}

.preview-body .top-bar img {
  animation: appear 1.4s ease-in 1;
  -moz-animation: appear 1.4s ease-in 1;
  -webkit-animation: appear 1.4s ease-in 1;
}

.preview-body div.logo {
  padding: 20px 0 0;
}

section.preview {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0;
}

section.preview #wrapper {
  margin: 0 auto;
}

section.preview div.part {
  padding: 15px 0 0;
  margin: 15px 0 0;
  text-align: center;
  width: 100%;
}

section.preview div.part div.container {
  list-style: none;
  text-align: center;
  vertical-align: top;
  padding: 0 0 45px;
  animation: appear 0.4s linear 1;
  -moz-animation: appear 0.4s linear 1;
  -webkit-animation: appear 0.4s linear 1;
}

section.preview div.part h2.title {
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  color: #433c3f;
  font-family: Trebuchet MS;
  padding: 0 0 20px 19px;
  clear: both;
  font-size: 18px;
  font-weight: bold;
}

section.preview div.part div.container a img {
  width: 100px;
  border-radius: 5px;
  box-shadow: 0px 0px 12px 1px #ccc;
  -moz-border-radius: 5px;
  -moz-box-shadow: 0px 0px 12px 1px #ccc;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 1px #ccc;
  margin: 0 0 7px;
}

section.preview div.part div.container a:hover img {
  border-radius: 5px;
  transition: 0.2s linear;
  box-shadow: 0px 0px 30px 5px #bcd4ff;
  -moz-border-radius: 5px;
  -moz-transition: 0.2s linear;
  -moz-box-shadow: 0px 0px 30px 5px #bcd4ff;
  -webkit-border-radius: 5px;
  -webkit-transition: 0.2s linear;
  -webkit-box-shadow: 0px 0px 30px 5px #bcd4ff;
}

section.preview div.part div.container {
  padding: 0px 21px 20px;
  margin: 0 0 20px;
  min-height: 256px;
  display: inline-block;
  text-align: center;
}

section.preview div.part div.container a {
  color: #999999;
  font-family: Trebuchet MS;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  display: block;
  border: none;
  width: 100px;
  text-decoration: none;
}

section.preview div.part div.container a:hover {
  text-decoration: none;
  color: #85b0ff;
  transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}

section.preview div.part div.container a.in-progress img,
section.preview div.part div.container .psds a.in-progress {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

section.preview div.part div.container a.in-progress {
  cursor: default;
}

section.preview div.part div.container a.in-progress:hover {
  color: #999999;
}

section.preview div.part div.container a.in-progress:hover img {
  box-shadow: 0px 0px 12px 1px #ccc;
  -moz-border-radius: 5px;
  -moz-box-shadow: 0px 0px 12px 1px #ccc;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 1px #ccc;
}

section.preview div.part div.container .psd {
  margin: 0;
  text-transform: lowercase;
  font-size: 11px;
  width: 30px;
}

section.preview div.part div.container .psds {
  float: left;
  width: 30px;
  height: 37px;
  display: block;
  padding: 7px 0 0 30px;
  margin: 4px 0 0 22px;
  background: url("../images/bgs/preview-pic.png") 0 1px no-repeat;
}

/*--------end preview styles-------*/
/*---system.base.css---*/
/**
 * @file
 * Generic theme-independent base styles.
 */
/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}

/* Animated throbber */
html.js input.form-autocomplete {
  /*background-image: url(../../misc/throbber.gif);*/
  background-position: 100% 2px;
  /* LTR */
  background-repeat: no-repeat;
}

html.js input.throbbing {
  background-position: 100% -18px;
  /* LTR */
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}

fieldset.collapsible {
  position: relative;
}

fieldset.collapsible .fieldset-legend {
  display: block;
}

/**
 * Resizable textareas.
 *
 * @see textarea.js
 */
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.resizable-textarea .grippie {
  /*background: #eee url(../../misc/grippie.png) no-repeat center 2px;*/
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
body.drag {
  cursor: move;
}

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em;
  /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em;
  /* LTR */
  text-decoration: none;
}

a.tabledrag-handle:hover {
  text-decoration: none;
}

a.tabledrag-handle .handle {
  /*background: url(../../misc/draggable.png) no-repeat 0 0;*/
  height: 13px;
  margin-top: 4px;
  width: 13px;
}

a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

div.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}

div.tree-child {
  /*background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
}

div.tree-child-last {
  /*background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}

div.tree-child-horizontal {
  /*background: url(../../misc/tree.png) no-repeat -11px center;*/
}

.tabledrag-toggle-weight-wrapper {
  text-align: right;
  /* LTR */
}

/**
 * TableHeader behavior.
 *
 * @see tableheader.js
 */
table.sticky-header {
  background-color: #fff;
  margin-top: 0;
}

/**
 * Progress behavior.
 *
 * @see progress.js
 */
/* Bar */
.progress .bar {
  background-color: #fff;
  border: 1px solid;
}

.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px;
}

.progress .percentage {
  float: right;
  /* LTR */
}

.progress-disabled {
  float: left;
  /* LTR */
}

/* Throbber */
.ajax-progress {
  float: left;
  /* LTR */
}

.ajax-progress .throbber {
  /*background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;*/
  float: left;
  /* LTR */
  height: 15px;
  margin: 2px;
  width: 15px;
}

.views-exposed-widget.views-submit-button,
.ajax-progress.ajax-progress-throbber {
  width: 100%;
  display: block;
  float: none;
  padding: 10px;
  text-align: center;
  clear: both;
}

.views-exposed-widget.views-submit-button:after,
.ajax-progress.ajax-progress-throbber:after,
.ajax-progress.ajax-progress-throbber:before {
  display: block;
  clear: both;
  content: '';
  float: none;
}

.views-exposed-widget.views-submit-button .ajax-progress.ajax-progress-throbber .throbber,
.ajax-progress.ajax-progress-throbber .throbber {
  background: url("../images/ajax-loader.gif") 0 0 transparent;
  width: 31px;
  height: 31px;
  float: none;
  margin: 5px auto;
  display: inline-block;
}

#userAccountTabs .ajax-progress.ajax-progress-throbber {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bgs/white-50.png) repeat 0 0;
  z-index: 9999;
}

#userAccountTabs .ajax-progress.ajax-progress-throbber .throbber {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}

tr .ajax-progress .throbber {
  margin: 0 2px;
}

.ajax-progress-bar {
  width: 16em;
}

/**
 * Inline items.
 */
.container-inline div,
.container-inline label {
  display: inline;
}

/* Fieldset contents always need to be rendered as block. */
.container-inline .fieldset-wrapper {
  display: block;
}

/**
 * Prevent text wrapping.
 */
.nowrap {
  white-space: nowrap;
}

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
  display: none;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE6 */
* html .clearfix {
  height: 1%;
}

/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

/*---end system.base.css---*/
/*---system.admin.css---*/
/**
 * @file
 * Styles for administration pages.
 */
/**
 * Administration blocks.
 */
div.admin-panel {
  margin: 0;
  padding: 5px 5px 15px 5px;
}

div.admin-panel .description {
  margin: 0 0 3px;
  padding: 2px 0 3px 0;
}

div.admin-panel .body {
  padding: 0 4px 2px 8px;
  /* LTR */
}

div.admin {
  padding-top: 15px;
}

div.admin .left {
  float: left;
  /* LTR */
  width: 47%;
  margin-left: 1em;
  /* LTR */
}

div.admin .right {
  float: right;
  /* LTR */
  width: 47%;
  margin-right: 1em;
  /* LTR */
}

div.admin .expert-link {
  text-align: right;
  /* LTR */
  margin-right: 1em;
  /* LTR */
  padding-right: 4px;
  /* LTR */
}

/**
 * Markup generated by theme_system_compact_link().
 */
.compact-link {
  margin: 0 0 0.5em 0;
}

/**
 * Quick inline admin links.
 */
small .admin-link:before {
  content: '[';
}

small .admin-link:after {
  content: ']';
}

/**
 * Modules page.
 */
#system-modules div.incompatible {
  font-weight: bold;
}

div.admin-requirements,
div.admin-required {
  font-size: 0.9em;
  color: #444;
}

span.admin-disabled {
  color: #800;
}

span.admin-enabled {
  color: #080;
}

span.admin-missing {
  color: #f00;
}

a.module-link {
  display: block;
  padding: 1px 0 1px 20px;
  /* LTR */
  white-space: nowrap;
}

a.module-link-help {
  /*background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */
}

a.module-link-permissions {
  /*background: url(../../misc/permissions.png) 0 50% no-repeat; /* LTR */
}

a.module-link-configure {
  /*background: url(../../misc/configure.png) 0 50% no-repeat; /* LTR */
}

.module-help {
  margin-left: 1em;
  /* LTR */
  float: right;
  /* LTR */
}

/**
 * Status report.
 */
table.system-status-report td {
  padding: 6px;
  vertical-align: middle;
}

table.system-status-report tr.merge-up td {
  padding: 0 6px 8px 28px;
  /* LTR */
}

table.system-status-report td.status-icon {
  width: 16px;
  padding-right: 0;
  /* LTR */
}

table.system-status-report td.status-icon div {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

table.system-status-report tr.error td.status-icon div {
  /*background-image: url(../../misc/message-16-error.png);*/
}

table.system-status-report tr.warning td.status-icon div {
  /*background-image: url(../../misc/message-16-warning.png);*/
}

tr.merge-down,
tr.merge-down td {
  border-bottom-width: 0 !important;
}

tr.merge-up,
tr.merge-up td {
  border-top-width: 0 !important;
}

/**
 * Theme settings.
 */
.theme-settings-left {
  float: left;
  width: 49%;
}

.theme-settings-right {
  float: right;
  width: 49%;
}

.theme-settings-bottom {
  clear: both;
}

/**
 * Appearance page.
 */
table.screenshot {
  margin-right: 1em;
  /* LTR */
}

.theme-info h2 {
  margin-bottom: 0;
}

.theme-info p {
  margin-top: 0;
}

.system-themes-list {
  margin-bottom: 20px;
}

.system-themes-list-disabled {
  border-top: 1px solid #cdcdcd;
  padding-top: 20px;
}

.system-themes-list h2 {
  margin: 0;
}

.theme-selector {
  padding-top: 20px;
}

.theme-selector .screenshot,
.theme-selector .no-screenshot {
  border: 1px solid #e0e0d8;
  padding: 2px;
  vertical-align: bottom;
  width: 294px;
  height: 219px;
  line-height: 219px;
  text-align: center;
}

.theme-default .screenshot {
  border: 1px solid #aaa;
}

.system-themes-list-enabled .theme-selector .screenshot,
.system-themes-list-enabled .theme-selector .no-screenshot {
  float: left;
  /* LTR */
  margin: 0 20px 0 0;
  /* LTR */
}

.system-themes-list-disabled .theme-selector .screenshot,
.system-themes-list-disabled .theme-selector .no-screenshot {
  width: 194px;
  height: 144px;
  line-height: 144px;
}

.theme-selector h3 {
  font-weight: normal;
}

.theme-default h3 {
  font-weight: bold;
}

.system-themes-list-enabled .theme-selector h3 {
  margin-top: 0;
}

.system-themes-list-disabled .theme-selector {
  width: 300px;
  float: left;
  /* LTR */
  padding: 20px 20px 20px 0;
  /* LTR */
}

.system-themes-list-enabled .theme-info {
  max-width: 940px;
}

.system-themes-list-disabled .theme-info {
  min-height: 170px;
}

.theme-selector .incompatible {
  margin-top: 10px;
  font-weight: bold;
}

.theme-selector .operations {
  margin: 10px 0 0 0;
  padding: 0;
}

.theme-selector .operations li {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0 0.7em;
  list-style-type: none;
  border-right: 1px solid #cdcdcd;
  /* LTR */
}

.theme-selector .operations li.last {
  padding: 0 0 0 0.7em;
  /* LTR */
  border-right: none;
  /* LTR */
}

.theme-selector .operations li.first {
  padding: 0 0.7em 0 0;
  /* LTR */
}

#system-themes-admin-form {
  clear: left;
}

/**
 * Exposed filters.
 */
.exposed-filters .filters {
  float: left;
  /* LTR */
  margin-right: 1em;
  /* LTR */
  width: 25em;
  /* IE6 */
}

.exposed-filters .form-item {
  margin: 0 0 0.1em 0;
  padding: 0;
}

.exposed-filters .form-item label {
  float: left;
  /* LTR */
  font-weight: normal;
  width: 10em;
}

.exposed-filters .form-select {
  width: 14em;
}

/* Current filters */
.exposed-filters .current-filters {
  margin-bottom: 1em;
}

.exposed-filters .current-filters .placeholder {
  font-style: normal;
  font-weight: bold;
}

.exposed-filters .additional-filters {
  float: left;
  /* LTR */
  margin-right: 1em;
  /* LTR */
}

/*---end system.admin.css---*/
/*---system.menus.css---*/
/**
 * @file
 * Styles for menus and navigation markup.
 */
/**
 * Markup generated by theme_menu_tree().
 */
ul.menu {
  border: none;
  list-style: none;
  text-align: left;
  /* LTR */
}

ul.menu li {
  margin: 0 0 0 0.5em;
  /* LTR */
}

ul li.expanded {
  /*list-style-image: url(../../misc/menu-expanded.png);*/
  list-style-type: circle;
}

ul li.collapsed {
  /*list-style-image: url(../../misc/menu-collapsed.png); /* LTR */
  list-style-type: disc;
}

ul li.leaf {
  /* list-style-image: url(../../misc/menu-leaf.png);*/
  list-style-type: square;
}

li.expanded,
li.collapsed,
li.leaf {
  padding: 0.2em 0.5em 0 0;
  /* LTR */
  margin: 0;
}

li a.active {
  color: #000;
}

td.menu-disabled {
  background: #ccc;
}

/**
 * Markup generated by theme_links().
 */
ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
}

ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

/**
 * Markup generated by theme_breadcrumb().
 */
.breadcrumb {
  padding-bottom: 0.5em;
}

/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  /* LTR */
  white-space: nowrap;
}

ul.primary li {
  display: inline;
}

ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0 1em;
  text-decoration: none;
}

ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}

ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}

ul.secondary li {
  border-right: 1px solid #ccc;
  /* LTR */
  display: inline;
  padding: 0 1em;
}

ul.secondary a {
  padding: 0;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*---end system.menus.css---*/
/*---system.messages.css---*/
/**
 * @file
 * Styles for system messages.
 */
div.messages {
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
}

div.status {
  /*background-image: url(../../misc/message-24-ok.png);*/
  border-color: #be7;
}

div.status,
.ok {
  color: #234600;
}

div.status,
table tr.ok {
  background-color: #f8fff0;
}

div.warning {
  /*background-image: url(../../misc/message-24-warning.png);*/
  border-color: #ed5;
}

div.warning,
.warning {
  color: #840;
}

div.warning,
table tr.warning {
  background-color: #fffce5;
}

div.error {
  /*background-image: url(../../misc/message-24-error.png);*/
  border-color: #ed541d;
}

div.error,
.error {
  color: #8c2e0b;
}

div.error,
table tr.error {
  background-color: #fef5f1;
}

div.error p.error {
  color: #333;
}

div.messages ul {
  margin: 0 0 0 1em;
  /* LTR */
  padding: 0;
}

div.messages ul li {
  list-style-image: none;
}

/*---end system.messages.css---*/
/*---system.theme.css---*/
/**
 * @file
 * Basic styling for common markup.
 */
/**
 * HTML elements.
 */
fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}

form {
  margin: 0;
  padding: 0;
}

hr {
  border: 1px solid gray;
  height: 1px;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
}

th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  /* LTR */
  text-align: left;
  /* LTR */
}

tbody {
  border-top: 1px solid #ccc;
}

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline;
}

td.active {
  background-color: #ddd;
}

/**
 * Markup generated by theme_item_list().
 */
.item-list .title {
  font-weight: bold;
}

.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}

.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  /* LTR */
  padding: 0;
}

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

.form-item .description {
  font-size: 0.85em;
}

label {
  display: block;
  font-weight: bold;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

input.form-checkbox,
input.form-radio {
  vertical-align: middle;
}

.marker,
.form-required {
  color: #f00;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

/**
 * Inline items.
 */
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Markup generated by theme_more_link().
 */
.more-link {
  text-align: right;
  /* LTR */
}

/**
 * Markup generated by theme_more_help_link().
 */
.more-help-link {
  text-align: right;
  /* LTR */
}

.more-help-link a {
  /*background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Markup generated by theme_pager().
 */
.item-list .pager {
  clear: both;
  text-align: center;
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

.pager-current {
  font-weight: bold;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsible .fieldset-legend {
  /*background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */
  padding-left: 15px;
  /* LTR */
}

html.js fieldset.collapsed .fieldset-legend {
  /*background-image: url(../../misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%;
  /* LTR */
}

.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/
tr.selected td {
  background: #ffc;
}

td.checkbox,
th.checkbox {
  text-align: center;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}

.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.progress .filled {
  /*background: #0072b9 url(../../misc/progress.gif);*/
}

/*---end system.theme.css---*/
/* Selectmenu
----------------------------------*/
.ui-selectmenu {
  display: block;
  display: inline-block;
  position: relative;
  height: 2.2em;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  zoom: 1;
}

.ui-selectmenu-icon {
  position: absolute;
  right: 6px;
  margin-top: -8px;
  top: 50%;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  display: none;
  z-index: 1005;
}

/* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-menu-popup {
  margin-top: -1px;
}

.ui-selectmenu-menu li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  font-weight: normal !important;
}

.ui-selectmenu-menu li a, .ui-selectmenu-status {
  line-height: 1.4em;
  display: block;
  padding: .405em 2.1em .405em 1em;
  outline: none;
  text-decoration: none;
}

.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled {
  cursor: default;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
  padding-left: 20px;
  position: relative;
  margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
  position: absolute;
  top: 1em;
  margin-top: -8px;
  left: 0;
}

.ui-selectmenu-status {
  line-height: 1.4em;
}

.ui-selectmenu-menu li span, .ui-selectmenu-status span {
  display: block;
  margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-weight: bold;
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
  opacity: .8;
}

/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group {
  font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  line-height: 1.4em;
  display: block;
  padding: .6em .5em 0;
  font-weight: bold;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin: 0;
  padding: 0;
}

/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li {
  border-color: pink;
  filter: chroma(color=pink);
  width: 100%;
}

* html .ui-selectmenu-menu li a {
  position: relative;
}

/* IE7 workaround (opacity disabled) */
* + html .ui-state-disabled, * + html .ui-state-disabled a {
  color: silver;
}

/*! jQuery UI - v1.10.3 - 2013-10-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.tabs.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* Component containers
----------------------------------*/
.ui-widget-content {
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: bold;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* Overlays */
.ui-widget-overlay {
  background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/bgs/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/bgs/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/bgs/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/bgs/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/bgs/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/bgs/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
@font-face {
  font-family: 'nd-b';
  src: url("../fonts/NeutraDisp-Bold/NeutraDisp-Bold.eot");
  src: url("../fonts/NeutraDisp-Bold/NeutraDisp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeutraDisp-Bold/NeutraDisp-Bold.woff") format("woff"), url("../fonts/NeutraDisp-Bold/NeutraDisp-Bold.ttf") format("truetype"), url("../fonts/NeutraDisp-Bold/NeutraDisp-Bold.svg#nd-b") format("svg");
  font-weight: normal;
  font-style: normal;
}
.clear-fix, footer .footer-wrapper, footer .footer-wrapper ul, header, header .top-part, header .bottom-part, .cols .col-top, .cols .col-map, .block-actualites, .block-publications, .block-document, .block-veille, .block-contact-atout-france, .block-contact-publications, .block-plus-info, .block-sur-le-meme-theme, .block-actualites-associees, .block-participants-list, .block-all-markets, .block-meme-zone, .block-parutions-associees, .block-rendez-vous-associees, .block-services-associes, .block-paraitre, .block-collections, .cols .block-toutes-nos-publications, .block-search, .block-actualites .row, .block-publications .row, .block-document .row, .block-veille .row, .block-contact-atout-france .row, .block-contact-publications .row, .block-plus-info .row, .block-sur-le-meme-theme .row, .block-actualites-associees .row, .block-participants-list .row, .block-all-markets .row, .block-meme-zone .row, .block-parutions-associees .row, .block-rendez-vous-associees .row, .block-services-associes .row, .block-paraitre .row, .block-collections .row, .cols .block-toutes-nos-publications .row, .block-search .row, .block-social-links, .block-social-links .wrapper, .block-promotions, .block-offre-groupee, .block-result-search, .cols .block-toutes-nos-publications .item, .cols .block-toutes-nos-publications .form-body, .form-body, .block-parution, .block-functionalites, .block-functionalites .item, #userAccountTabs.ui-tabs .col-left .block-abonnements, #userAccountTabs.ui-tabs .col-left .block-abonnements .block-abonnements-left .webform-component-wrapper, .block-result-search .inner-area.two-cols, .list-of-countries {
  *zoom: 1;
}
.clear-fix:after, footer .footer-wrapper:after, footer .footer-wrapper ul:after, header:after, header .top-part:after, header .bottom-part:after, .cols .col-top:after, .cols .col-map:after, .block-actualites:after, .block-publications:after, .block-document:after, .block-veille:after, .block-contact-atout-france:after, .block-contact-publications:after, .block-plus-info:after, .block-sur-le-meme-theme:after, .block-actualites-associees:after, .block-participants-list:after, .block-all-markets:after, .block-meme-zone:after, .block-parutions-associees:after, .block-rendez-vous-associees:after, .block-services-associes:after, .block-paraitre:after, .block-collections:after, .cols .block-toutes-nos-publications:after, .block-search:after, .block-actualites .row:after, .block-publications .row:after, .block-document .row:after, .block-veille .row:after, .block-contact-atout-france .row:after, .block-contact-publications .row:after, .block-plus-info .row:after, .block-sur-le-meme-theme .row:after, .block-actualites-associees .row:after, .block-participants-list .row:after, .block-all-markets .row:after, .block-meme-zone .row:after, .block-parutions-associees .row:after, .block-rendez-vous-associees .row:after, .block-services-associes .row:after, .block-paraitre .row:after, .block-collections .row:after, .cols .block-toutes-nos-publications .row:after, .block-search .row:after, .block-social-links:after, .block-social-links .wrapper:after, .block-promotions:after, .block-offre-groupee:after, .block-result-search:after, .cols .block-toutes-nos-publications .item:after, .cols .block-toutes-nos-publications .form-body:after, .form-body:after, .block-parution:after, .block-functionalites:after, .block-functionalites .item:after, #userAccountTabs.ui-tabs .col-left .block-abonnements:after, #userAccountTabs.ui-tabs .col-left .block-abonnements .block-abonnements-left .webform-component-wrapper:after, .block-result-search .inner-area.two-cols:after, .list-of-countries:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

* {
  outline: 0;
  margin: 0;
}

textarea {
  resize: none;
}

/*--main styles--*/
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}

.clear {
  clear: both;
  float: none;
  display: block;
  content: '';
}

.clear-fix, footer .footer-wrapper, footer .footer-wrapper ul, header, header .top-part, header .bottom-part, .cols .col-top, .cols .col-map, .block-actualites, .block-publications, .block-document, .block-veille, .block-contact-atout-france, .block-contact-publications, .block-plus-info, .block-sur-le-meme-theme, .block-actualites-associees, .block-participants-list, .block-all-markets, .block-meme-zone, .block-parutions-associees, .block-rendez-vous-associees, .block-services-associes, .block-paraitre, .block-collections, .cols .block-toutes-nos-publications, .block-search, .block-actualites .row, .block-publications .row, .block-document .row, .block-veille .row, .block-contact-atout-france .row, .block-contact-publications .row, .block-plus-info .row, .block-sur-le-meme-theme .row, .block-actualites-associees .row, .block-participants-list .row, .block-all-markets .row, .block-meme-zone .row, .block-parutions-associees .row, .block-rendez-vous-associees .row, .block-services-associes .row, .block-paraitre .row, .block-collections .row, .cols .block-toutes-nos-publications .row, .block-search .row, .block-social-links, .block-social-links .wrapper, .block-promotions, .block-offre-groupee, .block-result-search, .cols .block-toutes-nos-publications .item, .cols .block-toutes-nos-publications .form-body, .form-body, .block-parution, .block-functionalites, .block-functionalites .item, #userAccountTabs.ui-tabs .col-left .block-abonnements, #userAccountTabs.ui-tabs .col-left .block-abonnements .block-abonnements-left .webform-component-wrapper, .block-result-search .inner-area.two-cols, .list-of-countries {
  *zoom: 1;
}
.clear-fix:after, footer .footer-wrapper:after, footer .footer-wrapper ul:after, header:after, header .top-part:after, header .bottom-part:after, .cols .col-top:after, .cols .col-map:after, .block-actualites:after, .block-publications:after, .block-document:after, .block-veille:after, .block-contact-atout-france:after, .block-contact-publications:after, .block-plus-info:after, .block-sur-le-meme-theme:after, .block-actualites-associees:after, .block-participants-list:after, .block-all-markets:after, .block-meme-zone:after, .block-parutions-associees:after, .block-rendez-vous-associees:after, .block-services-associes:after, .block-paraitre:after, .block-collections:after, .cols .block-toutes-nos-publications:after, .block-search:after, .block-actualites .row:after, .block-publications .row:after, .block-document .row:after, .block-veille .row:after, .block-contact-atout-france .row:after, .block-contact-publications .row:after, .block-plus-info .row:after, .block-sur-le-meme-theme .row:after, .block-actualites-associees .row:after, .block-participants-list .row:after, .block-all-markets .row:after, .block-meme-zone .row:after, .block-parutions-associees .row:after, .block-rendez-vous-associees .row:after, .block-services-associes .row:after, .block-paraitre .row:after, .block-collections .row:after, .cols .block-toutes-nos-publications .row:after, .block-search .row:after, .block-social-links:after, .block-social-links .wrapper:after, .block-promotions:after, .block-offre-groupee:after, .block-result-search:after, .cols .block-toutes-nos-publications .item:after, .cols .block-toutes-nos-publications .form-body:after, .form-body:after, .block-parution:after, .block-functionalites:after, .block-functionalites .item:after, #userAccountTabs.ui-tabs .col-left .block-abonnements:after, #userAccountTabs.ui-tabs .col-left .block-abonnements .block-abonnements-left .webform-component-wrapper:after, .block-result-search .inner-area.two-cols:after, .list-of-countries:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

ul,
.block ul {
  margin: 0;
  padding: 0;
}
ul li,
.block ul li {
  list-style: none;
  list-style-image: none;
}

a {
  display: block;
}

a,
a.active,
li a.active {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

i {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

button {
  -webkit-appearance: none;
}

input[type=submit],
input[type=password],
input[type=button],
input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-appearance: caret;
  -moz-appearance: caret;
  outline: 0;
}

input[type=text],
input[type=password] {
  margin: 0;
  padding: 0;
}

.form-item {
  margin: 0;
  padding: 0;
}

label {
  font-weight: normal;
}

sup {
  top: -0.6em;
  line-height: 0.6em;
  font-size: 0.6em;
  position: relative;
}

.watermark_container {
  overflow: hidden;
}
.watermark_container .watermark {
  position: absolute;
  color: #909090;
  font-size: 13px;
  margin: 4px 0 0 6px;
}
.watermark_container .watermark-out, .watermark_container .watermark-hide {
  top: -9999px;
  left: -9999px;
}

.page {
  width: 1024px;
  height: auto;
  background-color: #fff;
  position: relative;
  min-height: 100%;
  margin: 0 auto -50px auto;
}

.page:after {
  content: "";
  display: block;
}

.page-wrapper {
  position: relative;
  margin: 0 0 0 60px;
  overflow: hidden;
  width: 964px;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.overlay.active {
  display: block;
}

.upload-btn {
  display: inline-block !important;
  color: #999999 !important;
  float: left;
  position: relative;
  padding: 0 0 0 15px;
  margin: 20px 0 0;
  line-height: 120%;
}
.upload-btn .ico {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 14px;
  margin: -7px 0 0;
  background: url('../images/sprite-b.png') no-repeat -1px -35px;
}
.upload-btn:hover {
  text-decoration: none !important;
}

.compleate-btn {
  display: inline-block;
  background: #909090;
  color: #fff;
  font: 14px/100% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  text-transform: uppercase;
  padding: 14px 20px 13px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.compleate-btn .ico {
  display: block;
  position: absolute;
  left: 13px;
  top: 50%;
  width: 8px;
  height: 14px;
  margin: -7px 0 0;
  background: url('../images/sprite-b.png') no-repeat -1px -18px;
}

.registr-btn {
  display: inline-block;
  background: url('../images/sprite-a.png') no-repeat -317px -159px;
  width: 31px;
  height: 41px;
  margin: 0 0 0 15px;
  float: right;
}

.node-type-webform .pane-entity-view .field-name-field-main-image img {
  width: 100%;
  height: auto;
}
.node-type-webform .pane-entity-view h1 .title {
  color: #999999;
  text-transform: uppercase;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 30px;
  line-height: 30px;
  padding: 20px 15px 20px;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.node-type-webform .pane-entity-view .wysiwyg-content {
  padding: 10px 15px;
}
.node-type-webform .pane-entity-view .wysiwyg-content p {
  color: #999999;
  font-size: 14px;
  line-height: 17px;
  padding: 0;
  margin-bottom: 0;
}

.form-block label {
  font-weight: bold;
  margin-bottom: 10px;
}
.form-block label.checkbox {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  cursor: pointer;
}
.form-block textarea,
.form-block select,
.form-block input {
  width: 325px;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 13px;
  line-height: 14px;
  color: #999999;
  background: #fff;
}
.form-block input[type="radio"] {
  width: auto;
  background: transparent !important;
}
.form-block select {
  width: 345px;
}
.form-block select,
.form-block input {
  padding: 6px 10px;
}
.form-block input {
  width: auto;
}
.form-block p {
  font-size: 14px;
  line-height: 16px;
}
.form-block p.margin-bottom-15 {
  margin-bottom: 15px;
}
.form-block .icheckbox {
  width: 22px;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
  margin-right: 8px;
  background: url('../images/sprite-a.png') no-repeat 0 -244px;
  cursor: pointer;
  display: inline-block;
}
.form-block .icheckbox.checked {
  background: url('../images/sprite-a.png') no-repeat 0 -216px;
}
.form-block .icheckbox.checked.disabled {
  background: url('../images/sprite-a.png') no-repeat -30px -216px;
}
.form-block .icheckbox.disabled {
  background: url('../images/sprite-a.png') no-repeat -30px -244px;
}
.form-block .icheckbox input {
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
  display: inline-block;
}
.form-block .icheckbox:after {
  display: block;
  content: '';
  float: none;
  clear: both;
}
.form-block .capcha {
  margin-bottom: 10px;
}
.form-block .ui-selectmenu {
  background: #fff;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}
.form-block .ui-state-default .ui-icon {
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  background: url('../images/sprite-a.png') no-repeat 0 -139px;
}

.form-block-wrapper .form-block {
  background: #e9e9e9;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  padding: 25px 15px 10px;
  margin-bottom: 10px;
}
.form-block-wrapper .link {
  width: 100%;
  padding: 17px;
  color: #979797;
  background: #fff;
  clear: both;
  border: 1px solid #c4c4c4;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 14px;
  display: block;
  cursor: pointer;
}
.form-block-wrapper .link:hover {
  background: #009292;
  border-color: #009292;
  color: #fff;
}
.form-block-wrapper .webform-component-fieldset {
  margin-bottom: 20px;
  padding: 0;
}
.form-block-wrapper .webform-component-fieldset legend {
  margin-bottom: 5px;
  margin-left: 10px;
}
.form-block-wrapper .webform-component-fieldset .fieldset-wrapper {
  padding: 10px 10px;
  background: #e4e4e4;
  -webkit-box-shadow: 0 0 6px #d2d2d2 inset;
  -moz-box-shadow: 0 0 6px #d2d2d2 inset;
  box-shadow: 0 0 6px #d2d2d2 inset;
}
.form-block-wrapper .webform-component-fieldset .fieldset-wrapper p {
  margin-bottom: 20px;
}
.form-block-wrapper .webform-component-fieldset .fieldset-legend .element-invisible,
.form-block-wrapper .webform-component-fieldset .fieldset-legend .summary {
  display: none;
}
.form-block-wrapper .webform-component-fieldset .fieldset-legend .fieldset-title {
  color: #999999;
}
.form-block-wrapper .webform-component-fieldset .fieldset-legend .fieldset-title:hover {
  color: #757474;
}
.form-block-wrapper #edit-submitted-download-ajax-wrapper {
  display: none;
}
.form-block-wrapper .form-item.webform-component {
  margin-bottom: 20px;
}
.form-block-wrapper .form-item.webform-component .description {
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
}
.form-block-wrapper .form-item.webform-component label.checkbox {
  margin-bottom: 0;
}
.form-block-wrapper .form-item.webform-component.webform-component-file, .form-block-wrapper .form-item.webform-component.webform-component-grid, .form-block-wrapper .form-item.webform-component.webform-component-number, .form-block-wrapper .form-item.webform-component.webform-component-time, .form-block-wrapper .form-item.webform-component.webform-component-date {
  display: none;
}
.form-block-wrapper .form-item.webform-component.webform-component-textarea .form-textarea-wrapper {
  width: 345px;
}
.form-block-wrapper .form-item.webform-component.webform-component-textarea .form-textarea-wrapper textarea {
  width: 345px;
}

footer,
.page:after {
  height: 50px;
}

footer {
  height: 50px;
  background-color: #ebebeb;
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
footer .footer-wrapper {
  padding: 12px 10px 6px 70px;
  text-align: center;
}
footer .footer-wrapper ul {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
footer .footer-wrapper ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: left;
  margin: 0 0 0 8px;
  background: url("../images/content/line-footer-menu.png") no-repeat 0 0;
}
footer .footer-wrapper ul li a {
  color: #919191;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 0 8px;
}
footer .footer-wrapper ul li a:hover {
  text-decoration: underline;
}
footer .footer-wrapper ul li.first {
  background: none;
}

header {
  height: 125px;
  position: relative;
  background: #FFF;
  z-index: 6;
  padding-top: 41px;
}
header .logo {
/*  margin: 0 0 0 17px; */
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
 /* display: inline;*/
  float: left;
}
header .logo a {
  display: block;
}
header .logo a img {
  display: block;
}
header .top-part {
  margin-top: 5px;
  height: 52px;
  width: 690px;
  float: right;
  position: relative;
}
header .top-part .basket,
header .top-part .connexion,
header .top-part .connexion-with-user,
header .top-part .devenit,
header .top-part .avantages {
  float: right;
  margin: 0 0 0 4px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
}
header .top-part .basket {
  border: 1px solid #909090;
  height: 13px;
  min-width: 67px;
  padding: 19px 11px 17px 57px;
  color: #909090;
  position: relative;
  letter-spacing: 0.5px;
}
header .top-part .basket .ico {
  width: 35px;
  height: 32px;
  background: url('../images/sprite-a.png') no-repeat 0 0;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
header .top-part .connexion, header .top-part .connexion-with-user {
  background-color: #909090;
  border: 1px solid #909090;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  padding: 19px 23px 17px 23px;
  text-align: center;
  min-width: 88px;
  margin: 0 0 0 11px;
  letter-spacing: 0.06em;
}
header .top-part .connexion-with-user {
  border: 1px solid #909090;
  background: #909090;
  color: #fff;
  text-transform: none;
  text-align: left;
  min-width: 115px;
  padding: 10px 10px 9px;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-align: center;
}
header .top-part .connexion-with-user:hover .user-profile {
  color: #d90613;
}
header .top-part .connexion-with-user span {
  display: block;
  font-weight: bold;
  padding: 3px 0 0 0;
}
header .top-part .connexion-with-user .log-out:after {
  content: '';
  width: 27px;
  height: 31px;
  background: url('../images/sprite-b.png') no-repeat 0 -81px;
  display: block;
  position: absolute;
  top: 10px;
  right: 9px;
}
header .top-part .connexion-with-user .log-out:hover:after {
  content: '';
  background: url('../images/sprite-b.png') no-repeat -37px -81px;
}
header .top-part .connexion-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 75px;
  background: #ebebeb;
  padding: 20px 15px;
  color: #909090;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  z-index: 100;
  width: 260px;
}
header .top-part .connexion-form .text {
  margin-bottom: 20px;
}
header .top-part .connexion-form .text .blue {
  color: #668fff;
}
header .top-part .connexion-form .text:nth-child(2) {
  margin-bottom: 30px;
}
header .top-part .connexion-form.active {
  display: block;
}
header .top-part .connexion-form a.right {
  color: #213a85;
  text-align: right;
  font-size: 12px;
  margin-bottom: 20px;
  display: inline-block;
  float: right;
}
header .top-part .connexion-form a.right:hover {
  text-decoration: underline;
}
header .top-part .connexion-form a.right:after {
  display: block;
  content: '';
  float: none;
  clear: both;
}
header .top-part .connexion-form .remember-me {
  margin-bottom: 30px;
  line-height: 22px;
  vertical-align: top;
  height: 22px;
  display: block;
  clear: both;
  float: none;
}
header .top-part .connexion-form .remember-me .icheckbox {
  width: 22px;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
  margin-right: 8px;
  background: url('../images/sprite-a.png') no-repeat 0 -244px;
  float: left;
  cursor: pointer;
}
header .top-part .connexion-form .remember-me .icheckbox.checked {
  background: url('../images/sprite-a.png') no-repeat 0 -216px;
}
header .top-part .connexion-form .remember-me .icheckbox input {
  width: 22px;
  height: 22px;
}
header .top-part .connexion-form .remember-me input, header .top-part .connexion-form .remember-me label {
  line-height: 22px;
  height: 22px;
  vertical-align: top;
}
header .top-part .connexion-form .remember-me label {
  float: left;
  cursor: pointer;
}
header .top-part .connexion-form .remember-me label:before {
  float: left;
}
header .top-part .connexion-form .remember-me:after {
  display: block;
  content: '';
  float: none;
  clear: both;
}
header .top-part .connexion-form .input {
  height: 20px;
  background: #fff;
  padding: 10px 10px 10px 36px;
  margin-bottom: 4px;
  line-height: 20px;
  vertical-align: top;
  position: relative;
}
header .top-part .connexion-form .input .ico {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 19px;
  height: 15px;
  background: url('../images/sprite-a.png') no-repeat 0 -313px;
  line-height: 20px;
  vertical-align: top;
}
header .top-part .connexion-form .input .form-item {
  margin: 0;
  padding: 0;
}
header .top-part .connexion-form .input input {
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  border: 0;
  padding: 0;
  margin: 0;
  color: #f27f66;
}
header .top-part .connexion-form .input input::-webkit-input-placeholder {
  color: #f27f66;
}
header .top-part .connexion-form .input input:-moz-placeholder {
  /* Firefox 18- */
  color: #f27f66;
}
header .top-part .connexion-form .input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f27f66;
}
header .top-part .connexion-form .input input:-ms-input-placeholder {
  color: #f27f66;
}
.MSIE_8 header .top-part .connexion-form .input input, .MSIE_9 header .top-part .connexion-form .input input {
  color: #f27f66;
}
header .top-part .connexion-form .input.password .ico {
  left: 13px;
  width: 13px;
  height: 16px;
  background: url('../images/sprite-a.png') no-repeat 0 -330px;
}
header .top-part .connexion-form .loginbox-forgot .text {
  margin-bottom: 30px;
}
header .top-part .connexion-form .loginbox-forgot .input.email {
  margin-bottom: 30px;
}
header .top-part .connexion-form .loginbox-forgot .input.email .ico {
  top: 13px;
  left: 9px;
  width: 20px;
  height: 13px;
  background: url('../images/sprite-a.png') no-repeat 0 -417px;
}
header .top-part .connexion-form .loginbox-forgot .btn-orange {
  margin-bottom: 10px;
}
header .top-part .connexion-form .loginbox-normal,
header .top-part .connexion-form .loginbox-forgot {
  display: none;
}
header .top-part .connexion-form .loginbox-normal.active,
header .top-part .connexion-form .loginbox-forgot.active {
  display: block;
}
header .top-part .connexion-form .btn-orange {
  background: #f27f66;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 20px;
  padding: 12px;
  display: block;
  width: 100%;
  line-height: 16px;
  vertical-align: top;
  margin-bottom: 30px;
}
header .top-part .connexion-form .btn-orange .ico {
  vertical-align: top;
  display: inline-block;
  margin-right: 4px;
  width: 9px;
  height: 14px;
  background: url('../images/sprite-a.png') no-repeat 0 -290px;
}
header .top-part .connexion-form .btn-orange:hover {
  background: #e8755c;
}
header .top-part .connexion-form .create-account {
  color: #213a85;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
header .top-part .connexion-form .create-account a {
  color: #213a85;
  display: inline-block;
}
header .top-part .connexion-form .create-account a:hover {
  text-decoration: underline;
}
header .top-part .connexion-form .create-account .ico {
  vertical-align: top;
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-right: 4px;
  background: url('../images/sprite-a.png') no-repeat 0 -270px;
}
header .top-part .connexion-form .close {
  position: absolute;
  top: 0px;
  right: -42px;
  cursor: pointer;
  padding: 14px;
  background: #ebebeb;
}
header .top-part .connexion-form .close .ico {
  width: 13px;
  height: 13px;
  background: url('../images/sprite-a.png') no-repeat -23px -194px;
  display: block;
}
header .top-part .connexion-form .close:hover {
  background: #cccccc;
}
header .top-part .add-to-card-popup {
  border: 1px solid #f27f66;
  color: #f27f66;
  background: #fff;
  position: absolute;
  top: 53px;
  right: 0;
  height: 19px;
  min-width: 67px;
  max-width: 67px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 13px 18px 17px 50px;
  letter-spacing: 0.25px;
  display: none;
}
header .top-part .add-to-card-popup:after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url('../images/sprite-b.png') no-repeat -102px -81px;
  position: absolute;
  top: 11px;
  left: 16px;
}
header .top-part .devenit {
  margin: 0;
  background-color: #d70613;
  border: 1px solid #d70613;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 19px 9px 17px 8px;
  text-align: center;
  min-width: 145px;
}
header .top-part .avantages {
  font-weight: normal;
  color: #d90613;
  border: 1px solid #d70613;
  padding: 18px 5px 18px 6px;
  text-align: center;
  margin: 0;
  min-width: 153px;
}
header .top-part .dropdownMenuTrigger {
  width: 34px;
  height: 34px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/sprite-left-nav.png") 6px -773px no-repeat #000;
  display: none;
  cursor: pointer;
  z-index: 5;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
}
header .bottom-part {
  float: right;
  width: 620px;
  margin: 26px 0 0 60px;
}
header .bottom-part .block-links {
  float: left;
  width: 345px;
}
header .bottom-part .block-links li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 20px 0 0;
}
header .bottom-part .block-links li a {
  background: url("../images/content/arrow-block-links.png") no-repeat 0 0;
  color: #213a85;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 0 16px;
  letter-spacing: 0.5px;
}
header .bottom-part .block-links li a:hover {
  text-decoration: underline;
}
header .bottom-part .second-menu {
  float: right;
  width: 270px;
  margin: 4px 0 0 0;
}
header .bottom-part .second-menu li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: right;
  margin: 0 0 0 7px;
  background: url("../images/content/line-second-menu.png") no-repeat 0 0;
}
header .bottom-part .second-menu li a {
  color: #c3c3c3;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.3px;
  margin: 0 0 0 9px;
}
header .bottom-part .second-menu li a:hover {
  text-decoration: underline;
}
header .bottom-part .second-menu li.last {
  background: none;
}
header.connexion-active {
  z-index: 7;
}

.dropdownMenuTrigger {
  width: 34px;
  height: 34px;
  background: #000;
  position: absolute;
  top: 166px;

  left: 3px;
  background: url("../images/sprite-left-nav.png") 6px -773px no-repeat #000;
  display: none;
  cursor: pointer;
  z-index: 6;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
}

.cols {
  padding-bottom: 10px;
}
.cols .col-top {
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
}
.cols .col-map {
  width: 100%;
  position: relative;
  margin: 0 0 10px 0;
  z-index: 4;
}
.cols .col-left {
  width: 635px;
  float: left;
  margin: 0 10px 0 0;
}
.user-account .cols .col-left {
  width: 645px;
  margin: 0;
  background: #ebebeb;
  color: #919191;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
}
.cols .col-right {
  width: 319px;
  float: right;
}
.user-account .cols .col-right {
  background: #929292;
  color: #fff;
}
.cols .block-with-links {
  display: block;
  margin: 0 2px 9px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.cols .block-with-links .title {
  display: block;
  padding: 19px 14px;
  color: #fffefe;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  background: #f27f66;
  text-transform: uppercase;
}
.cols .block-with-links .inner-content {
  display: block;
  border: 1px solid #9d9d9d;
  border-top: none;
  padding: 15px 29px 4px;
  color: #919191;
  font-size: 15px;
  line-height: 18px;
}
.cols .block-with-links .inner-content ul li {
  display: block;
  padding: 0 0 13px;
  text-transform: uppercase;
}
.cols .block-with-links .inner-content ul li a {
  display: inline-block;
  color: inherit;
}
.cols .block-with-links .inner-content ul li a.active {
  color: #213a83;
  font-weight: bold;
}
.cols .block-with-links .inner-content ul li a:hover {
  color: #213a83;
  font-weight: bold;
}
.cols .block-with-links .inner-content ul li.active a {
  color: #213a83;
  font-weight: bold;
}
.cols .col-bottom {
  width: 100%;
  clear: both;
}
.cols:after {
  clear: both;
  float: none;
  display: block;
  content: '';
}

nav {
  width: 60px;
  height: 100%;
  /*background-color: #333;*/
  background-color: #909090;  
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
}
nav > * {
  font-family: Arial, Helvetica, sans-serif !important;
}
nav.desktopShow {
  display: block !important;
}
nav > ul {
  margin-top: 166px;
}
nav > ul > li {
  display: block;
  border-bottom: 1px solid #ccc;
  width: 60px;
  height: 60px;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  position: relative;
}
nav > ul > li a {
  display: block;
  height: 100%;
  width: 100%;
  background: url("../images/sprite-left-nav.png") 17px 15px no-repeat;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
}
nav > ul > li a.main {
  background-position: 13px -46px;
}
nav > ul > li a.search {
  background-position: 17px -103px;
}
nav > ul > li a.mail {
  background-position: 17px -160px;
}
nav > ul > li a.info {
  background-position: 24px -228px;
}
nav > ul > li a.fb {
  background-position: 23px -286px;
}
nav > ul > li a.tw {
  background-position: 17px -340px;
}
nav > ul > li a.yt {
  background: url("../images/youtube_white_60x60.png") 0 0 no-repeat;
}
nav > ul > li a.li {
  background: url("../images/linkedin_white_60x60.png") 0 0 no-repeat;
}
nav > ul > li:hover {
  background: #555;
}
nav > ul > li .drop {
  display: none;
  margin: 0;
  padding: 20px 15px 2px;
  position: absolute;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  top: -60px;
  left: 60px;
  width: 175px;
  background: url("../images/bgs/black-85.png") 0 0 repeat;
  border-left: 1px solid #666;
}
nav > ul > li .drop > li.level1 span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
nav > ul > li .drop > li.level1 ul.level2 {
  display: none;
  width: 100% !important;
}
nav > ul > li .drop > li.level1 ul.level2.active {
  display: block;
}
nav > ul > li .drop > li.level1.active ul.level2 {
  display: block;
}
nav > ul > li .drop ul {
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
nav > ul > li .drop ul li {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 16px;
  text-transform: uppercase;
}
nav > ul > li .drop ul li a {
  display: block;
  width: auto;
  text-transform: none;
  font-weight: normal;
  padding-left: 15px;
  background: url("../images/sprite-left-nav.png") 0 -420px no-repeat;
}
nav > ul > li .drop ul li a:hover {
  background: url("../images/sprite-left-nav.png") 2px -420px no-repeat;
}
nav > ul > li .drop .drop-form-search label {
  display: none;
}
nav > ul > li .drop .drop-form-search .text-area {
  padding: 15px 5%;
  width: 90%;
  border: none;
}
nav > ul > li .drop .drop-form-search .sbm-btn {
  border: 1px solid #fff;
  border-radius: 4px;
  background: url("../images/sprite-left-nav.png") no-repeat scroll 30px -402px;
  color: #fff;
  padding: 14px 1px;
  text-align: center;
  display: block;
  width: 100%;
  font: 14px Arial, Helvetica, sans-serif, Garuda, FreeSans;
  cursor: pointer;
  margin: 15px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
nav > ul > li.pop-search .drop {
  padding: 20px 15px 40px;
  top: 0;
}
nav > ul > li.active {
  background: url("../images/bgs/black-85.png") 0 0 repeat #333;
}
nav.active-main > ul > li.pop-main {
  background: url("../images/bgs/black-85.png") 0 0 repeat #333;
}
nav.active-search > ul > li.pop-search {
  background: url("../images/bgs/black-85.png") 0 0 repeat #333;
}

.row:after {
  display: block;
  content: '';
  float: none;
  clear: both;
}

/*--end of main styles--*/
/*--Home page styles--*/
.block-slider.slider,
.block-slider.slider-with-two-items {
  position: relative;
  margin-bottom: 10px;
}
.block-slider.slider .owl-controls,
.block-slider.slider-with-two-items .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.block-slider.slider .owl-controls .owl-nav,
.block-slider.slider .owl-controls .owl-buttons,
.block-slider.slider-with-two-items .owl-controls .owl-nav,
.block-slider.slider-with-two-items .owl-controls .owl-buttons {
  position: relative;
  width: 100%;
}
.block-slider.slider .owl-controls .owl-nav .owl-prev,
.block-slider.slider .owl-controls .owl-nav .owl-next,
.block-slider.slider .owl-controls .owl-buttons .owl-prev,
.block-slider.slider .owl-controls .owl-buttons .owl-next,
.block-slider.slider-with-two-items .owl-controls .owl-nav .owl-prev,
.block-slider.slider-with-two-items .owl-controls .owl-nav .owl-next,
.block-slider.slider-with-two-items .owl-controls .owl-buttons .owl-prev,
.block-slider.slider-with-two-items .owl-controls .owl-buttons .owl-next {
  background: url("../images/bgs/black-50.png") 0 0 repeat;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  bottom: 113px;
  left: 0;
}
.block-slider.slider .owl-controls .owl-nav .owl-prev .ico,
.block-slider.slider .owl-controls .owl-nav .owl-next .ico,
.block-slider.slider .owl-controls .owl-buttons .owl-prev .ico,
.block-slider.slider .owl-controls .owl-buttons .owl-next .ico,
.block-slider.slider-with-two-items .owl-controls .owl-nav .owl-prev .ico,
.block-slider.slider-with-two-items .owl-controls .owl-nav .owl-next .ico,
.block-slider.slider-with-two-items .owl-controls .owl-buttons .owl-prev .ico,
.block-slider.slider-with-two-items .owl-controls .owl-buttons .owl-next .ico {
  background: url("../images/sprite-slider.png") 0 0 no-repeat;
  width: 10px;
  height: 30px;
  position: relative;
  top: 10px;
  left: 20px;
}
.block-slider.slider .owl-controls .owl-nav .owl-prev:hover,
.block-slider.slider .owl-controls .owl-nav .owl-next:hover,
.block-slider.slider .owl-controls .owl-buttons .owl-prev:hover,
.block-slider.slider .owl-controls .owl-buttons .owl-next:hover,
.block-slider.slider-with-two-items .owl-controls .owl-nav .owl-prev:hover,
.block-slider.slider-with-two-items .owl-controls .owl-nav .owl-next:hover,
.block-slider.slider-with-two-items .owl-controls .owl-buttons .owl-prev:hover,
.block-slider.slider-with-two-items .owl-controls .owl-buttons .owl-next:hover {
  opacity: 0.8;
}
.block-slider.slider .owl-controls .owl-nav .owl-next,
.block-slider.slider .owl-controls .owl-buttons .owl-next,
.block-slider.slider-with-two-items .owl-controls .owl-nav .owl-next,
.block-slider.slider-with-two-items .owl-controls .owl-buttons .owl-next {
  left: auto;
  right: 0;
}
.block-slider.slider .owl-controls .owl-nav .owl-next .ico,
.block-slider.slider .owl-controls .owl-buttons .owl-next .ico,
.block-slider.slider-with-two-items .owl-controls .owl-nav .owl-next .ico,
.block-slider.slider-with-two-items .owl-controls .owl-buttons .owl-next .ico {
  background: url("../images/sprite-slider.png") 0 -60px no-repeat;
}
.block-slider.slider .owl-controls .owl-dots,
.block-slider.slider .owl-controls .owl-pagination,
.block-slider.slider-with-two-items .owl-controls .owl-dots,
.block-slider.slider-with-two-items .owl-controls .owl-pagination {
  position: absolute;
  background: url("../images/bgs/black-50.png") 0 0 repeat;
  bottom: 0;
  right: 50px;
  height: 50px;
  padding: 0 13px;
}
.block-slider.slider .owl-controls .owl-dots .owl-dot,
.block-slider.slider .owl-controls .owl-dots .owl-page,
.block-slider.slider .owl-controls .owl-pagination .owl-dot,
.block-slider.slider .owl-controls .owl-pagination .owl-page,
.block-slider.slider-with-two-items .owl-controls .owl-dots .owl-dot,
.block-slider.slider-with-two-items .owl-controls .owl-dots .owl-page,
.block-slider.slider-with-two-items .owl-controls .owl-pagination .owl-dot,
.block-slider.slider-with-two-items .owl-controls .owl-pagination .owl-page {
  height: 16px;
  width: 16px;
  background: url("../images/sprite-slider.png") 0 -240px no-repeat;
  float: left;
  margin: 17px 5px;
}
.block-slider.slider .owl-controls .owl-dots .owl-dot.active,
.block-slider.slider .owl-controls .owl-dots .owl-page.active,
.block-slider.slider .owl-controls .owl-pagination .owl-dot.active,
.block-slider.slider .owl-controls .owl-pagination .owl-page.active,
.block-slider.slider-with-two-items .owl-controls .owl-dots .owl-dot.active,
.block-slider.slider-with-two-items .owl-controls .owl-dots .owl-page.active,
.block-slider.slider-with-two-items .owl-controls .owl-pagination .owl-dot.active,
.block-slider.slider-with-two-items .owl-controls .owl-pagination .owl-page.active {
  background: url("../images/sprite-slider.png") 0 -300px no-repeat;
}
.block-slider.slider .owl-controls .owl-dots:after,
.block-slider.slider .owl-controls .owl-pagination:after,
.block-slider.slider-with-two-items .owl-controls .owl-dots:after,
.block-slider.slider-with-two-items .owl-controls .owl-pagination:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
.block-slider.slider .item,
.block-slider.slider-with-two-items .item {
  position: relative;
  height: 295px;
}
.block-slider.slider .item img,
.block-slider.slider-with-two-items .item img {
  display: block;
  width: 964px;
  height: 295px;
}
.block-slider.slider .item .caption,
.block-slider.slider-with-two-items .item .caption {
  position: absolute;
  top: 35px;
  left: 88px;
  width: 615px;
}
.block-slider.slider .item .caption h1,
.block-slider.slider .item .caption h2,
.block-slider.slider-with-two-items .item .caption h1,
.block-slider.slider-with-two-items .item .caption h2 {
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 42px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-slider.slider .item .caption h2,
.block-slider.slider-with-two-items .item .caption h2 {
  margin-bottom: 9px;
}
.block-slider.slider .item .caption a,
.block-slider.slider-with-two-items .item .caption a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding: 18px 20px;
  background: #d70613;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-slider.slider .item .caption a:hover,
.block-slider.slider-with-two-items .item .caption a:hover {
  background: #c30b16;
}
.block-slider.slider .item.dark,
.block-slider.slider-with-two-items .item.dark {
  background: #d6d6d6;
}
.block-slider.slider .item.dark h1, .block-slider.slider .item.dark h2,
.block-slider.slider-with-two-items .item.dark h1,
.block-slider.slider-with-two-items .item.dark h2 {
  color: #333333;
}

.block-slider.slider .item .caption a {
  font-weight: bold;
}
.block-slider.slider .owl-controls .owl-buttons .owl-prev {
  left: 0;
}

.block-tourisme, .block-development {
  background: #23a2a8;
  color: #fff;
  width: 477px;
  margin: 0 10px 10px 0;
  float: left;
  height: 169px;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.block-tourisme h1, .block-development h1 {
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  width: 305px;
  font-size: 33px;
  line-height: 33px;
  margin: 16px 23px 20px 20px;
}
.block-tourisme .ico, .block-development .ico {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 100px;
  height: auto;
}
.block-tourisme .ico img, .block-development .ico img {
  max-width: 100%;
  height: auto;
}
.block-tourisme .hover-menu, .block-development .hover-menu {
  position: absolute;
  top: 0;
  left: 0;
  /*background: #23a2a8; */
  background: rgba(35, 59, 150, 1);
  color: #fff;
  width: 477px;
  margin: 0 10px 10px 0;
  float: left;
  height: 169px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 7px #555555;
}
.block-tourisme .static-menu, .block-development .static-menu {
  height: 145px;
  padding: 12px 15px 12px 151px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /*background: #009292;*/
  background: rgba(29, 50, 130, 1);
}
.block-tourisme .static-menu ul li, .block-development .static-menu ul li {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  padding-bottom: 18px;
  text-transform: uppercase;
  vertical-align: top;
}
.block-tourisme .static-menu ul li a, .block-development .static-menu ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: auto;
  text-transform: none;
  font-weight: normal;
  padding-left: 15px;
  background: url("../images/sprite-left-nav.png") 0 -420px no-repeat;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-tourisme .static-menu ul li a:hover, .block-development .static-menu ul li a:hover {
  background: url("../images/sprite-left-nav.png") 2px -420px no-repeat;
}
.block-tourisme .static-menu ul li.last, .block-development .static-menu ul li.last {
  padding-bottom: 0;
}
.block-tourisme.mobileShow, .mobileShow.block-development {
  cursor: pointer;
}
.block-tourisme.mobileShow:hover .hover-menu, .mobileShow.block-development:hover .hover-menu {
  display: none;
}

.block-development {
  background: #e8755c;
  margin: 0 0 10px;
}
.block-development h1 {
  width: 305px;
  margin: 16px 23px 20px 16px;
}
.block-development .ico {
  top: 20px;
  right: 32px;
}
.block-development .hover-menu {
  /*background: #f27f66;*/
  background: rgba(135, 163, 204, 1);
}
.block-development .static-menu {
  /*background: #e8755c;*/
  background: rgba(111, 135, 169, 1);
}

.block-chifres, .block-carte {
  color: #909090;
  width: 482px;
  border: 1px solid #979797;
  border-width: 1px 1px 1px 0;
  float: left;
  height: 60px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.block-chifres > a, .block-carte > a, .block-chifres > span, .block-carte > span {
  padding: 10px;
  color: #909090;
  display: block;
}
.block-chifres h3, .block-carte h3 {
  padding-top: 4px;
  width: 85px;
  text-align: right;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  float: left;
}
.block-chifres .ico, .block-carte .ico {
  display: inline-block;
  width: 42px;
  height: 35px;
  background: url('../images/sprite-a.png') no-repeat -386px 0;
  margin: 2px 9px 0;
  float: left;
}
.block-chifres .teaser, .block-carte .teaser {
  float: left;
  width: 312px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-chifres .teaser h4, .block-carte .teaser h4 {
  font-size: 24px;
  line-height: 24px;
}
.block-chifres .teaser span, .block-carte .teaser span {
  font-size: 12px;
  line-height: 14px;
}
.block-chifres:after, .block-carte:after, .block-chifres a:after, .block-carte a:after {
  display: block;
  content: '';
  clear: both;
  float: left;
}

.block-carte {
  background: url("../images/content/map-front.jpg") 100% 0 no-repeat;
}
.block-carte > a, .block-carte > span {
  padding: 0 10px;
}
.block-carte h3 {
  width: 200px;
  text-align: left;
  float: none;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding: 0;
}

.block-title {
  position: relative;
}
.block-title .title {
  color: #fff;
  text-transform: uppercase;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 18px;
  line-height: 31px;
  padding: 12px 0 0 20px;
}
.block-title .ico {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}

.block-actualites, .block-publications, .block-document, .block-veille, .block-contact-atout-france, .block-contact-publications, .block-plus-info, .block-sur-le-meme-theme, .block-actualites-associees, .block-participants-list, .block-all-markets, .block-meme-zone, .block-parutions-associees, .block-rendez-vous-associees, .block-services-associes, .block-paraitre, .block-collections, .cols .block-toutes-nos-publications, .block-search {
  background-color: #fff;
}
.block-actualites .block-title, .block-publications .block-title, .block-document .block-title, .block-veille .block-title, .block-contact-atout-france .block-title, .block-contact-publications .block-title, .block-plus-info .block-title, .block-sur-le-meme-theme .block-title, .block-actualites-associees .block-title, .block-participants-list .block-title, .block-all-markets .block-title, .block-meme-zone .block-title, .block-parutions-associees .block-title, .block-rendez-vous-associees .block-title, .block-services-associes .block-title, .block-paraitre .block-title, .block-collections .block-title, .cols .block-toutes-nos-publications .block-title, .block-search .block-title {
  /*height: 137px;
  background-color: #9b0650;
  */
  height: 53px;
  background-color: rgba(215, 6, 19, 1);
  
}
.block-actualites .block-title .ico, .block-publications .block-title .ico, .block-document .block-title .ico, .block-veille .block-title .ico, .block-contact-atout-france .block-title .ico, .block-contact-publications .block-title .ico, .block-plus-info .block-title .ico, .block-sur-le-meme-theme .block-title .ico, .block-actualites-associees .block-title .ico, .block-participants-list .block-title .ico, .block-all-markets .block-title .ico, .block-meme-zone .block-title .ico, .block-parutions-associees .block-title .ico, .block-rendez-vous-associees .block-title .ico, .block-services-associes .block-title .ico, .block-paraitre .block-title .ico, .block-collections .block-title .ico, .cols .block-toutes-nos-publications .block-title .ico, .block-search .block-title .ico {
  /*background: url('../images/sprite-a.png') no-repeat -41px 0;
  width: 70px;
  height: 73px;
  top: 47px;
  left: 19px;*/
}
.block-actualites .left-part, .block-publications .left-part, .block-document .left-part, .block-veille .left-part, .block-contact-atout-france .left-part, .block-contact-publications .left-part, .block-plus-info .left-part, .block-sur-le-meme-theme .left-part, .block-actualites-associees .left-part, .block-participants-list .left-part, .block-all-markets .left-part, .block-meme-zone .left-part, .block-parutions-associees .left-part, .block-rendez-vous-associees .left-part, .block-services-associes .left-part, .block-paraitre .left-part, .block-collections .left-part, .cols .block-toutes-nos-publications .left-part, .block-search .left-part,
.block-actualites .right-part,
.block-publications .right-part,
.block-document .right-part,
.block-veille .right-part,
.block-contact-atout-france .right-part,
.block-contact-publications .right-part,
.block-plus-info .right-part,
.block-sur-le-meme-theme .right-part,
.block-actualites-associees .right-part,
.block-participants-list .right-part,
.block-all-markets .right-part,
.block-meme-zone .right-part,
.block-parutions-associees .right-part,
.block-rendez-vous-associees .right-part,
.block-services-associes .right-part,
.block-paraitre .right-part,
.block-collections .right-part,
.cols .block-toutes-nos-publications .right-part,
.block-search .right-part {
  background-color: #ebebeb;
  float: left;
  width: 311px;
}
.block-actualites .left-part, .block-publications .left-part, .block-document .left-part, .block-veille .left-part, .block-contact-atout-france .left-part, .block-contact-publications .left-part, .block-plus-info .left-part, .block-sur-le-meme-theme .left-part, .block-actualites-associees .left-part, .block-participants-list .left-part, .block-all-markets .left-part, .block-meme-zone .left-part, .block-parutions-associees .left-part, .block-rendez-vous-associees .left-part, .block-services-associes .left-part, .block-paraitre .left-part, .block-collections .left-part, .cols .block-toutes-nos-publications .left-part, .block-search .left-part {
  margin: 0 9px 0 0;
}
.block-actualites .item, .block-publications .item, .block-document .item, .block-veille .item, .block-contact-atout-france .item, .block-contact-publications .item, .block-plus-info .item, .block-sur-le-meme-theme .item, .block-actualites-associees .item, .block-participants-list .item, .block-all-markets .item, .block-meme-zone .item, .block-parutions-associees .item, .block-rendez-vous-associees .item, .block-services-associes .item, .block-paraitre .item, .block-collections .item, .cols .block-toutes-nos-publications .item, .block-search .item {
  border-bottom: 2px solid #f8f8f8;
  background-color: #e9e9e9;
  width: 269px;
  padding: 9px 23px 16px 23px;
  min-height: 245px;
}
.block-actualites .item .date, .block-publications .item .date, .block-document .item .date, .block-veille .item .date, .block-contact-atout-france .item .date, .block-contact-publications .item .date, .block-plus-info .item .date, .block-sur-le-meme-theme .item .date, .block-actualites-associees .item .date, .block-participants-list .item .date, .block-all-markets .item .date, .block-meme-zone .item .date, .block-parutions-associees .item .date, .block-rendez-vous-associees .item .date, .block-services-associes .item .date, .block-paraitre .item .date, .block-collections .item .date, .cols .block-toutes-nos-publications .item .date, .block-search .item .date {
  color: #9b0650;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 15px;
  padding: 0 0 10px 0;
  display: block;
}
.block-actualites .item .date:hover, .block-publications .item .date:hover, .block-document .item .date:hover, .block-veille .item .date:hover, .block-contact-atout-france .item .date:hover, .block-contact-publications .item .date:hover, .block-plus-info .item .date:hover, .block-sur-le-meme-theme .item .date:hover, .block-actualites-associees .item .date:hover, .block-participants-list .item .date:hover, .block-all-markets .item .date:hover, .block-meme-zone .item .date:hover, .block-parutions-associees .item .date:hover, .block-rendez-vous-associees .item .date:hover, .block-services-associes .item .date:hover, .block-paraitre .item .date:hover, .block-collections .item .date:hover, .cols .block-toutes-nos-publications .item .date:hover, .block-search .item .date:hover {
  color: #de3883;
}
.block-actualites .item img, .block-publications .item img, .block-document .item img, .block-veille .item img, .block-contact-atout-france .item img, .block-contact-publications .item img, .block-plus-info .item img, .block-sur-le-meme-theme .item img, .block-actualites-associees .item img, .block-participants-list .item img, .block-all-markets .item img, .block-meme-zone .item img, .block-parutions-associees .item img, .block-rendez-vous-associees .item img, .block-services-associes .item img, .block-paraitre .item img, .block-collections .item img, .cols .block-toutes-nos-publications .item img, .block-search .item img {
  max-width: 267px;
  display: block;
  margin: 0 0 10px 0;
}
.block-actualites .item .info, .block-publications .item .info, .block-document .item .info, .block-veille .item .info, .block-contact-atout-france .item .info, .block-contact-publications .item .info, .block-plus-info .item .info, .block-sur-le-meme-theme .item .info, .block-actualites-associees .item .info, .block-participants-list .item .info, .block-all-markets .item .info, .block-meme-zone .item .info, .block-parutions-associees .item .info, .block-rendez-vous-associees .item .info, .block-services-associes .item .info, .block-paraitre .item .info, .block-collections .item .info, .cols .block-toutes-nos-publications .item .info, .block-search .item .info {
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.block-actualites .item .info:hover, .block-publications .item .info:hover, .block-document .item .info:hover, .block-veille .item .info:hover, .block-contact-atout-france .item .info:hover, .block-contact-publications .item .info:hover, .block-plus-info .item .info:hover, .block-sur-le-meme-theme .item .info:hover, .block-actualites-associees .item .info:hover, .block-participants-list .item .info:hover, .block-all-markets .item .info:hover, .block-meme-zone .item .info:hover, .block-parutions-associees .item .info:hover, .block-rendez-vous-associees .item .info:hover, .block-services-associes .item .info:hover, .block-paraitre .item .info:hover, .block-collections .item .info:hover, .cols .block-toutes-nos-publications .item .info:hover, .block-search .item .info:hover {
  color: #757474;
}
.block-actualites .item.last, .block-publications .item.last, .block-document .item.last, .block-veille .item.last, .block-contact-atout-france .item.last, .block-contact-publications .item.last, .block-plus-info .item.last, .block-sur-le-meme-theme .item.last, .block-actualites-associees .item.last, .block-participants-list .item.last, .block-all-markets .item.last, .block-meme-zone .item.last, .block-parutions-associees .item.last, .block-rendez-vous-associees .item.last, .block-services-associes .item.last, .block-paraitre .item.last, .block-collections .item.last, .cols .block-toutes-nos-publications .item.last, .block-search .item.last {
  border-bottom: none;
}
.block-actualites .row .item:first-child, .block-publications .row .item:first-child, .block-document .row .item:first-child, .block-veille .row .item:first-child, .block-contact-atout-france .row .item:first-child, .block-contact-publications .row .item:first-child, .block-plus-info .row .item:first-child, .block-sur-le-meme-theme .row .item:first-child, .block-actualites-associees .row .item:first-child, .block-participants-list .row .item:first-child, .block-all-markets .row .item:first-child, .block-meme-zone .row .item:first-child, .block-parutions-associees .row .item:first-child, .block-rendez-vous-associees .row .item:first-child, .block-services-associes .row .item:first-child, .block-paraitre .row .item:first-child, .block-collections .row .item:first-child, .cols .block-toutes-nos-publications .row .item:first-child, .block-search .row .item:first-child {
  float: left;
}
.block-actualites .row .item:last-child, .block-publications .row .item:last-child, .block-document .row .item:last-child, .block-veille .row .item:last-child, .block-contact-atout-france .row .item:last-child, .block-contact-publications .row .item:last-child, .block-plus-info .row .item:last-child, .block-sur-le-meme-theme .row .item:last-child, .block-actualites-associees .row .item:last-child, .block-participants-list .row .item:last-child, .block-all-markets .row .item:last-child, .block-meme-zone .row .item:last-child, .block-parutions-associees .row .item:last-child, .block-rendez-vous-associees .row .item:last-child, .block-services-associes .row .item:last-child, .block-paraitre .row .item:last-child, .block-collections .row .item:last-child, .cols .block-toutes-nos-publications .row .item:last-child, .block-search .row .item:last-child {
  float: right;
}

.link {
  clear: both;
  border: 1px solid #c4c4c4;
  text-align: center;
  color: #7e7d7d;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 14px;
  display: block;
}
.link div {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  padding: 18px 0 18px 20px;
}
.link div .ico {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 8px;
  height: 13px;
  background: url('../images/sprite-b.png') no-repeat -1px -1px;
  display: block;
}
.link:hover {
  color: #909090;
}

.line-with-two-buttons {
  padding: 15px 0;
  overflow: hidden;
}
.line-with-two-buttons .link {
  width: 49%;
  display: inline-block;
  clear: none;
  min-height: 50px;
}
.line-with-two-buttons .link + .link {
  float: right;
}

.partir {
  color: #d90613;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 15px;
  display: block;
  padding: 0 0 9px 0;
}
.partir:hover {
  color: #9b0650;
}

.price {
  color: #d70613;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
  display: block;
}
.price:hover {
  color: #9b0650;
}

.price-with-discount {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #d70613;
  font-size: 14px;
  line-height: 15px;
  padding: 0 0 6px 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.price-with-discount span {
  text-decoration: line-through;
  font-weight: normal;
  padding: 0 5px 0 0;
}

a.price-with-discount {
  cursor: pointer;
}
a.price-with-discount:hover {
  color: #9b0650;
}

div.price-with-discount {
  cursor: default;
}

.block-publications .block-title, .block-document .block-title, .block-veille .block-title, .block-contact-atout-france .block-title, .block-contact-publications .block-title, .block-plus-info .block-title, .block-sur-le-meme-theme .block-title {
  /*background-color: #668fff;*/
  background-color: rgba(96, 116, 127, 1);
}
.block-publications .block-title .ico, .block-document .block-title .ico, .block-veille .block-title .ico, .block-contact-atout-france .block-title .ico, .block-contact-publications .block-title .ico, .block-plus-info .block-title .ico, .block-sur-le-meme-theme .block-title .ico {
  /*width: 47px;
  height: 73px;
  left: 24px;
  background: url('../images/sprite-a.png') no-repeat -125px 0;*/
  width: 0px;
  height: 0px;
}
.block-publications .item, .block-document .item, .block-veille .item, .block-contact-atout-france .item, .block-contact-publications .item, .block-plus-info .item, .block-sur-le-meme-theme .item {
  padding: 6px 24px 22px 22px;
  width: 273px;
}
.block-publications .item .category, .block-document .item .category, .block-veille .item .category, .block-contact-atout-france .item .category, .block-contact-publications .item .category, .block-plus-info .item .category, .block-sur-le-meme-theme .item .category {
  color: #668fff;
  display: block;
  border-bottom: 2px solid #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 10px 0;
  display: block;
}
.block-publications .item .title, .block-document .item .title, .block-veille .item .title, .block-contact-atout-france .item .title, .block-contact-publications .item .title, .block-plus-info .item .title, .block-sur-le-meme-theme .item .title {
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  max-height: 32px;
  padding: 0;
  max-height: 34px;
  min-height: 33px;
  margin-bottom: 11px;
  overflow: hidden;
}
.block-publications .item .title:hover, .block-document .item .title:hover, .block-veille .item .title:hover, .block-contact-atout-france .item .title:hover, .block-contact-publications .item .title:hover, .block-plus-info .item .title:hover, .block-sur-le-meme-theme .item .title:hover {
  color: #757474;
}
.block-publications .item .partir, .block-document .item .partir, .block-veille .item .partir, .block-contact-atout-france .item .partir, .block-contact-publications .item .partir, .block-plus-info .item .partir, .block-sur-le-meme-theme .item .partir {
  color: #d90613;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 15px;
  display: block;
  padding: 0 0 9px 0;
}
.block-publications .item .partir:hover, .block-document .item .partir:hover, .block-veille .item .partir:hover, .block-contact-atout-france .item .partir:hover, .block-contact-publications .item .partir:hover, .block-plus-info .item .partir:hover, .block-sur-le-meme-theme .item .partir:hover {
  color: #9b0650;
}
.block-publications .item.last, .block-document .item.last, .block-veille .item.last, .block-contact-atout-france .item.last, .block-contact-publications .item.last, .block-plus-info .item.last, .block-sur-le-meme-theme .item.last {
  border-bottom: none;
}
.block-publications .item:after, .block-document .item:after, .block-veille .item:after, .block-contact-atout-france .item:after, .block-contact-publications .item:after, .block-plus-info .item:after, .block-sur-le-meme-theme .item:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
.block-publications .left-part, .block-document .left-part, .block-veille .left-part, .block-contact-atout-france .left-part, .block-contact-publications .left-part, .block-plus-info .left-part, .block-sur-le-meme-theme .left-part,
.block-publications .right-part,
.block-document .right-part,
.block-veille .right-part,
.block-contact-atout-france .right-part,
.block-contact-publications .right-part,
.block-plus-info .right-part,
.block-sur-le-meme-theme .right-part {
  float: left;
}
.block-publications .left-part, .block-document .left-part, .block-veille .left-part, .block-contact-atout-france .left-part, .block-contact-publications .left-part, .block-plus-info .left-part, .block-sur-le-meme-theme .left-part {
  width: 108px;
  margin: 0 15px 0 0;
}
.block-publications .right-part, .block-document .right-part, .block-veille .right-part, .block-contact-atout-france .right-part, .block-contact-publications .right-part, .block-plus-info .right-part, .block-sur-le-meme-theme .right-part {
  width: 143px;
  padding: 89px 0 0 0;
  position: relative;
}

.plus-button {
  background: url('../images/sprite-b.png') no-repeat -56px 0;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  left: 0;
}

.button, .red-button {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  position: relative;
  background-color: #909090;
  background: url('../images/sprite-b.png') no-repeat -995px 0;
  height: 41px;
  line-height: 41px;
  padding: 0 0 0 4px;
  float: left;
}
.button span, .red-button span {
  background: url('../images/sprite-b.png') no-repeat 100% -42px;
  float: left;
  height: 41px;
  display: block;
  padding: 0 22px 0 22px;
}
.button .ico, .red-button .ico {
  position: absolute;
  top: 14px;
  left: 12px;
  background: url('../images/sprite-b.png') no-repeat -1px -19px;
  width: 8px;
  height: 14px;
  padding: 0;
  float: none;
}

.red-button {
  background: url('../images/sprite-b.png') no-repeat -994px -84px;
  text-transform: none;
}
.red-button span {
  background: url('../images/sprite-b.png') no-repeat 100% -126px;
}

.block-offre, .block-connectez {
  position: relative;
  background-color: #d90613;
  padding: 0;
}
.block-offre > a, .block-connectez > a {
  display: block;
  position: relative;
  padding: 14px 20px 10px 67px;
}
.block-offre > a:hover, .block-connectez > a:hover {
  background: #c30b16;
}
.block-offre span, .block-connectez span {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #ededed;
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 4px 0;
  display: block;
}
.block-offre span.text, .block-connectez span.text {
  text-transform: uppercase;
  font-weight: bold;
}
.block-offre > span, .block-connectez > span, .block-offre > div, .block-connectez > div {
  padding: 14px 20px 10px 67px;
  display: block;
  position: relative;
}
.block-offre .ico, .block-connectez .ico {
  position: absolute;
  top: 9px;
  left: 12px;
  width: 43px;
  height: 43px;
  background: url('../images/sprite-b.png') no-repeat -11px -1px;
}

/*--end of Home page styles--*/
/*--end of Content page styles--*/
.block-content {
  background-color: #e9e9e9;
  margin: 0 0 9px 0;
  padding: 0 0 25px;
}
.block-content .publication {
  padding: 20px 25px 0px 25px;
  font-size: 14px;
}
.block-content time {
  color: #999999;
  padding-bottom: 15px;
}
.block-content .veille {
  color: #213a83;
  margin-top: 5px;
}
.block-content .taxo-list {
  font-size: 14px;
  color: #999999;
  padding: 0px 25px 10px 25px;
}
.block-content .taxo-list li {
  line-height: 18px;
  margin-bottom: 10px;
}
.block-content .taxo-list a {
  color: #213a83;
  display: inline;
}
.block-content .taxo-list a:hover {
  text-decoration: underline;
}
.block-content .inform-block {
  padding: 12px 25px 0;
  color: #909090;
  overflow: hidden;
  font: 14px Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-content .product-type {
  display: block;
  float: left;
  color: #33c18e;
}
.block-content .information {
  float: right;
  display: block;
  clear: right;
}
.block-content img {
  width: 100%;
  height: auto;
  max-width: 639px;
}
.block-content .title {
  color: #999999;
  text-transform: uppercase;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 30px;
  line-height: 30px;
  padding: 20px 25px 20px 25px;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block-content .sub-title {
  color: #999999;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 30px;
  line-height: 30px;
  padding: 20px 25px 16px 25px;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block-content h1 + h2 .sub-title {
  padding: 0 25px 16px 25px;
}
.block-content p {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #999999;
  font-size: 14px;
  line-height: 17px;
  padding: 0 20px 15px 25px;
}
.block-content p strong {
  font-weight: bold;
}
.block-content p a {
  display: inline;
  color: #213a83;
}
.block-content p a:hover {
  text-decoration: underline;
}
.block-content .wysiwyg-content {
  padding: 0 25px 16px;
}
.block-content .wysiwyg-content h1, .block-content .wysiwyg-content h2, .block-content .wysiwyg-content h3, .block-content .wysiwyg-content h4, .block-content .wysiwyg-content h5, .block-content .wysiwyg-content h6,
.block-content .wysiwyg-content p {
  padding-left: 0;
  padding-right: 0;
}
.block-content .wysiwyg-content .title,
.block-content .wysiwyg-content .sub-title {
  padding: 20px 0 0;
}
.block-content .wysiwyg-content h1 + h2 .sub-title {
  padding: 0;
}
.block-content .action-info-block {
  padding-bottom: 13px;
  margin: 0 20px 13px 25px;
  color: #919191;
  font-size: 14px;
  line-height: 17px;
  border-bottom: 1px solid #999999;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-content .action-info-block li {
  padding: 5px 0;
}
.block-content .action-info-block .half {
  display: inline-block;
  width: 49%;
}
.block-content .action-info-block strong {
  font-weight: bold;
}
.block-content + .link {
  margin: -9px 0 9px 0;
}

.block-social-links {
  padding: 10px 25px 0 25px;
  clear: both;
  float: none;
}
.block-social-links .add-favorites {
  float: right;
}
.block-social-links .add-favorites a {
  color: #d70613;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  vertical-align: top;
  text-align: right;
  text-transform: uppercase;
  margin: 0 7px 0 0;
  width: 155px;
  float: none;
  letter-spacing: -0.1px;
}
.block-social-links .add-favorites a .ico {
  background: url('../images/sprite-a.png') no-repeat 0 -440px;
  display: inline-block;
  width: 17px;
  height: 16px;
  line-height: 16px;
  vertical-align: top;
  margin-right: 7px;
}
.block-social-links .add-favorites a:hover {
  color: #c30b16;
}
.block-social-links .add-favorites a:hover .ico {
  background: url('../images/sprite-a.png') no-repeat 0 -466px;
}
.block-social-links .wrapper {
  padding: 0 24px 0 0;
  float: left;
}
.block-social-links a {
  display: block;
  float: left;
  margin: 0 3px 0 0;
}
.block-social-links a img {
  display: block;
}

.block-video {
  margin: 0 0 9px 0;
}
.block-video .block-title {
  border: 1px solid #cccccc;
  border-left: none;
}
.block-video .block-title .title {
  text-transform: uppercase;
  color: #cccccc;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 24px;
  line-height: 24px;
  padding: 18px 25px 18px 22px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block-video .video {
  max-height: 388px;
  width: 100%;
}

.block-document, .block-veille, .block-contact-atout-france, .block-contact-publications, .block-plus-info {
  margin: 0 0 9px 0;
}
.block-document .block-title, .block-veille .block-title, .block-contact-atout-france .block-title, .block-contact-publications .block-title, .block-plus-info .block-title {
  background-color: #d70613;
  position: relative;
  height: auto;
}
.block-document .block-title .title, .block-veille .block-title .title, .block-contact-atout-france .block-title .title, .block-contact-publications .block-title .title, .block-plus-info .block-title .title {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  padding: 21px 25px 21px 63px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block-document .block-title .title strong, .block-veille .block-title .title strong, .block-contact-atout-france .block-title .title strong, .block-contact-publications .block-title .title strong, .block-plus-info .block-title .title strong {
  font-size: 18px;
}
.block-document .block-title .ico, .block-veille .block-title .ico, .block-contact-atout-france .block-title .ico, .block-contact-publications .block-title .ico, .block-plus-info .block-title .ico {
  width: 25px;
  height: 35px;
  display: block;
  background: url('../images/sprite-b.png') no-repeat -103px 0;
  top: 12px;
  left: 21px;
}
.block-document .left-part, .block-veille .left-part, .block-contact-atout-france .left-part, .block-contact-publications .left-part, .block-plus-info .left-part,
.block-document .right-part,
.block-veille .right-part,
.block-contact-atout-france .right-part,
.block-contact-publications .right-part,
.block-plus-info .right-part {
  margin: 0 9px 0 0;
  float: left;
  width: 313px;
  background-color: #e9e9e9;
  padding: 0;
}
.block-document > .right-part .item .title, .block-veille > .right-part .item .title, .block-contact-atout-france > .right-part .item .title, .block-contact-publications > .right-part .item .title, .block-plus-info > .right-part .item .title,
.block-document > .left-part .item .title,
.block-veille > .left-part .item .title,
.block-contact-atout-france > .left-part .item .title,
.block-contact-publications > .left-part .item .title,
.block-plus-info > .left-part .item .title {
  height: 32px;
  max-height: 32px;
  line-height: 16px;
  overflow: hidden;
}
.block-document .right-part, .block-veille .right-part, .block-contact-atout-france .right-part, .block-contact-publications .right-part, .block-plus-info .right-part {
  margin: 0;
}
.block-document .item, .block-veille .item, .block-contact-atout-france .item, .block-contact-publications .item, .block-plus-info .item {
  min-height: 124px;
  width: 272px;
  padding: 6px 21px 18px 20px;
}
.block-document .item .category, .block-veille .item .category, .block-contact-atout-france .item .category, .block-contact-publications .item .category, .block-plus-info .item .category {
  text-transform: uppercase;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  border-bottom: 2px solid #999999;
  padding: 0 0 7px 0;
  margin: 0 0 12px 0;
  height: 22px;
  max-height: 22px;
  line-height: 27px;
  overflow: hidden;
}
.block-document .item .title, .block-veille .item .title, .block-contact-atout-france .item .title, .block-contact-publications .item .title, .block-plus-info .item .title {
  text-align: left;
  color: #999999;
  padding: 0;
  margin: 0 0 13px 0;
}
.block-document .item .title:hover, .block-veille .item .title:hover, .block-contact-atout-france .item .title:hover, .block-contact-publications .item .title:hover, .block-plus-info .item .title:hover {
  color: #999999;
}
.block-document .item.last, .block-veille .item.last, .block-contact-atout-france .item.last, .block-contact-publications .item.last, .block-plus-info .item.last {
  border-bottom: none;
}
.block-document .item:after, .block-veille .item:after, .block-contact-atout-france .item:after, .block-contact-publications .item:after, .block-plus-info .item:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
.block-document.mobileShow, .mobileShow.block-veille, .mobileShow.block-contact-atout-france, .mobileShow.block-contact-publications, .mobileShow.block-plus-info {
  display: none;
}

.block-veille .block-title .ico {
  background: url('../images/sprite-b.png') no-repeat -513px 0;
  width: 36px;
  height: 37px;
}
.block-veille .item .category {
  color: #d70613;
  text-transform: none;
  border-width: 0 0 1px;
}
body .page .cols .block-veille .item .title {
  height: 46px;
  max-height: 46px;
  overflow: hidden;
  line-height: 15px;
  margin: 0 0 13px 0;
}
body .page .cols .block-veille .item .title a {
  color: #999999;
  height: 46px;
}
.block-veille .bottom-block {
  position: relative;
  padding: 0 45px 0 0;
  font: 14px/120% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #909090;
  min-height: 45px;
}
.block-veille .bottom-block .text-block {
  height: 46px;
  max-height: 46px;
  line-height: 15px;
  overflow: hidden;
}
.block-veille .bottom-block .text-block strong {
  font-weight: normal;
  height: 46px;
  display: block;
}
.block-veille .bottom-block .plus-button {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.block-contact-atout-france, .block-contact-publications {
  margin: 0;
}
.block-contact-atout-france .block-title, .block-contact-publications .block-title {
  background-color: #999999;
  cursor: pointer;
}
.block-contact-atout-france .block-title .title, .block-contact-publications .block-title .title {
  padding: 21px 25px 21px 68px;
  font-weight: normal;
}
.block-contact-atout-france .block-title .ico, .block-contact-publications .block-title .ico {
  width: 40px;
  height: 26px;
  background: url('../images/sprite-b.png') no-repeat -133px 0;
  top: 17px;
  left: 17px;
}
.block-contact-atout-france .item, .block-contact-publications .item {
  width: auto;
  padding: 30px 21px 28px 68px;
  border-bottom: none;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  display: none;
}
.block-contact-atout-france .item span, .block-contact-publications .item span {
  color: #999999;
  display: block;
  line-height: 18px;
  padding: 0;
}
.block-contact-atout-france .item span a, .block-contact-publications .item span a {
  display: inline;
  color: #999999;
  text-decoration: none;
}
.block-contact-atout-france .item span a:hover, .block-contact-publications .item span a:hover {
  text-decoration: underline;
}
.block-contact-atout-france .item span strong, .block-contact-publications .item span strong {
  padding: 0 7px 0 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-contact-atout-france .item .title, .block-contact-publications .item .title {
  padding: 0 0 5px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin: 0;
  min-height: 0;
  max-height: 100%;
}
.block-contact-atout-france .button, .block-contact-publications .button, .block-contact-atout-france .red-button, .block-contact-publications .red-button {
  text-transform: none;
}
.block-contact-atout-france .button span, .block-contact-publications .button span, .block-contact-atout-france .red-button span, .block-contact-publications .red-button span {
  color: #fff;
}
.block-contact-atout-france.active .item, .active.block-contact-publications .item {
  display: block;
}

.block-plus-info .block-title {
  background: #fff;
  border: 1px solid #cccccc;
  border-left: none;
}
.block-plus-info .block-title .title {
  text-transform: uppercase;
  color: #929292;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 20px;
  line-height: 20px;
  padding: 13px 25px 12px 22px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block-plus-info .item {
  float: none;
  width: auto;
  min-height: 0;
  border-bottom: none;
  padding-bottom: 9px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-plus-info .item a {
  display: inline-block;
  color: #213a85;
  line-height: 18px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-plus-info .item a:hover {
  color: #3367f5;
}
.block-plus-info .item .info {
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #919191;
  padding-bottom: 15px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #919191;
}
.block-plus-info .item.first {
  padding-top: 25px;
}
.block-plus-info .item.last {
  padding-bottom: 14px;
}
.block-plus-info .item.last .info {
  border-bottom: none;
}

.block-actualites-associees, .block-participants-list, .block-all-markets, .block-meme-zone, .block-parutions-associees, .block-rendez-vous-associees, .block-services-associes, .block-paraitre, .block-collections, .cols .block-toutes-nos-publications {
  position: relative;
  margin: 0 0 9px 0;
}
.block-actualites-associees .block-title, .block-participants-list .block-title, .block-all-markets .block-title, .block-meme-zone .block-title, .block-parutions-associees .block-title, .block-rendez-vous-associees .block-title, .block-services-associes .block-title, .block-paraitre .block-title, .block-collections .block-title, .cols .block-toutes-nos-publications .block-title {
  height: 60px;
  width: 100%;
  display: table;
}
.block-actualites-associees .block-title .title, .block-participants-list .block-title .title, .block-all-markets .block-title .title, .block-meme-zone .block-title .title, .block-parutions-associees .block-title .title, .block-rendez-vous-associees .block-title .title, .block-services-associes .block-title .title, .block-paraitre .block-title .title, .block-collections .block-title .title, .cols .block-toutes-nos-publications .block-title .title {
  padding: 0 10px 0 51px;
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
}
.block-actualites-associees .block-title .ico, .block-participants-list .block-title .ico, .block-all-markets .block-title .ico, .block-meme-zone .block-title .ico, .block-parutions-associees .block-title .ico, .block-rendez-vous-associees .block-title .ico, .block-services-associes .block-title .ico, .block-paraitre .block-title .ico, .block-collections .block-title .ico, .cols .block-toutes-nos-publications .block-title .ico {
  width: 30px;
  height: 30px;
  background: url('../images/sprite-b.png') no-repeat -177px 0;
  top: 16px;
  left: 12px;
}
.block-actualites-associees .item, .block-participants-list .item, .block-all-markets .item, .block-meme-zone .item, .block-parutions-associees .item, .block-rendez-vous-associees .item, .block-services-associes .item, .block-paraitre .item, .block-collections .item, .cols .block-toutes-nos-publications .item {
  padding: 9px 10px 3px 11px;
  width: 298px;
  min-height: 0;
  position: relative;
}
.block-actualites-associees .item img, .block-participants-list .item img, .block-all-markets .item img, .block-meme-zone .item img, .block-parutions-associees .item img, .block-rendez-vous-associees .item img, .block-services-associes .item img, .block-paraitre .item img, .block-collections .item img, .cols .block-toutes-nos-publications .item img {
  max-width: 298px;
  width: 100%;
  height: auto;
  margin: 0 0 6px 0;
}
.block-actualites-associees .item .info, .block-participants-list .item .info, .block-all-markets .item .info, .block-meme-zone .item .info, .block-parutions-associees .item .info, .block-rendez-vous-associees .item .info, .block-services-associes .item .info, .block-paraitre .item .info, .block-collections .item .info, .cols .block-toutes-nos-publications .item .info {
  width: 215px;
  color: #999999;
  min-height: 48px;
}
.block-actualites-associees .item .info:hover, .block-participants-list .item .info:hover, .block-all-markets .item .info:hover, .block-meme-zone .item .info:hover, .block-parutions-associees .item .info:hover, .block-rendez-vous-associees .item .info:hover, .block-services-associes .item .info:hover, .block-paraitre .item .info:hover, .block-collections .item .info:hover, .cols .block-toutes-nos-publications .item .info:hover {
  color: #757474;
}
.block-actualites-associees .item .plus-button, .block-participants-list .item .plus-button, .block-all-markets .item .plus-button, .block-meme-zone .item .plus-button, .block-parutions-associees .item .plus-button, .block-rendez-vous-associees .item .plus-button, .block-services-associes .item .plus-button, .block-paraitre .item .plus-button, .block-collections .item .plus-button, .cols .block-toutes-nos-publications .item .plus-button {
  top: auto;
  bottom: 9px;
  left: auto;
  right: 9px;
}
.block-actualites-associees .item.last, .block-participants-list .item.last, .block-all-markets .item.last, .block-meme-zone .item.last, .block-parutions-associees .item.last, .block-rendez-vous-associees .item.last, .block-services-associes .item.last, .block-paraitre .item.last, .block-collections .item.last, .cols .block-toutes-nos-publications .item.last {
  border-bottom: none;
  margin-bottom: 0;
}

.block-participants-list {
  color: #909090;
  background: #ebebeb;
  margin: 40px 0 0;
}
.block-participants-list a {
  color: inherit;
}
.block-participants-list .title {
  font: 18px/120% "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.block-participants-list .item-list {
  margin: 0;
  padding: 0;
  border: solid #A8A8A8;
  border-width: 1px 0 0;
}
.block-participants-list .item-list li {
  text-transform: uppercase;
  font: bold 12px/100% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  padding: 0;
  margin: 0;
  position: relative;
}
.block-participants-list .item-list li a {
  display: block;
  border: solid #A8A8A8;
  border-width: 0 0 1px;
  padding: 12px 0;
  overflow: hidden;
}
.block-participants-list .item-list li a span {
  float: left;
}
.block-participants-list .item-list li a .ico {
  background: url('../images/sprite-b.png') no-repeat -1px -1px;
  width: 8px;
  height: 13px;
  margin: 0 0 0 14px;
}
.block-participants-list .item-list li a:hover, .block-participants-list .item-list li a.active {
  color: #f27f66;
}
.block-participants-list .item-list li a:hover .ico, .block-participants-list .item-list li a.active .ico {
  background: url('../images/sprite-b.png') no-repeat -3px -140px;
}
.block-participants-list .item-list li a.empty-list:hover {
  color: #909090;
  cursor: text;
}
.block-participants-list .item-list li .close {
  display: block;
  width: 21px;
  height: 20px;
  background: url('../images/sprite-a.png') no-repeat -66px -246px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -10px 0 0;
  cursor: pointer;
  z-index: 10;
}

.block-all-markets .block-title {
  background-color: #fff;
  width: 100%;
}
.block-all-markets .block-title .title {
  color: #919191;
  font: 700 18px/120% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  border: 2px solid #919191;
}
.block-all-markets .block-title .ico {
  background: url('../images/sprite-b.png') no-repeat -555px 0;
  width: 34px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
}

.block-meme-zone .block-title {
  background-color: #d70613;
  color: #fff;
}
.block-meme-zone .block-title .ico {
  width: 36px;
  height: 37px;
  background: url('../images/sprite-b.png') no-repeat -513px 0;
  top: 12px;
  left: 10px;
}
.block-meme-zone .block-title .title {
  color: #fff;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 18px;
  padding: 0 10px 0 55px;
}
.block-meme-zone .block-title .title:hover {
  text-decoration: none;
  color: #fff;
}
.block-meme-zone .tags {
  color: #d70613;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999999;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-meme-zone .tags a {
  color: #d70613;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-meme-zone .tags a:hover {
  color: #c30b16;
  text-decoration: underline;
}
.block-meme-zone .title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #909090;
  margin-bottom: 7px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-meme-zone .title:hover {
  color: #757474;
  text-decoration: underline;
}
.block-meme-zone .info {
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  min-height: 48px;
}
.block-meme-zone .info .date,
.block-meme-zone .info .target {
  color: #909090;
  padding: 0 0 3px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-meme-zone .info .date:hover,
.block-meme-zone .info .target:hover {
  color: #909090;
}
.block-meme-zone .info .target {
  padding-bottom: 7px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-meme-zone:hover {
  color: #909090;
}

.block-parutions-associees .block-title, .block-rendez-vous-associees .block-title, .block-services-associes .block-title, .block-paraitre .block-title, .block-collections .block-title, .cols .block-toutes-nos-publications .block-title {
  background-color: #668fff;
}
.block-parutions-associees .block-title .ico, .block-rendez-vous-associees .block-title .ico, .block-services-associes .block-title .ico, .block-paraitre .block-title .ico, .block-collections .block-title .ico, .cols .block-toutes-nos-publications .block-title .ico {
  width: 21px;
  height: 32px;
  background: url('../images/sprite-b.png') no-repeat -211px 0;
}
.block-parutions-associees .left-part, .block-rendez-vous-associees .left-part, .block-services-associes .left-part, .block-paraitre .left-part, .block-collections .left-part, .cols .block-toutes-nos-publications .left-part,
.block-parutions-associees .right-part,
.block-rendez-vous-associees .right-part,
.block-services-associes .right-part,
.block-paraitre .right-part,
.block-collections .right-part,
.cols .block-toutes-nos-publications .right-part {
  width: 64px;
}
.block-parutions-associees .left-part img, .block-rendez-vous-associees .left-part img, .block-services-associes .left-part img, .block-paraitre .left-part img, .block-collections .left-part img, .cols .block-toutes-nos-publications .left-part img,
.block-parutions-associees .right-part img,
.block-rendez-vous-associees .right-part img,
.block-services-associes .right-part img,
.block-paraitre .right-part img,
.block-collections .right-part img,
.cols .block-toutes-nos-publications .right-part img {
  max-width: 64px;
  margin: 0;
  width: 64px;
  height: auto;
}
.block-parutions-associees .right-part, .block-rendez-vous-associees .right-part, .block-services-associes .right-part, .block-paraitre .right-part, .block-collections .right-part, .cols .block-toutes-nos-publications .right-part {
  width: 175px;
}
.block-parutions-associees .item, .block-rendez-vous-associees .item, .block-services-associes .item, .block-paraitre .item, .block-collections .item, .cols .block-toutes-nos-publications .item {
  min-height: 96px;
  overflow: hidden;
}
.block-parutions-associees .item .category, .block-rendez-vous-associees .item .category, .block-services-associes .item .category, .block-paraitre .item .category, .block-collections .item .category, .cols .block-toutes-nos-publications .item .category {
  color: #668fff;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 15px;
  padding: 0 0 5px 0;
  width: 155px;
  display: block;
}
.block-parutions-associees .item .title, .block-rendez-vous-associees .item .title, .block-services-associes .item .title, .block-paraitre .item .title, .block-collections .item .title, .cols .block-toutes-nos-publications .item .title {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  color: #999999;
  max-height: 32px;
  overflow: hidden;
}
.block-parutions-associees .item .title:hover, .block-rendez-vous-associees .item .title:hover, .block-services-associes .item .title:hover, .block-paraitre .item .title:hover, .block-collections .item .title:hover, .cols .block-toutes-nos-publications .item .title:hover {
  color: #757474;
}
.block-parutions-associees .item .info, .block-rendez-vous-associees .item .info, .block-services-associes .item .info, .block-paraitre .item .info, .block-collections .item .info, .cols .block-toutes-nos-publications .item .info {
  width: 175px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
}
.block-parutions-associees .item .plus-button, .block-rendez-vous-associees .item .plus-button, .block-services-associes .item .plus-button, .block-paraitre .item .plus-button, .block-collections .item .plus-button, .cols .block-toutes-nos-publications .item .plus-button {
  bottom: 7px;
}

.block-rendez-vous-associees .block-title {
  background-color: #33c390;
  height: 60px;
  width: 100%;
  display: table;
}
.block-rendez-vous-associees .block-title .title {
  padding: 0 10px 0 71px;
  display: table-cell;
  vertical-align: middle;
}
.block-rendez-vous-associees .block-title .ico {
  width: 48px;
  height: 34px;
  background: url('../images/sprite-b.png') no-repeat -237px 0;
}
.block-rendez-vous-associees .item {
  padding: 15px 10px 3px 11px;
  min-height: 90px;
}
.block-rendez-vous-associees .item .category {
  color: #33c18e;
  font-size: 12px;
  line-height: 17px;
  padding: 0 0 2px 0;
  width: 100%;
}
.block-rendez-vous-associees .item .title {
  width: 170px;
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 38px;
}
.block-rendez-vous-associees .item .left-part {
  width: 77px;
  margin: 0 6px 0 0;
}
.block-rendez-vous-associees .item .left-part .date {
  width: 67px;
  height: 77px;
  padding: 0 5px;
  background: #33c390;
  color: #fff;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  text-align: center;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
.block-rendez-vous-associees .item .left-part .date .day {
  font-size: 52px;
  line-height: 42px;
}
.block-rendez-vous-associees .item .left-part .date .month,
.block-rendez-vous-associees .item .left-part .date .year {
  font-size: 18px;
  line-height: 15px;
}
.block-rendez-vous-associees .item .right-part {
  width: 195px;
}
.block-rendez-vous-associees .item .plus-button {
  bottom: 17px;
}

.block-services-associes .block-title {
  background-color: #f27f66;
}
.block-services-associes .block-title .ico {
  width: 30px;
  height: 34px;
  background: url('../images/sprite-b.png') no-repeat -291px 0;
}
.block-services-associes ul li {
  border-top: 1px solid #fff;
  position: relative;
}
.block-services-associes ul li a {
  background-color: #d86f61;
  color: #fff;
  padding: 0 10px 0 64px;
  height: 50px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  width: 245px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 15px;
}
.block-services-associes ul li a .ico {
  background: #f27f66 url("../images/bgs/arrow-block-services-associes.png") center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-right: 1px solid #fff;
}
.block-services-associes ul li a:hover {
  background-color: #f27f66;
}

.col-left .block-document > .right-part .item .title, .col-left .block-veille > .right-part .item .title, .col-left .block-contact-atout-france > .right-part .item .title, .col-left .block-contact-publications > .right-part .item .title, .col-left .block-plus-info > .right-part .item .title,
.col-left .block-document > .left-part .item .title,
.col-left .block-veille > .left-part .item .title,
.col-left .block-contact-atout-france > .left-part .item .title,
.col-left .block-contact-publications > .left-part .item .title,
.col-left .block-plus-info > .left-part .item .title {
  height: 48px;
  max-height: 48px;
  line-height: 16px;
  overflow: hidden;
}

/*--end of Content page styles--*/
/*--Librairie page styles--*/
.block-image {
  position: relative;
  padding: 0 0 2px 0;
}
.block-image img {
  width: 100%;
  height: auto;
  max-width: 964px;
}
.block-image img.desktop {
  display: block;
}
.block-image img.mobile {
  display: none;
}
.block-image span {
  color: #fff;
  position: absolute;
  top: 35px;
  left: 38px;
  display: block;
  font-family: 'nd-b';
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80px;
}
.block-image.small-font span {
  font-size: 40px;
  line-height: 40px;
}

.block-nouveautes, .block-promotions, .block-offre-groupee, .block-result-search, .block-rendez-vous {
  margin: 0 0 10px 0;
}
.block-nouveautes .block-title, .block-promotions .block-title, .block-offre-groupee .block-title, .block-result-search .block-title, .block-rendez-vous .block-title {
  border: 1px solid #929292;
  border-left: none;
}
.block-nouveautes .block-title .title, .block-promotions .block-title .title, .block-offre-groupee .block-title .title, .block-result-search .block-title .title, .block-rendez-vous .block-title .title {
  text-transform: uppercase;
  color: #929292;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 24px;
  line-height: 24px;
  padding: 12px 25px 11px 15px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block-nouveautes .block-slider, .block-promotions .block-slider, .block-offre-groupee .block-slider, .block-result-search .block-slider, .block-rendez-vous .block-slider {
  background-color: #ebebeb;
  height: 216px;
}
.block-nouveautes .block-slider .item, .block-promotions .block-slider .item, .block-offre-groupee .block-slider .item, .block-result-search .block-slider .item, .block-rendez-vous .block-slider .item {
  width: 639px;
  height: 215px;
}
.block-nouveautes .block-slider .item.without-image .text-part, .block-promotions .block-slider .item.without-image .text-part, .block-offre-groupee .block-slider .item.without-image .text-part, .block-result-search .block-slider .item.without-image .text-part, .block-rendez-vous .block-slider .item.without-image .text-part {
  float: none;
  margin: 0 auto;
}
.block-nouveautes .block-slider .image-part, .block-promotions .block-slider .image-part, .block-offre-groupee .block-slider .image-part, .block-result-search .block-slider .image-part, .block-rendez-vous .block-slider .image-part,
.block-nouveautes .block-slider .text-part,
.block-promotions .block-slider .text-part,
.block-offre-groupee .block-slider .text-part,
.block-result-search .block-slider .text-part,
.block-rendez-vous .block-slider .text-part {
  float: left;
}
.block-nouveautes .block-slider .image-part, .block-promotions .block-slider .image-part, .block-offre-groupee .block-slider .image-part, .block-result-search .block-slider .image-part, .block-rendez-vous .block-slider .image-part {
  width: 281px;
}
.block-nouveautes .block-slider .image-part img, .block-promotions .block-slider .image-part img, .block-offre-groupee .block-slider .image-part img, .block-result-search .block-slider .image-part img, .block-rendez-vous .block-slider .image-part img {
  max-width: 281px;
  width: auto;
  height: auto;
}
.block-nouveautes .block-slider .text-part, .block-promotions .block-slider .text-part, .block-offre-groupee .block-slider .text-part, .block-result-search .block-slider .text-part, .block-rendez-vous .block-slider .text-part {
  width: 318px;
  padding: 23px 15px 10px 15px;
}
.block-nouveautes .block-slider .text-part .date, .block-promotions .block-slider .text-part .date, .block-offre-groupee .block-slider .text-part .date, .block-result-search .block-slider .text-part .date, .block-rendez-vous .block-slider .text-part .date {
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 15px;
  padding: 0 0 2px 0;
  display: block;
}
.block-nouveautes .block-slider .text-part .title, .block-promotions .block-slider .text-part .title, .block-offre-groupee .block-slider .text-part .title, .block-result-search .block-slider .text-part .title, .block-rendez-vous .block-slider .text-part .title {
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 5px 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  max-height: 20px;
  width: 100%;
  overflow: hidden;
}
.block-nouveautes .block-slider .text-part .title:hover, .block-promotions .block-slider .text-part .title:hover, .block-offre-groupee .block-slider .text-part .title:hover, .block-result-search .block-slider .text-part .title:hover, .block-rendez-vous .block-slider .text-part .title:hover {
  color: #757474;
}
.block-nouveautes .block-slider .text-part .partir, .block-promotions .block-slider .text-part .partir, .block-offre-groupee .block-slider .text-part .partir, .block-result-search .block-slider .text-part .partir, .block-rendez-vous .block-slider .text-part .partir {
  color: #d90613;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 15px;
  display: block;
  padding: 0 0 15px 0;
}
.block-nouveautes .block-slider .text-part .partir:hover, .block-promotions .block-slider .text-part .partir:hover, .block-offre-groupee .block-slider .text-part .partir:hover, .block-result-search .block-slider .text-part .partir:hover, .block-rendez-vous .block-slider .text-part .partir:hover {
  color: #9b0650;
}
.block-nouveautes .block-slider .text-part .left-part, .block-promotions .block-slider .text-part .left-part, .block-offre-groupee .block-slider .text-part .left-part, .block-result-search .block-slider .text-part .left-part, .block-rendez-vous .block-slider .text-part .left-part,
.block-nouveautes .block-slider .text-part .right-part,
.block-promotions .block-slider .text-part .right-part,
.block-offre-groupee .block-slider .text-part .right-part,
.block-result-search .block-slider .text-part .right-part,
.block-rendez-vous .block-slider .text-part .right-part {
  float: left;
}
.block-nouveautes .block-slider .text-part .left-part, .block-promotions .block-slider .text-part .left-part, .block-offre-groupee .block-slider .text-part .left-part, .block-result-search .block-slider .text-part .left-part, .block-rendez-vous .block-slider .text-part .left-part {
  width: 71px;
  margin: 0 22px 0 0;
}
.block-nouveautes .block-slider .text-part .left-part img, .block-promotions .block-slider .text-part .left-part img, .block-offre-groupee .block-slider .text-part .left-part img, .block-result-search .block-slider .text-part .left-part img, .block-rendez-vous .block-slider .text-part .left-part img {
  width: auto;
  height: auto;
}
.block-nouveautes .block-slider .text-part .right-part, .block-promotions .block-slider .text-part .right-part, .block-offre-groupee .block-slider .text-part .right-part, .block-result-search .block-slider .text-part .right-part, .block-rendez-vous .block-slider .text-part .right-part {
  width: 145px;
  padding: 2px 0 0 0;
  position: relative;
  height: 108px;
}
.block-nouveautes .block-slider .text-part .right-part .plus-button, .block-promotions .block-slider .text-part .right-part .plus-button, .block-offre-groupee .block-slider .text-part .right-part .plus-button, .block-result-search .block-slider .text-part .right-part .plus-button, .block-rendez-vous .block-slider .text-part .right-part .plus-button {
  top: auto;
  bottom: 12px;
}
.block-nouveautes .block-slider .text-part:after, .block-promotions .block-slider .text-part:after, .block-offre-groupee .block-slider .text-part:after, .block-result-search .block-slider .text-part:after, .block-rendez-vous .block-slider .text-part:after {
  display: block;
  content: '';
  float: none;
  clear: both;
}
.block-nouveautes .block-slider .owl-controls .owl-pagination, .block-promotions .block-slider .owl-controls .owl-pagination, .block-offre-groupee .block-slider .owl-controls .owl-pagination, .block-result-search .block-slider .owl-controls .owl-pagination, .block-rendez-vous .block-slider .owl-controls .owl-pagination,
.block-nouveautes .block-slider .owl-controls .owl-dots,
.block-promotions .block-slider .owl-controls .owl-dots,
.block-offre-groupee .block-slider .owl-controls .owl-dots,
.block-result-search .block-slider .owl-controls .owl-dots,
.block-rendez-vous .block-slider .owl-controls .owl-dots {
  display: none !important;
}
.block-nouveautes .block-slider .owl-controls .owl-nav .owl-prev, .block-promotions .block-slider .owl-controls .owl-nav .owl-prev, .block-offre-groupee .block-slider .owl-controls .owl-nav .owl-prev, .block-result-search .block-slider .owl-controls .owl-nav .owl-prev, .block-rendez-vous .block-slider .owl-controls .owl-nav .owl-prev,
.block-nouveautes .block-slider .owl-controls .owl-nav .owl-next,
.block-promotions .block-slider .owl-controls .owl-nav .owl-next,
.block-offre-groupee .block-slider .owl-controls .owl-nav .owl-next,
.block-result-search .block-slider .owl-controls .owl-nav .owl-next,
.block-rendez-vous .block-slider .owl-controls .owl-nav .owl-next,
.block-nouveautes .block-slider .owl-controls .owl-buttons .owl-prev,
.block-promotions .block-slider .owl-controls .owl-buttons .owl-prev,
.block-offre-groupee .block-slider .owl-controls .owl-buttons .owl-prev,
.block-result-search .block-slider .owl-controls .owl-buttons .owl-prev,
.block-rendez-vous .block-slider .owl-controls .owl-buttons .owl-prev,
.block-nouveautes .block-slider .owl-controls .owl-buttons .owl-next,
.block-promotions .block-slider .owl-controls .owl-buttons .owl-next,
.block-offre-groupee .block-slider .owl-controls .owl-buttons .owl-next,
.block-result-search .block-slider .owl-controls .owl-buttons .owl-next,
.block-rendez-vous .block-slider .owl-controls .owl-buttons .owl-next {
  bottom: 86px;
}

.block-nouveautes .block-slider .text-part {
  padding: 10px 15px;
}
.block-nouveautes .block-slider .text-part .title {
  margin-bottom: 4px;
  max-height: none;
  font-size: 14px;
  line-height: 18px;
  overflow: visible;
}
.block-nouveautes .block-slider.slider .owl-controls {
  left: auto;
  right: 0;
  bottom: auto;
  width: 62px;
  top: 100px;
}
.block-nouveautes .block-slider.slider .owl-controls .owl-nav .owl-prev,
.block-nouveautes .block-slider.slider .owl-controls .owl-nav .owl-next,
.block-nouveautes .block-slider.slider .owl-controls .owl-buttons .owl-prev,
.block-nouveautes .block-slider.slider .owl-controls .owl-buttons .owl-next {
  position: static;
}
.block-nouveautes .block-slider.slider .owl-nav .owl-prev,
.block-nouveautes .block-slider.slider .owl-nav .owl-next,
.block-nouveautes .block-slider.slider .owl-buttons .owl-prev,
.block-nouveautes .block-slider.slider .owl-buttons .owl-next {
  background: #d90613;
  width: 30px;
  height: 30px;
  overflow: hidden;
  bottom: 113px;
  left: 0;
  position: static;
}
.block-nouveautes .block-slider.slider .owl-nav .owl-prev .ico,
.block-nouveautes .block-slider.slider .owl-nav .owl-next .ico,
.block-nouveautes .block-slider.slider .owl-buttons .owl-prev .ico,
.block-nouveautes .block-slider.slider .owl-buttons .owl-next .ico {
  background: url("../images/sprite-slider.png") 0 -120px no-repeat;
  width: 7px;
  height: 20px;
  position: relative;
  top: 5px;
  left: 13px;
}
.block-nouveautes .block-slider.slider .owl-nav .owl-prev:hover,
.block-nouveautes .block-slider.slider .owl-nav .owl-next:hover,
.block-nouveautes .block-slider.slider .owl-buttons .owl-prev:hover,
.block-nouveautes .block-slider.slider .owl-buttons .owl-next:hover {
  opacity: 0.8;
}
.block-nouveautes .block-slider.slider .owl-nav .owl-prev,
.block-nouveautes .block-slider.slider .owl-buttons .owl-prev {
  float: left;
  margin-right: 2px;
}
.block-nouveautes .block-slider.slider .owl-nav .owl-next,
.block-nouveautes .block-slider.slider .owl-buttons .owl-next {
  left: auto;
  right: 0;
}
.block-nouveautes .block-slider.slider .owl-nav .owl-next .ico,
.block-nouveautes .block-slider.slider .owl-buttons .owl-next .ico {
  background: url("../images/sprite-slider.png") 0 -180px no-repeat;
}

.block-promotions, .block-offre-groupee, .block-result-search {
  margin: 0 0 9px 0;
}
.block-promotions .left-part, .block-offre-groupee .left-part, .block-result-search .left-part,
.block-promotions .right-part,
.block-offre-groupee .right-part,
.block-result-search .right-part {
  width: 317px;
  float: left;
  background-color: #ebebeb;
}
.block-promotions .left-part .item, .block-offre-groupee .left-part .item, .block-result-search .left-part .item,
.block-promotions .right-part .item,
.block-offre-groupee .right-part .item,
.block-result-search .right-part .item {
  min-height: 90px;
  padding: 7px 10px 10px 13px;
  border-bottom: 2px solid #f8f8f8;
}
.block-promotions .left-part .item.last, .block-offre-groupee .left-part .item.last, .block-result-search .left-part .item.last,
.block-promotions .right-part .item.last,
.block-offre-groupee .right-part .item.last,
.block-result-search .right-part .item.last {
  border-bottom: none;
}
.block-promotions .left-part .item .price, .block-offre-groupee .left-part .item .price, .block-result-search .left-part .item .price,
.block-promotions .right-part .item .price,
.block-offre-groupee .right-part .item .price,
.block-result-search .right-part .item .price {
  color: #d90613;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 15px;
  padding: 0 0 6px 0;
  display: block;
}
.block-promotions .left-part .item .title, .block-offre-groupee .left-part .item .title, .block-result-search .left-part .item .title,
.block-promotions .right-part .item .title,
.block-offre-groupee .right-part .item .title,
.block-result-search .right-part .item .title {
  color: #919191;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  padding: 0 0 5px 0;
  width: 167px;
}
.block-promotions .left-part .item .title:hover, .block-offre-groupee .left-part .item .title:hover, .block-result-search .left-part .item .title:hover,
.block-promotions .right-part .item .title:hover,
.block-offre-groupee .right-part .item .title:hover,
.block-result-search .right-part .item .title:hover {
  color: #757474;
}
.block-promotions .left-part .item .plus-button, .block-offre-groupee .left-part .item .plus-button, .block-result-search .left-part .item .plus-button,
.block-promotions .left-part .item .right-part .plus-button,
.block-offre-groupee .left-part .item .right-part .plus-button,
.block-result-search .left-part .item .right-part .plus-button,
.block-promotions .right-part .item .plus-button,
.block-offre-groupee .right-part .item .plus-button,
.block-result-search .right-part .item .plus-button,
.block-promotions .right-part .item .right-part .plus-button,
.block-offre-groupee .right-part .item .right-part .plus-button,
.block-result-search .right-part .item .right-part .plus-button {
  bottom: auto;
  left: auto;
  top: 25px;
  right: 0;
}
.block-promotions .left-part .left-part, .block-offre-groupee .left-part .left-part, .block-result-search .left-part .left-part,
.block-promotions .right-part .left-part,
.block-offre-groupee .right-part .left-part,
.block-result-search .right-part .left-part {
  width: 64px;
  margin: 0 7px 0 0;
  padding: 2px 0 0 0;
  position: relative;
}
.block-promotions .left-part .left-part img, .block-offre-groupee .left-part .left-part img, .block-result-search .left-part .left-part img,
.block-promotions .right-part .left-part img,
.block-offre-groupee .right-part .left-part img,
.block-result-search .right-part .left-part img {
  height: auto;
  width: 64px;
  height: 94px;
}
.block-promotions .left-part .left-part .ico-offre, .block-offre-groupee .left-part .left-part .ico-offre, .block-result-search .left-part .left-part .ico-offre,
.block-promotions .right-part .left-part .ico-offre,
.block-offre-groupee .right-part .left-part .ico-offre,
.block-result-search .right-part .left-part .ico-offre {
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: -5px;
  left: -8px;
  background: url('../images/sprite-b.png') no-repeat -324px 0;
}
.block-promotions .left-part .right-part, .block-offre-groupee .left-part .right-part, .block-result-search .left-part .right-part,
.block-promotions .right-part .right-part,
.block-offre-groupee .right-part .right-part,
.block-result-search .right-part .right-part {
  width: 221px;
  padding: 0;
  position: relative;
  height: 91px;
}
.block-promotions .left-part .right-part .plus-button, .block-offre-groupee .left-part .right-part .plus-button, .block-result-search .left-part .right-part .plus-button,
.block-promotions .right-part .right-part .plus-button,
.block-offre-groupee .right-part .right-part .plus-button,
.block-result-search .right-part .right-part .plus-button {
  top: auto;
  bottom: 12px;
}
.block-promotions > .left-part, .block-offre-groupee > .left-part, .block-result-search > .left-part {
  border-right: 2px solid #f8f8f8;
  width: 316px;
}

.block-rendez-vous {
  /*list item*/
  /*list item*/
}
.block-rendez-vous .col {
  float: left;
}
.block-rendez-vous .colr {
  float: right;
  width: 440px;
}
.block-rendez-vous .category {
  color: #33c18e;
  font-size: 14px;
  margin: 0 0 12px;
  min-height: 16px;
}
.block-rendez-vous .item {
  background: #ebebeb;
  overflow: hidden;
  padding: 22px 20px;
  position: relative;
}
.block-rendez-vous .date {
  display: table-cell;
  vertical-align: middle;
  background: #33c390;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 100px;
  line-height: 81px;
  width: 143px;
  height: 143px;
  text-align: center;
  padding: 0;
}
.block-rendez-vous .date span {
  display: block;
}
.block-rendez-vous .date .month,
.block-rendez-vous .date .year {
  font-size: 25px;
  line-height: 22px;
}
.block-rendez-vous .desc {
  font: 700 18px/120% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #909090;
  padding: 27px 0;
  border: solid #757575;
  border-width: 1px 0;
  margin: 0 85px 0 0;
  min-height: 87px;
}
.block-rendez-vous .desc a {
  color: #909090;
}
.block-rendez-vous .place {
  font: normal 12px/120% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  overflow: hidden;
}
.block-rendez-vous .plus-button {
  top: auto;
  left: auto;
  right: 20px;
  bottom: 25px;
}
.block-rendez-vous .rendez-list-item .left-part,
.block-rendez-vous .rendez-list-item .right-part {
  margin: 0 10px 9px 0;
  width: 477px;
  float: left;
}
.block-rendez-vous .rendez-list-item .right-part {
  margin: 0 0 9px 0;
}
.block-rendez-vous .rendez-list-item .colr {
  width: 345px;
}
.block-rendez-vous .rendez-list-item .category {
  font-size: 12px;
}
.block-rendez-vous .rendez-list-item .item {
  border-bottom: 4px solid #fff;
  min-height: 75px;
  padding: 15px 20px;
}
.block-rendez-vous .rendez-list-item .date {
  display: table-cell;
  vertical-align: middle;
  width: 78px;
  height: 78px;
  font-size: 52px;
  padding: 0;
  line-height: 42px;
}
.block-rendez-vous .rendez-list-item .date .month,
.block-rendez-vous .rendez-list-item .date .year {
  font-size: 16px;
  line-height: 14px;
}
.block-rendez-vous .rendez-list-item .desc {
  font-size: 16px;
  padding: 12px 0;
  margin: 0 65px 0 0;
  min-height: 53px;
}
.block-rendez-vous .rendez-list-item .plus-button {
  bottom: 15px;
  right: 20px;
}

.block-top-three {
  margin: 0 0 10px 0;
}
.block-top-three .inner {
  border: 1px solid #929292;
}
.block-top-three .block-title .title {
  text-transform: uppercase;
  color: #929292;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 24px;
  line-height: 24px;
  padding: 12px 0 13px 0;
  margin: 0 16px 0 22px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-bottom: 1px solid #929292;
  width: 275px;
}
.block-top-three .item {
  margin: 0 16px 0 21px;
  border-bottom: 1px solid #929292;
  position: relative;
}
.block-top-three .item .number {
  color: #909090;
  width: 42px;
  height: 42px;
  background: url('../images/sprite-b.png') no-repeat -364px 0;
  display: block;
  font-size: 20px;
  line-height: 42px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  top: 13px;
  left: 0;
  position: absolute;
  text-align: center;
}
.block-top-three .item .text {
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 11px 0px 11px 57px;
}
.block-top-three .item .text:hover {
  color: #757474;
}
.block-top-three .item.last {
  border-bottom: none;
}

.block-paraitre, .block-collections {
  margin: 0 0 9px 0;
}
.block-paraitre .block-title, .block-collections .block-title {
  border: 1px solid #929292;
  background-color: #fff;
  height: 47px;
  width: auto;
}
.block-paraitre .block-title .title, .block-collections .block-title .title {
  text-transform: uppercase;
  color: #929292;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 24px;
  line-height: 24px;
  padding: 12px 10px 11px 15px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 292px;
}
.block-paraitre .item, .block-collections .item {
  padding: 27px 21px 3px 13px;
  width: 285px;
  min-height: 116px;
  height: 116px;
  border-bottom: none;
}
.block-paraitre .item .title, .block-collections .item .title {
  color: #919191;
}
.block-paraitre .item .plus-button, .block-collections .item .plus-button {
  bottom: 51px;
  right: 15px;
}

.block-contact-publications {
  background-color: #909090;
}
.block-contact-publications .block-title .title {
  font-size: 14px;
  display: block;
}
.block-contact-publications .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.block-contact-publications .form-item .form-select.collections .ui-selectmenu {
  width: 310px !important;
}
.block-contact-publications .form-item .form-select.themes .ui-selectmenu {
  width: 262px !important;
}

.cols .block-toutes-nos-publications {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cols .block-toutes-nos-publications > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cols .block-toutes-nos-publications .block-title {
  border: 1px solid #929292;
  border-left: none;
  height: 50px;
  width: 390px;
  float: left;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cols .block-toutes-nos-publications .block-title .title {
  text-transform: uppercase;
  color: #929292;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 24px;
  line-height: 24px;
  padding: 12px 15px 12px 15px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.cols .block-toutes-nos-publications .block-title .form-body {
  position: relative;
}
.cols .block-toutes-nos-publications > .view-content > .left-part,
.cols .block-toutes-nos-publications > .view-content > .right-part {
  float: left;
  width: 477px;
  background-color: #fff;
}
.cols .block-toutes-nos-publications > .view-content > .left-part .item,
.cols .block-toutes-nos-publications > .view-content > .right-part .item {
  background-color: #ebebeb;
}
.cols .block-toutes-nos-publications > .view-content > .left-part .item .title,
.cols .block-toutes-nos-publications > .view-content > .right-part .item .title {
  color: #919191;
}
.cols .block-toutes-nos-publications > .view-content > .left-part .item .title:hover,
.cols .block-toutes-nos-publications > .view-content > .right-part .item .title:hover {
  color: #757474;
}
.cols .block-toutes-nos-publications > .view-content > .left-part .item .left-part,
.cols .block-toutes-nos-publications > .view-content > .right-part .item .left-part {
  width: 100%;
  margin: 0;
}
.cols .block-toutes-nos-publications > .view-content > .left-part {
  margin: 0 10px 9px 0;
}
.cols .block-toutes-nos-publications > .view-content > .right-part {
  margin: 0 0 9px 0;
}
.cols .block-toutes-nos-publications > .view-content > .right-part .item .left-part .first-image {
  max-width: 181px;
  width: 181px;
  height: auto;
}
.cols .block-toutes-nos-publications > .view-empty {
  min-height: 100px;
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 11px 0 11px 17px;
}
.cols .block-toutes-nos-publications .item {
  width: 434px;
  padding: 12px 31px 10px 12px;
  min-height: 297px;
  max-height: 297px;
  border-bottom: 4px solid #fff;
}
.cols .block-toutes-nos-publications .item .left-part {
  padding: 0 0 13px 0;
}
.cols .block-toutes-nos-publications .item .left-part .first-image {
  max-width: 181px;
  width: 181px;
  height: auto;
  float: left;
  margin: 0 11px 0 0;
}
.cols .block-toutes-nos-publications .item .left-part .second-image {
  max-width: 98px;
  width: auto;
  height: 139px;
  float: left;
}
.cols .block-toutes-nos-publications .item .right-part {
  width: 100%;
}
.cols .block-toutes-nos-publications .item .category {
  border-bottom: 1px solid #909090;
  padding: 0 0 9px 0;
  margin: 0 0 10px 0;
  width: 100%;
}
.cols .block-toutes-nos-publications .item .title {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 16px;
  line-height: 18px;
  color: #909090;
  width: 100%;
  padding: 0;
  margin: 0 0 6px 0;
  max-height: 38px;
  min-height: 37px;
}
.cols .block-toutes-nos-publications .item .partir {
  color: #d90613;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 15px;
  display: block;
  padding: 0 0 10px 0;
}
.cols .block-toutes-nos-publications .item .partir:hover {
  color: #9b0650;
}
.cols .block-toutes-nos-publications .item .button, .cols .block-toutes-nos-publications .item .red-button {
  position: absolute;
  bottom: 14px;
}
.cols .block-toutes-nos-publications .item .plus-button {
  top: auto;
  bottom: 14px;
  right: auto;
  left: 165px;
}
.cols .block-toutes-nos-publications .item.last {
  border-bottom: none;
}
.cols .block-toutes-nos-publications .form-body .form-select.themes .ui-selectmenu {
  width: 262px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}
.cols .block-toutes-nos-publications .form-body .form-select.collections .ui-selectmenu {
  height: 50px;
  width: 311px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cols .block-toutes-nos-publications .form-body .form-type-textfield input,
.cols .block-toutes-nos-publications .form-body .form-type-textfield .watermark {
  color: #999999;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-weight: bold;
  font-size: 14px;
  line-height: 48px;
  height: 48px;
  padding: 0 55px 0 17px;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.cols .block-toutes-nos-publications .form-body .form-type-textfield input::-webkit-input-placeholder,
.cols .block-toutes-nos-publications .form-body .form-type-textfield .watermark::-webkit-input-placeholder {
  color: #999999;
  opacity: 1 !important;
}
.cols .block-toutes-nos-publications .form-body .form-type-textfield input:-moz-placeholder,
.cols .block-toutes-nos-publications .form-body .form-type-textfield .watermark:-moz-placeholder {
  color: #999999;
  opacity: 1 !important;
}
.cols .block-toutes-nos-publications .form-body .form-type-textfield input::-moz-placeholder,
.cols .block-toutes-nos-publications .form-body .form-type-textfield .watermark::-moz-placeholder {
  color: #999999;
  opacity: 1 !important;
}
.cols .block-toutes-nos-publications .form-body .form-type-textfield input:-ms-input-placeholder,
.cols .block-toutes-nos-publications .form-body .form-type-textfield .watermark:-ms-input-placeholder {
  color: #999999;
  opacity: 1 !important;
}
.cols .block-toutes-nos-publications .form-body .form-type-textfield input.placeholder,
.cols .block-toutes-nos-publications .form-body .form-type-textfield .watermark.placeholder {
  color: #999999;
  opacity: 1 !important;
}
.cols .block-toutes-nos-publications .form-body .form-type-textfield input::-ms-clear,
.cols .block-toutes-nos-publications .form-body .form-type-textfield .watermark::-ms-clear {
  display: none;
}
.cols .block-toutes-nos-publications .form-body .form-actions {
  width: 48px;
  height: 48px;
  background-color: #999999;
  top: 0;
  right: 0;
  margin: 0;
  position: absolute;
}
.cols .block-toutes-nos-publications .form-body .form-actions input {
  background: url("../images/sprite-left-nav.png") 11px -109px no-repeat;
  text-indent: -999px;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}
.cols .block-toutes-nos-publications:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
.cols .block-toutes-nos-publications.new-version .view-content .item {
  width: auto;
  max-height: none;
  min-height: 0;
}
.cols .block-toutes-nos-publications.new-version .view-content .item .left-part {
  width: 23%;
  padding: 0 2% 0 0;
  margin: 0;
}
.cols .block-toutes-nos-publications.new-version .view-content .item .left-part a img {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
  max-width: none;
}
.cols .block-toutes-nos-publications.new-version .view-content .item .right-part {
  width: 75%;
  float: right;
  position: relative;
}
.cols .block-toutes-nos-publications.new-version .view-content .item .right-part .title,
.cols .block-toutes-nos-publications.new-version .view-content .item .right-part .description {
  margin-right: 50px;
}
.cols .block-toutes-nos-publications.new-version .view-content .item .right-part .title {
  width: auto;
}
.cols .block-toutes-nos-publications.new-version .view-content .item .right-part .description {
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.cols .block-toutes-nos-publications.new-version .view-content .item .right-part .plus-button {
  top: 50%;
  margin: -21px 0 0 0;
  right: -15px;
  bottom: auto;
  left: auto;
}

.form-body .form-select {
  float: left;
}
.form-body .form-select.themes select {
  width: 262px;
}
.form-body .form-select.themes .ui-selectmenu {
  border-right: none;
  border-left: none;
}
.form-body .form-select.collections select {
  width: 310px;
}
.form-body .form-select .ui-selectmenu {
  border: 1px solid #929292;
  height: 48px;
}
.form-body .form-select .ui-selectmenu .ui-selectmenu-status {
  color: #999999;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  padding: 9px 55px 6px 17px;
}
.form-body .form-select .ui-selectmenu .ui-selectmenu-icon {
  width: 48px;
  height: 49px;
  background: url('../images/sprite-b.png') no-repeat -412px 0;
  right: 0;
  margin-top: 0;
  top: 0;
  cursor: pointer;
}

.ui-selectmenu-menu {
  background-color: #fff;
}
.ui-selectmenu-menu ul {
  min-height: 100px;
}
.ui-selectmenu-menu ul li a {
  color: #999999;
}
.ui-selectmenu-menu ul li.ui-state-hover a, .ui-selectmenu-menu ul li.ui-selectmenu-item-selected a {
  color: #6c6969;
}
.ui-selectmenu-menu ul.info-block {
  box-shadow: 0 5px 7px #ccc;
  min-height: 0;
  height: auto !important;
  max-height: 250px;
  overflow-y: auto;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.ui-selectmenu-menu ul.info-block li.odd, .ui-selectmenu-menu ul.info-block li:nth-child(odd) {
  background: #f0f0f0;
}
.ui-selectmenu-menu ul.info-block li.even, .ui-selectmenu-menu ul.info-block li:nth-child(even) {
  background: #fff;
}
.ui-selectmenu-menu ul.info-block li.odd {
  background: #f0f0f0;
}
.ui-selectmenu-menu ul.info-block li.even {
  background: #fff;
}
.ui-selectmenu-menu ul.info-block li a {
  font-size: 12px;
  padding: 5px 10px;
}
.ui-selectmenu-menu ul.info-block li:hover {
  background: #f27f66;
}
.ui-selectmenu-menu ul.info-block li:hover a {
  color: #fff;
}

/*--end of Librairie page styles--*/
/*-- Shopping Cart page styles --*/
.cart-block {
  color: #ccc;
  margin-right: 15px;
  margin-bottom: 60px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.cart-block h1 {
  font-size: 24px;
  line-height: 20px;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #929292;
  text-transform: uppercase;
  padding: 0 15px 15px;
}
.cart-block .title-block {
  background: #23a2a8;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  padding: 12px 15px 10px;
  vertical-align: middle;
  text-transform: uppercase;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.cart-block .title-block .ico {
  display: inline-block;
  width: 30px;
  height: 26px;
  margin-right: 15px;
  background: url('../images/sprite-a.png') no-repeat 0 -78px;
  vertical-align: top;
}
.cart-block .title-block.info {
  background: #f27f66;
}
.cart-block .title-block.info .ico {
  background: url('../images/sprite-a.png') no-repeat 0 -113px;
}
.cart-block .commerce_payment {
  background: #e9e9e9;
  margin-bottom: 10px;
  padding: 20px 20px 15px;
  color: #909090;
}
.cart-block .commerce_payment .radioboxes .rbox {
  display: block;
  vertical-align: top;
  line-height: 30px;
}
.cart-block .commerce_payment .radioboxes .rbox input,
.cart-block .commerce_payment .radioboxes .rbox label {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  padding: 0;
  margin: 0;
  width: auto;
}
.cart-block .commerce_payment .radioboxes .rbox label img.commerce-paypal-icon {
  top: 4px;
}
.cart-block .commerce_payment .radioboxes .rbox label div.commerce-paypal-icons {
  display: block;
  margin-left: 10px;
}
.cart-block .commerce_payment .radioboxes .rbox input {
  display: none;
}
.cart-block .commerce_payment .radioboxes .rbox input + label {
  cursor: pointer;
}
.cart-block .commerce_payment .radioboxes .rbox input + label:before {
  position: relative;
  content: "";
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 19px;
  width: 19px;
  vertical-align: top;
  line-height: 19px;
  margin: 0 10px 0 0;
  background: url('../images/sprite-a.png') no-repeat 0 -364px;
  position: relative;
  top: 6px;
  left: 0;
}
.cart-block .commerce_payment .radioboxes .rbox input:checked + label:before {
  background: url('../images/sprite-a.png') no-repeat 0 -392px;
}
.cart-block .commerce_payment .rbox {
  margin-bottom: 15px;
  color: #909090;
}
.cart-block .commerce_payment .rbox input {
  margin-right: 10px;
}
.cart-block .commerce_payment .rbox label {
  font-size: 14px;
}
.cart-block .commerce_payment .rbox .commerce-paypal-icons {
  position: relative;
  top: 4px;
  margin-right: 0;
  line-height: 30px;
  vertical-align: top;
  display: inline-block;
}
.cart-block .commerce_payment .rbox .commerce-paypal-icons .label {
  line-height: 30px;
  vertical-align: top;
  display: inline-block;
}
.cart-block .commerce_payment #payment-details .messages ul {
  margin: 0;
}
.cart-block .commerce_payment #payment-details .messages ul li {
  font-size: 14px;
  line-height: 18px;
}
.cart-block .table-block {
  background: #e9e9e9;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.cart-block table {
  width: 100%;
  border: 2px solid #e9e9e9;
}
.cart-block table tr td {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  color: #909090;
  background: #fff;
  border: 2px solid #e9e9e9;
}
.cart-block table tr td.empty {
  background: transparent;
}
.cart-block table tr td.total {
  color: #23a2a8;
  text-transform: uppercase;
}
.cart-block table tr td.btn {
  padding: 7px 10px;
}
.cart-block table thead tr td {
  padding: 6px 10px;
  font-size: 12px;
  color: #333;
  background: #ddd;
  font-weight: bold;
  text-transform: uppercase;
}
.cart-block table tbody tr td input[type='text'] {
  color: #909090;
  border: 1px solid #ccc !important;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding: 3px 5px;
}
.cart-block table tbody tr td .del {
  display: block;
  background: #23a2a8;
  color: #fff;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 10px 28px;
  margin: auto;
  cursor: pointer;
  border: none;
}
.cart-block table tbody tr td .del span.mob {
  display: none;
}
.cart-block table tbody tr td .del span.desk {
  display: inline-block;
}
.cart-block table tbody tr td .del:hover {
  background: #009292;
}
.cart-block.votre-panier thead tr td {
  width: 20%;
}
.cart-block.votre-recapitulatif thead tr td, .cart-block.votre-facture thead tr td {
  width: 25%;
  background: #909090;
  color: #fff;
}
.cart-block .alert {
  margin-left: 15px;
  color: #23a2a8;
  border: 1px solid #23a2a8;
  padding: 11px 10px;
  line-height: 26px;
  vertical-align: top;
  margin-bottom: 12px;
}
.cart-block .alert .ico {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: url('../images/sprite-a.png') no-repeat 0 -160px;
  vertical-align: top;
}
.cart-block.votre-commande-terminee h1 {
  padding-bottom: 25px;
}
.cart-block.votre-commande-terminee .continue {
  margin-left: 15px;
  background: #23a2a8;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding: 13px 15px 13px 25px;
  display: inline-block;
  cursor: pointer;
}
.cart-block.votre-commande-terminee .continue:hover {
  background: #009292;
}
.cart-block.votre-commande-terminee .continue .ico {
  position: absolute;
  top: 15px;
  left: 10px;
  display: block;
  content: '';
  width: 9px;
  height: 13px;
  z-index: 1;
  background: url("../images/sprite-left-nav.png") 0 -420px no-repeat;
}
.cart-block .info-block {
  margin-bottom: 10px;
  background: #e9e9e9;
}
.cart-block .info-block ul {
  padding: 10px 0;
}
.cart-block .info-block ul li {
  padding: 10px;
}
.cart-block .info-block ul li:after {
  clear: both;
  float: none;
  display: block;
  content: '';
}
.cart-block .info-block label {
  width: 100px;
  line-height: 25px;
  padding: 0 5px 0 15px;
  display: inline-block;
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-weight: bold;
  float: left;
}
.cart-block .info-block label span {
  color: #f27f66;
  padding-left: 5px;
}
.cart-block .info-block .ui-selectmenu,
.cart-block .info-block input {
  display: inline-block;
  background: #fff;
  width: 256px;
  line-height: 15px;
  padding: 5px 10px;
  border: 0;
}
.cart-block .info-block .ui-selectmenu {
  width: 256px !important;
  height: auto;
  color: #909090;
  left: 0;
  font-size: 12px;
  font-weight: normal;
}
.cart-block .info-block .ui-selectmenu:after {
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  background: url('../images/sprite-a.png') no-repeat 0 -139px;
  position: absolute;
  top: 5px;
  right: 10px;
}
.cart-block .info-block .ui-selectmenu .ui-selectmenu-status {
  padding: 0;
  line-height: 15px;
}
.cart-block .info-block .content {
  padding: 20px 15px;
}
.cart-block .info-block .content > div {
  padding-top: 15px;
  color: #999999;
}
.cart-block .info-block .content > div:nth-child(1) {
  padding-top: 0;
}
.cart-block .info-block .content ul li {
  padding-top: 15px;
  color: #999999;
}
.cart-block .info-block .content ul li:nth-child(1) {
  padding-top: 0;
}
.cart-block .bottom-block .left-part,
.cart-block .bottom-block .right-part {
  color: #979797;
  width: 438px;
  padding: 15px;
  height: 18px;
  border: 1px solid #cbcbcb;
  border-width: 1px 1px 1px 0;
  float: left;
  margin-right: 10px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
}
.cart-block .bottom-block .right-part {
  margin-right: 0;
  border-width: 1px;
}
.cart-block .bottom-block .right-part:active, .cart-block .bottom-block .right-part:focus, .cart-block .bottom-block .right-part:visited {
  color: #979797;
  background: #fff;
  border: 1px solid #cbcbcb;
}
.cart-block .bottom-block .right-part:hover {
  background: #009292;
  border-color: #009292;
  color: #fff;
}
.cart-block .bottom-block:after {
  clear: both;
  float: none;
  content: '';
  display: block;
}

/*-- end of Shopping Cart page styles --*/
/*-- Parution page styles--*/
.block-parution {
  padding: 12px 15px 30px 15px;
  background-color: #ebebeb;
  margin: 0 0 9px 0;
}
.block-parution .product-type {
  display: block;
  color: #e58204;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 12px;
  line-height: 15px;
  float: left;
  width: 40%;
}
.block-parution .title {
  text-transform: uppercase;
  color: #929292;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 24px;
  line-height: 24px;
  display: block;
  clear: both;
  padding: 4px 0 5px 0;
}
.block-parution .sub-title {
  color: #999999;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 25px;
  line-height: 25px;
  padding: 0 0 13px 0;
  display: block;
}
.block-parution .collection {
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 14px;
  width: 60%;
  float: right;
  text-align: right;
  margin: -2px 0 0 0;
}
.block-parution .collection .articles-type,
.block-parution .collection .ingenierie-type,
.block-parution .collection .observatoire-type,
.block-parution .collection .marketing-type {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 0 0 5px;
  color: #de3883;
}
.block-parution .collection .observatoire-type {
  color: #04abb1;
}
.block-parution .collection .ingenierie-type {
  color: #8cc63c;
}
.block-parution .collection .articles-type {
  color: #f27f66;
}
.block-parution .author {
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 14px;
  float: left;
  padding: 0 26px 10px 0;
}
.block-parution .author span {
  text-transform: uppercase;
  color: #668fff;
  padding: 0 0 0 5px;
}
.block-parution .date {
  float: left;
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 10px 0;
}
.block-parution .date:after {
  display: block;
  clear: both;
  content: '';
  float: none;
}
.block-parution .clear {
  display: block;
  clear: both;
  content: '';
  float: none;
}
.block-parution .block-image {
  clear: left;
  padding: 0 15px 17px 0;
  float: left;
  width: 290px;
}
.block-parution .block-image img {
  max-width: 290px;
  height: auto;
}
.block-parution .block-image div {
  color: #929292;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block-parution .block-image div a {
  color: #213a83;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  position: relative;
  top: auto;
  left: auto;
  text-transform: none;
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 0 5px;
  display: inline;
}
.block-parution .block-image div a:hover {
  text-decoration: underline;
}
.block-parution .block-info {
  float: left;
  width: 300px;
}
.block-parution .block-info .left-part {
  float: left;
  width: 75px;
  padding: 0 15px 15px 0;
}
.block-parution .block-info .left-part img {
  max-width: 75px;
  height: auto;
}
.block-parution .block-info .left-part .pages {
  color: #668fff;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 12px;
  line-height: 12px;
  display: block;
  padding: 0px 0 0 7px;
}
.block-parution .block-info .left-part a.desktop {
  display: block;
}
.block-parution .block-info .left-part a.mobile {
  display: none;
}
.block-parution .block-info .right-part {
  float: left;
  padding: 20px 0 10px 0;
}
.block-parution .block-info .right-part .discount {
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 15px;
  padding: 0 0 5px 0;
}
.block-parution .block-info .right-part .discount span {
  text-decoration: line-through;
  color: #d70613;
  padding: 0 0 0 5px;
}
.block-parution .block-info .right-part .price {
  color: #d70613;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 20px;
  line-height: 20px;
}
.block-parution .block-info .link {
  clear: both;
  margin: 0px 0 8px 0;
}
.block-parution .block-info .link.blue {
  color: #213a83;
}
.block-parution .block-info .link.blue .ico {
  background: url('../images/sprite-b.png') no-repeat 0 -52px;
}
.block-parution .block-info .link.link-pdf .ico, .block-parution .block-info .link.link-zip .ico {
  background: url('../images/sprite-b.png') no-repeat -227px -54px;
  width: 10px;
  height: 14px;
}
.block-parution .download_link {
  color: #929292;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  display: block;
  clear: both;
  float: none;
  margin-bottom: 15px;
  padding-top: 5px;
}
.block-parution .download_link a {
  color: #213a83;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  position: relative;
  top: auto;
  left: auto;
  text-transform: none;
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 0 5px;
  display: inline;
}
.block-parution .download_link a:hover {
  text-decoration: underline;
}
.block-parution p {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 17px;
  clear: both;
  padding-bottom: 15px;
}
.block-parution p a {
  display: inline;
  color: #213a85;
  text-decoration: none;
}
.block-parution p a:hover {
  color: #213a83;
  text-decoration: underline;
}
.block-parution .price {
  display: block;
  color: #d70613;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 15px;
}
.block-parution .button, .block-parution .red-button {
  margin: 9px 6px 0 0;
  float: left;
}
.block-parution .link {
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  padding: 0 0 0 15px;
  border: none;
  text-align: left;
  clear: none;
  float: left;
  margin: 24px 10px 0 0;
  text-transform: none;
}
.block-parution .link .ico {
  width: 8px;
  height: 14px;
  background: url('../images/sprite-b.png') no-repeat 0 -36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.block-parution .link:hover {
  color: #6c6969;
}
.block-parution .block-social-links {
  padding: 25px 3px 0 0;
}

.block-offre-groupee .price {
  font-weight: bold;
}
.block-offre-groupee .price span {
  text-decoration: line-through;
  font-weight: normal;
  padding: 0 5px 0 0;
}
.block-offre-groupee .text-info {
  text-transform: uppercase;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 15px;
  display: block;
  background-color: #ebebeb;
  padding: 16px 15px 8px 15px;
}

.block-sur-le-meme-theme {
  overflow: hidden;
}
.block-sur-le-meme-theme .block-title {
  background-color: #fff;
  border: 1px solid #929292;
  border-left: none;
  height: auto;
}
.block-sur-le-meme-theme .block-title .title {
  text-transform: uppercase;
  color: #929292;
  font-family: "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 24px;
  line-height: 24px;
  padding: 12px 25px 11px 15px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block-sur-le-meme-theme .slider-with-two-items {
  width: 539px;
  height: 265px;
  padding: 0 50px;
  background-color: #ebebeb;
  margin: 0;
}
.block-sur-le-meme-theme .slider-with-two-items .owl-controls .owl-pagination,
.block-sur-le-meme-theme .slider-with-two-items .owl-controls .owl-dots {
  display: none !important;
}
.block-sur-le-meme-theme .slider-with-two-items .owl-controls .owl-buttons .owl-prev,
.block-sur-le-meme-theme .slider-with-two-items .owl-controls .owl-buttons .owl-next,
.block-sur-le-meme-theme .slider-with-two-items .owl-controls .owl-nav .owl-prev,
.block-sur-le-meme-theme .slider-with-two-items .owl-controls .owl-nav .owl-next {
  width: 44px;
  height: 50px;
  bottom: 138px;
}
.block-sur-le-meme-theme .slider-with-two-items .owl-controls .owl-buttons .owl-prev .ico,
.block-sur-le-meme-theme .slider-with-two-items .owl-controls .owl-nav .owl-prev .ico {
  top: 10px;
  left: 15px;
}
.block-sur-le-meme-theme .slider-with-two-items .owl-stage-outer {
  width: 539px;
}
.block-sur-le-meme-theme .slider-with-two-items .item {
  width: 238px;
  padding: 23px 14px 22px 17px;
  background-color: transparent;
  border-bottom: none;
}
.block-sur-le-meme-theme .slider-with-two-items .item .category {
  border-bottom: 1px solid #909090;
  line-height: 25px;
  margin: 0 0 8px 0;
  min-height: 25px;
  max-height: 25px;
  overflow: hidden;
}
.block-sur-le-meme-theme .slider-with-two-items .item .title {
  overflow: hidden;
  padding: 0;
  margin-bottom: 11px;
  min-height: 33px;
  max-height: 34px;
}
.block-sur-le-meme-theme .slider-with-two-items .item .left-part {
  width: 109px;
  height: 155px;
  margin: 0 14px 0 0;
}
.block-sur-le-meme-theme .slider-with-two-items .item .left-part img {
  width: 109px;
  height: auto;
}
.block-sur-le-meme-theme .slider-with-two-items .item .right-part {
  padding: 0;
  width: 115px;
  height: 155px;
  position: relative;
}
.block-sur-le-meme-theme .slider-with-two-items .item .right-part .button, .block-sur-le-meme-theme .slider-with-two-items .item .right-part .red-button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-sur-le-meme-theme .slider-with-two-items .item .right-part .button span, .block-sur-le-meme-theme .slider-with-two-items .item .right-part .red-button span {
  padding: 0 10px 0 22px;
}
.block-sur-le-meme-theme .slider-with-two-items .item .right-part .button span .ico, .block-sur-le-meme-theme .slider-with-two-items .item .right-part .red-button span .ico {
  padding: 0;
}

.block-connectez {
  position: relative;
  margin: 0 0 9px 0;
  padding: 10px 20px 10px 57px;
}
.block-connectez .ico {
  width: 26px;
  height: 24px;
  background: url('../images/sprite-b.png') no-repeat -18px -49px;
  top: 15px;
  left: 15px;
  padding: 0;
}
.block-connectez p {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 16px;
}
.block-connectez p a {
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block-connectez p a:hover {
  text-decoration: underline;
}

.block-collections .block-title .title {
  font-size: 18px;
}

.block-functionalites {
  margin: 0 0 9px 0;
}
.block-functionalites .block-title {
  background-color: #d70613;
  position: relative;
  height: auto;
}
.block-functionalites .block-title .title {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  padding: 21px 25px 21px 63px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block-functionalites .block-title .ico {
  width: 25px;
  height: 35px;
  display: block;
  background: url('../images/sprite-b.png') no-repeat -103px 0;
  top: 12px;
  left: 21px;
}
.block-functionalites .item {
  min-height: 124px;
  padding: 14px 0 13px 16px;
  background-color: #e9e9e9;
  margin: 0 0 2px 0;
  width: auto;
  position: relative;
}
.block-functionalites .item .left-part {
  float: left;
  margin: 0 15px 0 0;
}
.block-functionalites .item .left-part img {
  max-width: 218px;
  height: auto;
}
.block-functionalites .item .right-part {
  float: left;
  width: 385px;
}
.block-functionalites .item .title {
  text-align: left;
  color: #919191;
  margin: 0 0 8px 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  width: 300px;
}
.block-functionalites .item .title:hover {
  color: #757474;
}
.block-functionalites .item p {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  width: 300px;
}
.block-functionalites .item .plus-button {
  right: 17px;
  bottom: 16px;
  left: auto;
  top: auto;
}
.block-functionalites .item.last {
  border-bottom: none;
  margin: 0;
}

.wysiwyg-content {
  color: #7e7d7d;
  clear: both;
  font-size: 14px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  /*br {
    // display: none;
    display: block;
    content: '';
    line-height: 1px;
    height: 1px;
    padding: 0;
    margin: 0 0 10px;
    }*/
}
.wysiwyg-content > * {
  color: #7e7d7d;
}
.wysiwyg-content h1 {
  font-size: 24px;
  line-height: 26px;
}
.wysiwyg-content h2 {
  font-size: 22px;
  line-height: 22px;
}
.wysiwyg-content h3 {
  font-size: 18px;
  line-height: 20px;
}
.wysiwyg-content h4 {
  font-size: 16px;
  line-height: 18px;
}
.wysiwyg-content h5 {
  font-size: 14px;
  line-height: 16px;
}
.wysiwyg-content h6 {
  font-size: 12px;
  line-height: 16px;
}
.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
  margin: 15px 0 7px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-result-search .wysiwyg-content h1, .block-result-search .wysiwyg-content h2, .block-result-search .wysiwyg-content h3, .block-result-search .wysiwyg-content h4, .block-result-search .wysiwyg-content h5, .block-result-search .wysiwyg-content h6 {
  margin: 15px 0 7px !important;
}
.wysiwyg-content ul,
.wysiwyg-content ol {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.wysiwyg-content ul li,
.wysiwyg-content ol li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 8px;
}
.wysiwyg-content ol li {
  list-style-type: decimal;
}
.wysiwyg-content p {
  margin-bottom: 0;
  color: #7e7d7d;
  /*&:after {
    display: block;
    content: '';
    float: none;
    clear: both;
    }*/
}
.wysiwyg-content p a {
  color: #213a83;
  display: inline;
}
.wysiwyg-content p a:hover {
  color: #668fff;
  text-decoration: underline;
}
.wysiwyg-content img {
  display: block;
  margin: 5px auto 15px;
}
.wysiwyg-content img[style*="float:right;"], .wysiwyg-content img[style*="float: right;"] {
  margin: 5px 0 10px 10px;
}
.wysiwyg-content img[style*="float:left;"], .wysiwyg-content img[style*="float: left;"] {
  margin: 5px 10px 10px 0;
}
.wysiwyg-content strong, .wysiwyg-content b {
  font-weight: bold;
}
.wysiwyg-content em, .wysiwyg-content i {
  font-style: italic;
}
.wysiwyg-content cite {
  font-style: italic;
}
.wysiwyg-content u {
  text-decoration: underline;
}
.wysiwyg-content a {
  color: #213a83;
  display: inline;
  text-decoration: none;
}
.wysiwyg-content a:hover {
  color: #668fff;
  text-decoration: underline;
}
.wysiwyg-content blockquote {
  display: block;
  margin-bottom: 15px;
  padding: 15px 30px;
  margin-left: 30px;
  margin-right: 30px;
  font-szie: 16px;
  line-height: 18px;
  font-style: italic;
  border-top: 1px solid #668fff;
  border-bottom: 1px solid #668fff;
  color: #668fff;
}
.wysiwyg-content blockquote p {
  color: #668fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
}
.wysiwyg-content sub {
  vertical-align: sub;
  font-size: smaller;
}
.wysiwyg-content sup {
  line-height: inherit;
  vertical-align: super;
  font-size: smaller;
  position: static;
}

.fancybox-wrap .fancybox-inner {
  overflow: hidden !important;
}
.fancybox-wrap .fancybox-close {
  width: 40px;
  height: 40px;
  background: url('../images/sprite-b.png') no-repeat -467px 0;
  top: 0;
  right: -40px;
}

#data-popup-image {
  width: 413px !important;
}

/*--end of Parution page styles--*/
.item .category.marketing-type {
  color: #de3883;
}
.item .category.observatoire-type {
  color: #04abb1;
}
.item .category.ingenierie-type {
  color: #8cc63c;
}
.item .category.articles-type {
  color: #f27f66;
}

.mobile-block-hp {
  display: none;
}

.cookieWrapper {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -512px;
  width: 1024px;
  z-index: 10;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.cookieWrapper .close {
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url('../images/sprite-a.png') no-repeat 0 -194px;
}
.cookieWrapper .close:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.cookieWrapper .cookieBox {
  background: #213a85;
  color: #fff;
  margin-left: 60px;
  font-size: 13px;
  padding: 22px;
  letter-spacing: 0.3px;
}
.cookieWrapper .cookieBox a {
  display: inline;
  text-decoration: underline;
}
.cookieWrapper .cookieBox a:hover {
  text-decoration: none;
}

.filtered-block {
  float: left;
  padding: 4px 10px 4px 10px;
  margin: 0 12px 13px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.filtered-block .text {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.25px;
  color: #fff;
  padding: 0 8px 0 0;
}
.filtered-block .close-button {
  width: 9px;
  height: 9px;
  background: url('../images/sprite-b.png') no-repeat 0 -120px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
}

.webform-component-wrapper.green .filtered-block {
  background: #23a2a8;
}
.webform-component-wrapper.orange .filtered-block {
  background: #f27f66;
}

#userAccountTabs {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 16px;
}
#userAccountTabs.ui-tabs {
  padding: 0;
}
#userAccountTabs.ui-tabs:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
#userAccountTabs.ui-tabs .col-left {
  min-height: 500px;
  clear: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  float: left;
}
#userAccountTabs.ui-tabs .col-left .tab-item {
  display: none;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
#userAccountTabs.ui-tabs .col-left .tab-item.active {
  display: block;
}
#userAccountTabs.ui-tabs .col-left .block-info {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #919191;
  color: #919191;
  font-size: 14px;
  line-height: 18px;
}
#userAccountTabs.ui-tabs .col-left .block-info.info-additional {
  border-bottom: none;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#userAccountTabs.ui-tabs .col-left .block-info > div span {
  font-weight: bold;
}
#userAccountTabs.ui-tabs .col-left .right-side {
  text-align: right;
}
#userAccountTabs.ui-tabs .col-left .block-favoris,
#userAccountTabs.ui-tabs .col-left .block-documents,
#userAccountTabs.ui-tabs .col-left .block-commandes,
#userAccountTabs.ui-tabs .col-left .block-abonnements {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #919191;
  color: #919191;
  font-size: 15px;
}
#userAccountTabs.ui-tabs .col-left .block-favoris a,
#userAccountTabs.ui-tabs .col-left .block-documents a,
#userAccountTabs.ui-tabs .col-left .block-commandes a,
#userAccountTabs.ui-tabs .col-left .block-abonnements a {
  color: #213a85;
  margin-bottom: 2px;
}
#userAccountTabs.ui-tabs .col-left .block-favoris a:hover,
#userAccountTabs.ui-tabs .col-left .block-documents a:hover,
#userAccountTabs.ui-tabs .col-left .block-commandes a:hover,
#userAccountTabs.ui-tabs .col-left .block-abonnements a:hover {
  color: #668fff;
}
#userAccountTabs.ui-tabs .col-left .block-favoris {
  min-height: 40px;
  padding-right: 125px;
  position: relative;
}
#userAccountTabs.ui-tabs .col-left .block-favoris a {
  color: #999999;
  font-weight: bold;
  line-height: 20px;
}
#userAccountTabs.ui-tabs .col-left .block-favoris a span {
  font-weight: normal;
}
#userAccountTabs.ui-tabs .col-left .block-favoris a:hover {
  color: #6c6969;
}
#userAccountTabs.ui-tabs .col-left .block-favoris .btn-gray {
  position: absolute;
  top: 0;
  right: 0;
}
#userAccountTabs.ui-tabs .col-left .block-favoris .btn-gray .mob {
  display: none;
}
#userAccountTabs.ui-tabs .col-left .block-favoris .btn-gray .desk {
  display: inline-block;
}
#userAccountTabs.ui-tabs .col-left .block-abonnements {
  border-bottom: none;
}
#userAccountTabs.ui-tabs .col-left .block-abonnements a {
  color: #999999 !important;
}
#userAccountTabs.ui-tabs .col-left .block-abonnements .tab-item-label {
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 16px;
}
#userAccountTabs.ui-tabs .col-left .block-abonnements .form-block-wrapper .form-block {
  padding: 30px 0 10px;
}
#userAccountTabs.ui-tabs .col-left .block-abonnements .block-abonnements-left {
  float: left;
  width: 346px;
}
#userAccountTabs.ui-tabs .col-left .block-abonnements .block-abonnements-left .webform-component-wrapper {
  margin: 0;
  padding: 0;
}
#userAccountTabs.ui-tabs .col-left .block-abonnements .block-abonnements-left .webform-component-wrapper:first-child {
  border-bottom: 1px solid #a8a8a8;
  margin: 0 0 17px 0;
  padding: 0 0 4px 0;
}
#userAccountTabs.ui-tabs .col-left .block-abonnements .block-abonnements-left .webform-component {
  margin: 0 0 10px 0;
}
#userAccountTabs.ui-tabs .col-left .block-abonnements .block-abonnements-right {
  float: right;
  width: 225px;
  margin: 0 9px 0 0;
}
#userAccountTabs.ui-tabs .col-left .block-abonnements .block-abonnements-right label {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 22px;
  margin: 0;
}
#userAccountTabs.ui-tabs .col-left .block-abonnements .block-abonnements-right .webform-component {
  margin: 0 0 12px 0;
}
#userAccountTabs.ui-tabs .col-left .block-abonnements .right-side {
  clear: both;
  margin: 19px 0 0 0;
  float: right;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div {
  font-size: 15px;
  position: relative;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div label {
  display: inline-block;
  width: 190px;
  vertical-align: top;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  line-height: 25px;
  font-size: 14px !important;
  margin: 7px 10px 7px 0;
  -webkit-text-size-adjust: none;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div label .req {
  color: #d90613;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div label.rows2 {
  line-height: 14px;
  margin: 5px 10px 6px 0;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div label.radio-title {
  vertical-align: bottom;
  margin: 0 10px 14px 0;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div input {
  margin: 7px 0 7px 0;
  vertical-align: top;
  display: inline-block;
  width: 280px;
  padding: 4px 10px 3px;
  line-height: 18px;
  border: 0;
  color: #919191;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .radioboxes {
  width: 300px;
  display: inline-block;
  margin: 10px 0;
  overflow: hidden;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .radioboxes label {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 100%;
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 13px !important;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .radioboxes .rbox {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  margin-right: 28px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .radioboxes .rbox input,
#userAccountTabs.ui-tabs .col-left .edit .block-info div .radioboxes .rbox label {
  display: inline-block;
  vertical-align: top;
  line-height: 19px;
  padding: 0;
  margin: 0;
  width: auto;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .radioboxes .rbox input {
  display: none;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .radioboxes .rbox input + label {
  cursor: pointer;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .radioboxes .rbox input + label:before {
  content: "";
  display: inline-block;
  height: 19px;
  width: 19px;
  vertical-align: top;
  line-height: 19px;
  margin: 0 5px 0 0;
  background: url('../images/sprite-a.png') no-repeat 0 -364px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .radioboxes .rbox input:checked + label:before {
  background: url('../images/sprite-a.png') no-repeat 0 -392px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .radioboxes .rbox input:disabled + label:before {
  background: url('../images/sprite-a.png') no-repeat -30px -364px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .radioboxes .rbox input:checked:disabled + label:before {
  background: url('../images/sprite-a.png') no-repeat -30px -392px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .password-suggestions {
  position: absolute;
  top: 73px;
  left: 194px;
  width: 270px;
  z-index: 10;
  background: #F2F2F2;
  padding: 15px;
  -webkit-box-shadow: 0 0 5px -2px #333;
  -moz-box-shadow: 0 0 5px -2px #333;
  box-shadow: 0 0 5px -2px #333;
  border: 0;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .password-suggestions ul {
  padding-top: 10px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-password-confirm.form-item-pass .description {
  margin: 10px;
  font-size: 12px;
  line-height: 14px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-checkboxes.form-item-roles > label {
  display: inline-block;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-checkboxes.form-item-roles > .form-checkboxes {
  display: inline-block;
  width: 300px;
  margin: 7px 0;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-checkboxes.form-item-roles > .form-checkboxes .form-type-checkbox {
  position: relative;
  margin: 0 0 5px;
  line-height: 22px;
  vertical-align: top;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-checkboxes.form-item-roles > .form-checkboxes .form-type-checkbox label {
  margin: 0;
  text-align: left;
  line-height: 22px;
  vertical-align: top;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-checkboxes.form-item-roles > .form-checkboxes .icheckbox {
  width: 22px;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
  margin-right: 8px;
  background: url('../images/sprite-a.png') no-repeat 0 -244px;
  cursor: pointer;
  display: inline-block;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-checkboxes.form-item-roles > .form-checkboxes .icheckbox input {
  width: 22px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-checkboxes.form-item-roles > .form-checkboxes .icheckbox + label {
  cursor: pointer;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-checkboxes.form-item-roles > .form-checkboxes .icheckbox.checked {
  background: url('../images/sprite-a.png') no-repeat 0 -216px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-checkboxes.form-item-roles > .form-checkboxes .icheckbox.disabled {
  cursor: not-allowed;
  background: url('../images/sprite-a.png') no-repeat -30px -244px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-checkboxes.form-item-roles > .form-checkboxes .icheckbox.disabled + label {
  cursor: not-allowed;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-checkboxes.form-item-roles > .form-checkboxes .icheckbox.disabled.checked {
  background: url('../images/sprite-a.png') no-repeat -30px -216px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.form-type-checkboxes.form-item-roles > .form-checkboxes label.option {
  margin: 0;
  text-align: left;
  line-height: 22px;
  vertical-align: top;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client {
  width: 233px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client > label {
  display: inline-block;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client .form-type-checkbox {
  position: relative;
  margin: 0 0 5px;
  line-height: 22px;
  vertical-align: top;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client .form-type-checkbox label {
  margin: 0;
  text-align: right;
  line-height: 22px;
  vertical-align: top;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client .icheckbox {
  width: 22px;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
  margin-right: 8px;
  background: url('../images/sprite-a.png') no-repeat 0 -244px;
  cursor: pointer;
  display: inline-block;
  float: right;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client .icheckbox input {
  width: 22px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client .icheckbox + label {
  cursor: pointer;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client .icheckbox.checked {
  background: url('../images/sprite-a.png') no-repeat 0 -216px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client .icheckbox.disabled {
  cursor: not-allowed;
  background: url('../images/sprite-a.png') no-repeat -30px -244px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client .icheckbox.disabled + label {
  cursor: not-allowed;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client .icheckbox.disabled.checked {
  background: url('../images/sprite-a.png') no-repeat -30px -216px;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client > .form-checkboxes {
  display: inline-block;
  width: 300px;
  margin: 7px 0;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div.field-name-field-user-is-client > .form-checkboxes label.option {
  margin: 0;
  text-align: left;
  line-height: 22px;
  vertical-align: top;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .description a {
  text-decoration: underline;
}
#userAccountTabs.ui-tabs .col-left .edit .block-info div .description a:hover {
  text-decoration: none;
}
#userAccountTabs.ui-tabs .col-left .edit .note {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  margin-bottom: 20px;
}
#userAccountTabs.ui-tabs .col-left .mobileShow {
  display: none;
}
#userAccountTabs.ui-tabs .col-right {
  min-height: 500px;
  clear: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  float: left;
}
#userAccountTabs.ui-tabs .col-right .tab-item {
  padding: 20px 25px;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation {
  padding: 0;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li {
  margin: 0;
  padding: 0 0 0 50px;
  display: block;
  float: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-transform: uppercase;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li.vos-item .ico {
  position: absolute;
  top: 13px;
  left: 29px;
  width: 13px;
  height: 32px;
  display: block;
  background: url('../images/sprite-a.png') no-repeat -510px 0;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li.vos-favoris .ico, #userAccountTabs.ui-tabs .col-right .user-account-navigation li.vos-abonnements .ico {
  width: 33px;
  height: 26px;
  top: 16px;
  left: 21px;
  background: url('../images/sprite-a.png') no-repeat -469px 0;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li.vos-commandes .ico {
  width: 35px;
  height: 32px;
  left: 17px;
  top: 15px;
  background: url('../images/sprite-a.png') no-repeat -529px 0;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li.vos-documents .ico {
  width: 25px;
  height: 35px;
  left: 26px;
  top: 12px;
  background: url('../images/sprite-a.png') no-repeat -575px 0;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li.vos-alertes .ico {
  width: 27px;
  height: 29px;
  left: 26px;
  top: 16px;
  background: url('../images/sprite-a.png') no-repeat -643px 0;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li.vos-inscriptions .ico {
  width: 25px;
  height: 33px;
  left: 26px;
  top: 13px;
  background: url('../images/sprite-a.png') no-repeat -609px 0;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li.vos-contributions .ico {
  width: 33px;
  height: 30px;
  top: 14px;
  left: 21px;
  background: url('../images/sprite-a.png') no-repeat -469px -30px;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li.vos-deconnexion .ico {
  width: 27px;
  height: 30px;
  top: 14px;
  left: 21px;
  background: url('../images/sprite-b.png') no-repeat 0 -81px;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li.active, #userAccountTabs.ui-tabs .col-right .user-account-navigation li.ui-tabs-active {
  color: #fff;
  background: #d90613;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li.active .arrow, #userAccountTabs.ui-tabs .col-right .user-account-navigation li.ui-tabs-active .arrow {
  width: 10px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  background: url('../images/sprite-a.png') no-repeat -433px 0;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li a {
  float: none;
  display: block;
  cursor: pointer;
  color: #fff;
  padding: 0 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li:hover {
  background: #c30b16;
}
#userAccountTabs.ui-tabs .col-right .user-account-navigation li:hover .arrow {
  width: 10px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  background: url('../images/sprite-a.png') no-repeat -448px 0;
}

.pane-page-tabs #tabs .tabs {
  padding: 0 0 10px;
}
.pane-page-tabs #tabs .tabs li {
  display: block;
  margin: 0;
}
.pane-page-tabs #tabs .tabs li a {
  display: block;
  float: left;
  font-size: 13px;
  padding: 5px 5px;
  margin: 0 0 0 10px;
  color: #555555;
  background: #FFCFC5;
  border: none;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.pane-page-tabs #tabs .tabs li a.active {
  background: #d70613;
  color: #fff;
}
.pane-page-tabs #tabs .tabs li a:hover {
  background: #F05B48;
  color: #FFF;
}
.pane-page-tabs #tabs .tabs li.active a {
  background: #d70613;
  color: #fff;
}
.pane-page-tabs #tabs .tabs li.active a:hover {
  background: #F05B48;
  color: #FFF;
}
.pane-page-tabs #tabs .tabs:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}

.ui-widget-content .btn-red,
.btn-red,
.btn-gray,
.btn-blank, .btn-light-gray {
  background: #d90613;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 20px;
  padding: 13px 10px;
  display: inline-block;
  line-height: 14px;
  vertical-align: top;
  margin-bottom: 30px;
}
.ui-widget-content .btn-red .ico,
.btn-red .ico,
.btn-gray .ico,
.btn-blank .ico, .btn-light-gray .ico {
  vertical-align: top;
  display: inline-block;
  margin-right: 4px;
  width: 9px;
  height: 14px;
  line-height: 14px;
  background: url('../images/sprite-a.png') no-repeat 0 -290px;
}
.ui-widget-content .btn-red:hover,
.btn-red:hover,
.btn-gray:hover,
.btn-blank:hover, .btn-light-gray:hover {
  background: #c30b16;
}

.btn-gray {
  background: #979797;
}
.btn-gray:hover {
  background: #6c6969;
}

.btn-light-gray {
  background: #909090;
}
.btn-light-gray:hover {
  background: #6c6969;
}

.btn-blank {
  background: transparent;
  color: #999999;
  margin-right: 10px;
}
.btn-blank:hover {
  background: #979797;
  color: #fff;
}

.owl-carousel .owl-wrapper-outer {
  z-index: 1;
  background-attachment: fixed;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-controls {
  z-index: 1;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.wysiwyg-content {
  padding: 15px 25px;
}
.wysiwyg-content table {
  width: 100%;
}
.wysiwyg-content table tr th {
  background: #909090;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: none;
  padding: 7px 10px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #909090;
}
.wysiwyg-content table tr th:first-child {
  border-left: 1px solid #909090;
}
.wysiwyg-content table tr th:last-child {
  border-right: 1px solid #909090;
}
.wysiwyg-content table tr td {
  border: 1px solid #bcbbb7;
  background: #e9e9e9;
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  padding: 10px 8px;
}
.wysiwyg-content .stacktable {
  width: 100%;
}
.wysiwyg-content .stacktable.large-only {
  display: table;
}
.wysiwyg-content .stacktable.small-only {
  display: none;
}

.form-block-wrapper.form-confirmation .form-block {
  background: none;
  padding: 0;
  margin: 0;
}
.form-block-wrapper.form-confirmation .form-block .webform-confirmation {
  position: relative;
  color: #23a2a8;
  border: 1px solid #23a2a8;
  padding: 18px 10px 16px 50px;
  vertical-align: top;
  background: #fff;
  margin: 0 0 12px 15px;
}
.form-block-wrapper.form-confirmation .form-block .webform-confirmation:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url("../images/sprite-a.png") no-repeat 0 -160px;
  left: 10px;
  top: 13px;
}
.form-block-wrapper.form-confirmation .form-block .webform-confirmation label {
  font-weight: normal;
  margin: 0;
}
.form-block-wrapper.form-confirmation .form-block .links a {
  margin-left: 15px;
  background: #23a2a8;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding: 13px 15px 13px 25px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
.form-block-wrapper.form-confirmation .form-block .links a:hover {
  background: #009292;
}
.form-block-wrapper.form-confirmation .form-block .links a:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 10px;
  display: block;
  width: 9px;
  height: 13px;
  z-index: 1;
  background: url("../images/sprite-left-nav.png") 0 -420px no-repeat;
}

.messages a {
  color: #213a85;
  display: inline-block;
}
.messages a:hover {
  text-decoration: underline;
}

.block-search {
  background: #ebebeb;
  margin: 0 0 14px;
  padding: 0 0 13px;
}
.block-search .intro-text {
  color: #919191;
  padding: 25px 18px 0 15px;
}
.block-search .block-title {
  background-color: #23a2a8;
}
.block-search .block-title .ico {
  width: 71px;
  height: 71px;
  left: 15px;
  background: url('../images/sprite-a.png') no-repeat -126px -146px;
  zoom:0.5;
}
.block-search .block-title.red-title {
  background-color: #d90613;
}
.block-search .block-title.red-title .ico {
  background: url('../images/sprite-a.png') no-repeat -212px -146px;
}
.block-search .search-area {
  display: block;
  padding: 27px 18px 14px 15px;
  overflow: hidden;
}
.block-search .search-area .search-text {
  float: left;
  width: 432px;
}
.block-search .search-area .search-text .watermark {
  margin: 12px 0 0 15px;
}
.block-search .search-area .input-text {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 15px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #999999;
  border: none;
}
.block-search .search-area .input-text::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
.block-search .search-area .input-text:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.block-search .search-area .input-text::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.block-search .search-area .input-text:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.block-search .search-area .input-text.placeholder {
  color: #999999;
  opacity: 1;
}
.block-search .search-area .search-btn {
  float: right;
}
.block-search .search-area .btn-red, .block-search .search-area .btn-light-gray {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  font-size: 14px;
}

.advanced-search {
  display: block;
  padding: 10px 15px;
}
.advanced-search .title-area {
  color: #c3c3c3;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.advanced-search .title-area span {
  display: inline-block;
  padding-right: 32px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.advanced-search .title-area span:after {
  position: absolute;
  right: 10px;
  width: 7px;
  height: 13px;
  content: '';
  top: 2px;
  background: url('../images/sprite-a.png') no-repeat -126px -224px;
}
.advanced-search .title-area span:hover {
  color: #213a83;
}
.advanced-search .title-area span:hover:after {
  background: url("../images/content/arrow-block-links.png") no-repeat -1px 0;
}
.advanced-search.open .title-area {
  color: #213a85;
}
.advanced-search.open .title-area span:after {
  width: 13px;
  height: 7px;
  top: 5px;
  right: 6px;
  background: url('../images/sprite-a.png') no-repeat -19px -144px;
}
.advanced-search .hidden-area {
  display: none;
}
.block-search .advanced-search .hidden-area .search-area {
  padding: 27px 3px 14px 15px;
}
.advanced-search .params-block {
  display: block;
  padding: 22px 0 3px;
}
.advanced-search .params-block .row {
  display: block;
  border-top: 1px solid #a8a8a8;
  padding: 19px 0 0;
  margin: 18px 0 0;
}
.advanced-search .params-block .row:first-child {
  border-top: none;
  margin: 0;
  padding: 0;
}
.advanced-search .params-block .form-multiselect {
  width: 254px;
}
.advanced-search .params-block .form-multiselect select {
  width: 254px;
}
.advanced-search .pillbox .ui-widget {
  width: 200px;
}
.advanced-search .pillbox .watermark {
  margin: 12px 0 0 16px;
}
.advanced-search .pillbox .form-item {
  float: left;
  width: 200px;
  margin: 0 11px 0 0;
  position: relative;
}
.advanced-search .pillbox .form-item .input-text {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  background: #FFF;
  padding: 12px 15px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #999999;
  box-sizing: border-box;
  -webkit-appearance: inherit;
  line-height: 120%;
}
.advanced-search .pillbox .form-item .input-text::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
.advanced-search .pillbox .form-item .input-text:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.advanced-search .pillbox .form-item .input-text::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.advanced-search .pillbox .form-item .input-text:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.advanced-search .pillbox .form-item .input-text.placeholder {
  color: #999999;
  opacity: 1;
}
.advanced-search .pillbox .form-item .hidden-select {
  display: none;
}
.advanced-search .pillbox .plus-button {
  position: relative;
  float: left;
}
.advanced-search .pillbox .list-filters {
  float: left;
  width: 100%;
  padding: 16px 0 0;
  margin: 0 0 -12px;
}
.advanced-search .form-datepicker {
  margin: 0 28px 0 0;
}
.advanced-search .reset-button-search {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #c3c3c3;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: right;
  margin-right: 4px;
}
.advanced-search .reset-button-search:hover {
  color: #213a85;
  cursor: pointer;
}

.block-result-search {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-result-search .inner-area {
  display: block;
  padding: 16px 15px 0;
  margin: 0 0 12px;
  background: #ebebeb;
}
.block-result-search .inner-area.two-cols {
  width: 46%;
  float: left;
  padding: 16px 2% 0;
}
.block-result-search .inner-area.two-cols .title {
  font: 14px/120% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #999999;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
}
.block-result-search .inner-area.two-cols + .two-cols {
  float: right;
  border-left: 2px solid #ffffff;
  margin: 0 0 0 -2px;
}
.block-result-search .inner-area h1 {
  font: 24px/120% "nd-b", Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #909090;
  text-transform: uppercase;
}
.block-result-search .info-result {
  display: block;
  padding: 0 0 13px;
}
.block-result-search .info-result p {
  color: #919191;
  font-size: 16px;
  line-height: 19px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-weight: bold;
  padding: 0 0 10px;
}
.block-result-search .items {
  display: block;
  padding: 0 3px 18px 0;
  color: #909090;
}
.block-result-search .item {
  display: block;
  padding: 16px 0;
  border-top: 1px solid #a8a8a8;
  position: relative;
}
.block-result-search .item:last-child {
  padding-bottom: 0;
}
.block-result-search .item.first-item {
  border: none;
  margin: 0;
  padding-top: 0;
}
.block-result-search .item p {
  color: #919191;
  line-height: 19px;
}
.block-result-search .item p a {
  color: inherit;
}
.block-result-search .item h5 {
  font: 700 16px/120% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #999999;
  margin: 0 0 10px;
}
.block-result-search .item ol, .block-result-search .item ul {
  padding: 0 0 0 24px;
  margin: 10px 0;
}
.block-result-search .item ol li, .block-result-search .item ul li {
  line-height: 18px;
}
.block-result-search .item ol li a, .block-result-search .item ul li a {
  color: inherit;
}
.block-result-search .item ul li {
  list-style-type: disc;
}
.block-result-search .item ol {
  list-style-type: decimal;
}
.block-result-search .item .price {
  display: inline-block;
  font: 700 14px/120% Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.block-result-search .item .price span {
  font-weight: normal;
  padding: 0 5px 0 0;
  text-decoration: line-through;
}
.block-result-search .item .buttons-block {
  float: right;
  margin: -41px 0 0;
  position: relative;
}
.block-result-search .item .search-icon {
  float: left;
  width: 59px;
  height: 60px;
  margin: 0 14px 0 0;
}
.block-result-search .item .search-icon + .top-block {
  padding: 0px 130px 0px 70px;
  width: 420px;
}
.block-result-search .item .search-icon.rss-ico {
  background: url('../images/sprite-b.png') no-repeat -1px -157px;
}
.block-result-search .item .search-icon.cluster-ico {
  background: url('../images/sprite-b.png') no-repeat -78px -157px;
}
.block-result-search .item .search-icon.adherent-ico {
  background: url('../images/sprite-b.png') no-repeat -156px -157px;
}
.block-result-search .item .search-icon.place-ico {
  background: url('../images/sprite-b.png') no-repeat -232px -157px;
}
.block-result-search .item .search-icon.book-ico {
  background: url('../images/sprite-b.png') no-repeat -320px -157px;
}
.block-result-search .item .search-icon.faq-ico {
  background: url('../images/sprite-b.png') no-repeat -403px -157px;
}
.block-result-search .item .search-icon.world-ico {
  background: url('../images/sprite-b.png') no-repeat -489px -157px;
}
.block-result-search .item .search-icon.node-ico {
  background: url('../images/sprite-b.png') no-repeat -566px -157px;
}
.block-result-search .item .search-icon.unrendez-ico {
  background: url('../images/sprite-b.png') no-repeat -2px -252px;
}
.block-result-search .item .search-icon.paper-ico {
  background: url('../images/sprite-b.png') no-repeat -79px -252px;
}
.block-result-search .item .search-icon.service-ico {
  background: url('../images/sprite-b.png') no-repeat -156px -252px;
}
.block-result-search .item .top-block {
  display: block;
  padding: 0px 130px 0px 0;
  min-height: 60px;
}
.block-result-search .item .info-date {
  display: block;
  color: #919191;
  font-size: 14px;
  line-height: 16px;
}
.block-result-search .item .title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #999999;
}
.block-result-search .item .title a {
  color: inherit;
}
.block-result-search .item .title a:hover {
  text-decoration: underline;
}
.block-result-search .item .title-blue {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 5px;
  color: #213a85;
}
.block-result-search .item .title-blue a {
  color: inherit;
}
.block-result-search .item .title-blue a:hover {
  text-decoration: underline;
}
.block-result-search .item .text-block {
  display: block;
  padding: 0;
  color: #919191;
  line-height: 17px;
}
.block-result-search .item .bottom-block {
  display: block;
  position: relative;
  min-height: 36px;
  margin: 14px 0 0;
}
.block-result-search .item .bottom-block .text-block {
  padding: 0 60px 0 0;
}
.block-result-search .item .plus-button {
  left: auto;
  top: 50%;
  right: 0;
  margin: -21px 0 0;
}
.block-result-search .item .mobile-link {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-result-search .wysiwyg-content {
  padding: 15px 0 15px 0 !important;
}

.desctop-hide {
  display: none;
}

.filters-area {
  display: block;
  color: #909090;
  overflow: hidden;
}
.filters-area + .items {
  margin: 17px 0 0;
}
.filters-area .text {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #909090;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  line-height: 17px;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.filters-area .sort {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
  padding: 0 11px 0 0;
}
.filters-area .sort a {
  display: inline-block;
  color: #909090;
  padding: 0 3px 0 1px;
}
.filters-area .sort a:hover {
  color: #213a83;
}
.filters-area .sort a.active {
  color: #213a83;
}
.filters-area .sort.date-added {
  color: #909090;
}
.filters-area .sort.upload-files {
  float: right;
  padding: 0;
}
.filters-area .sort.upload-files a {
  color: #909090;
  position: relative;
  padding: 0 0 0 30px;
}
.filters-area .sort.upload-files a .ico {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 15px;
  background: url('../images/sprite-a.png') no-repeat -517px -43px;
  margin: -7px 0 0;
}
.filters-area .filter-by-date {
  display: block;
  margin: 26px 0 0;
  padding: 0 0 5px;
}
.filters-area .filter-by-date .col {
  display: inline-block;
  vertical-align: top;
}
.filters-area .filter-by-date label {
  vertical-align: top;
  color: #909090;
  font-weight: bold;
  line-height: 22px;
}
.filters-area .filter-by-date .form-datepicker {
  margin: -9px 24px 0 3px;
}
.filters-area .filter-by-date .form-datepicker label {
  margin: 9px 4px 0 0;
}
.filters-area .filter-by-date .filter-btn {
  float: right;
}
.filters-area .filter-by-date .filter-btn .btn-red {
  margin: -9px 3px 0 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.list-of-countries {
  color: #919191;
  padding: 0 0 12px;
}
.list-of-countries a {
  color: inherit;
}
.list-of-countries .list-title {
  font: 700 16px/120% Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.list-of-countries li {
  padding: 0 0 0 15px;
  position: relative;
  margin: 10px 0 0;
}
.list-of-countries li:hover a {
  color: #213a85;
}
.list-of-countries li:hover .ico {
  background: url("../images/content/arrow-block-links.png") no-repeat 0 0;
}
.list-of-countries .ico {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  height: 14px;
  width: 8px;
  margin: -7px 0 0;
  background: url('../images/sprite-b.png') no-repeat 0 -36px;
}

/********************** Participants block **************************/
.participants-wrapper .cols {
  padding: 25px 15px 40px;
  background: #ebebeb;
}
.participants-wrapper .cols .col-top .form-block {
  padding: 12px 0;
  overflow: hidden;
}
.participants-wrapper .cols .col-top .col-right {
  padding: 0;
}
.participants-wrapper .cols .col-right {
  width: 235px;
}
.participants-wrapper .cols .col-left {
  width: 675px;
}
.participants-wrapper .block-title {
  margin: 0 0 15px 0;
}
.participants-wrapper .block-title .title {
  color: #929292;
  font: 24px / 120% nd-b;
  padding: 0;
}
.participants-wrapper .form-block label.checkbox {
  vertical-align: top;
  margin: 0;
  float: left;
  color: #909090;
}
.participants-wrapper .form-block label.checkbox.hover {
  color: #213a83;
}
.participants-wrapper .enregister {
  display: inline-block;
  float: right;
  margin: 15px 175px 0 0;
  min-width: 180px;
}
.participants-wrapper .add_participant {
  background: #f27f66;
  font: 14px Arial, Helvetica, sans-serif, Garuda, FreeSans;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-align: center;
}
.participants-wrapper .add_participant.complete {
  opacity: 0.7;
  cursor: text;
}
.participants-wrapper .add_participant > div {
  display: inline-block;
  padding: 15px 0 15px 20px;
  position: relative;
}
.participants-wrapper .add_participant .ico {
  background: url("../images/sprite-left-nav.png") 0 -420px no-repeat;
  display: block;
  height: 13px;
  left: 2px;
  position: absolute;
  top: 17px;
  width: 8px;
}
.participants-wrapper .fildset-title {
  font: bold 12px/120% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #909090;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.participants-wrapper .form-line-wrapper {
  margin: 0 0 0;
  overflow: hidden;
}
.participants-wrapper .form-line-wrapper:first-child {
  margin: 0;
}
.participants-wrapper .form-line-wrapper-second {
  margin: 25px 0 0;
  overflow: hidden;
}
.participants-wrapper .watermark-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.participants-wrapper .watermark-container.focused .watermark-text {
  left: -9999px;
  top: -9999px;
}
.participants-wrapper .watermark-text {
  display: none;
}
.participants-wrapper .text-label {
  display: inline-block;
  vertical-align: top;
  font: bold 14px/30px Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #909090;
  text-align: right;
  margin: 7px 10px 7px 0;
  width: 190px;
}
.participants-wrapper .text-input {
  border: none;
  padding: 4px 10px 3px;
  vertical-align: top;
  display: inline-block;
  margin: 7px 0;
  width: 280px;
  font-size: 12px;
  color: #909090;
  line-height: 18px;
}
.participants-wrapper .textarea {
  padding: 10px;
  margin: 0;
  border: none;
  width: 275px;
  height: 110px;
  color: #909090;
  font-size: 12px;
}
.participants-wrapper .vld-star {
  color: #d70613;
  font-size: 14px;
}

/********************** End Participants block **************************/
#ui-datepicker-div {
  background: #fff;
  width: 276px;
  z-index: 10000 !important;
  margin: 1px 0 0 24px;
  overflow: hidden;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#ui-datepicker-div .ui-state-hover {
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: none;
}
#ui-datepicker-div .ui-datepicker-header {
  background: #f27f66;
  height: 36px;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all .ui-icon {
  width: 8px;
  height: 13px;
  margin: 6px 15px 6px 6px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  background: url('../images/sprite-a.png') no-repeat -164px -224px;
  margin: 12px 11px 10px 9px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
  background: url('../images/sprite-a.png') no-repeat -178px -224px;
  margin: 12px 11px 10px 8px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 276px;
  border: 1px solid #cecdcd;
  border-top: none;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  background-color: #FFF;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr {
  border: none;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  height: 27px;
  border: none;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  color: #909090;
  font-weight: bold;
  padding: 0;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar tbody {
  border: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr {
  height: 27px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  padding: 0 5px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a, #ui-datepicker-div .ui-datepicker-calendar tbody tr td span {
  line-height: 25px;
  display: block;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-default, #ui-datepicker-div .ui-datepicker-calendar tbody tr td span.ui-state-default {
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-size: 14px;
  font-weight: normal;
  color: #909090;
  text-align: center;
  background: none;
  border: 1px solid #FFF;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover, #ui-datepicker-div .ui-datepicker-calendar tbody tr td span.ui-state-hover {
  text-decoration: none;
  border: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar tbody tr td span.ui-state-highlight {
  background: none;
  border: 1px solid #f9c3b7;
  color: #f27f66;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar tbody tr td span.ui-state-active {
  background: #f27f66;
  border: #f27f66;
  color: #FFF;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 1;
  filter: none !important;
}

.ui-datepicker-inline {
  width: 100%;
}
.ui-datepicker-inline .ui-datepicker-calendar {
  display: none;
}
.ui-datepicker-inline .ui-datepicker-header {
  position: relative;
  height: 42px;
  width: 100%;
}
.ui-datepicker-inline .ui-datepicker-title {
  width: 52px;
  box-sizing: border-box;
  padding: 0 5px;
  border: 1px solid #a8a8a8;
  text-align: center;
  height: 100%;
  display: block;
}
.ui-datepicker-inline .ui-datepicker-title span {
  color: #909090;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 12px 0;
  font-weight: normal;
}
.ui-datepicker-inline .ui-datepicker-prev {
  background: #909090;
  width: 23px;
  position: absolute;
  right: 24px;
  top: 0;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.ui-datepicker-inline .ui-datepicker-prev .ui-icon {
  background: url('../images/sprite-a.png') no-repeat -164px -224px;
  height: 13px;
  width: 8px;
  margin: 15px 7px;
}
.ui-datepicker-inline .ui-datepicker-next {
  background: #909090;
  width: 23px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.ui-datepicker-inline .ui-datepicker-next .ui-icon {
  background: url('../images/sprite-a.png') no-repeat -178px -224px;
  height: 13px;
  width: 8px;
  margin: 15px 8px;
}

.datepicker-year .ui-datepicker-inline .ui-datepicker-month {
  display: none;
}

.datepicker-months .ui-datepicker-inline .ui-datepicker-month {
  display: block;
}
.datepicker-months .ui-datepicker-inline .ui-datepicker-year {
  display: none;
}

.hasDatepicker {
  display: inline-block;
  width: 99px;
  vertical-align: top;
}

.form-item.form-datepicker {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.form-item.form-datepicker label {
  display: inline-block;
  font-size: 14px;
  color: #919191;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.form-item.form-datepicker .datepicker {
  display: inline-block;
  width: 98px;
  box-sizing: border-box;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  border: 1px solid #c5c5c5;
  color: #999999;
  padding: 4px 27px 4px 5px;
  vertical-align: middle;
  -webkit-appearance: inherit;
  -webkit-text-size-adjust: 0.5;
}
.form-item.form-datepicker .datepicker::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
.form-item.form-datepicker .datepicker:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-item.form-datepicker .datepicker::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-item.form-datepicker .datepicker:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.form-item.form-datepicker .datepicker.placeholder {
  color: #999999;
  opacity: 1;
}
.form-item.form-datepicker img.ui-datepicker-trigger {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 250px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  padding-right: 5px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #cccccc;
  border-top: 0;
  width: 100% !important;
}

/* highlight results */
.ui-autocomplete span.hl_results {
  background-color: #ffff66;
}

.ui-autocomplete li {
  font-size: 14px;
  color: #999999;
  line-height: 17px;
  display: block;
  padding: 5px 10px 5px 15px;
}
.ui-autocomplete li a {
  color: #999999;
  font-weight: normal !important;
  cursor: pointer !important;
}
.ui-autocomplete li a:hover, .ui-autocomplete li a.ui-state-focus, .ui-autocomplete li a.ui-state-hover {
  color: #213a83 !important;
}

.form-multiselect .ui-multiselect {
  height: 42px;
  background: #FFF;
  border: 1px solid #cccccc;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.form-multiselect .ui-multiselect::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.form-multiselect .ui-multiselect span {
  display: block;
  padding: 0 57px 0 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  font-weight: normal;
  height: 100%;
  line-height: 40px;
  font-size: 13px;
}
.form-multiselect .ui-multiselect span.ui-icon {
  position: absolute;
  right: -1px;
  top: -1px;
  padding: 0;
  background: url('../images/sprite-b.png') no-repeat -415px -3px;
  width: 43px;
  height: 42px;
}

.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 10000;
  text-align: left;
  background: #FFF;
  padding: 0;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes {
  box-shadow: 0 5px 7px #cccccc;
  min-height: 0;
  height: auto !important;
  max-height: 250px;
  overflow-y: auto;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes label {
  font-size: 13px;
  padding: 5px 10px;
  font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #999999;
  cursor: pointer;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes label.ui-state-hover {
  font-weight: normal;
  color: #999999;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  height: 12px;
  overflow: hidden;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes label span {
  display: block;
  padding-left: 20px;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes li {
  padding: 0;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes li.odd, .ui-multiselect-menu ul.ui-multiselect-checkboxes li:nth-child(odd) {
  background: #f0f0f0;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes li.even, .ui-multiselect-menu ul.ui-multiselect-checkboxes li:nth-child(even) {
  background: #fff;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes li.odd {
  background: #f0f0f0;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes li.even {
  background: #fff;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes li:hover, .ui-multiselect-menu ul.ui-multiselect-checkboxes li.hover {
  background: #f27f66 !important;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes li:hover label, .ui-multiselect-menu ul.ui-multiselect-checkboxes li.hover label {
  color: #fff !important;
}

/*************** Fixed height for veille block ***************/
.col-left .block-veille > .right-part .item .title,
.col-right .block-veille > .right-part .item .title {
  height: auto;
  margin: 0 0 11px;
}

/*************** Style for Map ***************/
.map-wrapper {
  position: relative;
}

.map-image {
  position: absolute;
  right: 0;
  bottom: 20px;
}

#map-canvas {
  height: 450px;
  width: 964px;
  margin: 0px;
  padding: 0px;
}

.infoBox, .wrapper-baloon {
  color: #909090;
  font: 12px/120% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  width: 225px !important;
}
.infoBox:before, .wrapper-baloon:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.infoBox > img, .wrapper-baloon > img {
  z-index: 99;
}
.infoBox .close, .wrapper-baloon .close {
  position: absolute;
  right: 17px;
  top: 17px;
  cursor: pointer;
  display: none;
}
.infoBox .title, .wrapper-baloon .title {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0 10px 30px;
  margin: 0 0 15px;
}
.infoBox .title .ico, .wrapper-baloon .title .ico {
  background: url('../images/sprite-b.png') no-repeat -181px -83px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 21px;
  height: 30px;
  margin: -15px 0 0;
}
.infoBox .title.red-title .ico, .wrapper-baloon .title.red-title .ico {
  background: url('../images/sprite-b.png') no-repeat -181px -53px;
}
.infoBox .content-line, .wrapper-baloon .content-line {
  margin: 15px 0 0;
}
.infoBox .content-line.first-item, .wrapper-baloon .content-line.first-item {
  margin: 0;
}
.infoBox .infoboxBtn,
.infoBox .content-line a, .wrapper-baloon .infoboxBtn,
.wrapper-baloon .content-line a {
  display: block;
  color: inherit;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 25px;
  font-size: 14px;
  margin: 16px 0 0;
}
.infoBox .infoboxBtn:before,
.infoBox .content-line a:before, .wrapper-baloon .infoboxBtn:before,
.wrapper-baloon .content-line a:before {
  content: "";
  background: url('../images/sprite-b.png') no-repeat 0 0;
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  left: 2px;
  top: 50%;
  margin: -6px 0 0;
}
.infoBox .infoboxBtn:hover,
.infoBox .content-line a:hover, .wrapper-baloon .infoboxBtn:hover,
.wrapper-baloon .content-line a:hover {
  color: #213a83;
}
.infoBox .infoboxBtn:hover .ico,
.infoBox .content-line a:hover .ico, .wrapper-baloon .infoboxBtn:hover .ico,
.wrapper-baloon .content-line a:hover .ico {
  background: url("../images/content/arrow-block-links.png") no-repeat 0 0;
}

.tooltip-container,
.wrapper-baloon {
  display: none;
}

/*************** Style for popup-login ***************/
.popup-wrapper {
  display: inline-block;
  vertical-align: top;
}

.login-popup {
  padding: 22px 18px;
  width: 255px;
  border: 1px solid #909090;
  position: relative;
  background: #ebebeb;
  position: absolute;
  top: -120px;
  left: -225px;
  z-index: 9999;
  display: none;
  opacity: 0;
}
.login-popup .title-popup {
  font: bold 14px/120% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  text-transform: uppercase;
}
.login-popup p {
  margin: 20px 0 0;
}
.login-popup p span {
  text-transform: uppercase;
}
.login-popup p:first-child {
  margin: 0;
}
.login-popup a {
  color: inherit;
}
.login-popup .close-login-popup {
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #909090;
  position: absolute;
  right: -43px;
  top: -1px;
  background-color: #ebebeb;
}
.login-popup .close-login-popup .ico {
  display: block;
  background: url('../images/sprite-a.png') no-repeat -22px -195px;
  width: 14px;
  height: 14px;
  margin: 13px 0 0 12px;
}
.login-popup.error-login {
  border-color: #E1444E;
  background: #fff;
  color: #E1444E;
}
.login-popup.error-login p,
.login-popup.error-login strong,
.login-popup.error-login span,
.login-popup.error-login ul,
.login-popup.error-login blockquote,
.login-popup.error-login a,
.login-popup.error-login em,
.login-popup.error-login b,
.login-popup.error-login .title-popup {
  color: #E1444E !important;
  vertical-align: baseline !important;
}
.block-result-search .login-popup.error-login h1, .block-result-search .login-popup.error-login h2, .block-result-search .login-popup.error-login h3, .block-result-search .login-popup.error-login h4, .block-result-search .login-popup.error-login h5, .block-result-search .login-popup.error-login h6 {
  color: #E1444E !important;
}
.login-popup.error-login .close-login-popup {
  border-color: #E1444E;
  background: #fff;
}
.login-popup.error-login .close-login-popup .ico {
  background: url('../images/sprite-a.png') no-repeat -43px -195px;
}
.login-popup.wysiwyg-content {
  padding: 22px 18px !important;
}
.block-result-search .login-popup.wysiwyg-content h1, .block-result-search .login-popup.wysiwyg-content h2, .block-result-search .login-popup.wysiwyg-content h3, .block-result-search .login-popup.wysiwyg-content h4, .block-result-search .login-popup.wysiwyg-content h5, .block-result-search .login-popup.wysiwyg-content h6 {
  margin: 0 0 7px !important;
}

#user-pass {
  background: #ebebeb;
  padding: 1em 1.4em;
}
#user-pass > div {
  display: inline-block;
}
#user-pass .text {
  font: bold 14px/100% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #919191;
  display: inline-block;
}
#user-pass #login-errors-email {
  font: 14px/100% Arial, Helvetica, sans-serif, Garuda, FreeSans;
  color: #d90613;
  margin: 15px 0 0;
}
#user-pass .input input {
  vertical-align: top;
  display: inline-block;
  width: 96%;
  padding: 4px 2% 3px;
  line-height: 18px;
  border: 0px none;
  color: #919191;
  margin: 15px 0;
}
#user-pass .form-submit {
  background-color: #D90613;
  color: #FFF;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 13px 10px;
  display: inline-block;
  line-height: 14px;
  vertical-align: top;
  position: relative;
  float: right;
}
#user-pass .form-submit:hover {
  background-color: #c30b16;
}

@media print {
  .title, .sub-title, h1, h1 span, h2, .date {
    font-family: Arial, Helvetica, sans-serif, Garuda, FreeSans !important;
  }
}

.second-menu li {
    background: none!important;
}
.second-menu .menu a {
    font-weight: bold;
    color: #909090!important;
}
