@charset "UTF-8";
/*
Theme Name: Quinoa
Theme URI: https://www.quinoa.be
Author: Louis Gobbe
Author URI: https://www.louisgobbe.be
Description: FW BLOG Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quinoa
Tags:
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  /* overflow-y: scroll;  Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

button {
  border: 0;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  cursor: pointer;
}

a:focus, button:focus {
  outline: 0;
}

a:hover,
a:active, button:hover, button:focus {
  outline: 0;
}

a img {
  border: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

p {
  word-wrap: break-word;
}

/*--------------------------------------------------------------*/
.color-bg-body {
  color: #F5F5F5;
}

.color-bg-color {
  color: var(--bg-color);
}

.color-txt-color {
  color: var(--txt-color);
}

.bg-bg-body {
  background-color: #F5F5F5;
}

.bg-bg-color {
  background-color: var(--bg-color);
}

.bg-txt-color {
  background-color: var(--txt-color);
}

.grid, .d-grid, .l-grid, .t-grid, .m-grid, .medium-grid {
  position: relative;
  margin: 0 auto;
}

.tribe-common .grid, .tribe-common .d-grid, .tribe-common .l-grid, .tribe-common .t-grid, .tribe-common .m-grid, .tribe-common .medium-grid {
  margin: 0 auto;
}

.center {
  position: relative;
  margin: 0 auto;
}

