/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Vars
 */
/**
 * Fonts
 */
/**
 * Mixins / Extends
 */
.breadcrumb-under-container, .share-links .item-list ul, #social-menu .social-inner, .main-menu-mobile #network-menu .delegations-list .menu .menu,
.main-menu-mobile #network-menu .activities-list .menu .menu, .page-calendrier-actionnaires .view-calendrier-actionnaires .views-row,
.page-calendrier-actionnaires .view-evenements .views-row,
.page-calendrier .view-calendrier-actionnaires .views-row,
.page-calendrier .view-evenements .views-row,
.page-calendrier-financier .view-calendrier-actionnaires .views-row,
.page-calendrier-financier .view-evenements .views-row, .page-calendrier-actionnaires .field-name-field-date-event,
.page-calendrier .field-name-field-date-event,
.page-calendrier-financier .field-name-field-date-event, .view-marques .view-content .item-list > ul, .member-list-content, .member-detail-content, .search-result-page-container .tabs, #block-stgo-custom-stgo-custom-sitemap-header .content .menu, #site-map .site-map-menus .content > .site-map-menu, #site-map .site-map-menus .content > .site-map-menu > li, .node-type-shp-marches .bloc-shp-marches section {
  *zoom: 1;
}
.breadcrumb-under-container:before, .share-links .item-list ul:before, #social-menu .social-inner:before, .main-menu-mobile #network-menu .delegations-list .menu .menu:before,
.main-menu-mobile #network-menu .activities-list .menu .menu:before, .page-calendrier-actionnaires .view-calendrier-actionnaires .views-row:before,
.page-calendrier-actionnaires .view-evenements .views-row:before,
.page-calendrier .view-calendrier-actionnaires .views-row:before,
.page-calendrier .view-evenements .views-row:before,
.page-calendrier-financier .view-calendrier-actionnaires .views-row:before,
.page-calendrier-financier .view-evenements .views-row:before, .page-calendrier-actionnaires .field-name-field-date-event:before,
.page-calendrier .field-name-field-date-event:before,
.page-calendrier-financier .field-name-field-date-event:before, .view-marques .view-content .item-list > ul:before, .member-list-content:before, .member-detail-content:before, .search-result-page-container .tabs:before, #block-stgo-custom-stgo-custom-sitemap-header .content .menu:before, #site-map .site-map-menus .content > .site-map-menu:before, #site-map .site-map-menus .content > .site-map-menu > li:before, .node-type-shp-marches .bloc-shp-marches section:before, .breadcrumb-under-container:after, .share-links .item-list ul:after, #social-menu .social-inner:after, .main-menu-mobile #network-menu .delegations-list .menu .menu:after,
.main-menu-mobile #network-menu .activities-list .menu .menu:after, .page-calendrier-actionnaires .view-calendrier-actionnaires .views-row:after,
.page-calendrier-actionnaires .view-evenements .views-row:after,
.page-calendrier .view-calendrier-actionnaires .views-row:after,
.page-calendrier .view-evenements .views-row:after,
.page-calendrier-financier .view-calendrier-actionnaires .views-row:after,
.page-calendrier-financier .view-evenements .views-row:after, .page-calendrier-actionnaires .field-name-field-date-event:after,
.page-calendrier .field-name-field-date-event:after,
.page-calendrier-financier .field-name-field-date-event:after, .view-marques .view-content .item-list > ul:after, .member-list-content:after, .member-detail-content:after, .search-result-page-container .tabs:after, #block-stgo-custom-stgo-custom-sitemap-header .content .menu:after, #site-map .site-map-menus .content > .site-map-menu:after, #site-map .site-map-menus .content > .site-map-menu > li:after, .node-type-shp-marches .bloc-shp-marches section:after {
  display: table;
  content: " ";
}
.breadcrumb-under-container:after, .share-links .item-list ul:after, #social-menu .social-inner:after, .main-menu-mobile #network-menu .delegations-list .menu .menu:after,
.main-menu-mobile #network-menu .activities-list .menu .menu:after, .page-calendrier-actionnaires .view-calendrier-actionnaires .views-row:after,
.page-calendrier-actionnaires .view-evenements .views-row:after,
.page-calendrier .view-calendrier-actionnaires .views-row:after,
.page-calendrier .view-evenements .views-row:after,
.page-calendrier-financier .view-calendrier-actionnaires .views-row:after,
.page-calendrier-financier .view-evenements .views-row:after, .page-calendrier-actionnaires .field-name-field-date-event:after,
.page-calendrier .field-name-field-date-event:after,
.page-calendrier-financier .field-name-field-date-event:after, .view-marques .view-content .item-list > ul:after, .member-list-content:after, .member-detail-content:after, .search-result-page-container .tabs:after, #block-stgo-custom-stgo-custom-sitemap-header .content .menu:after, #site-map .site-map-menus .content > .site-map-menu:after, #site-map .site-map-menus .content > .site-map-menu > li:after, .node-type-shp-marches .bloc-shp-marches section:after {
  clear: both;
}

.main-menu .tabs-container, #search-menu .faq-list, #network-menu .delegations-list .tabs-container,
#network-menu .activities-list .tabs-container {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.main-menu .tabs-container.opened, #search-menu .faq-list.opened, #network-menu .delegations-list .tabs-container.opened,
#network-menu .activities-list .tabs-container.opened {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

@media screen and (max-width: 1023px) {
  .res-hidden, .navigation-buttons button.opened:after, #search-menu .view-faq-navigation, .node-type-marche .scoopit-parts-title h3.parts-title .parts-title-small-title:before {
    display: none !important;
  }
}

.res-visible {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .res-visible {
    display: block !important;
  }
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ul.menu li,
li,
ul li.leaf,
ul li.expanded {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.menu-highlights, #block-locale-language ul, #search-menu .faq-list, #contact-menu .contact-menu, #contact-menu .contact-push, #social-menu .social-links .menu, .node-type-webform .direct-links-inner h2 + *, .node-type-page .page-category-contact .direct-links-inner h2 + *, .node-type-webform .direct-links .contact-links, .node-type-page .page-category-contact .direct-links .contact-links {
  white-space: nowrap;
  letter-spacing: -0.30em;
}

#stgo-custom-cookie-settings-form .form-submit, .page-calendrier-actionnaires .field-name-field-url-signup-event a,
.page-calendrier .field-name-field-url-signup-event a,
.page-calendrier-financier .field-name-field-url-signup-event a, .node-type-webform .webform-client-form .form-submit, .node-type-page .page-category-contact .webform-client-form .form-submit, #search-menu .more-questions a, #contact-menu .contact-links a, #contact-menu .tel-mail a, .node-type-webform .direct-links .contact-links a, .node-type-page .page-category-contact .direct-links .contact-links a, .menu-highlights .item, .menu-highlights .lang-selector a, #block-locale-language li, #search-menu .faq-list li, #contact-menu .contact-menu > .menu > li, #contact-menu .contact-links, #contact-menu .contact-info, #social-menu .social-links li, #social-menu .social-pushes a span, #network-menu .network-pushes a, #network-menu .network-pushes span, .bloc-error-generic .message .button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: normal;
  letter-spacing: 0;
}

#contact-menu .contact-push .title {
  white-space: normal;
  letter-spacing: 0;
}

.menu-highlights .inner, #network-menu .network-pushes {
  display: table;
  width: 100%;
}

.menu-highlights .item ul, #network-menu .network-pushes ul {
  display: table-row;
}
.menu-highlights .item ul > *, #network-menu .network-pushes ul > * {
  display: table-cell;
  vertical-align: middle;
}

.navigation-overlays .overlay-wrapper.no-transition {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.wrapper-tags .tag a,
.wrapper-tags .tag span, .menu-highlights .lang-selector a, .search-result-page-container .tabs li, .search-result-page-container .search-result-item a {
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.navigation-overlays .overlay-wrapper {
  -moz-transition: width 250ms ease;
  -o-transition: width 250ms ease;
  -webkit-transition: width 250ms ease;
  transition: width 250ms ease;
}

.main-menu-mobile .menu-nav > .menu > li, .main-menu-mobile .dropdown-content {
  -moz-transition: height 250ms ease;
  -o-transition: height 250ms ease;
  -webkit-transition: height 250ms ease;
  transition: height 250ms ease;
}

#stgo-custom-cookie-settings-form .form-submit, .page-calendrier-actionnaires .field-name-field-url-signup-event a,
.page-calendrier .field-name-field-url-signup-event a,
.page-calendrier-financier .field-name-field-url-signup-event a, .node-type-webform .webform-client-form .form-submit, .node-type-page .page-category-contact .webform-client-form .form-submit, #search-menu .more-questions a, #contact-menu .contact-links a, #contact-menu .tel-mail a, .node-type-webform .direct-links .contact-links a, .node-type-page .page-category-contact .direct-links .contact-links a, #contact-menu .contact-links a:before, #contact-menu .tel-mail a:before, .node-type-webform .direct-links .contact-links a:before, .node-type-page .page-category-contact .direct-links .contact-links a:before, .pager-load-more .pager-next a, #sliding-popup .popup-content #popup-buttons .agree-button, .navigation-buttons button, .navigation-buttons .symex-datas, .navigation-overlays .close-button, #social-menu .social-pushes a, .bloc-error-generic .message .button {
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease;
}

a, #block-stgo-financial-results-financial-results-footer .push-title {
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.transitions-on .hp-mea-push, .page-stories .view-id-story .view-content .views-row, #block-stgo-financial-results-financial-results-footer .push-content {
  overflow: hidden;
}
.transitions-on .hp-mea-push img, .page-stories .view-id-story .view-content .views-row img, #block-stgo-financial-results-financial-results-footer .push-content img {
  -moz-transition: -moz-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  -moz-transition-delay: 0 !important;
  -o-transition-delay: 0 !important;
  -webkit-transition-delay: 0 !important;
  transition-delay: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}
.transitions-on .hp-mea-push:hover img, .page-stories .view-id-story .view-content .views-row:hover img, #block-stgo-financial-results-financial-results-footer .push-content:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.hp-mea-push .content-mea, .page-stories .view-id-story .view-content .views-row .title, .bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .left .infos, #block-stgo-financial-results-financial-results-footer .push-title {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.no-cssgradients .hp-mea-push .content-mea, .hp-mea-push .no-cssgradients .content-mea, .no-cssgradients .page-stories .view-id-story .view-content .views-row .title, .page-stories .view-id-story .view-content .views-row .no-cssgradients .title, .no-cssgradients .bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .left .infos, .bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .left .no-cssgradients .infos, .no-cssgradients #block-stgo-financial-results-financial-results-footer .push-title, #block-stgo-financial-results-financial-results-footer .no-cssgradients .push-title {
  background-image: url('../images/bgs/bg_title_ie.png');
  background-repeat: repeat-x;
  background-position: 0 0;
}

.node-type-story .story-content-container .content-first-row .field-name-field-story-first-image:after {
  background: -moz-linear-gradient(left, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(35%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(right, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(left, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(left, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.75) 100%);
}
.no-cssgradients .node-type-story .story-content-container .content-first-row .field-name-field-story-first-image:after, .node-type-story .story-content-container .content-first-row .no-cssgradients .field-name-field-story-first-image:after {
  background-image: url('../images/bgs/bg_title_ie_stories.png');
  background-repeat: repeat-y;
  background-position: 0 0;
}

.search-box-form {
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}

#user-login, .view-marques .view-content, .node-type-marche .scoopit-parts-title h3.parts-title, .histoire_item .histoire_item--opened_content .field-name-body {
  padding-top: 45px;
  padding-bottom: 45px;
}

.breadcrumb-container .inner-content, .breadcrumb-under-container .inner-content, .bloc-description-intro .bloc-description-intro-container, .view .view-filters .views-exposed-form, #user-login, .wrapper-tags, .navigation-overlays .overlay-title, .menu-bloc .dropdown-content, #search-menu .overlay-header, #search-menu .search-form, #search-menu .search-faq-area, #contact-menu .contact-menu, #contact-menu .contact-push, #social-menu .social-inner, #network-menu .network-pushes, #network-menu .delegations-list,
#network-menu .activities-list, .page-bourse .view-bourse .view-content, .page-bourse .view-bourse .view-content header h2, .page-calendrier-actionnaires .bloc-titre-container,
.page-calendrier .bloc-titre-container,
.page-calendrier-financier .bloc-titre-container, .page-calendrier-actionnaires .view-calendrier-actionnaires .view-content,
.page-calendrier-actionnaires .view-evenements .view-content,
.page-calendrier .view-calendrier-actionnaires .view-content,
.page-calendrier .view-evenements .view-content,
.page-calendrier-financier .view-calendrier-actionnaires .view-content,
.page-calendrier-financier .view-evenements .view-content, .view-marques .view-content, .member-list-container, .search-result-page-container, #block-stgo-custom-stgo-custom-sitemap-header .content, #site-map .site-map-menus .content, .node-type-shp-marches .bloc-shp-marches .banner-more .banner-wrapper, .node-type-dynmanic-article .field-name-field-table-url, .node-type-delegation .masonry-push, .node-type-marche #main > .full-grey .marche-header, .node-type-marche .scoopit-parts-title h3.parts-title, .view-actualite #edit-field-news-tags-tid-wrapper .views-widget, .view-actualite .view-filters .views-exposed-form, .view-actualite.view-display-id-block_home, #block-views-page-histoire-block .timeline_wrapper_item, .histoire_item .histoire_item--key_dates, .node-type-press-release .field-name-field-pr-date, .node-type-press-release .view-press-release .view-header,
.page-communiques-de-presse .view-press-release .view-header, .node-type-press-release .view-press-release .view-content,
.page-communiques-de-presse .view-press-release .view-content, .node-type-story .story-content-container, .node-type-story .masonry-pushes .wrapper-masonry, .page-stories .view-id-story .view-header, .bloc-shp-story .bloc-shp-story-inner {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .breadcrumb-container .inner-content, .breadcrumb-under-container .inner-content, .bloc-description-intro .bloc-description-intro-container, .view .view-filters .views-exposed-form, #user-login, .wrapper-tags, .navigation-overlays .overlay-title, .menu-bloc .dropdown-content, #search-menu .overlay-header, #search-menu .search-form, #search-menu .search-faq-area, #contact-menu .contact-menu, #contact-menu .contact-push, #social-menu .social-inner, #network-menu .network-pushes, #network-menu .delegations-list,
  #network-menu .activities-list, .page-bourse .view-bourse .view-content, .page-bourse .view-bourse .view-content header h2, .page-calendrier-actionnaires .bloc-titre-container,
  .page-calendrier .bloc-titre-container,
  .page-calendrier-financier .bloc-titre-container, .page-calendrier-actionnaires .view-calendrier-actionnaires .view-content,
  .page-calendrier-actionnaires .view-evenements .view-content,
  .page-calendrier .view-calendrier-actionnaires .view-content,
  .page-calendrier .view-evenements .view-content,
  .page-calendrier-financier .view-calendrier-actionnaires .view-content,
  .page-calendrier-financier .view-evenements .view-content, .view-marques .view-content, .member-list-container, .search-result-page-container, #block-stgo-custom-stgo-custom-sitemap-header .content, #site-map .site-map-menus .content, .node-type-shp-marches .bloc-shp-marches .banner-more .banner-wrapper, .node-type-dynmanic-article .field-name-field-table-url, .node-type-delegation .masonry-push, .node-type-marche #main > .full-grey .marche-header, .node-type-marche .scoopit-parts-title h3.parts-title, .view-actualite #edit-field-news-tags-tid-wrapper .views-widget, .view-actualite .view-filters .views-exposed-form, .view-actualite.view-display-id-block_home, #block-views-page-histoire-block .timeline_wrapper_item, .histoire_item .histoire_item--key_dates, .node-type-press-release .field-name-field-pr-date, .node-type-press-release .view-press-release .view-header,
  .page-communiques-de-presse .view-press-release .view-header, .node-type-press-release .view-press-release .view-content,
  .page-communiques-de-presse .view-press-release .view-content, .node-type-story .story-content-container, .node-type-story .masonry-pushes .wrapper-masonry, .page-stories .view-id-story .view-header, .bloc-shp-story .bloc-shp-story-inner {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-container .inner-content, .breadcrumb-under-container .inner-content, .bloc-description-intro .bloc-description-intro-container, .view .view-filters .views-exposed-form, #user-login, .wrapper-tags, .navigation-overlays .overlay-title, .menu-bloc .dropdown-content, #search-menu .overlay-header, #search-menu .search-form, #search-menu .search-faq-area, #contact-menu .contact-menu, #contact-menu .contact-push, #social-menu .social-inner, #network-menu .network-pushes, #network-menu .delegations-list,
  #network-menu .activities-list, .page-bourse .view-bourse .view-content, .page-bourse .view-bourse .view-content header h2, .page-calendrier-actionnaires .bloc-titre-container,
  .page-calendrier .bloc-titre-container,
  .page-calendrier-financier .bloc-titre-container, .page-calendrier-actionnaires .view-calendrier-actionnaires .view-content,
  .page-calendrier-actionnaires .view-evenements .view-content,
  .page-calendrier .view-calendrier-actionnaires .view-content,
  .page-calendrier .view-evenements .view-content,
  .page-calendrier-financier .view-calendrier-actionnaires .view-content,
  .page-calendrier-financier .view-evenements .view-content, .view-marques .view-content, .member-list-container, .search-result-page-container, #block-stgo-custom-stgo-custom-sitemap-header .content, #site-map .site-map-menus .content, .node-type-shp-marches .bloc-shp-marches .banner-more .banner-wrapper, .node-type-dynmanic-article .field-name-field-table-url, .node-type-delegation .masonry-push, .node-type-marche #main > .full-grey .marche-header, .node-type-marche .scoopit-parts-title h3.parts-title, .view-actualite #edit-field-news-tags-tid-wrapper .views-widget, .view-actualite .view-filters .views-exposed-form, .view-actualite.view-display-id-block_home, #block-views-page-histoire-block .timeline_wrapper_item, .histoire_item .histoire_item--key_dates, .node-type-press-release .field-name-field-pr-date, .node-type-press-release .view-press-release .view-header,
  .page-communiques-de-presse .view-press-release .view-header, .node-type-press-release .view-press-release .view-content,
  .page-communiques-de-presse .view-press-release .view-content, .node-type-story .story-content-container, .node-type-story .masonry-pushes .wrapper-masonry, .page-stories .view-id-story .view-header, .bloc-shp-story .bloc-shp-story-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

#sliding-popup .popup-content #popup-text a:hover, .menu-highlights .item a:hover, #block-locale-language li a.language-link:hover, .main-menu a:hover, .main-menu .menu-nav > .menu > li > a:hover, #search-menu .link-to-faq:hover, #search-menu .faq-list-wrapper a:hover, #contact-menu .contact-menu > .menu .menu-icon + a:hover, #contact-menu .contact-menu > .menu .menu a:hover, #social-menu .social-links a:hover, #network-menu .network-pushes a:hover, #network-menu .delegations-list .tabs-link:hover,
#network-menu .activities-list .tabs-link:hover, #network-menu .delegations-list .tabs-container a:hover, #network-menu .delegations-list .tabs-container .nolink:hover,
#network-menu .activities-list .tabs-container a:hover,
#network-menu .activities-list .tabs-container .nolink:hover, .main-menu-mobile #network-menu .delegations-list .menu .menu li a:hover,
.main-menu-mobile #network-menu .activities-list .menu .menu li a:hover, .view-marques .view-content .item-list > ul > li a:hover, .histoire_item .histoire_item--key_dates .field-name-field-period-dates .field-name-field-period-dates-link a:hover, .node-type-webform .visit-card-infos h2 a:hover, .node-type-page .page-category-contact .visit-card-infos h2 a:hover, .node-type-webform .direct-links-item_first-link ul a:hover, .node-type-page .page-category-contact .direct-links-item_first-link ul a:hover, #sliding-popup .popup-content #popup-text a.active, .menu-highlights .item a.active, #block-locale-language li a.active.language-link, .main-menu a.active, .main-menu .menu-nav > .menu > li > a.active, #search-menu .active.link-to-faq, #search-menu .faq-list-wrapper a.active, #contact-menu .contact-menu > .menu .menu-icon + a.active, #contact-menu .contact-menu > .menu .menu a.active, #social-menu .social-links a.active, #network-menu .network-pushes a.active, #network-menu .delegations-list .active.tabs-link,
#network-menu .activities-list .active.tabs-link, #network-menu .delegations-list .tabs-container a.active, #network-menu .delegations-list .tabs-container .active.nolink,
#network-menu .activities-list .tabs-container a.active,
#network-menu .activities-list .tabs-container .active.nolink, .main-menu-mobile #network-menu .delegations-list .menu .menu li a.active,
.main-menu-mobile #network-menu .activities-list .menu .menu li a.active, .view-marques .view-content .item-list > ul > li a.active, .histoire_item .histoire_item--key_dates .field-name-field-period-dates .field-name-field-period-dates-link a.active, .node-type-webform .visit-card-infos h2 a.active, .node-type-page .page-category-contact .visit-card-infos h2 a.active, .node-type-webform .direct-links-item_first-link ul a.active, .node-type-page .page-category-contact .direct-links-item_first-link ul a.active {
  color: #ff582b;
}

#stgo-custom-cookie-settings-form .form-submit, .page-calendrier-actionnaires .field-name-field-url-signup-event a,
.page-calendrier .field-name-field-url-signup-event a,
.page-calendrier-financier .field-name-field-url-signup-event a, .node-type-webform .webform-client-form .form-submit, .node-type-page .page-category-contact .webform-client-form .form-submit {
  height: 45px;
  padding: 0 20px;
  background-color: #ff582b;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
}
#stgo-custom-cookie-settings-form .form-submit:hover, .page-calendrier-actionnaires .field-name-field-url-signup-event a:hover,
.page-calendrier .field-name-field-url-signup-event a:hover,
.page-calendrier-financier .field-name-field-url-signup-event a:hover, .node-type-webform .webform-client-form .form-submit:hover, .node-type-page .page-category-contact .webform-client-form .form-submit:hover {
  background-color: #f73400;
}

#search-menu .more-questions {
  margin-top: 20px;
  text-align: right;
}
#search-menu .more-questions a {
  height: 45px;
  padding: 0 20px;
  background-color: #ff582b;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
}
#search-menu .more-questions a:hover {
  background-color: #f73400;
}

