@charset "UTF-8";
html, body {
  height: 100%;
}

html {
  font-family: sans-serif;
  box-sizing: border-box;
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
  -moz-osx-font-smoothing: grayscale;
}

div {
  line-height: initial;
}

*:not(dialog) {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-height: 1000000px;
  border: 0;
  background: none;
  background-repeat: no-repeat !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::before, *::after {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat !important;
  box-sizing: inherit;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

/* Forms
   ========================================================================== */
button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  text-indent: 2px;
  line-height: normal;
  -webkit-border-radius: 0px;
  border-radius: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box; /* 1 */
}

input:required {
  box-shadow: none;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BODY HEIGHT = min VIEW PORT HEIGHT 
   http://community.sitepoint.com/t/100-min-height-viewport/6449/2 
   ========================================================================== */
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

#body_wrapper::after {
  clear: both;
  content: "";
  display: block;
  height: 1%; /*fix IE8*/
  font-size: 0;
}

* html #body_wrapper {
  height: 100%;
}

/* A RANGER 
   ========================================================================== */
p, li, h1, h2, h3, h4, h5, h6 {
  cursor: default;
}

a {
  text-decoration: none;
}
a p, a h1, a h2, a h3, a h4, a h5, a h6 {
  cursor: inherit;
}

button p, button h1, button h2, button h3, button h4, button h5, button h6 {
  cursor: inherit;
}

a, button {
  outline: 0;
}

ul {
  list-style-type: none;
}

/* ANIMATION DEFAULT 
   ========================================================================== */
img {
  user-select: none;
}

a, button, label {
  -webkit-text-stroke: blue;
}

nav {
  user-select: none;
}

div {
  line-height: 1;
}

ul {
  display: inline-block;
  width: 100%;
}

dialog {
  max-width: 100%;
}
dialog:not[open] {
  display: none;
}

select {
  user-select: none;
  line-height: 1.2;
  /** for the dropdown indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

/* ================================================================================
    VARIABLES  
==================================================================================*/
div, time, div, a, p, input, li, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  color: #333;
}

p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.3px;
  word-spacing: 1px;
}

p, h1, h2, h3, h4, h5, h6 {
  user-select: text;
}

a, p {
  font-size: 15px;
}

