@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Calistoga&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  color: #333;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #ddd;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 992px) {
  .container {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url("images/arrows/carret.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: none;
  transform: rotate(0);
  transform-origin: center center;
  transition: all 0.5s;
  margin-left: 5px;
}

a:hover .caret {
  background-image: url("images/arrows/carret_alt.svg");
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0px 0 0;
  list-style: none;
  text-align: left;
  background-color: #da914d;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  border-bottom: 1px solid #b56b26;
  display: block;
  padding: 1em;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #666;
  background: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: #b56b26;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #ba926d;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  line-height: 1.428571429;
  color: #ccc;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #ccc;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #b56b26;
  border-color: #b56b26;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ddd #ddd #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #999;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #bcc4e5;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 992px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 992px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 0;
  border: 0 solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar .dropdown.active {
  background: #b56b26;
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -30px;
  margin-left: -30px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 27.5px 30px;
  font-size: 22px;
  line-height: 25px;
  height: 80px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -30px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin: 20px;
  background-color: transparent;
  border: none;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("images/arrows/menu.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 40px 80px;
  transition: all 0.25s;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-toggle.collapsed {
  background-position: center top;
}

.navbar-nav {
  margin: 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 27.5px;
    padding-bottom: 27.5px;
  }
}

.navbar-form {
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  padding: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-nav > li > .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #fff transparent;
  top: -15px;
  left: 15px;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-btn.btn-sm {
  margin-top: 23.5px;
  margin-bottom: 23.5px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}

.navbar-text {
  margin-top: 27.5px;
  margin-bottom: 27.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -30px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #bcc4e5;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #97a4d7;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #666;
  background: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  font-weight: 600;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    color: #666;
    border-bottom: 1px solid #b56b26;
  }
  .navbar-default .navbar-nav > li:first-child > a {
    border-top: 1px solid #b56b26;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #eee;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666;
    padding-left: 30px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    background-color: #b56b26;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eee;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #da914d;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #bcc4e5;
}
.navbar-default .navbar-link:hover {
  color: #000;
}
.navbar-default .btn-link {
  color: #bcc4e5;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #000;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #f2f2f2;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f2f2f2;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #f2f2f2;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #f2f2f2;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #bcc4e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #bcc4e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 992px) {
  .modal-dialog {
    width: 600px;
    margin: 120px auto;
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.wp-block-lazyblock-carousel {
  position: relative;
}

.carousel {
  position: relative;
  height: 25vh;
  margin: 2rem 0;
}

.carousel .citation {
  position: relative;
  text-align: center;
  font-size: 2rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
  font-style: italic;
}

.carousel .citation span {
  font-size: 1.25rem;
  display: block;
  margin-top: 10px;
  font-style: normal;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  top: 0;
  display: block;
  margin: 0 20px;
  width: 50px;
  height: 100%;
  background: url("images/arrows/carousel.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.carousel-control.right {
  left: auto;
  right: 0;
  top: 0;
  display: block;
  margin: 0 20px;
  width: 50px;
  height: 100%;
  transform: rotateY(180deg);
  background: url("images/arrows/carousel.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 999;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 30px;
  height: 0px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  box-sizing: border-box;
}
.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 1px 10px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #fff;
  background-image: none !important;
  padding: 0 !important;
}
.carousel-indicators .active {
  background-color: #b56b26;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 992px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
html,
body {
  background: #f1e7d5;
  font-family: "Segoe UI", sans-serif;
  color: #333;
  font-size: calc(18px + 0.25vw);
  line-height: 1.5;
}

a {
  color: #da914d;
  transition: color 0.5s, background-color 0.5s;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
}
a:hover, a:focus {
  color: #000;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.maincontainer p a::before, .maincontainer p a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10%;
  display: block;
  width: 100%;
  height: 1px;
  background: #da914d;
  transition: all 0.5s;
}
.maincontainer p a::before {
  transform: scaleX(0);
  transform-origin: left;
}
.maincontainer p a::after {
  transform-origin: right;
  transition-delay: 0.25s;
}
.maincontainer p a:hover::before {
  background: #000;
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.maincontainer p a:hover::after {
  background: #000;
  transform: scaleX(0);
  transition-delay: 0s;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}

.widget-container img {
  border: 0;
}

.cleaner {
  clear: both;
  float: none;
}

.aligncenter {
  display: block;
  margin: auto;
}

.entry-content {
  margin-top: 20px;
}

ul {
  margin: 0;
  padding: 0 0 0 1em;
}

.panel-body ul {
  padding: 0 0 0 1em;
}

.navbar ul {
  padding: 0;
}

.hentry li {
  position: relative;
  list-style: none;
  background-image: url("images/arrows/li.svg");
  background-repeat: no-repeat;
  background-position: 0px 12px;
  background-size: 12px 12px;
  padding: 0 20px;
}

.listebas li {
  font-size: 0.9em;
}

.entry-content li {
  list-style: none;
}

.entry-content li:before {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  font-size: 0.75em;
  margin-right: 10px;
  transform: rotate(-90deg);
}

.img {
  height: 200px;
}

.imgmarge {
  float: left;
  margin-left: -20vw;
  width: 18vw;
}

.blocfond {
  background: #ebdcc2;
  padding: 1rem;
}

.blocfond img {
  margin: 0;
}

@media screen and (max-width: 615px) {
  .imgmarge {
    float: none;
    margin-left: 0;
    width: 50vw;
  }
}
.wp-block-columns .wp-block-column.lemain {
  flex-basis: 75%;
}

.wp-block-columns .wp-block-column.lacolonne {
  flex-basis: 25%;
}

.lacolonne .widget-container {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #666;
}

.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_meta ul {
  margin: 0;
  padding: 0;
}

.widget_categories li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_meta li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}

.art_number {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #333;
  padding: 2px 5px;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
}

.widget_categories li a,
.widget_archive li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_meta li a {
  font-weight: lighter;
  display: block;
  padding: 5px 10px;
  border-radius: 0;
  background: #666;
  color: #333;
  text-decoration: none;
  line-height: 1.25;
  border-left: 5px solid #000;
}

.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover,
.widget_meta li a:hover {
  background: #000;
  color: #333;
  border-left: 5px solid #666;
}

.maincontainer {
  padding: 0;
  padding-top: 3vh;
  padding-bottom: 0;
}

.home .maincontainer {
  padding-top: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .chapeau,
.temoignagep {
    padding: 1em;
  }
}
@media screen and (max-width: 615px) {
  .wp-block-lazyblock-chapeau,
.wp-block-lazyblock-temoignage {
    margin-left: 0;
  }
}
img .alignright {
  float: right;
  margin: 0 0 0 20px;
}

img .alignleft {
  float: left;
  margin: 0 20px 0 0;
}

img .aligncenter {
  display: block;
  margin: 20px auto;
}

.wp-block-image figcaption {
  margin-top: -0.5em;
  margin-bottom: 0;
  font-size: 0.7rem;
}

hr {
  border-color: #ca772a;
}

@media screen and (max-width: 992px) {
  .lemain,
.lacolonne {
    border: 0;
  }
}
body .wp-block-column {
  position: relative;
  padding-bottom: 2rem;
}
body .wp-block-columns {
  gap: 1.5rem;
}

@media screen and (max-width: 782px) {
  body {
    font-size: calc(14px + 0.5vw);
  }
  body .wp-block-column {
    padding-bottom: 0;
  }

  .chapeau img {
    display: none;
    background: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1;
  color: #a75d4c;
  margin: 0 0 0.5rem 0;
  font-weight: 300;
}

h1 {
  font-size: calc(2.5rem + 0.8vw);
  font-weight: 400;
  margin-bottom: 1rem;
}

h2 {
  font-size: calc(1.3rem + 0.8vw);
  margin-top: 1rem;
}

h3 {
  font-size: calc(1rem + 0.8vw);
}

h4 {
  font-size: calc(1rem + 0.8vw);
}

h5 {
  font-size: calc(1rem + 0.8vw);
}

h6 {
  font-size: calc(1rem + 0.8vw);
}

.home h1 {
  display: none;
}

h2 a {
  color: #a75d4c;
}

blockquote {
  margin: 1.5em 3em;
  padding: 1em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.wp-block-pullquote {
  padding: 0;
  text-align: left;
}

.wp-block-pullquote p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
  padding: 0 2rem;
}

.chapeau {
  background: #b56b26;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  border: 1px solid #b56b26;
  margin-bottom: 2rem;
}
.chapeau p {
  margin: 0;
  line-height: 1;
}

.chapeautxt {
  font-size: 1.5em;
  color: #e5ffb3;
  line-height: 1.4;
  padding: 2rem;
}

.chapeauimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.chapeauimg_gauche {
  left: 0;
}

.chapeauimg_droite {
  right: 0;
}

p {
  line-height: 1.6;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.notes p {
  font-size: 16px;
}

h2.entry-title {
  margin: 1em 0 0.5em 0;
}

mark {
  display: inline;
  background-color: transparent !important;
  background-size: 200% 50%;
  background-image: linear-gradient(to right, #ff0 50%, rgba(0, 0, 0, 0) 50%);
  background-position: 100% 0;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

mark.active {
  animation-name: highlight;
}

@keyframes highlight {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0% 0;
  }
}
.tetiere .logo_top {
  max-width: 300px;
  display: block;
  margin: 1rem auto 0;
}
.tetiere figure a {
  display: block;
}
.tetiere img {
  max-width: 300px;
  display: block;
  margin: 1rem auto;
}
.tetiere .pfm {
  margin-bottom: 0.5rem;
  text-align: center;
}
.tetiere p {
  margin: 0;
  padding: 0;
}
.tetiere .wp-block-columns,
.tetiere .wp-block-column {
  padding: 0 0 0.5rem 0;
  margin: 0;
  text-align: center;
}
.tetiere .agences-tel p {
  line-height: 1;
}
.tetiere .agences-tel p:first-child {
  font-weight: bold;
}
.tetiere .agences-tel p:last-child {
  font-size: 1.25rem;
}
.tetiere .slogan {
  font-size: 1.5rem;
}

.ad .wp-block-columns {
  margin-bottom: 0.5rem;
  height: 100%;
}

.avis-deces {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.avis-deces .wp-block-column {
  padding: 0;
}
.avis-deces h2 {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.1;
}
.avis-deces p {
  font-size: 0.9rem;
  line-height: 1.1;
}
.avis-deces strong {
  font-size: 1rem;
}
.avis-deces .image {
  padding: 1rem 0 0 1rem;
  flex-basis: 25% !important;
}
.avis-deces .texte {
  padding: 1rem 1rem 6rem 1rem;
  text-align: center;
  position: relative;
  flex-basis: 75% !important;
}
.avis-deces.solo .texte {
  padding: 1rem 1rem 1rem 1rem;
}
.avis-deces .btn-dc {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  left: 1rem;
}

.comments .vcard {
  font-size: 0.75rem;
}
.comments h3 {
  margin: 1rem 0;
}
.comments ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments li {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
}

.dc_message {
  padding: 0;
}

@media (max-width: 782px) {
  .avis-deces .image {
    padding: 1rem 1rem 0 1rem;
  }
  .avis-deces .texte {
    padding: 1rem 1rem 5rem 1rem;
  }
  .avis-deces .btn-dc {
    position: absolute;
    bottom: 0.5rem;
  }
}
#back-to-top {
  display: block;
  width: 60px;
  height: 60px;
  transition: all 0.25s;
  position: absolute;
  bottom: 70px;
  right: 30px;
  background-color: #f1e7d5;
  background-image: url("images/arrows/a_top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  cursor: pointer;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.sidebar .collapse {
  display: block !important;
}

.supercontainer {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 11;
}

.show-sidebar {
  width: 100vw;
  overflow: hidden;
}

.sidebar .dropdown-menu {
  position: relative;
  float: none;
}

.mainoff {
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.mask {
  display: table-row;
  position: fixed;
  height: 100vh;
  width: 50vw;
  top: 0;
  left: -50vw;
  bottom: 0;
  background-color: #f1e7d5;
  opacity: 0;
  pointer-events: none;
  transition: all;
  z-index: 5;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e5ffb3;
}
.mask img {
  width: 90%;
  position: absolute;
  z-index: 9;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.show-mask {
  left: 0;
}

.gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.85;
}

.sidebar {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  height: 100%;
  width: 50vw;
  background: #fff;
  border-left: 1px solid #b56b26;
  overflow: hidden;
  transform: translate3d(50vw, 0, 0);
  transition-property: transform;
  will-change: transform;
}

.sidebar .nav {
  margin-top: 100px;
}

.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar li {
  list-style: none;
  margin: -1px 0;
  padding: 0;
}
.sidebar li a {
  display: block;
  color: #666;
  padding: 1rem 0.5rem;
  background: #fff;
  border-top: 1px solid #b56b26;
  border-bottom: 1px solid #b56b26;
  font-weight: 600;
}
.sidebar li li a {
  padding-left: 2rem;
}
.sidebar li a:hover {
  color: #000;
  background: #b56b26;
}

.hamburger {
  display: block;
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 10;
  width: 50px;
  height: 50px;
  transition-property: background-color, border-color;
}

.bar {
  display: block;
  position: absolute;
  background-color: #da914d;
  width: 90%;
  height: 0;
  border-top: 5px solid #da914d;
  margin: 0 auto;
  transition-property: transform, opacity, background-color, width;
}

.backburger {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 9;
  width: 100px;
  height: 90px;
  transform-origin: center;
  transform: scale(0%);
  background: #e5ffb3;
  transition: all 0.25s;
}

.bar:first-child {
  top: 10%;
}

.bar:nth-child(2),
.bar:nth-child(3) {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

.bar:last-child {
  bottom: 10%;
}

.hamburger:hover {
  border-color: #000;
}

.mainoff,
.sidebar,
.mask,
.hamburger,
.bar {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.show-sidebar .mainoff {
  transform: translate3d(50vw, 0, 0);
}
.show-sidebar .sidebar {
  transform: translate3d(0, 0, 0);
}
.show-sidebar .mask {
  opacity: 1;
  pointer-events: auto;
}
.show-sidebar .bar {
  background-color: #e5ffb3;
  border-top: 5px solid #e5ffb3;
}
.show-sidebar .bar:first-child,
.show-sidebar .bar:last-child {
  opacity: 0;
}
.show-sidebar .bar:nth-child(2) {
  transform-origin: center center;
  transform: rotate(45deg) scaleX(120%);
}
.show-sidebar .bar:nth-child(3) {
  transform-origin: center center;
  transform: rotate(-45deg) scaleX(120%);
}

a.plus,
.plus a,
.more-link,
.entry-summary a {
  text-decoration: none;
  display: block;
  padding: 12px 20px 10px;
  margin: auto;
  text-align: center;
  background: #da914d;
  color: #eee;
  width: auto;
  line-height: 1;
  font-weight: lighter;
  font-size: 1rem;
}
a.plus::before, a.plus::after,
.plus a::before,
.plus a::after,
.more-link::before,
.more-link::after,
.entry-summary a::before,
.entry-summary a::after {
  display: none !important;
}

a.plus:hover,
.plus a:hover,
.more-link:hover,
.entry-summary a:hover,
a.plus:focus,
.more-link:focus,
.entry-summary a:focus {
  background: #ca772a;
  color: #eee;
  text-decoration: none;
}

a.plus b {
  font-weight: 600;
}

.wp-block-column .plus a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.equal a.plus {
  position: absolute;
  bottom: 20px;
}

.button_fix .div_inner,
.button_fix .entry-content,
.button_fix .entry-summary {
  padding-bottom: 40px;
}

.button_fix a.plus,
.button_fix a.more-link {
  bottom: 20px;
}

.damenu {
  width: 100% !important;
  background: #fff;
  transition: all 0.25s;
  border-top: 1px solid #a75d4c;
  border-bottom: 1px solid #a75d4c;
  position: relative;
}

.damenu .container {
  padding: 0;
}

.headlogo a {
  width: 400px;
  height: 90px;
  background-image: url(images/climachauffe_logomin.svg);
  background-repeat: no-repeat;
  background-position: center left;
}

.navbar {
  height: auto;
}

.navbar-nav > li > a {
  padding-left: 0;
  padding-right: 0;
  font-size: calc(0.7rem + 0.4vw);
}

.navbar-nav > li {
  position: relative;
  padding: 0 1rem;
}

.navbar-nav > li:before {
  position: absolute;
  content: "▪";
  font-size: 1.5rem;
  top: 18%;
  color: #666;
  left: -0.3rem;
}

.navbar-nav > li:first-child:before {
  content: "";
}

@media screen and (max-width: 992px) {
  .navbar-header {
    max-width: 100%;
  }

  .damenu .container {
    width: 100%;
  }

  .navbar-nav > li {
    padding: 0;
  }

  .navbar-nav > li:before {
    display: none;
  }

  .navbar-nav > li > a {
    height: auto;
    padding: 25px 10px;
    position: relative;
  }

  .adroite {
    width: 100%;
  }

  #logo {
    float: left;
    position: absolute;
  }
}
.thisover {
  background-color: #f00 !important;
  top: 200%;
}

footer {
  background: #fbf8f7;
  border-top: 1px solid #a75d4c;
  position: relative;
}
footer .maincontainer {
  padding-top: 0;
}
footer .wp-block-separator {
  border: none;
  background: none;
  border-bottom: 1px solid #a75d4c;
  margin-top: 0;
}
footer .coordonnees p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #a75d4c;
}
footer img {
  margin: 0;
}
footer .col-resosoc {
  flex-basis: 25% !important;
}
footer .col-resosoc img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
footer .col-resosoc figure {
  display: inline-block;
}
footer .col-menu {
  flex-basis: 25% !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .col-menu ul,
footer .col-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
footer .col-menu li a {
  display: inline-block;
  padding: 2px 10px;
  background: #da914d;
  color: #e5ffb3;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  font-weight: normal;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}
footer .col-menu li a:hover {
  background: #b56b26;
  text-decoration: none;
  box-shadow: none;
}

footer h2 {
  color: #333;
  font-size: 1.5em;
  padding-bottom: 5px;
  border-bottom: 1px dotted #333;
}

footer .ender {
  background: #f1e7d5;
  border-top: 1px solid #a75d4c;
}
footer .ender .container {
  background: none;
}
footer .ender p {
  color: #a75d4c;
  margin: auto;
  font-size: 1em;
  text-align: left;
  padding: 0.5rem 0;
}

.footer_logo {
  width: 33%;
  padding: 10vh 0;
}

@media screen and (max-width: 992px) {
  footer .menu li {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .mid_footer .container {
    padding: 20px 10px;
  }
}
.bottommenu {
  margin: 0;
  padding: 0;
}

.bottommenu li {
  list-style: none;
}

.bottommenu li a {
  background: #da914d;
  padding: 0.25rem 0.5rem;
  color: #f1e7d5;
  margin: 2px;
}

.bottommenu li a:hover {
  background: #b56b26;
}

.tetiere p {
  color: #a75d4c;
}
.tetiere .wp-block-separator {
  border: none;
  background: none;
  border-bottom: 1px solid #a75d4c;
  margin: 0;
}

.wpcf7 br {
  display: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 .wp-block-columns {
  margin-bottom: 0;
}

textarea,
input[type=text],
input[type=email],
input {
  width: 100%;
  border-radius: 0;
  padding: 5px 10px;
  border: none;
  border: 1px solid #ca772a;
  margin-bottom: 5px;
  font-size: 1rem;
  background: #fff;
  transition: ease all 0.5s;
  color: #333;
  margin-top: 5px;
}

textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  background: #e6e6e6;
}

input[type=submit] {
  background: #da914d;
  color: #eee;
  font-weight: lighter;
  transition: background 0.3s ease;
  border: 0;
}

input[type=submit]:hover {
  background: #ca772a;
  color: #eee;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: inherit;
}

span .wpcf7-list-item {
  box-sizing: border-box;
  float: left;
  width: 45%;
  padding-right: 20px;
  border-bottom: 1px solid #ca772a;
  margin-left: 0;
  margin-right: 5%;
}

span .wpcf7-list-item:nth-child(2n) {
  padding-right: 0;
}

#captcha {
  width: 100%;
  height: 43px;
}

label {
  display: block;
  line-height: 1.25;
  font-weight: normal;
}

#s {
  border-radius: 0;
}

#form_contact {
  background: none;
  padding-top: 15px;
  border-radius: 0;
  margin-bottom: 20px;
}

#form_contact img {
  border: none;
  margin: 10px 0 0 0;
}

#submit {
  height: 80px;
}

#submitimg {
  margin-top: -60px;
}

.wpcf7 h2 {
  font-size: 2em;
  margin-top: 0.5em;
}

.wpcf7 p:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

div .wpcf7 .ajax-loader {
  margin-top: 0;
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  background-image: url("images/ajax-loader.gif");
  border-radius: 0;
}

div .wpcf7-validation-errors {
  border: none;
  background: #ff4c4c;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #333;
  text-align: center;
  z-index: 999;
}

span .wpcf7-not-valid-tip {
  background: #ff4c4c;
  color: #333;
  transition: all 0.25s;
  margin-top: -5px;
  margin-bottom: 5px;
  text-align: center;
}

div .wpcf7-response-output {
  margin: 0;
}

div .wpcf7-mail-sent-ok {
  background: #6f6;
  border: none;
  color: #000;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 999;
}

.avertissement {
  border-top: 1px dotted #ca772a;
  border-bottom: 1px dotted #ca772a;
  background: #333;
  padding: 10px;
}

.avertissement p {
  margin: 0;
}

.avertissement b {
  color: #ca772a;
}

@media screen and (max-width: 767px) {
  span .wpcf7-list-item,
span .wpcf7-list-item:nth-child(2n) {
    width: 100%;
    padding-left: 0;
    float: left;
  }

  input[type=checkbox],
input[type=radio] {
    margin-left: 0px;
  }
}
.contact .wp-block-column {
  padding-bottom: 0;
}

.jmi-gallery .clamp {
  overflow: hidden;
  height: auto;
}
.jmi-gallery img {
  transition: all 2s;
  transform-origin: center;
  margin: 0;
}
.jmi-gallery figure {
  position: relative;
}
.jmi-gallery figcaption p:first-child {
  margin: 0.5rem 0 0 0;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}
.jmi-gallery figcaption p:first-child::before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  height: 1px;
  border-top: 1px solid #333;
}
.jmi-gallery figcaption p:last-child {
  font-size: 0.9rem;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}

.btn {
  /* color: #ffffff; */
  margin: 0 3rem 2rem 0;
}

.vignette-area {
  margin: -0.5rem;
}

.projet-grid-item {
  opacity: 0;
  height: auto;
  float: left;
  margin: 0;
  color: #fff;
  width: 0;
  transform-origin: center;
  transform: scale(0);
  transition: all 0.75s;
  overflow: hidden;
}

.upup {
  width: calc(25% - 1rem);
  box-sizing: border-box;
  display: block;
  transform: scale(1);
  transition: all 0.75s;
  opacity: 1;
  margin: 0.49rem;
}

.projet-grid-item .txt {
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(244, 223, 204, 0.9);
  transition: all 0.7s;
  color: #a75d4c;
  padding: 2rem 1rem;
  font-size: 1.5rem;
  line-height: 1;
  z-index: 9;
}

.projet-grid-item .link {
  position: absolute;
  bottom: -25%;
  width: 100%;
  height: auto;
  transition: all 0.7s;
  z-index: 10;
}

.projet-grid-item a {
  background-color: #da914d;
  display: block;
  padding: 0.5rem;
  color: #333;
  background-image: url("images/arrows/a_long.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 95% center;
}

.projet-grid-item a:hover {
  background-color: #ca772a;
}

.projet-grid-item img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.projet-grid-item:hover .txt {
  top: 0;
}

.projet-grid-item:hover .link {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .upup {
    width: calc(50% - 1rem);
  }
}
.pagination {
  margin: 3px 0;
  padding: 3px 0;
  text-align: center;
}
.pagination .pages {
  display: none !important;
}
.pagination a,
.pagination span.pages,
.pagination span.dots,
.pagination span.current {
  background: #fff;
  box-shadow: none;
  border: none;
  color: #666;
  display: inline-block;
  margin: 1px 5px 1px 0;
  padding: 0.25em 0 0 0;
  font-size: 1.25em !important;
  text-decoration: none !important;
  text-shadow: none;
  border-radius: 0;
  width: 2em;
  height: 2em;
}
.pagination a:hover,
.pagination a:focus {
  background: #b56b26;
  color: #000 !important;
}
.pagination span.current {
  color: #333;
  background: #666;
}

.meta-nav,
.nav-previous,
.nav-next {
  display: none;
}

.post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #a75d4c;
}

.single .post {
  border: 0;
}

.entry-meta {
  background: #f4dfcc;
  color: #a75d4c;
  display: inline-block;
  margin: 0 0 10px;
  padding: 3px 10px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.entry-meta a {
  color: #a75d4c;
}

.entry-summary a {
  margin-top: 15px;
}

.entry-utility {
  display: none;
}

.postsnew .div_img {
  height: 200px;
  background-size: cover;
  margin: -10px -20px 20px;
  background-position: center center;
}

.post .div_img {
  height: 200px;
  background-size: cover;
  margin: 0 0 10px 0;
  background-position: center center;
  border: 1px solid #da914d;
}

.post .div_img-big {
  height: 25vh;
  background-size: cover;
  margin: 0 0 10px 0;
  background-position: center center;
  border: 1px solid #da914d;
}

@media screen and (max-width: 991px) {
  .post .div_img-big {
    height: 25vh;
    background-size: cover;
    margin: -20px -20px 10px -20px;
    border: 0;
    border-bottom: 1px solid #da914d;
  }
}
.swiper-container {
  height: calc(100vh - 90px);
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 10px;
  margin: 0 0.5rem;
  border-radius: 0 !important;
  background: #da914d;
  opacity: 0.9;
}

.swiper-pagination-bullet:last-child {
  border-right: 0;
}

.swiper-pagination-bullet-active {
  background: #ca772a;
  opacity: 1;
}

.swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-slide .container {
  padding: 1rem 2rem;
  font-size: 1.25em;
  font-weight: lighter;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.swiper-slide .container p {
  line-height: 3.5rem;
  text-align: right;
}

.swiper-slide .container p span {
  color: #333;
  padding: 1rem;
  background: #e5ffb3;
}

.swiper-slide .slidetitle {
  font-size: 2em;
  font-family: "Calistoga", cursive;
}

@media screen and (max-width: 1200px) {
  .swiper-slide {
    padding-top: 120px;
  }
}
@media screen and (min-width: 991px) {
  .swiper-slide .container.plus {
    margin: 0 30% 10px 30%;
  }
}
@media screen and (max-width: 360px) {
  .swiper-slide {
    padding-top: 40px;
  }

  .swiper-slide .container {
    font-size: 0.9em;
  }

  .swiper-slide .container .plus {
    margin: 10px 0;
  }
}
.panel-group {
  margin-bottom: 20px;
}

.panel-group.panel + .panel {
  margin-top: -1px;
}

.panel-default {
  border-color: #333;
}

.panel-default > .panel-heading {
  background-color: #b56b26;
  border-color: #333;
  font-weight: 500;
  padding: 15px;
  margin-bottom: 2px;
}

.panel-default > .panel-heading h4 {
  color: #333;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
  margin: 0;
  font-size: 1.25em;
}

.panel-heading {
  cursor: pointer;
}

.panel-heading.collapsed .accordion_ico {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("images/arrows/accordion.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(0);
  transform-origin: center center;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.5s;
}

.panel-heading .accordion_ico {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("images/arrows/accordion.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
  transform-origin: center center;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.5s;
}

.panel-body {
  padding: 1em;
  margin-top: -2px;
  margin-bottom: 2px;
  border: 1px solid #b56b26;
  background: #ebdcc2;
  border-top: 0;
}

.counters {
  background: #f4dfcc;
}

.counter {
  text-align: center;
  background: #f4dfcc;
  padding: 1rem;
}
.counter .picto {
  width: 200px;
  height: 200px;
  margin: 0 auto 1rem auto;
  background-position: center;
  background-size: cover;
}

.countervaleur {
  font-size: 1.75rem;
  color: #a75d4c;
}

.countertexte {
  font-size: 1.25rem;
  color: #a75d4c;
}

.countertalert.counter {
  background: #c00;
}
.countertalert .countervaleur,
.countertalert .countertexte {
  color: #ff8080;
}

.countertclair.counter {
  background: #f4dfcc;
}
.countertclair .countervaleur,
.countertclair .countertexte {
  color: #fefdfb;
}

.countertsombre.counter {
  background: #a05e21;
}
.countertsombre .countervaleur,
.countertsombre .countertexte {
  color: white;
}

.donuts {
  margin: 2rem 0;
}

.donut_titre {
  text-align: center;
  font-size: 2rem;
  margin: 0;
}

.progress {
  width: 100%;
  height: auto;
  margin: auto;
}

.progress svg {
  width: 100%;
  height: auto;
}

.circle-progress-value {
  stroke-width: 8px;
  stroke: #f1e7d5;
  stroke-linecap: round;
}

.circle-progress-circle {
  stroke-width: 16px;
  stroke: #f4dfcc;
}

.circle-progress-text {
  fill: #333;
  font-size: 0.7rem;
}

.donutalert .circle-progress-value {
  stroke: red;
}
.donutalert .circle-progress-circle {
  stroke: #990000;
}
.donutalert .circle-progress-text {
  fill: #c00;
}

.donutclair .circle-progress-value {
  stroke: #fefdfb;
}
.donutclair .circle-progress-circle {
  stroke: #fdf9f6;
}
.donutclair .circle-progress-text {
  fill: #fefdfb;
}

.donutsombre .circle-progress-value {
  stroke: #e4d1af;
}
.donutsombre .circle-progress-circle {
  stroke: #ecc5a1;
}
.donutsombre .circle-progress-text {
  fill: #e4d1af;
}

.parallax-window {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax-window p {
  padding: 1rem 2rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(181, 107, 38, 0.9);
  font-size: 2rem;
  position: absolute;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.home .parallax-window {
  background-position: center -60px;
}

.spacetop {
  height: 1rem;
}

.spacebottom {
  height: 2rem;
}

@media (max-width: 992px) {
  .home .parallax-window {
    background-position: center top;
    height: 40vh !important;
  }
}
.pbig {
  font-size: 5vw;
  font-weight: 300;
  font-family: "Calistoga", cursive;
  position: absolute;
  bottom: 1rem;
  left: 30px;
  line-height: 1;
  background: #e5ffb3;
  padding: 1rem 2rem;
}

.main-box-prime {
  position: relative;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}

.main-box {
  position: relative;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 75vh;
  overflow: hidden;
  background-color: #666;
}

.main-box * {
  box-sizing: border-box;
}

.box {
  background-color: #da914d;
  height: 100%;
  padding: 15px;
  border-right: 1px solid white;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  list-style: none;
  cursor: pointer;
  width: 10vw !important;
  /* box-shadow: 0 0 10px #333; */
}

.box-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #f1e7d5;
  opacity: 0;
  padding: 30px;
  box-sizing: border-box;
  transition: 0.5s;
  transform: translateY(100%);
}

.box.active {
  width: 100% !important;
  cursor: auto;
}

.box.active .box-detail {
  opacity: 1;
  transform: none;
  transition-delay: 1s;
}

.box.active .deco {
  transition-delay: 1s;
  opacity: 0;
}

.box .deco {
  height: 40%;
  background: #fff;
  width: 1px;
  color: #eee;
  transform-origin: center center;
  position: absolute;
  left: 50%;
  top: -20px;
  transition: all 0.5s;
  z-index: 5;
}

.box:hover .deco {
  top: 0;
}

.box:hover .th2 {
  top: 30px;
}

.box::before {
  content: "";
  background: #ca772a;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 2s;
  position: absolute;
  top: 0;
  left: 0;
}

.box:hover::before {
  opacity: 1;
}

.box .th2 {
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  white-space: nowrap;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 4px;
  transform: rotate(90deg);
  transform-origin: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  transition: all 0.5s;
  font-weight: 400;
  /* background: #666; */
}

.box.active .th2 {
  font-weight: 100;
  transition-delay: 0.25s;
  font-size: 5rem;
  transform: rotate(0deg);
  justify-content: center;
}

.pave_refrence {
  position: relative;
  margin-bottom: 20px;
  display: block;
  border: 1px solid #333;
}

.pave_refrence .da_texte {
  padding: 10px 20px;
}

.pave_refrenceh2 {
  color: #333;
  margin: 0 0 20px 0;
  font-style: italic;
  position: relative;
}

.pave_refrencep {
  color: #333;
  padding: 0;
}

.pave_refrencea {
  cursor: pointer;
}

.pave_refrenceimg {
  margin: 0;
  padding: 0;
}

.pave_refrence .da_image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .pave_refrence {
    width: 100% !important;
  }
}
.temoignage {
  margin: 1.5em 0;
  background: #f4dfcc;
  color: #a75d4c;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  border: 1px solid #879aa1;
  display: grid;
  grid-template-areas: "logo texte";
  grid-template-columns: 1fr 3fr;
}
.temoignage .logo {
  grid-area: logo;
  display: flex;
  text-align: center;
  background: #fff;
  padding: 1rem;
  align-items: center;
}
.temoignage img {
  margin: 0;
}
.temoignage .texte {
  grid-area: texte;
  padding: 1rem;
}
.temoignage > div {
  padding: 5px 0;
}
.temoignage.nologo {
  grid-template-areas: "texte";
  grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
  .temoignage {
    grid-template-areas: "logo" "texte";
    grid-template-columns: 1fr;
  }
}
.table_empil {
  display: table;
}

.wrapper_empil {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(60px, auto);
  grid-gap: 1rem;
  margin: auto;
}

.inner_empil {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.inner_empil .big {
  font-size: 2rem;
  color: #333;
  line-height: 1;
  font-weight: 300;
  font-family: "Calistoga", cursive;
  padding: 1rem;
  text-transform: uppercase;
}
.inner_empil.more {
  color: #a75d4c;
  line-height: 1.2;
  padding: 1rem;
}

.one {
  grid-column: 1/5;
  grid-row: 2;
  display: table;
  background: #f4dfcc;
  z-index: 11;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.two {
  grid-column: 3/6;
  grid-row: 1/7;
  background-size: cover;
}

.three {
  grid-column: 2/4;
  grid-row: 5/9;
  background-size: cover;
  background-position: center;
}
.three a {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(218, 145, 77, 0.9);
  background-image: url("images/arrows/a_long.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.25s;
}
.three a:hover {
  background-color: rgba(202, 119, 42, 0.9);
}
.three .inner_empil:hover a {
  height: 100%;
}

.four {
  grid-column: 4/7;
  grid-row: 6/8;
  background: #f4dfcc;
  color: #a75d4c;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.home #back {
  padding-top: 0;
}

.maincontainer .dainner {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin-bottom: 20px;
}

h1 .author,
h1 .page-title,
.archive-meta {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.blog .dainner,
.archive .dainner,
.single .dainner {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .maincontainer .dainner {
    padding: 10px;
  }

  .container {
    width: 95%;
  }
}
.w25,
.w50,
.w75 {
  display: block;
  margin: auto;
  max-height: 100%;
}

.w25 {
  width: 25%;
}

.w50 {
  width: 50%;
}

.w75 {
  width: 75%;
}

.vpad05 {
  padding: 0.5rem 0;
}

.vpad1 {
  padding: 1rem 0;
}

.vpad2 {
  padding: 2rem 0;
}

.match {
  display: flex;
  justify-content: center;
  align-items: center;
}

.square,
.rectangle {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.square .img,
.square div,
.rectangle .img,
.rectangle div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

.square:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.rectangle:before {
  content: "";
  display: block;
  padding-top: 130%;
}

@media (max-width: 782px) {
  .square,
.rectangle {
    width: 40%;
    margin: auto;
  }
}
.ombrage {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.ornement {
  position: relative;
}
.ornement::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 10px;
  left: 25%;
  bottom: 0;
  margin: auto;
  border-bottom: 1px solid #a75d4c;
}

.align_left {
  left: 0;
}

.align_center {
  left: 50%;
  transform: translateX(-50%);
}

.align_right {
  right: 0;
}

.align_top {
  top: 0;
}

.align_middle {
  top: 50%;
  transform: translateY(-50%);
}

.align_bottom {
  bottom: -1px;
}

.align_center.align_middle {
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.home .align_bottom {
  bottom: 5rem;
}

@media (max-width: 992px) {
  .ornement {
    position: relative;
  }
  .ornement::after {
    display: none;
  }
}
.enmarge_container {
  overflow-x: hidden;
}
.enmarge_container .blocimgmarge_right,
.enmarge_container .blocimgmarge_left {
  position: initial;
  margin: 10vh 0 0 0;
  padding: 0;
  z-index: 1;
  width: 100%;
}
.enmarge_container .blocimgmarge_right .container,
.enmarge_container .blocimgmarge_left .container {
  border-top: 10px solid #a75d4c;
  margin-top: -10px;
}
.enmarge_container .enmarge {
  width: calc(50vw - 10px);
  z-index: 1;
  height: 50vh;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 10px solid #a75d4c;
}
.enmarge_container .blocimgmarge_right .enmarge {
  right: 0;
}
.enmarge_container .blocimgmarge_left .enmarge {
  left: 0;
}
.enmarge_container .wp-block-columns {
  position: relative;
  z-index: 2;
}
.enmarge_container .txt {
  position: relative;
  padding: 2rem 0;
  min-height: 60vh;
  border-bottom: 5px solid #a75d4c;
}
.enmarge_container .blocimgmarge_left .txt img {
  display: block;
  width: 75% !important;
  margin: auto;
  transform: none;
  border: none;
  top: 0;
  margin-bottom: 1rem;
}
.enmarge_container .blocimgmarge_left .txt {
  text-align: right;
}
.enmarge_container .blocimgmarge_right .txt {
  text-align: left;
}
.enmarge_container .blocimgmarge_right .txt p,
.enmarge_container .blocimgmarge_left .txt p {
  font-family: "Calistoga", cursive;
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
}
.enmarge_container img {
  border: 10px solid #f1e7d5;
  display: block;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.enmarge_container img.portrait {
  width: 75% !important;
}
.enmarge_container img.paysage {
  width: 100% !important;
}
.enmarge_container .rellax {
  position: absolute;
  z-index: -1;
}
.enmarge_container .decoration {
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.parallax_container h1,
.parallax_container h2 {
  margin: 0;
  padding: 0;
}
.parallax_container .parallax-window {
  position: relative;
}
.parallax_container .parallax-window .container {
  height: 100%;
}
.parallax_container .wp-block-column {
  padding: 1rem;
}
.parallax_container .wp-block-column img {
  display: block;
  max-width: 75%;
  margin: 0 auto 1rem auto;
}
.parallax_container .txt_img {
  position: absolute;
  background: #f1e7d5;
  padding: 1rem 2rem;
  font-size: 2rem;
  text-transform: uppercase;
}
.parallax_container .txt_bas {
  top: auto;
  bottom: -1px;
  transform: none;
}
.parallax_container .txt_gd {
  font-size: 2rem;
  line-height: 1.2;
}
.parallax_container .txt_up {
  background: #f1e7d5;
}
.parallax_container .withborders {
  border-top: 10px solid #a75d4c;
  border-bottom: 10px solid #a75d4c;
  background: #fff;
}

.home .parallax_container .wp-block-column {
  padding: 0;
  background: #fff;
}

.home .parallax_container p {
  text-align: center;
  font-weight: bold;
}

.home .parallax_container p:first-child {
  font-size: 0.8rem;
  background: #a75d4c;
  color: #f1e7d5;
  line-height: 1.3;
  margin: 0;
  padding: 0.5rem;
}

.home .parallax_container p:last-child {
  font-size: 1.2rem;
  color: #a75d4c;
  margin: 0;
  padding: 0.5rem;
}

@media screen and (max-width: 992px) {
  .home .parallax_container .wp-block-column {
    margin-bottom: 1rem;
  }
}
table.has-fixed-layout {
  text-align: center;
}
table.has-fixed-layout td,
table.has-fixed-layout th {
  padding: 0.5rem;
}
table.has-fixed-layout th {
  text-transform: uppercase;
}
table.has-fixed-layout tbody tr:nth-child(even) {
  background: #ebdcc2;
  border-bottom: 1px solid #333;
}
table.has-fixed-layout tbody tr:nth-child(odd) {
  background: #f1e7d5;
  border-bottom: 1px solid #333;
}
table.has-fixed-layout thead tr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #ecc5a1;
  color: #e4d1af;
}
table.has-fixed-layout tfoot tr {
  border-bottom: 1px solid #333;
  background: #ecc5a1;
  color: #e4d1af;
}

figcaption {
  font-style: italic;
}

.nocomments {
  display: block;
}

.noborder {
  border: none !important;
}

.nopadding {
  padding: 0;
}

.notop {
  margin-top: 20px;
  padding-top: 0;
}

.noinner .div_inner {
  background: none;
  padding: 0px;
}

@media screen and (max-width: 992px) {
  .decoration * {
    background: none !important;
  }

  .decoration {
    display: none;
  }
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

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