@charset "UTF-8";
/*
Theme Name: Thème WordPress [title]
Theme URI : https://pixeleez.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, template-editing, translation-ready, wide-blocks

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

Version: 1.0.0

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;
}

/* Variables */
/* Max width of the web site*/
/* Client colors */
/* WordPress base style */
.entry-content {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 118px;
}

.content {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

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

.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;
}

@media screen and (max-width: 800px) {
  .entry-content {
    max-width: 710px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .content {
    max-width: 710px;
  }
  .wp-block-group__inner-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mobi-hidden {
    display: none !important;
  }
  .reverse-columns {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* Fonts */
/* Fonts */
@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/uig/assets/fonts/Raleway/Raleway-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway-Italic";
  src: url("/wp-content/themes/uig/assets/fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Orbitron";
  src: url("/wp-content/themes/uig/assets/fonts/Orbitron/Orbitron-VariableFont_wght.ttf") format("truetype");
}
/* Typography */
body {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 100%;
  line-height: 1.5em;
  color: #1D1D1B;
  text-align: left;
  background-color: #ffffff;
  z-index: 1;
}

/* Header style */
h1, h2, h3, h4, h5, h6 {
  font-family: "Orbitron";
  font-weight: 400;
  letter-spacing: 0.2ch;
  text-align: left;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  line-height: 1.2em;
  margin-block: 0px;
}

h1 {
  font-size: 2em;
  color: #001871;
}

h2 {
  font-size: 1.75em;
  color: #001871;
}

h3 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 1em;
  color: #aa1917;
  padding-top: 10px;
  padding-bottom: 10px;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.3em;
}

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

strong {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 1em;
}

em {
  font-family: "Raleway-Italic";
  font-weight: 300;
  font-style: italic;
}

ol li {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

ol li::marker {
  color: #aa1917;
}

ul {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
ul li {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 1em;
}
ul li::marker {
  font-size: 20px;
  color: #aa1917;
}

/* Link style */
a {
  text-decoration: none;
  color: #aa1917;
}
a:hover {
  text-decoration: underline;
}

/* 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;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

/* Mobile style*/
@media screen and (max-width: 800px) {
  .mobi-center {
    text-align: center;
  }
  .mobi-block-center {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .mobi-left {
    text-align: left;
  }
}
/* Layout */
/** Footer **/
.sinpix-footer {
  margin-bottom: 0px;
  padding: 5px;
  height: 200px;
  background-color: #f0f0f0;
  padding-top: 30px;
}

/* Add responsive CSS styles for mobile view */
@media screen and (max-width: 768px) {
  .sinpix-footer {
    height: auto;
  }
}
/* Components */
/* Client block style and WordPress rewrite */
.uig-blanc {
  color: #ffffff;
}

.uig-bleu {
  color: #001871;
}

.uig-gris {
  color: #9EA6B4;
}

.uig-grisclair {
  color: #f3f5fb;
}

.uig-grisbleu {
  color: #688197;
}

.uig-rose {
  color: #9B2743;
}

.uig-bg-blanc {
  background-color: #ffffff;
}

.uig-bg-bleu {
  background-color: #001871;
}

.uig-bg-gris {
  background-color: #9EA6B4;
}

.uig-bg-grisclair {
  background-color: #f3f5fb;
}

.uig-bg-grisbleu {
  background-color: #688197;
}

.uig-bg-rose {
  background-color: #9B2743;
}

/* Wave bleugris */
/* Column rose */
.uig-columns-rose .wp-block-columns:where(.wp-block-columns.is-layout-flex) {
  gap: 10px;
}
.uig-columns-rose .wp-block-column {
  background-color: #9B2743;
  color: #ffffff;
  padding: 30px;
}
.uig-columns-rose .wp-block-column h3 {
  color: #ffffff;
}

/* Content */
.uig-content {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}

.uig-straight {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .uig-straight {
    max-width: 100%;
  }
}

/* two columns content with image */
.uig-columns-content {
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 4em;
}
.uig-columns-content .column-padding {
  padding-top: 190px;
}
.uig-columns-content .uig-content-box {
  min-height: 500px;
  background-color: #f3f5fb;
  margin-top: 100px; /* must not be apply to the first element */
}
.uig-columns-content .uig-content-box figure {
  position: relative;
  top: -60px;
  width: calc(100% - 120px);
  margin-right: auto;
  margin-left: auto;
}
.uig-columns-content .uig-content-box .content {
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .uig-columns-content .column-padding {
    padding-top: 0px;
  }
}

.uig-content-box {
  min-height: 400px;
  background-color: #f3f5fb;
  margin-top: 100px; /* must not be apply to the first element */
}
.uig-content-box figure {
  position: relative;
  top: -60px;
  width: calc(100% - 120px);
  margin-right: auto;
  margin-left: auto;
}
.uig-content-box .content {
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 30px;
}

.uig-metiers h3 {
  margin-top: 30px;
  line-height: 1.5em;
  min-height: 4.5em;
}

.uig-presentation .wp-block-media-text {
  grid-template-columns: 20% auto;
  padding-top: 20px;
}
@media (max-width: 600px) {
  .uig-presentation .wp-block-media-text {
    text-align: center;
  }
  .uig-presentation .wp-block-media-text figure {
    margin-right: auto;
    margin-left: auto;
  }
}

.uig-accordeon .wp-block-accordion-heading__toggle-icon {
  font-size: 2.5em;
}

.uig-posts {
  gap: 3em;
}

.uig-curve-bg-before {
  background-image: url("/wp-content/themes/uig/assets/img/uig-curve-w-br1.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
  margin: 0px;
  min-height: 537px;
}

.uig-curve-bg {
  background-image: url("/wp-content/themes/uig/assets/img/uig-curve-bg-tl1.svg"), url("/wp-content/themes/uig/assets/img/uig-curve-bg-br1.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left, bottom right;
  background-color: #688197;
  min-height: 400px;
  color: #ffffff !important;
}
.uig-curve-bg .wp-block-columns {
  margin-bottom: 0px;
}
.uig-curve-bg h1, .uig-curve-bg h2, .uig-curve-bg h3 {
  color: #ffffff;
}

.uig-curve-after {
  background-image: url("/wp-content/themes/uig/assets/img/uig-curve-bg-after-tl1.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  min-height: 345px;
  margin: 0px;
  margin-right: auto;
  margin-left: auto;
}

.uig-curve-bg-top {
  background-image: url("/wp-content/themes/uig/assets/img/uig-curve-bg-tl1.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  background-color: #688197;
  color: #ffffff;
}
.uig-curve-bg-top h1, .uig-curve-bg-top h2, .uig-curve-bg-top h3 {
  color: #ffffff;
}

.uig-courbes-bordeau {
  background-image: url("/wp-content/themes/uig/assets/img/uig-courbes-b.svg");
  background-repeat: no-repeat;
  background-size: 100%, 100%;
  background-position: bottom;
}

.uig-bloc-gris {
  padding: 30px;
  background-color: #f3f5fb;
  margin-bottom: 30px;
}

.uig-bloc-blanc {
  padding: 30px;
  background-color: #ffffff;
  color: #1D1D1B;
}
.uig-bloc-blanc h1, .uig-bloc-blanc h2, .uig-bloc-blanc h3 {
  color: #001871;
}

/** UIG members */
.uig-members .wp-block-accordion-heading__toggle-title {
  font-size: 1.8em;
  line-height: 1.2em;
}
.uig-members .wp-block-accordion-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.uig-members .wp-block-accordion-item h3 {
  border-bottom: #ffffff 2px solid;
}
.uig-members .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}
.uig-members a {
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 600;
}

.uig-member-search {
  display: flex;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.uig-member-search input {
  height: 50px;
  width: 400px;
  margin: 0px;
  border: none;
}
.uig-member-search button {
  width: 50px;
  height: 50px;
  border: none;
  padding: 0px;
}

.uig-footer {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px !important;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 0.8em;
  line-height: 1.2em;
}
.uig-footer h2 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 1em;
  color: #001871;
}
.uig-footer .icon-container {
  display: flex;
  padding-top: 5px;
}
.uig-footer .icon {
  width: 20px;
  height: 20px;
  fill: #001871;
  margin-right: 5px;
}
.uig-footer .icon-social {
  width: 50px;
  margin-right: 10px;
  margin-top: 20px;
}
.uig-footer .icon-social .st0 {
  fill: #001871;
}
.uig-footer .icon-social .st1 {
  fill: #ffffff;
}
.uig-footer .menu {
  position: relative;
  bottom: auto;
  right: auto;
  left: 0px;
  list-style: none;
  display: block;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
}
.uig-footer .menu li {
  display: block;
  padding: 0px;
}
.uig-footer .menu li a {
  font-weight: 300;
  color: #1D1D1B;
  text-transform: none;
  padding: 0px;
}
@media screen and (max-width: 1024px) {
  .uig-footer {
    height: fit-content;
  }
  .uig-footer .icon-container {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .uig-footer .icon-container .icon-social {
    margin-top: 0px;
  }
  .uig-footer .menu {
    height: fit-content;
    top: auto;
    background-color: transparent;
  }
  .uig-footer .menu li {
    background-color: transparent;
  }
}

/* UIG prestations */
.uig-prestations h2 {
  writing-mode: sideways-lr !important;
  color: #9EA6B4;
}
.uig-prestations h3 {
  color: #001871;
}
.uig-prestations .fer-services h3 {
  color: #00A2B2;
}
.uig-prestations .fer-services .wp-block-media-text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.uig-prestations .wp-block-accordion-heading__toggle-title {
  vertical-align: middle;
}
.uig-prestations .wp-block-accordion-heading__toggle-title img {
  vertical-align: middle;
  margin-right: 20px;
}
.uig-prestations .wp-block-accordion-panel {
  position: absolute;
  width: 60%;
  z-index: 9999;
  border: #9EA6B4 2px solid;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .uig-prestations .wp-block-accordion-panel {
    width: 95%;
  }
}

/* UIG post industrie-geneve.ch */
.uig-post .wp-video {
  margin-right: auto;
  margin-left: auto;
}

/* UIG button */
.wp-block-buttons, form {
  padding-top: 15px;
  padding-bottom: 50px;
}
.wp-block-buttons .wp-block-button__link, form .wp-block-button__link {
  position: relative;
  border-radius: 0px;
  color: #ffffff;
  font-family: "Orbitron";
  font-weight: 200;
  letter-spacing: 0.2ch;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 40px;
}
.wp-block-buttons .wp-block-button__link::before, form .wp-block-button__link::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background: #fff;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  opacity: 0.2;
}
.wp-block-buttons .wp-block-button__link:hover::before, form .wp-block-button__link:hover::before {
  width: 100%;
}
.wp-block-buttons .uig-btn-bleu .wp-block-button__link, form .uig-btn-bleu .wp-block-button__link {
  background-color: #001871;
}
.wp-block-buttons .uig-btn-grisbleu .wp-block-button__link, form .uig-btn-grisbleu .wp-block-button__link {
  background-color: #688197;
}
.wp-block-buttons .uig-btn-bordeaux .wp-block-button__link, form .uig-btn-bordeaux .wp-block-button__link {
  background-color: #9B2743;
}
.wp-block-buttons .uig-btn-gris .wp-block-button__link, form .uig-btn-gris .wp-block-button__link {
  background-color: #9EA6B4;
}

.members-logos-container {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  /* Navigation buttons */
  /* Dots indicator */
}
.members-logos-container .logo-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.members-logos-container .carousel-wrapper {
  overflow: hidden;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.members-logos-container .carousel-content {
  display: flex;
  transition: transform 0.5s ease;
}
.members-logos-container .carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
}
.members-logos-container .logo-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 20px;
}
.members-logos-container .member-logo {
  flex: 0 0 calc(33.333% - 15px);
  max-width: calc(33.333% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.members-logos-container .member-logo img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.members-logos-container .member-logo img:hover {
  transform: scale(1.05);
}
.members-logos-container .carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
}
.members-logos-container .carousel-nav:hover {
  background: rgba(0, 0, 0, 0.8);
}
.members-logos-container .prev {
  left: 10px;
}
.members-logos-container .next {
  right: 10px;
}
.members-logos-container .carousel-dots {
  text-align: center;
  padding: 20px 0;
}
.members-logos-container .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.members-logos-container .dot.active, .members-logos-container .dot:hover {
  background-color: #717171;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .member-logo {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .carousel-nav {
    padding: 10px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .member-logo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .logo-group {
    gap: 10px;
    padding: 10px;
  }
  .carousel-nav {
    padding: 8px;
    font-size: 14px;
  }
}
#membershipForm .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
}
#membershipForm .form-group .text {
  width: 510px;
  text-align: right;
}
#membershipForm .form-group .result-value {
  text-align: right;
  width: 50px;
}
#membershipForm .form-group .total-value {
  border-top: #688197 2px solid;
}
#membershipForm input {
  max-width: 200px;
}
#membershipForm label {
  width: 300px;
}

form label {
  display: block;
}
form input, form textarea, form select {
  font-size: 1em;
  color: #454545;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  outline-width: 0;
  padding: 10px;
  margin-top: 10px;
}
form input:focus, form textarea:focus, form select:focus {
  border: 1px solid #454545;
  border-radius: 0px;
}
form input, form textarea {
  width: 100%;
}
form textarea {
  margin-top: 20px;
  font-weight: 300;
}
form input::placeholder, form textarea::placeholder {
  opacity: 1;
  font-weight: 300;
}

/* Navigation */
/* Menus */
/* Menu Styling */
/* Navigation menu */
.navbar {
  width: 100vw;
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 148px;
  background-color: #ffffff;
  z-index: 999;
}
.navbar .content {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.navbar .content .logo {
  position: relative;
  top: 25px;
  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: 1920px;
  height: 148px;
  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: 118px;
  }
  .navbar .content .menu-icon {
    display: block;
    z-index: 1000;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .navbar .content .logo-big img {
    height: 60px;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .navbar {
    height: 118px;
  }
}

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

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

.menu li {
  display: inline-block;
  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: #ffffff;
}
.menu li .sub-menu li {
  display: block;
}
.menu li:hover .sub-menu {
  display: block;
  padding: 10px;
}
.menu li a {
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 600;
  letter-spacing: 0.2ch;
  color: #001871;
  padding: 10px 15px;
}
.menu li a:hover {
  color: #9B2743;
  text-decoration: none;
}

.menu .current-menu-item a, .menu .current_page_parent a, .menu .current-page-ancestor a {
  color: #688197;
}

li.uig-menu-bordeaux, li.uig-menu-bordeaux .current-menu-item, li.uig-menu-bordeaux .current_page_parent, li.uig-menu-bordeaux .current-page-ancestor {
  padding-right: 10px;
  padding-left: 10px;
}
li.uig-menu-bordeaux a, li.uig-menu-bordeaux .current-menu-item a, li.uig-menu-bordeaux .current_page_parent a, li.uig-menu-bordeaux .current-page-ancestor a {
  color: #9B2743 !important;
}

.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 {
    top: 5px;
  }
  .menu-bar-top {
    display: flex;
    width: 100%;
  }
  nav {
    background-color: #f3f5fb;
    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;
    background-color: burlywood;
  }
  .menu {
    display: none;
    flex-direction: column;
    background-color: #ffffff; /* Change background color for mobile menu */
    position: absolute;
    top: 118px; /* Adjust top position as needed */
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 10px 0;
    justify-content: start;
    text-align: center;
    z-index: 1000;
  }
  .menu li {
    background-color: #ffffff;
  }
  .menu ul.sub-menu {
    display: block;
    position: relative;
    top: 0px;
  }
  .menu ul.sub-menu li {
    background-color: #F6EBE0;
  }
  .menu li .sub-menu {
    display: block;
  }
  .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;
  }
}
.menu {
  position: absolute;
  bottom: 35px;
  left: 300px;
}
@media screen and (max-width: 1024px) {
  .menu {
    right: 0px;
    left: 0px;
  }
}

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