.format h1 {
  font-size: 30px;
}
.format h2 {
  font-size: 24px;
}
.format h3 {
  font-size: 20px;
}
.format h4 {
  font-size: 16px;
}
.format h5 {
  font-size: 14px;
}
.format h6 {
  font-size: 13px;
}
.format p, .format li, .format a, .format h1, .format h2, .format h3, .format h4, .format h5, .format h6 {
  color: #56565a;
}
.format p {
  font-size: 17.5px;
  font-weight: 400;
  line-height: 2;
  color: #212121;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .format p {
    font-size: 16px;
    text-align: left !important;
    line-height: 1.9;
    margin-bottom: 15px;
  }
}
.format p span {
  -webkit-text-stroke: #212121;
}
.format blockquote {
  padding: 40px 1% 30px;
}
.format blockquote p {
  font-size: 17.5px;
  font-weight: 600;
  color: rgba(183, 140, 77, 0.95);
  text-align: left;
  line-height: 1.8;
}
.format a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(183, 140, 77, 0.95);
  line-height: 2;
  letter-spacing: 0px;
  word-spacing: 0px;
  -webkit-text-stroke: rgba(183, 140, 77, 0.95);
  text-decoration: underline;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
}
@media (max-width: 414px) {
  .format a {
    font-size: 16px;
    text-align: left !important;
    line-height: 1.9;
  }
}
.format h2, .format h3, .format h4 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #202020;
  line-height: 1.6;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: 1.5;
  text-transform: none;
}
.format h2 a, .format h3 a, .format h4 a {
  font-size: inherit;
}
.format h5, .format h6 {
  font-weight: 700;
  text-transform: uppercase;
}
.format li {
  font-size: 17.5px;
  font-weight: 400;
  color: #212121;
  line-height: 2;
  list-style-type: none;
  margin-bottom: 10px;
  vertical-align: top;
  padding-left: 15px;
  position: relative;
  letter-spacing: 0px;
  word-spacing: 0px;
}
.format ul, .format ol {
  padding: 0px 0px 10px 0px;
  display: table;
}
.format ul li::before {
  content: "›";
  color: #212121;
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 0px;
}
.format ol {
  margin-left: 0px;
  counter-reset: foo;
}
.format ol li {
  counter-increment: foo;
  padding-left: 17px;
}
.format ol li::before {
  content: counter(foo) ".";
  margin-right: 5px;
}
.format hr {
  border-top: 0.5px inset rgba(85, 85, 85, 0.2);
  margin-top: 8px;
  margin-bottom: 25px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.format iframe {
  width: 100%;
  height: auto;
}
.format p img {
  width: 100%;
  height: auto;
}
.format .wp-caption {
  background: #f1f1f1;
  max-width: 100%;
  margin: 10px 0 15px 0px;
}
.format .wp-caption img {
  width: 100%;
  height: auto;
}
.format .wp-caption p {
  font-size: 11px;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  padding: 10px 0;
  margin-top: -5px;
}
.format .wp-caption.alignleft {
  float: left;
  width: auto;
  margin: 10px 30px 15px 0;
}
.format .wp-caption.alignright {
  float: right;
  width: auto;
  margin: 10px 0 15px 30px;
}
.format .wp-caption.aligncenter {
  margin: 20px auto 30px;
  display: block;
}
.format img.aligncenter {
  display: block;
  margin: 0 auto;
}

*[ng-if] {
  visibility: hidden;
}
*[ng-if].ng-scope {
  visibility: visible;
}

.no_href, .no_href * {
  cursor: default !important;
}

.flexible .flex {
  display: inline-block;
  width: 100%;
}

.image_container, .logo_container, .icon_container {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.image_container img, .logo_container img, .icon_container img {
  width: 100%;
  height: auto;
}

.image {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contain {
  background-size: contain;
  background-position: 50% 50%;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.abs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.preload {
  display: none !important;
}

.break-word {
  overflow-wrap: break-word;
  display: block;
}

.clearfix::before, .lightbox.newsletter form::before,
.clearfix::after,
.lightbox.newsletter form::after {
  content: "";
  display: block;
}

.clearfix::after, .lightbox.newsletter form::after {
  clear: both;
}

*[back-img], *[back-asset] {
  opacity: 0;
  transition: opacity 1s;
}

.cache_left {
  position: relative;
}
.cache_left::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 2000%;
  position: absolute;
  right: 100%;
  top: 0;
  background: inherit;
}

.cache_right {
  position: relative;
}
.cache_right::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 2000%;
  position: absolute;
  left: 100%;
  top: 0;
  background: inherit;
}

.cache_bottom_left, .cache_left_bottom {
  position: relative;
}
.cache_bottom_left::after, .cache_left_bottom::after {
  content: "";
  display: inline-block;
  height: 10000%;
  width: 2000%;
  position: absolute;
  right: 0;
  top: 100%;
  background: inherit;
}

.cache_bottom {
  position: relative;
}
.cache_bottom::after {
  content: "";
  display: inline-block;
  height: 10000%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: inherit;
}

.cache_bottom_right, .cache_right_bottom {
  position: relative;
}
.cache_bottom_right::after, .cache_right_bottom::after {
  content: "";
  display: inline-block;
  height: 10000%;
  width: 2000%;
  position: absolute;
  left: 0%;
  top: 100%;
  background: inherit;
}

.hidden {
  display: none !important;
}

.laptop_on, .l_on {
  display: none !important;
}
@media (max-width: 1367px) {
  .laptop_on, .l_on {
    display: inline-block !important;
  }
}

@media (max-width: 1367px) {
  .laptop_off, .l_off {
    display: none !important;
  }
}

.tablet_on, .t_on {
  display: none !important;
}
@media (max-width: 1226px) {
  .tablet_on, .t_on {
    display: inline-block !important;
  }
}

@media (max-width: 1226px) {
  .tablet_off, .t_off {
    display: none !important;
  }
}

.td_on {
  display: none !important;
}
@media (max-width: 1024px) {
  .td_on {
    display: inline-block !important;
  }
}

@media (max-width: 1024px) {
  .td_off {
    display: none !important;
  }
}

.tp_on {
  display: none !important;
}
@media (max-width: 768px) {
  .tp_on {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  .tp_off {
    display: none !important;
  }
}

.ml_on {
  display: none !important;
}
@media (max-width: 740px) {
  .ml_on {
    display: inline-block !important;
  }
}

@media (max-width: 740px) {
  .ml_off {
    display: none !important;
  }
}

.mobile_on, .m_on {
  display: none !important;
}
@media (max-width: 414px) {
  .mobile_on, .m_on {
    display: inline-block !important;
  }
}

@media (max-width: 414px) {
  .mobile_off, .m_off {
    display: none !important;
  }
}

.sm_on {
  display: none !important;
}
@media (max-width: 374px) {
  .sm_on {
    display: inline-block !important;
  }
}

@media (max-width: 374px) {
  .sm_off {
    display: none !important;
  }
}

@media (max-width: 1226px) {
  .tablet-paddings {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
}
@media (max-width: 414px) {
  .tablet-paddings {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
}

@media (max-width: 414px) {
  .mobile-paddings {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
}

@media (max-width: 1226px) {
  .tablet-paddings-off {
    padding-left: 0;
    padding-right: 0;
  }
}

.paddings {
  padding: 0 70px;
}
@media (max-width: 1226px) {
  .paddings {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 414px) {
  .paddings {
    padding-left: 6%;
    padding-right: 6%;
  }
}

* [outFade].go {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}

* [outLeft].go {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: translate3d(-10px, 0px, 0);
}

* [outRight].go {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: translate3d(10px, 0px, 0);
}

.fitText_container {
  text-align: center;
}
.fitText_container .fitText {
  display: inline-block;
  transform-origin: 50% 0;
  -webkit-font-smoothing: antialiased;
  transform: translate3d(0, 0, 0);
  transition: transform 2s;
}

@media print {
  .no_print {
    display: none !important;
  }
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  background: #000;
}

body {
  width: 100%;
  height: auto;
}
body.no_scroll header,
body.no_scroll footer,
body.no_scroll main > div {
  padding-right: 15px; /* Avoid width reflow */
}
@media (max-width: 768px) {
  body.no_scroll header,
  body.no_scroll footer,
  body.no_scroll main > div {
    padding-right: 0;
  }
}

#body_background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}

#body_wrapper {
  background: #000;
  width: 100%;
  min-height: 100%;
  position: relative;
}

#main {
  background: #000;
  position: relative;
  z-index: 10;
}

.page_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  animation-fill-mode: both !important;
}
@keyframes show_general_overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide_general_overlay {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.page_overlay.active {
  display: block;
  animation: show_general_overlay 0.3s;
}
.page_overlay.remove-active {
  display: block;
  animation: hide_general_overlay 0.3s;
}

.banner {
  display: inline-block;
  width: 100%;
  clear: both;
  position: relative;
}

.banner_content {
  max-width: 1300px;
  padding: 0 70px;
  margin: 0 auto;
  height: 100%;
  transition: max-width 1s;
  position: relative;
}
@media (max-width: 1024px) {
  .banner_content {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 414px) {
  .banner_content {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.inside, .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.col {
  width: 50%;
  float: left;
}
.col.left {
  float: left;
}
.col.right {
  float: right;
}

.col_left {
  width: 33%;
  float: left;
}
@media (max-width: 414px) {
  .col_left {
    width: 100%;
    float: none;
  }
}

.col_right {
  width: 67%;
  float: right;
}
@media (max-width: 414px) {
  .col_right {
    width: 100%;
    float: none;
  }
}

@keyframes fade_left_menu_l1 {
  0% {
    opacity: 0;
    letter-spacing: 2px;
  }
  10% {
    opacity: 0;
  }
  10% {
    transform: translate3d(50px, 0px, 0px);
  }
  20% {
    opacity: 0;
  }
  55% {
    transform: translate3d(0px, 0px, 0px);
  }
  80% {
    letter-spacing: 1px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_left_menu_l2_p {
  0% {
    opacity: 0;
  }
  10% {
    transform: translate3d(50px, 0px, 0px);
  }
  55% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_left_menu_l3_p {
  0% {
    opacity: 0;
  }
  10% {
    transform: translate3d(50px, 0px, 0px);
  }
  55% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 0;
  }
  50% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_scale_90 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  10% {
    opacity: 0;
  }
  70% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_90 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes fade_80 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fade_70 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes scale_50 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale_90 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale_95 {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes move_left {
  0% {
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes move_up_15 {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes move_up_10 {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes move_up_5 {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fade_move {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
*[when-visible=fade],
*[when-visible=fade_late],
*[when-visible=scale],
*[when-visible=up],
*[when-visible=down],
*[when-visible=left],
*[when-visible=right],
*[when-visible=width],
*[when-visible=discover],
*[when-visible=custom] {
  opacity: 0;
  animation-fill-mode: both;
}

.not-visible {
  opacity: 0;
}

.fade-in-when-visible {
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_scale {
  0% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
.scale-in-when-visible {
  animation-duration: 0.9s;
  animation-name: wv_scale;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_up {
  0% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0) scale(0.999);
  }
}
.up-when-visible {
  animation-duration: 2s;
  animation-name: wv_up;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_down {
  0% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0) scale(0.999);
  }
}
.down-when-visible {
  animation-duration: 2s;
  animation-name: wv_down;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_left {
  0% {
    transform: translate3d(10px, 0px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0) scale(0.999);
  }
}
.left-when-visible {
  animation-duration: 2s;
  animation-name: wv_left;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_right {
  0% {
    transform: translate3d(-10px, 0px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0) scale(0.999);
  }
}
.right-when-visible {
  animation-duration: 2s;
  animation-name: wv_right;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.width-when-visible {
  animation-duration: 1s;
  animation-name: wv_width;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_discover {
  0% {
    transform: translate3d(-100%, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
.discover-when-visible {
  animation-duration: 1s;
  animation-name: wv_discover;
}

#loading_bar {
  height: 2px;
  width: 0%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  transition: width 2s;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1226px) {
  #loading_bar {
    background: rgba(255, 255, 255, 0.5);
  }
}

.loader {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  height: 100%;
}
.loader .loader-content {
  height: 100%;
  width: 100%;
  animation: fade 2s;
}
@keyframes loader_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader .loader-circle, .loader .loader-line-mask {
  position: absolute;
  left: calc(50% - 60px);
  height: 120px;
}
@media (max-width: 414px) {
  .loader .loader-circle, .loader .loader-line-mask {
    left: calc(50% - 50px);
    height: 100px;
  }
}
.loader .loader-circle {
  width: 120px;
  border-radius: 50%;
}
@media (max-width: 414px) {
  .loader .loader-circle {
    width: 100px;
  }
}
.loader .loader-line-mask {
  width: 60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  animation: loader_rotate 1.2s infinite linear;
}
@media (max-width: 414px) {
  .loader .loader-line-mask {
    width: 50px;
    transform-origin: 50px 50px;
  }
}
.loader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
@media (max-width: 414px) {
  .loader .loader-line-mask .loader-line {
    width: 100px;
    height: 100px;
  }
}

.loader-white .loader-circle, .loader-white .loader-line-mask {
  top: calc(50% - 60px);
}
@media (max-width: 414px) {
  .loader-white .loader-circle, .loader-white .loader-line-mask {
    top: calc(50% - 50px);
  }
}
.loader-white .loader-circle {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.loader-white .loader-line-mask {
  mask-image: -webkit-linear-gradient(top, #000000, rgba(255, 255, 255, 0.08));
}
.loader-white .loader-line-mask .loader-line {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.loader-grey .loader-circle, .loader-grey .loader-line-mask {
  top: calc(50% - 60px);
}
@media (max-width: 414px) {
  .loader-grey .loader-circle, .loader-grey .loader-line-mask {
    top: calc(50% - 50px);
  }
}
.loader-grey .loader-circle {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.loader-grey .loader-line-mask {
  mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.05));
}
.loader-grey .loader-line-mask .loader-line {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.spinner {
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
  position: absolute;
  display: inline-block;
  overflow: visible;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#wpadminbar {
  background: rgba(35, 40, 45, 0.95) !important;
  width: auto !important;
  min-width: 0px !important;
  padding-right: 10px;
  border-bottom-right-radius: 13px;
}
#wpadminbar:hover {
  background: rgba(35, 40, 45, 0.95) !important;
}
#wpadminbar #wp-admin-bar-root-default > li a::before {
  transition: none !important;
}
#wpadminbar #wp-admin-bar-root-default > li.hover a {
  color: #eee !important;
}
#wpadminbar #wp-admin-bar-root-default > li.hover a::before {
  color: rgba(240, 245, 250, 0.6) !important;
}
#wpadminbar #wp-admin-bar-root-default > li a:hover, #wpadminbar #wp-admin-bar-root-default > li a:hover::before {
  color: #00b9eb !important;
}
#wpadminbar #wp-toolbar, #wpadminbar #wp-admin-bar-root-default {
  height: 100%;
}
#wpadminbar .ab-sub-wrapper,
#wpadminbar #wp-admin-bar-new_draft,
#wpadminbar #wp-admin-bar-top-secondary {
  display: none !important;
}
#wpadminbar .ab-sub-wrapper,
#wpadminbar #wp-admin-bar-all-in-one-seo-pack,
#wpadminbar #wp-admin-bar-search {
  display: none;
}
#wpadminbar #wp-admin-bar-site-name a::before {
  top: 3px !important;
}
@media (max-width: 414px) {
  #wpadminbar #wp-admin-bar-site-name a::before {
    top: 7px !important;
  }
}
#wpadminbar #wp-admin-bar-my-log-out {
  margin-left: 7px;
}
#wpadminbar #wp-admin-bar-my-log-out a.ab-item {
  position: relative;
}
#wpadminbar #wp-admin-bar-my-log-out a.ab-item img {
  display: none;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 0px;
}
#wpadminbar #wp-admin-bar-my-log-out a.ab-item::before {
  top: 3px;
  left: 2px;
  content: "\f242" !important;
  transform: scale(0.9);
}

/*!
 * Justified Gallery - v3.6.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0px);
  }
  to {
    opacity: 0.7;
    transform: translate3d(0, 0px, 0px);
  }
}
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0px, 0px);
  }
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
}

.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  filter: "alpha(opacity=70)";
}

.justified-gallery > .entry-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  animation: justified-gallery-show-entry-animation 500ms 0 ease;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}

.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.ps {
  position: relative;
  -ms-touch-action: none;
}

.ps__rail-y {
  left: auto !important;
  right: 0px !important;
  width: 8px !important;
}
.ps__rail-y:hover {
  cursor: pointer;
}
.ps__rail-y .ps__thumb-y {
  right: 0px !important;
  width: 8px !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp__caption .pswp__caption__center {
  text-align: center;
  max-width: 50%;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

    1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../assets/images/photoswipe-default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../assets/images/photoswipe-default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
    Arrow buttons hit area
    (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

    2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

    3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

    4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

    5. Loading indicator (preloader)

    You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
            The idea of animating inner circle is based on Polymer ("material") loading indicator 
             by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
        */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

    6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
    pswp__ui--hidden class is added when controls are hidden
    e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.titre-section {
  color: rgba(119, 115, 104, 0.4);
  font-size: 40px;
  font-family: "Kreon", serif;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  user-select: none;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .titre-section {
    font-size: 35px;
  }
}

.btn-01 {
  background: rgba(183, 140, 77, 0.95);
  padding: 0 !important;
  margin-left: 0 !important;
}
.btn-01:hover, .btn-01:focus {
  background: rgba(130.652, 99.09, 52.848, 0.95);
}
.btn-01:hover .icon span, .btn-01:focus .icon span {
  transform: translate3d(1px, 0, 0);
}
.btn-01 p {
  color: #fff;
  font-weight: 700;
  font-size: 16.5px;
  padding: 18px 90px 16px 30px;
  letter-spacing: 1.5px;
  display: inline-block;
  user-select: none;
  line-height: 1.65;
  text-shadow: 2px 2px 0px rgba(95, 107, 120, 0.34);
}
.btn-01 .icon {
  font-size: 30px;
  color: #fff;
  width: 52px;
  text-align: center;
  font-weight: 400;
  height: 34px;
  position: absolute;
  top: 13px;
  line-height: 1;
  right: 6px;
  user-select: none;
}
.btn-01 .icon::before {
  content: "";
  height: 25px;
  top: 4px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  display: inline-block;
  left: 0px;
}
.btn-01 .icon span {
  transition: transform 0.5s;
  display: inline-block;
  text-shadow: 2px 2px 0px rgba(95, 107, 120, 0.34);
}
.btn-01::after {
  display: none !important;
}

@keyframes scroll_anim {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}
.scroll-btn {
  width: 62px;
  height: 62px;
  position: absolute;
  bottom: -31px;
  left: calc(50% - 31px);
  z-index: 30;
  text-align: center;
  cursor: pointer;
  animation: scroll_anim 1s;
}
@media (max-width: 414px) {
  .scroll-btn {
    width: 52px;
    height: 52px;
    bottom: -26px;
    left: calc(50% - 26px);
  }
}
@keyframes pumpIt {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
.scroll-btn .back-icon {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-20px, -20px, 0);
  background: rgba(183, 140, 77, 0.95);
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  z-index: -1;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-name: pumpIt;
}
.scroll-btn .icon {
  background: rgba(183, 140, 77, 0.95);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: transform 0.5s, background 0s;
}
.scroll-btn .icon svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 21px;
}
.scroll-btn .icon svg .st0 {
  fill: #FFFFFF;
}
@media (max-width: 414px) {
  .scroll-btn .icon svg {
    margin-top: 19px;
    width: 16px;
    height: 16px;
  }
}
.scroll-btn:hover .back-icon, .scroll-btn:hover .icon {
  background: #777368 !important;
}
.scroll-btn:hover .icon {
  transform: scale(1.08);
}

.vers-archive {
  font-size: 21px;
  font-weight: 700;
  color: #777368;
  position: absolute;
  right: 0;
  top: 20px;
  padding-left: 70px;
}
@media (max-width: 1024px) {
  .vers-archive {
    right: 0;
  }
}
@media (max-width: 414px) {
  .vers-archive {
    top: auto;
    position: relative;
    right: auto;
    padding-left: 0;
    font-size: 14px;
  }
}
.vers-archive::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -30px;
  display: inline-block;
  width: 74px;
  height: 1px;
  transition: left 0.3s;
  background: #777368;
}
@media (max-width: 1226px) {
  .vers-archive::before {
    display: none;
  }
}
.vers-archive:hover {
  color: #F6871B;
}
.vers-archive:hover::before {
  left: -25px;
  background: #F6871B;
}

.banner.bottom.call-to-action {
  height: 432px;
  text-align: center;
  background: #777368;
  position: relative;
}
@media (max-width: 1226px) {
  .banner.bottom.call-to-action {
    height: 325px;
  }
}
@media (max-width: 414px) {
  .banner.bottom.call-to-action {
    height: 300px;
  }
}
.banner.bottom.call-to-action .image-container {
  height: calc(100% + 90px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.banner.bottom.call-to-action .image-container .image {
  background-image: url("../assets/images/call-to-action.jpg");
  background-size: contain;
  background-position: 50% 100%;
}
@media (max-width: 414px) {
  .banner.bottom.call-to-action .image-container {
    height: calc(100% + 0px);
    width: 280%;
    left: -90%;
  }
}
.banner.bottom.call-to-action .textes-container {
  width: 500px;
  text-align: left;
  background: #fff;
  padding: 50px;
  position: relative;
}
.banner.bottom.call-to-action .textes-container .sur-titre {
  font-size: 21px;
  font-family: "Kreon", serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0px;
  position: relative;
  color: #4f4630;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.banner.bottom.call-to-action .textes-container .sur-titre::before, .banner.bottom.call-to-action .textes-container .sur-titre::after {
  content: "-";
  margin: 0 5px;
}
@media (max-width: 1226px) {
  .banner.bottom.call-to-action .textes-container .sur-titre {
    margin-bottom: 0px;
  }
}
@media (max-width: 414px) {
  .banner.bottom.call-to-action .textes-container .sur-titre {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .banner.bottom.call-to-action .textes-container .sur-titre span {
    display: block;
  }
  .banner.bottom.call-to-action .textes-container .sur-titre::before, .banner.bottom.call-to-action .textes-container .sur-titre::after {
    display: none;
  }
}
.banner.bottom.call-to-action .textes-container .titre {
  font-family: "Kreon", serif;
  font-size: 52.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 62px;
  letter-spacing: 5.5px;
  position: relative;
  color: #4f4630;
}
@media (max-width: 1226px) {
  .banner.bottom.call-to-action .textes-container .titre {
    font-size: 42.5px;
    margin-bottom: 40px;
  }
}
@media (max-width: 414px) {
  .banner.bottom.call-to-action .textes-container .titre {
    font-size: 21.5px;
    margin-bottom: 30px;
    letter-spacing: 3px;
  }
}
.banner.bottom.call-to-action .textes-container .btn {
  font-size: 10px;
  font-weight: 700;
  color: rgba(183, 140, 77, 0.95);
  text-transform: uppercase;
  letter-spacing: 2.2px;
  line-height: 1;
  position: relative;
  border: 1px solid rgba(183, 140, 77, 0.95);
  padding: 19px 23px;
  background: #fff;
}
.banner.bottom.call-to-action .textes-container .btn:hover {
  background: #2e2b26;
  color: #fff;
}

body:not(.home) footer {
  position: relative !important;
}

footer {
  overflow-y: hidden;
  background: #000;
  background: none !important;
  margin-top: -5px;
  z-index: 1100;
  animation: fade 3s;
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
footer #footer_top {
  text-align: center;
}
footer #footer_top .content {
  padding: 20px 0 0px;
  user-select: none;
}
@media (max-width: 1226px) {
  footer #footer_top .content {
    padding: 20px 0 0px;
  }
}
@media (max-width: 414px) {
  footer #footer_top .content {
    padding: 25px 0 0px;
  }
}
footer #footer_bottom {
  text-align: center;
  background: #000;
  background: none !important;
}
footer #footer_bottom .content {
  position: relative;
  padding: 0px 0 10px;
}
@media (max-width: 740px) {
  footer #footer_bottom .content {
    padding: 7px 0 20px;
  }
}
footer #footer_bottom .content .trait {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 20px;
  width: 100%;
  background-image: url("../assets/images/tiret-style2.svg");
  background-repeat: repeat-x !important;
}
@media (max-width: 740px) {
  footer #footer_bottom .banner_content {
    padding: 0;
  }
}
@media (max-width: 1226px) {
  footer .banner_content {
    padding: 0 6%;
  }
}
@media (max-width: 414px) {
  footer .banner_content {
    padding: 0 6%;
  }
}
footer .titre-section {
  color: rgba(119, 115, 104, 0.3);
  font-size: 40px;
  font-family: "Kreon", serif;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  user-select: none;
  text-transform: uppercase;
}
footer .btn_newsletter {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  display: none !important;
  height: 40px;
  padding: 13px 20px 0px 20px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
  user-select: none;
  font-size: 11.5px;
  background: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
  text-align: left;
  transition: background 1s, color 1s, opacity 1s;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
footer .btn_newsletter .icon_container {
  width: 42px;
  height: calc(100% + 0px);
  position: absolute;
  top: 0;
  left: 0;
  animation-delay: 0.3s;
  display: none;
}
footer .btn_newsletter .icon_container .icon svg {
  transform: scale(0.25) rotate(20deg);
}
footer .btn_newsletter .icon_container .icon svg .st0 {
  transition: fill 1s;
  fill: rgba(255, 255, 255, 0.3);
}
footer .btn_newsletter:hover {
  transition: background 0.3s, color 0.3s, opacity 1s;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
}
footer .btn_newsletter:hover .icon svg .st0 {
  transition: fill 0.3s;
  fill: white;
}
@media (max-width: 1024px) {
  footer .btn_newsletter {
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.4);
  }
  footer .btn_newsletter .icon svg .st0 {
    fill: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 740px) {
  footer .btn_newsletter {
    background: none;
    padding: 13px 20px 0px 20px;
    margin-left: 12px;
  }
}
@media (max-width: 414px) {
  footer .btn_newsletter {
    background: none;
    margin-left: 0px;
    margin-bottom: 2px;
  }
  footer .btn_newsletter .icon_container {
    display: none;
  }
}

@media (max-width: 414px) {
  footer .socials_container {
    margin-top: 20px;
  }
}
footer .socials_container .social_icons {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 100;
}

footer .copyright-line {
  display: inline-block;
  text-align: center;
  width: 100%;
  user-select: none;
}
@media (max-width: 414px) {
  footer .copyright-line {
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
}
footer .copyright-line p, footer .copyright-line a, footer .copyright-line span {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.35);
  user-select: none;
  letter-spacing: 0.6px;
  transition: color 2s;
}
@media (max-width: 1024px) {
  footer .copyright-line p, footer .copyright-line a, footer .copyright-line span {
    color: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 1226px) {
  footer .copyright-line p.old-chamber, footer .copyright-line a.old-chamber, footer .copyright-line span.old-chamber {
    display: none;
  }
}
footer .copyright-line a {
  padding: 15px 10px;
  height: 48px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1226px) {
  footer .copyright-line a {
    padding: 15px 10px;
  }
}
@media (max-width: 740px) {
  footer .copyright-line a {
    height: 35px;
    width: 100%;
    justify-content: center;
  }
}
footer .copyright-line a:hover {
  transition: color 0.5s;
  color: #eee;
}
footer .copyright-line a.lff {
  padding-left: 10px;
}
footer .copyright-line a.lff a {
  padding-left: 0;
}
@media (max-width: 414px) {
  footer .copyright-line a.gallery {
    display: block;
  }
}
footer .copyright-line p {
  position: relative;
}
footer .copyright-line p.old-chamber {
  display: none;
}
footer .copyright-line p:first-child {
  border-bottom: none;
}
footer .copyright-line p:first-child::before {
  display: none;
}
footer .copyright-line p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -4px;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 414px) {
  footer .copyright-line p::before {
    left: -3px;
    top: 3px;
    background: rgba(255, 255, 255, 0.05);
  }
}

#header_behind {
  height: 80px;
  position: relative;
  display: none;
}
@media (max-width: 1226px) {
  #header_behind {
    height: 55px;
  }
}
@media (max-width: 414px) {
  #header_behind {
    height: 55px;
  }
}

#header {
  height: 80px;
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 99;
  background: rgba(0, 2, 9, 0.9);
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1226px) {
  #header {
    height: 55px;
  }
}
@media (max-width: 414px) {
  #header {
    height: 55px;
  }
}
#header .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: inline-block;
  height: 80px;
}
@media (max-width: 1226px) {
  #header .background {
    height: 55px;
  }
}
@media (max-width: 414px) {
  #header .background {
    height: 55px;
  }
}
#header .banner_content {
  height: 80px;
  margin: 0 auto;
}
@media (max-width: 1270px) {
  #header .banner_content {
    margin: 0;
    padding: 0 40px;
    transition: 0.5s;
  }
}
@media (max-width: 1226px) {
  #header .banner_content {
    height: 55px;
    padding: 0 0 0 6%;
  }
}
@media (max-width: 414px) {
  #header .banner_content {
    height: 55px;
  }
}

