@charset "UTF-8";
/*!
Theme Name: Kg_Theme
Theme URI: https://kg-theme.me/
Author: Kacem Hz
Author URI: https://Kacem Hz.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>kg-theme</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kg-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on kg-theme https://kg-theme.me/, (C) 2012-2020 Kacem Hz, Inc.
kg-theme is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h1, h2, h3, h4, h5, h6,
.content h2, .content h3, .content h4, .content h5, .content h6 {
  font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
  margin: 0px 0 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--kt-theme-color-1); }

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, h6::first-letter {
  text-transform: uppercase; }

h1, .content h1 {
  font-size: var(--kt-h1-size);
  font-family: var(--kt-h1-family);
  text-transform: var(--kt-h1-transform);
  color: var(--kt-theme-color-1); }

h2, .content h2 {
  font-size: var(--kt-h2-size);
  font-family: var(--kt-h2-family);
  text-transform: var(--kt-h2-transform);
  color: var(--kt-theme-color-1); }

h3, .content h3 {
  font-size: var(--kt-h3-size);
  font-family: var(--kt-h3-family);
  text-transform: var(--kt-h3-transform);
  color: var(--kt-theme-color-1); }

.content strong {
  color: inherit; }

@media (min-width: 601px) {
  h1 {
    text-align: left; } }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  content: "";
  width: 100%;
  height: 2px;
  background-size: auto 100%;
  vertical-align: middle;
  margin-left: 10px;
  background: radial-gradient(var(--kt-theme-color-1), #ffff); }

.divider {
  margin: 0 0 20px;
  font-size: 24px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: var(--kt-theme-color-1); }

.divider::after {
  content: "";
  width: 100%;
  height: 8px;
  background: url(./assets/images/separator.webp) repeat-x;
  background-size: auto 100%;
  vertical-align: middle;
  margin-left: 10px; }

.title-divider-line {
  color: var(--kt-theme-color-1);
  font-size: var(--kt-h2-size);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden; }

.title-divider-line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-size: auto 100%;
  vertical-align: middle;
  margin-left: 10px;
  background: radial-gradient(var(--kt-theme-color-1), transparent); }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: none; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: var(--kt-theme-color-1);
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 0; }

#post, #page {
  position: relative;
  overflow: hidden; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

.kt-card:hover {
  opacity: 0.85; }

.kt-card figure {
  position: relative; }
  .kt-card figure .category {
    position: absolute;
    bottom: -0.7rem;
    left: 0;
    display: inline-block;
    width: 100%;
    text-align: center; }
    .kt-card figure .category a {
      background: var(--kt-theme-color-1);
      display: inline-block;
      padding: 0.2rem 1rem;
      border-radius: 12px;
      color: white;
      font-size: clamp(8px, 2.6vw, 12px); }
  .kt-card figure + a h3 {
    margin-top: 1.5rem;
    color: var(--kt-theme-color-2);
    font-size: clamp(18px, 4.5vw, 30px); }

.kgt-widget .kt-card figure a {
  height: 10.8em; }

.site-main .content.content .kt-card h3 {
  font-size: calc(var(--kt-text-size) * 1); }

@media (min-width: 768px) {
  .kt-card figure + a h3 {
    font-size: clamp(18px, 1.5vw, 1.5em); } }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/* bulma */
.no-shadow {
  box-shadow: none !important; }

.box .title {
  color: var(--kt-theme-color-2); }

.is-252x252 {
  width: 252px;
  height: 252px; }

.is-252x315 {
  width: 252px;
  height: 315px; }

.is-823x823 {
  width: 823px;
  height: 823px; }

.no-order {
  order: initial !important; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* custom styles */
body {
  font-size: calc(var(--kt-text-size) * 1);
  font-family: var(--kt-text-family);
  color: var(--kt-text-color-1);
  line-height: var(--kt-text-line-height); }

.is-rounded-borders {
  border-radius: 1em; }

.button:not(.is-control), input[type="submit"]:not(.is-control) {
  background-color: var(--kt-theme-color-1) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .15em;
  font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
  padding: 8px 12px 7px 14px !important;
  border-radius: 12px !important;
  text-wrap: balance !important;
  font-size: calc(var(--kt-text-size)* 0.7); }
  .button:not(.is-control).btn-more::after, input[type="submit"]:not(.is-control).btn-more::after {
    content: ' »';
    margin-left: 0.5rem;
    position: relative;
    bottom: 0.12rem; }
  .button:not(.is-control):hover, input[type="submit"]:not(.is-control):hover {
    background-color: var(--kt-btn-bg-hover-color) !important;
    color: white !important; }

.recipe-search-form input {
  font-style: italic; }

.field.has-addons:not(.is-transparent) .control button.is-control, .field.has-addons:not(.is-transparent) .control input[type="submit"].is-control {
  background: none;
  border: 1px solid #cccccc;
  padding-bottom: 6px;
  border-left: none; }

.field.has-addons:not(.is-transparent) .control input {
  border-right: none; }

.field.has-addons.is-transparent button.is-control, .field.has-addons.is-transparent input[type="submit"].is-control {
  background-color: var(--kt-theme-color-1) !important;
  color: white; }
  .field.has-addons.is-transparent button.is-control .icon, .field.has-addons.is-transparent input[type="submit"].is-control .icon {
    color: white; }

.field.has-addons .input-control {
  width: 100%; }
  .field.has-addons .input-control input {
    padding: 0 1rem; }

.pagination .pagination-list .pagination-link.dots {
  border: none;
  box-shadow: none; }

.pagination .pagination-list .pagination-link, .pagination .pagination-list .pagination-next, .pagination .pagination-list .pagination-previous {
  color: var(--kt-theme-link-color);
  background-color: var(--kt-theme-link-bg-color);
  border-color: var(--kt-theme-link-border-color); }
  .pagination .pagination-list .pagination-link:hover, .pagination .pagination-list .pagination-link:focus, .pagination .pagination-list .pagination-link:active, .pagination .pagination-list .pagination-next:hover, .pagination .pagination-list .pagination-next:focus, .pagination .pagination-list .pagination-next:active, .pagination .pagination-list .pagination-previous:hover, .pagination .pagination-list .pagination-previous:focus, .pagination .pagination-list .pagination-previous:active {
    color: var(--kt-theme-link-focus-color); }

.section > ul {
  padding-left: 2.4em; }

.section-description {
  margin-bottom: 3rem !important; }

:root {
  --bulma-body-font-size: 1.1rem !important; }

@media (min-width: 768px) {
  .header {
    margin-bottom: 2em; }
  header + .section {
    padding-top: 4em; } }

@media (min-width: 1024px) {
  body .section {
    padding: 1.5rem 1rem; }
  .header {
    margin-bottom: 2em; }
  header + .section {
    padding-top: 4em; } }

.section.section-categories {
  padding: 0 1.5rem; }
  .section.section-categories .container {
    margin: 0 auto 0;
    padding: 0 0; }
    .section.section-categories .container .cols {
      display: grid;
      gap: 2vw;
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .section.section-categories .kt-card {
    max-width: initial;
    padding: 0 0;
    margin: 1rem 0; }
    .section.section-categories .kt-card .image {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      width: 100%;
      height: 100%; }
      .section.section-categories .kt-card .image img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .section.section-categories .kt-card h3 {
      font-size: clamp(8px, 2.6vw, 12px);
      white-space: nowrap;
      letter-spacing: .08em;
      margin: 10px 0 0;
      text-align: center;
      text-transform: uppercase; }

.section:not(.section-categories) .kt-card {
  padding: 5px; }
  .section:not(.section-categories) .kt-card figure.image a.link-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .section:not(.section-categories) .kt-card figure.image a.link-wrapper img {
      height: 100%;
      min-width: fit-content; }
  .section:not(.section-categories) .kt-card[class*="is-one-quarter"] figure.image a.link-wrapper {
    height: 14rem; }
  .section:not(.section-categories) .kt-card[class*="is-one-third"] figure.image a.link-wrapper {
    height: 14rem; }

@media (min-width: 992px) {
  .section:not(.section-categories) .kt-card {
    padding: 12px; }
    .section:not(.section-categories) .kt-card[class*="is-one-quarter"] figure.image a.link-wrapper {
      height: 24rem; }
    .section:not(.section-categories) .kt-card[class*="is-one-third"] figure.image a.link-wrapper {
      height: 32rem; }
  .section.section-categories {
    padding: 3rem 1.5rem; }
    .section.section-categories .container .cols {
      gap: 1vw;
      grid-template-columns: repeat(8, 1fr); } }

section.section-stayconnected {
  width: 100%;
  min-height: 13rem;
  position: relative;
  background-color: var(--kt-theme-color-2);
  border-bottom: 20px solid var(--kt-theme-color-3); }
  section.section-stayconnected .section-wrap {
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0; }
    section.section-stayconnected .section-wrap .section-bg {
      background-size: auto 60% !important;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      bottom: -40%;
      left: 0; }
    section.section-stayconnected .section-wrap .columns {
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative;
      right: 1em;
      width: 100%;
      text-align: center;
      background-size: auto 96% !important;
      display: block;
      padding: 10px 0 15px 8em;
      bottom: -0.5em;
      height: 100%; }
      section.section-stayconnected .section-wrap .columns .column {
        width: 100%; }
        section.section-stayconnected .section-wrap .columns .column .title {
          color: white;
          font-size: 1.5em; }
        section.section-stayconnected .section-wrap .columns .column .subtitle {
          color: var(--kt-btn-bg-hover-color);
          text-transform: uppercase;
          font-size: 1em; }
        section.section-stayconnected .section-wrap .columns .column button, section.section-stayconnected .section-wrap .columns .column input[type="submit"] {
          border: none;
          width: 95%;
          margin: 1em 0;
          height: 3rem; }
        section.section-stayconnected .section-wrap .columns .column input:not([type="submit"]) {
          width: 95%;
          border-radius: 14px;
          height: 3rem;
          padding-left: 1rem;
          padding-right: 1rem; }
        section.section-stayconnected .section-wrap .columns .column p {
          margin-bottom: initial; }

@media (min-width: 530px) {
  section.section-stayconnected .section-wrap .columns .section-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 530px; }
    section.section-stayconnected .section-wrap .columns .section-form .form_submit_email {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
    section.section-stayconnected .section-wrap .columns .section-form > * {
      height: 100%; }
    section.section-stayconnected .section-wrap .columns .section-form input {
      margin-right: 0.5em; }
    section.section-stayconnected .section-wrap .columns .section-form button, section.section-stayconnected .section-wrap .columns .section-form input[type="submit"] {
      font-weight: bold; } }

@media (min-width: 901px) {
  section.section-stayconnected {
    min-height: 13rem;
    height: 15em; }
    section.section-stayconnected .section-wrap .section-bg {
      background-size: auto 90% !important;
      bottom: -10%; }
    section.section-stayconnected .section-wrap .columns {
      flex-direction: row; } }

@media (min-width: 1025px) {
  section.section-stayconnected .section-wrap {
    width: 1024px;
    margin: auto; } }

.section-myproducts {
  background-color: var(--kt-theme-color-6);
  padding: 1.5em 1.5em;
  text-align: center;
  font-size: calc(var(--kt-text-size)* 0.81); }
  .section-myproducts h2 {
    font-size: 2.5em !important;
    text-wrap: balance; }
  .section-myproducts .section-wrap {
    padding-top: 7.5em;
    margin: auto; }
    .section-myproducts .section-wrap:not(:first-child) {
      margin-top: 3em; }
    .section-myproducts .section-wrap .subsection {
      position: relative;
      background-color: white;
      padding: 0 1em 0 1em; }
      .section-myproducts .section-wrap .subsection:not(:last-child) {
        margin-bottom: 10em; }
      .section-myproducts .section-wrap .subsection .columns {
        flex-direction: column; }
        .section-myproducts .section-wrap .subsection .columns .column:not(.title-container) {
          display: flex;
          align-content: center;
          justify-content: center; }
          .section-myproducts .section-wrap .subsection .columns .column:not(.title-container) img {
            width: 15em;
            position: absolute;
            top: -7.5em;
            margin: auto; }
        .section-myproducts .section-wrap .subsection .columns .title-container {
          margin-top: 7.5em; }
          .section-myproducts .section-wrap .subsection .columns .title-container p {
            margin-bottom: 1em; }
          .section-myproducts .section-wrap .subsection .columns .title-container .title, .section-myproducts .section-wrap .subsection .columns .title-container .subtitle {
            font-weight: bold;
            font-size: calc(var(--kt-text-size)* 1.03); }
          .section-myproducts .section-wrap .subsection .columns .title-container .title {
            color: var(--kt-theme-color-2);
            font-size: calc(var(--kt-text-size)* 1.52); }
          .section-myproducts .section-wrap .subsection .columns .title-container .subtitle {
            color: var(--kt-theme-color-1); }

.widget[class*="kgt_my_products_widget"] .section-myproducts {
  background-color: white;
  padding: 0; }
  .widget[class*="kgt_my_products_widget"] .section-myproducts .section-wrap .subsection {
    background-color: var(--kt-theme-color-6); }

@media (min-width: 681px) {
  .kgt-section.section-myproducts {
    background-color: var(--kt-theme-color-6);
    padding: 1.5em 0; }
    .kgt-section.section-myproducts .section-wrap {
      padding-top: initial;
      padding-left: 7.5em; }
      .kgt-section.section-myproducts .section-wrap:not(:first-child) {
        margin-top: 3em; }
      .kgt-section.section-myproducts .section-wrap .subsection {
        background-color: white;
        padding: 0 1em 0 1em; }
        .kgt-section.section-myproducts .section-wrap .subsection .columns {
          flex-direction: row; }
          .kgt-section.section-myproducts .section-wrap .subsection .columns .title-container {
            margin-top: 0; }
          .kgt-section.section-myproducts .section-wrap .subsection .columns .column:not(.title-container) {
            display: flex;
            align-content: center;
            justify-content: center;
            width: 25%;
            flex: none; }
            .kgt-section.section-myproducts .section-wrap .subsection .columns .column:not(.title-container) img {
              width: 15em;
              position: absolute;
              left: -7.5em;
              top: calc(50% - 7.5em);
              margin: auto; }
    .kgt-section.section-myproducts .section-wrap:nth-child(2n+1) {
      padding-left: initial;
      padding-right: 7.5em; }
      .kgt-section.section-myproducts .section-wrap:nth-child(2n+1) .subsection .columns {
        flex-direction: row-reverse; }
        .kgt-section.section-myproducts .section-wrap:nth-child(2n+1) .subsection .columns .column:not(.title-container) img {
          left: initial;
          right: -7.5em; } }

@media (min-width: 820px) {
  .kgt-section.section-myproducts .section-wrap {
    width: 780px; } }

section.section-aboutus {
  background-color: var(--kt-theme-color-4); }
  section.section-aboutus .section-wrap {
    margin: auto;
    max-width: 860px;
    display: flex;
    justify-content: center;
    padding-top: 1em;
    padding-bottom: 1em; }
    section.section-aboutus .section-wrap .columns {
      flex-direction: column;
      text-align: center;
      width: 100%; }
    section.section-aboutus .section-wrap .title-container {
      font-family: Jost, Futura, "Gill Sans", Arial, sans-serif;
      text-transform: uppercase; }
      section.section-aboutus .section-wrap .title-container .description {
        margin-bottom: 1em; }
      section.section-aboutus .section-wrap .title-container .title {
        text-transform: capitalize; }
      section.section-aboutus .section-wrap .title-container .title, section.section-aboutus .section-wrap .title-container .description {
        color: #4e4e4e;
        text-transform: initial; }
      section.section-aboutus .section-wrap .title-container .subtitle {
        color: var(--kt-theme-color-1);
        font-size: 0.9rem;
        font-weight: bold;
        letter-spacing: .1em; }
    section.section-aboutus .section-wrap img {
      max-width: 17rem;
      width: 80%;
      box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
      border-radius: 11px; }

.section-aboutus.kgt-widget {
  border-radius: 2em;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1); }

@media (min-width: 681px) {
  .kgt-section.section-aboutus {
    margin: 4rem 0; }
    .kgt-section.section-aboutus .section-wrap .columns {
      flex-direction: row;
      text-align: center; }
      .kgt-section.section-aboutus .section-wrap .columns .column:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: center; }
    .kgt-section.section-aboutus .section-wrap img {
      position: absolute;
      width: 15rem; } }

