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

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

main {
  display: block;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bold;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* VARIABLES */
:root {
  --textColor: #FF5F5D;
  --hoverColor: #181818;
  --whiteColor: #fff;
  --pinkColor: #FF5555;
  --bgColor: #F6F6F6;
  --bgColor-B: #FFEBDD;
  --shadowColor: rgba(49,49,49,0.2);
}

/* FONTS */
@font-face {
  font-family: "Sombra";
  src: url("assets/fonts/Sombra-Black.woff2") format("woff2"), url("assets/fonts/Sombra-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sombra";
  src: url("assets/fonts/Sombra-Bold.woff2") format("woff2"), url("assets/fonts/Sombra-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sombra";
  src: url("assets/fonts/Sombra-Regular.woff2") format("woff2"), url("assets/fonts/Sombra-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* GENERAL */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2rem;
}

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

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

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

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

#wpadminbar {
  display: none;
}

@media screen and (min-width: 800px) {
  #wpadminbar {
    display: block;
  }
}
.page-id-10 h1 {
  color: var(--pinkColor) !important;
}

/* Links
--------------------------------------------------------------*/
a,
a:active,
a:visited {
  color: var(--textColor);
  outline: 0;
  text-decoration: none;
  transition: all 0.3s;
}

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

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

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

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

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

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

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

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

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

/* Elements
--------------------------------------------- */
.content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  /*&.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }*/
}

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

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

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

blockquote p {
  margin: 0 0 1rem;
}

.entry-header.page-header {
  height: 70vh;
  width: 100%;
  background: lightgray no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-header.page-header h1 {
  font-weight: 900;
  color: var(--whiteColor);
  font-size: 4rem;
}
.entry-header.page-header.no-image {
  height: 15rem;
  background: var(--textColor);
  padding-top: 15rem;
}

.home .entry-header.page-header {
  height: 80vh;
}

@media screen and (min-width: 800px) {
  .entry-header.page-header h1 {
    font-size: 6rem;
  }
}
.entry-content section {
  padding: 4rem 0;
}
.entry-content section .section-title {
  margin: 2rem 0;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  .entry-content section .section-title {
    font-size: 5rem;
  }
}
/*#bienvenue {
  .content-wrapper {
    .text-wrapper {
      width: 100%!important;
    }
  }
}*/
.pt-0 {
  padding-top: 0.1rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.mt-10 {
  margin-top: 10rem;
}

.-mt-8 {
  margin-top: -8rem !important;
}

.-mb-8 {
  margin-bottom: -8rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

/*.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  //background-color: rgba(0, 190, 180, 0.8);
  background-color: #00defd;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: difference;
  transition: width 0.2s ease-out, height 0.2s ease-out;
  z-index: 9999;
  display: none;
}

body a:hover ~ .custom-cursor {
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: $breakPointMobile) {
  .custom-cursor {
    display: block;
  }
}*/
button a {
  background: var(--textColor);
  padding: 2rem 3rem;
  border-radius: 4rem;
  color: var(--whiteColor);
  border: 0.1rem solid var(--textColor);
  font-size: 2rem;
  font-weight: 600;
}
button a:visited {
  color: var(--whiteColor);
}

@media screen and (min-width: 800px) {
  button a:hover {
    color: var(--textColor);
    background: var(--bgColor);
  }
}
.home .page-header .splashpage-buttons {
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.home .page-header .splashpage-button {
  position: relative;
  padding: 2rem;
}
.home .page-header .splashpage-button a:hover {
  background: var(--bgColor-B);
}

@media screen and (min-width: 800px) {
  .home .page-header .splashpage-button {
    padding: 0;
  }
}
.static .entry-header.page-header {
  height: auto;
  background: transparent;
}
.static .entry-header.page-header .entry-title {
  color: var(--textColor);
}

a.button {
  border: 0.2rem solid;
  padding: 1rem 2rem;
  border-radius: 1rem;
}

@media screen and (min-width: 800px) {
  a.button:hover {
    background: var(--textColor);
    color: var(--whiteColor);
    border: 0.2rem solid var(--textColor);
  }
}
/* Navigation
--------------------------------------------- */
.site-header {
  position: fixed;
  background: transparent;
  top: 1rem;
  left: 0;
  padding-bottom: 4rem;
  right: 0;
  min-height: 6.5rem;
  z-index: 2000;
  max-width: calc(1280px + 8rem);
  margin: 0 auto;
  border-radius: 4rem;
}
.site-header .site-branding {
  position: absolute;
  margin: 1rem 0 0 0;
  z-index: 35;
  display: flex;
  align-items: baseline;
}
.site-header .site-branding img.custom-logo {
  width: 9rem;
}
.site-header .site-branding .site-title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.site-header .site-branding p {
  margin: 0 0 0 1rem;
}
.site-header.color:before {
  content: "";
  width: 100%;
  max-width: calc(1280px + 8rem);
  min-height: 6.5rem;
  border-radius: 5rem;
  top: 1rem;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(0.4rem);
  transition: all 0.4s ease-out;
}
.site-header.hidden, .site-header.sticky {
  transition: all 0.4s ease-out;
}
.site-header.sticky {
  top: 1rem;
}
.site-header.hidden {
  top: -8rem;
}
.site-header.hidden:before {
  top: -8rem;
}
.site-header.hidden #site-navigation button.menu-toggle.active + #main-menu {
  top: 8rem;
}
.site-header #site-navigation {
  display: block;
  text-align: center;
}
.site-header #site-navigation button.menu-toggle {
  display: block;
  position: fixed;
  top: -0.2rem;
  right: 0.5rem;
  width: 6.5rem;
  height: 6.5rem;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  min-width: 0;
  cursor: pointer;
  text-indent: -999px;
  transition: all 0.2s ease;
  z-index: 60;
  font-size: 2.2rem;
  top: 1.2rem;
  right: 1.5rem;
  text-indent: 1px;
}
.site-header #site-navigation button.menu-toggle span,
.site-header #site-navigation button.menu-toggle span:before,
.site-header #site-navigation button.menu-toggle span:after {
  height: 0.2rem;
  width: 2.5rem;
  margin: 0;
  background: var(--textColor);
  position: absolute;
  display: block;
  content: "";
  transition: all 0.1s ease-in;
}
.site-header #site-navigation button.menu-toggle span {
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.site-header #site-navigation button.menu-toggle span:before {
  top: -0.5rem;
}
.site-header #site-navigation button.menu-toggle span:after {
  bottom: -0.5rem;
}
.site-header #site-navigation button.menu-toggle + #main-menu {
  top: 7rem;
  right: -110vw;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(0.4rem);
  border-radius: 2rem;
  padding: 2rem 2rem;
  width: calc(100vw - 4rem);
  text-align: left;
  list-style-type: none;
  transition: all 0.3s;
  z-index: -1;
}
.site-header #site-navigation button.menu-toggle + #main-menu li {
  display: block;
  transform: translateY(1rem);
  padding: 0 1rem;
  position: relative;
  font-size: 3rem;
  margin-top: 3rem;
  transition: all 0.5s ease-out;
}
.site-header #site-navigation button.menu-toggle + #main-menu li > a {
  width: 100%;
}
.site-header #site-navigation button.menu-toggle + #main-menu li.current-menu-item a {
  position: relative;
}
.site-header #site-navigation button.menu-toggle + #main-menu li.current-menu-item a:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.8rem;
  background: var(--textColor);
}
.site-header #site-navigation button.menu-toggle.active:hover span:before, .site-header #site-navigation button.menu-toggle.active:hover span:after {
  margin: 0;
}
.site-header #site-navigation button.menu-toggle.active span {
  background: transparent;
}
.site-header #site-navigation button.menu-toggle.active span:before {
  top: 0;
  transform: rotate(45deg);
}
.site-header #site-navigation button.menu-toggle.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.site-header #site-navigation button.menu-toggle.active + #main-menu {
  right: 2rem;
  z-index: 50;
}
.site-header #site-navigation button.menu-toggle.active + #main-menu li {
  margin-top: 0.5rem;
}