#header .logo-container {
  float: left;
  width: 90px;
  height: 80px;
  position: relative;
  transition: box-shadow 0.3s;
  display: inline-block;
}
@media (max-width: 1226px) {
  #header .logo-container {
    height: 55px;
    width: 70px;
  }
}
@media (max-width: 414px) {
  #header .logo-container {
    height: 55px;
  }
}
#header .logo-container .logo-image {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -9px;
  transform: scale(0.95);
}
#header .logo-container .logo-image path {
  transition: fill 1s;
}
#header .logo-container .logo-image .st0 {
  fill: none;
}
#header .logo-container .logo-image .st1 {
  fill: rgba(158, 145, 131, 0.8);
}
#header .logo-container .logo-image .st2 {
  fill: rgba(26, 23, 27, 0.8);
}
#header .logo-container:hover .st0 {
  fill: none;
}
#header .logo-container:hover .st1 {
  fill: rgb(242.25, 242.25, 242.25);
}
#header .logo-container:hover .st2 {
  fill: rgb(242.25, 242.25, 242.25);
}
#header .logo-container .logo-texte {
  font-size: 11px;
  float: left;
  display: inline-block;
  width: 190px;
  color: #2b6698;
  margin-left: 20px;
  margin-top: 45px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px 10px 17px;
  user-select: none;
}
@media (max-width: 1226px) {
  #header .logo-container .logo-texte {
    display: none;
  }
}

