/***************************
**** MAIN STYLE | BEGIN ****
***************************/

/* PAGE SECTION */
section.page {
  position: relative;
  width: calc(100% - calc(180px + 18vw) - var(--space-small)) !important;
  margin-left: var(--space-normal);
  margin-right: var(--space-normal);
  padding: 0 0 var(--space-small) 0;
  height: auto;
  z-index: 4;
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--color-secondary);
  box-shadow: 0 0 24px #00000023;
  border-radius: 0 0 calc(4px + 0.1vw) calc(4px + 0.1vw);
}
body.home section.page {
  padding: 0;
}
.decobgpage {
  width: 102%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -80px;
  z-index: 3;
  display: block;
  background-color: #c0a68e;
}
.page a:not(.ev_button,.text,.main-nav-subitem) {
  color: var(--color-primary);
  text-decoration: none;
}

/* SIDEBAR */
.sidebar {
  position: absolute;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  z-index: 4;
  padding: 0;
  width: calc(calc(180px + 18vw) - calc(2*var(--space-normal)));
  margin: 0 var(--space-normal) 0 var(--space-small);
  top: calc(clamp(0px,100vh,75vw) + clamp(110px,14vw,270px) + var(--space-small));
  right: 0;
}
body:not(.home) .sidebar {
  top: var(--header-height);
}
body.single .sidebar {
  top: calc(var(--space-small) * 2);
  margin: 0;
  right: calc(var(--space-small) * -1);
  left: unset;
  transform: translateX(100%);
}
.sidebar_container {
  width: 100%;
  height: auto;
  padding: var(--space-small) 0;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-smallheight) + calc(22px + 1.2vw));
  left: 0;
  background-color: #FAF7F2;
  z-index: 4;
}
.sidebar_bloc {
  position: relative;
  display: block;
  padding: var(--space-xsmall) calc(var(--space-xsmall) + 6px);
}
.sidebar_bloc p {
  margin: 0;
  transition: 0.2s;
}
.sidebar_bloc::after,
.sidebar_bloc a::after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(2px + 0.2vw);
  width: calc(100% + calc(-4px - 0.4vw));
  height: 100%;
  background-color: transparent;
  transition: 0.2s;
  border-radius: 4px;
  z-index: -1;
}
.sidebar_bloc.active::after {
  background-color: #c0a68e;
  transition: 0.2s;
}
.sidebar_bloc.active p.boldnormaltext {
  color: white !important;
  transition: 0.2s;
}
.sidebar_bloc.active p.boldtext {
  color: var(--color-secondary) !important;
  transition: 0.2s;
}
.sidebar_bloc a p {
  transition: 0.2s;
}
.sidebar_bloc a:hover p {
  color: white !important;
  transition: 0.2s;
}
.sidebar_bloc a:hover::after {
  background-color: #c0a68e;
  transition: 0.2s;
}