.section-asseenon {
  text-align: center; }
  .section-asseenon img {
    width: 6em; }

.myproducts-banner {
  background: var(--kt-theme-color-4);
  height: 4rem;
  overflow: hidden; }
  .myproducts-banner.hero.is-small {
    margin-top: 4rem; }
    .myproducts-banner.hero.is-small .hero-body {
      padding: initial;
      max-width: 30rem;
      text-align: center;
      margin: auto;
      height: 100%; }
      .myproducts-banner.hero.is-small .hero-body .columns {
        height: 100%;
        align-items: center;
        margin: initial; }
        .myproducts-banner.hero.is-small .hero-body .columns .column.title-container {
          width: 40%;
          flex: none; }
          .myproducts-banner.hero.is-small .hero-body .columns .column.title-container .title {
            font-size: 0.85em;
            color: #4e4e4e; }
          .myproducts-banner.hero.is-small .hero-body .columns .column.title-container p {
            margin: initial; }
        .myproducts-banner.hero.is-small .hero-body .columns img {
          position: relative;
          top: 1em;
          width: 100%;
          max-width: 4.5em; }

@media (min-width: 769px) {
  .myproducts-banner.hero.is-small .hero-body {
    max-width: 33rem; }
    .myproducts-banner.hero.is-small .hero-body button.is-responsive, .myproducts-banner.hero.is-small .hero-body button.is-responsive.is-normal, .myproducts-banner.hero.is-small .hero-body input[type="submit"].is-responsive, .myproducts-banner.hero.is-small .hero-body input[type="submit"].is-responsive.is-normal {
      font-size: var(--bulma-size-small); } }

@media (min-width: 1024px) {
  .myproducts-banner .hero-body {
    max-width: 70%; }
    .myproducts-banner .hero-body .columns .column.title-container .title {
      font-size: 1.5em; }
    .myproducts-banner .hero-body .columns img {
      width: 50%;
      top: 0.6em; } }

.socials svg {
  width: 1.5em;
  fill: var(--kt-header-text-color-1); }

.socials a {
  display: inline-block;
  margin-right: 0.7em;
  color: var(--kt-header-text-color-1); }
  .socials a:hover svg {
    fill: var(--kt-theme-color-1); }

.widget[class*="kgt_socials_widget"] .section-socials .section-wrapper {
  display: flex;
  justify-content: center; }
  .widget[class*="kgt_socials_widget"] .section-socials .section-wrapper a {
    display: inline-block;
    margin-right: 0.8rem;
    color: var(--kt-theme-color-1); }
    .widget[class*="kgt_socials_widget"] .section-socials .section-wrapper a .icon {
      width: 2.5rem;
      height: 2.5rem;
      fill: var(--kt-theme-color-1); }

a, svg {
  transition: none; }

#show-menu, #show-search, .menu-toggle {
  display: none; }

