@charset "UTF-8";
/*!
Theme Name: blank
Theme URI: http://underscores.me/
Author: Johan Giraud
Author URI: https://johangiraud.com
Description: Custom theme for Peyrepertuse
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: #181818;
  --hoverColor: #FA651E;
  --whiteColor: #fff;
  --palePink: #FFEFEF;
  --brightGrey: #EAEAEA;
  --shadowColor: rgba(49, 49, 49, 0.2); }

/* GENERAL */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  transition: all 0.7s ease; }
  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: 'Noto Serif', serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: -0.015rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500;
  line-height: 1.2;
  color: var(--hoverColor); }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 500; }

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; } }
/* Links
--------------------------------------------------------------*/
a,
a:active,
a:visited {
  color: var(--textColor);
  outline: 0;
  text-decoration: none;
  transition: all 0.3s; }

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

@media screen and (min-width: 800px) {
  a:hover,
  a:focus {
    outline: 0;
    text-decoration: none;
    transition: all 0.3s; }

  a:hover {
    color: var(--hoverColor); } }
/* 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
--------------------------------------------- */
section {
  margin: 6rem auto;
  position: relative; }

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem; }
  .content-wrapper.s {
    max-width: 600px; }

@media screen and (min-width: 1240px) {
  .content-wrapper {
    padding: 0; } }
.caption {
  font-size: 1.2rem;
  text-align: right; }
  .caption.left {
    text-align: left; }

.page .entry-header {
  background: var(--brightGrey) no-repeat center/cover;
  height: 70vh;
  width: 100%;
  position: relative;
  top: 0; }
  .page .entry-header .entry-title {
    color: var(--whiteColor);
    z-index: 10; }
  .page .entry-header .title-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }
    .page .entry-header .title-wrapper .entry-title {
      margin-top: 0.5rem;
      width: 100%; }
  .page .entry-header .caption {
    position: absolute;
    bottom: -6rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 2rem; }
.page.home .entry-header {
  height: 100vh; }

@media screen and (min-width: 600px) {
  .page .entry-header .caption {
    bottom: -3rem; } }
.entry-content {
  margin-top: 5rem; }
  .entry-content .woocommerce {
    max-width: 800px;
    margin: 5rem auto; }
  .entry-content > p, .entry-content > h2 {
    max-width: 800px;
    margin: 1rem auto 5rem;
    padding: 0 2rem; }
  .entry-content h6 {
    font-size: 3rem;
    max-width: 80%;
    margin: 0 auto 5rem; }

@media screen and (min-width: 840px) {
  .entry-content > p, .entry-content > h2 {
    padding: 0; } }
.section-title,
.section-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 2rem; }

@media screen and (min-width: 840px) {
  .section-title,
  .section-subtitle {
    padding: 0; } }
.entry-title {
  margin: 2rem auto;
  text-align: center;
  font-size: 3rem;
  padding: 0 2rem;
  max-width: 800px;
  color: var(--textColor); }

.home .title-wrapper {
  width: 90%; }
.home .entry-title {
  top: 40%;
  position: relative;
  z-index: 10;
  font-size: 4rem;
  color: var(--whiteColor);
  max-width: 90%;
  margin: 0 auto; }
  .home .entry-title span {
    color: var(--hoverColor); }

@media screen and (min-width: 800px) {
  .entry-title {
    font-size: 4rem; }

  .home .entry-title {
    font-size: 5rem; } }
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

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

.discover {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  text-align: center;
  color: var(--whiteColor);
  z-index: 10; }
  .discover span {
    position: absolute;
    bottom: -2rem;
    display: block;
    font-size: 20px;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 9;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    -moz-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite; }

@media screen and (min-width: 800px) {
  .discover {
    cursor: pointer; } }
/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, 6px) rotate(45deg);
    opacity: 0; } }
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(-50%, -6px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: translate(-50%, 6px) rotate(45deg);
    opacity: 0; } }
