@charset "UTF-8";
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

.sheet-metas, .sheet-header__info, .sheet-tabs .tabs .ui-tabs-panel, .sheet-tab--contact .sheet-section__content, .sheet-reviews, .highlights, .highlights .highlight, .inspire, .tools .container {
  *zoom: 1; }
  .sheet-metas:before, .sheet-header__info:before, .sheet-tabs .tabs .ui-tabs-panel:before, .sheet-tab--contact .sheet-section__content:before, .sheet-reviews:before, .highlights:before, .highlights .highlight:before, .inspire:before, .tools .container:before, .sheet-metas:after, .sheet-header__info:after, .sheet-tabs .tabs .ui-tabs-panel:after, .sheet-tab--contact .sheet-section__content:after, .sheet-reviews:after, .highlights:after, .highlights .highlight:after, .inspire:after, .tools .container:after {
    content: " ";
    display: table; }
  .sheet-metas:after, .sheet-header__info:after, .sheet-tabs .tabs .ui-tabs-panel:after, .sheet-tab--contact .sheet-section__content:after, .sheet-reviews:after, .highlights:after, .highlights .highlight:after, .inspire:after, .tools .container:after {
    clear: both; }

fieldset {
  padding-left: 20px;
  padding-right: 20px; }

legend {
  margin-left: -21px;
  margin-right: -21px; }
  legend:after {
    width: 42px; }
  legend .checkbox {
    float: right;
    margin-bottom: 0; }

.form-page, .contact-form {
  padding: 0 20px 180px;
  margin: 0;
  position: relative;
  background: #fff url('../img/grid-bottom-left.png') no-repeat bottom left;
  z-index: 1; }
  .form-page:before, .contact-form:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: url('../img/grid-bottom-right.png') no-repeat bottom right;
    z-index: -1; }
  .form-page .form-actions .checkbox, .contact-form .form-actions .checkbox {
    margin-bottom: 30px;
    margin-top: 0; }
  .form-page .form-actions--fixed .checkbox {
    margin-bottom: 0; }
  .form-page .form-actions--fixed .row > div {
    height: 130px;
    position: relative; }
  .form-page .form-action__bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 16px; }

.topbar .navbar, .topbar .navbar .navbar-inner {
  padding: 0; }
.topbar .navbar-collapse .navbar-nav > li > a {
  background: none;
  border-top: 0; }

.header h1 {
  margin-top: 30px; }
.header h2 {
  clear: none;
  padding: 0;
  margin: 0 10px 30px;
  font-size: 16px; }
.header .header-titles {
  float: left;
  width: 60%; }
.header .header-logo {
  margin-bottom: 20px;
  margin-right: 40px; }

