@charset "UTF-8";
/*   
Theme Name: Thème WordPress pour Sinabe
Theme URI : https://sinabe.ch
Description: 
Author: Sinabe Sàrl / Pixeleez Sàrl
Author URI : https://sinabe.ch

Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks

Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 7.4

Version: 1.0.6

License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/* Reset CSS */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

td:not([align]), th:not([align]) {
  text-align: left;
}

/* Client variables */
/* Client colors */
/* Variables */
/* Max width of the web site*/
/* WordPress base style */
.entry-content {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
}

.wp-block-group__inner-container {
  max-width: 1024px !important;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 800px) {
  .entry-content {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.alignwide {
  margin-left: -50px;
  margin-right: -50px;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-image {
  margin: 0px;
}

.hidden {
  display: none;
}

.is-cover img {
  object-fit: cover;
}

@media screen and (max-width: 800px) {
  .entry-content {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .wp-block-group__inner-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mobi-hidden {
    display: none !important;
  }
  .mobi-show {
    display: block;
  }
  .reverse-columns {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* Fonts */
/* Fonts */
@font-face {
  font-family: "Karla-Regular";
  src: url("/wp-content/themes/sinabe/assets/fonts/Karla/Karla-Regular.ttf");
  src: url("/wp-content/themes/sinabe/assets/fonts/Karla/Karla-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Karla-Bold";
  src: url("/wp-content/themes/sinabe/assets/fonts/Karla/Karla-Bold.ttf");
  src: url("/wp-content/themes/sinabe/assets/fonts/Karla/Karla-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Karla-Italic";
  src: url("/wp-content/themes/sinabe/assets/fonts/Karla/Karla-Italic.ttf");
  src: url("/wp-content/themes/sinabe/assets/fonts/Karla/Karla-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Mono";
  src: url("/wp-content/themes/sinabe/assets/fonts/Roboto-Mono/RobotoMono-VariableFont_wght.ttf");
  src: url("/wp-content/themes/sinabe/assets/fonts/Roboto-Mono/RobotoMono-VariableFont_wght.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Typography */
html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  font-family: "Karla-Regular";
  font-size: 110%;
  line-height: 1.5em;
  color: #2b2b29;
  z-index: 1;
}

/* Header style */
h1 {
  font-size: 2.5em;
  line-height: 1em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Karla-Regular";
  margin: 20px 0 10px 0;
  line-height: 1.2em;
  text-align: left;
}

/* Content style */
p, dl, multicol {
  display: block;
  margin: 1em 0;
}

strong {
  font-family: "Karla-Bold";
  font-weight: 700;
  font-size: 1em;
}

em {
  font-style: italic;
}

ol li {
  list-style-position: inside;
}

ul li {
  list-style-position: inside;
  list-style-type: square;
}

/* Link style */
a {
  text-decoration: none;
  color: #B38B64;
}
a:hover {
  color: #654f39;
}

/* Block of code */
.wp-block-code {
  background-color: #f4f4f4;
  border-style: none;
  border-radius: 0px;
}

code {
  font-family: "Roboto-Mono";
  font-size: 0.8em;
}

/* Vertical padding */
/** ----------------------------------------------------------------------------
/* Vertical padding 
---------------------------------------------------------------------------- **/
.padding-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-l {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-m {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-s {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-top-xl {
  padding-top: 50px;
}

.padding-top-l {
  padding-top: 20px;
}

.padding-top-m {
  padding-top: 15px;
}

.padding-top-s {
  padding-top: 10px;
}

.padding-bottom-xl {
  padding-bottom: 50px;
}

.padding-bottom-l {
  padding-bottom: 20px;
}

.padding-bottom-m {
  padding-bottom: 15px;
}

.padding-bottom-s {
  padding-bottom: 10px;
}

/* Align style */
.center {
  width: 100%;
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.align-bottom {
  align-self: flex-end;
}

/* Mobile style*/
@media screen and (max-width: 800px) {
  .mobi-center {
    text-align: center;
  }
  .mobi-left {
    text-align: left;
  }
  .mobi-right {
    text-align: right;
  }
}
/* Components */
/* SinPix Slider for */
.sinpix-slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.sinpix-slider .wp-block-group__inner-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  /* background-color: blue; */
  margin: 0px !important;
  max-width: 100vw !important;
}
.sinpix-slider .wp-block-column {
  margin-right: 0;
  margin-left: 0;
  background-color: aqua;
}
.sinpix-slider .sinpix-slider-group {
  height: calc(100vh - 60px);
}
.sinpix-slider .hidden {
  display: none !important;
}
.sinpix-slider .sinpix-slider-center {
  width: 10%;
  /* background-color: #ffffff; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.sinpix-slider .sinpix-slider-content {
  padding-left: 30px;
  padding-right: 30px;
}
.sinpix-slider .sinpix-slider-dot {
  height: 84px;
  width: 8px;
  border-radius: 5px 10px 15px 10px;
  background-color: #D6BEB9;
  display: inline-block;
  transition: background-color 0.6s ease;
  align-self: center;
  margin: 5px;
}
.sinpix-slider .active {
  background-color: #853929;
}
@media screen and (min-width: 1600px) {
  .sinpix-slider .sinpix-slider-left {
    padding-left: calc((100vw - 1600px) / 2);
  }
  .sinpix-slider .sinpix-slider-right {
    padding-right: calc((100vw - 1600px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sinpix-slider .sinpix-slider-center {
    display: none;
  }
  .sinpix-slider .sinpix-slider-group {
    min-height: calc(100vh - 60px);
    height: auto;
  }
  .sinpix-slider .hidden {
    display: block !important;
  }
}

/* Load components */
.sin-load-container {
  --uib-size: 100px;
  --uib-color: #B38B64;
  --uib-speed: 1.3s;
  --uib-bg-opacity: .1;
  height: calc(var(--uib-size) * 0.42);
  width: var(--uib-size);
  transform-origin: center;
  overflow: visible;
}

.car {
  fill: none;
  stroke: var(--uib-color);
  stroke-dasharray: 15, 85;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: travel var(--uib-speed) linear infinite;
  will-change: stroke-dasharray, stroke-dashoffset;
  transition: stroke 0.5s ease;
}

.track {
  stroke: #f4f4f4;
}

@keyframes travel {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 100;
  }
}
/* Form */
/* Form style */
input, textarea, button {
  font-family: "Karla-Regular";
  font-size: 0.9em;
  color: #2b2b29;
}

input, textarea {
  padding: 10px;
  width: 100%;
  background-color: #f4f4f4;
  border-style: none;
  margin-top: 10px;
}

input::placeholder, textarea::placeholder {
  font-weight: bold;
  opacity: 1;
}

input[type=button], input[type=submit], button {
  font-size: 1.01em;
  font-weight: bold;
  padding: 10px;
  color: #B38B64;
  background-color: #ffffff;
  border: 2px solid #654f39;
  width: auto;
  float: right;
}

input[type=button]:hover, input[type=submit]:hover, button:hover {
  color: #ffffff;
  background-color: #654f39;
}

/* Button */
.btn a {
  text-decoration: none;
  font-size: 1.01em;
  font-weight: bold;
  padding: 10px;
  color: #B38B64;
  border: 2px solid #654f39;
}

.btn a:hover {
  color: #ffffff;
  background-color: #654f39;
}

/* Footer */
/** Footer **/
.sinpix-footer {
  margin-bottom: 0px;
  padding: 5px;
  height: 60px;
}

/* Add responsive CSS styles for mobile view */
@media screen and (max-width: 768px) {
  .sinpix-footer {
    height: auto;
  }
}
/* Client block style and WordPress rewrite */
/* Sinabe specific style and color*/
.sin-bg-grey {
  background-color: #f4f4f4;
}

.sin-bg-brown {
  background-color: #654f39;
}

.sin-grey {
  color: #f4f4f4;
}

.sin-brown {
  color: #654f39;
}

.sin-white {
  color: #ffffff;
}

.siItemTitle {
  font-size: 1.2em;
  line-height: 1.2em;
}

/* Particles animantion for home page */
#particles-js {
  height: calc(100vh - 60px);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #654f39;
}

#particles-content {
  position: absolute;
  width: 98%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

/** Posts **/
.sin-posts {
  padding-top: 60px;
}
.sin-posts .sin-post-item {
  max-width: 33.33%;
}
.sin-posts section {
  padding-left: 10px;
  padding-right: 10px;
}
.sin-posts section:first-of-type {
  padding-left: 0px;
}
.sin-posts section:last-of-type {
  padding-right: 0px;
}
.sin-posts section .sin-post-content {
  text-align: justify;
}
@media screen and (max-width: 800px) {
  .sin-posts .sin-post-item {
    max-width: none;
  }
  .sin-posts section:first-of-type {
    padding-left: 10px;
  }
  .sin-posts section:last-of-type {
    padding-right: 10px;
  }
}

.sin-box-grey .wp-block-column, .sin-box-brown .wp-block-column {
  padding-right: 1em;
  padding-left: 1em;
  padding: 1em;
}

.sin-box-grey {
  background-color: #f4f4f4;
}

.sin-box-brown {
  background-color: #654f39;
  color: #ffffff;
}

.sin-box-offer .wp-block-column {
  padding: 1.2em;
  background-color: #f4f4f4;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sin-box-offer .best-offer {
  margin-top: 0px;
  margin-bottom: 0px;
}

.wp-block-accordion p {
  margin: 0px;
}

/* Sinabe button */
.wp-block-buttons .wp-block-button__link {
  position: relative;
  border-radius: 0px;
  border: 2px solid #654f39;
  padding: 10px;
  background-color: #ffffff;
  color: #B38B64;
  font-family: "Karla-Regular";
  font-weight: 200;
  font-size: 1.01em;
  text-decoration: none;
}
.wp-block-buttons .wp-block-button__link:hover {
  width: 100%;
  background-color: #654f39;
  color: #ffffff;
}
.wp-block-buttons .sin-btn-grey .wp-block-button__link {
  background-color: #f4f4f4;
}
.wp-block-buttons .sin-btn-grey .wp-block-button__link:hover {
  background-color: #654f39;
}

.sin-box-brown .wp-block-buttons .wp-block-button__link {
  background-color: #f4f4f4;
  color: #654f39;
}
.sin-box-brown .wp-block-buttons .wp-block-button__link:hover {
  background-color: #2b2b29;
  color: #ffffff;
}

/* Footer style*/
.siFooter {
  background-color: #f4f4f4;
  color: #2b2b29;
  font-size: 0.9em;
}

.siFooterSmall {
  font-size: 0.8em;
}

/* Header full screen height with thumbnail */
/* In use for onepage-thumb */
.siHeaderImg {
  flex-basis: 100%;
  height: calc(100vh - 1px);
  background-position: center bottom;
  background-size: cover;
}

.first-section {
  background-color: #654f39;
  color: #ffffff;
  min-height: calc(100vh - 60px);
}

/* Sinabe specific style and color*/
.siTitle {
  position: relative;
  bottom: 0px;
}

/** SinPix product style **/
.sinpix-product-item {
  text-align: center;
}

.sinpix-product-title {
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
  color: #333;
}

.siHidden {
  display: none;
}

/* Navigation */
/* Centred horizontal menu */
/* Menu Styling */
/* Navigation menu */
.navbar {
  width: 100vw;
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: #654f39;
  z-index: 999;
}
.navbar li a {
  color: #ffffff;
}
.navbar .content {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.navbar .content .logo {
  position: relative;
  top: 5px;
  left: 0px;
  width: fit-content;
  z-index: 998;
}
.navbar .content .menu-icon {
  display: none;
}
.navbar .content nav {
  position: absolute;
  top: 0px;
  width: 100%;
  max-width: 1024px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}
.navbar .content nav ul .menu {
  z-index: 1000;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .navbar .content {
    display: flex;
    width: 100%;
    max-width: none;
  }
  .navbar .content nav {
    max-width: 100%;
    height: 80px;
  }
  .navbar .content .menu-icon {
    display: block;
    z-index: 1000;
    position: absolute;
    right: 30px;
    top: 10px;
  }
  .navbar .content .logo-big img {
    height: 60px;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .navbar {
    height: 80px;
  }
}

.navbar-scrolled {
  background-color: #f4f4f4;
}
.navbar-scrolled li a {
  color: #654f39;
}

/* list and link */
.menu {
  position: absolute;
  left: 60px;
  list-style: none;
  display: flex;
  align-items: stretch; /* Default */
}

.menu-item {
  padding-left: 0px;
  text-indent: 0px;
}

.menu li {
  display: inline-block;
  height: 60px;
  padding: 10px 0px;
  z-index: 1000;
  /* If li has a before value with content */
}
.menu li::before {
  content: "";
}
.menu li .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
  background-color: #f4f4f4;
}
.menu li .sub-menu li {
  display: block;
}
.menu li .sub-menu li a {
  color: #654f39;
}
.menu li:hover .sub-menu {
  display: block;
  padding: 10px;
}
.menu li a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2ch;
  padding: 10px 15px;
}
.menu li a:hover {
  text-decoration: none;
}

.wp-block-navigation-item {
  text-indent: 0px;
}

/* Add responsive CSS styles for mobile view and hamburger menu */
@media screen and (max-width: 1024px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    width: 100vw;
  }
  .navbar .content .logo {
    left: 10px;
    top: 5px;
  }
  ul {
    height: 100vh;
  }
  .menu-bar-top {
    display: flex;
    width: 100%;
  }
  nav {
    background-color: #f4f4f4;
    width: auto;
  }
  /* Display hamburger icon on mobile device */
  .menu-icon {
    width: 50px;
    height: 50px;
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" style="enable-background:new 0 0 42 42;" xml:space="preserve"><style type="text/css">.st0{fill:%23001871;}.st1{fill:%23FFFFFF;}.st2{fill:none;stroke:%23001871;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><line class="st2" x1="9.5" y1="13.6" x2="32.5" y2="13.6"/><line class="st2" x1="9.5" y1="21" x2="32.5" y2="21"/><line class="st2" x1="9.5" y1="28.4" x2="32.5" y2="28.4"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .menu-icon.close {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" style="enable-background:new 0 0 42 42;" xml:space="preserve"><style type="text/css">.st0{fill:%238D3F2B;}.st1{fill:%23001871;}.st2{fill:none;stroke:%23001871;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><line class="st2" x1="12.9" y1="29.1" x2="29.1" y2="12.9"/></g><g><line class="st2" x1="29.1" y1="29.1" x2="12.9" y2="12.9"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
  }
  ul .menu {
    height: 100vh;
  }
  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px; /* Adjust top position as needed */
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    justify-content: start;
    text-align: center;
    z-index: 1000;
    background-color: #ffffff;
  }
  .menu li {
    height: fit-content;
  }
  .menu li a {
    color: #654f39;
  }
  .menu ul.sub-menu {
    display: block;
    position: relative;
    top: 0px;
    height: fit-content;
  }
  .menu.open {
    display: flex;
  }
  .menu-icon {
    display: block;
    font-size: 24px;
    cursor: pointer;
  }
  .menu-shop-icon {
    display: flex;
    direction: rtl;
    align-items: center;
    height: 50px;
    width: 33.33%;
    padding-right: 10px;
  }
}
/*  Hamburger menu */

/*# sourceMappingURL=style.css.map */
