/* Default pages */
/* Generic */
/* Variables list */
/* temp: a supprimer */
/**/
/* Colors of camps */
:root {
  --font-size-base-l: 1.5rem;
  --font-size-base: 1.4rem;
  --font-size-h1: 5.2rem;
  --font-size-h2: 4.2rem;
  --font-size-h3: 3.8rem;
  --font-size-h4: 2.4rem;
  --font-size-h5: 2.1rem;
  --font-size-h6: 1.8rem;
  --font-size-base-l: 1.6rem;
  --font-caption: 1.2rem;
  --space-xxl: 110px;
  --space-xl: 90px;
  --space-l: 60px;
  --space-m: 40px;
  --space-s: 20px;
  --space-xs: 10px;
  --color-theme: #2EAB70;
  --color-secondary: #2EAB70;
  --color-tertiary: #9EE493;
}
:root .color-theme-chenes {
  --color-secondary: #2EAB70;
  --color-tertiary: #9EE493;
}
:root .color-theme-couriou {
  --color-secondary: #705598;
  --color-tertiary: #d3bfee;
}
:root .color-theme-vallee {
  --color-secondary: #CE512D;
  --color-tertiary: #fbdcd3;
}
:root .color-theme-leman {
  --color-secondary: #3681C8;
  --color-tertiary: #a6cef5;
}
:root .color-theme-luberon {
  --color-secondary: #81B627;
  --color-tertiary: #accf6f;
}
:root .color-theme-ludo {
  --color-secondary: #952D7D;
  --color-tertiary: #e2bed9;
}
:root .color-theme-tamaris {
  --color-secondary: #35C4CC;
  --color-tertiary: #c2eaf3;
}
:root .color-theme-pegomas {
  --color-secondary: #fab900;
  --color-tertiary: #ffe397;
}
@media all and (max-width: 768px) {
  :root {
    --font-size-base-l: 1.4rem;
    --font-size-base: 1.4rem;
    --font-size-h1: 3.4rem;
    --font-size-h2: 3.2rem;
    --font-size-h3: 3.0rem;
    --font-size-h4: 2.1rem;
    --font-size-h5: 1.7rem;
    --font-size-h6: 1.6rem;
    --font-caption: 1.0rem;
    --space-xxl: 90px;
    --space-xl: max(58px, 12%);
    --space-l: min(35px, 8vh);
    --space-m: min(20px, 3vh);
    --space-s: 15px;
  }
}
:root {
  --cols: 2;
  --gap: 30px;
}
body,
html {
  color: #535353;
  line-height: 1.35;
  font-size: var(--font-size-base);
  font-family: 'Roboto', sans-serif;
}
p {
  line-height: 1.35;
  margin: 0 0 22px;
  font-weight: 400;
  font-size: var(--font-size-base);
}
p:not([class]):last-of-type,
p:empty {
  margin-bottom: 0;
}
p strong,
p b {
  font-weight: 500;
}
.caption {
  font-size: var(--font-caption);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Englebert', cursive;
  font-weight: 400;
  color: var(--color-secondary);
  margin: 0;
  padding: 0;
}
h1:not([class*='margin-']),
h2:not([class*='margin-']),
h3:not([class*='margin-']),
h4:not([class*='margin-']),
h5:not([class*='margin-']),
h6:not([class*='margin-']),
.h1:not([class*='margin-']),
.h2:not([class*='margin-']),
.h3:not([class*='margin-']),
.h4:not([class*='margin-']),
.h5:not([class*='margin-']),
.h6:not([class*='margin-']) {
  margin-bottom: var(--space-xs);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit !important;
}
h1,
.h1 {
  font-family: 'Englebert', cursive;
  font-size: var(--font-size-h1);
  font-weight: 400;
  line-height: 1.2;
}
h2,
.h2 {
  font-family: 'Englebert', cursive;
  font-size: var(--font-size-h2);
  font-weight: 400;
  line-height: 1.2;
}
h3,
.h3 {
  font-family: 'Englebert', cursive;
  font-size: var(--font-size-h3);
  font-weight: 400;
  line-height: 1.20;
}
h4,
.h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: var(--font-size-h4);
  font-weight: 400;
  line-height: 1.35;
  color: #535353;
  text-transform: uppercase;
}
h5,
.h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: var(--font-size-h5);
  color: #535353;
  line-height: 1.35;
}
h6,
.h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: var(--font-size-h6);
  font-weight: 500;
  color: #535353;
  line-height: 1.35;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.color-grey-500 {
  color: #555555;
}
.color-grey-950 {
  color: #959595;
}
.color-grey-900 {
  color: #959595;
}
.uppercase {
  text-transform: uppercase;
}
.normalcase {
  text-transform: none;
}
.in-cols {
  column-count: var(--cols);
  column-gap: var(--gap);
}
.tag {
  padding: 7px 10px 5px 10px;
  background-color: #f1f1f1;
  display: inline-block;
  border-radius: 5px;
}
img[class^="deco-"] {
  height: auto !important;
}
.color-theme-couriou.page-template-home .section-introduction {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-vertical-lines-grey-long.svg');
}
.color-theme-couriou.page-template-home .section-instagram .wall-of:before,
.color-theme-couriou.page-template-home .section-instagram .wall-of:after {
  filter: invert(1);
}
.color-theme-couriou.page-template-home .section-pausado-block > * {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-vertical-lines-grey-long.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-horizontal-lines-grey.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-triangle-1.svg');
}
@media screen and (max-width: 992px) {
  .color-theme-couriou.page-template-home .section-pausado-block > * {
    background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-vertical-lines-grey-long.svg'), none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-triangle-x2.svg'), none;
  }
}
.color-theme-couriou.page-template-page-havefun .section-equipment {
  background-image: url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-small-triangles-bulle.svg"), url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-2xtriangles-bulle.webp");
}
.color-theme-couriou.page-template-page-information .section-opening > .row {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-green-leaves.webp'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-green-leaf.webp');
}
@media screen and (max-width: 992px) {
  .color-theme-couriou.page-template-page-information .section-opening > .row {
    background-image: none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-green-leaf.webp');
  }
}
.color-theme-couriou.page-template-page-information .section-camping-life {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-2xtriangles-bulle.webp'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-bulles.webp');
}
.color-theme-couriou.page-template-page-philosophy .barometer-section {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-2xtriangles-bulle.webp');
}
.color-theme-couriou.page-template-page-philosophy .section-philosophy {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-2xtriangles-bulle.webp'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-bulles.webp');
}
.color-theme-couriou.page-template-page-mealtime .section-all-around > *:after {
  background: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-bulles-triangle-w.svg') no-repeat center;
  background-size: contain;
}
.color-theme-couriou.page-template-page-discover .section-guide {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-2xtriangles-bulle.webp');
}
.color-theme-couriou.page-template-page-offers .section-groups {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/couriou/deco-vertical-lines-grey.svg');
}
.color-theme-leman.page-template-home .section-introduction {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-vertical-lines-grey-long.svg');
}
.color-theme-leman.page-template-home .section-instagram .wall-of:before,
.color-theme-leman.page-template-home .section-instagram .wall-of:after {
  filter: hue-rotate(45deg);
}
.color-theme-leman.page-template-home .section-pausado-block > * {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-vertical-lines-grey-long.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-horizontal-lines-grey.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-triangle-1.svg');
}
@media screen and (max-width: 992px) {
  .color-theme-leman.page-template-home .section-pausado-block > * {
    background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-vertical-lines-grey-long.svg'), none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-triangle-x2.svg'), none;
  }
}
.color-theme-leman.page-template-page-havefun .section-equipment {
  background-image: url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-small-triangles-bulle.svg"), url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-2xtriangles-bulle.svg");
}
.color-theme-leman.page-template-page-information .section-opening > .row {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-green-leaves.webp'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-green-leaf.webp');
}
@media screen and (max-width: 992px) {
  .color-theme-leman.page-template-page-information .section-opening > .row {
    background-image: none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-green-leaf.webp');
  }
}
.color-theme-leman.page-template-page-information .section-camping-life {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-2xtriangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-bulles.webp');
}
.color-theme-leman.page-template-page-philosophy .barometer-section {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-2xtriangles-bulle.svg');
}
.color-theme-leman.page-template-page-philosophy .section-philosophy {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-2xtriangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-bulles.webp');
}
.color-theme-leman.page-template-page-mealtime .section-all-around > *:after {
  background: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-bulles-triangle-w.svg') no-repeat center;
  background-size: contain;
}
.color-theme-leman.page-template-page-discover .section-guide {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-2xtriangles-bulle.svg');
}
.color-theme-leman.page-template-page-offers .section-groups {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/leman/deco-vertical-lines-grey.svg');
}
.color-theme-vallee.page-template-home .section-introduction {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-vertical-lines-grey-long.svg');
}
.color-theme-vallee.page-template-home .section-instagram .wall-of:before,
.color-theme-vallee.page-template-home .section-instagram .wall-of:after {
  filter: hue-rotate(273deg) contrast(1.2);
}
.color-theme-vallee.page-template-home .section-pausado-block > * {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-vertical-lines-grey-long.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-horizontal-lines-grey.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-triangle-1.svg');
}
@media screen and (max-width: 992px) {
  .color-theme-vallee.page-template-home .section-pausado-block > * {
    background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-vertical-lines-grey-long.svg'), none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-triangle-x2.svg'), none;
  }
}
.color-theme-vallee.page-template-page-havefun .section-equipment {
  background-image: url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-small-triangles-bulle.svg"), url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-2xtriangles-bulle.svg");
}
.color-theme-vallee.page-template-page-information .section-opening > .row {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-green-leaves.webp'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-green-leaf.webp');
}
@media screen and (max-width: 992px) {
  .color-theme-vallee.page-template-page-information .section-opening > .row {
    background-image: none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-green-leaf.webp');
  }
}
.color-theme-vallee.page-template-page-information .section-camping-life {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-2xtriangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-bulles.webp');
}
.color-theme-vallee.page-template-page-philosophy .barometer-section {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-2xtriangles-bulle.svg');
}
.color-theme-vallee.page-template-page-philosophy .section-philosophy {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-2xtriangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-bulles.webp');
}
.color-theme-vallee.page-template-page-mealtime .section-all-around > *:after {
  background: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-bulles-triangle-w.svg') no-repeat center;
  background-size: contain;
}
.color-theme-vallee.page-template-page-discover .section-guide {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-2xtriangles-bulle.svg');
}
.color-theme-vallee.page-template-page-offers .section-groups {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/vallee/deco-vertical-lines-grey.svg');
}
.color-theme-vallee .soyousay-widget > .row .rating .is-tertiary {
  color: var(--color-secondary);
}
.color-theme-vallee .background-light-green h2,
.color-theme-vallee .background-light-green .h2 {
  color: var(--color-secondary);
}
.color-theme-luberon.page-template-home .section-introduction {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-vertical-lines-grey-long.svg');
}
.color-theme-luberon.page-template-home .section-instagram .wall-of:before,
.color-theme-luberon.page-template-home .section-instagram .wall-of:after {
  filter: hue-rotate(315deg);
}
.color-theme-luberon.page-template-home .section-pausado-block > * {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-vertical-lines-grey-long.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-horizontal-lines-grey.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-triangle-1.svg');
}
@media screen and (max-width: 992px) {
  .color-theme-luberon.page-template-home .section-pausado-block > * {
    background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-vertical-lines-grey-long.svg'), none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-triangle-x2.svg'), none;
  }
}
.color-theme-luberon.page-template-page-havefun .section-equipment {
  background-image: url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-small-triangles-bulle.svg"), url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-2xtriangles-bulle.svg");
}
.color-theme-luberon.page-template-page-information .section-opening > .row {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-green-leaves.webp'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-green-leaf.webp');
}
@media screen and (max-width: 992px) {
  .color-theme-luberon.page-template-page-information .section-opening > .row {
    background-image: none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-green-leaf.webp');
  }
}
.color-theme-luberon.page-template-page-information .section-camping-life {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-2xtriangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-bulles.webp');
}
.color-theme-luberon.page-template-page-philosophy .barometer-section {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-2xtriangles-bulle.svg');
}
.color-theme-luberon.page-template-page-philosophy .section-philosophy {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-2xtriangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-bulles.webp');
}
.color-theme-luberon.page-template-page-mealtime .section-all-around > *:after {
  background: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-bulles-triangle-w.svg') no-repeat center;
  background-size: contain;
}
.color-theme-luberon.page-template-page-discover .section-guide {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-2xtriangles-bulle.svg');
}
.color-theme-luberon.page-template-page-offers .section-groups {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/luberon/deco-vertical-lines-grey.svg');
}
.color-theme-ludo.page-template-home .section-introduction {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-vertical-lines-grey-long.svg');
}
.color-theme-ludo.page-template-home .section-instagram .wall-of:before,
.color-theme-ludo.page-template-home .section-instagram .wall-of:after {
  filter: hue-rotate(245deg) contrast(1) brightness(1.5);
}
.color-theme-ludo.page-template-home .section-pausado-block > * {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-vertical-lines-grey-long.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-horizontal-lines-grey.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-triangle-1.svg');
}
@media screen and (max-width: 992px) {
  .color-theme-ludo.page-template-home .section-pausado-block > * {
    background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-vertical-lines-grey-long.svg'), none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-triangle-x2.svg'), none;
  }
}
.color-theme-ludo.page-template-page-havefun .section-equipment {
  background-image: url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-small-triangles-bulle.svg"), url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-2xtriangles-bulle.svg");
}
.color-theme-ludo.page-template-page-information .section-opening > .row {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-green-leaves.webp'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-green-leaf.webp');
}
@media screen and (max-width: 992px) {
  .color-theme-ludo.page-template-page-information .section-opening > .row {
    background-image: none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-green-leaf.webp');
  }
}
.color-theme-ludo.page-template-page-information .section-camping-life {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-2xtriangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-bulles.webp');
}
.color-theme-ludo.page-template-page-philosophy .barometer-section {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-2xtriangles-bulle.svg');
}
.color-theme-ludo.page-template-page-philosophy .section-philosophy {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-2xtriangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-bulles.webp');
}
.color-theme-ludo.page-template-page-mealtime .section-all-around > *:after {
  background: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-bulles-triangle-w.svg') no-repeat center;
  background-size: contain;
}
.color-theme-ludo.page-template-page-discover .section-guide {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-2xtriangles-bulle.svg');
}
.color-theme-ludo.page-template-page-offers .section-groups {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/ludo/deco-vertical-lines-grey.svg');
}
.color-theme-tamaris .background-light-green .title,
.color-theme-tamaris .background-light-green h2,
.color-theme-tamaris .background-light-green .h2,
.color-theme-tamaris .background-light-green h3,
.color-theme-tamaris .background-light-green .h3 {
  color: inherit;
}
.color-theme-tamaris.page-template-home .section-introduction {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-vertical-lines-grey-long.svg');
}
.color-theme-tamaris.page-template-home .section-instagram .wall-of:before,
.color-theme-tamaris.page-template-home .section-instagram .wall-of:after {
  filter: hue-rotate(200deg) contrast(1) brightness(1.5);
}
.color-theme-tamaris.page-template-home .section-pausado-block > * {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-vertical-lines-grey-long.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-horizontal-lines-grey.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-triangle-1.svg');
}
@media screen and (max-width: 992px) {
  .color-theme-tamaris.page-template-home .section-pausado-block > * {
    background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-vertical-lines-grey-long.svg'), none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-triangle-x2.svg'), none;
  }
}
.color-theme-tamaris.page-template-page-havefun .section-equipment {
  background-image: url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-small-triangles-bulle.svg"), url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-2xtriangles-bulle.svg");
}
.color-theme-tamaris.page-template-page-information .section-opening > .row {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-green-leaves.webp'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-green-leaf.webp');
}
@media screen and (max-width: 992px) {
  .color-theme-tamaris.page-template-page-information .section-opening > .row {
    background-image: none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-green-leaf.webp');
  }
}
.color-theme-tamaris.page-template-page-information .section-camping-life {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-2xtriangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-bulles.webp');
}
.color-theme-tamaris.page-template-page-philosophy .barometer-section {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-2xtriangles-bulle.svg');
}
.color-theme-tamaris.page-template-page-philosophy .section-philosophy {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-2xtriangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-bulles.webp');
}
.color-theme-tamaris.page-template-page-mealtime .section-all-around > *:after {
  background: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-bulles-triangle-w.svg') no-repeat center;
  background-size: contain;
}
.color-theme-tamaris.page-template-page-discover .section-guide {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-2xtriangles-bulle.svg');
}
.color-theme-tamaris.page-template-page-offers .section-groups {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/tamaris/deco-vertical-lines-grey.svg');
}
.color-theme-pegomas .background-light-green .title,
.color-theme-pegomas .background-light-green h2,
.color-theme-pegomas .background-light-green .h2,
.color-theme-pegomas .background-light-green h3,
.color-theme-pegomas .background-light-green .h3 {
  color: inherit;
}
.color-theme-pegomas.page-template-home .section-introduction {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-vertical-lines-grey-long.svg');
}
.color-theme-pegomas.page-template-home .section-instagram .wall-of:before,
.color-theme-pegomas.page-template-home .section-instagram .wall-of:after {
  filter: hue-rotate(45deg) brightness(1.1);
}
.color-theme-pegomas.page-template-home .section-pausado-block > * {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-vertical-lines-grey-long.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-horizontal-lines-grey.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-triangle-x2.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-triangle-1.svg');
}
@media screen and (max-width: 992px) {
  .color-theme-pegomas.page-template-home .section-pausado-block > * {
    background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-vertical-lines-grey-long.svg'), none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-triangle-x2.svg'), none;
  }
}
.color-theme-pegomas.page-template-page-havefun .section-equipment {
  background-image: url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-small-triangles-bulle.svg"), url("https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-2xtriangles-bulle.svg");
}
.color-theme-pegomas.page-template-page-information .section-opening > .row {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-green-leaves.webp'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-green-leaf.webp');
}
@media screen and (max-width: 992px) {
  .color-theme-pegomas.page-template-page-information .section-opening > .row {
    background-image: none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-green-leaf.webp');
  }
}
.color-theme-pegomas.page-template-page-information .section-camping-life {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-2xtriangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-bulles.webp');
}
.color-theme-pegomas.page-template-page-philosophy .barometer-section {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-2xtriangles-bulle.svg');
}
.color-theme-pegomas.page-template-page-philosophy .section-philosophy {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-2xtriangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-bulles.webp');
}
.color-theme-pegomas.page-template-page-mealtime .section-all-around > *:after {
  background: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-bulles-triangle-w.svg') no-repeat center;
  background-size: contain;
}
.color-theme-pegomas.page-template-page-discover .section-guide {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-small-triangles-bulle.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-2xtriangles-bulle.svg');
}
.color-theme-pegomas.page-template-page-offers .section-groups {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-triangle-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/pegomas/deco-vertical-lines-grey.svg');
}
/* Buttons */
a:link,
a:visited {
  transition: all .2s;
  color: #f48668;
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
nav a:link,
nav a:visited {
  text-decoration: none;
  color: inherit;
  transition: all .2s;
}
p a:not(.read-more):not(.button):link,
p a:not(.read-more):not(.button):visited {
  text-decoration: underline;
}
.read-more:after {
  font: var(--fa-font-solid);
  text-rendering: auto;
  font-size: 1.0rem;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-left: 8px;
}
.read-more:not(.download):after {
  content: '\f054';
}
.read-more.download:after {
  content: '\f019';
  font-size: 1.5rem;
}
.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 32px;
  padding: 15px 30px;
  background-color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .2s;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 690px) {
  .button {
    font-size: 1.3rem;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.button:hover {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.button.button-primary {
  background-color: #f48668;
  color: #fff;
}
.button.button-secondary {
  border: 1px solid #f48668;
  color: #f48668;
}
/* Forms elements */
form label {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
form input,
form select,
form textarea {
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  background-color: rgba(255, 255, 255, 0.8);
}
form input:not([type='submit']),
form select:not([type='submit']),
form textarea:not([type='submit']) {
  border: 1px solid #bbb;
  font-size: 1.3rem;
}
form input[type='submit'],
form select[type='submit'],
form textarea[type='submit'] {
  border: 0;
}
@media screen and (min-width: 768px) {
  form input[type='submit'],
  form select[type='submit'],
  form textarea[type='submit'] {
    max-width: 150px;
    margin: 0;
  }
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #959595;
  font-weight: 300;
}
form textarea {
  height: 110px;
}
/* Radius */
:root {
  --radius: 30px;
  --one-radius: clamp(60px, 10vw, 300px);
}
.bubble-gum {
  border-radius: 100%;
}
.radius-left {
  border-top-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
.radius-right {
  border-top-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.radius-one-top-right {
  border-top-right-radius: var(--one-radius);
}
.radius-one-top-left {
  border-top-left-radius: var(--one-radius);
}
.radius-one-bottom-right {
  border-bottom-right-radius: var(--one-radius);
}
.radius-one-bottom-left {
  border-bottom-left-radius: var(--one-radius);
}
*[data-corner~="external-corner"]:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 90px;
  width: 90px;
  border-bottom-left-radius: 90%;
  background: #fff;
  box-shadow: -20px 30px 0 15px #f1f1f1;
}
@media screen and (min-width: 992px) {
  *[data-corner~="external-corner"]:after {
    height: 200px;
    width: 200px;
    box-shadow: -30px 50px 0 25px #f1f1f1;
  }
}
*[data-corner~="external-corner"][data-corner~="left-bottom"]:after {
  left: 0;
  bottom: -90px;
  transform: rotate(90deg);
}
@media screen and (min-width: 992px) {
  *[data-corner~="external-corner"][data-corner~="left-bottom"]:after {
    bottom: -200px;
  }
}
*[data-corner~="external-corner"][data-corner~="right-bottom"]:after {
  right: 0;
  bottom: -90px;
  transform: rotate(180deg);
}
@media screen and (min-width: 992px) {
  *[data-corner~="external-corner"][data-corner~="right-bottom"]:after {
    bottom: -200px;
  }
}
*[data-corner~="external-corner"][data-corner~="left-top"]:after {
  left: 0;
  top: -90px;
}
@media screen and (min-width: 992px) {
  *[data-corner~="external-corner"][data-corner~="left-top"]:after {
    top: -200px;
  }
}
*[data-corner~="external-corner"][data-corner~="right-top"]:after {
  right: 0;
  top: -90px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 992px) {
  *[data-corner~="external-corner"][data-corner~="right-top"]:after {
    top: -200px;
  }
}
:root {
  --color-corner: #f1f1f1;
}
.background-light-green[data-corner="external-corner"] {
  --color-corner: var(--color-tertiary);
}
*[data-corner="external-corner"]:before,
*[data-corner="external-corner"]:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 90px;
  width: 90px;
  border-bottom-left-radius: 90%;
  background: #fff;
  box-shadow: -20px 30px 0 15px var(--color-corner);
}
@media screen and (min-width: 992px) {
  *[data-corner="external-corner"]:before,
  *[data-corner="external-corner"]:after {
    height: 200px;
    width: 200px;
    box-shadow: -30px 50px 0 25px var(--color-corner);
  }
}
*[data-corner="external-corner"]:before {
  right: 0;
  top: -90px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 992px) {
  *[data-corner="external-corner"]:before {
    top: -200px;
  }
}
*[data-corner="external-corner"]:after {
  left: 0;
  bottom: -90px;
  transform: rotate(90deg);
}
@media screen and (min-width: 992px) {
  *[data-corner="external-corner"]:after {
    bottom: -200px;
  }
}
/* Widget */
.float-widget {
  position: fixed;
  z-index: 10;
  color: #fff;
  font-weight: 500;
  display: flex;
  transition: all .3s;
}
.float-widget i,
.float-widget .title {
  color: #fff;
}
.float-widget .title {
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}
.float-widget a,
.float-widget i {
  font-size: 1.5rem;
  display: inline;
}
.float-widget .action-widget {
  cursor: pointer;
  font-size: 1.2rem;
}
.float-widget .action-widget i {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .float-widget {
    top: 15%;
    right: -1px;
    align-items: center;
    overflow: hidden;
  }
  .float-widget,
  .float-widget a:link,
  .float-widget a:visited {
    color: #3d3d3d;
  }
  .float-widget i,
  .float-widget .title {
    color: #fff;
  }
  .float-widget .title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-bottom: 3px;
  }
  .float-widget .container {
    background-color: rgba(244, 134, 104, 0.9);
    padding: 20px 25px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all .2s;
    width: 330px;
    line-height: 1.4;
  }
  .float-widget .container i {
    padding-right: var(--space-s);
  }
  .float-widget .action-widget {
    padding: 18px 8px;
    background-color: rgba(244, 134, 104, 0.9);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .float-widget.close-widget {
    right: -315px;
  }
  .float-widget.close-widget .action-widget i {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767.5px) {
  .float-widget {
    bottom: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0 !important;
  }
  .float-widget,
  .float-widget a:link,
  .float-widget a:visited {
    color: #fff;
  }
  .float-widget .container {
    background-color: var(--color-secondary);
    width: 100%;
    padding: 20px;
    border-top-left-radius: 10px;
    transition: all .2s;
  }
  .float-widget .container i {
    padding-right: var(--space-s);
  }
  .float-widget .container .contact {
    height: 70px;
  }
  .float-widget .action-widget {
    background-color: var(--color-secondary);
    padding: 5px 70px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .float-widget .action-widget i {
    transform: rotate(90deg);
  }
  .float-widget.close-widget {
    bottom: -150px;
  }
  .float-widget.close-widget i {
    transform: rotate(-90deg);
  }
}
.reinsurance-widget {
  padding: var(--space-m) 0;
}
@media screen and (max-width: 768px) {
  .reinsurance-widget {
    overflow-x: auto;
  }
}
.reinsurance-widget .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.reinsurance-widget .row > * {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.reinsurance-widget .row > *,
.reinsurance-widget .row > * a {
  color: inherit;
}
.reinsurance-widget .row > *.large {
  width: 175px;
}
@media screen and (max-width: 860px) {
  .reinsurance-widget .row > *.large {
    min-width: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 860px) {
  .reinsurance-widget .row > * {
    font-size: .9rem;
  }
  .reinsurance-widget .row > *:not(.large) {
    width: 85px;
    min-width: 85px;
  }
  .reinsurance-widget .row > * img {
    max-height: 45px;
  }
}
.barometer-widget {
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 689.5px) {
  .barometer-widget {
    padding: 0;
  }
}
.barometer-widget > * {
  align-items: center;
  gap: 2% !important;
}
@media screen and (max-width: 992px) {
  .barometer-widget > * {
    flex-direction: column;
  }
}
.barometer-widget > * > * {
  width: 100%;
}
.barometer-widget > * > *.title {
  width: 55%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .barometer-widget > * > *.title {
    width: 97%;
    height: 100px;
    margin: 0 auto var(--space-s);
  }
}
.barometer-widget > * > *.title h2,
.barometer-widget > * > *.title .h2,
.barometer-widget > * > *.title .title {
  font-family: 'Beth Ellen', cursive;
  color: #3d3d3d;
  font-size: var(--font-size-h2);
  transform: rotate(-7deg);
}
@media screen and (max-width: 992px) {
  .barometer-widget > * > *.title h2,
  .barometer-widget > * > *.title .h2,
  .barometer-widget > * > *.title .title {
    font-size: var(--font-size-h3);
  }
}
.barometer-widget > * > * .items-list {
  margin-bottom: 0 !important;
  justify-content: center;
}
@media screen and (max-width: 689.5px) {
  .barometer-widget > * > * .items-list {
    margin-top: var(--space-m);
    justify-content: flex-start;
  }
}
.barometer-widget > * > * .items-list > * {
  width: 88%;
  max-width: 180px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .barometer-widget > * > * .items-list > * {
    width: 46%;
  }
}
.barometer-widget > * > * .items-list > * .caption {
  padding: 10px 22px;
  margin: 0;
}
.barometer-widget > * > * .items-list > * img {
  max-width: 150px;
}
.barometer-widget > * > * .items-list + .swiper-control {
  padding: 0;
}
@media screen and (max-width: 689.5px) {
  .section-barometer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.soyousay-widget > .row {
  max-width: 1200px;
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 860px) {
  .soyousay-widget > .row {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
}
.soyousay-widget > .row .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .soyousay-widget > .row .title {
    margin-bottom: var(--space-l);
    width: 100%;
    text-align: center;
  }
}
.soyousay-widget > .row .title > * {
  font-family: 'Beth Ellen', cursive;
  color: #3d3d3d;
  font-size: 5.0rem;
  line-height: 1.6;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 690px) {
  .soyousay-widget > .row .title > * {
    text-align: center;
    top: 0;
  }
}
.soyousay-widget > .row .title > * span {
  color: #f48668;
}
.soyousay-widget > .row .content {
  flex-direction: row;
  justify-content: flex-end;
  flex: 2;
}
@media screen and (max-width: 860px) {
  .soyousay-widget > .row .content {
    max-width: 100%;
  }
}
@media screen and (max-width: 690px) {
  .soyousay-widget > .row .content {
    flex-direction: column;
    align-items: center;
  }
}
.soyousay-widget > .row .content .rating {
  font-size: 1.5rem;
}
.soyousay-widget > .row .content .text {
  padding: 0 5%;
}
.soyousay-widget > .row .content .text,
.soyousay-widget > .row .content .text * {
  position: relative;
}
@media screen and (min-width: 860px) {
  .soyousay-widget > .row .content .text {
    width: 75%;
    max-width: 520px;
    margin-right: 3%;
  }
}
.soyousay-widget > .row .content .text .fa-quote-right,
.soyousay-widget > .row .content .text .fa-quote-left {
  position: absolute;
  color: #d9d9d9;
  font-size: 5.0rem;
  opacity: .5;
}
.soyousay-widget > .row .content .text .fa-quote-right {
  bottom: 17%;
  right: 15px;
}
.soyousay-widget > .row .content .text .fa-quote-left {
  top: 40px;
  left: 1%;
}
.soyousay-widget > .row .content .google-badge {
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  display: block;
  position: relative;
  text-align: center;
  width: fit-content;
  flex: none;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .soyousay-widget > .row .content .google-badge {
    top: -105px;
  }
}
.soyousay-widget > .row .content .google-badge img {
  border-radius: 100%;
  max-width: 55%;
}
@media screen and (min-width: 992px) {
  .soyousay-widget > .row .content .google-badge img {
    max-width: 90%;
  }
}
.soyousay-widget > .row .content .google-badge .fa-star:not(.is-light-grey) {
  color: #FFCE50;
}
.soyousay-widget.compact > .row {
  padding: var(--space-s) !important;
  align-items: center;
  gap: 3%;
}
.soyousay-widget.compact > .row .title {
  min-width: 175px;
}
@media screen and (max-width: 860px) {
  .soyousay-widget.compact > .row .title {
    margin-bottom: var(--space-s);
    min-width: 100%;
  }
  .soyousay-widget.compact > .row .title br {
    display: none;
  }
}
.soyousay-widget.compact > .row .title > * {
  font-size: 2.5rem;
  line-height: 1.45;
  letter-spacing: -1px;
}
@media screen and (min-width: 860px) {
  .soyousay-widget.compact > .row .content {
    max-width: 75%;
  }
}
.soyousay-widget.compact > .row .content .text {
  max-width: fit-content;
  width: fit-content;
  margin-right: 0;
}
.soyousay-widget.compact > .row .content .text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
  font-size: 1.3rem;
}
.soyousay-widget.compact > .row .content .text .caption {
  margin-bottom: 0;
}
.soyousay-widget.compact > .row .content .fa-quote-right {
  bottom: 17%;
  right: 15px;
}
.soyousay-widget.compact > .row .content .fa-quote-left {
  top: 0;
  left: 0;
}
.soyousay-widget.compact .rating,
.soyousay-widget.compact .google-badge {
  display: none !important;
}
.top-widget {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 20;
  bottom: 2%;
  right: 2%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.lightbox-trigger,
#lightbox {
  cursor: pointer;
}
#lightbox {
  display: none;
}
#lightbox > * {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lightbox > * img {
  max-width: 95%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
/* Cover */
.cover {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.cover .cover-background {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 2200px;
  height: clamp(192px, 38vw, 600px);
  transition: all .1s;
  -webkit-mask-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/cover-mask.svg');
  mask-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/cover-mask.svg');
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 2200px) {
  .cover .cover-background {
    -webkit-mask-size: 2200px;
    mask-size: 2200px;
    mask-position: 60%;
    background-size: 2200px;
  }
}
.cover video {
  object-fit: cover;
  width: 100%;
  height: 48vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 490px) {
  .cover video {
    top: -20%;
  }
}
@media screen and (min-width: 1620px) {
  .cover video {
    height: 730px;
    min-height: auto;
  }
}
.cover .sound {
  opacity: 0.65;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 20%;
  left: 3%;
  font-size: 14px;
  padding: 16px 15px;
  transition: all .2s;
}
@media screen and (min-width: 1800px) {
  .cover .sound {
    top: 18%;
    left: 12%;
  }
}
.cover .sound:hover,
.cover .sound.unmute {
  opacity: 1;
}
.secondary-navigation {
  position: absolute !important;
  z-index: 5;
  top: 72%;
  max-width: 100% !important;
}
@media screen and (max-width: 860px) {
  .secondary-navigation {
    display: none;
  }
}
/* Slider */
.swiper-pagination {
  margin-top: 20px;
  position: relative;
  bottom: 0 !important;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-pagination > * {
  background-color: #494c51;
  opacity: 0.3;
  width: 12px;
  height: 12px;
  padding: 5px;
  margin: 0 5px!important;
}
.swiper-pagination > *.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-control {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
}
.swiper-control .swiper-button-next,
.swiper-control .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  aspect-ratio: 1;
}
@media screen and (max-width: 690px) {
  .swiper-control .swiper-button-next,
  .swiper-control .swiper-button-prev {
    display: none;
  }
}
.swiper-control .swiper-button-next:after,
.swiper-control .swiper-button-prev:after {
  font-size: 15px;
  color: #999;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f061";
}
.swiper-control .swiper-button-prev:after {
  content: "\f060";
}
.swiper-control.dark .swiper-button-next,
.swiper-control.dark .swiper-button-prev {
  background-color: #494c51;
}
.swiper-control.dark .swiper-button-next,
.swiper-control.dark .swiper-button-prev,
.swiper-control.dark .swiper-button-next:after,
.swiper-control.dark .swiper-button-prev:after {
  color: #fff;
}
.swiper-slide:only-child {
  margin-right: auto !important;
  margin-left: auto;
}
@media screen and (min-width: 690px) {
  .swiper-slide:only-child {
    width: 500px !important;
  }
}
@media screen and (max-width: 690px) {
  .swiper-slide:only-child {
    width: 100% !important;
  }
}
.swiper-discover {
  overflow: hidden;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991.5px) {
  .swiper-discover {
    padding: 0 8% var(--space-s) 8%;
  }
}
.swiper-discover.full-width {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8% var(--space-s) 8%;
}
.swiper-discover .swiper-wrapper {
  margin-bottom: var(--space-xs);
}
@media screen and (min-width: 992px) {
  .swiper-discover .swiper-wrapper {
    display: flex;
  }
}
.swiper-discover .swiper-wrapper > .swiper-slide {
  width: 80%;
}
@media screen and (min-width: 690px) {
  .swiper-discover .swiper-wrapper > .swiper-slide {
    width: 27%;
  }
}
@media screen and (min-width: 992px) {
  .swiper-discover .swiper-wrapper > .swiper-slide {
    max-width: 350px;
  }
}
.swiper-discover .swiper-wrapper > .swiper-slide .illustration:not(.height-100) img {
  height: clamp(180px, 20vw, 230px);
}
@media screen and (max-width: 992px) {
  .swiper-discover .swiper-wrapper .button {
    display: none;
  }
}
/* Listing */
*:not(nav) > ul li {
  list-style-type: disc;
}
*:not(nav) > ul li:not(:last-child) {
  margin-bottom: 20px;
}
/* Header */
.header {
  background-color: #fff;
  position: sticky !important;
  top: 0;
  z-index: 15;
  min-height: 60px;
}
@media screen and (max-width: 690px) {
  .header {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}
.header > *:not(.news-strip) {
  max-width: 1200px !important;
  padding: 7px 0 2.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .header > *:not(.news-strip) {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}
.header > *:not(.news-strip) .logo {
  position: relative;
  z-index: 95;
}
.header > *:not(.news-strip) .logo img {
  display: block;
  max-width: fit-content;
  max-height: clamp(40px, 5vw, 66px);
}
.header > *:not(.news-strip) .main-navigation {
  margin-left: auto;
  font-size: 1.6rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .header > *:not(.news-strip) .main-navigation {
    order: 3;
    margin-left: auto;
    width: 15%;
    display: flex;
    justify-content: end;
  }
}
@media screen and (max-width: 860px) {
  .header > *:not(.news-strip) .main-navigation ul {
    overflow-y: auto;
    position: fixed;
    z-index: 90;
    right: 0;
    top: 60px;
    background: #fff;
    width: 0;
    height: calc(100vh - 60px);
    text-align: left;
    transition: width 0.2s, box-shadow 0.5s;
    text-align: center;
  }
  .header > *:not(.news-strip) .main-navigation ul > * {
    display: none;
    opacity: 0;
    transition: all .6s;
    transition-delay: 2s;
  }
}
.header > *:not(.news-strip) .booking-button {
  margin: auto;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.header > *:not(.news-strip) .booking-button > .button {
  font-weight: 400;
  padding: 8px 16px 6px;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (min-width: 860.5px) {
  .header > *:not(.news-strip) .booking-button {
    display: none;
  }
}
@media screen and (max-width: 285px) {
  .header > *:not(.news-strip) .booking-button {
    display: none;
  }
}
.header > *:not(.news-strip) .mobile-menu {
  position: relative;
  z-index: 91;
  padding: 12px;
  display: none;
}
@media screen and (max-width: 860px) {
  .header > *:not(.news-strip) .mobile-menu {
    display: inline-block;
  }
}
.header > *:not(.news-strip) input {
  display: none;
}
.header > *:not(.news-strip) input:checked + label i:before {
  content: '\f00d';
}
@media screen and (max-width: 860px) {
  .header > *:not(.news-strip) input:checked + label + ul {
    z-index: 90;
    background-color: #fefefe;
    width: 100%;
    padding: 20px 30px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .header > *:not(.news-strip) input:checked + label + ul > * {
    display: block;
    opacity: 1;
  }
}
.header .language-menu {
  position: relative;
  width: 60px;
}
@media screen and (max-width: 860px) {
  .header .language-menu {
    width: 50px;
  }
}
.header .language-menu > ul {
  width: 100%;
  padding: 0 5px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
.header .language-menu > ul > li a {
  padding-top: 8px;
  padding-bottom: 5px;
}
.header .language-menu .wpml-ls-native {
  display: none;
}
.header .news-strip {
  display: block !important;
  background-color: var(--color-secondary);
  padding: 5px 10px;
  margin-left: -2%;
  margin-right: -2%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 690px) {
  .header .news-strip {
    max-width: 100%;
    padding: 8px;
    font-size: 13px;
    margin: 0;
  }
}
.header .news-strip a:link,
.header .news-strip a:visited {
  padding-left: 5px;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 860px) {
  .header .news-strip + .row .main-navigation ul {
    top: 85px;
    height: calc(100vh - 85px);
  }
}
@media screen and (max-width: 622px) {
  .header .news-strip + .row .main-navigation ul {
    top: 95px;
    height: calc(100vh - 95px);
  }
}
/* Footer */
.footer {
  background-color: #494c51;
  position: relative;
  overflow: hidden;
}
.footer,
.footer p {
  font-size: 1.4rem;
}
@media screen and (max-width: 690px) {
  .footer {
    padding-bottom: var(--space-l);
  }
}
.footer > * {
  max-width: 1200px !important;
  padding: var(--space-s) 0 var(--space-m);
  color: #d9d9d9;
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
}
.footer > * .row-1 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
@media screen and (max-width: 690px) {
  .footer > * .row-1 {
    flex-direction: column;
  }
}
.footer > * .row-1 .logo-site {
  display: block;
  z-index: 2;
  margin-top: -40px;
  background: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/cercles.svg') no-repeat center center;
  background-size: 100%;
  padding: 12px;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .footer > * .row-1 .logo-site {
    margin-top: -70px;
    width: 210px;
  }
}
.footer > * .row-1 .logo-site > a {
  display: flex;
  position: relative;
  width: 95%;
  margin: auto;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.footer > * .row-1 .logo-site > a img {
  margin: 15px 0 0 -4px;
  max-width: 90%;
}
.footer > * .row-2 {
  order: 5;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: clamp(10px, 10%, 50px);
  margin-top: var(--space-s);
}
@media screen and (min-width: 860px) {
  .footer > * .row-2 {
    order: inherit;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 0;
  }
}
.footer > * .logo-pausado {
  text-align: right;
  height: fit-content;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 1;
}
@media screen and (max-width: 490px) {
  .footer > * .logo-pausado {
    display: none;
  }
  .footer > * .logo-pausado p {
    font-size: 11px !important;
  }
}
.footer > * .logo-pausado a {
  padding-left: var(--space-xs);
  flex: none;
}
@media screen and (max-width: 768px) {
  .footer > * .logo-pausado a img {
    max-height: 60px;
  }
}
.footer > * .footer-navigation {
  min-width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  order: 2;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .footer > * .footer-navigation {
    order: 3;
  }
}
.footer > * .footer-navigation > * {
  margin: 10px 0;
}
.footer > * .footer-navigation .contact-details {
  border-right: 1px solid #838383;
  width: clamp(310px, 5vw, 33%);
  padding-right: var(--space-s);
}
.footer > * .footer-navigation .contact-details i {
  color: #fff;
  padding-right: var(--space-xs);
}
.footer > * .footer-navigation .contact-details a:link,
.footer > * .footer-navigation .contact-details a:visited,
.footer > * .footer-navigation .contact-details a {
  font-size: var(--font-size-base-l);
  text-decoration: none;
}
@media screen and (max-width: 490px) {
  .footer > * .footer-navigation .contact-details a:link,
  .footer > * .footer-navigation .contact-details a:visited,
  .footer > * .footer-navigation .contact-details a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  .footer > * .footer-navigation .contact-details {
    border: none;
  }
}
.footer > * .footer-navigation .menu {
  column-count: 2;
  width: clamp(310px, 5vw, 33%);
}
@media screen and (max-width: 690px) {
  .footer > * .footer-navigation .menu {
    display: none;
  }
}
.footer > * .footer-navigation .camping2be {
  max-width: 110px;
}
@media screen and (max-width: 490px) {
  .footer > * .footer-navigation .camping2be {
    max-width: 90px;
    position: absolute;
    top: 60px;
    right: 3%;
  }
}
@media screen and (max-width: 319px) {
  .footer > * .footer-navigation .camping2be {
    display: none;
  }
}
.footer > * .social-content {
  width: 100%;
  order: 6;
}
@media screen and (max-width: 992px) {
  .footer > * .social-content {
    order: 3;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer > * .social-content > *:first-of-type {
  padding: var(--space-s) 0;
  min-width: 25%;
  text-align: left;
}
.footer > * .social-content > *:first-of-type > * {
  padding-right: 15px;
}
.footer > * .social-content > *:first-of-type .title {
  font-size: var(--font-size-h4);
  padding-right: var(--space-s);
  margin-bottom: 0;
  font-family: 'Englebert', cursive;
  text-transform: uppercase;
  color: #b9b9b9;
}
@media screen and (max-width: 992px) {
  .footer > * .social-content > *:last-of-type {
    text-align: center;
    padding: var(--space-m) 0;
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
    margin: var(--space-m) auto 0;
    width: 100%;
  }
}
.footer > * .logos-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(5px, 5%, 10px);
  width: 100%;
  margin-left: 10px;
  flex: 0 0 1;
}
@media screen and (max-width: 992px) {
  .footer > * .logos-area {
    overflow-x: auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }
}
.footer > * .logos-area img {
  max-height: 75px;
  max-width: 100px;
  object-fit: contain;
  object-position: top;
}
.footer > * nav ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer > * nav a:link,
.footer > * nav a:visited,
.footer > * nav a {
  color: #fff;
}
.footer .legal-notice {
  border-top: 1px solid #b9b9b9;
  margin-top: var(--space-xs);
  margin-bottom: 0;
  padding-top: 40px;
  color: #b9b9b9;
  min-width: 100%;
  order: 10;
}
@media screen and (max-width: 992px) {
  .footer .legal-notice {
    margin-top: var(--space-xs);
    padding-top: var(--space-s);
    border: 0;
  }
}
.footer .language-menu {
  width: 100%;
  margin: 0 !important;
}
.footer .language-menu > * {
  border: 1px solid #838383;
  background-color: #494c51;
}
@media screen and (max-width: 690px) {
  .footer .language-menu > * {
    width: 100%;
  }
}
.footer .language-menu > * > li {
  margin-bottom: 7px !important;
}
.footer .language-menu > * > li a {
  width: 50%;
}
/* Navigation */
nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul {
  display: flex;
  justify-content: flex-end;
}
.main-navigation ul li {
  margin: 0 7px;
  align-items: center;
}
.main-navigation ul li a,
.main-navigation ul li a:visited,
.main-navigation ul li a:link {
  display: block;
  padding: 15px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #535353;
}
@media screen and (min-width: 690px) and (max-width: 1024px) {
  .main-navigation ul li a,
  .main-navigation ul li a:visited,
  .main-navigation ul li a:link {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 860px) {
  .main-navigation ul li a,
  .main-navigation ul li a:visited,
  .main-navigation ul li a:link {
    padding: 20px 3px;
  }
}
.main-navigation ul li:hover a,
.main-navigation ul li.current-menu-item a {
  color: var(--color-secondary);
}
@media screen and (min-width: 860.5px) {
  .main-navigation ul li:not(.is-hidden) {
    display: flex;
  }
  .main-navigation ul li:hover a,
  .main-navigation ul li.current-menu-item a {
    text-shadow: 0 0 0.015px;
    box-shadow: 0 4px 0 0 var(--color-secondary);
  }
}
@media screen and (max-width: 860px) {
  .main-navigation ul li > * {
    padding: 15px 0;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation ul li {
    margin: 0 15px;
  }
}
.footer-navigation > ul > li > * {
  padding: 12px 0;
}
.secondary-navigation > * {
  width: clamp(600px, 80vw, 1000px);
  margin: auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.secondary-navigation > * a {
  padding: 10px;
}
.secondary-navigation > * a:hover {
  color: var(--color-secondary);
}
@media screen and (max-width: 992px) {
  .secondary-navigation > * a {
    font-size: 1.3rem;
  }
}
.secondary-navigation .previous {
  position: relative;
  left: clamp(-400px, -28%, -22vw);
  display: flex;
  margin-right: auto;
  max-width: 135px;
  width: 20%;
  padding: 8px 18px 2px;
  border-radius: 26px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  text-transform: none;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #838383;
  cursor: pointer;
  gap: 10px;
}
.secondary-navigation .previous i {
  font-size: 1.8rem;
  color: #838383;
}
.anchor {
  position: absolute;
  top: -90px;
}
.language-menu {
  position: relative;
  height: 31px;
}
.language-menu > * {
  padding: 7px 5px 3px;
  border-radius: 2px;
  width: 120px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all .2s;
  font-size: 1.0rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.language-menu > *:hover {
  height: fit-content;
}
.language-menu > * > * {
  order: 3;
}
.language-menu > * > *.wpml-ls-current-language {
  order: 1 !important;
}
@media screen and (max-width: 860px) {
  .language-menu > * > *.wpml-ls-current-language {
    pointer-events: none;
  }
}
.language-menu > * a > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
.language-menu > * a > span .wpml-ls-flag + span {
  margin: 0 !important;
}
.language-menu > * ul {
  flex: none;
  margin: 4px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.language-menu > * ul li {
  margin: 0 3px;
  padding: 0;
}
.language-menu > *:after {
  opacity: .7;
  content: '\f078';
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: 13px;
  height: 13px;
  right: 5px;
  top: 10px;
}
@media screen and (max-width: 860px) {
  .language-menu {
    order: 2;
    margin-left: auto;
  }
}
/* Containers */
:root {
  --filter-brightness: brightness(94%);
  --gap: 0px;
  --rich-block-gap: 5%;
}
body {
  max-width: 100%;
}
body * {
  box-sizing: border-box;
}
body img {
  max-width: 100%;
}
/* Articles */
.wp-block-separator {
  border: 0 !important;
  height: 1px;
  background-color: #d9d9d9;
  margin-top: var(--space-m);
  margin-bottom: var(--space-m);
}
/** Displays **/
.flexbox {
  display: flex;
  gap: var(--gap);
}
.flexbox.child-flex-1 > * {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .flexbox.col-in-tablet {
    flex-direction: column;
  }
}
@media screen and (max-width: 690px) {
  .flexbox.col-in-mobile {
    flex-direction: column;
  }
}
@media screen and (max-width: 690px) {
  .flexbox.col-reverse-in-mobile {
    flex-direction: column-reverse;
  }
}
.flexbox.column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-between {
  justify-content: space-between;
}
.justify-content-space-around {
  justify-content: space-around;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.flex-none {
  flex: none;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.is-hidden {
  display: none;
}
@media screen and (max-width: 992px) {
  .is-hidden-on-tablet {
    display: none;
  }
}
@media screen and (max-width: 690px) {
  .is-hidden-on-mobile {
    display: none;
  }
}
.grid-layout {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(20px, 3%, 75px);
  row-gap: 40px;
}
@media screen and (max-width: 690px) {
  .grid-layout {
    flex-direction: column;
    row-gap: 20px;
  }
}
.grid-layout > * {
  width: 100%;
}
@media screen and (min-width: 690px) {
  .grid-layout > * {
    flex: 0 0 30%;
  }
}
.grid-layout > *:only-child {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: width .3s;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .row {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .row {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.row > .row {
  padding-left: initial;
  padding-right: initial;
}
@media screen and (min-width: 1250px) {
  .row > .row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
*[class^="background-"] {
  position: relative;
}
*[class^="background-"] > .row {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.background-light-grey {
  background-color: #f1f1f1;
}
.background-light-green {
  background-color: var(--color-tertiary);
  color: #303030;
}
.background-light-green .title,
.background-light-green h2,
.background-light-green .h2,
.background-light-green h3,
.background-light-green .h3 {
  color: #fff;
}
.background-light-green p > a {
  color: #000;
}
.background-light-green .button-secondary {
  border: none;
}
.background-coral {
  background-color: #f48668;
}
.background-coral .title,
.background-coral h2,
.background-coral .h2,
.background-coral h3,
.background-coral .h3,
.background-coral h4,
.background-coral .h4 {
  color: #fff;
}
/* TEMP */
@media screen and (max-width: 690px) {
  .main-container {
    overflow: hidden;
  }
}
.heading {
  position: relative;
}
@media screen and (min-width: 860px) {
  .heading {
    max-width: 820px;
    margin: auto;
  }
}
@media screen and (max-width: 860px) {
  .heading {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.flex-head {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
}
.flex-head > .illustration {
  width: 30%;
}
.flex-head > .illustration img {
  width: 100%;
  object-fit: cover;
}
.flex-head > .content {
  flex: 1;
  padding-left: 5%;
}
.rich-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media screen and (min-width: 690px) {
  .rich-block {
    flex-direction: row;
    gap: var(--rich-block-gap);
  }
}
@media screen and (min-width: 860px) {
  .rich-block.row {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.rich-block.align-items-center {
  align-items: center;
}
.rich-block:not(.align-items-center) {
  align-items: stretch;
}
.rich-block > *:not([class*="flex-"]) {
  flex: 1;
}
@media screen and (min-width: 690px) {
  .rich-block .content-text {
    max-width: 55%;
  }
}
.rich-block .illustration {
  position: relative;
  width: 100%;
}
.rich-block .illustration > img {
  position: relative;
  top: 0;
  object-fit: cover;
  max-height: 100%;
}
@media screen and (min-width: 690px) {
  .rich-block .illustration > img {
    max-width: 666px;
  }
}
.rich-block .illustration > img:not([width]) {
  width: 100%;
}
.rich-block .illustration.height-100 > img {
  aspect-ratio: 1;
  height: 100%;
}
.rich-block .illustration > div:not(.sticker) {
  height: 100%;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rich-block .illustration .sticker {
  position: absolute;
  z-index: 2;
  bottom: -15px;
  right: -20px;
  border-radius: 100%;
  background-color: var(--color-tertiary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  aspect-ratio: 1;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2;
}
@media screen and (min-width: 690px) {
  .rich-block .illustration .sticker {
    right: -35px;
  }
}
@media screen and (min-width: 690px) {
  .rich-block .illustration .sticker {
    top: 20px;
    left: -35px;
    width: 125px;
  }
}
.rich-block .illustration .sticker i {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: var(--space-xs);
}
@media screen and (min-width: 690px) {
  .rich-block.reverse {
    flex-direction: row-reverse;
  }
  .rich-block.reverse .sticker {
    left: auto;
    right: -35px;
  }
}
.rich-block.vertical {
  flex-direction: column-reverse;
}
.rich-block.vertical > * {
  max-width: 100%;
}
/*
.items-list-in-diagonal {
  > * {
    position: relative;
    z-index: 3;
    max-width: @max-width-content;
    margin-left: 0;

    &:not(.reverse) {
      margin-right: 0;
      margin-left: auto;
    }
  }

}
*/
.illustration img {
  object-fit: cover;
}
.illustration.height-100 img {
  aspect-ratio: 1;
  height: 100%;
}
.illustration.strapping {
  flex: none;
  position: relative;
}
.illustration.strapping:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/deco-strapping.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: rotate(-90deg);
  filter: var(--filter-brightness);
}
.crush-content {
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/deco-hearts-1.svg'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/deco-hearts-2.svg');
  background-position: 112% 25%, left 80%;
  background-repeat: no-repeat;
  background-size: clamp(100px, 20vw, 290px), clamp(70px, 14vw, 210px);
}
@media screen and (max-width: 768px) {
  .crush-content {
    background-position: 0 15%, right 82%;
  }
}
.crush-content .crush-item > * {
  max-width: 900px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.crush-content .crush-item > * > * {
  flex: auto;
}
@media screen and (min-width: 690px) {
  .crush-content .crush-item > * .content-text {
    max-width: 65%;
  }
}
@media screen and (max-width: 690px) {
  .crush-content .crush-item > * .illustration {
    margin-top: var(--space-m);
  }
  .crush-content .crush-item > * .illustration > img {
    display: block;
    margin: auto;
    aspect-ratio: 2;
  }
}
.crush-content .crush-item > *:first-of-type:after {
  position: absolute;
  bottom: -30%;
  right: 0;
  z-index: 1;
  content: '';
  background: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/deco-arrow-right.png') no-repeat center;
  background-size: contain;
  width: clamp(140px, 20vw, 200px);
  aspect-ratio: 2;
}
@media screen and (max-width: 768px) {
  .crush-content .crush-item > *:first-of-type:after {
    content: none;
  }
}
.crush-content .crush-item > *:not(:last-of-type) {
  margin-bottom: clamp(40px, 20vw, 70px);
}
.crush-content .flex-head {
  gap: 5%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 690px) {
  .crush-content .flex-head {
    flex-direction: row-reverse;
  }
}
.crush-content .flex-head .content {
  padding-left: 0;
}
.crush-content .flex-head .content img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 25%;
}
.crush-content .flex-head .illustration {
  position: relative;
}
@media screen and (max-width: 690px) {
  .crush-content .flex-head .illustration:after {
    min-width: 220px;
  }
}
.crush-content .flex-head .illustration img {
  object-fit: cover;
}
@media screen and (max-width: 690px) {
  .crush-content .flex-head .illustration img {
    min-width: 220px;
    max-width: clamp(220%, 10vw, 200px);
    right: -2%;
    top: 5%;
    position: relative;
  }
}
.section-team {
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 690px) {
  .section-team {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-team .rich-block {
  align-items: center;
  gap: clamp(20px, 6%, 90px);
}
@media screen and (min-width: 992px) {
  .section-team .rich-block {
    padding-top: var(--space-l);
    padding-bottom: var(--space-l);
  }
}
@media screen and (max-width: 690px) {
  .section-team .rich-block {
    flex-direction: column;
  }
}
.section-team .rich-block .content-text {
  padding-top: var(--space-l);
  padding-bottom: var(--space-l);
}
@media screen and (min-width: 992px) {
  .section-team .rich-block .content-text {
    max-width: 34%;
  }
}
@media screen and (max-width: 690px) {
  .section-team .rich-block .content-text {
    padding-right: 6%;
    padding-left: 6%;
  }
}
@media screen and (min-width: 992px) {
  .section-team .rich-block .illustration {
    max-width: none;
  }
}
@media screen and (max-width: 690px) {
  .section-team .rich-block .illustration {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: var(--space-l);
  }
}
.section-team .rich-block .illustration img:not([class^="deco-"] ) {
  max-width: 570px;
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 690px) {
  .section-team .rich-block .illustration img:not([class^="deco-"] ) {
    margin-top: var(--space-s);
  }
}
.section-team .rich-block .illustration .deco-blabla,
.section-team .rich-block .illustration .deco-chat {
  width: auto !important;
  position: absolute;
  object-fit: fill;
  aspect-ratio: auto;
}
.section-team .rich-block .illustration .deco-blabla {
  bottom: 0;
  left: 0;
  top: inherit !important;
  width: clamp(30%, 10vw, 181px) !important;
}
.section-team .rich-block .illustration .deco-chat {
  right: 0;
  top: 0 !important;
}
@media screen and (max-width: 992px) {
  .section-team .rich-block .illustration .deco-chat {
    display: none;
  }
}
.section-team .rich-block:after {
  width: 70%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: -1;
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/bg-strapping-team.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  left: -10%;
}
@media screen and (min-width: 992px) {
  .section-team .rich-block:after {
    left: -6%;
    background-size: 100%;
  }
}
@media screen and (max-width: 690px) {
  .section-team .rich-block:after {
    background-position: 39% max(-4%, -50%);
    left: 0;
    width: 100%;
    background-size: min(130%, 680px);
  }
}
/* accordion */
.accordion-content {
  position: relative;
}
.accordion-content.flexbox {
  gap: var(--space-l) 5%;
  flex-wrap: wrap;
}
.accordion-content.flexbox .item {
  width: 30%;
}
.accordion-content input {
  display: none;
}
.accordion-content input ~ label {
  display: inline-block;
  padding-bottom: var(--space-xs);
}
@media screen and (max-width: 991.5px) {
  .accordion-content {
    display: block;
  }
  .accordion-content .item {
    margin-top: var(--space-s);
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    z-index: 10;
    min-width: 100%;
  }
  .accordion-content .item input ~ label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .accordion-content .item input ~ label:after {
    content: '\f054';
    font: var(--fa-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    transform: rotate(90deg);
    transition: all .3s;
    font-size: 1.4rem;
  }
  .accordion-content .item input ~ label + .content {
    transition: all .3s;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  .accordion-content .item input:checked ~ label:after {
    transform: rotate(-90deg);
  }
  .accordion-content .item input:checked ~ label + .content {
    opacity: 1;
    max-height: 100vh;
    padding-bottom: var(--space-s);
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
html,
html body {
  width: 100%;
}
.red {
  border: 1px solid red;
}
.margin-xxl {
  margin-bottom: var(--space-xxl);
}
.margin-xl {
  margin-bottom: var(--space-xl);
}
.margin-l {
  margin-bottom: var(--space-l);
}
.margin-m {
  margin-bottom: var(--space-m);
}
.margin-s {
  margin-bottom: var(--space-s);
}
.margin-xs {
  margin-bottom: var(--space-xs);
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.revert-vertical {
  transform: rotate(180deg);
}
.filter-invert {
  filter: invert();
}
.all-clickable:not(.no-clickable) {
  cursor: pointer;
}
hr {
  height: 1px;
  border: 0;
  background-color: #d9d9d9;
  margin: 12px auto;
}
.is-primary {
  color: #f48668;
}
.is-secondary {
  color: var(--color-secondary);
}
.is-tertiary {
  color: var(--color-tertiary);
}
.is-light-grey {
  color: #d9d9d9;
}
.is-middle-grey {
  color: #838383;
}
.is-couriou {
  color: #705598;
}
.is-couriou-bg {
  background-color: #705598;
  color: #fff;
}
.is-luberon {
  color: #81b627;
}
.is-luberon-bg {
  background-color: #81b627;
  color: #fff;
}
.is-vallee {
  color: #ce512d;
}
.is-vallee-bg {
  background-color: #ce512d;
  color: #fff;
}
.is-leman {
  color: #3681c8;
}
.is-leman-bg {
  background-color: #3681c8;
  color: #fff;
}
.is-ludo {
  color: #952d7d;
}
.is-ludo-bg {
  background-color: #952d7d;
  color: #fff;
}
.is-chenes {
  color: #2eab70;
}
.is-chenes-bg {
  background-color: #2eab70;
  color: #fff;
}
.is-tamaris {
  color: #35c4cc;
}
.is-tamaris-bg {
  background-color: #35c4cc;
  color: #fff;
}
.is-pegomas {
  color: #fab900;
}
.is-pegomas-bg {
  background-color: #fab900;
  color: #fff;
}
.page-template-default .row > .post-type-page {
  padding-top: var(--space-m);
  max-width: 1000px;
}
.page-template-default .post-type {
  max-width: 1000px;
  margin: var(--space-xxl) auto;
}
@media screen and (max-width: 768px) {
  .page-template-default .post-type {
    margin-top: var(--space-l);
  }
}
.page-template-default .post-type h2 {
  margin-top: var(--space-l);
  margin-bottom: var(--space-s);
}
.page-template-default .article-body ul {
  margin: 0 0 30px 0;
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-default .article-body ul li {
  margin: 12px 0;
}
.page-template-default .article-body ul li a {
  color: inherit;
}
.page-template-default .article-body ul li a:hover {
  color: #f48668;
}
.single-post .row .post-type-post {
  padding-top: var(--space-xs);
  max-width: 1000px;
}
.single-post .row .post-type-post h2,
.single-post .row .post-type-post h3 {
  color: #3d3d3d;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: var(--space-s);
  margin-top: var(--space-m);
}
.single-post .row .post-type-post h2 {
  font-size: var(--font-size-h4) !important;
}
.single-post .row .post-type-post h3 {
  font-size: var(--font-size-h5) !important;
}
.single-post .row .post-type-post .article-cover img {
  height: 350px;
  width: 100%;
  aspect-ratio: 2;
}
.single-post .row .post-type-post .notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .single-post .row .post-type-post .notice {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.single-post .row .post-type-post .notice .breadcrumb {
  color: #b9b9b9;
}
.single-post .row .post-type-post .notice > * {
  font-size: 1.2rem;
  margin: 0;
}
.single-post .row .post-type-post .notice > * a {
  color: #494c51;
}
@media screen and (min-width: 768px) {
  .single-post .row .post-type-post .article-content:not(.full-width) {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post .article-footer {
  background-color: #f1f1f1;
  padding: var(--space-s) 0;
  margin-top: var(--space-xl);
}
.single-post .article-footer > * {
  width: 92%;
  max-width: 1000px;
  margin: auto;
  padding: var(--space-s) 0;
  gap: 7%;
}
@media screen and (max-width: 690px) {
  .single-post .article-footer > * {
    overflow-x: auto;
    margin-right: 0;
    padding-right: 15px;
    justify-content: flex-start;
    gap: 20px;
  }
}
.single-post .article-footer .rich-block {
  flex: none;
  width: 28%;
  gap: 0;
}
.single-post .article-footer .rich-block:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 690px) {
  .single-post .article-footer .rich-block {
    width: 65%;
  }
}
.single-post .article-footer .rich-block .title {
  color: #3d3d3d;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.single-post .article-footer .rich-block .caption {
  margin-top: 5px;
  margin-bottom: 0;
}
.single-post .article-footer .rich-block .illustration img {
  max-height: 150px;
}
@media screen and (max-width: 690px) {
  .single-post .article-footer .rich-block .illustration img {
    max-height: 100px;
  }
}
.archive.category .heading {
  margin-top: var(--space-l);
}
@media screen and (min-width: 690px) {
  .archive.category .heading {
    margin-top: var(--space-xl);
  }
}
@media screen and (min-width: 860px) {
  .archive.category .filter-bar,
  .archive.category .article-list {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.archive.category article.rich-block .illustration img {
  max-height: clamp(150px, 30vw, 200px);
}
@media screen and (max-width: 690px) {
  .archive.category article .datetime {
    padding: 10px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
}
.archive.category article .datetime a:link,
.archive.category article .datetime a:visited {
  color: #3d3d3d;
}
.page-404 {
  padding: var(--space-xl) 0;
  background-image: url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/deco-treasure-map-1.webp'), url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/deco-treasure-map-2.webp');
  background-position: right top, left top;
  background-repeat: no-repeat;
  background-size: clamp(400px, 16vw, 500px), clamp(200px, 16vw, 100%);
}
@media screen and (max-width: 690px) {
  .page-404 {
    background-image: none, url('https://pegomas.pausado.com/wp-content/themes/pausado-theme-child/static/css/page/../../img/deco/deco-treasure-map-2.webp');
  }
}
.page-404 > .row {
  margin: auto;
  max-width: 565px;
  width: 88%;
}
.page-404 > .row .article-body p {
  font-size: 1.5rem;
  line-height: 1.6;
}
