@charset "UTF-8";
/*   
Theme Name: Thème WordPress pour La Fabrique Cornu
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, 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: 0.0.1

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 variables */
/* Client colors */
/* WordPress base style */
.entry-content {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.wp-block-group__inner-container {
  max-width: 1170px !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;
}

.post-home-item {
  margin-right: 20px;
  margin-left: 20px;
}
.post-home-item:first-child {
  margin-left: 0px;
}
.post-home-item:last-child {
  margin-right: 0px;
}

@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;
  }
  .post-home-item:first-child, .post-home-item:last-child, .post-home-item {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* Fonts */
/* Fonts */
@font-face {
  font-family: "Roboto-Regular";
  src: url("/wp-content/themes/newevent/fonts/Roboto/Roboto-Regular.ttf");
  src: url("/wp-content/themes/newevent/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("/wp-content/themes/newevent/fonts/Roboto/Roboto-Medium.ttf");
  src: url("/wp-content/themes/newevent/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Arapey-Italic";
  src: url("/wp-content/themes/newevent/fonts/Arapey/Arapey-Italic.ttf");
  src: url("/wp-content/themes/newevent/fonts/Arapey/Arapey-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Alike-Regular";
  src: url("/wp-content/themes/newevent/fonts/Alike/Alike-Regular.ttf");
  src: url("/wp-content/themes/newevent/fonts/Alike/Alike-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Typography */
body {
  font-family: "Roboto-Regular";
  font-size: 100%;
  line-height: 1.5em;
  color: #f4f4f4;
  background-color: #000000;
  z-index: 1;
}

/* Header style */
h1 {
  font-size: 1.75em;
  text-transform: uppercase;
  line-height: 1em;
}

h2 {
  font-size: 1.75em;
  text-transform: uppercase;
}
h2 .has-text-align-center {
  display: table;
  text-align: center;
  margin: auto;
  padding-bottom: 5px; /*control the distance*/
  background: linear-gradient(red, red) bottom/120% 2px no-repeat;
}

h3 {
  font-size: 1.3em;
  text-transform: uppercase;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.3em;
}

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

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

strong {
  font-family: "Roboto-Bold";
  font-size: 1em;
}

em {
  font-family: "Roboto-Italic";
  font-style: italic;
}

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

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

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

/* Link style */
a {
  text-decoration: none;
  color: #5d5d5d;
}
a:hover {
  color: #bc8a3c;
}

/* 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;
  }
}
/* Components */
.btn {
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

.btn {
  color: #ffffff;
  line-height: 40px;
}

/* 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-group {
  height: calc(100vh - 60px);
}

.hidden {
  display: none !important;
}

.sinpix-slider-right {
  /* background-color: #cccccc; */
}

.sinpix-slider-left {
  /* background-color: #cccccc; */
}

@media screen and (min-width: 1600px) {
  .sinpix-slider-left {
    padding-left: calc((100vw - 1600px) / 2);
  }
  .sinpix-slider-right {
    padding-right: calc((100vw - 1600px) / 2);
  }
}
.sinpix-slider-center {
  width: 10%;
  /* background-color: #ffffff; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.sinpix-slider-content {
  padding-left: 30px;
  padding-right: 30px;
}

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

.active {
  background-color: #853929;
}

@media screen and (max-width: 768px) {
  .sinpix-slider-center {
    display: none;
  }
  .sinpix-slider-group {
    min-height: calc(100vh - 60px);
    height: auto;
  }
  .hidden {
    display: block !important;
  }
}
/* Form */
input, textarea, button, .wp-block-button__link, .btn a.btn {
  background-color: #000000;
  font-size: 0.9em;
  color: #bc8a3c;
  border-radius: 0px;
}

input, textarea {
  padding: 10px;
  width: 100%;
  border-style: none;
}

input {
  border-bottom: 1px solid #bc8a3c;
}

textarea {
  margin-top: 20px;
  border: 1px solid #bc8a3c;
  font-family: "Roboto-Regular";
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  font-family: "Roboto-Regular";
}

input[type=button], input[type=submit], button, .wp-block-button__link, .btn, a.btn {
  width: fit-content;
  text-decoration: none;
  font-size: 1em;
  padding: 10px;
  color: #ffffff;
  border: 2px solid #bc8a3c;
}

input[type=button]:hover, input[type=submit]:hover, button:hover, .wp-block-button__link:hover, .btn:hover, a.btn:hover {
  color: #ffffff;
  border: 4px solid #ffffff;
}

/* 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 */
/* La Fabrique Cornu specific style and color*/
/* Color */
.newe-bg-white {
  background-color: #ffffff;
}

.newe-darkgrey {
  color: #5d5d5d;
}

.newe-grey {
  color: #f4f4f4;
}

.newe-gold {
  color: #bc8a3c;
}

.newe-white {
  color: #ffffff;
}

.newe-banner {
  padding-bottom: 80px;
}
.newe-banner h2 {
  margin-top: 0px;
  font-family: "Arapey-Italic";
  font-size: 1.5em;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 40px;
  color: #5d5d5d;
  border-bottom: none;
  text-transform: none;
  text-align: center;
}

.newe-post-thum-small {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
}

.newe-footer {
  border-top: 1px solid #bc8a3c;
}

.footer {
  font-size: 0.6em;
}

.menu-footer a {
  color: #853929;
}
.menu-footer li {
  display: inline-block;
  flex: auto;
}
.menu-footer li:not(:last-child):after {
  content: " | ";
}

/* Navigation */
/* Centred horizontal menu */
/* Mobile Menu Styling */
.navbar {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 5px;
}

/* Do not display hamburger icon on desktop device */
.menu-icon {
  display: none;
}

nav {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  display: inline-flex;
  padding-top: 30px;
  height: 65px;
}

/* list and link */
.menu {
  list-style: none;
  display: flex;
  align-items: stretch; /* Default */
  justify-content: flex-start;
  width: 100%;
}

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

.menu li {
  display: inline-block;
  flex: 0 1 auto;
  flex-grow: 0;
  z-index: 1000;
  margin-left: 20px;
  padding-right: 5px;
  padding-left: 5px;
  /* If li has a before value with content */
}
.menu li:first-child {
  margin-left: 0px;
  padding-left: 0px;
}
.menu li::before {
  content: "";
}
.menu li .sub-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
}
.menu li .sub-menu li {
  display: block;
}
.menu li:hover .sub-menu {
  display: block;
}
.menu li:hover {
  border-bottom: 3px solid #bc8a3c;
}
.menu li.current_page_item {
  border-bottom: 3px solid #bc8a3c;
}
.menu li.current-lang {
  border-bottom: 3px solid #bc8a3c;
}

.menu a {
  font-family: "Roboto-Regular";
  font-size: 0.875em;
  text-transform: uppercase;
  color: #f4f4f4;
}

/* WordPress default css class */
/* Add responsive CSS styles for mobile view and hamburger menu */
@media screen and (max-width: 768px) {
  .navbar {
    display: flex;
    justify-content: space-between;
  }
  /* Display hamburger icon on mobile device */
  .menu-icon {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='14' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .menu-icon.close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='12' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  ul .menu {
    height: 100vh;
    background-color: burlywood;
  }
  .menu {
    display: none;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 90px; /* Adjust top position as needed */
    right: 0;
    width: 100%;
    padding: 10px 0;
    justify-content: start;
    z-index: 1000;
  }
  .menu ul.sub-menu {
    display: block;
    position: relative;
    top: 0px;
  }
  .menu li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu li:first-child {
    margin-left: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .menu li:hover {
    border: none;
  }
  .menu li.current-menu-item {
    border: none;
  }
  .menu li .sub-menu {
    display: block;
  }
  .laf-header-logo, .laf-header-right {
    display: none;
  }
  .menu.open {
    display: flex;
  }
  .menu-icon {
    display: block;
    font-size: 24px;
    cursor: pointer;
  }
}
/*  Hamburger menu */

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