@charset "UTF-8";
/*   
Theme Name: Thème WordPress pour Minidruide
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: 2.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: 1280px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding-top: 80px;
}

.wp-block-group__inner-container {
  max-width: 1280px !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 */
/* Montserrat (content) */
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("/wp-content/themes/minidruide/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
  src: url("/wp-content/themes/minidruide/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Italic";
  font-display: swap;
  src: url("/wp-content/themes/minidruide/assets/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf");
  src: url("/wp-content/themes/minidruide/assets/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
}
/* Noto Serif (title) */
@font-face {
  font-family: "NotoSerif";
  font-display: swap;
  src: url("/wp-content/themes/minidruide/assets/fonts/Noto_Serif/NotoSerif-VariableFont_wght.ttf");
  src: url("/wp-content/themes/minidruide/assets/fonts/Noto_Serif/NotoSerif-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSerif-Italic";
  font-display: swap;
  src: url("/wp-content/themes/minidruide/assets/fonts/Noto_Serif/NotoSerif-Italic-VariableFont_wght.ttf");
  src: url("/wp-content/themes/minidruide/assets/fonts/Noto_Serif/NotoSerif-Italic-VariableFont_wght.ttf") format("truetype");
}
/* Typography */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875em;
  color: #000000;
  background-color: rgb(252, 249, 248);
  z-index: 1;
}

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

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "NotoSerif";
  font-weight: 500;
  text-align: left;
  margin: 20px 0 10px 0;
  line-height: 1.2em;
  color: #8268AF;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-family: "Montserrat-Italic";
}

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

em {
  font-family: "Montserrat-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: "Montserrat";
  color: #8268AF;
}
a:hover {
  font-family: "Montserrat";
  color: #8268AF;
}

/* 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 */
/* Form */
form input, form textarea {
  font-family: "WorkSans";
  font-weight: 500;
  color: rgb(81, 96, 73);
  border: none;
  border-bottom: 1px solid rgba(81, 96, 73, 0.3);
  background-color: transparent;
  padding: 12px 16px 10px;
  width: 100%;
}
form input:focus, form textarea:focus {
  outline: 0;
  border-bottom: 3px solid rgba(81, 96, 73, 0.3);
}
form input::placeholder, form textarea::placeholder {
  opacity: 1;
  font-family: "WorkSans";
  font-weight: 500;
  color: rgb(81, 96, 73);
}
form input[type=button], form input[type=submit] {
  width: auto;
}
form .mailpoet_form input {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

form.mailpoet_form {
  padding-right: 0px;
}
form.mailpoet_form input {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
form.mailpoet_form input::placeholder {
  color: #ffffff;
}
form.mailpoet_form input[type=button], form.mailpoet_form input[type=submit] {
  width: auto;
}
form.mailpoet_form input[type=button]:hover, form.mailpoet_form input[type=submit]:hover {
  color: #8268AF;
}

/* Client block style and WordPress rewrite */
/* Pixeleez specific style and color*/
/* Color */
.min-bg-lavande {
  background-color: #8268AF;
}

.min-bg-lavande-10 {
  background-color: rgba(130, 104, 175, 0.1);
}

.min-bg-vert {
  background-color: rgb(81, 96, 73);
  color: #ffffff;
}
.min-bg-vert h1, .min-bg-vert h2, .min-bg-vert h3, .min-bg-vert h4, .min-bg-vert h4, .min-bg-vert h5, .min-bg-vert h6 {
  color: #ffffff;
}

.min-bg-vert-10 {
  background-color: rgba(81, 96, 73, 0.1);
}

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

.min-lavande {
  color: #8268AF;
}

.min-vert {
  color: rgb(81, 96, 73);
}

.min-blanc {
  color: #ffffff;
}

.min-categories .straight, .min-applications .straight {
  max-width: 42rem;
}
.min-categories .wp-block-column, .min-applications .wp-block-column {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 32px;
  transition: all;
  transition-duration: 500ms;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.min-categories .wp-block-column a, .min-applications .wp-block-column a {
  color: #000000;
}
.min-categories .wp-block-column a:hover, .min-applications .wp-block-column a:hover {
  color: #000000;
}
.min-categories .wp-block-column h3, .min-applications .wp-block-column h3 {
  font-size: 1.125em;
}
.min-categories .wp-block-column:hover, .min-applications .wp-block-column:hover {
  transition: all;
  border: 1px solid #8268AF;
  transition-duration: 500ms;
}
.min-categories .min-vertical-center .wp-block-column, .min-applications .min-vertical-center .wp-block-column {
  align-content: center;
}
.min-categories .icon, .min-applications .icon {
  height: 64px;
  width: 64px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(130, 104, 175, 0.1);
  border-radius: 100px;
}
.min-categories .icon .wp-block-group__inner-container, .min-applications .icon .wp-block-group__inner-container {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.min-categories .icon-img, .min-applications .icon-img {
  height: 88px;
  width: 88px;
  margin-right: auto;
  margin-left: auto;
}
.min-categories .icon-img figure, .min-applications .icon-img figure {
  border-radius: 100px;
  overflow: hidden;
}

.min-categories .wp-block-column {
  background-color: #ffffff;
}

.min-applications .icon {
  background-color: #ffffff;
}

.min-categorie {
  padding-top: 90px;
  padding-bottom: 90px;
}
.min-categorie figure {
  overflow: hidden;
  border-radius: 1em;
}
.min-categorie img {
  transition-duration: 700ms;
  width: 100%;
}
.min-categorie img:hover {
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  transition-property: transform;
}

.min-hero {
  padding-bottom: 90px;
}
.min-hero img {
  border-radius: 30px;
}

.min-categories-product {
  padding-bottom: 90px;
}
.min-categories-product .wp-block-column {
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: rgba(81, 96, 73, 0.1);
  padding: 32px;
  transition: all;
  transition-duration: 500ms;
}
.min-categories-product .wp-block-column p {
  color: rgb(81, 96, 73);
}
.min-categories-product .wp-block-column:hover {
  transition: all;
  border: 1px solid #8268AF;
}
.min-categories-product .icon {
  height: 64px;
  width: 64px;
  margin-right: auto;
  margin-left: auto;
}
.min-categories-product .icon .wp-block-group__inner-container {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.min-products-section {
  padding-bottom: 90px;
}
.min-products-section .title {
  padding-bottom: 45px;
}

.wc-block-product-template__responsive li {
  list-style: none;
  text-indent: 0px;
}
.wc-block-product-template__responsive li h3 {
  color: rgb(81, 96, 73);
}
.wc-block-product-template__responsive li a {
  font-size: 1em;
  font-weight: 400;
  font-family: "Montserrat-Regular";
}
.wc-block-product-template__responsive li a:hover {
  font-size: 1em;
  font-weight: 400;
  font-family: "Montserrat-Regular";
  color: #8268AF;
}
.wc-block-product-template__responsive li img {
  border-radius: 10px;
}
.wc-block-product-template__responsive li .has-small-font-size {
  font-size: 1em !important;
}
.wc-block-product-template__responsive li .wp-block-woocommerce-product-summary strong {
  font-family: "Montserrat-Regular";
  font-weight: 400;
}
.wc-block-product-template__responsive li .wp-block-woocommerce-product-summary__read_more {
  float: right;
  text-align: right;
}
.wc-block-product-template__responsive li .wp-block-button {
  width: 100%;
  background-color: transparent;
}
.wc-block-product-template__responsive li .wp-block-button span {
  display: none;
}
.wc-block-product-template__responsive li .wp-block-button .wp-block-button__link {
  background-color: transparent;
  color: rgb(81, 96, 73);
}
.wc-block-product-template__responsive li .wp-block-button .wp-block-button__link span {
  display: block;
}
@media (max-width: 600px) {
  .wc-block-product-template__responsive {
    display: flex !important;
    flex-direction: column;
  }
}

.min-products-horizontal .wc-block-product-template__responsive li {
  background-color: rgba(81, 96, 73, 0.1);
  text-indent: 0px;
  padding: 0px;
}
.min-products-horizontal .wc-block-product-template__responsive li .wp-block-group {
  height: 100%;
}
@media (max-width: 768px) {
  .min-products-horizontal .wc-block-product-template__responsive li .wp-block-group {
    flex-direction: column;
  }
}
.min-products-horizontal .wc-block-product-template__responsive li .wc-block-components-product-image {
  width: 50%;
  height: 100%;
}
.min-products-horizontal .wc-block-product-template__responsive li .wc-block-components-product-image a {
  height: 100%;
}
.min-products-horizontal .wc-block-product-template__responsive li .wc-block-components-product-image a img {
  height: 100%;
}
@media (max-width: 768px) {
  .min-products-horizontal .wc-block-product-template__responsive li .wc-block-components-product-image {
    width: 100%;
  }
}
.min-products-horizontal .wc-block-product-template__responsive li .content {
  width: 50%;
  padding: 20px;
}
@media (max-width: 768px) {
  .min-products-horizontal .wc-block-product-template__responsive li .content {
    width: 100%;
  }
}

.min-ingredients {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: rgba(130, 104, 175, 0.1);
}
.min-ingredients .is-style-rounded {
  border-radius: 100px;
}
.min-ingredients .is-style-rounded img {
  aspect-ratio: 1;
  object-fit: cover;
}

.min-page-hero {
  padding-top: 50px;
}
.min-page-hero .wp-block-cover {
  border-radius: 30px;
  min-height: 700px;
}
.min-page-hero .wp-block-cover__inner-container {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
}
.min-page-hero .hero-title-block {
  border-radius: 30px;
  padding: 32px;
}
.min-page-hero .hero-title-block h1 {
  color: #8268AF;
}
@media (max-width: 600px) {
  .min-page-hero .wp-block-cover__inner-container {
    max-width: 100%;
  }
  .min-page-hero .hero-title-block h1 {
    font-size: 2.2em;
  }
}

.min-bento-bv {
  padding-top: 90px;
  padding-bottom: 90px;
}
.min-bento-bv .wp-block-columns {
  padding-top: 5rem;
}
.min-bento-bv .wp-block-column {
  padding: 40px;
  border-radius: 1.5rem;
}
.min-bento-bv .min-bento-v {
  display: flex;
  align-items: center;
  background-color: rgb(81, 96, 73);
  color: #ffffff;
}
.min-bento-bv .min-bento-v h1, .min-bento-bv .min-bento-v h2, .min-bento-bv .min-bento-v h3, .min-bento-bv .min-bento-v h4, .min-bento-bv .min-bento-v h5, .min-bento-bv .min-bento-v h6 {
  color: #ffffff;
}

.min-citation {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(81, 96, 73, 0.1);
  background-color: #f3f1ea;
  /* Base quote block styling */
  /* SVG quote marks */
  /* Opening quote */
  /* Closing quote */
}
.min-citation .wp-block-quote {
  position: relative;
  max-width: 1280px;
  margin: 80px auto;
  padding: 60px 40px;
  text-align: center;
  border: none; /* remove default WP border */
  overflow: hidden;
  color: rgb(81, 96, 73);
  /* Quote text */
  /* Citation */
}
.min-citation .wp-block-quote p {
  font-size: 2.5rem;
  font-style: italic;
  line-height: 1.4;
  padding-right: 120px;
  padding-left: 120px;
  margin: 0;
}
.min-citation .wp-block-quote cite {
  display: block;
  margin-top: 20px;
  font-size: 0.9rem;
  letter-spacing: 3px;
  font-style: normal;
}
.min-citation .wp-block-quote::before,
.min-citation .wp-block-quote::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.15;
}
.min-citation .wp-block-quote::before {
  top: 20px;
  left: 0px;
  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' width='384px' height='315.95px' viewBox='0 0 384 315.95' style='enable-background:new 0 0 384 315.95;' xml:space='preserve'><path id='Tracé_57' class='st2' d='M60.76,315.95c29.16-26.73,53.87-60.96,74.13-102.68c20.24-41.72,30.36-81.21,30.38-118.48,c0-25.92-7.29-48.2-21.87-66.83S106.94,0,77.77,0c-24.3,0-43.34,7.7-57.11,23.09C6.87,38.48-0.02,57.52,0,80.2,c0,18.65,6.48,34.45,19.44,47.39c12.95,12.96,29.15,19.44,48.61,19.44c4.49,0.11,8.97-0.29,13.37-1.22,c-2.43,24.3-9.92,48.2-22.48,71.7c-12.09,22.83-26.99,44.06-44.35,63.19L60.76,315.95z M279.49,315.95,c29.16-26.73,53.87-60.96,74.13-102.68c20.24-41.72,30.36-81.21,30.38-118.48c0-25.92-7.29-48.2-21.87-66.83,C347.55,9.32,325.67,0,296.51,0c-24.3,0-43.34,7.7-57.11,23.09c-13.79,15.39-20.68,34.43-20.66,57.11,c0,18.65,6.48,34.45,19.44,47.39c12.95,12.96,29.15,19.44,48.61,19.44c4.49,0.12,8.97-0.29,13.37-1.21,c-2.43,24.3-9.92,48.2-22.48,71.7c-12.09,22.83-26.99,44.06-44.35,63.19L279.49,315.95z'/></svg>");
}
.min-citation .wp-block-quote::after {
  bottom: 20px;
  right: 0px;
  transform: rotate(180deg);
  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' width='384px' height='315.95px' viewBox='0 0 384 315.95' style='enable-background:new 0 0 384 315.95;' xml:space='preserve'><path id='Tracé_57' class='st2' d='M60.76,315.95c29.16-26.73,53.87-60.96,74.13-102.68c20.24-41.72,30.36-81.21,30.38-118.48,c0-25.92-7.29-48.2-21.87-66.83S106.94,0,77.77,0c-24.3,0-43.34,7.7-57.11,23.09C6.87,38.48-0.02,57.52,0,80.2,c0,18.65,6.48,34.45,19.44,47.39c12.95,12.96,29.15,19.44,48.61,19.44c4.49,0.11,8.97-0.29,13.37-1.22,c-2.43,24.3-9.92,48.2-22.48,71.7c-12.09,22.83-26.99,44.06-44.35,63.19L60.76,315.95z M279.49,315.95,c29.16-26.73,53.87-60.96,74.13-102.68c20.24-41.72,30.36-81.21,30.38-118.48c0-25.92-7.29-48.2-21.87-66.83,C347.55,9.32,325.67,0,296.51,0c-24.3,0-43.34,7.7-57.11,23.09c-13.79,15.39-20.68,34.43-20.66,57.11,c0,18.65,6.48,34.45,19.44,47.39c12.95,12.96,29.15,19.44,48.61,19.44c4.49,0.12,8.97-0.29,13.37-1.21,c-2.43,24.3-9.92,48.2-22.48,71.7c-12.09,22.83-26.99,44.06-44.35,63.19L279.49,315.95z'/></svg>");
}
@media (max-width: 768px) {
  .min-citation .wp-block-quote p {
    padding: 0px;
    margin: 1em 0;
  }
}

.min-danger {
  padding: 24px;
  border-radius: 1.5rem;
  border: 1px solid rgb(81, 96, 73);
  background-color: rgba(255, 218, 214, 0.2);
  margin-top: 20px;
  margin-bottom: 20px;
}
.min-danger .min-danger-titre {
  font-weight: 700;
  color: rgb(186, 26, 26);
}

.min-img-rounded img {
  border-radius: 1.5rem;
}

.min-banner-home {
  height: 100vh;
}
.min-banner-home .wp-block-cover__background {
  opacity: 1 !important;
  background-image: linear-gradient(to right, rgba(253, 251, 249, 0.95), rgba(253, 251, 249, 0.6), rgba(253, 251, 249, 0));
}
.min-banner-home .wp-block-cover__background .has-background-dim {
  background-color: transparent;
}
.min-banner-home .has-background-dim:not([class*=-background-color]) {
  background-color: transparent;
}
.min-banner-home .wp-block-cover__inner-container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.min-banner-home .wp-block-cover__inner-container .content {
  max-width: 50%;
}

.min-timeline {
  padding-top: 80px;
  padding-bottom: 80px;
}
.min-timeline .timeline {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}
.min-timeline .timeline:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: 2px;
  height: calc(100% - 100px);
  background: rgb(81, 96, 73);
  transform: translateX(-50%);
}
.min-timeline .timeline .timeline-item {
  position: relative;
  padding: 15px 40px;
  box-sizing: border-box;
}
.min-timeline .timeline .timeline-item .timeline-year {
  color: rgb(81, 96, 73);
  margin-bottom: 10px;
}
.min-timeline .timeline .timeline-item .timeline-year, .min-timeline .timeline .timeline-item .timeline-title {
  margin-top: 0px;
}
.min-timeline .timeline .timeline-item .timeline-text {
  max-width: calc(50vw - 40px);
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.min-timeline .timeline .timeline-item:nth-child(odd) {
  left: -50%;
  text-align: right;
}
.min-timeline .timeline .timeline-item:nth-child(odd) .timeline-title, .min-timeline .timeline .timeline-item:nth-child(odd) .timeline-year {
  text-align: right;
}
.min-timeline .timeline .timeline-item:nth-child(odd) .timeline-text {
  float: right;
}
.min-timeline .timeline .timeline-item:nth-child(odd):before {
  right: -6px;
}
.min-timeline .timeline .timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}
.min-timeline .timeline .timeline-item:nth-child(even):before {
  left: -6px;
}
.min-timeline .timeline .timeline-item:before {
  content: "";
  position: absolute;
  top: 30px;
  width: 12px;
  height: 12px;
  background: rgb(81, 96, 73);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 768px) {
  .min-timeline .timeline:before {
    left: 20px;
  }
  .min-timeline .timeline .timeline-item {
    left: 0px;
  }
  .min-timeline .timeline .timeline-item .timeline-title, .min-timeline .timeline .timeline-item .timeline-year {
    text-align: left !important;
  }
  .min-timeline .timeline .timeline-item .timeline-text {
    max-width: 90vw;
  }
  .min-timeline .timeline .timeline-item:before {
    left: 14px !important;
  }
  .min-timeline .timeline .timeline-item:nth-child(even) {
    left: 0px;
  }
  .min-timeline .timeline .timeline-item:nth-child(odd) {
    left: 0px;
  }
  .min-timeline .timeline .timeline-item:nth-child(odd) .timeline-text {
    float: left;
  }
}

.min-contact {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.min-contact input[type=submit] {
  display: flex;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
}

.min-posts {
  padding-top: 60px;
}
.min-posts article {
  max-width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}
.min-posts article img {
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.min-posts article:first-of-type {
  padding-left: 0px;
}
.min-posts article:last-of-type {
  padding-right: 0px;
}
.min-posts article .min-post-content {
  text-align: justify;
}
.min-posts article .min-lire {
  padding-bottom: 3px;
  color: rgb(81, 96, 73);
  text-transform: uppercase;
  border-bottom: 2px solid rgba(81, 96, 73, 0.3);
  transition: all;
  transition-duration: 150ms;
}
.min-posts article .min-lire:hover {
  border-bottom: 2px solid rgb(81, 96, 73);
  transition: all;
  transition-duration: 150ms;
}
@media screen and (max-width: 800px) {
  .min-posts .sin-post-item {
    max-width: none;
  }
  .min-posts article {
    max-width: 100%;
  }
  .min-posts article:first-of-type {
    padding-left: 10px;
  }
  .min-posts article:last-of-type {
    padding-right: 10px;
  }
}

.min-ovale {
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  background-color: rgb(239, 246, 231);
}
.min-ovale .wp-block-group {
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(130, 104, 175, 0.3);
  margin: -1rem;
  padding: 80px;
  transition-duration: 700ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.min-ovale .wp-block-group:hover {
  transform: scale(1.05);
}
.min-ovale .wp-block-group__inner-container {
  max-width: none;
}

.up-title {
  font-size: 0.75em;
  text-transform: uppercase;
  color: rgb(81, 96, 73);
}

.min-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.min-straight {
  margin-right: auto;
  margin-left: auto;
  max-width: 42rem;
}

.min-bord-vert {
  border-left: 4px solid rgba(81, 96, 73, 0.3);
  padding-left: 20px;
  margin-top: 40px;
}

.min-bord-jaune {
  border-left: 4px solid #DAD188;
  padding-left: 20px;
  margin-top: 40px;
}

.min-bloc-blanc-rond {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 1.5rem;
}

.wp-block-buttons .wp-block-button__link, .wp-block-buttons input[type=button], .wp-block-buttons input[type=submit], form .wp-block-button__link, form input[type=button], form input[type=submit] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 100px;
  background-color: rgb(81, 96, 73);
  color: #ffffff;
  font-family: "Montserrat";
}

/* One page section size*/
.first-section {
  background-color: #F2EBDC;
  color: #ffffff;
}

.first-section, .last-section {
  min-height: calc(100vh - 60px);
}

.si-header-img {
  flex-basis: 100%;
  height: calc(100vh - 10px);
  background-position: right bottom;
  background-size: cover;
}

/**
 WooCommerce Style
 **/
.woocommerce ul li {
  text-indent: 0px;
}
.woocommerce p.price {
  color: #8268AF !important;
  font-size: 2em !important;
}
.woocommerce form.cart input {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #8268AF;
  margin-top: 0px;
  font-size: 1.2em;
}
.woocommerce .button {
  background-color: #8268AF !important;
  color: #ffffff !important;
}
.woocommerce .wp-post-image {
  border-radius: 20px;
}
.woocommerce .size-woocommerce_thumbnail {
  border-radius: 15px;
}
.woocommerce .sku_wrapper {
  display: none;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(81, 96, 73);
  color: #ffffff;
}
footer .wp-block-columns {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  gap: 2rem;
}
footer a {
  color: #ffffff;
}
footer .icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
footer .min-border-top {
  border-top: 1px solid #ffffff;
}
footer h2 {
  font-size: 1.1em;
  font-weight: 500;
  color: #ffffff;
}
footer p {
  font-size: 0.9em;
}
footer ul li {
  list-style: none;
}
footer .social {
  display: flex;
  gap: 1em;
}
@media (max-width: 600px) {
  footer {
    padding: 30px;
  }
  footer .wp-block-columns {
    gap: 0.2em;
  }
  footer p {
    margin: 0.2em 0;
  }
}

/* Checked list */
.wp-block-list.is-style-check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 40px;
  padding: 0;
  margin: 0;
}
.wp-block-list.is-style-check-list li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.4;
  list-style: none;
  text-indent: 1px;
}
.wp-block-list.is-style-check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  /* SVG Material check_circle */
  background-image: url("data:image/svg+xml;utf8,            <svg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%2300A198'><path d='m424-296 282-282-56-56-226 226-114-114-56 56 170 170Zm56 216q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/></svg>");
}

/* Responsive (1 colonne sur mobile) */
@media (max-width: 600px) {
  .wp-block-list.is-style-check-list {
    grid-template-columns: 1fr;
  }
}
/* Navigation */
/* Centred horizontal menu */
/* Mobile Menu Styling */
.navbar {
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-color: rgb(81, 96, 73);
  z-index: 998;
}
.navbar .content {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.navbar .content .logo {
  position: relative;
  top: 15px;
  left: 0px;
  width: fit-content;
  z-index: 999;
}
.navbar .content .menu-icon {
  display: none;
}
.navbar .content nav {
  position: absolute;
  top: 15px;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.navbar .content nav .menu {
  position: absolute;
  left: 300px;
  display: flex;
  align-items: stretch;
}
.navbar .content nav .menu li {
  list-style: none;
  padding: 0px;
  text-indent: 0px;
}
.navbar .content nav .menu li a {
  margin-right: 15px;
  color: #ffffff;
  transition: color 0.3s ease, transform 0.2s ease;
  position: relative;
}
.navbar .content nav .menu li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -4px;
  left: 50%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.navbar .content nav .menu li a:hover {
  position: relative;
}
.navbar .content nav .menu li a:hover::after {
  width: 100%;
}
.navbar .content nav .menu li:hover .sub-menu {
  display: block;
}
.navbar .content nav .menu ul.sub-menu {
  display: none;
  position: absolute;
  background-color: rgb(81, 96, 73);
}
.navbar .content nav .menu ul.sub-menu li {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .content nav .menu ul.sub-menu li a::after {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .navbar .content nav .menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .navbar .content {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    z-index: 1000;
  }
  .navbar .content .logo {
    left: 15px;
  }
  .navbar .content .menu-icon {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48px" viewBox="0 -960 960 960" width="48px" fill="%23ffffff"><path d="M120-700v-60h720v60H120Zm0 500v-60h720v60H120Zm0-250v-60h720v60H120Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .navbar .content .menu-icon.close {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48px" viewBox="0 -960 960 960" width="48px" fill="%23ffffff"><path d="m249-207-42-42 231-231-231-231 42-42 231 231 231-231 42 42-231 231 231 231-42 42-231-231-231 231Z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .navbar .content nav {
    top: 80px;
  }
  .navbar .content nav .menu {
    display: flex;
    height: 100vh;
    width: 100vw;
    left: 100vw;
    flex-direction: column;
    background-color: #ffffff;
    transform: translateX(0vw);
    transition: transform 0.5s ease-in-out;
  }
  .navbar .content nav .menu li .sub-menu {
    display: block;
    position: relative;
    background-color: #ffffff;
  }
  .navbar .content nav .menu li .sub-menu li {
    padding: 0px;
  }
  .navbar .content nav .menu li a {
    color: rgb(81, 96, 73);
  }
  .navbar .content nav .menu.open {
    transform: translateX(-100vw);
    transition: transform 0.5s ease-in-out;
  }
}

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