@import url(https://cdn.jsdelivr.net/gh/AmauriC/tarteaucitron.js@1.9.1/css/tarteaucitron.css);@charset "UTF-8";
/* WordPlate */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

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

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

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

  pre {
    white-space: pre-wrap !important;
  }

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

  thead {
    display: table-header-group;
  }

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

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

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

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

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

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

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.flex-vertical {
  display: flex;
  align-items: center;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.ml-0 {
  margin-left: 0;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.m-0 {
  margin: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-0 {
  padding: 0;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.relative {
  position: relative;
}

@media (max-width: 699px) {
  .mobile-hidden {
    display: none;
  }
}

@media only screen and (min-width: 1240px) {
  body:not(.header-simple) #Top_bar #menu {
    display: block !important;
  }

  .tr-menu #Top_bar #menu {
    background: none !important;
  }

  #Top_bar .menu > li > ul.mfn-megamenu {
    width: 984px;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li {
    float: left;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-1 {
    width: 100%;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-2 {
    width: 50%;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-3 {
    width: 33.33%;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-4 {
    width: 25%;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-5 {
    width: 20%;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-6 {
    width: 16.66%;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
    display: block !important;
    position: inherit;
    left: auto;
    top: auto;
    border-width: 0 1px 0 0;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li:last-child > ul {
    border: 0;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li > ul li {
    width: auto;
  }

  #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
    text-transform: uppercase;
    font-weight: 400;
    background: none;
  }

  #Top_bar .menu > li > ul.mfn-megamenu a .menu-arrow {
    display: none;
  }

  .menuo-right #Top_bar .menu > li > ul.mfn-megamenu {
    left: auto;
    right: 0;
  }

  .menuo-right #Top_bar .menu > li > ul.mfn-megamenu-bg {
    box-sizing: border-box;
  }

  #Top_bar .menu > li > ul.mfn-megamenu-bg {
    padding: 20px 166px 20px 20px;
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .rtl #Top_bar .menu > li > ul.mfn-megamenu-bg {
    padding-left: 166px;
    padding-right: 20px;
    background-position: left bottom;
  }

  #Top_bar .menu > li > ul.mfn-megamenu-bg > li {
    background: none;
  }

  #Top_bar .menu > li > ul.mfn-megamenu-bg > li a {
    border: none;
  }

  #Top_bar .menu > li > ul.mfn-megamenu-bg > li > ul {
    background: none !important;
    box-shadow: 0 0 0 0;
  }

  .mm-vertical #Top_bar .container {
    position: relative;
  }

  .mm-vertical #Top_bar .top_bar_left {
    position: static;
  }

  .mm-vertical #Top_bar .menu > li ul {
    box-shadow: 0 0 0 0 transparent !important;
    background-image: none;
  }

  .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu {
    width: 98% !important;
    margin: 0 1%;
    padding: 20px 0;
  }

  .mm-vertical.header-plain #Top_bar .menu > li > ul.mfn-megamenu {
    width: 100% !important;
    margin: 0;
  }

  .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li {
    display: table-cell;
    float: none !important;
    width: 10%;
    padding: 0 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }

  .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li:last-child {
    border-right-width: 0;
  }

  .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li.hide-border {
    border-right-width: 0;
  }

  .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li a {
    border-bottom-width: 0;
    padding: 9px 15px;
    line-height: 120%;
  }

  .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
    font-weight: 900;
  }

  .rtl .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li:first-child {
    border-right-width: 0;
  }

  .rtl .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li:last-child {
    border-right-width: 1px;
  }

  .header-plain:not(.menuo-right) #Header .top_bar_left {
    width: auto !important;
  }

  .header-stack.header-center #Top_bar #menu {
    display: inline-block !important;
  }

  .header-simple #Top_bar #menu {
    display: none;
    height: auto;
    width: 300px;
    bottom: auto;
    top: 100%;
    right: 1px;
    position: absolute;
    margin: 0;
  }

  .header-simple #Header a.responsive-menu-toggle {
    display: block;
    right: 10px;
  }

  .header-simple #Top_bar #menu > ul {
    width: 100%;
    float: left;
  }

  .header-simple #Top_bar #menu ul li {
    width: 100%;
    padding-bottom: 0;
    border-right: 0;
    position: relative;
  }

  .header-simple #Top_bar #menu ul li a {
    padding: 0 20px;
    margin: 0;
    display: block;
    height: auto;
    line-height: normal;
    border: none;
  }

  .header-simple #Top_bar #menu ul li a:after {
    display: none;
  }

  .header-simple #Top_bar #menu ul li a span {
    border: none;
    line-height: 44px;
    display: inline;
    padding: 0;
  }

  .header-simple #Top_bar #menu ul li.submenu .menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    color: #444;
    opacity: 0.33;
  }

  .header-simple #Top_bar #menu ul li.submenu .menu-toggle:after {
    content: "+";
  }

  .header-simple #Top_bar #menu ul li.hover > .menu-toggle:after {
    content: "-";
  }

  .header-simple #Top_bar #menu ul li.hover a {
    border-bottom: 0;
  }

  .header-simple #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
    display: none;
  }

  .header-simple #Top_bar #menu ul li ul {
    position: relative !important;
    left: 0 !important;
    top: 0;
    padding: 0;
    margin: 0 !important;
    width: auto !important;
    background-image: none;
  }

  .header-simple #Top_bar #menu ul li ul li {
    width: 100% !important;
    display: block;
    padding: 0;
  }

  .header-simple #Top_bar #menu ul li ul li a {
    padding: 0 20px 0 30px;
  }

  .header-simple #Top_bar #menu ul li ul li a .menu-arrow {
    display: none;
  }

  .header-simple #Top_bar #menu ul li ul li a span {
    padding: 0;
  }

  .header-simple #Top_bar #menu ul li ul li a span:after {
    display: none !important;
  }

  .header-simple #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
    text-transform: uppercase;
    font-weight: 400;
  }

  .header-simple #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
    display: block !important;
    position: inherit;
    left: auto;
    top: auto;
  }

  .header-simple #Top_bar #menu ul li ul li ul {
    border-left: 0 !important;
    padding: 0;
    top: 0;
  }

  .header-simple #Top_bar #menu ul li ul li ul li a {
    padding: 0 20px 0 40px;
  }

  .rtl.header-simple #Top_bar #menu {
    left: 1px;
    right: auto;
  }

  .rtl.header-simple #Top_bar a.responsive-menu-toggle {
    left: 10px;
    right: auto;
  }

  .rtl.header-simple #Top_bar #menu ul li.submenu .menu-toggle {
    left: 0;
    right: auto;
  }

  .rtl.header-simple #Top_bar #menu ul li ul {
    left: auto !important;
    right: 0 !important;
  }

  .rtl.header-simple #Top_bar #menu ul li ul li a {
    padding: 0 30px 0 20px;
  }

  .rtl.header-simple #Top_bar #menu ul li ul li ul li a {
    padding: 0 40px 0 20px;
  }

  .menu-highlight #Top_bar .menu > li {
    margin: 0 2px;
  }

  .menu-highlight:not(.header-creative) #Top_bar .menu > li > a {
    margin: 20px 0;
    padding: 0;
    border-radius: 5px;
  }

  .menu-highlight #Top_bar .menu > li > a:after {
    display: none;
  }

  .menu-highlight #Top_bar .menu > li > a span:not(.description) {
    line-height: 50px;
  }

  .menu-highlight #Top_bar .menu > li > a span.description {
    display: none;
  }

  .menu-highlight.header-stack #Top_bar .menu > li > a {
    margin: 10px 0 !important;
  }

  .menu-highlight.header-stack #Top_bar .menu > li > a span:not(.description) {
    line-height: 40px;
  }

  .menu-highlight.header-transparent #Top_bar .menu > li > a {
    margin: 5px 0;
  }

  .menu-highlight.header-simple #Top_bar #menu ul li,
.menu-highlight.header-creative #Top_bar #menu ul li {
    margin: 0;
  }

  .menu-highlight.header-simple #Top_bar #menu ul li > a,
.menu-highlight.header-creative #Top_bar #menu ul li > a {
    border-radius: 0;
  }

  .menu-highlight:not(.header-fixed):not(.header-simple) #Top_bar.is-sticky .menu > li > a {
    margin: 10px 0 !important;
    padding: 5px 0 !important;
  }

  .menu-highlight:not(.header-fixed):not(.header-simple) #Top_bar.is-sticky .menu > li > a span {
    line-height: 30px !important;
  }

  .header-modern.menu-highlight.menuo-right .menu_wrapper {
    margin-right: 20px;
  }

  .menu-line-below #Top_bar .menu > li > a:after {
    top: auto;
    bottom: -4px;
  }

  .menu-line-below #Top_bar.is-sticky .menu > li > a:after {
    top: auto;
    bottom: -4px;
  }

  .menu-line-below-80 #Top_bar:not(.is-sticky) .menu > li > a:after {
    height: 4px;
    left: 10%;
    top: 50%;
    margin-top: 20px;
    width: 80%;
  }

  .menu-line-below-80-1 #Top_bar:not(.is-sticky) .menu > li > a:after {
    height: 1px;
    left: 10%;
    top: 50%;
    margin-top: 20px;
    width: 80%;
  }

  .menu-link-color #Top_bar .menu > li > a:after {
    display: none !important;
  }

  .menu-arrow-top #Top_bar .menu > li > a:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    display: block;
    height: 0;
    left: 50%;
    margin-left: -7px;
    top: 0 !important;
    width: 0;
  }

  .menu-arrow-top #Top_bar.is-sticky .menu > li > a:after {
    top: 0 !important;
  }

  .menu-arrow-bottom #Top_bar .menu > li > a:after {
    background: none !important;
    border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 0 7px 7px;
    display: block;
    height: 0;
    left: 50%;
    margin-left: -7px;
    top: auto;
    bottom: 0;
    width: 0;
  }

  .menu-arrow-bottom #Top_bar.is-sticky .menu > li > a:after {
    top: auto;
    bottom: 0;
  }

  .menuo-no-borders #Top_bar .menu > li > a span {
    border-width: 0 !important;
  }

  .menuo-no-borders #Header_creative #Top_bar .menu > li > a span {
    border-bottom-width: 0;
  }

  .menuo-no-borders.header-plain #Top_bar a#header_cart,
.menuo-no-borders.header-plain #Top_bar a#search_button,
.menuo-no-borders.header-plain #Top_bar .wpml-languages,
.menuo-no-borders.header-plain #Top_bar a.action_button {
    border-width: 0;
  }

  .menuo-right #Top_bar .menu_wrapper {
    float: right;
  }

  .menuo-right.header-stack:not(.header-center) #Top_bar .menu_wrapper {
    margin-right: 150px;
  }

  body.header-creative {
    padding-left: 50px;
  }

  body.header-creative.header-open {
    padding-left: 250px;
  }

  body.error404,
body.under-construction,
body.template-blank {
    padding-left: 0 !important;
  }

  .header-creative.footer-fixed #Footer,
.header-creative.footer-sliding #Footer,
.header-creative.footer-stick #Footer.is-sticky {
    box-sizing: border-box;
    padding-left: 50px;
  }

  .header-open.footer-fixed #Footer,
.header-open.footer-sliding #Footer,
.header-creative.footer-stick #Footer.is-sticky {
    padding-left: 250px;
  }

  .header-rtl.header-creative.footer-fixed #Footer,
.header-rtl.header-creative.footer-sliding #Footer,
.header-rtl.header-creative.footer-stick #Footer.is-sticky {
    padding-left: 0;
    padding-right: 50px;
  }

  .header-rtl.header-open.footer-fixed #Footer,
.header-rtl.header-open.footer-sliding #Footer,
.header-rtl.header-creative.footer-stick #Footer.is-sticky {
    padding-right: 250px;
  }

  #Header_creative {
    background-color: #fff;
    position: fixed;
    width: 250px;
    height: 100%;
    left: -200px;
    top: 0;
    z-index: 9002;
    box-shadow: 2px 0 4px 2px rgba(0, 0, 0, 0.15);
  }

  #Header_creative .container {
    width: 100%;
  }

  #Header_creative .creative-wrapper {
    opacity: 0;
    margin-right: 50px;
  }

  #Header_creative a.creative-menu-toggle {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 8px;
    border-radius: 3px;
  }

  .admin-bar #Header_creative a.creative-menu-toggle {
    top: 42px;
  }

  #Header_creative #Top_bar {
    position: static;
    width: 100%;
  }

  #Header_creative #Top_bar .top_bar_left {
    width: 100% !important;
    float: none;
  }

  #Header_creative #Top_bar .top_bar_right {
    width: 100% !important;
    float: none;
    height: auto;
    margin-bottom: 35px;
    text-align: center;
    padding: 0 20px;
    top: 0;
    box-sizing: border-box;
  }

  #Header_creative #Top_bar .top_bar_right:before {
    display: none;
  }

  #Header_creative #Top_bar .top_bar_right_wrapper {
    top: 0;
  }

  #Header_creative #Top_bar .logo {
    float: none;
    text-align: center;
    margin: 15px 0;
  }

  #Header_creative #Top_bar #menu {
    background-color: transparent;
  }

  #Header_creative #Top_bar .menu_wrapper {
    float: none;
    margin: 0 0 30px;
  }

  #Header_creative #Top_bar .menu > li {
    width: 100%;
    float: none;
    position: relative;
  }

  #Header_creative #Top_bar .menu > li > a {
    padding: 0;
    text-align: center;
  }

  #Header_creative #Top_bar .menu > li > a:after {
    display: none;
  }

  #Header_creative #Top_bar .menu > li > a span {
    border-right: 0;
    border-bottom-width: 1px;
    line-height: 38px;
  }

  #Header_creative #Top_bar .menu li ul {
    left: 100%;
    right: auto;
    top: 0;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
  }

  #Header_creative #Top_bar .menu > li > ul.mfn-megamenu {
    margin: 0;
    width: 700px !important;
  }

  #Header_creative #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
    left: 0;
  }

  #Header_creative #Top_bar .menu li ul li a {
    padding-top: 9px;
    padding-bottom: 8px;
  }

  #Header_creative #Top_bar .menu li ul li ul {
    top: 0;
  }

  #Header_creative #Top_bar .menu > li > a span.description {
    display: block;
    font-size: 13px;
    line-height: 28px !important;
    clear: both;
  }

  #Header_creative #Top_bar .search_wrapper {
    left: 100%;
    top: auto;
    bottom: 0;
  }

  #Header_creative #Top_bar a#header_cart {
    display: inline-block;
    float: none;
    top: 3px;
  }

  #Header_creative #Top_bar a#search_button {
    display: inline-block;
    float: none;
    top: 3px;
  }

  #Header_creative #Top_bar .wpml-languages {
    display: inline-block;
    float: none;
    top: 0;
  }

  #Header_creative #Top_bar .wpml-languages.enabled:hover a.active {
    padding-bottom: 11px;
  }

  #Header_creative #Top_bar .action_button {
    display: inline-block;
    float: none;
    top: 16px;
    margin: 0;
  }

  #Header_creative #Top_bar .banner_wrapper {
    display: block;
    text-align: center;
  }

  #Header_creative #Top_bar .banner_wrapper img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  #Header_creative #Action_bar {
    display: none;
    position: absolute;
    bottom: 0;
    top: auto;
    clear: both;
    padding: 0 20px;
    box-sizing: border-box;
  }

  #Header_creative #Action_bar .social {
    float: none;
    text-align: center;
    padding: 5px 0 15px;
  }

  #Header_creative #Action_bar .social li {
    margin-bottom: 2px;
  }

  #Header_creative .social li a {
    color: rgba(0, 0, 0, 0.5);
  }

  #Header_creative .social li a:hover {
    color: #000;
  }

  #Header_creative .creative-social {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 50px;
  }

  #Header_creative .creative-social li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .header-creative .fixed-nav.fixed-nav-prev {
    margin-left: 50px;
  }

  .header-creative.header-open .fixed-nav.fixed-nav-prev {
    margin-left: 250px;
  }

  .menuo-last #Header_creative #Top_bar .menu li.last ul {
    top: auto;
    bottom: 0;
  }

  .header-open #Header_creative {
    left: 0;
  }

  .header-open #Header_creative .creative-wrapper {
    opacity: 1;
    margin: 0 !important;
  }

  .header-open #Header_creative .creative-menu-toggle,