.admin-bar .site-header {
  top: 4rem;
}
.admin-bar .site-header.hidden {
  top: -8rem;
}
.admin-bar .site-header.hidden #site-navigation button.menu-toggle.active + #main-menu {
  top: -4rem;
}
.admin-bar .site-header #site-navigation button.menu-toggle {
  top: 3.4rem;
}
.admin-bar .site-header #site-navigation button.menu-toggle.active + #main-menu {
  top: 2rem;
}

@media screen and (min-width: 960px) {
  .site-header.color {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(0.4rem);
  }
  .site-header.color:before {
    display: none;
  }
  .site-header {
    min-height: 5rem;
  }
  .site-header.sticky {
    top: 1rem;
  }
  .site-header.hidden {
    top: -8rem;
  }
  .site-header #site-navigation button.menu-toggle {
    display: none;
  }
  .site-header #site-navigation button.menu-toggle + #main-menu {
    top: 2rem;
    right: 0;
    height: auto;
    text-align: center;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 30;
  }
  .site-header #site-navigation button.menu-toggle + #main-menu li {
    opacity: 0;
    font-size: 1.8rem;
    margin-top: 1.65rem;
    margin-top: 0;
    font-weight: bold;
  }
  .site-header #site-navigation button.menu-toggle + #main-menu li a {
    position: relative;
  }
  .site-header #site-navigation button.menu-toggle + #main-menu li a:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.2rem;
    background: transparent;
    transition: all 0.2s;
  }
  .site-header #site-navigation button.menu-toggle + #main-menu li:hover a:after {
    bottom: -0.8rem;
    background: var(--textColor);
  }
  .site-header #site-navigation button.menu-toggle + #main-menu li.menu-item-has-children > a {
    width: auto;
  }
  .site-header #site-navigation button.menu-toggle + #main-menu li.menu-item-has-children .sub-menu {
    margin: 0 0 0 2rem;
  }
  .admin-bar .site-header {
    top: 4.2rem;
  }
  .admin-bar .site-header.hidden {
    top: -8rem;
  }
  .admin-bar .site-header.hidden.hidden #site-navigation button.menu-toggle.active + #main-menu {
    top: -4rem;
  }
  .admin-bar .site-header.sticky {
    top: 4.2rem;
  }
  .admin-bar.home .site-header.hidden {
    top: -4.2rem;
  }
  .home .site-header.hidden,
  .page-template-page-about .site-header.hidden {
    top: 0;
    top: -8rem;
  }
}
/* Homepage
--------------------------------------------- */
.home .page-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home .page-header .content-wrapper {
  width: 100%;
  padding-inline: 1rem;
  box-sizing: border-box;
}
.home .page-header .content-wrapper .baseline {
  font-weight: 900;
  text-align: center;
  font-size: clamp(1.75rem, min(4.5rem, 18vh), 4.5rem);
  line-height: 1;
  margin-top: -5rem;
}