#header .btn-container {
  position: absolute;
  height: 58px;
  bottom: -58px;
  right: 0;
  width: 100%;
}
@media (max-width: 1226px) {
  #header .btn-container {
    display: none;
  }
}
#header .btn-container .btn-01 {
  float: right;
  margin-left: 5px !important;
  box-shadow: inset 0px 33px 33px -30px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1226px) {
  #header .btn-container .btn-01 {
    display: none;
  }
}
#header .btn-container .btn-01 p {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .btn-container .btn-01.devis {
  background: #00a8b8;
}
#header .btn-container .btn-01.client {
  background: #003359;
}
#header .btn-container .btn-01.client .icon svg {
  transform: scale(0.65);
}
#header .btn-container .btn-01.client .icon .st0 {
  fill: #fff;
}
#header .btn-container .btn-01.infos span {
  display: block;
  font-weight: 700;
  font-size: 21.5px;
}
#header .btn-container .btn-01.infos svg {
  transform: scale(0.6);
}
#header .btn-container .btn-01.infos svg .st0 {
  fill: #fff;
}

#nav_desktop {
  display: inline-block;
  height: 100%;
  float: right;
}
@media (max-width: 1226px) {
  #nav_desktop {
    display: none;
  }
}
#nav_desktop > ul {
  list-style-type: none;
  height: 100%;
  user-select: none;
}
#nav_desktop > ul > li {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  margin-left: -5px;
  user-select: none;
  position: relative;
}
#nav_desktop > ul > li:hover > a, #nav_desktop > ul > li.current-menu-item > a, #nav_desktop > ul > li.current-menu-ancestor > a, #nav_desktop > ul > li.current_page_ancestor > a, #nav_desktop > ul > li.selected > a {
  color: rgba(255, 255, 255, 0.8);
}
#nav_desktop > ul > li > a {
  display: block;
  padding: 3px 16px 0px;
  font-size: 11px;
  letter-spacing: 0.6px;
  color: rgba(183, 140, 77, 0.85);
  font-weight: 700;
  text-transform: uppercase;
  height: 100%;
  user-select: none;
  transition: color 1s;
}
#nav_desktop > ul > li > a:hover {
  color: white;
}
#nav_desktop > ul > li:not(.btn) > a::before {
  content: "";
  width: 0px;
  opacity: 0;
  transition: width 0.2s, opacity 0.5s, background 0.3s;
  height: 1px;
  position: absolute;
  display: inline-block;
  background: rgba(183, 140, 77, 0.45);
  left: 17px;
  bottom: 26px;
}
#nav_desktop > ul > li:not(.btn):hover > a::before,
#nav_desktop > ul > li:not(.btn).current-menu-ancestor > a::before,
#nav_desktop > ul > li:not(.btn).current-menu-parent > a::before,
#nav_desktop > ul > li:not(.btn).current-menu-item > a::before,
#nav_desktop > ul > li.selected > a::before {
  opacity: 1;
  width: calc(100% - 34px);
}
#nav_desktop > ul > li::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  display: inline-block;
  background: rgba(34, 45, 98, 0.5);
  top: 33px;
  left: 0px;
}
#nav_desktop > ul > li:first-child::before {
  display: none;
}
#nav_desktop > ul > li.menu-item-has-children {
  position: relative;
}
#nav_desktop > ul > li.menu-item-has-children > a {
  padding-right: 30px;
}
#nav_desktop > ul > li.menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 38px;
  right: 17px;
  cursor: pointer !important;
  background: url("../assets/images/parent-arrow.svg");
}

#nav_desktop > ul > li:hover ul {
  display: block;
}
#nav_desktop > ul > li > ul {
  position: absolute;
  left: 0px;
  top: 80px;
  margin-left: -22px;
  margin-top: 0px;
  display: none;
  z-index: 10;
  padding: 0 60px 60px 40px;
}
#nav_desktop > ul > li > ul > li {
  background: #fff;
  display: inline-block;
  float: left;
  line-height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: border 1s;
  box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.09);
}
#nav_desktop > ul > li > ul > li:first-child {
  border: none !important;
}
#nav_desktop > ul > li > ul > li:first-child a {
  border-top: 3px solid rgba(183, 140, 77, 0.95) !important;
}
#nav_desktop > ul > li > ul > li.current-menu-item, #nav_desktop > ul > li > ul > li:hover {
  background: rgb(242.25, 242.25, 242.25);
}
#nav_desktop > ul > li > ul > li.current-menu-item, #nav_desktop > ul > li > ul > li.current-menu-item + li, #nav_desktop > ul > li > ul > li:hover, #nav_desktop > ul > li > ul > li:hover + li {
  transition: border 0.5s;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
#nav_desktop > ul > li > ul > li.current-menu-item > a {
  color: #777368;
  font-weight: 700;
}
#nav_desktop > ul > li > ul > li.current-menu-item > a::after {
  display: none;
}
#nav_desktop > ul > li > ul > li > a {
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  color: #003359;
  width: 290px;
  padding: 26px 30px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
}
#nav_desktop > ul > li > ul > li > a::after {
  content: "›";
  font-weight: 400;
  font-size: 23px;
  position: absolute;
  display: inline-block;
  transition: transform 0.15s;
  top: 23px;
  right: 25px;
  opacity: 0;
}
#nav_desktop > ul > li > ul > li > a:hover::after {
  opacity: 1;
  transform: translate3d(1px, 0, 0);
}
#nav_desktop > ul > li > ul > li.menu-item-has-children.current-menu-item ul {
  display: block;
}
#nav_desktop > ul > li > ul > li > ul {
  display: block;
  position: absolute;
  top: 100px;
  left: 0px;
  height: 100px;
  display: none !important;
  background: #e2e2e2;
  width: 40000px;
}
#nav_desktop > ul > li > ul > li > ul > li {
  display: inline-block;
  float: left;
  height: 100%;
}
#nav_desktop > ul > li > ul > li > ul > li:first-child a {
  padding-left: 0;
}
#nav_desktop > ul > li > ul > li > ul > li a {
  padding-top: 42px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #333333;
}
#nav_desktop > ul > li > ul > li > ul > li a:hover {
  color: #2d2d2d;
}

@keyframes slideUp_desktop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-81px);
  }
}
@keyframes slideDown_desktop {
  0% {
    transform: translateY(-81px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideUp_tablet {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-55px);
  }
}
@keyframes slideDown_tablet {
  0% {
    transform: translateY(-55px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideUp_mobile {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-55px);
  }
}
@keyframes slideDown_mobile {
  0% {
    transform: translateY(-55px);
  }
  100% {
    transform: translateY(0);
  }
}
header#header.headroom {
  will-change: transform;
  animation-fill-mode: both;
}
header#header.headroom .background {
  transition: opacity 1s;
  opacity: 0.96;
}
header#header.headroom.headroom--top .background {
  opacity: 0 !important;
  transition: opacity 1s;
}
header#header.headroom.headroom--pinned {
  animation-duration: 0.6s;
  animation-name: slideDown_desktop;
}
@media (max-width: 1226px) {
  header#header.headroom.headroom--pinned {
    animation-name: slideDown_tablet;
  }
}
@media (max-width: 414px) {
  header#header.headroom.headroom--pinned {
    animation-name: slideDown_mobile;
  }
}
header#header.headroom.headroom--pinned .background {
  transition: opacity 1s;
  opacity: 0.96;
}
header#header.headroom.headroom--unpinned {
  animation-duration: 0.8s;
  animation-name: slideUp_desktop;
  transform: translateY(-80px);
}
@media (max-width: 1226px) {
  header#header.headroom.headroom--unpinned {
    animation-name: slideUp_tablet;
  }
}
@media (max-width: 414px) {
  header#header.headroom.headroom--unpinned {
    animation-name: slideUp_mobile;
  }
}
header#header.headroom.headroom--unpinned .background {
  opacity: 0.96;
}

#calling_button.headroom {
  will-change: transform;
  animation-fill-mode: both;
}
#calling_button.headroom.headroom--pinned {
  animation-duration: 0.6s;
  animation-name: slideDown_mobile;
}
#calling_button.headroom.headroom--unpinned {
  animation-duration: 0.8s;
  animation-name: slideUp_mobile;
}

.nav_side.headroom {
  will-change: position;
}
.nav_side.headroom.headroom--not-top {
  position: fixed;
  top: 150px;
}

