@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: 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*/
/* Pixeleez specific style and color*/
/* Color */
/* WordPress base style */
.entry-content {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding-top: 100px;
}

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

.alignwide {
  margin-left: -50px;
  margin-right: -50px;
}

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

@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;
  }
}
@media (max-width: 1024px) {
  .reverse-columns {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* Fonts */
/* Fonts */
@font-face {
  font-family: "WorkSans";
  src: url("/wp-content/themes/pixeleez/assets/fonts/Work_Sans/WorkSans-VariableFont_wght.ttf");
  src: url("/wp-content/themes/pixeleez/assets/fonts/Work_Sans/WorkSans-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "WorkSans-Italic";
  src: url("/wp-content/themes/pixeleez/assets/fonts/Work_Sans/WorkSans-Italic-VariableFont_wght.ttf");
  src: url("/wp-content/themes/pixeleez/assets/fonts/Work_Sans/WorkSans-Italic-VariableFont_wght.ttf") format("truetype");
}
/* Typography */
body {
  font-family: "WorkSans";
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875em;
  color: #000000;
  background-color: #F9FBFB;
  z-index: 1;
}

/* Header style */
h1 {
  font-size: 3.125em;
  line-height: 4.4em;
  font-weight: 700;
}

h2 {
  font-size: 2.8em;
  font-weight: 700;
}

h3 {
  font-size: 2.5em;
  font-weight: 700;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.3em;
}

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

h4, h5, h6 {
  color: #BE4526;
}

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

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

em {
  font-family: "WorkSans-Italic";
  font-style: italic;
  font-weight: 500;
}

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

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

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

/* Link style */
a {
  text-decoration: none;
  font-family: "WorkSans";
  color: #2f4971;
}
a:hover {
  font-family: "WorkSans";
  color: #00A198;
}

/* 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, button, input[type=submit] {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  padding: 8px 27px 9px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  background: transparent;
  box-shadow: 0 0 0 3px #35D2C9;
  text-align: center;
  z-index: 99;
}
.btn a, button a, input[type=submit] a {
  z-index: 100;
  color: #000000;
}
.btn a:hover, button a:hover, input[type=submit] a:hover {
  color: #000000;
  text-decoration: none;
}
.btn::after, button::after, input[type=submit]::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -10%;
  bottom: -5px;
  width: 0;
  height: calc(100% + 10px);
  transition: 0.3s ease-in-out;
  transform: skewX(15deg);
  background: #35D2C9;
}
.btn:hover::after, button:hover::after, input[type=submit]:hover::after {
  left: -10%;
  width: 120%;
}

.btn-white a {
  color: #ffffff;
}

table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
  border: none;
}

.wp-block-table td, .wp-block-table th {
  border: none;
}

tr {
  border: none;
}
tr:nth-child(even) {
  background-color: #ffffff;
}

/* SinPix Slider for projects */
.alignfull #sinpix-projects-slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

#sinpix-projects-slider {
  position: relative;
  color: #ffffff;
  /* Fading animation */
  /* Navigation div */
  /* Navigation button */
}
#sinpix-projects-slider .prev, #sinpix-projects-slider .next {
  border-radius: 50%;
  border: solid 1px #958269;
  background-color: #ffffff;
}
#sinpix-projects-slider .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
#sinpix-projects-slider .slider::after {
  content: "";
  display: block;
  clear: both;
}
#sinpix-projects-slider .carousel-container {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 120px);
}
#sinpix-projects-slider .carousel {
  max-width: calc(100% - 100px);
  overflow: hidden;
  margin: auto;
}
#sinpix-projects-slider .items {
  position: relative;
  left: 0px;
}
#sinpix-projects-slider .item {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  border: none;
}
#sinpix-projects-slider .item .der-project-item-label {
  border-bottom: 4px solid #ffffff;
}
#sinpix-projects-slider .item:hover .der-project-item-label {
  border-bottom: solid 4px #000000;
}
#sinpix-projects-slider .item-content {
  flex: 60%;
}
#sinpix-projects-slider .car-nav-left, #sinpix-projects-slider .car-nav-right {
  position: absolute;
  top: 50%;
}
#sinpix-projects-slider .car-nav-left {
  left: 20px;
}
#sinpix-projects-slider .car-nav-right {
  right: 20px;
}
#sinpix-projects-slider .prev, #sinpix-projects-slider .next {
  height: 50px;
  width: 50px;
  top: 50%;
  border-radius: 50px;
  border: solid 1px #35D2C9;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