.header-open #Header_creative .creative-social {
    display: none;
  }

  .header-open #Header_creative #Action_bar {
    display: block;
  }

  body.header-rtl.header-creative {
    padding-left: 0;
    padding-right: 50px;
  }

  .header-rtl #Header_creative {
    left: auto;
    right: -200px;
  }

  .header-rtl #Header_creative .creative-wrapper {
    margin-left: 50px;
    margin-right: 0;
  }

  .header-rtl #Header_creative a.creative-menu-toggle {
    left: 8px;
    right: auto;
  }

  .header-rtl #Header_creative .creative-social {
    left: 0;
    right: auto;
  }

  .header-rtl #Footer #back_to_top.sticky {
    right: 125px;
  }

  .header-rtl .popup {
    right: 70px;
  }

  .header-rtl #Header_creative #Top_bar .menu li ul {
    left: auto;
    right: 100%;
  }

  .header-rtl #Header_creative #Top_bar .search_wrapper {
    left: auto;
    right: 100%;
  }

  .header-rtl .fixed-nav.fixed-nav-prev {
    margin-left: 0 !important;
  }

  .header-rtl .fixed-nav.fixed-nav-next {
    margin-right: 50px;
  }

  body.header-rtl.header-creative.header-open {
    padding-left: 0;
    padding-right: 250px !important;
  }

  .header-rtl.header-open #Header_creative {
    left: auto;
    right: 0;
  }

  .header-rtl.header-open #Footer #back_to_top.sticky {
    right: 325px;
  }

  .header-rtl.header-open .popup {
    right: 270px;
  }

  .header-rtl.header-open .fixed-nav.fixed-nav-next {
    margin-right: 250px;
  }

  #Header_creative.active {
    left: -1px;
  }

  .header-rtl #Header_creative.active {
    left: auto;
    right: -1px;
  }

  #Header_creative.active .creative-wrapper {
    opacity: 1;
    margin: 0;
  }

  .header-creative .vc_row[data-vc-full-width] {
    padding-left: 50px;
  }

  .header-creative.header-open .vc_row[data-vc-full-width] {
    padding-left: 250px;
  }

  .header-open .vc_parallax .vc_parallax-inner {
    left: auto;
    width: calc(100% - 250px);
  }

  .header-open.header-rtl .vc_parallax .vc_parallax-inner {
    left: 0;
    right: auto;
  }

  #Header_creative.scroll {
    height: 100%;
    overflow-y: auto;
  }

  #Header_creative.scroll:not(.dropdown) .menu li ul {
    display: none !important;
  }

  #Header_creative.scroll #Action_bar {
    position: static;
  }

  #Header_creative.dropdown {
    outline: none;
  }

  #Header_creative.dropdown #Top_bar .menu_wrapper {
    float: left;
  }

  #Header_creative.dropdown #Top_bar #menu ul li {
    position: relative;
    float: left;
  }

  #Header_creative.dropdown #Top_bar #menu ul li a:after {
    display: none;
  }

  #Header_creative.dropdown #Top_bar #menu ul li a span {
    line-height: 38px;
    padding: 0;
  }

  #Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    color: #444;
    opacity: 0.33;
  }

  #Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle:after {
    content: "+";
  }

  #Header_creative.dropdown #Top_bar #menu ul li.hover > .menu-toggle:after {
    content: "-";
  }

  #Header_creative.dropdown #Top_bar #menu ul li.hover a {
    border-bottom: 0;
  }

  #Header_creative.dropdown #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
    display: none;
  }

  #Header_creative.dropdown #Top_bar #menu ul li ul {
    position: relative !important;
    left: 0 !important;
    top: 0;
    padding: 0;
    margin-left: 0 !important;
    width: auto !important;
    background-image: none;
  }

  #Header_creative.dropdown #Top_bar #menu ul li ul li {
    width: 100% !important;
  }

  #Header_creative.dropdown #Top_bar #menu ul li ul li a {
    padding: 0 10px;
    text-align: center;
  }

  #Header_creative.dropdown #Top_bar #menu ul li ul li a .menu-arrow {
    display: none;
  }

  #Header_creative.dropdown #Top_bar #menu ul li ul li a span {
    padding: 0;
  }

  #Header_creative.dropdown #Top_bar #menu ul li ul li a span:after {
    display: none !important;
  }

  #Header_creative.dropdown #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
    text-transform: uppercase;
    font-weight: 400;
  }

  #Header_creative.dropdown #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
    display: block !important;
    position: inherit;
    left: auto;
    top: auto;
  }

  #Header_creative.dropdown #Top_bar #menu ul li ul li ul {
    border-left: 0 !important;
    padding: 0;
    top: 0;
  }

  #Header_creative {
    transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
  }

  #Header_creative .creative-wrapper {
    transition: opacity 0.5s ease-in-out, margin 0s ease-in-out 0.5s;
  }

  #Header_creative.active .creative-wrapper {
    transition: opacity 0.5s ease-in-out, margin 0s ease-in-out;
  }
}
@media only screen and (min-width: 9999px) {
  #Top_bar.is-sticky {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: -60px;
    height: 60px;
    z-index: 701;
    background: #fff;
    opacity: 0.97;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }

  .layout-boxed.header-boxed #Top_bar.is-sticky {
    max-width: 1240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #Top_bar.is-sticky .top_bar_left,
#Top_bar.is-sticky .top_bar_right,
#Top_bar.is-sticky .top_bar_right:before {
    background: none;
  }

  #Top_bar.is-sticky .top_bar_right {
    top: -4px;
    height: auto;
  }

  #Top_bar.is-sticky .top_bar_right_wrapper {
    top: 15px;
  }

  .header-plain #Top_bar.is-sticky .top_bar_right_wrapper {
    top: 0;
  }

  #Top_bar.is-sticky .logo {
    width: auto;
    margin: 0 30px 0 20px;
    padding: 0;
  }

  #Top_bar.is-sticky #logo,
#Top_bar.is-sticky .custom-logo-link {
    padding: 5px 0 !important;
    height: 50px !important;
    line-height: 50px !important;
  }

  .logo-no-sticky-padding #Top_bar.is-sticky #logo {
    height: 60px !important;
    line-height: 60px !important;
  }

  #Top_bar.is-sticky #logo img.logo-main {
    display: none;
  }

  #Top_bar.is-sticky #logo img.logo-sticky {
    display: inline;
    max-height: 35px;
  }

  #Top_bar.is-sticky .menu_wrapper {
    clear: none;
  }

  #Top_bar.is-sticky .menu_wrapper .menu > li > a {
    padding: 15px 0;
  }

  #Top_bar.is-sticky .menu > li > a,
#Top_bar.is-sticky .menu > li > a span {
    line-height: 30px;
  }

  #Top_bar.is-sticky .menu > li > a:after {
    top: auto;
    bottom: -4px;
  }

  #Top_bar.is-sticky .menu > li > a span.description {
    display: none;
  }

  #Top_bar.is-sticky .secondary_menu_wrapper,
#Top_bar.is-sticky .banner_wrapper {
    display: none;
  }

  .header-overlay #Top_bar.is-sticky {
    display: none;
  }

  .sticky-dark #Top_bar.is-sticky,
.sticky-dark #Top_bar.is-sticky #menu {
    background: rgba(0, 0, 0, 0.8);
  }

  .sticky-dark #Top_bar.is-sticky .menu > li > a {
    color: #fff;
  }

  .sticky-dark #Top_bar.is-sticky .top_bar_right a:not(.action_button) {
    color: rgba(255, 255, 255, 0.8);
  }

  .sticky-dark #Top_bar.is-sticky .wpml-languages a.active,
.sticky-dark #Top_bar.is-sticky .wpml-languages ul.wpml-lang-dropdown {
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
  }

  .sticky-white #Top_bar.is-sticky,
.sticky-white #Top_bar.is-sticky #menu {
    background: rgba(255, 255, 255, 0.8);
  }

  .sticky-white #Top_bar.is-sticky .menu > li > a {
    color: #222;
  }

  .sticky-white #Top_bar.is-sticky .top_bar_right a:not(.action_button) {
    color: rgba(0, 0, 0, 0.8);
  }

  .sticky-white #Top_bar.is-sticky .wpml-languages a.active,
.sticky-white #Top_bar.is-sticky .wpml-languages ul.wpml-lang-dropdown {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 1239px) {
  #Top_bar #menu {
    display: none;
    height: auto;
    width: 300px;
    bottom: auto;
    top: 100%;
    right: 1px;
    position: absolute;
    margin: 0;
  }

  #Top_bar a.responsive-menu-toggle {
    display: block;
  }

  #Top_bar #menu > ul {
    width: 100%;
    float: left;
  }

  #Top_bar #menu ul li {
    width: 100%;
    padding-bottom: 0;
    border-right: 0;
    position: relative;
  }

  #Top_bar #menu ul li a {
    padding: 0 25px;
    margin: 0;
    display: block;
    height: auto;
    line-height: normal;
    border: none;
  }

  #Top_bar #menu ul li a:after {
    display: none;
  }

  #Top_bar #menu ul li a span {
    border: none;
    line-height: 44px;
    display: inline;
    padding: 0;
  }

  #Top_bar #menu ul li a span.description {
    margin: 0 0 0 5px;
  }

  #Top_bar #menu ul li.submenu .menu-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    color: #444;
    opacity: 0.33;
  }

  #Top_bar #menu ul li.submenu .menu-toggle:after {
    content: "+";
  }

  #Top_bar #menu ul li.hover > .menu-toggle:after {
    content: "-";
  }

  #Top_bar #menu ul li.hover a {
    border-bottom: 0;
  }

  #Top_bar #menu ul li a span:after {
    display: none !important;
  }

  #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
    display: none;
  }

  #Top_bar #menu ul li ul {
    position: relative !important;
    left: 0 !important;
    top: 0;
    padding: 0;
    margin-left: 0 !important;
    width: auto !important;
    background-image: none !important;
    box-shadow: 0 0 0 0 transparent !important;
    -webkit-box-shadow: 0 0 0 0 transparent !important;
  }

  #Top_bar #menu ul li ul li {
    width: 100% !important;
  }

  #Top_bar #menu ul li ul li a {
    padding: 0 20px 0 35px;
  }

  #Top_bar #menu ul li ul li a .menu-arrow {
    display: none;
  }

  #Top_bar #menu ul li ul li a span {
    padding: 0;
  }

  #Top_bar #menu ul li ul li a span:after {
    display: none !important;
  }

  #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
    text-transform: uppercase;
    font-weight: 400;
  }

  #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
    display: block !important;
    position: inherit;
    left: auto;
    top: auto;
  }

  #Top_bar #menu ul li ul li ul {
    border-left: 0 !important;
    padding: 0;
    top: 0;
  }

  #Top_bar #menu ul li ul li ul li a {
    padding: 0 20px 0 45px;
  }

  .rtl #Top_bar #menu {
    left: 1px;
    right: auto;
  }

  .rtl #Top_bar a.responsive-menu-toggle {
    left: 20px;
    right: auto;
  }

  .rtl #Top_bar #menu ul li.submenu .menu-toggle {
    left: 15px;
    right: auto;
    border-left: none;
    border-right: 1px solid #eee;
  }

  .rtl #Top_bar #menu ul li ul {
    left: auto !important;
    right: 0 !important;
  }

  .rtl #Top_bar #menu ul li ul li a {
    padding: 0 30px 0 20px;
  }

  .rtl #Top_bar #menu ul li ul li ul li a {
    padding: 0 40px 0 20px;
  }

  .header-stack .menu_wrapper a.responsive-menu-toggle {
    position: static !important;
    margin: 11px 0 !important;
  }

  .header-stack .menu_wrapper #menu {
    left: 0;
    right: auto;
  }

  .rtl.header-stack #Top_bar #menu {
    left: auto;
    right: 0;
  }

  .admin-bar #Header_creative {
    top: 32px;
  }

  .header-creative.layout-boxed {
    padding-top: 85px;
  }

  .header-creative.layout-full-width #Wrapper {
    padding-top: 60px;
  }

  #Header_creative {
    position: fixed;
    width: 100%;
    left: 0 !important;
    top: 0;
    z-index: 1001;
  }

  #Header_creative .creative-wrapper {
    display: block !important;
    opacity: 1 !important;
  }

  #Header_creative .creative-menu-toggle,
