@charset "UTF-8";
/*
Theme Name:   BriceKdjs
Theme URI:    http://www.bricekdjs.com
Description:  BriceKDJS Theme
Author:       Brice Koudijs
Author URI:   http://www.bricekdjs.com
Template:     ollie
Version:      2.90
*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Ultra&display=swap");
@media (prefers-color-scheme: light) {
  html, body {
    --wp--preset--color--primary: #f4efdc;
    --wp--preset--color--main: #000;
    --wp--preset--color--secondary: #FFFBE6;
    --wp--preset--color--main-accent: #000000CC;
    --wp--preset--color--primary-accent: #00000083;
    --wp--preset--color--tertiary: #00000014;
    --wp--preset--color--base: #fff;
  }
}
html.dark-mode, body.dark-mode {
  --wp--preset--color--primary: #f4efdc;
  --wp--preset--color--main: #fff;
  --wp--preset--color--secondary: #FFFBE6;
  --wp--preset--color--main-accent: #000000CC;
  --wp--preset--color--primary-accent: #00000083;
  --wp--preset--color--tertiary: #00000014;
  --wp--preset--color--base: #000;
}

html.dark-mode footer, html.dark-mode .pop-up-project, html.dark-mode .cross,
body.dark-mode footer, body.dark-mode .pop-up-project, html.dark-mode .cross {
  --wp--preset--color--primary: #f4efdc;
  --wp--preset--color--main: #000;
  --wp--preset--color--secondary: #FFFBE6;
  --wp--preset--color--main-accent: #000000CC;
  --wp--preset--color--primary-accent: #00000083;
  --wp--preset--color--tertiary: #00000014;
  --wp--preset--color--base: #fff;
}

html.light-mode, body.light-mode {
  --wp--preset--color--primary: #f4efdc;
  --wp--preset--color--main: #000;
  --wp--preset--color--secondary: #FFFBE6;
  --wp--preset--color--main-accent: #000000CC;
  --wp--preset--color--primary-accent: #00000083;
  --wp--preset--color--tertiary: #00000014;
  --wp--preset--color--base: #fff;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* Normalisation des padding & borders dans les boites */
* {
  box-sizing: border-box;
}

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

/* Sections
   ========================================================================== */