#contact-menu .contact-links a, #contact-menu .tel-mail a, .node-type-webform .direct-links .contact-links a, .node-type-page .page-category-contact .direct-links .contact-links a {
  position: relative;
  min-width: 165px;
  height: 34px;
  margin: 0 0 5px 46px;
  padding: 0 20px 0 10px;
  background-color: #fff;
  border-left: 1px solid #e4eff2;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0;
  border-radius: 0 20px 20px 0;
  color: #ff582b;
  font-size: 13px;
  line-height: 34px;
}
.ie8 #contact-menu .contact-links a, #contact-menu .contact-links .ie8 a, .ie8 #contact-menu .tel-mail a, #contact-menu .tel-mail .ie8 a, .ie8 .node-type-webform .direct-links .contact-links a, .node-type-webform .direct-links .contact-links .ie8 a, .ie8 .node-type-page .page-category-contact .direct-links .contact-links a, .node-type-page .page-category-contact .direct-links .contact-links .ie8 a {
  min-width: 145px;
}
#contact-menu .contact-links a:hover, #contact-menu .tel-mail a:hover, .node-type-webform .direct-links .contact-links a:hover, .node-type-page .page-category-contact .direct-links .contact-links a:hover, #contact-menu .contact-links a:hover:before, #contact-menu .tel-mail a:hover:before, .node-type-webform .direct-links .contact-links a:hover:before, .node-type-page .page-category-contact .direct-links .contact-links a:hover:before {
  background-color: #e4eff2;
}
#contact-menu .contact-links a:before, #contact-menu .tel-mail a:before, .node-type-webform .direct-links .contact-links a:before, .node-type-page .page-category-contact .direct-links .contact-links a:before {
  position: absolute;
  top: 0;
  left: -47px;
  width: 46px;
  height: 34px;
  background-color: #fff;
  background-image: url('../images/pictos/contact_press_orange_small.png');
  background-position: center center;
  background-repeat: no-repeat;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px 0 0 20px;
  content: "";
}

.main-menu .menu-nav > .menu > li > a, .main-menu .tabs-container .tabs-title ~ .menu > li > a, .main-menu .tabs-container .tabs-title ~ .menu > li > .nolink, #search-menu .faq-list-wrapper h3, #network-menu .delegations-list .tabs-link,
#network-menu .activities-list .tabs-link {
  position: relative;
  padding-left: 16px;
}
.main-menu .menu-nav > .menu > li > a:before, .main-menu .tabs-container .tabs-title ~ .menu > li > a:before, .main-menu .tabs-container .tabs-title ~ .menu > li > .nolink:before, #search-menu .faq-list-wrapper h3:before, #network-menu .delegations-list .tabs-link:before,
#network-menu .activities-list .tabs-link:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -965px;
  background-repeat: no-repeat;
  content: "";
}

.main-menu .tabs-container .tabs-title ~ .menu .menu a,
.main-menu .tabs-container .tabs-title ~ .menu .menu .nolink, #search-menu .link-to-faq, #contact-menu .contact-menu > .menu .menu a, #network-menu .delegations-list .tabs-container a, #network-menu .delegations-list .tabs-container .nolink,
#network-menu .activities-list .tabs-container a,
#network-menu .activities-list .tabs-container .nolink, .main-menu-mobile #network-menu .delegations-list .menu .menu li a,
.main-menu-mobile #network-menu .activities-list .menu .menu li a, .page-calendrier-actionnaires .field-name-field-url-site-event a,
.page-calendrier .field-name-field-url-site-event a,
.page-calendrier-financier .field-name-field-url-site-event a, .node-type-webform .visit-card-infos .links a, .node-type-page .page-category-contact .visit-card-infos .links a, .node-type-webform .direct-links-item_first-link ul a, .node-type-page .page-category-contact .direct-links-item_first-link ul a {
  position: relative;
  display: block;
  padding-left: 16px;
  color: #ff582b;
  font-size: 15px;
}
.main-menu .tabs-container .tabs-title ~ .menu .menu a:hover,
.main-menu .tabs-container .tabs-title ~ .menu .menu .nolink:hover, #search-menu .link-to-faq:hover, #contact-menu .contact-menu > .menu .menu a:hover, #network-menu .delegations-list .tabs-container a:hover, #network-menu .delegations-list .tabs-container .nolink:hover,
#network-menu .activities-list .tabs-container a:hover,
#network-menu .activities-list .tabs-container .nolink:hover, .main-menu-mobile #network-menu .delegations-list .menu .menu li a:hover,
.main-menu-mobile #network-menu .activities-list .menu .menu li a:hover, .page-calendrier-actionnaires .field-name-field-url-site-event a:hover,
.page-calendrier .field-name-field-url-site-event a:hover,
.page-calendrier-financier .field-name-field-url-site-event a:hover, .node-type-webform .visit-card-infos .links a:hover, .node-type-page .page-category-contact .visit-card-infos .links a:hover, .node-type-webform .direct-links-item_first-link ul a:hover, .node-type-page .page-category-contact .direct-links-item_first-link ul a:hover {
  color: #4c7485;
}
.main-menu .tabs-container .tabs-title ~ .menu .menu a:before,
.main-menu .tabs-container .tabs-title ~ .menu .menu .nolink:before, #search-menu .link-to-faq:before, #contact-menu .contact-menu > .menu .menu a:before, #network-menu .delegations-list .tabs-container a:before, #network-menu .delegations-list .tabs-container .nolink:before,
#network-menu .activities-list .tabs-container a:before,
#network-menu .activities-list .tabs-container .nolink:before, .main-menu-mobile #network-menu .delegations-list .menu .menu li a:before,
.main-menu-mobile #network-menu .activities-list .menu .menu li a:before, .page-calendrier-actionnaires .field-name-field-url-site-event a:before,
.page-calendrier .field-name-field-url-site-event a:before,
.page-calendrier-financier .field-name-field-url-site-event a:before, .node-type-webform .visit-card-infos .links a:before, .node-type-page .page-category-contact .visit-card-infos .links a:before, .node-type-webform .direct-links-item_first-link ul a:before, .node-type-page .page-category-contact .direct-links-item_first-link ul a:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 6px;
  height: 11px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -1518px;
  background-repeat: no-repeat;
  content: "";
}

.page-calendrier-actionnaires .field-name-field-pdf-event a,
.page-calendrier .field-name-field-pdf-event a,
.page-calendrier-financier .field-name-field-pdf-event a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #ff582b;
  font-size: 15px;
}
.page-calendrier-actionnaires .field-name-field-pdf-event a:hover,
.page-calendrier .field-name-field-pdf-event a:hover,
.page-calendrier-financier .field-name-field-pdf-event a:hover {
  color: #4c7485;
}
.page-calendrier-actionnaires .field-name-field-pdf-event a:before,
.page-calendrier .field-name-field-pdf-event a:before,
.page-calendrier-financier .field-name-field-pdf-event a:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 24px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -2511px;
  background-repeat: no-repeat;
  content: "";
}

.node-type-delegation .social-btn-wrapper h2 {
  font-family: "Roboto", arial, sans-serif;
  font-weight: normal;
  font-size: 38px;
  color: #333333;
  text-transform: uppercase;
}

.bloc-with-title h2, .page-calendrier-actionnaires .bloc-titre-container h2,
.page-calendrier .bloc-titre-container h2,
.page-calendrier-financier .bloc-titre-container h2, #main .faq-list-wrapper .title, .maintenance-page #main h1, #site-map .site-map-menus .content > .site-map-menu > li > .h2-wrapper a {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 12px 18px;
  background-color: #222222;
  font-family: "Ubuntu", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1em;
}

/**
 * Layout
 */
header {
  position: relative;
  z-index: 55;
}

#container {
  position: relative;
  min-width: 1024px;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 60px;
}
.ie8 #container {
  max-width: 1540px;
}
@media screen and (max-width: 1023px) {
  #container {
    min-width: 0;
    max-width: 1024px;
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #container {
    margin-top: 70px;
    padding-left: 0;
  }
  .admin-menu #container {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  #container {
    margin-top: 60px;
  }
  .admin-menu #container {
    margin-top: 80px;
  }
}

html.opened {
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .opened #main, .opened
  #footer {
    display: none;
  }
}

.node-type-shp .container-fullwidth {
  *zoom: 1;
  float: left;
  width: 100%;
}
.node-type-shp .container-fullwidth:before, .node-type-shp .container-fullwidth:after {
  display: table;
  content: " ";
}
.node-type-shp .container-fullwidth:after {
  clear: both;
}

/**
 * Common styles
 */
::-moz-selection {
  background: #222222;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #222222;
  color: #ffffff;
  text-shadow: none;
}

.tabs-wrapper,
.profile {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .tabs-wrapper,
  .profile {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .tabs-wrapper,
  .profile {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.messages.error {
  background: #ee322b;
}
.messages.error h2 {
  display: block;
}
.messages.error ul {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .messages.error ul {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .messages.error ul {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.messages.error ul li {
  color: #fff;
  list-style-type: disc;
}

a {
  text-decoration: none;
}

.html {
  background-image: url('../images/bgs/pattern-dark.jpg');
  background-position: left top;
  background-repeat: repeat;
  font-family: "Roboto", arial, sans-serif;
  font-weight: normal;
}

#main {
  background-color: #f5f5f5;
  margin-top: -20px;
}
.not-front #main {
  padding-top: 35px;
}

.breadcrumb-container {
  margin-top: 9px;
  margin-bottom: 18px;
  font-size: 12px;
  color: #4c7485;
}
.breadcrumb-container .inner-content {
  padding-left: 0.9%;
}
.breadcrumb-container .breadcrumb {
  padding: 0;
}
.breadcrumb-container .breadcrumb a:first-child {
  width: 18px;
  height: 18px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -404px;
  background-repeat: no-repeat;
  float: left;
  display: block;
  margin-left: 0;
  margin-top: -2px;
  width: 18px;
  height: 18px;
  text-indent: -2000px;
}
.breadcrumb-container .breadcrumb a:first-child:after {
  top: 7px;
}
.breadcrumb-container a {
  position: relative;
  margin: 0 15px 0 0;
  color: #4c7485;
}
.breadcrumb-container a:after {
  position: absolute;
  content: ' ';
  top: 4px;
  right: -10px;
  width: 6px;
  height: 7px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -2799px;
  background-repeat: no-repeat;
}
.breadcrumb-container a:hover {
  color: #ff582b;
}
@media screen and (max-width: 767px) {
  .breadcrumb-container {
    display: none;
  }
}

.breadcrumb-under-container {
  margin-bottom: 20px;
  font-size: 12px;
  color: #4c7485;
}
.article-cms .breadcrumb-under-container, .error404-page .breadcrumb-under-container {
  display: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb-under-container {
    display: none;
  }
}
.breadcrumb-under-container a {
  position: relative;
}
.breadcrumb-under-container .inner-content > .menu > li > a {
  float: left;
  padding: 5px 13px;
  background: #4c7485;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.breadcrumb-under-container .inner-content > .menu > li > a:after {
  position: absolute;
  top: 0;
  right: -19px;
  border: 14px solid transparent;
  border-left: 5px solid #4c7485;
  content: "";
}
.breadcrumb-under-container .inner-content > .menu .menu li {
  float: left;
  margin-bottom: 5px;
  padding: 0 13px;
}
.breadcrumb-under-container .inner-content > .menu .menu li + li {
  border-left: solid 1px #4c7485;
}
@media screen and (max-width: 767px) {
  .breadcrumb-under-container .inner-content > .menu .menu li {
    float: none;
    padding: 0;
    border-right: none;
    border-bottom: solid 1px #4c7485;
  }
}
.breadcrumb-under-container .inner-content > .menu .menu a {
  display: inline-block;
  padding: 5px 0;
  border-bottom: solid 1px transparent;
  color: #ff582b;
  font-size: 13px;
  text-transform: uppercase;
}
.breadcrumb-under-container .inner-content > .menu .menu a:hover {
  color: #222222;
}
.breadcrumb-under-container .inner-content > .menu .menu a.active {
  border-bottom-color: #222222;
  color: #222222;
}
.breadcrumb-under-container .inner-content > .menu .menu a.active:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: solid 5px transparent;
  border-top-color: #222222;
  border-top-width: 5px;
  content: "";
}

.share-links {
  position: relative;
  display: inline-block;
  margin: 0 0 -3px 15px;
  width: 35px;
  height: 35px;
  background-image: url('../images/pictos/share_white_medium.png');
  background-position: 55% 50%;
  background-repeat: no-repeat;
  background-color: #ff582b;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .share-links {
    width: 25px;
    height: 25px;
    background-size: 16px 10px;
    background-position: 53% 49%;
  }
}
.share-links .item-list {
  display: none;
  position: absolute;
  z-index: 20;
  top: -55px;
  left: 50%;
  margin-left: -93px;
  padding: 8px 10px;
  width: 187px;
  background-color: #fff;
  border: solid 1px #c1d4dc;
}
@media screen and (max-width: 767px) {
  .share-links .item-list {
    position: fixed;
    top: 83px;
  }
}
.share-links .item-list:after {
  position: absolute;
  content: " ";
  z-index: 1;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 13px;
  height: 7px;
  background-image: url('../images/pictos/fl_share.png');
}
@media screen and (max-width: 767px) {
  .share-links .item-list:after {
    display: none;
    z-index: 50;
  }
}
.share-links .item-list ul {
  font-size: 0;
}
.share-links .item-list li {
  margin: 0 5px;
  float: left;
}
.share-links .item-list li a {
  display: inline-block;
  width: 23px !important;
  height: 19px !important;
  text-indent: -2000px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 13px;
}
.share-links .item-list li.share-facebook a {
  background-image: url('../images/pictos/share_po_fb.png');
}
.share-links .item-list li.share-linkedin a {
  background-image: url('../images/pictos/share_po_in.png');
}
.share-links .item-list li.share-twitter a {
  background-image: url('../images/pictos/share_po_tw.png');
}
.share-links .item-list li.share-google a {
  background-image: url('../images/pictos/share_po_gp.png');
}
.share-links .item-list li.share-pinterest a {
  background-image: url('../images/pictos/share_po_pt.png') !important;
  background-size: 23px 19px !important;
}

.ps-container {
  position: relative;
  height: 100% !important;
  overflow: hidden;
}
.ps-container .ps-scrollbar-y-rail {
  right: 7px;
}
.ps-container .ps-scrollbar-y-rail:hover, .ps-container .ps-scrollbar-y-rail.in-scrolling {
  background: none;
}
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
  background-color: #000;
}
.ps-container .ps-scrollbar-y {
  width: 7px;
  background-color: #000;
}
.ps-container:hover .ps-scrollbar-y {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.bloc-description-intro {
  margin-bottom: 30px;
}
.bloc-description-intro .bloc-description-intro-container {
  font-size: 16px;
  color: #4c7485;
}
.page-social-wall .bloc-description-intro .bloc-description-intro-container:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  color: #4c7485;
  content: "|";
}
.bloc-description-intro .field {
  padding-left: 20px;
  border-left: solid 1px #4c7485;
}
.bloc-description-intro .field p {
  margin: 0 0 20px;
}

.bloc-image-wide img {
  display: block;
  width: 100%;
  height: auto;
}

.section-title {
  margin: 0;
  padding: 50px 0 40px;
  color: #36393d;
  font-family: "Ubuntu", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-title {
    padding: 20px 0;
  }
}
.section-title a {
  color: #36393d;
}
.section-title .name {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
.section-title .glance {
  margin-left: 65px;
  font-size: 46px;
  font-weight: bold;
  line-height: 0.7em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-title .glance {
    margin-left: 10px;
    font-size: 30px;
  }
}
.section-title .key-infos {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 15px;
  color: #808080;
  font-family: "Roboto", arial, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .section-title .key-infos {
    display: block;
    margin: 5px 0 0;
    padding-left: 0;
    font-size: 13px;
  }
}
.section-title .key-infos:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 35px;
  background-color: #36393d;
  content: "";
}
@media screen and (max-width: 767px) {
  .section-title .key-infos:before {
    display: none;
  }
}

.section-title-alt {
  font-family: "Ubuntu", sans-serif;
  font-size: 38px;
  color: #36393d;
  text-transform: uppercase;
  padding: 45px 0 40px 0;
  font-weight: normal;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .section-title-alt {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .section-title-alt {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.bloc-with-title {
  background-color: #fff;
}
.bloc-with-title .wrapper {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .bloc-with-title .wrapper {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .bloc-with-title .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.view .view-header .post_header .post_header_description {
  color: #4e656f;
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  border-left: 1px solid #9bbbc9;
}
.view .view-filters {
  background-color: #222222;
  margin-bottom: 45px;
}
.view .view-filters .views-exposed-form {
  padding: 20px 0.8% 20px 0.8%;
}
@media screen and (max-width: 1023px) {
  .view .view-filters .views-exposed-form {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .view .view-filters .views-exposed-form {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.view .view-filters .views-exposed-form .views-exposed-widget {
  padding: 0;
}
.view .view-filters .views-exposed-form .views-exposed-widget .form-title {
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 22px;
  font-weight: 300;
}
.view .view-filters .views-exposed-form .views-exposed-widget .form-title b {
  font-weight: 700;
}

/* Pager - load more */
.pager-load-more {
  margin: 0;
  font-size: 0;
}
.pager-load-more .pager-next {
  position: relative;
  display: inline;
  padding: 0;
  margin: 0;
}
.pager-load-more .pager-next a {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 20px 15px 60px;
  background-image: url('../images/pictos/seemore.png');
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-color: #4c7485;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.pager-load-more .pager-next a:hover {
  background-color: #395865;
}
.pager-load-more .pager-next a.progress-disabled {
  background-image: url('../images/ajax-loader.gif');
}
.pager-load-more .pager-next .ajax-progress.ajax-progress-throbber {
  display: none;
}

/**
 * Forms
 */
.form-item {
  margin: 0;
}

.form-item #autocomplete {
  width: auto !important;
  background-color: #fff;
  font-size: 13px;
}
.form-item #autocomplete li {
  padding: 2px 18px;
  color: #949494;
}
.form-item #autocomplete li:hover {
  color: #fff;
}

#search-menu .form-text, .search-box-form .form-text {
  width: 100%;
  padding: 15px 60px 15px 20px;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #222222;
}
#search-menu .form-text:-webkit-autofill, .search-box-form .form-text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
#search-menu .form-text::-ms-clear, .search-box-form .form-text::-ms-clear {
  display: none;
}

#search-menu .form-submit, .search-box-form .form-submit, .page-stories .view-id-story .views-exposed-form .views-exposed-widgets input[type=submit] {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
  background-color: transparent;
  width: 27px;
  height: 29px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -7389px;
  background-repeat: no-repeat;
  border: none;
  text-indent: -9999em;
}

.form-required {
  color: #333333;
}

.form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #f1f1f1;
  color: #666;
  top: 10px;
  height: 30px;
  width: 30px;
  border: 0;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}

.form-checkbox:checked::before {
  position: absolute;
  font: 13px/1 'Open Sans', sans-serif;
  left: 11px;
  top: 7px;
  content: '\02143';
  transform: rotate(40deg);
}

.form-checkbox:hover {
  background-color: #f7f7f7;
}

.form-checkbox:checked {
  background-color: #f1f1f1;
}

.modal-forms-modal-content .modal-content .form-item.webform-component-checkboxes label {
  float: right;
  width: 280px;
  padding-top: 10px;
}
.modal-forms-modal-content .modal-content .form-item.webform-component-checkboxes .form-checkboxes {
  float: left;
}

.wrapper-tags {
  *zoom: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wrapper-tags:before, .wrapper-tags:after {
  display: table;
  content: " ";
}
.wrapper-tags:after {
  clear: both;
}
.wrapper-tags .tag {
  position: relative;
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
}
.wrapper-tags .tag a,
.wrapper-tags .tag span {
  display: block;
  padding: 12px 18px;
  background-color: #2b5f77;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.wrapper-tags .tag a.active, .wrapper-tags .tag a:hover {
  background-color: #6b8fa0;
}
.wrapper-tags .tag img {
  float: left;
  margin: -11px 5px -10px -11px;
}

.masonry-container {
  margin: 0 -1.04%;
}
.masonry-container img {
  -moz-transition: -moz-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  -moz-transition-delay: 0 !important;
  -o-transition-delay: 0 !important;
  -webkit-transition-delay: 0 !important;
  transition-delay: 0 !important;
}
.masonry-container img:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.item-masonry,
.masonry-grid-sizer {
  display: block;
  margin: 0 1.04% 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .item-masonry,
  .masonry-grid-sizer {
    width: 97.91% !important;
  }
}

.masonry-grid-sizer {
  margin-bottom: 0 !important;
  max-height: 0;
  overflow: hidden;
}

.item-masonry-inner {
  position: relative;
}

.masonry-3cols .item-masonry,
.masonry-3cols .masonry-grid-sizer {
  width: 31.25%;
}

.masonry-2cols .item-masonry,
.masonry-2cols .masonry-grid-sizer {
  width: 47.915%;
}

.masonry-3cols .item-masonry.item-masonry-2col {
  width: 64.58%;
}
.ie8 .masonry-3cols .item-masonry.item-masonry-2col {
  width: 97.92%;
}

#block-stgo-custom-cookie-settings .content {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  #block-stgo-custom-cookie-settings .content {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  #block-stgo-custom-cookie-settings .content {
    padding-left: 5%;
    padding-right: 5%;
  }
}

#stgo-custom-cookie-settings-form {
  text-align: right;
}
#stgo-custom-cookie-settings-form .cookie-settings-intro,
#stgo-custom-cookie-settings-form .form-radios {
  text-align: left;
}
#stgo-custom-cookie-settings-form .cookie-settings-intro {
  margin-bottom: 20px;
}
#stgo-custom-cookie-settings-form .form-item {
  display: inline-block;
}
#stgo-custom-cookie-settings-form .form-item + .form-item {
  margin-left: 10px;
}
#stgo-custom-cookie-settings-form .form-submit {
  margin-top: 20px;
}