#Header_creative .creative-social {
    display: none !important;
    opacity: 1 !important;
  }

  #Header_creative #Top_bar {
    position: static;
    width: 100%;
  }

  #Header_creative #Top_bar #logo,
#Header_creative #Top_bar .custom-logo-link {
    height: 50px;
    line-height: 50px;
    padding: 5px 0;
  }

  #Header_creative #Top_bar #logo img.logo-sticky {
    max-height: 40px !important;
  }

  #Header_creative #logo img.logo-main {
    display: none;
  }

  #Header_creative #logo img.logo-sticky {
    display: inline-block;
  }

  .logo-no-sticky-padding #Header_creative #Top_bar #logo {
    height: 60px;
    line-height: 60px;
    padding: 0;
  }

  .logo-no-sticky-padding #Header_creative #Top_bar #logo img.logo-sticky {
    max-height: 60px !important;
  }

  #Header_creative #Action_bar {
    display: none;
  }

  #Header_creative #Top_bar .top_bar_right {
    height: 60px;
    top: 0;
  }

  #Header_creative #Top_bar .top_bar_right:before {
    display: none;
  }

  #Header_creative #Top_bar .top_bar_right_wrapper {
    top: 0;
    padding-top: 9px;
  }

  #Header_creative.scroll {
    overflow: visible !important;
  }
}
#Header_wrapper,
#Intro {
  background-color: #fff3f0;
}

#Subheader {
  background-color: #f7f7f7;
}

.header-classic #Action_bar,
.header-fixed #Action_bar,
.header-plain #Action_bar,
.header-split #Action_bar,
.header-stack #Action_bar {
  background-color: #292b33;
}

#Sliding-top {
  background-color: #ffffff;
}

#Sliding-top a.sliding-top-control {
  border-right-color: #ffffff;
}

#Sliding-top.st-center a.sliding-top-control,
#Sliding-top.st-left a.sliding-top-control {
  border-top-color: #ffffff;
}

#Footer {
  background-color: #ffffff;
}

body,
ul.timeline_items,
.icon_box a .desc,
.icon_box a:hover .desc,
.feature_list ul li a,
.list_item a,
.list_item a:hover,
.widget_recent_entries ul li a,
.flat_box a,
.flat_box a:hover,
.story_box .desc,
.content_slider.carouselul li a .title,
.content_slider.flat.description ul li .desc,
.content_slider.flat.description ul li a .desc,
.post-nav.minimal a i {
  color: #4d4d6b;
}

.post-nav.minimal a svg {
  fill: #4d4d6b;
}

.themecolor,
.opening_hours .opening_hours_wrapper li span,
.fancy_heading_icon .icon_top,
.fancy_heading_arrows .icon-right-dir,
.fancy_heading_arrows .icon-left-dir,
.fancy_heading_line .title,
.button-love a.mfn-love,
.format-link .post-title .icon-link,
.pager-single > span,
.pager-single a:hover,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_mfn_recent_comments ul li:after,
.widget_archive ul,
.widget_recent_comments ul li:after,
.widget_nav_menu ul,
.woocommerce ul.products li.product .price,
.shop_slider .shop_slider_ul li .item_wrapper .price,
.woocommerce-page ul.products li.product .price,
.widget_price_filter .price_label .from,
.widget_price_filter .price_label .to,
.woocommerce ul.product_list_widget li .quantity .amount,
.woocommerce .product div.entry-summary .price,
.woocommerce .star-rating span,
#Error_404 .error_pic i,
.style-simple #Filters .filters_wrapper ul li a:hover,
.style-simple #Filters .filters_wrapper ul li.current-cat a,
.style-simple .quick_fact .title {
  color: #ff6600;
}

.themebg,
#comments .commentlist > li .reply a.comment-reply-link,
#Filters .filters_wrapper ul li a:hover,
#Filters .filters_wrapper ul li.current-cat a,
.fixed-nav .arrow,
.offer_thumb .slider_pagination a:before,
.offer_thumb .slider_pagination a.selected:after,
.pager .pages a:hover,
.pager .pages a.active,
.pager .pages span.page-numbers.current,
.pager-single span:after,
.portfolio_group.exposure .portfolio-item .desc-inner .line,
.Recent_posts ul li .desc:after,
.Recent_posts ul li .photo .c,
.slider_pagination a.selected,
.slider_pagination .slick-active a,
.slider_pagination a.selected:after,
.slider_pagination .slick-active a:after,
.testimonials_slider .slider_images,
.testimonials_slider .slider_images a:after,
.testimonials_slider .slider_images:before,
#Top_bar a#header_cart span,
.widget_categories ul,
.widget_mfn_menu ul li a:hover,
.widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor) > a,
.widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor) > a,
.widget_product_categories ul,
.widget_recent_entries ul li:after,
.woocommerce-account table.my_account_orders .order-number a,
.woocommerce-MyAccount-navigation ul li.is-active a,
.style-simple .accordion .question:after,
.style-simple .faq .question:after,
.style-simple .icon_box .desc_wrapper .title:before,
.style-simple #Filters .filters_wrapper ul li a:after,
.style-simple .article_box .desc_wrapper p:after,
.style-simple .sliding_box .desc_wrapper:after,
.style-simple .trailer_box:hover .desc,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet.selected:after,
.tparrows.default,
.tp-bullets.tp-thumbs .bullet.selected:after {
  background-color: #ff6600;
}

.Latest_news ul li .photo,
.Recent_posts.blog_news ul li .photo,
.style-simple .opening_hours .opening_hours_wrapper li label,
.style-simple .timeline_items li:hover h3,
.style-simple .timeline_items li:nth-child(even):hover h3,
.style-simple .timeline_items li:hover .desc,
.style-simple .timeline_items li:nth-child(even):hover,
.style-simple .offer_thumb .slider_pagination a.selected {
  border-color: #ff6600;
}

a {
  color: #4d4d6b;
}

a:hover {
  color: #6a4d66;
}

*::selection {
  background-color: #ff6600;
  color: white;
}

.blockquote p.author span,
.counter .desc_wrapper .title,
.article_box .desc_wrapper p,
.team .desc_wrapper p.subtitle,
.pricing-box .plan-header p.subtitle,
.pricing-box .plan-header .price sup.period,
.chart_box p,
.fancy_heading .inside,
.fancy_heading_line .slogan,
.post-meta,
.post-meta a,
.post-footer,
.post-footer a span.label,
.pager .pages a,
.button-love a .label,
.pager-single a,
#comments .commentlist > li .comment-author .says,
.fixed-nav .desc .date,
.filters_buttons li.label,
.Recent_posts ul li a .desc .date,
.widget_recent_entries ul li .post-date,
.tp_recent_tweets .twitter_time,
.widget_price_filter .price_label,
.shop-filters .woocommerce-result-count,
.woocommerce ul.product_list_widget li .quantity,
.widget_shopping_cart ul.product_list_widget li dl,
.product_meta .posted_in,
.woocommerce .shop_table .product-name .variation > dd,
.shipping-calculator-button:after,
.shop_slider .shop_slider_ul li .item_wrapper .price del,
.testimonials_slider .testimonials_slider_ul li .author span,
.testimonials_slider .testimonials_slider_ul li .author span a,
.Latest_news ul li .desc_footer,
.share-simple-wrapper .icons a {
  color: #a8a8a8;
}

h1,
h1 a,
h1 a:hover,
.text-logo #logo {
  color: #4d4d6b;
}

h2,
h2 a,
h2 a:hover {
  color: #ff6600;
}

h3,
h3 a,
h3 a:hover {
  color: #ff6600;
}

h4,
h4 a,
h4 a:hover,
.style-simple .sliding_box .desc_wrapper h4 {
  color: #ff6600;
}

h5,
h5 a,
h5 a:hover {
  color: #161922;
}

h6,
h6 a,
h6 a:hover,
a.content_link .title {
  color: #161922;
}

.dropcap,
.highlight:not(.highlight_image) {
  background-color: #0095eb;
}

a.button,
a.tp-button {
  background-color: #f7f7f7;
  color: #ff6600;
}

.button-stroke a.button,
.button-stroke a.button .button_icon i,
.button-stroke a.tp-button {
  border-color: #f7f7f7;
  color: #ff6600;
}

.button-stroke a:hover.button,
.button-stroke a:hover.tp-button {
  background-color: #ff6600 !important;
  color: #fff !important;
}

a.button_theme,
a.tp-button.button_theme,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  background-color: #ff6600;
  color: #ff6600;
}

.button-stroke a.button.button_theme,
.button-stroke a.button.button_theme .button_icon i,
.button-stroke a.tp-button.button_theme,
.button-stroke button,
.button-stroke input[type=submit],
.button-stroke input[type=reset],
.button-stroke input[type=button] {
  border-color: #ff6600;
  color: #ff6600 !important;
}

.button-stroke a.button.button_theme:hover,
.button-stroke a.tp-button.button_theme:hover,
.button-stroke button:hover,
.button-stroke input[type=submit]:hover,
.button-stroke input[type=reset]:hover,
.button-stroke input[type=button]:hover {
  background-color: #ff6600 !important;
  color: white !important;
}

a.mfn-link {
  color: #4d4d6b;
}

a.mfn-link-2 span,
a:hover.mfn-link-2 span:before,
a.hover.mfn-link-2 span:before,
a.mfn-link-5 span,
a.mfn-link-8:after,
a.mfn-link-8:before {
  background: #4d4d6b;
}

a:hover.mfn-link {
  color: #4d4d6b;
}

a.mfn-link-2 span:before,
a:hover.mfn-link-4:before,
a:hover.mfn-link-4:after,
a.hover.mfn-link-4:before,
a.hover.mfn-link-4:after,
a.mfn-link-5:before,
a.mfn-link-7:after,
a.mfn-link-7:before {
  background: #4d4d6b;
}

a.mfn-link-6:before {
  border-bottom-color: #4d4d6b;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #ff6600;
  color: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #ff6600;
  color: #fff;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  background-color: #ff6600;
  color: #fff;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit[disabled]:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button[disabled]:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button[disabled]:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button[disabled]:disabled:hover {
  background-color: #ff6600;
  color: #fff;
}

.button-stroke.woocommerce-page #respond input#submit,
.button-stroke.woocommerce-page a.button,
.button-stroke.woocommerce-page button.button,
.button-stroke.woocommerce-page input.button {
  border: 2px solid #ff6600 !important;
  color: #ff6600 !important;
}

.button-stroke.woocommerce-page #respond input#submit:hover,
.button-stroke.woocommerce-page a.button:hover,
.button-stroke.woocommerce-page button.button:hover,
.button-stroke.woocommerce-page input.button:hover {
  background-color: #ff6600 !important;
  color: #fff !important;
}

.column_column ul,
.column_column ol,
.the_content_wrapper ul,
.the_content_wrapper ol {
  color: #737e86;
}

.hr_color,
.hr_color hr,
.hr_dots span {
  color: #0095eb;
  background: #0095eb;
}

.hr_zigzag i {
  color: #0095eb;
}

.highlight-left:after,
.highlight-right:after {
  background: #0095eb;
}

@media only screen and (max-width: 767px) {
  .highlight-left .wrap:first-child,
.highlight-right .wrap:last-child {
    background: #0095eb;
  }
}
#Top_bar .wpml-languages a.active,
#Top_bar .wpml-languages ul.wpml-lang-dropdown {
  background-color: #ffffff;
}

#Top_bar .top_bar_right:before {
  background-color: #e3e3e3;
}

#Header .top_bar_right {
  background-color: #f5f5f5;
}

#Top_bar .top_bar_right a:not(.action_button) {
  color: #333333;
}

a.action_button {
  background-color: #f7f7f7;
  color: #747474;
}

.button-stroke a.action_button {
  border-color: #f7f7f7;
}

.button-stroke a.action_button:hover {
  background-color: #f7f7f7 !important;
}

#Top_bar .menu > li > a,
#Top_bar #menu ul li.submenu .menu-toggle {
  color: #4d4d6b;
}

#Top_bar .menu > li.current-menu-item > a,
#Top_bar .menu > li.current_page_item > a,
#Top_bar .menu > li.current-menu-parent > a,
#Top_bar .menu > li.current-page-parent > a,
#Top_bar .menu > li.current-menu-ancestor > a,
#Top_bar .menu > li.current-page-ancestor > a,
#Top_bar .menu > li.current_page_ancestor > a,
#Top_bar .menu > li.hover > a {
  color: #ff6600;
}

#Top_bar .menu > li a:after {
  background: #ff6600;
}

.menuo-arrows #Top_bar .menu > li.submenu > a > span:not(.description)::after {
  border-top-color: #4d4d6b;
}

#Top_bar .menu > li.current-menu-item.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.current_page_item.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.current-menu-parent.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.current-page-parent.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.current-menu-ancestor.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.current-page-ancestor.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.current_page_ancestor.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.hover.submenu > a > span:not(.description)::after {
  border-top-color: #ff6600;
}

.menu-highlight #Top_bar #menu > ul > li.current-menu-item > a,
.menu-highlight #Top_bar #menu > ul > li.current_page_item > a,
.menu-highlight #Top_bar #menu > ul > li.current-menu-parent > a,
.menu-highlight #Top_bar #menu > ul > li.current-page-parent > a,
.menu-highlight #Top_bar #menu > ul > li.current-menu-ancestor > a,
.menu-highlight #Top_bar #menu > ul > li.current-page-ancestor > a,
.menu-highlight #Top_bar #menu > ul > li.current_page_ancestor > a,
.menu-highlight #Top_bar #menu > ul > li.hover > a {
  background: #ffffff;
}

.menu-arrow-bottom #Top_bar .menu > li > a:after {
  border-bottom-color: #ff6600;
}

.menu-arrow-top #Top_bar .menu > li > a:after {
  border-top-color: #ff6600;
}

