@charset "UTF-8";
html {
  background: #002343; }

body {
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 21px; }

img {
  display: block;
  border: 0;
  max-width: 100%; }
  p img {
    display: inline-block;
    vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 auto;
  padding: 0; }

.container,
.container-fluid {
  max-width: 1029px; }

.region:after {
  content: '';
  display: block;
  clear: both; }

.navbar-btn {
  margin-top: 13px;
  margin-bottom: 12px; }

.main-content {
  background: #fff;
  border-top: 8px solid #fcc300;
  color: #000; }
  .main-content h1, .main-content h2, .main-content h3, .main-content h4 {
    font-weight: 400;
    color: #002343;
    letter-spacing: -1px; }
  .main-content h1 {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 18px;
    text-transform: uppercase; }
  .main-content .page-header {
    padding-top: 35px;
    border-bottom: 1px solid #cdd4d8;
    margin-bottom: 20px; }
  .main-content .page {
    margin-bottom: 20px; }

.footer {
  border-top: 8px solid #fcc300;
  margin-top: 0;
  padding: 15px 0; }
  @media only screen and (max-width: 1029px) {
    .footer {
      padding: 15px 20px; } }
  .footer a {
    color: #fff;
    text-decoration: none;
    -moz-transition: .25s linear;
    -webkit-transition: .25s linear;
    transition: .25s linear; }
    .footer a:active, .footer a:hover {
      outline: 0; }
    .footer a:hover {
      color: #fff;
      opacity: .4;
      filter: alpha(opacity=40); }

.logo.navbar-btn {
  max-width: 207px; }

.navbar-brand {
  display: none; }

#block-bostik-theme-main-menu {
  float: none;
  clear: both; }

.tabs {
  clear: both; }

.nav-tabs > li {
  margin-right: 20px;
  margin-left: 5px; }

.nav-tabs > li > a {
  border-radius: 0;
  background: #334F69;
  color: #fff;
  border: 1px solid #fff; }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  opacity: 1;
  background: #002343;
  color: #fff;
  border: 1px solid #fff;
  outline: none; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #002343;
  color: #fff;
  border-bottom-color: transparent; }

.tab-content > .tab-pane {
  padding: 10px 0; }

.overflow.overflowed {
  width: 100%;
  position: relative; }
  .overflow.overflowed .overflowed-inner {
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    width: 100%;
    position: relative; }
  .overflow.overflowed:before {
    content: '>';
    display: none;
    width: 39px;
    height: 16px; }

.overflowed.overflowed.arrows-viewed:before {
  background: 0; }

.btn-checkbox {
  color: #fff;
  white-space: initial;
  text-align: left;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0; }
  .btn-checkbox .glyphicon {
    color: #fcc300;
    display: none;
    margin-left: -12px; }
  .btn-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    margin-right: 10px;
    margin-left: -20px;
    width: 10px;
    height: 10px; }
  .btn-checkbox:hover:not(.disabled), .btn-checkbox:focus:not(.disabled) {
    opacity: 1;
    color: #fcc300; }
  .btn-checkbox.disabled:hover, .btn-checkbox.disabled:focus {
    color: #fff; }
  .btn-checkbox.active {
    position: relative; }
    .btn-checkbox.active .glyphicon {
      display: inline-block;
      position: absolute;
      left: 12px;
      top: 10px;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 12px; }
    .btn-checkbox.active:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  .btn-checkbox:after {
    content: attr(data-count);
    display: inline; }
  .btn-checkbox.btn-checkbox--small {
    padding-left: 40px;
    display: block;
    white-space: pre-wrap; }
    .btn-checkbox.btn-checkbox--small .glyphicon {
      margin-left: 8px; }
    .btn-checkbox.btn-checkbox--small:before {
      margin-left: -20px; }
  .btn-checkbox.filterDisabled {
    color: #fff; }
    .btn-checkbox.filterDisabled:before {
      content: '►';
      border: 0;
      margin-top: -14px; }
    .btn-checkbox.filterDisabled:hover, .btn-checkbox.filterDisabled:focus {
      opacity: 1;
      color: #fff;
      cursor: default; }
    .btn-checkbox.filterDisabled.disabled {
      color: #fff;
      opacity: 1; }

::-webkit-scrollbar {
  background: #f9f9f9; }

::-webkit-scrollbar-thumb {
  background: #fcc300;
  border: 5px solid transparent;
  border-radius: 9px;
  background-clip: content-box; }

pre {
  max-height: 100px;
  overflow: auto; }

.bostik--locator {
  margin-bottom: 50px;
  overflow: hidden; }

.bostik--locator-error {
  color: red; }

.bostik--locator-filters {
  background: #002343;
  padding: 25px 0;
  color: #fff; }
  .bostik--locator-filters a {
    color: #fff;
    text-decoration: none;
    -moz-transition: .25s linear;
    -webkit-transition: .25s linear;
    transition: .25s linear; }
    .bostik--locator-filters a:active, .bostik--locator-filters a:hover {
      outline: 0; }
    .bostik--locator-filters a:hover {
      color: #fff;
      opacity: .4;
      filter: alpha(opacity=40); }
  .bostik--locator-filters .bostik--locator-filters-top {
    margin-bottom: 0; }
    .bostik--locator-filters .bostik--locator-filters-top:after {
      content: '';
      display: block;
      clear: both; }
  .bostik--locator-filters .separator {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    width: 20px;
    height: 49px;
    vertical-align: middle;
    margin-left: 20px; }
    @media only screen and (max-width: 767px) {
      .bostik--locator-filters .separator {
        display: none; } }
  .bostik--locator-filters .btn-geolocate {
    float: left;
    background: url("../images/target.png") no-repeat center center;
    width: 34px;
    height: 49px;
    margin-right: 20px; }
    .bostik--locator-filters .btn-geolocate .glyphicon {
      font-size: 30px;
      color: #fcc300; }
    .bostik--locator-filters .btn-geolocate:hover, .bostik--locator-filters .btn-geolocate:focus {
      opacity: 1;
      cursor: pointer;
      background-image: url("../images/target-white.png"); }
      .bostik--locator-filters .btn-geolocate:hover .glyphicon, .bostik--locator-filters .btn-geolocate:focus .glyphicon {
        color: #fff; }
    .bostik--locator-filters .btn-geolocate:focus {
      outline: none; }
    .bostik--locator-filters .btn-geolocate.tooltiped {
      position: relative; }
      .bostik--locator-filters .btn-geolocate.tooltiped:before {
        bottom: 0;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #334F69;
        border-width: 10px;
        margin-left: -10px;
        z-index: 2000; }
      .bostik--locator-filters .btn-geolocate.tooltiped:after {
        content: attr(data-tooltip);
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 200px;
        background: #334F69;
        color: #BFC2B4;
        padding: 5px;
        height: auto;
        white-space: normal;
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 2000; }
  .bostik--locator-filters .btn-search {
    float: left;
    background: #fcc300;
    color: #fff;
    border-radius: 0; }
    .bostik--locator-filters .btn-search .glyphicon {
      font-size: 30px; }
    .bostik--locator-filters .btn-search:hover, .bostik--locator-filters .btn-search:focus {
      opacity: 1;
      cursor: pointer; }
      .bostik--locator-filters .btn-search:hover .glyphicon, .bostik--locator-filters .btn-search:focus .glyphicon {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
    .bostik--locator-filters .btn-search:focus {
      outline: none; }
    @media only screen and (max-width: 767px) {
      .bostik--locator-filters .btn-search {
        width: 100%; } }
  .bostik--locator-filters input[type=text] {
    font-size: 15.75px;
    line-height: 20px;
    padding: 0 23px;
    border-color: transparent;
    background: #fff;
    color: #a3a3a3;
    font-family: "Open Sans", sans-serif;
    height: 45.5px;
    border-radius: 0;
    box-shadow: none; }
  .bostik--locator-filters input[type=text].form-control--locality {
    float: left;
    width: -moz-calc( 70% - 248px);
    width: -webkit-calc( 70% - 248px);
    width: calc( 70% - 248px); }
    @media only screen and (max-width: 767px) {
      .bostik--locator-filters input[type=text].form-control--locality {
        width: -moz-calc( 100% - 54px);
        width: -webkit-calc( 100% - 54px);
        width: calc( 100% - 54px);
        margin-bottom: 20px; } }
  .bostik--locator-filters .slider.slider-horizontal {
    float: left;
    margin: 0 20px;
    margin-top: 10px;
    width: 30%; }
    @media only screen and (max-width: 767px) {
      .bostik--locator-filters .slider.slider-horizontal {
        margin-top: 0px;
        width: -moz-calc( 100% - 40px);
        width: -webkit-calc( 100% - 40px);
        width: calc( 100% - 40px);
        margin-bottom: 40px !important; } }
  .bostik--locator-filters .btn-advanced {
    clear: both;
    margin-top: 20px;
    text-transform: uppercase; }
    .bostik--locator-filters .btn-advanced:hover {
      opacity: 1;
      color: #fcc300; }
    .bostik--locator-filters .btn-advanced .glyphicon {
      color: #fcc300;
      margin-left: 5px; }
  .bostik--locator-filters .slider.slider-horizontal .slider-track {
    height: 4px;
    margin-top: -2px;
    background: rgba(255, 255, 255, 0.2); }
  .bostik--locator-filters .slider-selection,
  .bostik--locator-filters .slider-selection.tick-slider-selection {
    background: #fcc300;
    box-shadow: none; }
  .bostik--locator-filters .slider-handle {
    border-radius: 4px;
    background: #fff;
    color: #000;
    width: auto;
    min-width: 20px; }
  .bostik--locator-filters .slider-tick,
  .bostik--locator-filters .slider.slider-horizontal .slider-tick {
    width: 4px;
    height: 4px;
    background: #fcc300;
    margin-left: -1px;
    border-radius: 50%; }
  .bostik--locator-filters .slider.slider-horizontal .slider-tick-container {
    top: inherit;
    bottom: 0; }
  .bostik--locator-filters .slider.slider-horizontal .slider-tick-label-container {
    color: #BFC2B4;
    font-size: 12px;
    line-height: 14px;
    margin-top: 25px; }
  .bostik--locator-filters .slider .tooltip.top {
    padding: 0;
    margin-top: -8px;
    line-height: 20px;
    opacity: 1; }
    .bostik--locator-filters .slider .tooltip.top .tooltip-arrow {
      display: none; }
    .bostik--locator-filters .slider .tooltip.top .tooltip-inner {
      background: #fff;
      color: #000;
      padding: 0 4px;
      line-height: 34px;
      font-size: 16px;
      cursor: pointer;
      font-weight: 700; }
      .bostik--locator-filters .slider .tooltip.top .tooltip-inner:before {
        content: '';
        background: url("../images/arrows.png") no-repeat left center;
        display: inline-block;
        vertical-align: middle;
        height: 15px;
        width: 12px;
        color: #fcc300; }
      .bostik--locator-filters .slider .tooltip.top .tooltip-inner:after {
        content: '';
        background: url("../images/arrows.png") no-repeat right center;
        display: inline-block;
        vertical-align: middle;
        height: 15px;
        width: 12px;
        color: #fcc300; }
  .bostik--locator-filters .bostik--locator-filters-adv {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px; }
  .bostik--locator-filters .filter-productname {
    padding-bottom: 10px;
    margin-bottom: 0; }
    .bostik--locator-filters .filter-productname label {
      font-weight: 500; }
  .bostik--locator-filters #bl-productnameSuggestions {
    height: 0; }
    .bostik--locator-filters #bl-productnameSuggestions .suggestions {
      height: 0;
      margin-top: -10px; }
    .bostik--locator-filters #bl-productnameSuggestions .btn-suggestion:hover, .bostik--locator-filters #bl-productnameSuggestions .btn-suggestion:focus {
      color: #fcc300; }
    .bostik--locator-filters #bl-productnameSuggestions .btn-group {
      width: 100%; }
    .bostik--locator-filters #bl-productnameSuggestions .dropdown-menu {
      border: 0;
      border-radius: 0;
      width: 100%; }
      .bostik--locator-filters #bl-productnameSuggestions .dropdown-menu .btn {
        text-align: left;
        color: #a3a3a3; }
        .bostik--locator-filters #bl-productnameSuggestions .dropdown-menu .btn:hover, .bostik--locator-filters #bl-productnameSuggestions .dropdown-menu .btn:focus {
          background: #a3a3a3;
          color: #fff;
          border-radius: 0; }
      .bostik--locator-filters #bl-productnameSuggestions .dropdown-menu .btn-close:hover, .bostik--locator-filters #bl-productnameSuggestions .dropdown-menu .btn-close:focus {
        color: #000;
        background: none; }
  .bostik--locator-filters .filter-facets {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .bostik--locator-filters .btn-clear {
    clear: both;
    text-transform: uppercase;
    color: #fcc300; }
    .bostik--locator-filters .btn-clear:hover, .bostik--locator-filters .btn-clear:focus {
      opacity: 1;
      color: #fcc300;
      text-decoration: underline; }
    .bostik--locator-filters .btn-clear .glyphicon {
      color: #fcc300; }

.bostik--locator-results {
  margin-bottom: 40px; }
  .bostik--locator-results .block-header {
    padding-top: 35px;
    padding-bottom: 18px;
    border-bottom: 1px solid #cdd4d8;
    margin-bottom: 20px; }
    .bostik--locator-results .block-header:after {
      content: '';
      display: block;
      clear: both; }
    .bostik--locator-results .block-header h2 {
      font-size: 20px;
      line-height: 30px;
      text-transform: uppercase;
      font-weight: 500;
      float: left; }
    .bostik--locator-results .block-header .filters {
      line-height: 30px;
      font-size: 20px; }
      .bostik--locator-results .block-header .filters .dealer-types-btns {
        float: right; }
    .bostik--locator-results .block-header .btn {
      border: 1px solid #cdd4d8;
      border-radius: 0;
      color: #002343;
      margin: 0 10px;
      /*&.btn-dealertype:first-child{
        &:hover:not(.disabled),
        &.active:not(.disabled){
          background: $yellow;
        }
      }
      &.btn-dealertype:nth-child(2){
        &:hover:not(.disabled),
        &.active:not(.disabled){
          background: $wholesalers-color;
        }
      }
      &.btn-dealertype:nth-child(3){
        &:hover:not(.disabled),
        &.active:not(.disabled){
          background: $retailers-color;
        }
      }*/ }
      .bostik--locator-results .block-header .btn:hover:not(.disabled) {
        background: #002343;
        color: #fff; }
      .bostik--locator-results .block-header .btn.active {
        background: #002343;
        color: #fff; }
      .bostik--locator-results .block-header .btn.btn-dealertype {
        margin-bottom: 5px; }
        .bostik--locator-results .block-header .btn.btn-dealertype[data-dealercolor='#FCC300']:hover:not(.disabled), .bostik--locator-results .block-header .btn.btn-dealertype[data-dealercolor='#FCC300'].active:not(.disabled) {
          background: #FCC300; }
        .bostik--locator-results .block-header .btn.btn-dealertype[data-dealercolor='#E63F0C']:hover:not(.disabled), .bostik--locator-results .block-header .btn.btn-dealertype[data-dealercolor='#E63F0C'].active:not(.disabled) {
          background: #E63F0C; }
        .bostik--locator-results .block-header .btn.btn-dealertype[data-dealercolor='#85BC22']:hover:not(.disabled), .bostik--locator-results .block-header .btn.btn-dealertype[data-dealercolor='#85BC22'].active:not(.disabled) {
          background: #85BC22; }
        .bostik--locator-results .block-header .btn.btn-dealertype[data-dealercolor='#002343']:hover:not(.disabled), .bostik--locator-results .block-header .btn.btn-dealertype[data-dealercolor='#002343'].active:not(.disabled) {
          background: #002343; }
        .bostik--locator-results .block-header .btn.btn-dealertype[data-dealercolor='#009dd4']:hover:not(.disabled), .bostik--locator-results .block-header .btn.btn-dealertype[data-dealercolor='#009dd4'].active:not(.disabled) {
          background: #009dd4; }
  .bostik--locator-results main {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .bostik--locator-results main #bl-map-wrapper {
        margin-bottom: 20px; } }
    .bostik--locator-results main #bl-map {
      border: 4px solid #cdd4d8;
      height: 600px; }
      @media only screen and (min-width: 768px) {
        .bostik--locator-results main #bl-map {
          display: block !important; } }
      @media only screen and (max-width: 767px) {
        .bostik--locator-results main #bl-map {
          height: 300px; } }
    .bostik--locator-results main #bl-hideMapButton {
      position: absolute;
      top: 0;
      left: 50%;
      -moz-transform: translate(-50%, -30px);
      -webkit-transform: translate(-50%, -30px);
      transform: translate(-50%, -30px);
      color: #fcc300;
      font-size: 40px; }
      .bostik--locator-results main #bl-hideMapButton:hover, .bostik--locator-results main #bl-hideMapButton:active {
        box-shadow: none; }
    .bostik--locator-results main #bl-extendButton {
      position: absolute;
      top: 50%;
      right: 0;
      -moz-transform: translate(20px, -50%);
      -webkit-transform: translate(20px, -50%);
      transform: translate(20px, -50%);
      color: #fcc300;
      font-size: 40px; }
      .bostik--locator-results main #bl-extendButton:hover, .bostik--locator-results main #bl-extendButton:active {
        box-shadow: none; }
    .bostik--locator-results main #bl-list-wrapper {
      background: #f9f9f9;
      padding: 5px;
      height: 600px;
      max-height: 600px;
      overflow-y: auto; }
      @media only screen and (max-width: 767px) {
        .bostik--locator-results main #bl-list-wrapper {
          height: inherit;
          overflow-y: auto;
          padding: inherit;
          display: block !important; } }
      .bostik--locator-results main #bl-list-wrapper.no-result {
        position: relative;
        background: none; }
        @media only screen and (max-width: 767px) {
          .bostik--locator-results main #bl-list-wrapper.no-result {
            background: none; } }
        .bostik--locator-results main #bl-list-wrapper.no-result .noresult-wrapper {
          padding: 5px 15px;
          text-align: center; }
        .bostik--locator-results main #bl-list-wrapper.no-result .btn-extendradius {
          margin: 20px auto;
          border-radius: 0;
          border-color: #002343;
          text-transform: uppercase;
          font-weight: 700; }
          .bostik--locator-results main #bl-list-wrapper.no-result .btn-extendradius .glyphicon {
            margin-right: 5px; }
          .bostik--locator-results main #bl-list-wrapper.no-result .btn-extendradius:hover, .bostik--locator-results main #bl-list-wrapper.no-result .btn-extendradius:focus {
            opacity: 1;
            background: #fcc300;
            color: #000; }
          .bostik--locator-results main #bl-list-wrapper.no-result .btn-extendradius:focus {
            outline: none; }
        .bostik--locator-results main #bl-list-wrapper.no-result .teaser {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          border-top: 20px solid #fff; }
          @media only screen and (max-width: 767px) {
            .bostik--locator-results main #bl-list-wrapper.no-result .teaser {
              position: relative;
              bottom: inherit;
              left: inherit;
              width: inherit; } }
  .bostik--locator-results .card {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    padding-left: 35px;
    position: relative; }
    .bostik--locator-results .card:last-child {
      border-bottom: 0; }
    .bostik--locator-results .card:after {
      content: '';
      display: block;
      clear: both; }
    .bostik--locator-results .card .name {
      font-size: 16px;
      line-height: 20px;
      max-width: -moz-calc( 100% - 140px);
      max-width: -webkit-calc( 100% - 140px);
      max-width: calc( 100% - 140px);
      margin-bottom: 5px;
      text-transform: uppercase;
      font-weight: 600;
      color: #002343; }
    .bostik--locator-results .card .address,
    .bostik--locator-results .card .phone,
    .bostik--locator-results .card .url,
    .bostik--locator-results .card .mail,
    .bostik--locator-results .card .service {
      font-size: 16px;
      line-height: 20px; }
    .bostik--locator-results .card .distance {
      float: right;
      clear: right;
      font-size: 12px;
      line-height: 20px;
      color: #a4a4a4;
      max-width: 140px; }
    .bostik--locator-results .card .phone a,
    .bostik--locator-results .card .url a,
    .bostik--locator-results .card .service a {
      color: #009dd4; }
      .bostik--locator-results .card .phone a:hover, .bostik--locator-results .card .phone a:focus,
      .bostik--locator-results .card .url a:hover,
      .bostik--locator-results .card .url a:focus,
      .bostik--locator-results .card .service a:hover,
      .bostik--locator-results .card .service a:focus {
        opacity: 0.4; }
      .bostik--locator-results .card .phone a:focus,
      .bostik--locator-results .card .url a:focus,
      .bostik--locator-results .card .service a:focus {
        outline: none; }
    .bostik--locator-results .card .nearest {
      position: relative;
      float: right;
      background: #fcc300;
      color: #000;
      font-size: 10px;
      text-transform: uppercase;
      padding: 0 5px; }
      .bostik--locator-results .card .nearest:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #fcc300;
        border-width: 5px;
        margin-top: -5px; }
    .bostik--locator-results .card .pin {
      width: 24px;
      height: 37px;
      position: absolute;
      top: 20px;
      left: 0px;
      background-repeat: no-repeat;
      background-position: center center;
      text-align: center; }
      .bostik--locator-results .card .pin .letter {
        font-weight: 700;
        color: #002343;
        position: absolute;
        top: -17px;
        left: 7px;
        display: block; }
  .bostik--locator-results #bl-list .card:hover {
    cursor: pointer;
    background: #ececec; }
  .bostik--locator-results #bl-map .card {
    padding-left: 0;
    width: 420px; }
    @media only screen and (max-width: 767px) {
      .bostik--locator-results #bl-map .card {
        width: 320px; } }
    .bostik--locator-results #bl-map .card .pin {
      display: none; }
  .bostik--locator-results #bl-listEmpty {
    display: none; }

