@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i");
@font-face {
  font-family: 'Cervo';
  src: url("../fonts/baej_ostoja_lniski_-_cervo-light-webfont.woff2") format("woff2"), url("../fonts/baej_ostoja_lniski_-_cervo-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Cervo';
  src: url("../fonts/baej_ostoja_lniski_-_cervo-lightitalic-webfont.woff2") format("woff2"), url("../fonts/baej_ostoja_lniski_-_cervo-lightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Cervo';
  src: url("../fonts/baej_ostoja_lniski_-_cervo-medium-webfont.woff2") format("woff2"), url("../fonts/baej_ostoja_lniski_-_cervo-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cervomCervoedium_italic';
  src: url("../fonts/baej_ostoja_lniski_-_cervo-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/baej_ostoja_lniski_-_cervo-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
/* Global */
body {
  font-family: "IBM Plex Sans", sans-serif;
}

/* HomePage */
.index #top_column {
  align-items: end;
  background: url("../img/home/hometop_background.jpg") no-repeat center top;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index #top_column {
    background-size: 100%;
  }
}

.index #columns {
  padding-bottom: 0;
  margin-top: 0;
}

#columns {
  margin-top: 10px;
}

#top_page {
  line-height: 200px;
  background: url("../img/home/hometop_background.jpg") no-repeat center top;
  background-size: 100%;
}
.category #top_page {
  background-image: url("../img/categorytop_background.jpg");
  background-position: center center;
}
#top_page .title {
  display: inline-block;
  margin: 0;
  color: #057799;
  font-size: 36px;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  line-height: 38px;
  font-weight: 500;
}
#top_page .title span {
  color: #666;
  font-weight: 500;
}

.category .columns-container,
.product .columns-container {
  background: url("../img/home/bsahometxtnd_background.gif") bottom center no-repeat;
}

.order-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.45px;
}

/* Header */
.header-container {
  z-index: 999;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .header-container.fixed {
    position: fixed;
    width: 100%;
    top: 0;
  }
}

#header .nav_top {
  color: #FFF;
  background: #057799;
}
@media (max-width: 767px) {
  #header .nav_top {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #header .nav_top .row {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .nav_top .col_line:first-child {
    border-bottom: 1px solid #94c5d3;
  }
}
#header .nav_top .baseline {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .nav_top .baseline {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #header .nav_top .baseline {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#header .nav_top .baseline strong {
  font-weight: 700;
}
#header #header_logo {
  position: static;
}
@media (min-width: 992px) {
  #header #header_logo {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  #header #header_logo {
    margin-bottom: 25px;
    text-align: center;
  }
}
#header #header_logo a {
  display: inline-block;
}
#header .header-menu-container {
  padding-top: 16px;
  background: none;
}
@media (min-width: 992px) {
  #header .header-menu-container .row-menu {
    display: flex;
    align-items: end;
  }
}
@media (min-width: 992px) {
  #header .header-menu-container .row-menu .col_fullnav {
    margin-top: 44px;
  }
}
#header .header-menu-container #block_top_menu {
  text-align: right;
}
@media (max-width: 991px) {
  #header .header-menu-container #block_top_menu {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #header .header-menu-container .cat-title {
    margin-bottom: 15px;
  }
}
#header .header-menu-container .cat-title:after {
  font-size: 18px;
}
@media (max-width: 767px) {
  #header .header-menu-container .cat-title.active {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #header .header-menu-container .sf-menu {
    display: inline-block;
    width: auto;
    margin-bottom: -5px;
    text-align: right;
    background: none;
  }
}
@media (max-width: 767px) {
  #header .header-menu-container .sf-menu {
    width: 100%;
    background: #057799;
  }
}
@media (min-width: 992px) {
  #header .header-menu-container .sf-menu > li:first-child {
    border-left: 1px solid #d9d9d9;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .header-menu-container .sf-menu > li:first-child {
    border-left: none;
  }
}
@media (min-width: 768px) {
  #header .header-menu-container .sf-menu > li {
    display: inline-block;
    border-right: 1px solid #d9d9d9;
  }
  #header .header-menu-container .sf-menu > li:last-child {
    border-right: none;
  }
}
@media (max-width: 767px) {
  #header .header-menu-container .sf-menu > li .menu-mobile-grover:after {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #header .header-menu-container .sf-menu > li a {
    padding: 3px 18px 15px 18px;
    color: #666;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    letter-spacing: -0.18px;
    border-bottom: 4px solid transparent;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .header-menu-container .sf-menu > li a {
    padding: 3px 16px 15px 16px;
  }
}
@media (max-width: 767px) {
  #header .header-menu-container .sf-menu > li a:hover, #header .header-menu-container .sf-menu > li a:focus {
    background: none;
  }
}
@media (min-width: 768px) {
  #header .header-menu-container .sf-menu > li:hover > a, #header .header-menu-container .sf-menu > li:focus > a, #header .header-menu-container .sf-menu > li.sfHoverForce > a {
    color: #057799;
    border-bottom: 4px solid #057799;
  }
}
#header .header-menu-container .submenu-container {
  top: 40px;
  text-align: left;
}