.header-plain #Top_bar .menu > li.current-menu-item > a,
.header-plain #Top_bar .menu > li.current_page_item > a,
.header-plain #Top_bar .menu > li.current-menu-parent > a,
.header-plain #Top_bar .menu > li.current-page-parent > a,
.header-plain #Top_bar .menu > li.current-menu-ancestor > a,
.header-plain #Top_bar .menu > li.current-page-ancestor > a,
.header-plain #Top_bar .menu > li.current_page_ancestor > a,
.header-plain #Top_bar .menu > li.hover > a,
.header-plain #Top_bar a:hover#header_cart,
.header-plain #Top_bar a:hover#search_button,
.header-plain #Top_bar .wpml-languages:hover,
.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown {
  background: #ffffff;
  color: #ff6600;
}

.header-plain #Top_bar,
.header-plain #Top_bar .menu > li > a span:not(.description),
.header-plain #Top_bar a#header_cart,
.header-plain #Top_bar a#search_button,
.header-plain #Top_bar .wpml-languages,
.header-plain #Top_bar a.action_button {
  border-color: #f2f2f2;
}

#Top_bar .menu > li ul {
  background-color: #ffffff;
}

#Top_bar .menu > li ul li a {
  color: #4d4d6b;
}

#Top_bar .menu > li ul li a:hover,
#Top_bar .menu > li ul li.hover > a {
  color: #ff6600;
}

#Top_bar .search_wrapper {
  background: #4d4d6b;
}

.overlay-menu-toggle {
  color: #4d4d6b !important;
  background: transparent;
}

#Overlay {
  background: rgba(77, 77, 107, 0.95);
}

#overlay-menu ul li a,
.header-overlay .overlay-menu-toggle.focus {
  color: #ffffff;
}

#overlay-menu ul li.current-menu-item > a,
#overlay-menu ul li.current_page_item > a,
#overlay-menu ul li.current-menu-parent > a,
#overlay-menu ul li.current-page-parent > a,
#overlay-menu ul li.current-menu-ancestor > a,
#overlay-menu ul li.current-page-ancestor > a,
#overlay-menu ul li.current_page_ancestor > a {
  color: #b1dcfb;
}

#Top_bar .responsive-menu-toggle,
#Header_creative .creative-menu-toggle,
#Header_creative .responsive-menu-toggle {
  color: #4d4d6b;
  background: transparent;
}

#Side_slide {
  background-color: #ffffff;
  border-color: #ffffff;
}

#Side_slide,
#Side_slide .search-wrapper input.field,
#Side_slide a:not(.action_button),
#Side_slide #menu ul li.submenu .menu-toggle {
  color: #4d4d6b;
}

#Side_slide a:not(.action_button):hover,
#Side_slide a.active,
#Side_slide #menu ul li.hover > .menu-toggle {
  color: #ff6600;
}

#Side_slide #menu ul li.current-menu-item > a,
#Side_slide #menu ul li.current_page_item > a,
#Side_slide #menu ul li.current-menu-parent > a,
#Side_slide #menu ul li.current-page-parent > a,
#Side_slide #menu ul li.current-menu-ancestor > a,
#Side_slide #menu ul li.current-page-ancestor > a,
#Side_slide #menu ul li.current_page_ancestor > a,
#Side_slide #menu ul li.hover > a,
#Side_slide #menu ul li:hover > a {
  color: #ff6600;
}

#Action_bar .contact_details {
  color: #bbbbbb;
}

#Action_bar .contact_details a {
  color: #0095eb;
}

#Action_bar .contact_details a:hover {
  color: #007cc3;
}

#Action_bar .social li a,
#Header_creative .social li a,
#Action_bar .social-menu a {
  color: #bbbbbb;
}

#Action_bar .social li a:hover,
#Header_creative .social li a:hover,
#Action_bar .social-menu a:hover {
  color: #ffffff;
}

#Subheader .title {
  color: #4d4d6b;
}

#Subheader ul.breadcrumbs li,
#Subheader ul.breadcrumbs li a {
  color: rgba(77, 77, 107, 0.6);
}

#Footer,
#Footer .widget_recent_entries ul li a {
  color: #4d4d6b;
}

#Footer a {
  color: #ff6600;
}

#Footer a:hover {
  color: #4d4d6b;
}

#Footer h1,
#Footer h1 a,
#Footer h1 a:hover,
#Footer h2,
#Footer h2 a,
#Footer h2 a:hover,
#Footer h3,
#Footer h3 a,
#Footer h3 a:hover,
#Footer h4,
#Footer h4 a,
#Footer h4 a:hover,
#Footer h5,
#Footer h5 a,
#Footer h5 a:hover,
#Footer h6,
#Footer h6 a,
#Footer h6 a:hover {
  color: #ffffff;
}

#Footer .themecolor,
#Footer .widget_meta ul,
#Footer .widget_pages ul,
#Footer .widget_rss ul,
#Footer .widget_mfn_recent_comments ul li:after,
#Footer .widget_archive ul,
#Footer .widget_recent_comments ul li:after,
#Footer .widget_nav_menu ul,
#Footer .widget_price_filter .price_label .from,
#Footer .widget_price_filter .price_label .to,
#Footer .star-rating span {
  color: #0095eb;
}

#Footer .themebg,
#Footer .widget_categories ul,
#Footer .Recent_posts ul li .desc:after,
#Footer .Recent_posts ul li .photo .c,
#Footer .widget_recent_entries ul li:after,
#Footer .widget_mfn_menu ul li a:hover,
#Footer .widget_product_categories ul {
  background-color: #0095eb;
}

#Footer .Recent_posts ul li a .desc .date,
#Footer .widget_recent_entries ul li .post-date,
#Footer .tp_recent_tweets .twitter_time,
#Footer .widget_price_filter .price_label,
#Footer .shop-filters .woocommerce-result-count,
#Footer ul.product_list_widget li .quantity,
#Footer .widget_shopping_cart ul.product_list_widget li dl {
  color: #000000;
}

#Footer .footer_copy .social li a,
#Footer .footer_copy .social-menu a {
  color: #4d4d6b;
}

#Footer .footer_copy .social li a:hover,
#Footer .footer_copy .social-menu a:hover {
  color: #ff6600;
}

a#back_to_top.button.button_js,
.popup > a.button {
  color: #ff785c;
  background: #ffffff;
}

.button-stroke #back_to_top,
.button-stroke .popup > .button {
  border-color: #ffffff;
}

.button-stroke #back_to_top:hover,
.button-stroke .popup > .button:hover {
  background-color: #ffffff !important;
}

#Sliding-top,
#Sliding-top .widget_recent_entries ul li a {
  color: #cccccc;
}

#Sliding-top a {
  color: #0095eb;
}

#Sliding-top a:hover {
  color: #007cc3;
}

#Sliding-top h1,
#Sliding-top h1 a,
#Sliding-top h1 a:hover,
#Sliding-top h2,
#Sliding-top h2 a,
#Sliding-top h2 a:hover,
#Sliding-top h3,
#Sliding-top h3 a,
#Sliding-top h3 a:hover,
#Sliding-top h4,
#Sliding-top h4 a,
#Sliding-top h4 a:hover,
#Sliding-top h5,
#Sliding-top h5 a,
#Sliding-top h5 a:hover,
#Sliding-top h6,
#Sliding-top h6 a,
#Sliding-top h6 a:hover {
  color: #ffffff;
}

#Sliding-top .themecolor,
#Sliding-top .widget_meta ul,
#Sliding-top .widget_pages ul,
#Sliding-top .widget_rss ul,
#Sliding-top .widget_mfn_recent_comments ul li:after,
#Sliding-top .widget_archive ul,
#Sliding-top .widget_recent_comments ul li:after,
#Sliding-top .widget_nav_menu ul,
#Sliding-top .widget_price_filter .price_label .from,
#Sliding-top .widget_price_filter .price_label .to,
#Sliding-top .star-rating span {
  color: #0095eb;
}

#Sliding-top .themebg,
#Sliding-top .widget_categories ul,
#Sliding-top .Recent_posts ul li .desc:after,
#Sliding-top .Recent_posts ul li .photo .c,
#Sliding-top .widget_recent_entries ul li:after,
#Sliding-top .widget_mfn_menu ul li a:hover,
#Sliding-top .widget_product_categories ul {
  background-color: #0095eb;
}

#Sliding-top .Recent_posts ul li a .desc .date,
#Sliding-top .widget_recent_entries ul li .post-date,
#Sliding-top .tp_recent_tweets .twitter_time,
#Sliding-top .widget_price_filter .price_label,
#Sliding-top .shop-filters .woocommerce-result-count,
#Sliding-top ul.product_list_widget li .quantity,
#Sliding-top .widget_shopping_cart ul.product_list_widget li dl {
  color: #a8a8a8;
}

blockquote,
blockquote a,
blockquote a:hover {
  color: #444444;
}

.image_frame .image_wrapper .image_links,
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
  background: rgba(0, 149, 235, 0.8);
}

.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after,
.masonry.tiles .post-item.no-img,
.masonry.tiles .post-item.format-quote,
.blog-teaser li .desc-wrapper .desc .post-title:after,
.blog-teaser li.no-img,
.blog-teaser li.format-quote {
  background: #0095eb;
}

.image_frame .image_wrapper .image_links a {
  color: #ffffff;
}

.image_frame .image_wrapper .image_links a:hover {
  background: #ffffff;
  color: #0095eb;
}

.image_frame {
  border-color: #f8f8f8;
}

.image_frame .image_wrapper .mask::after {
  background: rgba(255, 255, 255, 0.4);
}

.sliding_box .desc_wrapper {
  background: #0095eb;
}

.sliding_box .desc_wrapper:after {
  border-bottom-color: #0095eb;
}

.counter .icon_wrapper i {
  color: #0095eb;
}

.quick_fact .number-wrapper {
  color: #0095eb;
}

.progress_bars .bars_list li .bar .progress {
  background-color: #0095eb;
}

a:hover.icon_bar {
  color: #0095eb !important;
}

a.content_link,
a:hover.content_link {
  color: #0095eb;
}

a.content_link:before {
  border-bottom-color: #0095eb;
}

a.content_link:after {
  border-color: #0095eb;
}

.get_in_touch,
.infobox {
  background-color: #0095eb;
}

.google-map-contact-wrapper .get_in_touch:after {
  border-top-color: #0095eb;
}

.timeline_items li h3:before,
.timeline_items:after,
.timeline .post-item:before {
  border-color: #ff6600;
}

.how_it_works .image .number {
  background: #ff6600;
}

.trailer_box .desc .subtitle,
.trailer_box.plain .desc .line {
  background-color: #0095eb;
}

.trailer_box.plain .desc .subtitle {
  color: #0095eb;
}

.icon_box .icon_wrapper,
.icon_box a .icon_wrapper,
.style-simple .icon_box:hover .icon_wrapper {
  color: #0095eb;
}

.icon_box:hover .icon_wrapper:before,
.icon_box a:hover .icon_wrapper:before {
  background-color: #0095eb;
}

ul.clients.clients_tiles li .client_wrapper:hover:before {
  background: #ff6600;
}

ul.clients.clients_tiles li .client_wrapper:after {
  border-bottom-color: #ff6600;
}

.list_item.lists_1 .list_left {
  background-color: #0095eb;
}

.list_item .list_left {
  color: #0095eb;
}

.feature_list ul li .icon i {
  color: #0095eb;
}

.feature_list ul li:hover,
.feature_list ul li:hover a {
  background: #0095eb;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a,
.accordion .question.active .title > .acc-icon-plus,
.accordion .question.active .title > .acc-icon-minus,
.faq .question.active .title > .acc-icon-plus,
.faq .question.active .title,
.accordion .question.active .title {
  color: #0095eb;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
  background: #0095eb;
}

body.table-hover:not(.woocommerce-page) table tr:hover td {
  background: #ff6600;
}

.pricing-box .plan-header .price sup.currency,
.pricing-box .plan-header .price > span {
  color: #0095eb;
}

.pricing-box .plan-inside ul li .yes {
  background: #0095eb;
}

.pricing-box-box.pricing-box-featured {
  background: #0095eb;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea,
.woocommerce .quantity input.qty,
.dark input[type=email],
.dark input[type=password],
.dark input[type=tel],
.dark input[type=text],
.dark select,
.dark textarea {
  color: #626262;
  background-color: white;
  border-color: #ebebeb;
}

::-webkit-input-placeholder {
  color: #929292;
}

::-moz-placeholder {
  color: #929292;
}

:-ms-input-placeholder {
  color: #929292;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  color: #1982c2;
  background-color: #e9f5fc !important;
  border-color: #d5e5ee;
}

:focus::-webkit-input-placeholder {
  color: #929292;
}

:focus::-moz-placeholder {
  color: #929292;
}

.woocommerce span.onsale,
.shop_slider .shop_slider_ul li .item_wrapper span.onsale {
  border-top-color: #ff6600 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border-color: #ff6600 !important;
}

@media only screen and (min-width: 768px) {
  .header-semi #Top_bar:not(.is-sticky) {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (max-width: 767px) {
  #Top_bar {
    background-color: #ffffff !important;
  }

  #Action_bar {
    background-color: #ffffff !important;
  }

  #Action_bar .contact_details {
    color: #222222;
  }

  #Action_bar .contact_details a {
    color: #0095eb;
  }

  #Action_bar .contact_details a:hover {
    color: #007cc3;
  }

  #Action_bar .social li a,
#Action_bar .social-menu a {
    color: #bbbbbb;
  }

  #Action_bar .social li a:hover,
#Action_bar .social-menu a:hover {
    color: #777777;
  }
}
html {
  background-color: #fff3f0;
}

#Wrapper,
#Content {
  background-color: #fff3f0;
}

body,
button,
span.date_label,
.timeline_items li h3 span,
input[type=submit],
input[type=reset],
input[type=button],
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea,
select,
.offer_li .title h3 {
  font-family: "Roboto", sans-serif;
}

#menu > ul > li > a,
a.action_button,
#overlay-menu ul li a {
  font-family: "Roboto", sans-serif;
}

#Subheader .title {
  font-family: "Alegreya", Arial, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
.text-logo #logo {
  font-family: "Alegreya", Arial, Tahoma, sans-serif;
}

h5,
h6 {
  font-family: "Roboto", sans-serif;
}

blockquote {
  font-family: "Roboto", sans-serif;
}

