@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%;
  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.24em;
  --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);
  --ff-heading: "field-gothic", sans-serif ;
}

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

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

header {
  margin-bottom: 8rem;
  margin-top: 0rem !important;
  transform: rotate(-9deg) translateX(-3rem);
  background-size: auto 100% !important;
  background-image: url("http://fionagruetter-portfolio.local/wp-content/uploads/2025/12/Fichier-4.svg");
  background-position: -8rem 0;
}
header .wp-block-group {
  padding: 2rem 0;
}
header nav.wp-block-navigation {
  display: flex;
  height: 100%;
}
header ul.wp-block-navigation__container {
  height: 100%;
}
header .wp-block-navigation-item {
  height: 100%;
  background-color: #000 !important;
}

.moicestfiona {
  rotate: 12deg;
}

.hello {
  rotate: -6deg;
}

.entry-content ul > li {
  list-style-type: circle;
  margin-left: 1em;
}
.entry-content .wp-block-columns {
  gap: 0;
}
.entry-content .wp-block-columns > .wp-block-column {
  border: 0.15rem solid #000;
}
.entry-content .wp-block-columns > .wp-block-column:not(:first-child) {
  border-left: none;
}
.entry-content .rel {
  position: relative;
}
.entry-content #nhesitezpas {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 20%;
  transform: rotate(20deg) translateY(20%);
}
.entry-content #ordisol {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 30%;
  transform: rotate(20deg) translateY(20%);
}
.entry-content #cahiercontact {
  transform: rotate(-8deg);
}

.home .wp-block-query {
  position: relative;
}
.home .wp-block-query:before {
  z-index: 30;
  background: url(kodak.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 20vw;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.home .wp-block-query ul {
  padding-top: 8vw;
  padding-bottom: 1vw;
  gap: 1rem;
  overflow: auto;
  display: flex !important;
  flex-wrap: nowrap !important;
  position: relative;
  padding-left: 19vw;
  max-height: 600px;
}
.home .wp-block-query ul li {
  min-width: 43vw;
  list-style-type: none;
  margin: 0;
  position: relative;
  background: url(fond-pelicule.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 2rem 1rem 4rem 1rem;
  /* marche pas */
}
.home .wp-block-query ul li h2.wp-block-post-title {
  display: none;
}
.home .wp-block-query ul li .stickers-block {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 6rem;
  transform: rotate(-15deg);
}
.home .wp-block-query ul li:nth-child(3n+1) {
  top: auto;
  bottom: 1rem;
}
.home .wp-block-query ul li:nth-child(2n+1) {
  top: auto !important;
  bottom: 1rem !important;
  right: 1rem !important;
  left: auto !important;
}

.calepin {
  background-position: top center !important;
  position: relative;
  min-height: 65rem;
  transform: rotate(-3deg);
  padding: 20vw 4vw;
}
.calepin .sticker {
  position: absolute;
  top: 10vw;
  right: 1vw;
  max-width: 9vw;
}
.calepin .sticker.st2 {
  right: 8vw;
}

.wp-block-column:has(.sticker-tl) {
  position: relative;
}

.sticker-tl {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 12rem;
  transform: rotate(-15deg);
}

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);
  }
}/*# sourceMappingURL=main.css.map */