#sliding-popup.sliding-popup-bottom {
  background: rgba(255, 255, 255, 0.9);
}
.no-rgba #sliding-popup.sliding-popup-bottom {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#sliding-popup .popup-content {
  max-width: 1600px;
  width: auto;
  padding: 15px 30px 10px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  #sliding-popup .popup-content {
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  #sliding-popup .popup-content {
    padding-right: 5%;
    padding-left: 5%;
  }
}
#sliding-popup .popup-content #popup-text {
  float: none;
  max-width: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #sliding-popup .popup-content #popup-text {
    padding-right: 5%;
  }
}
#sliding-popup .popup-content #popup-text * {
  color: #222222 !important;
  font-family: "Roboto", arial, sans-serif;
  font-weight: normal;
  font-weight: normal !important;
  line-height: 1.4em !important;
}
#sliding-popup .popup-content #popup-text a {
  text-decoration: underline;
}
#sliding-popup .popup-content #popup-buttons {
  float: none;
  max-width: none;
}
#sliding-popup .popup-content #popup-buttons .agree-button,
#sliding-popup .popup-content #popup-buttons .agree-button:hover {
  background-image: url('../images/pictos/close_white_small.png');
  background-position: center center;
  background-repeat: no-repeat;
}
#sliding-popup .popup-content #popup-buttons .agree-button {
  position: absolute !important;
  top: 0 !important;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 0;
  background-color: #ff582b;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-indent: -9999em;
}
.ie8 #sliding-popup .popup-content #popup-buttons .agree-button {
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
#sliding-popup .popup-content #popup-buttons .agree-button:hover {
  background-color: #222 !important;
}
#sliding-popup .popup-content #popup-buttons .find-more-button {
  display: none;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  box-sizing: border-box;
  margin: 0;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

#stgo-line-of-trust-form .form-textarea-wrapper .scrollbar-outer > .scroll-element.scroll-y {
  right: 20px;
  width: 3px;
  bottom: 4px;
  top: 4px;
  height: auto;
  background-color: transparent;
}
#stgo-line-of-trust-form .form-textarea-wrapper .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  width: 100%;
}
#stgo-line-of-trust-form .form-textarea-wrapper .scroll-wrapper {
  border-radius: 30px;
  overflow: hidden;
  max-height: 80px;
  border: 1px solid #626666;
}
#stgo-line-of-trust-form .form-textarea-wrapper .scroll-wrapper:focus, #stgo-line-of-trust-form .form-textarea-wrapper .scroll-wrapper:active, #stgo-line-of-trust-form .form-textarea-wrapper .scroll-wrapper:focus-within {
  border: 1px solid #1BE1AF !important;
}
#stgo-line-of-trust-form .form-textarea-wrapper .scroll-content.scroll-scrolly_visible {
  margin-left: 0;
  left: 0;
}
#stgo-line-of-trust-form .form-textarea-wrapper .scroll-textarea > .scroll-content {
  position: relative;
}

#stgo-line-of-trust-form .form-textarea-wrapper textarea:focus {
  border-color: transparent !important;
}

#stgo-line-of-trust-form .form-textarea-wrapper textarea {
  height: 100%;
  max-height: 80px;
  border-color: transparent !important;
}

/**
 * Menu highlights
 */
.ie8 #header {
  position: relative;
  z-index: 1;
}

.menu-highlights {
  position: relative;
  height: 70px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .menu-highlights {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30;
  }
  .admin-menu .menu-highlights {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .menu-highlights {
    height: 60px;
  }
}
.menu-highlights:after {
  position: absolute;
  z-index: 15;
  top: 68px;
  left: 50%;
  margin-left: -135px;
  border: 135px solid transparent;
  border-top: 25px solid #fff;
  border-bottom-width: 0;
  content: "";
}
@media screen and (max-width: 767px) {
  .menu-highlights:after {
    top: 60px;
    margin-left: -100px;
    border-width: 100px;
    border-top-width: 15px;
    border-bottom-width: 0;
  }
}
.menu-highlights .item {
  width: 40%;
  line-height: normal;
}
.menu-highlights .item a {
  color: #333;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .menu-highlights .item a {
    line-height: 60px;
  }
}
.menu-highlights .logo {
  width: 20%;
}
@media screen and (max-width: 1023px) {
  .menu-highlights .logo {
    width: auto;
  }
}
.menu-highlights .logo h1 {
  margin: 0;
}
.menu-highlights .logo img {
  vertical-align: middle;
  width: 144px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .menu-highlights .logo img {
    width: 123px;
  }
}
.menu-highlights .right-block {
  position: relative;
}
.menu-highlights .right-block .inner {
  width: 80%;
}
.menu-highlights .right-block a {
  color: #999;
}
.menu-highlights .lang-selector {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20%;
  margin-top: -12px;
}
.menu-highlights .lang-selector a {
  height: 24px;
  padding: 0 5px;
  border: 1px solid #cbcbcb;
  font-family: "Roboto", arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
}
.menu-highlights .lang-selector a:hover {
  background-color: #cbcbcb;
  color: #fff;
}

/**
 * Navigation
 */
#block-stgo-nav-stgo-nav {
  position: static;
}

.navigation-buttons {
  position: fixed;
  z-index: 20;
  width: 60px;
  height: 100%;
  margin: -70px 0 0 -60px;
  background-color: #1d1e20;
}
@media screen and (max-width: 1023px) {
  .navigation-buttons {
    position: static;
    width: auto;
    margin: 0;
  }
}
.navigation-buttons button {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  text-indent: -9999em;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
}
.navigation-buttons button:hover {
  background-color: #ff582b;
}
@media screen and (max-width: 1023px) {
  .navigation-buttons button:hover {
    background-color: transparent;
  }
}
.navigation-buttons button.main-menu {
  background-image: url('../images/pictos/burger_white.png');
}
@media screen and (max-width: 1023px) {
  .navigation-buttons button.main-menu {
    position: fixed;
    top: 0;
    left: 3%;
    z-index: 30;
    width: 33px;
    background-image: url('../images/pictos/burger_grey_small.png');
  }
  .admin-menu .navigation-buttons button.main-menu {
    top: 20px;
  }
  .navigation-buttons button.main-menu.opened {
    background-image: url('../images/pictos/burger_orange_small.png');
  }
}
@media screen and (max-width: 767px) {
  .navigation-buttons button.main-menu {
    left: 5%;
    height: 60px;
    background-size: 30px 20px;
  }
}
.navigation-buttons button.search-menu {
  background-image: url('../images/pictos/search_white_medium.png');
}
@media screen and (max-width: 1023px) {
  .navigation-buttons button.search-menu {
    position: fixed;
    top: 0;
    right: 3%;
    z-index: 30;
    width: 28px;
    background-image: url('../images/pictos/search_grey_small.png');
  }
  .admin-menu .navigation-buttons button.search-menu {
    top: 20px;
  }
  .navigation-buttons button.search-menu.opened {
    background-image: url('../images/pictos/search_orange_medium.png');
  }
}
@media screen and (max-width: 767px) {
  .navigation-buttons button.search-menu {
    right: 5%;
    width: 20px;
    height: 60px;
    background-size: 20px auto;
  }
}
.navigation-buttons button.contact-menu {
  background-image: url('../images/pictos/contact_white_medium.png');
}
.navigation-buttons button.social-menu {
  background-image: url('../images/pictos/bubble_white_medium.png');
}
.navigation-buttons button.network-menu {
  background-image: url('../images/pictos/world_white_medium.png');
}
.navigation-buttons button.opened {
  background-color: #ff582b;
}
@media screen and (max-width: 1023px) {
  .navigation-buttons button.opened {
    background-color: transparent;
  }
}
.navigation-buttons button.opened:after {
  position: absolute;
  top: 0;
  right: -45px;
  bottom: 0;
  z-index: 20;
  border: 35px solid transparent;
  border-left: 10px solid #ff582b;
  content: "";
}
.navigation-buttons li + li button {
  border-top: 1px solid #383838;
}
@media screen and (max-width: 1023px) {
  .navigation-buttons li + li button {
    border: none;
  }
}
.navigation-buttons .symex-datas {
  border-top: 1px solid #383838;
  background-image: url('../images/pictos/graph_white_medium.png');
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #afafaf;
  font-size: 10px;
  text-align: center;
}
.navigation-buttons .symex-datas:hover {
  background-color: #ff582b;
}
.navigation-buttons .symex-datas a {
  display: block;
  padding: 55px 0 15px;
  color: #fff;
}
.navigation-buttons .symex-datas #rateContent {
  width: 100%;
}
.navigation-buttons .symex-datas tbody {
  border: none;
}
.navigation-buttons .symex-datas td {
  display: block;
}
.ie8 .navigation-buttons .symex-datas td {
  float: left;
  width: 100%;
}
.navigation-buttons .symex-datas .single:after {
  content: ' \20AC';
}
.navigation-buttons .symex-datas .current-time {
  position: relative;
  padding-left: 10px;
}
.navigation-buttons .symex-datas .current-time:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -1626px;
  background-repeat: no-repeat;
  content: "";
}

.navigation-overlays {
  color: #fff;
}
.navigation-overlays .overlay-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 18;
  overflow: hidden;
  width: 0;
  max-width: 1600px;
  margin-left: -60px;
  background-color: #232f37;
  -webkit-backface-visibility: hidden;
}
.admin-menu .navigation-overlays .overlay-wrapper {
  top: 20px;
}
@media screen and (max-width: 1023px) {
  .navigation-overlays .overlay-wrapper {
    bottom: 100%;
    -moz-transition: bottom 500ms ease;
    -o-transition: bottom 500ms ease;
    -webkit-transition: bottom 500ms ease;
    transition: bottom 500ms ease;
    z-index: 10;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-left: 0;
    background-color: #232f37;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .navigation-overlays .overlay-wrapper {
    top: 70px;
  }
  .admin-menu .navigation-overlays .overlay-wrapper {
    top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .navigation-overlays .overlay-wrapper {
    top: 60px;
  }
  .admin-menu .navigation-overlays .overlay-wrapper {
    top: 80px;
  }
}
.navigation-overlays .overlay-wrapper.opened {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .navigation-overlays .overlay-wrapper.opened {
    bottom: 0;
    padding-bottom: 10px;
  }
  .navigation-overlays .overlay-wrapper.opened.no-scroll {
    overflow: hidden;
  }
}
.navigation-overlays .overlay-inner {
  margin-left: 60px;
  padding: 55px 0;
}
@media screen and (max-width: 1023px) {
  .navigation-overlays .overlay-inner {
    margin-left: 0;
    padding: 0;
  }
}
.navigation-overlays .overlay-title,
.navigation-overlays .tabs-title {
  margin-bottom: 40px;
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .navigation-overlays .overlay-title {
    margin-bottom: 20px;
    font-size: 21px;
  }
}
.navigation-overlays .close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #222;
  background-image: url('../images/pictos/close_white_small.png');
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  text-indent: -9999em;
}
@media screen and (max-width: 1023px) {
  .navigation-overlays .close-button {
    background-color: transparent;
    background-image: url('../images/pictos/close_orange_small.png');
    outline: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .navigation-overlays .close-button {
    top: 45px;
    width: 23px;
    height: 23px;
    right: 3%;
    background-size: 23px auto;
  }
}
@media screen and (max-width: 767px) {
  .navigation-overlays .close-button {
    top: 25px;
    right: 5%;
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
}
.navigation-overlays .close-button:hover {
  background-color: #ff582b;
}
@media screen and (max-width: 1023px) {
  .navigation-overlays .close-button:hover {
    background-color: transparent;
  }
}

#block-locale-language {
  position: fixed;
  bottom: 0;
  z-index: 50;
  width: 56px;
  height: 35px;
  margin-left: -58px;
  border-top: 1px solid #383838;
  line-height: 35px;
}
@media screen and (max-width: 1023px) {
  #block-locale-language {
    position: static;
    margin: 0 3%;
    padding: 11px 0;
    width: auto;
    height: auto;
    line-height: normal;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  #block-locale-language {
    margin: 0 5%;
    padding: 8px 0;
  }
}
#block-locale-language ul {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #block-locale-language ul {
    text-align: left;
  }
}
#block-locale-language li {
  text-transform: uppercase;
  line-height: normal;
}
#block-locale-language li + li {
  position: relative;
  margin-left: 4px;
  padding-left: 4px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #block-locale-language li + li {
    margin-left: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  #block-locale-language li + li {
    margin-left: 15px;
    padding-left: 15px;
  }
}
#block-locale-language li + li:before {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 1px;
  background-color: #868686;
  content: "";
}
@media screen and (max-width: 1023px) {
  #block-locale-language li + li:before {
    background-color: #9bbbc9;
  }
}
#block-locale-language li .language-link {
  display: block;
  width: 13px;
  overflow: hidden;
  color: #868686;
  font-size: 10px;
}
@media screen and (max-width: 1023px) {
  #block-locale-language li .language-link {
    color: #fff;
    width: auto !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #block-locale-language li .language-link {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #block-locale-language li .language-link {
    font-size: 14px;
  }
}
#block-locale-language li a.language-link.active {
  color: #9bbbc9;
}

/**
 * Navigation - main nav
 */
.main-menu a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 13px;
}
.main-menu .menu-nav {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .main-menu .menu-nav {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .main-menu .menu-nav {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.main-menu .menu-nav > .menu > li {
  width: 300px;
  border-bottom: 1px solid #1b252c;
}
.main-menu .menu-nav > .menu > li.accueil a, .main-menu .menu-nav > .menu > li.home a {
  color: #9bbbc9;
  font-weight: bold;
}
.main-menu .menu-nav > .menu > li.accueil a:before, .main-menu .menu-nav > .menu > li.home a:before {
  display: none;
}
.main-menu .menu-nav > .menu > li > a {
  width: auto;
  padding: 9px 0 9px 26px;
  text-transform: uppercase;
}
.main-menu .menu-nav > .menu > li > a:before {
  top: 15px;
  left: 10px;
}
.main-menu .menu-nav > .menu > li > a.opened {
  width: 320px;
  background-color: #344651;
}
.main-menu .menu-nav > .menu > li > a.opened:hover {
  color: inherit;
}
.main-menu .tabs-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding-top: 55px;
  background-color: #344651;
}
.main-menu .tabs-container .tabs-title {
  padding: 0 5%;
}
.main-menu .tabs-container .tabs-title ~ .menu {
  position: absolute;
  top: 135px;
  right: 50%;
  bottom: 55px;
  left: 0;
  padding-left: 5%;
  background-color: #344651;
}
.main-menu .tabs-container .tabs-title ~ .menu + .menu {
  right: 0;
  left: 50%;
  padding: 0 5% 0 0;
}
.main-menu .tabs-container .tabs-title ~ .menu + .menu > li {
  margin-left: -10%;
  padding-right: 10%;
}
.main-menu .tabs-container .tabs-title ~ .menu > li {
  margin-bottom: 5px;
}
.main-menu .tabs-container .tabs-title ~ .menu > li > a, .main-menu .tabs-container .tabs-title ~ .menu > li > .nolink {
  padding: 9px 0 9px 26px;
  font-size: 13px;
  text-transform: uppercase;
}
.main-menu .tabs-container .tabs-title ~ .menu > li > a:before, .main-menu .tabs-container .tabs-title ~ .menu > li > .nolink:before {
  top: 15px;
}
.main-menu .tabs-container .tabs-title ~ .menu > li > .nolink:hover {
  color: #fff !important;
}
.main-menu .tabs-container .tabs-title ~ .menu .menu {
  margin-left: 20px;
}
.main-menu .tabs-container .tabs-title ~ .menu .menu li {
  margin-bottom: 10px;
}
.main-menu .tabs-container .tabs-title ~ .menu .menu a,
.main-menu .tabs-container .tabs-title ~ .menu .menu .nolink {
  color: #fff;
  font-size: 13px;
}
.main-menu .tabs-container .tabs-title ~ .menu .menu a:hover {
  color: #ff582b;
}

/**
 * Navigation - main nav mobile
 */
.main-menu-mobile .menu-nav > .menu > li {
  height: 100%;
  overflow: hidden;
  border-bottom: solid 1px #1b252c;
}
.main-menu-mobile .menu-nav > .menu > li.opened {
  background-color: #232f37;
}
.main-menu-mobile .menu-nav > .menu > li.closed {
  height: 0;
  margin-top: -1px;
}
.main-menu-mobile .dropdown-link,
.main-menu-mobile .direct-link {
  display: block;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .main-menu-mobile .dropdown-link,
  .main-menu-mobile .direct-link {
    margin: 0 3%;
    padding: 12px 0;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .main-menu-mobile .dropdown-link,
  .main-menu-mobile .direct-link {
    margin: 0 5%;
    padding: 8px 0;
    font-size: 14px;
  }
}
.main-menu-mobile .dropdown-link.active,
.main-menu-mobile .direct-link.active {
  color: #ff582b;
}
.main-menu-mobile .dropdown-link:after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url('../images/pictos/chevron_orange_small_bottom.png');
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .main-menu-mobile .dropdown-link:after {
    top: 22px;
    width: 29px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main-menu-mobile .dropdown-link:after {
    top: 13px;
    height: 8px;
    width: 15px;
    background-size: 15px 8px;
  }
}
.main-menu-mobile .first .dropdown-link {
  padding-top: 25px;
}
@media screen and (max-width: 1023px) {
  .main-menu-mobile .first .dropdown-link:after {
    top: 37px;
  }
}
@media screen and (max-width: 767px) {
  .main-menu-mobile .first .dropdown-link:after {
    top: 29px;
  }
}
.main-menu-mobile .opened .dropdown-link {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 113px;
  height: 95px;
}
@media screen and (max-width: 767px) {
  .main-menu-mobile .opened .dropdown-link {
    height: 50px;
    line-height: 65px;
  }
}
.main-menu-mobile .opened .dropdown-link:after {
  top: 45px;
  width: 23px;
  height: 23px;
  background-image: url('../images/pictos/close_orange_small.png');
  background-size: 23px auto;
}
@media screen and (max-width: 767px) {
  .main-menu-mobile .opened .dropdown-link:after {
    top: 25px;
    width: 12px;
    height: 12px;
    background-size: 12px auto;
  }
}
.main-menu-mobile .contact-menu .dropdown-link,
.main-menu-mobile .social-menu .dropdown-link,
.main-menu-mobile .network-menu .dropdown-link {
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-image: url('../images/pictos/contact_white_medium.png');
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .main-menu-mobile .contact-menu .dropdown-link,
  .main-menu-mobile .social-menu .dropdown-link,
  .main-menu-mobile .network-menu .dropdown-link {
    padding-left: 50px;
    background-position: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .main-menu-mobile .contact-menu .dropdown-link,
  .main-menu-mobile .social-menu .dropdown-link,
  .main-menu-mobile .network-menu .dropdown-link {
    padding-left: 30px;
    background-position: 0 11px;
    background-size: 17px auto;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .main-menu-mobile .contact-menu.opened .dropdown-link,
  .main-menu-mobile .social-menu.opened .dropdown-link,
  .main-menu-mobile .network-menu.opened .dropdown-link {
    background-position: 0 46px;
  }
}
@media screen and (max-width: 767px) {
  .main-menu-mobile .contact-menu.opened .dropdown-link,
  .main-menu-mobile .social-menu.opened .dropdown-link,
  .main-menu-mobile .network-menu.opened .dropdown-link {
    background-position: 0 25px;
  }
}
.main-menu-mobile .social-menu .dropdown-link {
  background-image: url('../images/pictos/bubble_white_medium.png');
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .main-menu-mobile .social-menu .dropdown-link {
    background-position: 0 13px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .main-menu-mobile .opened.social-menu .dropdown-link {
    background-position: 0 42px;
  }
}
.main-menu-mobile .network-menu .dropdown-link {
  background-image: url('../images/pictos/world_white_medium.png');
}
@media screen and (max-width: 1023px) {
  .main-menu-mobile .network-menu .dropdown-link {
    background-position: 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .main-menu-mobile .network-menu .dropdown-link {
    background-position: 0 9px;
    background-size: 16px auto;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .main-menu-mobile .opened.network-menu .dropdown-link {
    background-position: 0 43px;
  }
}
.main-menu-mobile .dropdown-content {
  height: 0;
  overflow: hidden;
}
.main-menu-mobile .dropdown-content.opened {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  background-color: #344651;
}
@media screen and (max-width: 767px) {
  .main-menu-mobile .dropdown-content.opened {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.menu-bloc .dropdown-content > .menu a {
  display: inline-block;
  padding-left: 14px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .menu-bloc .dropdown-content > .menu a {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .menu-bloc .dropdown-content > .menu a {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
.menu-bloc .dropdown-content > .menu > li {
  border-bottom: solid 1px #1b252c;
}
.menu-bloc .dropdown-content > .menu > li.last {
  border-bottom: none;
}
.menu-bloc .dropdown-content > .menu > li > a {
  text-transform: uppercase;
  background-image: url('../images/pictos/bullet_orange_small.png');
}
@media screen and (max-width: 1023px) {
  .menu-bloc .dropdown-content > .menu > li > a {
    margin-top: 12px;
    background-position: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .menu-bloc .dropdown-content > .menu > li > a {
    margin-top: 8px;
    background-position: 0 5px;
  }
}
.menu-bloc .dropdown-content > .menu > li > a.active {
  color: #ff582b;
}
.menu-bloc .dropdown-content > .menu > li a.active {
  color: #ff582b;
}
.menu-bloc .dropdown-content > .menu > li > .menu > li {
  padding-left: 15px;
}
.menu-bloc .dropdown-content > .menu > li > .menu > li > a {
  background-image: url('../images/pictos/chevron_right_orange_small.png');
}
@media screen and (max-width: 1023px) {
  .menu-bloc .dropdown-content > .menu > li > .menu > li > a {
    background-position: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .menu-bloc .dropdown-content > .menu > li > .menu > li > a {
    background-position: 0 2px;
  }
}
.menu-bloc .tabs-title {
  padding: 0;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1023px) {
  .menu-bloc .tabs-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .menu-bloc .tabs-title {
    font-size: 15px;
  }
}

/**
 * Navigation - search
 */
@media screen and (max-width: 1023px) {
  #search-menu.opened {
    overflow: hidden;
  }
}
#search-menu .overlay-header {
  padding-top: 45px;
  padding-bottom: 25px;
  background-color: #232f37;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 25px;
  line-height: 1em;
  text-transform: uppercase;
}
#search-menu .overlay-header + div {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #search-menu .overlay-header {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  #search-menu .overlay-inner {
    height: 100%;
    background-color: #344651;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #search-menu .overlay-inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #search-menu .overlay-inner {
    padding-top: 25px;
  }
}
#search-menu form {
  position: relative;
  margin-top: 10px;
}
#search-menu .search-form-label {
  color: #9bbbc9;
  font-size: 14px;
}
#search-menu .search-faq-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  #search-menu .search-faq-area {
    margin-top: 25px;
  }
}
#search-menu .search-faq-intro {
  font-size: 14px;
  text-transform: uppercase;
}
#search-menu .link-to-faq {
  color: #fff;
  font-size: 13px;
}
#search-menu .view-faq-navigation {
  position: relative;
  height: 320px;
  margin-top: 10px;
  padding: 30px 0;
  border-top: 1px solid #1b252c;
  border-bottom: 5px solid #1b252c;
}
#search-menu .faq-list-wrapper + .faq-list-wrapper h3 {
  border-top: 1px solid #1b252c;
}
#search-menu .faq-list-wrapper h3 {
  width: 300px;
  margin: 0;
  padding: 9px 0 9px 26px;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}
#search-menu .faq-list-wrapper h3:before {
  top: 15px;
  left: 10px;
}
#search-menu .faq-list-wrapper h3.opened {
  width: 310px;
  background-color: #344651;
}
#search-menu .faq-list-wrapper h3.opened:hover {
  color: #fff;
}
#search-menu .faq-list-wrapper a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 13px;
}
#search-menu .faq-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 310px;
  padding: 40px 20px 0;
  background-color: #344651;
  white-space: normal;
}
#search-menu .faq-list li {
  vertical-align: top;
  position: relative;
  width: 50%;
  margin-bottom: 10px;
  padding: 0 40px 0 16px;
  font-size: 13px;
}
#search-menu .faq-list li:before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 11px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -1518px;
  background-repeat: no-repeat;
  content: "";
}