/* Category */
.category .title_cat {
  margin-top: 0;
  margin-bottom: 25px;
  color: #057799;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.category .title_cat:after {
  display: block;
  content: ' ';
  height: 2px;
  width: 59px;
  margin-top: 15px;
  background: #057799;
}
.category .content_sortPagiBar {
  padding-bottom: 15px;
  border-top: none;
}

/* Product List */
ul.product_list.list > li .product-container {
  padding: 25px 0 25px;
  border-top-color: #c9ced3;
}

.product-container h5 {
  margin-top: 0;
  margin-bottom: -16px;
}
.product-container .product-name {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 14px;
  color: #CCC;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.product-container .price.product-price {
  color: #666;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 26px;
  font-weight: 400;
}
.product-container .button-container .btn {
  max-width: 153px;
  width: 100%;
  padding: 0;
  text-align: center;
}
.product-container .button-container .btn span {
  display: inline-block;
  padding: 12px 14px;
}

#categories_block_left ul {
  border-top: 1px solid #f4f5f6 !important;
}
#categories_block_left ul li {
  padding: 7px 5px 7px 5px;
  border-bottom: 1px solid #f4f5f6;
}
#categories_block_left ul li a {
  color: #057799;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-left: 1px solid #057799;
  border-bottom: none;
}
#categories_block_left ul li a:hover, #categories_block_left ul li a:focus {
  color: #666;
  background: none;
}

/* Product */
.product #add_to_cart .exclusive span:before {
  display: inline-block;
  content: '';
  height: 17px;
  width: 14px;
  margin-right: 10px;
  background: url("../img/shopping-bag.png") no-repeat;
  vertical-align: -3px;
}
.product #add_to_cart .exclusive:hover span:before, .product #add_to_cart .exclusive:focus span:before {
  background: url("../img/shopping-bag-hover.png") no-repeat;
}
.product .pb-center-column h1 {
  margin: 0;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 10px;
  line-height: 26px;
  color: #CCC;
  text-transform: uppercase;
  padding-bottom: 4px;
  letter-spacing: 0.02em;
}
.product .pb-right-column .price {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
}
.product .pb-right-column #quantity_wanted_p label {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
.product .pb-right-column #box-order-by-mail-phone .txt-container {
  line-height: 22px;
}
.product .pb-right-column #box-order-by-mail-phone .txt-container strong {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.product .pb-right-column #box-order-by-mail-phone .txt-container a {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}
.product .pb-right-column #box-order-by-mail-phone .txt-container a strong {
  color: #000;
}
.product .pb-right-column #box-order-by-mail-phone .txt-container a:hover, .product .pb-right-column #box-order-by-mail-phone .txt-container a:focus {
  color: #057799;
}
.product .pb-right-column #box-order-by-mail-phone .txt-container a:hover strong, .product .pb-right-column #box-order-by-mail-phone .txt-container a:focus strong {
  color: inherit;
}
.product .page-product-heading {
  position: relative;
  border: none;
}
.product .page-product-heading:after {
  content: '';
  width: 59px;
  height: 2px;
  background: #057799;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.product .page-product-box .rte {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 25px;
}
.product .page-product-box .rte strong {
  color: #057799;
  font-weight: 500;
}
.product .page-product-box table tr td:first-child strong {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

.bsa-home .txt_top {
  max-width: 800px;
  margin: 0 auto;
}
.bsa-home .h-title-bsa {
  display: inline-block;
  margin-top: 10px;
  color: #127a9b;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}
.bsa-home .h-title-bsa span {
  color: #666;
}

/* Home - Mobile */
#bsahometop .txt,
.bsa-home .h-title-bsa {
  font-size: 30px;
  line-height: 32px;
}

/* BsaHomeTop */
@media (min-width: 1200px) {
  #bsahometop {
    margin-top: 133px;
    margin-bottom: 153px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #bsahometop {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  #bsahometop {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #bsahometop {
    text-align: center;
  }
}
#bsahometop .txt {
  display: block;
  padding-left: 20px;
  color: #666;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
  border-left: 2px solid #127a9b;
}
#bsahometop .txt span {
  color: #057799;
}
@media (max-width: 767px) {
  #bsahometop .txt {
    padding-left: 0px;
    font-size: 24px;
    line-height: 28px;
    border: none;
    text-align: center;
  }
}
#bsahometop a {
  margin-top: 30px;
}