.header-actions-name{
    float:right;
    margin-top: 23px;
    margin-bottom: 0;
}
.header-actions-name .header-welcome{
    display: block;
}
.header-actions {
  position: static;
  float: right;
  width: 25%;
  margin-top: 18px;
  margin-right: -8px; }
  .header-actions .header-actions-buttons {
    display: table;
    width: 100%;
    border-spacing: 8px; }
    .header-actions .header-actions-buttons > .btn, .header-actions .header-actions-buttons > .btn-group {
      width: 50%; }
    .header-actions .header-actions-buttons .btn {
      font-size: 14px;
      border-left: 0;
      transition: 100ms ease all;
      height: 32px;
      line-height: 32px; }
    .header-actions .header-actions-buttons .header-actions-login.btn, .header-actions .header-actions-buttons .header-actions-login .btn {
      background: #74aec2;
      border: 1px solid #74aec2;
      color: #fff; }
      .header-actions .header-actions-buttons .header-actions-login.btn:hover, .header-actions .header-actions-buttons .header-actions-login .btn:hover {
        background: #fff;
        color: #74aec2; }
    .header-actions .header-actions-buttons .header-actions-contact {
      background: #d0e0e6;
      border: 1px solid #d0e0e6;
      color: #2b2b2b; }
      .header-actions .header-actions-buttons .header-actions-contact:hover {
        background: #fff; }
    .header-actions .header-actions-buttons .header-actions-toggle {
      display: none; }
    .header-actions .header-actions-buttons .dropdown-menu {
      margin-top: -2px; }
  .header-actions .header-actions-search {
    position: static;
    height: auto;
    padding: 0 8px; }
    .header-actions .header-actions-search .form-search input {
      height: 32px;
      line-height: 16px;
      padding: 8px 10px; }
    .header-actions .header-actions-search .form-search button {
      height: 31px;
      line-height: 32px;
      padding-right: 10px;
      display: inline-block; }
    .header-actions .header-actions-buttons #connect{
      display: table-cell;
    }

.navbar-container a {
  cursor: pointer; }
.navbar-container .navbar-nav {
  display: table;
  float: none;
  height: 45px;
  width: 100%;
  padding-right: 0; }
  .navbar-container .navbar-nav > li {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle; }
    .navbar-container .navbar-nav > li:after {
      background-image: url(../img/sprites/icons.png);
      background-position: -559px -412px;
      width: 14px;
      height: 7px;
      content: '';
      display: none;
      position: absolute;
      bottom: -13px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      z-index: 1000; }
    .navbar-container .navbar-nav > li.open:after {
      display: block; }
    .navbar-container .navbar-nav > li > .dropdown-menu {
      border-top: 13px solid transparent; }
      .navbar-container .navbar-nav > li > .dropdown-menu > .nav-item > a {
        line-height: 30px; }
    .navbar-container .navbar-nav > li > ul > li > ul > li.dropdown.hasSubMenu.level-3:after {
      background-image: url(../img/sprites/icons.png);
      background-position: -563px -184px;
      width: 7px;
      height: 14px;
      content: '';
      display: none;
      position: absolute;
      left: -13px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      z-index: 1000; }

    .navbar-container .navbar-nav > li > ul > li.dropdown.hasSubMenu:hover:after {
      display: block; }
    .navbar-container .navbar-nav > li > ul > li.dropdown.hasSubMenu > a:after {
      display: none; }
    .navbar-container .navbar-nav > li > ul > li.dropdown.hasSubMenu > .dropdown-menu,
    .navbar-container .navbar-nav > li > ul > li.dropdown.hasSubMenu > .dropdown-menu > li.dropdown.hasSubMenu > .dropdown-menu,
    .navbar-container .navbar-nav > li > ul > li.dropdown.hasSubMenu > .dropdown-menu > li.dropdown.hasSubMenu > .dropdown-menu > li.dropdown.hasSubMenu > .dropdown-menu,
    .navbar-container .navbar-nav > li > ul > li.dropdown.hasSubMenu > .dropdown-menu > li.dropdown.hasSubMenu > .dropdown-menu > li.dropdown.hasSubMenu > .dropdown-menu > li.dropdown.hasSubMenu > .dropdown-menu,
    .navbar-container .navbar-nav > li > ul > li.dropdown.hasSubMenu > .dropdown-menu > li.dropdown.hasSubMenu > .dropdown-menu > li.dropdown.hasSubMenu > .dropdown-menu > li.dropdown.hasSubMenu > .dropdown-menu > li.dropdown.hasSubMenu > .dropdown-menu{
      position: absolute;
      right: 100%;
      top: 0;
      border: 0;
      border-right: 13px solid transparent;
      left: auto; }

.breadcrumb-container {
  background: rgba(43, 100, 123, 0.4);
  display: block;
  height: 35px;
  line-height: 34px;
  margin-bottom: -35px;
  position: relative;
  z-index: 1;
  font-size: 16px; }
  .breadcrumb-container .breadcrumb {
    color: #fff;
    background: none;
    padding: 0;
    border-radius: 0;
    margin: 0; }
    .breadcrumb-container .breadcrumb > li {
      text-shadow: none; }
      .breadcrumb-container .breadcrumb > li + li:before {
        padding: 0 3px;
        color: #fff;
        content: '\003E'; }
    .breadcrumb-container .breadcrumb > a {
      color: #b4d6e3; }

.top-jumper .btn {
  left: auto;
  right: 50%;
  bottom: 20px;
  margin-right: -370px; }

.footer {
  *zoom: 1; }
  .footer:before, .footer:after {
    content: " ";
    display: table; }
  .footer:after {
    clear: both; }
  .footer h2 {
    text-align: left;
    line-height: 1.4em; }
  .footer .footer-links, .footer .footer-newsletter, .footer .footer-socials ,.footer .footer-follow {
    width: 25%;
    float: left;
    box-sizing: border-box; }
  .footer .footer-newsletter {
    padding-right: 80px; }
  .footer .footer-socials {
    text-align: left; }
    .footer .footer-socials ul {
      padding-top: 25px; }
    .footer .footer-socials li + li {
      margin-left: -2px; }

.botbar .botbar-logo {
  margin: 0 20px 0 0;
  position: static; }
.botbar li {
  height: 55px;
  line-height: 55px;
  display: inline-block; }
.botbar__secondary {
  float: right; }
.botbar__primary {
  float: left;
  white-space: nowrap; }

.toolbar.toolbar-border {
  padding: 20px; }

.newsletter-form {
  text-align: right;
}
  .newsletter-form .btn {
    margin: 0;
    display: inline-block; }

.notifications-list {
  *zoom: 1; }
  .notifications-list:before, .notifications-list:after {
    content: " ";
    display: table; }
  .notifications-list:after {
    clear: both; }
  .notifications-list .notifications-list-select {
    display: none; }
  .notifications-list .notifications-list-menu {
    display: block;
    float: left;
    width: 40%;
    border: 1px solid #efefef;
    border-left: 0;
    border-top: 0;
    margin: 0;
    box-sizing: border-box; }
    .notifications-list .notifications-list-menu li {
      display: block;
      border-top: 1px solid #efefef; }
    .notifications-list .notifications-list-menu .btn {
      box-sizing: border-box;
      width: 100%;
      text-align: left;
      background: #f8f8f8;
      font-size: 15px;
      color: #888;
      font-weight: bold;
      padding: 20px;
      line-height: 20px;
      text-transform: uppercase;
      transition: 100ms ease all; }
      .notifications-list .notifications-list-menu .btn:hover {
        background: #fff;
        color: #74aec2; }
    .notifications-list .notifications-list-menu .active .btn {
      background: #fff;
      color: #74aec2;
      border-right: 8px solid #5cd1f6; }
  .notifications-list .notifications-list-content {
    display: block;
    float: right;
    width: 60%;
    box-sizing: border-box;
    padding-left: 4px;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .notifications-list .bouh {
    display: table;
    width: 100%; }

.service-item {
  padding-left: 15px;
  padding-right: 15px; }
  .service-item .service-item-open:before {
    content: "";
    display: block;
    width: 1px;
    height: auto;
    top: 15px;
    bottom: 15px;
    left: 50%;
    right: auto;
    position: absolute;
    background: #5cd1f6; }
  .service-item .service-item-controls .plus, .service-item .service-item-controls .minus {
    display: none !important; }
  .service-item .service-item-content {
    display: block !important; }
  .service-item .service-item-description {
    padding-right: 60px; }
  .service-item .service-item-type {
    margin-top: 0; }
  /*.service-item .service-item-url {
    width: auto;
    float: none;
    border: 0;
    background: #74aec2;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    font-size: inherit; }*/

.result-filters .btn {
  font-size: 20px; }
.result-filters--data .btn {
  font-size: 24px; }

.result-header .result-header-subscription, .result-header .result-header-suggest {
  margin: 50px 0; }
.result-header .result-header-subscription {
  text-align: center; }
  .result-header .result-header-subscription .btn {
    margin: 4px 4px;
    display: inline-block;
    width: auto;
    min-width: 280px; }
.result-header .result-header-suggest .btn {
  padding-left: 10px;
}

.result-item h4 {
  margin-bottom: 5px; }
.result-item-text--walonmap .walonmap-checkbox-title {
  margin-bottom: 0; }
.result-item .result-item-tags {
  float: right;
  margin-bottom: 10px; }
.result-item .result-item-date {
  left: 0; }
.result-item .result-item-categories {
  margin-top: 0; }
  .result-item .result-item-categories > li + li:before {
    margin: 0 15px; }
.result-item .result-item-image {
  float: left;
  width: auto; }
.result-item .result-item-text {
  margin-left: 160px;
  margin-bottom: 20px; }
.result-item .result-item-text.result-item-text--walonmap {
    margin: 0 21px 0 2px; }
.result-item .result-item-image {
  vertical-align: middle;
  padding-right: 20px;
  text-align: left;
  padding: 0; }
.result-item .result-item-ics {
  position: absolute;
  right: 25px;
  top: 30px;
  display: block; }
.result-item .result-item-meta {
  margin: 0;
  padding: 0;
  margin: 10px 0 15px; }
  .result-item .result-item-meta > li {
    display: inline-block; }
  .result-item .result-item-meta li {
    margin-right: 20px; }
.result-item .result-item-toggle {
  text-align: left;
  margin-top: 20px; }
  .result-item .result-item-toggle.is-right {
    text-align: right; }
.result-item .result-item-urlLink {
    text-align: left;
    margin-top: 20px; }
.result-item.is-news, .result-item.is-event, .result-item.is-successStories {
  padding: 40px 60px 40px 50px;
  margin: 50px 0; }
.result-item.is-accordion {
  padding: 20px 30px;
  margin-bottom: 20px; }
  .result-item.is-accordion h3 {
    margin: 0; }
    .result-item.is-accordion h3:before {
      left: -65px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
.result-item.is-accordion h3.walonmap--title:before {
    right: 10px;
    top: 50%;
}
.result-item.is-accordion h4.walonmap--subTitle:before {
    right: 22px;
}

.result-item.is-faq .result-item-share strong,
.result-item.is-event .result-item-share strong,
.result-item.is-news .result-item-share strong {
  display: inline-block;
  margin: 15px 0; }
.result-item.is-faq .result-item-share a,
.result-item.is-event .result-item-share a,
.result-item.is-news .result-item-share a {
  margin-left: 10px; }
.result-item.is-event .result-item-share,
.result-item.is-news .result-item-share {
    float: right;
    margin-top: -10px; }
.result-item.is-lexicon {
  padding: 20px; }
  .result-item.is-lexicon .btn {
    padding-top: 5px;
    padding-bottom: 5px; }

.results-search form {
  padding-right: 10%;
  padding-left: 10%; }

.results-panel:last-child {
  margin-bottom: 80px; }
.results-panel h3 {
  font-size: 24px; }
.results-panel .results-panel-content {
  padding-left: 15px;
  padding-right: 15px; }

.results-panel .results-panel-content .btn.btn-primary{
  margin-left: 10px;
}

  .results.results-bordered  {
    padding: 20px;
    margin-bottom: 80px; }

.page-intro {
  padding-top: 35px;
  padding-bottom: 35px;
}
.page-intro {
  background-image: url('../img/page-intro-content.jpg'); }
.pagewalonmap .page-intro, .pagewalonmap-beta .page-intro {
    background-image: url('../img/page-intro-maps.jpg'); }
.pageagenda .page-intro {
    background-image: url('../img/page-intro-agenda.jpg'); }
.pageactualites .page-intro {
    background-image: url('../img/page-intro-news.jpg'); }
.pageannuaire-des-acteurs-des-la-geom .page-intro, .pagedonnees-et-services .page-intro, .pagecontact .page-intro  {
    background-image: url('../img/page-intro-data.jpg'); }
.pagefaq .page-intro {
    background-image: url('../img/page-intro-faq.jpg'); }
.pageproduire-des-cartes-et-donnees .page-intro {
    background-image: url('../img/page-intro-produire.jpg'); }
.pagetour-dhorizon .page-intro {
    background-image: url('../img/page-intro-horizon.jpg'); }
.typegmd\:plainDataMetadata .page-intro {
    background-image: url('../img/page-intro-description.jpg'); }
.pagemes-notifications-et-services .page-intro {
    background-image: url('../img/page-intro-notifications.jpg'); }

  .page-intro .page-intro-text h2 {
    padding-right: 0;
    font-size: 32px; }

  .page-intro .page-intro-text {
    font-size: 18px;
    line-height: inherit; }

  .page-intro .page-intro-text p {
    display: block; }
  .page-intro .page-intro-links {
    top: -10px;
    right: 10px;
    margin-top: 0;
    z-index: 10;}
    .page-intro .page-intro-links a + a {
      margin-left: 20px; }

.page-text {
  margin-top: 50px; }
  .page-text > h3 {
    margin: 25px 70px;
    padding-bottom: 15px; }
  .page-text .page-text-content {
    padding-left: 70px;
    padding-right: 70px; }

.tabs .tabs-switcher-container {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.tabbable .nav-tabs a {
  font-size: 18px;
  letter-spacing: normal;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px; }
  .tabbable .nav-tabs a:before {
    display: none; }

.suggest-form {
  padding: 40px 0 120px;
  position: relative;
  background: #fff url('../img/grid-bottom-left.png') no-repeat bottom left;
  z-index: 1; }
  .suggest-form:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: url('../img/grid-bottom-right.png') no-repeat bottom right;
    z-index: -1; }
  .suggest-form .suggest-form-logged .form-actions {
    margin-top: 80px; }
    .suggest-form .suggest-form-logged .form-actions .btn {
      font-size: 18px; }
  .suggest-form__map {
    margin-left: 0;
    margin-right: 0; }

.contact-form {
  background: #fff;
  padding-bottom: 0; }
  .contact-form:before {
    display: none; }

.contact-info {
  position: relative;
  background: #fff url('../img/grid-bottom-left.png') no-repeat bottom left;
  z-index: 1; }
  .contact-info:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: url('../img/grid-bottom-right.png') no-repeat bottom right;
    z-index: -1; }

.agenda-search {
  padding-bottom: 40px;
  margin-bottom: 6px;
  position: relative; }
  .agenda-search:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    background: #d0e0e6;
    top: 100px;
    bottom: 60px;
    left: 50%; }
  .agenda-search .agenda-search-title {
    margin-top: 40px; }
  .agenda-search .form-horizontal {
    margin-right: 20px; }
  .agenda-search .calendar {
    /*margin-top: -60px;*/
    margin-left: 20px;
    padding-top: 0;
    border-top: 0; }
  .agenda-search .btn {
    margin-top: 0; }

.calendar .fc-content {
  margin: 0 -7px; }
.calendar .fc-widget-content {
  padding: 10px 7px 0; }
.calendar .fc-widget-header {
  padding-bottom: 12px; }
.calendar .fc-day-number {
  height: 32px;
  line-height: 32px; }

.agenda-archive {
  color: #74aec2;
  font-size: 21px;
  text-align: center;
  margin: 0 0 50px;
  line-height: 40px;
  display: block; }

.society-box {
  margin-left: 0;
  margin-right: 0; }
  .society-box .society-box-header {
    margin: 0 35px 10px;
    padding-top: 20px; }
  .society-box .society-category-text {
    display: inline-block;
    font-weight: bold;
    color: #5395af;
    margin-left: 10px; }
  .society-box .society-box-body {
    padding: 5px 35px 0px; }
  .society-box .society-resume {
    margin-bottom: 30px; }
  .society-box .society-info {
    margin: 0; }
  .society-box .society-info-links {
    display: block;
    height: auto; }
    .society-box .society-info-links .btn {
      display: inline-block;
      min-height: inherit;
      min-width: 135px; }
  .society-box .society-activities {
    margin-top: 20px; }
    .society-box .society-activities ul {
      display: inline-block; }
    .society-box .society-activities li {
      margin-left: 8px;
      margin-right: 0; }
  .society-box .society-activities-label {
    display: inline-block; }
  .society-box .society-box-footer {
    height: 30px;
    transition: 100ms ease background-color;
    cursor: pointer;
    margin-top: 20px; }
    .society-box .society-box-footer:hover {
      background-color: #74aec2; }

.annuaire-list {
  margin: 45px 0 30px; }

.annuaire-list .toolbar {
  border: 0;
  padding: 20px 0 0;
  border-top: 1px solid #d4e2e7; }

.descriptive-sheet {
  background: #fff;
  margin-top: 0; }
.newSheetCss .descriptive-sheet {
  background: none;
}
.sheet-metas {
  border-bottom: 1px solid #b4d6e3;
  margin-bottom: 10px;
  padding: 0 0 10px;
  margin: 15px 35px; }
.sheet-meta--type {
  margin-left: -20px; }
.sheet-meta--views {
  margin-right: -20px; }
.sheet-meta--tags {
  float: right;
  clear: none;
  padding: 0; }
  .sheet-meta--tags .sheet-header__rates {
    margin-right: 20px;
    float: none; }
.sheet-header__image {
  display: flex;
  width:auto;
  overflow:visible;
  padding: 0 15px 0 0;
  vertical-align: bottom; }
  .sheet-header__image img {
    width: auto;
    max-width: 100%;
    height: auto; }

.descriptive-sheet .sheet-tabs .ui-tabs-nav {
	background:none;
	border:none;
}

.descriptive-sheet .sheet-tabs .ui-tabs-nav li.ui-state-default {
	border:none;
	margin-bottom:0px;
}
.descriptive-sheet .social_sharing {
	display:none;
}
.sheet-header__info {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 12px; }
  .sheet-header__info li {
    float: left; }
    .sheet-header__info li + li {
      float: right; }
.sheet-header__actions {
  margin: 0 -3px -3px -3px; }
  .sheet-header__actions li {
    float: left;
    width: 50%;
    padding: 3px;
    box-sizing: border-box; }
  .sheet-header__actions .btn {
    padding-right: 35px;
    padding-left: 13px;
    margin-top: 0; }
    .sheet-header__actions .btn:before {
      right: 10px; }

.sheet-tabs .tabs-switcher-container {
  width: auto;
  margin-bottom: 20px; }
  .sheet-tabs .tabs-switcher-container .chosen-single span {
    text-align: center; }
.sheet-tabs .tabs {
  margin-left: 0;
  margin-right: 0; }
  .sheet-tabs .tabs .tabs-switcher-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent; }

.sheet-section {
  clear: both; }
  .sheet-section--half {
    width: 50%;
    box-sizing: border-box;
    float: left; }
    .sheet-section--half .sheet-section__content {
      margin-bottom: 20px; }
      .sheet-section--half .sheet-section__content p {
        margin: 0; }
    .sheet-section--half + .sheet-section--half {
      clear: none; }
      .sheet-section--half + .sheet-section--half h3{
        border-left: 1px solid #fff; }
        .sheet-section--half + .sheet-section--half + .sheet-section--half h3 {
          border-left: none; }
          .sheet-section--half + .sheet-section--half + .sheet-section--half + .sheet-section--half h3 {
          border-left: 1px solid #fff; }
  .sheet-section__sub h4 {
  	/*font-weight: normal;*/
    text-transform: uppercase;
    border-bottom: 1px solid #74aec2;
    padding: 0 0 3px; }

.sheet-tab--contact .sheet-section__content {
  margin-left: -2.5%;
  margin-right: -2.5%; }

.sheet-contact {
  width: 45%;
  float: left;
  box-sizing: border-box;
  margin: 0 2.5%; }
.newSheetCss .sheet-contact {
  width: 75%;
  float: left;
  box-sizing: border-box; }
  .sheet-contact__subject {
    font-weight: bold; }

.sheet-reviews__list, .sheet-reviews__form {
  float: left;
  box-sizing: border-box; }
.sheet-reviews__list {
  width: 50%; }
.sheet-reviews__form {
  margin-left: 5%;
  margin-top: 0;
  width: 45%; }

.sheet-download {
  text-align: left; }

.sheet-apps__app {
  border-bottom-color: #d5e6eb; }
  .sheet-apps__app a, .sheet-apps__app > span {
    padding-bottom: 10px; }
  .sheet-apps__app--simple a span, .sheet-apps__app--simple > span span {
    display: inline-block;
    margin-right: 10px; }

.sheet-rates__average {
  text-align: inherit; }
  .sheet-rates__average .sheet-rates__rate {
    margin: 0 14px 0 0;
    display:inline-block !important;
    }
.sheet-rates__distribution {
  width: auto;
  margin: 0; }

.walonmap {
  background: #fff;
  text-align: left;
  padding: 0;
  position: relative;
  z-index: 1;}
  .walonmap:before {
    content: '';
    display: block;
    background: #62a1b7 url('../img/walonmap-middle.jpg') no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    top: -13%;
    z-index: 1; }
  .walonmap h2 {
    font-size: 48px; }
  .walonmap .container{
    position: relative;
    height: 285px;
  }
  .walonmap .container .walonmap-desktop{
    display: block;
    height: 245px;
    margin-top: 25px;
    background: url('../img/walonmap-screen.png') no-repeat 0 0;
    position: relative;
    z-index: 1;
  width: 305px;}
  .walonmap .walonmap-text {
    position: absolute;
    left: 380px;
    bottom: 65px;
    width: 340px;
    z-index: 1; }

.slider {
  background: #fff url('../img/slider-line.png') repeat-x center center;
  padding: 20px 0; }
  .slider .carousel {
    height: 335px; }
  .slider .carousel-inner {
    height: 100%; }
    .slider .carousel-inner .item {
      height: 100%; }
    .slider .carousel-inner img {
      position: absolute;
      left: 90px;
      right: auto;
      border: 10px solid #fff;
      border-top-width: 20px;
      border-bottom-width: 20px;
      background: #fff;
      display: block;
      max-width: 230px;
      height: auto;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .slider .carousel-caption {
    width: 250px;
    text-align: left;
    right: 90px;
    position: absolute;
    left: auto;
    top: 20px;
    background: #fff;
    padding: 20px 10px;
    bottom: auto; }
    .slider .carousel-caption h3 {
      line-height: 1.4em; }
  .slider .carousel-control-next, .slider .carousel-control-prev {
    display: block;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    transition: 100ms ease opacity;
    width: auto;
    height: auto;
    bottom: auto;
    border-radius: 0;
    border: 0;
    background: none;
    text-indent: -999em;
    overflow: hidden; }
    .slider .carousel-control:hover {
      opacity: 0.4; }
    .slider .carousel-control-prev.left {
      background-image: url(../img/sprites/icons.png);
      background-position: -206px -431px;
      width: 60px;
      height: 60px;
      left: 0; }
    .slider .carousel-control-next.right {
      background-image: url(../img/sprites/icons.png);
      background-position: -266px -431px;
      width: 60px;
      height: 60px;
      right: 0; }
    .slider .carousel-control .glyphicon {
      display: none; }
  .slider .carousel-indicators {
    bottom: 0; }

.highlights {
  padding: 50px 0; }
  .highlights .highlights-data, .highlights .highlights-maps {
    padding-left: 0;
    padding-right: 0;
    margin: 0; }
  .highlights .highlights-description {
    margin: 3px 0;
    padding: 18px 20px 12px;
    font-size: 16px; }
  .highlights h2 .btn {
    font-size: 24px;
    padding: 16px 25px 11px; }
  .highlights h2 .sprite {
    margin-right: 20px; }
  .highlights h3 {
    display: block;
    color: #74aec2;
    font-size: 24px;
    font-weight: normal;
    padding: 25px 30px;
    background: #fff;
    margin: 0; }
  .highlights .highlight {
    color: #636363;
    font-size: 14px;
    display: block;
    background: #fff;
    padding: 0 30px 15px;
	overflow-y:hidden;
    height:100px;
}

.bodywrapper .highlight-padding {
    background: #fff;
    padding-right:0.5em;
    padding-left:0.5em;
    overflow-y:hidden;
    height:15px;
}
    .highlights .highlight img {
      float: left;
      width: 75px;
      height: auto;
      border: 1px solid #74aec2; }
    .highlights .highlight h4 {
      font-size: 14px;
      margin-left: 95px; }
      .highlights .highlight h4 a {
        color: #636363;
        text-decoration: underline;
        font-weight: bold; }
      .highlights .highlight h4 a:hover {
        color: #5cd1f6; }
    .highlights .highlight p {
      margin-left: 95px;
      line-height: 1.2em; }
  .highlights .highlight + .highlight ~ .highlight {
    display: none; }
  .highlights .highlights-data, .highlights .highlights-maps {
    float: left;
    box-sizing: border-box; }
  .highlights .highlights-data {
    padding-right: 10px; }
  .highlights .highlights-maps {
    padding-left: 10px;
    margin-top: 0; }

.community-header {
  background: #62a1b7 url("../img/community-header.jpg") no-repeat center top;
  position: relative;
  min-height: 198px;
  display: block;
  padding: 1px; }
  .community-header:after {
    content: "";
    display: block;
    background: url('../img/community-header-bottom.png') no-repeat center center;
    position: absolute;
    top: 198px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 201px;
    height: 101px;
    z-index: 1; }
  .community-header h2, .community-header p {
    text-align: center;
    color: #fff;
    font-weight: bold; }
  .community-header h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 40px 0 20px; }
  .community-header p {
    font-size: 18px;
    margin: 0; }
  .community-header a {
    color: #fff;
    text-decoration: underline; }
  .community-header a:hover {
    color: #b4d6e3; }
.community-content {
  padding: 20px 0 115px; }
.newSheetCss .community-content {
  padding: 20px 0 40px; }
.community-content:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background: #d0e0e6; }
  .community-content h2 {
    font-size: 40px;
    margin: 20px 0 25px; }
  .community-content .community-entry {
    margin-top: 50px; }
  .community-content .community-entry-link {
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 3px; }
  .community-entry-title--desktop {
    display: block; }
  .community-entry-title--mobile {
    display: none; }
  .community-content .community-entry-bubble {
    left: -105px;
    top: -15px;
    padding: 5px 0;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .community-content .community-entry-bubble:before {
      top: 5px; }
  .community-content .community-news, .community-content .community-events {
    padding-top: 0; }
  .community-content .community-news {
    border-top: 0;
    padding: 0 60px 0 0;
    margin: 0; }
  .community-content .community-events {
    padding-left: 60px;
    border-top: 0;
    margin-top: 0; }
    .community-content .community-events .community-entry {
      margin-right: 0;
      margin-top: 50px; }
      .community-content .community-events .community-entry:before {
        background-image: url(../img/sprites/icons.png);
        background-position: -412px -402px;
        width: 14px;
        height: 20px;
        content: "";
        display: block;
        position: absolute;
        right: 100%;
        top: 15px;
        bottom: auto;
        left: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
  .community-content .community-news .community-entry + .community-entry ~ .community-entry {
    display: block; }
  .community-content .community-news .community-entry + .community-entry + .community-entry ~ .community-entry {
    display: none; }

.community-bottom {
  background: #62a1b7 url('../img/community-footer.jpg') no-repeat center top; }
  .community-bottom:before {
    content: "";
    display: block;
    background: url('../img/community-footer-top.png') no-repeat center center;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 201px;
    height: 101px;
    z-index: 1; }
  .community-bottom:after {
    top: -35px; }
  .community-bottom h2 {
    font-size: 24px;
    margin: 60px 0 25px; }

.inspire {
  padding: 50px 0 70px;
  text-align: left; }
  .inspire ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    margin: 25px 0; }
    .inspire ul a {
      display: inline-block;
      font-weight: bold;
      padding: 5px 0; }
      .inspire ul a:before {
        content: " ";
        width: 0;
        height: 0;
        border-left: 6px solid #5cd1f6;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
  .inspire .inspire-text {
    float: left;
    width: 45%; }
  .inspire .inspire-world {
    text-align: center;
    float: right;
    width: 55%; }
    .inspire .inspire-world:before {
      content: "";
      display: inline-block;
      background-image: url(../img/sprites/icons.png);
      background-position: 0px 0px;
      width: 413px;
      height: 322px; }

.tools {
  position: relative;
  background-image: url('../img/grid-bottom-left.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 200px;
  z-index: 1; }
  .tools:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: url('../img/grid-bottom-right.png') no-repeat bottom right;
    z-index: -1; }
  .tools .tools-item {
    float: left;
    width: 33%; }
  .tools p {
    padding: 0 10px; }

.limit-popup__inner,
.login-popin__inner {
  margin-top: 100px;
  padding-right: 35px;
  padding-left: 35px; }
.login-popin .control-label {
  margin-bottom: 10px; }
.login-popin .controls input {
  height: 40px;
  padding: 10px 10px;
  line-height: 25px; }

.paragraph {
  margin: 45px 0; }
  .paragraph:last-child {
    margin-bottom: 80px; }
  .paragraph__content {
    padding: 35px; }
    .paragraph__content .row {
      margin-top: 20px; }
      .paragraph__content .row > div {
        margin-top: 0; }
  .paragraph__video, .paragraph__video:last-child, .paragraph__video:first-child {
    padding: 0; }
  .paragraph__thumbnail img {
    float: left;
    margin-right: 10px; }
  .paragraph__tip, .paragraph__quote {
    padding-left: 15px;
    padding-right: 15px; }
  .paragraph__tip-text {
    margin: 0 0 0 45px; }
  .paragraph__quote-text {
    padding-top: 0;
    margin-left: 45px; }
    .paragraph__quote-text:before {
      left: -43px;
      top: 3px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

.form-address--large .col-md-10 + .col-md-2 {
    width: 15%;
}

.form-address--large .col-md-2 {
    width: 22%;
}

.form-address--large .col-md-5,
.form-address--large .col-md-5 + .col-md-5 {
    width: 35%;
    margin-left: 4%;
}

.form-address--large .col-md-10 {
    width: 81%;
}

.backButton {
    text-align: left;
    margin-top: 20px;
}

.result-item.is-successStories.successStoriesRetrieval-items{
    padding: 25px;
    margin: 50px 4px;
    /*width:calc(50% - 20px);*/
}
.sucessstories-bottom{
    margin: 50px
}
.subscribeFormUne{
    width:50%;
}
.saveprofil{
    width: initial;
}

.subscribe-formAgenda label{
    display: block;
    width: 40%;
    float: left;
}
.subscribe-formUne label{
    display: block;
    width: 40%;
    float: left;
}
.subscribeNewsletter{
    width: 40%;
    display: block;
    float: left;
}
.subscribebtn{
    width: initial;
    text-align: center;
    padding: 3px 10px;
}
.button-subscr{
    width:initial;
}
.header span.title{
    margin-top: 30px;
}

.header span.subTitle{
    clear: none;
    padding: 0;
    margin: 10px 10px 30px;
    font-size: 16px;
}
.page-intro-text .pageTitle{
    padding-right: 0;
}
.result-header .btn{
    font-size: 14px;
}

.form-address .col-md-2, .form-address .col-md-6, .form-address .span10, .form-address .col-md-5 {
    float: left;
}

.form-address .col-md-2 {
    width: 36%;
}

.form-actions #saveprofil {
  padding: 5px;
  margin-left: 15px;
}

.form-address .spanBarCode {
    width: 19.8%;
    padding-left: 15px;
}

.form-address .row-phone{
  padding-left: 15px;
}

.form-address .col-md-10 + .col-md-2 {
    width: 15%;
}

.form-address .col-md-5 {
    width: 60%;
}

.form-address .col-md-5 + .col-md-5 {
    width: 100%;
    margin-left: 0;
}

.form-address .col-md-6 {
    width: 48%;
}

.form-address .col-md-10 {
    width: 76%;
}
.footer .footer-follow {
    text-align: left;
}
.footer .footer-links, .footer .footer-newsletter, .footer .footer-socials, .footer .footer-follow{
    margin-top: 20px
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: auto;
    max-width: none;
  }
}