/**
 * Navigation - contact
 */
@media screen and (max-width: 1023px) {
  #contact-menu .contact-menu {
    white-space: normal;
  }
}
#contact-menu .contact-menu > .menu > li {
  vertical-align: top;
  width: 25%;
  padding: 0 10px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #contact-menu .contact-menu > .menu > li {
    width: 50%;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #contact-menu .contact-menu > .menu > li {
    display: block;
    width: auto;
    margin-bottom: 25px;
    padding: 0;
  }
}
#contact-menu .contact-menu > .menu .menu-icon {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact-menu .contact-menu > .menu .menu-icon {
    display: none;
  }
}
#contact-menu .contact-menu > .menu .menu-icon + a {
  display: block;
  margin-top: 25px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  height: 38px;
}
@media screen and (max-width: 767px) {
  #contact-menu .contact-menu > .menu .menu-icon + a {
    margin-top: 0;
  }
}
#contact-menu .contact-menu > .menu .menu {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #1b252c;
}
@media screen and (max-width: 1023px) {
  #contact-menu .contact-menu > .menu .menu {
    padding-top: 0;
    border-top: none;
  }
}
#contact-menu .contact-menu > .menu .menu li + li {
  margin-top: 5px;
}
#contact-menu .contact-menu > .menu .menu a {
  color: #fff;
  font-size: 13px;
}
#contact-menu .contact-push {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #contact-menu .contact-push {
    margin-top: 35px;
  }
}
#contact-menu .contact-push .title {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 5px solid #1b252c;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #contact-menu .contact-push .title {
    border-top: none;
  }
}
#contact-menu .contact-links {
  width: 50%;
  padding-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  #contact-menu .contact-links {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  #contact-menu .contact-links {
    display: block;
    width: auto;
    margin: 0 30px 30px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  #contact-menu .contact-links a {
    display: block;
    margin-left: 46px !important;
  }
}
#contact-menu .contact-links .investors {
  margin-left: 66px;
}
#contact-menu .contact-links .investors:before {
  background-image: url('../images/pictos/contact_investors_orange_small.png');
}
#contact-menu .contact-links .human-ressources:before {
  background-image: url('../images/pictos/contact_rh_orange_small.png');
}
#contact-menu .contact-info {
  vertical-align: top;
  width: 50%;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #contact-menu .contact-info {
    width: 67%;
    padding-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  #contact-menu .contact-info {
    display: block;
    width: auto;
    margin: 0 30px;
  }
}
#contact-menu .address {
  float: left;
  width: 200px;
  margin-left: 15px;
  padding-left: 75px;
  background-image: url('../images/pictos/pointer_orange_medium.png');
  background-position: 20px top;
  background-repeat: no-repeat;
  border-left: 1px solid #1b252c;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #contact-menu .address {
    width: 50%;
    margin-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  #contact-menu .address {
    float: none;
    width: auto;
    margin-bottom: 30px;
    padding-left: 55px;
    background-position: left top;
    border-left: none;
  }
}
#contact-menu .address p {
  margin: 0;
  color: #9bbbc9;
  font-size: 12px;
}
#contact-menu .tel-mail {
  float: right;
  width: 215px;
  text-align: right;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #contact-menu .tel-mail {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #contact-menu .tel-mail {
    float: none;
    width: auto;
  }
}
#contact-menu .tel-mail a {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #contact-menu .tel-mail a {
    display: block;
  }
}
#contact-menu .tel-mail .phone:before {
  background-image: url('../images/pictos/phone_orange_small.png');
}
#contact-menu .tel-mail .mail:before {
  background-image: url('../images/pictos/mail_orange_small.png');
}

/**
 * Navigation - social
 */
#social-menu .social-inner .title {
  color: #9bbbc9;
  font-size: 14px;
  text-transform: uppercase;
}
#social-menu .social-links {
  position: relative;
  float: left;
  width: 60%;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #social-menu .social-links {
    float: none;
    width: 100%;
    margin-bottom: 35px;
  }
}
#social-menu .social-links:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #1b252c;
  content: "";
}
#social-menu .social-links .title {
  border-bottom: 1px solid #1b252c;
  padding-bottom: 30px;
}
#social-menu .social-links .menu {
  margin-left: -20px;
  white-space: normal;
}
#social-menu .social-links li {
  width: 50%;
  padding-left: 20px;
}
#social-menu .social-links a {
  position: relative;
  display: block;
  height: 60px;
  padding-left: 50px;
  border-bottom: 1px solid #1b252c;
  color: #fff;
  font-size: 13px;
  line-height: 60px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 5px 13px;
}
@media screen and (max-width: 767px) {
  #social-menu .social-links a {
    padding-left: 38px;
    height: 46px;
    background-position: 0 13px;
    background-size: 20px 20px;
    font-size: 11px;
    line-height: 46px;
  }
}
#social-menu .social-links .facebook a {
  background-image: url('../images/pictos/facebook_orange_medium.png');
}
#social-menu .social-links .pinterest a {
  background-image: url('../images/pictos/pinterest_orange_medium.png');
}
#social-menu .social-links .twitter a {
  background-image: url('../images/pictos/twitter_orange_medium.png');
}
#social-menu .social-links .scoop-it a {
  background-image: url('../images/pictos/scoopit_orange_medium.png');
}
#social-menu .social-links .youtube a {
  background-image: url('../images/pictos/youtube_orange_medium.png');
}
#social-menu .social-links .linkedin a {
  background-image: url('../images/pictos/linkedin_orange_medium.png');
}
#social-menu .social-links .viadeo a {
  background-image: url('../images/pictos/viadeo_orange_medium.png');
}
#social-menu .social-links .google- a {
  background-image: url('../images/pictos/google_orange_medium.png');
}
#social-menu .social-links .daily-motion a {
  border-bottom: none;
  background-image: url('../images/pictos/dailymotion_orange_medium.png');
}
#social-menu .social-links .instagram a {
  border-bottom: none;
  background-image: url('../images/pictos/instagram_orange_medium.png');
}
#social-menu .social-pushes {
  float: right;
  width: 35%;
}
@media screen and (max-width: 767px) {
  #social-menu .social-pushes {
    float: none;
    width: 100%;
  }
}
#social-menu .social-pushes ul {
  margin-top: 15px;
}
#social-menu .social-pushes li + li {
  margin-top: 5px;
}
#social-menu .social-pushes a {
  position: relative;
  display: block;
  height: 75px;
  padding: 0 20px 0 90px;
  background-color: #2d5eb5;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 75px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #social-menu .social-pushes a {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #social-menu .social-pushes a {
    font-size: 20px;
  }
}
#social-menu .social-pushes a:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  width: 48px;
  height: 41px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -7815px;
  background-repeat: no-repeat;
  content: "";
}
#social-menu .social-pushes a:hover {
  background-color: #23498c;
}
#social-menu .social-pushes a span {
  line-height: 1.1em;
}
#social-menu .social-pushes .review {
  background-color: #5d8b9f;
}
#social-menu .social-pushes .review:before {
  width: 48px;
  height: 41px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -6961px;
  background-repeat: no-repeat;
}
#social-menu .social-pushes .review:hover {
  background-color: #4a6f7f;
}
#social-menu .social-pushes .live {
  background-color: #9bbbc9;
}
#social-menu .social-pushes .live:before {
  width: 48px;
  height: 41px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -7022px;
  background-repeat: no-repeat;
}
#social-menu .social-pushes .live:hover {
  background-color: #7aa4b7;
}

/**
 * Navigation - other sites
 */
#network-menu .title {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #network-menu .network-pushes ul {
    display: block;
    margin-left: 10px;
  }
}
#network-menu .network-pushes li {
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #network-menu .network-pushes li {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  #network-menu .network-pushes li {
    padding-bottom: 10px;
    display: block;
    text-align: left;
  }
}
#network-menu .network-pushes a {
  position: relative;
  width: 175px;
  height: 175px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -1108px;
  background-repeat: no-repeat;
  color: #232f37;
  font-size: 14px;
  line-height: 235px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #network-menu .network-pushes a {
    padding-left: 14px;
    height: auto !important;
    background-image: url('../images/pictos/chevron_right_orange_small.png') !important;
    background-position: 0 4px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    color: #fff;
    line-height: inherit;
    text-transform: none;
  }
}
#network-menu .network-pushes span {
  line-height: normal;
  padding: 0 5px;
}
#network-menu .network-pushes .building {
  width: 183px;
  height: 181px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -709px;
  background-repeat: no-repeat;
}
#network-menu .network-pushes .research {
  width: 175px;
  height: 175px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -6766px;
  background-repeat: no-repeat;
}
#network-menu .delegations-list,
#network-menu .activities-list {
  position: relative;
  margin-top: 15px;
  padding-top: 25px;
}
@media screen and (max-width: 1023px) {
  #network-menu .delegations-list,
  #network-menu .activities-list {
    height: auto;
  }
}
#network-menu .delegations-list:before,
#network-menu .activities-list:before {
  position: absolute;
  top: 0;
  right: 10px;
  left: 10px;
  height: 5px;
  background-color: #1b252c;
  content: "";
}
@media screen and (max-width: 1023px) {
  #network-menu .delegations-list:before,
  #network-menu .activities-list:before {
    left: 3%;
    right: 3%;
  }
}
@media screen and (max-width: 767px) {
  #network-menu .delegations-list:before,
  #network-menu .activities-list:before {
    left: 5%;
    right: 5%;
  }
}
#network-menu .delegations-list > .menu,
#network-menu .activities-list > .menu {
  margin-top: 15px;
}
#network-menu .delegations-list > .menu > li,
#network-menu .activities-list > .menu > li {
  width: 300px;
  border-bottom: 1px solid #1b252c;
}
@media screen and (max-width: 1023px) {
  #network-menu .delegations-list > .menu > li,
  #network-menu .activities-list > .menu > li {
    width: auto;
    border: none;
  }
}
#network-menu .delegations-list > .menu > li li,
#network-menu .activities-list > .menu > li li {
  width: 50%;
  float: left;
}
#network-menu .delegations-list .tabs-link,
#network-menu .activities-list .tabs-link {
  display: block;
  padding: 9px 0 9px 26px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
#network-menu .delegations-list .tabs-link:before,
#network-menu .activities-list .tabs-link:before {
  top: 15px;
  left: 10px;
}
#network-menu .delegations-list .tabs-link.active,
#network-menu .activities-list .tabs-link.active {
  color: #fff;
}
#network-menu .delegations-list .tabs-link:hover,
#network-menu .activities-list .tabs-link:hover {
  color: #ff582b;
}
#network-menu .delegations-list .tabs-link.opened,
#network-menu .activities-list .tabs-link.opened {
  width: 310px;
  background-color: #344651;
}
#network-menu .delegations-list .tabs-link.opened:hover,
#network-menu .activities-list .tabs-link.opened:hover {
  color: #fff;
  cursor: pointer;
}
#network-menu .delegations-list .tabs-container,
#network-menu .activities-list .tabs-container {
  position: absolute;
  top: 5px;
  right: 10px;
  bottom: 0;
  left: 320px;
  padding: 30px 20px 0;
  background-color: #344651;
  white-space: normal;
}
#network-menu .delegations-list .tabs-container li,
#network-menu .activities-list .tabs-container li {
  margin-bottom: 10px;
}
#network-menu .delegations-list .tabs-container a, #network-menu .delegations-list .tabs-container .nolink,
#network-menu .activities-list .tabs-container a,
#network-menu .activities-list .tabs-container .nolink {
  color: #fff;
  font-size: 13px;
}
#network-menu .delegations-list .tabs-container a:hover, #network-menu .delegations-list .tabs-container .nolink:hover,
#network-menu .activities-list .tabs-container a:hover,
#network-menu .activities-list .tabs-container .nolink:hover {
  color: #ff582b;
}
#network-menu .delegations-list .tabs-container .nolink:hover,
#network-menu .activities-list .tabs-container .nolink:hover {
  color: #fff !important;
}
#network-menu .delegations-list > .menu {
  min-height: 350px;
}
#network-menu .activities-list > .menu {
  min-height: 340px;
}
.main-menu-mobile #network-menu .delegations-list > .menu > li > a,
.main-menu-mobile #network-menu .activities-list > .menu > li > a {
  position: relative;
  margin-bottom: 5px;
  padding: 15px 65px 15px 18px;
  background-color: #1b252c;
  border-radius: 2px;
  color: #fff;
}
.main-menu-mobile #network-menu .delegations-list > .menu > li > a:after,
.main-menu-mobile #network-menu .activities-list > .menu > li > a:after {
  content: " ";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -112px;
  background-repeat: no-repeat;
}
.main-menu-mobile #network-menu .delegations-list > .menu > li > a.open-accordion:after,
.main-menu-mobile #network-menu .activities-list > .menu > li > a.open-accordion:after {
  width: 36px;
  height: 36px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
.main-menu-mobile #network-menu .delegations-list > .menu > li > a,
.main-menu-mobile #network-menu .activities-list > .menu > li > a {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
}
.main-menu-mobile #network-menu .delegations-list .menu .menu,
.main-menu-mobile #network-menu .activities-list .menu .menu {
  display: none;
  margin: 0 10px;
  padding: 10px 0 20px;
}
.main-menu-mobile #network-menu .delegations-list .menu .menu li,
.main-menu-mobile #network-menu .activities-list .menu .menu li {
  width: 50%;
}
.main-menu-mobile #network-menu .delegations-list .menu .menu li a,
.main-menu-mobile #network-menu .activities-list .menu .menu li a {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  font-size: 13px;
}

/**
 * Home page
 */