/**
 * Enlève la marge dans tout les browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.switch-mode-btn {
  margin-top: -3px;
  width: 30px;
  cursor: pointer;
  z-index: 101;
  position: relative;
}

body.dark-mode .switch-mode-btn {
  transform: scaleY(-1);
}

footer {
  position: relative;
  padding: 50px;
  background: var(--wp--preset--color--main);
  height: 380px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1450px) {
  footer {
    height: 335px;
  }
}
@media screen and (max-width: 1250px) {
  footer {
    height: 310px;
  }
}
@media screen and (max-width: 1150px) {
  footer {
    height: 258px;
  }
}
@media screen and (max-width: 950px) {
  footer {
    align-items: center;
    flex-direction: column;
  }
  footer .footer-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  footer {
    height: 310px;
  }
}
footer blockquote {
  margin: 0;
  color: var(--wp--preset--color--base);
}

.cadri {
  width: 800px;
  position: absolute;
  right: 50px;
  top: -280px;
}
@media screen and (max-width: 1450px) {
  .cadri {
    width: 660px;
    top: -230px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .cadri {
    width: 600px;
    top: -210px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 950px) {
  .cadri {
    width: 450px;
    top: -155px;
  }
}
@media screen and (max-width: 950px) and (min-width: 400px) {
  .cadri {
    right: 20px;
    width: 360px;
    top: -230px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 400px) {
  .cadri {
    z-index: -1;
  }
}

::selection {
  background: var(--wp--preset--color--primary) bd;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
}

.fin-para {
  margin: 30px 10px;
  background: var(--wp--preset--color--main);
  width: 150px;
  height: 20px;
}

.fin-para-color {
  margin: 30px 10px;
  background: var(--wp--preset--color--primary);
  width: 150px;
  height: 20px;
}

.up-page {
  opacity: 0;
  position: fixed;
  bottom: 465px;
  right: 105px;
  color: var(--wp--preset--color--main);
  font-size: 60px;
  transition: 0.5s all cubic-bezier(0.38, -0.02, 0.46, 1.4);
  z-index: 20;
}
.up-page--blanc {
  color: var(--wp--preset--color--base);
}
@media screen and (max-width: 1450px) {
  .up-page {
    bottom: 400px;
    right: 90px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .up-page {
    bottom: 365px;
    right: 85px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 950px) {
  .up-page {
    font-size: 50px;
    bottom: 295px;
    right: 72px;
  }
}
@media screen and (max-width: 950px) {
  .up-page {
    font-size: 40px;
    bottom: 320px;
    right: 38px;
  }
}
.up-page:hover {
  transform: translateY(-10px);
  opacity: 0.8;
}
.up-page--blanc:hover {
  color: rgba(255, 255, 255, 0.7568627451);
}
.up-page--active {
  opacity: 1;
}

.cross {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 100;
}
@media screen and (max-width: 1150px) {
  .cross {
    display: none !important;
  }
}

.cross-line {
  position: absolute;
  border: 1px solid var(--wp--preset--color--main);
  transition: all 0.2s ease-out;
  opacity: 1;
  top: 50%;
  width: 200%;
}

.line-hidden {
  opacity: 0;
}

.y {
  transform: translateX(-50%) rotate(90deg);
}

body {
  overflow-x: hidden;
}

header {
  background: url(/wp-content/themes/bricekdjs/assets/img/bg_8863.png) top/contain no-repeat;
  padding: 50px 50px 80px;
  width: 100%;
  position: relative;
  top: 0;
}
@media screen and (min-width: 1550px) {
  header {
    background: url(/wp-content/themes/bricekdjs/assets/img/bg_8863.png) top/cover no-repeat;
  }
}
@media screen and (max-width: 500px) {
  header {
    padding: 50px 30px 80px;
  }
}

.header-wrapper {
  margin-top: 165px;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .header-wrapper {
    flex-direction: column;
  }
}
.header-wrapper .header--title {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .header-wrapper .header--title {
    width: 500px;
  }
}
@media screen and (min-width: 950px) {
  .header-wrapper .header--title {
    width: 600px;
  }
}
.header-wrapper .header--title .description h2 {
  position: relative;
  cursor: pointer;
  display: inline-block;
  background: var(--wp--preset--color--primary);
  line-height: 20px;
  margin: 0;
  color: var(--wp--preset--color--main);
  font-size: 50px;
  z-index: 2;
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .header-wrapper .header--title .description h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 950px) {
  .header-wrapper .header--title .description h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 950px) {
  .header-wrapper .header--title .description h2 {
    font-size: 40px;
  }
}
.header-wrapper .header--title .description .hidden-block {
  top: 0px;
  right: 0;
  width: 314px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1150px) {
  .header-wrapper .header--title .description .hidden-block {
    display: none;
  }
}
.header-wrapper .header--title .description .hidden-block img {
  transform: translateY(-106%);
  transition: 0.3s all ease-in-out;
  width: 100%;
}
.header-wrapper .header--title .description .hidden-block p {
  transform: translateY(-106%);
  text-align: justify;
  line-height: 24px;
  background: var(--wp--preset--color--primary);
  padding: 30px 20px 40px;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 950px) and (min-width: 400px) {
  .header-wrapper .header--title .description .hidden-block p {
    line-height: 20px;
  }
}
@media screen and (max-width: 400px) {
  .header-wrapper .header--title .description .hidden-block p {
    line-height: 20px;
  }
}
.header-wrapper .header--title .description .hidden-block .translate-p {
  transform: translate(0%);
}
.header-wrapper .header--title h1 {
  line-height: 120px;
  margin: 0;
  font-size: 120px;
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .header-wrapper .header--title h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 950px) {
  .header-wrapper .header--title h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 950px) and (min-width: 500px) {
  .header-wrapper .header--title h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .header-wrapper .header--title h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

.logo {
  position: absolute;
  top: -210px;
  right: -10px;
  width: 200px;
}
@media screen and (max-width: 400px) {
  .logo {
    width: 150px;
  }
}

.translatepress-fr_FR .line {
  width: 560px;
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .translatepress-fr_FR .line {
    width: 420px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 500px) {
  .translatepress-fr_FR .line {
    width: 370px;
  }
}
@media screen and (max-width: 500px) {
  .translatepress-fr_FR .line {
    width: 280px;
  }
}
.translatepress-fr_FR .line:last-of-type {
  width: 600px;
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .translatepress-fr_FR .line:last-of-type {
    width: 460px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 500px) {
  .translatepress-fr_FR .line:last-of-type {
    width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .translatepress-fr_FR .line:last-of-type {
    width: 310px;
  }
}

.translatepress-en_GB .line {
  width: 460px;
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .translatepress-en_GB .line {
    width: 340px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 500px) {
  .translatepress-en_GB .line {
    width: 310px;
  }
}
@media screen and (max-width: 500px) {
  .translatepress-en_GB .line {
    width: 230px;
  }
}
.translatepress-en_GB .line:last-of-type {
  width: 460px;
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .translatepress-en_GB .line:last-of-type {
    width: 340px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 500px) {
  .translatepress-en_GB .line:last-of-type {
    width: 310px;
  }
}
@media screen and (max-width: 500px) {
  .translatepress-en_GB .line:last-of-type {
    width: 230px;
  }
}

.line {
  opacity: 0.8;
  position: absolute;
  height: 15px;
  background: var(--wp--preset--color--primary);
  top: 92px;
  right: 0;
  transition: 0.5s all cubic-bezier(0.38, -0.02, 0.46, 1.4);
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .line {
    height: 13px;
    top: 90px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 500px) {
  .line {
    height: 11px;
    top: 71px;
  }
}
@media screen and (max-width: 500px) {
  .line {
    height: 10px;
    top: 58px;
  }
}
.line:last-of-type {
  top: 213px;
  transition: 0.8s all cubic-bezier(0.38, -0.02, 0.46, 1.4);
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .line:last-of-type {
    top: 210px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 500px) {
  .line:last-of-type {
    top: 151px;
  }
}
@media screen and (max-width: 500px) {
  .line:last-of-type {
    top: 117px;
  }
}

.line--move {
  transform: translateX(-250%);
}

.principal-nav {
  position: relative;
  top: -19px;
  z-index: 10;
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .principal-nav {
    top: -29px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1050px) {
  .principal-nav {
    top: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .principal-nav {
    top: 60px;
    width: 100%;
  }
}
.principal-nav nav {
  width: 580px;
  display: flex;
}
@media screen and (max-width: 700px) {
  .principal-nav nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1050px) {
  .principal-nav nav {
    width: 400px;
  }
}
@media screen and (max-width: 1050px) and (min-width: 700px) {
  .principal-nav nav {
    width: 100%;
  }
}
.principal-nav nav .nav-btn + .nav-btn {
  border-left: none;
}
@media screen and (max-width: 700px) {
  .principal-nav nav .nav-btn + .nav-btn {
    border-left: 2px solid var(--wp--preset--color--main);
    border-top: none;
  }
}
.principal-nav nav .nav-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--wp--preset--color--main);
  background: var(--wp--preset--color--base);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--wp--preset--color--main);
  width: 100%;
  height: 40px;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1050px) {
  .principal-nav nav .nav-btn {
    height: 50px;
    font-size: 26px;
  }
}
@media screen and (max-width: 700px) {
  .principal-nav nav .nav-btn {
    height: 32px;
  }
}
.principal-nav nav .nav-btn--active {
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--base);
}
.principal-nav nav .nav-btn:hover {
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--primary);
}
.principal-nav .menu-nav-wrapper {
  display: none;
  position: absolute;
  overflow-y: auto;
  width: calc(25% + 1px);
}
@media screen and (max-width: 700px) {
  .principal-nav .menu-nav-wrapper {
    width: 100%;
    top: 128px;
  }
}
.principal-nav .menu-nav-wrapper .menu-nav {
  width: 100%;
  background: var(--wp--preset--color--secondary);
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
  transition: 0.3s all ease-in-out;
}
.principal-nav .menu-nav-wrapper .menu-nav a {
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--wp--preset--color--main);
  transition: 0.5s all ease-in-out;
}
@media screen and (max-width: 1050px) {
  .principal-nav .menu-nav-wrapper .menu-nav a {
    padding: 20px;
    font-size: 25px;
  }
}
.principal-nav .menu-nav-wrapper .menu-nav a:hover {
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--primary);
}
.principal-nav .menu-nav-wrapper .--active {
  transform: translateY(0%);
}

.footer-nav-wrapper {
  padding-bottom: 30px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1450px) {
  .footer-nav-wrapper {
    height: 220px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .footer-nav-wrapper {
    height: 200px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 950px) {
  .footer-nav-wrapper {
    height: 160px;
  }
}
@media screen and (max-width: 950px) and (min-width: 400px) {
  .footer-nav-wrapper {
    height: 140px;
  }
}
.footer-nav-wrapper nav {
  width: 480px;
  display: flex;
}
@media screen and (max-width: 400px) {
  .footer-nav-wrapper nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1250px) and (min-width: 1150px) {
  .footer-nav-wrapper nav {
    width: 400px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 950px) {
  .footer-nav-wrapper nav {
    width: 400px;
  }
}
@media screen and (max-width: 950px) and (min-width: 400px) {
  .footer-nav-wrapper nav {
    width: 100%;
  }
}
.footer-nav-wrapper nav .nav-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--wp--preset--color--base);
  background: var(--wp--preset--color--main);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--wp--preset--color--base);
  width: 100%;
  height: 40px;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 400px) {
  .footer-nav-wrapper nav .nav-btn {
    height: 32px;
  }
}
.footer-nav-wrapper nav .nav-btn--active {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--main);
}
.footer-nav-wrapper nav .nav-btn:nth-of-type(1), .footer-nav-wrapper nav .nav-btn:nth-of-type(2), .footer-nav-wrapper nav .nav-btn:nth-of-type(3) {
  border-right: none;
}
@media screen and (max-width: 400px) {
  .footer-nav-wrapper nav .nav-btn:nth-of-type(1), .footer-nav-wrapper nav .nav-btn:nth-of-type(2), .footer-nav-wrapper nav .nav-btn:nth-of-type(3) {
    border-right: 2px solid var(--wp--preset--color--base);
    border-bottom: none;
  }
}
.footer-nav-wrapper nav .nav-btn:hover {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--main);
}

.social-nav {
  display: flex;
  justify-content: space-between;
}
.social-nav a {
  width: 45px;
  color: var(--wp--preset--color--primary);
  font-size: 45px;
  text-align: center;
}
.social-nav a:hover {
  color: var(--wp--preset--color--base);
}
.social-nav a:first-of-type {
  text-align: start;
}
.social-nav a:last-of-type {
  text-align: end;
}
.social-nav svg {
  width: 35px;
  height: 35px;
}
.social-nav svg:hover .kradle {
  fill: var(--wp--preset--color--base);
}

.contact-form-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.contact-form-wrapper form {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 20px;
}
@media screen and (max-width: 1050px) {
  .contact-form-wrapper form {
    display: flex;
    flex-direction: column;
  }
}
.contact-form-wrapper form label, .contact-form-wrapper form input, .contact-form-wrapper form textarea {
  border: 2px solid var(--wp--preset--color--main);
  padding: 10px 15px;
  border-radius: 0 !important;
}
.contact-form-wrapper form label {
  text-transform: uppercase;
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--base);
  padding: 10px 15px;
}
.contact-form-wrapper form input:focus, .contact-form-wrapper form textarea:focus {
  padding: 10px 15px;
  background: var(--wp--preset--color--tertiary);
  outline: none;
}
.contact-form-wrapper form label:nth-of-type(1) {
  grid-area: 1/1/2/3;
}
.contact-form-wrapper form input:nth-of-type(1) {
  grid-area: 2/1/3/3;
}
.contact-form-wrapper form label:nth-of-type(2) {
  grid-area: 3/1/4/3;
}
.contact-form-wrapper form input:nth-of-type(2) {
  grid-area: 4/1/5/3;
}
.contact-form-wrapper form label:nth-of-type(3) {
  grid-area: 5/1/6/3;
}
.contact-form-wrapper form input:nth-of-type(3) {
  grid-area: 6/1/7/3;
}
.contact-form-wrapper form label:nth-of-type(4) {
  grid-area: 1/3/2/6;
}
@media screen and (max-width: 1050px) {
  .contact-form-wrapper form label:nth-of-type(4) {
    margin-top: 20px;
  }
}
.contact-form-wrapper form textarea {
  padding: 10px 15px;
  min-height: 100%;
  min-width: 90%;
  grid-area: 2/3/6/6;
  border: none;
  border-left: 2px solid var(--wp--preset--color--main);
  border-right: 2px solid var(--wp--preset--color--main);
}
@media screen and (max-width: 1050px) {
  .contact-form-wrapper form textarea {
    min-height: 200px;
  }
}
.contact-form-wrapper form input:nth-of-type(4) {
  text-transform: uppercase;
  grid-area: 6/3/7/6;
  cursor: pointer;
  background: var(--wp--preset--color--primary) 81;
}
.contact-form-wrapper form input:nth-of-type(4):hover {
  background: var(--wp--preset--color--primary);
}
@media screen and (max-width: 1050px) {
  .contact-form-wrapper form label:nth-of-type(4), .contact-form-wrapper form textarea, .contact-form-wrapper form input:nth-of-type(4) {
    margin-left: 0;
  }
}

#status-message {
  line-height: 28px;
  width: 40%;
  font-size: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 1050px) {
  #status-message {
    width: 100%;
  }
}

.phone-and-mail {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.phone-and-mail .phone {
  width: 155px;
  height: 60px;
  background: url("assets/img/cup01.png") left/contain no-repeat;
}
.phone-and-mail .phone:hover {
  background: url("assets/img/cup02.png") left/contain no-repeat;
}
.phone-and-mail .mail {
  margin-left: 40px;
  width: 60px;
  height: 131px;
  background: url("assets/img/mail01.png") center/contain no-repeat;
}
.phone-and-mail .mail:hover {
  background: url("assets/img/mail02.png") center/contain no-repeat;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--wp--preset--color--base);
}

section {
  padding: 20px 50px;
}

@media screen and (max-width: 500px) {
  section {
    padding: 20px 20px;
  }
}
#apropos {
  overflow: hidden;
}
#apropos .text-wrapper {
  margin-top: 16px;
  position: relative;
}
#apropos .title-img {
  opacity: 0.8;
  position: absolute;
  top: 38px;
  left: 40px;
  z-index: -1;
  width: 900px;
}
#apropos .title {
  position: relative;
  z-index: -1;
}
#apropos .title h1 {
  font-size: 160px;
  margin: 0;
  line-height: 130px;
}
@media screen and (max-width: 730px) {
  #apropos .title h1 {
    font-size: 120px;
    line-height: 100px;
  }
}
@media screen and (max-width: 680px) {
  #apropos .title h1 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media screen and (max-width: 400px) {
  #apropos .title h1 {
    font-size: 70px;
    line-height: 62px;
  }
}
#apropos .title div {
  background: var(--wp--preset--color--main);
  height: 21px;
  width: calc(80% - 100px);
  position: absolute;
  left: 377px;
}
@media screen and (max-width: 1450px) {
  #apropos .title div {
    width: calc(70% - 100px);
  }
}
@media screen and (max-width: 950px) {
  #apropos .title div {
    width: calc(60% - 100px);
  }
}
@media screen and (max-width: 820px) {
  #apropos .title div {
    width: calc(50% - 100px);
  }
}
@media screen and (max-width: 730px) {
  #apropos .title div {
    height: 16px;
    width: calc(68% - 100px);
    left: 283px;
  }
}
@media screen and (max-width: 680px) {
  #apropos .title div {
    height: 11px;
    width: calc(75% - 100px);
    left: 189px;
  }
}
@media screen and (max-width: 400px) {
  #apropos .title div {
    height: 10px;
    width: calc(80% - 100px);
    left: 165px;
  }
}
#apropos .title div:nth-of-type(1) {
  top: 7px;
}
@media screen and (max-width: 730px) {
  #apropos .title div:nth-of-type(1) {
    top: 5px;
  }
}
#apropos .title div:nth-of-type(2) {
  top: 53px;
}
@media screen and (max-width: 730px) {
  #apropos .title div:nth-of-type(2) {
    top: 42px;
  }
}
@media screen and (max-width: 680px) {
  #apropos .title div:nth-of-type(2) {
    top: 29px;
  }
}
@media screen and (max-width: 400px) {
  #apropos .title div:nth-of-type(2) {
    top: 25px;
  }
}
#apropos .title div:nth-of-type(3) {
  top: 100px;
}
@media screen and (max-width: 730px) {
  #apropos .title div:nth-of-type(3) {
    top: 77px;
  }
}
@media screen and (max-width: 680px) {
  #apropos .title div:nth-of-type(3) {
    top: 52px;
  }
}
@media screen and (max-width: 400px) {
  #apropos .title div:nth-of-type(3) {
    top: 45px;
  }
}
#apropos .portrait {
  transition: 0.6s all ease-in-out;
  position: absolute;
  top: 137px;
  left: 670px;
  width: 380px;
}
@media screen and (max-width: 1150px) and (min-width: 950px) {
  #apropos .portrait {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  #apropos .portrait {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  #apropos .portrait {
    margin-top: 20px;
    position: static;
  }
}
#apropos p {
  padding-top: 20px;
  padding-left: 10px;
  width: 600px;
}
@media screen and (max-width: 1150px) {
  #apropos p {
    font-size: 28px;
    max-width: 650px;
    width: 70%;
  }
}
@media screen and (max-width: 690px) {
  #apropos p {
    width: 100%;
  }
}

.menu-category-wrapper {
  border: 2px solid var(--wp--preset--color--main);
  margin: 0 auto 50px;
  width: 1200px;
  display: grid;
}
@media screen and (max-width: 1150px) {
  .menu-category-wrapper > div {
    padding: 18px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1450px) {
  .menu-category-wrapper {
    width: 900px;
  }
}
@media screen and (max-width: 1150px) {
  .menu-category-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .menu-category-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .menu-category-wrapper {
    display: none;
  }
}
.menu-category-wrapper .category-activ {
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--base);
}
.menu-category-wrapper .category-activ:hover {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--main);
}
.menu-category-wrapper div {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.menu-category-wrapper div:hover {
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--base);
}

#web .menu-category-wrapper, #art .menu-category-wrapper {
  border: 2px solid var(--wp--preset--color--base);
}
#web .menu-category-wrapper .category-activ, #art .menu-category-wrapper .category-activ {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--main);
}
#web .menu-category-wrapper .category-activ:hover, #art .menu-category-wrapper .category-activ:hover {
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--base);
}
#web .menu-category-wrapper div, #art .menu-category-wrapper div {
  color: var(--wp--preset--color--base);
}
#web .menu-category-wrapper div:hover, #art .menu-category-wrapper div:hover {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--main);
}

#graphic-design .menu-category-wrapper {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
#graphic-design .menu-category-wrapper div:not(div:nth-last-of-type(1), div:nth-last-of-type(2), div:nth-last-of-type(3), div:nth-last-of-type(4)) {
  border-bottom: 2px solid var(--wp--preset--color--main);
}
#graphic-design .menu-category-wrapper div:nth-of-type(1) {
  grid-area: 1/1/2/5;
}
#graphic-design .menu-category-wrapper div:not(div:nth-of-type(1), :nth-of-type(5), div:nth-of-type(9)) {
  border-right: 2px solid var(--wp--preset--color--main);
}

#web .menu-category-wrapper {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
#web .menu-category-wrapper div:nth-of-type(1), #web .menu-category-wrapper div:nth-of-type(2), #web .menu-category-wrapper div:nth-of-type(3) {
  border-bottom: 2px solid var(--wp--preset--color--base);
}
#web .menu-category-wrapper div:nth-of-type(1) {
  grid-area: 1/1/2/3;
}
#web .menu-category-wrapper div:nth-of-type(2), #web .menu-category-wrapper div:nth-of-type(4) {
  border-right: 2px solid var(--wp--preset--color--base);
}

#illustration .menu-category-wrapper {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
#illustration .menu-category-wrapper div:not(div:nth-of-type(1), div:nth-of-type(4), div:nth-of-type(7)) {
  border-right: 2px solid var(--wp--preset--color--main);
}
#illustration .menu-category-wrapper div:nth-of-type(1), #illustration .menu-category-wrapper div:nth-of-type(2), #illustration .menu-category-wrapper div:nth-of-type(3), #illustration .menu-category-wrapper div:nth-of-type(4) {
  border-bottom: 2px solid var(--wp--preset--color--main);
}
#illustration .menu-category-wrapper div:nth-of-type(1) {
  grid-area: 1/1/2/4;
}

#art .menu-category-wrapper {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
#art .menu-category-wrapper div:nth-of-type(1) {
  border-bottom: 2px solid var(--wp--preset--color--base);
  grid-area: 1/1/2/4;
}
#art .menu-category-wrapper div:nth-of-type(2) {
  border-right: 2px solid var(--wp--preset--color--base);
}

section {
  position: relative;
  padding-bottom: 100px;
}
section h1 {
  text-transform: uppercase;
  font-size: 120px;
}
@media screen and (max-width: 950px) {
  section h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 700px) {
  section h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 470px) {
  section h1 {
    font-size: 45px;
  }
}
section .projects-wrapper {
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 1450px) and (min-width: 1150px) {
  section .projects-wrapper {
    width: 900px;
  }
}
@media screen and (max-width: 1150px) {
  section .projects-wrapper {
    width: 100%;
  }
}

#graphic-design, #illustration {
  margin: 0;
}
#graphic-design .projects-wrapper, #illustration .projects-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1450px) {
  #graphic-design .projects-wrapper, #illustration .projects-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1150px) {
  #graphic-design .projects-wrapper, #illustration .projects-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  #graphic-design .projects-wrapper, #illustration .projects-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1150px) and (min-width: 700px) {
  #graphic-design .projects-wrapper > div, #illustration .projects-wrapper > div {
    width: calc(50vw - 50px);
    height: calc(50vw - 50px);
  }
}

.category-title {
  position: relative;
}
.category-title div {
  opacity: 0.6;
  position: absolute;
  top: 40px;
  width: 100%;
  height: 55px;
  background: var(--wp--preset--color--secondary);
}
@media screen and (max-width: 950px) {
  .category-title div {
    top: 27px;
    height: 35px;
  }
}
@media screen and (max-width: 700px) {
  .category-title div {
    top: 18px;
    height: 22px;
  }
}
@media screen and (max-width: 470px) {
  .category-title div {
    top: 15px;
    height: 18px;
  }
}

.project {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .project {
    width: 90vW;
    height: 90vw;
  }
}
.project img {
  cursor: pointer;
  filter: grayscale(100%);
  width: 100%;
  transition: 0.3s all ease-in-out;
}
.project:hover img {
  filter: grayscale(0%);
}
.project:hover .text-content {
  transform: translate(0);
}
.project .text-content {
  background: rgba(255, 255, 255, 0.368627451);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  width: calc(100% - 40px);
  border: 2px solid var(--wp--preset--color--main);
  transform: translate(-110%);
  transition: 0.4s all cubic-bezier(0.175, 0.885, 0.32, 1.12);
}
@media screen and (max-width: 700px) {
  .project .text-content {
    transform: translate(0);
  }
}
.project .text-content > * {
  text-decoration: none;
}
.project .text-content h3 {
  padding: 10px 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--base);
  margin: 0;
  border-bottom: 2px solid var(--wp--preset--color--main);
}
.project .text-content .categories {
  padding: 10px 15px;
}
.project .text-content .categories a {
  font-size: 14px;
  color: var(--wp--preset--color--primary-accent);
  text-decoration: none;
}
.project .text-content .categories a:hover {
  font-size: 16px;
  color: var(--wp--preset--color--main);
}

.cadri-graphisme {
  transform: rotate(180deg);
  bottom: -80px;
  right: 30px;
  position: absolute;
  opacity: 0.8;
  width: 80%;
  z-index: -1;
}

#web .projects-wrapper a {
  color: var(--wp--preset--color--main);
}
@media screen and (max-width: 1450px) and (min-width: 1150px) {
  #web img {
    min-width: 140%;
    transform: translateX(-15%);
  }
}
@media screen and (max-width: 1150px) and (min-width: 950px) {
  #web img {
    min-width: 200%;
    transform: translateX(-26%);
  }
}
@media screen and (max-width: 1150px) and (min-width: 700px) {
  #web img {
    min-width: 200%;
    transform: translateX(-26%);
  }
}
@media screen and (max-width: 700px) {
  #web img {
    min-width: 200%;
    transform: translateX(-26%);
  }
}

#web, #art {
  margin-top: 100px;
  background: var(--wp--preset--color--main);
}
@media screen and (max-width: 1150px) and (min-width: 700px) {
  #web .project, #art .project {
    width: 100vw;
  }
}
#web h1, #art h1 {
  color: var(--wp--preset--color--base);
}
#web .project, #art .project {
  width: 1200px;
}
@media screen and (max-width: 1450px) and (min-width: 1150px) {
  #web .project, #art .project {
    width: 900px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 950px) {
  #web .project, #art .project {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) and (min-width: 700px) {
  #web .project, #art .project {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #web .project, #art .project {
    width: 100%;
    height: 35vw;
  }
}

#art {
  margin-top: 100px;
  padding-bottom: 200px;
}

.pop-up-project {
  top: 0;
  left: 0;
  background: var(--wp--preset--color--main-accent);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 30;
  padding: 50px;
  display: none;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .pop-up-project {
    padding: 20px;
  }
}
.pop-up-project .escap-cross {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 80px;
  top: 50px;
  z-index: 102;
  transition: 0.3s all ease-in-out;
}
.pop-up-project .escap-cross:hover {
  width: 50px;
}
.pop-up-project .escap-cross div {
  border: 2px solid var(--wp--preset--color--base);
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-up-project .escap-cross div:nth-of-type(1) {
  transform: rotate(45deg);
}
.pop-up-project .escap-cross div:nth-of-type(2) {
  transform: rotate(-45deg);
}
.pop-up-project .text-content {
  color: var(--wp--preset--color--base);
}
.pop-up-project .text-content h2 {
  margin: 20px 0 0;
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  font-size: 45px;
}
.pop-up-project .text-content .desc-wrapper {
  gap: 50px;
}
.pop-up-project .text-content .desc-wrapper p {
  width: 60%;
  margin: 10px;
}
@media screen and (max-width: 800px) {
  .pop-up-project .text-content .desc-wrapper p {
    width: 100%;
  }
}
.pop-up-project .text-content .desc-wrapper p .desc-en {
  color: rgba(255, 255, 255, 0.7764705882);
}

.swiper {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .swiper {
    margin-top: 100px;
  }
}
.swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper img {
  max-width: 90%;
  max-height: 100%;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  color: var(--wp--preset--color--primary);
}
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
  color: var(--wp--preset--color--primary);
}

.blog-menu-category-wrapper {
  border: 2px solid var(--wp--preset--color--main);
  margin: 0 auto 50px;
  width: 1200px;
  display: grid;
}
@media screen and (max-width: 1150px) {
  .blog-menu-category-wrapper > div {
    padding: 18px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1450px) {
  .blog-menu-category-wrapper {
    width: 900px;
  }
}
@media screen and (max-width: 1150px) {
  .blog-menu-category-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .blog-menu-category-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .blog-menu-category-wrapper {
    font-size: 20px;
  }
}
.blog-menu-category-wrapper .category-activ {
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--base);
}
.blog-menu-category-wrapper .category-activ:hover {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--main);
}
.blog-menu-category-wrapper div {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.blog-menu-category-wrapper div:hover {
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--base);
}

.blog-menu-category-wrapper {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.blog-menu-category-wrapper div:not(div:nth-last-of-type(1), div:nth-last-of-type(2), div:nth-last-of-type(3), div:nth-last-of-type(4)) {
  border-bottom: 2px solid var(--wp--preset--color--main);
}
.blog-menu-category-wrapper div:nth-of-type(1) {
  grid-area: 1/1/2/5;
}
.blog-menu-category-wrapper div:not(div:nth-of-type(1), :nth-of-type(5), div:nth-of-type(9)) {
  border-right: 2px solid var(--wp--preset--color--main);
}

@media screen and (max-width: 700px) {
  .blog-menu-category-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-menu-category-wrapper > div {
    border-bottom: 2px solid var(--wp--preset--color--main);
    border-right: none;
  }
  .blog-menu-category-wrapper > div:nth-child(odd):not(:first-child) {
    border-right: none;
  }
  .blog-menu-category-wrapper > div:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .blog-menu-category-wrapper > div:first-child {
    grid-column: 1/-1;
    border-right: none;
    border-bottom: 2px solid var(--wp--preset--color--main);
  }
}
@media screen and (max-width: 500px) {
  .blog-menu-category-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .blog-menu-category-wrapper > div {
    border-bottom: 2px solid var(--wp--preset--color--main);
  }
  .blog-menu-category-wrapper > div:not(.blog-menu-category-wrapper > div:first-of-type) {
    border-right: none;
  }
  .blog-menu-category-wrapper > div:nth-last-of-type(2) {
    border-bottom: 2px solid var(--wp--preset--color--main);
  }
  .blog-menu-category-wrapper > div:nth-last-of-type {
    border-bottom: none;
  }
  .blog-menu-category-wrapper > div:first-child {
    grid-column: 1/-1;
    border-right: none;
  }
}
.posts-wrapper {
  margin: 0 auto;
  width: 1200px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1450px) and (min-width: 1150px) {
  .posts-wrapper {
    width: 900px;
  }
}
@media screen and (max-width: 1150px) {
  .posts-wrapper {
    width: 100%;
  }
}

.article {
  width: 1200px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1450px) and (min-width: 1150px) {
  .article {
    width: 900px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 950px) {
  .article {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) and (min-width: 700px) {
  .article {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .article {
    width: 100%;
    height: 35vw;
  }
}
@media screen and (max-width: 500px) {
  .article {
    height: 50vw;
  }
}
.article img {
  cursor: pointer;
  filter: grayscale(100%);
  width: 100%;
  transition: 0.3s all ease-in-out;
}
.article:hover img {
  filter: grayscale(0%);
}
.article:hover .text-content {
  transform: translate(0);
}
.article .text-content {
  background: rgba(255, 255, 255, 0.368627451);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  width: calc(100% - 40px);
  border: 2px solid var(--wp--preset--color--main);
  transform: translate(-110%);
  transition: 0.4s all cubic-bezier(0.175, 0.885, 0.32, 1.12);
}
@media screen and (max-width: 700px) {
  .article .text-content {
    transform: translate(0);
  }
}
.article .text-content > * {
  text-decoration: none;
}
.article .text-content h3 {
  padding: 10px 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--base);
  margin: 0;
  border-bottom: 2px solid var(--wp--preset--color--main);
}
@media screen and (max-width: 500px) {
  .article .text-content h3 {
    line-height: 1.2em;
    padding: 7px 12px;
  }
}
.article .text-content .categories {
  padding: 10px 15px;
}
@media screen and (max-width: 350px) {
  .article .text-content .categories {
    display: none;
  }
}
.article .text-content .categories a {
  font-size: 14px;
  color: var(--wp--preset--color--primary-accent);
  text-decoration: none;
}
.article .text-content .categories a:hover {
  font-size: 16px;
  color: var(--wp--preset--color--main);
}

#blog-post {
  position: relative;
  margin-top: 40px;
  margin-bottom: 180px;
}
#blog-post .hero-post-wrapper {
  margin-left: 80px;
  height: 300px;
}
#blog-post .hero-post-wrapper .img-wrapper {
  overflow: hidden; /* utile avec object-fit: cover */
  height: 100%;
  width: 100%;
}
#blog-post .hero-post-wrapper .title-wrapper {
  background: rgba(255, 255, 255, 0.368627451);
  position: absolute;
  top: 120px;
  left: 50px;
  width: calc(100vw - 100px);
  border: 2px solid var(--wp--preset--color--main);
}
#blog-post .hero-post-wrapper .post-title {
  font-size: 50px;
  text-transform: uppercase;
  padding: 10px 15px;
  letter-spacing: 2px;
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--base);
  margin: 0;
  border-bottom: 2px solid var(--wp--preset--color--main);
}
@media screen and (max-width: 1150px) {
  #blog-post .hero-post-wrapper .post-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 700px) {
  #blog-post .hero-post-wrapper .post-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  #blog-post .hero-post-wrapper .post-title {
    font-size: 32px;
  }
}
#blog-post .hero-post-wrapper .subtitle p {
  margin: 0;
  padding: 10px 15px;
  font-size: 34px;
}
@media screen and (max-width: 1150px) {
  #blog-post .hero-post-wrapper .subtitle p {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  #blog-post .hero-post-wrapper .subtitle p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  #blog-post .hero-post-wrapper .subtitle p {
    font-size: 16px;
  }
}
#blog-post .hero-post-wrapper .featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog-post #post {
  margin-top: 60px;
}
#blog-post .date {
  margin-top: 10px;
}
@media screen and (max-width: 700px) {
  #blog-post .date {
    margin-top: 15px;
  }
}
#blog-post .breadcrumb {
  margin-bottom: 10px;
}
#blog-post .breadcrumb .separator {
  opacity: 0.4;
}
#blog-post .breadcrumb a {
  text-decoration: none;
  opacity: 0.8;
}
#blog-post .breadcrumb a:hover {
  opacity: 0.6;
}