@media only screen and (max-width: 767px) {
  .bostik--locator-editorial .text {
    margin-bottom: 20px; } }

.teaser {
  background: #002343;
  color: #fff;
  padding: 30px 20px; }
  .teaser p {
    font-size: 20px;
    line-height: 30px; }
  .teaser a {
    color: #fff;
    text-decoration: none;
    -moz-transition: .25s linear;
    -webkit-transition: .25s linear;
    transition: .25s linear; }
    .teaser a:active, .teaser a:hover {
      outline: 0; }
    .teaser a:hover {
      color: #fff;
      opacity: .4;
      filter: alpha(opacity=40); }
  .teaser .btn {
    border: 1px solid #fff;
    border-radius: 0;
    text-transform: uppercase; }
    .teaser .btn:hover, .teaser .btn:focus {
      border: 1px solid #fcc300;
      background: #fcc300;
      color: #000;
      opacity: 1; }
    .teaser .btn:focus {
      outline: none; }
    .teaser .btn .glyphicon {
      margin-right: 5px; }
  .teaser.teaser--light {
    background: #f9f9f9;
    color: #002343; }
    .teaser.teaser--light p a {
      color: #6a6a6a;
      text-decoration: none; }
      .teaser.teaser--light p a:hover, .teaser.teaser--light p a:focus {
        text-decoration: underline;
        opacity: 0.4; }
      .teaser.teaser--light p a:focus {
        outline: none; }

.btn-mail {
  background: #002343;
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
  text-transform: uppercase; }
  .btn-mail .envelope {
    background: url("../images/envelope-white.png") no-repeat center center;
    background-size: 100%;
    width: 40px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
  .btn-mail:hover, .btn-mail:focus {
    opacity: 1;
    background: #fcc300;
    color: #000; }
    .btn-mail:hover .envelope, .btn-mail:focus .envelope {
      transform: translateX(-20px) rotate(-15deg);
      background-image: url("../images/envelope-black.png"); }
  .btn-mail:focus {
    outline: none; }

.user-login-form,
.user-pass {
  padding: 15px; }

.bostik--social-links {
  padding-bottom: 20px; }

.bostik--get-in-touch {
  padding-bottom: 20px; }

.bostik--legal-links {
  clear: both;
  padding-bottom: 10px; }
  @media only screen and (max-width: 320px) {
    .bostik--legal-links {
      padding-top: 30px; } }

.footer .block-system-branding-block .logo {
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
  max-width: 162px; }
  @media only screen and (max-width: 320px) {
    .footer .block-system-branding-block .logo {
      display: block; } }

.bostik--social-links .logo {
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
  max-width: 162px; }
  @media only screen and (max-width: 320px) {
    .bostik--social-links .logo {
      display: block; } }

.bostik--social-links .links {
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
  margin-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 18px;
  margin-top: 10px; }
  @media only screen and (max-width: 767px) {
    .bostik--social-links .links {
      margin-left: 0px;
      border-left: 0;
      padding-left: 0px;
      display: block;
      margin-top: 10px; } }
  .bostik--social-links .links select,
  .bostik--social-links .links button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none;
    outline: 0;
    box-sizing: border-box;
    z-index: 0;
    position: relative;
    line-height: normal;
    padding: 7px;
    height: 32px;
    width: 216px;
    margin: 0;
    background: #334F69;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 11.375px;
    font-family: Arial,Helvetica,sans-serif;
    color: #BFC2B4;
    text-align: left; }
    .bostik--social-links .links select option,
    .bostik--social-links .links button option {
      background: #fff;
      color: #000; }
    .bostik--social-links .links select .caret,
    .bostik--social-links .links button .caret {
      position: absolute;
      top: 50%;
      right: 10px;
      color: #fff; }
    @media only screen and (max-width: 767px) {
      .bostik--social-links .links select,
      .bostik--social-links .links button {
        width: 100%; } }
  .bostik--social-links .links .dropdown-menu {
    min-width: 216px;
    background: #fff;
    color: #000;
    font-size: 11.375px; }
  .bostik--social-links .links .dropdown {
    position: relative; }
    .bostik--social-links .links .dropdown:before {
      position: absolute;
      pointer-events: none;
      top: 0;
      right: 40px;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      width: 1px;
      height: 100%;
      z-index: 1; }

.bostik--get-in-touch {
  font-size: 13.125px;
  line-height: 17.5px; }
  .bostik--get-in-touch h1 {
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 13.125px;
    line-height: 17.5px; }
  .bostik--get-in-touch .phones {
    margin-bottom: 5px; }
  .bostik--get-in-touch dl {
    clear: both;
    margin-bottom: 0; }
    .bostik--get-in-touch dl:after {
      display: block;
      clear: both;
      content: ''; }
    .bostik--get-in-touch dl dt {
      float: left;
      width: 70px;
      min-height: 1px; }
    .bostik--get-in-touch dl dd {
      float: left;
      width: -moz-calc( 100% - 150px);
      width: -webkit-calc( 100% - 150px);
      width: calc( 100% - 150px); }

.bostik--legal-links {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px; }
  .bostik--legal-links .an-arkema-company > div,
  .bostik--legal-links .an-arkema-company p {
    font-size: 10px;
    vertical-align: bottom; }
  @media only screen and (max-width: 767px) {
    .bostik--legal-links .an-arkema-company {
      margin-bottom: 20px; } }
  .bostik--legal-links .links ul {
    text-align: right;
    padding-left: 0; }
    @media only screen and (max-width: 767px) {
      .bostik--legal-links .links ul {
        text-align: left; } }
    .bostik--legal-links .links ul li {
      display: inline-block;
      font-size: 10px;
      margin-right: 7px;
      padding-right: 10px;
      line-height: 1;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      font-family: "Open Sans", sans-serif;
      color: rgba(255, 255, 255, 0.4); }
      .bostik--legal-links .links ul li:last-child {
        border-right: 0;
        padding-right: 0;
        margin-right: 0; }
      .bostik--legal-links .links ul li a {
        color: rgba(255, 255, 255, 0.4);
        padding: 0;
        background: none; }
        .bostik--legal-links .links ul li a:hover {
          opacity: .4;
          text-decoration: none; }
        .bostik--legal-links .links ul li a[href='']:hover {
          opacity: 1;
          cursor: default; }

.alert {
  word-break: break-word; }

.color1, .bostik--get-in-touch .phones, .bostik--get-in-touch .phones a {
  color: #fcc300; }

.transition, .btn-checkbox, .bostik--locator-filters .btn-geolocate .glyphicon, .bostik--locator-filters .btn-search .glyphicon, .bostik--locator-filters .btn-advanced, .bostik--locator-filters .btn-clear, .bostik--locator-results .block-header .btn, .bostik--locator-results main #bl-hideMapButton, .bostik--locator-results main #bl-extendButton, .bostik--locator-results main #bl-list-wrapper.no-result .btn-extendradius, .bostik--locator-results .card .phone a,
.bostik--locator-results .card .url a,
.bostik--locator-results .card .service a, .bostik--locator-results #bl-list .card, .btn-mail, .btn-mail .envelope {
  -moz-transition: .25s linear;
  -webkit-transition: .25s linear;
  transition: .25s linear; }

/*# sourceMappingURL=styles.min.css.map */