/* BsaHomeListingProduct */
#bsahomelistingproduct {
  text-align: center;
}
#bsahomelistingproduct .sep {
  display: inline-block;
  height: 23px;
  width: 100%;
  margin-top: 35px;
  background: url("../img/bsahomelistingproduct_sep.png") top center no-repeat;
}
#bsahomelistingproduct .desc {
  margin-top: 18px;
  color: #333;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}
#bsahomelistingproduct .desc:after {
  content: '';
  display: block;
  height: 2px;
  width: 59px;
  margin: 0 auto;
  margin-top: 46px;
  background: #127a9b;
}
#bsahomelistingproduct .products {
  margin-top: 40px;
  background: #e8ebf4 url("../img/bsahomeproductlisting_background.png") top center repeat-x;
}
#bsahomelistingproduct .products .row {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 69px;
}
@media (min-width: 992px) {
  #bsahomelistingproduct .products .row .col-xs-6 {
    width: 20%;
    float: none;
  }
}
#bsahomelistingproduct .products .row img {
  max-width: 100%;
}
#bsahomelistingproduct .products a:hover, #bsahomelistingproduct .products a:focus {
  opacity: 0.5;
}
#bsahomelistingproduct .products .link_more {
  padding-bottom: 78px;
  text-align: center;
}

/* Bsahometxtfirst */
#bsahometxtfirst {
  padding: 88px 0 84px 0;
  background: url("../img/home/bsahometxtfirst_background.jpg") top center no-repeat;
}
#bsahometxtfirst .blc {
  padding: 40px 10% 40px 10%;
  text-align: center;
  background: #FFF;
}
#bsahometxtfirst .blc .title {
  color: #127a9b;
}
#bsahometxtfirst .blc .title span {
  color: #666;
  font-weight: 500;
}
#bsahometxtfirst .blc .txt {
  margin: 19px 0 0 0;
  color: #127a9b;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: normal;
}
#bsahometxtfirst .blc .txt:after {
  content: '';
  display: block;
  height: 2px;
  width: 59px;
  margin: 0 auto;
  margin-top: 46px;
  background: #127a9b;
}
#bsahometxtfirst .blc .txt span {
  color: #333;
}
#bsahometxtfirst .blc .link_more {
  margin-top: 73px;
}

/* Bsahometxtnd */
#bsahometxtnd {
  padding-top: 70px;
  text-align: center;
  background: url("../img/home/bsahometxtnd_background.gif") bottom center no-repeat;
}
#bsahometxtnd .container {
  max-width: 750px;
}
#bsahometxtnd .title {
  margin: 0;
  color: #127a9b;
}
#bsahometxtnd .title span {
  color: #666;
}
#bsahometxtnd .txt {
  margin: 19px 0 48px 0;
  color: #333;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: normal;
}
#bsahometxtnd .txt:after {
  content: '';
  display: block;
  height: 2px;
  width: 59px;
  margin: 0 auto;
  margin-top: 46px;
  background: #127a9b;
}
#bsahometxtnd .txt span {
  color: #333;
}
#bsahometxtnd .link_more {
  margin-bottom: 151px;
}
#bsahometxtnd .row {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 69px;
}
@media (min-width: 768px) {
  #bsahometxtnd .row .col-md {
    width: 20%;
    float: none;
  }
}
#bsahometxtnd .row img {
  max-width: 100%;
}
#bsahometxtnd .row .name {
  display: block;
  margin-top: 15px;
  font-family: "Cervo";
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

/* Cms */
.rte h2.page-product-heading {
  padding-bottom: 12px;
  font-weight: normal;
  border-bottom: 2px solid #057799;
}

