/*!
Theme Name: blank
Theme URI: http://underscores.me/
Author: Johan Giraud
Author URI: https://johangiraud.com
Description: Custom theme for Marine Kaiser
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blank
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/* Normalize
--------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

main {
  display: block; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: bold; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer; }

/* VARIABLES */
:root {
  --textColor: #181818;
  --hoverColor: #cc7a1a;
  --whiteColor: #fff;
  --bgColor: #F6F6F6;
  --shadowColor: rgba(49, 49, 49, 0.1); }

/* FONTS */
/*@font-face {
  font-family: 'Gabarito';
  src: url('assets/fonts/Gabarito-VariableFont_wght.ttf') format('ttf'),
  url('assets/fonts/Gabarito-VariableFont_wght.woff2') format('woff2');;
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
  font-family: 'Arnhem';
  src: url("assets/fonts/Arnhem-Bold.woff2") format("woff2"), url("assets/fonts/Arnhem-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Arnhem';
  src: url("assets/fonts/Arnhem-Normal.woff2") format("woff2"), url("assets/fonts/Arnhem-Normal.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Arnhem';
  src: url("assets/fonts/Arnhem-BoldItalic.woff2") format("woff2"), url("assets/fonts/Arnhem-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Arnhem';
  src: url("assets/fonts/Arnhem-NormalItalic.woff2") format("woff2"), url("assets/fonts/Arnhem-NormalItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
/* GENERAL */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  transition: all 0.7s ease;
  background: var(--bgColor); }
  body.freeze {
    overflow: hidden; }

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

h1 {
  font-size: 3rem;
  margin: 0.67rem 0; }

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--textColor);
  font-family: 'Arnhem', sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: italic;
  font-size: 1.6rem;
  letter-spacing: -0.015rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 500; }

h3 {
  font-size: 2.2rem; }

h4 {
  font-size: 2rem; }

h5, h6 {
  font-size: 1.8rem; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

img {
  border-style: none;
  display: block;
  height: auto;
  max-width: 100%; }

#wpadminbar {
  display: none; }

@media screen and (min-width: 800px) {
  #wpadminbar {
    display: block; } }
/* Links
--------------------------------------------------------------*/
a,
a:active,
a:visited {
  color: var(--textColor);
  outline: 0;
  text-decoration: none;
  transition: all 0.3s; }

a:focus,
a:active {
  color: var(--textColor); }

@media screen and (min-width: 800px) {
  a:hover,
  a:focus {
    outline: 0;
    text-decoration: none;
    transition: all 0.3s; } }
/* Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Elements
--------------------------------------------- */
.content-wrapper {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 2rem; }

@media screen and (min-width: 1520px) {
  .content-wrapper {
    padding: 0; } }
.embed-container-wrapper {
  max-width: 960px;
  margin: 5rem auto; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

blockquote p {
  margin: 0 0 1rem; }

/* Navigation
--------------------------------------------- */
.site-header {
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 2000;
  mix-blend-mode: hard-light;
  display: flex;
  font-size: 2rem;
  text-shadow: -1px -1px 0 var(--hoverColor), 1px -1px 0 var(--hoverColor), -1px 1px 0 var(--hoverColor), 1px 1px 0 var(--hoverColor); }
  .site-header .site-title {
    font-size: 2rem;
    font-weight: normal;
    margin: 0; }
  .site-header #site-navigation #main-menu {
    right: auto;
    height: auto;
    text-align: center;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    z-index: 30; }
    .site-header #site-navigation #main-menu li {
      margin-top: 0;
      padding-left: 0.7rem; }

.admin-bar .site-header {
  top: 5.2rem; }

@media screen and (min-width: 800px) {
  .site-header #site-navigation #main-menu li:hover a {
    color: var(--textColor); } }
/* Homepage
--------------------------------------------- */
.home .grid {
  position: relative;
  width: 100%; }
  .home .grid li {
    padding: 1rem 2rem; }
    .home .grid li .title-wrapper {
      position: absolute;
      bottom: 2rem;
      left: 2rem; }