@media screen and (min-width: 800px) {
  .home .page-header .content-wrapper .baseline {
    text-align: right;
    font-size: max(2.25rem, min(10vw, 18vh));
    line-height: 0.95;
    margin-top: 0;
  }
}
/* Block: Engagements
--------------------------------------------- */
.block-engagements .engagement-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.block-engagements .engagement-list .engagement {
  background: var(--whiteColor);
  border-radius: 1rem;
  padding: 4rem 3rem 2rem;
  text-align: center;
  width: calc(100% - 2rem);
  margin: 0 1rem 2rem 1rem;
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.block-engagements .engagement-list .engagement.in-view {
  opacity: 1;
  transform: translateY(0);
}
.block-engagements .engagement-list .engagement img {
  margin: 0 auto;
  width: auto;
  height: 8rem;
}
.block-engagements .engagement-list .engagement h3 {
  font-weight: bold;
}
.block-engagements .engagement-list .engagement ul {
  list-style: disc;
}
.block-engagements .engagement-list .engagement p em {
  font-size: 1rem;
  line-height: 1.1;
  display: block;
}

@media screen and (min-width: 600px) {
  .block-engagements .engagement-list {
    justify-content: center;
  }
  .block-engagements .engagement-list .engagement {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 960px) {
  .block-engagements .engagement-list .engagement {
    width: calc(25% - 2rem);
  }
}
/* Section key figures
---------------------------------------------------------------*/
section.key-figures {
  width: 100%;
  margin: 0 auto;
}
section.key-figures button {
  margin: 2rem auto 0;
}
section.key-figures .key-figures {
  max-width: 800px;
  margin: 0 auto;
  width: 70%;
  display: block;
  font-weight: 500;
}
section.key-figures .key-figures .key-figure-container {
  position: relative;
  text-align: center;
}
section.key-figures .key-figures .key-figure-container em {
  font-style: normal;
  display: block;
}
section.key-figures .key-figures .key-figure-container p {
  margin: 0;
}
section.key-figures .key-figures .key-figure-container span {
  width: 100%;
  font-size: 6rem;
  font-weight: 900;
  white-space: nowrap;
}
section.key-figures.no-title {
  padding-top: 0;
}
section.key-figures.purple .key-figure-container {
  color: var(--purple);
}
section.key-figures.green .key-figure-container {
  color: var(--darkGreenB);
}
section.key-figures.orange-text .key-figure-container {
  color: var(--hoverColor);
}
section.key-figures.mallow-text .key-figure-container {
  color: var(--mallow);
}

@media screen and (min-width: 800px) {
  section.key-figures .key-figures {
    width: 100%;
    display: grid;
    grid-gap: 2.5rem;
  }
  section.key-figures .key-figures .key-figure-container span {
    font-size: 7.5rem;
  }
  section.key-figures .key-figures.col-1 {
    grid-template-columns: repeat(3, 1fr);
  }
  section.key-figures .key-figures.col-1 .key-figure-container {
    grid-column: 2;
  }
  section.key-figures .key-figures.col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  section.key-figures .key-figures.col-2 .key-figure-container:first-of-type {
    grid-column: 1;
  }
  section.key-figures .key-figures.col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  section.key-figures .key-figures.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  section.key-figures .key-figures.col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  section.key-figures.plus .key-figure-container {
    position: relative;
  }
  section.key-figures.plus .key-figure-container:nth-of-type(1):after, section.key-figures.plus .key-figure-container:nth-of-type(2):after {
    content: "+";
    font-size: 7.5rem;
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* Block: Image-text
--------------------------------------------- */
.block-image-text .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*padding-top: 3rem;
  padding-bottom: 3rem;*/
}
.block-image-text .content-wrapper.section-title {
  padding: 0 2rem;
}
.block-image-text .content-wrapper .image-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  margin: 2rem 0;
}
.block-image-text .content-wrapper .image-wrapper .slide {
  width: 100%;
  height: 46rem;
  background: transparent no-repeat center/cover;
}
.block-image-text .content-wrapper .text-wrapper h2, .block-image-text .content-wrapper .text-wrapper h3, .block-image-text .content-wrapper .text-wrapper h4 {
  font-weight: bold;
}
.block-image-text .content-wrapper .text-wrapper ul {
  list-style: disc;
}
.block-image-text .content-wrapper .text-wrapper ol {
  list-style-type: none;
  counter-reset: custom-counter;
}
.block-image-text .content-wrapper .text-wrapper ol li {
  counter-increment: custom-counter;
}
.block-image-text .content-wrapper .text-wrapper ol li::before {
  font-weight: bold;
  font-size: 3rem;
  content: counter(custom-counter) "/";
}

@media screen and (min-width: 800px) {
  .block-image-text .section-title {
    width: 100%;
    margin: 2rem auto;
  }
  .block-image-text .content-wrapper .image-wrapper,
  .block-image-text .content-wrapper .text-wrapper {
    width: 58.3333333333%;
  }
  .block-image-text .content-wrapper .text-wrapper {
    width: 66.6666666667%;
    margin: 0 auto;
    padding: 0 4rem;
  }
  .block-image-text .content-wrapper .text-wrapper h2:first-of-type,
  .block-image-text .content-wrapper .text-wrapper h3:first-of-type,
  .block-image-text .content-wrapper .text-wrapper h4:first-of-type {
    margin-top: 0;
    font-weight: bold;
  }
  .block-image-text .content-wrapper .text-wrapper .picto {
    margin: 0 auto 2rem 0;
  }
  .block-image-text .content-wrapper .image-wrapper {
    margin: 0;
  }
  .block-image-text .content-wrapper .image-wrapper + .text-wrapper {
    width: 41.6666666667%;
  }
  .block-image-text .content-wrapper.image-right {
    flex-direction: row-reverse;
  }
  .block-image-text .content-wrapper.image-right .text-wrapper {
    padding-left: 0;
  }
}
/* Block: Navigation buttons
--------------------------------------------- */
.navigation-buttons .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.navigation-buttons .buttons button {
  margin: 1rem 0;
  width: 100%;
}
.navigation-buttons .buttons button a {
  display: block;
}

@media screen and (min-width: 800px) {
  .navigation-buttons .buttons button {
    width: auto;
  }
  .navigation-buttons .buttons button a {
    margin: 4rem 0 2rem;
  }
}
/* Page manifeste
--------------------------------------------- */
.page-template-page-manifeste .manifeste {
  background: var(--textColor);
  color: var(--whiteColor);
}
.page-template-page-manifeste p, .page-template-page-manifeste ol, .page-template-page-manifeste ul {
  font-size: 1.9rem;
}
.page-template-page-manifeste ol {
  padding-left: 0;
}
.page-template-page-manifeste .block-image-text .content-wrapper .text-wrapper {
  border: 0.1rem solid var(--textColor);
  border-radius: 2rem;
  padding: 3rem 4rem;
}

/* Block: FAQ
--------------------------------------------- */
.block-faq .content-wrapper {
  max-width: 960px;
}
.block-faq .faq-categories .faq-category ul .qa .question {
  cursor: pointer;
  font-weight: 900;
  font-size: 1.8rem;
  position: relative;
  padding-right: 6rem;
}
.block-faq .faq-categories .faq-category ul .qa .question:after {
  content: "+";
  position: absolute;
  top: -0.3rem;
  right: 1rem;
  font-weight: normal;
  font-size: 3rem;
  border: 0.1rem solid var(--textColor);
  border-radius: 50%;
  width: 3rem;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  transform: rotate(0deg);
  transition: transform 0.8s 0.2s;
}
.block-faq .faq-categories .faq-category ul .qa .question.active:after {
  transform: rotate(225deg);
}
.block-faq .faq-categories .faq-category ul .qa .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.block-faq .faq-categories .faq-category ul .qa .answer.active {
  max-height: 50rem;
}

@media screen and (min-width: 1000px) {
  .block-faq .content-wrapper {
    padding: 0;
  }
}
/* Block: Contact
--------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

.block-contact {
  background: var(--textColor);
  color: var(--whiteColor);
}
.block-contact .content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.block-contact .content-wrapper .text-content,
.block-contact .content-wrapper .contact-form-wrapper {
  width: 100%;
}
.block-contact .content-wrapper h2 {
  margin-top: 0;
}
.block-contact .content-wrapper .contact-form-wrapper form input,
.block-contact .content-wrapper .contact-form-wrapper form textarea {
  background: transparent;
  border: 0;
  border-bottom: 0.1rem solid var(--whiteColor);
  color: var(--whiteColor);
  max-width: 100%;
}
.block-contact .content-wrapper .contact-form-wrapper form input:focus,
.block-contact .content-wrapper .contact-form-wrapper form textarea:focus {
  outline: none;
}
.block-contact .content-wrapper .contact-form-wrapper form input[type=submit],
.block-contact .content-wrapper .contact-form-wrapper form textarea[type=submit] {
  border-radius: 3rem;
  background: var(--whiteColor);
  color: var(--textColor);
  border: 0.1rem solid var(--whiteColor);
  padding: 1rem 2rem;
  width: auto;
  transition: all 0.2s;
}
.block-contact .content-wrapper .contact-form-wrapper form textarea {
  height: 5rem;
}

@media screen and (min-width: 800px) {
  .block-contact .content-wrapper .text-content {
    width: 41.6666666667%;
    padding-right: 5rem;
  }
  .block-contact .content-wrapper .contact-form-wrapper {
    width: 58.3333333333%;
  }
  .block-contact .content-wrapper .contact-form-wrapper form input,
  .block-contact .content-wrapper .contact-form-wrapper form textarea {
    width: 40rem;
    max-width: 50vw;
  }
  .block-contact .content-wrapper .contact-form-wrapper form input[type=submit]:hover,
  .block-contact .content-wrapper .contact-form-wrapper form textarea[type=submit]:hover {
    background: var(--textColor);
    color: var(--whiteColor);
  }
  .block-contact .content-wrapper h2 {
    font-size: 4rem;
    margin-top: 0;
  }
}
/* About
--------------------------------------------- */
@media screen and (min-width: 800px) {
  .page-template-page-about #excluded-zone {
    width: 45vw;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 1.5rem 3rem;
    margin: 0;
  }
  .page-template-page-about .word {
    display: block;
  }
}
/* Single
--------------------------------------------- */
.single article {
  margin-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.single article .visuals img:first-of-type {
  display: none;
}
.single article .texts img {
  margin-bottom: 2rem;
}
.single article .texts .entry-header .title-wrapper {
  margin-bottom: 2rem;
}
.single article .texts .entry-header .title-wrapper h1 {
  margin-top: 0;
}
.single article .texts .entry-header p {
  font-size: 1.4rem;
  margin: 0.5rem 0;
}
.single article .texts strong {
  font-weight: 600;
}
.single article .texts a {
  text-decoration: underline;
}

@media screen and (min-width: 800px) {
  .single article {
    flex-direction: row;
  }
  .single article .visuals {
    width: 58.3333333333%;
    padding-right: 2rem;
  }
  .single article .visuals img:first-of-type {
    display: block;
  }
  .single article .texts {
    position: sticky;
    top: 8rem;
    width: 41.6666666667%;
    margin-bottom: 5rem;
    height: calc(100vh - 8rem);
    overflow-y: auto;
  }
  .single article .texts img {
    display: none;
  }
  .single article .texts a:hover {
    text-decoration: none;
  }
}
/* Block: Team
--------------------------------------------- */
.block-team {
  padding-top: 10rem !important;
}
.block-team .team {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.block-team .team .member {
  display: flex;
  margin: 0 0 2rem 0;
  width: 100%;
}
.block-team .team .member .portrait {
  width: 50%;
  height: 15rem;
  padding-bottom: 50%;
  border-radius: 2rem;
  background: transparent no-repeat center/cover;
}
.block-team .team .member .text-content {
  width: 50%;
  padding-left: 1rem;
}
.block-team .team .member .text-content h3 {
  font-weight: bold;
  margin: 0 0 1rem;
}
.block-team .team .member .text-content p {
  margin: 0 0 1rem;
}
.block-team .team .member .text-content a {
  position: relative;
}
.block-team .team .member .text-content a:after {
  position: absolute;
  content: "";
  background: transparent url(assets/img/linkedin.svg) no-repeat center/2rem;
  width: 2rem;
  height: 2rem;
}

@media screen and (min-width: 800px) {
  .block-team .team .member {
    margin: 0 2rem 2rem 0;
    width: calc(33.3333333333% - 2rem);
  }
  .block-team .team .member .portrait {
    width: 40%;
    padding-bottom: 40%;
  }
  .block-team .team .member .text-content {
    width: 60%;
  }
}
/* Block: logos
--------------------------------------------- */
.block-logos .content-wrapper.logo-wrapper {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.block-logos .content-wrapper.logo-wrapper ul {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4rem;
  width: 100%;
}
.block-logos .content-wrapper.logo-wrapper ul li {
  width: 20rem;
  height: 10rem;
  padding: 0 0.5rem;
}
.block-logos .content-wrapper.logo-wrapper ul li div {
  height: 16rem;
  width: 100%;
  background: transparent no-repeat center/16rem;
}

@media screen and (max-width: 799px) {
  .block-logos .content-wrapper.logo-wrapper {
    flex-wrap: wrap;
    white-space: normal;
  }
  .block-logos .content-wrapper.logo-wrapper ul li {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-width: 0;
    box-sizing: border-box;
  }
  .block-logos .content-wrapper.logo-wrapper ul li div {
    background-size: contain;
  }
}
/* Flickity
--------------------------------------------- */
.flickity-viewport {
  width: 100%;
  height: 100%;
}
.flickity-viewport .flickity-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flickity-prev-next-button {
  /*top: 50%;
  width: 7rem;
  height: 5rem;
  background: transparent;*/
  top: 50%;
  width: 50%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  margin: 0 !important;
  padding: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
}
.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: none;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
.flickity-prev-next-button.previous {
  left: 0;
  cursor: url(https://meltingspot.house/wp-content/themes/blank/assets/img/arrow-G.png) 4 12, auto !important;
}
.flickity-prev-next-button.previous:after {
  left: 0;
}
.flickity-prev-next-button.next {
  right: 0;
  cursor: url(https://meltingspot.house/wp-content/themes/blank/assets/img/arrow-F.png) 4 12, auto !important;
}
.flickity-prev-next-button.next:after {
  transform: rotate(180deg);
  right: 0;
}
.flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.flickity-page-dots {
  bottom: 0.7rem;
}
.flickity-page-dots .dot {
  background: var(--textColor);
  margin: 0 0.5rem;
}

@media screen and (min-width: 1340px) {
  .flickity-prev-next-button.previous {
    left: 0;
  }
  .flickity-prev-next-button.next {
    right: 0;
  }
}
/* Footer
--------------------------------------------- */
.site-footer {
  padding: 5rem 0;
}
.site-footer .menu-footer {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .menu-footer li {
  width: 100%;
}
.site-footer .menu-footer li p {
  margin-top: 0;
}
.site-footer .menu-footer li li {
  width: 90%;
}
.site-footer .menu-footer li form input {
  background: transparent;
  border: 0;
  border-bottom: 0.1rem solid var(--textColor);
  color: var(--textColor);
}
.site-footer .menu-footer li form input::-moz-placeholder {
  font-size: 1.2rem;
  color: var(--textColor);
}
.site-footer .menu-footer li form input::placeholder {
  font-size: 1.2rem;
  color: var(--textColor);
}
.site-footer .menu-footer li form input:focus {
  outline: none;
}
.site-footer .menu-footer li.logo-footer {
  margin-bottom: 2rem;
}

@media screen and (min-width: 800px) {
  .site-footer .menu-footer li {
    width: 16.6666666667%;
  }
}
/* back to top button
--------------------------------------------- */
.back-to-top {
  display: none;
}
.back-to-top img {
  width: 6rem;
}

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