@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.ttf");
}
@media (max-width: 990px) {
  /* line 1, ../../custom/sass/content/_global.scss */
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 991px) {
  /* line 2, ../../custom/sass/content/_global.scss */
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 3, ../../custom/sass/content/_global.scss */
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 4, ../../custom/sass/content/_global.scss */
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 990px) {
  /* line 5, ../../custom/sass/content/_global.scss */
  #header .header-nav .top-logo {
    line-height: 50px;
    vertical-align: middle;
    width: 200px;
    margin: 0 auto 0 11%;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  /* line 6, ../../custom/sass/content/_global.scss */
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  /* line 7, ../../custom/sass/content/_global.scss */
  .hidden-md {
    display: none !important;
  }
}
/* line 9, ../../custom/sass/content/_global.scss */
h1, .h1 {
font-size: 35px;
    color: #01254D;
    font-weight: normal;
    text-transform: none;
}
}
@media (max-width: 767px) {
  /* line 9, ../../custom/sass/content/_global.scss */
  h1, .h1 {
    font-size: 6vw;
  }
}
@media (max-width: md-1) {
  /* line 9, ../../custom/sass/content/_global.scss */
  h1, .h1 {
    font-size: 6vw;
  }
}

/* line 18, ../../custom/sass/content/_global.scss */
.h2, h2 {
  padding: 25px 0;
  font-size: 25px;
}
@media (max-width: 767px) {
  /* line 18, ../../custom/sass/content/_global.scss */
  .h2, h2 {
    font-size: 5.3vw;
  }
}
@media (max-width: md-1) {
  /* line 18, ../../custom/sass/content/_global.scss */
  .h2, h2 {
    font-size: 5.3vw;
  }
}

/* line 26, ../../custom/sass/content/_global.scss */
.h3, h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  /* line 26, ../../custom/sass/content/_global.scss */
  .h3, h3 {
    font-size: 4.5vw;
  }
}
@media (max-width: md-1) {
  /* line 26, ../../custom/sass/content/_global.scss */
  .h3, h3 {
    font-size: 4.5vw;
  }
}

/* line 33, ../../custom/sass/content/_global.scss */
p {
  font-size: 15px;
  color: #01254D;
}

/* line 37, ../../custom/sass/content/_global.scss */
label, .label {
  font-size: 20px;
}

/* line 40, ../../custom/sass/content/_global.scss */
.input-group .input-group-btn > .btn {
  height: 38px;
}

/* line 44, ../../custom/sass/content/_global.scss */
body, .btn, .page-order-detail {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

/* line 48, ../../custom/sass/content/_global.scss */
.btn-primary {
  background-color: #01254D;
  text-transform: none;
  font-weight: normal;
}

/* line 53, ../../custom/sass/content/_global.scss */
.btn-tertiary {
  text-transform: none;
  margin: 0;
}

/* line 57, ../../custom/sass/content/_global.scss */
.alert, .info, .danger, .breadcrumb {
  font-size: 16px;

}

/* line 60, ../../custom/sass/content/_global.scss */
.text-right {
  text-align: center;
}

/* line 64, ../../custom/sass/content/_global.scss */
input {
  border-radius: 0;
}

/* line 68, ../../custom/sass/content/_global.scss */
.lgcookieslaw_button_container {
  width: 150px;
}
@media (max-width: 767px) {
  /* line 68, ../../custom/sass/content/_global.scss */
  .lgcookieslaw_button_container {
    width: 100px;
  }
}
@media (max-width: md-1) {
  /* line 68, ../../custom/sass/content/_global.scss */
  .lgcookieslaw_button_container {
    width: 100px;
  }
}

/* line 76, ../../custom/sass/content/_global.scss */
.checkboxContainer {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 83, ../../custom/sass/content/_global.scss */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 90, ../../custom/sass/content/_global.scss */
.checkboxContainer .checkmark {
  position: absolute;
  top: 0;
  left: -35px;
  height: 25px;
  width: 25px;
  background-color: #fff;
}
/* line 97, ../../custom/sass/content/_global.scss */
.checkboxContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 4px;
  width: 7px;
  height: 15px;
  border: solid #336699;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 112, ../../custom/sass/content/_global.scss */
.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* line 118, ../../custom/sass/content/_global.scss */
.text-center {
  text-align: center;
}

/* line 121, ../../custom/sass/content/_global.scss */
.hide {
  display: none;
}
.hideifzero {
  display: none!important;
}
.showifzero {
  display: inline;
}
@media screen and (max-width: 767px) {
  /* line 125, ../../custom/sass/content/_global.scss */
  .card {
    background-color: #fff;
  }
}
/* line 131, ../../custom/sass/content/_global.scss */
#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, .featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, .product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, .product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after {
  border: 0;
}

/* line 135, ../../custom/sass/content/_global.scss */
.fa {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 139, ../../custom/sass/content/_global.scss */
.fa.fa-catalogue {
  color: transparent;
  background-image: url(../picto/catalogue.svg);
}
/* line 143, ../../custom/sass/content/_global.scss */
.fa.fa-rd_services {
  color: transparent;
  background-image: url(../picto/rd_services.svg);
}
/* line 147, ../../custom/sass/content/_global.scss */
.fa.fa-analysis_service {
  color: transparent;
  background-image: url(../picto/analysis_service.svg);
}
/* line 151, ../../custom/sass/content/_global.scss */
.fa.fa-custom_delivery {
  color: transparent;
  background-image: url(../picto/custom_delivery.svg);
}
/* line 155, ../../custom/sass/content/_global.scss */
.fa.fa-download_attachment {
  color: transparent;
  background-image: url(../picto/download.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}
/* line 163, ../../custom/sass/content/_global.scss */
.fa.fa-custom_cart {
  color: transparent;
  background-image: url(../picto/icon_cart.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 20px;
  vertical-align: middle;
}
/* line 172, ../../custom/sass/content/_global.scss */
.fa.fa-quote {
  color: transparent;
  background-image: url(../picto/icon_quote.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 20px;
  vertical-align: middle;
}

/*top header*/
/* line 2, ../../custom/sass/content/_header.scss */
#contact-link a {
  color: #336699;
  text-transform: uppercase;
  margin-right: 30px;
  font-weight: bold;
}

/* line 10, ../../custom/sass/content/_header.scss */
#header .header-nav .cart-preview.active, #header .header-nav .cart-preview.inactive {
  background: #489e84;
  margin: 0;
  padding: 0;
  color: #fff;
}
/* line 16, ../../custom/sass/content/_header.scss */
#header .btn-primary {
  box-shadow: none;
}
/* line 20, ../../custom/sass/content/_header.scss */
#header .right-nav a {
  color: #fff;
  line-height: 25px;
}
/* line 24, ../../custom/sass/content/_header.scss */
#header .right-nav i {
  margin-right: 8px;
}
/* line 27, ../../custom/sass/content/_header.scss */
#header .right-nav .user-info {
  margin-right: 15px;
  margin-top: 8px;
}
/* line 30, ../../custom/sass/content/_header.scss */
#header .right-nav .user-info a {
  color: #489e84;
}
/* line 32, ../../custom/sass/content/_header.scss */
#header .right-nav .user-info a:hover {
  color: #336699;
}
/* line 38, ../../custom/sass/content/_header.scss */
#header .right-nav .mobile .user-info {
  margin-left: 0;
}
/* line 43, ../../custom/sass/content/_header.scss */
#header #_mobile_user_info .user-info {
  width: 50px;
}
/* line 45, ../../custom/sass/content/_header.scss */
#header #_mobile_user_info .user-info a, #header #_mobile_user_info .user-info .logged {
  color: #709F91;
}
/* line 47, ../../custom/sass/content/_header.scss */
#header #_mobile_user_info .user-info a:hover, #header #_mobile_user_info .user-info .logged:hover {
  color: #336699;
}
/* line 51, ../../custom/sass/content/_header.scss */
#header #_mobile_user_info .user-info a {
  padding-right: 10px;
}
/* line 55, ../../custom/sass/content/_header.scss */
#header .header-nav .top-logo {
  padding-top: 0;
}
/* line 58, ../../custom/sass/content/_header.scss */
#header .header-nav .blockcart {
  height: 50px;
}
/* line 60, ../../custom/sass/content/_header.scss */
#header .header-nav .blockcart .header {
  margin-top: 0;
}
/* line 62, ../../custom/sass/content/_header.scss */
#header .header-nav .blockcart .header a {
  padding: 12px 16px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* line 70, ../../custom/sass/content/_header.scss */
#header .btn-primary.focus
, #header .btn-primary:focus
, #header .btn-primary:hover
, #header .cart-preview.active:hover
, #header .cart-preview.active:focus
, #header .cart-preview.inactive:hover
, #header .cart-preview.inactive:focus {
  background-color: #336699;
}
/* line 79, ../../custom/sass/content/_header.scss */
#header #_desktop_quotation a, #header #_mobile_quotation a {
  height: 50px;
  color: #fff;
  padding-top: 10px;
}