.chart_box .chart .num,
.counter .desc_wrapper .number-wrapper,
.how_it_works .image .number,
.pricing-box .plan-header .price,
.quick_fact .number-wrapper,
.woocommerce .product div.entry-summary .price {
  font-family: "Roboto", sans-serif;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
}

.big {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
}

#menu > ul > li > a,
a.action_button,
#overlay-menu ul li a {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0px;
}

#overlay-menu ul li a {
  line-height: 27px;
}

#Subheader .title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0px;
}
@media (min-width: 700px) {
  #Subheader .title {
    font-size: 48px;
  }
}

h1,
.text-logo #logo {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0px;
}

h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0px;
}
@media (min-width: 700px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0px;
}
@media (min-width: 700px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0px;
}

h5 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 900;
  letter-spacing: 0px;
}

h6 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
}

#Intro .intro-title {
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 0px;
}

.with_aside .sidebar.columns {
  width: 23%;
}

.with_aside .sections_group {
  width: 77%;
}

.aside_both .sidebar.columns {
  width: 18%;
}

.aside_both .sidebar.sidebar-1 {
  margin-left: -82%;
}

.aside_both .sections_group {
  width: 64%;
  margin-left: 18%;
}

@media only screen and (min-width: 1240px) {
  #Wrapper,
.with_aside .content_wrapper {
    max-width: 1240px;
  }

  .section_wrapper,
.container {
    max-width: 1220px;
  }

  .layout-boxed.header-boxed #Top_bar.is-sticky {
    max-width: 1240px;
  }
}
@media only screen and (max-width: 767px) {
  .section_wrapper,
.container,
.four.columns .widget-area {
    max-width: 480px !important;
  }
}
#Top_bar #logo,
.header-fixed #Top_bar #logo,
.header-plain #Top_bar #logo,
.header-transparent #Top_bar #logo {
  height: 60px;
  line-height: 60px;
  padding: 15px 0;
}

.logo-overflow #Top_bar:not(.is-sticky) .logo {
  height: 90px;
}

#Top_bar .menu > li > a {
  padding: 15px 0;
}

.menu-highlight:not(.header-creative) #Top_bar .menu > li > a {
  margin: 20px 0;
}

.header-plain:not(.menu-highlight) #Top_bar .menu > li > a span:not(.description) {
  line-height: 90px;
}

.header-fixed #Top_bar .menu > li > a {
  padding: 30px 0;
}

#Top_bar .top_bar_right,
.header-plain #Top_bar .top_bar_right {
  height: 90px;
}

#Top_bar .top_bar_right_wrapper {
  top: 25px;
}

.header-plain #Top_bar a#header_cart,
.header-plain #Top_bar a#search_button,
.header-plain #Top_bar .wpml-languages,
.header-plain #Top_bar a.action_button {
  line-height: 90px;
}

@media only screen and (max-width: 767px) {
  #Top_bar a.responsive-menu-toggle {
    top: 40px;
  }

  .mobile-header-mini #Top_bar #logo {
    height: 50px !important;
    line-height: 50px !important;
    margin: 5px 0;
  }
}
.twentytwenty-before-label::before {
  content: "Before";
}

.twentytwenty-after-label::before {
  content: "After";
}

#Side_slide {
  right: -400px;
  width: 400px;
}

#Side_slide.left {
  left: -400px;
}

.blog-teaser li .desc-wrapper .desc {
  background-position-y: -1px;
}

#Top_bar .menu li ul.sub-menu li {
  width: auto;
  min-width: 300px;
}

#Top_bar .menu li ul.sub-menu li a {
  padding-right: 15px;
}

body {
  font-size: 15px;
}

body.layout-full-width {
  padding-top: 80px;
  background-color: #fff3f0;
}
@media (min-width: 1240px) {
  body.layout-full-width {
    padding-top: 90px;
  }
}

.bg-white {
  background-color: white;
}

#Header_wrapper {
  background-color: transparent;
}
#Header_wrapper .title {
  text-transform: uppercase;
}

#Header_wrapper .breadcrumbs {
  max-width: 1240px;
}

#Content > .content_wrapper {
  margin-left: auto;
  margin-right: auto;
}

.the_content_wrapper {
  overflow: hidden;
}

#Subheader {
  background-color: transparent;
}

.minimalist-header-no #Subheader {
  padding: 30px 20px !important;
}

.fond-blanc #Content .section_wrapper,
.fond-blanc #Subheader,
.single #Content .section_wrapper,
.single #Subheader,
.post-type-archive-ressource #Content .section_wrapper,
.post-type-archive-ressource #Subheader {
  background-color: #ffffff;
}

@media (min-width: 700px) {
  #Content .section_wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}

.fixed-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fixed-nav.style-arrows .photo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 75px;
  margin-top: -37px;
}
@media screen and (min-width: 1240px) {
  .fixed-nav.style-arrows .photo {
    width: 50px;
    height: 150px;
    margin-top: -75px;
  }
}
.fixed-nav.style-arrows .photo:before {
  display: none;
}

.fixed-nav.fixed-nav-prev .photo {
  background-image: url(../images/prev.png);
  background-position: center center;
  left: 20px;
  transition: all 0.3s ease-out;
}
.fixed-nav.fixed-nav-prev .photo:hover {
  left: 10px;
}

.fixed-nav.fixed-nav-next .photo {
  background-image: url(../images/next.png);
  background-position: center center;
  right: 20px;
  transition: all 0.3s ease-out;
}
.fixed-nav.fixed-nav-next .photo:hover {
  right: 10px;
}

.share-tooltip {
  font-size: 28px;
  border: 0px;
}
@media (min-width: 700px) {
  .share-tooltip {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    min-width: 100%;
    border: 1px solid #dfdfdf;
    box-shadow: 0 1px 2px #cccccc;
    z-index: 2;
  }
}
.share-tooltip.hide {
  display: none;
}
.share-tooltip .share-label {
  display: none;
}
.share-tooltip .share-simple-wrapper {
  text-align: center;
}

h2 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.title-white h2 {
  color: #ffffff;
}

@media only screen and (max-width: 699px) {
  .section_wrapper,
.container,
.four.columns .widget-area {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media print {
  header,
.breadcrumbs,
.btn-picto,
.button,
footer,
.fixed-nav,
.category {
    display: none !important;
  }
}
.intro {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 30px;
}

.align-self-center {
  align-self: center;
}

.xhr-loader {
  position: relative;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.xhr-loader.open {
  visibility: visible;
  opacity: 1;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-bottom: 10p;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
#Top_bar .logo {
  z-index: 1;
  display: flex;
  align-items: center;
  max-height: 100%;
  transition: all 0.3s ease-out;
}
#Top_bar .logo img {
  max-width: 200px;
  max-height: 100%;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1239px) {
  #Top_bar {
    opacity: 1;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #f0f0f0;
  }
  #Top_bar .top_bar_right {
    display: none;
  }
  #Top_bar .top_bar_left {
    width: 100% !important;
  }
  #Top_bar a.responsive-menu-toggle.is-sticky {
    left: auto;
    right: 20px;
    top: 37px;
  }
  #Top_bar .logo #logo,
#Top_bar .logo .custom-logo-link {
    margin: 10px;
    padding: 0 !important;
  }
  #Top_bar .logo .logo-ndv img {
    margin-top: -5px;
    height: 50px !important;
    width: auto;
  }
  #Top_bar .logo .logo-acat img {
    height: 30px !important;
    width: auto;
  }
  #Top_bar .logo-liaison {
    margin: 10px 5px;
  }
  #Top_bar.is-sticky #logo,
#Top_bar.is-sticky .custom-logo-link {
    margin: 10px !important;
  }
  #Top_bar #Side_slide {
    max-width: 100%;
  }
}
@media (min-width: 1240px) {
  #Top_bar .container > .column {
    display: flex;
  }

  #Top_bar .top_bar_left {
    height: 90px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #Top_bar .top_bar_right {
    height: auto;
    transition: all 0.3s ease-in-out;
  }
  #Top_bar .top_bar_right:before {
    top: -2px;
    display: none;
  }
  #Top_bar .top_bar_right .top_bar_right_wrapper {
    transition: all 0.3s ease-in-out;
  }
  #Top_bar .top_bar_right .top_bar_right {
    padding: 0px;
  }

  #Top_bar #logo {
    transition: all 0.3s ease-in-out;
  }

  .header-fixed #Top_bar .menu {
    height: 100%;
  }
  .header-fixed #Top_bar .menu > li {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 15px;
    transition: all 0.3s ease-in-out;
  }
  .header-fixed #Top_bar .menu > li a {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
  }
}
@media (min-width: 1240px) and (min-width: 1400px) {
  .header-fixed #Top_bar .menu > li a {
    font-size: 22px;
  }
}
@media (min-width: 1240px) {
  .header-fixed #Top_bar .menu > li a span {
    position: relative;
    padding: 30px 0;
  }
}
@media (min-width: 1240px) {
  .header-fixed #Top_bar .menu > li a:after {
    transition: opacity 0.3s ease-in-out;
    bottom: 0px;
    width: 100% !important;
    left: 0% !important;
    bottom: 0px !important;
    top: auto !important;
  }
}
@media (min-width: 1240px) {
  .header-fixed #Top_bar.is-sticky .menu > li a span {
    padding: 15px 0 !important;
  }
}
@media (min-width: 1240px) {
  .header-fixed #Top_bar .sub-menu > li a {
    padding-left: 15px !important;
  }
}
@media (min-width: 1240px) {
  #Top_bar .logo .logo-ndv img {
    height: 80px;
    width: auto;
  }
  #Top_bar .logo .logo-acat img {
    height: 40px;
    width: auto;
  }
  #Top_bar .logo .logo-liaison {
    background-color: #4d4d6b;
    width: 1px;
    height: 60px;
    margin: 15px;
  }
  #Top_bar.is-sticky .logo .logo-ndv img {
    height: 45px !important;
    width: auto;
  }
  #Top_bar.is-sticky .logo .logo-acat img {
    height: 28px !important;
    width: auto;
  }
  #Top_bar.is-sticky .logo-liaison {
    width: 0.5px;
    height: 40px;
    margin: 10px 15px;
  }
}
@media (min-width: 1240px) {
  .menu-line-below-80 #Top_bar.is-sticky #logo {
    padding: 0px 0;
    display: flex;
    align-items: center;
    margin-top: -5px;
  }
  .menu-line-below-80 #Top_bar.is-sticky .top_bar_left {
    height: 60px;
  }
  .menu-line-below-80 #Top_bar.is-sticky .top_bar_right .top_bar_right_wrapper {
    top: 10px;
  }
}
@media (min-width: 1240px) {
  #Top_bar .menu_wrapper {
    float: none;
    display: flex;
    justify-content: center;
  }
}
body.home {
  background-color: #ffffcc;
}

