/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* IMPORT PARAMETRAGE */
/*-------------------------*/
/*--- SCSS PARAMETRAGES ---*/
/*-------------------------*/
/* COULEURS */
/* Sybelles */
/*cursor input*/
/* FONTS */
/* fontawesome */
@import url("https://use.fontawesome.com/releases/v5.9.0/css/all.css");
/* Font Ubuntu */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
/* Font Inter */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* TRANSITIONS */
/* RESPONSIVE */
/* STATION */
/* MIXIN */
/* URL des image */
/*-----------------------------*/
/*--- FIN SCSS PARAMETRAGES ---*/
/*-----------------------------*/
body {
  font-family: "Inter", Arial, sans-serif;
  /* Page FAQ */
  /**/
}
body .faq .faq-question {
  background: #f6f6f6;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 10px;
}
body .faq .faq-question-titre {
  color: #00567e;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
}
body .faq .faq-question-p {
  margin-bottom: 0.3rem;
}
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body div,
body p,
body span {
  font-family: "Inter", Arial, sans-serif;
  color: #000000;
}
body .h1,
body .h2,
body h1,
body h2 {
  color: #00567e;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1px;
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
body .h6,
body .products-selection p {
  font-family: "Inter", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #00567e;
}
body a,
body .product-price {
  color: #00567e;
}
body .sort-by-row {
  box-sizing: border-box;
  padding: 20px 24px;
  background: #ffffff;
  border: 1px solid #cfdae5;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .sort-by-row > span,
body .sort-by-row > div {
  padding: 0;
  margin: 0 !important;
  width: auto;
  display: inline-block;
  text-align: left !important;
}
body .sort-by-row > span {
  color: #00567e;
}
body .sort-by-row > div {
  width: 80%;
}
body .sort-by-row > div .select-title {
  border: none;
  padding: 0;
}
body a:hover {
  color: #b9a56e;
}
body .form-control:focus {
  outline-color: #00567e;
}
body .mat-form-field label {
  text-align: left;
}
body #blockcart-modal .product-name {
  color: #000000;
}
body #blockcart-modal .cart-content .cart-products-count {
  color: #00567e;
}
body compte-client-element .headerCC .NameAccount i.material-icons {
  width: 22px;
  height: 22px;
}
body compte-client-element .headerCC .btnSm > span {
  color: white;
}
body .btn-primary,
body .btn-primary:hover,
body .btn-primary.active,
body .btn-primary:active,
body .open > .btn-primary.dropdown-toggle,
body .btn-primary.focus,
body .btn-primary:focus,
body .btn-primary.active.focus,
body .btn-primary.active:focus,
body .btn-primary.active:hover,
body .btn-primary:active.focus,
body .btn-primary:active:focus,
body .btn-primary:active:hover,
body .open > .btn-primary.dropdown-toggle.focus,
body .open > .btn-primary.dropdown-toggle:focus,
body .open > .btn-primary.dropdown-toggle:hover,
body .btn-primary:disabled,
body .btn-primary.disabled,
body .btn-primary.disabled:hover,
body .btn-primary:disabled:hover,
body .btn-primary.disabled.focus,
body .btn-primary.disabled:focus,
body .btn-primary:disabled.focus,
body .btn-primary:disabled:focus {
  background-color: #00567e;
}
body .btn-comment,
body .btn-comment-inverse {
  box-sizing: border-box;
  margin: 0;
  background-color: white;
  color: #00567e;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #00567e;
  height: auto;
}
body .btn-comment:hover,
body .btn-comment-inverse:hover {
  background-color: white;
  color: #00567e;
  border: 2px solid #00567e;
}
body .product-comment-modal .btn-comment {
  box-sizing: border-box;
  margin: 0;
  background-color: #00567e;
  color: white;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  border-radius: 100px;
  padding: 16px 24px;
  height: auto;
  margin-left: 15px;
}
body app-deconnexion .btn > span {
  color: white;
}
body .modal-dialog .modal-content {
  padding: 20px;
}
body .modal-dialog .modal-content > div {
  padding: 0;
}
body .modal-dialog .modal-content > div.modal-body {
  margin: 10px auto;
}
body #header {
  width: 98%;
  margin: 1%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
}
body #header .header-banner {
  display: none;
}
body #header .header-nav,
body #header .header-top {
  width: auto;
}
body #header .header-nav .container,
body #header .header-top .container {
  margin: 0;
  padding: 0;
  width: auto;
  box-sizing: border-box;
}
body #header .header-nav .container .row,
body #header .header-top .container .row {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
body #header .header-nav .container .row > div,
body #header .header-top .container .row > div {
  padding: 0;
  box-sizing: border-box;
  width: auto;
  align-items: center;
  display: flex;
}
body #header .header-nav {
  order: 2;
  border: none;
}
body #header .header-nav .col-md-5.col-xs-12 {
  display: none;
}
body #header .header-nav .user-info {
  margin: 0;
  white-space: initial;
  height: auto;
  display: flex;
}
body #header .header-nav .user-info a:not(.logout) {
  font-size: 0em;
  display: inline-block;
}
body #header .header-nav .user-info a:not(.logout)::before {
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  background-image: url("https://assets.sybelles.ski/fichiers/angular/elements/images/521/boutique/ident.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body #header .header-nav .user-info a:not(.logout) .material-icons {
  display: none;
}
body #header .header-nav .blockcart {
  margin-left: 20px;
  background: none;
  padding: 0;
  white-space: initial;
  height: auto;
}
body #header .header-nav .blockcart .header {
  margin: 0;
}
body #header .header-nav .blockcart .header a {
  font-size: 0em;
  display: inline-block;
  position: relative;
}
body #header .header-nav .blockcart .header a::before {
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  background-image: url("https://assets.sybelles.ski/fichiers/angular/elements/images/521/boutique/panier.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body #header .header-nav .blockcart .header a .material-icons {
  display: none;
}
body #header .header-nav .blockcart .header a .cart-products-count {
  font-size: 10px;
  background-color: #000000;
  color: white;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 0 3px;
  box-sizing: border-box;
}
body #header .header-nav .blockcart.inactive .header {
  margin: 0;
  font-size: 0em;
  display: inline-block;
  position: relative;
}
body #header .header-nav .blockcart.inactive .header::before {
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  background-image: url("https://assets.sybelles.ski/fichiers/angular/elements/images/521/boutique/panier.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body #header .header-nav .blockcart.inactive .header .material-icons {
  display: none;
}
body #header .header-nav #_mobile_user_info .user-info {
  margin-left: 20px;
}
body #header .header-nav .right-nav {
  width: 100%;
  padding: 0;
  align-items: center;
}
body #header .header-top {
  order: 1;
  padding: 0;
  background-color: transparent;
  width: 100%;
}
body #header .header-top #_desktop_logo {
  padding: 0;
}
body #header .header-top img.logo {
  width: 120px;
  margin-right: 55px;
}
body #header .header-top .menu {
  padding: 0;
}
body #header .header-top .menu > ul > li {
  margin-right: 20px;
}
body #header .header-top .menu > ul > li a {
  padding: 0;
  color: #325a7d;
  text-transform: initial;
  padding: 5px;
  box-sizing: border-box;
  transition: all ease 500ms;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  border-radius: 10px;
}
body #header .header-top .menu > ul > li a:hover {
  background-color: white;
  color: #325a7d;
}
body #header .header-top #search_widget form {
  display: flex;
}
body #header .header-top #search_widget form::before {
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  background-image: url("https://assets.sybelles.ski/fichiers/angular/elements/images/521/boutique/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body #header .header-top #search_widget form i {
  display: none;
}
body #header .header-top #search_widget form input {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
body .container {
  width: 95%;
}
body #wrapper {
  background-color: white;
}
body .product-prices {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body .product-prices .regular-price {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #80878e;
}
body .product-prices > div {
  width: auto;
  margin: 0;
  margin-bottom: 0;
}
body .product-prices > div .current-price {
  margin-bottom: 0;
}
body .product-prices > div.tax-shipping-delivery-label {
  margin-left: 20px;
}
body .product-information p {
  color: #00567e;
}
body .product-actions .product-variants-item > span.control-label {
  font-weight: bold;
}
body .product-actions .product-variants-item > select {
  box-sizing: border-box;
  padding: 20px 24px;
  border: 1px solid #cfdae5;
  border-radius: 100px;
  color: #00567e;
  height: auto !important;
  min-width: 100px;
}
body #footer > .container {
  display: none;
}
body .footer-container {
  border-top: 1px solid #cfdae5;
}
body .footer-container .h4,
body .footer-container p,
body .footer-container div,
body .footer-container a {
  color: #000000;
}
body .footer-container .h3,
body .footer-container .h3 a,
body .footer-container .h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: initial !important;
}
body .footer-container a {
  color: #000000;
}
body .footer-container a:hover {
  color: #00567e;
}
body .footer-container li a {
  color: #000000;
}
body .footer-container #block_myaccount_infos .myaccount-title a {
  color: #000000;
}
body .footer-container .hidden-md-up span {
  color: #000000;
}
body .carousel .carousel-item h2,
body .carousel .carousel-item h3,
body .carousel .carousel-item p {
  color: white;
}
body .carousel .carousel-item .caption {
  left: 65px;
  bottom: 65px !important;
  max-width: 50%;
}
body .carousel .carousel-item .caption h2 {
  text-align: left;
}
body #products .all-product-link,
body .featured-products .all-product-link,
body .product-accessories .all-product-link {
  box-sizing: border-box;
  margin: 0;
  background-color: #00567e;
  color: white;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  border-radius: 100px;
  padding: 16px 24px;
  float: none !important;
  font-weight: initial;
}
body .has-discount .discount {
  border-radius: 100px;
  background-color: white;
  color: #00567e;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  border: 1px solid #00567e;
}
body .product-images > li.thumb-container > .thumb.selected, body .product-images > li.thumb-container > .thumb:hover {
  border-color: #00567e;
}
body .tabs {
  background: #ffffff;
  border: 1px solid #cfdae5;
  border-radius: 16px;
}
body .tabs .nav-tabs {
  border: none;
}
body .tabs .nav-tabs .nav-link.active, body .tabs .nav-tabs .nav-link:hover {
  border: none;
}
body .tabs .nav-tabs .nav-link.active {
  color: #00567e;
}
body .product-comment-list-item,
body .block-categories,
body #search_filters,
body #search_filters_brands,
body #search_filters_suppliers {
  background: #f6f6f6;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 16px;
}
body .card {
  padding: 32px;
  box-sizing: border-box;
  border: none;
}
body #subcategories .subcategory-heading {
  display: none;
}
body #subcategories .subcategories-list > li .subcategory-image a {
  border: none;
  background: #f3eee2;
  border-radius: 16px;
}
body #subcategories .subcategories-list > li .subcategory-name {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  text-transform: initial;
}
body .blockreassurance_product svg path {
  fill: #00567e;
}
body .product-flags .product-flag {
  margin-left: 20px;
  border-radius: 16px;
  padding: 4px 8px;
  background-color: white;
  color: #00567e;
  font-weight: initial;
}
body .product-flags .product-flag.discount {
  background-color: white;
}
body .product-flags .product-flag.new {
  background-color: white;
}
body .wishlist-button-add {
  color: #00567e;
  box-shadow: none;
  border: 1px solid #00567e;
}
body .wishlist-button-add i {
  color: #00567e;
}
body .product-actions .product-quantity {
  align-items: center;
}
body .product-actions .product-quantity .add {
  margin-bottom: 0;
}
body .product-actions .product-quantity .add-to-cart {
  box-sizing: border-box;
  margin: 0;
  background-color: #00567e;
  color: white;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  border-radius: 100px;
  padding: 16px 24px;
  height: auto;
  text-transform: initial;
}
body .product-actions .product-quantity .add-to-cart i {
  display: none;
}
body#product #content {
  width: 100%;
  max-width: 100%;
}
body#product #content img {
  border-radius: 16px;
}
body .products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center !important;
  margin-right: 0;
  margin-left: 0;
}
body .products .product {
  width: 30%;
  border-radius: 16px;
  background-color: white;
  padding: 0;
  margin: 0 1%;
  margin-bottom: 40px;
}
body .products .product .thumbnail-container {
  margin-bottom: 0;
  border-radius: 16px;
  width: 100%;
}
body .products .product .thumbnail-container .thumbnail-top .product-thumbnail img {
  width: 100%;
  border-radius: 16px;
}
body .products .product .thumbnail-container .product-description {
  text-align: left;
  padding: 16px 0;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
body .products .product .thumbnail-container .product-description .product-title {
  margin: 0;
  margin-bottom: 0;
  margin-bottom: 15px;
  text-align: left;
  width: 50%;
}
body .products .product .thumbnail-container .product-description .product-title a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #00567e;
}
body .products .product .thumbnail-container .product-description .product-price-and-shipping {
  text-align: right;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  width: 50%;
}
body .products .product .thumbnail-container .product-description .product-price-and-shipping .regular-price {
  font-weight: initial;
  color: #80878e;
}
body .products .product .thumbnail-container .product-flags .product-flag {
  margin-left: 20px;
  border-radius: 16px;
  padding: 4px 8px;
  background-color: white;
  color: #00567e;
  font-weight: initial;
}
body .products .product .thumbnail-container .product-flags .product-flag.discount {
  background-color: white;
}
body .products .product .thumbnail-container .product-flags .product-flag.new {
  background-color: white;
}
body .products .product .thumbnail-container .wishlist-button-add {
  color: #00567e;
  box-shadow: none;
  border: none;
}
body .products .product .thumbnail-container .wishlist-button-add i {
  color: #00567e;
}
body #subcategories ul li:hover .subcategory-image a {
  border-color: #00567e;
}
body #subcategories ul li .subcategory-name:hover,
body .block-categories .arrows .arrow-down:hover,
body .block-categories .arrows .arrow-right:hover,
body .block-categories .collapse-icons .add:hover,
body .block-categories .collapse-icons .remove:hover,
body .cart-grid-body a.label:hover,
body #header .top-menu a[data-depth="0"]:hover,
body #header a:hover {
  color: #00567e;
}
body.page-index #wrapper {
  background-color: white;
  padding-top: 0;
}
body.page-index #wrapper > .container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
body.page-index #wrapper > .container > .row {
  width: 100%;
  margin: auto;
}
body.page-index #wrapper > .container #content-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
}
body.page-index .btn-primary,
body.page-index .btn-primary:hover {
  background-color: #00567e;
}
body.page-index .block-contact {
  color: #000000;
}
body.page-index .block-contact:hover {
  color: #00567e;
}
body.page-index .carousel .carousel-item figure {
  width: 100%;
}
body.page-index .carousel .carousel-control .icon-next i,
body.page-index .carousel .carousel-control .icon-prev i {
  font-size: 1em;
}
body.page-index .page-home .h1,
body.page-index .page-home .h2,
body.page-index .page-home h1,
body.page-index .page-home h2 {
  text-align: center;
}
body.page-index .page-home .carousel {
  margin-top: -166px;
}
body.page-index .page-home .carousel .carousel-inner {
  height: 90vh;
}
body.page-index .page-home .carousel .carousel-inner img {
  width: 100%;
  max-width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-index .page-home section,
body.page-index .page-home .banner {
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  max-width: 1215px;
}
body.page-index .page-home .featured-products:nth-child(2) .products .product {
  width: 48%;
}
body.page-authentication #content,
body .page-registration #content {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  body #header .header-top {
    width: auto;
    order: 2;
  }
  body #header .header-nav {
    order: 1;
    display: flex;
  }
  body #header .header-nav .mobile > div {
    order: 2;
  }
  body #header .header-nav .mobile > div.top-logo {
    order: 1;
  }
  body #header.is-open {
    flex-wrap: wrap;
  }
  body #header.is-open > div {
    width: 100%;
  }
  body #header.is-open > div #mobile_top_menu_wrapper > div {
    display: block;
  }
  body .products .product {
    width: 40%;
  }
}
@media (max-width:600px) {
  body #header .header-nav {
    width: 100%;
  }
  body .products .product {
    width: 48%;
  }
}
@media (max-width: 480px) {
  body #header {
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  body #header .header-nav {
    width: 60%;
  }
  body #header .header-nav .container .row > div {
    justify-content: space-between;
  }
  body #header .header-nav .container .row > div > div.clearfix {
    display: none;
  }
  body #header .header-top {
    width: 35%;
    margin-left: 20px;
    box-sizing: border-box;
  }
  body #header .header-top #search_widget form input {
    padding: 0;
  }
  body .card {
    padding: 15px;
  }
  body.category-accueil #subcategories {
    display: none;
  }
}/*# sourceMappingURL=custom.css.map */