@keyframes fade_move_down {
  0% {
    transform: translate(-50%, -6px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(-50%, 6px) rotate(45deg);
    opacity: 0; } }
.button,
.wp-block-button__link {
  padding: 0.8rem 1.5rem;
  border: 0.1rem solid var(--hoverColor);
  background: transparent;
  border-radius: 2rem;
  color: var(--hoverColor);
  transition: all .3s ease-out;
  margin-top: 2rem;
  display: inline-block; }

@media screen and (min-width: 800px) {
  .button:hover,
  .wp-block-button__link:hover {
    color: var(--whiteColor);
    background: var(--hoverColor); } }
.silhouette-wrapper .silhouette, .silhouette-wrapper.silhouette {
  height: calc(25vw + 7rem);
  width: 100%;
  top: -5rem;
  position: absolute;
  background: var(--palePink) no-repeat top center/100%;
  z-index: -1;
  display: block; }
.silhouette-wrapper.medium .silhouette, .silhouette-wrapper.medium.silhouette {
  height: calc(70% + 7rem); }
.silhouette-wrapper.full-height {
  padding: 2rem 0; }
  .silhouette-wrapper.full-height .silhouette, .silhouette-wrapper.full-height.silhouette {
    height: calc(100% + 7rem);
    background-color: var(--palePink); }

.darken img {
  max-width: 50rem;
  margin: -5rem auto 0;
  mix-blend-mode: darken; }

.file-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .file-header img {
    width: 20%;
    padding-right: 1rem; }
  .file-header h4 {
    font-size: 1.5rem;
    width: 80%;
    margin: 0; }
  .file-header .text-content {
    font-size: 1.2rem; }

@media screen and (min-width: 800px) {
  .file-header img {
    width: 10%;
    padding-right: 1rem; }
  .file-header h4 {
    font-size: 1.5rem;
    width: 90%; } }
.wp-block-columns.group {
  max-width: 1200px;
  margin: 7rem auto; }
  .wp-block-columns.group .image img {
    border-radius: 1rem; }
  .wp-block-columns.group .section-title {
    text-align: left;
    margin: 0; }
  .wp-block-columns.group .files h2 {
    margin: 3rem auto; }
  .wp-block-columns.group .files ul.files .file {
    width: 70%;
    margin-left: 1rem; }

.wp-block-image img {
  border-radius: 1rem; }

/* Navigation
--------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 8rem;
  background: var(--whiteColor);
  box-shadow: 0.2rem 0.2rem 1.6rem var(--shadowColor); }
  .site-header .site-branding {
    position: absolute;
    max-width: 20.5rem;
    z-index: 25;
    left: 2rem; }
    .site-header .site-branding img {
      width: 18rem; }
    .site-header .site-branding p {
      margin: 0; }

#site-navigation {
  display: block; }
  #site-navigation button.menu-toggle {
    display: block;
    position: fixed;
    top: 1rem;
    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; }
    #site-navigation button.menu-toggle span,
    #site-navigation button.menu-toggle span:before,
    #site-navigation button.menu-toggle span:after {
      height: 0.2rem;
      width: 3.5rem;
      margin: 0;
      background: var(--textColor);
      position: absolute;
      display: block;
      content: '';
      transition: all .2s ease-in; }
    #site-navigation button.menu-toggle span {
      background: transparent;
      top: 3rem;
      left: 50%;
      transform: translateX(-50%); }
    #site-navigation button.menu-toggle span:before {
      top: -0.5rem; }
    #site-navigation button.menu-toggle span:after {
      bottom: -0.5rem; }
    #site-navigation button.menu-toggle + ul#main-menu {
      top: -2rem;
      right: -70vw;
      position: absolute;
      padding: 10rem 2rem 2rem;
      width: 60vw;
      height: 100vh;
      text-align: left;
      list-style-type: none;
      transition: all .3s;
      z-index: -1;
      background-color: var(--whiteColor);
      box-shadow: -0.1rem 0 1.6rem var(--shadowColor); }
      #site-navigation button.menu-toggle + ul#main-menu li {
        display: block;
        padding: 0 1rem 1rem;
        position: relative;
        font-size: 2.4rem;
        margin-top: -2rem;
        transition: margin 0.6s ease-out; }
        #site-navigation button.menu-toggle + ul#main-menu li.current-menu-item {
          color: var(--hoverColor); }
          #site-navigation button.menu-toggle + ul#main-menu li.current-menu-item a {
            color: var(--hoverColor); }
    #site-navigation button.menu-toggle.active:hover span:before, #site-navigation button.menu-toggle.active:hover span:after {
      margin: 0; }
    #site-navigation button.menu-toggle.active span:before {
      top: 0;
      transform: rotate(225deg); }
    #site-navigation button.menu-toggle.active span:after {
      bottom: 0;
      transform: rotate(-45deg); }
    #site-navigation button.menu-toggle.active + ul#main-menu {
      right: -2rem;
      z-index: 50; }
      #site-navigation button.menu-toggle.active + ul#main-menu li {
        margin-top: 0; }

@media screen and (min-width: 800px) {
  .admin-bar .site-header {
    top: 3.2rem; }
  .admin-bar #site-navigation button.menu-toggle {
    top: 4rem; } }
@media screen and (min-width: 960px) {
  #site-navigation {
    text-align: right; }
    #site-navigation button.menu-toggle {
      display: none; }
      #site-navigation button.menu-toggle + ul#main-menu {
        top: auto;
        display: flex;
        justify-content: flex-end;
        right: 2rem;
        width: auto;
        padding: 2.7rem 0 0;
        position: relative;
        background-color: transparent;
        height: auto;
        box-shadow: none;
        z-index: 20; }
        #site-navigation button.menu-toggle + ul#main-menu li {
          font-size: 1.6rem;
          margin-top: 0; }
          #site-navigation button.menu-toggle + ul#main-menu li .sub-menu {
            position: absolute;
            margin-top: 0;
            z-index: -1;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            pointer-events: none;
            border: 0.1rem solid var(--hoverColor);
            background: var(--whiteColor);
            padding: 1rem;
            transition: all 0.3s ease-out, opacity 0.1s; }
            #site-navigation button.menu-toggle + ul#main-menu li .sub-menu li {
              padding: 0 1rem; }
          #site-navigation button.menu-toggle + ul#main-menu li:hover .sub-menu {
            margin-top: 1rem;
            z-index: 30;
            opacity: 1;
            pointer-events: auto; }
          #site-navigation button.menu-toggle + ul#main-menu li#menu-item-56 .sub-menu {
            min-width: 12rem; }
      #site-navigation button.menu-toggle:hover {
        color: var(--hoverColor);
        outline: 0;
        text-decoration: none;
        transition: all 0.3s; }
      #site-navigation button.menu-toggle.active + ul#main-menu {
        background-color: transparent; } }
/* Splashpage
--------------------------------------------- */
.landing-video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
  z-index: 3; }

.layer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--textColor);
  opacity: 0.5;
  width: 100%;
  z-index: 5; }

.home .entry-header .layer {
  opacity: 0.2; }

@media screen and (max-width: 800px) {
  .landing-video {
    display: none;
    background-size: cover; }

  .layer {
    opacity: 0.5; } }
/* Block: Text
--------------------------------------------- */
section.text .content-wrapper.text-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem; }
  section.text .content-wrapper.text-wrapper span {
    float: right; }
  section.text .content-wrapper.text-wrapper td {
    padding: 0; }
section.text.border .content-wrapper.text-wrapper {
  border: 0.1rem solid var(--hoverColor);
  border-radius: 1rem;
  padding: 2rem;
  max-width: calc(100% - 2rem); }
section.text.small .content-wrapper.text-wrapper {
  font-size: 1.3rem; }
section.text.bg-image {
  padding: 5rem 0;
  color: var(--whiteColor); }

@media screen and (min-width: 840px) {
  section.text .content-wrapper.text-wrapper {
    padding: 0; }
  section.text.border .content-wrapper.text-wrapper {
    max-width: 800px; }
  section.text.small .content-wrapper.text-wrapper {
    max-width: calc(800px - 10rem) !important; } }
/* Block: Image
--------------------------------------------- */
section.image .image-wrapper.full-width {
  overflow-y: hidden; }
section.image .image-wrapper.content-width {
  max-width: 800px;
  margin: 0 auto; }
  section.image .image-wrapper.content-width img {
    border-radius: 1rem; }

/* Block: Image + text & Vidéo + text
--------------------------------------------- */
section.image-text .content-wrapper,
section.video-text .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  section.image-text .content-wrapper .image-wrapper,
  section.video-text .content-wrapper .image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    margin: 2rem 0; }
  section.image-text .content-wrapper .text-wrapper .picto,
  section.video-text .content-wrapper .text-wrapper .picto {
    width: 10rem;
    margin: 0 auto 2rem; }
  section.image-text .content-wrapper .text-wrapper img,
  section.video-text .content-wrapper .text-wrapper img {
    min-width: 5rem; }