#home-page-title,
.home-page-title {
  background-color: #ffffcc;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6676b6+0,c7cde4+100 */
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  padding: 30px;
}
#home-page-title .home-header-text,
.home-page-title .home-header-text {
  max-width: 500px;
}
#home-page-title .btn-bougie-wrapper,
.home-page-title .btn-bougie-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#home-page-title .btn-bougie-wrapper .mcb-wrap-inner,
.home-page-title .btn-bougie-wrapper .mcb-wrap-inner {
  width: 100%;
}
#home-page-title .btn-bougie-wrapper .one-sixth,
.home-page-title .btn-bougie-wrapper .one-sixth {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1023px) {
  #home-page-title > .section_wrapper,
.home-page-title > .section_wrapper {
    padding-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  #home-page-title > .section_wrapper,
.home-page-title > .section_wrapper {
    height: 600px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 960px) {
  #home-page-title img,
.home-page-title img {
    max-width: 600px;
    width: 100%;
  }
}
#home-page-title h1,
.home-page-title h1 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  font-weight: 900;
  margin-bottom: 20px;
  align-items: flex-start;
  font-size: 35px;
}
@media (max-width: 699px) {
  #home-page-title h1,
.home-page-title h1 {
    font-size: 30px;
  }
}
#home-page-title h1 i,
.home-page-title h1 i {
  font-style: normal;
  font-size: 50px;
  line-height: 40px;
  font-weight: 900;
}
@media (max-width: 699px) {
  #home-page-title h1 i,
.home-page-title h1 i {
    font-size: 40px;
    line-height: 32px;
  }
}
#home-page-title h1 span,
.home-page-title h1 span {
  line-height: 1;
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
}
@media (max-width: 699px) {
  #home-page-title h1 span,
.home-page-title h1 span {
    margin-bottom: 3px;
    padding: 0 5px 0 5px;
    font-size: 28px;
    line-height: 32px;
  }
}
#home-page-title .img-bougie,
.home-page-title .img-bougie {
  clear: left;
  margin-left: 0;
  margin-right: 0;
}
#home-page-title .img-bougie .image_wrapper,
.home-page-title .img-bougie .image_wrapper {
  text-align: center;
}
#home-page-title .img-bougie img,
.home-page-title .img-bougie img {
  height: 70px !important;
  width: auto !important;
}
#home-page-title .btn-bougie,
.home-page-title .btn-bougie {
  height: 50px;
  margin-top: 10px !important;
  border-color: #4d4d6b !important;
  width: 100%;
  box-sizing: border-box;
}
#home-page-title .btn-bougie span,
.home-page-title .btn-bougie span {
  color: #4d4d6b !important;
  white-space: nowrap;
}
#home-page-title .btn-bougie:hover,
.home-page-title .btn-bougie:hover {
  background-color: #4d4d6b !important;
}
#home-page-title .btn-bougie:hover span,
.home-page-title .btn-bougie:hover span {
  color: white !important;
}
#home-page-title .wp-caption-text,
.home-page-title .wp-caption-text {
  font-family: "Roboto", sans-serif;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 400;
}
#home-page-title .wp-caption-text:before,
.home-page-title .wp-caption-text:before {
  content: "\A9";
}
#home-page-title .mfn-parallax,
.home-page-title .mfn-parallax {
  margin-top: 61px;
}
#home-page-title p,
.home-page-title p {
  font-size: 25px;
  font-family: "Alegreya", sans-serif;
  color: #4d4d6b;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}
@media (max-width: 699px) {
  #home-page-title p,
.home-page-title p {
    font-size: 14px;
  }
}

@media (min-width: 700px) {
  .section-banners .one-second.mcb-wrap:nth-child(odd) {
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .section-banners .one-second.mcb-wrap:nth-child(odd) {
    padding-right: 40px;
  }
}
@media (min-width: 700px) {
  .section-banners .one-second.mcb-wrap:nth-child(even) {
    padding-left: 30px;
  }
}
@media (min-width: 1440px) {
  .section-banners .one-second.mcb-wrap:nth-child(even) {
    padding-left: 40px;
  }
}

.section-blog a.button {
  background-color: #ff6600 !important;
  color: white !important;
}
.section-blog a.button:hover {
  background-color: white !important;
  color: #ff6600 !important;
}

.single-portfolio #Subheader {
  display: none;
}
.single-portfolio .section-post-intro-share .section_wrapper {
  padding: 20px !important;
}
.single-portfolio .single-photo-wrapper {
  margin-top: 20px;
}
.single-portfolio .post-nav.minimal {
  display: none;
}
.single-portfolio .post-nav.minimal .prev,
.single-portfolio .post-nav.minimal .next {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-portfolio .post-nav.minimal .prev {
  left: 0;
}
.single-portfolio .post-nav.minimal .next {
  right: 0;
  left: auto;
}
.single-portfolio .post-nav.minimal .home {
  display: none;
}
.single-portfolio .title_wrapper {
  text-align: center;
}
.single-portfolio .title_wrapper .entry-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 700px) {
  .single-portfolio .title_wrapper .entry-title {
    font-size: 60px;
  }
}
.single-portfolio .title_wrapper h3 {
  font-family: "Roboto", sans-serif;
  color: #5b75b4;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 700px) {
  .single-portfolio .title_wrapper h3 {
    font-size: 24px;
  }
}
.single-portfolio .victime-cta {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Alegreya", sans-serif;
  font-family: "Alegreya", sans-serif;
  line-height: 1.25;
  margin: 20px 0;
  transition: all 0.3s ease-out;
  z-index: 1;
  /* &:hover {
    text-decoration: none;
    color: #ffffff;

    &:before {
      width: 100%;

    }
  }*/
}
.single-portfolio .victime-cta:before {
  z-index: -1;
  transition: all 0.3s ease-out;
  content: "";
  left: 0;
  height: 100%;
  width: 5px;
  background-color: #4d4d6b;
  top: 0px;
  position: absolute;
}
.single-portfolio .adresse {
  margin-top: 20px;
  line-height: 1.1;
}
.single-portfolio .project-description {
  display: none;
}
@media (max-width: 699px) {
  .single-portfolio .single-photo-wrapper img {
    width: 100%;
    max-width: 500px;
  }
  .single-portfolio .section_image {
    padding: 0 !important;
  }
}

/* Search */
.blog_search_button {
  display: none;
}

.blog {
  /* Search wrapper */
}
.blog .blog_search_button {
  display: block;
  position: absolute;
  right: 0;
}
.blog a#search_button {
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  font-size: 23px;
  line-height: 22px;
  margin-right: 5px;
  margin-left: -10px;
}
.blog a#search_button.has-input input {
  display: inline-block;
  margin: -5px 0 0;
  padding: 8px;
  position: relative;
  top: -2px;
  width: 130px;
}
.blog .search_wrapper {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  z-index: 201;
  width: 100%;
  min-width: 320px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #ff6600;
}
.blog .search_wrapper input[type=text] {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  box-shadow: 0 0 0;
  padding-left: 35px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.08) !important;
  font-size: 15px;
  background-color: #ffffff;
}
.blog .search_wrapper .icon_search,
.blog .search_wrapper .icon_close {
  position: absolute;
  top: 25px;
  font-size: 22px;
  line-height: 22px;
  display: block;
  z-index: 1;
}
.blog .search_wrapper .icon_search {
  left: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.blog .search_wrapper .icon_close {
  right: 18px;
  color: #666666;
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
.blog .search_wrapper .icon_close:hover {
  right: 18px;
  opacity: 1;
}

.single-post .mata-tags {
  display: none;
}

.footer_logos {
  background-color: #e9ebfd;
  padding: 20px 0px;
}
@media (max-width: 1239px) {
  .footer_logos {
    display: flex;
    justify-content: center;
  }
}
.footer_logos .column {
  text-align: center;
  margin-bottom: 0px;
}
@media (min-width: 1240px) {
  .footer_logos .column {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.footer_logos .column a {
  display: block;
}
.footer_logos .column img {
  margin: 10px;
  height: 50px;
  width: auto;
}
@media (max-width: 1239px) {
  .footer_logos .footer-partenaires {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1239px) {
  .footer_logos .footer-partenaires .flex-vertical {
    display: block;
  }
}
.footer_logos .footer-partenaires .title {
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 1239px) {
  .footer_logos .footer-partenaires .title {
    margin: 10px 0 10px 0;
  }
}
.footer_logos .footer-partenaires img {
  max-width: 160px !important;
}

#Footer .widget_action {
  padding-bottom: 100px;
}
#Footer * {
  box-sizing: border-box;
}
#Footer .footer_baseline {
  background-color: #e9ebfd;
  color: #4d4d6b;
  font-size: 15px;
  padding: 20px 0;
}
#Footer .footer_baseline p:last-child {
  margin-bottom: 0px;
}
#Footer .footer_baseline .column {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-align: center;
}
#Footer .footer_copy .social li a,
#Footer .footer_copy .social-menu a {
  font-size: 25px;
  color: #ffc59d;
}

@media (max-width: 1239px) {
  a#back_to_top.button.button_js,
.popup > a.button {
    margin: 0 auto;
  }
}

.section-partenaires img {
  max-width: 200px !important;
}
.section-partenaires ul li {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 700px) {
  .section-partenaires ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .section-partenaires ul li {
    width: auto;
    padding: 20px 20px 20px 0px;
  }
}

@media (max-width: 1023px) {
  .section-contacts .one-fourth {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ff6600;
  }
}
.section-contacts .title {
  margin-bottom: 20px;
}
.section-contacts .subtitle {
  color: #ff6600;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.section-contacts .adresse {
  margin-bottom: 15px;
}
.section-contacts .separator {
  margin-bottom: 15px;
}
.section-contacts .mail a {
  text-decoration: underline;
  font-weight: 700;
  color: #ff6600;
}
.section-contacts .mail a:hover {
  text-decoration: none;
}

.widget_action {
  padding: 40px 0;
}
@media (min-width: 700px) {
  .widget_action {
    padding: 60px 0;
  }
}
.widget_action .button-stroke a.button,
.widget_action .button-stroke a.button .button_icon i,
.widget_action .button-stroke a.tp-button {
  height: 70px;
}
.widget_action .button-stroke a.button span,
.widget_action .button-stroke a.button .button_icon i span,
.widget_action .button-stroke a.tp-button span {
  border-width: 4px;
}
@media (min-width: 961px) {
  .widget_action .section_wrapper .mcb-wrap-inner {
    display: flex;
    align-items: center;
    padding: 0px 20px;
  }
}
@media (max-width: 960px) {
  .widget_action {
    text-align: center;
  }
  .widget_action .flex-vertical {
    display: block;
    position: relative;
  }
  .widget_action .one-third {
    margin-bottom: 30px;
  }
  .widget_action .column {
    width: 100%;
  }
}
.widget_action .seo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 700px) {
  .widget_action .seo-text {
    padding-right: 40px;
  }
}
.widget_action .seo-text .title {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.1;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 700px) {
  .widget_action .seo-text .title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.widget_action .seo-text p {
  margin-bottom: 0;
}

.DON_action {
  background-color: #fff;
}
.DON_action .seo-text {
  color: #4d4d6b !important;
}
.DON_action .seo-text .title {
  color: #4d4d6b !important;
}
.DON_action .btn-picto_big span {
  color: #4d4d6b;
  border-color: #4d4d6b;
}
.DON_action .btn-picto_big:hover span {
  color: white;
  background-color: #4d4d6b;
}

.cta_action {
  background-color: #ff785c;
}
.cta_action .seo-text {
  color: #ffffff;
}
.cta_action .seo-text .title {
  color: #fff;
}

.newsletter_action {
  background-color: #fcefec;
}
@media (min-width: 700px) {
  .newsletter_action {
    padding: 60px 0 90px;
  }
}
.newsletter_action .seo-text {
  color: #4d4d6b;
}
.newsletter_action .seo-text .title {
  color: #ff785c;
}
.newsletter_action .btn-picto_big span {
  color: #ff785c;
  border-color: #ff785c;
}

.post-type-archive-ressource #Subheader {
  display: none;
}

.ressources_nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 699px) {
  .ressources_nav {
    flex-direction: column;
    align-items: stretch;
  }
}
.ressources_main {
  margin-bottom: 15px;
}
.ressources_main ul li {
  color: #ff6600;
}
.ressources_main ul li a {
  color: #ff6600;
}

.vide {
  font-style: italic;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #dddddd;
}

.ressources_section_level_2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ressources_section_level_2 .ressources-title {
  font-size: 48px;
  color: #4d4d6b;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.ressources_section_level_3 {
  margin-top: 30px;
}
.ressources_section_level_3 .ressources-title {
  font-size: 30px;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  padding: 0px 15px;
  background-color: #ff6600;
  margin-bottom: 15px;
  text-transform: none;
}
@media (min-width: 1024px) {
  .ressources_section_level_3 > ul li {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
}

.ressources_section_level_4 {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .ressources_section_level_4 {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
}
.ressources_section_level_4 .ressources-title {
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  color: #ff6600;
  line-height: 1.2;
  text-align: left;
  padding: 0px 15px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.sur-title {
  text-align: center;
}

/* Contact Form 7 | Popup */
.popup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9001;
}

.popup > a.button {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  margin: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  background: #f7f7f7;
  position: absolute;
  bottom: 0;
  right: 0;
}

.popup > a.button:hover {
  text-decoration: none;
}

.popup .popup_wrapper {
  width: 250px;
  padding: 20px;
  background: #fbfbfb;
  position: absolute;
  bottom: 65px;
  right: 0;
  display: none;
}

.popup .header {
  position: relative;
  margin: -20px -20px 20px -20px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4d4d6b;
}
@media (max-width: 700px) {
  .popup .header {
    display: none;
  }
}
@media (min-width: 1100px) {
  .popup .header {
    height: 200px;
  }
}

.popup .content_newuser {
  display: block;
}
.popup .content_already {
  display: none;
}

.popup.already .content_newuser {
  display: none;
}
.popup.already .content_already {
  display: block;
}

.popup.focus .popup_wrapper {
  display: block;
}

.popup .popup_wrapper span.arrow {
  position: absolute;
  right: 15px;
  bottom: -8px;
  margin: 0 auto;
  width: 0;
  height: 0;
  display: block;
  border-top: 8px solid #fbfbfb;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.popup .popup_wrapper form input[type=text],
.popup .popup_wrapper form input[type=email],
.popup .popup_wrapper form textarea {
  background: #fff;
  margin-bottom: 10px;
}

.popup .popup_wrapper form textarea {
  resize: vertical;
  min-height: 100px;
}

.popup .popup_wrapper form input[type=submit] {
  margin: 0;
  float: right;
}

.popup .wpcf7-form.invalid > p:after {
  display: block;
}

.popup .wpcf7-form-control-wrap {
  display: inline-block;
  margin-right: 0;
  width: 100%;
}

.popup div.wpcf7 img.ajax-loader {
  margin-top: 10px;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: -1;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: transparent;
  display: flex;
}
.popup > .bg {
  content: "";
  transition: all 0.3s ease-out 0.3s;
  background-color: white;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.popup.open {
  pointer-events: auto;
  z-index: 1000000;
  visibility: visible;
  opacity: 1;
}
.popup.open > .bg {
  transition-delay: 0s;
  opacity: 0.9;
}
.popup.open .popup_wrapper {
  transition-delay: 0.3s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.popup .popup_wrapper {
  opacity: 0;
  background-color: white;
  transition: all 0.45s ease-out 0s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  display: block;
  position: relative;
  width: calc(100% - 20px);
  max-width: 500px;
  box-sizing: border-box;
  margin: 10px;
  right: auto;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5);
}
.popup .popup_wrapper .wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  width: 100% !important;
}
.popup .popup_wrapper .popup-title {
  text-align: center;
  margin-bottom: 20px;
}
.popup .popup_wrapper form input[type=text],
.popup .popup_wrapper form input[type=email],
.popup .popup_wrapper form textarea {
  background: #ff6600;
  margin-bottom: 0px;
}
.popup .popup_wrapper .wpcf7 {
  text-align: left;
}
.popup .popup_wrapper .wpcf7 a {
  text-decoration: underline;
}
.popup .popup_wrapper .wpcf7 .wpcf7-list-item {
  margin-left: 0px;
}
.popup .popup_close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 30px;
  color: #ff6600;
  transition: all 0.3s ease-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .popup_close:hover {
  color: #4d4d6b;
}

#popup_bougie .popup_close:hover {
  color: white;
}

.breadcrumbs-container {
  background-color: #4d4d6b;
  display: none;
}
@media (min-width: 700px) {
  .breadcrumbs-container {
    display: block;
  }
}
.breadcrumbs-container .section_wrapper {
  max-width: 1280px;
}

.breadcrumbs {
  display: flex;
  padding: 15px;
  background-color: #4d4d6b;
  color: #ffffff;
  font-weight: 700;
  box-sizing: border-box;
}
.breadcrumbs li:last-child {
  text-decoration: underline;
}
.breadcrumbs a {
  color: #ffffff;
}

.wpcf7 {
  text-align: center;
}
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  color: white;
  background-color: #ff785c !important;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 10px;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-date {
  height: 40px;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-date,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-select {
  font-size: 12px;
  line-height: 1.2;
  background-color: #ff785c;
  border: 0px;
  color: white;
}
.wpcf7 .wpcf7-text::-webkit-input-placeholder,
.wpcf7 .wpcf7-date::-webkit-input-placeholder,
.wpcf7 .wpcf7-textarea::-webkit-input-placeholder,
.wpcf7 .wpcf7-select::-webkit-input-placeholder {
  color: white;
}
.wpcf7 .wpcf7-text:-ms-input-placeholder,
.wpcf7 .wpcf7-date:-ms-input-placeholder,
.wpcf7 .wpcf7-textarea:-ms-input-placeholder,
.wpcf7 .wpcf7-select:-ms-input-placeholder {
  color: white;
}
.wpcf7 .wpcf7-text::-ms-input-placeholder,
.wpcf7 .wpcf7-date::-ms-input-placeholder,
.wpcf7 .wpcf7-textarea::-ms-input-placeholder,
.wpcf7 .wpcf7-select::-ms-input-placeholder {
  color: white;
}
.wpcf7 .wpcf7-text::placeholder,
.wpcf7 .wpcf7-date::placeholder,
.wpcf7 .wpcf7-textarea::placeholder,
.wpcf7 .wpcf7-select::placeholder {
  color: white;
}

.button-stroke input[type=submit],
.button-stroke input[type=reset],
.button-stroke input[type=button] {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px;
  border: 4px solid #ff785c;
  padding: 10px 10px;
  margin: 0px;
  width: 100%;
}
@media (min-width: 700px) {
  .button-stroke input[type=submit],
.button-stroke input[type=reset],
.button-stroke input[type=button] {
    padding: 10px 40px;
    width: auto;
  }
}
.button-stroke input[type=submit]:hover,
.button-stroke input[type=reset]:hover,
.button-stroke input[type=button]:hover {
  background-color: #ff785c !important;
  color: white !important;
}

#Subheader {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 20px;
}
#Subheader:after {
  display: none;
}