#sinpix-projects-slider .prev:hover, #sinpix-projects-slider .next:hover {
  box-shadow: 0 0 0 4px #35D2C9;
}
#sinpix-projects-slider .next {
  background-image: url(/wp-content/themes/deriaz/assets/img/arrow-right-gold.svg);
}
#sinpix-projects-slider .prev {
  background-image: url(/wp-content/themes/deriaz/assets/img/arrow-left-gold.svg);
}
@media screen and (max-width: 800px) {
  #sinpix-projects-slider .carousel {
    /*height: 500px;*/
  }
  #sinpix-projects-slider .review-item-logo {
    width: 100%;
  }
  #sinpix-projects-slider .review-item-content {
    width: 100%;
  }
  #sinpix-projects-slider .item {
    padding-right: 0px;
    padding-left: 0px;
  }
  #sinpix-projects-slider .review-item-content {
    padding-top: 20px;
  }
  #sinpix-projects-slider .sinpix-box-review .car-nav-right, #sinpix-projects-slider .sinpix-box-review .car-nav-left, #sinpix-projects-slider .sinpix-box-review .item {
    height: 500px;
  }
}

/* Form */
form input, form textarea {
  font-family: "WorkSans";
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #4d668B;
  background-color: transparent;
  padding: 12px 16px 10px;
  width: 100%;
}
form input:focus, form textarea:focus {
  outline: 0;
  border-bottom: 3px solid #35D2C9;
}
form label {
  color: #2f4971;
}
form input::placeholder, form textarea::placeholder {
  opacity: 1;
  font-family: "Work Sans";
  font-weight: 500;
  color: #2f4971;
}

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

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

.pix-bg-blue {
  background-color: #2f4971;
}

.pix-bg-lightBlue {
  background-color: #4d668B;
}

.pix-bg-green {
  background-color: #00A198;
}

.pix-bg-lightGreen {
  background-color: #35D2C9;
}

.pix-white {
  color: #ffffff;
}

.pix-blue {
  color: #2f4971;
}

.pix-green {
  color: #00A198;
}

.pix-black {
  color: #000000;
}

.pix-lightBlue {
  color: #4d668B;
}

.pix-lightGreen {
  color: #35D2C9;
}

.pix-simple-header {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #2f4971;
  background-image: url("/wp-content/uploads/pattern-banner-green.svg");
  padding-top: 71px;
  padding-bottom: 71px;
}
.pix-simple-header h1 {
  color: #ffffff !important;
  font-size: 2.77em;
}

.pix-section-technology {
  background-color: #ffffff;
  padding: 30px 50px;
  box-shadow: 0 4px 30px rgba(77, 102, 139, 0.08);
}

.pix-section-green {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #35D2C9;
  color: #ffffff;
}

.pix-post {
  background-color: #ffffff;
  margin-right: 20px;
  margin-left: 20px;
}
.pix-post:first-child {
  margin-left: 0px;
}
.pix-post:last-child {
  margin-right: 0px;
}
.pix-post .date {
  padding-left: 15px;
  padding-right: 15px;
}
.pix-post h2 {
  padding-left: 15px;
  padding-right: 15px;
}
.pix-post .content {
  padding: 15px;
  text-align: justify;
}
.pix-post .btn {
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
}

.pix-footer {
  background-color: #2f4971;
  color: #ffffff;
}

.fixed-block {
  position: sticky;
  top: 400px;
}

/* Top image in post and project pages */
.pix-top-img {
  width: 100vw;
  max-width: 100vw;
  object-fit: cover;
  height: 500px;
}

/* Pixeleez technologies */
.pix-technology h2 {
  font-size: 1.56em;
  font-weight: 700;
}