@media screen and (min-width: 800px) {
  section.image-text .content-wrapper .image-wrapper,
  section.image-text .content-wrapper .text-wrapper,
  section.video-text .content-wrapper .image-wrapper,
  section.video-text .content-wrapper .text-wrapper {
    width: 50%; }
  section.image-text .content-wrapper .image-wrapper,
  section.video-text .content-wrapper .image-wrapper {
    margin: 0; }
  section.image-text .content-wrapper .text-wrapper,
  section.video-text .content-wrapper .text-wrapper {
    max-width: 50%;
    margin: 0 auto;
    padding: 0 4rem; }
    section.image-text .content-wrapper .text-wrapper h2,
    section.image-text .content-wrapper .text-wrapper h3,
    section.image-text .content-wrapper .text-wrapper h4,
    section.video-text .content-wrapper .text-wrapper h2,
    section.video-text .content-wrapper .text-wrapper h3,
    section.video-text .content-wrapper .text-wrapper h4 {
      margin-top: 0; }
    section.image-text .content-wrapper .text-wrapper .picto,
    section.video-text .content-wrapper .text-wrapper .picto {
      margin: 0 auto 2rem 0; }
  section.image-text .content-wrapper.image-right,
  section.video-text .content-wrapper.image-right {
    flex-direction: row-reverse; } }
/* Block: Navigation
--------------------------------------------- */
section.navigation .section-title {
  margin: 10rem auto 3rem; }
section.navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  margin: 0 -1rem; }
  section.navigation ul li {
    border-radius: 1rem;
    width: 100%;
    background: transparent no-repeat center / cover;
    height: 30rem;
    margin: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    section.navigation ul li:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      pointer-events: none;
      border-radius: 1rem;
      z-index: 1;
      transition: all .3s ease; }
    section.navigation ul li a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 2rem;
      z-index: 5; }
      section.navigation ul li a .link-wrapper {
        width: 100%;
        margin: 0 auto; }
        section.navigation ul li a .link-wrapper img {
          max-height: 7rem;
          min-width: 7rem;
          margin: 2rem auto 1rem; }
        section.navigation ul li a .link-wrapper h3 {
          margin: 1rem 0;
          width: 100%;
          text-align: center;
          color: var(--whiteColor); }

@media screen and (min-width: 800px) {
  section.navigation ul li {
    width: calc(100% / 3 - 2rem); }
    section.navigation ul li:hover:before {
      background: rgba(0, 0, 0, 0.2); } }
/* Block: files
--------------------------------------------- */
.files ul.files {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .files ul.files .file {
    width: calc(50% - 2rem);
    margin: 0 1rem 1rem; }

@media screen and (min-width: 800px) {
  .files ul.files {
    display: flex;
    flex-wrap: wrap; }
    .files ul.files .file {
      width: calc(100% / 3 - 4rem);
      margin: 0 2rem 2rem; } }
/* Block: map
--------------------------------------------- */
.map .acf-map {
  height: 70vh; }
  .map .acf-map .marker img {
    width: 2rem !important; }

/* Block: Press articles
--------------------------------------------- */
.press-articles .content-wrapper {
  max-width: 800px; }
  .press-articles .content-wrapper h2 {
    text-align: center;
    margin-bottom: 5rem; }
  .press-articles .content-wrapper .article-list .article-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3rem; }
    .press-articles .content-wrapper .article-list .article-item .image-wrapper {
      width: 60%;
      margin: 2rem auto;
      border-radius: 1rem;
      min-height: 10rem;
      overflow: hidden; }
      .press-articles .content-wrapper .article-list .article-item .image-wrapper .image {
        display: block;
        padding-bottom: 100%;
        background: var(--brightGrey) no-repeat center/contain; }
    .press-articles .content-wrapper .article-list .article-item .article-content {
      width: 100%; }

@media screen and (min-width: 800px) {
  .press-articles .content-wrapper .article-list .article-item .image-wrapper {
    width: 20%;
    margin: 0; }
  .press-articles .content-wrapper .article-list .article-item .article-content {
    margin-top: -1rem;
    width: 80%;
    padding-left: 3rem; } }