.hp-mea-push {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .hp-mea-push {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 600ms ease;
    -o-transition: opacity 600ms ease;
    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
  }
  .animations-off .hp-mea-push {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
    opacity: 0.05;
  }
  .hp-mea-push.position-0 {
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .hp-mea-push.position-0 img,
  .hp-mea-push.position-0 iframe,
  .hp-mea-push.position-0 object {
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .hp-mea-push.position-1 {
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .hp-mea-push.position-1 img,
  .hp-mea-push.position-1 iframe,
  .hp-mea-push.position-1 object {
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .hp-mea-push.position-2 {
    -moz-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
  }
  .hp-mea-push.position-2 img,
  .hp-mea-push.position-2 iframe,
  .hp-mea-push.position-2 object {
    -moz-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
  }
  .hp-mea-push.position-3 {
    -moz-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
  }
  .hp-mea-push.position-3 img,
  .hp-mea-push.position-3 iframe,
  .hp-mea-push.position-3 object {
    -moz-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
  }
  .hp-mea-push img,
  .hp-mea-push iframe,
  .hp-mea-push object {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 600ms ease;
    -o-transition: -o-transform 600ms ease;
    -webkit-transition: -webkit-transform 600ms ease;
    transition: transform 600ms ease;
  }
  .animations-off .hp-mea-push img, .animations-off
  .hp-mea-push iframe, .animations-off
  .hp-mea-push object {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.hp-mea-push img {
  width: 100%;
  height: auto;
}
.hp-mea-push iframe,
.hp-mea-push object {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.hp-mea-push .content-mea {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hp-mea-push .content-mea {
    padding: 10px;
  }
}
.hp-mea-push .content-mea h3 {
  margin: 0 0 10px 0;
  line-height: 1em;
  text-transform: uppercase;
}
.hp-mea-push .content-mea .description-mea {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .hp-mea-push .content-mea .description-mea {
    font-size: 12px;
  }
}

.home-page-mea {
  height: 630px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-mea {
    height: 270px;
  }
}
.home-page-mea.template_2 .display-template_2 {
  height: 630px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_2 .display-template_2 {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_2 .display-template_2 {
    height: 270px;
  }
}
.home-page-mea.template_2 .display-template_2 h3 {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_2 .display-template_2 h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .home-page-mea.template_3 {
    height: auto;
  }
}
.home-page-mea.template_3 .position-0 {
  float: left;
  width: 50%;
  height: 630px;
}
@media screen and (max-width: 1023px) {
  .home-page-mea.template_3 .position-0 {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_3 .position-0 {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_3 .position-0 {
    height: 270px;
  }
}
.home-page-mea.template_3 .position-0 h3 {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_3 .position-0 h3 {
    font-size: 22px;
  }
}
.home-page-mea.template_3 .position-1,
.home-page-mea.template_3 .position-2 {
  float: right;
  width: 50%;
  height: 315px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_3 .position-1,
  .home-page-mea.template_3 .position-2 {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_3 .position-1,
  .home-page-mea.template_3 .position-2 {
    display: none;
  }
}
.home-page-mea.template_3 .position-1 h3,
.home-page-mea.template_3 .position-2 h3 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_3 .position-1 h3,
  .home-page-mea.template_3 .position-2 h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_3 .position-1 {
    height: 250px;
  }
}
.home-page-mea.template_3 .position-2 {
  background-color: #ff582b;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_3 .position-2 img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_3 .position-2 .content-mea {
    padding-top: 20px;
    position: relative;
  }
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_3 .position-2 {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .home-page-mea.template_4 {
    height: auto;
  }
}
.home-page-mea.template_4 .position-0 {
  float: left;
  width: 75%;
  height: 630px;
}
@media screen and (max-width: 1023px) {
  .home-page-mea.template_4 .position-0 {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_4 .position-0 {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_4 .position-0 {
    height: 270px;
  }
}
.home-page-mea.template_4 .position-0 h3 {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_4 .position-0 h3 {
    font-size: 22px;
  }
}
.home-page-mea.template_4 .position-1,
.home-page-mea.template_4 .position-2 {
  float: right;
  width: 25%;
  height: 315px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_4 .position-1,
  .home-page-mea.template_4 .position-2 {
    width: 50%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_4 .position-1,
  .home-page-mea.template_4 .position-2 {
    display: none;
  }
}
.home-page-mea.template_4 .position-1 h3,
.home-page-mea.template_4 .position-2 h3 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_4 .position-1 h3,
  .home-page-mea.template_4 .position-2 h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .home-page-mea.template_1 {
    height: auto;
  }
}
.home-page-mea.template_1 .position-0 {
  float: left;
  width: 50%;
  height: 630px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .home-page-mea.template_1 .position-0 {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_1 .position-0 {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_1 .position-0 {
    height: 270px;
  }
}
.home-page-mea.template_1 .position-0 h3 {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_1 .position-0 h3 {
    font-size: 22px;
  }
}
.home-page-mea.template_1 .position-1 {
  float: left;
  width: 50%;
  height: 315px;
}
@media screen and (max-width: 1023px) {
  .home-page-mea.template_1 .position-1 {
    width: 100%;
    height: 252px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_1 .position-1 {
    height: 180px;
  }
}
.home-page-mea.template_1 .position-1 h3 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_1 .position-1 h3 {
    font-size: 22px;
  }
}
.home-page-mea.template_1 .position-2,
.home-page-mea.template_1 .position-3 {
  float: left;
  width: 25%;
  height: 315px;
}
@media screen and (max-width: 1023px) {
  .home-page-mea.template_1 .position-2,
  .home-page-mea.template_1 .position-3 {
    width: 50%;
    height: 210px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_1 .position-2,
  .home-page-mea.template_1 .position-3 {
    height: 157.5px;
  }
}
.home-page-mea.template_1 .position-2 h3,
.home-page-mea.template_1 .position-3 h3 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_1 .position-2 h3,
  .home-page-mea.template_1 .position-3 h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .home-page-mea.template_5 {
    height: auto;
  }
}
.home-page-mea.template_5 .position-0 {
  float: left;
  width: 50%;
  height: 630px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_5 .position-0 {
    width: 70%;
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_5 .position-0 {
    width: 100%;
    height: 270px;
  }
}
.home-page-mea.template_5 .position-0 h3 {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_5 .position-0 h3 {
    font-size: 22px;
  }
}
.home-page-mea.template_5 .position-1 h3,
.home-page-mea.template_5 .position-2 h3,
.home-page-mea.template_5 .position-3 h3 {
  font-size: 25px;
}
.home-page-mea.template_5 .position-1 {
  float: left;
  width: 25%;
  height: 630px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_5 .position-1 {
    width: 30%;
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_5 .position-1 {
    display: none;
  }
}
.home-page-mea.template_5 .position-2,
.home-page-mea.template_5 .position-3 {
  float: left;
  width: 25%;
  height: 315px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .home-page-mea.template_5 .position-2,
  .home-page-mea.template_5 .position-3 {
    width: 50%;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-mea.template_5 .position-2,
  .home-page-mea.template_5 .position-3 {
    display: none;
  }
}

.search-box-form {
  padding: 30px 0 15px;
  background-color: #1d1e20;
}
.search-box-form .search-box-form-container {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .search-box-form .search-box-form-container {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .search-box-form .search-box-form-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.search-box-form h2 {
  margin: 0 0 10px 0;
  font-family: "Ubuntu", sans-serif;
  color: #808080;
  font-weight: normal;
  font-size: 34px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .search-box-form h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .search-box-form h2 {
    font-size: 22px;
  }
}
.search-box-form h2 strong {
  text-transform: uppercase;
}
.search-box-form form {
  position: relative;
}
.search-box-form label {
  display: none;
}
@media screen and (max-width: 767px) {
  .search-box-form {
    /* firefox 19+ */
    /* ie */
  }
  .search-box-form ::-webkit-input-placeholder {
    font-size: 0.75em;
  }
  .search-box-form ::-moz-placeholder {
    font-size: 0.75em;
  }
  .search-box-form :-ms-input-placeholder {
    font-size: 0.75em;
  }
  .search-box-form input:-moz-placeholder {
    font-size: 0.75em;
  }
}

.page-bourse .view-bourse .view-content {
  padding-bottom: 6%;
}
.page-bourse .view-bourse .view-content header h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}
.page-bourse .view-bourse .view-content header h2 a {
  color: #36393d;
  padding-top: 38px;
  padding-bottom: 38px;
}
.page-bourse .view-bourse .view-content header h2 a:hover {
  color: #ff582b;
}
@media screen and (max-width: 320px) {
  .page-bourse .view-bourse .view-content header h2 {
    font-size: 20px;
  }
}
.page-bourse .view-bourse .view-content .content .field-name-field-graph-url {
  margin: 0 auto;
  width: 640px;
}
@media screen and (max-width: 767px) {
  .page-bourse .view-bourse .view-content .content .field-name-field-graph-url {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .page-bourse .view-bourse .view-content .content .field-name-field-graph-url iframe {
    width: 100%;
    height: auto;
  }
}

/**
 * Calendrier
 */
.page-calendrier-actionnaires .bloc-titre-container,
.page-calendrier .bloc-titre-container,
.page-calendrier-financier .bloc-titre-container {
  padding-top: 30px;
  padding-bottom: 20px;
}
.page-calendrier-actionnaires .view-calendrier-actionnaires,
.page-calendrier-actionnaires .view-evenements,
.page-calendrier .view-calendrier-actionnaires,
.page-calendrier .view-evenements,
.page-calendrier-financier .view-calendrier-actionnaires,
.page-calendrier-financier .view-evenements {
  padding-bottom: 45px;
}
.page-calendrier-actionnaires .view-calendrier-actionnaires .views-row,
.page-calendrier-actionnaires .view-evenements .views-row,
.page-calendrier .view-calendrier-actionnaires .views-row,
.page-calendrier .view-evenements .views-row,
.page-calendrier-financier .view-calendrier-actionnaires .views-row,
.page-calendrier-financier .view-evenements .views-row {
  padding: 25px;
  font-family: "Ubuntu", sans-serif;
}
.page-calendrier-actionnaires .view-calendrier-actionnaires .views-row.views-row-last,
.page-calendrier-actionnaires .view-evenements .views-row.views-row-last,
.page-calendrier .view-calendrier-actionnaires .views-row.views-row-last,
.page-calendrier .view-evenements .views-row.views-row-last,
.page-calendrier-financier .view-calendrier-actionnaires .views-row.views-row-last,
.page-calendrier-financier .view-evenements .views-row.views-row-last {
  margin-bottom: 40px;
}
.page-calendrier-actionnaires .view-calendrier-actionnaires .views-row-odd,
.page-calendrier-actionnaires .view-evenements .views-row-odd,
.page-calendrier .view-calendrier-actionnaires .views-row-odd,
.page-calendrier .view-evenements .views-row-odd,
.page-calendrier-financier .view-calendrier-actionnaires .views-row-odd,
.page-calendrier-financier .view-evenements .views-row-odd {
  background-color: #ddecf3;
}
.page-calendrier-actionnaires .field-name-field-date-event,
.page-calendrier .field-name-field-date-event,
.page-calendrier-financier .field-name-field-date-event {
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  width: 140px;
  border-right: solid 1px #d6d6d5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-calendrier-actionnaires .field-name-field-date-event,
  .page-calendrier .field-name-field-date-event,
  .page-calendrier-financier .field-name-field-date-event {
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    border-right: none;
  }
}
.page-calendrier-actionnaires .field-name-field-date-event .from,
.page-calendrier-actionnaires .field-name-field-date-event .to,
.page-calendrier-actionnaires .field-name-field-date-event .separator,
.page-calendrier-actionnaires .field-name-field-date-event .timezone,
.page-calendrier .field-name-field-date-event .from,
.page-calendrier .field-name-field-date-event .to,
.page-calendrier .field-name-field-date-event .separator,
.page-calendrier .field-name-field-date-event .timezone,
.page-calendrier-financier .field-name-field-date-event .from,
.page-calendrier-financier .field-name-field-date-event .to,
.page-calendrier-financier .field-name-field-date-event .separator,
.page-calendrier-financier .field-name-field-date-event .timezone {
  display: none;
}
.page-calendrier-actionnaires .field-name-field-date-event .from-date,
.page-calendrier-actionnaires .field-name-field-date-event .to-date,
.page-calendrier .field-name-field-date-event .from-date,
.page-calendrier .field-name-field-date-event .to-date,
.page-calendrier-financier .field-name-field-date-event .from-date,
.page-calendrier-financier .field-name-field-date-event .to-date {
  margin-bottom: 10px;
  width: 50px;
  font-size: 16px;
  color: #4c7485;
  text-transform: uppercase;
}
.page-calendrier-actionnaires .field-name-field-date-event .from-date .day,
.page-calendrier-actionnaires .field-name-field-date-event .to-date .day,
.page-calendrier .field-name-field-date-event .from-date .day,
.page-calendrier .field-name-field-date-event .to-date .day,
.page-calendrier-financier .field-name-field-date-event .from-date .day,
.page-calendrier-financier .field-name-field-date-event .to-date .day {
  font-size: 30px;
}
.page-calendrier-actionnaires .field-name-field-date-event .from-date,
.page-calendrier .field-name-field-date-event .from-date,
.page-calendrier-financier .field-name-field-date-event .from-date {
  float: left;
}
@media screen and (max-width: 767px) {
  .page-calendrier-actionnaires .field-name-field-date-event .from-date,
  .page-calendrier .field-name-field-date-event .from-date,
  .page-calendrier-financier .field-name-field-date-event .from-date {
    margin-left: 30px;
  }
}
.page-calendrier-actionnaires .field-name-field-date-event .from-date.only-from,
.page-calendrier .field-name-field-date-event .from-date.only-from,
.page-calendrier-financier .field-name-field-date-event .from-date.only-from {
  display: inline-block;
  float: none;
}
@media screen and (max-width: 767px) {
  .page-calendrier-actionnaires .field-name-field-date-event .from-date.only-from,
  .page-calendrier .field-name-field-date-event .from-date.only-from,
  .page-calendrier-financier .field-name-field-date-event .from-date.only-from {
    margin-left: 0;
  }
}
.page-calendrier-actionnaires .field-name-field-date-event .to-date,
.page-calendrier .field-name-field-date-event .to-date,
.page-calendrier-financier .field-name-field-date-event .to-date {
  position: relative;
  float: right;
}
.page-calendrier-actionnaires .field-name-field-date-event .to-date:before,
.page-calendrier .field-name-field-date-event .to-date:before,
.page-calendrier-financier .field-name-field-date-event .to-date:before {
  position: absolute;
  top: 50%;
  left: -12px;
  content: "";
  width: 7px;
  height: 13px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -1390px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page-calendrier-actionnaires .field-name-field-date-event .to-date:before,
  .page-calendrier .field-name-field-date-event .to-date:before,
  .page-calendrier-financier .field-name-field-date-event .to-date:before {
    top: 37%;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page-calendrier-actionnaires .field-name-field-date-event .to-date,
  .page-calendrier .field-name-field-date-event .to-date,
  .page-calendrier-financier .field-name-field-date-event .to-date {
    position: static;
    margin-right: 30px;
  }
}
.page-calendrier-actionnaires .field-name-field-date-event .time,
.page-calendrier .field-name-field-date-event .time,
.page-calendrier-financier .field-name-field-date-event .time {
  clear: both;
  display: block;
  padding: 2px 3px;
  background-color: #4c7485;
  font-size: 11px;
  color: #ffffff;
}
.page-calendrier-actionnaires .field-name-field-pdf-event,
.page-calendrier .field-name-field-pdf-event,
.page-calendrier-financier .field-name-field-pdf-event {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #d6d6d5;
}
@media screen and (max-width: 767px) {
  .page-calendrier-actionnaires .field-name-field-pdf-event,
  .page-calendrier .field-name-field-pdf-event,
  .page-calendrier-financier .field-name-field-pdf-event {
    margin-bottom: 10px;
  }
}
.page-calendrier-actionnaires .field-name-field-pdf-event img,
.page-calendrier .field-name-field-pdf-event img,
.page-calendrier-financier .field-name-field-pdf-event img {
  display: none;
}
.page-calendrier-actionnaires .field-name-field-pdf-event a,
.page-calendrier .field-name-field-pdf-event a,
.page-calendrier-financier .field-name-field-pdf-event a {
  text-indent: -2000px;
}
.page-calendrier-actionnaires .views-field-title,
.page-calendrier .views-field-title,
.page-calendrier-financier .views-field-title {
  margin-top: 2px;
  margin-bottom: 6px;
}
.page-calendrier-actionnaires .views-field-title a,
.page-calendrier .views-field-title a,
.page-calendrier-financier .views-field-title a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #222222;
}
.page-calendrier-actionnaires .views-field-title a:hover,
.page-calendrier .views-field-title a:hover,
.page-calendrier-financier .views-field-title a:hover {
  color: #ff582b;
}
.page-calendrier-actionnaires .field-name-field-shortdesc-event,
.page-calendrier .field-name-field-shortdesc-event,
.page-calendrier-financier .field-name-field-shortdesc-event {
  margin-bottom: 10px;
  color: #5f5f5f;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .page-calendrier-actionnaires .field-name-field-shortdesc-event,
  .page-calendrier .field-name-field-shortdesc-event,
  .page-calendrier-financier .field-name-field-shortdesc-event {
    clear: both;
  }
}
.page-calendrier-actionnaires .field-name-field-url-site-event,
.page-calendrier .field-name-field-url-site-event,
.page-calendrier-financier .field-name-field-url-site-event {
  float: left;
  padding-top: 10px;
}
.page-calendrier-actionnaires .field-name-field-url-signup-event,
.page-calendrier .field-name-field-url-signup-event,
.page-calendrier-financier .field-name-field-url-signup-event {
  float: right;
}
@media screen and (max-width: 767px) {
  .page-calendrier-actionnaires .field-name-field-url-signup-event,
  .page-calendrier .field-name-field-url-signup-event,
  .page-calendrier-financier .field-name-field-url-signup-event {
    float: none;
    clear: both;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-calendrier-actionnaires .field-name-field-url-signup-event a,
  .page-calendrier .field-name-field-url-signup-event a,
  .page-calendrier-financier .field-name-field-url-signup-event a {
    display: block;
    text-align: center;
  }
}

#main .view-faq-navigation {
  background-color: #fff;
}
#main .view-faq-navigation .view-content {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  #main .view-faq-navigation .view-content {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  #main .view-faq-navigation .view-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#main .faq-list-wrapper .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #main .faq-list-wrapper .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#main .faq-list {
  padding: 0 7%;
}
#main .faq-list li + li {
  margin-top: 5px;
}
#main .faq-list h3 {
  position: relative;
  margin: 0;
  padding: 2% 20% 2% 3%;
  background-color: #4c7485;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #main .faq-list h3 {
    font-size: 16px;
  }
}
#main .faq-list h3:after {
  position: absolute;
  top: 50%;
  right: 2%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -112px;
  background-repeat: no-repeat;
  content: "";
}
#main .faq-list .open h3:after {
  width: 36px;
  height: 36px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
#main .faq-list .rte {
  padding: 3% 2% 6%;
}

.view-marques {
  background-color: #ffffff;
}
.view-marques .view-content {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .view-marques .view-content {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.view-marques .view-content .item-list > ul > li {
  width: 25%;
  float: left;
  margin: 25px 0;
  color: #808080;
  font-size: 13px;
}
.view-marques .view-content .item-list > ul > li.nth-child-1 {
  clear: both;
}
.view-marques .view-content .item-list > ul > li a {
  display: block;
  color: inherit;
}
.view-marques .view-content .item-list > ul > li .field {
  padding: 0 15px;
}
.view-marques .view-content .item-list > ul > li img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .view-marques .view-content .item-list > ul > li {
    width: 50%;
  }
}
.view-marques .view-content h3 {
  font-family: "Ubuntu", sans-serif;
  margin: 0 0 0.3em;
  padding: 2% 20% 2% 3%;
  color: #ffffff;
  background: url("../images/pictos/accordion_plus.png") no-repeat scroll 98% center #4c7485;
  cursor: pointer;
  text-transform: uppercase;
  min-height: 40px;
}
@media screen and (max-width: 767px) {
  .view-marques .view-content h3 {
    font-size: 16px;
  }
}
.view-marques .view-content .item-list.open h3 {
  background-image: url("../images/pictos/accordion_moins.png");
}

.maintenance-page #container {
  margin: 5%;
}
.maintenance-page #site-name-slogan {
  display: none;
}
.maintenance-page #main {
  background-color: #ffffff;
  margin-top: 6%;
}
.maintenance-page #main p {
  margin: 0 5% 0 10%;
}

/**
 * Member list
 */
.node-type-team #main {
  padding-bottom: 0;
}

.member-list {
  background-color: #ffffff;
}

.member-list-content {
  position: relative;
  margin-left: -2.1%;
}
@media screen and (max-width: 767px) {
  .member-list-content {
    margin-left: 0;
  }
}
.member-list-content .member {
  float: left;
  margin: 0 0 4% 2.1%;
  width: 31.23%;
}
@media screen and (max-width: 767px) {
  .member-list-content .member {
    margin-left: 0;
    margin-bottom: 40px;
    float: none;
    width: 100%;
  }
}
.member-list-content .member.clear {
  clear: left;
}
.member-list-content .member.promoted {
  float: none;
  display: block;
  margin: 0 0 40px 0;
  width: auto;
  text-align: center;
}
.member-list-content .member.promoted .member-content {
  display: inline-block;
  padding: 30px;
  background-color: #f5f5f5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .member-list-content .member.promoted .member-content {
    width: 100%;
  }
}
.member-list-content .member.promoted .title {
  font-size: 22px;
}

.member-teaser-content {
  position: relative;
  cursor: pointer;
}
.member-teaser-content img {
  display: block;
  width: 100%;
  height: auto;
}
.member-teaser-content .title {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.member-teaser-content .function {
  font-size: 16px;
  color: #4c7485;
}
.open .member-teaser-content:after {
  content: " ";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #222222 transparent;
}

.member-detail {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  padding: 0 0 0 2.1%;
  width: 100%;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .member-detail {
    padding-left: 0;
  }
}

.member-detail-content {
  position: relative;
  margin-top: 30px;
  padding: 50px;
  background-color: #222222;
}
@media screen and (max-width: 767px) {
  .member-detail-content {
    padding: 40px 30px 30px 30px;
  }
}
.member-detail-content .rte {
  color: #ffffff !important;
  padding: 0;
}
.member-detail-content .rte.illustration {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .member-detail-content .rte.illustration {
    float: none;
    width: 100%;
  }
}
.member-detail-content .rte > *:first-child {
  margin-top: 0;
}
.member-detail-content .rte > *:last-child {
  margin-bottom: 0;
}
.member-detail-content .rte h2, .member-detail-content .rte h3, .member-detail-content .rte h4 {
  display: inherit;
  padding: 0;
  margin: 0 0 10px 0;
  color: #ffffff !important;
}
.member-detail-content .rte h2 {
  font-size: 26px;
  font-weight: bold;
}
.member-detail-content .rte h3 {
  font-size: 15px;
}
.member-detail-content .containr-img-photo {
  float: right;
  margin: -50px -50px -50px 50px;
  width: 50%;
}
.member-detail-content .containr-img-photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .member-detail-content .containr-img-photo {
    display: none;
  }
}
.member-detail-content .close {
  width: 30px;
  height: 30px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -1655px;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .member-detail-content .close {
    top: 15px;
    right: 15px;
  }
}
.member-detail-content .close span {
  display: none;
}

/**
 * Search
 */
.page-search.not-front #main {
  padding-top: 20px;
  background-color: #ffffff;
}
.page-search .search-box-form {
  padding-top: 50px;
}

.search-result-page-container {
  /* onglet */
  /* Search results */
  /* No result */
  /* Pager */
}
.search-result-page-container .title {
  margin: 30px 20px;
  font-size: 26px;
  font-weight: bold;
  color: #2b5f77;
}
@media screen and (max-width: 767px) {
  .search-result-page-container .title {
    font-size: 20px;
  }
}
.search-result-page-container .tabs {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
.search-result-page-container .tabs li {
  float: left;
  background-color: #ddecf3;
  border: solid 1px #ddecf3;
  border-bottom: solid 1px #d6d6d5;
}
.search-result-page-container .tabs li:hover {
  background-color: #cae1ec;
  border: solid 1px #cae1ec;
  border-bottom: solid 1px #d6d6d5;
}
.search-result-page-container .tabs li.active {
  background-color: #ffffff;
  border: solid 1px #d6d6d5;
  border-bottom: solid 1px transparent;
}
.search-result-page-container .tabs li.active a {
  color: #2b5f77;
}
.search-result-page-container .tabs li a {
  display: inline-block;
  padding: 30px 40px;
  font-size: 18px;
  font-weight: bold;
  color: #95c3d9;
}
@media screen and (max-width: 767px) {
  .search-result-page-container .tabs li a {
    font-size: 12px;
    padding: 15px 20px;
  }
}
.search-result-page-container .search-results-list {
  border: solid 1px #d6d6d5;
}
.search-result-page-container .search-result-row,
.search-result-page-container .search-empty {
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .search-result-page-container .search-result-row,
  .search-result-page-container .search-empty {
    padding: 0 30px;
  }
}
.search-result-page-container .search-result-row.promoted,
.search-result-page-container .search-empty.promoted {
  background-color: #ddecf3;
  border-bottom: solid 1px #ffffff;
}
.search-result-page-container .search-result-row.promoted:first-child,
.search-result-page-container .search-empty.promoted:first-child {
  margin-top: 4%;
}
.search-result-page-container .search-result-row.promoted .search-result-item,
.search-result-page-container .search-empty.promoted .search-result-item {
  border-bottom: none;
}
.search-result-page-container .search-result-item {
  padding: 30px 0;
  border-bottom: solid 1px #d6d6d5;
  font-size: 13px;
}
.search-result-page-container .search-result-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.search-result-page-container .search-result-item h3 a {
  color: #222222;
}
.search-result-page-container .search-result-item h3 a:hover {
  color: #ff582b;
}
.search-result-page-container .search-result-item > a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #ff582b;
}
.search-result-page-container .search-result-item > a:hover {
  color: #222222;
}
.search-result-page-container .search-result-item .summary {
  color: #5f5f5f;
}
.search-result-page-container .search-empty {
  padding-top: 30px;
  padding-bottom: 30px;
}
.search-result-page-container .search-pager-list-wrapper {
  padding: 45px 0;
  text-align: center;
}

#block-stgo-custom-stgo-custom-sitemap-header {
  background-color: #232f37;
}
#block-stgo-custom-stgo-custom-sitemap-header .content .menu {
  margin-left: -2%;
  padding: 3% 0;
}
#block-stgo-custom-stgo-custom-sitemap-header .content .menu li {
  float: left;
  width: 31.33%;
  margin: 0 0 0 2%;
  border-top: 1px solid #1d1e20;
}
#block-stgo-custom-stgo-custom-sitemap-header .content .menu li:first-child, #block-stgo-custom-stgo-custom-sitemap-header .content .menu li:first-child + li, #block-stgo-custom-stgo-custom-sitemap-header .content .menu li:first-child + li + li {
  border: none;
}
@media screen and (max-width: 767px) {
  #block-stgo-custom-stgo-custom-sitemap-header .content .menu li {
    width: 48%;
  }
  #block-stgo-custom-stgo-custom-sitemap-header .content .menu li:first-child + li + li {
    border-top: 1px solid #1d1e20;
  }
}
#block-stgo-custom-stgo-custom-sitemap-header .content .menu li a {
  font-family: "Ubuntu", sans-serif;
  display: block;
  padding: 0.8em 1em;
  background: url("../images/pictos/bullet_orange_small.png") no-repeat scroll transparent left center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #block-stgo-custom-stgo-custom-sitemap-header .content .menu li a {
    font-size: 16px;
  }
}