.translatepress-en_GB .desc-fr {
  display: none;
}

.translatepress-fr_FR .desc-en {
  display: none;
}

html body.dark-mode header {
  filter: invert(1);
}
html body.dark-mode header .header-wrapper, html body.dark-mode header .language-switcher {
  filter: invert(1) !important;
}
html body.dark-mode header .header-wrapper .header--title h1, html body.dark-mode header .language-switcher .header--title h1 {
  color: var(--wp--preset--color--primary);
}
html body.dark-mode header .header-wrapper .header--title line, html body.dark-mode header .language-switcher .header--title line {
  background: var(--wp--preset--color--main) !important;
}
html body.dark-mode header .description h2 {
  color: var(--wp--preset--color--base) !important;
}
html body.dark-mode header .description .hidden-block p {
  color: var(--wp--preset--color--base);
}
html body.dark-mode header .nav-btn:hover {
  color: var(--wp--preset--color--base);
}
html body.dark-mode header .menu-nav {
  background: var(--wp--preset--color--main) !important;
}
html body.dark-mode header .menu-nav .--btn:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
html body.dark-mode .language-switcher * {
  border-color: var(--wp--preset--color--base) !important;
}
html body.dark-mode .project .text-content .categories {
  color: var(--wp--preset--color--base) !important;
}
html body.dark-mode .category-title div {
  opacity: 0.6;
}
html body.dark-mode #apropos {
  pointer-events: none;
}
html body.dark-mode #apropos .title h1 {
  color: var(--wp--preset--color--primary);
}
html body.dark-mode #apropos .title div {
  background: var(--wp--preset--color--primary);
}
html body.dark-mode .fin-para {
  background: var(--wp--preset--color--primary);
}
html body.dark-mode .contact-form-wrapper form label {
  color: var(--wp--preset--color--base);
}
html body.dark-mode .contact-form-wrapper input, html body.dark-mode .contact-form-wrapper textarea {
  background: var(--wp--preset--color--base);
}
html body.dark-mode .contact-form-wrapper input:nth-of-type(4) {
  color: var(--wp--preset--color--main);
}
html body.dark-mode .contact-form-wrapper input:nth-of-type(4):hover {
  color: var(--wp--preset--color--base);
}
html body.dark-mode .phone-and-mail {
  filter: invert(1);
}

