@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.otgs-development-site-front-end {
  display: none !important;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
html {
  scroll-behavior: smooth;
  min-height: 100%;
  height: auto;
}
html.noscroll {
  overflow: hidden !important;
  scroll-behavior: unset;
}

body {
  min-height: 100%;
  height: auto;
  text-rendering: geometricPrecision;
  line-height: 1.5;
  scroll-behavior: smooth;
}

/* Set Sections to take all width available */
section {
  width: 100%;
}

/* Make HR easier to work with */
hr {
  display: block;
  margin: rem(16) 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul {
  margin: 0;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

a {
  text-decoration: none;
  opacity: 1;
  cursor: pointer !important;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: parkinsans;
  src: url("../fonts/parkinsans/Parkinsans-Regular.otf");
  src: url("../fonts/parkinsans/Parkinsans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/parkinsans/Parkinsans-Regular.woff2") format("woff2"), url("../fonts/parkinsans/Parkinsans-Regular.woff") format("woff"), url("../fonts/parkinsans/Parkinsans-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: parkinsans;
  src: url("../fonts/parkinsans/Parkinsans-Medium.otf");
  src: url("../fonts/parkinsans/Parkinsans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/parkinsans/Parkinsans-Medium.woff2") format("woff2"), url("../fonts/parkinsans/Parkinsans-Medium.woff") format("woff"), url("../fonts/parkinsans/Parkinsans-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: parkinsans;
  src: url("../fonts/parkinsans/Parkinsans-SemiBold.otf");
  src: url("../fonts/parkinsans/Parkinsans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/parkinsans/Parkinsans-SemiBold.woff2") format("woff2"), url("../fonts/parkinsans/Parkinsans-SemiBold.woff") format("woff"), url("../fonts/parkinsans/Parkinsans-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: parkinsans;
  src: url("../fonts/parkinsans/Parkinsans-Bold.otf");
  src: url("../fonts/parkinsans/Parkinsans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parkinsans/Parkinsans-Bold.woff2") format("woff2"), url("../fonts/parkinsans/Parkinsans-Bold.woff") format("woff"), url("../fonts/parkinsans/Parkinsans-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
#tinymce {
  background-color: white;
}

body {
  background-color: #fec197;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

@media only screen and (min-width: 1024px) {
  [data-splitting] .word {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
  }
  [data-splitting] .word-content {
    display: inline-block;
    will-change: transform;
    -webkit-transform: translateZ(0) translateY(101%);
            transform: translateZ(0) translateY(101%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: calc(var(--line-index) * 0.1s);
            transition-delay: calc(var(--line-index) * 0.1s);
  }
}
form.wpcf7-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

.mid {
  width: 100%;
}

.form-full {
  width: 100%;
}

label {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=textarea],
textarea {
  width: calc(100% - 30px) !important;
  font-size: 14px !important;
  border: 1px solid black !important;
  -webkit-appearance: none;
  outline: none;
  padding: 13px;
}
@media only screen and (min-width: 1024px) {
  input[type=text],
input[type=email],
input[type=tel],
input[type=textarea],
textarea {
    padding: 15px;
  }
}

textarea {
  width: calc(100% - 30px) !important;
  font-size: 14px !important;
  border: 1px solid black;
  -webkit-appearance: none;
  outline: none;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  textarea {
    width: calc(100% - 30px) !important;
    padding: 15px;
  }
}

.cg-button {
  margin-bottom: 0 !important;
}

.control-group {
  margin-bottom: 15px;
}
.control-group p {
  margin-bottom: 0;
}
.control-group br {
  display: none;
}
.control-group label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.control-group input {
  width: 100%;
}

.control-group .dd-wrap select {
  position: relative;
  display: block;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding-right: 50px;
  padding: 16px 35px 16px 19px;
  border: 1px solid #dbdbdb;
  border-radius: 5px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 140% !important;
  font-family: inherit;
  position: relative;
  -webkit-appearance: none;
  outline: none;
  color: black;
}

.control-group .dd-wrap svg {
  position: absolute;
  width: 16px;
  top: 30px;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.dd-wrap {
  position: relative;
}

.cg-button {
  width: 100%;
}

.wpcf7-submit {
  text-align: center;
  background-color: black;
  color: white;
  padding: 15px 20px;
  font-size: 14px;
  width: 100% !important;
}
@media only screen and (min-width: 1024px) {
  .wpcf7-submit {
    padding: 15px 20px;
    font-size: 16px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.title-form-wp {
  font-size: 20px;
  margin-bottom: 20px;
}

.divider-form-wp {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
  border-bottom: 1px solid black;
  opacity: 0.1;
}

.wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 15px;
  margin-bottom: 20px;
}

.codedropz-upload-handler {
  border: 1px solid #dbdbdb !important;
  padding-bottom: 20px;
}
.codedropz-upload-handler h3 {
  font-size: 18px !important;
}
.codedropz-upload-handler .cd-upload-btn {
  margin-top: 10px;
  border-radius: 30px;
  background-color: black;
  color: white;
  padding: 15px 25px;
  display: inline-block;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  height: 5px !important;
}

.dnd-upload-status .dnd-upload-details .name {
  color: black !important;
}

.dnd-upload-status .dnd-upload-details span.has-error {
  font-size: 12px !important;
}

.wpcf7-response-output {
  width: 100%;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

@media only screen and (min-width: 600px) {
  .mid {
    width: 49%;
  }

  .title-form-wp {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .title-form-wp {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  border-radius: 0px;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  border: 0;
  border-radius: 0px;
  margin: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important;
}

/* Button Controls
-----------------------------------------------*/
input[type=radio] {
  width: 0.9375rem;
  height: 1.625rem;
  margin: 0;
  border-radius: 0px;
}

/* File Uploads
-----------------------------------------------*/
input[type=file] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  border: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important;
}

/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  border: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important;
  background-repeat: no-repeat, repeat;
  background-position: right 0 top 50%, 0 0;
  background-size: 0.7em auto, 100%;
}

select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

h1,
.title-1 {
  font-size: 40px;
  line-height: 1.1;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: black;
}
@media only screen and (min-width: 600px) {
  h1,
.title-1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  h1,
.title-1 {
    font-size: 120px;
  }
}

h2,
.title-2 {
  font-size: 30px;
  line-height: 1.1;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: 600;
}
@media only screen and (min-width: 600px) {
  h2,
.title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  h2,
.title-2 {
    font-size: 80px;
  }
}

h3,
.title-3 {
  font-size: 20px;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: black;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  h3,
.title-3 {
    font-size: 40px;
  }
}

h4,
.title-4 {
  font-size: 20px;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  color: black;
}
@media only screen and (min-width: 1024px) {
  h4,
.title-4 {
    font-size: 25px;
  }
}

h5,
.title-5 {
  font-size: 18px;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  color: black;
}
@media only screen and (min-width: 1024px) {
  h5,
.title-5 {
    font-size: 20px;
  }
}

h6,
.title-6 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  color: black;
}

body {
  font: 600 1rem/1.25 "parkinsans", Helvetica, Arial, sans-serif;
  color: black;
}

p,
.paragraph {
  font-size: 14px;
  line-height: 1.5;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: black;
}
@media only screen and (min-width: 600px) {
  p,
.paragraph {
    font-size: 16px;
  }
}

::-moz-selection {
  border: 0;
  text-shadow: none;
  outline: none;
  background-color: #dadada;
}

::selection {
  border: 0;
  text-shadow: none;
  outline: none;
  background-color: #dadada;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}

.page-wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.34, 0.7, 0.27, 1), background-position 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: all 500ms cubic-bezier(0.34, 0.7, 0.27, 1), background-position 300ms cubic-bezier(0.34, 0.7, 0.27, 1);
}
.header__container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .header__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.header__link-logo {
  display: block;
  width: 180px;
  -webkit-transition: all 500ms cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: all 500ms cubic-bezier(0.34, 0.7, 0.27, 1);
}
@media only screen and (min-width: 600px) {
  .header__link-logo {
    width: 200px;
  }
}
.header__logo {
  pointer-events: all;
  width: 100%;
}
.header__logo--white {
  display: none;
}
.header__logo--black {
  display: block;
}
.header__item {
  display: none;
}
.header__mobile-menu {
  pointer-events: all;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header__mobile-menu--open .header__burger-line:first-of-type {
  margin: 0px;
  -webkit-transform: rotate(45deg) translateY(1px);
          transform: rotate(45deg) translateY(1px);
}
.header__mobile-menu--open .header__burger-line:last-of-type {
  width: 20px;
  margin: 0px;
  -webkit-transform: rotate(-45deg) translateY(-1px);
          transform: rotate(-45deg) translateY(-1px);
}
.header__burger-line {
  width: 20px;
  height: 2px;
  display: block;
  background-color: black;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header__burger-line:first-of-type {
  margin-bottom: 5px;
}
.header__burger-line-second {
  margin-bottom: 5px;
  width: 13px;
  margin-left: 7px;
}
.header__contact {
  display: none;
}
.header__menu-large {
  display: none;
}
.header--white .header__logo {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header--white .header__mobile-menu {
  color: white;
}
.header--white .header__buy {
  background-color: white;
}
.header--white .header__buy .container-anim-item {
  color: black;
}
.header--white .header__menu-link {
  color: white;
}
.header--white .header__menu-link::after {
  background-color: white;
}
.header--white .header__burger-line {
  background-color: white;
}
@media only screen and (min-width: 1024px) {
  .header--white .nav-main-menu > li > a {
    color: white;
  }
}
.header--small {
  background-color: #fec197;
}
.header--small .header__logo {
  -webkit-filter: invert(0);
          filter: invert(0);
}
.header--small .header__mobile-menu {
  color: white;
}
.header--small .header__burger-line {
  background-color: black;
}
.header--small .header__menu-link {
  color: black;
}
.header--small .header__menu-link::after {
  background-color: black;
}
.header--small .header__buy {
  background-color: black !important;
}
.header--small .header__buy .container-anim-item {
  color: white !important;
}
.header--hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

body.menu-show .header__logo--black {
  display: block !important;
}
body.menu-show .header__logo--white {
  display: none !important;
}

.menu {
  background-color: #fec197;
  z-index: 1999;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100dvh;
  height: var(--doc-height);
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  scroll-behavior: unset;
  pointer-events: none;
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
}
.menu--show {
  -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  opacity: 1;
  pointer-events: all;
}
.menu__container {
  height: 100%;
  position: relative;
  padding: 0 20px;
}
.menu__buy {
  display: block;
  pointer-events: all;
  background-color: black;
  padding: 10px 20px;
  font-size: 14px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .menu__buy {
    padding: 10px 20px;
    font-size: 16px;
    overflow: hidden;
    height: 40px;
  }
  .menu__buy:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  .menu__buy:hover .container-anim {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.menu__links {
  padding-top: 80px;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
@media only screen and (min-width: 600px) {
  .menu__links {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.menu__links-menu {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.menu__link {
  font-size: 16px;
  color: black;
  text-align: left;
  font-weight: 600;
  padding-bottom: 5px;
}
.menu__contact {
  padding-top: 50px;
  border-top: 1px solid black;
}
.menu__container-invisible {
  width: 100%;
}
.menu .wpml-ls {
  padding: 0;
}
.menu .wpml-ls-link {
  margin: 0;
  padding: 0;
}

.menu-show .header__burger-line {
  background-color: black;
}
.menu-show .header {
  background-color: #fec197;
}
.menu-show .header__logo {
  -webkit-filter: invert(0);
          filter: invert(0);
}

@media only screen and (min-width: 1024px) {
  .header {
    pointer-events: all;
  }
  .header__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__mobile {
    border: none;
  }
  .header__container-top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__link-logo {
    width: 250px;
  }
  .header__menu-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 10px;
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__buy {
    display: block;
    pointer-events: all;
    background-color: black;
    padding: 10px 20px;
    font-size: 14px;
    color: white;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .header__buy {
    padding: 10px 20px;
    font-size: 16px;
    overflow: hidden;
    height: 40px;
  }
  .header__buy:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  .header__buy:hover .container-anim {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu-link {
    text-align: right;
    color: black;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }
  .header__menu-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: black;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .header__menu-link:hover {
    opacity: 0.7;
  }
  .header__menu-link:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .header__menu-link.active::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (min-width: 1024px) {
  .header__mobile-menu {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header__contact {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .menu {
    display: none;
  }
}
.transition {
  background-color: #fec197;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3000;
  pointer-events: none;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0.86, 0.36, 0.95);
          animation-timing-function: cubic-bezier(0.3, 0.86, 0.36, 0.95);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.transition--open {
  -webkit-animation-name: open-transition;
          animation-name: open-transition;
}
@-webkit-keyframes open-transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes open-transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.transition--load {
  -webkit-animation-name: load-transition;
          animation-name: load-transition;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@-webkit-keyframes load-transition {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load-transition {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.footer {
  background-color: black;
}
.footer__container {
  padding: 40px 20px 20px 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .footer__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__container {
    padding: 50px 50px 30px 50px;
  }
}
.footer__cta {
  color: white;
  line-height: 1;
  font-size: 45px;
}
.footer__cta svg {
  position: absolute;
  width: 45px;
  margin-left: 10px;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .footer__cta {
    font-size: 80px;
  }
  .footer__cta svg {
    width: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__cta {
    font-size: 120px;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .footer__cta svg {
    width: 130px;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .footer__cta:hover {
    opacity: 0.8;
  }
  .footer__cta:hover svg {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}
.footer__grid-mid {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
@media only screen and (min-width: 600px) {
  .footer__grid-mid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 100px;
  }
}
.footer__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 40px;
  width: 70%;
}
@media only screen and (min-width: 600px) {
  .footer__menu {
    width: 100%;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__menu {
    row-gap: 20px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.footer__menu-link {
  text-align: left;
  color: white;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__menu-link.active {
  text-decoration: underline;
}
.footer__menu-link:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 600px) {
  .footer__menu-link {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__menu-link {
    font-size: 16px;
  }
}
.footer__link-logo {
  width: 170px;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .footer__link-logo {
    width: 250px;
  }
}
.footer__logo {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 100%;
}
.footer__grid-footer {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  border-top: 1px solid white;
}
@media only screen and (min-width: 1024px) {
  .footer__grid-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__content p,
.footer__content a {
  color: white !important;
  font-size: 12px !important;
}
.footer__policy {
  color: white;
  font-size: 12px !important;
  font-weight: 500;
}

.cursor__ball {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: difference;
  height: 100px;
  width: 100px;
}
.cursor__ball svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__ball circle {
  shape-rendering: geometricPrecision;
  fill: #ccc;
  fill-opacity: 0;
  stroke: #ccc;
  stroke-width: 2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__ball--big svg {
  width: 100px;
  height: 100px;
}
.cursor__ball--small circle {
  fill-opacity: 1;
  stroke-width: 0;
}
.cursor__text {
  height: 100px;
  width: 100px;
}
.cursor__text p {
  color: white;
  opacity: 0;
  mix-blend-mode: difference;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__image {
  width: 200px;
  height: 200px;
}
.cursor__image div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__image div img {
  width: 100%;
}
.cursor--animate .cursor__ball--big svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.cursor--expand .cursor__ball--big svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.cursor--text .cursor__ball--small svg {
  opacity: 0;
}
.cursor--text .cursor__text p {
  opacity: 1;
}
.cursor--image .cursor__ball--small svg,
.cursor--image .cursor__ball--big svg {
  opacity: 0;
}
.cursor--image .cursor__image div {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cursor--other .cursor__ball--big svg circle {
  fill-opacity: 1;
  fill: #dafba1;
  stroke: #dafba1;
}

.module-image-text {
  padding: 25px 0;
}
@media only screen and (min-width: 1024px) {
  .module-image-text {
    padding: 50px 0;
  }
}
.module-image-text__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .module-image-text__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.module-image-text__container--tadam {
  opacity: 1;
}
.module-image-text__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.module-image-text__container-image-first {
  position: relative;
}
.module-image-text__path {
  width: 100px;
  position: absolute;
  bottom: -20px;
  left: -20px;
}
@media only screen and (min-width: 1024px) {
  .module-image-text__path {
    width: 200px;
    bottom: -50px;
    left: -50px;
  }
}
.module-image-text__image {
  width: 100%;
  height: auto;
}
.module-image-text__link {
  display: block;
  background-color: white;
  padding: 10px 20px;
  font-size: 16px;
  color: black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .module-image-text__link {
    padding: 15px 20px;
    font-size: 18px;
    overflow: hidden;
    height: 52px;
  }
  .module-image-text__link:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  .module-image-text__link:hover .container-anim {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 600px) {
  .module-image-text__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
  .module-image-text__grid::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    z-index: 3;
  }

  .module-image-text--inverted .module-image-text__grid-item-left {
    grid-column: 2/3 !important;
    grid-row: 1/2;
  }
  .module-image-text--inverted .module-image-text__grid-item-right {
    grid-column: 1/2 !important;
    grid-row: 1/2;
  }
}
.module-description-video {
  padding: 25px 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .module-description-video {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .module-description-video {
    padding-bottom: 100px;
  }
}
.module-description-video__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .module-description-video__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.module-description-video__container--tadam {
  opacity: 1;
}
.module-description-video__video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.module-description-video__play {
  position: absolute;
  z-index: 3;
  width: 50px;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.module-description-video__play--hide {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 37.5rem) {
  .module-description-video__play {
    width: 80px;
  }
}
@media only screen and (min-width: 64rem) {
  .module-description-video__play {
    width: 100px;
  }
  .module-description-video__play:hover {
    -webkit-transform: translateZ(0) scale(0.9);
            transform: translateZ(0) scale(0.9);
  }
}
.module-description-video__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.2;
  z-index: 2;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.module-description-video__overlay--hide {
  opacity: 0;
  pointer-events: none;
}
.module-description-video__video {
  width: 100%;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.module-description-video__video--hide {
  opacity: 0;
  pointer-events: none;
}
.module-description-video__video--preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.module-description-video--tadam .module-description-video__container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.module-wysiwyg {
  padding: 25px 0;
}
@media only screen and (min-width: 1024px) {
  .module-wysiwyg {
    padding: 50px 0;
  }
}
.module-wysiwyg.white-block {
  background-color: transparent !important;
}
.module-wysiwyg.white-block .module-wysiwyg__grid {
  background-color: #fbf9e9;
  display: inline-block;
  padding: 50px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .module-wysiwyg.white-block .module-wysiwyg__grid {
    padding: 100px;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }
}
.module-wysiwyg__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .module-wysiwyg__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.module-wysiwyg__container--tadam {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .module-wysiwyg__grid {
    padding: 0 8.33%;
  }
}

.module-carrousel {
  padding: 25px 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .module-carrousel {
    padding: 50px 0;
  }
}
.module-carrousel__container {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.module-carrousel__container--tadam {
  opacity: 1;
}
.module-carrousel__container-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  width: 100%;
  margin: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .module-carrousel__container-image {
    width: 75%;
    padding-bottom: 50%;
  }
}
.module-carrousel__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.module-carrousel__container-arrows {
  position: absolute;
  z-index: 1;
  top: calc(50% - 20px);
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.module-carrousel__container-arrows svg {
  width: 30px;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (min-width: 600px) {
  .module-carrousel__container-arrows {
    top: calc(50% - 35px);
  }
  .module-carrousel__container-arrows svg {
    width: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-carrousel__container-arrows svg {
    width: 70px;
  }
  .module-carrousel__container-arrows svg:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.module-carrousel__arrow-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 5px;
}
@media only screen and (min-width: 1024px) {
  .module-carrousel__arrow-prev:hover {
    opacity: 1;
    -webkit-transform: rotate(180deg) scale(0.9) !important;
            transform: rotate(180deg) scale(0.9) !important;
  }
}

.module-spacer {
  display: block;
  height: var(--height-mobile);
}
@media only screen and (min-width: 37.5rem) {
  .module-spacer {
    height: var(--height-tablet);
  }
}
@media only screen and (min-width: 64rem) {
  .module-spacer {
    height: var(--height-desktop);
  }
}

.module-faq {
  padding: 25px 0;
}
@media only screen and (min-width: 1024px) {
  .module-faq {
    padding: 50px 0;
  }
}
.module-faq__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .module-faq__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.module-faq__container--tadam {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .module-faq__grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
}
.module-faq__grid-left {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .module-faq__grid-left {
    margin-bottom: 0;
  }
}
.module-faq__title {
  font-size: 18px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 600px) {
  .module-faq__title {
    text-align: left;
    font-size: 23px;
  }
}
.module-faq__toggl-title {
  font-size: 14px;
  line-height: 1.5;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: black;
}
@media only screen and (min-width: 600px) {
  .module-faq__toggl-title {
    font-size: 16px;
  }
}
.module-faq__content {
  height: 0px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}
.module-faq__toggl-header {
  display: grid;
  grid-template-columns: 6fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-faq__contenu-toggl {
  padding: 30px 0 0 0;
}
.module-faq__toggl-item {
  cursor: pointer;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid black;
}
@media only screen and (min-width: 600px) {
  .module-faq__toggl-item {
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-faq__toggl-item {
    padding: 35px;
  }
}
.module-faq__toggl-item--opened .toggl__anwser {
  display: block;
}
.module-faq__toggl-item--opened .toggl__icon-line-second {
  width: 0;
}
.module-faq__container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.module-faq__icon {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: all 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-faq__icon-line {
  display: block;
  width: 15px;
  height: 2px;
  background-color: black;
}
.module-faq__icon-line-second {
  -webkit-transition: all 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  transition: all 0.3s cubic-bezier(0.34, 0.7, 0.27, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.module-faq__container-icon svg {
  width: 15px;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.module-faq__container-icon--opened svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.module-faq__container-icon--opened .module-faq__icon-line-second {
  width: 0;
}
.module-faq--tadam .module-faq__grid {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.module-big__container-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  width: 100%;
}
.module-big__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.module-content-grid {
  background-color: #fbf9e9;
  padding: 25px 0;
}
@media only screen and (min-width: 1024px) {
  .module-content-grid {
    padding: 100px 0;
  }
}
.module-content-grid__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .module-content-grid__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.module-content-grid__container--tadam {
  opacity: 1;
}
.module-content-grid__head {
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .module-content-grid__head {
    margin-bottom: 50px;
  }
}
.module-content-grid__title {
  margin-bottom: 20px;
}
.module-content-grid__subtitle {
  max-width: 800px;
}
.module-content-grid__grid {
  overflow: hidden;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid black;
}
@media only screen and (min-width: 600px) {
  .module-content-grid__grid {
    row-gap: 0;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    position: relative;
  }
  .module-content-grid__grid::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .module-content-grid__grid {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
.module-content-grid__item {
  border-bottom: 1px solid black;
  padding: 30px 0;
}
@media only screen and (min-width: 600px) {
  .module-content-grid__item {
    border-bottom: none;
    position: relative;
  }
  .module-content-grid__item:nth-child(2n+1):after {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100vw - 40px);
    background-color: black;
    z-index: 3;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .module-content-grid__item {
    padding: 50px 0;
  }
}

.container-anim-item--second {
  display: none;
}

@media only screen and (min-width: 64rem) {
  .container-anim {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-anim .container-anim-item {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.module-head-image {
  position: relative;
  overflow: hidden;
}
.module-head-image__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  .module-head-image__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.module-head-image__title {
  text-align: center;
  line-height: 1.3;
  font-size: 30px;
  line-height: 1.1;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: 600;
  color: white;
}
@media only screen and (min-width: 600px) {
  .module-head-image__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-head-image__title {
    font-size: 80px;
  }
}
.module-head-image__title .word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.module-head-image__title .word .char {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: calc(var(--char-index) * 20ms);
          transition-delay: calc(var(--char-index) * 20ms);
}
.module-head-image__grid {
  width: 100%;
  padding: 180px 0 180px 0;
}
@media only screen and (min-width: 600px) {
  .module-head-image__grid {
    padding: 280px 0 280px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .module-head-image__grid {
    padding: 350px 0 350px 0;
  }
}
.module-head-image__image {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0, 1);
  transition: transform 1s cubic-bezier(0, 0, 0, 1);
  transition: transform 1s cubic-bezier(0, 0, 0, 1), -webkit-transform 1s cubic-bezier(0, 0, 0, 1);
}
.module-head-image__overflow {
  display: block;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.418);
  z-index: 2;
}
.module-head-image--tadam .module-head-image__title .word .char {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media only screen and (min-width: 600px) {
  .module-head-image--tadam .module-head-image__title .word .char {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@media only screen and (min-width: 1024px) {
  .module-head-image--tadam .module-head-image__title .word .char {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
.module-head-image--tadam .module-head-image__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.module-head-color {
  position: relative;
  overflow: hidden;
}
.module-head-color__path {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.1;
}
.module-head-color__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .module-head-color__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.module-head-color__title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.1;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: 600;
}
@media only screen and (min-width: 600px) {
  .module-head-color__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-head-color__title {
    font-size: 80px;
  }
}
.module-head-color__title .word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.module-head-color__title .word .char {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: calc(var(--char-index) * 20ms);
          transition-delay: calc(var(--char-index) * 20ms);
}
.module-head-color__subtitle {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.5s;
  transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.5s;
}
@media only screen and (min-width: 1024px) {
  .module-head-color__subtitle {
    font-size: 20px;
    max-width: 700px;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.module-head-color__container-link {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.8s;
}
@media only screen and (min-width: 1024px) {
  .module-head-color__container-link {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.module-head-color__link {
  display: block;
  pointer-events: all;
  background-color: black;
  padding: 10px 20px;
  font-size: 14px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .module-head-color__link {
    padding: 10px 20px;
    font-size: 16px;
    overflow: hidden;
    height: 40px;
  }
  .module-head-color__link:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  .module-head-color__link:hover .container-anim {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .module-head-color__link {
    margin-top: 40px;
  }
}
.module-head-color__grid {
  padding: 150px 0 30px 0;
}
@media only screen and (min-width: 600px) {
  .module-head-color__grid {
    padding: 200px 0 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .module-head-color__grid {
    padding: 200px 8.33%;
    display: grid;
    grid-template-columns: 6fr 6fr;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.module-head-color__grid-left {
  margin-bottom: 30px;
  max-width: 700px;
}
.module-head-color__container-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 80%;
}
@media only screen and (min-width: 1024px) {
  .module-head-color__container-image {
    padding-bottom: 100%;
  }
}
.module-head-color__image {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: 1.5s cubic-bezier(0, 0, 0, 1);
  transition: 1.5s cubic-bezier(0, 0, 0, 1);
  opacity: 0;
}
.module-head-color--tadam .module-head-color__title .word .char {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media only screen and (min-width: 600px) {
  .module-head-color--tadam .module-head-color__title .word .char {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@media only screen and (min-width: 1024px) {
  .module-head-color--tadam .module-head-color__title .word .char {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
.module-head-color--tadam .word-content {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.module-head-color--tadam .module-head-color__image {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.module-head-color--tadam .module-head-color__subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.module-head-color--tadam .module-head-color__container-link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.module-head-color .header--white .module-head-color__title {
  color: white !important;
}
.module-head-color .header--white .module-head-color__subtitle {
  color: white;
}
.module-head-color .header--white .module-head-color__link {
  display: block;
  background-color: white;
  padding: 10px 20px;
  font-size: 16px;
  color: black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .module-head-color .header--white .module-head-color__link {
    padding: 15px 20px;
    font-size: 18px;
    overflow: hidden;
    height: 52px;
  }
  .module-head-color .header--white .module-head-color__link:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  .module-head-color .header--white .module-head-color__link:hover .container-anim {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.module-head-text {
  position: relative;
  overflow: hidden;
}
.module-head-text__path {
  position: absolute;
  top: 140px;
  height: auto;
  right: -10%;
  width: 80%;
  opacity: 0;
  -webkit-transform: rotate(30deg) scale(0.4);
          transform: rotate(30deg) scale(0.4);
  -webkit-transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.3s;
}
@media only screen and (min-width: 600px) {
  .module-head-text__path {
    top: inherit;
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .module-head-text__path {
    bottom: 0;
    max-width: 1500px;
  }
}
.module-head-text__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .module-head-text__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.module-head-text__title {
  margin-bottom: 20px;
}
.module-head-text__title .word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.module-head-text__title .word .char {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: calc(var(--char-index) * 20ms);
          transition-delay: calc(var(--char-index) * 20ms);
}
.module-head-text__subtitle {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .module-head-text__subtitle {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.5s;
    transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.5s;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-head-text__container-link {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.8s;
    transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.8s;
  }
}
.module-head-text__link {
  display: block;
  pointer-events: all;
  background-color: black;
  padding: 10px 20px;
  font-size: 14px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .module-head-text__link {
    padding: 10px 20px;
    font-size: 16px;
    overflow: hidden;
    height: 40px;
  }
  .module-head-text__link:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  .module-head-text__link:hover .container-anim {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .module-head-text__line {
    width: 100%;
    display: block;
    height: 1px;
    background-color: black;
    margin-bottom: 30px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.5s cubic-bezier(0.3, 1, 0.7, 1);
    transition: 0.5s cubic-bezier(0.3, 1, 0.7, 1);
  }
}
.module-head-text__grid {
  padding: 150px 0 0 0;
}
@media only screen and (min-width: 600px) {
  .module-head-text__grid {
    padding: 200px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .module-head-text__grid {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    padding: 300px 0 0 0;
    margin: 0 8.33%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.module-head-text__grid-left {
  margin-bottom: 30px;
}
.module-head-text__grid-right {
  max-width: 700px;
}
@media only screen and (min-width: 1024px) {
  .module-head-text__grid-right {
    margin-top: 20px;
  }
}
.module-head-text .module-wysiwyg {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.6s;
  transition: 0.8s cubic-bezier(0.3, 1, 0.7, 1) 0.6s;
}
.module-head-text--tadam .module-wysiwyg {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.module-head-text--tadam .module-wysiwyg__container {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.module-head-text--tadam .module-head-text__title .word .char {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media only screen and (min-width: 600px) {
  .module-head-text--tadam .module-head-text__title .word .char {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
}
@media only screen and (min-width: 1024px) {
  .module-head-text--tadam .module-head-text__title .word .char {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.module-head-text--tadam .module-head-text__path {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}

.artistes {
  padding: 25px 0;
}
@media only screen and (min-width: 1024px) {
  .artistes {
    padding: 50px 0;
  }
}
.artistes__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .artistes__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.artistes__container--animate {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.artistes__head-title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .artistes__head-title {
    margin-bottom: 50px;
  }
}
.artistes__grid {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid black;
}
@media only screen and (min-width: 600px) {
  .artistes__grid {
    border-bottom: none;
    position: relative;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0;
    border-top: 1px solid black;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
  }
  .artistes__grid::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .artistes__grid {
    padding: 20px 0 60px 0;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 80px;
  }
  .artistes__grid::after {
    margin-left: 0;
    margin-right: 0;
    left: calc(33% - 2px);
  }
  .artistes__grid::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    background-color: black;
    z-index: 3;
    right: calc(33% - 2px);
  }
}
.artistes__artiste-card {
  border-top: 1px solid black;
  padding-top: 20px;
}
@media only screen and (min-width: 600px) {
  .artistes__artiste-card {
    padding-top: 0;
    border-top: none;
    position: relative;
  }
  .artistes__artiste-card:nth-child(2n+1) .artistes__card-details {
    position: relative;
  }
  .artistes__artiste-card:nth-child(2n+1) .artistes__card-details:before {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100vw - 40px);
    background-color: black;
    z-index: 3;
    left: 0;
    top: -20px;
  }
  .artistes__artiste-card:nth-child(2n+1):after {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100vw - 40px);
    background-color: black;
    z-index: 3;
    left: 0;
    bottom: -20px;
  }
}
@media only screen and (min-width: 1024px) {
  .artistes__artiste-card::after {
    display: none;
  }
  .artistes__artiste-card .artistes__card-details::before {
    display: none;
  }
  .artistes__artiste-card:nth-child(3n+1) .artistes__card-details {
    position: relative;
  }
  .artistes__artiste-card:nth-child(3n+1) .artistes__card-details::after {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(300% + 80px);
    background-color: black;
    z-index: 3;
    left: 0;
    top: -20px;
  }
  .artistes__artiste-card:nth-child(3n+1)::before {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(300% + 80px);
    background-color: black;
    z-index: 3;
    left: 0;
    bottom: -60px;
  }
}
.artistes__taxonomies {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
}
.artistes__taxonomies p {
  color: white;
}
.artistes__container-image {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  height: 0;
  overflow: hidden;
}
.artistes__image {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  margin: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.artistes__card-details {
  border-top: 1px solid black;
  margin-top: 20px;
  padding: 20px 0;
  z-index: 2;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 600px) {
  .artistes__card-details {
    border-top: none;
    margin-top: 40px;
    padding: 0;
  }
}
.artistes__card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .artistes__card-title {
    font-size: 25px;
  }
}
.artistes__card-content {
  margin-bottom: 20px;
}
.artistes__link {
  display: block;
  pointer-events: all;
  background-color: black;
  padding: 10px 20px;
  font-size: 14px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .artistes__link {
    padding: 10px 20px;
    font-size: 16px;
    overflow: hidden;
    height: 40px;
  }
  .artistes__link:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  .artistes__link:hover .container-anim {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.module-formulaire {
  padding: 25px 0;
}
@media only screen and (min-width: 1024px) {
  .module-formulaire {
    padding: 50px 0;
  }
}
.module-formulaire__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .module-formulaire__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.module-formulaire__container--tadam {
  opacity: 1;
}
.module-formulaire__title {
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .module-formulaire__title {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .module-formulaire__grid {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }
}
.module-formulaire__grid-left {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .module-formulaire__grid-left {
    margin-bottom: 50px;
  }
}

#tinymce {
  visibility: visible !important;
  background-color: white;
  color: black;
  margin-top: 0 !important;
}
#tinymce h1 {
  font-size: 120px;
  line-height: 1.1;
}
#tinymce h2 {
  font-size: 60px;
  line-height: 1.1;
}
#tinymce h3 {
  font-size: 40px;
  line-height: 1.1;
}
#tinymce h4 {
  font-size: 25px;
  line-height: 1.1;
}
#tinymce h5 {
  font-size: 20px;
  line-height: 1.1;
}
#tinymce h6 {
  font-size: 18px;
  line-height: 1.1;
}
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6 {
  text-transform: initial;
  color: black;
}
#tinymce ul {
  padding-left: 40px;
  list-style: disc !important;
}
#tinymce p,
#tinymce ul,
#tinymce li {
  margin: 0 !important;
  font-size: 16px;
  color: black;
  font-weight: 500;
  line-height: 1.1;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
}
#tinymce p {
  margin: 0 !important;
  font-size: 16px;
  color: black;
  line-height: 1.1;
}
#tinymce a {
  text-decoration: underline;
}
#tinymce .wysiwyg-button {
  display: block;
  pointer-events: all;
  background-color: black;
  padding: 10px 20px;
  font-size: 14px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none !important;
}
@media only screen and (min-width: 1024px) {
  #tinymce .wysiwyg-button {
    padding: 10px 20px;
    font-size: 16px;
    overflow: hidden;
    height: 40px;
  }
  #tinymce .wysiwyg-button:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  #tinymce .wysiwyg-button:hover .container-anim {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.page-wysiwyg h1,
.wysiwyg h1 {
  font-size: 40px;
  line-height: 1.1;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: black;
}
@media only screen and (min-width: 600px) {
  .page-wysiwyg h1,
.wysiwyg h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg h1,
.wysiwyg h1 {
    font-size: 120px;
  }
}
.page-wysiwyg h2,
.wysiwyg h2 {
  font-size: 30px;
  line-height: 1.1;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: 600;
}
@media only screen and (min-width: 600px) {
  .page-wysiwyg h2,
.wysiwyg h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg h2,
.wysiwyg h2 {
    font-size: 80px;
  }
}
.page-wysiwyg h3,
.wysiwyg h3 {
  font-size: 20px;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: black;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg h3,
.wysiwyg h3 {
    font-size: 40px;
  }
}
.page-wysiwyg h4,
.wysiwyg h4 {
  font-size: 20px;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  color: black;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg h4,
.wysiwyg h4 {
    font-size: 25px;
  }
}
.page-wysiwyg h5,
.wysiwyg h5 {
  font-size: 18px;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  color: black;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg h5,
.wysiwyg h5 {
    font-size: 20px;
  }
}
.page-wysiwyg h6,
.wysiwyg h6 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  color: black;
}
.page-wysiwyg ul,
.wysiwyg ul {
  padding-left: 40px;
  list-style: disc !important;
  margin-bottom: 10px;
}
.page-wysiwyg ul li,
.wysiwyg ul li {
  margin-bottom: 10px;
  position: relative;
  word-break: break-word;
  font-size: 14px;
  line-height: 1;
}
.page-wysiwyg ul li:before,
.wysiwyg ul li:before {
  position: absolute;
  left: -17px;
  top: 10px;
  display: inline-block;
  content: "";
  height: 1px;
  width: 10px;
}
.page-wysiwyg ul li ul,
.wysiwyg ul li ul {
  margin-top: 10px;
}
@media only screen and (min-width: 600px) {
  .page-wysiwyg ul li,
.wysiwyg ul li {
    font-size: 16px;
    line-height: 1;
  }
  .page-wysiwyg ul li:before,
.wysiwyg ul li:before {
    top: 11px;
  }
}
.page-wysiwyg ol,
.wysiwyg ol {
  padding-left: 40px;
  list-style: auto !important;
}
.page-wysiwyg ol li,
.wysiwyg ol li {
  margin-bottom: 10px;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.1;
}
.page-wysiwyg ol li::marker,
.wysiwyg ol li::marker {
  font-weight: 500;
}
.page-wysiwyg ol li ol,
.wysiwyg ol li ol {
  margin-top: 10px;
}
@media only screen and (min-width: 600px) {
  .page-wysiwyg ol li,
.wysiwyg ol li {
    font-size: 16px;
  }
}
.page-wysiwyg p,
.page-wysiwyg ul,
.page-wysiwyg ol,
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
  font-weight: 500;
}
.page-wysiwyg p,
.wysiwyg p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.5;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: black;
}
@media only screen and (min-width: 600px) {
  .page-wysiwyg p,
.wysiwyg p {
    font-size: 16px;
  }
}
.page-wysiwyg figure,
.wysiwyg figure {
  margin: 5px;
}
.page-wysiwyg a,
.wysiwyg a {
  text-decoration: underline;
  color: black;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg a,
.wysiwyg a {
    -webkit-transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
    transition: 0.5s cubic-bezier(0.34, 0.7, 0.27, 1);
  }
  .page-wysiwyg a:hover,
.wysiwyg a:hover {
    opacity: 0.5;
  }
}
.page-wysiwyg .aligncenter,
.wysiwyg .aligncenter {
  margin: auto;
}
.page-wysiwyg .alignright,
.wysiwyg .alignright {
  float: right;
  padding-left: 50px;
}
.page-wysiwyg .alignleft,
.wysiwyg .alignleft {
  float: left;
  padding-right: 50px;
}
.page-wysiwyg .wysiwyg-button,
.wysiwyg .wysiwyg-button {
  display: block;
  pointer-events: all;
  background-color: black;
  padding: 10px 20px;
  font-size: 14px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none !important;
  opacity: 1 !important;
  line-height: 1.2;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg .wysiwyg-button,
.wysiwyg .wysiwyg-button {
    padding: 10px 20px;
    font-size: 16px;
    overflow: hidden;
    height: 40px;
  }
  .page-wysiwyg .wysiwyg-button:hover,
.wysiwyg .wysiwyg-button:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  .page-wysiwyg .wysiwyg-button:hover .container-anim,
.wysiwyg .wysiwyg-button:hover .container-anim {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.page-wysiwyg {
  background-color: #fbf9e9;
  padding-top: 150px;
  padding-bottom: 100px;
}
.page-wysiwyg__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .page-wysiwyg__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}

@media only screen and (min-width: 600px) {
  .page-wysiwyg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-tp-wysiwyg .module-logo__logo {
    height: 20px;
  }
  .page-template-tp-wysiwyg .module-logo__logo-secondary {
    display: none;
  }

  .page-wysiwyg {
    padding-top: 250px;
    padding-bottom: 100px;
  }
  .page-wysiwyg__grid {
    margin: 0 12.66%;
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .page-wysiwyg--tadam .page-wysiwyg__grid {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.error {
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.error__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 500px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .error__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.error__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.1;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: black;
  color: black;
}
@media only screen and (min-width: 600px) {
  .error__title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .error__title {
    font-size: 120px;
  }
}
.error__button {
  display: block;
  pointer-events: all;
  background-color: black;
  padding: 10px 20px;
  font-size: 14px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .error__button {
    padding: 10px 20px;
    font-size: 16px;
    overflow: hidden;
    height: 40px;
  }
  .error__button:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  .error__button:hover .container-anim {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.head-single__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .head-single__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.head-single__title {
  margin-bottom: 5px;
}
.head-single__showname {
  font-size: 20px;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: black;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .head-single__showname {
    font-size: 40px;
  }
}
.head-single__grid-details {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid black;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .head-single__grid-details {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.head-single__grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid black;
  padding: 10px 0;
}
.head-single__grid-item svg {
  width: 20px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}
.head-single__grid-item svg path {
  fill: black;
}
@media only screen and (min-width: 1024px) {
  .head-single__grid-item svg {
    width: 23px;
  }
}
.head-single__grid {
  padding: 100px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 600px) {
  .head-single__grid {
    padding: 150px 0 100px 0;
    display: grid;
    grid-template-columns: 6fr 6fr;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .head-single__grid {
    padding: 50px 0 100px 0;
    grid-template-columns: 5fr 7fr;
  }
}
.head-single__grid-left {
  margin-bottom: 30px;
  max-width: 700px;
  overflow: hidden;
}
.head-single__grid-right {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .head-single__grid-right {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.head-single__socials {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
}
.head-single__socials svg {
  width: 23px;
  height: auto;
}
.head-single__socials svg path {
  fill: black;
}
.head-single__presentation .text-content {
  max-height: 88px;
  /* Hauteur limitée */
  overflow: hidden;
  position: relative;
}
.head-single__presentation .text-content.expanded {
  max-height: none;
  /* Affiche tout le texte */
}
.head-single__presentation .show-more-btn {
  margin-top: 10px;
  display: block;
  background: black;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
.head-single__other {
  margin-top: 20px;
}
.head-single__image {
  width: 100%;
  height: auto;
}
.head-single--tadam .word-content {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.head-single--tadam .head-single__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.head-single--tadam .head-single__subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.head-single--tadam .head-single__container-link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.head-single--white .head-single__title {
  color: white;
}
.head-single--white .head-single__subtitle {
  color: white;
}
.head-single--white .head-single__link {
  display: block;
  background-color: white;
  padding: 10px 20px;
  font-size: 16px;
  color: black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .head-single--white .head-single__link {
    padding: 15px 20px;
    font-size: 18px;
    overflow: hidden;
    height: 52px;
  }
  .head-single--white .head-single__link:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  .head-single--white .head-single__link:hover .container-anim {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.module-other-realisations__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .module-other-realisations__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
.module-other-realisations__title {
  margin-bottom: 10px;
}
.module-other-realisations__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 1024px) {
  .module-other-realisations__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.module-other-realisations__artiste-card {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .module-other-realisations__artiste-card:hover .module-other-realisations__card-details {
    opacity: 1;
  }
  .module-other-realisations__artiste-card:hover .module-other-realisations__card-title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.module-other-realisations__container-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  margin-right: 10px;
}
.module-other-realisations__image {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  margin: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.module-other-realisations__card-details {
  background-color: black;
  position: absolute;
  margin-right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 1024px) {
  .module-other-realisations__card-details {
    left: 0;
    bottom: 0;
    margin: 0;
    height: 50%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 0;
  }
}
.module-other-realisations__card-title {
  color: white;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .module-other-realisations__card-title {
    font-size: 18px;
    text-align: center;
    margin: 30px 20px;
    -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.page-modulable {
  position: relative;
}
.page-modulable__grid {
  position: relative;
}
@media only screen and (min-width: 600px) {
  .page-modulable__grid {
    display: grid;
    grid-template-columns: 2fr 5fr;
  }
}
@media only screen and (min-width: 1024px) {
  .page-modulable__grid {
    grid-template-columns: 3fr 8fr;
  }
}
.page-modulable__grid-left {
  width: 100%;
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .page-modulable__grid-left {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
@media only screen and (min-width: 600px) {
  .page-modulable__grid-left {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-modulable__grid-left {
    padding-top: 50px;
  }
}
.page-modulable__grid-right {
  padding-top: 50px;
}
@media only screen and (min-width: 600px) {
  .page-modulable__grid-right {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-modulable__grid-right {
    padding-top: 50px;
  }
}
.page-modulable--tadam .page-modulable__container {
  opacity: 1;
}

.page-template-tp-contact {
  background-color: #fec197;
}

.contact-content {
  position: relative;
  overflow: hidden;
  padding: 150px 0 80px 0;
}
@media only screen and (min-width: 600px) {
  .contact-content {
    padding: 250px 0 150px 0;
  }
}
.contact-content__path {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .contact-content__path {
    opacity: 1;
    width: 70%;
    max-width: 1500px;
  }
}
.contact-content__container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .contact-content__container {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-content__grid {
    display: grid;
    grid-template-columns: 3fr 6fr;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
.contact-content__title-grid-left {
  font-size: 30px;
  line-height: 1.1;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: 600;
  font-weight: 700;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .contact-content__title-grid-left {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-content__title-grid-left {
    font-size: 80px;
  }
}
.contact-content__grid-left {
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (min-width: 600px) {
  .contact-content__grid-left {
    max-width: 600px;
  }
}
.contact-content__grid-right {
  background-color: #fbf9e9;
  padding: 40px 25px 10px 25px;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
@media only screen and (min-width: 600px) {
  .contact-content__grid-right {
    padding: 80px;
  }
}
.contact-content__title {
  font-size: 20px;
  font-family: "parkinsans", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  color: black;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .contact-content__title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 600px) {
  .contact-content__title {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-content__title {
    margin-bottom: 50px;
  }
}
.contact-content--tadam .contact-content__grid-left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.contact-content--tadam .contact-content__grid-right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media print {
  @page {
    size: portrait;
  }
  *,
*::before,
*::after {
    color: #000 !important;
  }

  body {
    max-width: 670px;
  }

  html {
    font-size: 10px !important;
  }
}
.height-calc {
  height: 100vh;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19f;
          box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */
