/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Padding ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor;
}

/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "TT Chocolates";
  src: url("../fonts/TT_Chocolates_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Chocolates";
  src: url("../fonts/TT_Chocolates_DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
html.overflow {
  overflow: hidden;
}
html {
  background-color: #FFFFFF;
  color: #000000;
}
html::-webkit-scrollbar {
  width: 0 !important;
}
html {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available;
}

body.overflow {
  overflow: hidden;
}
body {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
body {
  font-family: "TT Chocolates", sans-serif;
  font-weight: 500;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.tc-view {
  min-height: calc(100dvh - 95px);
}
.admin-bar .tc-view {
  min-height: calc(100dvh - 95px - 32px);
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1325px;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex > * {
  width: 50%;
}

.mobile {
  display: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.desktop {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.bg_white {
  background-color: #FFFFFF;
}

.bg_dark {
  background-color: #000000;
}

a.link {
  color: #FFFFFF;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  align-items: center;
  transition: all 0.3s;
}
a.link svg {
  margin-left: 12px;
}
a.link svg path {
  transition: all 0.3s;
}

.title_top {
  padding-right: 40%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .title_top {
    padding-right: 0%;
  }
}
.title_top .txt {
  /* -- @include break(mobile)-- */
}
.sec-padding_grand {
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_grand {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sec-padding_petit {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_petit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sec-padding_petit .title_top {
  padding-bottom: 42px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_petit .title_top {
    padding-bottom: 32px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
.popup .inner {
  position: absolute;
  width: 80%;
  height: 80vh;
  transform-origin: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.popup .video_wrap {
  pointer-events: all;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.popup .video_wrap iframe,
.popup .video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.popup .close span {
  font-style: italic;
}
.popup .close svg path {
  transition: all 0.4s;
}
.popup .close:hover {
  color: #FFFFFF;
}
.popup .close:hover svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.popup .bg {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 20px;
  gap: 20px;
  padding-left: 60px;
  padding-right: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .grid-8 {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 30px;
    padding-right: 30px;
  }
}
.grid-8 {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .grid-8 {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 10px;
    padding-right: 10px;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 80px;
  gap: 80px;
  padding-left: 60px;
  padding-right: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .grid-4 {
    gap: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.grid-4 {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  pointer-events: all;
  cursor: pointer;
}
#preloader.is-done {
  pointer-events: none;
}
#preloader .preloader-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
#preloader .preloader-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#preloader .preloader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
#preloader .preloader-logo img {
  width: 18.47vw;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  #preloader .preloader-logo img {
    width: 50vw;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.admin-bar header {
  top: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .admin-bar header {
    top: 46px;
  }
}
header .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 81px;
  padding: 35px 60px;
  position: relative;
  z-index: 2;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  header .header-main {
    padding: 20px 20px;
    height: auto;
  }
}
header .burger {
  width: 20px;
  height: 15px;
  position: relative;
  cursor: pointer;
}
header .burger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #000000;
  position: absolute;
  left: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .burger span:nth-child(1) {
  top: 0;
}
header .burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .burger span:nth-child(3) {
  bottom: 0;
}
header.menu-open .burger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header.menu-open .burger span:nth-child(2) {
  opacity: 0;
}
header.menu-open .burger span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
header .header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
header .header-logo img {
  width: 151px;
  height: auto;
  display: block;
}
header .header-socials {
  display: flex;
  align-items: center;
  gap: 17px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  header .header-socials {
    gap: 10px;
  }
}
header .header-socials a {
  display: flex;
  align-items: center;
}
header .header-socials a img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .menu-fullpage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: hidden;
}
header .menu-fullpage.is-open {
  pointer-events: all;
}
header .menu-panel {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 1;
}
header .menu-panel--left {
  left: 0;
  transform-origin: top;
  transform: scaleY(0);
}
header .menu-panel--left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
header .menu-panel--right {
  right: 0;
  transform-origin: bottom;
  transform: scaleY(0);
}
header .menu-panel--right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
header .menu-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 60px;
  max-width: 75%;
  position: relative;
  z-index: 2;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  header .menu-nav {
    flex-direction: column;
    gap: 100px;
    padding: 0 20px;
  }
}
header .menu-nav a {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 20%;
  color: #000000;
  opacity: 0;
}
header .menu-nav a:hover {
  opacity: 0.5;
}

body.home header:not(.menu-open) .burger span {
  background-color: #FFFFFF;
  transition: background-color 0.3s, all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.home header:not(.menu-open) .header-logo img,
body.home header:not(.menu-open) .header-socials img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}

footer {
  background-color: #FFFFFF;
  padding: 20px 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 10px;
  }
}
footer .footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
footer .footer-logo {
  height: 20px;
  width: auto;
  display: block;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #000000;
}
footer .footer-bottom a {
  color: #000000;
  transition: opacity 0.3s;
}
footer .footer-bottom a:hover {
  opacity: 0.5;
}
footer .footer-bottom span {
  color: #000000;
}
footer .footer-bottom {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom {
    display: block;
    text-align: center;
    line-height: 1.8;
  }
  footer .footer-bottom a, footer .footer-bottom span {
    display: inline;
  }
}

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

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

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

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.btn-primary {
  /* -- @include break(mobile)-- */
}
body.home {
  overflow: hidden;
  height: 100dvh;
}

.tc-view.template-home {
  height: 100dvh;
  min-height: 0;
  min-height: initial;
  position: relative;
  overflow: hidden;
}

.home-slideshow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-slideshow .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.home-slideshow .slide.is-active {
  opacity: 1;
}
.home-slideshow .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em;
}
.quatre-cent-quatre h2 {
  font-size: 2.5em;
}

.template-about .about-hero {
  padding-top: 160px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-about .about-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.template-about .about-image {
  grid-column: 2/4;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-about .about-image {
    grid-column: 1/-1;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.template-about .about-image img {
  width: 100%;
  height: auto;
  display: block;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-about .about-image img {
    width: 196px;
    height: 192px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.template-about .about-content {
  grid-column: 4/8;
  padding-left: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-about .about-content {
    grid-column: 1/-1;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.template-about .about-content h1 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 20%;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-about .about-content h1 {
    text-align: center;
    margin: 0 0 30px 0;
  }
}
.template-about .about-content .about-text {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 3%;
}
.template-about .about-content .about-text p {
  margin: 0 0 20px 0;
}
.template-about .about-content .about-text p:last-child {
  margin-bottom: 0;
}

.template-contact {
  padding-top: 140px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-contact {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.template-contact .contact-intro {
  text-align: center;
  padding: 0 60px 60px;
  font-size: 13px;
  line-height: 18px;
}
.template-contact .contact-intro strong {
  font-weight: normal;
  letter-spacing: 20%;
  line-height: 18px;
  text-transform: uppercase;
}
.template-contact .contact-intro {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-contact .contact-intro {
    padding: 0 60px 40px;
  }
}
.template-contact .contact-body {
  align-items: start;
}
.template-contact .contact-infos {
  grid-column: 1/2;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-contact .contact-infos {
    grid-column: 1/-1;
    margin-bottom: 40px;
    text-align: center;
  }
}
.template-contact .contact-infos .contact-address {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 3%;
  margin: 0 0 20px 0;
}
.template-contact .contact-infos .contact-phone,
.template-contact .contact-infos .contact-mail {
  display: block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 3%;
}
.template-contact .contact-form {
  grid-column: 2/8;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-contact .contact-form {
    grid-column: 1/-1;
    padding-left: 0;
    padding-right: 0;
  }
}
.template-contact .contact-form .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-contact .contact-form .wpcf7-form {
    gap: 40px;
  }
}
.template-contact .contact-form .form-row {
  width: 100%;
  display: flex;
  gap: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-contact .contact-form .form-row {
    gap: 40px;
  }
}
.template-contact .contact-form .form-row p br {
  display: none;
}
.template-contact .contact-form .form-row {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-contact .contact-form .form-row {
    flex-direction: column;
  }
}
.template-contact .contact-form .form-half {
  flex: 1;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-contact .contact-form .form-half {
    flex: none;
    width: 100%;
  }
}
.template-contact .contact-form .form-full {
  width: 100%;
}
.template-contact .contact-form .form-full p br {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-contact .contact-form .form-full p br {
    display: none;
  }
}
.template-contact .contact-form .form-bottom {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-end;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-contact .contact-form .form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.template-contact .contact-form .form-message {
  flex: 1;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-contact .contact-form .form-message {
    width: 100%;
  }
}
.template-contact .contact-form .form-submit {
  flex-shrink: 0;
  position: relative;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-contact .contact-form .form-submit {
    display: flex;
    margin-left: auto;
    margin-right: 0;
  }
}
.template-contact .contact-form label {
  display: block;
  font-size: 13px;
  letter-spacing: 3%;
  line-height: 24px;
  margin-bottom: 10px;
}
.template-contact .contact-form label span {
  color: #8C8C8C;
}
.template-contact .contact-form input[type=text],
.template-contact .contact-form input[type=email],
.template-contact .contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 8px 0;
  font-size: 14px;
  background: transparent;
  outline: none;
  font-family: "TT Chocolates", sans-serif;
  font-weight: 500;
  color: #000000;
  resize: none;
}
.template-contact .contact-form input[type=text]::-moz-placeholder, .template-contact .contact-form input[type=email]::-moz-placeholder, .template-contact .contact-form textarea::-moz-placeholder {
  color: transparent;
}
.template-contact .contact-form input[type=text]::placeholder,
.template-contact .contact-form input[type=email]::placeholder,
.template-contact .contact-form textarea::placeholder {
  color: transparent;
}
.template-contact .contact-form textarea {
  height: 150px;
}
.template-contact .contact-form input[type=submit] {
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  padding: 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 20%;
  line-height: 24px;
  cursor: pointer;
  font-family: "TT Chocolates", sans-serif;
  font-weight: 500;
  transition: opacity 0.3s;
  white-space: nowrap;
  height: 24px;
}
.template-contact .contact-form input[type=submit]:hover {
  opacity: 0.7;
}
.template-contact .contact-form .wpcf7-form-control-wrap {
  display: flex;
}
.template-contact .contact-form .wpcf7-not-valid-tip {
  font-size: 11px;
  color: red;
  margin-top: 4px;
}
.template-contact .contact-form .wpcf7-response-output {
  width: 100%;
  font-size: 13px;
  margin: 10px 0 0;
  padding: 10px 0;
  border: none;
}
.template-contact .contact-form .wpcf7-spinner {
  position: absolute;
  top: -70%;
  left: 0;
}

.template-projets {
  padding-top: 100px;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-projets {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.template-projets .projets-list {
  row-gap: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-projets .projets-list {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.template-projets .projet-card {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-projets .projet-card {
    grid-column: 1/-1;
  }
}
.template-projets .projet-card .card-texture,
.template-projets .projet-card .card-image {
  overflow: hidden;
}
.template-projets .projet-card .card-texture img,
.template-projets .projet-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.template-projets .projet-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #AEAEAE;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
  filter: invert(1);
}
.template-projets .projet-card .card-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  transform: translateY(-50%);
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
}
.template-projets .projet-card.card-left .card-title {
  left: 0;
}
.template-projets .projet-card.card-right .card-title {
  left: auto;
  right: 0;
}
.template-projets .projet-card:hover .card-title {
  opacity: 1;
}
.template-projets .projet-card:hover::after {
  opacity: 0.5;
}
.template-projets .projet-card {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .template-projets .projet-card {
    height: 218px;
  }
  .template-projets .projet-card .card-title {
    opacity: 1;
  }
  .template-projets .projet-card::after {
    display: none;
  }
}

.tc-view.single-projet {
  padding-top: 100px;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.tc-view.single-projet .projet-header {
  align-items: center;
  margin-bottom: 30px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .projet-header {
    padding: 15px 10px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.tc-view.single-projet .projet-back {
  grid-column: 1/2;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "TT Chocolates";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.2em;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  transition: color 0.3s;
}
.tc-view.single-projet .projet-back:hover {
  color: rgba(0, 0, 0, 0.7);
}
.tc-view.single-projet .projet-back:hover svg path {
  stroke-opacity: 0.7;
}
.tc-view.single-projet .projet-back svg {
  flex-shrink: 0;
}
.tc-view.single-projet .projet-back svg path {
  transition: stroke-opacity 0.3s;
}
.tc-view.single-projet .projet-back {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .projet-back {
    grid-column: 1/-1;
    margin-bottom: 10px;
  }
}
.tc-view.single-projet .projet-title {
  grid-column: 2/5;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 20%;
  text-transform: uppercase;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .projet-title {
    grid-column: 1/-1;
  }
}
.tc-view.single-projet .projet-gallery {
  align-items: center;
  margin-bottom: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .projet-gallery {
    margin-bottom: 100px;
  }
}
.tc-view.single-projet .gallery-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.tc-view.single-projet .gallery-arrow:hover {
  opacity: 0.5;
}
.tc-view.single-projet .gallery-arrow {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .gallery-arrow {
    display: none;
  }
}
.tc-view.single-projet .gallery-prev {
  grid-column: 2/3;
  grid-row: 1;
  justify-self: start;
  align-self: center;
  position: relative;
  z-index: 1;
  padding-left: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .gallery-prev {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
  }
}
.tc-view.single-projet .gallery-next {
  grid-column: 7/8;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  position: relative;
  z-index: 1;
  padding-right: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .gallery-next {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }
}
.tc-view.single-projet .gallery-image {
  grid-column: 2/8;
  grid-row: 1;
  padding-left: calc(9.375% - 24.375px);
  padding-right: calc(9.375% - 24.375px);
  height: 490px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .gallery-image {
    grid-column: 1/-1;
    grid-row: 1;
    padding-left: 0;
    padding-right: 0;
    height: 236px;
  }
}
.tc-view.single-projet .gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tc-view.single-projet .gallery-thumbs {
  grid-column: 2/8;
  grid-row: 2;
  margin-left: calc(9.375% - 24.375px);
  margin-right: calc(9.375% - 24.375px);
  margin-top: 20px;
  gap: 14px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .gallery-thumbs {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    gap: 10px;
  }
}
.tc-view.single-projet .gallery-thumbs {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.tc-view.single-projet .gallery-thumbs::-webkit-scrollbar {
  display: none;
}
.tc-view.single-projet .gallery-thumbs {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .gallery-thumbs {
    grid-column: 1/-1;
  }
}
.tc-view.single-projet .gallery-thumb {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
  flex-shrink: 0;
  scroll-snap-align: start;
}
.tc-view.single-projet .gallery-thumb.active, .tc-view.single-projet .gallery-thumb:hover {
  opacity: 1;
}
.tc-view.single-projet .gallery-thumb img {
  width: 80px;
  height: 51px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tc-view.single-projet .projet-nav {
  margin-top: 60px;
  align-items: center;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .projet-nav {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
  }
}
.tc-view.single-projet .projet-nav-wrap {
  display: contents;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .projet-nav-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
  }
}
.tc-view.single-projet .projet-nav-arrow {
  display: flex;
  align-items: center;
  gap: 15px;
  align-self: center;
  position: relative;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), color 0.5s ease;
}
.tc-view.single-projet .projet-nav-arrow .nav-title {
  transition: color 0.5s ease;
}
.tc-view.single-projet .projet-nav-arrow svg {
  flex-shrink: 0;
}
.tc-view.single-projet .projet-nav-arrow svg path {
  transition: stroke 0.5s ease;
}
.tc-view.single-projet .projet-nav-arrow--prev {
  grid-column: 2/3;
  grid-row: 1;
  justify-self: start;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .projet-nav-arrow--prev {
    grid-column: unset;
    grid-row: unset;
    align-self: flex-start;
    order: -1;
  }
}
.tc-view.single-projet .projet-nav-arrow--next {
  grid-column: 7/8;
  grid-row: 1;
  justify-self: end;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .projet-nav-arrow--next {
    grid-column: unset;
    grid-row: unset;
    align-self: flex-end;
    order: -1;
  }
}
.tc-view.single-projet .projet-nav-card-link {
  align-self: center;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .projet-nav-card-link {
    width: 100%;
  }
}
.tc-view.single-projet .projet-nav-wrap:has(.projet-nav-arrow--prev):hover .projet-nav-arrow--prev {
  transform: translateX(-8px);
  color: white;
}
.tc-view.single-projet .projet-nav-wrap:has(.projet-nav-arrow--prev):hover .projet-nav-arrow--prev .nav-title {
  color: white;
}
.tc-view.single-projet .projet-nav-wrap:has(.projet-nav-arrow--prev):hover .projet-nav-arrow--prev svg path {
  stroke: white;
}
.tc-view.single-projet .projet-nav-wrap:has(.projet-nav-arrow--prev):hover .projet-nav-card--prev {
  transform: translateX(calc(-7vw - 10px));
}
.tc-view.single-projet .projet-nav-wrap:has(.projet-nav-arrow--next):hover .projet-nav-arrow--next {
  transform: translateX(8px);
  color: white;
}
.tc-view.single-projet .projet-nav-wrap:has(.projet-nav-arrow--next):hover .projet-nav-arrow--next .nav-title {
  color: white;
}
.tc-view.single-projet .projet-nav-wrap:has(.projet-nav-arrow--next):hover .projet-nav-arrow--next svg path {
  stroke: white;
}
.tc-view.single-projet .projet-nav-wrap:has(.projet-nav-arrow--next):hover .projet-nav-card--next {
  transform: translateX(calc(7vw + 10px));
}
.tc-view.single-projet .projet-nav-card--prev {
  grid-column: 2/5;
  grid-row: 1;
  padding-left: calc(19.375% - 24.375px);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .projet-nav-card--prev {
    grid-column: unset;
    grid-row: unset;
    padding-left: 0;
  }
}
.tc-view.single-projet .projet-nav-card--next {
  grid-column: 5/8;
  grid-row: 1;
  padding-right: calc(19.375% - 24.375px);
  display: flex;
  justify-content: flex-end;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .projet-nav-card--next {
    grid-column: unset;
    grid-row: unset;
    padding-right: 0;
    justify-content: flex-start;
  }
}
.tc-view.single-projet .nav-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 20%;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}
.tc-view.single-projet .nav-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 248px;
  height: 148px;
  overflow: hidden;
  flex-shrink: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-projet .nav-card {
    width: 100%;
    height: 110px;
  }
}
.tc-view.single-projet .nav-card .nav-card-texture,
.tc-view.single-projet .nav-card .nav-card-image {
  overflow: hidden;
}
.tc-view.single-projet .nav-card .nav-card-texture img,
.tc-view.single-projet .nav-card .nav-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.tc-view.page-default {
  padding-top: 170px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.page-default {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.tc-view.page-default .page-title {
  grid-column: 2/7;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 20%;
  text-transform: uppercase;
  margin: 0 0 50px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.page-default .page-title {
    grid-column: 1/-1;
    margin: 0 0 40px 0;
  }
}
.tc-view.page-default .page-content {
  grid-column: 2/6;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.03em;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.page-default .page-content {
    grid-column: 1/-1;
  }
}
.tc-view.page-default .page-content p {
  margin: 0 0 20px 0;
}
.tc-view.page-default .page-content p:last-child {
  margin-bottom: 0;
}
.tc-view.page-default .page-content h2, .tc-view.page-default .page-content h3, .tc-view.page-default .page-content h4 {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  margin: 40px 0 10px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.page-default .page-content h2, .tc-view.page-default .page-content h3, .tc-view.page-default .page-content h4 {
    margin: 30px 0 10px 0;
  }
}
.tc-view.page-default .page-content h2:first-child, .tc-view.page-default .page-content h3:first-child, .tc-view.page-default .page-content h4:first-child {
  margin-top: 0;
}
.tc-view.page-default .page-content strong {
  font-weight: 700;
}
.tc-view.page-default .page-content a {
  color: #000000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.tc-view.page-default .page-content a:hover {
  opacity: 0.5;
}
.tc-view.page-default .page-content ul, .tc-view.page-default .page-content ol {
  padding-left: 20px;
  margin: 0 0 20px 0;
}
.tc-view.page-default .page-content ul li, .tc-view.page-default .page-content ol li {
  margin-bottom: 6px;
}

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