/*!
 Theme Name: lazanka
 Theme URI: http://underscores.me/
 Author: Karim Raoudy
 Author URI: http://underscores.me/
 Description: LA ZANKA
 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: lazanka
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned.
 lazanka is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 *//*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Generic
 - Normalize
 - Box sizing
 # Base
 - Typography
 - Elements
 - Links
 - Forms
 ## Layouts
 # Components
 - Navigation
 - Posts and pages
 - Comments
 - Widgets
 - Media
 - Captions
 - Galleries
 # plugins
 - Jetpack infinite scroll
 # Utilities
 - Accessibility
 - Alignments
 --------------------------------------------------------------*//*--------------------------------------------------------------
 # Generic
 --------------------------------------------------------------*//* Normalize
 --------------------------------------------- *//*! 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.
 */html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
 ========================================================================== *//**
 * Remove the margin in all 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;
  height: 0;
  overflow: visible;
}
/**
 * 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;
  font-size: 1em;
}
/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * 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;
  font-size: 1em;
}
/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */button, select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * 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;
  padding: 0;
}
/**
 * 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;
  outline-offset: -2px;
}
/**
 * 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;
  font: inherit;
}
/* 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;
}
/* Box sizing
 --------------------------------------------- *//* Inherit box-sizing to more easily change it's value on a component level.
 @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
 # Base
 --------------------------------------------------------------*//* Typography
 --------------------------------------------- */body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: 'Ruda', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Ruda', sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Pigment";
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
 --------------------------------------------- */body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
 --------------------------------------------- */a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
 --------------------------------------------- */button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Layouts
 --------------------------------------------------------------*//*--------------------------------------------------------------
 # Components
 --------------------------------------------------------------*//* Navigation
 --------------------------------------------- */.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main-navigation .menu-menu-1-container {
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-family: 'Pigment';
}
.main-navigation ul li {
  cursor: pointer;
}
.main-navigation ul li a img.hov {
  display: none;
}
.main-navigation ul li:hover > a img.hov {
  display: block;
}
.main-navigation ul li:hover > a img.not-hov {
  display: none;
}
.main-navigation ul ul.sub-menu {
  position: absolute;
  top: 4vw;
  left: -6vw;
  z-index: 99999;
  background-image: url('/wp-content/themes/lazanka/sass/../images/sous-menu.webp');
  background-size: contain;
  flex-direction: column;
  background-repeat: no-repeat;
  width: 18vw;
  padding: 2.5vw 2.5vw 2.5vw 1vw;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: all ease-in-out 0.2s;
}
.main-navigation ul ul.sub-menu li:hover > ul, .main-navigation ul ul.sub-menu li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul.sub-menu li a {
  height: auto;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  display: flex;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  opacity: 0.9;
  text-decoration: none;
  font-size: 2vw;
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 500;
  color: #000;
  height: 11vh;
  max-height: 100px;
  display: flex;
  align-items: center;
}
.main-navigation a br {
  display: none;
}
.main-navigation a img {
  height: 3.2vw;
  object-fit: contain;
}
.main-navigation a img.dt {
  height: 2.4vw;
}
.main-navigation a img.hm {
  height: 1.8vw;
}
.main-navigation a img.img-webp {
  padding: 0.3vw 0;
}
.menu-acti {
  display: none;
}
@media screen and (min-width: 968px) {
  .menu-toggle, .home-logo {
    display: none !important;
  }
  .main-navigation ul.nav-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .main-navigation ul.nav-menu li a br {
    display: none;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.page-id-2 .main-navigation #menu-home {
  display: none;
}
@media screen and (max-width: 968px) {
  .main-navigation.home-act p {
    color: #000;
    transition: none;
  }
  .main-navigation.home-act .hamburger-inner, .main-navigation.home-act .hamburger-inner:after, .main-navigation.home-act .hamburger-inner:before {
    background-color: #000;
    transition: none;
  }
  .main-navigation.home-act a.home-logo .img-bl {
    display: block;
  }
  .main-navigation a.home-logo {
    display: block;
    position: absolute;
    left: 5vw;
    top: 8vw;
  }
  .main-navigation a.home-logo img {
    height: 6vw;
    object-fit: contain;
  }
  .page-id-2 .main-navigation a.home-logo {
    display: none;
  }
  .page-id-11 .main-navigation p, .page-id-13 .main-navigation p, .page-id-17 .main-navigation p, .page-id-21 .main-navigation p, .page-id-19 .main-navigation p {
    color: #000;
  }
  .page-id-11 .main-navigation.home-act .hamburger-inner, .page-id-13 .main-navigation.home-act .hamburger-inner, .page-id-17 .main-navigation.home-act .hamburger-inner, .page-id-21 .main-navigation.home-act .hamburger-inner, .page-id-19 .main-navigation.home-act .hamburger-inner, .page-id-11 .main-navigation.home-act .hamburger-inner:after, .page-id-13 .main-navigation.home-act .hamburger-inner:after, .page-id-17 .main-navigation.home-act .hamburger-inner:after, .page-id-21 .main-navigation.home-act .hamburger-inner:after, .page-id-19 .main-navigation.home-act .hamburger-inner:after, .page-id-11 .main-navigation.home-act .hamburger-inner:before, .page-id-13 .main-navigation.home-act .hamburger-inner:before, .page-id-17 .main-navigation.home-act .hamburger-inner:before, .page-id-21 .main-navigation.home-act .hamburger-inner:before, .page-id-19 .main-navigation.home-act .hamburger-inner:before {
    background-color: #000;
  }
  .page-id-11 .main-navigation .hamburger-inner, .page-id-13 .main-navigation .hamburger-inner, .page-id-17 .main-navigation .hamburger-inner, .page-id-21 .main-navigation .hamburger-inner, .page-id-19 .main-navigation .hamburger-inner, .page-id-11 .main-navigation .hamburger-inner:after, .page-id-13 .main-navigation .hamburger-inner:after, .page-id-17 .main-navigation .hamburger-inner:after, .page-id-21 .main-navigation .hamburger-inner:after, .page-id-19 .main-navigation .hamburger-inner:after, .page-id-11 .main-navigation .hamburger-inner:before, .page-id-13 .main-navigation .hamburger-inner:before, .page-id-17 .main-navigation .hamburger-inner:before, .page-id-21 .main-navigation .hamburger-inner:before, .page-id-19 .main-navigation .hamburger-inner:before {
    background-color: #000;
  }
  .page-id-11 .main-navigation a.home-logo .img-bl, .page-id-13 .main-navigation a.home-logo .img-bl, .page-id-17 .main-navigation a.home-logo .img-bl, .page-id-21 .main-navigation a.home-logo .img-bl, .page-id-19 .main-navigation a.home-logo .img-bl {
    display: block;
  }
  .main-navigation {
    width: 10%;
    height: 8vw;
  }
  .main-navigation p {
    font-family: 'Ruda';
    font-size: 3.5vw;
    margin: 0vw 3vw 0 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
  }
  .main-navigation.toggled p {
    color: #000;
  }
  .main-navigation.toggled span.hamburger-inner {
    background-color: transparent;
  }
  .main-navigation.toggled .hamburger-inner:before {
    rotate: 45deg;
    top: 0;
    transition: all ease-in-out 0.2s;
    background-color: #000;
  }
  .main-navigation.toggled .hamburger-inner:after {
    bottom: 0;
    rotate: -45deg;
    transition: all ease-in-out 0.2s;
    background-color: #000;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container {
    width: 100%;
    position: fixed;
    background-color: #fff;
    left: 0;
    z-index: 998;
    top: 0;
    padding-top: 25vw;
    padding-bottom: 25vw;
    height: 100vh;
    transition: all ease-in-out 0.2s;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-size: 100%;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 6vw;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu li#menu-home {
    display: none;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu li#menu-item-33 {
    height: 20vw;
    pointer-events: all;
    display: block;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu li#menu-item-33.active-sub {
    height: auto;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu li#menu-item-33 > a, .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu li#menu-item-33 > img {
    pointer-events: none;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu li a {
    font-size: 5vw;
    text-align: center;
    color: #fff;
    height: auto;
    max-height: auto;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu li a br {
    display: block;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu li a img {
    height: 12vw;
    width: 100%;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu li a img.dt {
    height: 7vw;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu li a img.img-webp {
    padding: 1.3vw 0;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu ul.sub-menu {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 0 0 0;
    display: block;
  }
  .site-header .main-navigation.toggled .menu-menu-1-container ul#primary-menu ul.sub-menu li:last-child {
    margin-bottom: 0;
  }
  .site-header .main-navigation.toggled button {
    position: fixed;
    top: 7vw;
    z-index: 999;
    right: 7vw;
    height: 10vw;
  }
  .site-header .main-navigation ul li:hover > ul, .site-header .main-navigation li.focus > ul {
    display: none;
  }
  .site-header .main-navigation .active-sub .sub-menu {
    height: 55vw !important;
    padding: 5vw 0 0 0 !important;
    opacity: 1 !important;
  }
}
/* Posts and pages
 --------------------------------------------- */.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Footer
 --------------------------------------------- */.site-footer {
  background-color: #171717;
  padding: 3vw 10vw;
  flex-direction: column;
  display: flex;
}
.site-footer .site-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.site-footer .site-info h3 {
  font-weight: bold;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 1.5vw;
  font-size: ;
}
.site-footer .site-info .footer-part {
  display: flex;
  flex-direction: column;
}
.site-footer .site-info .footer-part .liste {
  display: flex;
  flex-direction: column;
}
.site-footer .site-info .footer-part .liste img {
  max-width: 6vw;
  object-fit: contain;
  margin-bottom: 1.5vw;
}
.site-footer .site-info .solu-footer a {
  font-size: 15px;
  letter-spacing: normal;
  margin-bottom: 1vw;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.site-footer .site-info .social-footer a {
  margin-right: 2vw;
}
.site-footer .site-info .social-footer a i {
  color: #fff;
  opacity: 0.7;
  font-size: 1.8vw;
}
.site-footer .site-copyrights {
  margin-top: 1.5vw;
  padding: 0.5vw 0;
  border-top: solid 0.1vw #3e3e3e;
}
.site-footer .site-copyrights p {
  font-size: 0.8vw;
  letter-spacing: normal;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 968px) {
  .site-footer {
    padding: 5vw 6vw;
  }
  .site-footer .site-info {
    flex-direction: column;
  }
  .site-footer .site-info h3 {
    font-size: 4.2vw;
    text-align: center;
  }
  .site-footer .site-info .footer-part {
    width: 100%;
  }
  .site-footer .site-info .footer-part .liste {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-footer .site-info .footer-part .liste img {
    max-width: 20%;
  }
  .site-footer .site-info .solu-footer {
    width: 100%;
  }
  .site-footer .site-info .solu-footer a {
    font-size: 3vw;
    text-align: center;
    letter-spacing: normal;
    margin-bottom: 0.5vw;
  }
  .site-footer .site-info .mobile-social {
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    margin-top: 8vw;
  }
  .site-footer .site-info .mobile-social .logo-footer {
    width: 20vw;
  }
  .site-footer .site-info .mobile-social .social-footer h3 {
    margin-top: 0;
  }
  .site-footer .site-info .mobile-social .social-footer a {
    margin-right: 0;
    width: 47%;
    display: inline-block;
    margin-top: 2vw;
  }
  .site-footer .site-info .mobile-social .social-footer a:last-child {
    text-align: end;
  }
  .site-footer .site-info .mobile-social .social-footer a i {
    font-size: 6.8vw;
  }
  .site-footer .site-copyrights {
    margin-top: 4.5vw;
  }
  .site-footer .site-copyrights p {
    font-size: 3vw;
    text-align: center;
    margin-bottom: 4vw;
  }
}
/* Header
 --------------------------------------------- */div#page {
  flex-direction: column;
  display: flex;
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
.site-header {
  position: relative;
  background-color: #fff;
  z-index: 99;
}
.site-header .header-container .header-content {
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0;
}
.site-header.active {
  position: fixed;
  width: 100vw;
  background-color: #fff;
  z-index: 997;
  top: 0;
}
.mobile-item {
  display: none !important;
}
@media screen and (max-width: 968px) {
  .mobile-item {
    display: flex !important;
  }
  .desk-item {
    display: none !important;
  }
  .site-header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: auto;
    top: 4vw;
  }
  .site-header.toggled .header-container .main-navigation p {
    color: #fff;
  }
  .site-header.toggled .header-container .header-content a.home-link.bl {
    display: none;
  }
  .site-header.toggled .header-container .header-content a.home-link.wh {
    display: block;
  }
  .site-header button.menu-toggle.hamburger.hamburger--spin {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 5vw;
    top: 4vw;
  }
  .site-header .header-container .header-content {
    margin: 3vw auto;
    width: 90vw;
    justify-content: flex-end;
  }
  .site-header .header-container .header-content a.home-link {
    max-height: 18vw;
    position: relative;
    z-index: 9;
  }
  .site-header .header-container .header-content a.home-link .logo {
    width: 18vw;
  }
}
/* Form
 --------------------------------------------- */.wpcf7-form p {
  margin: 0 0;
  text-align: center;
}
.wpcf7-form .two-input {
  display: flex;
  justify-content: space-between;
}
.wpcf7-form .two-input .wpcf7-form-control-wrap {
  width: 49.2%;
  margin-bottom: 2vw;
}
.wpcf7-form .two-input .wpcf7-form-control-wrap input {
  width: 100%;
  box-shadow: 1.5px 2.6px 9px 0 rgba(212, 213, 215, 0.41);
  background-color: #fff;
  border: none;
  padding: 1.2vw 2vw;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808285;
  outline: none;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  box-shadow: 1.5px 2.6px 9px 0 rgba(212, 213, 215, 0.41);
  background-color: #fff;
  border: none;
  padding: 1.2vw 2vw;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808285;
  resize: none;
  outline: none;
}
.wpcf7-form .check-text {
  font-size: 0.8vw;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.65px;
  text-align: center;
  color: #5c5d60;
  margin: 1vw 0;
}
.wpcf7-form .wpcf7-submit {
  background-color: #171717;
  font-size: 0.8vw;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 1.3px;
  padding: 0.8vw 1.5vw;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  border: 0.1vw solid #171717;
}
.wpcf7-form .wpcf7-submit:hover {
  color: #171717;
  background-color: #fff;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 15px;
  padding-left: 2vw;
  margin-top: 1vw;
}
.wpcf7-form .ajax-loader {
  display: block;
  margin: 1vw auto 0;
}
@media screen and (max-width: 968px) {
  .wpcf7-form .two-input {
    flex-direction: column;
  }
  .wpcf7-form .two-input br {
    display: none;
  }
  .wpcf7-form .two-input .wpcf7-form-control-wrap {
    width: 100%;
  }
  .wpcf7-form .two-input .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 3.2vw 2vw;
    font-size: 3vw;
  }
  .wpcf7-form .wpcf7-form-control-wrap textarea {
    padding: 3.2vw 3vw;
    font-size: 3vw;
  }
  .wpcf7-form .check-text {
    font-size: 2.7vw;
    margin-top: 3vw;
  }
  .wpcf7-form .wpcf7-submit {
    font-size: 3vw;
    padding: 2.8vw 4.5vw;
    margin: 3vw auto 0;
  }
}
/* Home
 --------------------------------------------- */.home-page {
  height: 89vh;
}
.home-page .zanka-home {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.home-page .zanka-home .slick-list, .home-page .zanka-home .slick-track {
  height: 100%;
}
.home-page .zanka-home .slick-list div, .home-page .zanka-home .slick-track div {
  height: 100%;
}
.home-page .zanka-home .slide-container {
  width: 100%;
  height: 100%;
}
.home-page .zanka-home .slide-container .home-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.home-page .zanka-home .slide-container .home-slide.slide1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.home-page .zanka-home .slide-container .home-slide.slide1 img {
  object-fit: cover;
  object-position: center;
}
.home-page .zanka-home .slide-container .home-slide.slide1 img.img1 {
  position: absolute;
  width: 25vw;
  top: 50%;
  transform: translate(10%, -50%);
  left: 10%;
  object-fit: contain;
  object-position: center;
  z-index: 100;
}
.home-page .zanka-home .slide-container .home-slide.slide1 img.img2 {
  width: 100%;
  position: relative;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.home-page .zanka-home .slide-container .home-slide.slide2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.home-page .zanka-home .slide-container .home-slide.slide2 img {
  object-fit: cover;
  object-position: top;
}
.home-page .zanka-home .slide-container .home-slide.slide2 img.img1 {
  width: 50vw;
  height: 100%;
}
.home-page .zanka-home .slide-container .home-slide.slide2 img.img2 {
  width: 38vw;
  position: relative;
  left: -5vw;
  top: -3vw;
}
.dots-container, .dots-container-v {
  margin: 1vw 0;
  display: flex;
  justify-content: center;
}
.dots-container ul, .dots-container-v ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  cursor: pointer;
  max-width: 90%;
  display: flex;
  justify-content: center;
}
.dots-container ul li, .dots-container-v ul li {
  border: 1px solid #8e8e8e;
  background-color: #fff;
  margin: 0 0.2vw 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.dots-container ul li.slick-active, .dots-container-v ul li.slick-active {
  background-color: #8e8e8e;
}
.dots-container ul li button, .dots-container-v ul li button {
  background-color: #8e8e8e;
  color: #8e8e8e;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 968px) {
  .home-page {
    height: 100vh;
  }
  .home-page .zanka-home .slide-container .home-slide.slide1 img.img1 {
    position: absolute;
    width: 80%;
    top: 10%;
    transform: unset;
    left: 10%;
  }
  .home-page .zanka-home .slide-container .home-slide.slide1 img.img2 {
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: 70% 100%;
    height: 100%;
  }
  .home-page .zanka-home .slide-container .home-slide.slide2 {
    height: 100%;
    flex-direction: column-reverse;
  }
  .home-page .zanka-home .slide-container .home-slide.slide2 img.img1 {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .home-page .zanka-home .slide-container .home-slide.slide2 img.img2 {
    width: 95%;
    margin-right: auto;
    margin-left: 2.5%;
    height: auto;
    margin-top: auto;
    position: relative;
    left: unset;
    top: unset;
  }
  .dots-container {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
  .dots-container ul li {
    margin: 0 0.5vw 0;
    height: 2.8vw;
    width: 2.8vw;
  }
}
/* sujets
 --------------------------------------------- */.sujet-page div#sujets {
  display: flex;
  padding: 0 10%;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1312px;
  margin: 15px auto 0;
}
.sujet-page div#sujets img.sujets-img {
  width: 400px;
  object-fit: contain;
  margin: 0 0 0 0;
}
.sujet-page div#sujets .sujets-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 420px;
  position: relative;
  margin-top: 45px;
  left: -100px;
}
.sujet-page div#sujets .sujets-text .sujets-1-text p {
  font-family: 'Ruda';
  color: #000;
  line-height: 1.55;
  font-size: 14px;
  margin: 0 0;
  text-align: justify;
}
.sujet-page div#sujets .sujets-text img.sujets-1-img {
  object-fit: contain;
  width: 80%;
  margin: 30px 0 45px;
}
.sujet-page .sujets-banner {
  position: relative;
}
.sujet-page .sujets-banner .img-banner {
  width: 100%;
  object-fit: contain;
}
.sujet-page .sujets-banner .text-banner {
  position: absolute;
  right: 10%;
  top: 10%;
  font-family: "Ruda";
  color: #f40043;
  width: 30%;
  font-size: 22px;
}
.sujet-page .parcours-1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  margin: 0 auto 0 0;
}
.sujet-page .parcours-1 img.parcours-1-img {
  width: 55%;
  object-fit: contain;
}
.sujet-page .parcours-1 .parcours-1-text {
  width: 100%;
  max-width: 420px;
  align-self: flex-end;
  position: relative;
  top: -86px;
  left: -240px;
  margin-bottom: -60px;
}
.sujet-page .parcours-1 .parcours-1-text p {
  font-family: 'Ruda';
  color: #000;
  line-height: 1.55;
  font-size: 14px;
  margin: 0 0 30px;
  text-align: justify;
}
.sujet-page .parcours-1 .parcours-1-text p em {
  color: #f40043;
  font-style: normal;
  font-weight: 700;
  font-size: 108%;
}
.sujet-page .parcours-1 .parcours-1-text p ins {
  font-weight: 800;
  font-size: 115%;
  background-color: transparent;
}
.sujet-page .parcours-1 .parcours-1-text h4 {
  color: #f40043;
  font-size: 22px;
  font-weight: 700;
}
.sujet-page .parcours-2 {
  width: 100%;
  object-fit: contain;
}
.sujet-page .parcours-3 {
  display: flex;
  padding: 60px 5% 70px;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
.sujet-page .parcours-3 .parcours-3-1 {
  display: flex;
  flex-direction: column;
  width: 47.5%;
  max-width: 420px;
}
.sujet-page .parcours-3 .parcours-3-1 .parcours-3-1-img {
  width: 360px;
  align-self: flex-end;
  object-fit: contain;
  margin-right: 43px;
  margin-bottom: 28px;
}
.sujet-page .parcours-3 .parcours-3-1 .parcours-3-1-text p {
  font-family: 'Ruda';
  color: #000;
  line-height: 1.55;
  font-size: 14px;
  margin: 0 0 0;
  text-align: justify;
}
.sujet-page .parcours-3 .parcours-3-1 .parcours-3-1-text h4 {
  margin: 0vw 0 14px;
  font-size: 22px;
  font-weight: 700;
}
.sujet-page .parcours-3 .parcours-3-1 .parcours-3-1-text-2 {
  cursor: pointer;
  margin-top: 14px;
  height: 360px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sujet-page .parcours-3 .parcours-3-2 {
  width: 47.5%;
  margin-top: 55px;
  max-width: 420px;
}
.sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text p {
  font-family: 'Ruda';
  color: #000;
  line-height: 1.467;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 30px;
  text-align: justify;
}
.sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text p em {
  color: #f40043;
  font-style: normal;
}
.sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text2 {
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text2 p {
  font-family: 'Ruda';
  color: #000;
  line-height: 1.55;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0vw;
  text-align: justify;
}
.sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text2 p strong {
  font-size: 110%;
}
.sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text2 h4 {
  color: #f40043;
  margin: 14px 0;
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 969px) and (max-width: 1300px) {
  .sujet-page .parcours-3 {
    padding: 3vw 5% 3.5vw;
    max-width: 75vw;
  }
  .sujet-page .parcours-3 .parcours-3-1 .parcours-3-1-img {
    width: 25vw;
    margin-right: 3vw;
    margin-bottom: 2vw;
  }
  .sujet-page .parcours-3 .parcours-3-1 .parcours-3-1-text p {
    font-size: 1vw;
  }
  .sujet-page .parcours-3 .parcours-3-1 .parcours-3-1-text h4 {
    margin: 0vw 0 1vw;
    font-size: 1.65vw;
  }
  .sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text p {
    font-size: 1vw;
    margin: 0 0 2vw;
  }
  .sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text2 {
    padding: 6vw 0;
  }
  .sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text2 p {
    font-size: 1vw;
  }
  .sujet-page .parcours-3 .parcours-3-2 {
    margin-top: 4vw;
    max-width: 30vw;
  }
  .sujet-page .parcours-3 .parcours-3-1 {
    max-width: 30vw;
  }
  .sujet-page .parcours-3 .parcours-3-1 .parcours-3-1-text-2 {
    margin-top: 1vw;
    height: 25vw;
  }
  .sujet-page .parcours-1 .parcours-1-text p {
    font-size: 1vw;
    margin: 0 0 2vw;
  }
  .sujet-page .parcours-1 .parcours-1-text {
    max-width: 30vw;
    top: -6vw;
    left: -18vw;
    margin-bottom: -4vw;
  }
  .sujet-page .sujets-banner .text-banner {
    font-size: 1.6vw;
  }
  .sujet-page div#sujets .sujets-text .sujets-1-text p {
    font-size: 1vw;
  }
  .sujet-page .parcours-1 .parcours-1-text h4 {
    font-size: 1.6vw;
  }
  .sujet-page div#sujets img.sujets-img {
    width: 28vw;
  }
  .sujet-page div#sujets {
    max-width: 90%;
  }
  .sujet-page div#sujets .sujets-text {
    margin-top: 3vw;
    left: -3vw;
    max-width: 32vw;
  }
  .sujet-page div#sujets .sujets-text img.sujets-1-img {
    margin: 2vw 0 3vw;
  }
}
@media screen and (max-width: 968px) {
  .sujet-page div#sujets {
    flex-direction: column;
    padding: 2vw 7vw 0;
  }
  .sujet-page div#sujets .sujets-img {
    width: 45vw;
    position: relative;
    left: -7vw;
  }
  .sujet-page div#sujets .sujets-text {
    width: 100%;
    margin-top: 3vw;
    left: 0;
  }
  .sujet-page div#sujets .sujets-text .sujets-1-text p {
    line-height: 1.65;
    font-size: 3.2vw;
    text-align: justify;
  }
  .sujet-page div#sujets .sujets-text img.sujets-1-img {
    object-fit: contain;
    width: 100%;
    margin: 4vw 0 6vw;
  }
  .sujet-page .sujets-banner .img-banner {
    height: 70vw;
    object-fit: cover;
  }
  .sujet-page .sujets-banner .text-banner {
    width: 65%;
    font-size: 3.6vw;
    text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.8);
  }
  .sujet-page .parcours-1 {
    overflow: hidden;
  }
  .sujet-page .parcours-1 img.parcours-1-img {
    width: 115%;
    object-fit: contain;
    max-width: max-content;
    position: relative;
    margin-top: -5vw;
    z-index: 90;
  }
  .sujet-page .parcours-1 .parcours-1-text {
    width: 86%;
    align-self: center;
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 4vw;
    margin-top: -4vw;
  }
  .sujet-page .parcours-1 .parcours-1-text p {
    line-height: 1.55;
    font-size: 3.2vw;
    margin: 0 0 2vw;
  }
  .sujet-page .parcours-1 .parcours-1-text p em {
    font-size: 3.6vw;
  }
  .sujet-page .parcours-1 .parcours-1-text p ins {
    font-size: 4.5vw;
  }
  .sujet-page .parcours-1 .parcours-1-text h4 {
    font-size: 5vw;
    font-weight: 700;
    margin-bottom: 2.5vw;
    margin-top: 0;
  }
  .sujet-page .parcours-2 {
    width: 100%;
    object-fit: cover;
    height: 75vw;
    object-position: -47vw;
  }
  .sujet-page .parcours-3 {
    flex-direction: column;
    padding: 5vw 0 3.5vw;
  }
  .sujet-page .parcours-3 .parcours-3-1 {
    width: 100%;
    padding: 0 5vw;
  }
  .sujet-page .parcours-3 .parcours-3-1 .parcours-3-1-img {
    width: 70vw;
    margin-right: 0;
    margin-bottom: 5vw;
    align-self: center;
  }
  .sujet-page .parcours-3 .parcours-3-1 .parcours-3-1-text h4 {
    margin: 0vw 0 2vw;
    font-size: 4.8vw;
    padding: 0 2vw;
  }
  .sujet-page .parcours-3 .parcours-3-1 .parcours-3-1-text p {
    line-height: 1.65;
    font-size: 3.5vw;
    padding: 0 2vw;
    text-align: justify;
  }
  .sujet-page .parcours-3 .parcours-3-1 .parcours-3-1-text-2 {
    margin-top: 5vw;
    height: 50vw;
    width: 100%;
  }
  .sujet-page .parcours-3 .parcours-3-2 {
    width: 100%;
    margin-top: 4vw;
  }
  .sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text {
    padding: 0 5vw;
  }
  .sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text p {
    line-height: 1.567;
    font-size: 3.2vw;
    margin: 0 0 3vw;
    padding: 0 2vw;
    text-align: justify;
  }
  .sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text2 {
    padding: 15vw 5vw 15vw;
    margin: 5vw 0;
    background-size: 115%;
    background-position: center;
  }
  .sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text2 h4 {
    margin: 0vw 2vw 2vw;
    font-size: 5vw;
    font-weight: 700;
  }
  .sujet-page .parcours-3 .parcours-3-2 .parcours-3-2-text2 p {
    line-height: 1.65;
    font-size: 3.25vw;
    margin: 0 2.5vw 0vw;
    text-align: justify;
  }
}
/* realisations
 --------------------------------------------- */.realisations-page {
  height: 89vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.realisations-page .realisations-block {
  display: flex;
  height: 100%;
  position: relative;
}
.realisations-page .realisations-block img.img-rea-principal {
  z-index: 1;
  position: relative;
  top: -13vw;
  left: -5vw;
  object-fit: contain;
  height: 47vw;
}
.realisations-page .realisations-block img.img-rea-back {
  position: absolute;
  width: 25vw;
  object-fit: contain;
  z-index: 1;
  right: -5%;
  bottom: -15%;
}
.realisations-page .realisations-block a.img-rea-title {
  position: absolute;
  z-index: 10;
}
.realisations-page .realisations-block a.img-rea-title img {
  width: 30vw;
  object-fit: contain;
}
.realisations-page .realisations-block a.img-rea-title.tit1 {
  top: 6.5vw;
  right: 23vw;
}
.realisations-page .realisations-block a.img-rea-title.tit2 {
  top: 23vw;
  right: 26vw;
}
.realisations-page .realisations-block a.img-rea-title.tit3 {
  right: 44vw;
  top: 26vw;
}
@media screen and (max-width: 968px) {
  .realisations-page {
    height: unset;
  }
  .realisations-page .realisations-block {
    background-image: url('/wp-content/themes/lazanka/sass/../images/rea/realisatons-background.webp');
    background-position: top;
    background-position: -10vw -20vw;
    background-size: 80vw;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
  .realisations-page .realisations-block img.img-rea-principal {
    top: unset;
    left: 0;
    height: auto;
    object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 45vh;
    max-width: max-content;
    object-position: center;
    margin: 10vw auto 0;
  }
  .realisations-page .realisations-block a.img-rea-title {
    position: unset;
    margin-top: 5vw;
  }
  .realisations-page .realisations-block a.img-rea-title img {
    width: 80vw;
    margin: 0 auto;
    object-fit: contain;
  }
  .realisations-page .realisations-block a.img-rea-title.tit3 {
    margin-bottom: 20vw;
  }
  .realisations-page .realisations-block img.img-rea-back {
    width: 60vw;
    bottom: -35vw;
  }
}
/* crea
 --------------------------------------------- */.crea-page {
  background-image: url('/wp-content/themes/lazanka/sass/../images/crea/crea-bg.webp');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 89vh;
  overflow: hidden;
  position: relative;
}
.crea-page .crea-title {
  width: 40vh;
  margin-top: 5vh;
  object-fit: contain;
}
.crea-page .crea-text {
  font-size: 1.4vw;
  color: #fff;
  font-family: 'FuturaL';
  margin: 0 0 0;
  text-align: right;
}
.crea-page .sub-crea {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
}
.crea-page .sub-crea .crea-sub-title {
  width: 70vh;
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
}
.crea-page .sub-crea .crea-sub-title.cosmic {
  background-image: url('/wp-content/themes/lazanka/sass/../images/crea/cosmic-icon.webp');
  background-position: right;
  height: 62vh;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5vh;
}
.crea-page .sub-crea .crea-sub-title.insane {
  background-image: url('/wp-content/themes/lazanka/sass/../images/crea/insane-icon.webp');
  background-position: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5vh;
  padding-top: 2vh;
}
.crea-page .sub-crea .crea-sub-title img {
  width: 40vh;
  object-fit: contain;
}
@media screen and (max-width: 968px) {
  .crea-page {
    height: 100vh;
    background-image: url('/wp-content/themes/lazanka/sass/../images/crea/crea-bg-mobile.webp');
  }
  .crea-page .crea-title {
    width: 40vh;
    margin-top: 8vh;
  }
  .crea-page .crea-text {
    font-size: 5vw;
    width: 75%;
    text-align: right;
    z-index: 90;
  }
  .crea-page .sub-crea {
    flex-direction: column-reverse;
  }
  .crea-page .sub-crea .crea-sub-title.cosmic {
    background-image: url('/wp-content/themes/lazanka/sass/../images/crea/cosmic-icon-mobile.webp');
    width: 100%;
    height: 35vh;
    background-position: center;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 0;
  }
  .crea-page .sub-crea .crea-sub-title.insane {
    background-image: url('/wp-content/themes/lazanka/sass/../images/crea/insane-icon-mobile.webp');
    width: 100%;
    height: 35vh;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 0;
    background-position: center;
  }
  .crea-page .sub-crea .crea-sub-title img {
    width: 60%;
  }
}
/* recit
 --------------------------------------------- */.recit-page {
  background-image: url('/wp-content/themes/lazanka/sass/../images/recit/recit-bg.webp');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 89vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.recit-page .recit-title {
  width: 80vh;
  margin-top: 8vh;
  object-fit: contain;
}
.recit-page .recit-text {
  font-size: 1.4vw;
  color: #fff;
  font-family: 'FuturaL';
  margin: 0 0 0;
  text-align: right;
}
.recit-page .recit-img {
  width: 45vh;
  object-fit: contain;
  object-position: center;
}
.recit-page .recit-img.img1 {
  margin-left: 20vw;
}
.recit-page .recit-img.img2 {
  margin-left: 40vw;
}
@media screen and (max-width: 968px) {
  .recit-page {
    background-image: url('/wp-content/themes/lazanka/sass/../images/recit/recit-bg-mobile.webp');
    height: 100vh;
    justify-content: space-between;
  }
  .recit-page .recit-title {
    width: 100%;
    margin-top: 11vh;
    padding: 0 10%;
  }
  .recit-page .recit-text {
    font-size: 5vw;
    width: 75%;
    text-align: right;
    z-index: 90;
  }
  .recit-page .recit-img {
    width: 100%;
    object-fit: contain;
    object-position: center;
  }
  .recit-page .recit-img.img1 {
    width: 70%;
    height: 25vh;
    margin-left: 40%;
  }
  .recit-page .recit-img.img2 {
    width: 100%;
    height: 25vh;
    margin-left: 0;
    margin-bottom: 10vh;
  }
}
/* proc
 --------------------------------------------- */.proce-page .proce-header {
  height: 55vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2vw 0;
}
.proce-page .proce-header h1 {
  font-size: 10vh;
  text-transform: capitalize;
  font-family: 'Ruda';
  color: #ffd800;
  margin: 0 0 0;
  line-height: 100%;
  font-weight: 900;
}
.proce-page .proce-header img {
  height: 30vh;
  object-fit: contain;
}
.proce-page .proce-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6%;
  max-width: 1190px;
  margin: 0 auto;
}
.proce-page .proce-content .proce-content-1 {
  width: 45%;
  max-width: 420px;
}
.proce-page .proce-content .proce-content-1 img {
  width: 100%;
  object-fit: contain;
  margin: -70px auto 15px;
  padding: 0 5%;
  position: relative;
  z-index: -1;
}
.proce-page .proce-content .proce-content-2 {
  width: 50%;
  position: relative;
  margin-top: 50px;
}
.proce-page .proce-content .proce-content-2 .moodboard-container {
  display: flex;
}
.proce-page .proce-content .proce-content-2 .moodboard-container img.mood-title {
  object-position: top;
  width: 70px;
  margin-right: 15px;
  object-fit: contain;
}
.proce-page .proce-content .proce-content-2 .moodboard-container .mood-gallery-container {
  z-index: 100;
  height: auto;
}
.proce-page .proce-content .proce-content-2 .moodboard-container .mood-gallery-container .mood-gallery {
  width: 100%;
  width: 500px;
}
.proce-page .proce-content .proce-content-2 .moodboard-container .mood-gallery-container .slick-slide img {
  max-height: 320px;
  width: 100%;
  object-fit: cover;
}
.proce-page .proce-content .proce-content-2 .text {
  max-width: 420px;
  margin: 0 auto;
}
.proce-page .proce-content .mood-back {
  position: absolute;
  width: 290px;
  right: -130px;
  object-fit: contain;
}
.proce-page .proce-content.next .proce-content-1 .text {
  margin-top: 50px;
}
.proce-page .text p {
  margin-bottom: 14px;
  font-size: 15px;
  font-family: 'Ruda';
  color: #000;
  text-align: justify;
}
.proce-page .text p em {
  color: #1d6ac6;
  font-style: normal;
}
.proce-page .text p span {
  font-style: italic;
}
.proce-page .text ul {
  padding: 0 0 0 14px;
  margin: 20px 0 14px;
}
.proce-page .text ul li {
  font-size: 15px;
}
.proce-page .proce-parte {
  padding: 70px 6% 60px;
  max-width: 1180px;
  margin: 0 auto;
}
.proce-page .proce-parte img.part-title {
  width: 230px;
  object-fit: contain;
}
.proce-page .proce-parte .text p em {
  color: #000;
  font-style: italic;
}
.proce-page .proce-parte .text p strong {
  color: #1d6ac6;
  font-weight: 800;
}
@media (min-width: 969px) and (max-width: 1300px) {
  .proce-page .proce-content .proce-content-1 {
    max-width: 30vw;
  }
  .proce-page .proce-content {
    max-width: 85vw;
    overflow: visible;
  }
  .proce-page .proce-content .proce-content-2 .text {
    max-width: 30vw;
  }
  .proce-page .proce-content .proce-content-1 img {
    margin: -5vw auto 1vw;
  }
  .proce-page .text p {
    margin-bottom: 1vw;
    font-size: 1vw;
  }
  .proce-page .text ul {
    padding: 0 0 0 1vw;
    margin: 1.5vw 0 1vw;
  }
  .proce-page .text ul li {
    font-size: 1vw;
  }
  .proce-page .proce-content .proce-content-2 {
    margin-top: 3.5vw;
  }
  .proce-page .proce-content .proce-content-2 .moodboard-container img.mood-title {
    width: 5vw;
    margin-right: 1vw;
  }
  .proce-page .proce-content .proce-content-2 .moodboard-container .mood-gallery-container .mood-gallery {
    width: 37vw;
  }
  .proce-page .proce-content .proce-content-2 .moodboard-container .mood-gallery-container .slick-slide img {
    max-height: 23vw;
  }
  .proce-page .proce-content .proce-content-2 .mood-back {
    width: 20vw;
    right: -12vw;
  }
  .proce-page .proce-parte img.part-title {
    width: 18vw;
  }
  .proce-page .proce-content .proce-content-2 .moodboard-container .mood-gallery-container {
    z-index: 100;
    height: auto;
    max-height: 27vw;
  }
  .proce-page .proce-parte {
    max-width: 85%;
  }
}
@media screen and (max-width: 968px) {
  .proce-page .proce-header {
    height: 87vw;
    padding: 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200vw 100%;
  }
  .proce-page .proce-header h1 {
    font-size: 11vw;
    text-align: center;
  }
  .proce-page .proce-header img {
    height: 45vw;
  }
  .proce-page .proce-content {
    flex-direction: column;
    padding: 0 8%;
  }
  .proce-page .proce-content .proce-content-1 {
    width: 100%;
  }
  .proce-page .proce-content .proce-content-1 img {
    margin: -10vw auto 1vw;
  }
  .proce-page .proce-content .proce-content-2 {
    width: 100%;
  }
  .proce-page .proce-content .proce-content-2 .moodboard-container {
    margin-left: -6%;
  }
  .proce-page .proce-content .proce-content-2 .moodboard-container img.mood-title {
    width: 12vw;
    object-position: top;
  }
  .proce-page .proce-content .proce-content-2 .moodboard-container .mood-gallery-container .mood-gallery {
    width: 73vw;
  }
  .proce-page .proce-content .proce-content-2 .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
    max-height: 48vw;
  }
  .proce-page .proce-content .mood-back {
    width: 30vw;
    right: -20vw;
  }
  .proce-page .proce-parte {
    padding: 30px 6% 30px;
  }
  .proce-page .proce-parte img.part-title {
    width: 48vw;
    object-fit: contain;
  }
  .proce-page .proce-parte .proce-parte {
    margin: 4vw 6% 5vw;
  }
  .proce-page .proce-parte .text p {
    font-size: 3.2vw;
  }
  .proce-page .text ul li {
    font-size: 3.1vw;
  }
  .proce-page .text p {
    margin-bottom: 3vw;
    font-size: 3.1vw;
  }
}
/* cabane
 --------------------------------------------- */.cabane-page {
  max-width: 1600px;
  margin: 0 auto;
}
.cabane-page .cabane-part1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cabane-page .cabane-part1 img.cabane-princi {
  width: 50%;
  object-fit: contain;
}
.cabane-page .cabane-part1 .cabane-part1-text {
  width: 35%;
  margin-right: 8%;
  flex-direction: column;
  display: flex;
  align-items: end;
}
.cabane-page .cabane-part1 .cabane-part1-text .cabane-img-block {
  display: flex;
  align-items: flex-end;
  position: relative;
  left: -140px;
  margin-bottom: 30px;
}
.cabane-page .cabane-part1 .cabane-part1-text .cabane-img-block img.img-title {
  width: 360px;
  object-fit: contain;
}
.cabane-page .cabane-part1 .cabane-part1-text .cabane-img-block img.img-sujet {
  width: 215px;
  object-fit: contain;
}
.cabane-page .cabane-part1 .cabane-part1-text .text {
  max-width: 420px;
  margin: 0 auto;
}
.cabane-page .cabane-part1 img.img-arrow {
  width: 144px;
  object-fit: contain;
}
.cabane-page .cabane-part2 {
  display: flex;
  padding: 45px 8% 85px 12%;
  justify-content: space-between;
  position: relative;
}
.cabane-page .cabane-part2 .text {
  width: 45%;
  max-width: 420px;
  margin-top: 60px;
}
.cabane-page .cabane-part2 .text ul li {
  margin-bottom: 30px;
}
.cabane-page .cabane-part2 .text img.img-cercle {
  width: 260px;
  object-fit: contain;
  position: absolute;
  left: -140px;
  top: -90px;
  z-index: -1;
}
.cabane-page .moodboard-container {
  display: flex;
  align-items: center;
}
.cabane-page .moodboard-container img.mood-title {
  width: 100px;
  margin-right: 15px;
  object-fit: contain;
}
.cabane-page .moodboard-container .mood-gallery-container {
  z-index: 100;
  position: relative;
  top: 30px;
}
.cabane-page .moodboard-container .mood-gallery-container .mood-gallery {
  width: 100%;
  width: 475px;
}
.cabane-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
  max-height: 320px;
  width: 100%;
  object-fit: cover;
}
.cabane-page .text p {
  margin-bottom: 14px;
  font-size: 15px;
  font-family: 'Ruda';
  color: #000;
  text-align: justify;
}
.cabane-page .text p em {
  color: #1d6ac6;
  font-style: normal;
}
.cabane-page .text p span {
  font-style: italic;
}
.cabane-page .text ul {
  padding: 0 0 0 14px;
  margin: 20px 0 14px;
}
.cabane-page .text ul li {
  font-size: 15px;
}
@media (min-width: 969px) and (max-width: 1300px) {
  .cabane-page .cabane-part1 .cabane-part1-text .cabane-img-block {
    left: -10vw;
    margin-bottom: 2vw;
  }
  .cabane-page .cabane-part1 .cabane-part1-text .cabane-img-block img.img-title {
    width: 23vw;
    object-fit: contain;
  }
  .cabane-page .cabane-part1 .cabane-part1-text .cabane-img-block img.img-sujet {
    width: 15vw;
  }
  .cabane-page .cabane-part1 .cabane-part1-text .text {
    max-width: 30vw;
  }
  .cabane-page .text p {
    margin-bottom: 1vw;
    font-size: 1vw;
  }
  .cabane-page .text ul {
    padding: 0 0 0 1vw;
    margin: 1.5vw 0 1vw;
  }
  .cabane-page .text ul li {
    font-size: 1vw;
  }
  .cabane-page .cabane-part1 img.img-arrow {
    width: 10vw;
  }
  .cabane-page .cabane-part2 {
    padding: 3vw 8% 6vw 12%;
  }
  .cabane-page .cabane-part2 .text {
    margin-top: 4vw;
    max-width: 30vw;
  }
  .cabane-page .cabane-part2 .text ul li {
    margin-bottom: 2vw;
  }
  .cabane-page .cabane-part2 .text img.img-cercle {
    width: 18vw;
    left: -10vw;
    top: -9vw;
  }
  .cabane-page .moodboard-container img.mood-title {
    width: 7vw;
    margin-right: 1vw;
  }
  .cabane-page .moodboard-container .mood-gallery-container {
    top: 2vw;
  }
  .cabane-page .moodboard-container .mood-gallery-container .mood-gallery {
    width: 32vw;
  }
  .cabane-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
    max-height: 23vw;
  }
}
@media screen and (max-width: 968px) {
  .cabane-page .cabane-part1 {
    flex-direction: column;
  }
  .cabane-page .cabane-part1 img.cabane-princi {
    width: 100%;
    object-fit: cover;
    height: 110vw;
    object-position: center;
  }
  .cabane-page .cabane-part1 .cabane-part1-text {
    width: 100%;
    margin-right: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 0 8%;
  }
  .cabane-page .cabane-part1 .cabane-part1-text .cabane-img-block {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0;
    margin-bottom: 2vw;
    margin-top: -5vw;
  }
  .cabane-page .cabane-part1 .cabane-part1-text .cabane-img-block img.img-title {
    width: 45vw;
    object-fit: contain;
  }
  .cabane-page .cabane-part1 .cabane-part1-text .cabane-img-block img.img-sujet {
    width: 30vw;
    object-fit: contain;
  }
  .cabane-page .cabane-part1 .cabane-part1-text .text {
    max-width: 100%;
  }
  .cabane-page .cabane-part1 img.img-arrow {
    width: 20vw;
    object-fit: contain;
  }
  .cabane-page .cabane-part2 {
    padding: 5vw 8% 10vw;
    flex-direction: column-reverse;
  }
  .cabane-page .cabane-part2 .text {
    width: 100%;
    margin-top: 30vw;
    position: relative;
  }
  .cabane-page .cabane-part2 .text img.img-cercle {
    width: 35vw;
    object-fit: contain;
    position: absolute;
    left: -15vw;
    top: -31vw;
    z-index: 1;
  }
  .cabane-page .moodboard-container {
    margin-left: -4%;
  }
  .cabane-page .moodboard-container img.mood-title {
    width: 12vw;
    object-position: top;
    top: -3vw;
    position: relative;
  }
  .cabane-page .moodboard-container .mood-gallery-container .mood-gallery {
    width: 73vw;
  }
  .cabane-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
    max-height: 48vw;
  }
  .cabane-page .text ul li {
    font-size: 3.1vw;
  }
  .cabane-page .text p {
    margin-bottom: 3vw;
    font-size: 3.1vw;
  }
}
/* cosmic
 --------------------------------------------- */.cosmic-page .cosmic-header {
  height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2vw 0;
  background-position: center;
  background-size: cover;
}
.cosmic-page .cosmic-header img {
  object-fit: contain;
}
.cosmic-page .cosmic-header img.cosmic-icon {
  height: 15vh;
  margin-bottom: 4vh;
}
.cosmic-page .cosmic-header img.sujet-icon {
  height: 10vh;
}
.cosmic-page .cosmic-content {
  padding: 10vw 0 8vw;
  max-width: 1100px;
  margin: 0 auto;
}
.cosmic-page .cosmic-content .cosmic-part1 {
  display: flex;
  justify-content: space-between;
}
.cosmic-page .cosmic-content .cosmic-part1 .text-container {
  width: 45%;
  max-width: 420px;
  position: relative;
}
.cosmic-page .cosmic-content .cosmic-part1 .text-container .text h2 {
  font-size: 55px;
  color: #1e69c6;
  margin: 0 0;
  line-height: 100%;
  font-weight: 900;
  transform: rotateZ(-10deg);
  position: relative;
  top: -45px;
}
.cosmic-page .cosmic-content .cosmic-part1 .text-container .text em {
  color: #000;
  font-weight: 800;
}
.cosmic-page .cosmic-content .cosmic-part1 .text-container .text strong {
  margin: 30px 0 30px;
  font-size: 16px;
  display: block;
}
.cosmic-page .cosmic-content .cosmic-part1 .text-container .text pre {
  white-space: break-spaces;
  color: #1e69c6;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.cosmic-page .cosmic-content .cosmic-part1 .text-container img.excla {
  position: absolute;
  top: 0;
  height: 11vw;
  right: -4vw;
  object-fit: contain;
}
.cosmic-page .cosmic-content .cosmic-part1 .text-container img.obj {
  position: absolute;
  height: 19vw;
  right: -22vw;
  bottom: -4vw;
  z-index: -1;
  object-fit: contain;
}
.cosmic-page .cosmic-content .cosmic-part1 .video {
  width: 50%;
}
.cosmic-page .cosmic-content .cosmic-part2 {
  display: flex;
  justify-content: space-between;
  margin: 120px 0vw;
}
.cosmic-page .cosmic-content .cosmic-part2 .cos-text {
  width: 50%;
  max-width: 420px;
  position: relative;
}
.cosmic-page .cosmic-content .cosmic-part2 .cos-text h2 {
  font-size: 55px;
  color: #1e69c6;
  margin: 0 0;
  line-height: 100%;
  font-weight: 900;
  transform: rotateZ(-10deg);
  position: relative;
  top: -45px;
}
.cosmic-page .cosmic-content .cosmic-part2 .cos-text .cos-img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 2vw;
}
.cosmic-page .cosmic-content .cosmic-part2 .cos-text .cos-img img.cosmic-title {
  width: 15vw;
  object-fit: contain;
}
.cosmic-page .cosmic-content .cosmic-part2 .cos-text .cos-img img.obj {
  width: 6vw;
  object-fit: contain;
  margin-left: 1vw;
}
.cosmic-page .cosmic-content .cosmic-part2 .cos-text img.inter-img {
  position: absolute;
  top: 4.5vw;
  right: -5vw;
  width: 6vw;
}
.cosmic-page .cosmic-content .cosmic-part2-2 {
  display: flex;
  justify-content: space-between;
  margin: 120px 0vw;
}
.cosmic-page .cosmic-content .cosmic-part2-2 .cos-text {
  width: 46%;
  max-width: 420px;
  position: relative;
}
.cosmic-page .cosmic-content .cosmic-part2-2 .cos-text .text h2 {
  font-size: 43px;
  color: #1e69c6;
  margin: 0 0;
  line-height: 100%;
  font-weight: 900;
  transform: rotateZ(-4deg);
  position: relative;
  top: -17px;
}
.cosmic-page .cosmic-content .cosmic-part2-2 .video-container {
  width: 48%;
}
.cosmic-page .cosmic-content .cosmic-part2-2 .video-container .dots-container-v {
  margin: 30px 0 0;
}
.cosmic-page .cosmic-content .cosmic-part3 {
  display: flex;
  justify-content: flex-start;
}
.cosmic-page .cosmic-content .cosmic-part3 .team {
  width: 50%;
  max-width: 420px;
  margin-left: 5%;
}
.cosmic-page .cosmic-content .cosmic-part3 .team img {
  width: 115px;
  margin-bottom: 14px;
}
.cosmic-page .cosmic-content .cosmic-part3 .team .text {
  margin-left: 6px;
}
.cosmic-page .cosmic-content .cosmic-part3 .team .text p {
  margin-bottom: 0;
  margin-top: 0vw;
}
.cosmic-page .cosmic-content .cosmic-part3 .team .text p em {
  font-weight: 600;
}
.cosmic-page .cosmic-content .cosmic-part3 .partenaire {
  width: 45%;
  max-width: 420px;
}
.cosmic-page .cosmic-content .cosmic-part3 .partenaire img {
  width: 260px;
  margin-bottom: 14px;
}
.cosmic-page .cosmic-content .cosmic-part3 .partenaire .text {
  margin-left: 6px;
}
.cosmic-page .cosmic-content .cosmic-part3 .partenaire .text pre {
  color: #1e69c6;
  margin-top: 6px;
  margin-bottom: 8px;
}
.cosmic-page .cosmic-content .cosmic-part3 .partenaire .text p {
  margin-bottom: 0vw;
  margin-top: 0vw;
}
.cosmic-page .cosmic-content .cosmic-part3 .partenaire .text p em {
  font-weight: 600;
}
.cosmic-page .cosmic-content .cosmic-part3 .partenaire .text p strong {
  margin-bottom: 8px;
}
.cosmic-page .cosmic-content .cosmic-part3.first .partenaire .text :nth-child(2) {
  margin-bottom: 14px;
}
.cosmic-page .cosmic-content .cosmic-part3.suite {
  width: 100%;
}
.cosmic-page .cosmic-content .cosmic-part3.suite .partenaire {
  width: 100%;
  max-width: 100%;
}
.cosmic-page .cosmic-content .cosmic-part3.suite .partenaire .text {
  display: flex;
  justify-content: flex-start;
}
.cosmic-page .cosmic-content .cosmic-part3.suite .partenaire .text div {
  width: 45%;
  max-width: 420px;
  margin-right: 5%;
}
.cosmic-page .cosmic-content .cosmic-part3.suite .partenaire .text p strong {
  margin-bottom: 6px;
  display: block;
}
.cosmic-page .moodboard-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 45%;
  margin-left: 45px;
}
.cosmic-page .moodboard-container img.mood-title {
  width: 315px;
  object-fit: contain;
  position: relative;
  left: -45px;
  margin-bottom: 28px;
}
.cosmic-page .moodboard-container img.arrow {
  position: absolute;
  left: -50px;
  top: 60px;
  height: 85px;
}
.cosmic-page .moodboard-container .mood-gallery-container {
  z-index: 100;
  position: relative;
  top: 30px;
}
.cosmic-page .moodboard-container .mood-gallery-container .mood-gallery {
  width: 100%;
  width: 530px;
  height: 330px;
  overflow: hidden;
}
.cosmic-page .moodboard-container .mood-gallery-container .mood-gallery .slick-list, .cosmic-page .moodboard-container .mood-gallery-container .mood-gallery .slick-track {
  height: 100%;
}
.cosmic-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
  max-height: 320px;
  width: 100%;
  object-fit: cover;
}
.cosmic-page .moodboard-container .mood-gallery-container .dots-container {
  margin: 30px 0 0;
}
.cosmic-page .text p {
  margin-bottom: 14px;
  font-size: 15px;
  font-family: 'Ruda';
  color: #000;
  text-align: justify;
  line-height: 1.59;
}
.cosmic-page .text p em {
  color: #1d6ac6;
  font-style: normal;
}
.cosmic-page .text p span {
  font-style: italic;
}
.cosmic-page .text p strong {
  font-weight: 800;
}
.cosmic-page .text pre {
  background-color: transparent;
  font-size: 15px;
  margin: 0 0;
  padding: 0 0;
  font-weight: 800;
}
.cosmic-page .text ul {
  padding: 0 0 0 14px;
  margin: 20px 0 14px;
}
.cosmic-page .text ul li {
  font-size: 15px;
}
@media (min-width: 969px) and (max-width: 1300px) {
  .cosmic-page .cosmic-content .cosmic-part1 .text-container {
    max-width: 30vw;
  }
  .cosmic-page .cosmic-content {
    max-width: 80%;
  }
  .cosmic-page .cosmic-content .cosmic-part2 .cos-text {
    max-width: 30vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2-2 .cos-text {
    max-width: 30vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3 .partenaire {
    max-width: 30vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3 .team {
    max-width: 30vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3.suite .partenaire .text div {
    max-width: 30vw;
  }
  .cosmic-page .cosmic-content .cosmic-part1 .text-container .text h2 {
    font-size: 4vw;
    top: -3vw;
  }
  .cosmic-page .text p {
    margin-bottom: 1vw;
    font-size: 1vw;
  }
  .cosmic-page .text pre {
    font-size: 1vw;
  }
  .cosmic-page .text ul {
    padding: 0 0 0 1vw;
    margin: 1.5vw 0 1vw;
  }
  .cosmic-page .text ul li {
    font-size: 1vw;
  }
  .cosmic-page .cosmic-content .cosmic-part1 .text-container .text strong {
    margin: 1.5vw 0 1.5vw;
    font-size: 1.12vw;
  }
  .cosmic-page .cosmic-content .cosmic-part1 .text-container .text pre {
    font-size: 1.4vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2 {
    margin: 5vw 0vw;
  }
  .cosmic-page .moodboard-container {
    margin-left: 3vw;
  }
  .cosmic-page .moodboard-container img.mood-title {
    width: 22vw;
    left: -3vw;
    margin-bottom: 2vw;
  }
  .cosmic-page .moodboard-container img.arrow {
    left: -3.5vw;
    top: 4vw;
    height: 6vw;
  }
  .cosmic-page .moodboard-container .mood-gallery-container {
    top: 2vw;
  }
  .cosmic-page .moodboard-container .mood-gallery-container .mood-gallery {
    width: 32vw;
    height: 23vw;
  }
  .cosmic-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
    max-height: 23vw;
  }
  .cosmic-page .moodboard-container .mood-gallery-container .dots-container {
    margin: 2vw 0 0;
  }
  .cosmic-page .text p {
    margin-bottom: 1vw;
    font-size: 1vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2 {
    margin: 5vw 0vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2-2 {
    margin: 5vw 0vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2-2 .cos-text .text h2 {
    font-size: 3vw;
    top: -1.2vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2-2 .video-container .dots-container-v {
    margin: 2vw 0 0;
  }
  .cosmic-page .cosmic-content .cosmic-part3 .partenaire img {
    width: 18vw;
    margin-bottom: 1vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3 .partenaire .text {
    margin-left: 0.5vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3 .partenaire .text pre {
    margin-top: 0.5vw;
    margin-bottom: 0.6vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3.first .partenaire .text :nth-child(2) {
    margin-bottom: 1vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3 .team img {
    width: 8vw;
    margin-bottom: 1vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3 .team .text {
    margin-left: 0.5vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3.suite .partenaire .text p strong {
    margin-bottom: 0.6vw;
  }
}
@media screen and (max-width: 968px) {
  .cosmic-page .cosmic-header {
    height: 88vw;
    padding: 0 0;
    background-position: center;
    background-repeat: no-repeat;
  }
  .cosmic-page .cosmic-header img.cosmic-icon {
    height: 17vh;
    max-height: 25vw;
    margin-bottom: 3vh;
    margin-top: 5vw;
  }
  .cosmic-page .cosmic-header img.sujet-icon {
    height: 14vh;
    max-height: 16vw;
  }
  .cosmic-page .cosmic-content {
    padding: 22vw 8% 8vw;
    overflow: hidden;
  }
  .cosmic-page .cosmic-content .cosmic-part1 {
    flex-direction: column;
  }
  .cosmic-page .cosmic-content .cosmic-part1 .text-container {
    width: 100%;
    margin-bottom: 6vw;
    position: relative;
  }
  .cosmic-page .cosmic-content .cosmic-part1 .text-container .text h2 {
    font-size: 8.1vw;
    margin-bottom: 4vw;
  }
  .cosmic-page .cosmic-content .cosmic-part1 .text-container .text strong {
    margin: 2vw 0 2vw;
    font-size: 3.1vw;
    display: block;
  }
  .cosmic-page .cosmic-content .cosmic-part1 .text-container .text pre {
    font-size: 3.65vw;
  }
  .cosmic-page .cosmic-content .cosmic-part1 .video {
    width: 108%;
    position: relative;
    left: -4%;
  }
  .cosmic-page .cosmic-content .cosmic-part2 {
    flex-direction: column-reverse;
  }
  .cosmic-page .cosmic-content .cosmic-part2 .cos-text {
    width: 100%;
  }
  .cosmic-page .cosmic-content .cosmic-part2 .cos-text h2 {
    font-size: 8.1vw;
    margin-bottom: 4vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2 .cos-text .cos-img {
    margin-bottom: 5vw;
    margin-top: 8vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2 .cos-text .cos-img img.cosmic-title {
    width: 38vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2 .cos-text .cos-img img.obj {
    width: 17vw;
    margin-left: 2vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2 .cos-text img.inter-img {
    right: -3vw;
    width: 15vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2-2 {
    flex-direction: column;
    margin: 10vw 0vw 14vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2-2 .cos-text {
    width: 100%;
  }
  .cosmic-page .cosmic-content .cosmic-part2-2 .cos-text .text h2 {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
  .cosmic-page .cosmic-content .cosmic-part2-2 .video-container {
    width: 100%;
  }
  .cosmic-page .cosmic-content .cosmic-part3 {
    flex-direction: column-reverse;
    margin-bottom: 0vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3 .team {
    width: 100%;
    margin-left: 0;
  }
  .cosmic-page .cosmic-content .cosmic-part3 .team img {
    width: 25vw;
    margin-bottom: 2vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3 .partenaire {
    width: 100%;
    margin-top: 6vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3 .partenaire img {
    width: 55vw;
    margin-bottom: 0vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3 .partenaire .text pre {
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3.suite .partenaire {
    margin-top: 0vw;
  }
  .cosmic-page .cosmic-content .cosmic-part3.suite .partenaire .text {
    flex-direction: column;
  }
  .cosmic-page .cosmic-content .cosmic-part3.suite .partenaire .text div {
    width: 100%;
    margin-right: 0;
  }
  .cosmic-page .cosmic-content .cosmic-part3.suite .partenaire .text div:last-child {
    margin-top: 3vw;
  }
  .cosmic-page .moodboard-container {
    margin-left: 0%;
    width: 100%;
    margin-top: 8vw;
  }
  .cosmic-page .moodboard-container img.mood-title {
    width: 55vw;
    top: 0;
    left: -5vw;
  }
  .cosmic-page .moodboard-container .mood-gallery-container .mood-gallery {
    width: 80vw;
    height: 52vw;
  }
  .cosmic-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
    max-height: 52vw;
  }
  .cosmic-page .moodboard-container .mood-gallery-container .dots-container {
    margin: 6vw 0 6vw;
  }
  .cosmic-page .moodboard-container img.arrow {
    left: -5vw;
    top: 12vw;
    height: 12vw;
  }
  .cosmic-page .text h2 {
    font-size: 8.1vw;
  }
  .cosmic-page .text ul li {
    font-size: 3.1vw;
  }
  .cosmic-page .text p {
    margin-bottom: 3vw;
    font-size: 3.1vw;
  }
  .cosmic-page .text pre {
    font-size: 4.5vw;
    line-height: 1.4;
    text-wrap: wrap;
    white-space: wrap;
  }
}
/* insane
 --------------------------------------------- */.insane-page .insane-content .insane-part1 {
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
.insane-page .insane-content .insane-part1 .img-container {
  position: relative;
  width: 65%;
}
.insane-page .insane-content .insane-part1 .img-container .princip {
  width: 100%;
  object-fit: contain;
}
.insane-page .insane-content .insane-part1 .img-container .sjt {
  position: absolute;
  right: 8%;
  top: 10%;
  width: 290px;
}
.insane-page .insane-content .insane-part1 .img-container .title {
  position: absolute;
  left: 70px;
  top: 10%;
  height: 80%;
  object-fit: contain;
}
.insane-page .insane-content .insane-part1 .text {
  width: 35%;
  max-width: 420px;
  padding: 0 3%;
  margin: 0 auto;
}
.insane-page .insane-content .insane-part2 {
  display: flex;
  justify-content: space-between;
  margin: 80px auto;
  max-width: 1400px;
}
.insane-page .insane-content .insane-part2 .team {
  width: 35.3%;
  max-width: 420px;
  padding-right: 4.7%;
}
.insane-page .insane-content .insane-part2 .team p {
  margin-bottom: 0;
  margin-top: 0;
}
.insane-page .insane-content .insane-part2 .team img {
  width: 115px;
  margin-bottom: 14px;
}
.insane-page .insane-content .insane-part3 {
  display: flex;
  padding: 0 3%;
  margin: 50px auto 70px;
  max-width: 1150px;
  justify-content: space-between;
  align-items: center;
}
.insane-page .insane-content .insane-part3 .partne {
  width: 45%;
  max-width: 420px;
}
.insane-page .insane-content .insane-part3 .partne img {
  width: 260px;
  object-fit: contain;
  margin-bottom: 20px;
}
.insane-page .insane-content .insane-part3 .partne .text p em {
  color: #000;
  font-style: italic;
}
.insane-page .insane-content .insane-part3 .partne .text p strong {
  color: #1d6ac6;
  font-size: 110%;
}
.insane-page .insane-content .insane-part3 .video {
  width: 50%;
}
.insane-page .moodboard-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 60%;
  margin-left: 70px;
}
.insane-page .moodboard-container img.mood-title {
  width: 320px;
  object-fit: contain;
  position: relative;
  margin-bottom: 0vw;
}
.insane-page .moodboard-container img.obj {
  width: 244px;
  position: absolute;
  right: 70px;
  top: 70px;
}
.insane-page .moodboard-container .mood-gallery-container {
  z-index: 100;
  position: relative;
  top: 30px;
}
.insane-page .moodboard-container .mood-gallery-container .mood-gallery {
  width: 500px;
  height: 330px;
  overflow: hidden;
}
.insane-page .moodboard-container .mood-gallery-container .mood-gallery .slick-list, .insane-page .moodboard-container .mood-gallery-container .mood-gallery .slick-track {
  height: 100%;
}
.insane-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
  max-height: 330px;
  width: 100%;
  object-fit: cover;
}
.insane-page .moodboard-container .mood-gallery-container .dots-container {
  margin: 20px 0 0;
}
.insane-page .text p {
  margin-bottom: 14px;
  font-size: 15px;
  font-family: 'Ruda';
  color: #000;
  text-align: justify;
}
.insane-page .text p em {
  color: #1d6ac6;
  font-style: normal;
}
.insane-page .text p span {
  font-style: italic;
}
.insane-page .text ul {
  padding: 0 0 0 14px;
  margin: 20px 0 14px;
}
.insane-page .text ul li {
  font-size: 15px;
}
@media (min-width: 969px) and (max-width: 1300px) {
  .insane-page .insane-content .insane-part1 .text {
    max-width: 30vw;
  }
  .insane-page .insane-content .insane-part2 .team {
    max-width: 30vw;
  }
  .insane-page .insane-content .insane-part2 {
    margin: 5.5vw auto;
    max-width: 95vw;
  }
  .insane-page .insane-content .insane-part3 .partne {
    max-width: 30vw;
  }
  .insane-page .insane-content .insane-part1 .img-container .title {
    left: 5vw;
  }
  .insane-page .insane-content .insane-part1 .img-container .sjt {
    width: 20vw;
  }
  .insane-page .text p {
    margin-bottom: 1vw;
    font-size: 1.15vw;
  }
  .insane-page .insane-content .insane-part2 .team img {
    width: 8vw;
    margin-bottom: 1vw;
  }
  .insane-page .text p {
    margin-bottom: 1vw;
    font-size: 1vw;
  }
  .insane-page .moodboard-container {
    margin-left: 5vw;
  }
  .insane-page .moodboard-container img.mood-title {
    width: 23vw;
  }
  .insane-page .moodboard-container .mood-gallery-container {
    top: 2vw;
  }
  .insane-page .moodboard-container img.obj {
    width: 244px;
    position: absolute;
    right: 70px;
    top: 70px;
  }
  .insane-page .moodboard-container img.obj {
    width: 17vw;
    right: 5vw;
    top: 5vw;
  }
  .insane-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
    max-height: 23vw;
  }
  .insane-page .moodboard-container .mood-gallery-container .dots-container {
    margin: 1.5vw 0 0;
  }
  .insane-page .moodboard-container .mood-gallery-container .mood-gallery {
    width: 32vw;
    height: 23vw;
  }
  .insane-page .insane-content .insane-part3 {
    margin: 3.5vw auto 5vw;
    max-width: 80vw;
  }
  .insane-page .insane-content .insane-part3 .partne img {
    width: 18vw;
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 968px) {
  .insane-page .insane-content .insane-part1 {
    flex-direction: column;
  }
  .insane-page .insane-content .insane-part1 .img-container {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .insane-page .insane-content .insane-part1 .img-container .princip {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .insane-page .insane-content .insane-part1 .img-container .title {
    position: absolute;
    left: 8vw;
    top: unset;
    bottom: 10%;
    height: 70%;
    object-fit: contain;
  }
  .insane-page .insane-content .insane-part1 .img-container .sjt {
    right: unset;
    left: 10%;
    top: 5%;
    width: 40vw;
  }
  .insane-page .insane-content .insane-part1 .text {
    width: 100%;
    padding: 0 6%;
    margin: 4vw 0;
  }
  .insane-page .insane-content .insane-part2 {
    flex-direction: column;
    padding: 0 5%;
    position: relative;
  }
  .insane-page .insane-content .insane-part2 .team {
    width: 100%;
    padding-right: 0;
    padding-left: 30%;
    margin-top: 5vw;
  }
  .insane-page .insane-content .insane-part2 .team img {
    width: 25vw;
    margin-bottom: 3vw;
  }
  .insane-page .insane-content .insane-part3 {
    flex-direction: column;
    padding: 0 10%;
    margin-bottom: 5vw;
    margin-top: 10vw;
  }
  .insane-page .insane-content .insane-part3 .partne {
    width: 100%;
  }
  .insane-page .insane-content .insane-part3 .partne img {
    width: 55vw;
    margin-bottom: 3vw;
  }
  .insane-page .insane-content .insane-part3 .video {
    width: 100%;
    margin-top: 2vw;
  }
  .insane-page .moodboard-container {
    margin-left: 0%;
    width: 100%;
    position: static;
  }
  .insane-page .moodboard-container img.mood-title {
    width: 55vw;
    top: 0;
  }
  .insane-page .moodboard-container .mood-gallery-container .mood-gallery {
    width: 85vw;
    height: 52vw;
  }
  .insane-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
    max-height: 52vw;
  }
  .insane-page .moodboard-container .mood-gallery-container .dots-container {
    margin: 6vw 0 6vw;
  }
  .insane-page .moodboard-container img.obj {
    width: 25vw;
    position: absolute;
    right: unset;
    left: 4%;
    top: 93vw;
  }
  .insane-page .text ul li {
    font-size: 3.1vw;
  }
  .insane-page .text p {
    margin-bottom: 3vw;
    font-size: 3.1vw;
  }
}
/* projet
 --------------------------------------------- */.projet-page .projet-content .projet-part1 {
  display: flex;
  align-items: flex-start;
  max-width: 1600px;
  margin: 0 auto;
}
.projet-page .projet-content .projet-part1 .img-container {
  position: relative;
  width: 50%;
  align-self: stretch;
}
.projet-page .projet-content .projet-part1 .img-container .princip {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projet-page .projet-content .projet-part1 .img-container .title {
  width: 85%;
  position: absolute;
  top: 50%;
  transform: translate(5%, -50%);
  left: 5%;
  object-fit: contain;
}
.projet-page .projet-content .projet-part1 .img-container p {
  position: absolute;
  right: 16%;
  color: #f58002;
  font-size: 1.2vw;
  font-family: 'Ruda';
  text-align: center;
  margin: 0 0;
  top: 70%;
  transform: translate(5%, -50%);
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 {
  position: relative;
  width: 50%;
  max-width: 750px;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .text {
  width: 100%;
  padding: 0 0 14px;
  max-width: 420px;
  margin: 0 auto;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .text p {
  margin-top: 0;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .text p em, .projet-page .projet-content .projet-part1 .prjt-p1-2 .text p strong {
  font-size: 120%;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .text .projet-atelier {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .text .projet-atelier .sub-atelier {
  width: 49%;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .text .projet-atelier p {
  margin: 0 0;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .text .projet-atelier p em {
  font-weight: 700;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .text .projet-atelier ul li {
  padding-left: 20px;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .text .action h3 {
  font-size: 150%;
  color: #000;
  margin: 15px 0;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .text .action p {
  font-size: 110%;
  line-height: 150%;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .text .action p strong, .projet-page .projet-content .projet-part1 .prjt-p1-2 .text .action p em {
  font-size: 130%;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .feuille-link a {
  margin-top: 14px;
  margin-right: 45px;
  font-size: 16px;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 img.fleu {
  object-fit: contain;
  width: 360px;
}
.projet-page .projet-content .projet-part1 .prjt-p1-2 .arrow {
  position: absolute;
  width: 32px;
  left: 30px;
  top: 150px;
}
.projet-page .projet-content .projet-part2 {
  display: flex;
  justify-content: space-between;
  margin: 7px auto 50px;
  padding: 0 5% 0 3%;
  align-items: center;
  max-width: 1600px;
}
.projet-page .projet-content .projet-part2 .video {
  width: 44%;
}
.projet-page .projet-content .projet-part2 .projet-text2 {
  width: 50%;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projet-page .projet-content .projet-part2 .projet-text2 img.arrow {
  position: absolute;
  top: 80px;
  width: 115px;
  right: 0;
}
.projet-page .projet-content .projet-part2 .projet-text2 img.bg {
  position: absolute;
  width: 100%;
  object-fit: contain;
  object-position: center;
  top: 0;
  left: 0;
  z-index: -1;
}
.projet-page .projet-content .projet-part2 .projet-text2 .text {
  width: 100%;
  max-width: 500px;
}
.projet-page .projet-content .projet-part2 .projet-text2 .text p {
  color: #fff;
}
.projet-page .projet-content .projet-part2 .projet-text2 .text p strong {
  font-size: 110%;
}
.projet-page .projet-content .projet-part2 .projet-text2 .text p em {
  font-size: 22px;
  font-weight: 800;
}
.projet-page .projet-content .projet-part2 .projet-text2 .text .feuille-link {
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
.projet-page .projet-content .projet-part2 .projet-text2 .text .feuille-link a {
  text-align: center;
  display: block;
  position: relative;
  top: 30px;
}
.projet-page .projet-content .projet-part3 {
  display: flex;
  padding: 0 5%;
  margin: 0 auto 100px;
  max-width: 1600px;
  justify-content: space-between;
  align-items: center;
}
.projet-page .projet-content .projet-part3 .projt3-text {
  width: 48%;
  max-width: 420px;
  margin: 0 auto;
}
.projet-page .projet-content .projet-part3 .projt3-text .partne {
  width: 100%;
  margin-top: 70px;
}
.projet-page .projet-content .projet-part3 .projt3-text .partne img {
  width: 260px;
  object-fit: contain;
  margin-bottom: 7px;
  rotate: -5deg;
}
.projet-page .projet-content .projet-part3 .projt3-text .partne .text p {
  margin-bottom: 0;
}
.projet-page .projet-content .projet-part3 .projt3-text .partne .text p em {
  color: #000;
  font-style: italic;
}
.projet-page .projet-content .projet-part3 .projt3-text .partne .text p strong {
  color: #ff6702;
  font-size: 110%;
}
.projet-page .projet-content .projet-part3 .projt3-text .proj3-text1 {
  position: relative;
}
.projet-page .projet-content .projet-part3 .projt3-text .proj3-text1 .eclats {
  position: absolute;
  width: 230px;
  object-fit: contain;
  top: -115px;
  left: -100px;
}
.projet-page .projet-content .projet-part3 .projt3-text .proj3-text1 .text p {
  margin-bottom: 0;
}
.projet-page .projet-content .projet-part3 .projt3-text .proj3-text1 .text p strong {
  font-size: 150%;
  line-height: 100%;
}
.projet-page .moodboard-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 40%;
  margin-left: 1%;
}
.projet-page .moodboard-container img.mood-title {
  width: 320px;
  object-fit: contain;
  position: relative;
  margin-bottom: 0vw;
}
.projet-page .moodboard-container .mood-gallery-container {
  z-index: 100;
  position: relative;
  top: 30px;
}
.projet-page .moodboard-container .mood-gallery-container .mood-gallery {
  width: 100%;
  width: 500px;
  height: 320px;
  overflow: hidden;
}
.projet-page .moodboard-container .mood-gallery-container .mood-gallery .slick-list, .projet-page .moodboard-container .mood-gallery-container .mood-gallery .slick-track {
  height: 100%;
}
.projet-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
  max-height: 320px;
  width: 100%;
  object-fit: cover;
}
.projet-page .moodboard-container .mood-gallery-container .dots-container {
  margin: 20px 0 0;
}
.projet-page .text p {
  margin-bottom: 8px;
  font-size: 15px;
  font-family: 'Ruda';
  color: #000;
  text-align: justify;
}
.projet-page .text p em {
  color: #ff6702;
  font-style: normal;
}
.projet-page .text p span {
  font-style: italic;
}
.projet-page .text ul {
  padding: 0 0 0 14px;
  margin: 20px 0 14px;
}
.projet-page .text ul li {
  font-size: 15px;
}
.projet-page .text a {
  color: #ff6702;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.projet-page .text a:after {
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 15px;
  display: inline-block;
  background-image: url('/wp-content/themes/lazanka/sass/../images/download.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 969px) and (max-width: 1300px) {
  .projet-page .projet-content .projet-part1 .img-container p {
    font-size: 1.2vw;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 img.fleu {
    width: 25vw;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .arrow {
    width: 2vw;
    left: 2vw;
    top: 11vw;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .text {
    padding: 0 0 1vw;
    max-width: 30vw;
  }
  .projet-page .text p {
    margin-bottom: 0.6vw;
    font-size: 1vw;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .text .projet-atelier {
    margin-top: 2vw;
  }
  .projet-page .text a {
    font-size: 1.1vw;
  }
  .projet-page .text a:after {
    height: 1.1vw;
    width: 1.1vw;
    margin-left: 1vw;
  }
  .projet-page .text ul {
    padding: 0 0 0 1vw;
    margin: 1.5vw 0 1vw;
  }
  .projet-page .text ul li {
    font-size: 1vw;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .text .projet-atelier ul li {
    padding-left: 1.5vw;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .feuille-link a {
    margin-top: 1vw;
    margin-right: 3vw;
    font-size: 1.1vw;
  }
  .projet-page .projet-content .projet-part2 {
    margin: 0.5vw auto 3.5vw;
  }
  .projet-page .projet-content .projet-part2 .projet-text2 {
    height: 35vw;
  }
  .projet-page .projet-content .projet-part2 .projet-text2 .text {
    max-width: 35vw;
  }
  .projet-page .projet-content .projet-part2 .projet-text2 .text p em {
    font-size: 1.3vw;
  }
  .projet-page .projet-content .projet-part2 .projet-text2 .text a {
    top: 2vw;
    left: -2vw;
  }
  .projet-page .projet-content .projet-part2 .projet-text2 img.arrow {
    top: 6vw;
    width: 8vw;
  }
  .projet-page .projet-content .projet-part3 {
    margin: 0 auto 5vw;
    max-width: 85%;
  }
  .projet-page .projet-content .projet-part3 .projt3-text .proj3-text1 .eclats {
    width: 16vw;
    top: -8vw;
    left: -8vw;
  }
  .projet-page .projet-content .projet-part3 .projt3-text .partne img {
    width: 18vw;
    margin-bottom: 0.5vw;
  }
  .projet-page .moodboard-container img.mood-title {
    width: 23vw;
  }
  .projet-page .moodboard-container .mood-gallery-container {
    top: 2vw;
  }
  .projet-page .moodboard-container .mood-gallery-container .mood-gallery {
    width: 38vw;
    height: 23vw;
  }
  .projet-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
    max-height: 23vw;
  }
  .projet-page .moodboard-container .mood-gallery-container .dots-container {
    margin: 1.5vw 0 0;
  }
  .partne .text {
    max-width: 30vw;
  }
  .projet-page .projet-content .projet-part3 .projt3-text {
    width: unset;
    max-width: 30vw;
    margin: 0 0;
  }
  .projet-page .moodboard-container .mood-gallery-container {
    top: 0px;
  }
}
@media screen and (max-width: 968px) {
  .projet-page .projet-content .projet-part1 {
    flex-direction: column;
  }
  .projet-page .projet-content .projet-part1 .img-container {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .projet-page .projet-content .projet-part1 .img-container .princip {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .projet-page .projet-content .projet-part1 .img-container .title {
    left: 8%;
    top: unset;
    bottom: 20%;
    width: 80%;
  }
  .projet-page .projet-content .projet-part1 .img-container p {
    right: 0;
    font-size: 5vw;
    top: unset;
    width: 100%;
    transform: translate(0, -50%);
    bottom: 15%;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 {
    width: 100%;
    padding: 5vw 9%;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .text {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .text p:first-child em {
    width: 20vw;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .text .projet-atelier {
    margin-top: 5vw;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .text .projet-atelier p {
    font-size: 3.2vw;
    font-weight: 600;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .text .projet-atelier .sub-atelier {
    margin-bottom: 5vw;
    width: 100%;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .text .feuille-link {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 3vw;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .text .feuille-link a {
    margin-top: 1vw;
    margin-right: 3vw;
    font-size: 3.2vw;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .text .feuille-link a:after {
    height: 2.5vw;
    width: 2.5vw;
    margin-left: 1.5vw;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 img.fleu {
    width: 100%;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .arrow {
    width: 6vw;
    left: 2vw;
    top: 28vw;
  }
  .projet-page .projet-content .projet-part2 {
    flex-direction: column;
    padding: 0 0;
    margin-bottom: 5vw;
    margin-top: 0vw;
  }
  .projet-page .projet-content .projet-part2 .projet-text2 {
    width: 100%;
    height: 110vw;
    margin-bottom: 25vw;
  }
  .projet-page .projet-content .projet-part2 .projet-text2 img.bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .projet-page .projet-content .projet-part2 .projet-text2 .text {
    width: 85%;
  }
  .projet-page .projet-content .projet-part2 .projet-text2 .text p em {
    font-size: 4vw;
  }
  .projet-page .projet-content .projet-part2 .projet-text2 img.arrow {
    top: unset;
    width: 25vw;
    right: 50%;
    rotate: 90deg;
    bottom: -15vw;
  }
  .projet-page .projet-content .projet-part2 .video {
    width: 100%;
    margin-top: 2vw;
    padding: 0 5vw;
  }
  .projet-page .projet-content .projet-part3 {
    flex-direction: column-reverse;
    padding: 0 5%;
    position: relative;
  }
  .projet-page .projet-content .projet-part3 .projt3-text {
    width: 90%;
    margin-top: 10vw;
  }
  .projet-page .projet-content .projet-part3 .projt3-text .proj3-text1 .eclats {
    width: 35vw;
    top: -19vw;
    left: -14.5vw;
  }
  .projet-page .projet-content .projet-part3 .projt3-text .proj3-text1 .text p {
    margin-top: 4vw;
  }
  .projet-page .projet-content .projet-part3 .projt3-text .partne {
    width: 100%;
    margin-top: 10vw;
  }
  .projet-page .projet-content .projet-part3 .projt3-text .partne img {
    width: 55vw;
    margin-bottom: 3vw;
  }
  .projet-page .moodboard-container {
    margin-left: 0%;
    margin-top: 6vw;
    width: 100%;
    position: static;
    align-items: flex-start;
    overflow: hidden;
  }
  .projet-page .moodboard-container img.mood-title {
    width: 55vw;
    top: 0;
  }
  .projet-page .moodboard-container .mood-gallery-container .mood-gallery {
    width: 85vw;
    height: 52vw;
  }
  .projet-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
    max-height: 52vw;
  }
  .projet-page .moodboard-container .mood-gallery-container .dots-container {
    margin: 6vw 0 6vw;
  }
  .projet-page .text ul li {
    font-size: 3.1vw;
  }
  .projet-page .text p {
    margin-bottom: 3vw;
    font-size: 3.1vw;
  }
  .projet-page .text a {
    margin-top: 1vw;
    margin-right: 3vw;
    font-size: 3.2vw;
  }
  .projet-page .text a:after {
    height: 2.5vw;
    width: 2.5vw;
    margin-left: 1.5vw;
  }
  .projet-page .projet-content .projet-part2 .projet-text2 .text .feuille-link {
    width: 85%;
  }
  .projet-page .projet-content .projet-part2 .projet-text2 .text .feuille-link a {
    top: 0;
  }
  .projet-page .projet-content .projet-part1 .prjt-p1-2 .text .action p {
    text-align: left;
  }
}
/* contact
 --------------------------------------------- */.contact-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-page img.pink-bg {
  position: absolute;
  width: 35vw;
  left: -16vw;
  top: -8vw;
  object-fit: contain;
}
.contact-page img.contact-header {
  object-fit: contain;
  width: 600px;
  margin: 70px 0;
}
.contact-page .contact-content {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  padding: 0 20% 0 10%;
  max-width: 1600px;
  margin: 0 auto;
}
.contact-page .contact-content img.obj {
  position: absolute;
  width: 260px;
  right: 45px;
  object-fit: contain;
  top: -115px;
}
.contact-page .contact-content .cont-cont1 {
  align-self: flex-start;
}
.contact-page .contact-content .cont-cont1 p {
  margin: 0 0 0.5vw;
  font-size: 16px;
  font-family: 'Ruda';
  color: #000;
  text-align: justify;
  line-height: 1.49;
}
.contact-page .contact-content .cont-cont1 p strong {
  font-weight: 800;
}
.contact-page .contact-content .cont-cont1 p br {
  display: none;
}
.contact-page .contact-content .cont-cont1 .zanka-socia {
  width: 150px;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.contact-page .contact-content .cont-cont1 .zanka-socia img {
  width: 2vw;
  object-fit: contain;
}
.contact-page .contact-content .cont-cont2 {
  width: 570px;
  align-self: flex-end;
  position: relative;
  top: -30px;
}
.contact-page .contact-content .cont-cont2 p {
  margin: 0 0 0.2vw;
  font-size: 16px;
  font-family: 'Ruda';
  color: #000;
  text-align: center;
  line-height: 1.59;
}
.contact-page .contact-content .cont-cont2 p strong {
  font-weight: 800;
  margin-bottom: 1vw;
  display: block;
}
.contact-page .contact-content .cont-cont2 p br {
  display: none;
}
.contact-page .contact-content img.arrow {
  width: 30px;
  object-fit: contain;
  align-self: center;
  margin-left: 150px;
}
.contact-page .contact-content2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
  margin: 70px auto 45px;
  max-width: 1600px;
}
.contact-page .contact-content2 h2 {
  font-size: 28px;
  position: relative;
  margin: 0 0 60px;
}
.contact-page .contact-content2 h2 img {
  position: absolute;
  width: 100px;
  right: -55px;
  top: -15px;
  object-fit: contain;
}
.contact-page .contact-content2 .soutiens-container {
  width: 60%;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.contact-page .contact-content2 .soutiens-container .soutiens {
  display: flex;
  flex-wrap: wrap;
}
.contact-page .contact-content2 .soutiens-container .soutiens img {
  object-fit: contain;
  max-width: 160px;
  max-height: 100px;
  margin: 0vw 45px 15px 0;
}
.contact-page .contact-content2 .membres-container {
  width: 35%;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.contact-page .contact-content2 .membres-container .membres {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-page .contact-content2 .membres-container .membres img {
  object-fit: contain;
  max-width: 160px;
  max-height: 100px;
  margin: 0vw 0vw 15px 0;
}
.contact-page .contact-content2 .membres-container .membres img:nth-child(2n+1) {
  margin: 0vw 45px 15px 0;
}
@media (min-width: 969px) and (max-width: 1300px) {
  .contact-page img.contact-header {
    width: 40vw;
    margin: 5vw 0;
  }
  .contact-page .contact-content2 {
    margin: 5vw auto 3vw;
  }
  .contact-page .contact-content2 .soutiens-container .soutiens img {
    max-width: 11vw;
    max-height: 7vw;
    margin: 0vw 3vw 1vw 0;
  }
  .contact-page .contact-content2 .membres-container .membres img:nth-child(2n+1) {
    margin: 0vw 3vw 1vw 0;
  }
  .contact-page .contact-content .cont-cont1 p {
    margin: 0 0 0.5vw;
    font-size: 1.1vw;
  }
  .contact-page .contact-content .cont-cont2 p {
    margin: 0 0 0.2vw;
    font-size: 1.1vw;
  }
  .contact-page .contact-content img.obj {
    width: 18vw;
    right: 3vw;
    top: -10vw;
  }
  .contact-page .contact-content2 h2 {
    font-size: 2vw;
    position: relative;
    margin: 0 0 4vw;
  }
  .contact-page .contact-content2 h2 img {
    width: 7vw;
    right: -4vw;
    top: -1.1vw;
  }
  .contact-page .contact-content img.arrow {
    width: 2vw;
    margin-left: 10vw;
  }
}
@media screen and (max-width: 968px) {
  .contact-page img.pink-bg {
    width: 50vw;
    top: -15vw;
  }
  .contact-page img.contact-header {
    object-fit: contain;
    width: 75%;
    margin: 20vw 0 0;
  }
  .contact-page .contact-content {
    padding: 0 10% 0 10%;
    margin-top: 5vw;
  }
  .contact-page .contact-content .cont-cont1 p {
    font-size: 3.5vw;
    line-height: 1.59;
  }
  .contact-page .contact-content .cont-cont1 p br {
    display: block;
  }
  .contact-page .contact-content .cont-cont1 .zanka-socia {
    width: 35vw;
    margin: 4vw 0 0;
  }
  .contact-page .contact-content .cont-cont1 .zanka-socia img {
    width: 7vw;
  }
  .contact-page .contact-content .cont-cont2 {
    width: auto;
    align-self: center;
    position: relative;
    top: 0;
    margin-top: 10vw;
  }
  .contact-page .contact-content .cont-cont2 p {
    font-size: 3.5vw;
    margin: 0 0 0.5vw;
  }
  .contact-page .contact-content .cont-cont2 p strong {
    margin-bottom: 1.5vw;
    font-size: 3.5vw;
  }
  .contact-page .contact-content .cont-cont2 p br {
    display: block;
  }
  .contact-page .contact-content img.obj {
    width: 25vw;
    top: 15%;
    right: 1vw;
  }
  .contact-page .contact-content img.arrow {
    width: 8vw;
    margin-left: 35vw;
  }
  .contact-page .contact-content2 {
    flex-direction: column;
    padding: 0 10%;
    margin: 10vw 0 5vw;
  }
  .contact-page .contact-content2 h2 {
    font-size: 4.5vw;
    margin: 0 0 8vw;
  }
  .contact-page .contact-content2 h2 img {
    width: 15vw;
    right: -8vw;
    top: -3vw;
  }
  .contact-page .contact-content2 .soutiens-container {
    width: 100%;
  }
  .contact-page .contact-content2 .soutiens-container h2 {
    margin: 0 0 10vw;
  }
  .contact-page .contact-content2 .soutiens-container .soutiens {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .contact-page .contact-content2 .soutiens-container .soutiens img {
    max-width: 28%;
    max-height: unset;
    margin: 0vw 0vw 1vw 0;
  }
  .contact-page .contact-content2 .membres-container {
    width: 100%;
    margin-top: 8vw;
  }
  .contact-page .contact-content2 .membres-container .membres {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .contact-page .contact-content2 .membres-container .membres img {
    max-width: 40%;
    max-height: unset;
    margin: 0vw 0vw 1vw 0;
  }
}
/* vous
 --------------------------------------------- */.vous-page .vous-header {
  height: 89vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2vw 0;
  background-position: center;
  background-size: cover;
}
.vous-page .vous-header img {
  object-fit: contain;
  width: 90vh;
  margin-top: 40vh;
}
.vous-page .vous-content {
  margin: 0 auto;
  max-width: 1600px;
}
.vous-page .vous-content .vous-part1 {
  display: flex;
  padding: 0 0 0 0;
  margin: 80px auto 0;
  max-width: 960px;
  justify-content: space-between;
}
.vous-page .vous-content .vous-part1 .vous-p-1 {
  width: 45%;
  position: relative;
}
.vous-page .vous-content .vous-part1 .vous-p-1 img.larme {
  position: absolute;
  width: 44px;
  left: -70px;
  top: 45%;
}
.vous-page .vous-content .vous-part1 .vous-p-1 .title {
  width: 75%;
  margin-bottom: 14px;
  object-fit: contain;
  position: relative;
  left: -3vw;
}
.vous-page .vous-content .vous-part1 .vous-p-1 img.arrow-d {
  position: absolute;
  width: 44px;
  left: -55px;
  top: 50px;
}
.vous-page .vous-content .vous-part1 .vous-p-1 .text p:first-child em {
  color: #000;
  opacity: 0;
  display: inline-block;
  width: 100px;
}
.vous-page .vous-content .vous-part1 .vous-p-1 .text p:first-child strong {
  font-size: 105%;
}
.vous-page .vous-content .vous-part1 .vous-p-1 .text p strong {
  font-size: 115%;
}
.vous-page .vous-content .vous-part1 .vous-p-2 {
  width: 45%;
  object-fit: contain;
}
.vous-page .vous-content .vous-part2 {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 0;
  max-width: 1100px;
  margin: 60px auto;
}
.vous-page .vous-content .vous-part2 .vous-p-2 {
  width: 55%;
  height: auto;
  overflow: hidden;
}
.vous-page .vous-content .vous-part2 .vous-p-2 img {
  width: 100%;
  object-fit: contain;
}
.vous-page .moodboard-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 40%;
}
.vous-page .moodboard-container img.mood-title {
  width: 315px;
  object-fit: contain;
  position: relative;
  margin-bottom: 0vw;
}
.vous-page .moodboard-container .mood-gallery-container {
  z-index: 100;
  position: relative;
  top: 2vw;
}
.vous-page .moodboard-container .mood-gallery-container .mood-gallery {
  width: 100%;
  width: 500px;
  height: 320px;
  overflow: hidden;
}
.vous-page .moodboard-container .mood-gallery-container .mood-gallery .slick-list, .vous-page .moodboard-container .mood-gallery-container .mood-gallery .slick-track {
  height: 100%;
}
.vous-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
  max-height: 320px;
  width: 100%;
  object-fit: cover;
}
.vous-page .moodboard-container .mood-gallery-container .dots-container {
  margin: 20px 0 0;
}
.vous-page .text p {
  margin-bottom: 14px;
  font-size: 15px;
  font-family: 'Ruda';
  color: #000;
  text-align: justify;
}
.vous-page .text p em {
  color: #ff6702;
  font-style: normal;
}
.vous-page .text p span {
  font-style: italic;
}
@media (min-width: 969px) and (max-width: 1300px) {
  .vous-page .vous-content .vous-part1 {
    margin: 5vw auto 0;
    max-width: 65vw;
  }
  .vous-page .vous-content .vous-part2 {
    max-width: 70vw;
    margin: 5vw auto;
  }
  .vous-page .vous-content .vous-part1 .vous-p-1 .title {
    margin-bottom: 1vw;
    left: -3vw;
  }
  .vous-page .vous-content .vous-part1 .vous-p-1 img.arrow-d {
    width: 2.8vw;
    left: -4.5vw;
    top: 3.5vw;
  }
  .vous-page .vous-content .vous-part1 .vous-p-1 img.larme {
    width: 2.8vw;
    left: -5vw;
    top: 45%;
  }
  .vous-page .text p {
    margin-bottom: 1vw;
    font-size: 1vw;
  }
  .vous-page .text p:first-child em {
    width: 7vw;
  }
  .vous-page .moodboard-container img.mood-title {
    width: 22vw;
  }
  .vous-page .moodboard-container .mood-gallery-container {
    top: 2vw;
  }
  .vous-page .moodboard-container .mood-gallery-container .mood-gallery {
    width: 36vw;
    height: 23vw;
  }
  .vous-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
    max-height: 23vw;
  }
  .vous-page .moodboard-container .mood-gallery-container .dots-container {
    margin: 1.5vw 0 0;
  }
}
@media screen and (max-width: 968px) {
  .vous-page .vous-header {
    height: 80vh;
  }
  .vous-page .vous-header img {
    width: 80vw;
    margin-top: 40vw;
  }
  .vous-page .vous-content .vous-part1 {
    flex-direction: column;
    max-width: 80%;
  }
  .vous-page .vous-content .vous-part1 .vous-p-1 {
    width: 100%;
  }
  .vous-page .vous-content .vous-part1 .vous-p-1 .text p:first-child em {
    width: 25vw;
  }
  .vous-page .vous-content .vous-part1 .vous-p-1 .title {
    width: 100%;
    left: 0;
    margin-bottom: 5vw;
  }
  .vous-page .vous-content .vous-part1 .vous-p-1 img.arrow-d {
    width: 8vw;
    left: 5vw;
    top: 16vw;
    rotate: -20deg;
  }
  .vous-page .vous-content .vous-part1 .vous-p-1 img.larme {
    width: 7vw;
    left: unset;
    top: 15vw;
    right: 0.5vw;
  }
  .vous-page .vous-content .vous-part1 .vous-p-2 {
    width: 100%;
  }
  .vous-page .vous-content .vous-part2 {
    flex-direction: column-reverse;
    padding: 0 0 0 0;
  }
  .vous-page .vous-content .vous-part2 .vous-p-2 {
    width: 100%;
    height: auto;
    overflow: unset;
  }
  .vous-page .moodboard-container {
    margin-left: 0%;
    margin-top: 10vw;
    width: 100%;
    position: static;
    align-items: center;
  }
  .vous-page .moodboard-container img.mood-title {
    width: 55vw;
    top: 0;
  }
  .vous-page .moodboard-container .mood-gallery-container .mood-gallery {
    width: 85vw;
    height: 52vw;
  }
  .vous-page .moodboard-container .mood-gallery-container .mood-gallery .slick-slide img {
    max-height: 52vw;
  }
  .vous-page .moodboard-container .mood-gallery-container .dots-container {
    margin: 6vw 0 6vw;
  }
  .vous-page .moodboard-container img.obj {
    width: 25vw;
    position: absolute;
    right: unset;
    left: 4%;
    top: 93vw;
  }
  .vous-page .text p {
    margin-bottom: 3vw;
    font-size: 3.1vw;
  }
}
/* actu
 --------------------------------------------- */.actu-page {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.actu-page img.cercle-bl {
  position: absolute;
  object-fit: contain;
  top: 20px;
  width: 130px;
  right: 37%;
}
.actu-page img.cercle {
  position: absolute;
  object-fit: contain;
  width: 150px;
  bottom: 65%;
  right: -50px;
}
.actu-page img.larme {
  position: absolute;
  object-fit: contain;
  bottom: 6vw;
  left: 3%;
  width: 70px;
}
.actu-page .actu-content {
  padding: 3vw 8% 8vw;
}
.actu-page .actu-content .other-actu.actu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.actu-page .actu-content .other-actu.actu .block {
  width: 30%;
}
.actu-page .actu-content .other-actu.actu .block.block-1 {
  width: 20%;
}
.actu-page .actu-content .other-actu.actu .block.block-1 .actu-title {
  rotate: -90deg;
  position: absolute;
  transform-origin: 100% 0;
  text-wrap: nowrap;
  white-space: nowrap;
  top: 0;
  left: -330px;
  margin: 0 0 0;
  font-size: 44px;
  width: 260px;
  text-align: end;
}
.actu-page .actu-content .other-actu.actu .block.block-1 .block-data {
  min-height: 270px;
}
.actu-page .actu-content .other-actu.actu .block.block-1 .block-data:first-child .single-actu .date {
  padding-top: 15px;
}
.actu-page .actu-content .other-actu.actu .block .block-data {
  position: relative;
}
.actu-page .actu-content .other-actu.actu .block .block-data .eclat {
  position: absolute;
  left: -40px;
  top: -75px;
  width: 138px;
  object-fit: contain;
  z-index: -1;
}
.actu-page .actu-content .other-actu.actu .block .block-data .cheveux {
  position: absolute;
  z-index: -1;
  bottom: -10px;
  right: -65px;
  width: 145px;
  object-fit: contain;
}
.actu-page .actu-content .other-actu.actu .block.block-2 {
  margin-right: 10%;
}
.actu-page .actu-content .other-actu.actu .block.block-2 .block-data:nth-child(2) {
  margin-bottom: 120px;
}
.actu-page .actu-content .other-actu.actu .block.block-2 .actu-title {
  text-align: center;
  margin: 70px 0 10px;
}
.actu-page .actu-content .other-actu.actu .block.block-2 .single-actu .title {
  text-align: center;
  color: #fd003c;
  padding: 0 20px;
}
.actu-page .actu-content .other-actu.actu .block.block-2 .single-actu .date {
  text-align: center;
}
.actu-page .actu-content .other-actu.actu .block.block-2 .single-actu .text p {
  text-align: center;
}
.actu-page .actu-content .other-actu.actu .block.block-2 .block-data:nth-child(2) .actu-title {
  text-align: left;
}
.actu-page .actu-content .other-actu.actu .block.block-2 .block-data:nth-child(2) .single-actu .title {
  text-align: left;
}
.actu-page .actu-content .other-actu.actu .block.block-2 .block-data:nth-child(2) .single-actu .date {
  text-align: left;
}
.actu-page .actu-content .other-actu.actu .block.block-2 .block-data:nth-child(2) .single-actu .text p {
  text-align: left;
}
.actu-page .actu-content .other-actu.actu .block.block-3 {
  flex-direction: column;
  display: flex;
}
.actu-page .actu-content .other-actu.actu .block.block-3 .actu-title {
  text-align: center;
}
.actu-page .actu-content .other-actu.actu .block.block-3 .single-actu .title {
  text-align: center;
}
.actu-page .actu-content .other-actu.actu .block.block-3 .single-actu .date {
  text-align: center;
}
.actu-page .actu-content .other-actu.actu .block.block-3 .single-actu .text p {
  text-align: center;
}
.actu-page .actu-content .other-actu.actu .block.block-3 .block-data:nth-child(2) .single-actu .title, .actu-page .actu-content .other-actu.actu .block.block-3 .block-data:nth-child(4) .single-actu .title {
  color: #fd003c;
  padding: 0 20px;
}
.actu-page .actu-content .other-actu.actu .block.block-3 .block-data:nth-child(2) {
  padding: 20px 0 60px;
}
.actu-page .actu-content .other-actu.actu .block.block-3 .block-data:nth-child(2) .single-actu .title {
  text-align: left;
}
.actu-page .actu-content .other-actu.actu .block.block-3 .block-data:nth-child(2) .single-actu .date {
  text-align: left;
}
.actu-page .actu-content .other-actu.actu .block.block-3 .block-data:nth-child(2) .single-actu .text p {
  text-align: left;
}
.actu-page .actu-content .other-actu.actu .block.block-3 .block-data:nth-child(2) .actu-title {
  rotate: -90deg;
  position: absolute;
  transform-origin: 100% 0;
  text-wrap: nowrap;
  white-space: nowrap;
  top: 0;
  left: -220px;
  margin: 0 0 0;
  font-size: 38px;
  width: 130px;
  text-align: center;
}
.actu-page .actu-content .other-actu.actu .block.block-3 .block-data:nth-child(3) {
  align-self: flex-end;
}
.actu-page .actu-content .other-actu.actu .block .actu-title {
  font-size: 32px;
  margin: 30px 0 10px;
  line-height: 38px;
  font-weight: 800;
  text-align: left;
  font-family: 'Ruda';
  color: #fd003c;
}
.actu-page .actu-content .other-actu.actu .block .actu-title.even {
  color: #1e69c6;
}
.actu-page .actu-content .other-actu.actu .block .single-actu {
  margin-bottom: 20px;
}
.actu-page .actu-content .other-actu.actu .block .single-actu .title {
  font-size: 16px;
  margin: 0vw 0 10px;
  font-weight: 600;
  text-align: left;
  font-family: 'Ruda';
  color: #1e69c6;
}
.actu-page .actu-content .other-actu.actu .block .single-actu .date {
  font-size: 16px;
  margin: 0vw 0 10px;
  font-weight: 700;
  font-family: 'Ruda';
  color: #000;
}
.actu-page .actu-content .other-actu.actu .block .single-actu .text p {
  margin-bottom: 4px;
  margin-top: 0;
  font-size: 13px;
  font-family: 'Ruda';
  color: #000;
  text-align: justify;
  line-height: 1.36;
}
.actu-page .actu-content .other-actu.actu .block .single-actu .text pre {
  background-color: transparent;
  margin: 0.2vw 0 0.2vw;
  white-space: wrap;
  padding: 0 0;
  font-size: 0.9vw;
  color: #000;
  padding-left: 1.5vw;
  position: relative;
}
.actu-page .actu-content .other-actu.actu .block .single-actu .text pre::before {
  content: "";
  width: 1.2vw;
  position: absolute;
  left: 0;
  top: 0.21vw;
  height: 1vw;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/wp-content/themes/lazanka/sass/../images/fleche.webp');
}
@media screen and (min-width: 1600px) {
  .actu-page {
    overflow: visible;
  }
}
@media (min-width: 969px) and (max-width: 1300px) {
  .actu-page .actu-content .other-actu.actu .block .single-actu .date {
    font-size: 1.1vw;
    margin: 0vw 0 0.7vw;
  }
  .actu-page .actu-content .other-actu.actu .block.block-1 .block-data:first-child .single-actu .date {
    padding-top: 1.1vw;
  }
  .actu-page .actu-content .other-actu.actu .block .single-actu {
    margin-bottom: 1.4vw;
  }
  .actu-page .actu-content .other-actu.actu .block .single-actu .title {
    font-size: 1.1vw;
    margin: 0vw 0 0.7vw;
  }
  .actu-page .actu-content .other-actu.actu .block .actu-title {
    font-size: 2.25vw;
    margin: 2vw 0 0.7vw;
    line-height: 2.25vw;
  }
  .actu-page .actu-content .other-actu.actu .block.block-2 .actu-title {
    margin: 5vw 0 0.7vw;
  }
  .actu-page .actu-content .other-actu.actu .block .single-actu .text p {
    margin-bottom: 0.3vw;
    margin-top: 0;
    font-size: 0.9vw;
  }
  .actu-page .actu-content .other-actu.actu .block .block-data .eclat {
    left: -3.2vw;
    top: -5.1vw;
    width: 9.5vw;
  }
  .actu-page img.cercle-bl {
    top: 1.5vw;
    width: 9vw;
  }
  .actu-page img.cercle {
    width: 10vw;
    right: -3.5vw;
  }
  .actu-page .actu-content .other-actu.actu .block .block-data .cheveux {
    bottom: -1vw;
    right: -4.5vw;
    width: 10vw;
  }
  .actu-page img.larme {
    bottom: 6vw;
    width: 5vw;
  }
  .actu-page .actu-content .other-actu.actu .block.block-1 .block-data {
    min-height: 19vw;
  }
  .actu-page .actu-content .other-actu.actu .block.block-1 .actu-title {
    left: -22.2vw;
    font-size: 3vw;
    width: 18vw;
  }
  .actu-page .actu-content .other-actu.actu .block.block-3 .block-data:nth-child(2) .actu-title {
    left: -15.4vw;
    font-size: 2.55vw;
    width: 9vw;
  }
}
@media screen and (max-width: 968px) {
  .actu-page img.cercle-bl {
    top: -16vw;
    width: 30vw;
    left: 10vw;
  }
  .actu-page img.cercle {
    width: 40vw;
    bottom: 57%;
    right: unset;
    left: -22vw;
  }
  .actu-page img.cosm {
    top: 25vw;
    left: 5vw;
    height: 80vw;
  }
  .actu-page .actu-content {
    padding: 25vw 10% 10vw 25%;
  }
  .actu-page .actu-content .other-actu.actu {
    flex-direction: column;
    width: 100%;
  }
  .actu-page .actu-content .other-actu.actu .block {
    width: 100%;
  }
  .actu-page .actu-content .other-actu.actu .block.block-1 {
    width: 100%;
  }
  .actu-page .actu-content .other-actu.actu .block.block-1 .block-data {
    min-height: 75vw;
  }
  .actu-page .actu-content .other-actu.actu .block.block-1 .block-data .actu-title {
    left: -85vw;
    text-align: end;
    font-size: 12vw;
    width: 70vw;
    position: absolute;
    margin: 0 0 0;
  }
  .actu-page .actu-content .other-actu.actu .block.block-1:first-child .single-actu .date {
    padding-top: 0;
  }
  .actu-page .actu-content .other-actu.actu .block .block-data .actu-title {
    font-size: 6vw;
    left: -10vw;
    width: 75vw;
    margin: 10vw 0 4vw;
    position: relative;
  }
  .actu-page .actu-content .other-actu.actu .block .block-data .single-actu .title {
    font-size: 4vw;
    margin: 0 0 2vw;
  }
  .actu-page .actu-content .other-actu.actu .block .block-data .single-actu .date {
    font-size: 3.5vw;
    margin: 0vw 0 1.5vw;
  }
  .actu-page .actu-content .other-actu.actu .block .block-data .single-actu .text p {
    margin-bottom: 0.2vw;
    font-size: 3.2vw;
  }
  .actu-page .actu-content .other-actu.actu .block .block-data .single-actu .text pre {
    font-size: 3.2vw;
    padding-left: 5.5vw;
  }
  .actu-page .actu-content .other-actu.actu .block .block-data .single-actu .text pre::before {
    content: "";
    width: 5vw;
    position: absolute;
    left: 0;
    top: 1vw;
    height: 3vw;
  }
  .actu-page .actu-content .other-actu.actu .block .block-data .eclat {
    left: -17vw;
    top: -14vw;
    width: 30vw;
  }
  .actu-page .actu-content .other-actu.actu .block .block-data .cheveux {
    bottom: unset;
    top: -1vw;
    right: -10vw;
    width: 25vw;
  }
  .actu-page .actu-content .other-actu.actu .block.block-2 {
    margin-right: 0;
  }
  .actu-page .actu-content .other-actu.actu .block.block-2 .block-data:nth-child(2) {
    margin-bottom: 100px;
  }
  .actu-page .actu-content .other-actu.actu .block.block-3 .block-data:nth-child(2) .actu-title .actu-title {
    left: -50vw;
    margin: 0 0 0;
    font-size: 8vw;
    width: 32vw;
    text-align: center;
    line-height: 100%;
  }
  .actu-page .actu-content .other-actu.actu .block.block-3 .block-data:nth-child(2) {
    margin: 8vw 0;
  }
}
/* port
 --------------------------------------------- */.portf-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.portf-page img.pink-bg {
  position: absolute;
  width: 70vw;
  right: -40vw;
  bottom: -25vw;
  object-fit: contain;
}
.portf-page img.portf-header {
  object-fit: contain;
  width: 5vw;
  position: absolute;
  left: 11vw;
  top: 1.5vw;
}
.portf-page img.cercle {
  position: absolute;
  width: 15vw;
  left: -8vw;
  top: -1vw;
  object-fit: contain;
}
.portf-page .portf-content {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10% 0 10%;
}
.portf-page .portf-content .slide-portolio-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 4vw 0 0;
}
.portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-for {
  width: 65vw;
  height: 35vw;
  margin-bottom: 1vw;
}
.portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-for .slick-list, .portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-for .slick-track, .portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-for .slick-slide > div {
  height: 100%;
}
.portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-nav {
  width: 70vw;
  height: 8vw;
  padding: 0 5vw;
  cursor: pointer;
}
.portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-nav .video-holder {
  pointer-events: none;
}
.portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-nav .slick-list, .portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-nav .slick-track, .portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-nav .slick-slide > div {
  height: 100%;
}
.portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-nav span.slick-arrow {
  height: 80%;
  width: 3vw;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 10%;
}
.portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-nav span.slick-arrow.next-slide {
  background-image: url('/wp-content/themes/lazanka/sass/../images/left.webp');
  left: 0;
}
.portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-nav span.slick-arrow.prev-slide {
  background-image: url('/wp-content/themes/lazanka/sass/../images/right.webp');
  right: 0;
}
.portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-nav .slick-slide {
  margin: 0 0.5vw;
}
.portf-page .portf-content .slide-portolio-container .portfolio-slide .video-holder {
  background-color: #000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.portf-page .portf-content .slide-portolio-container .portfolio-slide p {
  color: #fff;
}
.portf-page .portf-content .zanka-socia {
  width: 10vw;
  display: flex;
  justify-content: space-between;
  margin: 3vw 0 3vw;
}
.portf-page .portf-content .zanka-socia img {
  width: 2vw;
  object-fit: contain;
}
.slick-lightbox .slick-next {
  background-image: url('/wp-content/themes/lazanka/sass/../images/left-w.webp');
  left: 1vw !important;
  width: 5vw;
  height: 5vw;
  display: block;
  top: 40%;
  z-index: 9999;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-lightbox .slick-prev {
  background-image: url('/wp-content/themes/lazanka/sass/../images/right-w.webp');
  right: 1vw;
  left: unset !important;
  width: 5vw;
  height: 5vw;
  display: block;
  top: 40%;
  z-index: 9999;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-lightbox .slick-lightbox-close {
  top: 1vw;
  right: 3vw;
}
.slick-lightbox .slick-lightbox-close::before {
  font-size: 3vw;
}
@media screen and (max-width: 968px) {
  .portf-page {
    height: 100vh;
  }
  .portf-page img.pink-bg {
    height: 55vh;
    right: -60%;
    bottom: -25vw;
  }
  .portf-page img.portf-header {
    object-fit: contain;
    width: 13vw;
    position: absolute;
    left: 42%;
    top: 10vw;
    rotate: 90deg;
  }
  .portf-page .portf-content {
    position: static;
  }
  .portf-page .portf-content .slide-portolio-container {
    margin: 12vw 0 0;
  }
  .portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-for {
    width: 90vw;
    height: 27vh;
    margin-bottom: 1.5vw;
  }
  .portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-for .video-holder {
    background-size: 14vw;
  }
  .portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-nav {
    width: 80vw;
    height: 12vh;
    padding: 0 6vw;
  }
  .portf-page .portf-content .slide-portolio-container .portfolio-slide.slider-nav span.slick-arrow {
    height: 80%;
    width: 4vw;
  }
  .portf-page .portf-content .zanka-socia {
    width: 35vw;
    margin: 5vw 0 0;
    position: absolute;
    bottom: 7vh;
  }
  .portf-page .portf-content .zanka-socia img {
    width: 7vw;
  }
  .portf-page img.cercle {
    width: 40vw;
    left: -12vw;
    top: -5vw;
  }
  .slick-lightbox .slick-lightbox-close {
    top: 2vw;
    right: 5vw;
  }
  .slick-lightbox .slick-lightbox-close::before {
    font-size: 10vw;
  }
  .slick-lightbox .slick-next {
    top: 48%;
  }
  .slick-lightbox .slick-prev {
    top: 48%;
  }
}
/* Comments
 --------------------------------------------- */.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
 --------------------------------------------- */.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
 --------------------------------------------- */.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */.custom-logo-link {
  display: inline-block;
}
/* Captions
 --------------------------------------------- */.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
 --------------------------------------------- */.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # Plugins
 --------------------------------------------------------------*//* Jetpack infinite scroll
 --------------------------------------------- *//* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # 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;
}
/* Alignments
 --------------------------------------------- *//*rtl:ignore*/.alignleft {
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