/* BLOC - INTROSCREEN */
.introscreen {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100vh;
  max-height: 75vw;
  overflow: hidden;
  min-height: calc(280px + 25vw + var(--header-height)*2);
  background-color: var(--color-secondary);
}
.introscreen_img_deco2 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: calc(8px + 26vw + var(--space-medium));
  background-image: url('https://preprod.eauvive-fourchambault.fr/wp-content/uploads/2024/11/bgclouds.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.introscreen_img {
  bottom: 2vw;
  position: absolute;
  right: calc(var(--space-medium) - var(--header-height));
  height: 88%;
  width: calc(8px + 26vw);
  transform: unset;
  filter: unset;
  top: unset;
  left: unset;
  object-fit: cover;
}
.introscreenblocbg {
  position: absolute;
  right: calc(var(--space-medium) - var(--header-height));
  bottom: 2vw;
  width: calc(8px + 26vw);
  height: 92%;
  max-height: 72vh;
  border-radius: 800px 800px 0 0;
  box-shadow: 0 0 0 99999px var(--color-secondary);
}
.forintroscreenblocbg2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(calc(calc(8px + 26vw) + calc(var(--space-medium) - var(--header-height))) / 1.5);
  height: 100%;
  overflow: hidden;
}
.introscreenblocbg2 {
  position: absolute;
  right: calc(var(--space-medium) - var(--header-height));
  bottom: 2vw;
  width: calc(8px + 26vw);
  height: 92%;
  max-height: 72vh;
  border-radius: 800px 800px 0 0;
  box-shadow: 0 0 0 99999px var(--color-primary);
}
.introscreen_img_deco {
  position: absolute;
  right: calc(calc(var(--space-medium) - var(--header-height)) + calc(30px + 0.5vw));
  bottom: calc(2vw + calc(30px + 0.5vw));
  width: calc(calc(8px + 26vw) - calc(60px + 1vw));
  height: calc(92% - calc(67px + 1.15vw));
  max-height: 72vh;
  border-radius: 800px 800px 0 0;
  border: 1px solid var(--color-secondary);
  z-index: 3;
  opacity: 0.6;
}
.introscreenbloc {
  overflow: hidden;
  position: absolute;
  top: var(--header-height);
  left: var(--space-normal);
  height: calc(100% - var(--header-height) * 2);
  min-height: calc(280px + 25vw);
  width: calc(100% - var(--space-normal) * 2);
  z-index: 2;
  display: flex;
  box-shadow: 0 0 24px #00000023;
}
.introscreen_content {
  z-index: 4;
  position: absolute;
  top: 0;
  width: calc(100% - calc(var(--space-normal) * 2));
  left: calc(var(--space-medium) - var(--header-height));
  transform: unset;
  height: 100%;
  max-width: 1375px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.introscreen_content_intro {
  width: clamp(300px,100%,1000px);
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.introscreen_content_intro_separator {
  width: calc(30px + 1vw);
  height: 1px;
  background-color: var(--color-primary);
  margin: 0 calc(14px + 0.12vw) 0 0;
}
.introscreen_content_intro_introtitle {
  width: 100%;
  max-width: calc(142px + 53vw);
  height: auto;
  text-align: left;
  margin: 0 0 calc(3px + 0.2vw) 0;
  text-shadow: 0 0 25px var(--color-secondary);
}
.introscreen_content_intro_introtext {
  width: 100%;
  max-width: calc(174px + 20vw);
  height: auto;
  text-align: left;
  margin: calc(6px + 0.25vw) 0;
}
.introscreen_content_buttons {
  width: 100%;
  max-width: calc(500px + 30vw);
  height: auto;
  margin: calc(6px + 0.25vw) 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.ev_button,
input.wpcf7-submit {
  color: var(--color-primary);
  width: fit-content;
  width: -moz-fit-content;
  background-color: var(--color-secondary);
  text-decoration: none;
  border-radius: 3px;
  padding: calc(14px + 0.05vw) calc(22px + 0.08vw);
  font-size: calc(var(--font-size-s) + 2px);
  line-height: var(--line-height-s);
  font-weight: var(--font-regular);
  border: 1px solid var(--color-primary);
  font-family: var(--font-averia);
  min-width: calc(100px + 1.5vw);
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
}
.ev_button:hover {
  color: white;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  transition: 0.25s;
}
.ev_button--filled,
input.wpcf7-submit {
  color: white;
  background-color: var(--color-primary);
}
.ev_button--filled:hover,
input.wpcf7-submit:hover {
  color: var(--color-primary);
  background-color: white;
  border: 1px solid var(--color-primary);
  transition: 0.25s;
}
.introscreen_content_buttons .ev_button:first-of-type {
  margin-right: calc(8px + 0.5vw);
}

/* BLOC - SEPARATORBANNER */
.separatorbanner {
  position: relative;
  width: 100%;
  height: clamp(110px,13vw,200px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-shadow: 0 0 30px #0000006b;
  z-index: 5;
  background-color: #FAF7F2;
  margin: 0;
}
.separatorbanner_title {
  text-align: center;
  width: calc(100% - calc(var(--space-normal) * 2));
  margin: 0 auto;
}

/* BLOC - ITEMGRID */
.itemgrid_body {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.itemgrid_body_item {
  position: relative;
  width: 33%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(28px + 0.75vw);
  min-width: calc(100px + 10vw);
}
.itemgrid_body.itemgrid_body--one-line .itemgrid_body_item {
  width: 50%;
}
.itemgrid_body.itemgrid_body--two-lines1 .itemgrid_body_item {
  width: 50%;
}
.itemgrid_body.itemgrid_body--two-lines2 .itemgrid_body_item {
  width: 33.33%;
}
.itemgrid_body_item_img {
  width: 160px;
  height: 160px;
  object-fit: scale-down;
  position: relative;
}
.itemgrid_body_item_title {
  margin: 0;
  max-width: 80%;
  text-align: center;
}
.itemgrid_body_item_text {
  margin: 4px 0 0 0;
  line-height: 1.4;
  max-width: 92%;
  text-align: center;
}
/* BLOC - INFOCARDS */
.infocards,
.dotslider,
.itemgrid,
.events {
  position: relative;
  width: calc(100% - var(--space-small) * 2);
  padding: calc(32px + 1.75vw) var(--space-small) var(--space-xsmall) var(--space-small);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: var(--color-secondary);
}
.posts {
  position: relative;
  width: calc(100% - calc(var(--space-small) - 15px) * 2);
  padding: calc(32px + 1.75vw) calc(var(--space-small) - 15px) 0 calc(var(--space-small) - 15px);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: var(--color-secondary);
}
.pagebloc.splide_infocards {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 0;
  margin: calc(66px + 1.65vw) 0 12px 0;
  background: #ffffff73;
}
.pagebloc.splide_dotslider {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 0;
  margin: var(--space-xsmall) 0 0 auto;
  box-shadow: unset;
  background: transparent;
}
.splide__track {
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  border-radius: 10px;
}
.splide_dotslider .splide__track {
  width: calc(70% - var(--space-xsmall));
  box-shadow: 0 0 12px #0000002b;
  background: #ffffff73;
  max-width: 750px;
  margin: 0 0 0 var(--space-xsmall);
}
.splide__list {
  height: auto;
}
.splide__slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto !important;
}
.splide_dotslider .splide__slide {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.splide_text {
  width: calc(47.5% + var(--space-small));
  height: auto;
  position: relative;
  padding: var(--space-small) 0 var(--space-small) var(--space-small);
  margin: auto 0;
}
.splide_dotslider .splide_text {
  width: calc(100% - var(--space-small) - var(--space-small));
  height: auto;
  position: relative;
  padding: var(--space-small);
  margin: auto 0;
}
.splide_text h3 {
  margin-top: 0;
}
.splide_img {
  width: 47.5%;
  margin: auto 0;
  height: auto;
  position: relative;
  padding: var(--space-small);
}
.splide_dotslider .splide_img {
  width: calc(100% - var(--space-small) - var(--space-small));
  padding: var(--space-small) var(--space-small) 0 var(--space-small);
}
.splide_img img {
  width: 100%;
  margin: 0;
  height: auto;
  position: relative;
  object-fit: cover;
  box-shadow: 0 0 16px #00000045;
  border-radius: 7px;
  overflow: hidden;
}
.splide_infocards .splide__pagination {
  bottom: unset;
  top: calc(-64px - 0.5vw);
  height: calc(36px + 0.58vw);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
}
.splide_dotslider .splide__pagination {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  width: 30%;
}
.splide_infocards .splide__pagination li {
  width: 24%;
  height: 100%;
  position: relative;
}
.splide_dotslider .splide__pagination li {
  height: calc(15px + var(--space-small));
  width: 100%;
  margin: var(--space-xxsmall) 0;
  position: relative;
}
.splide__pagination li button {
  background: #ffffff73;
  color: black;
  height: 100%;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  border-radius: calc(16px + 0.5vw);
  padding: 0 var(--space-xsmall);
  transform: unset !important;
  box-shadow: 0 0 12px #00000029;
  transition: 0.28s;
  line-height: 1.1;
  font-size: var(--font-size-s);
  letter-spacing: 0.01vw;
  font-family: var(--font-secondary);
  font-weight: 500;
}
.splide__pagination li button.is-active {
  background: var(--color-primary);
  color: white;
  transition: 0.28s;
}
.slide_button {
  text-decoration: none;
  border-bottom: solid 3px var(--color-primary);
  transition: 0.15s;
}
.slide_button:hover {
  border-bottom: solid 6px var(--color-primary);
  transition: 0.15s;
}

/* BLOC - INFOCARDS */
.titlecontainer {
  margin-bottom: var(--space-small);
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pagelinks,
.timeline,
.textbutton,
.doubletext,
.activecalendar,
.textbloc {
  position: relative;
  width: calc(100% - var(--space-small) * 2);
  padding: calc(32px + 1.75vw) var(--space-small) 0 var(--space-small);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: var(--color-secondary);
}

/* PAGE - BLOG */
.blog {
  position: relative;
  width: 100%;
  height: auto;
}
.blog .posts_container {
  justify-content: center;
  gap: 2vw;
  flex-wrap: wrap;
}
.blog .posts_container .posts_single {
  display: block !important;
}

/* BLOC - TIMELINE */
.timeline_main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: var(--space-small);
  margin-bottom: var(--space-small);
}
.timeline_line {
  height: 100%;
  width: 5px;
  border-radius: 5px;
  background-color: var(--color-tertiary);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.timeline_main_bloc {
  position: relative;
  width: 48%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.timeline_main_mainbloc .timeline_main_bloc:nth-of-type(even) .timeline_date {
  font-size: var(--font-size-xl);
  margin-right: auto !important;
  margin-left: 0 !important;
}
.timeline_main_mainbloc .timeline_main_bloc:nth-of-type(even) h2.normaltitle {
  text-align: left !important;
}
.timeline_main_bloc .simpletextbloc p {
  font-size: var(--font-size-xs);
 }
.timeline_date {
  margin-left: auto !important;
}
.timeline_main_mainbloc {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 var(--space-normal) 0;
}
.timeline_line_pictures {
  position: relative;
  width: 48%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: auto 0;
}
/*
.timeline_main .timeline_main_bloc:nth-of-type(even) {
  margin-left: auto !important;
}
.timeline_main .timeline_main_bloc:nth-of-type(even) .timeline_date {
  margin-left: unset !important;
  margin-right: auto !important;
}
.timeline_main .timeline_main_bloc:nth-of-type(even) .talignright {
  text-align: left !important;
}
*/

/* BLOC - POSTS */
.posts_container {
  position: relative;
  width: 100%;
  padding: var(--space-small) 0 0 0;
  height: auto;
  z-index: 1;
  background-color: var(--color-secondary);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.posts_single {
  position: relative;
  height: max-content;
  width: calc(2px + 15vw);
  overflow: hidden;
  border-radius: calc(6px + 0.15vw);
  box-shadow: 0 0 12px #0000002b;
  background: #ffffff73;
  margin-bottom: 15px;
  text-decoration: unset;
  transition: 0.14s;
}
.posts_single img {
  width: calc(100% - calc(12px + 0.25vw) - calc(12px + 0.25vw));
  height: calc(180px + 1.75vw);
  margin: calc(12px + 0.25vw) auto calc(10px + 0.2vw) auto;
  border-radius: calc(6px + 0.15vw);
  object-fit: cover;
  display: block;
}
.posts_single h3 {
  line-height: 1.18;
  font-weight: 500;
  font-size: var(--font-size-s);
  letter-spacing: 0;
  font-family: var(--font-secondary);
  width: calc(100% - calc(12px + 0.25vw) - calc(12px + 0.25vw));
  height: auto;
  margin: 0 auto calc(4px + 0.1vw) auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: black;
  transition: 0.14s;
}
.posts_single_tags {
  width: calc(100% - calc(12px + 0.25vw) - calc(12px + 0.25vw));
  height: auto;
  margin: 0 auto calc(10px + 0.15vw) auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.posts_single_tags span {
  background-color: var(--color-primary);
  color: white;
  font-size: var(--font-size-xs);
  letter-spacing: 0.5px;
  font-family: var(--font-secondary);
  padding: calc(4px + 0.08vw) calc(8px + 0.12vw);
  border-radius: calc(3px + 0.1vw);
  margin-right: calc(6px + 0.16vw);
  margin-top: 4px;
  transition: 0.14s;
}
.posts_single p {
  font-size: var(--font-size-xs);
  letter-spacing: 0;
  font-family: var(--font-averia);
  font-weight: var(--font-light);
  width: calc(100% - calc(12px + 0.25vw) - calc(12px + 0.25vw));
  height: auto;
  margin: 0 auto calc(10px + 0.15vw) auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: black;
  transition: 0.14s;
}
.posts .posts_single:first-of-type {
  margin-left: 15px;
}
.posts .posts_single:last-of-type {
  margin-right: 15px;
}
.posts_single:hover {
  background: var(--color-primary);
}
.posts_single:hover h3 {
  color: white;
}
.posts_single:hover .posts_single_tags span {
  background-color: white;
  color: var(--color-primary);
}
.posts_single:hover p {
  color: white;
}
.posts_single:not(.ispost) {
  box-shadow: 0 0 12px #00000000;
  background-color: transparent;
  margin-bottom: auto;
  margin-top: auto;
  transition: 0.14s;
}
.posts_single:not(.ispost):hover {
  background-color: var(--color-primary);
  box-shadow: 0 0 12px #0000002b;
}
.posts_single:not(.ispost) p {
  line-height: 1.1;
  font-weight: 500;
  font-size: var(--font-size-s);
  letter-spacing: calc(1px + 0.01vw);
  font-family: var(--font-secondary);
  width: fit-content;
  height: auto;
  padding: calc(14px + 0.18vw);
  border-radius: 5px;
  margin: 0 auto;
}

/* BLOC - VERSE */
.verse {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 0 12px #00000057;
  background-color: var(--color-primary);
  margin-top: var(--space-small);
  position: relative;
  width: calc(100% - var(--space-normal) * 2);
  padding: calc(40px + 1.25vw) var(--space-normal);
  height: auto;
  z-index: 1;
}
.verse_content {
  color: white;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: calc(750px + 10vw);
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-m);
  font-weight: var(--font-regular);
  line-height: 1.35;
  font-style: italic;
  letter-spacing: 0;
  font-family: var(--font-averia);
  padding: 0;
  z-index: 1;
  transition: 0.28s;
  background-color: transparent;
  margin: 0 auto 6px auto;
}
.verse_source {
  margin: 0;
  width: 100%;
  height: auto;
  text-align: right;
  color: white;
  line-height: 1;
  font-weight: 500;
  font-size: var(--font-size-s);
  letter-spacing: calc(1px + 0.01vw);
  font-family: var(--font-secondary);
}
.verse_version {
  margin: calc(0.25vw + 6px) 0 0 0;
  width: 100%;
  height: auto;
  text-align: right;
  color: white;
  line-height: 1;
  font-weight: 400;
  font-size: var(--font-size-xs);
  letter-spacing: 1px;
  font-family: var(--font-secondary);
}
/* SINGLE */
.firstbanner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: calc(var(--header-height) + 28px + 1.5vw) 0 0 0;
  box-shadow: 0 0 24px #00000040;
  background-color: var(
  --color-secondary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.firstbanner_title {
  text-align: center;
  width: calc(100% - calc(180px + 18vw) - var(--space-small)) !important;
  height: auto;
  margin: 0 auto calc(40px + 1.8vw) auto;
}
.bannerimg {
  width: auto;
  margin: 0 auto;
  max-height: calc(360px + 30vw);
  max-width: 100%;
}

/* PAGINATION */
.pagination {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: var(--space-xsmall) 0 0 0;
}
.page a.prev {
  position: relative;
  height: auto;
  width: auto;
  margin: 0 var(--space-xxsmall) 0 0;
  font-size: var(--font-size-s);
  letter-spacing: 0;
  font-family: var(--font-secondary);
  color: var(--color-dark);
  font-weight: var(--font-regular);
}
.page a.next {
  position: relative;
  height: auto;
  width: auto;
  margin: 0 0 0 var(--space-xxsmall);
  font-size: var(--font-size-s);
  letter-spacing: 0;
  font-family: var(--font-secondary);
  color: var(--color-dark);
  font-weight: var(--font-regular);
}
.page a.page-numbers:not(.prev,.next,.current) {
  position: relative;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0 var(--space-xxsmall);
  font-size: var(--font-size-s);
  letter-spacing: 0;
  font-family: var(--font-secondary);
  color: var(--color-dark) !important;
  font-weight: var(--font-regular);
}
.page .page-numbers.current {
  position: relative;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0 var(--space-xxsmall);
  font-size: var(--font-size-xm);
  letter-spacing: 0;
  font-family: var(--font-secondary);
  color: var(--color-primary);
  font-weight: var(--font-regular);
}

/* BLOC - PAGELINK */
.pagelinks_main {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: var(--space-small) 0 0 0;
}
.pagelinks_main_bloc {
  width: 32%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: var(--space-xsmall) 2%;
}
.pagelinks_main_bloc img {
  width: 100%;
  height: auto;
  max-height: 13vw;
  object-fit: cover;
  border-radius: 4px;
}

/* BLOCS */
.textimg,
.contact {
  position: relative;
  width: calc(100% - var(--space-small) * 2);
  padding: calc(32px + 1.75vw) var(--space-small) 0 var(--space-small);
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  background-color: var(--color-secondary);
}
.textimg {
  flex-wrap: wrap;
}
.contact_bloc {
  position: relative;
  width: 45%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  background-color: var(--color-secondary);
}
.contact_bloc2 {
  position: relative;
  width: 45%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: var(--color-secondary);
}
.textimg_bloc {
  position: relative;
  width: 48%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  background-color: var(--color-secondary);
}
.pagelinks_bloc {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  background-color: var(--color-secondary);
}
.textimg_bloc img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-width: 50vw;
}
.contact iframe {
  height: calc(240px + 8vw);
}
.wpcf7-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wpcf7-form p:nth-child(2) {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-top: calc(2px + 0.18vw);
  margin-bottom: calc(2px + 0.18vw);
}
.wpcf7-form p:nth-child(3) {
  position: relative;
  width: 48%;
  margin-right: 0;
  margin-top: calc(2px + 0.18vw);
  margin-bottom: calc(2px + 0.18vw);
}
.wpcf7-form p:nth-child(4) {
  position: relative;
  width: 100%;
  margin-top: calc(2px + 0.18vw);
  margin-bottom: calc(2px + 0.18vw);
}
.wpcf7-form p:nth-child(5) {
  position: relative;
  width: 100%;
  margin-top: calc(2px + 0.18vw);
  margin-bottom: calc(2px + 0.18vw);
}
.wpcf7-form p:nth-child(6) {
  margin-right: auto;
}
.wpcf7-form p label {
  color: var(--color-tertiary);
  text-decoration: none;
  font-size: calc(var(--font-size-s) + 2px);
  line-height: var(--line-height-s);
  font-weight: var(--font-regular);
  font-family: var(--font-averia);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.wpcf7-form p label span {
  width: 100%;
  margin-top: 3px;
}
.wpcf7-form p .wpcf7-text,
.wpcf7-form p .wpcf7-textarea {
  width: calc(100% - calc(8px + 0.04vw));
  padding-block: 0;
  padding-inline: 0;
  border-width: 0px;
  border-radius: 3px;
  padding: calc(3px + 0.02vw) calc(3px + 0.05vw);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-s);
  font-weight: var(--font-regular);
  border: 1px solid var(--color-tertiary);
  font-family: var(--font-averia);
  min-width: calc(100px + 1.5vw);
  display: flex;
  flex-direction: row;
  justify-content: center;
  resize: none;
}
.wpcf7-response-output {
  text-decoration: none;
  font-size: calc(var(--font-size-s) + 2px);
  line-height: 1;
  font-weight: var(--font-regular);
  font-family: var(--font-averia);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
  border-color: unset !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #c76123;
}

/* SITEWIDE FRAMEWORK */
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.hauto {
  height: auto;
}
.talignleft {
  text-align: left;
}
.talignright {
  text-align: right;
}
.taligncenter {
  text-align: center;
}
.talignjustify {
  text-align: justify;
}
.ofitsdown {
  object-fit: scale-down;
}
.ofitcover {
  object-fit: cover;
}
.m0 {
  margin: 0;
}
.smalltext {
  font-size: var(--font-size-xxs);
  letter-spacing: 0;
  font-family: var(--font-secondary);
}
.text {
  font-size: var(--font-size-xs);
  letter-spacing: calc(1px + 0.01vw);
  font-family: var(--font-secondary);
}
.normaltext {
  font-size: var(--font-size-xs);
  letter-spacing: calc(0.025vw);
  font-family: var(--font-secondary);
}
.boldnormaltext {
  font-size: calc(var(--font-size-xs) + 2px);
  letter-spacing: calc(0.025vw);
  font-family: var(--font-secondary);
  font-weight: var(--font-medium);
}
.boldtext {
  font-size: var(--font-size-xs);
  letter-spacing: 0;
  font-family: var(--font-averia);
  font-weight: var(--font-medium);
}
.bigtext,
.bigtextbloc p,
.bigtextbloc ul li,
.bigtextbloc ol li {
  font-size: var(--font-size-s);
  font-weight: var(--font-medium);
  letter-spacing: calc(1px + 0.01vw);
  font-family: var(--font-gabarito);
}
.simpletextbloc,
.simpletextbloc p,
.simpletextbloc ul li,
.simpletextbloc ol li {
  font-size: var(--font-size-s);
  font-weight: var(--font-medium);
  letter-spacing: calc(1px + 0.01vw);
  font-family: var(--font-gabarito);
}
.simpletextbloc h2 {
  line-height: 1.1;
  letter-spacing: calc(1px + 0.01vw);
  font-family: var(--font-gabarito);
  font-weight: var(--font-semibold);
  font-size: var(--font-size-xm);
  margin: var(--space-xsmall) 0 8px 0;
}
.simpletextbloc h3,
.simpletextbloc h4,
.simpletextbloc h5,
.simpletextbloc h6 {
  font-size: var(--font-size-m);
  letter-spacing: calc(1px + 0.01vw);
  font-family: var(--font-gabarito);
  margin: 12px 0 6px 0;
}
.supertext {
  font-size: var(--font-size-m);
  letter-spacing: calc(1px + 0.01vw);
  font-family: var(--font-gabarito);
}
.microtitle {
  font-size: var(--font-size-xxs);
  display: table;
  width: auto;
  height: auto;
  position: relative;
  letter-spacing: calc(6px + 0.02vw);
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-weight: 800;
}
.microtitle::before {
  content: "";
  position: absolute;
  width: calc(30px + 1vw);
  height: 1px;
  background-color: var(--color-primary);
  top: 50%;
  left: calc(-70px - 0.12vw);
  transform: translateY(-50%);
}
.microtitle::after {
  content: "";
  position: absolute;
  width: calc(30px + 1vw);
  height: 1px;
  background-color: var(--color-primary);
  top: 50%;
  right: calc(-64px - 0.12vw);
  transform: translateY(-50%);
}
.minititle {
  line-height: 1.1;
  letter-spacing: calc(1px + 0.01vw);
  font-family: var(--font-londrina);
  font-weight: var(--font-medium);
  font-size: var(--font-size-s);
}
.mediumtitle {
  line-height: 1.1;
  font-weight: 500;
  font-size: var(--font-size-m);
  letter-spacing: calc(1px + 0.01vw);
  font-family: var(--font-secondary);
}
.normaltitle {
  line-height: 1.1;
  letter-spacing: calc(1px + 0.01vw);
  font-family: var(--font-londrina);
  font-weight: var(--font-regular);
  font-size: var(--font-size-l);
}
.bigtitle {
  font-size: var(--font-size-xl);
  line-height: calc(var(--line-height-xl) + 0.3vw);
  letter-spacing: calc(2px + 0.02vw);
  font-family: var(--font-tertiary);
}
.supertitle {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  letter-spacing: calc(1px + 0.02vw);
  font-family: var(--font-secondary);
}
.megatitle {
  font-family: var(--font-londrina);
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  font-weight: var(--font-medium);
  letter-spacing: calc(2px + 0.02vw);
}
.ultratitle {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  letter-spacing: calc(2px + 0.02vw);
  font-family: var(--font-secondary);
}
.colorwhite {
  color: white;
}
.colorblack {
  color: black;
}
.colorprimary {
  color: var(--color-primary);
}
.colorsecondary {
  color: var(--color-secondary);
}
.colortertiary {
  color: var(--color-tertiary);
}
.pagebloc {
  box-shadow: 0 0 12px #0000002b;
  border-radius: 10px;
}
.dailyVerses.bibleVerse {
  pointer-events: none;
}
.dailyVerses.bibleVerse a {
  color: white;
}
.tupper {
  text-transform: uppercase;
}

/* 404 */
.notfoundcontainer {
  height: 100vh;
  background: linear-gradient(to bottom, #fbac86, var(--color-secondary));
  overflow: hidden;
  display: block;
  position: relative;
  top: 0px;
}
.sun {
  z-index: 6;
  position: absolute;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  right: 10%;
  top: 14%;
  box-shadow: 0px 0px 50px #fff;
}
.layer {
  z-index: 1;
  width: 100%;
  height: calc(100vh - calc(4% + 298px));
  display: block;
  position: absolute;
}
.mountain_b {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 30px;
  transform: rotateZ(-45deg);
  bottom: -175px;
  left: -2%;
  background: linear-gradient(to bottom left, #FDDABF, #fbac86);
}
.mountain_b:nth-of-type(2) {
  bottom: -252px;
  left: 10%;
}
.mountain_b:nth-of-type(3) {
  bottom: -280px;
  left: 50%;
  border-radius: 64px;
}
.mountain_b:nth-of-type(4) {
  bottom: -260px;
  left: 55%;
  border-radius: 54px;
}
.mountain_s {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #FCB895;
  border-radius: 30px;
  transform: rotateZ(-25deg);
  bottom: -196px;
  left: -4%;
}
.mountain_s::after {
  content: "";
  position: absolute;
  background: #FCB895;
  width: 200px;
  height: 200px;
  border-radius: 30px;
  transform: rotateZ(50deg);
  top: 30px;
  left: 70px;
}
.mountain_s:nth-of-type(2) {
  bottom: -162px;
  left: 15%;
}
.mountain_s:nth-of-type(3) {
  bottom: -212px;
  left: 40%;
}
.mountain_s:nth-of-type(4) {
  bottom: -196px;
  left: 60%;
}
.mountain_s:nth-of-type(5) {
  bottom: -176px;
  left: 93%;
  background: #ffc6a9;
}
.mountain_s:nth-of-type(5)::after {
  background: #ffc6a9;
}
.mountain_l {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 36px;
  transform: rotateZ(-45deg);
  bottom: -392px;
  left: -238px;
  background: linear-gradient(to bottom left, #ffd6b7, #ffb38f);
}
.earth {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 101%;
  height: calc(4% + 298px);
  background: linear-gradient(to bottom, var(--color-primary), var(--color-tertiary));
  overflow: hidden;
  transform: translateX(-50%);
  perspective: 100px;
  box-shadow: inset 0px 10px 30px -10px #4B3757;
}
.notfoundtext {
  text-decoration: none;
  z-index: 2;
  background: -webkit-linear-gradient(#ffa87f, #f9ecec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fbac86;
  width: auto;
  height: auto;
  text-align: center;
  font-size: clamp(600px,48vw,1400px);
  font-weight: var(--font-medium);
  line-height: clamp(600px,48vw,1400px);
  letter-spacing: 0;
  font-family: var(--font-londrina);
  display: block;
  position: absolute;
  bottom: calc(4% + 298px);
  left: 50%;
  transform: translate(-50%, 36%);
  pointer-events: none;
}
.notfoundverse {
  width: auto;
  height: auto;
  bottom: calc(4% + 482px);
  color: var(--color-tertiary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 8;
  position: absolute;
  left: 240px;
}
.notfoundverse span {
  font-size: var(--line-height-xl);
  font-weight: var(--font-medium);
  line-height: var(--line-height-xl);
  letter-spacing: 0;
  font-family: var(--font-gabarito);
  text-align: left;
  margin: 0;
}
.notfoundverse span:nth-child(2) {
  margin: 0 0 0 58px;
}
.notfoundverse span:nth-child(3) {
  margin: 0 0 calc(6px + 0.28vw) 126px;
}
.notfoundverse span.versesource {
  font-family: var(--font-averia);
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  font-weight: var(--font-medium);
  letter-spacing: calc(2px + 0.02vw);
  width: 100%;
  text-align: right;
}
.notfoundhelp {
  width: calc(100% - var(--space-normal));
  height: calc(4% + 298px);
  bottom: 0;
  color: var(
  --color-tertiary);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.notfoundhelp .ev_button {
  width: 188px;
  height: calc(12px + 0.12vw);
  align-items: center;
  margin-right: calc(16px + 0.55vw);
  margin-bottom: auto;
}
.notfoundhelp #searchform {
  width: calc(188px + calc(22px + 0.08vw)*2);
  height: auto;
  margin-bottom: auto;
}
.notfoundhelp p {
  margin: auto 0 calc(16px + 0.5vw) 0;
}
.notfoundhelp #searchform .search-field,
.notfoundhelp #searchform .enter {
  width: calc(100% - calc(12px + 0.08vw)*2);
  height: calc(12px + 0.12vw);
  color: var(--color-primary);
  background-color: var(--color-secondary);
  text-decoration: none;
  border-radius: 3px;
  padding: calc(14px + 0.05vw) calc(12px + 0.08vw);
  font-size: calc(var(--font-size-s) + 2px);
  line-height: var(--line-height-s);
  font-weight: var(--font-regular);
  border: 1px solid var(--color-primary);
  font-family: var(--font-averia);
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 calc(8px + 0.2vw) 0;
  color: var(--color-primary);
}
.notfoundhelp #searchform .enter {
  margin: 0;
  height: calc(calc(12px + 0.12vw) + calc(14px + 0.05vw)*2);
  padding: 0 calc(12px + 0.08vw);
  width: 100%;
  cursor: pointer;
}
#searchform .enter:hover {
  color: white;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  transition: 0.25s;
}

/* SEARCHFORM */
.searchcontainer {
  width: calc(100% - var(--space-normal)*2);
  height: auto;
  min-height: calc(100px + 16vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: var(--header-height);
  padding: 0 var(--space-normal);
  background-color: var(--color-secondary);
}
.searchcontainer h2 {
  font-family: var(--font-londrina);
  font-size: var(--font-size-l);
  line-height: var(--line-height-l);
  font-weight: var(--font-medium);
  letter-spacing: calc(2px + 0.02vw);
  color: var(--color-tertiary);
}
.searchcontainer p,
.searchcontainer li a {
  color: var(--color-tertiary);
  text-decoration: none;
  font-size: var(--font-size-s);
  font-weight: var(--font-medium);
  letter-spacing: calc(1px + 0.01vw);
  font-family: var(--font-gabarito);
}
body.search-results footer {
  margin-top: 0;
}

/* Singles */
.introbloc {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: var(--header-height);
}
.introbloctitle {
  margin-top: 0;
  margin-bottom: var(--space-xxsmall);
  font-size: var(--font-size-xl);
  line-height: calc(var(--line-height-xl) + 0.28vw);
}
.introbloc .minititlehome {
  max-width: calc(400px + 4vw);
  margin-top: var(--space-xxsmall);
}

/* Calendar */
.calendar {
  display: grid;
  width: 100%;
  /*grid-template-columns: repeat(7, minmax(120px, 1fr));*/
  grid-template-rows: 50px;
  grid-auto-rows: 120px;
  overflow: auto;
}
.calendar-container {
  width: 100%;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  max-width: 1000px;
}
.calendar-header {
  text-align: center;
  padding: 20px 0;
  background: linear-gradient(to bottom, #fafbfd 0%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 1px solid rgba(166, 168, 179, 0.12);
}
.calendar-header span.monthcalendar {
  margin: 0;
  font-size: 18px;
}
.calendar-header p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.calendar-header button {
  background: 0;
  border: 0;
  padding: 0;
  color: rgba(81, 86, 93, 0.7);
  cursor: pointer;
  outline: 0;
}
.day {
  border-bottom: 1px solid rgba(166, 168, 179, 0.12);
  border-right: 1px solid rgba(166, 168, 179, 0.12);
  text-align: right;
  padding: 14px 20px;
  letter-spacing: 1px;
  font-size: 12px;
  box-sizing: border-box;
  color: #98a0a6;
  position: relative;
  pointer-events: none;
  z-index: 1;
}
.day:nth-of-type(7n + 7) {
  border-right: 0;
}
.day:nth-of-type(n + 1):nth-of-type(-n + 7) {
  grid-row: 2;
}
.day:nth-of-type(n + 8):nth-of-type(-n + 14) {
  grid-row: 3;
}
.day:nth-of-type(n + 15):nth-of-type(-n + 21) {
  grid-row: 4;
}
.day:nth-of-type(n + 22):nth-of-type(-n + 28) {
  grid-row: 5;
}
.day:nth-of-type(n + 29):nth-of-type(-n + 35) {
  grid-row: 6;
}
.day:nth-of-type(7n + 1) {
  grid-column: 1/1;
}
.day:nth-of-type(7n + 2) {
  grid-column: 2/2;
}
.day:nth-of-type(7n + 3) {
  grid-column: 3/3;
}
.day:nth-of-type(7n + 4) {
  grid-column: 4/4;
}
.day:nth-of-type(7n + 5) {
  grid-column: 5/5;
}
.day:nth-of-type(7n + 6) {
  grid-column: 6/6;
}
.day:nth-of-type(7n + 7) {
  grid-column: 7/7;
}
.day-name {
  text-transform: uppercase;
  color: #99a1a7;
  text-align: center;
  border-bottom: 1px solid rgba(166, 168, 179, 0.12);
  line-height: 50px;
}
.day--disabled {
  color: rgba(152, 160, 166, 0.6);
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  cursor: not-allowed;
}
.task {
  border-left-width: 3px;
  padding: 8px 12px;
  margin: 10px;
  border-left-style: solid;
  font-size: 14px;
  position: relative;
}
.task--warning {
  border-left-color: #fdb44d;
  grid-column: 4/span 3;
  grid-row: 3;
  background: #fef0db;
  align-self: center;
  color: #fc9b10;
  margin-top: -5px;
}
.task--danger {
  border-left-color: #fa607e;
  grid-column: 2/span 3;
  grid-row: 3;
  margin-top: 15px;
  background: rgba(253, 197, 208, 0.7);
  align-self: end;
  color: #f8254e;
}
.task--info {
  border-left-color: #4786ff;
  grid-column: 6/span 2;
  grid-row: 5;
  margin-top: 15px;
  background: rgba(218, 231, 255, 0.7);
  align-self: end;
  color: #0a5eff;
}
.task--primary {
  background: #4786ff;
  border: 0;
  border-radius: 4px;
  grid-column: 3/span 3;
  grid-row: 4;
  align-self: end;
  color: #fff;
  box-shadow: 0 10px 14px rgba(71, 134, 255, 0.4);
}
.task__detail {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background: #fff;
  border: 1px solid rgba(166, 168, 179, 0.2);
  color: #000;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.task__detail:after, .task__detail:before {
  bottom: 100%;
  left: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.task__detail:before {
  border-bottom-color: rgba(166, 168, 179, 0.2);
  border-width: 8px;
  margin-left: -8px;
}
.task__detail:after {
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.task__detail h2 {
  font-size: 15px;
  margin: 0;
  color: #51565d;
}
.task__detail p {
  margin-top: 4px;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
  color: rgba(81, 86, 93, 0.7);
}
.day--today {
  color: #000;
  font-weight: 600;
}
.day--today::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 3px solid #ff0000ad;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

/* Special Blocs & Headers */
body:not(.home) header {
  background-color: var(--color-secondary);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  transition: 0.2s;
}
body.error404 header:not(.smallnav) {
  background-color: transparent;
  box-shadow: unset;
}
body:not(.home) .sidebar {
  top: calc(var(--header-height) + var(--space-small) + 18px);
}
body:not(.home) .introbloc {
  margin-top: calc(var(--header-height) + var(--space-small) + 18px);
}

/*************************
**** MAIN STYLE | END ****
*************************/

/******************************
**** MEDIA QUERIES | BEGIN ****
******************************/

@media screen and (max-width: 1920px) {
  .introscreen_content {
    left: calc(var(--space-normal));
  }
  .introscreenblocbg {
    right: var(--space-small);
  }
  .introscreen_img_deco2 {
    right: var(--space-small);
  }
  .introscreen_img {
    right: var(--space-small);
  }
  .introscreen_img_deco {
    right: calc(var(--space-small)*2);
  }
  .introscreenblocbg2 {
    right: var(--space-small);
  }
  .sidebar {
    width: calc(calc(180px + 16vw) - calc(2*var(--space-normal)));
  }
  body.single .sidebar {
    right: calc(var(--space-small) * 2 * -1);
  }
}

@media screen and (max-width: 1450px) {
  .posts_single {
    width: 30%;
  }
  .posts_container .ispost:nth-child(3) {
    display: none;
  }
  .sidebar {
    width: calc(calc(150px + 16vw) - calc(2*var(--space-normal)));
  }
  .textimg,
  .contact {
    flex-direction: column;
  }
  .contact_bloc,
  .contact_bloc2,
  .textimg_bloc {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .firstbanner_title {
    width: calc(100% - var(--space-normal) * 2) !important;
  }
  .notfoundtext {
    font-size: clamp(190px,66vw,1400px);
    line-height: clamp(190px,66vw,1400px);
  }
  .notfoundverse span:nth-child(3) {
    margin: 0 0 calc(6px + 0.28vw) 83px;
  }
  .notfoundverse span:nth-child(2) {
    margin: 0 0 0 38px;
  }
  .notfoundverse {
    left: 284px;
  }
  .notfoundverse span {
    font-size: var(--line-height-l);
    line-height: var(--line-height-l);
  }
  section.page {
    width: calc(100% - var(--space-normal)* 2) !important;
    margin-left: var(--space-normal);
    margin-right: var(--space-normal);
  }
  .sidebar {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .posts_container {
    flex-wrap: wrap;
  }
  .posts_single {
    width: calc(49.5% - var(--space-small));
  }
  .posts_container .posts_single:nth-child(2) {
    margin-right: 15px;
  }
  .posts_single:not(.ispost) {
    margin-left: 15px;
  }
  .layer .mountain_b:first-of-type,
  .layer .mountain_b:last-of-type {
    bottom: -296px;
  }
}

@media screen and (max-width: 959px) {
  .pagelinks_main_bloc {
    width: 100%;
    margin: 14px 0;
  }
  .pagelinks_main_bloc img {
    max-height: calc(20px + 40vw);
   }
  .posts {
    padding: calc(32px + 1.75vw) calc(var(--space-small) - 15px) var(--space-small) calc(var(--space-small) - 15px);
  }
  .notfoundverse span {
    font-size: var(--line-height-m);
    line-height: var(--line-height-m);
  }
  .notfoundverse {
    left: 234px;
  }
  .notfoundverse span:nth-child(2) {
    margin: 0 0 0 24px;
  }
  .notfoundverse span:nth-child(3) {
    margin: 0 0 calc(6px + 0.28vw) 57px;
  }
  .mountain_l {
    left: -314px;
  }
  .splide_infocards.splide {
    margin: calc(110px + 1.9vw) 0 var(--space-small) 0;
  }
  .splide_infocards .splide__pagination {
    height: calc(87px + 1.5vw);
    top: calc(-102px - 0.8vw);
  }
  .splide_infocards .splide__pagination li {
    width: 49%;
    height: 40%;
    margin: 0;
  }
  .introscreen_img_deco2,
  .introscreen_img,
  .introscreen_img_deco,
  .introscreenblocbg,
  .forintroscreenblocbg2 {
    display: none;
  }
  .introscreen_content {
    width: 100%;
  }
  .introscreen_content_intro {
    width: calc(100% - var(--space-normal)*2);
  }
  .minititlehome {
    font-size: var(--font-size-m);
  }
  .introscreen_content_intro_introtitle {
    width: calc(100% - var(--space-normal)*2);
    max-width: unset;
  }
  .introscreen_content_intro_introtext {
    width: calc(100% - var(--space-normal)*2);
    max-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .day--today::after {
    top: 1px;
    right: 2px;
    width: 22px;
    height: 22px;
    border: 2px solid #ff0000ad;
  }
  .day {
    padding: 6px;
    font-size: 10px;
  }
  .day-name {
    font-size: 11px;
    line-height: 20px;
  }
  .calendar {
    grid-template-rows: 20px;
    grid-auto-rows: 50px;
  }
  .splide_dotslider .splide__pagination {
    display: none;
  }
  .splide_infocards .splide__arrow--next,
  .splide_infocards .splide__arrow--prev {
    display: none;
  }
  .splide_dotslider .splide__arrow--next {
    background: transparent;
    right: -10px;
    height: 70px;
    width: 35px;
  }
  .splide_dotslider .splide__arrow--prev {
    background: transparent;
    left: -10px;
    height: 70px;
    width: 35px;
  }
  .splide_dotslider .splide__arrow svg {
    height: 100%;
    width: 100%;
  }
  .splide_dotslider .splide__track {
    margin: 0 auto;
    width: calc(100% - 50px);
  }
  .timeline_line_pictures, .timeline_main_bloc {
    width: 100%;
  }
  .timeline_main .timeline_main_mainbloc:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .timeline_line {
    display: none;
  }
  .wpcf7-form p:nth-child(2),
  .wpcf7-form p:nth-child(3) {
    width: 100%;
    margin-right: 0;
  }
  .posts_single {
    width: calc(50% - 20px);
  }
  .posts_single:not(.ispost) {
    width: calc(100% - 30px);
    margin-right: 15px;
  }
  .mountain_s:nth-of-type(5) {
    bottom: -248px;
  }
  .notfoundhelp {
    height: 230px;
  }
  .earth {
    height: 230px;
  }
  .sun {
    width: 50px;
    height: 50px;
    right: 22%;
    top: 6%;
  }
  .notfoundverse {
    bottom: 268px;
  }
  .notfoundverse {
    left: 100px;
  }
  .introscreen_content_intro,
  .introscreen_content_intro_introtitle,
  .introscreen_content_intro_introtext {
    width: 100%;
   }
  .introscreen_content {
    padding: var(--space-normal) 0 0 0;
    height: auto;
    position: relative;
    left: unset;
    top: unset;
  }
  .introscreenbloc {
    position: relative;
    top: unset;
    left: unset;
    padding: var(--header-height) var(--space-medium) var(--space-medium) var(--space-medium);
    width: calc(100% - var(--space-medium) * 2);
  }
  .introscreen {
    height: auto;
    max-height: unset;
  }
  .introscreenbloc {
    height: auto;
  }
  .splide__slide {
    flex-direction: column;
    height: fit-content !important;
  }
  .splide_text {
    padding: var(--space-small);
    width: calc(100% - var(--space-small) - var(--space-small));
    margin: 0;
  }
  .splide_img {
    width: calc(100% - var(--space-small) - var(--space-small));
    margin: 0;
  }
  .itemgrid_body.itemgrid_body--two-lines2 .itemgrid_body_item, .itemgrid_body.itemgrid_body--one-line .itemgrid_body_item, .itemgrid_body.itemgrid_body--two-lines1 .itemgrid_body_item {
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 575px) {
  .posts_single {
    margin-left: 15px;
    width: calc(100% - 30px);
    margin-right: 15px;
  }
  .notfoundhelp #searchform .search-field {
    text-align: center;
  }
  .notfoundhelp .ev_button {
    margin: 0;
    width: 100%;
  }
  .notfoundhelp #searchform {
    width: 100%;
  }
  .mountain_l {
    bottom: -662px;
  }
  .footerdiv1,
  .footerdiv2 {
    padding: 0 var(--space-normal) !important;
    height: auto !important;
    width: calc(100% - var(--space-normal)*2) !important;
  }
  .mountain_s:nth-of-type(2) {
    display: none;
  }
  .mountain_b:nth-of-type(2) {
    bottom: -280px;
  }
  .notfoundverse span {
    letter-spacing: -0.25px;
    font-size: 18px;
    line-height: 18px;
  }
  .notfoundverse {
    left: var(--space-normal);
  }
  .splide_infocards.splide {
    margin: calc(206px + 1.5vw) 0 var(--space-small) 0;
  }
  .splide_infocards .splide__pagination {
    height: calc(150px + 6vw);
    top: calc(-188px - 0.8vw);
    width: 100%;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    margin: 0;
  }
  .splide_infocards .splide__pagination li {
    width: 100%;
    height: 22%;
  }
}

@media screen and (max-width: 480px) {
  .notfoundverse span:nth-child(3),
  .notfoundverse span:nth-child(2) {
    margin: 0;
  }
}

@media screen and (max-height: 600px) {
  .notfoundverse {
    display: none;
  }
}

/****************************
**** MEDIA QUERIES | END ****
****************************/