@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: 2.157rem;
}

h3 {
  font-size: 2.369rem;
}

h4 {
  font-size: 1.777rem;
}

h5 {
  font-size: 1.333rem;
}

/*! ------ */
/* Variables à ajuster */
:root {
  --fz: max(14px, 1.1523vw);
  --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));
  --black: #33322B;
  --dur: .3s;
  --ease: cubic-bezier(.215, .61, .355, 1);
  --ffText: "elza-text", sans-serif;
  --ffTitle: "lores-12", sans-serif;
}

@keyframes moveWaves {
  0% {
    background-position: 0 var(--bgypos);
  }
  100% {
    background-position: -30vw var(--bgypos);
  }
}
html {
  font-size: var(--fz);
}

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

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

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

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

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

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

.aspect-ratio-9-16 video {
  aspect-ratio: 720/1080 !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.wp-block-navigation__responsive-container-content {
  gap: 2.24em;
}

header hr.is-style-wide {
  height: 0;
  margin-top: 0.5em !important;
  position: absolute;
  left: 0;
  width: 100vw;
  margin-left: 0;
}

hr.is-style-wide {
  border: 1px solid var(--black);
}

@media screen and (min-width: 1739px) {
  .intro-video-and-title {
    height: 85vh;
  }
}
.intro-video-and-title video {
  min-height: 2vh;
  max-height: 68vh;
  flex-grow: 1;
}
.intro-video-and-title .intro-title {
  flex-shrink: 1;
}
.intro-video-and-title h1 {
  padding-bottom: 1.5rem !important;
  font-size: clamp(4.037rem, 3.037rem + (1vw - 0.2rem) * 3.004, 6rem) !important;
}

.wp-block-columns:has(.wp-block-button.hidden),
.wp-block-media-text:has(.wp-block-button.hidden) {
  position: relative;
}

.wp-block-button.hidden a {
  background-color: transparent;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

header.wp-block-template-part {
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
header.wp-block-template-part a {
  text-decoration: none;
  color: var(--black);
}
header.wp-block-template-part .wp-block-navigation span {
  font-family: var(--ffTitle);
  font-weight: bold;
}

footer.wp-block-template-part {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

main {
  margin: 0;
}

.text-img-margin {
  padding-left: 10rem;
}

.filter-hover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.filter-hover img, .filter-hover video {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.filter-hover:hover img, .filter-hover:hover video {
  transform: scale(1.1);
}

.wp-element-button:hover img, .wp-element-button:hover video {
  transform: scale(1.1);
}

.text-2img-margin p {
  margin-bottom: 1.2rem;
}

.entry-content ul > li {
  list-style-type: circle;
  margin-left: 1em;
}

.rel {
  position: relative;
}

.wp-post-image {
  margin-bottom: 1rem;
}

.entry-content ul > li {
  list-style-type: none !important;
  margin-left: 0em !important;
}

.pixelated > * {
  image-rendering: pixelated;
}

@media (min-width: 999px) {
  footer .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
footer a {
  color: var(--black);
}

.taxonomy-post_tag a {
  text-decoration: none;
}

.recommended-projets-block article {
  width: 33%;
  margin-right: 2.4rem;
}
.recommended-projets-block article figure {
  aspect-ratio: 1;
}
.recommended-projets-block article figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.recommended-projets-block article figure h3 {
  margin: 0;
}
.recommended-projets-block article a {
  text-decoration: none;
}
.recommended-projets-block article a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recommended-projets-block article .srt {
  display: none;
}

.dark-background {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}
.dark-background .hidden {
  z-index: 8;
}
.dark-background:before, .dark-background:after {
  content: "";
  position: absolute;
  left: 0;
  width: 300vw;
  height: 5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1736 500'%3E%3Cpath fill='rgba(254, 251, 229, 1)' d='M0 40c87.7 0 789.3 457 877 457V0H0Z'/%3E%3Cpath fill='rgba(254, 251, 229, 1)' d='M876 497c86 0 774-457 860-457V0H876Z'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 10vw auto;
  animation: moveWaves 4s linear 0s infinite forwards;
  border: none;
}
.dark-background:before {
  animation-direction: reverse;
  --bgypos: 0%;
  top: 0%;
  height: 100%;
}
.dark-background:after {
  --bgypos: 0;
  transform: scale(-1) translateZ(1px);
  top: 1px;
  height: 100%;
  background-position: bottom left;
}

.marquee__innerblocks .wp-block-image img {
  height: 20rem;
  width: 15rem;
  margin-left: 1rem !important;
}

.meteo-img-position img {
  -o-object-position: top;
     object-position: top;
}

/* Pour les mobiles */
@media screen and (max-width: 600px) {
  :root {
    --wp--style--global--content-size: 95%;
  }
  .dark-background:before,
  .dark-background:after {
    background-size: 40px auto;
  }
  .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;
  }
  .wp-block-navigation__responsive-container ul li {
    opacity: 0;
    transform: translateY(100%);
  }
  @keyframes menuItem {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .wp-block-navigation__responsive-container.is-menu-open ul li {
    animation: menuItem 0.3s ease forwards;
  }
  .wp-block-navigation__responsive-container.is-menu-open ul li:nth-child(1) {
    animation-delay: 0.5s;
  }
  .wp-block-navigation__responsive-container.is-menu-open ul li:nth-child(2) {
    animation-delay: 0.72s;
  }
  .wp-block-navigation__responsive-container.is-menu-open ul li:nth-child(3) {
    animation-delay: 0.93s;
  }
  div.wp-block-navigation__responsive-container.is-menu-open {
    height: 100vh;
    font-size: 1.2em;
    font-weight: bold;
    animation: overlay-menu__fade-in-animation 0.5s ease forwards;
    animation-duration: 0.53s;
  }
  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;
  }
  aside.recommended-projets-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: unset !important;
  }
  .recommended-projets-block article {
    width: 66%;
    margin-right: 1rem;
  }
  footer.wp-block-template-part {
    margin: 1.5rem;
  }
  footer h1 {
    font-size: 10vw;
  }
}
@keyframes overlay-menu__fade-in-animation {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (max-width: 600px) {
  header.wp-block-template-part {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--content-size);
  }
  .wp-block-navigation__responsive-container {
    background-color: rgba(55, 55, 55, 0.3) !important;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    overflow-y: hidden !important;
  }
  .wp-block-navigation__responsive-container a span {
    font-size: 2.2rem;
  }
  .wp-block-navigation-item__label span {
    color: var(--bleu) !important;
  }
}
.block-marquee {
  --gap: .3rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 0.3rem;
}

.block-marquee > .marquee__innerblocks {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: 0.3rem;
  animation: marquee 40s linear infinite;
}

.block-marquee.reverse > div.marquee__innerblocks {
  animation-direction: reverse;
}

.editor-styles-wrapper div.marquee__innerblocks[aria-hidden=true] {
  display: none;
}

.marquee__innerblocks > div {
  flex-shrink: 0;
}
.marquee__innerblocks > div .wp-block-group p {
  white-space: nowrap;
  font-weight: bold;
}
.marquee__innerblocks > div .wp-block-group p:after {
  content: " •";
  margin-left: 0rem;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
:root {
  --bg: #fff;
  --bleu: #0000ff;
  --wp--preset--color--custom-black: #0000ff;
  --noir: #33322B;
  --black: #0000ff;
  --ffText: "Geist Mono", monospace;
  --wp--preset--color--custom-yellow: var(--bg);
  background-color: var(--bg);
}
:root ::-moz-selection {
  background: var(--bleu);
}
:root ::selection {
  background: var(--bleu);
}
:root body {
  background-color: var(--bg);
}
:root .is-position-sticky {
  background-color: var(--bleu) !important;
  color: var(--bg);
}
:root .is-position-sticky a {
  color: var(--bg) !important;
}
:root .is-position-sticky hr {
  border-color: var(--bleu);
}
:root .wp-block-navigation__responsive-container-close {
  color: var(--bg);
}
:root .flickity-page-dot.is-selected {
  background-color: var(--bleu);
}
:root .flickity-button-icon {
  fill: var(--bleu);
}
:root .dark-background:before, :root .dark-background:after {
  background-image: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1736 500'%3E%3Cpath fill='rgba(255, 255, 255, 1)' d='M0 40c87.7 0 789.3 457 877 457V0H0Z'/%3E%3Cpath fill='rgba(255, 255, 255, 1)' d='M876 497c86 0 774-457 860-457V0H876Z'/%3E%3C/svg%3E");
}
:root .profile-picture img {
  content: url("https://alejito.ch/wp-content/uploads/2026/01/cv_photo-blue.webp");
}
:root hr {
  background-color: var(--bleu);
}
:root .heart img {
  content: url("https://alejito.ch/wp-content/uploads/2026/01/heart-blue.png");
}