/* line 85, ../../custom/sass/content/_header.scss */
body#checkout #header .header-nav {
  box-shadow: none;
}

/* line 89, ../../custom/sass/content/_header.scss */
.forgotten-password .form-fields .center-email-fields button {
  line-height: 1;
}

/*logo & search*/
/* line 94, ../../custom/sass/content/_header.scss */
.header-top .position-static {
  text-align: center;
}

/* line 97, ../../custom/sass/content/_header.scss */
#header .header-top .search-widget {
  float: none;
  width: 330px;
  border: 1px solid black;
}
@media (max-width: 575px) {
  /* line 97, ../../custom/sass/content/_header.scss */
  #header .header-top .search-widget {
    width: 90%;
  }
}
@media (max-width: sm-1) {
  /* line 97, ../../custom/sass/content/_header.scss */
  #header .header-top .search-widget {
    width: 90%;
  }
}
/* line 104, ../../custom/sass/content/_header.scss */
#header .header-top .search-widget i {
  font-size: 33px;
  color: #01254D;
}
/* line 108, ../../custom/sass/content/_header.scss */
#header .header-top .search-widget input {
  border: none;
}
/* line 111, ../../custom/sass/content/_header.scss */
#header .header-top .search-widget input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 1;
  /* Firefox */
}
/* line 115, ../../custom/sass/content/_header.scss */
#header .header-top .search-widget input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}
/* line 118, ../../custom/sass/content/_header.scss */
#header .header-top .search-widget input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666;
}


/*menu 2023*/
#header a {
    color: #01254D;
}

.adtm_elements_10 {
column-count: 4;
}

.adtm_elements_11 {
column-count: 7;
}

.adtm_elements a, .column_wrap_title a{

color:#01254D!important;
}

.adtm_elements li a:hover{
background-color: rgba(1, 37, 77, 0.2); 

color:#01254D;
}


.advtm_menu_5 .adtm_elements, .advtm_menu_7 .adtm_elements {
column-count: 4;
}


.advtm_menu_6 span.column_wrap_title a {
font-weight:normal!important;
}

.advtm_menu_6 .adtm_sub span:hover{
background-color: rgba(1, 37, 77, 0.2); 

color:#01254D;
}


.adtm_elements_21 a, .adtm_elements_23 a, .adtm_elements_22 a {
font-size:16px!important
}
.adtm_elements_21, .adtm_elements_23 {
column-count: 5;
}

.adtm_elements_22 {
column-count: 3;
}

.adtm_elements_21, .adtm_elements_23 {
column-count: 4;
}
.adtm_column_21 .column_wrap_title {
display:none!important;
}

.adtm_column_22 .column_wrap_title {
display:none!important;
}

.adtm_column_23 .column_wrap_title {
display:none!important;
}

@media (max-width: 767px) {
 
  .adtm_elements_10 {
column-count: 1;
}

.adtm_elements_11, .adtm_elements_21, .adtm_elements_22, .adtm_elements_23 {
column-count: 1;
}

.advtm_menu_5 .adtm_elements {
column-count: 1;
}
}