header#masthead {
  height: 4rem;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  background: white; }
  header#masthead .main-navigation {
    opacity: 0;
    display: flex;
    position: fixed;
    flex-direction: column;
    left: -20rem;
    top: 4rem;
    background: white;
    height: 100%;
    width: 20rem;
    transition: all 0.3s ease; }
    header#masthead .main-navigation ul.nav-menu, header#masthead .main-navigation ul.menu {
      display: flex;
      flex-direction: column;
      width: 100%;
      overflow-y: auto;
      margin: 0; }
      header#masthead .main-navigation ul.nav-menu li, header#masthead .main-navigation ul.menu li {
        padding: 0;
        height: initial;
        width: 100%;
        font-weight: 500;
        list-style: none; }
        header#masthead .main-navigation ul.nav-menu li:not(last-child), header#masthead .main-navigation ul.menu li:not(last-child) {
          border-bottom: 1px solid #eaeaea; }
        header#masthead .main-navigation ul.nav-menu li a, header#masthead .main-navigation ul.menu li a {
          color: #4e4e4e;
          cursor: pointer;
          display: flex;
          flex-direction: row;
          justify-content: left;
          align-items: center; }
          header#masthead .main-navigation ul.nav-menu li a .label, header#masthead .main-navigation ul.menu li a .label {
            margin-left: 1rem; }
        header#masthead .main-navigation ul.nav-menu li > a, header#masthead .main-navigation ul.menu li > a {
          padding: 1rem 1rem; }
        header#masthead .main-navigation ul.nav-menu li:hover, header#masthead .main-navigation ul.nav-menu li.current-menu-item, header#masthead .main-navigation ul.menu li:hover, header#masthead .main-navigation ul.menu li.current-menu-item {
          background: var(--kt-theme-color-1);
          color: white;
          transition: all 0.3s ease; }
          header#masthead .main-navigation ul.nav-menu li:hover a, header#masthead .main-navigation ul.nav-menu li:hover span, header#masthead .main-navigation ul.nav-menu li:hover svg, header#masthead .main-navigation ul.nav-menu li.current-menu-item a, header#masthead .main-navigation ul.nav-menu li.current-menu-item span, header#masthead .main-navigation ul.nav-menu li.current-menu-item svg, header#masthead .main-navigation ul.menu li:hover a, header#masthead .main-navigation ul.menu li:hover span, header#masthead .main-navigation ul.menu li:hover svg, header#masthead .main-navigation ul.menu li.current-menu-item a, header#masthead .main-navigation ul.menu li.current-menu-item span, header#masthead .main-navigation ul.menu li.current-menu-item svg {
            color: white;
            fill: white; }
        header#masthead .main-navigation ul.nav-menu li ul.sub-menu, header#masthead .main-navigation ul.menu li ul.sub-menu {
          display: block;
          height: 0;
          overflow: hidden;
          margin: 0;
          background-color: white; }
          header#masthead .main-navigation ul.nav-menu li ul.sub-menu a, header#masthead .main-navigation ul.menu li ul.sub-menu a {
            color: black; }
            header#masthead .main-navigation ul.nav-menu li ul.sub-menu a::before, header#masthead .main-navigation ul.menu li ul.sub-menu a::before {
              content: ' > ';
              margin-right: 1rem; }
        header#masthead .main-navigation ul.nav-menu li:hover > ul.sub-menu, header#masthead .main-navigation ul.nav-menu li a:hover ~ ul, header#masthead .main-navigation ul.menu li:hover > ul.sub-menu, header#masthead .main-navigation ul.menu li a:hover ~ ul {
          height: initial; }
    header#masthead .main-navigation .socials {
      margin-top: 2rem; }
      header#masthead .main-navigation .socials .section-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row; }
        header#masthead .main-navigation .socials .section-wrapper a:not(first-child) {
          margin-left: 1rem; }
  header#masthead #show-menu:checked ~ .main-navigation {
    opacity: 1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    left: 0; }
  header#masthead .search-box {
    opacity: 0;
    position: fixed;
    top: 4rem;
    left: -100%;
    width: 100%;
    transition: all 0.3s ease; }
    header#masthead .search-box input {
      width: 100%;
      height: 4rem;
      padding: 0 1.5rem;
      font-size: 1.5rem;
      border-radius: 0; }
    header#masthead .search-box button {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      color: white; }
      header#masthead .search-box button svg {
        width: 2.5rem;
        height: 2.5rem; }
  header#masthead #show-search:checked ~ .search-box {
    opacity: 1;
    display: block;
    left: 0; }
  header#masthead .site-description {
    display: none; }
  header#masthead .site-branding .custom-logo-link {
    display: inline-block;
    height: 3.5rem;
    max-width: 15rem;
    overflow: hidden; }
    header#masthead .site-branding .custom-logo-link img {
      height: 100%;
      width: auto;
      max-width: none;
      display: block; }
  header#masthead .site-branding .site-title {
    display: none; }