/* Pixeleez steps */
.pix-project .service {
  font-size: 1.25em;
}
.pix-project .highlight {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pix-project .highlight .wp-block-column {
  border-left: solid 3px #35D2C9;
  padding-left: 20px;
}
.pix-project .highlight .title {
  font-weight: 700;
  font-size: 2.5em;
  margin: 0px 0px 20px 0px;
}

.pix-location .pix-icon-location {
  height: 44px;
  width: 44px;
  border: 3px solid #2f4971;
  border-radius: 50px;
  background-color: #2f4971;
  background: url("/wp-content/themes/pixeleez/assets/img/map-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.pix-location:hover .pix-icon-location {
  background-color: #ffffff;
  background: url("/wp-content/themes/pixeleez/assets/img/map-blue.svg");
}

/* Deriaz project item style */
.der-project-loop-item, .der-project-slider-item {
  background-color: #ffffff;
  margin-right: 20px;
  margin-left: 20px;
  height: 413px;
  border-bottom: 4px solid #ffffff;
  transition: ease-out;
  transition-duration: 1s;
}
.der-project-loop-item:first-child, .der-project-slider-item:first-child {
  margin-left: 0px;
}
.der-project-loop-item:last-child, .der-project-slider-item:last-child {
  margin-right: 0px;
}
.der-project-loop-item:hover, .der-project-slider-item:hover {
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #000000;
  transition: ease;
  transition-duration: 1s;
}
.der-project-loop-item .der-jbc-project-item-pic, .der-project-slider-item .der-jbc-project-item-pic {
  box-sizing: border-box;
  max-height: 260px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.der-project-loop-item .der-project-item-label, .der-project-slider-item .der-project-item-label {
  background-color: #ffffff;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}
.der-project-loop-item h3, .der-project-slider-item h3 {
  font-size: 1.375em;
  margin-bottom: 10px;
}
.der-project-loop-item a, .der-project-slider-item a {
  font-family: "Lora";
}
.der-project-loop-item a:hover, .der-project-slider-item a:hover {
  opacity: 1;
}
.der-project-loop-item .der-project-item-cat, .der-project-slider-item .der-project-item-cat {
  font-family: "Bebas-Regular";
  color: rgba(52, 51, 72, 0.5);
}
@media screen and (max-width: 782px) {
  .der-project-loop-item, .der-project-slider-item {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 782px) {
  .der-project-loop-item {
    max-width: 100%;
    height: 500px;
  }
  .der-project-loop-item .der-jbc-project-item-pic {
    max-height: 350px;
  }
}

.pix-footer {
  padding-top: 50px;
}
.pix-footer a {
  color: #ffffff;
}
.pix-footer a:hover {
  color: #35D2C9;
}
.pix-footer .menu-footer {
  float: right;
}
.pix-footer .menu-footer li {
  display: block;
  flex: auto;
}
.pix-footer .menu-footer li a {
  text-transform: uppercase;
}
.pix-footer .menu-footer li .sub-menu a {
  text-transform: none;
}
@media (max-width: 781px) {
  .pix-footer .menu-footer {
    float: none;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
.pix-footer .pix-footer-content {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
@media (max-width: 781px) {
  .pix-footer .reverse-columns {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Navigation */
/* Centred horizontal menu */
/* Mobile Menu Styling */
.navbar {
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  padding-top: 5px;
  z-index: 998;
}

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

nav {
  display: flex;
  width: 100%;
  max-width: 950px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}
nav .menu {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
}
nav .menu li {
  display: inline-block;
  flex: 0 1 auto;
  flex-grow: 0;
  z-index: 1000;
  padding-right: 20px;
  padding-left: 20px;
}
nav .menu li .sub-menu {
  display: none;
  position: absolute;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
}
nav .menu li .sub-menu li {
  display: block;
  padding-left: 0px;
}
nav .menu li:hover .sub-menu {
  display: block;
}
nav .menu li a:hover {
  color: #000000;
  border-bottom: 3px solid #35D2C9;
}
nav .menu-right {
  width: 200px;
  justify-content: end;
}
nav .menu-right li {
  padding-left: 5px;
  padding-right: 5px;
}

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

.current-menu-item a, .current_page_parent a, .current-page-ancestor a, .current-lang a {
  border-bottom: 3px solid #35D2C9;
}
.current-menu-item .sub-menu a, .current_page_parent .sub-menu a, .current-page-ancestor .sub-menu a, .current-lang .sub-menu a {
  border-bottom: none;
}

.current-lang a {
  color: #35D2C9;
}

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

/* Add responsive CSS styles for mobile view and hamburger menu */
@media screen and (max-width: 1100px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    height: 100px;
  }
  .hidden {
    display: block;
  }
  .header-mobile-logo {
    padding-top: 7px;
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    width: 123px;
    height: 78px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
  }
  .header-mobile-logo img {
    width: 85px;
    height: 50px;
    vertical-align: middle;
  }
  nav {
    flex-direction: column;
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    max-width: none;
    height: 100vh;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    padding: 38px 50px 30px;
  }
  nav .menu {
    flex-direction: column;
    background-color: #ffffff; /* Change background color for mobile menu */
    position: relative;
    align-items: normal;
    font-size: 1.25em;
    padding: 0px;
    justify-content: start;
    z-index: 998;
  }
  nav .menu ul.sub-menu {
    display: block;
    position: relative;
    top: 0px;
  }
  nav .menu li .sub-menu {
    padding-left: 20px;
  }
  .menu-bar-icon {
    align-content: center;
  }
  /* Display hamburger icon on mobile device */
  .menu-icon {
    position: absolute;
    right: 10px;
    top: 20px;
    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;
  }
  .menu-left, .menu-right {
    width: 100%;
    text-align: left;
  }
  .menu.open {
    display: flex;
  }
  nav.open {
    display: flex;
    transform: translateX(0%);
  }
  .menu-icon {
    display: block;
    font-size: 24px;
    cursor: pointer;
  }
  .mobi-hidden {
    display: none !important;
  }
}
.pix-pll {
  float: right;
}

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