/* 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; }
  .flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: none; }
  .flickity-prev-next-button:hover {
    background: transparent; }
  .flickity-prev-next-button.previous:after, .flickity-prev-next-button.next:after {
    content: '';
    background: url(assets/img/arrow.svg) no-repeat center/4rem;
    position: absolute;
    top: 0;
    width: 6rem;
    height: 5rem; }
  .flickity-prev-next-button.previous {
    left: -2rem; }
    .flickity-prev-next-button.previous:after {
      left: 0; }
  .flickity-prev-next-button.next {
    right: -2rem; }
    .flickity-prev-next-button.next:after {
      transform: rotate(180deg);
      right: 0; }
  .flickity-prev-next-button .flickity-button-icon {
    display: none; }

@media screen and (min-width: 800px) {
  .flickity-prev-next-button {
    /*&.previous {
      left: 0;
    }
    &.next {
      right: 0;
    }*/ } }
/* Block: slider
--------------------------------------------- */
section.slider .content-wrapper .slider .slide {
  width: 100%; }
  section.slider .content-wrapper .slider .slide .slide-content-wrapper {
    max-width: 80%;
    margin: 0 auto; }
    section.slider .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
      margin: 0 auto; }
      section.slider .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper img {
        margin: 0 auto;
        min-width: 80%;
        border-radius: 1rem; }
    section.slider .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
      text-align: center;
      max-width: 50rem;
      margin: 0 auto 2rem; }
      section.slider .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
        font-family: 'Barna Stencil', sans-serif;
        text-transform: uppercase; }
section.slider .content-wrapper .carousel-nav li {
  padding: 0 1rem; }
  section.slider .content-wrapper .carousel-nav li svg {
    width: 5rem; }
    section.slider .content-wrapper .carousel-nav li svg path,
    section.slider .content-wrapper .carousel-nav li svg circle,
    section.slider .content-wrapper .carousel-nav li svg line,
    section.slider .content-wrapper .carousel-nav li svg polygon {
      fill: var(--textColor); }
  section.slider .content-wrapper .carousel-nav li:nth-of-type(3) svg, section.slider .content-wrapper .carousel-nav li:nth-of-type(4) svg {
    width: 4rem; }
  section.slider .content-wrapper .carousel-nav li.is-selected svg path,
  section.slider .content-wrapper .carousel-nav li.is-selected svg circle,
  section.slider .content-wrapper .carousel-nav li.is-selected svg line,
  section.slider .content-wrapper .carousel-nav li.is-selected svg polygon {
    fill: var(--hoverColor); }
section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper {
  max-width: 100%;
  margin-bottom: 5rem; }
  section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
    padding: 0; }
    section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
      margin: 0 0 -5rem;
      font-family: 'Barna Stencil', sans-serif;
      text-transform: none;
      font-size: 6rem;
      line-height: 5rem;
      color: var(--hoverColor);
      text-align: center;
      mix-blend-mode: hard-light; }
    section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper .text-content {
      max-width: 90%;
      background: var(--whiteColor);
      color: var(--purple);
      box-shadow: 0.1rem 0.1rem 1.6rem var(--shadowColorB);
      margin: 0 auto;
      padding: 4rem 5rem 2rem;
      border-radius: 1rem;
      font-size: 2rem; }

@media screen and (min-width: 800px) {
  section.slider .content-wrapper .slider .slide {
    width: 100%; }
    section.slider .content-wrapper .slider .slide .slide-content-wrapper {
      /*max-width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;*/ }
      section.slider .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper.no-text {
        width: 100%; }
      section.slider .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
        text-align: center; }
  section.slider.count-2 .content-wrapper .slider .slide {
    width: 50%; }
    section.slider.count-2 .content-wrapper .slider .slide .slide-content-wrapper {
      max-width: 90%;
      display: block;
      margin: 0 auto; }
      section.slider.count-2 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
        padding-left: 0;
        width: 60%;
        margin: 0 auto; }
  section.slider.count-3 .content-wrapper .slider .slide {
    width: calc(100% / 3 - 2rem);
    margin: 0 1rem; }
    section.slider.count-3 .content-wrapper .slider .slide .slide-content-wrapper {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
      section.slider.count-3 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
        padding-left: 0;
        width: 60%;
        margin: 0 auto; }
  section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
    width: 90%; }
    section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
      font-size: 10rem;
      line-height: 1; }
    section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper .text-content {
      max-width: 50%;
      font-size: 2.5rem; }
  section.slider.weather .content-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    section.slider.weather .content-wrapper .slider-wrapper {
      width: 60%; }
      section.slider.weather .content-wrapper .slider-wrapper .slider .slide .slide-content-wrapper .image-wrapper img {
        min-width: 100%; }
    section.slider.weather .content-wrapper .weather-wrapper {
      width: 40%;
      padding-left: 5rem; }
      section.slider.weather .content-wrapper .weather-wrapper h2 {
        text-align: center; } }