/* Studio page
--------------------------------------------- */
.block-gallery {
  overflow: hidden;
  width: 100%; }
  .block-gallery .content-wrapper {
    max-width: 2000px;
    padding: 0; }
  .block-gallery .image-wrapper {
    display: flex;
    flex-wrap: wrap;
    transform-origin: 0 0; }
    .block-gallery .image-wrapper img, .block-gallery .image-wrapper video {
      width: 100%;
      display: block;
      height: auto; }
    .block-gallery .image-wrapper video.gallery-video {
      background-color: var(--bgColor);
      object-fit: cover;
      pointer-events: none; }
      .block-gallery .image-wrapper video.gallery-video::-webkit-media-controls {
        display: none !important; }
      .block-gallery .image-wrapper video.gallery-video::-webkit-media-controls-start-playback-button {
        display: none !important; }

/* CSS pour l'infinite scroll des sections */
.sections-container {
  position: relative; }

/* Animation de fade-in pour les nouvelles sections */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.block-gallery.fade-in {
  animation: fadeIn 0.5s ease forwards; }

.block-gallery.is-pending-layout {
  opacity: 0;
  pointer-events: none; }

/* Style pour le loader */
.sections-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  width: 100%;
  height: 80px;
  margin: 30px 0;
  opacity: 0.5;
  transition: opacity 0.3s ease; }

.sections-loader.loading {
  opacity: 1; }

.loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 15px; }

.loader-text {
  font-size: 18px;
  color: #666; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media screen and (min-width: 800px) {
  .block-gallery .image-wrapper {
    flex-wrap: inherit;
    transform-origin: 0 0; }
    .block-gallery .image-wrapper img, .block-gallery .image-wrapper video {
      width: auto;
      height: 100px; } }
/* Contact page
--------------------------------------------- */
.contact-page-content {
  margin-top: 8rem;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px; }

/* Popup
--------------------------------------------- */
.popup {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.4rem);
  color: var(--textColor);
  box-shadow: 0 0 1.6rem var(--shadowColor);
  padding: 2.5rem;
  border-radius: 0.7rem;
  z-index: 999;
  pointer-events: none;
  animation: float-up 0.3s ease-out; }
  .popup p {
    margin: 0; }

@keyframes float-up {
  from {
    transform: translateY(10px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
/* Single
--------------------------------------------- */
.single article {
  margin-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column-reverse; }
  .single article .visuals img:first-of-type {
    display: none;
    margin-bottom: 2rem;
    width: 100%; }
  .single article .texts img {
    margin-bottom: 2rem; }
  .single article .texts .entry-header .title-wrapper {
    margin-bottom: 2rem; }
    .single article .texts .entry-header .title-wrapper h1 {
      margin-top: 0; }
  .single article .texts .entry-header p {
    font-size: 1.4rem;
    margin: 0.5rem 0; }
  .single article .texts strong {
    font-weight: 600; }
  .single article .texts a {
    text-decoration: underline; }

@media screen and (min-width: 800px) {
  .single article {
    flex-direction: row; }
    .single article .visuals {
      width: calc(100% / 12 * 7);
      padding-right: 2rem; }
      .single article .visuals img:first-of-type {
        display: block; }
    .single article .texts {
      position: sticky;
      top: 8rem;
      width: calc(100% / 12 * 5);
      margin-bottom: 5rem;
      height: calc(100vh - 8rem);
      overflow-y: auto;
      scrollbar-width: none;
      -ms-overflow-style: none; }
      .single article .texts::-webkit-scrollbar {
        display: none; }
      .single article .texts img {
        display: none; }
      .single article .texts a:hover {
        text-decoration: none; } }
/* back to top button
--------------------------------------------- */
.back-to-top {
  display: none; }
  .back-to-top img {
    width: 6rem; }

@media screen and (min-width: 1480px) {
  .back-to-top.active {
    display: block;
    position: fixed;
    bottom: 10rem;
    right: 2rem; } }
/* 404
--------------------------------------------- */
.error-404 {
  min-height: 70vh;
  margin-top: 17vh; }

.gallery {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  .gallery__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .gallery__row {
    display: flex;
    gap: 10px;
    width: 100%;
    min-height: 300px; }
    .gallery__row.items-1 .gallery__item {
      width: 100%; }
    .gallery__row.items-2 .gallery__item {
      width: calc(50% - 5px); }
    .gallery__row.items-3 .gallery__item {
      width: calc(33.333% - 6.667px); }
  .gallery__item {
    position: relative;
    height: 100%;
    overflow: hidden; }
  .gallery__image, .gallery__video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .gallery__loader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; }
    .gallery__loader img {
      width: 40px;
      height: 40px; }

@media screen and (max-width: 768px) {
  .gallery__row {
    min-height: 200px; } }

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