#site-map {
  position: relative;
}
#site-map .site-map-menus {
  background-color: #ffffff;
  padding: 6% 0;
}
#site-map .site-map-menus .content > .site-map-menu {
  padding-left: 0;
}
#site-map .site-map-menus .content > .site-map-menu > li {
  margin-bottom: 6%;
}
#site-map .site-map-menus .content > .site-map-menu > li > .h2-wrapper {
  width: 30%;
  text-align: right;
  float: left;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #site-map .site-map-menus .content > .site-map-menu > li > .h2-wrapper {
    width: 50%;
  }
}
#site-map .site-map-menus .content > .site-map-menu > li > .h2-wrapper:after {
  content: ' ';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  background-color: #d6d6d5;
}
#site-map .site-map-menus .content > .site-map-menu > li > .h2-wrapper a {
  margin: 0 6% 0 0;
}
@media screen and (max-width: 1023px) {
  #site-map .site-map-menus .content > .site-map-menu > li > .h2-wrapper a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #site-map .site-map-menus .content > .site-map-menu > li > .h2-wrapper a {
    font-size: 16px;
  }
}
#site-map .site-map-menus .content > .site-map-menu > li > .site-map-menu {
  float: right;
  width: 70%;
  border-left: 1px solid #d6d6d5;
}
@media screen and (max-width: 1023px) {
  #site-map .site-map-menus .content > .site-map-menu > li > .site-map-menu {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  #site-map .site-map-menus .content > .site-map-menu > li > .site-map-menu > li {
    width: 75%;
  }
}
#site-map .site-map-menus .content > .site-map-menu > li > .site-map-menu > li a {
  display: inline-block;
  padding-left: 15px;
  color: #414a51;
  margin: 1% 0;
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  #site-map .site-map-menus .content > .site-map-menu > li > .site-map-menu > li a {
    font-size: 0.75em;
  }
}
#site-map .site-map-menus .content > .site-map-menu > li > .site-map-menu > li > a {
  background: url("../images/pictos/bullet_orange_small.png") no-repeat transparent left 8px;
  text-transform: uppercase;
}
#site-map .site-map-menus .content > .site-map-menu > li > .site-map-menu > li > .site-map-menu {
  margin: 2% 0;
}
#site-map .site-map-menus .content > .site-map-menu > li > .site-map-menu > li > .site-map-menu > li > a {
  background: url("../images/pictos/chevron_right_orange_small.png") no-repeat transparent left 6px;
}
#site-map .site-map-menus .content > .site-map-menu > li > .site-map-menu > li > .site-map-menu > li > .site-map-menu > li > a {
  padding-left: 10px;
  background: url("../images/pictos/tiret_orange_small.png") no-repeat transparent left 6px;
}
#site-map .nav-arrow {
  position: fixed;
  width: 60px;
  height: 60px;
  background: url("../images/pictos/circled_arrow_up_grey.png") no-repeat scroll transparent center;
  cursor: pointer;
  bottom: 5%;
  right: 10%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
#site-map .nav-arrow.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: default;
}
@media screen and (max-width: 1600px) {
  #site-map .nav-arrow {
    right: 5%;
  }
}
@media screen and (max-width: 1023px) {
  #site-map .nav-arrow {
    right: 3%;
  }
}
@media screen and (max-width: 767px) {
  #site-map .nav-arrow {
    right: 2%;
  }
}

/**
 * Marche shp page
 */
.node-type-shp-marches .bloc-shp-marches {
  background-color: #ffffff;
}
.node-type-shp-marches .bloc-shp-marches .bloc-shp-marches-push-marches .wrapper {
  padding-bottom: 0;
}
.node-type-shp-marches .bloc-shp-marches .banner-more {
  background-color: #2b5f77;
}
@media screen and (max-width: 767px) {
  .node-type-shp-marches .bloc-shp-marches .banner-more {
    background: none;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.node-type-shp-marches .bloc-shp-marches .banner-more .banner-wrapper {
  color: #ffffff;
  padding: 30px 30px 40px 85px;
  background: url("../images/pictos/brands_list.png") no-repeat scroll 15px 35px;
}
@media screen and (max-width: 767px) {
  .node-type-shp-marches .bloc-shp-marches .banner-more .banner-wrapper {
    background: none;
    clear: both;
    background-color: #2b5f77;
    padding: 10px 5% 10px 5%;
  }
}
.node-type-shp-marches .bloc-shp-marches .banner-more .banner-wrapper .field {
  color: #ffffff;
  font-size: 15px;
  margin: 0;
}
.node-type-shp-marches .bloc-shp-marches .banner-more .banner-wrapper h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.6em;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .node-type-shp-marches .bloc-shp-marches .banner-more .banner-wrapper h3 {
    font-size: 1em;
    float: inherit;
    margin-bottom: 0;
  }
}
.node-type-shp-marches .bloc-shp-marches .banner-more .banner-wrapper {
  display: block;
}
.node-type-shp-marches .bloc-shp-marches .banner-more .field {
  padding-left: 10px;
  background: url("../images/pictos/chevron_blanc_small.png") no-repeat scroll 0 4px transparent;
}

/**
 * Node Type Article
 */
.node-type-article #main {
  padding-bottom: 0;
}
.node-type-article #main .field-name-field-image {
  padding: 0;
  max-width: none;
}
.node-type-article #main .bloc-shp-story {
  background-color: white;
  padding-bottom: 20px;
}
.node-type-article #main .node-article > .content:after {
  content: '';
  display: block;
  padding: 4%;
  background-color: #ffffff;
}

.node-type-dynmanic-article .bloc-rte {
  padding: 40px 0;
}
.node-type-dynmanic-article .field-name-field-iframe {
  height: 300px;
  margin: 0 auto;
}
.node-type-dynmanic-article .rte-table {
  padding: 40px 0;
}
.node-type-dynmanic-article .rte-table table thead,
.node-type-dynmanic-article .rte-table table tbody {
  background-color: #ffffff;
}
.node-type-dynmanic-article .rte-table table thead tr td:first-child, .node-type-dynmanic-article .rte-table table thead tr th:first-child,
.node-type-dynmanic-article .rte-table table tbody tr td:first-child,
.node-type-dynmanic-article .rte-table table tbody tr th:first-child {
  text-align: left;
}
.node-type-dynmanic-article .rte-table table tfoot td {
  text-align: right;
  font-size: 12px;
}
.node-type-dynmanic-article .field-name-field-table-url .variation {
  text-align: right;
  font-size: 12px;
}
.node-type-dynmanic-article .block-views {
  margin: 0 3%;
}

/****** DELEGATION ******/
.node-type-delegation {
  /****** TITRE MASONRY CONTENT *****/
}
.node-type-delegation .form-item-edit-type-grandes-realisations,
.node-type-delegation .form-item-edit-type-centre-multiconfort {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .node-type-delegation .masonry-3cols .item-masonry.item-masonry-2col.push {
    width: 97.91%;
  }
}
@media screen and (max-width: 767px) {
  .node-type-delegation .masonry-3cols .item-masonry.item-masonry-2col.push {
    width: 97.91%;
  }
}
@media screen and (max-width: 1023px) {
  .node-type-delegation .masonry-3cols .masonry-grid-sizer,
  .node-type-delegation .masonry-3cols .item-masonry {
    width: 47.915%;
  }
}
.node-type-delegation .masonry-push {
  margin-bottom: 2%;
}
@media screen and (max-width: 1023px) {
  .node-type-delegation .masonry-push {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-delegation .masonry-push {
    margin-bottom: 42px;
  }
}
.node-type-delegation .masonry-push h2 {
  font-family: "Ubuntu", sans-serif;
  color: #333333;
  font-size: 38px;
  font-weight: 300;
  text-transform: uppercase;
}
.node-type-delegation .masonry-push .item-masonry.push .bloc-title-desc {
  background: #a0a9b1;
  padding: 17px 32px 33px;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .node-type-delegation .masonry-push .item-masonry.push {
    display: none;
  }
}
.node-type-delegation .masonry-push .title {
  font-size: 22px;
  color: #f5f5f5;
  font-weight: 300;
  line-height: 16px;
}
.node-type-delegation .masonry-push .desc {
  font-size: 14px;
  color: #414a51;
  padding-top: 13px;
  font-family: "Ubuntu", sans-serif;
}
.node-type-delegation .masonry-push .wrapper-link {
  background: #d0d4d8;
  padding: 18px 33px;
  text-align: right;
  border-radius: 0 0 4px 4px;
}
.node-type-delegation .masonry-push .wrapper-link a {
  font-size: 13px;
  color: #ff582b;
}
.node-type-delegation .masonry-push .wrapper-link .wrapper-link {
  background: #d0d4d8;
  padding: 18px 33px;
  text-align: right;
  border-radius: 0 0 4px 4px;
}
.node-type-delegation .masonry-push .wrapper-link .wrapper-link a {
  font-size: 13px;
  color: #ff582b;
}
.node-type-delegation #block-views-location-block-delegation .view-Location {
  margin-bottom: 0;
}
.node-type-delegation #views-exposed-form-Location-filter-story-delegation .views-exposed-widgets {
  float: left;
}
.node-type-delegation .info {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
  float: left;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  color: #333333;
  margin-top: -5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .node-type-delegation .info {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .node-type-delegation .info {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.node-type-delegation .info .deleg-title {
  line-height: 20px;
}
.node-type-delegation .info .field-name-field-localisation .street-address,
.node-type-delegation .info .field-name-field-localisation .postal-code,
.node-type-delegation .info .field-name-field-localisation .locality,
.node-type-delegation .info .field-name-field-localisation .region,
.node-type-delegation .info .field-name-field-localisation .country-name {
  font-size: 13px;
  color: #333333;
}
.node-type-delegation .info .field-name-field-localisation .country-name {
  text-transform: uppercase;
}
.node-type-delegation .info .field-name-field-localisation .geo,
.node-type-delegation .info .field-name-field-localisation .map-link {
  display: none;
}
.node-type-delegation .social-btn-wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
  clear: both;
  background: #fff;
  text-align: center;
}
.node-type-delegation .social-btn-wrapper h2 {
  display: inline-block;
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
  max-width: 550px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .node-type-delegation .social-btn-wrapper h2 {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .node-type-delegation .social-btn-wrapper h2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .node-type-delegation .social-btn-wrapper h2 {
    font-size: 1.3em;
  }
}
.node-type-delegation .social-btn-wrapper .social-item-wrapper {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
  display: table;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .node-type-delegation .social-btn-wrapper .social-item-wrapper {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .node-type-delegation .social-btn-wrapper .social-item-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.node-type-delegation .social-btn-wrapper a {
  display: table-cell;
  padding: 0 10px;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.node-type-delegation .social-btn-wrapper a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .node-type-delegation .social-btn-wrapper a {
    padding: 0 5px;
  }
}
.node-type-delegation .social-btn-wrapper img {
  display: block;
  width: 100%;
  max-width: 140px;
  height: auto;
}

/**
 * Marche page
 */
.node-type-marche #main > .full-grey {
  margin-bottom: 30px;
}
.node-type-marche #main > .full-grey .marche-header {
  font-size: 16px;
  color: #4c7485;
}
.node-type-marche #main > .full-grey .field {
  padding-left: 20px;
  border-left: solid 1px #4c7485;
}
.node-type-marche #main > .full-grey .field p {
  margin: 0 0 20px;
}
.node-type-marche .scoopit-parts-title {
  background: #ffffff;
}
.node-type-marche .scoopit-parts-title h3.parts-title {
  float: initial;
  color: #36393d;
}
.node-type-marche .scoopit-parts-title h3.parts-title .parts-title-middle-title {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.node-type-marche .scoopit-parts-title h3.parts-title .parts-title-big-title {
  margin-left: 65px;
  font-size: 46px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  line-height: 0.7em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .node-type-marche .scoopit-parts-title h3.parts-title .parts-title-big-title {
    margin-left: 10px;
    font-size: 30px;
    position: relative;
  }
}
.node-type-marche .scoopit-parts-title h3.parts-title .parts-title-small-title {
  float: initial;
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 15px;
  color: #808080;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .node-type-marche .scoopit-parts-title h3.parts-title .parts-title-small-title {
    display: block;
    margin: 5px 0 0;
    padding-left: 0;
    /*position: absolute;
    top: 104px;*/
  }
}
.node-type-marche .scoopit-parts-title h3.parts-title .parts-title-small-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 35px;
  background-color: #36393d;
  content: "";
}
.node-type-marche .bloc-carrousel .flex-control-paging {
  bottom: 60px;
}
.node-type-marche .laststories {
  height: auto;
}
.node-type-marche .laststories .laststories-container {
  width: 100%;
  max-width: 1235px;
}
.node-type-marche .laststories .laststories-container .wrapper-laststories {
  margin: 0;
}
.node-type-marche .laststories .laststories-container .wrapper-laststories .item {
  margin: 0;
  width: 33%;
}

@media screen and (max-width: 767px) {
  .node-type-news {
    max-width: 767px;
    overflow: hidden;
  }
}
.node-type-news #main {
  padding-bottom: 0;
}
.node-type-news .date-address-container {
  padding-bottom: 0;
}

.view-actualite .bloc-news .masonry-container {
  display: none;
}
.view-actualite .bloc-news .masonry-container:first-child {
  display: block;
}
.view-actualite .wrapper-tags {
  padding: 0;
  margin: 30px 0 20px;
}
.view-actualite #edit-field-news-tags-tid-wrapper .form-type-bef-link {
  display: inline-block;
  padding: 1% 2%;
  margin: 0 1% 1% 0;
  background-color: #2b5f77;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.view-actualite #edit-field-news-tags-tid-wrapper .form-type-bef-link.selected {
  background-color: #809fad;
}
.view-actualite #edit-field-news-tags-tid-wrapper .form-type-bef-link a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.85em;
}
.view-actualite .view-filters {
  width: 100%;
  background-color: #1d1e20;
  margin-bottom: 0;
}
.view-actualite .view-filters .views-exposed-form .exposed-filter-title {
  font-family: "Ubuntu", sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.view-actualite .view-filters .views-exposed-form .exposed-filter-title strong {
  font-weight: 700;
}
.view-actualite .view-filters .views-exposed-form .views-widget-filter-combine {
  width: 100%;
}
.view-actualite .view-filters .views-exposed-form .views-widget-filter-combine input {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/pictos/search_orange_medium.png") #ffffff;
  background-repeat: no-repeat;
  background-position: 97% center;
  width: 100%;
  border: 0;
  height: 45px;
  box-sizing: border-box;
  padding: 15px;
}
.view-actualite .view-filters .views-exposed-form .views-submit-button input {
  display: none;
}
.view-actualite.view-display-id-block_home {
  box-sizing: border-box;
  padding: 0 0 20px 0;
}
.view-actualite.view-display-id-block_home .view-content {
  *zoom: 1;
}
.view-actualite.view-display-id-block_home .view-content:before, .view-actualite.view-display-id-block_home .view-content:after {
  display: table;
  content: " ";
}
.view-actualite.view-display-id-block_home .view-content:after {
  clear: both;
}

/***** HISTOIRE *****/
.page-histoire #main {
  padding-bottom: 0;
}

/***** BLOC HISTOIRE *****/
#block-views-page-histoire-block {
  background-color: #ffffff;
  /***** DATE LINE *****/
}
#block-views-page-histoire-block .timeline_wrapper {
  z-index: 1;
  height: 110px;
  width: auto;
  background-image: url('../images/bgs/pattern-dark.jpg');
  background-position: left top;
  background-repeat: repeat;
}
@media screen and (max-width: 1023px) {
  #block-views-page-histoire-block .timeline_wrapper {
    display: none;
  }
  .ie8 #block-views-page-histoire-block .timeline_wrapper {
    display: block;
    width: 100% !important;
  }
}
#block-views-page-histoire-block .timeline_wrapper_background {
  background-image: url('../images/bgs/regle.png');
  background-position: 0 9px;
  background-repeat: repeat-x;
  height: 100%;
  width: 100%;
  position: relative;
}
#block-views-page-histoire-block .timeline_wrapper_item {
  width: 100%;
  z-index: 2;
  position: relative;
  top: 43px;
}
#block-views-page-histoire-block .flex-viewport {
  min-height: 92px;
}
#block-views-page-histoire-block .flex-viewport .slides li:before {
  position: absolute;
  left: 0;
  top: 23px;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  font-size: 1px;
}
#block-views-page-histoire-block .flex-viewport .slides li:first-child:before {
  display: none;
}
#block-views-page-histoire-block .flex-viewport .timeline_item {
  width: 113px;
  height: 92px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #block-views-page-histoire-block .flex-viewport .timeline_item {
    padding-left: 0;
  }
}
#block-views-page-histoire-block .flex-viewport .timeline_item.active {
  width: 114px !important;
  width: 114px;
  height: 92px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -6654px;
  background-repeat: no-repeat;
  margin-right: -1px;
  z-index: 1;
}
#block-views-page-histoire-block .flex-viewport .timeline_item.active:before {
  display: none;
}
#block-views-page-histoire-block .flex-viewport .timeline_item .field,
#block-views-page-histoire-block .flex-viewport .timeline_item .field_field_period_line {
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  color: #f5f5f5;
}
#block-views-page-histoire-block .flex-viewport .timeline_item .field_field_period_line {
  margin: 20px 2% 0;
}
#block-views-page-histoire-block .flex-direction-nav li a {
  position: absolute;
  top: 24px;
  width: 15px;
  height: 30px;
  text-indent: -3000px;
}
#block-views-page-histoire-block .flex-direction-nav li a.flex-next {
  width: 6px;
  height: 11px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -1518px;
  background-repeat: no-repeat;
  right: -5px;
}
#block-views-page-histoire-block .flex-direction-nav li a.flex-prev {
  width: 6px;
  height: 11px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -1423px;
  background-repeat: no-repeat;
  left: -5px;
}
#block-views-page-histoire-block .flex-direction-nav li a.flex-disabled {
  display: none;
}

/***** CONTENT IMAGE CLOSE *****/
.histoire_item {
  background-color: #ffffff;
}
.histoire_item .histoire_item--opened_content .field-name-body {
  background-color: #f5f5f5;
  padding-left: 122px;
}
@media screen and (max-width: 320px) {
  .histoire_item .histoire_item--opened_content .field-name-body {
    padding-left: 50px;
  }
}
.histoire_item .histoire_item--opened_content .field-name-body h2, .histoire_item .histoire_item--opened_content .field-name-body h3, .histoire_item .histoire_item--opened_content .field-name-body .align-left {
  margin-left: 0;
}
.histoire_item .histoire_item--opened_content .field-name-body p.img-large,
.histoire_item .histoire_item--opened_content .field-name-body .media-with-comments {
  margin-left: 0;
  margin-right: 0;
}
.histoire_item .histoire_item--key_dates {
  background-color: #ffffff;
  padding-top: 29px;
}
.histoire_item .histoire_item--key_dates .field-name-field-period-dates {
  position: relative;
  margin-bottom: 30px;
  padding: 9px 0;
  min-height: 240px;
}
.histoire_item .histoire_item--key_dates .field-name-field-period-dates .field {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .histoire_item .histoire_item--key_dates .field-name-field-period-dates .field-name-field-period-dates-image {
    text-align: center;
  }
}
.histoire_item .histoire_item--key_dates .field-name-field-period-dates .field-name-field-period-dates-image img {
  float: left;
  margin: 0 28px 36px 0;
  max-width: 220px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .histoire_item .histoire_item--key_dates .field-name-field-period-dates .field-name-field-period-dates-image img {
    margin: 0 38px 36px 0;
  }
}
@media screen and (max-width: 320px) {
  .histoire_item .histoire_item--key_dates .field-name-field-period-dates .field-name-field-period-dates-image img {
    margin: 0 auto;
    float: initial;
  }
}
.histoire_item .histoire_item--key_dates .field-name-field-period-dates .field-name-field-period-dates-date {
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
  position: absolute;
  top: 92px;
  left: 68px;
}
.histoire_item .histoire_item--key_dates .field-name-field-period-dates .field-name-field-period-dates-title {
  font-family: "Ubuntu", sans-serif;
  color: #222222;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 19px;
}
.histoire_item .histoire_item--key_dates .field-name-field-period-dates .field-name-field-period-dates-description {
  color: #222222;
  font-size: 14px;
  line-height: 22px;
  padding: 9px 0;
}
.histoire_item .histoire_item--key_dates .field-name-field-period-dates .field-name-field-period-dates-link a {
  color: #222222;
  font-size: 14px;
  text-transform: uppercase;
  display: table;
  padding-top: 7px;
  padding-left: 24px;
  background-image: url('../images/pictos/fl_cercle_orange_small.png');
  background-repeat: no-repeat;
  background-position: 0 9px;
}