@media (min-width: 841px) {
  #menu-icon {
    display: none; }
  header#masthead #show-menu + label {
    display: none; }
  header#masthead .search-icon {
    margin-left: 2rem; }
  header#masthead .main-navigation {
    opacity: 1;
    left: 0;
    display: flex;
    position: initial;
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: right;
    align-items: center; }
    header#masthead .main-navigation ul.nav-menu, header#masthead .main-navigation ul.menu {
      flex-direction: row;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center; }
      header#masthead .main-navigation ul.nav-menu li:not(last-child), header#masthead .main-navigation ul.menu li:not(last-child) {
        border-bottom: 0;
        width: initial; }
      header#masthead .main-navigation ul.nav-menu li, header#masthead .main-navigation ul.menu li {
        height: initial;
        padding: 0rem 0.3rem; }
        header#masthead .main-navigation ul.nav-menu li:not(last-child), header#masthead .main-navigation ul.menu li:not(last-child) {
          border-bottom: none; }
        header#masthead .main-navigation ul.nav-menu li ul.sub-menu, header#masthead .main-navigation ul.menu li ul.sub-menu {
          position: absolute;
          top: calc(100% - 0.2rem);
          left: initial;
          margin-left: -0.3rem;
          display: flex;
          max-width: 50%;
          flex-wrap: wrap;
          background-color: var(--kt-theme-color-5); }
          header#masthead .main-navigation ul.nav-menu li ul.sub-menu li, header#masthead .main-navigation ul.menu li ul.sub-menu li {
            min-width: 15rem; }
          header#masthead .main-navigation ul.nav-menu li ul.sub-menu a::before, header#masthead .main-navigation ul.menu li ul.sub-menu a::before {
            content: ' > '; }
    header#masthead .main-navigation .socials {
      margin-top: initial; }
      header#masthead .main-navigation .socials .section-wrapper a:not(first-child) {
        margin-left: 0.2rem; } }

