@charset "UTF-8";
/*!
Theme Name: B:B Thème de base Wordpress
Author: mica
Description: Thème de base 
Version: 0.0.1
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 8.0
License: The license of the theme.
License URI: The URL of the theme license.
Text Domain: bb-wp-base
*/
html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  text-rendering: optimizeSpeed;
  width: 100%;
}

*,
:after,
:before {
  box-sizing: border-box;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input,
input:required {
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px #fff;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:focus {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

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

img,
picture {
  display: inline-block;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  background: 0 0;
  border: 0;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  background: 0 0;
  border: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

hr {
  background: #000;
  border: 0;
  box-sizing: content-box;
  height: 1px;
  line-height: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

small,
sub,
sup {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  outline: 0;
  padding: 0;
}

legend {
  border: 0;
  color: inherit;
  display: block;
  max-width: 100%;
  white-space: normal;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

template {
  display: none;
}

small,
.text_small {
  font-size: 0.75rem;
}

h1 {
  font-size: 4.209rem;
  margin-top: 0;
}

h2 {
  font-size: 3.157rem;
}

h3 {
  font-size: 2.369rem;
}

h4 {
  font-size: 1.777rem;
}

h5 {
  font-size: 1.333rem;
}

/*! ------ */
/* Variables à ajuster */
:root {
  --fz: max(18px, 1.5523vw);
  --lh: 1.54;
  --lhtitle: 1.1;
  --gap: 1.24rem;
  --quartergap: calc(.25 * var(--gap));
  --halfgap: calc(.5 * var(--gap));
  --gap2x: calc(2 * var(--gap));
  --gap3x: calc(3 * var(--gap));
  --dur: .3s;
  --ease: cubic-bezier(.215, .61, .355, 1);
}

html {
  scroll-behavior: smooth;
}

.home .vert > * {
  opacity: 0;
}

.wp-block-group {
  width: 100%;
}

@keyframes defilement-gauche-droite {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.wp-block-navigation-item__label {
  font-family: var(--wp--preset--font-family--fraunces);
  font-weight: 800;
  line-height: 1.5rem;
  transition: all 0.3s ease;
}

body {
  font-size: var(--fz);
  line-height: var(--lh);
  font-weight: 800;
  height: 100%;
}

.wp-site-blocks {
  overflow-x: hidden;
}

::-moz-selection {
  color: white;
  background-color: #111;
}

::selection {
  color: white;
  background-color: #111;
}

h1,
h2,
h3,
h4 {
  line-height: var(--lhtitle);
}

h1,
h2,
h3,
h4,
h5 {
  margin: 3rem 0 1.38rem;
  font-weight: 800;
  line-height: var(--lhtitle);
}

.has-border {
  border-image-slice: 27 27 27 27;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDM4IiBoZWlnaHQ9IjU1OCIgdmlld0JveD0iMCAwIDQzOCA1NTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI0MzcuNDMxIiBoZWlnaHQ9IjU1OCIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMi41MTI4OCIgeT0iMi40OTA1MyIgd2lkdGg9IjQxMS4zMjMiIGhlaWdodD0iNTM1Ljc3MiIgdHJhbnNmb3JtPSJtYXRyaXgoMC45OTk5OTMgLTAuMDAzNzc1MDMgMC4wMDUxNTgxNCAwLjk5OTk4NyA5Ljk4NzE3IDkuNTgxMDUpIiBzdHJva2U9IiMwNDU3MzAiIHN0cm9rZS13aWR0aD0iNSIvPgo8cmVjdCB4PSIxLjAwNTE1IiB5PSIwLjk5NjIxMiIgd2lkdGg9IjM5MS4wNTgiIGhlaWdodD0iNTIxLjY4MyIgdHJhbnNmb3JtPSJtYXRyaXgoMC45OTk5OTMgLTAuMDAzNzc1MDMgMC4wMDUxNTgxNCAwLjk5OTk4NyAyMC43NDI5IDE4LjI0MDQpIiBzdHJva2U9IiMwNDU3MzAiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
  border-style: solid;
  backface-visibility: hidden;
}

.link-overlay {
  display: grid !important;
  place-items: center;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
}
.link-overlay a,
.link-overlay p {
  width: 100%;
  height: 100%;
  display: grid !important;
  place-items: center;
  text-decoration: none;
}
@media (hover: hover) {
  .link-overlay a {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .link-overlay:hover a {
    transform: none;
    font-size: 120%;
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

/* HEADER */
header.wp-block-template-part {
  position: fixed;
  width: 100%;
  top: 0;
  min-height: 2.5rem;
  z-index: 8;
}
header.wp-block-template-part .wp-block-site-logo {
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
}
header.wp-block-template-part .wp-block-site-logo img {
  width: 19rem;
  transform: rotate(-4deg);
  margin-left: 2rem;
  margin-top: 1rem;
}

.wp-block-separator.is-style-dots,
.petitDamier,
.damier {
  position: relative;
}

hr.wp-block-separator.is-style-dots {
  margin-top: 0 !important;
  height: 1.5rem;
}
hr.wp-block-separator.is-style-dots:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  z-index: -1;
  background-image: url(carres.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
}

.petitDamier {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  border: none;
  background: none;
}

.petitDamier::after,
.damier:before,
body:not(.home) header.wp-block-template-part:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  z-index: 1;
  background-image: url(carres.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  transform: translateY(100%);
}

body:not(.home) header.wp-block-template-part:after {
  z-index: -1 !important;
}

body:not(.home, .page-id-28) .entry-content {
  margin-top: 4rem;
}

body:not(.home) .wp-site-blocks {
  margin-top: 3rem;
}

.damier:before {
  bottom: auto;
  top: 0.8rem;
  width: 92%;
  left: 4%;
  transform: none;
}

.petitDamier:after {
  width: 70%;
  height: 0.8rem;
  left: 15%;
}

.vert {
  position: relative;
}

.entry-content ul > li {
  list-style-type: circle;
  margin-left: 1em;
}
.entry-content .home-nav ul {
  width: 100%;
  padding: 1rem;
}
.entry-content .home-nav li {
  width: 100%;
  border-bottom: 0.15rem solid #045730;
  margin: 0;
  padding: 0.5rem 0;
}
.entry-content .home-nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.entry-content .home-nav li a::after {
  content: ">";
  font-size: 1.7rem;
}
@media (hover: hover) {
  .entry-content .home-nav li a:hover:after {
    animation: bounce-left 0.8s infinite both;
  }
}

@keyframes bounce-left {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1rem);
  }
}
.doubleBorder {
  border: #045730 double 0.8rem;
}

.wp-block-heading em {
  font-family: var(--wp--preset--font-family--dancing-script) !important;
  font-weight: normal;
}

footer a {
  text-decoration: none;
}

/* Pour les mobiles */
@media screen and (max-width: 600px) {
  .wp-block-navigation__responsive-container-close svg,
  .wp-block-navigation__responsive-container-open svg {
    transform: scale(1.3);
  }
  .wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 1em;
    right: 0.8em;
  }
  div.wp-block-navigation__responsive-container.is-menu-open {
    height: 100vh;
    font-size: 1.2em;
    font-weight: bold;
    animation-duration: 0.453s;
  }
  div.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 0;
    height: 100vh;
    align-items: center;
  }
  div.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul {
    width: 100%;
    padding: 1em;
    justify-content: center !important;
  }
  div.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item {
    width: 100%;
    align-items: center;
  }
  div.wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation.wp-block-navigation__responsive__container {
    width: 100% !important;
    padding: 1em;
  }
}
@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.maison {
  width: 100%;
  transform: rotate(-15deg);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .maison:hover {
    transform: rotate(-15deg) scale(1.2);
  }
}

.special {
  justify-content: center;
}

.oubliez {
  justify-content: center;
}

.chef {
  width: 100%;
  transform: rotate(-10deg);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .chef:hover {
    transform: rotate(-10deg) scale(1.2);
  }
}

.planche {
  transform: rotate(30deg);
  width: 100%;
  size: 20%;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .planche:hover {
    transform: rotate(30deg) scale(1.2);
  }
}

.cartes-interactives .has-border {
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.cartes-interactives .has-border h2 {
  transition: all 0.12s ease-out;
}
.cartes-interactives .has-border figure {
  margin: 0 !important;
  -webkit-clip-path: inset(10% 10% 10% 10%);
          clip-path: inset(10% 10% 10% 10%);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.05s;
}
.cartes-interactives .has-border figure img {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.05s;
}
@media (hover: hover) {
  .cartes-interactives .has-border:hover h2 {
    transform: scale(1.2);
  }
  .cartes-interactives .has-border:hover figure {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}

.petitplat {
  transform: rotate(-10deg);
  width: 100%;
  size: 20%;
  transition: transform 0.3s ease;
}
.petitplat:hover {
  transform: rotate(-10deg) scale(1.2);
}

.colise {
  width: 100%;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .colise:hover {
    transform: scale(1.2);
  }
}

.passion {
  transform: rotate(-10deg);
  width: 100%;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .passion:hover {
    transform: rotate(-10deg) scale(1.2);
  }
}

.carregalerie {
  margin-bottom: 5rem;
}

figure.wp-block-gallery.has-nested-images figure.wp-block-image.cache-sur-desktop {
  display: none;
}

.galerie figure {
  aspect-ratio: 1;
  padding: 0.5rem;
  border: 0.2rem solid #045730;
  flex-grow: 0 !important;
  margin-bottom: 10rem;
}
.galerie figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.galerie figure:nth-child(1) {
  transform: translateY(-60%);
}
.galerie figure:nth-child(3), .galerie figure:nth-child(8) {
  transform: translateY(-10%);
}
@media screen and (min-width: 600px) {
  .galerie figure:nth-child(4), .galerie figure:nth-child(9) {
    transform: translateY(-40%);
  }
  .galerie figure:nth-child(5), .galerie figure:nth-child(10) {
    transform: translateY(-90%);
  }
}

.raison {
  transform: rotate(-10deg);
  position: absolute;
  right: 0;
  margin-right: 10rem;
  bottom: 0;
}

.apres-noeud {
  padding-bottom: 4rem;
}

.apres-noeud,
.noeud {
  display: inline-block;
}

.noeud {
  transform: translate(50%, 80%);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .noeud:hover {
    transform: translate(50%, 80%) scale(1.3) rotate(7deg);
  }
}

.noeud img {
  transform: rotate(50deg);
}

.wp-block-social-links alignleft has-huge-icon-size has-icon-color is-style-logos-only is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-66f9dc7d wp-block-social-links-is-layout-flex {
  max-width: 10rem;
  background-color: #000000;
}

.events-loop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem 1rem;
}

.event-item {
  font-family: var(--wp--preset--font-family--fraunces);
  color: #045730;
  position: relative;
  overflow: hidden;
  padding: 2rem;
  padding-bottom: 4rem;
}
.event-item .event-time {
  font-size: 1.2rem;
}
.event-item .event-title {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 0rem;
}
.event-item .event-date {
  line-height: 1rem;
  text-align: center;
  font-size: 1rem;
}
.event-item .grid-event-title {
  display: grid;
  grid-template-columns: 3.5rem 1fr 3.5rem;
  margin-top: 0.3rem;
  align-items: start;
  gap: 0.4rem;
  top: 0;
}
.event-item .grid-event-title .event-categories {
  text-align: center;
  line-height: 1;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.event-item .event-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  z-index: 2;
  font-weight: normal;
  place-items: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 7rem 2rem 4rem;
  transform: translateY(-100%);
  color: #fff;
  transition: transform 0.3s ease-out;
}
.event-item .event-image {
  aspect-ratio: 16/9;
}
.event-item .event-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.event-item .damier {
  width: 96%;
  position: absolute;
  z-index: 121;
  bottom: 1.5rem;
  left: 2%;
  height: 1.5rem;
  transition: all 0.3s ease-out 0s;
}
.event-item .damier:before {
  top: 0;
}
.event-item:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(4, 87, 48, 0.8);
  border-image-slice: 27 27 27 27;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MzgiIGhlaWdodD0iNTU4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNSIgZD0iTTIuNTEzIDIuNDkxaDQxMS4zMjN2NTM1Ljc3MkgyLjUxM3oiIHRyYW5zZm9ybT0ibWF0cml4KDEgLS4wMDM3OCAuMDA1MTYgLjk5OTk5IDkuOTg3IDkuNTgxKSIvPjxwYXRoIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMS4wMDUuOTk2aDM5MS4wNTh2NTIxLjY4M0gxLjAwNXoiIHRyYW5zZm9ybT0icm90YXRlKC0uMjE0IDQ4NDIuMDI4IC01NDg1Ljc4Nikgc2tld1goLjA3OSkiLz48L3N2Zz4=");
  border-style: solid;
  z-index: 1;
  transform: translateY(-100%);
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .event-item:hover .event-content {
    transform: translateY(0);
    text-align: center;
  }
  .event-item:hover .damier {
    transition-delay: 0.2s;
    filter: grayscale(100%) brightness(0) invert(1);
  }
  .event-item:hover:before {
    transform: translateY(0);
    height: 100%;
  }
  .event-item:hover .event-date,
  .event-item:hover .event-title,
  .event-item:hover .grid-event-title {
    color: #fff;
    position: relative;
    z-index: 1;
  }
}

footer.wp-block-template-part table tr > td:first-child {
  padding-left: 0;
}

/* media queries */
/* Pour le desktop = plus grand ou egal que 769 */
@media screen and (min-width: 769px) {
  footer.wp-block-template-part .wp-block-columns > .wp-block-column:nth-child(2) {
    --decalage: 3rem;
    position: relative;
  }
  footer.wp-block-template-part .wp-block-columns > .wp-block-column:nth-child(2)::after, footer.wp-block-template-part .wp-block-columns > .wp-block-column:nth-child(2)::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: calc(-1 * var(--decalage));
    width: 2px;
    height: 100%;
    background-color: rgb(255, 255, 255);
  }
  footer.wp-block-template-part .wp-block-columns > .wp-block-column:nth-child(2)::after {
    left: auto;
    right: calc(-0.5 * var(--decalage));
  }
}
.survol {
  position: absolute !important;
  display: none;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.patrons {
  --pourcent: 0;
  padding: 1rem;
  border: 0.2rem solid #045730;
}
.patrons img {
  -webkit-clip-path: inset(0 var(--pourcent) 0 var(--pourcent));
          clip-path: inset(0 var(--pourcent) 0 var(--pourcent));
}

.pize {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .pize:hover {
    transform: scale(1.2) rotate(-7deg);
  }
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}
@media (hover: hover) {
  a:hover {
    transform: scale(1.1);
  }
}

@media (hover: hover) {
  .home li.scale-left a {
    transform-origin: left center;
  }
  .home li.scale-left a:hover {
    width: calc(100% - 1rem);
  }
}
#fiona {
  max-width: unset !important;
  margin-right: 1rem !important;
}

.fleche {
  position: absolute;
  z-index: 31;
  bottom: 4rem;
  width: 3rem;
  transition: all 0.3s ease;
  animation: fleche-bounce 1s linear infinite alternate-reverse both;
}
@keyframes fleche-bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(2rem);
  }
}
@media (hover: hover) {
  .fleche:hover {
    width: 4rem;
    animation-duration: 0.5s;
  }
}
@media (hover: hover) {
  .fleche:hover {
    transform: scale(1.2);
  }
}

@media screen and (max-width: 769px) {
  :root {
    --wp--style--global--content-size: min(110rem, 92%);
  }
  .events-loop {
    display: block;
  }
  .wp-block-image.logo-home {
    max-width: 80%;
  }
  .home-menu {
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .home-menu .home-nav li a {
    font-size: 1.5em;
  }
  .home-menu .home-nav li:last-child {
    border-bottom: 0;
  }
  .colise {
    margin-top: 1rem !important;
  }
  div.heures {
    padding-left: 0rem !important;
    border-width: 0.04rem 0 0.04rem 0;
    border-color: #fff;
    border-style: solid;
    padding-top: 1.5rem;
    padding-bottom: 0rem;
    margin-top: 1.5rem !important;
    margin-bottom: 0rem !important;
  }
  div.heures h2 {
    margin-top: 2.2rem !important;
  }
  div.heures > div {
    padding-left: 0rem !important;
  }
  .footer {
    padding-left: 1rem;
  }
  header.wp-block-template-part .wp-block-site-logo img {
    width: 10rem;
    margin-left: 0;
    margin-top: 0;
  }
  .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--wp--preset--color--custom-vert-communal) !important;
    color: var(--wp--preset--color--white) !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open ul li a {
    font-size: 1.5rem;
  }
  .events {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .event-item .event-content {
    position: static;
    padding: 1rem 0 0 0;
    transform: translateY(0);
    color: unset;
    text-align: center;
  }
  .apres-noeud {
    display: block;
    padding-top: 0rem !important;
    font-size: 1.5rem !important;
  }
  .visite {
    position: relative;
  }
  .noeud {
    width: 5rem;
    position: absolute;
    top: 2rem;
  }
  .noeud img {
    width: 100% !important;
    height: auto;
    margin-top: 0;
    margin-right: 0rem;
  }
  .raison {
    position: static;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 1rem !important;
    margin-bottom: 3em !important;
    transform: none;
    transform: rotate(-10deg);
  }
  .wp-elements-0de3a5da1a1e982291ce1c745b9c0119 {
    font-size: 0.8rem !important;
  }
  .fraicheur {
    font-size: 1.7rem;
    margin-bottom: 5rem !important;
    margin-top: 7rem !important;
    padding-top: 0rem !important;
    padding-bottom: 7rem !important;
  }
  .oubliez {
    margin-top: 3rem !important;
  }
  .wp-elements-917bc198ffc1d778ca65edcb2c2f2aa7 {
    padding-top: 0rem !important;
  }
  .wp-image-130 {
    width: 8rem !important;
  }
  .favore {
    padding-top: 0rem !important;
  }
  .petitefaim {
    padding-top: 0.1rem !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    padding-bottom: 1rem !important;
  }
  .chef {
    text-align: end;
    margin-bottom: 1rem !important;
    font-size: 1.2rem !important;
  }
  .cartesmenus {
    padding: 0rem !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .cartesmenus .wp-block-column > .has-border {
    min-height: 15rem !important;
  }
  .cartes-interactives div.has-border {
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .cartes-interactives div.has-border figure {
    order: 4;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .cartes-interactives div.has-border figure > img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wp-elements-01e118e3fa903665ff6b78d0df6dfea0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .maison {
    margin-bottom: 2rem !important;
  }
  .passion {
    margin-top: 2rem !important;
    margin-bottom: 0rem !important;
    padding-top: 3rem !important;
    padding-bottom: 0rem !important;
    margin-right: 2rem !important;
  }
  .wp-elements-29cf7a159a10b945ac3470886baf1879 {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
  }
  .wp-elements-e95828423305c4e2643f6678612f8d29 {
    padding-bottom: 0 !important;
  }
  .special {
    min-height: 15rem !important;
  }
  .oubliez {
    margin-bottom: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .planche {
    margin-right: 5rem !important;
    margin-left: 0 !important;
    margin-top: 0rem !important;
    width: 11rem !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .wp-elements-79d53e9dc2ef56498afa9644988908de {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
    font-size: 2.1rem !important;
  }
  .famille {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .patron {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .wp-elements-a32943c6d56f67de3be9e60ff0cba1fe {
    padding-top: 8rem !important;
    padding-bottom: 9rem !important;
  }
  figure.wp-block-gallery.has-nested-images figure.wp-block-image.cache-sur-desktop {
    display: block;
  }
  .galerie {
    padding-left: var(--gap);
    padding-right: var(--gap);
  }
  .galerie figure:nth-child(2) {
    transform: translateY(-10%);
  }
  .galerie figure:nth-child(3) {
    transform: translateY(-55%);
  }
  s .galerie figure:nth-child(4) {
    transform: translateY(10%);
  }
  .galerie figure:nth-child(5) {
    transform: translateY(-50%);
  }
  .pize {
    width: 9rem;
  }
  .prix {
    font-size: 1rem;
    order: 3;
  }
  .jour {
    font-size: 1rem !important;
  }
  .quoi {
    font-size: 1.5rem !important;
    flex-grow: 1;
    text-align: center;
  }
  div.wp-elements-ef039fd111e097fb90fe6a25fe286fef {
    padding-bottom: 0.2rem !important;
    margin-top: 0 !important;
  }
  .cartespecial {
    padding-top: 1.7rem !important;
    padding-bottom: rem !important;
  }
  .imageaccueil {
    width: 100%;
  }
}
image {
  width: 100%;
}/*# sourceMappingURL=main.css.map */