/* Block: picto-text
--------------------------------------------- */
.picto-text .content-wrapper {
  max-width: 800px; }
  .picto-text .content-wrapper .blocks {
    display: flex;
    flex-wrap: wrap; }
    .picto-text .content-wrapper .blocks .block {
      width: 100%;
      text-align: center; }
      .picto-text .content-wrapper .blocks .block .image-wrapper {
        text-align: center; }
        .picto-text .content-wrapper .blocks .block .image-wrapper img {
          display: inline-block; }
      .picto-text .content-wrapper .blocks .block .file-header {
        margin: 4rem auto 0;
        text-align: left;
        max-width: 70%; }

@media screen and (min-width: 800px) {
  .picto-text .content-wrapper .blocks {
    margin: 0 -2rem; }
    .picto-text .content-wrapper .blocks .block {
      width: calc(50% - 4rem);
      margin: 2rem; }
      .picto-text .content-wrapper .blocks .block .file-header {
        max-width: 100%; } }
/* Block: FAQ
--------------------------------------------- */
.faq .content-wrapper {
  display: flex;
  flex-wrap: nowrap; }
  .faq .content-wrapper h2 {
    width: 40%;
    font-size: 1.7rem;
    position: sticky;
    top: 11rem;
    padding-right: 3rem;
    margin: 0;
    height: 8rem; }
  .faq .content-wrapper ul.faq-list {
    width: 60%; }
    .faq .content-wrapper ul.faq-list .faq-list-item p {
      margin: 0; }
    .faq .content-wrapper ul.faq-list .faq-list-item table {
      border-spacing: 0; }
      .faq .content-wrapper ul.faq-list .faq-list-item table td {
        padding: 0.2rem 0; }
    .faq .content-wrapper ul.faq-list .faq-list-item .question:before {
      content: '';
      width: 4rem;
      height: 5rem;
      display: inline-block;
      vertical-align: middle; }
    .faq .content-wrapper ul.faq-list .faq-list-item .question p {
      font-weight: bold;
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.5rem; }
    .faq .content-wrapper ul.faq-list .faq-list-item .answer {
      margin-bottom: 3rem; }

@media screen and (min-width: 800px) {
  .faq .content-wrapper h2 {
    text-align: right;
    font-size: 2.2rem;
    width: 50%;
    top: 13rem; }
  .faq .content-wrapper ul.faq-list {
    width: 50%; } }
/* Weather box
--------------------------------------------- */
.weather-atlas-wrapper,
#splw-location-weather-208 {
  max-width: 50rem !important;
  margin: 2rem auto;
  border-radius: 1rem; }
  .weather-atlas-wrapper .splw-other-opt,
  #splw-location-weather-208 .splw-other-opt {
    display: none; }

.splw-lite-wrapper .splw-weather-attribution {
  display: none; }

/* Contact form
--------------------------------------------- */
.wpcf7 {
  padding: 0 2rem; }
  .wpcf7 form {
    max-width: 600px;
    margin: 5rem auto; }
    .wpcf7 form .wpcf7-response-output {
      border-radius: 2rem; }
    .wpcf7 form input,
    .wpcf7 form textarea {
      width: 100%;
      padding: 2rem 4rem;
      border: none;
      max-width: 100%;
      background: var(--brightGrey);
      margin-top: 0.5rem; }
      .wpcf7 form input:focus, .wpcf7 form input:active,
      .wpcf7 form textarea:focus,
      .wpcf7 form textarea:active {
        outline: none; }
    .wpcf7 form span.wpcf7-form-control-wrap.newsletter {
      font-size: 1.1rem;
      margin-top: -3rem;
      display: block;
      line-height: 1.3; }
      .wpcf7 form span.wpcf7-form-control-wrap.newsletter.rights {
        margin-top: 1rem; }
      .wpcf7 form span.wpcf7-form-control-wrap.newsletter .wpcf7-list-item {
        margin: 0; }
        .wpcf7 form span.wpcf7-form-control-wrap.newsletter .wpcf7-list-item .highlight {
          font-size: 1.5rem; }
    .wpcf7 form input[type="checkbox"] {
      width: 1.2rem; }
    .wpcf7 form input[type="submit"] {
      border: 0.2rem solid var(--hoverColor);
      border-radius: 5rem;
      padding: 1rem 2rem;
      width: 20rem;
      margin: 0 auto;
      display: block;
      font-size: 2.2rem;
      font-weight: bold;
      color: var(--hoverColor);
      background: var(--whiteColor);
      transition: all .3s; }