/* CMS */
.cms #center_column h1 {
  margin-bottom: 30px;
  text-align: left;
}
.cms .page-heading {
  font-size: 30px;
  font-weight: 500;
}
.cms .page-heading:after {
  height: 4px;
}
.cms .cms-center-column {
  color: #333333;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
}
.cms .cms-center-column .html .txt_top {
  max-width: 800px;
  margin: 0 auto;
}
.cms .cms-center-column .html .h-title-bsa {
  display: inline-block;
  margin-top: 10px;
  color: #127a9b;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}
.cms .cms-center-column .html .h-title-bsa span {
  color: #666;
}
.cms .cms-center-column .html .subtitle {
  margin-bottom: 15px;
  color: #057799;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}
.cms .cms-center-column .html .subtitle.medium {
  font-weight: 500;
}
.cms .cms-center-column .html .top {
  margin-bottom: 15px;
}
.cms .cms-center-column .html .top .subtitle {
  margin-bottom: 0;
}
.cms .cms-center-column .html .clr_1 {
  color: #057799;
}
.cms .cms-center-column .html b {
  color: #057799;
}
@media (max-width: 767px) {
  .cms .cms-center-column .html .col-md-3 img, .cms .cms-center-column .html .col-sm-4 img {
    margin: 0 auto !important;
    max-width: 250px !important;
  }
}
.cms .cms-center-column .html img {
  margin: 0 !important;
}
.cms .cms-center-column .html .row {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .cms .cms-center-column .html .row.row-flex {
    display: flex;
  }
}
.cms .cms-center-column .html .row.align-items-center {
  align-items: center;
}
.cms .cms-center-column .html ul.left-brd {
  margin: 28px 0;
  padding-left: 18px;
  list-style: none;
  text-align: left;
  border-left: 2px solid #cadce6;
}
.cms .cms-center-column .html ul.none {
  margin: 28px 0;
  padding-left: 18px;
  list-style: none;
}
.cms .cms-center-column .html .engagement {
  margin-bottom: 90px;
}
.cms .cms-center-column .html .left-margin {
  padding-left: 18px;
  margin-bottom: 15px;
  border-left: 2px solid #cadce6;
}
.cms .cms-center-column .html .left-margin .title-left {
  margin-bottom: 5px;
  color: #057799;
  font-weight: bold;
}
.cms .cms-center-column .html .link_next {
  color: #057799;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.cms .cms-center-column .html .link_next:after {
  display: inline-block;
  content: '';
  margin-left: 7px;
  height: 15px;
  width: 24px;
  background: url("../img/fleche-suite.png") no-repeat;
}
.cms .cms-center-column .html .link_next:hover, .cms .cms-center-column .html .link_next:focus {
  opacity: 0.5;
}
.cms .cms-center-column.distributeur .txt_top {
  max-width: 900px;
}
.cms .cms-center-column.distributeur .h-title-bsa {
  display: block;
  margin: 20px auto 40px auto;
}
.cms .cms-center-column.distributeur .desc {
  margin-top: 18px;
  color: #333;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}
.cms .cms-center-column.distributeur #bsahomelistingproduct .products {
  background: none;
  /*background: url('../img/fond-distribution.jpg') bottom center no-repeat;*/
}
.cms .cms-center-column.distributeur #bsahomelistingproduct .products .row {
  padding-bottom: 0;
}
.cms .cms-center-column.distributeur .contact-form-box {
  max-width: 700px;
  margin: 0 auto;
}
.cms .cms-center-column.distributeur .contact-form-box input.form-control {
  max-width: 100%;
  height: 35px;
}
.cms .cms-center-column.distributeur .contact-form-box button.btn-default {
  display: inline-block;
  padding: 9px 44px;
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  background: #127a9b;
  border: 1px solid #127a9b;
}
.cms .cms-center-column.distributeur .contact-form-box button.btn-default:hover, .cms .cms-center-column.distributeur .contact-form-box button.btn-default:focus {
  color: #127a9b;
  background: #FFF;
}
.cms .cms-menu {
  border-top-color: #cadce6;
}
.cms .cms-menu li {
  border-bottom: 1px solid #cadce6;
}
.cms .cms-menu li a {
  color: #475867;
}
.cms .cms-menu li.active, .cms .cms-menu li li a:hover, .cms .cms-menu li li a:focus {
  font-weight: 700;
}
.cms .content_scene_cat_bg {
  color: #057799;
  font-family: "IBM Plex Sans Condensed", sans-serif;
}
.cms .cms-menu li {
  padding-left: 5px;
}
.cms .cms-menu li a {
  padding: 0 30px 0 19px;
  font-size: 14px;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-left: 2px solid transparent;
}
.cms .cms-menu li a.actif, .cms .cms-menu li a:hover, .cms .cms-menu li a:focus {
  color: #057799;
  font-weight: 700;
  border-left: 2px solid #057799;
}

#footer {
  color: #333;
}
#footer h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.45px;
}
#footer .link_translat {
  text-align: center;
  margin-bottom: 15px;
}
#footer .link_translat a {
  text-decoration: underline;
}
#footer .link_translat a:hover, #footer .link_translat a:focus {
  color: #057799;
  text-decoration: none;
}
#footer .bottom-footer-1 {
  font-size: 14px;
}