@media screen and (max-width: 767px) {
  .node-type-press-release {
    max-width: 767px;
    overflow: hidden;
  }
}
.node-type-press-release .date-display-single {
  color: #4c7485;
  font-size: 23px;
  font-weight: 400;
}

.block-pressrelease {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 60%;
  background-color: #a0a9b1;
}
.block-pressrelease .block-title {
  font-family: "Ubuntu", sans-serif;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  padding: 20px 25px;
  margin: 0;
}
.block-pressrelease .view-press-release.view-display-id-block {
  padding: 20px;
}
.block-pressrelease .view-press-release.view-display-id-block .views-row {
  width: 48%;
  float: left;
}
.block-pressrelease .view-press-release.view-display-id-block .views-row.views-row-odd {
  margin-right: 4%;
}
.block-pressrelease .view-press-release.view-display-id-block .views-row.views-row-1, .block-pressrelease .view-press-release.view-display-id-block .views-row.views-row-2 {
  border-bottom: 1px solid #90989f;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.block-pressrelease .view-press-release.view-display-id-block .views-row .date {
  float: left;
  width: 17%;
  text-align: center;
  color: #3a3a37;
  font-weight: bold;
  font-size: 14px;
}
.block-pressrelease .view-press-release.view-display-id-block .views-row .date .day {
  font-size: 24px;
}
.block-pressrelease .view-press-release.view-display-id-block .views-row .views-field-title {
  float: left;
  width: 60%;
}
.block-pressrelease .view-press-release.view-display-id-block .views-row .views-field-title a {
  font-family: "Ubuntu", sans-serif;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.block-pressrelease .view-press-release.view-display-id-block .views-row .field-name-field-pr-pdf {
  float: left;
  width: 20%;
}
.block-pressrelease .view-press-release.view-display-id-block .views-row .field-name-field-pr-pdf img {
  display: none;
}
.block-pressrelease .view-press-release.view-display-id-block .views-row .field-name-field-pr-pdf a {
  width: 30px;
  height: 36px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -2455px;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  color: transparent;
}

.node-type-press-release .view-press-release,
.page-communiques-de-presse .view-press-release {
  padding-bottom: 45px;
}
.node-type-press-release .view-press-release .view-header p,
.page-communiques-de-presse .view-press-release .view-header p {
  border-left: 1px solid #9bbbc9;
  padding-left: 30px;
  margin-bottom: 26px;
  color: #4e656f;
  font-size: 15px;
}
.node-type-press-release .view-press-release .views-exposed-widget,
.page-communiques-de-presse .view-press-release .views-exposed-widget {
  display: none;
}
.node-type-press-release .view-press-release .views-exposed-widget.views-submit-button,
.page-communiques-de-presse .view-press-release .views-exposed-widget.views-submit-button {
  display: block;
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper {
  width: 80%;
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date {
    width: 100%;
    margin-bottom: 20px;
  }
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div {
  width: 82%;
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div {
    float: none;
    width: 100%;
  }
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .form-type-date-select,
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .date-padding,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .form-type-date-select,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .date-padding {
  width: 100%;
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .form-type-date-select .form-type-select,
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .date-padding .form-type-select,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .form-type-date-select .form-type-select,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .date-padding .form-type-select {
  width: 46%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .form-type-date-select .form-type-select,
  .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .date-padding .form-type-select,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .form-type-date-select .form-type-select,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .date-padding .form-type-select {
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .form-type-date-select .form-type-select.form-item-field-pr-date-value-value-month, .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .form-type-date-select .form-type-select.form-item-field-pr-date-value-1-value-month,
  .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .date-padding .form-type-select.form-item-field-pr-date-value-value-month,
  .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .date-padding .form-type-select.form-item-field-pr-date-value-1-value-month,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .form-type-date-select .form-type-select.form-item-field-pr-date-value-value-month,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .form-type-date-select .form-type-select.form-item-field-pr-date-value-1-value-month,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .date-padding .form-type-select.form-item-field-pr-date-value-value-month,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item > div .date-padding .form-type-select.form-item-field-pr-date-value-1-value-month {
    margin-right: 2%;
  }
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .field_item label,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .field_item label {
  width: 14%;
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .form-item-field-pr-date-value-value-day,
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-date .form-item-field-pr-date-value-1-value-day,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .form-item-field-pr-date-value-value-day,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-date .form-item-field-pr-date-value-1-value-day {
  display: none;
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-category,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-category {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-category,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-category {
    width: 100%;
    margin-bottom: 20px;
  }
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-category .field_item > div,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-category .field_item > div {
  width: 72%;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-category .field_item > div,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-category .field_item > div {
    width: 67%;
  }
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-category .field_item > div,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-category .field_item > div {
    float: none;
    width: 100%;
  }
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-category .field_item label,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-category .field_item label {
  width: 24%;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-category .field_item label,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-category .field_item label {
    width: 31%;
  }
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-action,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-action {
  float: right;
  width: 12%;
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-action,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-action {
    width: 40%;
  }
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset#edit-action .fieldset-wrapper,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset#edit-action .fieldset-wrapper {
  padding-left: 0;
  width: 100%;
  border-left: none;
  text-align: right;
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset legend,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset legend {
  float: left;
  padding-right: 15px;
  width: 20%;
  color: #a6a6a6;
  font-weight: 700;
  font-size: 22px;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset legend,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset legend {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset legend,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset legend {
    font-size: 13px;
  }
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper {
  float: left;
  padding-left: 3%;
  min-height: 85px;
  border-left: 1px solid #a6a6a6;
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper label.custom_label,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper label.custom_label {
  float: left;
  margin-top: 8px;
  min-width: 30px;
  font-weight: 400;
  font-size: 13px;
  color: #a6a6a6;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper label.custom_label,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper label.custom_label {
    float: none;
    width: 100% !important;
    text-align: left;
    margin: 0 0 5px 0;
  }
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item.istop, .node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item.isbot,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item.istop,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item.isbot {
  float: left;
  width: 100%;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item.istop, .node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item.isbot,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item.istop,
  .page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item.isbot {
    padding-right: 0;
  }
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item.istop,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item.istop {
  margin-bottom: 15px;
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item > div,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item > div {
  float: right;
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item select,
.node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item input,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item select,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .field_item input {
  width: 100%;
  min-height: 35px;
  padding: 8px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  border: none;
  font-size: 13px;
}
.node-type-press-release .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .form-submit,
.page-communiques-de-presse .view-press-release .views-exposed-widget fieldset .fieldset-wrapper .form-submit {
  width: 100%;
  height: 85px;
  margin: 0;
  padding-top: 40px;
  background-color: #ff582b;
  background-image: url('../images/../images/pictos/search_white_medium.png');
  background-repeat: no-repeat;
  background-position: center 20px;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.node-type-press-release .view-press-release .views-row,
.page-communiques-de-presse .view-press-release .views-row {
  *zoom: 1;
  width: 100%;
  padding: 30px 25px;
}
.node-type-press-release .view-press-release .views-row:before, .node-type-press-release .view-press-release .views-row:after,
.page-communiques-de-presse .view-press-release .views-row:before,
.page-communiques-de-presse .view-press-release .views-row:after {
  display: table;
  content: " ";
}
.node-type-press-release .view-press-release .views-row:after,
.page-communiques-de-presse .view-press-release .views-row:after {
  clear: both;
}
.node-type-press-release .view-press-release .views-row.views-row-odd,
.page-communiques-de-presse .view-press-release .views-row.views-row-odd {
  background-color: #e2eaed;
}
.node-type-press-release .view-press-release .views-row .date,
.page-communiques-de-presse .view-press-release .views-row .date {
  float: left;
  width: 5%;
  text-align: center;
  color: #4c7485;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-row .date,
  .page-communiques-de-presse .view-press-release .views-row .date {
    width: 100%;
    min-width: 50px;
    border-bottom: 1px solid #c8cfd1;
    margin-bottom: 10px;
    padding: 0 35%;
    padding-bottom: 20px;
  }
}
.node-type-press-release .view-press-release .views-row .day,
.page-communiques-de-presse .view-press-release .views-row .day {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-row .day,
  .page-communiques-de-presse .view-press-release .views-row .day {
    font-size: 37px;
    float: left;
  }
}
.node-type-press-release .view-press-release .views-row .month,
.page-communiques-de-presse .view-press-release .views-row .month {
  font-size: 23px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .node-type-press-release .view-press-release .views-row .month,
  .page-communiques-de-presse .view-press-release .views-row .month {
    position: relative;
    top: 5px;
  }
}
.node-type-press-release .view-press-release .views-row .time,
.page-communiques-de-presse .view-press-release .views-row .time {
  font-size: 12px;
  background-color: #4c7485;
  padding: 5px 2px;
  color: white;
}
.node-type-press-release .view-press-release .views-row .content,
.page-communiques-de-presse .view-press-release .views-row .content {
  float: left;
  width: 90%;
}
@media screen and (min-width: 767px) {
  .node-type-press-release .view-press-release .views-row .content.gotDate,
  .page-communiques-de-presse .view-press-release .views-row .content.gotDate {
    margin-left: 5%;
    padding-left: 5%;
    border-left: 1px solid #c8cfd1;
  }
}
.node-type-press-release .view-press-release .views-row .field-name-field-pr-pdf,
.page-communiques-de-presse .view-press-release .views-row .field-name-field-pr-pdf {
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #c8cfd1;
}
.node-type-press-release .view-press-release .views-row .field-name-field-pr-pdf img,
.page-communiques-de-presse .view-press-release .views-row .field-name-field-pr-pdf img {
  display: none;
}
.node-type-press-release .view-press-release .views-row .field-name-field-pr-pdf a,
.page-communiques-de-presse .view-press-release .views-row .field-name-field-pr-pdf a {
  width: 20px;
  height: 24px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -2511px;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  color: transparent;
}
.node-type-press-release .view-press-release .views-row .row-title,
.page-communiques-de-presse .view-press-release .views-row .row-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
}
.node-type-press-release .view-press-release .views-row .row-title a,
.page-communiques-de-presse .view-press-release .views-row .row-title a {
  color: #333333;
}
.node-type-press-release .view-press-release .views-row .field-name-field-pr-shortdesc,
.page-communiques-de-presse .view-press-release .views-row .field-name-field-pr-shortdesc {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 400;
}
.node-type-press-release .view-press-release .views-row .field-name-field-pr-url a,
.page-communiques-de-presse .view-press-release .views-row .field-name-field-pr-url a {
  color: #ff582b;
  font-size: 16px;
  font-weight: 400;
}
.node-type-press-release .view-press-release .views-row .field-name-field-pr-url a::before,
.page-communiques-de-presse .view-press-release .views-row .field-name-field-pr-url a::before {
  content: "> ";
}

/**
 * Story page
 */
.node-type-story .link-viewall {
  float: right;
  padding: 10px 10px 10px 20px;
  background-image: url('../images/pictos/chevron_right_orange_small.png');
  background-position: 4px 14px;
  background-repeat: no-repeat;
  color: #ff582b;
  font-size: 13px;
}
.node-type-story .story-content {
  padding-top: 60px;
  padding-bottom: 3%;
  background: #ffffff;
}
.node-type-story .story-content-container img {
  display: block;
  width: 100%;
  height: auto;
}
.node-type-story .story-content-container .content-first-row {
  position: relative;
}
.node-type-story .story-content-container .content-first-row .field-name-field-story-first-image:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.node-type-story .story-content-container .title-field-story-width {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .node-type-story .story-content-container .title-field-story-width {
    top: auto;
    right: 5%;
    bottom: 5%;
    width: auto;
  }
}
.node-type-story .story-content-container .field-name-field-story-first-title,
.node-type-story .story-content-container .field-name-field-story-first-subtitle {
  margin-bottom: 5%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .node-type-story .story-content-container .field-name-field-story-first-title,
  .node-type-story .story-content-container .field-name-field-story-first-subtitle {
    margin-bottom: 2%;
  }
}
.node-type-story .story-content-container .field-name-field-story-first-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .node-type-story .story-content-container .field-name-field-story-first-title {
    font-size: 20px;
  }
}
.node-type-story .story-content-container .field-name-field-story-first-subtitle {
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .node-type-story .story-content-container .field-name-field-story-first-subtitle {
    font-size: 16px;
  }
}
.node-type-story .story-content-container .field-name-field-story-first-desc {
  font-size: 13px;
  line-height: 1.4em;
}
.node-type-story .story-content-container .content-second-row {
  display: table;
  background-color: #e75744;
}
@media screen and (max-width: 767px) {
  .node-type-story .story-content-container .content-second-row {
    display: block;
  }
}
.node-type-story .story-content-container .media,
.node-type-story .story-content-container .sidebar {
  display: table-cell;
  vertical-align: top;
}
.node-type-story .story-content-container .media {
  width: 70%;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .node-type-story .story-content-container .media {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .node-type-story .story-content-container .media {
    display: block;
    width: auto;
  }
}
.node-type-story .story-content-container .field-name-field-story-second-media {
  position: relative;
}
.node-type-story .story-content-container .field-name-field-story-second-media:before {
  position: absolute;
  top: 40px;
  right: 0;
  border: 13px solid transparent;
  border-top-color: #e75744;
  border-right-color: #e75744;
  content: "";
}
@media screen and (max-width: 767px) {
  .node-type-story .story-content-container .field-name-field-story-second-media:before {
    display: none;
  }
}
.node-type-story .story-content-container .sidebar {
  width: 30%;
  padding: 20px;
  color: #fff;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .node-type-story .story-content-container .sidebar {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .node-type-story .story-content-container .sidebar {
    display: block;
    width: auto;
  }
}
.node-type-story .story-content-container .sidebar .field-name-field-story-second-quote {
  min-height: 90px;
  padding: 30px 0 0 15px;
  background-image: url('../images/pictos/guillemets_gros.png');
  background-position: 1px 2px;
  background-repeat: no-repeat;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .node-type-story .story-content-container .sidebar .field-name-field-story-second-quote {
    padding: 13px 0 10px 50px;
    background-image: url('../images/pictos/guillemets_petits.png');
    background-position: 10px 15px;
    color: #ffffff;
  }
}
.node-type-story .story-content-container .sidebar .field-name-field-story-second-author {
  padding: 40px 0 8px 65px;
  background-image: url('../images/pictos/guillemets_petits.png');
  background-position: 27px 43px;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .node-type-story .story-content-container .sidebar .field-name-field-story-second-author {
    background: none;
    margin: 10px 20px 0 50px;
    padding: 0;
    text-align: right;
  }
}
.node-type-story .story-content-container .sidebar .field-name-field-story-second-fonction {
  margin: -5px 0 0 65px;
  font-size: 13px;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .node-type-story .story-content-container .sidebar .field-name-field-story-second-fonction {
    margin: 0 20px 0 50px;
    text-align: right;
  }
}
.node-type-story .masonry-pushes {
  background: #ffffff;
  padding-top: 3%;
}
.node-type-story .masonry-pushes .wrapper-masonry .item-masonry {
  color: #ffffff;
  background: #e75744;
  margin: 15px;
  max-width: 245px;
}
.node-type-story .masonry-pushes .wrapper-masonry .item-masonry .image img {
  width: 100%;
}
.node-type-story .masonry-pushes .wrapper-masonry .item-masonry .title {
  padding: 20px;
  position: absolute;
  top: 30px;
}
.node-type-story .masonry-pushes .wrapper-masonry .item-masonry span {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  bottom: 30px;
}
.node-type-story .masonry-pushes .wrapper-masonry .item-masonry .description {
  padding: 10px 20px 20px 24px;
  background: #ff582b;
  position: relative;
  bottom: 5px;
}
.node-type-story .masonry-pushes .wrapper-masonry .item-masonry p {
  max-width: 245px;
  font-family: "Roboto", arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.node-type-story .maps {
  background: #ffffff;
}
.node-type-story .maps .form-item-edit-type-grandes-realisations,
.node-type-story .maps .form-item-edit-type-centre-multiconfort {
  display: none !important;
}
.node-type-story .maps #views-exposed-form-Location-filter-story-delegation {
  background-color: white;
}
.node-type-story .field-name-field-url-scoopit {
  background-color: white;
}
.node-type-story .field-name-field-url-scoopit .scoopit-blue-wrapper {
  background-color: #ddecf3;
}

/*
 * SHP - Page Stories
 */
.page-stories #main {
  margin-top: 0;
}
.page-stories .view-id-story {
  padding-bottom: 28px;
}
.page-stories .view-id-story .view-header p {
  color: #4c7485 !important;
  border-left: 1px solid #9bbbc9;
  padding-left: 30px;
  margin-bottom: 26px;
}
.page-stories .view-id-story .views-exposed-form .views-exposed-widgets {
  position: relative;
  width: 100%;
}
.page-stories .view-id-story .views-exposed-form .views-exposed-widgets .views-widget-filter-combine {
  display: none;
}
.page-stories .view-id-story .views-exposed-form .views-exposed-widgets .views-submit-button {
  width: 100%;
}
.page-stories .view-id-story .views-exposed-form .views-exposed-widgets .ajax-progress {
  position: absolute;
  right: 45px;
  bottom: 16px;
}
.page-stories .view-id-story .views-exposed-form .views-exposed-widgets input[type=submit] {
  top: inherit;
  bottom: 10px;
  margin-top: 0;
}
.page-stories .view-id-story .views-exposed-form .views-exposed-widgets fieldset {
  width: 100%;
  border: 0;
  padding: 0;
}
.page-stories .view-id-story .views-exposed-form .views-exposed-widgets fieldset input[type=text] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  padding: 15px 60px 15px 20px;
  width: 100%;
}
.page-stories .view-id-story .view-content {
  padding-left: 2%;
  padding-right: 2%;
  font-size: 0;
}
@media screen and (max-width: 1023px) {
  .page-stories .view-id-story .view-content {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .page-stories .view-id-story .view-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.page-stories .view-id-story .view-content .views-row {
  position: relative;
  display: inline-block;
  width: 33%;
}
@media screen and (max-width: 1023px) {
  .page-stories .view-id-story .view-content .views-row {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .page-stories .view-id-story .view-content .views-row {
    width: 100%;
  }
}
.page-stories .view-id-story .view-content .views-row .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.page-stories .view-id-story .view-content .views-row .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 180px;
  padding: 0;
}
.page-stories .view-id-story .view-content .views-row .title > .field-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10% 5% 10%;
}
.page-stories .view-id-story .view-content .views-row .title > .field-content a {
  font-family: "Ubuntu", sans-serif;
  color: white;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  word-wrap: break-word;
}
@media screen and (max-width: 1023px) {
  .page-stories .view-id-story .view-content .views-row .title > .field-content a {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-stories .view-id-story .view-content .views-row .title > .field-content a {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .page-stories .view-id-story .view-content .views-row .title > .field-content a {
    font-size: 20px;
  }
}
.page-stories .view-id-story .view-content .views-row .title > .field-content a:hover {
  color: #ff582b;
}
.page-stories .view-id-story .item-list .pager-load-more {
  padding-top: 58px;
}

/*
 * Bloc shp Story
 */
.bloc-shp-story {
  width: 100%;
  float: left;
  background-color: white;
  padding-bottom: 80px;
}
.bloc-shp-story .bloc-shp-story-inner .field {
  padding: 0;
  margin: 0;
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story {
  float: left;
  width: 100%;
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story img {
  display: block;
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .left {
  position: relative;
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .left img {
    width: 100%;
    height: auto;
  }
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .left .infos {
  position: absolute;
  bottom: 0;
  padding: 0 20px 20px;
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .left .infos .field-name-field-story-up-title {
  font-family: "Ubuntu", sans-serif;
  color: white;
  font-size: 22px;
  font-weight: 700;
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .left .infos .field-name-field-story-up-description {
  color: white;
  font-size: 13px;
  font-weight: 400;
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right {
  position: relative;
  width: 50%;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 767px) {
  .bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right {
    width: 100%;
  }
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .media {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .media .field-name-field-story-upright-media iframe {
  width: 100%;
  height: 250px;
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .media .field-name-field-story-upright-title {
  font-family: "Ubuntu", sans-serif;
  color: white;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 70%;
  left: 25px;
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .quote {
  float: left;
  width: 50%;
  min-height: 250px;
  background-color: #e75744;
  padding: 5% 4%;
  background-image: url('../images/pictos/guillemets_gros.png');
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
@media screen and (max-width: 767px) {
  .bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .quote {
    width: 100%;
    min-height: 0px;
  }
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .quote .field-name-field-story-downright-quote {
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .quote .field-name-field-story-downright-quote {
    font-size: 1em;
  }
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .quote .quote_infos {
  margin-top: 10%;
  background-image: url('../images/pictos/guillemets_petits.png');
  background-repeat: no-repeat;
  padding-left: 40px;
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .quote .quote_infos .field-name-field-story-downright-author {
  color: white;
  font-weight: 700;
  line-height: 0.95em;
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .quote .quote_infos .field-name-field-story-downright-function {
  color: white;
  font-weight: 400;
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .image {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .image {
    width: 100%;
  }
}
.bloc-shp-story .bloc-shp-story-inner .field-name-field-shp-story .right .image img {
  height: auto;
  min-height: 250px;
}

.page-resultats-financiers-anterieurs .bloc-titre-page .bloc-titre-page-content {
  margin-bottom: 0;
}

#block-stgo-financial-results-financial-results-header {
  padding-top: 45px;
  padding-bottom: 45px;
}
#block-stgo-financial-results-financial-results-header img {
  display: block;
  width: 100%;
  height: auto;
}

.view-financial-results {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .view-financial-results {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .view-financial-results {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.view-financial-results .view-content {
  margin: 0 -40px;
  letter-spacing: -0.3em;
}
@media screen and (max-width: 767px) {
  .view-financial-results .view-content {
    margin: 0;
  }
}
.view-financial-results .views-row {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 50px;
  padding: 0 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .view-financial-results .views-row {
    display: block;
    width: auto;
    margin-bottom: 30px;
    padding: 0;
  }
}
.view-financial-results .views-row p,
.view-financial-results .views-row ul {
  margin: 20px 0;
}
.view-financial-results .views-row p:last-child,
.view-financial-results .views-row ul:last-child {
  margin-bottom: 0;
}
.view-financial-results .views-row li {
  position: relative;
  margin-bottom: 10px;
}
.view-financial-results .views-row li:before {
  display: inline-block;
  margin: 0 8px 0 15px;
  width: 9px;
  height: 9px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -1332px;
  background-repeat: no-repeat;
  content: "";
}
.view-financial-results .views-row a {
  color: #222222;
}
.view-financial-results .views-row a:hover {
  color: #ff582b;
}
.view-financial-results .views-row .doc {
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 30px;
}
.view-financial-results .views-row .doc:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 24px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -5570px;
  background-repeat: no-repeat;
  content: "";
}
.view-financial-results .views-field-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .view-financial-results .views-field-title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .view-financial-results .views-field-title {
    font-size: 1.5em;
  }
}
.view-financial-results .views-field-title a {
  color: #5f5f5f;
}

#block-stgo-financial-results-financial-results-footer {
  background-color: #313336;
  font-family: "Ubuntu", sans-serif;
}
@media screen and (max-width: 767px) {
  #block-stgo-financial-results-financial-results-footer {
    border-bottom: 1px solid #444;
  }
}
#block-stgo-financial-results-financial-results-footer .content {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  #block-stgo-financial-results-financial-results-footer .content {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  #block-stgo-financial-results-financial-results-footer .content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1023px) {
  #block-stgo-financial-results-financial-results-footer .content {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-stgo-financial-results-financial-results-footer .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#block-stgo-financial-results-financial-results-footer .block-title {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 2.8em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #block-stgo-financial-results-financial-results-footer .block-title {
    font-size: 2em;
  }
}
#block-stgo-financial-results-financial-results-footer .pushs-wrapper {
  margin: 30px -5px 0;
  letter-spacing: -0.3em;
}
@media screen and (max-width: 767px) {
  #block-stgo-financial-results-financial-results-footer .pushs-wrapper {
    margin: 20px 0 0;
  }
}
#block-stgo-financial-results-financial-results-footer .push {
  display: inline-block;
  width: 33.33333%;
  letter-spacing: 0;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  #block-stgo-financial-results-financial-results-footer .push {
    display: block;
    width: auto;
    padding: 0;
  }
  #block-stgo-financial-results-financial-results-footer .push + .push {
    margin-top: 20px;
  }
}
#block-stgo-financial-results-financial-results-footer .push a:hover .push-title {
  color: #ff582b;
}
#block-stgo-financial-results-financial-results-footer .push-content {
  position: relative;
}
#block-stgo-financial-results-financial-results-footer .push-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 15px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#block-stgo-financial-results-financial-results-footer img {
  display: block;
  width: 100%;
  height: auto;
}

.node-type-webform .visit-card-wrapper, .node-type-page .page-category-contact .visit-card-wrapper {
  background-color: #222222;
  background-image: url('../images/contrib/contact_gfx.jpg');
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .node-type-webform .visit-card-wrapper, .node-type-page .page-category-contact .visit-card-wrapper {
    background-image: none;
  }
}
.node-type-webform .visit-card-inner, .node-type-page .page-category-contact .visit-card-inner {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .node-type-webform .visit-card-inner, .node-type-page .page-category-contact .visit-card-inner {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .node-type-webform .visit-card-inner, .node-type-page .page-category-contact .visit-card-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.node-type-webform .visit-card-infos, .node-type-page .page-category-contact .visit-card-infos {
  width: 340px;
  padding: 70px 20px 30px 0;
  background-color: #222222;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
}
@media screen and (max-width: 1023px) {
  .node-type-webform .visit-card-infos, .node-type-page .page-category-contact .visit-card-infos {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .node-type-webform .visit-card-infos, .node-type-page .page-category-contact .visit-card-infos {
    width: auto;
  }
}
.node-type-webform .visit-card-infos h2, .node-type-page .page-category-contact .visit-card-infos h2 {
  position: relative;
  min-height: 95px;
  margin: 0;
  padding: 0 0 20px 80px;
  font-size: 33px;
  border-bottom: 2px solid #4d4d4d;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .node-type-webform .visit-card-infos h2, .node-type-page .page-category-contact .visit-card-infos h2 {
    font-size: 28px;
  }
}
.node-type-webform .visit-card-infos h2:before, .node-type-page .page-category-contact .visit-card-infos h2:before {
  position: absolute;
  left: 0;
  top: -5px;
  width: 61px;
  height: 78px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -3075px;
  background-repeat: no-repeat;
  content: "";
}
.node-type-webform .visit-card-infos h2 a, .node-type-page .page-category-contact .visit-card-infos h2 a {
  color: #fff;
}
.node-type-webform .visit-card-infos p, .node-type-page .page-category-contact .visit-card-infos p {
  padding-left: 80px;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .node-type-webform .visit-card-infos p, .node-type-page .page-category-contact .visit-card-infos p {
    padding-left: 0;
  }
}
.node-type-webform .visit-card-infos .phone, .node-type-page .page-category-contact .visit-card-infos .phone {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-left: 25px;
}
.node-type-webform .visit-card-infos .phone:before, .node-type-page .page-category-contact .visit-card-infos .phone:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 16px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -5614px;
  background-repeat: no-repeat;
  margin-top: -8px;
  content: "";
}
.node-type-webform .visit-card-infos .links, .node-type-page .page-category-contact .visit-card-infos .links {
  margin-top: 35px;
}
.node-type-webform .visit-card-infos .links li + li, .node-type-page .page-category-contact .visit-card-infos .links li + li {
  margin-top: 10px;
}
.node-type-webform .visit-card-infos .links a:hover, .node-type-page .page-category-contact .visit-card-infos .links a:hover {
  color: #fff;
}
.node-type-webform .direct-links, .node-type-page .page-category-contact .direct-links {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff;
}
.node-type-webform .direct-links-inner, .node-type-page .page-category-contact .direct-links-inner {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .node-type-webform .direct-links-inner, .node-type-page .page-category-contact .direct-links-inner {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .node-type-webform .direct-links-inner, .node-type-page .page-category-contact .direct-links-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.node-type-webform .direct-links-inner h2, .node-type-page .page-category-contact .direct-links-inner h2 {
  font-family: "Ubuntu", sans-serif;
  color: #3a3a37;
  font-size: 35px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .node-type-webform .direct-links-inner h2, .node-type-page .page-category-contact .direct-links-inner h2 {
    margin-bottom: 21px;
    font-size: 21px;
  }
}
.node-type-webform .direct-links-inner h2 + *, .node-type-page .page-category-contact .direct-links-inner h2 + * {
  margin-left: 0 -15px;
}
.node-type-webform .direct-links-item, .node-type-page .page-category-contact .direct-links-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .node-type-webform .direct-links-item, .node-type-page .page-category-contact .direct-links-item {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
}
.node-type-webform .direct-links-item_image, .node-type-page .page-category-contact .direct-links-item_image {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .node-type-webform .direct-links-item_image, .node-type-page .page-category-contact .direct-links-item_image {
    display: none;
  }
}
.node-type-webform .direct-links-item_first-link > a, .node-type-page .page-category-contact .direct-links-item_first-link > a {
  font-weight: bold;
  color: #3a3a37;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  min-height: 36px;
}
.node-type-webform .direct-links-item_first-link ul, .node-type-page .page-category-contact .direct-links-item_first-link ul {
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .node-type-webform .direct-links-item_first-link ul, .node-type-page .page-category-contact .direct-links-item_first-link ul {
    padding-top: 0;
    border-top: none;
  }
}
.node-type-webform .direct-links-item_first-link ul li + li, .node-type-page .page-category-contact .direct-links-item_first-link ul li + li {
  margin-top: 5px;
}
.node-type-webform .direct-links-item_first-link ul a, .node-type-page .page-category-contact .direct-links-item_first-link ul a {
  font-weight: normal;
  text-transform: none;
  color: #5f5f5f;
  text-transform: none;
  font-size: 13px;
}
.node-type-webform .contact-push, .node-type-page .page-category-contact .contact-push {
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .node-type-webform .contact-push, .node-type-page .page-category-contact .contact-push {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .node-type-webform .direct-links .contact-links, .node-type-page .page-category-contact .direct-links .contact-links {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .node-type-webform .direct-links .contact-links, .node-type-page .page-category-contact .direct-links .contact-links {
    width: auto;
  }
}
.node-type-webform .direct-links .contact-links a, .node-type-page .page-category-contact .direct-links .contact-links a {
  background-color: #ff582b;
  min-width: 230px;
  height: 40px;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}
.node-type-webform .direct-links .contact-links a:before, .node-type-page .page-category-contact .direct-links .contact-links a:before {
  height: 40px;
  background-color: #ff582b;
  border-right: 1px solid #ce4824;
}
.node-type-webform .direct-links .contact-links a:hover, .node-type-page .page-category-contact .direct-links .contact-links a:hover {
  color: #ff582b;
}
.node-type-webform .direct-links .contact-links .press-contact, .node-type-page .page-category-contact .direct-links .contact-links .press-contact {
  float: left;
  margin-right: 55px;
}
@media screen and (max-width: 1023px) {
  .node-type-webform .direct-links .contact-links .press-contact, .node-type-page .page-category-contact .direct-links .contact-links .press-contact {
    float: none;
    margin-right: 0;
  }
}
.node-type-webform .direct-links .contact-links .press-contact:before, .node-type-page .page-category-contact .direct-links .contact-links .press-contact:before {
  background-image: url('../images/pictos/contact_press_white_small.png');
}
.node-type-webform .direct-links .contact-links .press-contact:hover:before, .node-type-page .page-category-contact .direct-links .contact-links .press-contact:hover:before {
  background-image: url('../images/pictos/contact_press_orange_small.png');
}
.node-type-webform .direct-links .contact-links .investors:before, .node-type-page .page-category-contact .direct-links .contact-links .investors:before {
  background-image: url('../images/pictos/contact_investors_white_small.png');
}
.node-type-webform .direct-links .contact-links .investors:hover:before, .node-type-page .page-category-contact .direct-links .contact-links .investors:hover:before {
  background-image: url('../images/pictos/contact_investors_orange_small.png');
}
.node-type-webform .direct-links .contact-links .human-ressources, .node-type-page .page-category-contact .direct-links .contact-links .human-ressources {
  float: right;
}
@media screen and (max-width: 1023px) {
  .node-type-webform .direct-links .contact-links .human-ressources, .node-type-page .page-category-contact .direct-links .contact-links .human-ressources {
    float: none;
  }
}
.node-type-webform .direct-links .contact-links .human-ressources:before, .node-type-page .page-category-contact .direct-links .contact-links .human-ressources:before {
  background-image: url('../images/pictos/contact_rh_white_small.png');
}
.node-type-webform .direct-links .contact-links .human-ressources:hover:before, .node-type-page .page-category-contact .direct-links .contact-links .human-ressources:hover:before {
  background-image: url('../images/pictos/contact_rh_orange_small.png');
}
.node-type-webform .rte-content, .node-type-page .page-category-contact .rte-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.node-type-webform .rte-content h2, .node-type-page .page-category-contact .rte-content h2 {
  font-family: "Ubuntu", sans-serif;
  color: #3a3a37;
  font-size: 35px;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .node-type-webform .rte-content h2, .node-type-page .page-category-contact .rte-content h2 {
    font-size: 25px;
  }
}
.node-type-webform .webform-client-form, .node-type-page .page-category-contact .webform-client-form {
  background-color: #c6d5dc;
}
.node-type-webform .webform-client-form > div, .node-type-page .page-category-contact .webform-client-form > div {
  *zoom: 1;
}
.node-type-webform .webform-client-form > div:before, .node-type-webform .webform-client-form > div:after, .node-type-page .page-category-contact .webform-client-form > div:before, .node-type-page .page-category-contact .webform-client-form > div:after {
  display: table;
  content: " ";
}
.node-type-webform .webform-client-form > div:after, .node-type-page .page-category-contact .webform-client-form > div:after {
  clear: both;
}
.node-type-webform .webform-client-form .form-wrapper, .node-type-page .page-category-contact .webform-client-form .form-wrapper {
  float: left;
  width: 50%;
  margin: 0;
  padding: 30px 30px 100px 30px;
  border: 0;
  background-color: #afc1c9;
}
@media screen and (max-width: 767px) {
  .node-type-webform .webform-client-form .form-wrapper, .node-type-page .page-category-contact .webform-client-form .form-wrapper {
    width: 100%;
    padding: 30px 5% 30px;
  }
}
.node-type-webform .webform-client-form .form-wrapper + .form-wrapper, .node-type-page .page-category-contact .webform-client-form .form-wrapper + .form-wrapper {
  position: relative;
  padding-bottom: 0;
  background-color: #c6d5dc;
}
.node-type-webform .webform-client-form .form-wrapper + .form-wrapper legend,
.node-type-webform .webform-client-form .form-wrapper + .form-wrapper .fieldset-wrapper, .node-type-page .page-category-contact .webform-client-form .form-wrapper + .form-wrapper legend,
.node-type-page .page-category-contact .webform-client-form .form-wrapper + .form-wrapper .fieldset-wrapper {
  float: left;
}
.node-type-webform .webform-client-form legend, .node-type-page .page-category-contact .webform-client-form legend {
  float: right;
  width: 100%;
  max-width: 440px;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 37px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .node-type-webform .webform-client-form legend, .node-type-page .page-category-contact .webform-client-form legend {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-webform .webform-client-form legend, .node-type-page .page-category-contact .webform-client-form legend {
    float: left;
    font-size: 28px;
  }
}
.node-type-webform .webform-client-form .fieldset-wrapper, .node-type-page .page-category-contact .webform-client-form .fieldset-wrapper {
  float: right;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .node-type-webform .webform-client-form .fieldset-wrapper, .node-type-page .page-category-contact .webform-client-form .fieldset-wrapper {
    float: left;
    max-width: none;
    width: 100%;
    clear: left;
  }
}
.node-type-webform .webform-client-form label, .node-type-page .page-category-contact .webform-client-form label {
  margin: 15px 0 5px;
  color: #333333;
  font-family: "Roboto", arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .node-type-webform .webform-client-form label, .node-type-page .page-category-contact .webform-client-form label {
    font-size: 13px;
  }
}
.node-type-webform .webform-client-form .form-text,
.node-type-webform .webform-client-form .form-select,
.node-type-webform .webform-client-form .form-textarea, .node-type-page .page-category-contact .webform-client-form .form-text,
.node-type-page .page-category-contact .webform-client-form .form-select,
.node-type-page .page-category-contact .webform-client-form .form-textarea {
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #222222;
}
.node-type-webform .webform-client-form .form-text.error,
.node-type-webform .webform-client-form .form-select.error,
.node-type-webform .webform-client-form .form-textarea.error, .node-type-page .page-category-contact .webform-client-form .form-text.error,
.node-type-page .page-category-contact .webform-client-form .form-select.error,
.node-type-page .page-category-contact .webform-client-form .form-textarea.error {
  border: 2px solid #ee322b !important;
}
.node-type-webform .webform-client-form .form-textarea, .node-type-page .page-category-contact .webform-client-form .form-textarea {
  height: 150px;
}
.node-type-webform .webform-client-form .grippie, .node-type-page .page-category-contact .webform-client-form .grippie {
  display: none;
}
.node-type-webform .webform-client-form #edit-submitted-grp-youwish-votre-question-porte-sur-press,
.node-type-webform .webform-client-form #edit-submitted-grp-youwish-votre_question_porte_sur_finance, .node-type-page .page-category-contact .webform-client-form #edit-submitted-grp-youwish-votre-question-porte-sur-press,
.node-type-page .page-category-contact .webform-client-form #edit-submitted-grp-youwish-votre_question_porte_sur_finance {
  height: 80px;
}
.node-type-webform .webform-client-form .captcha, .node-type-page .page-category-contact .webform-client-form .captcha {
  float: left;
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .node-type-webform .webform-client-form .captcha, .node-type-page .page-category-contact .webform-client-form .captcha {
    width: 100%;
    padding: 0 5%;
  }
}
.node-type-webform .webform-client-form .captcha .captcha-wrapper, .node-type-page .page-category-contact .webform-client-form .captcha .captcha-wrapper {
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .node-type-webform .webform-client-form .captcha .captcha-wrapper, .node-type-page .page-category-contact .webform-client-form .captcha .captcha-wrapper {
    max-width: none;
  }
}
.node-type-webform .webform-client-form .captcha .captcha-wrapper div, .node-type-page .page-category-contact .webform-client-form .captcha .captcha-wrapper div {
  display: table-cell;
  vertical-align: top;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .node-type-webform .webform-client-form .captcha .captcha-wrapper div, .node-type-page .page-category-contact .webform-client-form .captcha .captcha-wrapper div {
    width: 50%;
    text-align: center;
  }
}
.node-type-webform .webform-client-form .captcha .captcha-wrapper div + div, .node-type-page .page-category-contact .webform-client-form .captcha .captcha-wrapper div + div {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .node-type-webform .webform-client-form .captcha .captcha-wrapper div + div, .node-type-page .page-category-contact .webform-client-form .captcha .captcha-wrapper div + div {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-webform .webform-client-form .captcha .captcha-wrapper .form-item-captcha-response, .node-type-page .page-category-contact .webform-client-form .captcha .captcha-wrapper .form-item-captcha-response {
    display: table-footer-group;
    width: 100%;
  }
}
.node-type-webform .webform-client-form .captcha .form-item label, .node-type-page .page-category-contact .webform-client-form .captcha .form-item label {
  display: none;
}
.node-type-webform .webform-client-form .captcha .captcha_image img, .node-type-page .page-category-contact .webform-client-form .captcha .captcha_image img {
  display: block;
  width: auto;
  height: 48px;
}
.node-type-webform .webform-client-form .captcha .reload-captcha, .node-type-page .page-category-contact .webform-client-form .captcha .reload-captcha {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url('../images/pictos-sef6eab5ac6.png');
  background-position: 0 -504px;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.node-type-webform .webform-client-form .webform-component-markup, .node-type-page .page-category-contact .webform-client-form .webform-component-markup {
  position: absolute;
  bottom: -160px;
  left: 30px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .node-type-webform .webform-client-form .webform-component-markup, .node-type-page .page-category-contact .webform-client-form .webform-component-markup {
    display: none;
  }
}
.node-type-webform .webform-client-form .form-actions, .node-type-page .page-category-contact .webform-client-form .form-actions {
  max-width: 500px;
  padding-bottom: 0;
  background-color: #c6d5dc;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .node-type-webform .webform-client-form .form-actions, .node-type-page .page-category-contact .webform-client-form .form-actions {
    max-width: none;
    padding-bottom: 30px;
    text-align: center;
  }
}
.node-type-webform .webform-client-form .form-submit, .node-type-page .page-category-contact .webform-client-form .form-submit {
  padding: 0 30px;
}

.bloc-error-generic {
  position: relative;
  margin-top: -15px;
  color: #fff;
}
.bloc-error-generic img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .bloc-error-generic img {
    min-height: 400px;
  }
}
.bloc-error-generic .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  letter-spacing: -0.25em;
}
.bloc-error-generic .wrapper > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}
.bloc-error-generic .message {
  padding-left: 0.8%;
  padding-right: 0.8%;
  max-width: 960px;
  margin: 0 auto;
  width: 99.5%;
  text-align: center;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .bloc-error-generic .message {
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .bloc-error-generic .message {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.bloc-error-generic .message > * {
  text-align: left;
}
.bloc-error-generic .message h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 3em;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) and (min-width: 767px) {
  .bloc-error-generic .message h1 {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .bloc-error-generic .message h1 {
    font-size: 1.8em;
  }
}
.bloc-error-generic .message p {
  padding-left: 30px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .bloc-error-generic .message p {
    padding-left: 15px;
  }
}
.bloc-error-generic .message .button {
  height: 45px;
  padding: 0 20px;
  background-color: #ff582b;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
  margin-top: 20px;
}
.bloc-error-generic .message .button:hover {
  background-color: #f73400;
}
@media screen and (max-width: 767px) {
  .bloc-error-generic .message .button {
    font-size: 12px;
  }
}
.bloc-error-generic .valign {
  width: 0.5%;
  height: 100%;
  font-size: 1px;
}

body.page-node-20479.node-type-webform {
  background: none;
}
body.page-node-20479.node-type-webform #main {
  padding: 0;
}
body.page-node-20479.node-type-webform .rte-content {
  padding: 0;
}
body.page-node-20479.node-type-webform .webform-client-form-20479 {
  background-color: white;
}
body.page-node-20479.node-type-webform .webform-client-form-20479 .form-actions {
  background-color: white;
}
body.page-node-20479.node-type-webform .webform-client-form-20479 .left-side {
  width: 50%;
  float: left;
  padding: 0 20px;
}
body.page-node-20479.node-type-webform .webform-client-form-20479 .right-side {
  width: 50%;
  float: left;
  padding: 0 20px;
}
body.page-node-20479.node-type-webform .webform-client-form-20479 input {
  border-bottom: 1px solid #d3dbf0;
}
body.page-node-20479.node-type-webform .webform-client-form-20479 textarea {
  border: 1px solid #d3dbf0;
}
body.page-node-20479.node-type-webform .webform-client-form-20479 .row:after {
  clear: both;
}
body.page-node-20479.node-type-webform .webform-client-form-20479 .form-item {
  margin-top: 20px;
}
body.page-node-20479.node-type-webform .webform-client-form-20479 label {
  font-weight: normal;
  display: inline;
}