#header .social_icons ul,
#nav_mobile .social_icons ul,
footer .social_icons ul {
  user-select: none;
  height: 100%;
}
#header .social_icons ul li,
#nav_mobile .social_icons ul li,
footer .social_icons ul li {
  display: inline-block;
  height: 100%;
}
#header .social_icons ul li:nth-child(1),
#nav_mobile .social_icons ul li:nth-child(1),
footer .social_icons ul li:nth-child(1) {
  animation-delay: 0.01s;
  animation-duration: 0.6s;
}
#header .social_icons ul li:nth-child(2),
#nav_mobile .social_icons ul li:nth-child(2),
footer .social_icons ul li:nth-child(2) {
  animation-delay: 0.07s;
  animation-duration: 0.7s;
}
#header .social_icons ul li:nth-child(3),
#nav_mobile .social_icons ul li:nth-child(3),
footer .social_icons ul li:nth-child(3) {
  animation-delay: 0.13s;
  animation-duration: 0.8s;
}
#header .social_icons ul li:nth-child(4),
#nav_mobile .social_icons ul li:nth-child(4),
footer .social_icons ul li:nth-child(4) {
  animation-delay: 0.19s;
  animation-duration: 0.9s;
}
#header .social_icons ul li:nth-child(5),
#nav_mobile .social_icons ul li:nth-child(5),
footer .social_icons ul li:nth-child(5) {
  animation-delay: 0.25s;
  animation-duration: 1s;
}
#header .social_icons ul li:nth-child(6),
#nav_mobile .social_icons ul li:nth-child(6),
footer .social_icons ul li:nth-child(6) {
  animation-delay: 0.31s;
  animation-duration: 1.1s;
}
#header .social_icons ul li:nth-child(7),
#nav_mobile .social_icons ul li:nth-child(7),
footer .social_icons ul li:nth-child(7) {
  animation-delay: 0.37s;
  animation-duration: 1.2s;
}
#header .social_icons ul li:nth-child(8),
#nav_mobile .social_icons ul li:nth-child(8),
footer .social_icons ul li:nth-child(8) {
  animation-delay: 0.43s;
  animation-duration: 1.3s;
}
#header .social_icons ul li:nth-child(9),
#nav_mobile .social_icons ul li:nth-child(9),
footer .social_icons ul li:nth-child(9) {
  animation-delay: 0.49s;
  animation-duration: 1.4s;
}
#header .social_icons ul li:nth-child(10),
#nav_mobile .social_icons ul li:nth-child(10),
footer .social_icons ul li:nth-child(10) {
  animation-delay: 0.55s;
  animation-duration: 1.5s;
}
#header .social_icons ul li:nth-child(11),
#nav_mobile .social_icons ul li:nth-child(11),
footer .social_icons ul li:nth-child(11) {
  animation-delay: 0.61s;
  animation-duration: 1.6s;
}
#header .social_icons ul li:nth-child(12),
#nav_mobile .social_icons ul li:nth-child(12),
footer .social_icons ul li:nth-child(12) {
  animation-delay: 0.67s;
  animation-duration: 1.7s;
}
#header .social_icons ul li:nth-child(13),
#nav_mobile .social_icons ul li:nth-child(13),
footer .social_icons ul li:nth-child(13) {
  animation-delay: 0.73s;
  animation-duration: 1.8s;
}
#header .social_icons ul li:nth-child(14),
#nav_mobile .social_icons ul li:nth-child(14),
footer .social_icons ul li:nth-child(14) {
  animation-delay: 0.79s;
  animation-duration: 1.9s;
}
#header .social_icons ul li:nth-child(15),
#nav_mobile .social_icons ul li:nth-child(15),
footer .social_icons ul li:nth-child(15) {
  animation-delay: 0.85s;
  animation-duration: 2s;
}
#header .social_icons ul li:nth-child(16),
#nav_mobile .social_icons ul li:nth-child(16),
footer .social_icons ul li:nth-child(16) {
  animation-delay: 0.91s;
  animation-duration: 2.1s;
}
#header .social_icons ul li:nth-child(17),
#nav_mobile .social_icons ul li:nth-child(17),
footer .social_icons ul li:nth-child(17) {
  animation-delay: 0.97s;
  animation-duration: 2.2s;
}
#header .social_icons ul li:nth-child(18),
#nav_mobile .social_icons ul li:nth-child(18),
footer .social_icons ul li:nth-child(18) {
  animation-delay: 1.03s;
  animation-duration: 2.3s;
}
#header .social_icons ul li:nth-child(19),
#nav_mobile .social_icons ul li:nth-child(19),
footer .social_icons ul li:nth-child(19) {
  animation-delay: 1.09s;
  animation-duration: 2.4s;
}
#header .social_icons ul li:nth-child(20),
#nav_mobile .social_icons ul li:nth-child(20),
footer .social_icons ul li:nth-child(20) {
  animation-delay: 1.15s;
  animation-duration: 2.5s;
}
#header .social_icons ul li a.icon_container,
#nav_mobile .social_icons ul li a.icon_container,
footer .social_icons ul li a.icon_container {
  display: inline-flex;
  align-items: center;
  height: 48px;
  transition: height 1s;
  position: relative;
  text-align: center;
  margin-left: 0px;
  min-width: 48px;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  #header .social_icons ul li a.icon_container,
  #nav_mobile .social_icons ul li a.icon_container,
  footer .social_icons ul li a.icon_container {
    width: 48px;
  }
  #header .social_icons ul li a.icon_container .icon,
  #nav_mobile .social_icons ul li a.icon_container .icon,
  footer .social_icons ul li a.icon_container .icon {
    transform: scale(0.85);
  }
}
@media (max-width: 740px) {
  #header .social_icons ul li a.icon_container,
  #nav_mobile .social_icons ul li a.icon_container,
  footer .social_icons ul li a.icon_container {
    background: none;
  }
}
@media (max-width: 414px) {
  #header .social_icons ul li a.icon_container:first-child,
  #nav_mobile .social_icons ul li a.icon_container:first-child,
  footer .social_icons ul li a.icon_container:first-child {
    margin-left: 0;
  }
}
#header .social_icons ul li a.icon_container .title,
#nav_mobile .social_icons ul li a.icon_container .title,
footer .social_icons ul li a.icon_container .title {
  display: none;
}
#header .social_icons ul li a.icon_container .icon,
#nav_mobile .social_icons ul li a.icon_container .icon,
footer .social_icons ul li a.icon_container .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#header .social_icons ul li a.icon_container .icon svg,
#nav_mobile .social_icons ul li a.icon_container .icon svg,
footer .social_icons ul li a.icon_container .icon svg {
  width: 100%;
  height: 100%;
}
#header .social_icons ul li a.icon_container .icon svg *,
#nav_mobile .social_icons ul li a.icon_container .icon svg *,
footer .social_icons ul li a.icon_container .icon svg * {
  transition: fill 2s;
  fill: rgba(255, 255, 255, 0.25);
}
@media (max-width: 1024px) {
  #header .social_icons ul li a.icon_container .icon svg *,
  #nav_mobile .social_icons ul li a.icon_container .icon svg *,
  footer .social_icons ul li a.icon_container .icon svg * {
    fill: rgba(255, 255, 255, 0.3);
  }
}
#header .social_icons ul li a.icon_container .icon.patreon svg,
#nav_mobile .social_icons ul li a.icon_container .icon.patreon svg,
footer .social_icons ul li a.icon_container .icon.patreon svg {
  transform: scale(0.5);
}
#header .social_icons ul li a.icon_container .icon.facebook svg,
#nav_mobile .social_icons ul li a.icon_container .icon.facebook svg,
footer .social_icons ul li a.icon_container .icon.facebook svg {
  transform: scale(0.5);
}
#header .social_icons ul li a.icon_container .icon.x svg,
#nav_mobile .social_icons ul li a.icon_container .icon.x svg,
footer .social_icons ul li a.icon_container .icon.x svg {
  transform: scale(0.55);
}
#header .social_icons ul li a.icon_container .icon.soundcloud svg,
#nav_mobile .social_icons ul li a.icon_container .icon.soundcloud svg,
footer .social_icons ul li a.icon_container .icon.soundcloud svg {
  transform: scale(0.75) translate3d(0px, 0px, 0);
}
#header .social_icons ul li a.icon_container .icon.vimeo svg,
#nav_mobile .social_icons ul li a.icon_container .icon.vimeo svg,
footer .social_icons ul li a.icon_container .icon.vimeo svg {
  transform: scale(1.3) translate3d(0px, 1px, 0);
}
#header .social_icons ul li a.icon_container .icon.buymeacoffee svg,
#nav_mobile .social_icons ul li a.icon_container .icon.buymeacoffee svg,
footer .social_icons ul li a.icon_container .icon.buymeacoffee svg {
  transform: scale(0.5) translate3d(0px, 1px, 0);
}
#header .social_icons ul li a.icon_container:hover,
#nav_mobile .social_icons ul li a.icon_container:hover,
footer .social_icons ul li a.icon_container:hover {
  background: rgba(0, 0, 0, 0.5);
}
#header .social_icons ul li a.icon_container:hover .icon svg *,
#nav_mobile .social_icons ul li a.icon_container:hover .icon svg *,
footer .social_icons ul li a.icon_container:hover .icon svg * {
  transition: fill 0.1s;
  fill: rgb(242.25, 242.25, 242.25) !important;
}

.lightbox-newsletter-container {
  display: none;
}
.lightbox-newsletter-container.active {
  display: block;
}

.page-overlay.newsletter {
  position: fixed;
  display: block;
  background: #000 !important;
  opacity: 0.5;
  z-index: 1500;
}
.page-overlay.newsletter.ng-enter {
  opacity: 0;
  transition: opacity 0.2s;
}
.page-overlay.newsletter.ng-enter.ng-enter-active {
  opacity: 0.5;
}
.page-overlay.newsletter.ng-leave {
  opacity: 0.5;
  transition: opacity 0.35s;
}
.page-overlay.newsletter.ng-leave.ng-leave-active {
  opacity: 0;
}