footer {
  font-family: "Jost","Futura","Gill Sans",Arial,sans-serif;
  font-family: Georgia,"Source Serif Pro","Droid Serif","Iowan Old Style","Times New Roman",Times,serif;
  text-transform: uppercase;
  font-size: 12px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  color: #707070;
  letter-spacing: .1em;
  padding: 2rem 0 !important; }
  footer .columns {
    margin: 0 !important; }
  footer ul {
    list-style: none !important;
    display: block; }
    footer ul li {
      display: inline-block;
      margin-right: 1.5em; }
      footer ul li a {
        text-decoration: none;
        color: #4e4e4e !important;
        transition: all .2s ease-in-out; }
      footer ul li:hover a {
        color: var(--kt-theme-color-1) !important; }
  footer svg {
    width: 1.5em;
    height: 1.5em;
    fill: #4e4e4e; }

.icon-item {
  display: flex;
  align-items: center; }
  .icon-item .icon {
    width: 18px;
    margin-right: 0.3rem; }
  .icon-item .label {
    margin-right: 0.3rem; }

.list-initial {
  list-style: initial !important; }

dl dt, .content dl dt {
  font-weight: 700;
  text-transform: capitalize;
  color: var(--kt-theme-color-1);
  background: linear-gradient(#e5e3de, #e5e3de) 0 85%/100% 8px no-repeat;
  display: inline-block; }

dl dd, .content dl dd {
  padding-left: 0;
  margin-inline-start: 0;
  margin-top: 0.5em;
  margin-bottom: 1rem; }

.top-page {
  max-width: max-content;
  margin: 0;
  margin-bottom: 2rem;
  max-width: initial;
  width: 100%;
  text-align: center;
  background: var(--kt-theme-color-5);
  position: relative;
  overflow: hidden;
  min-height: 14rem;
  width: 100%;
  padding: 3em 0; }
  .top-page .top-page-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .top-page .top-page-container > figure.image {
      min-width: 15em;
      display: flex;
      justify-content: center;
      align-items: center; }
      .top-page .top-page-container > figure.image img {
        aspect-ratio: 1 / 1;
        height: auto;
        object-fit: cover;
        width: 300px;
        background-color: var(--sk-landing);
        border: 8px solid rgba(0, 0, 0, 0.14902);
        border-radius: 46% 54% 54% 46% / 58% 56% 44% 42%;
        max-width: 100%;
        /*outline: 1px dashed;*/ }
    .top-page .top-page-container .introduction {
      text-align: center;
      margin-bottom: 1em;
      padding: 0 1em; }
  .top-page::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: white;
    border-radius: 90% 90% 0 0;
    transform: translateY(50%); }
  .top-page .post-infos {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center; }
    .top-page .post-infos .author-infos {
      font-style: italic;
      text-align: left;
      padding-left: 1.5rem;
      font-size: calc(var(--kt-text-size) * 0.7); }
      .top-page .post-infos .author-infos .post-author {
        font-weight: bold; }

.site-main {
  width: 100%;
  margin-bottom: 3rem; }
  .site-main ul li strong {
    font-weight: bold; }
  .site-main ul:not(.pagination-list) li {
    margin-bottom: 0.5rem; }
  .site-main .content {
    max-width: max-content; }
  .site-main .pad-arround-mobile {
    padding: 0 calc(12px + 0px) !important; }
  .site-main .content, .site-main .section-tools {
    margin: auto; }
    .site-main .content.section-tools, .site-main .section-tools.section-tools {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin: 0 0; }
      .site-main .content.section-tools.nav-post, .site-main .section-tools.section-tools.nav-post {
        margin: 2rem 0; }
      .site-main .content.section-tools a, .site-main .section-tools.section-tools a {
        background-color: var(--kt-theme-color-5);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 3em;
        padding: 1.7em 0.3em;
        border-radius: 0.3em;
        width: 100%;
        display: flex;
        transition: background-color 0.5s ease-in-out; }
        .site-main .content.section-tools a:hover, .site-main .section-tools.section-tools a:hover {
          background-color: var(--kt-theme-color-1); }
        .site-main .content.section-tools a button, .site-main .content.section-tools a input[type="submit"], .site-main .section-tools.section-tools a button, .site-main .section-tools.section-tools a input[type="submit"] {
          background: initial;
          border: 1px dashed black;
          height: 2.5em;
          border-radius: 0.3em;
          align-items: center;
          justify-content: center;
          width: 100%; }
          .site-main .content.section-tools a button svg, .site-main .content.section-tools a input[type="submit"] svg, .site-main .section-tools.section-tools a button svg, .site-main .section-tools.section-tools a input[type="submit"] svg {
            fill: black;
            color: black; }
        .site-main .content.section-tools a:not(:first-child), .site-main .section-tools.section-tools a:not(:first-child) {
          margin-top: 1rem; }
    .site-main .content.content, .site-main .section-tools.content {
      flex-direction: column; }
      .site-main .content.content > .column, .site-main .section-tools.content > .column {
        padding: 0; }
      .site-main .content.content h3, .site-main .section-tools.content h3 {
        font-size: calc(var(--kt-text-size) * 1.4);
        line-height: 1.2;
        text-transform: capitalize;
        color: var(--kt-theme-article-color-h3); }
      .site-main .content.content .main-content article, .site-main .section-tools.content .main-content article {
        padding: 0 16px; }
      .site-main .content.content .main-content .section, .site-main .section-tools.content .main-content .section {
        padding: 0; }
        .site-main .content.content .main-content .section:not(:first-child), .site-main .section-tools.content .main-content .section:not(:first-child) {
          padding: 0 0; }
        .site-main .content.content .main-content .section ul, .site-main .content.content .main-content .section dd, .site-main .section-tools.content .main-content .section ul, .site-main .section-tools.content .main-content .section dd {
          padding-left: 40px;
          margin: 1rem 0; }
        .site-main .content.content .main-content .section p:not(:first-child), .site-main .section-tools.content .main-content .section p:not(:first-child) {
          margin-top: 1.3em; }
      .site-main .content.content .main-content .section.no-desc-padding dd, .site-main .section-tools.content .main-content .section.no-desc-padding dd {
        padding-left: 0; }
  .site-main.is-single.is-recipe article h2 {
    font-size: calc(var(--kt-text-size)* 1.4);
    color: var(--kt-theme-color-h2);
    display: flex;
    margin-block: 1rem;
    min-height: 2.5rem;
    position: relative;
    align-items: center;
    display: flex;
    margin-bottom: 1.3em; }
    .site-main.is-single.is-recipe article h2::before {
      border-radius: 2rem;
      content: "";
      width: .7rem;
      min-width: .7rem;
      margin-inline-end: .7rem;
      background: var(--kt-theme-color-h2-before);
      display: inline-block;
      align-self: stretch; }
  .site-main.is-single.is-recipe article figure {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-block-end: var(--kt-spacing); }
    .site-main.is-single.is-recipe article figure img {
      width: 100%;
      height: auto;
      border-radius: 24px; }

@media (min-width: 318px) {
  .site-main .content.section-tools, .site-main .section-tools.section-tools {
    flex-direction: row; }
  .site-main .content.section-tools a:not(:first-child), .site-main .section-tools.section-tools a:not(:first-child) {
    margin-top: initial; }
  .site-main .content.section-tools a:not(:last-child), .site-main .section-tools.section-tools a:not(:last-child) {
    margin-right: 0.2em; } }

@media (min-width: 540px) {
  .site-main {
    margin-bottom: 3rem; }
    .site-main .pad-arround-mobile {
      padding: 0 !important; }
    .site-main.is-single, .site-main > section:not(.kgt-widget):not(.section-aboutus):not(.section-myproducts):not(.section-stayconnected) {
      max-width: 540px;
      margin: auto; }
  .top-page-container {
    max-width: 540px;
    margin: auto; }
    .top-page-container .post-infos {
      justify-content: left; } }

@media (min-width: 768px) {
  .site-main.is-single, .site-main > section:not(.kgt-widget):not(.section-aboutus):not(.section-myproducts):not(.section-stayconnected) {
    max-width: 540px; }
  .top-page .top-page-container {
    max-width: 540px; }
    .top-page .top-page-container .introduction {
      text-align: meft;
      margin-bottom: 1em; } }

@media (min-width: 992px) {
  .site-main.is-single, .site-main > section:not(.kgt-widget):not(.section-aboutus):not(.section-myproducts):not(.section-stayconnected) {
    max-width: 960px; }
  .site-main .content.columns {
    flex-direction: row; }
    .site-main .content.columns .main-content {
      min-width: 69%;
      max-width: 69%; }
      .site-main .content.columns .main-content .section.section-text {
        padding-left: 2em;
        padding-right: 2em; }
    .site-main .content.columns .side-content {
      margin-left: 5.5rem;
      width: calc(100% - 69% - 5.5rem);
      max-width: calc(100% - 69% - 5.5rem); }
  .top-page .top-page-container {
    flex-direction: row;
    max-width: 960px; } }

@media (min-width: 1200px) {
  .site-main.is-single, .site-main > section:not(.kgt-widget):not(.section-aboutus):not(.section-myproducts):not(.section-stayconnected) {
    max-width: calc(1340px - 1rem); }
  .top-page .top-page-container {
    max-width: calc(1340px - 1rem); } }

.section.section-categories {
  padding: 0 1.5rem; }
  .section.section-categories .container {
    margin: 0 auto 0;
    padding: 0 0; }
    .section.section-categories .container .cols {
      display: grid;
      gap: 2vw;
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .section.section-categories .kt-card {
    max-width: initial;
    padding: 0 0;
    margin: 1rem 0; }
    .section.section-categories .kt-card .image {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      width: 100%;
      height: 100%; }
      .section.section-categories .kt-card .image img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .section.section-categories .kt-card h3 {
      font-size: clamp(8px, 2.6vw, 12px);
      white-space: nowrap;
      letter-spacing: .08em;
      margin: 10px 0 0;
      text-align: center;
      text-transform: uppercase; }

.section:not(.section-categories) .kt-card {
  padding: 5px; }
  .section:not(.section-categories) .kt-card figure.image a.link-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .section:not(.section-categories) .kt-card figure.image a.link-wrapper img {
      height: 100%;
      min-width: fit-content; }
  .section:not(.section-categories) .kt-card[class*="is-one-quarter"] figure.image a.link-wrapper {
    height: 14rem; }
  .section:not(.section-categories) .kt-card[class*="is-one-third"] figure.image a.link-wrapper {
    height: 14rem; }

@media (min-width: 992px) {
  .section:not(.section-categories) .kt-card {
    padding: 12px; }
    .section:not(.section-categories) .kt-card[class*="is-one-quarter"] figure.image a.link-wrapper {
      height: 24rem; }
    .section:not(.section-categories) .kt-card[class*="is-one-third"] figure.image a.link-wrapper {
      height: 32rem; }
  .section.section-categories {
    padding: 3rem 1.5rem; }
    .section.section-categories .container .cols {
      gap: 1vw;
      grid-template-columns: repeat(8, 1fr); } }

.breadcrumb {
  padding-left: 12px; }
  .breadcrumb ul {
    align-items: initial;
    margin-left: 0; }
    .breadcrumb ul li {
      text-wrap: auto;
      text-align: left; }
      .breadcrumb ul li a {
        color: var(--kt-text-color-1);
        font-size: 12px;
        font-weight: bold; }
        .breadcrumb ul li a:not(:first-child)::before {
          content: "&";
          margin-right: 24px;
          margin-left: 0px; }

.widget-area > .widget:not(:last-child) {
  margin-bottom: 3rem; }
  .widget-area > .widget:not(:last-child)::after {
    margin-top: 3rem;
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    background-size: auto 100%;
    vertical-align: middle;
    background: radial-gradient(var(--kt-theme-color-1), transparent); }

.widget-area h2 {
  font-size: 1.5rem !important;
  text-transform: initial !important;
  text-align: left; }

.kgt-widget.section {
  padding: 0; }
  .kgt-widget.section .section-description {
    margin-bottom: 0 !important;
    text-align: left; }

/* WebKit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 12px;
  height: 12px; }

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  border: 2px solid #f1f1f1; }

::-webkit-scrollbar-thumb:hover {
  background: #555; }

input.slider-btn {
  display: none; }
  input.slider-btn ~ label {
    min-width: 2em;
    min-height: 1.5em;
    padding: 2px 10px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    background: #2e5f48;
    color: white;
    font-weight: bold;
    transition: margin-left .4s ease,box-shadow .4s ease; }
    input.slider-btn ~ label:hover {
      cursor: pointer; }
  input.slider-btn:not(checked) ~ label {
    box-shadow: -1em 0 rgba(0, 0, 0, 0.34), 0 3px 6px rgba(0, 0, 0, 0.4);
    margin-left: 1em; }
  input.slider-btn:checked ~ label {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    text-decoration: line-through;
    margin-left: 0; }

.slider-holder {
  margin: 1.3em 0; }
  .slider-holder label {
    margin-right: 0.5em; }
  .slider-holder input:checked ~ span {
    text-decoration: line-through; }
  .slider-holder span.slider-desc-block {
    display: block;
    margin-top: 1em; }

.tgl {
  display: none; }
  .tgl, .tgl:after, .tgl:before,
  .tgl *,
  .tgl *:after,
  .tgl *:before,
  .tgl + .tgl-btn {
    box-sizing: border-box; }
    .tgl::selection, .tgl:after::selection, .tgl:before::selection,
    .tgl *::selection,
    .tgl *:after::selection,
    .tgl *:before::selection,
    .tgl + .tgl-btn::selection {
      background: none; }
  .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 5rem;
    height: 1.6rem;
    margin: 0.8rem 0 0.8rem 0;
    position: relative;
    cursor: pointer;
    user-select: none; }
    .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
      position: relative;
      display: block;
      content: "";
      width: 50%;
      height: 100%; }
    .tgl + .tgl-btn:after {
      left: 0; }
    .tgl + .tgl-btn:before {
      display: none; }
  .tgl:checked + .tgl-btn:after {
    left: 50%; }

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all .2s ease;
  font-family: sans-serif;
  perspective: 100px; }
  .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
    display: inline-block;
    transition: all .4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 1.55em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 4px; }
  .tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on);
    background: var(--switch-ok-bg-color);
    transform: rotateY(-180deg); }
  .tgl-flip + .tgl-btn:before {
    background: var(--switch-nok-bg-color);
    content: attr(data-tg-off); }
  .tgl-flip + .tgl-btn:active:before {
    transform: rotateY(-20deg); }

.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg); }

.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: var(--switch-bg-color); }

.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg); }

.tgl-flip:checked + .tgl-btn + .tgl-desc {
  text-decoration: line-through; }

.tgl-flip.inline + .tgl-btn {
  display: inline-block;
  margin: initial;
  width: 2.5rem;
  height: 1.5rem; }
  .tgl-flip.inline + .tgl-btn + .tgl-desc {
    position: relative;
    top: -5px;
    line-height: 1.8;
    margin-left: 0.4em; }