`

/*menu*/
/* line 123, ../../custom/sass/content/_header.scss */
#_desktop_top_menu {
  width: 100%;
  margin-bottom: -5px;
}

/* line 127, ../../custom/sass/content/_header.scss */
#header .menu > ul {
  display: table;
  width: 100%;
}
/* line 130, ../../custom/sass/content/_header.scss */
#header .menu > ul li {
  display: table-cell;
  border-right: 1px solid #fff;
}
/* line 134, ../../custom/sass/content/_header.scss */
#header .menu > ul.top-menu .collapse {
  display: none;
}

/* line 138, ../../custom/sass/content/_header.scss */
#header .menu > ul, #_mobile_top_menu ul#top-menu {
  margin-bottom: 0;
  font-size: 0;
}
/* line 141, ../../custom/sass/content/_header.scss */
#header .menu > ul > li, #_mobile_top_menu ul#top-menu > li {
  margin-right: 1px;
  background-color: #489e84;
}
/* line 144, ../../custom/sass/content/_header.scss */
#header .menu > ul > li a, #header .menu > ul > li a.dropdown-item, #_mobile_top_menu ul#top-menu > li a, #_mobile_top_menu ul#top-menu > li a.dropdown-item {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  line-height: 47px;
  padding: 5px 15px;
  text-transform: none;
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 144, ../../custom/sass/content/_header.scss */
  #header .menu > ul > li a, #header .menu > ul > li a.dropdown-item, #_mobile_top_menu ul#top-menu > li a, #_mobile_top_menu ul#top-menu > li a.dropdown-item {
    padding: 5px 11px;
  }
}
/* line 155, ../../custom/sass/content/_header.scss */
#header .menu > ul > li a:hover, #header .menu > ul > li a.dropdown-item:hover, #_mobile_top_menu ul#top-menu > li a:hover, #_mobile_top_menu ul#top-menu > li a.dropdown-item:hover {
  color: #0079A4;
}
/* line 159, ../../custom/sass/content/_header.scss */
#header .menu > ul > li .sub-menu a, #_mobile_top_menu ul#top-menu > li .sub-menu a {
  color: #01254D;
  padding: 5px;
}
/* line 163, ../../custom/sass/content/_header.scss */
#header .menu > ul > li a[data-depth="0"]:hover, #_mobile_top_menu ul#top-menu > li a[data-depth="0"]:hover {
  color: #fff;
  text-decoration: none;
}
/* line 168, ../../custom/sass/content/_header.scss */
#header .menu > ul > li > a:hover,
#header .menu > ul > li > a:focus, #_mobile_top_menu ul#top-menu > li > a:hover,
#_mobile_top_menu ul#top-menu > li > a:focus {
  background: #3B826D;
  text-decoration: none;
}
/* line 173, ../../custom/sass/content/_header.scss */
#header .menu > ul > li:nth-last-child(-n+3), #_mobile_top_menu ul#top-menu > li:nth-last-child(-n+3) {
  background-color: #336699;
}
/* line 175, ../../custom/sass/content/_header.scss */
#header .menu > ul > li:nth-last-child(-n+3) > a:hover,
#header .menu > ul > li:nth-last-child(-n+3) > a:focus, #_mobile_top_menu ul#top-menu > li:nth-last-child(-n+2) > a:hover,
#_mobile_top_menu ul#top-menu > li:nth-last-child(-n+3) > a:focus {
  background: #2A547E;
}

/* line 182, ../../custom/sass/content/_header.scss */
.top-menu {
  position: relative;
}
/* line 184, ../../custom/sass/content/_header.scss */
.top-menu .sub-menu {
  top: 100%;
  margin: 0;
  width: 100%;
}

/* line 191, ../../custom/sass/content/_header.scss */
.top-menu[data-depth="1"] {
  margin: 0px;
}

/* line 2, ../../custom/sass/content/_content.scss */
a {
  color: #709F91;
}
/* line 4, ../../custom/sass/content/_content.scss */
a:hover, a:focus {
  color: #006e95;
}

#header .menu > ul > li#category-310 {
	background-color:#aaa;
}

#header .menu > ul > li#category-310>a {

color:#fff;}

#header .menu > ul > li#category-310>a:hover {

color:#fff;}

@media (max-width: 991px) {
  /* line 10, ../../custom/sass/content/_content.scss */
  .rev_slider_wrapper {
    display: none !important;
  }
}
@media (max-width: lg-1) {
  /* line 10, ../../custom/sass/content/_content.scss */
  .rev_slider_wrapper {
    display: none !important;
  }
}

/* line 15, ../../custom/sass/content/_content.scss */
#picto_accueil {
  background-color: #fff;
}
/* line 18, ../../custom/sass/content/_content.scss */
#picto_accueil h2, #picto_accueil strong {
  color: #336699;
}
/* line 21, ../../custom/sass/content/_content.scss */
#picto_accueil h2 {
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  /* line 21, ../../custom/sass/content/_content.scss */
  #picto_accueil h2 {
    font-size: 6vw;
  }
}
@media (max-width: md-1) {
  /* line 21, ../../custom/sass/content/_content.scss */
  #picto_accueil h2 {
    font-size: 6vw;
  }
}
/* line 27, ../../custom/sass/content/_content.scss */
#picto_accueil strong {
  display: inline-block;
  font-size: 25px;
  margin: 10px 0;
}
@media (max-width: 575px) {
  /* line 27, ../../custom/sass/content/_content.scss */
  #picto_accueil strong {
    font-size: 5vw;
  }
}
@media (max-width: sm-1) {
  /* line 27, ../../custom/sass/content/_content.scss */
  #picto_accueil strong {
    font-size: 5vw;
  }
}
/* line 35, ../../custom/sass/content/_content.scss */
#picto_accueil p {
  color: #01254D;
}
/* line 38, ../../custom/sass/content/_content.scss */
#picto_accueil ul.customCol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 70px;
  margin: 0;
}
/* line 45, ../../custom/sass/content/_content.scss */
#picto_accueil ul.customCol > li {
  list-style: none;
  display: inline-block;
  width: 19%;
  margin: 0 3%;
}
@media (max-width: 991px) {
  /* line 45, ../../custom/sass/content/_content.scss */
  #picto_accueil ul.customCol > li {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: lg-1) {
  /* line 45, ../../custom/sass/content/_content.scss */
  #picto_accueil ul.customCol > li {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  /* line 45, ../../custom/sass/content/_content.scss */
  #picto_accueil ul.customCol > li {
    width: 90%;
  }
}
@media (max-width: md-1) {
  /* line 45, ../../custom/sass/content/_content.scss */
  #picto_accueil ul.customCol > li {
    width: 90%;
  }
}
/* line 59, ../../custom/sass/content/_content.scss */
#picto_accueil ul.customCol > li i {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
/* line 65, ../../custom/sass/content/_content.scss */
#picto_accueil ul.customCol > li ul {
  list-style: circle;
}

/* line 72, ../../custom/sass/content/_content.scss */
.extsearch-home {
  background-color: #709F91;
  padding: 25px;
}
@media (max-width: 575px) {
  /* line 72, ../../custom/sass/content/_content.scss */
  .extsearch-home {
    padding: 25px 15px;
  }
}
@media (max-width: sm-1) {
  /* line 72, ../../custom/sass/content/_content.scss */
  .extsearch-home {
    padding: 25px 15px;
  }
}
/* line 78, ../../custom/sass/content/_content.scss */
.extsearch-home h3 {
  font-size: 38px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 85, ../../custom/sass/content/_content.scss */
.extsearch-home .form-row-home {
  width: 33.33%;
  float: left;
  margin-bottom: 25px;
  padding: 0 25px;
}
@media (max-width: 767px) {
  /* line 85, ../../custom/sass/content/_content.scss */
  .extsearch-home .form-row-home {
    width: 50%;
    padding: 0;
  }
}
@media (max-width: md-1) {
  /* line 85, ../../custom/sass/content/_content.scss */
  .extsearch-home .form-row-home {
    width: 50%;
    padding: 0;
  }
}
@media (max-width: 575px) {
  /* line 85, ../../custom/sass/content/_content.scss */
  .extsearch-home .form-row-home {
    width: 100%;
  }
}
@media (max-width: sm-1) {
  /* line 85, ../../custom/sass/content/_content.scss */
  .extsearch-home .form-row-home {
    width: 100%;
  }
}
/* line 97, ../../custom/sass/content/_content.scss */
.extsearch-home .form-row-home.search-query {
  display: none;
}
/* line 101, ../../custom/sass/content/_content.scss */
.extsearch-home .form-row-stock {
  float: none;
  text-align: center;
  margin: 0 auto;
}
/* line 105, ../../custom/sass/content/_content.scss */
.extsearch-home .form-row-stock label {
  color: #fff;
}

/* line 111, ../../custom/sass/content/_content.scss */
.form-row-home.selectdiv, .form-row-column.selectdiv {
  position: relative;
}
/* line 113, ../../custom/sass/content/_content.scss */
.form-row-home.selectdiv:after, .form-row-column.selectdiv:after {
  content: 'keyboard_arrow_down';
  color: #709F91;
  right: 37px;
  top: 22px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}
@media (max-width: 767px) {
  /* line 113, ../../custom/sass/content/_content.scss */
  .form-row-home.selectdiv:after, .form-row-column.selectdiv:after {
    right: 13px;
  }
}
@media (max-width: md-1) {
  /* line 113, ../../custom/sass/content/_content.scss */
  .form-row-home.selectdiv:after, .form-row-column.selectdiv:after {
    right: 13px;
  }
}
/* line 133, ../../custom/sass/content/_content.scss */
.form-row-home.selectdiv select, .form-row-column.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  float: right;
  margin: 5px 0;
  padding: 0 44px 0 18px;
  line-height: 1.75;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
  height: 55px;
  color: #709F91;
  font-size: 25px;
}
@media (max-width: 991px) {
  /* line 133, ../../custom/sass/content/_content.scss */
  .form-row-home.selectdiv select, .form-row-column.selectdiv select {
    font-size: 22px;
  }
}
@media (max-width: lg-1) {
  /* line 133, ../../custom/sass/content/_content.scss */
  .form-row-home.selectdiv select, .form-row-column.selectdiv select {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  /* line 133, ../../custom/sass/content/_content.scss */
  .form-row-home.selectdiv select, .form-row-column.selectdiv select {
    font-size: 18px;
  }
}
@media (max-width: md-1) {
  /* line 133, ../../custom/sass/content/_content.scss */
  .form-row-home.selectdiv select, .form-row-column.selectdiv select {
    font-size: 18px;
  }
}
/* line 160, ../../custom/sass/content/_content.scss */
.form-row-home select::-ms-expand, .form-row-column select::-ms-expand {
  display: none;
}

/* line 164, ../../custom/sass/content/_content.scss */
.form-row-column {
  width: 100%;
  float: left;
}
/* line 168, ../../custom/sass/content/_content.scss */
.form-row-column.selectdiv select {
  padding: 0 35px 0 5px;
  font-size: 18px;
}
/* line 172, ../../custom/sass/content/_content.scss */
.form-row-column.selectdiv:after {
  right: 8px;
}
/* line 177, ../../custom/sass/content/_content.scss */
.form-row-column.search-query input {
  width: 100%;
  height: 42px;
  margin: 8px 0;
}
/* line 182, ../../custom/sass/content/_content.scss */
.form-row-column.search-query input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 1;
  /* Firefox */
}
/* line 186, ../../custom/sass/content/_content.scss */
.form-row-column.search-query input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}
/* line 189, ../../custom/sass/content/_content.scss */
.form-row-column.search-query input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666;
}

/* line 195, ../../custom/sass/content/_content.scss */
#btn-submit-form {
  clear: both;
  width: 40%;
  margin: 0 auto;
  min-height: 50px;
}
@media (max-width: 1199px) {
  /* line 195, ../../custom/sass/content/_content.scss */
  #btn-submit-form {
    width: 50%;
  }
}
@media (max-width: 991px) {
  /* line 195, ../../custom/sass/content/_content.scss */
  #btn-submit-form {
    width: 67%;
  }
}
@media (max-width: lg-1) {
  /* line 195, ../../custom/sass/content/_content.scss */
  #btn-submit-form {
    width: 67%;
  }
}
@media (max-width: 767px) {
  /* line 195, ../../custom/sass/content/_content.scss */
  #btn-submit-form {
    width: 100%;
  }
}
@media (max-width: md-1) {
  /* line 195, ../../custom/sass/content/_content.scss */
  #btn-submit-form {
    width: 100%;
  }
}
/* line 209, ../../custom/sass/content/_content.scss */
#btn-submit-form .reset-btn, #btn-submit-form .btn-search {
  color: #fff;
  height: 50px;
  width: 180px;
  margin: 0 15px;
  vertical-align: top;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 209, ../../custom/sass/content/_content.scss */
  #btn-submit-form .reset-btn, #btn-submit-form .btn-search {
    width: 47%;
    margin: 0 1%;
  }
}
@media (max-width: md-1) {
  /* line 209, ../../custom/sass/content/_content.scss */
  #btn-submit-form .reset-btn, #btn-submit-form .btn-search {
    width: 47%;
    margin: 0 1%;
  }
}
@media (max-width: 575px) {
  /* line 209, ../../custom/sass/content/_content.scss */
  #btn-submit-form .reset-btn, #btn-submit-form .btn-search {
    margin: 5px 2%;
    display: block;
    width: 49%;
    float: left;
  }
}
@media (max-width: sm-1) {
  /* line 209, ../../custom/sass/content/_content.scss */
  #btn-submit-form .reset-btn, #btn-submit-form .btn-search {
    margin: 5px 2%;
    display: block;
    width: 49%;
    float: left;
  }
}
@media (max-width: 575px) {
  /* line 209, ../../custom/sass/content/_content.scss */
  #btn-submit-form .reset-btn, #btn-submit-form .btn-search {
    width: 47%;
    margin: 5px 0 5px 2%;
  }
  /* line 229, ../../custom/sass/content/_content.scss */
  #btn-submit-form .reset-btn i.fa-search, #btn-submit-form .btn-search i.fa-search {
    font-size: 20px;
  }
}
@media (max-width: sm-1) {
  /* line 209, ../../custom/sass/content/_content.scss */
  #btn-submit-form .reset-btn, #btn-submit-form .btn-search {
    width: 47%;
    margin: 5px 0 5px 2%;
  }
  /* line 229, ../../custom/sass/content/_content.scss */
  #btn-submit-form .reset-btn i.fa-search, #btn-submit-form .btn-search i.fa-search {
    font-size: 20px;
  }
}
/* line 233, ../../custom/sass/content/_content.scss */
#btn-submit-form .reset-btn:hover, #btn-submit-form .btn-search:hover {
  background-color: #336699;
}
/* line 237, ../../custom/sass/content/_content.scss */
#btn-submit-form .reset-btn {
  background-color: #709F91;
  border: 1px solid #F7F7F7;
  padding: 8px;
  font-size: 25px;
}
@media (max-width: 575px) {
  /* line 237, ../../custom/sass/content/_content.scss */
  #btn-submit-form .reset-btn {
    font-size: 22px;
    padding-top: 11px;
  }
}
@media (max-width: sm-1) {
  /* line 237, ../../custom/sass/content/_content.scss */
  #btn-submit-form .reset-btn {
    font-size: 22px;
    padding-top: 11px;
  }
}
/* line 247, ../../custom/sass/content/_content.scss */
#btn-submit-form .btn-search {
  background-color: #489e84;
  border: 1px solid #fff;
  font-size: 30px;
}
@media (max-width: 575px) {
  /* line 247, ../../custom/sass/content/_content.scss */
  #btn-submit-form .btn-search {
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: sm-1) {
  /* line 247, ../../custom/sass/content/_content.scss */
  #btn-submit-form .btn-search {
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 261, ../../custom/sass/content/_content.scss */
#index .featured-products h2 {
  margin-top: 25px;
}
/* line 264, ../../custom/sass/content/_content.scss */
#index .featured-products .all-product-link {
  color: #336699;
}
/* line 266, ../../custom/sass/content/_content.scss */
#index .featured-products .all-product-link:hover {
  text-decoration: underline;
}
/* line 270, ../../custom/sass/content/_content.scss */
#index .featured-products .product-miniature {
  margin: auto;
}

/* line 275, ../../custom/sass/content/_content.scss */
#index #block-reassurance {
  border-top: 1px solid #01254D;
  border-bottom: 1px solid #01254D;
  margin-bottom: 35px;
}
/* line 279, ../../custom/sass/content/_content.scss */
#index #block-reassurance ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}
/* line 286, ../../custom/sass/content/_content.scss */
#index #block-reassurance li {
  list-style: none;
  display: inline-block;
  width: 220px;
  border: 0;
  font-size: 18px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 286, ../../custom/sass/content/_content.scss */
  #index #block-reassurance li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: md-1) {
  /* line 286, ../../custom/sass/content/_content.scss */
  #index #block-reassurance li {
    width: 100%;
    text-align: center;
  }
}

/* line 304, ../../custom/sass/content/_content.scss */
#products .product-miniature
, .featured-products .product-miniature
, .product-accessories .product-miniature
, .product-miniature .product-miniature {
  margin: 0.3125rem;
}
@media (max-width: 767px) {
  /* line 304, ../../custom/sass/content/_content.scss */
  #products .product-miniature
  , .featured-products .product-miniature
  , .product-accessories .product-miniature
  , .product-miniature .product-miniature {
    margin: 0 29px;
  }
}
@media (max-width: md-1) {
  /* line 304, ../../custom/sass/content/_content.scss */
  #products .product-miniature
  , .featured-products .product-miniature
  , .product-accessories .product-miniature
  , .product-miniature .product-miniature {
    margin: 0 29px;
  }
}
@media (max-width: 575px) {
  /* line 304, ../../custom/sass/content/_content.scss */
  #products .product-miniature
  , .featured-products .product-miniature
  , .product-accessories .product-miniature
  , .product-miniature .product-miniature {
    margin: 0 auto;
  }
}
@media (max-width: sm-1) {
  /* line 304, ../../custom/sass/content/_content.scss */
  #products .product-miniature
  , .featured-products .product-miniature
  , .product-accessories .product-miniature
  , .product-miniature .product-miniature {
    margin: 0 auto;
  }
}

/* line 316, ../../custom/sass/content/_content.scss */
#products .product-title
, .featured-products .product-title
, .product-accessories .product-title
, .product-miniature .product-title {
  margin-top: 0;
  padding: 0;
  padding-top: 3px;
  line-height: 14px;
}

/* line 325, ../../custom/sass/content/_content.scss */
#products .product-description
, .featured-products .product-description
, .product-accessories .product-description
, .product-miniature .product-description {
  overflow: hidden;
}

@media (max-width: 575px) {
  /* line 338, ../../custom/sass/content/_content.scss */
  #js-product-list .products {
    flex-direction: column;
  }
}
@media (max-width: sm-1) {
  /* line 338, ../../custom/sass/content/_content.scss */
  #js-product-list .products {
    flex-direction: column;
  }
}

/* line 343, ../../custom/sass/content/_content.scss */
.product-title {
  text-transform: none !important;
}

/* line 348, ../../custom/sass/content/_content.scss */
#index .featured-products .thumbnail-container, #index .featured-products .highlighted-informations, #products .thumbnail-container, #products .highlighted-informations, #product .thumbnail-container, #product .highlighted-informations {
  width: 196px;
}
/* line 351, ../../custom/sass/content/_content.scss */
#index .featured-products .product-description, #products .product-description, #product .product-description {
  width: 172px;
  position: static;
  margin: auto;
  height: auto;
}

#index .featured-products .product-thumbnail img,  #products .thumbnail-container .product-thumbnail img {
  
    margin: 0;
}
/* line 357, ../../custom/sass/content/_content.scss */
#index .featured-products .thumbnail-container, #products .thumbnail-container, #product .thumbnail-container {
  height: auto;
  border: 1px solid #01254D;
    padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.2);

}
/* line 365, ../../custom/sass/content/_content.scss */
#index .featured-products .thumbnail-container:hover, #products .thumbnail-container:hover, #product .thumbnail-container:hover {
  border: 1px solid #336699;
}
/* line 367, ../../custom/sass/content/_content.scss */
#index .featured-products .thumbnail-container:hover .product-description .product-title a, #products .thumbnail-container:hover .product-description .product-title a, #product .thumbnail-container:hover .product-description .product-title a {
  color: #336699;
}
/* line 372, ../../custom/sass/content/_content.scss */
#index .featured-products .thumbnail-container .product-thumbnail, #products .thumbnail-container .product-thumbnail, #product .thumbnail-container .product-thumbnail {
  height: 80px;
  border-bottom: 0px solid #f5f5f5;
  width: 100%;
}
/* line 377, ../../custom/sass/content/_content.scss */
#index .featured-products .product-title a, #products .product-title a, #product .product-title a {
  color: #01254D;
  font-size: 12px;
    line-height: 1em;
}

/* line 387, ../../custom/sass/content/_content.scss */
.block-category-inner {
  color: #01254D;
}

/* line 391, ../../custom/sass/content/_content.scss */
#category .sub-title {
color: #709F91;
    font-size: 18px;
    font-weight: normal;
    padding: 0 1.25rem 0.5rem;
}
/* line 396, ../../custom/sass/content/_content.scss */
#category .block-category {
  margin-bottom: 5px;
}
/* line 400, ../../custom/sass/content/_content.scss */
#category #js-product-list-top .sub-title {
  float: left;
  margin-top: 15px;
}
/* line 405, ../../custom/sass/content/_content.scss */
#category .products-selection .total-products {
  padding-top: 0;
}

/* line 409, ../../custom/sass/content/_content.scss */
.sub-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
/* line 414, ../../custom/sass/content/_content.scss */
.sub-categories li {
float: left;
    width: 25%;
    margin: 5px 2%;
    border: 1px solid #01254D;
    display: table;
    height: 60px;
}
@media (max-width: 1199px) {
  /* line 414, ../../custom/sass/content/_content.scss */
  .sub-categories li {
    width: 44%;
    margin: 5px 3%;
  }
}
@media (max-width: 575px) {
  /* line 414, ../../custom/sass/content/_content.scss */
  .sub-categories li {
    width: 80%;
    margin: 5px auto;
  }
}
@media (max-width: sm-1) {
  /* line 414, ../../custom/sass/content/_content.scss */
  .sub-categories li {
    width: 80%;
    margin: 5px auto;
  }
}
/* line 429, ../../custom/sass/content/_content.scss */
.sub-categories li a {
text-align: center;
    background-color: #fff;
    color: #01254D;
    font-size: 17px;
    padding: 5px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
/* line 440, ../../custom/sass/content/_content.scss */
.sub-categories li:hover {
  border: 1px solid #489e84;
}
/* line 442, ../../custom/sass/content/_content.scss */
.sub-categories li:hover a {
  color: #489e84;
}

/* line 450, ../../custom/sass/content/_content.scss */
#left-column .opartDevisCartToQuotationLink, #left-column .block-categories, #left-column #search_filters_wrapper {
  margin-bottom: 20px;
}
/* line 453, ../../custom/sass/content/_content.scss */
#left-column .opartDevisCartToQuotationLink {
  width: 100%;
}
@media (max-width: 575px) {
  /* line 453, ../../custom/sass/content/_content.scss */
  #left-column .opartDevisCartToQuotationLink {
    width: 90%;
  }
}
@media (max-width: sm-1) {
  /* line 453, ../../custom/sass/content/_content.scss */
  #left-column .opartDevisCartToQuotationLink {
    width: 90%;
  }
}
/* line 460, ../../custom/sass/content/_content.scss */
#left-column .block-categories .h6 {
  font-size: 20px;
}
/* line 463, ../../custom/sass/content/_content.scss */
#left-column .block-categories .category-sub-menu a, #left-column .block-categories .category-sub-menu .category-sub-link {
  font-weight: normal;
      color: #01254D;
    font-size: 14px;
    width: 85%;
}
/* line 467, ../../custom/sass/content/_content.scss */
#left-column .block-categories .category-sub-menu a:hover, #left-column .block-categories .category-sub-menu .category-sub-link:hover {
  color: #01254D;
}
@media (max-width: 575px) {
  /* line 449, ../../custom/sass/content/_content.scss */
  #left-column {
    text-align: center;
  }
}
@media (max-width: sm-1) {
  /* line 449, ../../custom/sass/content/_content.scss */
  #left-column {
    text-align: center;
  }
}

/* line 477, ../../custom/sass/content/_content.scss */
#search_filters_wrapper #search_filters > .h6 {
  font-size: 20px;
}
/* line 481, ../../custom/sass/content/_content.scss */
#search_filters_wrapper .facet .h6 {
  color: #01254D;
  font-size: 18px;
}
/* line 485, ../../custom/sass/content/_content.scss */
#search_filters_wrapper .facet .facet-label {
  line-height: 18px;
}
/* line 487, ../../custom/sass/content/_content.scss */
#search_filters_wrapper .facet .facet-label .custom-checkbox, #search_filters_wrapper .facet .facet-label .custom-radio {
  top: -2px;
}
/* line 490, ../../custom/sass/content/_content.scss */
#search_filters_wrapper .facet .facet-label a {
    font-size: 16px;
    margin-top: 5px;
    color: #01254D;
}
@media (max-width: 575px) {
  /* line 496, ../../custom/sass/content/_content.scss */
  #search_filters_wrapper .facet .facet-title {
    width: calc(100% - 40px);
  }
}
@media (max-width: sm-1) {
  /* line 496, ../../custom/sass/content/_content.scss */
  #search_filters_wrapper .facet .facet-title {
    width: calc(100% - 40px);
  }
}

/* line 503, ../../custom/sass/content/_content.scss */
#js-active-search-filters .filter-block, #js-active-search-filters .filter-block a i {
  font-size: 18px;
}

/* line 513, ../../custom/sass/content/_content.scss */
#product .product-images li .thumb {
  background-color: #fff;
  border: 3px solid #666666;
}
/* line 516, ../../custom/sass/content/_content.scss */
#product .product-images li .thumb.selected, #product .product-images li .thumb:hover {
  border: 3px solid #709F91;
}
/* line 521, ../../custom/sass/content/_content.scss */
#product #content {
  max-width: 100%;
}
/* line 524, ../../custom/sass/content/_content.scss */
#product h1 {
  color: #01254D;
  font-size: 25px;
font-weight:normal;
margin-bottom:35px
}
/* line 528, ../../custom/sass/content/_content.scss */
#product .product-information {
  color: #01254D;
  font-size: 18px;
line-height: 1.4em;
}
#product .product-information a{
  color: #01254D;

}

#product #wrapper .container {
  width:1250px
}
/* line 531, ../../custom/sass/content/_content.scss */
#product .product-information p {
  font-size: 16px;
  margin-bottom: 6px;
	    float: left;
	    margin-right: 10px;
	
}

#product .product-information h2 {
 clear:both
	
}
/* line 536, ../../custom/sass/content/_content.scss */
#product .bgFlower {
 
}

/* line 544, ../../custom/sass/content/_content.scss */
#productAttributesTable {
  background-color: #fff;
  border: 1px solid #01254D;
}
#productAttributesTable a{

  color: #01254D;

}
/* line 547, ../../custom/sass/content/_content.scss */
#productAttributesTable .row {
  padding-top: 10px;
  padding-bottom:10px;
  font-size: 13px;
	line-height: 12px;
  font-weight: normal;
  color: #666666;
}
#productAttributesTable .row form {
  display:flex;
  align-items:center;
}
/* line 552, ../../custom/sass/content/_content.scss */
#productAttributesTable .row.th {
  font-weight: normal;
  line-height: 45px;
    color: #fff;
    background-color: #01254D;
}
/* line 556, ../../custom/sass/content/_content.scss */
#productAttributesTable .th .col-blue {
  color: #fff!important;
}
#productAttributesTable .col-blue {
  color: #01254D;
}
@media (max-width: 575px) {
  /* line 556, ../../custom/sass/content/_content.scss */
  #productAttributesTable .col-blue {
    white-space: nowrap;
  }
}
@media (max-width: sm-1) {
  /* line 556, ../../custom/sass/content/_content.scss */
  #productAttributesTable .col-blue {
    white-space: nowrap;
  }
}
/* line 562, ../../custom/sass/content/_content.scss */
#productAttributesTable .row-grey {
  background-color: #fff;
}
#productAttributesTable .row {
  border-bottom:1px solid #f5f5f5
}
/* line 565, ../../custom/sass/content/_content.scss */
#productAttributesTable .add-to-cart {
  background-color: #16776D;
  border: 1px solid #fff;
  color: #fff;
  line-height: initial;
font-weight:bold;
}
@media (max-width: 1199px) {
  /* line 565, ../../custom/sass/content/_content.scss */
  #productAttributesTable .add-to-cart {
    padding: 0 12px;
  }
}
/* line 573, ../../custom/sass/content/_content.scss */
#productAttributesTable .add-to-cart:hover {
  background-color: #336699;
}
/* line 577, ../../custom/sass/content/_content.scss */
#productAttributesTable .bootstrap-touchspin {
  float: none;
  vertical-align: middle;
}
/* line 580, ../../custom/sass/content/_content.scss */
#productAttributesTable .bootstrap-touchspin input[type="number"] {
  text-align: center;
}
@media (max-width: 575px) {
  /* line 584, ../../custom/sass/content/_content.scss */
  #productAttributesTable .col-xs-4 {
    padding: 0 5px;
  }
}
@media (max-width: sm-1) {
  /* line 584, ../../custom/sass/content/_content.scss */
  #productAttributesTable .col-xs-4 {
    padding: 0 5px;
  }
}
/* line 589, ../../custom/sass/content/_content.scss */
#productAttributesTable .stock_message {
  font-size: 13px;
}
/* line 591, ../../custom/sass/content/_content.scss */
#productAttributesTable .stock_message i {
  color: #ff9a52;
}
/* line 594, ../../custom/sass/content/_content.scss */
#productAttributesTable .stock_message a {
  display: inline-block;
  line-height: 12px;
  vertical-align: sub;
}

/* line 601, ../../custom/sass/content/_content.scss */
.tabs .nav-tabs .nav-link {
  font-weight: normal;
}

/* line 604, ../../custom/sass/content/_content.scss */
#tab-content .tab-pane {
  font-size: 15px;
  padding-bottom: 1.25rem;
}

/* line 608, ../../custom/sass/content/_content.scss */
#tab-content p {
  margin-bottom: 5px;
}

/* line 612, ../../custom/sass/content/_content.scss */
.product-accessories .h5 {
  text-align: center;
  font-size: 38px;
  margin: 70px 0 50px 0;
}

/* line 618, ../../custom/sass/content/_content.scss */
.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
  background: #E5780B;
}

/* line 625, ../../custom/sass/content/_content.scss */
#wrapper .breadcrumb {
  margin-bottom: 35px;
}
/* line 627, ../../custom/sass/content/_content.scss */
#wrapper .breadcrumb li a {
 color:#01254D;
}

/* line 632, ../../custom/sass/content/_content.scss */
#wrapper {
  padding-top: 20px;
    box-shadow: inset 0 0px 0px 0 rgba(0,0,0,.11);
}

/* line 636, ../../custom/sass/content/_content.scss */
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-bottom-color: #709F91;
  color: #709F91;
}

/* line 642, ../../custom/sass/content/_content.scss */
.products-sort-order .select-list:hover {
  background: #709F91;
}

/* line 646, ../../custom/sass/content/_content.scss */
.product-flags li.product-flag {
  background: #709F91;
}

/* line 650, ../../custom/sass/content/_content.scss */
.pagination .current a {
  color: #709F91;
}

/* line 654, ../../custom/sass/content/_content.scss */
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background: #336699;
}

@media (min-width: 992px) {
  /* line 661, ../../custom/sass/content/_content.scss */
  .product-add-to-cart .col-values {
    padding-right: 20px;
  }
}
@media (min-width: lg) {
  /* line 661, ../../custom/sass/content/_content.scss */
  .product-add-to-cart .col-values {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 661, ../../custom/sass/content/_content.scss */
  .product-add-to-cart .col-values {
    padding-right: 30px;
  }
}
/* line 669, ../../custom/sass/content/_content.scss */
.product-add-to-cart .form_mg.stock-0 {
  display: none;
}

/* line 681, ../../custom/sass/content/_content.scss */
#findproducts #left-column .opartDevisCartToQuotationLink
, #findproducts #left-column .ps_categorytree
, #findproducts #left-column #search_filters_wrapper {
  display: none;
}
/* line 688, ../../custom/sass/content/_content.scss */
#findproducts #categories_block_left {
  background-color: #709F91;
}
/* line 690, ../../custom/sass/content/_content.scss */
#findproducts #categories_block_left h4, #findproducts #categories_block_left label {
  color: #fff;
}
/* line 693, ../../custom/sass/content/_content.scss */
#findproducts #categories_block_left h4 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  /* line 693, ../../custom/sass/content/_content.scss */
  #findproducts #categories_block_left h4 {
    font-size: 6.5vw;
    width: calc(100% - 30px);
  }
}
@media (max-width: sm-1) {
  /* line 693, ../../custom/sass/content/_content.scss */
  #findproducts #categories_block_left h4 {
    font-size: 6.5vw;
    width: calc(100% - 30px);
  }
}
@media (min-width: 992px) {
  /* line 701, ../../custom/sass/content/_content.scss */
  #findproducts #categories_block_left h4 i {
    display: none;
  }
}
@media (min-width: lg) {
  /* line 701, ../../custom/sass/content/_content.scss */
  #findproducts #categories_block_left h4 i {
    display: none;
  }
}
/* line 707, ../../custom/sass/content/_content.scss */
#findproducts #categories_block_left .select {
  width: 100%;
  height: 42px;
  color: #709F91;
  border: 0;
  margin: 8px 0;
}
/* line 714, ../../custom/sass/content/_content.scss */
#findproducts #categories_block_left .form-row-stock {
  margin: 5px 0;
}
/* line 717, ../../custom/sass/content/_content.scss */
#findproducts #categories_block_left .checkboxContainer {
  margin-left: 35px;
}
/* line 720, ../../custom/sass/content/_content.scss */
#findproducts #categories_block_left .collapsed i {
  transform: rotate(-90deg);
}
/* line 724, ../../custom/sass/content/_content.scss */
#findproducts #btn-submit-form {
  width: 100%;
  min-height: 50px;
}
/* line 727, ../../custom/sass/content/_content.scss */
#findproducts #btn-submit-form .reset-btn, #findproducts #btn-submit-form .btn-search {
  width: 49%;
  float: left;
  margin: 0 0 0 1%;
  font-size: 18px;
}
/* line 733, ../../custom/sass/content/_content.scss */
#findproducts #btn-submit-form .btn-search {
  text-transform: uppercase;
  padding-top: 0;
}
/* line 736, ../../custom/sass/content/_content.scss */
#findproducts #btn-submit-form .btn-search .fa-search {
  font-size: 25px;
}
/* line 740, ../../custom/sass/content/_content.scss */
#findproducts #btn-submit-form .reset-btn {
  padding-top: 11px;
}
/* line 744, ../../custom/sass/content/_content.scss */
#findproducts .main_title {
  color: #336699;
  font-size: 38px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
/* line 751, ../../custom/sass/content/_content.scss */
#findproducts .block-category {
  margin-bottom: 25px;
}
/* line 754, ../../custom/sass/content/_content.scss */
#findproducts .block-category-inner {
  display: block;
}
/* line 756, ../../custom/sass/content/_content.scss */
#findproducts .block-category-inner i.fa {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-top: 15px;
}
/* line 762, ../../custom/sass/content/_content.scss */
#findproducts .block-category-inner .main_title {
  font-size: 25px;
}
/* line 766, ../../custom/sass/content/_content.scss */
#findproducts .btn-customized_belivery {
  border: 1px solid #336699;
  padding: 10px 20px;
  color: #336699;
  font-size: 25px;
  position: relative;
  top: 40%;
  margin-bottom: 15px;
}
/* line 774, ../../custom/sass/content/_content.scss */
#findproducts .btn-customized_belivery:hover {
  color: #489e84;
  border: 1px solid #489e84;
}
/* line 779, ../../custom/sass/content/_content.scss */
#findproducts .products {
  background-color: #fff;
}
/* line 781, ../../custom/sass/content/_content.scss */
#findproducts .products .th {
  font-weight: bold;
  color: #666666;
  font-size: 18px;
  padding: 15px;
}
/* line 787, ../../custom/sass/content/_content.scss */
#findproducts .products article {
  border-top: 3px solid #f5f5f5;
  margin: 0;
  color: #01254D;
  font-size: 18px;
  padding: 10px 0;
  width: 100%;
}
/* line 794, ../../custom/sass/content/_content.scss */
#findproducts .products article a:hover {
  text-decoration: underline;
}

/* line 804, ../../custom/sass/content/_content.scss */
#new-products
#categories_block_left, #best-sales
#categories_block_left, #prices-drop #categories_block_left {
  display: none;
}

/* line 812, ../../custom/sass/content/_content.scss */
.contact-rich .block .data {
  font-size: 18px;
}

/* line 820, ../../custom/sass/content/_content.scss */
body#cart .product-line-grid .bootstrap-touchspin {
  width: 75px;
}
/* line 822, ../../custom/sass/content/_content.scss */
body#cart .product-line-grid .bootstrap-touchspin input.js-cart-line-product-quantity {
  width: 54px;
}

/* line 829, ../../custom/sass/content/_content.scss */
body#checkout .js-top-menu {
  display: none;
}

/* line 836, ../../custom/sass/content/_content.scss */
#module-opartdevis-CreateQuotation .row.table {
  border: 1px solid #f6f6f6;
  margin-bottom: 0;
}
/* line 840, ../../custom/sass/content/_content.scss */
#module-opartdevis-CreateQuotation .row.th {
  font-weight: bold;
}

/* line 849, ../../custom/sass/content/_content.scss */
body#sitemap #content {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 1rem;
  font-size: .875rem;
  color: #7a7a7a;
}

/* line 2, ../../custom/sass/content/_footer.scss */
#footer {
  padding-top: 0;
}
/* line 4, ../../custom/sass/content/_footer.scss */
#footer .block_newsletter {
  width: 100%;
  background-color: #489e84;
  padding: 25px 0;
  margin: 0;
}
/* line 9, ../../custom/sass/content/_footer.scss */
#footer .block_newsletter input[type="email"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 1;
  /* Firefox */
  font-size: 18px;
}
/* line 14, ../../custom/sass/content/_footer.scss */
#footer .block_newsletter input[type="email"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
  font-size: 18px;
}
/* line 18, ../../custom/sass/content/_footer.scss */
#footer .block_newsletter input[type="email"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666;
  font-size: 18px;
}
/* line 22, ../../custom/sass/content/_footer.scss */
#footer .block_newsletter #block-newsletter-label {
  color: #01254D;
  font-weight: bold;
  font-size: 38px;
  text-align: right;
  padding-top: 4px;
}
@media (max-width: 991px) {
  /* line 22, ../../custom/sass/content/_footer.scss */
  #footer .block_newsletter #block-newsletter-label {
    text-align: left;
  }
}
@media (max-width: lg-1) {
  /* line 22, ../../custom/sass/content/_footer.scss */
  #footer .block_newsletter #block-newsletter-label {
    text-align: left;
  }
}
/* line 32, ../../custom/sass/content/_footer.scss */
#footer .block_newsletter form input {
  height: 39px;
}
@media (max-width: 767px) {
  /* line 32, ../../custom/sass/content/_footer.scss */
  #footer .block_newsletter form input {
    width: 30%;
    float: left;
  }
}
@media (max-width: md-1) {
  /* line 32, ../../custom/sass/content/_footer.scss */
  #footer .block_newsletter form input {
    width: 30%;
    float: left;
  }
}
/* line 39, ../../custom/sass/content/_footer.scss */
#footer .block_newsletter form input[type=email] {
  width: 360px;
}
@media (max-width: 767px) {
  /* line 39, ../../custom/sass/content/_footer.scss */
  #footer .block_newsletter form input[type=email] {
    width: 70%;
  }
}
@media (max-width: md-1) {
  /* line 39, ../../custom/sass/content/_footer.scss */
  #footer .block_newsletter form input[type=email] {
    width: 70%;
  }
}
/* line 45, ../../custom/sass/content/_footer.scss */
#footer .block_newsletter .btn-primary {
  background-color: #01254D;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
  font-size: 25px;
  padding-top: 4px;
}
/* line 52, ../../custom/sass/content/_footer.scss */
#footer .block_newsletter .btn-primary:hover {
  background-color: #336699;
}
/* line 56, ../../custom/sass/content/_footer.scss */
#footer .block_newsletter .textinfo, #footer .block_newsletter .textinfo p {
  color: #fff;
  clear: both;
}
/* line 60, ../../custom/sass/content/_footer.scss */
#footer .block_newsletter form input[type=email],
#footer .block_newsletter .btn-primary {
  float: left;
}

/* line 66, ../../custom/sass/content/_footer.scss */
.footer-container {
  margin-top: 0;
  padding-top: 3.25rem;
  box-shadow: none;
  background-color: #336699;
}
/* line 71, ../../custom/sass/content/_footer.scss */
.footer-container p.h3, .footer-container span.h3, .footer-container span.collapse-icons, .footer-container ul li a, .footer-container ul li a:hover, .footer-container #block_myaccount_infos .myaccount-title a, .footer-container .block-contact .block-contact-title {
  color: #fff;
}
@media (max-width: 767px) {
  /* line 74, ../../custom/sass/content/_footer.scss */
  .footer-container .block-contact {
    margin-top: 15px;
  }
}
@media (max-width: md-1) {
  /* line 74, ../../custom/sass/content/_footer.scss */
  .footer-container .block-contact {
    margin-top: 15px;
  }
}
/* line 79, ../../custom/sass/content/_footer.scss */
.footer-container p.h3, .footer-container #block_myaccount_infos .myaccount-title a, .footer-container .block-contact .block-contact-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 84, ../../custom/sass/content/_footer.scss */
  .footer-container .links ul.collapse, .footer-container .links ul.collapsing {
    background-color: #336699;
  }
}
@media (max-width: md-1) {
  /* line 84, ../../custom/sass/content/_footer.scss */
  .footer-container .links ul.collapse, .footer-container .links ul.collapsing {
    background-color: #336699;
  }
}
@media (max-width: 767px) {
  /* line 89, ../../custom/sass/content/_footer.scss */
  .footer-container .links ul.collapse li, .footer-container .links ul.collapsing li {
    border: 0;
  }
  /* line 92, ../../custom/sass/content/_footer.scss */
  .footer-container .links ul.collapse a, .footer-container .links ul.collapsing a {
    color: #fff;
    font-weight: normal;
  }
}
@media (max-width: md-1) {
  /* line 89, ../../custom/sass/content/_footer.scss */
  .footer-container .links ul.collapse li, .footer-container .links ul.collapsing li {
    border: 0;
  }
  /* line 92, ../../custom/sass/content/_footer.scss */
  .footer-container .links ul.collapse a, .footer-container .links ul.collapsing a {
    color: #fff;
    font-weight: normal;
  }
}
/* line 98, ../../custom/sass/content/_footer.scss */
.footer-container ul li {
  line-height: 15px;
}
/* line 99, ../../custom/sass/content/_footer.scss */
.footer-container ul li a {
  font-size: 18px;
}
/* line 103, ../../custom/sass/content/_footer.scss */
.footer-container ul li a:hover {
  text-decoration: underline;
}
/* line 107, ../../custom/sass/content/_footer.scss */
.footer-container .block-contact {
  text-align: center;
  font-size: 18px;
}
/* line 110, ../../custom/sass/content/_footer.scss */
.footer-container .block-contact .tel {
  font-size: 30px;
}
/* line 113, ../../custom/sass/content/_footer.scss */
.footer-container .block-contact .contact {
  font-size: 25px;
  text-transform: uppercase;
}
/* line 118, ../../custom/sass/content/_footer.scss */
.footer-container .block-contact, .footer-container .block-contact a, .footer-container .block-contact a:hover {
  color: #fff;
}
/* line 121, ../../custom/sass/content/_footer.scss */
.footer-container .block-contact a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  /* line 125, ../../custom/sass/content/_footer.scss */
  .footer-container .navbar-toggler {
    display: none;
  }
}
@media (min-width: md) {
  /* line 125, ../../custom/sass/content/_footer.scss */
  .footer-container .navbar-toggler {
    display: none;
  }
}

/* line 2, ../../custom/sass/content/_elementor.scss */
.elementor-section .elementor-widget-text-editor {
  font-family: "Montserrat", sans-serif;
}
/* line 4, ../../custom/sass/content/_elementor.scss */
.elementor-section .elementor-widget-text-editor h2 {
  font-size: 25px;
  color: #336699;
  margin-bottom: 15px;
  margin-top: 0px;
  padding: 0;
}
/* line 11, ../../custom/sass/content/_elementor.scss */
.elementor-section .elementor-widget-text-editor h3 {
  font-size: 20px;
  color: #489e84;
  text-transform: uppercase;
  margin-top: 0px;
}
/* line 17, ../../custom/sass/content/_elementor.scss */
.elementor-section .elementor-widget-text-editor p {
  font-family: "Montserrat", sans-serif;
  color: #01254D;
}
/* line 21, ../../custom/sass/content/_elementor.scss */
.elementor-section .elementor-widget-text-editor .btn-default {
  background: #709F91;
  color: #fff;
  border: solid 2px #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 24px;
}
/* line 28, ../../custom/sass/content/_elementor.scss */
.elementor-section .elementor-widget-text-editor .btn-default:hover, .elementor-section .elementor-widget-text-editor .btn-default:focus {
  background: #0079A4;
}
/* line 32, ../../custom/sass/content/_elementor.scss */
.elementor-section .elementor-widget-text-editor ul {
  color: #01254D;
}
/* line 34, ../../custom/sass/content/_elementor.scss */
.elementor-section .elementor-widget-text-editor ul li {
  padding-left: 20px;
  position: relative;
}
/* line 37, ../../custom/sass/content/_elementor.scss */
/*.elementor-section .elementor-widget-text-editor ul li::before {
  content: '';
  height: 5px;
  width: 5px;
  background: #01254D;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 4px;
}*/


.block-category-inner #category-description, .block-category-inner #category-description p {

font-size:22px!important;
margin-top: 8px;
}

.block-category-inner #category-description ul {
		color: #232323!important;
	list-style: circle;
	padding-left: 40px;
	font-size:18px;
}

#category-description strong {
    font-weight: 600!important;
	color: #316B9C!important;
}


.rs-link img {
	width:40px;
}

.rs {
	text-align:center!important
}

.header-nav .rs {
   
    float: right;
    margin-right: 0.5em;
    margin-top: 2px;
}
.header-nav .rs-link img {
	width:35px;
}
/* slider */

.carousel .carousel-item .caption {
  
    color: #01254D!important;
    max-width: 560px!important;
    left: 14%;
    background-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.9);
	        bottom: auto;
top: 50px;
    padding: 25px 40px!important;
}


.carousel .carousel-item .caption .caption-description p {
    color: #336699;
font-size:18px
}

.carousel .carousel-item .caption a {
  
    color: #01254D!important;
  
}

.carousel .carousel-item h2 {
  
       text-transform: none!important;
    font-size: 32px!important;
    padding: 0px 0px 15px 0px;
    color: #709F91;
  
}

.carousel .carousel-item a.btn-default {
  
  
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    font-family: "Montserrat";
    background-color: #325B8C;
    border-color: rgb(0, 0, 0);
    outline: none;
    padding: 12px 35px;
    border:0px;
	color:#fff!important;
margin: 15px 0 0 0!important;
  
}
#search_widget form i {
     position: initial!important; 
     padding: initial!important; 
}
#search_widget form input {
    padding: 10px!important;
    background: inherit!important;
}

/* footer 2023 */

#footer-eli a {
color:#fff
}

#footer-eli p {

    margin-bottom: 5px;
}


/* Autres */
.pfg-forms h3{
display:none
}

#wrapper {
    background: #fff;
  
}

.label, label {
    color: #01254D;
  
    font-size: 15px;
}
.pfg-forms .form-group input:focus, .pfg-forms .form-group textarea:focus, .pfg-forms .form-group select:focus {
    outline: 1px solid #01254D;
    background-color: #fff;
    border-color: #01254D;
    color: #acaaa6;
}

@media (min-width: 1200px){
.container {
    width: 1350px;
    max-width: 100%;
}}

.product-cover img {
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.2);
    background: #fff;
}
.product-images>li.thumb-container>.thumb {
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.2);
    cursor: pointer;
    margin-bottom: 0.625rem;
}

#product .product-images li .thumb.selected, #product .product-images li .thumb:hover {
    border: 2px solid #7A9C90;
}
#product .product-images li .thumb {
    background-color: #fff;
    border: 1px solid #707070;
}
.product-cover {
    margin-bottom: 0rem;
    position: relative;
}

.product-discounts {
    margin-bottom: 0rem;
}
.bulk {
    display: block;
	    font-weight: bold;
    margin: 0px 15px 24px 15px;
text-decoration:underline;
}

.other-price {
    display: block;
	    font-weight: bold;
    margin: 15px 15px 5px 15px;
text-decoration:underline;
}

.pied-produit {
       display: block;
    width: 100%;
    
    clear: both;
}

.tabs {
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.2);
    margin-top: 0px;
    background: #F7F7F7;
    padding: 0px;
border: 1px solid #01254d;
}

.tabs .nav-tabs {
    border: none;
    border-bottom: 0px solid #f1f1f1;
    background-color: #01254D;
    padding: 3px 70px 5px 70px;
}

.nav-tabs .nav-link {
   
    padding: 1em 1.5em;

}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {

    border-bottom: 0px solid #2fb5d2;
   background-color: #336699;
    color: #fff!important;
}
.tabs .nav-tabs .nav-link {
    color: #fff;
    border: 0 solid transparent;
     background-color: #01254D;
}

.tab-content {
    padding: 3px 70px 5px 70px;
}

.descr-longue { 
    padding-top: 20px;
}

.product-accessories {
    padding: 2% 5%;
    background-color: #fff;
    margin-top: 40px;
}

.product-accessories .h5{
     text-align: left;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 20px 0;
    color: #01254D;
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.2);
    margin-bottom: 1.563rem;
    background: #fff;
    padding: 1.563rem 1.25rem;
    border: 1px solid #01254D;
}

.custom-checkbox input[type=checkbox]+span {
   
    margin-top: -5px;
}
.card {
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.2);
    border: 0px solid rgba(0,0,0,.125);

}
.block-category {
    min-height: auto;
  
}

.block-category .block-category-inner #category-description p {
    color: #01254D!important;
    font-size: 16px!important;
    line-height: 1.3em!important;
    margin-bottom: 0;
    word-break: break-word;
}
.pagination .page-list {
    background: #fff;
    padding: 0.375rem;
    margin-bottom: 0;
    border-top: 1px solid #01254D;
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.2);
}

#products .products, .featured-products .products,  .product-miniature .products {
   
    justify-content: center;
}
 .product-accessories .products {
   
        justify-content: space-between;
}
#pagenotfound .page-not-found, #products .page-not-found {
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.2);
    text-align: center;
  
}
#pagenotfound .page-not-found p {
    margin-bottom: 40px;
  
}


#blockcart-modal .product-name {
    color: #01254D;
    font-size: 1rem;
font-weight:normal
}
.product-price {
    color:  #01254D;
   
}

body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: 1px solid #01254D;
   
}
.custom-radio input[type=radio]:checked+span {
   
    background-color: #01254D;
   
}
body#checkout section.checkout-step .step-title {
    text-transform: none;
    font-weight:normal;
font-size:25px
}
.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0.4rem;
}

.block-categories a {
    color: #01254D;
    font-weight: normal;
}
.elementor-nav {
  
    z-index: 10;
}
.form-control:focus, .input-group.focus {
    outline: 0.1875rem solid #01254D;
}
.form-control:focus {
    
    border-color: #01254D;
  
}

.links-footer a {
    
    padding:0 10px
  
}

.carousel {
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.15);
    margin-bottom: 0rem;
}

.carousel .carousel-inner {
    height: 420px;
}

#sitemap .elementor-nav--main .elementor-nav ul {
    position: relative;
    width: 100%;
    border-width: 0;
    border-style: solid;
    padding: 0;
    display: inline-block!important;
    margin: 0px!important;
}


#sitemap .elementor-nav .sub-arrow {
   
    display: none!important;
}

.block-categories {
     box-shadow: 0px 0px 0px 0 rgba(0,0,0,.2); 
   
    padding: 0rem 1.25rem;

}
#header {
    background: #01254D!important;
   
}

.labo-reagent:before {
   
   
}

/* Fix cart */
#cart .product-line-actions .input-group-btn-vertical {
	display: none !important;
}

#cart .product-line-actions .js-cart-line-product-quantity {
	width: 100% !important;
}

#adtm_menu div.adtm_column_wrap ul.adtm_elements li {
    line-height: 25px!important;
   
}

#adtm_menu div.adtm_column_wrap ul.adtm_elements_23 li, #adtm_menu div.adtm_column_wrap ul.adtm_elements_21 li {
    line-height: 45px !important;
}

.btn.btn-primary.mt-1 {
 
    background-color: #709F91 !important;
}
h2.info-h2 {
    font-weight: normal;
    font-size: 15px;
	padding: 0px;
}

#opartDevisForm .form-control {
    
    color: #01254D;
}

/* related product collapsable menu */
.border-secondary {
 border-color: #16776D;
   border-width: 1px;
  border-style: solid;
}
.bg-secondary {
  background: #16776D;
}
.text-secondary {
  color: #16776D!important;
}
.text-secondary-alt {
  color: #fff !important;
}
.text-primary {
  color: #01254D !important;
}
.related-products-title {
  padding: 0.5rem;
  text-align: center;
}
#related-products-menu [data-toggle="collapse"]{
  cursor:pointer !important;
  color: #01254D;
}
#related-products-menu  .menu-root {
    font-weight: bold;
    margin-bottom: 10px;
}

#related-products-menu .submenu {
    margin-left: 20px;
    padding-left: 15px;
    border-left: 2px solid #ccc;
}

#related-products-menu .submenu-item {
    margin-bottom: 5px;
}

#related-products-menu .submenu-items {
    margin-left: 15px;
    color: #ff0000; /* Highlight products in red */
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}
#related-products-menu [data-toggle="collapse"][aria-expanded="true"]{
  color:#316B9C !important;
}
#related-products-menu [data-toggle="collapse"][aria-expanded="true"] .fa-square-plus::before{
   content: "\f146" !important; /* change plus to minus */
}
#related-products-menu .submenu-product {
  padding: 5px 0;
}
#related-products-menu .single-product-sub-category {
  display: none !important;
}


.position-relative {
  position:relative;
}
.d-flex {
  display: flex !important;
}
.align-items-center {
 align-items: center !important;
}
.stretched-link {
  display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
}
.card-block.checkout {
    padding-bottom: 1rem;

}

#adtm_menu .adtm_column_wrap span.column_wrap_title {

    margin: 10px 0px 5px 0px!important;
}
#adtm_menu .adtm_column ul.adtm_elements li a, #adtm_menu .adtm_column ul.adtm_elements li span[data-href] {
    padding: 2px!important;

}
.li-niveau1 a span {
    padding: 0px 13px 0px 13px;

}

#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    font-size: 16px;

}

a[data-id="999"]::after,
a[data-id="1170"]::after,
a[data-id="1198"]::after,
a[data-id="1200"]::after,
a[data-id="1202"]::after,
a[data-id="1207"]::after,
a[data-id="1208"]::after,
a[data-id="1210"]::after,
a[data-id="379"]::after,
a[data-id="1212"]::after,
a[data-id="376"]::after,
a[data-id="1216"]::after,
a[data-id="1218"]::after,
a[data-id="1217"]::after,
a[data-id="374"]::after
{
    content: "NEW";
    font-size: 0.7em;
    color: #ffffff;
    margin-left: 6px;
    font-weight: bold;
    background-color: #709F91;
    padding: 2px;
}

.adtm_elements_29 {
    column-count: 1!important;
}

#category-description p a{
    color: #316B9C!important;
}
.adtm_column_15, .adtm_column_29  {
    width: 40%;
    float: left;
}

.page-category .wishlist-button-add {
display:none
}

.wishlist-button-add i:after {
content:'Add to favourites';
	font-family: "Montserrat", sans-serif;
	font-size : 12px;
	font-weight: bold
}

.wishlist-button-add  {
    box-shadow: none !important;
	box-shadow: 0rem 0rem 0rem 0 rgba(0,0,0,0.2);
	height: 1.2rem!important;
    width: 1.2rem!important;
}
.wishlist-button-add:after  {
   clear:both!important
}

.wishlist-button-add i.material-icons {
    
    font-size: 14px;}

a[title="Customized functionalizations on request"] {
 font-weight:bold
}

.smaller-qty {
    display: block;
    font-weight: normal;
    margin: 10px 15px 3px;
    text-decoration: underline;
    font-size: 12px;
   }

#header .favourite a {
    color: #fff;
}

#search .wishlist-button-add i:after,  .easycarousels .wishlist-button-add i:after {
    display:none
}

 .easycarousels .c_item .product-miniature__infos {
  
    width: 100%;
}

#my-account #order-slips-link, #my-account #discounts-link {
    display:none
}

#payment-option-3-container {

    padding-top: 20px;
}

.sort-by-row {
   
    display: none !important;
}
body .fancybox-slide {
  padding: 0 20% !important;
}

.ce-user-menu {
 overflow:hidden
}


h2.coa {
    text-align: center;
}

.elementor-icon-box-content h2 {
    padding: 0px 0;
    
}