.wp-caption-text {
  text-align: right;
  background: transparent;
  color: #4d4d6b;
}

.btn-picto {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none !important;
  outline: none !important;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.btn-picto:after {
  background: none !important;
}
@media (min-width: 700px) {
  .btn-picto {
    display: inline-block;
    margin-right: 10px;
  }
}
.btn-picto .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}
.btn-picto .button_icon {
  padding: 0;
  display: block;
}
.btn-picto .button_icon img {
  width: 36px;
}
.btn-picto .button_label {
  margin-left: 10px;
  height: 36px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border: 2px solid #ff6600;
  transition: all 0.3s ease-out;
  font-size: 18px;
  font-weight: 700;
  color: #ff6600;
  text-align: center;
  width: calc(100% - 70px);
}
@media (min-width: 700px) {
  .btn-picto .button_label {
    width: auto;
  }
}
.btn-picto:hover {
  text-decoration: none;
}
.btn-picto:hover .button_label {
  color: #ffffff;
  background-color: #ff6600;
}

.btn-picto_big {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.btn-picto_big img {
  height: 100px;
  width: auto;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.btn-picto_big span {
  box-sizing: border-box;
  margin-top: 10px;
  border: 4px solid #ffffff;
  text-transform: uppercase;
  padding: 17px 20px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s ease-out;
  font-size: 24px;
  color: #fcfcfc;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.btn-picto_big:hover {
  text-decoration: none;
}
.btn-picto_big:hover span {
  background-color: #ffffff;
  color: #ff6600;
}

.button-stroke a.button,
.button-stroke a.button .button_icon i,
.button-stroke a.tp-button {
  border-color: #ff6600;
  border-width: 5px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-stroke a.button:hover,
.button-stroke a.button .button_icon i:hover,
.button-stroke a.tp-button:hover {
  background-color: #ff6600;
}

.button-stroke .button-stroke-thin {
  border-width: 2px !important;
}
.button-stroke .button-stroke-thin .button_label {
  line-height: 1;
}

.page-template-template-evenements .section-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-form-evenement {
  display: flex;
  justify-content: center;
}
.section-form-evenement > .column {
  width: 100%;
  max-width: 600px !important;
}
.section-form-evenement p {
  margin-bottom: 0px;
}
.section-form-evenement label {
  margin-bottom: 0px;
}
.section-form-evenement .wpcf7 {
  text-align: left;
}
.section-form-evenement input[type=submit] {
  display: block;
  margin: 0 auto;
}

.cibulMap .map-canvas {
  min-height: 420px !important;
}

.ccal {
  width: 100% !important;
}

@media (max-width: 699px) {
  .openagenda_section .column_column,
.openagenda_section .section-title {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .openagenda_section .two-third.column {
    width: 48% !important;
  }
  .openagenda_section .one-third.column {
    width: 48% !important;
  }
}

.event-filter .title {
  text-transform: uppercase;
  font-weight: 900;
}

.event-filter-section .title {
  font-size: 20px;
  color: #4d4d6b;
  line-height: 1.2;
  text-align: left;
  padding-left: 40px;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 5px;
}
.event-filter-section .cibulSearch a {
  position: absolute;
  right: 0;
  top: 0px;
}
.event-filter-section .cibulSearch input {
  width: 100%;
  height: 80px;
  background-color: #ffbbad;
  border: 0px !important;
  box-shadow: none;
  padding-right: 80px;
  color: white;
  font-weight: 700;
  padding-left: 40px;
}
.event-filter-section .cibulSearch input::-webkit-input-placeholder {
  color: white;
}
.event-filter-section .cibulSearch input:-ms-input-placeholder {
  color: white;
}
.event-filter-section .cibulSearch input::-ms-input-placeholder {
  color: white;
}
.event-filter-section .cibulSearch input::placeholder {
  color: white;
}
.event-filter-section .cibulSearch input:focus {
  background-color: #ffbbad !important;
}
.event-filter-section .search-button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.event-filter-section .search-button:hover {
  background-color: #4d4d6b;
}
.event-filter-section .map-sync {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
.event-filter-section .map-sync label {
  margin-bottom: 0;
}

.calendar-canvas .calmonthnav {
  background-color: #ff6600;
  font-size: 18px;
  color: white;
  line-height: 1.2;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calendar-canvas .calmonth {
  margin-bottom: 0px;
}
.calendar-canvas .calprevmonth,
.calendar-canvas .calnextmonth {
  border-radius: 50%;
  background-color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  transition: all 0.3s ease-out;
  position: relative;
}
.calendar-canvas .calprevmonth:before,
.calendar-canvas .calnextmonth:before {
  position: absolute;
  content: "";
  background-position: center center;
  background-size: 10px 20px;
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #4d4d6b;
  z-index: 1;
  background-repeat: no-repeat;
}
.calendar-canvas .calprevmonth:hover,
.calendar-canvas .calnextmonth:hover {
  background-color: #4d4d6b;
}
.calendar-canvas .calprevmonth:hover span,
.calendar-canvas .calnextmonth:hover span {
  color: white;
}
.calendar-canvas .calprevmonth.calprevmonth:before,
.calendar-canvas .calnextmonth.calprevmonth:before {
  background-image: url(../images/prev.png);
}
.calendar-canvas .calprevmonth.calnextmonth:before,
.calendar-canvas .calnextmonth.calnextmonth:before {
  background-image: url(../images/next.png);
}
.calendar-canvas .calweekdays {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.calendar-canvas .calweekdays li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  text-align: center;
  flex: 1;
  font-size: 14px;
}
.calendar-canvas .calbody ul {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.calendar-canvas .calbody ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ff785c;
  flex: 1;
  height: 40px;
  color: white;
  width: auto !important;
  margin-bottom: 0px;
  font-size: 14px;
  border: 0.5px solid white;
}
.calendar-canvas .calbody ul li::selection span {
  background: transparent;
}
.calendar-canvas .calbody ul li span {
  background: transparent;
  color: #fff !important;
}
.calendar-canvas .calbody ul li.exists {
  background-color: #4d4d6b;
}
.calendar-canvas .calbody ul li.selected {
  background-color: #4d4d6b;
}
.calendar-canvas .calbody ul li.selected span {
  font-size: 18px;
  font-weight: 700;
  background: transparent;
  color: white;
}
.calendar-canvas .calbody .calprev,
.calendar-canvas .calbody .calnext {
  background-color: #cccccc;
}
.calendar-canvas .calbody .calprev span,
.calendar-canvas .calbody .calnext span {
  background: transparent;
  color: #878787;
}

.modal-open {
  overflow: hidden;
  height: 100%;
}

#contentWrapper {
  display: unset;
}

/***
* Reset CSS
*/
#tarteaucitronRoot div,
#tarteaucitronRoot span,
#tarteaucitronRoot applet,
#tarteaucitronRoot object,
#tarteaucitronRoot iframe,
#tarteaucitronRoot h1,
#tarteaucitronRoot h2,
#tarteaucitronRoot h3,
#tarteaucitronRoot h4,
#tarteaucitronRoot h5,
#tarteaucitronRoot h6,
#tarteaucitronRoot p,
#tarteaucitronRoot blockquote,
#tarteaucitronRoot pre,
#tarteaucitronRoot a,
#tarteaucitronRoot abbr,
#tarteaucitronRoot acronym,
#tarteaucitronRoot address,
#tarteaucitronRoot big,
#tarteaucitronRoot cite,
#tarteaucitronRoot code,
#tarteaucitronRoot del,
#tarteaucitronRoot dfn,
#tarteaucitronRoot em,
#tarteaucitronRoot img,
#tarteaucitronRoot ins,
#tarteaucitronRoot kbd,
#tarteaucitronRoot q,
#tarteaucitronRoot s,
#tarteaucitronRoot samp,
#tarteaucitronRoot small,
#tarteaucitronRoot strike,
#tarteaucitronRoot strong,
#tarteaucitronRoot sub,
#tarteaucitronRoot sup,
#tarteaucitronRoot tt,
#tarteaucitronRoot var,
#tarteaucitronRoot b,
#tarteaucitronRoot u,
#tarteaucitronRoot i,
#tarteaucitronRoot center,
#tarteaucitronRoot dl,
#tarteaucitronRoot dt,
#tarteaucitronRoot dd,
#tarteaucitronRoot ol,
#tarteaucitronRoot ul,
#tarteaucitronRoot li,
#tarteaucitronRoot fieldset,
#tarteaucitronRoot form,
#tarteaucitronRoot label,
#tarteaucitronRoot legend,
#tarteaucitronRoot table,
#tarteaucitronRoot caption,
#tarteaucitronRoot tbody,
#tarteaucitronRoot tfoot,
#tarteaucitronRoot thead,
#tarteaucitronRoot tr,
#tarteaucitronRoot th,
#tarteaucitronRoot td,
#tarteaucitronRoot article,
#tarteaucitronRoot aside,
#tarteaucitronRoot canvas,
#tarteaucitronRoot details,
#tarteaucitronRoot embed,
#tarteaucitronRoot figure,
#tarteaucitronRoot figcaption,
#tarteaucitronRoot footer,
#tarteaucitronRoot header,
#tarteaucitronRoot hgroup,
#tarteaucitronRoot menu,
#tarteaucitronRoot nav,
#tarteaucitronRoot output,
#tarteaucitronRoot ruby,
#tarteaucitronRoot section,
#tarteaucitronRoot summary,
#tarteaucitronRoot time,
#tarteaucitronRoot mark,
#tarteaucitronRoot audio,
#tarteaucitronRoot video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*background: initial;*/
  text-align: initial;
  text-shadow: initial;
}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article,
#tarteaucitronRoot aside,
#tarteaucitronRoot details,
#tarteaucitronRoot figcaption,
#tarteaucitronRoot figure,
#tarteaucitronRoot footer,
#tarteaucitronRoot header,
#tarteaucitronRoot hgroup,
#tarteaucitronRoot menu,
#tarteaucitronRoot nav,
#tarteaucitronRoot section {
  display: block;
}

#tarteaucitronRoot ol,
#tarteaucitronRoot ul {
  list-style: none;
}

#tarteaucitronRoot blockquote,
#tarteaucitronRoot q {
  quotes: none;
}

#tarteaucitronRoot blockquote:before,
#tarteaucitronRoot blockquote:after,
#tarteaucitronRoot q:before,
#tarteaucitronRoot q:after {
  content: "";
  content: none;
}

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

#tarteaucitronRoot a:focus,
#tarteaucitronRoot button:focus {
  /*outline: 2px solid #cb3333;*/
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

div#tarteaucitronServices {
  margin-top: 21px !important;
}

#tarteaucitronServices::-webkit-scrollbar {
  width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0px solid slategrey;
}

div#tarteaucitronServices {
  box-shadow: 0 0 35px #575757;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }

  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer,
#tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }

  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }

  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }

  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
 * Common value
 */
#tarteaucitron * {
  zoom: 1;
}

#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: #eee;
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  color: #424242;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}

#tarteaucitronAlertBig strong,
#tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a,
#tarteaucitronAlertSmall a {
  color: #fff;
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1,
#tarteaucitron .tarteaucitronH2,
#tarteaucitron .tarteaucitronH3,
#tarteaucitron .tarteaucitronH4,
#tarteaucitron .tarteaucitronH5,
#tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronRoot * {
  box-sizing: initial;
  color: #333;
  font-family: sans-serif !important;
  font-size: 14px;
  line-height: normal;
  vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 10px;
  color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border: 2px solid #333;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #4d4d6b;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

.tarteaucitronSelfLink,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

a.tarteaucitronSelfLink {
  text-align: center !important;
  display: block;
  padding: 7px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: #4d4d6b;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(51, 51, 51, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #4d4d6b;
  border: 3px solid #333;
  border-left: 9px solid #333;
  border-top: 5px solid #333;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #4d4d6b;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: left;
  width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background: gray;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #333;
  font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #4d4d6b;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  padding: 5px 5%;
  position: fixed;
  text-align: center;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font: 15px verdana;
  color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitron #tarteaucitronPrivacyUrl {
  background: #008300;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl {
  background: #fff;
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 4px 10px;
}

#tarteaucitronPercentage {
  background: #0a0 !important;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
  bottom: 0;
  right: 0;
}

.tarteaucitronIconBottomLeft {
  bottom: 0;
  left: 0;
}

.tarteaucitronIconTopRight {
  top: 0;
  right: 0;
}

.tarteaucitronIconTopLeft {
  top: 0;
  left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
  border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
  border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
  background: transparent;
  position: fixed;
  display: none;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronIcon #tarteaucitronManager {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 0px;
  border: none;
  margin-bottom: 0px;
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 50px;
  height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
  content: "\2717";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
  content: "\2713";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
  content: "\271B";
  display: inline-block;
  color: white;
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop,
.tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  background: #4d4d6b;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1b870b;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #fbda26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9c1a1a;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #4d4d6b;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #333;
  text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #4d4d6b;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #1b870b;
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite,
ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}