.language-switcher {
  position: absolute;
  top: 20px;
  display: flex;
  gap: 10px;
}

.trp-ls-shortcode-current-language, .trp-ls-shortcode-language {
  padding: 0 !important;
  width: auto !important;
  border: 2px solid var(--wp--preset--color--main) !important;
}
.trp-ls-shortcode-current-language a, .trp-ls-shortcode-language a {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  padding: 10px !important;
}

.trp-ls-shortcode-language a:hover:not(a:first-of-type) {
  background: var(--wp--preset--color--primary);
}

.trp-language-switcher {
  width: auto;
}
.trp-language-switcher > div {
  background: #fff !important;
}

.margin-left--20px {
  margin-left: -20px;
}

.margin-top--20px {
  margin-top: -20px;
}

.margin-left--50px {
  margin-left: -50px;
}

.margin-top--50px {
  margin-top: -50px;
}

.margin-left--80px {
  margin-left: -80px;
}

.margin-top--80px {
  margin-top: -80px;
}

.margin-top--80px-no-mobile {
  margin-top: -80px !important;
}
@media screen and (max-width: 700px) {
  .margin-top--80px-no-mobile {
    margin-top: 0 !important;
  }
}

.margin-top--120px-no-mobile {
  margin-top: -120px !important;
}
@media screen and (max-width: 700px) {
  .margin-top--120px-no-mobile {
    margin-top: 0 !important;
  }
}

.margin-left-20px {
  margin-left: 20px;
}

.margin-top-20px {
  margin-top: 20px;
}

.margin-left-50px {
  margin-left: 50px;
}

.margin-top-50px {
  margin-top: 50px;
}

.margin-left-80px {
  margin-left: 80px;
}

.margin-top-80px {
  margin-top: 80px;
}

.margin-left-100px {
  margin-left: 100px;
}

.margin-top-100px {
  margin-top: 100px;
}

.margin-top-80px-no-mobile {
  margin-top: 80px !important;
}
@media screen and (max-width: 700px) {
  .margin-top-80px-no-mobile {
    margin-top: 0 !important;
  }
}

.margin-top-120px-no-mobile {
  margin-top: 120px !important;
}
@media screen and (max-width: 700px) {
  .margin-top-120px-no-mobile {
    margin-top: 0 !important;
  }
}

.z-index--1 {
  position: static;
  z-index: -1;
}

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