@media screen and (min-width: 840px) {
  .wpcf7 {
    padding: 0; }
    .wpcf7 form input[type="submit"]:hover {
      color: var(--whiteColor);
      background: var(--hoverColor); } }
/* Footer
--------------------------------------------- */
.site-footer {
  margin-top: 10rem; }

.footer-content {
  background: var(--brightGrey);
  font-size: 1.2rem;
  padding: 8rem 0; }
  .footer-content .content-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .footer-content .content-wrapper .address-wrapper ul {
      margin-top: 2rem; }
      .footer-content .content-wrapper .address-wrapper ul li {
        background: transparent no-repeat center / contain;
        width: 3.5rem;
        height: 3rem;
        display: inline-block;
        margin-right: 1rem;
        position: relative; }
        .footer-content .content-wrapper .address-wrapper ul li:nth-of-type(3) {
          width: 2rem; }
        .footer-content .content-wrapper .address-wrapper ul li a {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }

.logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem; }
  .logos li {
    width: 50%;
    background: transparent no-repeat center / 8rem;
    min-height: 8rem;
    position: relative; }
    .logos li a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

@media screen and (min-width: 800px) {
  .footer-content .content-wrapper .address-wrapper {
    width: calc(100% / 12 * 4);
    padding-right: 2rem; }
  .footer-content .content-wrapper .other-infos {
    width: calc(100% / 12 * 6); }
  .footer-content .content-wrapper #footer-menu {
    width: calc(100% / 12 * 2);
    margin-top: 1em;
    text-align: right; }

  .logos li {
    width: calc(100% / 8); } }
/*Page 404
--------------------------------------------- */
.error-404 {
  margin: 20rem auto; }

/* Shop
--------------------------------------------- */
.woocommerce-page .entry-content .product img {
  border-radius: 1rem; }
.woocommerce-page.page .entry-header {
  height: 20vh;
  background: var(--hoverColor); }
  .woocommerce-page.page .entry-header .layer {
    display: none; }
  .woocommerce-page.page .entry-header .title-wrapper {
    top: 71%;
    top: 9%; }
.woocommerce-page.page .entry-content {
  padding: 0 2rem; }
.woocommerce-page.woocommerce-cart .entry-header .title-wrapper, .woocommerce-page.woocommerce-checkout .entry-header .title-wrapper {
  top: 71%; }
.woocommerce-page.woocommerce-cart .entry-header .entry-title, .woocommerce-page.woocommerce-checkout .entry-header .entry-title {
  transform: translate3d(0, 0, 0) !important; }
.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive tbody tr:last-of-type, .woocommerce-page.woocommerce-checkout .shop_table.shop_table_responsive tbody tr:last-of-type {
  display: none; }
.woocommerce-page.woocommerce-shop.page .entry-header {
  height: 50vh;
  background: var(--hoverColor) no-repeat center/cover; }
  .woocommerce-page.woocommerce-shop.page .entry-header .layer {
    display: none; }
  .woocommerce-page.woocommerce-shop.page .entry-header .discover {
    display: none; }

@media screen and (min-width: 800px) {
  .woocommerce-page.page .entry-header .title-wrapper {
    top: 37%; }
  .woocommerce-page.woocommerce-cart.page .entry-header .title-wrapper, .woocommerce-page.woocommerce-checkout.page .entry-header .title-wrapper {
    top: 71%; }
  .woocommerce-page.woocommerce-cart.page #customer_details .col-1, .woocommerce-page.woocommerce-checkout.page #customer_details .col-1 {
    width: 100%; } }
.single .site-main {
  margin-top: 10rem; }
  .single .site-main .entry-content {
    margin-top: 0; }

.woocommerce-tabs .wc-tabs {
  display: none; }
.woocommerce-tabs p {
  margin-bottom: 1rem; }

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