.tarteaucitronLine .tarteaucitronAllow,
.tarteaucitronLine .tarteaucitronAllow {
  opacity: 0.4;
}

div#tarteaucitronInfo {
  display: block !important;
  position: initial !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 40px !important;
  font-size: 1em !important;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #555;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 13px !important;
  display: block;
  text-shadow: 0 0 14px white;
  text-transform: uppercase;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

.portfolio_group.grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -25px 30px !important;
}
.portfolio_group.grid .portfolio-item-fw-bg,
.portfolio_group.grid .image_wrapper,
.portfolio_group.grid .image-wrapper {
  height: 100%;
}
.portfolio_group.grid .image-wrapper {
  height: 300px;
}
.portfolio_group.grid .image-wrapper a {
  height: 100%;
}
.portfolio_group.grid .portfolio-item {
  position: relative !important;
  top: 0 !important;
}
.portfolio_group.grid .portfolio-item .image_frame {
  height: 500px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: stretch;
  border-color: #ffffff;
  transition: all 0.3s ease-out;
  border-width: 8px;
}
.portfolio_group.grid .portfolio-item .image_frame a {
  height: 100%;
  width: 100%;
}
.portfolio_group.grid .portfolio-item .image_frame a img {
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center center;
}
.portfolio_group.grid .portfolio-item .image_frame img.scale-with-grid {
  width: 100%;
  min-height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0 !important;
  margin-bottom: 100px !important;
}
.portfolio_group.grid .portfolio-item .image_frame * {
  transition: all 0.3s ease-out;
}
.portfolio_group.grid .portfolio-item .image_frame .image_wrapper .mask {
  box-shadow: none;
}
.portfolio_group.grid .portfolio-item .image_links {
  display: none !important;
}
@media (max-width: 699px) {
  .portfolio_group.grid .portfolio-item {
    left: 10px !important;
    margin: 0 !important;
    width: calc(100% - 20px) !important;
  }
}
@media (min-width: 700px) {
  .portfolio_group.grid .portfolio-item {
    margin: 0px !important;
    left: 0px !important;
    position: relative !important;
    width: 33.33333334% !important;
    flex: 0 0 33.33333334%;
  }
}
.portfolio_group.grid .portfolio-item .desc {
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  z-index: 3;
  background-color: #ffffff;
}
.portfolio_group.grid .portfolio-item .desc .entry-title {
  font-size: 24px;
  font-family: "Alegreya", sans-serif;
  font-weight: 700;
  color: #4d4d6b !important;
  text-align: center;
  margin-bottom: 3px;
}
.portfolio_group.grid .portfolio-item .desc .entry-title a {
  color: #4d4d6b !important;
}
.portfolio_group.grid .portfolio-item .desc .location-wrapper {
  height: 16px;
  font-size: 15px;
  color: #4d4d6b;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}
.portfolio_group.grid .portfolio-item:not(.portfolio-intermede) .image_frame {
  background-color: #fff;
  position: relative;
}
.portfolio_group.grid .portfolio-item:not(.portfolio-intermede) .image_frame .desc {
  height: 130px;
}
.portfolio_group.grid .portfolio-item:not(.portfolio-intermede) .image_frame:hover {
  border-color: #ff6600;
}
.portfolio_group.grid .portfolio-item:not(.portfolio-intermede) .image_frame:hover img {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  transition-duration: 0.3s;
  transition-delay: 0.1s;
}
.portfolio_group.grid .portfolio-item:not(.portfolio-intermede) .image_frame:hover .desc {
  background-color: #ff6600;
  height: 150px;
  padding-top: 10px;
}
.portfolio_group.grid .portfolio-item:not(.portfolio-intermede) .image_frame:hover .desc .entry-title,
.portfolio_group.grid .portfolio-item:not(.portfolio-intermede) .image_frame:hover .desc a {
  color: #ffffff !important;
}
.portfolio_group.grid .portfolio-item.portfolio-intermede {
  display: flex;
  align-items: stretch;
}
.portfolio_group.grid .portfolio-item.portfolio-intermede .image_wrapper {
  display: none;
}
.portfolio_group.grid .portfolio-item.portfolio-intermede .image_frame {
  width: 100%;
  height: 100%;
}
.portfolio_group.grid .portfolio-item.portfolio-intermede h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 0px;
  text-align: right;
  margin-top: 10px;
  color: white;
}
.portfolio_group.grid .portfolio-item.portfolio-intermede .desc {
  height: 100%;
  position: relative;
  padding: 30px;
}
.portfolio_group.grid .portfolio-item.portfolio-intermede .desc:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 40%;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/quotes@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
  opacity: 0.15;
}
.portfolio_group.grid .portfolio-item.portfolio-intermede .desc .entry-title {
  font-size: 16px !important;
  line-height: 1.33;
  font-family: "Roboto", sans-serif !important;
  color: #ffffff !important;
  text-align: left;
  font-weight: 500;
}

.slick-slide .image_links {
  display: none !important;
}
.slick-slide .image_frame {
  height: 300px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: stretch;
  border: 10px solid white !important;
  transition: all 0.3s ease-out;
}
.slick-slide .image_frame .image_wrapper,
.slick-slide .image_frame a {
  height: 100%;
  width: 100%;
}
.slick-slide .image_frame img.scale-with-grid {
  width: 100%;
  min-height: 100% !important;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  top: 0 !important;
  position: absolute;
  left: 0;
}
.slick-slide .image_frame * {
  transition: all 0.3s ease-out;
}
.slick-slide .image_frame .image_wrapper img.scale-with-grid {
  box-sizing: border-box;
  margin-bottom: 0px !important;
}
.slick-slide .image_frame .mask {
  box-shadow: none;
}
.slick-slide .image_frame .mask :after {
  opacity: 1;
}
.slick-slide .image_frame .desc {
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 10px 20px;
  border-color: #ff6600;
  background-color: #ff6600;
}
.slick-slide .image_frame .desc .entry-title {
  font-size: 24px;
  font-family: "Alegreya", sans-serif;
  font-weight: 700;
  color: #4d4d6b !important;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.2;
}
.slick-slide .image_frame .desc .entry-title,
.slick-slide .image_frame .desc a {
  color: #ffffff !important;
}
.slick-slide .image_frame .desc .location-wrapper {
  height: 16px;
  font-size: 15px;
  color: #4d4d6b;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
.slick-slide .image_frame:hover {
  border-color: #ff6600 !important;
}
.slick-slide .image_frame:hover .mask:after {
  opacity: 0;
}
.slick-slide .image_frame:hover img {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  transition-duration: 0.3s;
  transition-delay: 0.15s;
}
.slick-slide .image_frame:hover .desc {
  background-color: #ff6600;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.portfolio_slider .slider_nav {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 75px;
  margin-top: -37px;
}
@media screen and (min-width: 1240px) {
  .portfolio_slider .slider_nav {
    width: 50px;
    height: 150px;
    margin-top: -75px;
  }
}
.portfolio_slider .slider_nav i {
  display: none;
}
.portfolio_slider .slider_nav.slider_prev {
  background-image: url(../images/prev.png);
  background-position: center center;
  left: 20px;
  transition: all 0.3s ease-out;
}
.portfolio_slider .slider_nav.slider_prev:hover {
  left: 10px;
}
.portfolio_slider .slider_nav.slider_next {
  background-image: url(../images/next.png);
  background-position: center center;
  right: 20px;
  transition: all 0.3s ease-out;
}
.portfolio_slider .slider_nav.slider_next:hover {
  right: 10px;
}

.post-item .author-date {
  display: none;
}
.post-item .post-excerpt {
  display: none;
}

@media (min-width: 700px) {
  .posts_group {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.posts_group.grid .post-desc-wrapper .post-meta .category .cat-btn {
  display: block;
}
.posts_group .post-item {
  background-color: #fff;
}
.posts_group .post-item .image_frame,
.posts_group .post-item .wp-caption {
  border: 0px;
}
.posts_group .post-item .image_links {
  display: none;
}
.posts_group .post-item .image_wrapper a {
  text-align: center;
}
.posts_group .post-meta {
  margin-bottom: 3px;
}
.posts_group .post-meta .author-date {
  float: none;
}
@media (min-width: 700px) {
  .posts_group .post-title {
    padding-bottom: 45px;
  }
}
.posts_group .post-title * {
  font-size: 30px;
  color: #4d4d6b;
  font-weight: 900;
  line-height: 1.2;
  text-transform: none;
}
.posts_group .category {
  float: none;
  position: relative;
}
.posts_group .category .cat-wrapper {
  position: relative;
  top: 0;
  right: auto;
  display: block;
  font-family: "Roboto", sans-serif;
}
.posts_group .category .cat-wrapper ul {
  padding: 0;
  background: transparent;
}
.posts_group .category .cat-wrapper ul li {
  padding-right: 10px;
}
.posts_group .category .cat-wrapper ul li a {
  text-align: left;
  color: #ff6600;
  text-transform: uppercase;
}
.posts_group .category .cat-wrapper ul li a:hover {
  color: #ff6600;
  text-decoration: underline;
}
.posts_group .post-footer {
  background-color: transparent;
  color: #ff6600;
}
.posts_group .post-footer a {
  color: #ff6600;
}
@media (min-width: 700px) {
  .posts_group .post-footer {
    position: absolute;
    bottom: 0px;
  }
}
.posts_group .post-footer .post-links {
  padding-left: 0;
  float: none;
  border-left: none;
  display: flex;
  align-items: center;
}
.posts_group .post-footer .post-links .icon-right-open-mini {
  display: flex;
  align-items: center;
}
.posts_group .post-footer .post-links .icon-right-open-mini:before {
  font-size: 18px;
  width: 0.5em;
}

#Content .section-bougies-cta {
  position: relative;
  z-index: 1;
}
#Content .section-bougies-cta:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #4d4d6b;
}
#Content .section-bougies-cta:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: white;
}
#Content .section-bougies-cta .section_wrapper {
  display: flex;
  align-items: stretch;
  padding: 0px;
  position: relative;
  z-index: 1;
}
#Content .bougies-cta {
  margin: 0px;
  padding: 15px;
  width: 50% !important;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #Content .bougies-cta {
    padding: 50px 15px;
  }
}
#Content .bougies-cta .column {
  margin-bottom: 0;
}
#Content .bougies-cta .column:first-child {
  flex-grow: 1;
}
@media (min-width: 700px) {
  #Content .bougies-cta .title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #Content .bougies-cta .title {
    font-size: 32px;
  }
}
#Content .bougies-cta p {
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
@media (min-width: 700px) {
  #Content .bougies-cta p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #Content .bougies-cta p {
    font-size: 18px;
  }
}
#Content .bougies-cta img {
  height: 80px;
  width: auto;
  max-width: none;
}
#Content .bougies-cta__dark {
  background-color: #4d4d6b;
  color: white;
}
#Content .bougies-cta__dark .title {
  color: #fff;
}
#Content .bougies-cta__light {
  background-color: white;
}
#Content .bougies-cta__light .title {
  color: #4d4d6b;
}
#Content .bougies-cta__light .btn-picto_big span {
  border-color: #4d4d6b;
  color: #4d4d6b;
  white-space: nowrap;
}
#Content .bougies-cta__light .btn-picto_big:hover span {
  color: #fd7e14;
  background-color: #4d4d6b;
}

@media (max-width: 700px) {
  #Content .section-bougies-cta .section_wrapper {
    padding: 0px !important;
    display: block;
    max-width: none !important;
  }
  #Content .section-bougies-cta .bougies-cta {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
  #Content .section-bougies-cta .btn-picto_big {
    display: inline-flex;
  }
}
@media (max-width: 959px) {
  #Content .section-bougies-cta .column-text {
    display: none;
  }
  #Content .section-bougies-cta .column-button {
    float: none;
    margin: 0 auto;
  }
  #Content .section-bougies-cta .btn-picto_big {
    width: 100%;
  }
  #Content .section-bougies-cta .btn-picto_big img {
    max-height: 50px;
  }
  #Content .section-bougies-cta .btn-picto_big span {
    font-size: 18px;
    padding: 8px 10px;
  }
}
.page-template-template-bougies {
  background-color: #444264 !important;
}
.page-template-template-bougies #Wrapper,
.page-template-template-bougies #Content {
  background-color: #444264;
}
.page-template-template-bougies .breadcrumbs-container {
  display: none !important;
}

.section-bougies {
  position: relative;
  padding: 50px;
  min-height: 500px;
  box-sizing: border-box;
}

#xhr-bougies {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px 50px 50px;
  justify-content: space-around;
}

.bougie-content {
  position: relative;
  bottom: 0px;
  color: #4d4d6b;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
  padding: 5px 15px;
  font-size: 14px;
  box-sizing: border-box;
  text-transform: lowercase;
}
.bougie-content::first-letter {
  text-transform: uppercase;
}
.bougie-content:before {
  z-index: 0;
  position: absolute;
  content: "";
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.bougie-content span,
.bougie-content strong {
  display: block;
}
.bougie-content span::first-letter,
.bougie-content strong::first-letter {
  text-transform: uppercase;
}
.bougie-content .bougie-content-wrapper {
  position: relative;
  white-space: nowrap;
  max-width: 100%;
}

.firepit {
  opacity: 0;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.firepit img {
  margin: 0 auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: all 0.6s ease;
}
.firepit .wrapper {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.firepit .parallax {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.fire {
  position: relative;
  width: 40px;
  height: 40px;
}

.firepit.scroll-appear-ok {
  opacity: 1;
}
.firepit.scroll-appear-ok img {
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

@media (max-width: 700px) {
  .section-bougies {
    padding-left: 5px;
    padding-right: 5px;
  }

  #xhr-bougies {
    padding: 0px;
  }

  .firepit {
    margin: 0 !important;
    padding: 5px;
    flex: 0 0 50%;
  }
  .firepit .wrapper {
    justify-self: center !important;
    align-self: center !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
  .firepit .parallax {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  .firepit .parallax img {
    width: 100% !important;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

body:not(.template-slider) #Header {
  min-height: 0;
}