.right {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width:767px) {
  .grid, .m-grid, .medium-grid {
    width: 86.67vw;
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .grid, .t-grid, .medium-grid {
    width: 91.37vw;
  }
}
@media (min-width:768px) {
  .right-grid, .small-grid {
    width: 76vw;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width:1025px) {
  .grid, .l-grid {
    width: 79.65vw;
    max-width: 1274px;
  }

  .medium-grid {
    width: 66.18vw;
    max-width: 1059px;
  }

  .right-grid {
    width: 52.7vw;
    max-width: 843px;
  }

  .left-grid {
    width: 52.7vw;
    max-width: 843px;
    margin-left: 0;
  }

  .small-grid {
    margin-right: auto;
    width: 52.7vw;
    max-width: 843px;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a {
  color: var(--txt-color);
  text-decoration: none;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
a:visited {
  color: var(--txt-color);
}
a:hover {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: var(--txt-color);
  outline: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Neue Machina";
  font-weight: 500;
  src: url("fonts/NeueMachina-Medium.woff2") format("woff2"), url("fonts/NeueMachina-Medium.woff") format("woff");
}
@font-face {
  font-family: "Neue Machina";
  font-weight: 900;
  src: url("fonts/NeueMachina-Black.woff2") format("woff2"), url("fonts/NeueMachina-Black.woff") format("woff");
}
@font-face {
  font-family: "Right Grotesk Tall";
  font-weight: 100;
  src: url("fonts/PPRightGrotesk-TallFine.woff2") format("woff2"), url("fonts/PPRightGrotesk-TallFine.woff") format("woff");
}
@font-face {
  font-family: "Right Grotesk Tall";
  font-weight: 700;
  src: url("fonts/PPRightGrotesk-TallBold.woff2") format("woff2"), url("fonts/PPRightGrotesk-TallBold.woff") format("woff");
}
@font-face {
  font-family: "Drama";
  font-weight: normal;
  src: url("fonts/drama-regular.woff2") format("woff2"), url("fonts/drama-regular.woff") format("woff");
}
body {
  -webkit-font-feature-settings: "kern";
          font-feature-settings: "kern";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  color: var(--txt-color);
  font-family: "Neue Machina", serif;
  font-size: 1.6rem;
  line-height: 1.3;
}

.serif-m {
  font-size: 2.6rem;
  font-weight: 500;
  font-style: normal;
}

.sans-l-bold {
  font-family: "Right Grotesk Tall", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 5.2rem;
  line-height: 0.9;
  text-transform: uppercase;
  font-style: normal;
}

.sans-l {
  font-family: "Right Grotesk Tall", sans-serif;
  font-weight: 100;
  letter-spacing: 0.02em;
  font-size: 4rem;
  line-height: 0.9;
  text-transform: uppercase;
  font-style: normal;
}

.sans-xl {
  font-family: "Right Grotesk Tall", sans-serif;
  font-weight: 100;
  font-size: 5.2rem;
  line-height: 0.9;
  font-style: normal;
}
@media (min-width:768px) {
  .sans-xl {
    font-size: 8rem;
  }
}
.sans-xl.sans-xl-alt {
  font-size: 8rem;
}

.sans-xxl {
  font-family: "Right Grotesk Tall", sans-serif;
  font-weight: bold;
  font-size: 8rem;
  line-height: 0.9;
  text-transform: uppercase;
}
@media (min-width:768px) {
  .sans-xxl {
    font-size: 17rem;
  }
  .sans-xxl.sans-xxl-alt {
    font-size: 8rem;
  }
}

.curs-l {
  font-size: 4rem;
  line-height: 0.4;
  font-family: "Drama", cursive;
  font-style: normal;
  letter-spacing: 0.016em;
}
@media (min-width:768px) {
  .curs-l:not(.post-type) {
    font-size: 9rem;
    letter-spacing: 0;
  }
}

.curs-xl {
  font-size: 9rem;
  line-height: 0.4;
  font-family: "Drama", cursive;
  font-style: normal;
}

.curs-xxxl {
  font-size: 9rem;
  line-height: 0.4;
  font-family: "Drama", cursive;
}
@media (min-width:768px) {
  .curs-xxxl {
    font-size: 25rem;
  }
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.wysiwyg .small-grid > :last-child {
  margin-bottom: 0;
}
.wysiwyg p:not(.serif-m), .wysiwyg li {
  font-size: 1.8rem;
}
.wysiwyg p {
  margin-bottom: 30px;
}
.wysiwyg p.serif-m {
  margin-bottom: 40px;
}
.wysiwyg li {
  margin-bottom: 6px;
}
.wysiwyg ul {
  margin-bottom: 30px;
  padding-left: 18px;
  list-style-type: "- ";
}
.wysiwyg ol {
  margin-bottom: 30px;
  list-style-type: d;
}
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-bottom: 15px;
}
.wysiwyg a {
  font-weight: bold;
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg h2:not(.sans-xl), .wysiwyg h3 {
  font-family: "Right Grotesk Tall", sans-serif;
  font-weight: bold;
  font-size: 8rem;
  line-height: 0.9;
}
.wysiwyg h3 {
  font-size: 5.2rem;
  text-transform: uppercase;
}
.wysiwyg h4 {
  font-family: "Neue Machina", serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.wysiwyg h5, .wysiwyg h6 {
  font-family: "Neue Machina", serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.wysiwyg h5 {
  text-transform: uppercase;
}
.wysiwyg .alignleft,
.wysiwyg .alignright {
  margin-bottom: 22px;
}
.wysiwyg .alignleft {
  float: left;
  margin-right: 30px;
}
.wysiwyg .alignright {
  float: right;
  margin-left: 30px;
}
.wysiwyg .alignnone,
.wysiwyg .aligncenter {
  max-width: 100%;
  width: auto;
  display: block;
}
.wysiwyg .alignnone {
  margin: 0 0 30px;
}
.wysiwyg .aligncenter {
  margin: 0 auto 30px;
}
.wysiwyg iframe {
  margin-bottom: 30px;
}
.wysiwyg .embed-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  padding-top: 0;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
}
.wysiwyg .embed-container iframe, .wysiwyg .embed-container object, .wysiwyg .embed-container embed, .wysiwyg .embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width:1025px) {
  .wysiwyg > .small-grid > * {
    padding-right: 12.8%;
  }
  .wysiwyg > .small-grid > .serif-m, .wysiwyg > .small-grid > .sans-xl {
    padding-right: 0;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  z-index: 100;
  position: fixed;
  width: 100%;
}

.header-container, .upper-container {
  display: none;
}

.upper-header {
  width: 100%;
  border-bottom: 1px solid var(--txt-color);
  padding: 12px 4.26vw;
  position: relative;
}
.upper-header:before {
  content: "";
  display: block;
  position: absolute;
  background: #F5F5F5;
  width: 200vw;
  top: 0;
  left: -50vw;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.edit-post-link {
  position: absolute;
  font-size: 1.3rem;
  font-weight: bold;
  outline: 2px solid var(--txt-color);
  padding: 5px 10px;
  top: 80px;
}

.site-title {
  display: block;
  z-index: 9;
}
.site-title svg {
  width: 30px;
  height: 30px;
  fill: var(--txt-color);
}
@media (min-width:768px) {
  .site-title svg {
    width: 40px;
    height: 40px;
  }
}
.site-title strong {
  margin-top: -2px;
  margin-left: 11px;
  font-weight: 900;
  font-size: 26px;
}

.menu-toggle {
  margin-right: 16px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.menu-toggle strong {
  font-weight: 500;
  font-size: 21px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-toggle span {
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: -38px;
  width: 34px;
  height: 34px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-toggle span:before, .menu-toggle span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 2px;
  background: var(--txt-color);
}
.menu-toggle span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.menu-toggle span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.search-button {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.search-button svg {
  fill: var(--txt-color);
}

.modal-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}
.modal-nav:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F5F5F5;
  will-change: transform;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal-nav .scroll {
  height: 100%;
  overflow: auto;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal-nav .overflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

.upper-container-mobile {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.upper-menu-mobile {
  padding: 70px 20px;
  width: 100%;
  text-align: center;
}
.upper-menu-mobile a {
  display: inline-block;
  font-size: 2.6rem;
  padding: 7px 0;
}

.header-menu-mobile {
  text-align: center;
}
.header-menu-mobile a {
  display: block;
  height: 50px;
  line-height: 49px;
  border-top: 1px solid var(--txt-color);
  text-transform: uppercase;
  font-size: 4rem;
  font-family: "Right Grotesk Tall", sans-serif;
  font-weight: 100;
  letter-spacing: 0.02em;
}
.header-menu-mobile li:first-child a {
  background: var(--txt-color);
  color: #F5F5F5;
}

.site-header {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.site-header.nav-up:not(.open) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.site-header.nav-scroll .upper-header:before {
  opacity: 1;
}
@media (min-width:768px) {
  .site-header.nav-scroll .header-menu li {
    background: #F5F5F5;
  }
}

.site-header.open .menu-toggle strong {
  opacity: 0;
}
.site-header.open .menu-toggle span {
  opacity: 1;
}
.site-header.open .modal-nav {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}
.site-header.open .modal-nav:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.site-header.open .modal-nav .scroll {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (min-width:768px) {
  .inner-header {
    padding: 0 5.25vw;
  }

  .upper-header {
    padding-left: 0;
    padding-right: 0;
  }

  .header-container {
    display: block;
  }

  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-menu li {
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
  }
  .header-menu a {
    display: inline-block;
    padding: 0 34px;
    height: 72px;
    line-height: 72px;
    border-left: 1px solid var(--txt-color);
    text-transform: uppercase;
    font-size: 4rem;
    letter-spacing: 0.02em;
    font-family: "Right Grotesk Tall", sans-serif;
    font-weight: 100;
  }
  .header-menu a:hover {
    background: var(--txt-color);
    color: #F5F5F5;
  }
  .header-menu li:first-child {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .header-menu li:first-child a {
    background: var(--txt-color);
    color: #F5F5F5;
  }
  .header-menu li:first-child a:hover {
    background: var(--bg-color);
    color: var(--txt-color);
  }
}
@media (min-width:1366px) {
  .menu-toggle {
    display: none;
  }

  .modal-nav {
    display: none;
  }

  .upper-container {
    display: block;
  }

  .upper-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .upper-menu a {
    text-transform: uppercase;
    font-size: 1.3rem;
    display: inline-block;
    margin-right: 15px;
  }
}
@media (min-width:1366px) {
  .menu-toggle {
    display: none;
  }

  .upper-container {
    display: block;
    position: relative;
  }
  .upper-container:before {
    width: calc(100% + 40px);
    left: -20px;
  }

  .upper-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .upper-menu a {
    text-transform: uppercase;
    font-size: 1.6rem;
    display: inline-block;
    margin-right: 21px;
    border-bottom: 1px solid transparent;
  }
  .upper-menu a:hover {
    border-bottom-color: var(--txt-color);
  }
  .upper-menu li.current-menu-item a {
    border-bottom-color: var(--txt-color);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
main.white-end ~ .site-footer .section-footer-share, main.white-end ~ .site-footer .section-footer-newsletter {
  background: #fff;
}

.site-footer {
  position: relative;
  z-index: 50;
}

.section-footer-share {
  padding-bottom: 25px;
}
.section-footer-share .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-footer-share .sans-l {
  margin-right: 40px;
}
.section-footer-share svg {
  fill: var(--txt-color);
}

.section-footer-newsletter {
  overflow: hidden;
}

.footer-newsletter {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
}
.footer-newsletter .sans-l {
  position: relative;
  margin-bottom: 18px;
}
.footer-newsletter:before {
  top: 0;
  content: "";
  display: block;
  width: 200vw;
  left: -50vw;
  height: 100%;
  position: absolute;
  background: var(--bg-color);
  z-index: 0;
}
.footer-newsletter svg {
  position: absolute;
  fill: var(--txt-color);
  right: 0;
  top: 33px;
}
.footer-newsletter .submit-container {
  position: absolute;
  top: 28px;
  right: 0;
  height: 44px;
  opacity: 0;
}
.footer-newsletter .nf-field-container {
  margin-bottom: 0;
}
.footer-newsletter .nf-response-msg {
  position: relative;
  font-weight: 900;
  margin-bottom: 25px;
}

.section-footer-nav {
  background: var(--txt-color);
}

.inner-footer {
  padding: 70px 0 36px;
}

.footer-cols {
  padding-bottom: 235px;
  position: relative;
}

.footer-cats {
  text-align: center;
}
.footer-cats .curs-xl {
  color: var(--bg-color);
  margin-bottom: 25px;
}
.footer-cats li {
  display: inline-block;
  margin-right: 35px;
}
.footer-cats a {
  font-family: "Right Grotesk Tall", sans-serif;
  font-weight: 100;
  letter-spacing: 0.02em;
  font-size: 4rem;
  line-height: 0.9;
  text-transform: uppercase;
  color: #fff;
}
.footer-cats a:hover {
  color: var(--bg-color);
}

.footer-baseline {
  position: absolute;
  bottom: 0;
}
.footer-baseline h1 {
  font-family: "Right Grotesk Tall", sans-serif;
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--bg-color);
}
.footer-baseline svg {
  position: absolute;
  fill: #fff;
  width: 102px;
  height: 102px;
  top: 6px;
  right: -55px;
}

.footer-socials-container {
  padding-top: 54px;
}
.footer-socials-container .search-button svg {
  fill: #fff;
  -webkit-transition: fill 0.1s ease-in-out;
  transition: fill 0.1s ease-in-out;
}
.footer-socials-container .search-button:hover svg {
  fill: var(--bg-color);
}

.footer-socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.footer-socials a {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 17px;
  position: relative;
}
.footer-socials a:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer-socials svg {
  fill: #fff;
  -webkit-transition: fill 0.1s ease-in-out;
  transition: fill 0.1s ease-in-out;
}
.footer-socials a:hover svg {
  fill: var(--bg-color);
}

.footer-menu li {
  padding-right: 15px;
}
.footer-menu a {
  color: #fff;
  text-transform: lowercase;
  display: inline-block;
  margin-bottom: 4px;
}
.footer-menu a:hover {
  color: var(--bg-color);
}
.footer-menu:not(.footer-down-menu) {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  max-height: 155px;
  border-top: 1px solid #D6D6D6;
  padding-top: 15px;
  margin-top: 25px;
}

.footer-container-down {
  border-top: 1px solid #D6D6D6;
  padding-top: 15px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-container-down .footer-menu {
  width: calc(50% - 0.5em);
}

.footer-credits {
  padding-top: 30px;
  text-align: right;
  position: relative;
}
.footer-credits a {
  font-size: 1.3rem;
  color: var(--bg-color);
}
.footer-credits a:hover {
  color: #fff;
}

@media (min-width:768px) {
  .section-footer-newsletter .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .footer-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    width: 610px;
  }
  .footer-newsletter .sans-l {
    position: relative;
    margin-bottom: 0;
    padding-left: 68px;
    padding-right: 40px;
  }
  .footer-newsletter:before {
    left: 0;
  }
  .footer-newsletter nf-fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-newsletter svg {
    top: 32px;
  }
  .footer-newsletter .email-container {
    width: 374px;
    margin-top: 2px;
  }
  .footer-newsletter .submit-container {
    position: relative;
    top: 0;
    right: 0;
    height: 44px;
    opacity: 0;
  }

  .footer-cols {
    padding-bottom: 305px;
  }

  .footer-cats {
    text-align: left;
  }
  .footer-cats .curs-xl {
    margin-bottom: 20px;
    margin-left: -25px;
  }

  .footer-baseline h1 {
    font-size: 10rem;
    line-height: 0.8;
  }
  .footer-baseline svg {
    top: 70px;
    right: 25px;
  }

  .footer-cols .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer-socials-container {
    width: 100%;
  }

  .footer-container {
    width: 50%;
  }
  .footer-container:first-of-type {
    padding-right: 18px;
  }

  .footer-credits {
    padding-top: 0;
    margin-top: -48px;
  }
}
@media (min-width:1025px) {
  .footer-newsletter {
    width: 52.7vw;
    max-width: 843px;
  }
  .footer-newsletter .sans-l {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
  .footer-newsletter svg {
    right: auto;
    left: calc(464px + 11%);
  }
}
@media (min-width:1025px) and (min-width: 1600px) {
  .footer-newsletter svg {
    left: 560px;
  }
}
@media (min-width:1025px) {
  .footer-cols {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width:1025px) {
  .footer-cols .col-left {
    width: 55%;
  }
  .footer-cols .col-right {
    display: block;
    width: 45%;
  }
}
@media (min-width:1025px) {
  .footer-cats {
    width: 100%;
  }
  .footer-cats ul {
    width: 80%;
  }
}
@media (min-width:1025px) {
  .footer-baseline {
    position: relative;
    bottom: 0;
    padding-top: 40px;
  }
  .footer-baseline svg {
    right: auto;
    left: 290px;
    top: 110px;
  }
}
@media (min-width:1025px) {
  .footer-socials-container {
    padding-top: 16px;
  }
}
@media (min-width:1025px) {
  .footer-container {
    width: 80%;
  }
  .footer-container:first-of-type {
    padding-right: 0;
  }
}
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.breadcrumbs {
  text-transform: uppercase;
  font-size: 1.4rem;
  position: relative;
  z-index: 2;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

.section-intro-title {
  padding: 90px 0 30px;
}
.section-intro-title .up-title {
  font-size: 1.6rem;
}
.section-intro-title .breadcrumbs, .section-intro-title .up-title {
  margin-bottom: 26px;
}
@media (min-width:768px) {
  .section-intro-title {
    padding: 200px 0 15px;
  }
  .section-intro-title .up-title {
    font-size: 1.8rem;
  }
}
@media (min-width:1025px) {
  .section-intro-title {
    padding-bottom: 90px;
  }
}

.section-cat-posts {
  padding-bottom: 70px;
}
@media (min-width:768px) and (max-width:1024px) {
  .section-cat-posts .section-posts-preview-lines .posts-preview-lines-desc {
    padding-bottom: 60px;
    padding-right: 12.5%;
  }
}
@media (min-width:1025px) {
  .section-cat-posts {
    padding-bottom: 100px;
  }
  .section-cat-posts .section-posts-preview-lines .posts-preview-lines-desc {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding-right: 4%;
  }
}

.section-related-page {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (min-width:1025px) {
  .section-related-page {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.btn-curs {
  background: #fff;
  display: inline-block;
  padding: 20px 20px 24px;
  margin-top: 30px;
  width: 100%;
  text-align: center;
  max-width: 400px;
  -webkit-transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1), color 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1), color 0.17s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width:1024px) {
  .btn-curs.alt-home {
    width: auto;
    font-size: 9rem;
    padding: 0px 20px 28px;
    margin-top: 18px;
  }
}
@media (min-width:768px) {
  .btn-curs {
    width: auto;
    max-width: none;
    padding: 4px 35px 22px;
  }
}
.btn-curs:hover {
  background: var(--txt-color);
  color: #fff;
}

.btn-sans {
  display: inline-block;
  min-width: 260px;
  padding: 13px 26px;
  background: var(--txt-color);
  color: #fff;
  -webkit-transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1), color 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1), color 0.17s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-sans:hover {
  background: #fff;
  color: var(--txt-color);
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  background: transparent;
  padding: 5px 14px 3px;
  border: 1px solid var(--txt-color);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border-radius: 0;
  outline: 1px solid var(--txt-color);
}

input[type=text],
input[type=email],
input[type=tel], select {
  max-width: 354px;
}

input[type=button] {
  min-width: 258px;
  background: var(--txt-color);
  border: 0;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 4rem;
  font-family: "Right Grotesk Tall", sans-serif;
  font-weight: 100;
  letter-spacing: 0.02em;
  cursor: pointer;
}
input[type=button]:focus, input[type=button]:hover {
  background: var(--bg-color);
}

#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 15px !important;
}

.label-above .nf-field-label {
  margin-bottom: 6px !important;
}

.nf-field-label label {
  font-size: 1.4rem;
  font-weight: 500 !important;
  padding-left: 30px !important;
}

.list-checkbox-wrap .nf-field-element ul, .list-image-wrap .nf-field-element ul, .list-radio-wrap .nf-field-element ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
  font-size: 1.4rem;
  font-weight: 500;
  padding-right: 20px;
}

.nf-form-fields-required {
  margin-bottom: 25px;
}

.footer-newsletter .nf-form-fields-required {
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: var(--txt-color);
}

::-moz-placeholder {
  color: var(--txt-color);
}

:-ms-input-placeholder {
  color: var(--txt-color);
}

::-ms-input-placeholder {
  color: var(--txt-color);
}

::placeholder {
  color: var(--txt-color);
}

.nf-error-msg {
  font-size: 1.3rem;
}

.citation {
  margin-bottom: 60px !important;
}
.citation blockquote {
  font-family: "Right Grotesk Tall", sans-serif;
  font-weight: bold;
  font-size: 5.2rem;
  line-height: 0.9;
}
@media (min-width:768px) {
  .citation blockquote {
    font-size: 8rem;
  }
}
.citation blockquote::before {
  content: "«";
  display: block;
  margin-bottom: 12px;
}
.citation blockquote a {
  text-decoration: underline;
}
.citation figcaption {
  display: block;
  text-align: right;
  margin-top: 27px;
}
@media (min-width:768px) {
  .citation {
    margin-bottom: 80px !important;
  }
  .citation blockquote::before {
    position: absolute;
    left: 0;
  }
}
@media (min-width:1025px) {
  .citation {
    margin-bottom: 120px !important;
  }
}

@media (max-width:767px) {
  .cta {
    width: 100%;
  }

  .cta-grid {
    width: 86.67vw;
  }
}
.cta-grid {
  padding: 68px 0 48px;
  margin: 0 auto;
}

@media (min-width:768px) {
  .cta-grid {
    width: 66%;
  }
}
@media (min-width:1025px) {
  .cta-grid {
    width: 74.44%;
    max-width: 536px;
  }
}
@media (max-width:767px) {
  .accordeon {
    width: 100%;
  }
}
.drawer-container .drawer-trigger {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.drawer-container .drawer-trigger svg {
  fill: var(--txt-color);
  margin: 14px 32px 0 16px;
  min-width: 19px;
  -webkit-transition: -webkit-transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.17s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
}
.drawer-container .drawer-trigger.active svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.drawer-container .drawer {
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #F5F5F5;
}
.drawer-container .drawer:before, .drawer-container .drawer:after {
  content: "";
  display: block;
}
.drawer-container .drawer:before {
  height: 16px;
}
.drawer-container .drawer:after {
  height: 28px;
}

@media (min-width:768px) {
  .drawer-container .drawer-trigger svg {
    margin-left: -53px;
  }
  .drawer-container .drawer > div {
    padding-right: 16%;
  }
}
@media (min-width:1025px) {
  .drawer-container .drawer-trigger svg {
    margin-left: 40px;
  }
  .drawer-container .drawer > div {
    padding-right: 12%;
    padding-left: 12.66%;
  }
}
.fullpage-image {
  height: 60vmin;
  max-height: 900px;
  overflow: hidden;
  position: relative;
}

.swiper-galerie-container h3 {
  padding-bottom: 27px;
}
.swiper-galerie-container .swiper-slide {
  height: 56.25vw;
  width: auto;
}

.swiper-galerie-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
}
.swiper-galerie-nav svg {
  fill: var(--txt-color);
}

.swiper-galerie-prev {
  margin-right: 24px;
}
.swiper-galerie-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width:768px) {
  .swiper-galerie-container h3 {
    text-align: center;
    padding-bottom: 40px;
  }
  .swiper-galerie-container .swiper-slide {
    height: 60vw;
  }

  .swiper-galerie-nav {
    margin-top: 30px;
    margin-right: 30px;
  }

  .swiper-galerie-prev {
    margin-right: 30px;
  }
}
@media (min-width:1025px) {
  .swiper-galerie-container h3 {
    text-align: left;
  }
  .swiper-galerie-container .swiper-slide {
    height: 50vw;
    max-height: 600px;
  }

  .swiper-galerie {
    position: relative;
  }

  .swiper-galerie-nav {
    position: absolute;
    top: -80px;
    right: -10%;
    margin-top: 30px;
    margin-right: 0;
  }

  .swiper-galerie-prev {
    margin-right: 90px;
  }
}
.posts-preview-lines-desc {
  text-align: center;
  padding-bottom: 44px;
}
.posts-preview-lines-desc .sans-xl {
  position: relative;
  margin-bottom: 12px;
}
.posts-preview-lines-desc .encircled span {
  position: relative;
  z-index: 2;
}
.posts-preview-lines-desc .encircled svg {
  fill: var(--bg-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.posts-preview-lines-desc .underlined span {
  position: relative;
  z-index: 2;
}
.posts-preview-lines-desc .underlined svg {
  fill: var(--bg-color);
  position: absolute;
  bottom: -22px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.posts-preview-lines-desc .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -24px;
  padding-right: 48px;
}
.posts-preview-lines-desc .icon svg {
  fill: var(--txt-color);
  margin-right: 18px;
  margin-top: 14px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0.875);
          transform: scale(0.875);
}
.posts-preview-lines-desc .icon span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.posts-preview-lines-desc a, .posts-preview-lines-desc p {
  position: relative;
}
.posts-preview-lines-desc p {
  text-align: left;
}
.posts-preview-lines-desc a {
  font-size: 1.4rem;
  text-decoration: underline;
  text-transform: uppercase;
}

.section-posts-preview-lines.picto + .picto {
  margin-top: -40px;
}

@media (min-width:768px) {
  .posts-preview-lines-desc {
    text-align: left;
    padding-bottom: 24px;
  }
  .posts-preview-lines-desc .encircled, .posts-preview-lines-desc .underlined {
    display: inline-block;
  }
  .posts-preview-lines-desc .icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -8px;
    padding-right: 0;
    margin-left: -66px;
  }

  .section-posts-preview-lines.picto + .picto {
    margin-top: -60px;
  }
}
@media (min-width:1025px) {
  .section-posts-preview-lines > .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 3%;
  }
}
@media (min-width:1025px) and (min-width: 1600px) {
  .section-posts-preview-lines > .grid {
    padding-left: 48px;
  }
}
@media (min-width:1025px) {
  .section-posts-preview-lines .posts-preview-lines-desc {
    width: 21.7%;
    padding-top: 6px;
  }
}
@media (min-width:1025px) {
  .section-posts-preview-lines.picto + .picto {
    margin-top: -100px;
  }
}
.posts-preview-lines {
  padding-bottom: 1px;
}
.posts-preview-lines li a {
  display: block;
  padding-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid var(--txt-color);
  position: relative;
}
.posts-preview-lines li a svg {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.posts-preview-lines li a:hover svg {
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}
.posts-preview-lines em {
  font-style: normal;
}
.posts-preview-lines .title {
  display: block;
  padding-top: 20px;
}
.posts-preview-lines .sub-title {
  margin-top: 16px;
  padding-bottom: 4px;
  display: block;
}
.posts-preview-lines .desc.picto {
  font-size: 1.8rem;
}
.posts-preview-lines svg {
  position: absolute;
  top: 24px;
  right: 0;
  fill: var(--txt-color);
}

@media (min-width:768px) {
  .posts-preview-lines li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .posts-preview-lines .post-type {
    width: 20%;
    padding-right: 15px;
  }
  .posts-preview-lines .title-box {
    width: 68%;
  }
  .posts-preview-lines .up-title {
    display: block;
    padding-bottom: 4px;
  }
  .posts-preview-lines .title {
    padding-top: 0;
  }
  .posts-preview-lines .sub-title {
    margin-top: 12px;
  }
}
@media (min-width:1025px) {
  .posts-preview-lines li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .posts-preview-lines .post-type {
    width: 25%;
  }
}
@media (min-width:768px) {
  ul.posts-preview-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.posts-preview-blocks li {
    width: calc(50% - 16px);
  }

  .main-formations ul.posts-preview-blocks {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width:1025px) {
  ul.posts-preview-blocks {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    --margin: 25px;
    margin: 0 calc(var(--margin) * -1);
    /* excess margin removed */
  }
  ul.posts-preview-blocks li {
    width: calc(33.333% - (var(--margin) * 2));
    /* remove from both sides */
    margin: 0 var(--margin);
  }
}
.post-preview-block a {
  display: block;
  padding-top: 24px;
  margin-bottom: 40px;
  border-top: 1px solid var(--txt-color);
  position: relative;
}
.post-preview-block a svg {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.post-preview-block a:hover svg {
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}
.post-preview-block em {
  font-style: normal;
  display: block;
  padding-bottom: 10px;
  padding-right: 36px;
}
.post-preview-block .title {
  display: block;
  padding-right: 40px;
}
.post-preview-block .sub-title {
  margin-top: 16px;
  padding-bottom: 4px;
  display: block;
}
.post-preview-block svg {
  position: absolute;
  top: 24px;
  right: 0;
  fill: var(--txt-color);
}
.post-preview-block.formation .title-formation {
  display: block;
  padding-right: 16px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-bottom: 6px;
}
.post-preview-block.formation .img-box {
  position: relative;
  padding-bottom: 75%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
.post-preview-block.formation .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.post-preview-block.formation .img-box:after {
  opacity: 0;
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 28px 25px;
  background: var(--txt-color);
  color: #fff;
  font-size: 1.8rem;
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.post-preview-block.formation a {
  margin-bottom: 16px;
}
.post-preview-block.formation a:hover .title-formation {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.post-preview-block.formation a:hover .img-box:after {
  opacity: 1;
}
@media (min-width:768px) {
  .post-preview-block.formation a {
    margin-bottom: 40px;
  }
}
.post-preview-block.projet {
  text-align: center;
}
.post-preview-block.projet .title-projet {
  display: block;
  padding: 0 20px 16px;
}
.post-preview-block.projet .img-box {
  position: relative;
}
.post-preview-block.projet .img-box img {
  height: 225px;
}
.post-preview-block.projet .img-box:after {
  opacity: 0;
  content: attr(data-txt);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 28px 25px;
  font-family: "Right Grotesk Tall", sans-serif;
  background: var(--txt-color);
  color: #fff;
  font-size: 2.6rem;
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: bold;
  letter-spacing: 0.06em;
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.post-preview-block.projet p.desc {
  font-size: 1.8rem;
  padding: 18px 25px 0;
}
.post-preview-block.projet a {
  margin-bottom: 24px;
}
.post-preview-block.projet a:hover .title-formation {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.post-preview-block.projet a:hover .img-box:after {
  opacity: 1;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 40px;
}
.pagination a, .pagination span {
  margin: 0 2px;
  display: inline-block;
  line-height: 28px;
  height: 28px;
  min-width: 28px;
  text-align: center;
}
.pagination .current {
  color: #fff;
  background: var(--txt-color);
}
.pagination a {
  background: #fff;
}
.pagination a:hover {
  background: var(--bg-color);
}
.pagination span.dots {
  margin: 0;
}
.pagination a.next, .pagination a.prev {
  padding-bottom: 8px;
  line-height: 24px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body,
html {
  background-color: #F5F5F5;
  width: 100%;
  height: 100%;
}

.svg-sprite {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

img {
  height: auto;
}

img:not(.alignleft):not(.alignright):not(.alignnone):not(.aligncenter):not(.object-fit-img) {
  display: block;
  width: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.wrapper {
  opacity: 0;
  width: 100%;
}
.wrapper:before {
  content: "";
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background: var(--bg-color);
  width: 100%;
  height: 13vh;
}
.wrapper.loaded {
  opacity: 1;
}

section {
  position: relative;
}

.swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.swiper-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* OBJECTFIT FALLBACK */
.object-fit-img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-main {
  overflow: hidden;
}

.main-home .section-posts-preview-lines {
  padding-bottom: 60px;
}
.main-home .section-posts-preview-lines:nth-child(2) {
  margin-top: -34px;
}

@media (min-width:768px) {
  .main-home .section-posts-preview-lines {
    padding-bottom: 60px;
  }
  .main-home .section-posts-preview-lines:nth-child(2) {
    margin-top: 80px;
  }
}
.section-intro-home {
  padding: 96px 0 80px;
  min-height: calc(100vh - 13vh);
}
.section-intro-home h2 {
  position: relative;
  color: #fff;
}
.section-intro-home h2 strong {
  position: relative;
}
.section-intro-home h2 svg {
  position: absolute;
  fill: var(--txt-color);
  -webkit-transform: scale(1.14, 1.14) translate(2px, 28px);
          transform: scale(1.14, 1.14) translate(2px, 28px);
}
.section-intro-home a.btn-curs {
  position: relative;
}
.section-intro-home .img-box, .section-intro-home .video-box {
  margin-top: 34px;
  position: relative;
}
.section-intro-home .video-box video {
  width: 100%;
}
@media (min-width:768px) {
  .section-intro-home {
    padding: 180px 0 0;
  }
  .section-intro-home .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section-intro-home .title-box {
    width: 40%;
    padding-bottom: 60px;
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .section-intro-home h2 {
    font-size: 8rem;
  }
}
@media (min-width:768px) {
  .section-intro-home .img-box, .section-intro-home .video-box {
    width: 62%;
    margin-right: -4.315vw;
    margin-top: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@media (min-width:1025px) {
  .section-intro-home {
    padding: 180px 0 50px;
  }
  .section-intro-home .grid {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section-intro-home .title-box {
    width: 44.75%;
    padding-right: 30px;
  }
  .section-intro-home h2 svg {
    bottom: 0;
    -webkit-transform: scale(3.54, 3.54) translate(22.5%, -27px);
            transform: scale(3.54, 3.54) translate(22.5%, -27px);
  }
  .section-intro-home .img-box, .section-intro-home .video-box {
    width: 49.26%;
    margin-right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.section-home-cats {
  background: #fff;
  padding: 50px 0 40px;
  position: relative;
  z-index: 2;
}
.section-home-cats .footer-cats a {
  color: var(--txt-color);
}
.section-home-cats .footer-cats a:hover {
  color: var(--bg-color);
}
@media (min-width:768px) {
  .section-home-cats {
    background: transparent;
    padding: 0;
  }
  .section-home-cats .inner-grid {
    width: 91.73%;
    padding: 60px 9% 85px;
    background: #fff;
  }
}
@media (min-width:1025px) {
  .section-home-cats .inner-grid {
    width: 74.63%;
    padding: 60px 8.46% 85px;
  }
  .section-home-cats .footer-cats ul {
    width: 87%;
  }
}

.section-home-newsletter {
  background: var(--txt-color);
  padding: 50px 0 20px;
}
.section-home-newsletter h5, .section-home-newsletter p, .section-home-newsletter input, .section-home-newsletter .nf-error-msg {
  color: #fff;
}
.section-home-newsletter .inner-grid > svg {
  display: none;
}
.section-home-newsletter .txt-box {
  text-align: center;
}
.section-home-newsletter h5 {
  padding-bottom: 33px;
}
.section-home-newsletter .footer-newsletter:before {
  content: none;
}
.section-home-newsletter .footer-newsletter svg {
  fill: #fff;
}
.section-home-newsletter .footer-newsletter input[type=email] {
  border-color: #fff;
  max-width: 270px;
}
.section-home-newsletter .footer-newsletter input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.section-home-newsletter .footer-newsletter input[type=email]::-moz-placeholder {
  color: #fff;
}
.section-home-newsletter .footer-newsletter input[type=email]:-ms-input-placeholder {
  color: #fff;
}
.section-home-newsletter .footer-newsletter input[type=email]::-ms-input-placeholder {
  color: #fff;
}
.section-home-newsletter .footer-newsletter input[type=email]::placeholder {
  color: #fff;
}
@media (min-width:768px) {
  .section-home-newsletter {
    background: transparent;
    padding: 0;
    padding-bottom: 75px;
    margin-top: -80px;
  }
  .section-home-newsletter .inner-grid {
    width: 91.73%;
    margin-right: 0;
    margin-left: auto;
    padding: 115px 9% 20px 260px;
    background: var(--txt-color);
    overflow: hidden;
    position: relative;
  }
  .section-home-newsletter .inner-grid > svg {
    display: block;
    fill: #fff;
    position: absolute;
    left: 18%;
    top: 57%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section-home-newsletter .txt-box {
    text-align: left;
  }
  .section-home-newsletter .txt-box p {
    width: 80%;
  }
  .section-home-newsletter .footer-newsletter {
    width: 100%;
  }
  .section-home-newsletter .footer-newsletter input[type=email] {
    max-width: 290px;
  }
}
@media (min-width:1025px) {
  .section-home-newsletter {
    padding-bottom: 92px;
  }
  .section-home-newsletter .inner-grid {
    width: 74.63%;
    padding: 115px 9% 20px 276px;
  }
  .section-home-newsletter .footer-newsletter {
    width: 100%;
  }
  .section-home-newsletter .footer-newsletter input[type=email] {
    max-width: 400px;
  }
}

.big-block a {
  display: block;
  position: relative;
  text-align: center;
  min-height: 70vh;
  padding: 16px 10% 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.big-block a:hover h2 {
  opacity: 0;
}
.big-block a:hover .img-box img {
  -webkit-filter: none;
          filter: none;
}
.big-block a:hover .img-box:after {
  opacity: 0;
}
.big-block .img-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.big-block .img-box img {
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.big-block .img-box:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--txt-color);
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.big-block h2 {
  position: relative;
  color: #fff;
  text-align: left;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.big-block button {
  position: relative;
}

.small-block {
  background: #b4d6e5;
  text-align: center;
  padding: 80px 10% 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.small-block h2 {
  position: relative;
  margin-bottom: 34px;
}
.small-block h2 span {
  position: relative;
}
.small-block svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.small-block p {
  position: relative;
  z-index: 2;
  margin-bottom: 34px;
}

@media (min-width:768px) {
  .block-duo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-duo:nth-child(2n+2) .big-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block-duo:nth-child(2n+2) .small-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .block-duo:nth-child(2n+2) .small-block svg {
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
            transform: translate(-50%, -50%) scale(-1, 1);
  }

  .big-block {
    width: 50%;
    min-height: 50vh;
  }
  .big-block a {
    height: 100%;
    min-height: 0;
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .big-block h2 {
    font-size: 8rem;
  }
}
@media (min-width:768px) {
  .small-block {
    width: 50%;
  }
}
@media (min-width:1025px) {
  .big-block {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .big-block a {
    padding: 40px 70px 64px 35px;
  }
  .big-block button {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .small-block {
    width: 33.75%;
    padding-right: 4.68%;
    padding-left: 4.68%;
  }
}
.bleuclair .small-block {
  background: #B4D6E5;
}

.vertclair .small-block {
  background: #B8DDD4;
}

.orange .small-block {
  background: #FF9785;
}

.marron .big-block .img-box:after {
  background: #5A5149;
}
.marron .big-block button {
  color: #5A5149;
}
.marron .big-block button:hover {
  background: #5A5149;
  color: #fff;
}
.marron .small-block h2, .marron .small-block p {
  color: #5A5149;
}
.marron .small-block .btn-sans {
  background: #5A5149;
  color: #fff;
}
.marron .small-block .btn-sans:hover {
  background: #fff;
  color: #5A5149;
}

.bleufonce .big-block .img-box:after {
  background: #4E6771;
}
.bleufonce .big-block button {
  color: #4E6771;
}
.bleufonce .big-block button:hover {
  background: #4E6771;
  color: #fff;
}
.bleufonce .small-block h2, .bleufonce .small-block p {
  color: #4E6771;
}
.bleufonce .small-block .btn-sans {
  background: #4E6771;
  color: #fff;
}
.bleufonce .small-block .btn-sans:hover {
  background: #fff;
  color: #4E6771;
}

.vertfonce .big-block .img-box:after {
  background: #24745D;
}
.vertfonce .big-block button {
  color: #24745D;
}
.vertfonce .big-block button:hover {
  background: #24745D;
  color: #fff;
}
.vertfonce .small-block h2, .vertfonce .small-block p {
  color: #24745D;
}
.vertfonce .small-block .btn-sans {
  background: #24745D;
}
.vertfonce .small-block .btn-sans:hover {
  background: #fff;
  color: #24745D;
}

.section-home-quote {
  text-align: center;
  padding: 67px 0 97px;
}
.section-home-quote h3 {
  color: var(--bg-color);
  margin-bottom: 40px;
}
@media (min-width:768px) and (max-width:1024px) {
  .section-home-quote .grid {
    width: 50%;
  }
  .section-home-quote blockquote {
    font-size: 9rem;
  }
}
@media (min-width:1025px) {
  .section-home-quote {
    padding: 117px 0 127px;
  }
  .section-home-quote h3 {
    margin-bottom: 50px;
  }
}

.section-intro-single {
  min-height: calc(100vh - 13vh);
  padding: 90px 0 316px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-intro-single .breadcrumbs {
  color: #fff;
}
.section-intro-single .breadcrumbs a {
  color: #fff;
}
.section-intro-single .title-box {
  padding-top: 15px;
}
.section-intro-single .title-box svg {
  position: absolute;
  fill: #fff;
  left: 0;
  bottom: -30px;
}
.section-intro-single .title-box h1 {
  position: relative;
}
.section-intro-single .post-type-title {
  position: relative;
  font-family: "Drama", cursive;
  color: #fff;
  text-transform: lowercase;
  font-size: 10rem;
  line-height: 0.9;
}
.section-intro-single + .section-content-single {
  margin-top: -200px;
}

.section-content-single.mobilisations {
  padding-bottom: 1px;
  padding-top: 40px;
}
.section-content-single.mobilisations:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 150px);
  background: var(--bg-color);
}
@media (min-width:768px) {
  .section-content-single.mobilisations:before {
    height: calc(100% - 400px);
  }
}
@media (min-width:1025px) {
  .section-content-single.mobilisations {
    padding-top: 90px;
  }
}
.section-content-single > * {
  margin-bottom: 40px;
}
.section-content-single .first-img img {
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-related-single {
  background: #fff;
}
.section-related-single .section-posts-preview-lines {
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (min-width:768px) {
  .section-intro-single {
    padding: 226px 0 440px;
  }
  .section-intro-single .title-box {
    padding-top: 85px;
  }
  .section-intro-single .title-box svg {
    width: 584px;
    height: 349px;
    left: 60px;
    bottom: -60px;
  }
  .section-intro-single .title-box h1 {
    padding-top: 20px;
  }

  .section-content-single > * {
    margin-bottom: 60px;
  }

  .section-related-single .section-posts-preview-lines {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width:1025px) {
  .section-intro-single {
    padding: 160px 0 220px;
  }
  .section-intro-single .title-box {
    padding-top: 70px;
  }
  .section-intro-single .title-box svg {
    left: 22%;
    bottom: -60px;
  }
  .section-intro-single .title-box h1 {
    padding-top: 20px;
  }
  .section-intro-single .post-type-title {
    position: absolute;
    z-index: 2;
    top: 130px;
    left: 9%;
  }
  .section-intro-single + .section-content-single {
    margin-top: -60px;
  }

  .section-content-single > * {
    margin-bottom: 100px;
  }

  .section-related-single .section-posts-preview-lines {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
section.section-intro-archives {
  padding: 90px 0 100px;
}

@media (min-width:768px) {
  section.section-intro-archives {
    padding: 180px 0 120px;
  }
  section.section-intro-archives h1 {
    padding-left: 17%;
  }
}
@media (min-width:1025px) {
  section.section-intro-archives h1 {
    padding-left: 0%;
  }
}
.section-archive-presentation {
  margin-top: 100px;
  padding-bottom: 60px;
}
.section-archive-presentation:before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 120px);
  width: 100%;
  bottom: 0;
  background: var(--bg-color);
}

.archive-presentation {
  position: relative;
}
.archive-presentation .col-left {
  padding-bottom: 20px;
}
.archive-presentation .wysiwyg {
  padding-top: 16px;
}
.archive-presentation .wysiwyg p {
  font-size: 1.4rem;
  margin-bottom: 18px;
}

@media (min-width:768px) {
  .section-archive-presentation {
    padding-bottom: 30px;
  }

  .archive-presentation .col-left {
    padding-bottom: 30px;
  }
  .archive-presentation .wysiwyg {
    padding-top: 30px;
  }
  .archive-presentation .wysiwyg .cols {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .archive-presentation .wysiwyg p {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
@media (min-width:1025px) {
  .section-archive-presentation {
    margin-top: 170px;
    padding-bottom: 80px;
  }

  .archive-presentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .archive-presentation .col-left {
    width: 40%;
    margin-left: 0;
  }
  .archive-presentation .col-left .right-grid {
    width: 100%;
  }
  .archive-presentation .col-right {
    width: 57.7%;
    margin-top: -70px;
  }
  .archive-presentation .img-box {
    width: 56.15vw;
    max-width: 767px;
  }
  .archive-presentation .wysiwyg {
    width: 100%;
  }
  .archive-presentation .wysiwyg .cols {
    width: 100%;
  }
}
.section-title-type-projets {
  text-align: center;
  padding: 90px 0 60px;
}
@media (min-width:768px) {
  .section-title-type-projets {
    text-align: left;
  }
}
@media (min-width:1025px) {
  .section-title-type-projets {
    padding-top: 110px;
  }
}

.main-projets, .main-news {
  padding-bottom: 90px;
}

.event-tickets .tribe-tickets__rsvp-wrapper {
  max-width: none !important;
}

.add-to-call {
  text-align: right;
}

.event-details {
  margin-bottom: 40px;
}
@media (min-width:768px) {
  .event-details {
    margin-bottom: 60px;
  }
}
@media (min-width:1025px) {
  .event-details {
    margin-bottom: 100px;
  }
}

.events-table {
  display: table;
  border-collapse: collapse;
  border: 1px solid var(--txt-color);
  width: 100%;
}

.events-row {
  display: table-row;
}
.events-row h2, .events-row dl {
  display: table-cell;
  border: 1px solid var(--txt-color);
  padding: 15px 10px 25px;
}
.events-row h2 {
  border-right: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.events-row dl {
  border-left: 0;
}

.tribe-common-c-svgicon--cal-export {
  display: none !important;
}

@media (min-width:768px) {
  .events-row h2, .events-row dl {
    font-size: 1.8rem;
    padding: 15px 20px 25px;
  }
}
section.events-nav {
  padding-bottom: 60px;
}
section.events-nav button[disabled] {
  display: none;
}

.search-form label {
  display: block;
}
.search-form input[type=text] {
  background: #fff;
  border: 0;
  text-overflow: ellipsis;
  line-height: 0;
  max-width: none;
  width: 100%;
  font-family: "Right Grotesk Tall", sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 6rem;
}
.search-form input[type=submit] {
  width: 100%;
  margin-top: 17px;
  cursor: pointer;
  border: 0;
}

@media (min-width:768px) {
  .section-intro-title.search .small-grid {
    padding-right: 12.5%;
  }

  .search-form input[type=text] {
    font-size: 10.8rem;
  }
  .search-form input[type=submit] {
    width: auto;
    margin-top: 24px;
  }
}
.search-filters {
  text-align: left;
  padding-bottom: 14px;
}
.search-filters label {
  display: block;
  margin-top: 28px;
  margin-bottom: 8px;
}
.search-filters select {
  max-width: none;
  width: 100%;
  font-size: 1.8rem;
}
@media (min-width:1025px) {
  .search-filters label {
    margin-top: 0;
  }
  .search-filters select {
    margin-bottom: 28px;
    width: 95%;
  }
}

.section-intro-product {
  padding: 90px 0 30px;
}
.section-intro-product:before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100vh - 13vh);
  width: 100%;
  top: 0;
  background: var(--bg-color);
}
@media (min-width:768px) {
  .section-intro-product {
    padding: 200px 0 30px;
  }
}
@media (min-width:1025px) {
  .section-intro-product {
    padding-bottom: 60px;
  }
}
.section-intro-product .breadcrumbs {
  color: #fff;
}
.section-intro-product .breadcrumbs a {
  color: #fff;
}

.woocommerce div.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
  margin: 0;
}
@media (min-width:768px) {
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 48%;
  }
}
@media (min-width:1025px) {
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 46%;
  }
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  z-index: 2;
  position: relative;
}

.product-title-box {
  position: relative;
  padding-top: 30px;
}
.product-title-box svg {
  display: none;
}
@media (min-width:768px) {
  .product-title-box svg {
    z-index: 1;
    display: block;
    position: absolute;
    fill: #fff;
    -webkit-transform: translate(-90%, 20%) scale(-2, 2);
            transform: translate(-90%, 20%) scale(-2, 2);
    left: 0;
    top: 0;
  }
}

.product-up-title {
  font-family: "Drama", cursive;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
}
@media (min-width:768px) {
  .product-up-title {
    font-size: 10rem;
  }
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: var(--txt-color);
  font-size: 5.2rem;
  font-family: "Right Grotesk Tall", sans-serif;
  font-weight: bold;
}

.woocommerce div.product p.stock {
  color: var(--txt-color);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.33;
  margin-bottom: 20px;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 6px;
}
.woocommerce div.product form.cart div.quantity .qty {
  height: 62px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #fff;
  color: var(--txt-color);
  min-width: 260px;
  padding: 13px 26px;
  -webkit-transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1), color 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1), color 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 0;
  font-family: "Right Grotesk Tall", sans-serif;
  font-weight: 100;
  letter-spacing: 0.02em;
  font-size: 4rem;
  line-height: 0.9;
  text-transform: uppercase;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  color: #fff;
  background: var(--txt-color);
}

.woocommerce-message {
  border-top-color: var(--bg-color);
}
.woocommerce-message:before {
  color: var(--bg-color);
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin-bottom: 30px;
}

.wc-stripe-card-icons-container img, .wc-stripe-paymentRequest-icons-container img {
  display: inline-block !important;
}

.tribe-common a.tribe-common-c-btn--small, .tribe-common button.tribe-common-c-btn--small, .tribe-common input[type=button].tribe-common-c-btn--small, .tribe-common input[type=submit].tribe-common-c-btn--small {
  color: #fff;
}

.give-wrap {
  padding: 180px 0 50px;
}