/* Btn */
.btn_custom.btn_brd {
  display: inline-block;
  padding: 9px 44px;
  color: #057799;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  border: 2px solid #057799;
}
.btn_custom.btn_brd:hover, .btn_custom.btn_brd:focus {
  color: #FFF;
  background: #057799;
}
.btn_custom.btn_primary {
  display: inline-block;
  padding: 9px 44px;
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  background: #127a9b;
  border: 1px solid #127a9b;
}
.btn_custom.btn_primary:hover, .btn_custom.btn_primary:focus {
  opacity: 1 !important;
  color: #127a9b;
  background: #FFF;
}

#blog_list a.button,
.btn.btn-primary {
  padding: 9px 44px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  color: #FFF;
  background: #127a9b;
  border: 1px solid #127a9b;
}
#blog_list a.button i.right,
.btn.btn-primary i.right {
  margin-left: 9px;
}
#blog_list a.button i.left,
.btn.btn-primary i.left {
  margin-right: 9px;
}
#blog_list a.button span,
.btn.btn-primary span {
  padding: 0;
}
#blog_list a.button:hover, #blog_list a.button:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  opacity: 1 !important;
  color: #127a9b;
  background: #FFF;
}

.btn.btn-default {
  padding: 9px 44px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  color: #9fa6a6;
  font-weight: 400;
  background: #FFF;
  border-color: #9fa6a6;
}
.btn.btn-default i.right {
  margin-left: 9px;
}
.btn.btn-default i.left {
  margin-right: 9px;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  color: #FFF;
  background: #9fa6a6;
  border-color: #9fa6a6;
}

.btn.button-small {
  padding: 5px 15px;
}

/* Breadcrumb */
.breadcrumb {
  color: #057799;
  font-family: "Verdana";
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb .navigation_page .navigation-pipe {
  margin-left: 5px;
  margin-right: 5px;
}

/* Blog */
#blog_list li {
  border-bottom: 2px solid #0088b1;
}

/* Languages */
@media (min-width: 768px) {
  #header #languages-block-top {
    padding-right: 0;
    border-right: 1px solid #94c5d3;
  }
}
#header #languages-block-top .current {
  line-height: 30px;
  font-family: "Cervo";
  font-weight: 200;
  font-size: 17px;
}
#header #languages-block-top ul {
  top: 32px;
}

/* Shopping Cart */
#header .col_blockcart {
  border-left: 1px solid #94c5d3;
  border-right: 1px solid #94c5d3;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .col_blockcart {
    border-right: none;
  }
}

#header .shopping_cart {
  display: block;
  float: none;
  position: static;
  padding: 0;
  width: auto;
  line-height: 30px;
}
@media (max-width: 991px) {
  #header .shopping_cart {
    border-right: none;
  }
}
#header .shopping_cart:hover .cart_block, #header .shopping_cart:focus .cart_block {
  display: block;
}
#header .shopping_cart a.link:first-child {
  width: 100%;
  color: #FFF;
  font-family: "Cervo";
  font-weight: 200;
  font-size: 17px;
  vertical-align: middle;
  background: none;
}
#header .shopping_cart a.link:first-child:before {
  display: inline-block;
  content: '';
  height: 15px;
  width: 13px;
  margin-right: 5px;
  background: url("../img/icon/ico_cart.png") no-repeat;
}
@media (min-width: 992px) {
  #header .shopping_cart a.link:first-child:after {
    float: right;
    content: "\f0d7";
    font-family: "FontAwesome";
    vertical-align: -2px;
    padding-left: 12px;
  }
}
#header .shopping_cart a.link:first-child b {
  color: #FFF;
}
@media (max-width: 767px) {
  #header .shopping_cart a.link:first-child .txt {
    display: none;
  }
}
@media (min-width: 768px) {
  #header .shopping_cart a.link:first-child .nb {
    display: inline-block;
    font-size: 10px;
    font-family: Verdana;
  }
}
#header .shopping_cart .cart_block {
  top: 33px;
  width: 100%;
}
#header .shopping_cart .cart_block .products {
  margin-bottom: 0;
}
#header .shopping_cart .cart_block .products dt {
  padding: 10px;
}
#header .shopping_cart .cart_block .products dt .cart-images {
  margin-right: 10px;
}
#header .shopping_cart .cart_block .products dt .cart-images:before {
  display: none;
}
#header .shopping_cart .cart_block .products dt .cart-info {
  padding-right: 0;
}
#header .shopping_cart .cart-prices {
  padding: 10px;
}
#header .shopping_cart .cart-buttons #button_order_cart {
  margin-bottom: 0;
  color: #FFF;
}
#header .shopping_cart .cart-buttons #button_order_cart:before {
  display: none;
}
#header .shopping_cart .cart-buttons #button_order_cart span {
  padding: 0;
  font-size: 1em;
}
#header .shopping_cart .cart-buttons #button_order_cart:hover, #header .shopping_cart .cart-buttons #button_order_cart:focus {
  color: #127a9b;
}