.lightbox-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  overflow-y: scroll;
  width: 100%;
  cursor: pointer;
}
.lightbox.newsletter {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  z-index: 2000;
  display: inline-block;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  transition: top 1s;
  cursor: default;
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: fade_scale_90 0.5s;
}
@media (max-width: 768px) {
  .lightbox.newsletter {
    width: 88%;
    margin-left: 0px;
    left: 6%;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter {
    top: 50px;
    background: rgba(0, 0, 0, 0.9);
    margin-bottom: 50px;
  }
}
.lightbox.newsletter .inside {
  display: inline-block;
  padding: 50px 12% 60px;
  min-height: 300px;
  width: 100%;
}
@media (max-width: 414px) {
  .lightbox.newsletter .inside {
    padding: 50px 12% 20px;
  }
}
.lightbox.newsletter .close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 414px) {
  .lightbox.newsletter .close-btn {
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
  }
}
.lightbox.newsletter .close-btn::before, .lightbox.newsletter .close-btn::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30%;
  position: absolute;
  top: 24px;
  transition: background 1s;
  background: rgba(255, 255, 255, 0.3);
}
.lightbox.newsletter .close-btn::before {
  transform: rotate(45deg);
}
.lightbox.newsletter .close-btn::after {
  transform: rotate(-45deg);
}
.lightbox.newsletter .close-btn:hover::before, .lightbox.newsletter .close-btn:hover::after {
  transition: background 0.3s;
  background: white;
}
.lightbox.newsletter .title-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 414px) {
  .lightbox.newsletter .title-container {
    margin-bottom: 30px;
  }
}
.lightbox.newsletter .title-container .title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 25px;
  font-family: "Playfair Display", serif;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 2px;
  user-select: none;
  animation: fade 0.5s;
}
.lightbox.newsletter .title-container .title span {
  font-weight: 300;
}
@media (max-width: 1367px) {
  .lightbox.newsletter .title-container .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .lightbox.newsletter .title-container .title {
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter .title-container .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.lightbox.newsletter .title-container .shadow {
  position: absolute;
  top: 100%;
  left: -10%;
  width: 120%;
  height: 30px;
  background-size: contain;
  background-position: 50% 0%;
}

.lightbox.newsletter form {
  width: 100%;
  min-height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: both;
  text-align: center;
}
@media (max-width: 1226px) {
  .lightbox.newsletter form {
    max-width: none;
  }
}
.lightbox.newsletter form .titre {
  text-align: left;
  font-size: 15px;
  margin-bottom: 35px;
  margin-top: 40px;
  user-select: none;
}
.lightbox.newsletter form .container {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  transition: margin 0.5s;
  /**************  PLACEHOLDER   ***************/
}
@media (max-width: 414px) {
  .lightbox.newsletter form .container {
    margin-bottom: 10px;
  }
}
.lightbox.newsletter form .container:nth-child(1) {
  animation-delay: 0s;
}
.lightbox.newsletter form .container:nth-child(2) {
  animation-delay: 0.04s;
}
.lightbox.newsletter form .container:nth-child(3) {
  animation-delay: 0.08s;
}
.lightbox.newsletter form .container:nth-child(4) {
  animation-delay: 0.12s;
}
.lightbox.newsletter form .container:nth-child(5) {
  animation-delay: 0.16s;
}
.lightbox.newsletter form .container:nth-child(6) {
  animation-delay: 0.2s;
}
.lightbox.newsletter form .container:nth-child(7) {
  animation-delay: 0.24s;
}
.lightbox.newsletter form .container:nth-child(8) {
  animation-delay: 0.28s;
}
.lightbox.newsletter form .container:nth-child(9) {
  animation-delay: 0.32s;
}
.lightbox.newsletter form .container:nth-child(10) {
  animation-delay: 0.36s;
}
.lightbox.newsletter form .container:nth-child(11) {
  animation-delay: 0.4s;
}
.lightbox.newsletter form .container:nth-child(12) {
  animation-delay: 0.44s;
}
.lightbox.newsletter form .container:nth-child(13) {
  animation-delay: 0.48s;
}
.lightbox.newsletter form .container:nth-child(14) {
  animation-delay: 0.52s;
}
.lightbox.newsletter form .container:nth-child(15) {
  animation-delay: 0.56s;
}
.lightbox.newsletter form .container:nth-child(16) {
  animation-delay: 0.6s;
}
.lightbox.newsletter form .container:nth-child(17) {
  animation-delay: 0.64s;
}
.lightbox.newsletter form .container:nth-child(18) {
  animation-delay: 0.68s;
}
.lightbox.newsletter form .container:nth-child(19) {
  animation-delay: 0.72s;
}
.lightbox.newsletter form .container:nth-child(20) {
  animation-delay: 0.76s;
}
.lightbox.newsletter form .container.focus-submitted.make-room {
  margin-top: 30px;
}
.lightbox.newsletter form .container label {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #003359;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 20px;
  display: none !important;
}
.lightbox.newsletter form .container input, .lightbox.newsletter form .container textarea {
  position: relative;
  user-select: text;
}
.lightbox.newsletter form .container input, .lightbox.newsletter form .container textarea, .lightbox.newsletter form .container select,
.lightbox.newsletter form .container .selectize-input .item, .lightbox.newsletter form .container .selectize-dropdown .option {
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #fff;
  letter-spacing: 1px;
}
.lightbox.newsletter form .container .selectize-input .item {
  padding-top: 15px;
}
.lightbox.newsletter form .container .option {
  font-size: 14.5px;
  font-weight: 400;
  color: #777368;
  padding: 17px 21px;
}
.lightbox.newsletter form .container input, .lightbox.newsletter form .container textarea, .lightbox.newsletter form .container select, .lightbox.newsletter form .container .selectize-input {
  width: 100%;
  z-index: 10;
  padding: 0 20px;
  transition: border 0.5s, box-shadow 0.15s, padding-left 0.3s;
  border: none;
  border-bottom: 1px solid rgba(119, 115, 104, 0.2);
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.5) !important;
  position: relative;
}
.lightbox.newsletter form .container input, .lightbox.newsletter form .container select, .lightbox.newsletter form .container .selectize-input {
  height: 70px;
  line-height: 70px;
}
@media (max-width: 414px) {
  .lightbox.newsletter form .container input, .lightbox.newsletter form .container select, .lightbox.newsletter form .container .selectize-input {
    height: 60px;
    line-height: 60px;
  }
}
.lightbox.newsletter form .container input {
  font-size: 16px;
  will-change: box-shadow, background, padding-left;
}
@media (max-width: 1024px) {
  .lightbox.newsletter form .container input {
    font-size: 15px;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter form .container input {
    font-size: 13px;
  }
}
.lightbox.newsletter form .container input:-webkit-autofill, .lightbox.newsletter form .container textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset, 2px 2px 20px rgba(0, 0, 0, 0.1) !important;
  -webkit-text-fill-color: #fff !important;
  border: 1px solid #000;
  transition: border 0s;
}
.lightbox.newsletter form .container input[type=number]::-webkit-inner-spin-button,
.lightbox.newsletter form .container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.lightbox.newsletter form .container input::placeholder, .lightbox.newsletter form .container textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5) !important;
}
@media (max-width: 1024px) {
  .lightbox.newsletter form .container input::placeholder, .lightbox.newsletter form .container textarea::placeholder {
    font-size: 15px;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter form .container input::placeholder, .lightbox.newsletter form .container textarea::placeholder {
    font-size: 13px;
  }
}
.lightbox.newsletter form .container input:focus::placeholder, .lightbox.newsletter form .container textarea:focus::placeholder {
  opacity: 0.35 !important;
}
.lightbox.newsletter form .container.left {
  width: 48%;
  float: left;
}
.lightbox.newsletter form .container.right {
  width: 48%;
  float: right;
}
.lightbox.newsletter form .container.full {
  width: 100%;
  float: left;
}
.lightbox.newsletter form .container.clear {
  clear: both;
}
@media (max-width: 414px) {
  .lightbox.newsletter form .container {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
}
.lightbox.newsletter form legend {
  font-weight: 700;
  font-family: "Kreon", serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
  float: left;
  width: 100%;
  position: relative;
}
.lightbox.newsletter form legend::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -39px;
  height: 1px;
  width: 21px;
  transition: opacity 0.5s, width 0.2s;
  background: rgba(183, 140, 77, 0.95);
}
@media (max-width: 768px) {
  .lightbox.newsletter form legend::before {
    display: none;
  }
}
.lightbox.newsletter form textarea {
  font-size: 16px;
  resize: none !important;
  padding-top: 30px !important;
  text-align: justify;
  line-height: 1.5;
  height: auto;
  will-change: box-shadow, background, height, padding-left;
  transition: border 0.3s, height 0.5s, min-height 0.5s, padding-left 0.3s !important;
  max-height: 500px;
  min-height: 150px;
}
.lightbox.newsletter form textarea:focus {
  min-height: 170px;
}
@media (max-width: 1024px) {
  .lightbox.newsletter form textarea {
    font-size: 15px;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter form textarea {
    font-size: 13px;
    text-align: left;
  }
}
.lightbox.newsletter form .container.message {
  margin-bottom: 15px;
}
.lightbox.newsletter form .champs-requis {
  text-align: right;
  margin-bottom: 0px;
  float: right;
}
.lightbox.newsletter form .champs-requis p {
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1px;
  color: #777368;
  font-family: "Playfair Display", serif;
}
@media (max-width: 414px) {
  .lightbox.newsletter form .champs-requis {
    display: none;
  }
}
.lightbox.newsletter form button[type=submit] {
  width: 100%;
  clear: both;
  float: none;
  height: 70px;
  padding: 0 0 0 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 0px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 414px) {
  .lightbox.newsletter form button[type=submit] {
    height: 50px;
    width: 100%;
    float: none;
  }
}
.lightbox.newsletter form button[type=submit] p {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  padding: 0px 60px 0px 30px;
  position: relative;
  user-select: none;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 414px) {
  .lightbox.newsletter form button[type=submit] p {
    font-size: 15px;
  }
}
.lightbox.newsletter form button[type=submit] p .icon {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  user-select: none;
  position: absolute;
  top: -4px;
  right: 27px;
  width: 18px;
  height: 18px;
  transform: rotate(30deg);
}
.lightbox.newsletter form button[type=submit] p .icon svg {
  transform: scale(0.5);
}
.lightbox.newsletter form button[type=submit] p .icon * {
  fill: rgba(255, 255, 255, 0.5);
}
@media (max-width: 414px) {
  .lightbox.newsletter form button[type=submit] p .icon {
    top: -6px;
  }
}
.lightbox.newsletter form button[type=submit]:not(.sent):hover, .lightbox.newsletter form button[type=submit]:not(.sent):focus {
  background: #A0C480;
  background: rgb(0, 89.6, 0);
  border: 1px solid rgb(0, 89.6, 0);
}
.lightbox.newsletter form button[type=submit]:not(.sent):hover p, .lightbox.newsletter form button[type=submit]:not(.sent):focus p {
  color: #fff;
}
.lightbox.newsletter form button[type=submit]:not(.sent):hover *, .lightbox.newsletter form button[type=submit]:not(.sent):focus * {
  fill: white;
}
.lightbox.newsletter form button[type=submit].wait {
  transition: background 0.2s;
  background: rgb(76.5, 76.5, 76.5);
}
.lightbox.newsletter form button[type=submit].wait .icon.envoyer,
.lightbox.newsletter form button[type=submit].wait p.envoyer {
  display: none;
}
.lightbox.newsletter form button[type=submit].wait p.wait {
  animation: fade 1s;
}
.lightbox.newsletter form button[type=submit].sent {
  transition: background 0.2s;
  background: green !important;
}
.lightbox.newsletter form button[type=submit].sent p.wait {
  display: none;
}
.lightbox.newsletter form button[type=submit].sent p.sent {
  animation: fade 1s;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.2px;
  padding: 0px 30px 0px 30px;
}
@media (max-width: 414px) {
  .lightbox.newsletter form button[type=submit].sent p.sent {
    font-size: 9px;
  }
}
.lightbox.newsletter form button[type=submit].sent p.sent span {
  display: block;
}
.lightbox.newsletter form button[type=submit] .waiting.spinner {
  transform: translate3d(-14px, 8px, 0);
}

.lightbox.newsletter .note {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}

.lightbox.newsletter .checkbox-container,
.lightbox.newsletter .radio-container {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .lightbox.newsletter .checkbox-container,
  .lightbox.newsletter .radio-container {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .lightbox.newsletter .checkbox-container,
  .lightbox.newsletter .radio-container {
    width: 100%;
  }
}
.lightbox.newsletter .checkbox-container ul li,
.lightbox.newsletter .radio-container ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.lightbox.newsletter .checkbox-container ul li:first-child,
.lightbox.newsletter .radio-container ul li:first-child {
  border-top: none;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(1),
.lightbox.newsletter .radio-container ul li:nth-child(1) {
  animation-delay: 0s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(2),
.lightbox.newsletter .radio-container ul li:nth-child(2) {
  animation-delay: 0.04s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(3),
.lightbox.newsletter .radio-container ul li:nth-child(3) {
  animation-delay: 0.08s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(4),
.lightbox.newsletter .radio-container ul li:nth-child(4) {
  animation-delay: 0.12s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(5),
.lightbox.newsletter .radio-container ul li:nth-child(5) {
  animation-delay: 0.16s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(6),
.lightbox.newsletter .radio-container ul li:nth-child(6) {
  animation-delay: 0.2s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(7),
.lightbox.newsletter .radio-container ul li:nth-child(7) {
  animation-delay: 0.24s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(8),
.lightbox.newsletter .radio-container ul li:nth-child(8) {
  animation-delay: 0.28s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(9),
.lightbox.newsletter .radio-container ul li:nth-child(9) {
  animation-delay: 0.32s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(10),
.lightbox.newsletter .radio-container ul li:nth-child(10) {
  animation-delay: 0.36s;
}
.lightbox.newsletter .checkbox-container label,
.lightbox.newsletter .radio-container label {
  padding: 8px 70px;
  display: inline-block;
  position: relative;
  width: 100%;
  user-select: none;
  font-size: 15px;
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container label,
  .lightbox.newsletter .radio-container label {
    font-size: 13px;
    padding: 10px 70px 10px 0px;
  }
}
.lightbox.newsletter .checkbox-container li:hover input:not([disabled=disabled]) + label,
.lightbox.newsletter .radio-container li:hover input:not([disabled=disabled]) + label {
  color: #777368;
  transition: color 0s;
}
.lightbox.newsletter .checkbox-container input:not([disabled=disabled]) + label,
.lightbox.newsletter .radio-container input:not([disabled=disabled]) + label {
  cursor: pointer;
}
.lightbox.newsletter .checkbox-container input[type=radio],
.lightbox.newsletter .checkbox-container input[type=checkbox],
.lightbox.newsletter .radio-container input[type=radio],
.lightbox.newsletter .radio-container input[type=checkbox] {
  display: none;
}
.lightbox.newsletter .checkbox-container input[type=radio] + label .case,
.lightbox.newsletter .checkbox-container input[type=checkbox] + label .case,
.lightbox.newsletter .radio-container input[type=radio] + label .case,
.lightbox.newsletter .radio-container input[type=checkbox] + label .case {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 70px;
  top: 8px;
  border: 1px solid black;
  padding: 6.5px;
  background: #fff;
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container input[type=radio] + label .case,
  .lightbox.newsletter .checkbox-container input[type=checkbox] + label .case,
  .lightbox.newsletter .radio-container input[type=radio] + label .case,
  .lightbox.newsletter .radio-container input[type=checkbox] + label .case {
    top: calc(50% - 10px);
    right: 0px;
  }
}
.lightbox.newsletter .checkbox-container input[type=radio] + label .case span,
.lightbox.newsletter .checkbox-container input[type=checkbox] + label .case span,
.lightbox.newsletter .radio-container input[type=radio] + label .case span,
.lightbox.newsletter .radio-container input[type=checkbox] + label .case span {
  background: #fff;
  display: block;
  height: 100%;
  transition: opacity 0.05s;
  border-radius: 50%;
  opacity: 0;
}
.lightbox.newsletter .checkbox-container input[type=radio]:checked + label .case,
.lightbox.newsletter .checkbox-container input[type=checkbox]:checked + label .case,
.lightbox.newsletter .radio-container input[type=radio]:checked + label .case,
.lightbox.newsletter .radio-container input[type=checkbox]:checked + label .case {
  background: rgba(183, 140, 77, 0.95);
  border: 1px solid rgba(183, 140, 77, 0.95);
}
.lightbox.newsletter .checkbox-container input[type=radio]:checked + label .case span,
.lightbox.newsletter .checkbox-container input[type=checkbox]:checked + label .case span,
.lightbox.newsletter .radio-container input[type=radio]:checked + label .case span,
.lightbox.newsletter .radio-container input[type=checkbox]:checked + label .case span {
  opacity: 1;
}

.lightbox.newsletter .radio-container {
  width: 100%;
  margin: 0;
  margin-top: 15px;
  padding-top: 10px;
  animation-delay: 0.4s;
  transition: margin 0.5s;
}
.lightbox.newsletter .radio-container.focus-submitted.make-room {
  margin-top: 40px;
}
.lightbox.newsletter .radio-container p {
  display: inline-block;
  user-select: none;
  padding-right: 20px;
  margin-bottom: 5px;
}
.lightbox.newsletter .radio-container ul {
  display: inline-block;
}
.lightbox.newsletter .radio-container ul li {
  display: inline-block;
  border-top: none;
}
.lightbox.newsletter .radio-container ul li label {
  width: auto;
  padding: 8px 40px 8px 0px;
}
.lightbox.newsletter .radio-container ul li label .case {
  right: 15px !important;
}
@media (max-width: 1226px) {
  .lightbox.newsletter .radio-container ul li label .case {
    left: auto !important;
  }
}

.lightbox.newsletter .checkbox-container {
  position: relative;
  padding-bottom: 30px;
}
.lightbox.newsletter .checkbox-container.brochures {
  padding-bottom: 20px;
}
.lightbox.newsletter .checkbox-container.brochures label {
  font-size: 10px !important;
  font-weight: 400 !important;
  font-family: "Playfair Display", serif !important;
  line-height: 1.6 !important;
  padding-top: 16px;
  padding-left: 35px;
  color: rgba(39, 56, 52, 0.6) !important;
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container.brochures label {
    font-size: 9px !important;
  }
}
.lightbox.newsletter .checkbox-container.brochures label:hover {
  color: rgba(39, 56, 52, 0.6) !important;
}
.lightbox.newsletter .checkbox-container ul {
  display: inline-block;
}
.lightbox.newsletter .checkbox-container ul li {
  animation-fill-mode: both !important;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(1) {
  animation: fade 1s;
  animation-delay: 0.35s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(2) {
  animation: fade 1s;
  animation-delay: 0.4s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(3) {
  animation: fade 1s;
  animation-delay: 0.45s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(4) {
  animation: fade 1s;
  animation-delay: 0.5s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(5) {
  animation: fade 1s;
  animation-delay: 0.55s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(6) {
  animation: fade 1s;
  animation-delay: 0.6s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(7) {
  animation: fade 1s;
  animation-delay: 0.65s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(8) {
  animation: fade 1s;
  animation-delay: 0.7s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(9) {
  animation: fade 1s;
  animation-delay: 0.75s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(10) {
  animation: fade 1s;
  animation-delay: 0.8s;
}
@media (max-width: 1226px) {
  .lightbox.newsletter .checkbox-container ul li {
    display: inline-block;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .lightbox.newsletter .checkbox-container ul li {
    width: 90%;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container ul li {
    width: 100%;
  }
}
.lightbox.newsletter .checkbox-container ul li, .lightbox.newsletter .checkbox-container ul input, .lightbox.newsletter .checkbox-container ul label {
  min-height: 45px;
}
.lightbox.newsletter .checkbox-container ul li:nth-last-of-type(1) label:after,
.lightbox.newsletter .checkbox-container ul li:nth-last-of-type(2) label:after {
  opacity: 0;
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container ul li:nth-last-of-type(2) label:after {
    opacity: 1;
  }
}
.lightbox.newsletter .checkbox-container ul li:hover input:not([disabled=disabled]) + label {
  color: #777368;
  transition: color 0s;
}
.lightbox.newsletter .checkbox-container ul input:not([disabled=disabled]) + label {
  cursor: pointer;
}
.lightbox.newsletter .checkbox-container ul label {
  padding: 13px 0 6px 37px;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.15;
  color: rgb(64.3951219512, 62.8975609756, 58.4048780488);
  transition: color 0s;
  position: relative;
  width: 100%;
  user-select: none;
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container ul label {
    font-size: 15px;
  }
}
.lightbox.newsletter .checkbox-container ul label.brochures {
  font-size: 20px;
  letter-spacing: 0;
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container ul label.brochures {
    font-size: 18px;
  }
}
.lightbox.newsletter .checkbox-container ul label.brochures .case {
  top: 13px !important;
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container ul label.brochures .case {
    top: 17px !important;
  }
}
.lightbox.newsletter .checkbox-container ul label:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: opacity 0.8s, background 0.2s;
  bottom: 1px;
  right: 0;
  background: rgba(0, 0, 0, 0.07);
  height: 1px;
  width: calc(100% - 37px);
}
.lightbox.newsletter .checkbox-container ul label p {
  line-height: 1.5;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Kreon", serif;
  user-select: none;
  cursor: pointer;
  color: rgba(39, 56, 52, 0.6);
}
.lightbox.newsletter .checkbox-container ul input[type=radio],
.lightbox.newsletter .checkbox-container ul input[type=checkbox] {
  display: none;
}
.lightbox.newsletter .checkbox-container ul input[type=radio] + label .case,
.lightbox.newsletter .checkbox-container ul input[type=checkbox] + label .case {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: -3px;
  top: 8px;
  padding: 6.5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 1226px) {
  .lightbox.newsletter .checkbox-container ul input[type=radio] + label .case,
  .lightbox.newsletter .checkbox-container ul input[type=checkbox] + label .case {
    left: 0px;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container ul input[type=radio] + label .case,
  .lightbox.newsletter .checkbox-container ul input[type=checkbox] + label .case {
    top: 11px;
  }
}
.lightbox.newsletter .checkbox-container ul input[type=radio] + label span,
.lightbox.newsletter .checkbox-container ul input[type=checkbox] + label span {
  background: #A0C480;
  display: block;
  height: 100%;
  transition: transform 0.2s;
  border-radius: 50%;
  transform: scale(0);
}
.lightbox.newsletter .checkbox-container ul input[type=radio]:checked + label span,
.lightbox.newsletter .checkbox-container ul input[type=checkbox]:checked + label span {
  transition: transform 0.15s;
  transform: scale(1);
}

.lightbox.newsletter .checkbox-container.segments ul {
  width: calc(100% + 50px);
}
.lightbox.newsletter .checkbox-container.segments ul li {
  width: 50%;
  display: inline-block;
  float: left;
  padding-right: 50px;
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container.segments ul li {
    width: 100%;
  }
}

@keyframes show_tooltip {
  0% {
    z-index: 1;
    transform: translateY(30px);
  }
  50% {
    z-index: 1;
    transform: translateY(-1px);
  }
  51% {
    z-index: 20;
  }
  100% {
    z-index: 20;
    transform: translateY(0px);
  }
}
@keyframes show_tooltip_triangle {
  0% {
    transform: translateY(-20px);
  }
  20% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.lightbox.newsletter form.ng-submitted input.focus-submitted + .tooltip,
.lightbox.newsletter form.ng-submitted div.container.select.focus-submitted .tooltip,
.lightbox.newsletter form.ng-submitted div.radio-container.focus-submitted .tooltip,
.lightbox.newsletter form.ng-submitted div#gdpr_container.focus-submitted .tooltip,
.lightbox.newsletter form.ng-submitted textarea.focus-submitted + .tooltip {
  display: inline-block;
}

.lightbox.newsletter form .tooltip {
  position: absolute;
  top: -43px;
  left: 19px;
  will-change: transform, opacity;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.09) !important;
  transform: translate3d(0, 0, 0);
  display: none;
  animation-fill-mode: both !important;
  animation: show_tooltip 0.25s;
}
.lightbox.newsletter form .tooltip.active {
  display: inline-block;
  top: -55px;
  left: 8px;
}
.lightbox.newsletter form .tooltip span {
  padding: 15px 19px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  animation: fade 0.2s;
  cursor: default;
  user-select: none;
}
.lightbox.newsletter form .tooltip span::first-letter {
  text-transform: uppercase;
}
.lightbox.newsletter form .tooltip > div::after {
  content: "";
  transform: translate3d(0, 0, 0);
  animation: show_tooltip_triangle 0.3s;
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid green;
}
.lightbox.newsletter form .tooltip .files-missing, .lightbox.newsletter form .tooltip.active div,
.lightbox.newsletter form .tooltip [ng-message=required] {
  background: rgb(174.1853698914, 53.5593585101, 52.8546301086);
}
.lightbox.newsletter form .tooltip .files-missing::after, .lightbox.newsletter form .tooltip.active div::after,
.lightbox.newsletter form .tooltip [ng-message=required]::after {
  border-left-color: rgb(174.1853698914, 53.5593585101, 52.8546301086);
}
.lightbox.newsletter form .tooltip [ng-message=pattern] {
  background: rgb(202.4011013216, 143.1830396476, 38.1488986784);
}
.lightbox.newsletter form .tooltip [ng-message=pattern]::after {
  border-left-color: rgb(202.4011013216, 143.1830396476, 38.1488986784);
}

.lightbox.newsletter form.ng-submitted input.ng-invalid,
.lightbox.newsletter form.ng-submitted textarea.ng-invalid {
  background: rgb(42.21, 16.3296, 16.1784) !important;
}
.lightbox.newsletter form.ng-submitted input.ng-invalid-pattern,
.lightbox.newsletter form.ng-submitted textarea.ng-invalid-pattern {
  background: rgb(49.368, 38.918, 20.383) !important;
}

.lightbox.newsletter form .container.input .icon {
  height: 100%;
}
.lightbox.newsletter form .container .icon {
  position: absolute;
  z-index: 20;
  top: 0.5px;
  will-change: opacity, transform;
}
.lightbox.newsletter form .container .icon.ng-enter {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.25s 0.05s, transform 0.2s 0.05s;
}
.lightbox.newsletter form .container .icon.ng-enter.ng-enter-active {
  transform: scale(1);
  opacity: 1;
}
.lightbox.newsletter form .container .icon-checked {
  width: 14px;
  left: 13px;
}
.lightbox.newsletter form .container .icon-checked * {
  fill: green;
}
.lightbox.newsletter form .container .icon-circle {
  width: 9px;
  left: 14px;
}
.lightbox.newsletter form .container .icon-circle .st0 {
  fill: rgb(251.94, 166.19, 9.265);
}
.lightbox.newsletter form .container .icon-cross {
  width: 10px;
  left: 13px;
}
.lightbox.newsletter form .container .icon-cross .st0 {
  fill: none;
  stroke: rgb(233.4, 31.104, 30.816);
  stroke-width: 9;
  stroke-miterlimit: 10;
}
.lightbox.newsletter form .container.textarea .icon-checked {
  top: 32.5px;
}
.lightbox.newsletter form .container.textarea .icon-circle, .lightbox.newsletter form .container.textarea .icon-cross {
  top: 31.5px;
}
.lightbox.newsletter form input.prefill, .lightbox.newsletter form input.ng-invalid.cross-has-shown, .lightbox.newsletter form input.ng-invalid-pattern.ng-dirty.blured, .lightbox.newsletter form input.ng-invalid-pattern.ng-dirty.blured, .lightbox.newsletter form input.ng-valid.blured.ng-dirty, .lightbox.newsletter form input[disabled=disabled] {
  padding-left: 35px !important;
}
.lightbox.newsletter form textarea.ng-valid:not(.ng-empty), .lightbox.newsletter form textarea.cross-has-shown {
  padding-left: 35px !important;
}
.lightbox.newsletter form .not-required-textarea .icon-checked {
  display: none !important;
}
.lightbox.newsletter form.ng-submitted input.ng-invalid-pattern, .lightbox.newsletter form.ng-submitted textarea.ng-invalid-pattern {
  padding-left: 35px !important;
}
.lightbox.newsletter form.ng-submitted input[type=tel].ng-valid, .lightbox.newsletter form.ng-submitted input[type=email].ng-valid, .lightbox.newsletter form.ng-submitted textarea[type=tel].ng-valid, .lightbox.newsletter form.ng-submitted textarea[type=email].ng-valid {
  padding-left: 35px !important;
}

.lightbox.newsletter form[disabled=disabled] .container input, .lightbox.newsletter form[disabled=disabled] .container textarea {
  color: rgba(255, 255, 255, 0.7) !important;
  user-select: none;
  cursor: default;
  padding-left: 35px !important;
}
.lightbox.newsletter form[disabled=disabled] .container input:disabled:-webkit-autofill, .lightbox.newsletter form[disabled=disabled] .container textarea:disabled:-webkit-autofill {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
}

.lightbox.newsletter div#gdpr_container,
.lightbox.newsletter div#consent_container {
  width: 100%;
  display: inline-block;
  margin: 20px auto 0px !important;
  position: relative;
}
@media (max-width: 1024px) {
  .lightbox.newsletter div#gdpr_container,
  .lightbox.newsletter div#consent_container {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .lightbox.newsletter div#gdpr_container,
  .lightbox.newsletter div#consent_container {
    width: 100%;
  }
}
.lightbox.newsletter div#gdpr_container .tooltip.gdpr,
.lightbox.newsletter div#consent_container .tooltip.gdpr {
  left: 35px;
  top: -55px;
}
.lightbox.newsletter div#gdpr_container p.note,
.lightbox.newsletter div#consent_container p.note {
  padding-left: 35px;
  user-select: none;
  z-index: 11;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Playfair Display", serif;
}
.lightbox.newsletter div#gdpr_container p.note a,
.lightbox.newsletter div#consent_container p.note a {
  font-family: "Playfair Display", serif;
  color: white;
  -webkit-text-stroke: #fff;
  text-decoration: underline;
}
.lightbox.newsletter div#gdpr_container p.note, .lightbox.newsletter div#gdpr_container p.note a,
.lightbox.newsletter div#consent_container p.note,
.lightbox.newsletter div#consent_container p.note a {
  font-size: 11px;
}
@media (max-width: 414px) {
  .lightbox.newsletter div#gdpr_container p.note, .lightbox.newsletter div#gdpr_container p.note a,
  .lightbox.newsletter div#consent_container p.note,
  .lightbox.newsletter div#consent_container p.note a {
    font-size: 10px;
  }
}
.lightbox.newsletter div#gdpr_container p.note.consent,
.lightbox.newsletter div#consent_container p.note.consent {
  cursor: pointer;
}
.lightbox.newsletter div#gdpr_container a:hover,
.lightbox.newsletter div#consent_container a:hover {
  color: #273834 !important;
}
.lightbox.newsletter div#gdpr_container input[type=checkbox],
.lightbox.newsletter div#consent_container input[type=checkbox] {
  display: none;
}
.lightbox.newsletter div#gdpr_container input[type=checkbox] + label .case,
.lightbox.newsletter div#consent_container input[type=checkbox] + label .case {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: -3px;
  top: -2px;
  padding: 6.5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 1226px) {
  .lightbox.newsletter div#gdpr_container input[type=checkbox] + label .case,
  .lightbox.newsletter div#consent_container input[type=checkbox] + label .case {
    left: 0px;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter div#gdpr_container input[type=checkbox] + label .case,
  .lightbox.newsletter div#consent_container input[type=checkbox] + label .case {
    top: 13px;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter div#gdpr_container input[type=checkbox] + label .case,
  .lightbox.newsletter div#consent_container input[type=checkbox] + label .case {
    top: calc(50% - 12px);
  }
}
.lightbox.newsletter div#gdpr_container input[type=checkbox] + label .case:hover,
.lightbox.newsletter div#consent_container input[type=checkbox] + label .case:hover {
  cursor: pointer;
}
.lightbox.newsletter div#gdpr_container input[type=checkbox] + label .case span,
.lightbox.newsletter div#consent_container input[type=checkbox] + label .case span {
  background: #A0C480;
  display: block;
  height: 100%;
  border-radius: 50%;
  transition: transform 0.2s;
  transform: scale(0);
}
.lightbox.newsletter div#gdpr_container input[type=checkbox]:checked + label .case span,
.lightbox.newsletter div#consent_container input[type=checkbox]:checked + label .case span {
  transition: transform 0.15s;
  transform: scale(1);
}

.page.page_gallery .banner.top {
  padding: 30px 0 15px;
  text-align: center;
}
.page.page_gallery .banner.top .logo-container {
  width: 200px;
  height: 200px;
  display: inline-block;
  opacity: 0.5;
}
@keyframes pumpIt {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.page.page_gallery .banner.top .logo-container .image.glow {
  animation: pumpIt 5s infinite;
}

.page.page_gallery .banner.banner_gallery {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 70px;
}
.page.page_gallery .banner.banner_gallery .content {
  text-align: left;
}
.page.page_gallery .banner.banner_gallery .titre-section {
  font-size: 17px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: rgba(183, 140, 77, 0.95);
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 414px) {
  .page.page_gallery .banner.banner_gallery .titre-section {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.page.page_gallery .banner.banner_gallery .titre-section:before {
  content: "›";
  position: absolute;
  top: -9px;
  left: -30px;
  font-size: 34px;
  display: inline-block;
  font-weight: 300;
  color: #777368;
}
@media (max-width: 1226px) {
  .page.page_gallery .banner.banner_gallery .titre-section:before {
    display: none;
  }
}
.page.page_gallery .banner.banner_gallery .sous-titre {
  font-size: 15.5px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  margin-bottom: 50px;
}
.page.page_gallery .banner.banner_gallery .sous-titre p {
  padding: 0;
}
@media (max-width: 414px) {
  .page.page_gallery .banner.banner_gallery .sous-titre {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.page.page_gallery .banner.banner_gallery .content #gallery {
  width: calc(100% + 10px);
  margin-left: -5px;
  position: relative;
}
.page.page_gallery .banner.banner_gallery .content a {
  transition: all 0.6s;
  cursor: pointer;
  animation-fill-mode: none !important;
  opacity: 1;
}
.page.page_gallery .banner.banner_gallery .content a img {
  transition: filter 2s;
  filter: brightness(90%);
}
@media (max-width: 1024px) {
  .page.page_gallery .banner.banner_gallery .content a img {
    filter: brightness(100%);
  }
}
.page.page_gallery .banner.banner_gallery .content a .caption {
  font-family: "Playfair Display", serif;
  display: block;
  text-align: center;
  padding: 10px 15px;
  font-size: 11.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1 !important;
  background-color: rgba(183, 140, 77, 0.85);
  transition: transform 0.3s;
  display: none !important;
}
.page.page_gallery .banner.banner_gallery .content a span.description {
  display: none;
}
.page.page_gallery .banner.banner_gallery .content a:hover .caption {
  transform: translate3d(0, 100%, 0);
}
.page.page_gallery .banner.banner_gallery .content a:hover img {
  transition: filter 0.2s;
  filter: brightness(100%) contrast(105%);
}

.front-page {
  background: #000;
  height: 100vh;
}

.front-page .banner.main {
  background: #000;
  position: relative;
  height: 100%;
}
.front-page .banner.main .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.front-page .banner.main .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-page .banner.main .video-container .overlay {
  background: #000;
  transition: opacity 5s ease;
  opacity: 0.85;
}
.front-page .banner.main button.play {
  transition: transform 0.5s;
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  bottom: 190px;
  z-index: 100;
  animation: fade 2s;
}
.front-page .banner.main button.play .st0 {
  opacity: 0.75;
  transition: opacity 0.5s;
}
.front-page .banner.main button.play .st1 {
  fill: #2A2B33;
}
.front-page .banner.main button.play .st2 {
  fill: #77C6C5;
}
.front-page .banner.main button.play:hover {
  transition: transform 2s !important;
  transform: scale(0.95);
}
.front-page .banner.main button.play:hover .st2 {
  fill: #fff;
}
.front-page .banner.main button.play:hover .st0 {
  opacity: 0.9;
  transition: opacity 0.3s;
}
@media (max-width: 1367px) {
  .front-page .banner.main button.play {
    height: 80px;
    width: 80px;
    left: calc(50% - 40px);
    bottom: 155px;
  }
}
@media (max-width: 1024px) {
  .front-page .banner.main button.play {
    bottom: 175px;
  }
}
@media (max-width: 768px) {
  .front-page .banner.main button.play {
    bottom: 195px;
  }
}
@media (max-width: 414px) {
  .front-page .banner.main button.play {
    bottom: 145px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
}
.front-page .banner.main .image {
  background-position: 50% 50%;
}
/*# sourceMappingURL=application.css.map */