#layer_cart {
  z-index: 9999;
}
@media (min-width: 992px) {
  #layer_cart {
    top: 50% !important;
    left: 50%;
    margin-left: 0;
    margin-right: 0;
    max-width: 1000px;
    transform: translate(-50%, 0%);
    /* compatibilité : ie9+ */
  }
}

/* UserInfo */
@media (min-width: 992px) {
  #header .col_userinfo {
    padding-left: 0;
    text-align: right;
  }
}

#header .header_user_info {
  display: inline-block;
  float: none;
  line-height: 30px;
  font-family: "Cervo";
  font-weight: 200;
  font-size: 17px;
}
#header .header_user_info a {
  display: inline-block;
  padding: 0 15px;
  color: #FFF;
  line-height: normal;
  vertical-align: -1px;
}
#header .header_user_info a:before {
  display: inline-block;
  content: '';
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background: url("../img/icon/ico_user.png") no-repeat;
}
#header .header_user_info a:hover, #header .header_user_info a:focus {
  opacity: 0.5;
}

/* Slider */
#homepage-slider .bx-wrapper .bx-controls-direction a.bx-prev, #homepage-slider .bx-wrapper .bx-controls-direction a.bx-next {
  height: 24px;
  width: 18px;
  opacity: 0.5;
}
#homepage-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover, #homepage-slider .bx-wrapper .bx-controls-direction a.bx-prev:focus, #homepage-slider .bx-wrapper .bx-controls-direction a.bx-next:hover, #homepage-slider .bx-wrapper .bx-controls-direction a.bx-next:focus {
  opacity: 1;
}
#homepage-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url("../img/slider_prev.png") no-repeat;
}
@media (min-width: 992px) {
  #homepage-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 22px;
  }
}
@media (max-width: 991px) {
  #homepage-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 8px;
  }
}
#homepage-slider .bx-wrapper .bx-controls-direction a.bx-next {
  background: url("../img/slider_next.png") no-repeat;
}
@media (min-width: 992px) {
  #homepage-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 22px;
  }
}
@media (max-width: 991px) {
  #homepage-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 8px;
  }
}
#homepage-slider .slide {
  min-height: 214px;
  background: #FFF;
}
@media (max-width: 991px) {
  #homepage-slider .slide {
    text-align: center;
  }
}
#homepage-slider .pad {
  padding: 0 19px;
}
@media (max-width: 991px) {
  #homepage-slider .pad {
    padding: 35px;
  }
}
@media (min-width: 992px) {
  #homepage-slider .row {
    display: flex;
    align-items: center;
    min-height: 225px;
  }
}
#homepage-slider h2 {
  font-size: 26px !important;
  color: #167dab;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}
#homepage-slider h2 strong {
  font-weight: 500;
}
#homepage-slider .homeslider-description {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#homepage-slider .homeslider-description a {
  display: inline-block;
  padding: 2px 30px;
  color: #666767;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  border: 1px solid #666;
}
#homepage-slider .homeslider-description a:hover, #homepage-slider .homeslider-description a:focus {
  color: #FFF;
  background: #666;
}
@media (min-width: 992px) {
  #homepage-slider .col_img {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  #homepage-slider .col_img img {
    display: inline-block;
  }
}

.socialsharing_product button {
  padding: 6px 12px !important;
}

.txt_upper {
  text-transform: uppercase;
}

.txt_right {
  text-align: right;
}
