@charset "UTF-8";
/*!
Theme Name: Starter Kit
Theme URI: https://www.faire-savoir.com/
Author: Faire Savoir
Author URI: https://www.faire-savoir.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starterkit

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Starterkit is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*!
 * 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)
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
: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;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-15, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-15 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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;
}

.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.857143%;
}

.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;
}

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

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

.float-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: 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: sticky) {
  .sticky-top {
    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;
}

.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;
}

.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;
}

/* =====================
STRUCTURE
===================== */
header#masthead {
  transition: all 0.3s ease-in-out;
}

body:not(.home) header#masthead {
  background-color: #042c3c;
  height: 60px;
}

body.scroll-on:not(.home) header#masthead {
  height: 40px;
}

/* =====================
	HEADER TOP
	===================== */
/* Décalage du header en connecté pour ne pas se superposer avec la barre d'admin */
body.logged-in #header_top {
  margin-top: 46px;
}

/* =====================
POP UP
===================== */
#modal_hp {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000;
}

#modal_hp .modal-dialog {
  padding-top: 30px;
}

#modal_hp .modal-content {
  color: #000000;
  text-align: center;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 15px;
}

#modal_hp .modal-content h2 {
  color: #000000;
  margin-bottom: 30px;
}

#modal_hp .modal-content .media img {
  width: auto;
  height: auto;
  max-height: 50vh;
  margin: 0 auto;
}

#modal_hp .modal-content .media + .resume,
#modal_hp .modal-content .media + .zone_btn,
#modal_hp .modal-content .resume + .zone_btn {
  margin-top: 30px;
}

#modal_hp .modal-content .zone_btn .btn {
  background-image: url("img/sprite.svg#btn_wave_blue");
  color: #FFFFFF;
}

#modal_hp .modal-content .resume p {
  color: #000000;
}

#modal_hp .close {
  font-size: 0;
  background-image: url("img/sprite.svg#popup_close_white");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px 12px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  opacity: 1;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

#modal_hp .close:hover {
  opacity: 0.8;
}

/* =====================
HEADER TOP
===================== */
/* Décalage du header en connecté pour ne pas se superposer avec la barre d'admin */
body.logged-in #header_top {
  margin-top: 32px;
}

#header_top {
  z-index: 99999;
  transition: all 0.3s ease-in-out;
}

body:not(.home) #header_top,
body.home.scroll-on #header_top {
  background-color: #02526A;
}

body:not(.home) #header_top {
  height: 60px;
}

body.home #header_top {
  height: 80px;
}

body.scroll-on #header_top {
  height: 40px;
}

#header_top .col_header_left,
#header_top .col_header_center {
  padding-right: 0;
}

#header_top .col_header_left {
  padding-left: 0;
}

#header_top .col_header_center {
  padding-left: 10px;
}

#header_top .col_header_center,
#header_top .col_header_right {
  transition: all 0.3s ease-in-out;
}

#header_top .col_header_right {
  font-size: 0;
  padding-left: 0;
  padding-right: 10px;
}

body:not(.home) #header_top .col_header_center,
body:not(.home) #header_top .col_header_right {
  padding-top: 10px;
}

body.home #header_top .col_header_center,
body.home #header_top .col_header_right {
  padding-top: 10px;
}

body.scroll-on #header_top .col_header_center,
body.scroll-on #header_top .col_header_right {
  padding-top: 0;
}

#header_top .col_header_right > * {
  display: inline-block;
  vertical-align: top;
}

/* LOGO */
#header_top .logo_topbar {
  position: relative;
  z-index: 100;
}

#header_top .logo_topbar a {
  display: inline-block;
  vertical-align: top;
  background-image: url("img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
  margin-left: 5px;
}

#header_top .logo_topbar img {
  height: auto;
  display: block;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

body:not(.home) #header_top .logo_topbar img {
  width: 90px;
}

body.home #header_top .logo_topbar img {
  width: 140px;
}

body.scroll-on #header_top .logo_topbar a {
  margin-top: 5px;
}

body.scroll-on #header_top .logo_topbar img {
  width: 70px;
  opacity: 0;
}

/* LANGUE */
#header_top .wpml-ls-legacy-dropdown {
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  width: auto;
  margin-top: 5px;
}

#header_top .wpml-ls-legacy-dropdown ul {
  padding-left: 0;
  margin-bottom: 0;
}

#header_top .wpml-ls-legacy-dropdown a {
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
}

#header_top .wpml-ls-legacy-dropdown a span {
  vertical-align: top;
}

#header_top .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  display: none;
}

#header_top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
}

/* LANGUE WEGLOT */
#header_top .country-selector {
  background-color: transparent;
  color: #FFFFFF;
  z-index: 10;
  margin-top: 5px;
}

#header_top .country-selector.weglot-dropdown .wgcurrent {
  border: 0;
}

#header_top .country-selector.weglot-dropdown .wgcurrent span {
  height: 30px;
  line-height: 26px;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-transform: lowercase;
}

#header_top .country-selector.weglot-dropdown .wgcurrent span::first-letter {
  text-transform: uppercase;
}

#header_top .country-selector.weglot-dropdown .wgcurrent::after {
  top: 10px;
  right: 0;
  width: 15px;
  height: 9px;
  transform: none;
  background: url(img/sprite.svg#chevron_bottom_white) no-repeat center center/auto 100%;
}

#header_top .country-selector.weglot-dropdown ul {
  background-color: transparent;
  border: 0;
}

#header_top .country-selector.weglot-dropdown span,
#header_top .country-selector.weglot-dropdown a {
  padding: 2px 20px 2px 0;
  color: inherit;
  height: auto;
  line-height: normal;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-transform: lowercase;
}

#header_top .country-selector.weglot-dropdown span::first-letter,
#header_top .country-selector.weglot-dropdown a::first-letter {
  text-transform: uppercase;
}

#header_top .country-selector.weglot-dropdown input:checked ~ .wgcurrent::after {
  transform: scale(-1);
}

body.scroll-on #header_top .country-selector {
  color: #00CDCB;
}

body.scroll-on #header_top .country-selector.weglot-dropdown .wgcurrent::after {
  background: url(img/sprite.svg#chevron_bottom_blue) no-repeat center center/auto 100%;
}

/* RECHERCHE */
#header_top .searchmenu {
  font-size: 0;
  background-color: transparent;
  background-image: url("img/sprite.svg#search_white");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px 30px;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}

#header_top .searchmenu:hover {
  opacity: 0.8;
}

#header_top .searchmenu:focus {
  outline: none;
}

body.scroll-on #header_top .searchmenu {
  background-image: url("img/sprite.svg#search_blue");
}

/* FONT RESIZER */
#header_top .font_resizer {
  margin-right: 5px;
}

#header_top .font_resizer p {
  font-size: 0;
  line-height: 1;
}

#header_top .font_resizer a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
  vertical-align: bottom;
  box-sizing: content-box;
  transition: all 0.3s ease-in-out;
}

#header_top .font_resizer a:hover {
  opacity: 0.8;
}

#header_top .font_resizer .zeno_font_resizer_minus {
  background-image: url("img/sprite.svg#a_moins");
  background-size: 16px 10px;
  width: 16px;
  height: 33px;
}

#header_top .font_resizer .zeno_font_resizer_reset {
  background-image: url("img/sprite.svg#a_normal");
  background-size: 12px 14px;
  width: 12px;
  height: 37px;
}

#header_top .font_resizer .zeno_font_resizer_add {
  background-image: url("img/sprite.svg#a_plus");
  background-size: 28px 17px;
  width: 28px;
  height: 40px;
}

body.scroll-on #header_top .font_resizer .zeno_font_resizer_minus {
  background-image: url("img/sprite.svg#a_moins_blue");
}

body.scroll-on #header_top .font_resizer .zeno_font_resizer_reset {
  background-image: url("img/sprite.svg#a_normal_blue");
}

body.scroll-on #header_top .font_resizer .zeno_font_resizer_add {
  background-image: url("img/sprite.svg#a_plus_blue");
}

/* =====================
MEGA MENU
===================== */
#header_top #menu_principal {
  padding: 0;
}

#header_top .mega-sticky-wrapper {
  height: auto !important;
}

#header_top #mega-menu-wrap-menu-1.mega-sticky {
  margin-top: 0 !important;
  position: static;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  max-width: none !important;
  margin-left: 0 !important;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  border-bottom: 3px solid transparent;
  padding: 0 8px;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

body.scroll-on #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #00CDCB;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.deja_sur_place > a.mega-menu-link {
  background-color: #00CDCB;
  padding-left: 12px;
  padding-right: 12px;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current_page_item > a.mega-menu-link {
  border-color: #00CDCB;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none;
}

/* SOUS-MENU */
#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu {
  width: 100vw !important;
  position: fixed;
  left: 0 !important;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  background-color: #02526A;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu::after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40000000", endColorstr="#00000000", GradientType=0);
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

body:not(.home) #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu {
  margin-top: 20px;
}

body.home #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu {
  margin-top: 30px;
}

body.scroll-on #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu {
  margin-top: 10px;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row > ul.mega-sub-menu {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column .mega-sub-menu .mega-sub-menu {
  display: none;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column a {
  color: #ffffff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column a:hover {
  color: #00CDCB;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 .widget_media_image:nth-last-child(n+2) {
  padding-bottom: 10px;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 .widget_media_image figure {
  width: 100% !important;
  height: 180px;
  margin-bottom: 0;
  overflow: hidden;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 .widget_media_image figcaption {
  display: none;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 .widget_media_image img {
  width: 100%;
  height: 100% !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 .widget_media_image > img {
  height: 180px !important;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 .widget_media_image + .mega-menu-item-object-page {
  padding-top: 0;
}

#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 .widget_media_image + .mega-menu-item-object-page > a::before {
  content: "";
  width: 100%;
  height: 190px;
  margin-right: 0;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
}

/* =====================
RESPONSIVE
===================== */

/* =====================
BARTOP
===================== */
/* BREADCRUMB */
#bartop #breadcrumb {
  color: #494949;
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#bartop #breadcrumb > span {
  display: inline-block;
  vertical-align: top;
}

#bartop #breadcrumb a {
  color: #494949;
}

#bartop #breadcrumb a:hover {
  text-decoration: underline;
}

#bartop #breadcrumb span.current-item {
  font-weight: bold;
}

#bartop #breadcrumb span.separateur {
  font-size: 0;
  background-image: url("img/sprite.svg#chevron_right_blue");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 15px 15px;
  width: 15px;
  height: 20px;
  margin: 0 5px;
}

/* TOOLS */
#bartop #tools {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}

#bartop #tools > div,
#bartop #tools ul,
#bartop #tools ul li {
  display: inline-block;
  vertical-align: top;
}

#bartop #tools .breadcrumb_print {
  margin-right: 0;
  float: left;
}

#bartop #tools .breadshare_label {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  line-height: 30px;
}

#bartop #tools ul {
  font-size: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#bartop #tools li {
  margin-left: 5px;
}

/* PRINT */
#bartop #tools .breadcrumb_print {
  height: 30px;
}

#bartop #tools .btn-print {
  font-size: 0;
  background-color: transparent;
  background-image: url("img/sprite.svg#bread_print_grey");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 26px 26px;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

#bartop #tools .btn-print:hover {
  -moz-filter: brightness(0);
  filter: brightness(0);
}

/* SOCIAL SHARE */
#bartop #tools .breadshare a {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 36px 36px;
  width: 30px;
  height: 30px;
  display: block;
  transition: all 0.3s ease-in-out;
}

#bartop #tools .breadshare a:hover {
  -moz-filter: brightness(0);
  filter: brightness(0);
}

#bartop #tools .breadshare.facebook a {
  background-image: url("img/sprite.svg#facebook_grey");
}

#bartop #tools .breadshare.twitter a {
  background-image: url("img/sprite.svg#twitter_grey");
}

#bartop #tools .breadshare.pinterest a {
  background-image: url("img/sprite.svg#pinterest_grey");
}

/* =====================
CODE
===================== */
footer.footer {
  background-color: #131F5B;
  position: relative;
}

footer.footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/sprite.svg#gravure_white");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  background-size: cover;
}

footer h4 {
  color: #FFFFFF;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-bottom: 10px;
}

footer ul {
  font-size: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

footer ul li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}

footer a {
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

footer a:hover,
footer a strong {
  color: #00CDCB;
}

footer .btn_mail {
  background-color: inherit;
  border: none;
  background-image: url("img/sprite.svg#btn_wave_blue");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
}

footer .btn_mail a {
  position: relative;
}

footer .btn_mail a:before {
  content: "";
  display: inline-block;
  background-image: url("img/sprite.svg#enveloppe_white");
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  transition: all 0.3s ease-in-out;
}

footer .btn_mail:hover {
  background-color: inherit;
  border: none;
  background-image: url("img/sprite.svg#btn_wave_white");
  color: #00CDCB;
}

footer .btn_mail:hover a:before {
  background-image: url("img/sprite.svg#enveloppe_blue");
}

/* =====================
FOOTER TOP
===================== */
footer #footer_principal .footer_col_top {
  padding: 30px 15px;
  max-width: 970px;
  margin: 0 auto;
}

footer #footer_principal .footer_top .textwidget p {
  color: #FFFFFF;
  font-size: 0.875em;
  text-align: center;
  line-height: normal;
}

/* =====================
FOOTER PRINCIPAL
===================== */
footer #footer_principal {
  color: #FFFFFF;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding-bottom: 50px;
  text-align: center;
  padding-top: 30px;
  background-image: url("img/footer/mountain_mobile.svg");
  background-repeat: no-repeat;
  padding-top: 300px;
  background-position: center 60px;
  max-width: 390px;
}

footer #footer_principal .row + .row {
  margin-top: 30px;
}

/* COL 01 */
footer #footer_principal .footer_col01 {
  min-height: 0;
  padding-left: 0;
  position: relative;
}

footer #footer_principal .footer_col01::before {
  content: "";
  background-image: url("img/footer/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: 50% 0;
  width: auto;
  height: 100px;
  margin-bottom: 10px;
  position: static;
}

footer #footer_principal .footer_col01 p {
  color: #FFFFFF;
}

footer #footer_principal .footer_col01 p + p {
  font-size: 1.125em;
}

/* COL 02 */
footer #footer_principal .footer_col02 {
  margin-top: 25px;
}

footer #footer_principal .footer_col02 .textwidget {
  color: #00CDCB;
  font-size: 1.250em;
  font-weight: bold;
}

footer #footer_principal .footer_col02 .textwidget p {
  font-size: inherit;
  color: #00CDCB;
  font-weight: bold;
}

footer #footer_principal .footer_col02 ul {
  margin-top: 5px;
}

footer #footer_principal .footer_col02 ul li {
  margin-left: 5px;
  margin-right: 5px;
}

footer #footer_principal .footer_col02 ul li a {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  display: block;
}

footer #footer_principal .footer_col02 ul li.picto_facebook a {
  background-image: url("img/sprite.svg#facebook_footer");
}

footer #footer_principal .footer_col02 ul li.picto_instagram a {
  background-image: url("img/sprite.svg#instagram_footer");
}

/* COL 03 */
footer #footer_principal .footer_col03 {
  margin-top: 25px;
}

footer #footer_principal .footer_col03 ul li {
  line-height: 1;
  padding-left: 0;
  margin-top: 10px;
  display: block;
  position: relative;
}

footer #footer_principal .footer_col03 ul li::before {
  display: none;
}

/* COL 04 */
footer .footer_col04 {
  color: #ffffff;
}

footer #footer_principal .footer_col04 p {
  color: #FFFFFF;
}

footer .footer_col04 .widget-1 {
  margin-bottom: 20px;
}

/* =====================
FOOTER BOTTOM
===================== */
footer #footer_bottom .container {
  text-align: center;
  border-top: 1px solid #00CDCB;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer #footer_bottom ul li {
  font-size: 0.875rem;
  padding-left: 10px;
  padding-right: 10px;
}

/* =====================
RESPONSIVE
===================== */

/* =====================
STRATE 01 : INTERNET DE SEJOUR
===================== */
#hp_strate_internetdesejour {
  height: 740px;
  padding-top: 0;
  padding-bottom: 0;
}

#hp_strate_internetdesejour .media {
  width: 100%;
  height: 740px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#hp_strate_internetdesejour .media .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#hp_strate_internetdesejour .media::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/sprite.svg#gravure_white");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  z-index: 1;
}

#hp_strate_internetdesejour .media::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#hp_strate_internetdesejour .container,
#hp_strate_internetdesejour_2 .container {
  position: relative;
  z-index: 1;
}

#hp_strate_internetdesejour_2 .get-geoloc {
  color: red;
  font-size: 14px;
}

#hp_strate_internetdesejour .media h1 {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -178px;
  max-width: 356px;
  width: 100%;
  height: 64px;
  z-index: 2;
  background-repeat: no-repeat;
  background-image: url("img/sprite.svg#signature2_white");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  padding-bottom: 10px;
  box-sizing: content-box;
}

#hp_strate_internetdesejour .media h1:after {
  content: "";
  display: block;
  width: 214px;
  height: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("img/sprite.svg#soulignement_white");
  background-repeat: no-repeat;
  background-size: 214px 8px;
}

/* Vidéo youtube */
#hp_strate_internetdesejour .bg_video {
  height: 100vh;
}

#hp_strate_internetdesejour .bg_video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#hp_strate_internetdesejour .bg_video {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#hp_strate_internetdesejour .bg_video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#hp_strate_internetdesejour .bg_video iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  aspect-ratio: 16/9;
}

/* =====================
ANIMATE
===================== */
#hp_strate_internetdesejour .media h1:after {
  -webkit-animation-name: soulignement_hp_mobile;
  -webkit-animation-duration: 1s;
  animation-name: soulignement_hp_mobile;
  animation-duration: 1s;
}

#hp_strate_internetdesejour .media h1:after {
  -webkit-animation-name: soulignement_hp_mobile;
  -webkit-animation-duration: 1s;
  animation-name: soulignement_hp_mobile;
  animation-duration: 1s;
}

/* =====================
STRATE 02 : SITUATION GEOGRAPHIQUE
===================== */
#hp_strate_localisation .container {
  max-width: 970px;
  padding-top: 50px;
  padding-bottom: 0;
}

#hp_strate_localisation .apercu {
  position: relative;
  z-index: 1;
  text-align: center;
}

#hp_strate_localisation .apercu h1 {
  font-size: 1.275em;
  text-align: center;
  color: #434343;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
}

#hp_strate_localisation .apercu h1 strong {
  font-family: "OuestCorsica", Arial, Helvetica, sans-serif;
  font-size: 1.500em;
  color: #00CDCB;
  display: block;
  margin-top: 10px;
}

#hp_strate_localisation .apercu h2 {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin-top: 15px;
}

#hp_strate_localisation .apercu .zone_btn {
  margin-top: 25px;
}

#hp_strate_localisation .media {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

#hp_strate_localisation .media img {
  margin-left: 100%;
  width: 155%;
  display: block;
  transform: translateX(-100%);
}

/* =====================
STRATE 03 : LES INCONTOURNABLES
===================== */
#hp_strate_incontournables {
  background-color: #02526A;
  padding-top: 50px;
  padding-bottom: 50px;
}

#hp_strate_incontournables .card {
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

#hp_strate_incontournables .card-top {
  /*max-width: 515px;*/
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

#hp_strate_incontournables .owl-item.center .card-top {
  opacity: 1;
}

#hp_strate_incontournables .card .titre {
  color: #FFFFFF;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.275em;
  font-weight: bold;
  line-height: 1;
}

#hp_strate_incontournables .card .resume {
  margin-top: 10px;
}

#hp_strate_incontournables .card .resume p {
  color: #FFFFFF;
}

#hp_strate_incontournables .card-bottom {
  position: relative;
}

#hp_strate_incontournables .card .media {
  display: block;
  position: relative;
}

#hp_strate_incontournables .card .media::before,
#hp_strate_incontournables .card .media::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

#hp_strate_incontournables .card .media::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#99000000", GradientType=0);
  height: 70%;
  opacity: 1;
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#hp_strate_incontournables .card .media::after {
  display: none;
}

#hp_strate_incontournables .owl-item.center .card .media::before {
  opacity: 1;
}

#hp_strate_incontournables .owl-item.center .card .media::after {
  opacity: 0;
}

#hp_strate_incontournables .card .zone_btn {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

#hp_strate_incontournables .owl-item.center .card .zone_btn {
  opacity: 1;
}

#hp_strate_incontournables .card .zone_btn .btn {
  background-image: url("img/sprite.svg#btn_wave_white");
  color: #02526A;
}

/* */
#hp_strate_incontournables .owl-carousel .owl-nav {
  margin-top: 15px;
}

#hp_strate_incontournables .owl-carousel .owl-nav button {
  margin-top: 0;
}

#hp_strate_incontournables .owl-carousel .owl-nav button span {
  background-color: rgba(0, 0, 0, 0);
}

/* =====================
STRATE 04 : NOS EXPERIENCES
===================== */
/* MOTEUR AFFINITAIRE */
#hp_strate_moteuraffinitaire {
  position: relative;
}

#hp_strate_moteuraffinitaire .media {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#hp_strate_moteuraffinitaire .media::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#hp_strate_moteuraffinitaire .media .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#hp_strate_moteuraffinitaire .row {
  text-align: center;
  position: relative;
  z-index: 1;
  height: auto;
  min-height: 280px;
  padding-top: 50px;
  padding-bottom: 30px;
}

#hp_strate_moteuraffinitaire h3 {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.250em;
  color: #ffffff;
  line-height: 1;
  position: relative;
  padding-top: 70px;
}

#hp_strate_moteuraffinitaire h3:before {
  content: "";
  background-image: url("img/sprite.svg#soleil_orange");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}

#hp_strate_moteuraffinitaire .moteur_affinitaire {
  color: #ffffff;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.375em;
  line-height: normal;
  margin-top: 20px;
}

#hp_strate_moteuraffinitaire .moteur_affinitaire .select2-selection__rendered {
  font-size: 1.2em;
}

#hp_strate_moteuraffinitaire .moteur_affinitaire .label {
  display: inline-block;
  vertical-align: top;
}

#hp_strate_moteuraffinitaire .moteur_affinitaire .select2-container {
  width: auto !important;
  vertical-align: top;
}

#hp_strate_moteuraffinitaire .moteur_affinitaire .select2-container .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: auto;
}

#hp_strate_moteuraffinitaire .moteur_affinitaire .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "OuestCorsica", Arial, Helvetica, sans-serif;
  color: #FF7E74;
  text-decoration: underline;
  line-height: normal;
  padding-left: 0;
  padding-right: 0;
}

#hp_strate_moteuraffinitaire .moteur_affinitaire .select2-container:hover .select2-selection--single .select2-selection__rendered {
  text-decoration: none;
}

#hp_strate_moteuraffinitaire .moteur_affinitaire .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

#hp_strate_moteuraffinitaire .moteur_affinitaire .zone_btn {
  margin-top: 40px;
}

#hp_strate_moteuraffinitaire .moteur_affinitaire .zone_btn .btn {
  transition: all 0.3s ease-in-out;
  background-image: url("img/sprite.svg#btn_outline_wave_white");
  color: #FFFFFF;
}

#hp_strate_moteuraffinitaire .moteur_affinitaire .zone_btn .btn:hover {
  background-image: url("img/sprite.svg#btn_wave_orange");
}

/* EXPERIENCES */
#hp_strate_experiences {
  padding-left: 0;
  padding-right: 0;
}

#hp_strate_experiences .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 400px;
}

#hp_strate_experiences .card .media {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#hp_strate_experiences .card .media::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: none;
  z-index: 1;
}

#hp_strate_experiences .card .media img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  position: static;
  transform: none;
  -o-object-fit: cover;
     object-fit: cover;
}

#hp_strate_experiences .card .media_flou {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#hp_strate_experiences .card .media_flou .bg {
  width: 200%;
  height: 100%;
  background-repeat: no-repeat;
  filter: blur(5px);
  background-position: 0 0;
  background-size: 100% auto;
}

#hp_strate_experiences .card .apercu {
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: calc(100% - 20px);
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
  height: initial;
  margin: 50px 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#hp_strate_experiences .card .apercu .titre {
  font-family: "OuestCorsica", Arial, Helvetica, sans-serif;
  font-size: 1.500em;
  line-height: 1;
}

#hp_strate_experiences .card .apercu .type {
  color: #3fb7e8;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  margin-top: 10px;
}

#hp_strate_experiences .card .apercu .resume {
  margin-top: 20px;
  margin-bottom: 20px;
}

#hp_strate_experiences .card .apercu .resume p {
  color: #ffffff;
}

#hp_strate_experiences .card .apercu .btn {
  background-image: url("img/sprite.svg#btn_wave_white");
  color: #02526A;
}

/* */
#hp_strate_experiences .owl-carousel .owl-nav button {
  position: absolute;
  top: auto;
  bottom: 30px;
}

#hp_strate_experiences .owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 50%;
}

#hp_strate_experiences .owl-carousel .owl-nav button.owl-prev::before,
#hp_strate_experiences .owl-carousel .owl-nav button.owl-prev::after {
  background-image: url("img/arrow_left_white.svg");
}

#hp_strate_experiences .owl-carousel .owl-nav button.owl-next {
  right: auto;
  left: 50%;
}

/* =====================
STRATE 05 : NOS TOPS
===================== */
#hp_strate_tops {
  background-color: #FFD193;
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

#hp_strate_tops .container {
  padding-left: 15px;
  padding-right: 15px;
}

#hp_strate_tops::before {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 35%;
  position: absolute;
  top: 0;
  left: 0;
}

#hp_strate_tops::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/sprite.svg#gravure_white");
  background-repeat: no-repeat;
  background-size: 100% 500px;
  opacity: 0.4;
  top: 210px;
}

#hp_strate_tops .container {
  position: relative;
}

#hp_strate_tops h3 {
  font-family: "OuestCorsica", Arial, Helvetica, sans-serif;
  color: #FF7E74;
  text-align: center;
  line-height: 1;
  font-size: 1.500em;
  margin-bottom: 20px;
}

#hp_strate_tops .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

#hp_strate_tops .card .media::before,
#hp_strate_tops .card .media::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

#hp_strate_tops .card .media::before {
  background-color: rgba(63, 183, 232, 0.85);
  height: 100%;
  opacity: 0;
}

#hp_strate_tops .card:hover .media::before {
  opacity: 1;
}

#hp_strate_tops .card .media::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#cc000000", GradientType=0);
  height: 40%;
}

#hp_strate_tops .card:hover .media::after {
  opacity: 0.5;
}

#hp_strate_tops .card .picto {
  width: 35px;
  height: 30px;
  position: absolute;
  bottom: 22px;
  right: 25px;
}

#hp_strate_tops .card .picto img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}

#hp_strate_tops .card .titre {
  color: #ffffff;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.250em;
  line-height: 1;
  min-height: 0;
  padding: 25px 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 50px;
  transition: all 0.3s ease-in-out;
}

#hp_strate_tops .card:hover .titre {
  min-height: 100%;
}

#hp_strate_tops .card .picto + .titre {
  right: 75px;
}

/* */
#hp_strate_tops .owl-carousel .owl-nav {
  text-align: left;
  margin-top: 15px;
  margin-bottom: -15px;
}

#hp_strate_tops .owl-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  transform: none;
}

#hp_strate_tops .owl-carousel .owl-nav button.owl-prev,
#hp_strate_tops .owl-carousel .owl-nav button.owl-next {
  margin-right: 0;
}

#hp_strate_tops .owl-carousel .owl-nav button span {
  background-color: rgba(0, 0, 0, 0);
}

#hp_strate_tops .pagination_bar {
  border-bottom: 1px solid #FFFFFF;
  width: calc(100);
  position: absolute;
  bottom: 29px;
  left: 135px;
  right: 0;
}

#hp_strate_tops .pagination_bar .bar {
  border-top: 6px solid #FFFFFF;
  position: relative;
  top: 4px;
}

/* =====================
STRATE 06 : EN CE MOMENT
===================== */
#hp_strate_evenements {
  padding-top: 30px;
  padding-bottom: 30px;
}

#hp_strate_evenements .container {
  max-width: 1030px;
}

#hp_strate_evenements h3 {
  color: #042c3c;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: 1.500em;
  margin-bottom: 20px;
}

#hp_strate_evenements .card {
  color: #ffffff;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
  min-height: 280px;
  padding: 30px;
  flex-direction: inherit;
  min-height: 0;
  padding-left: 15px;
  padding-right: 15px;
}

#hp_strate_evenements .card .apercu {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

#hp_strate_evenements .card .titre {
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1;
  font-size: 1.500em;
  margin-bottom: 10px;
}

#hp_strate_evenements .card .date,
#hp_strate_evenements .card .lieu {
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  display: inline;
}

#hp_strate_evenements .card .date + .lieu::before {
  content: " - ";
}

#hp_strate_evenements .card .resume {
  margin-top: 20px;
}

#hp_strate_evenements .card .resume p {
  color: #000000;
}

#hp_strate_evenements .card .zone_btn {
  margin-top: 25px;
}

/* */
#hp_strate_evenements .owl-carousel .owl-stage-outer {
  background-color: #a8ba09;
}

/* =====================
STRATE 07 : LES BONS PLANS
===================== */
#hp_strate_bonsplans {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #FFD193;
}

#hp_strate_bonsplans .container {
  max-width: 1200px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

#hp_strate_bonsplans .container:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  width: auto;
  height: 60px;
  background: white;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

#hp_strate_bonsplans .container:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  width: auto;
  height: 60px;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

#hp_strate_bonsplans .card {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  flex-direction: inherit;
  padding: 50px 30px;
  height: 400px;
  overflow: auto;
}

#hp_strate_bonsplans .card .apercu {
  width: 100%;
}

#hp_strate_bonsplans .card .picto {
  margin-bottom: 10px;
}

#hp_strate_bonsplans .card .picto img {
  width: auto;
  max-width: 50px;
  height: auto;
  display: inline-block;
  vertical-align: top;
}

#hp_strate_bonsplans .card h3 {
  color: #434343;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.275em;
  margin-bottom: 5px;
}

#hp_strate_bonsplans .card .titre {
  color: #00CDCB;
  font-family: "OuestCorsica", Arial, Helvetica, sans-serif;
  line-height: 1;
  display: inline;
  font-size: 1.325em;
  margin-bottom: 10px;
}

#hp_strate_bonsplans .card .classement {
  color: #042c3c;
  font-size: 0.875em;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 3px;
  display: inline;
  vertical-align: top;
}

#hp_strate_bonsplans .card .classement.etoile1,
#hp_strate_bonsplans .card .classement.etoiles2,
#hp_strate_bonsplans .card .classement.etoiles3,
#hp_strate_bonsplans .card .classement.etoiles4,
#hp_strate_bonsplans .card .classement.etoiles5 {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: content-box;
  width: auto;
  height: 20px;
  display: block;
  margin-bottom: 10px;
}

#hp_strate_bonsplans .card .classement.etoile1 {
  background-image: url("img/home/etoile1.svg");
}

#hp_strate_bonsplans .card .classement.etoiles2 {
  background-image: url("img/home/etoiles2.svg");
}

#hp_strate_bonsplans .card .classement.etoiles3 {
  background-image: url("img/home/etoiles3.svg");
}

#hp_strate_bonsplans .card .classement.etoiles4 {
  background-image: url("img/home/etoiles4.svg");
}

#hp_strate_bonsplans .card .classement.etoiles5 {
  background-image: url("img/home/etoiles5.svg");
}

#hp_strate_bonsplans .card .lieu {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#hp_strate_bonsplans .card .resume {
  margin-bottom: 10px;
}

#hp_strate_bonsplans .card .resume p {
  color: #434343;
}

#hp_strate_bonsplans .card .zone_btn {
  margin-top: 25px;
}

#hp_strate_bonsplans .media {
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  width: auto;
  height: 300px;
  position: relative;
  margin-top: -60px;
}

#hp_strate_bonsplans .media:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #FFD193;
  z-index: 1;
}

#hp_strate_bonsplans .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 0;
  min-height: 0;
  display: block;
  position: static;
  transform: none;
}

/* */
#hp_strate_bonsplans .owl-carousel .owl-item {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

#hp_strate_bonsplans .owl-carousel .owl-dots {
  width: 100%;
  margin-top: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
}

#hp_strate_bonsplans .owl-carousel .owl-dots .owl-dot {
  border-color: #ffffff;
}

#hp_strate_bonsplans .owl-carousel .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

/* */
#hp_strate_bonsplans .owl-carousel .owl-nav button {
  position: absolute;
  top: auto;
  bottom: 30px;
}

#hp_strate_bonsplans .owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 50%;
}

#hp_strate_bonsplans .owl-carousel .owl-nav button.owl-prev::before,
#hp_strate_bonsplans .owl-carousel .owl-nav button.owl-prev::after {
  background-image: url("img/arrow_left_white.svg");
}

#hp_strate_bonsplans .owl-carousel .owl-nav button.owl-next {
  right: auto;
  left: 50%;
}

/* =====================
STRATE 08 : SOCIAL WALL
===================== */
.home .bg_socialwall {
  background-color: #FFFFFF;
}

#hp_strate_socialwall {
  padding-top: 30px;
  padding-bottom: 60px;
}

#hp_strate_socialwall .container {
  position: relative;
}

#hp_strate_socialwall .apercu {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-top: 75px;
  padding-left: 0;
  background-image: url("img/arrow_left_white.svg");
  background-repeat: no-repeat;
}

#hp_strate_socialwall .apercu:before {
  content: "";
  display: block;
  background-image: url("img/sprite.svg#jump_blue");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 90px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 0;
  bottom: auto;
}

/* #hp_strate_socialwall .apercu::after {
	content: "";
	background-color: #042c3c;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
} */
#hp_strate_socialwall h3 {
  color: #434343;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.275em;
  line-height: 1;
}

#hp_strate_socialwall .zone_btn {
  margin: 30px auto;
  text-align: center;
}

#hp_strate_socialwall .compte {
  color: #00CDCB;
  font-family: "OuestCorsica", Arial, Helvetica, sans-serif;
  font-size: 2.875em;
  line-height: 1;
  margin-top: 5px;
}

#hp_strate_socialwall .ff-stream {
  min-height: 570px !important;
  padding: 0;
  overflow: hidden;
}

#hp_strate_socialwall .ff-stream-wrapper {
  margin: 0 -30px;
}

#hp_strate_socialwall #ff-uid-1 {
  margin-top: 0;
}

#hp_strate_socialwall #ff-uid-3 {
  margin-top: 0;
}

#hp_strate_socialwall .ff-loadmore-wrapper {
  margin-top: 30px;
}

#hp_strate_socialwall #ff-stream-1 .ff-loadmore-wrapper .ff-btn {
  color: #ffffff;
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
  background-color: #3fb7e8;
  border: 2px solid #3fb7e8;
  border-radius: 0;
  padding: 6px 25px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

#hp_strate_socialwall #ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover {
  background-color: #042c3c;
  border-color: #042c3c;
}

/* ELFSIGHT */
/*#hp_strate_socialwall .jOGBpY,*/
#hp_strate_socialwall [class*="WidgetBackground__Background"] {
  background-color: transparent !important;
}

/*#hp_strate_socialwall .bRanta,*/
#hp_strate_socialwall [class*="WidgetBackground__Content"] {
  max-width: none !important;
  padding: 0 !important;
}

/*#hp_strate_socialwall .byymCY,*/
#hp_strate_socialwall [class*="LoadMoreButton__Container"] {
  margin-top: 30px;
}

/*#hp_strate_socialwall .igFLjj,*/
#hp_strate_socialwall [class*="ButtonBase__ButtonContainer"] {
  color: #ffffff !important;
  font-family: "Aller", Arial, Helvetica, sans-serif !important;
  font-size: 1em;
  background-color: #3fb7e8 !important;
  border: 2px solid #3fb7e8 !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}

/*#hp_strate_socialwall .igFLjj:hover,*/
#hp_strate_socialwall [class*="ButtonBase__ButtonContainer"]:hover {
  background-color: #042c3c !important;
  border-color: #042c3c !important;
}

/*#hp_strate_socialwall .bdDGJD,*/
#hp_strate_socialwall [class*="ButtonBase__Overlay"] {
  padding: 6px 25px !important;
}

/*#hp_strate_socialwall .bLZjOn > div,*/
#hp_strate_socialwall [class*="Grid__Container"] > div {
  position: relative;
}

/*#hp_strate_socialwall .bLZjOn > div img,*/
#hp_strate_socialwall [class*="Grid__Container"] > div img {
  position: relative;
  display: block;
  border-radius: 0;
  transition: all 700ms ease;
  transform: perspective(500px) scale3d(1, 1, 1) rotateZ(0deg);
  z-index: 0;
}

/*#hp_strate_socialwall .bLZjOn > div:hover img,*/
#hp_strate_socialwall [class*="Grid__Container"] > div:hover img {
  transform: perspective(500px) scale3d(1.15, 1.15, 1) rotateZ(3deg);
}

/*#hp_strate_socialwall .bLZjOn > div:before,
#hp_strate_socialwall [class*="Grid__Container"] > div:before {
	content: "";
	background-image: url("img/sprite.svg#instagram_white");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}
#hp_strate_socialwall .bLZjOn > div:after,
#hp_strate_socialwall [class*="Grid__Container"] > div:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 60px 60px 0;
	border-color: transparent #405de6 transparent transparent;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}
#hp_strate_socialwall .bLZjOn > div:hover:before,
#hp_strate_socialwall .bLZjOn > div:hover:after,
#hp_strate_socialwall [class*="Grid__Container"] > div:hover:before,
#hp_strate_socialwall [class*="Grid__Container"] > div:hover:after {
	opacity: 1;
}*/
/*#hp_strate_socialwall .cRwILp,*/
#hp_strate_socialwall [class*="CardUserBlock__UserBlock"] {
  display: none;
}

/* ELFISH */
#hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide {
  display: grid;
}

#hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide > div {
  width: 100% !important;
  overflow: hidden;
}

#hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide .eapps-instagram-feed-posts-item-link,
#hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide .eapps-instagram-feed-posts-item-media,
#hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide .eapps-instagram-feed-posts-item-image-wrapper,
#hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

#hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide > div:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

#hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide > div:nth-child(2) {
  grid-area: 3 / 1 / 4 / 2;
}

#hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide > div:nth-child(3) {
  grid-area: 3 / 2 / 4 / 3;
}

#hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide > div:nth-child(4) {
  grid-area: 4 / 1 / 5 / 2;
}

#hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide > div:nth-child(5) {
  grid-area: 4 / 2 / 5 / 3;
}

/* =====================
STRATE 09 : BANNIERES
===================== */
#hp_strate_bannieres {
  padding-bottom: 60px;
}

/* =====================
RESPONSIVE
===================== */

/* =====================
STRUCTURE
===================== */
#header_outro .row {
  padding: 30px 0;
}

#header_outro .container {
  max-width: 770px;
}

#header_outro p {
  margin: 0;
}

#header_outro .col {
  position: relative;
  z-index: 2;
}

/* BOUTON */
#header_outro .btn {
  text-decoration: none;
}

#header_outro .btn:nth-child(n+2) {
  margin-top: 20px;
}

#header_outro .btn:nth-last-child(n+2) {
  margin-bottom: 20px;
}

#header_outro .btn_back:nth-child(n+2) {
  margin-top: 10px;
}

#header_outro .btn_back:nth-child(1) {
  margin-top: -10px;
}

#header_outro .btn_back:nth-last-child(n+2) {
  margin-bottom: 10px;
}

/* PICTO */
#header_outro .picto_intro {
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}

/* TITRE */
#header_outro h1 {
  color: #434343;
  font-family: "OuestCorsica", Arial, Helvetica, sans-serif;
  font-size: 1.500rem;
  text-align: inherit;
  line-height: 1;
  display: inline-block;
  position: relative;
  min-width: 206px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#header_outro h1:after {
  content: "";
  display: block;
  width: 206px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -103px;
  background-image: url("img/sprite.svg#soulignement_white");
  background-repeat: no-repeat;
  background-size: 206px 8px;
}

/* SOUS TITRE */
#header_outro .sstitre {
  color: #00CDCB;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 5px;
}

/* DESCRIPTIF */
#header_outro .resume {
  margin-top: 20px;
}

#header_outro .resume p {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.250em;
  margin: 0;
}

#header_outro a {
  color: #00CDCB;
  text-decoration: underline;
}

#header_outro a:hover {
  text-decoration: none;
}

/* =====================
ALIGNEMENT
===================== */
/* GAUCHE */
#header_outro.align-txt-left #content_header_outro {
  text-align: center;
  margin-left: 0;
}

#header_outro.align-txt-left .simplefavorite-button {
  margin-left: auto;
}

/* CENTRE */
#header_outro.align-txt-center #content_header_outro {
  text-align: center;
}

/* DROITE */
#header_outro.align-txt-right #content_header_outro {
  margin-right: 0;
}

#header_outro.align-txt-right .simplefavorite-button {
  margin-right: auto;
}

/* =====================
TENDANCE FOND
===================== */
#header_outro.choix-image::before,
#header_outro.choix-carrousel .bg::before,
#header_outro.choix-cinemagraphe::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/sprite.svg#gravure_white");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
}

/* FOND FONCE */
#header_outro.choix-image.fond-fonce::after,
#header_outro.choix-carrousel.fond-fonce .bg::after,
#header_outro.choix-cinemagraphe.fond-fonce::after {
  /*background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#99000000", GradientType=0);*/
  background-color: rgba(19, 31, 91, 0.2);
}

#header_outro.fond-fonce .btn_back {
  color: #ffffff;
}

#header_outro.fond-fonce .picto_intro {
  -moz-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}

#header_outro.fond-fonce h1,
#header_outro.fond-fonce .resume p,
#header_outro.fond-fonce a {
  color: #ffffff;
}

#header_outro.fond-fonce a:hover {
  color: #00CDCB;
}

#header_outro.fond-fonce .simplefavorite-button {
  background-image: url("img/sprite.svg#favoris_coeur_off_white");
}

#header_outro.fond-fonce .simplefavorite-button.active {
  background-image: url("img/sprite.svg#favoris_coeur_on_white");
}

#header_outro.fond-fonce img {
  max-width: 70px;
  width: 100%;
  height: auto;
  filter: contrast(200%) invert(100%);
  display: block;
  margin: 0 auto 10px auto;
}

/* FOND CLAIR */
#header_outro.choix-image.fond-clair::after,
#header_outro.choix-carrousel.fond-clair .bg::after,
#header_outro.choix-cinemagraphe.fond-clair::after {
  background-color: rgba(0, 0, 0, 0.2);
}

#header_outro.fond-clair .btn_back {
  color: #00CDCB;
}

#header_outro.fond-clair .picto_intro {
  -moz-filter: brightness(0);
  filter: brightness(0);
}

#header_outro.fond-clair h1,
#header_outro.fond-clair .sstitre,
#header_outro.fond-clair a {
  color: #FFFFFF;
}

#header_outro.fond-clair .resume p {
  color: #FFFFFF;
}

#header_outro.fond-clair .simplefavorite-button {
  background-image: url("img/sprite.svg#favoris_coeur_off_grey");
}

#header_outro.fond-clair .simplefavorite-button.active {
  background-image: url("img/sprite.svg#favoris_coeur_on_grey");
}

#header_outro.fond-clair img {
  max-width: 70px;
  height: auto;
  filter: contrast(200%) invert(0%);
}

/* SANS FILTRE */
#header_outro.choix-image.fond-sans-filtre::after {
  display: none;
}

/* PAS DE FOND */
#header_outro.choix-pas_de_fond:not(.fond-fonce) .btn_back,
#header_outro.choix-pas_de_fond:not(.fond-clair) .btn_back,
#header_outro.choix-pas_de_fond:not(.fond-fonce) h1,
#header_outro.choix-pas_de_fond:not(.fond-clair) h1 {
  color: #00CDCB;
}

#header_outro.choix-pas_de_fond:not(.fond-fonce) .sstitre,
#header_outro.choix-pas_de_fond:not(.fond-clair) .sstitre,
#header_outro.choix-pas_de_fond:not(.fond-fonce) a,
#header_outro.choix-pas_de_fond:not(.fond-clair) a {
  color: #00CDCB;
}

#header_outro.choix-pas_de_fond:not(.fond-fonce) .resume p,
#header_outro.choix-pas_de_fond:not(.fond-clair) .resume p {
  color: #434343;
}

#header_outro.choix-pas_de_fond:not(.fond-fonce) .simplefavorite-button,
#header_outro.choix-pas_de_fond:not(.fond-clair) .simplefavorite-button {
  background-image: url("img/sprite.svg#favoris_coeur_off_grey");
}

#header_outro.choix-pas_de_fond:not(.fond-fonce) .simplefavorite-button.active,
#header_outro.choix-pas_de_fond:not(.fond-clair) .simplefavorite-button.active {
  background-image: url("img/sprite.svg#favoris_coeur_on_grey");
}

#header_outro.choix-pas_de_fond:not(.fond-fonce) .simplefavorite-button.loading,
#header_outro.choix-pas_de_fond:not(.fond-clair) .simplefavorite-button.loading {
  background-image: url("img/sprite.svg#loader_grey");
}

/* =====================
TYPE DE FOND
===================== */
/* PAS DE FOND */
/* FOND COULEUR */
/* FOND IMAGE */
#header_outro.choix-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

#header_outro.choix-image::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#header_outro.choix-image .row {
  min-height: 300px;
}

/* FOND CARROUSEL */
#header_outro.choix-carrousel {
  position: relative;
}

#header_outro.choix-carrousel .row {
  min-height: 300px;
  padding-bottom: 40px;
}

#header_outro.choix-carrousel .owl-carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#header_outro.choix-carrousel .owl-carousel .owl-stage-outer,
#header_outro.choix-carrousel .owl-carousel .owl-stage-outer div {
  height: 100%;
}

#header_outro.choix-carrousel .bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

#header_outro.choix-carrousel .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#header_outro.choix-carrousel .owl-carousel .owl-dots {
  font-size: 0;
  text-align: center;
  line-height: 1;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
}

#header_outro.choix-carrousel .owl-carousel .owl-dots .owl-dot {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease-in-out 0s;
}

#header_outro.choix-carrousel .owl-carousel .owl-dots .owl-dot.active {
  background-color: #00CDCB;
  border-color: #00CDCB;
}

/* FOND CINEMAGRAPHE */
#header_outro.choix-cinemagraphe {
  position: relative;
}

#header_outro.choix-cinemagraphe::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#header_outro.choix-cinemagraphe .row {
  min-height: 300px;
}

/* =====================
ANIMATE
===================== */
.tetiereReveal:after {
  position: relative;
  -webkit-animation-name: soulignement;
  -webkit-animation-duration: 1s;
  animation-name: soulignement;
  animation-duration: 1s;
}

@keyframes soulignement {
  from {
    width: 0;
  }
  to {
    width: 206px;
  }
}

/* =====================
RESPONSIVE
===================== */

/* =====================
RESPONSIVE
===================== */
/* =====================
STRUCTURE
===================== */
/* =====================
RESPONSIVE
===================== */
/* =====================
GÉNÉRAL
===================== */
/* GRILLE */
/* =====================
RESPONSIVE
===================== */
/* =====================
GÉNÉRAL
===================== */
.row.listing .elt {
  margin-bottom: 30px;
}

.row.listing .elt .card {
  height: 100%;
  border: none;
  border-radius: 0;
}

.row.listing .elt .card img {
  border-radius: 0;
}

.fwp-submit.btn {
  /*background-color: #00CDCB;
	border: 2px solid #FFF;*/
  background-image: url("img/sprite.svg#btn_outline_wave_white");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.fwp-submit.btn:hover {
  color: #00CDCB;
}

/* ORDER */
.row.listing .elt:nth-child(1) {
  order: 1;
}

.row.listing .elt:nth-child(2) {
  order: 2;
}

.row.listing .elt:nth-child(3) {
  order: 3;
}

.row.listing .elt:nth-child(4) {
  order: 4;
}

.row.listing .elt:nth-child(5),
.row.listing .elt.push {
  order: 5;
}

.row.listing .elt:nth-child(6) {
  order: 6;
}

.row.listing .elt:nth-child(7) {
  order: 7;
}

.row.listing .elt:nth-child(8) {
  order: 8;
}

.row.listing .elt:nth-child(9) {
  order: 9;
}

/* =====================
LISTING + SOMMAIRE + RECHERCHE
===================== */
#header_outro.choix-couleur + #modal_recherche + script + #content .page-listing,
#header_outro.choix-image + #modal_recherche + script + #content .page-listing,
#header_outro.choix-carrousel + #modal_recherche + script + #content .page-listing,
#header_outro.choix-cinemagraphe + #modal_recherche + script + #content .page-listing,
#header_outro.choix-couleur + #modal_recherche + script + #content .page-sommaire,
#header_outro.choix-image + #modal_recherche + script + #content .page-sommaire,
#header_outro.choix-carrousel + #modal_recherche + script + #content .page-sommaire,
#header_outro.choix-cinemagraphe + #modal_recherche + script + #content .page-sommaire {
  padding-top: 60px;
}

.page-listing .entry-content,
.page-sommaire .entry-content,
.entry-content.search_zone {
  -webkit-background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 300px, #02526A 300px);
  -moz-background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 300px, #02526A 300px);
  background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 300px, #02526A 300px);
  position: relative;
}

.page-listing .entry-content:before,
.page-sommaire .entry-content:before,
.entry-content.search_zone:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/sprite.svg#gravure_white");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  transform: rotate(180deg);
}

/* =====================
LISTING MAP
===================== */
.page-listing-map .row.listing.listing-offres {
  background-color: #ededed;
  position: relative;
  z-index: 2;
}

.page-listing-map .row.listing.listing-offres .listing_left {
  padding-left: 0;
  padding-right: 0;
}

.page-listing-map .row.listing.listing-offres .listing_left.listing_fixed {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 1;
}

.page-listing-map .row.listing.listing-offres .listing_left.listing_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.page-listing-map .row.listing.listing-offres .listing_left .facetwp-facet-leaflet_map {
  margin-bottom: 0;
}

.page-listing-map .row.listing.listing-offres .listing_left #facetwp-leaflet-map {
  height: calc(100vh - 60px) !important;
}

.page-listing-map .row.listing.listing-offres .listing_right {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* =====================
CARD OFFRES
===================== */
.page-listing-map .row.listing.listing-offres .elt .card .img-classement,
.idees__liste .card .img-classement {
  display: block;
  width: auto;
  height: auto;
  max-height: 20px;
  margin: 10px auto;
}

.page-listing-map .row.listing.listing-offres .elt .card .img-classement.img-classement--no-filter {
  filter: unset;
  -webkit-filter: unset;
}

.page-listing-map .row.listing.listing-offres .elt .card,
.idees__liste .card {
  transition: all 0.3s ease-in-out;
}

.page-listing-map .row.listing.listing-offres .elt .card.sync-hover,
.page-listing-map .row.listing.listing-offres .elt .card:hover,
.idees__liste .card.sync-hover {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  transform: translateY(-3px);
}

.row.listing.listing-offres .elt .card,
.idees__liste .card {
  text-align: center;
  position: relative;
}

.idees__liste .card {
  border: none;
  border-radius: 0;
  background: none;
}

.idees__liste .card.sync-hover {
  box-shadow: none;
  transform: none;
}

.row.listing.listing-offres .elt .card .media,
.idees__liste .card .media {
  position: relative;
  height: 100%;
}

.row.listing.listing-offres .elt .card .media::before,
.row.listing.listing-offres .elt .card .media::after,
.idees__liste .card .media::before,
.idees__liste .card .media::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.row.listing.listing-offres .elt .card .media::before,
.idees__liste .card .media::before {
  background-color: rgba(2, 82, 106, 0.7);
  height: 100%;
  opacity: 0;
}

.row.listing.listing-offres .elt .card:hover .media::before,
.idees__liste .card:hover .media::before {
  opacity: 1;
}

.row.listing.listing-offres .elt .card .media::after,
.idees__liste .card .media::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#cc000000", GradientType=0);
  height: 60%;
  opacity: 1;
}

.row.listing.listing-offres .elt .card.offre-push .media::before {
  display: none;
}

.row.listing.listing-offres .elt .card.offre-push .media::after {
  background: transparent;
  background-color: rgba(255, 126, 116, 0.8);
  height: 100%;
  filter: none;
  opacity: 1;
}

.row.listing.listing-offres .elt .card .media::after,
.idees__liste .card:hover .media::after {
  opacity: 0.5;
}

.row.listing.listing-offres .elt .card .media img,
.idees__liste .card .media img {
  width: 100%;
  height: auto;
  display: block;
}

.row.listing.listing-offres .elt .card.offre-push .media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.row.listing.listing-offres .elt .card .apercu,
.idees__liste .card .apercu {
  color: #ffffff;
  min-height: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.row.listing.listing-offres .elt .card:hover .apercu,
.idees__liste .card:hover .apercu {
  min-height: 100%;
  padding-bottom: 90px;
}

.row.listing.listing-offres .elt .card .apercu_inner,
.idees__liste .card .apercu_inner {
  width: 100%;
}

.row.listing.listing-offres .elt .card .apercu .commune,
.idees__liste .card .apercu .commune {
  color: #FFFFFF;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.row.listing.listing-offres .elt .card .apercu .dates-sticker {
  color: #FFFFFF;
  font-weight: 700;
  position: relative;
  margin-bottom: 9px;
  top: 3px;
  position: relative;
  display: inline-block;
}

.row.listing.listing-offres .elt .card .apercu .dates-sticker:before {
  content: "";
  display: inline-block;
  background-image: url("img/sprite.svg#calendar_white");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.row.listing.listing-offres .elt .card .apercu .dates-sticker .autres-dates {
  display: none !important;
}

.idees__liste .card .apercu .commune {
  color: #00CDCB;
}

.idees__liste .card .apercu .distance {
  color: #FFFFFF;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  top: 3px;
  position: relative;
}

.idees__liste .card .apercu .distance:before {
  content: "";
  display: inline-block;
  background-image: url("img/sprite.svg#localisation_white");
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
  margin-right: 3px;
}

.row.listing.listing-offres .elt .card:hover .apercu .commune,
.idees__liste .card:hover .apercu .commune {
  color: #FFFFFF;
}

.row.listing.listing-offres .elt .card .apercu .titre {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  color: #00CDCB;
  font-size: 1.250em;
  line-height: 1;
  margin-bottom: 5px;
}

.row.listing.listing-offres .elt .card.card.offre-push .apercu .surtitre {
  text-transform: uppercase;
}

.row.listing.listing-offres .elt .card.card.offre-push .apercu .titre {
  color: #FFFFFF;
  margin-bottom: 10px;
  text-decoration: none;
}

.row.listing.listing-offres .elt .card.card.offre-push .zone_btn .btn {
  background-image: url("img/sprite.svg#btn_wave_white");
  color: #FF7E74;
}

.idees__liste .card .apercu .titre {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1;
}

.row.listing.listing-offres .elt .card .apercu .classement,
.idees__liste .card .apercu .classement {
  color: #FFFFFF;
  font-size: 0.875em;
  text-transform: uppercase;
  margin-top: 5px;
}

.row.listing.listing-offres .elt .card .apercu .classement img,
.idees__liste .card .apercu .classement img {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.row.listing.listing-offres .elt .card .zone_btn,
.idees__liste .card .zone_btn {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.row.listing.listing-offres .elt .card:hover .zone_btn,
.idees__liste .card:hover .zone_btn {
  opacity: 1;
}

/* =====================
RESULTATS
===================== */
.listing_plus .nb_results {
  color: #434343;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.250em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}

.listing_plus .nb_results .facetwp-counts {
  display: inline-block;
  vertical-align: top;
}

/* =====================
PAGINATION
===================== */
.listing_plus .pagination {
  padding-left: 15px;
}

.listing_plus .facetwp-pager {
  color: #434343;
  margin-bottom: 30px;
}

.page-listing .listing_plus .facetwp-pager {
  margin-bottom: 60px;
}

.listing_plus .facetwp-page {
  background-color: transparent;
  color: #434343;
  border: none;
  line-height: 40px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 1px;
  margin-right: 1px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}

.listing_plus .facetwp-page.active,
.listing_plus .facetwp-page.prev,
.listing_plus .facetwp-page.next {
  background-image: url("img/sprite.svg#btn_wave_blue");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*background-color: #00CDCB;*/
  color: #FFFFFF;
}

.listing_plus .facetwp-page.prev,
.listing_plus .facetwp-page.next {
  padding-left: 20px;
  padding-right: 20px;
}

.listing_plus .facetwp-page:not(.active):hover {
  background-image: url("img/sprite.svg#btn_wave_white");
  color: #00CDCB;
}

.page-listing .listing_plus .facetwp-page:not(.active):hover {
  color: #ffffff;
}

/* =====================
FACETS
===================== */
#facet_commun {
  background-color: #00CDCB;
  position: relative;
}

#facet_commun::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/sprite.svg#gravure_white");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
  background-size: 100% 500px;
  transform: rotate(180deg);
}

#facettes_top {
  padding: 30px 15px 0;
}

#facettes_top > .container,
#facettes_plus > .container {
  max-width: 1340px;
}

#facettes_plus > .container {
  padding-top: 20px;
}

#facettes_top .filter_reset_zone {
  margin-left: auto;
}

.page-moteur-experiences #facettes_top {
  background: none;
}

#facettes_top .facetwp-hidden {
  display: none;
}

#facettes_top .picto_loader {
  display: none;
  width: 40px;
  height: 40px;
}

.loader #facettes_top .picto_loader {
  display: block;
  width: 40px;
  height: 40px;
}

#facettes_plus {
  background-color: #00CDCB;
  max-height: 0;
  padding: 0 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

#facettes_plus.open {
  max-height: 240px;
  overflow: visible;
}

#facettes_plus .container-fluid {
  padding-top: 30px;
}

#facet_commun .elt_facet {
  margin-bottom: 30px;
}

#facet_commun .elt_facet .facet_zone {
  position: relative;
}

#facet_commun .elt_facet .facet_zone > .label {
  background-color: #00CDCB;
  color: #FFFFFF;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding-right: 30px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

#facet_commun .elt_facet.facet-is-used .facet_zone > .label {
  font-size: 0.7rem;
  line-height: 5px;
  top: 0px;
}

#facet_commun .elt_facet .fwp-reset {
  font-size: 0;
  background-color: transparent;
  background-image: url("img/sprite.svg#reset_white");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 50% 50%;
  border: none;
  width: 30px;
  height: 40px;
  padding: 0;
}

#facet_commun .elt_facet .fwp-reset:focus {
  outline: none;
}

#facet_commun .elt_facet .more_filter > div {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 30px;
  height: 40px;
  cursor: pointer;
}

#facet_commun .elt_facet .more_filter .more {
  background-image: url("img/sprite.svg#filter_white");
  background-size: 30px 30px;
}

#facet_commun .elt_facet .more_filter .less {
  background-image: url("img/sprite.svg#burger_menu_close_white");
  background-size: 24px 24px;
}

#facet_commun .elt_facet .more_filter .close {
  display: none;
}

#header_outro.choix-couleur + #modal_recherche + script + #content .search_btn,
#header_outro.choix-image + #modal_recherche + script + #content .search_btn,
#header_outro.choix-carrousel + #modal_recherche + script + #content .search_btn,
#header_outro.choix-cinemagraphe + #modal_recherche + script + #content .search_btn {
  padding-top: 30px;
}

.page-listing-map .search_btn {
  text-align: center;
  background-color: #00CDCB;
}

.page-listing-map .search_btn .btn {
  background-image: url("img/sprite.svg#filter_white");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 20px 50%;
  padding-left: 50px;
}

.name-ou_internet_de_sejour .facet_zone {
  display: flex;
}

.name-ou_internet_de_sejour .facet_zone .facetwp-facet-ou_internet_de_sejour {
  display: flex;
}

/* MODAL */
#modal_facet_listing {
  background-color: #434343;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

#modal_facet_listing .modal-dialog {
  max-width: none;
  padding: 15px 0;
  margin: 0;
}

#modal_facet_listing .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

#modal_facet_listing .modal-content .close {
  background-image: url("img/sprite.svg#burger_menu_close_white");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 50% 50%;
  font-size: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: 15px;
  display: block;
  float: none;
  opacity: 1;
}

#modal_facet_listing .modal-content #facettes_top {
  padding-left: 0;
  padding-right: 0;
}

#modal_facet_listing .modal-content #facettes_plus,
#modal_facet_listing .modal-content #facettes_plus.open {
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  overflow: visible;
}

#modal_facet_listing .modal-content .modale_search_btn {
  text-align: center;
}

#modal_facet_listing .modal-content .modale_search_btn .btn {
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 15px;
}

#modal_facet_listing .modal-content .modale_search_btn .fwp-reset {
  background-image: url("img/sprite.svg#reset_white");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 20px 50%;
  padding-left: 50px;
}

/* GEOLOC */
#facet_commun .get-geoloc {
  display: block;
  color: red;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
}

/* ALL FACETS */
#facettes_top .facetwp-facet {
  margin-bottom: 0;
}

/* FACETS - FSELECT */
.name-quoi_internet_de_sejour .facetwp-type-fselect .fs-label-wrap,
.name-quand_internet_de_sejour .facetwp-type-fselect .fs-label-wrap {
  width: 100%;
}

.name-ou_internet_de_sejour .label {
  display: inline-block !important;
  position: inherit !important;
  top: inherit !important;
  left: inherit !important;
  padding-right: 10px !important;
  line-height: 41px !important;
  font-size: 1rem !important;
}

.name-ou_internet_de_sejour .facetwp-facet-ou_internet_de_sejour {
  display: inline-block;
}

.name-ou_internet_de_sejour .facetwp-input-wrap {
  margin: 0 10px 0 0;
  position: relative;
}

.name-ou_internet_de_sejour .facetwp-input-wrap .location-result {
  display: none;
}

.name-ou_internet_de_sejour .facetwp-input-wrap .location-result.active {
  display: block;
  position: absolute;
  background-color: #3fb7e8;
  border: none;
  width: 100%;
  padding: 15px;
  margin-top: -2px;
  z-index: 9999;
}

.name-ou_internet_de_sejour .facetwp-input-wrap .location-results span {
  display: block;
  color: #ffffff;
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.name-ou_internet_de_sejour .facetwp-input-wrap .location-results span:hover {
  color: #434343;
}

.name-ou_internet_de_sejour .facetwp-input-wrap,
.name-ou_internet_de_sejour select {
  display: inline-block;
}

.name-ou_internet_de_sejour .facetwp-input-wrap input,
.name-ou_internet_de_sejour select {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: solid 2px #FFFFFF;
  color: #ffffff;
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 39px;
  height: 38px;
  padding: 0;
  max-width: 180px;
}

.name-ou_internet_de_sejour select {
  height: 50px;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 30px 0 0;
  display: inline-block;
  max-width: inherit;
  background-image: url("img/sprite.svg#localisation_white");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 27px 34px;
}

/* FACETS - DATE RANGE */
.facet.type-date_range,
.facet.type-date_range_flatpickr {
  height: 40px;
}

.facet.type-date_range .facet_zone,
.facet.type-date_range_flatpickr .facet_zone {
  position: relative;
  width: 80%;
}

.facet.type-date_range .facet_zone .label,
.facet.type-date_range_range .facet_zone .label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.facet.type-date_range .facet_zone .facetwp-type-date_range,
.facet.type-date_range_flatpickr .facet_zone .facetwp-type-date_range_flatpickr {
  position: relative;
  z-index: 2;
  border-bottom: solid 2px #FFFFFF;
}

.facet .facetwp-type-date_range .flatpickr-alt,
.facet .facetwp-type-date_range_flatpickr .flatpickr-alt {
  margin: 0;
  background-color: transparent;
  color: #ffffff;
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 49px;
  border: none;
  height: 50px;
  width: calc(100% - 50px);
}

.facet.type-date_range .facet_zone::after,
.facet.type-date_range_flatpickr .facet_zone::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background-image: url(img/sprite.svg#calendar_white);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  z-index: 0;
}

/* FACETS - DROPDOWN */
.facet .facetwp-type-dropdown .facetwp-dropdown {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #FFFFFF;
  height: 50px;
  /* width: 80%; */
  width: 100%;
  color: #434343;
  font-size: 14px;
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
}

/* for IE10 */
.facet .facetwp-type-dropdown .facetwp-dropdown::-ms-expand {
  display: none;
}

.facet .facetwp-type-dropdown {
  position: relative;
}

.facet .facetwp-type-dropdown::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("img/sprite.svg#chevron_bottom_white");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 1;
}

.facet-is-used.facet .facetwp-type-dropdown .facetwp-dropdown {
  color: #FFFFFF;
}

/* FACETS - FSELECT */
.facet .facetwp-type-fselect {
  height: 50px;
}

.facet .facetwp-type-fselect .fs-wrap {
  width: auto;
  display: block;
}

.facet .facetwp-type-fselect .fs-label-wrap {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #FFFFFF;
  height: 50px;
  /* width: 80%; */
  width: 100%;
}

.facet .facetwp-type-fselect .fs-label-wrap .fs-label {
  color: #ffffff;
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 49px;
  height: 50px;
  padding: 0 30px 0 0;
}

.facet .facetwp-type-fselect:nth-child(2) .fs-wrap.fs-default .fs-label-wrap .fs-label,
.facet .label ~ .facetwp-type-fselect .fs-label {
  opacity: 0;
}

.facet .facetwp-type-fselect .fs-label-wrap .fs-arrow {
  display: block;
  top: 4px;
  right: 5;
  width: 20px;
  height: 12px;
  transform: none;
  background: url(img/sprite.svg#chevron_bottom_white) no-repeat center center/auto 100%;
  border: none;
}

.facet .facetwp-type-fselect .fs-wrap.fs-open .fs-label-wrap .fs-arrow {
  top: 4	px;
  transform: rotate(-180deg);
}

.facet .facetwp-type-fselect .fs-dropdown {
  background-color: #02526A;
  border: none;
  width: 80%;
  padding: 15px;
  margin-top: -2px;
  z-index: 9999;
}

.facet .facetwp-type-fselect .fs-dropdown .fs-search {
  background-color: #ffffff;
  border-bottom: none;
  padding: 0;
}

.facet .facetwp-type-fselect .fs-dropdown .fs-search input {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  background-color: #ffffff;
  height: 30px;
  padding: 0 10px;
}

/*.facet .facetwp-type-fselect .fs-dropdown .fs-option[data-index="0"] {
	display: none;
}*/
.facet .facetwp-type-fselect .fs-dropdown .fs-option {
  font-size: 0.875rem;
  word-break: normal;
  border-bottom: none;
  min-height: 18px;
  padding: 2px 0 0;
  margin-top: 15px;
}

.facet .facetwp-type-fselect .fs-dropdown .fs-option .fs-option-label {
  color: #ffffff;
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.facet .facetwp-type-fselect .fs-dropdown .fs-option:hover .fs-option-label,
.facet .facetwp-type-fselect .fs-dropdown .fs-option.selected .fs-option-label {
  color: #00CDCB;
}

.facet .facetwp-type-fselect .fs-wrap.multiple .fs-dropdown .fs-option {
  padding-left: 28px;
}

.facet .facetwp-type-fselect .fs-wrap.multiple .fs-dropdown .fs-option .fs-checkbox {
  width: auto;
  bottom: auto;
}

.facet .facetwp-type-fselect .fs-wrap.multiple .fs-dropdown .fs-option .fs-checkbox i {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 0;
  width: 18px;
  height: 18px;
  display: block;
  position: static;
}

.facet .facetwp-type-fselect .fs-wrap.multiple .fs-dropdown .fs-option.selected .fs-checkbox i {
  background-color: #ffffff;
  background-image: url("img/sprite.svg#checked_blue");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px 9px;
}

.facet .facetwp-type-fselect.facetwp-facet-nom_offre .fs-dropdown .fs-option .facetwp-counter {
  display: none;
}

/* FACETS - CHECKBOX */
#facet_commun .elt_facet.type-checkboxes .facet_zone {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

#facet_commun .elt_facet.type-checkboxes .facet_zone > .label {
  left: 0 !important;
  position: relative;
  font-size: 1rem !important;
  line-height: 41px !important;
  margin-bottom: 40px;
  top: auto;
}

/* .facet.name-animaux_accepts.facet-is-used .facet_zone>.label,
.facet.name-accesible_pmr.facet-is-used .facet_zone>.label, */
.facet.facetwp-type-checkboxes.facet-is-used .facet_zone > .label {
  font-size: 1rem !important;
  line-height: 41px !important;
}

/* .facet.name-animaux_accepts .facetwp-type-checkboxes,
.facet.name-accesible_pmr .facetwp-type-checkboxes {
	font-size: 0;
	position: relative;
}
.facet.name-animaux_accepts .facetwp-type-checkboxes .facetwp-checkbox,
.facet.name-accesible_pmr .facetwp-type-checkboxes .facetwp-checkbox {
	cursor: pointer;
}
.facet.name-animaux_accepts .facetwp-type-checkboxes .facetwp-checkbox::before,
.facet.name-accesible_pmr .facetwp-type-checkboxes .facetwp-checkbox::before, */
.facet .facetwp-type-checkboxes {
  position: relative;
  margin: 0;
  padding-left: 45px;
}

.facet .facetwp-type-checkboxes .facetwp-checkbox {
  color: transparent;
  text-transform: uppercase;
  font-size: 0;
  margin-right: 0;
  /* text-indent: -99999999px; */
  background: transparent;
  background-image: url("img/listing/checkbox_off.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 36px 36px;
  width: 40px;
  height: 40px;
  margin-top: 0;
  position: absolute;
  top: -40px;
  left: 0;
}

/*.facet .facetwp-type-checkboxes .facetwp-checkbox::before {
	content: "";
	margin: 5px 0;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	border: solid 2px #FFFFFF;
	padding: 0;

	position: relative;
		
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);

}*/
.facet .facetwp-type-checkboxes .facetwp-checkbox.checked {
  background: transparent;
  background-size: 36px 36px;
  background-image: url("img/listing/checkbox_on.svg");
  color: #FFFFFF;
  margin-top: -25px;
}

/* 
.facet.name-animaux_accepts .facetwp-type-checkboxes .facetwp-checkbox::before {
	background-image: url("img/sprite.svg#animaux_blue");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 70px;
	height: 30px;
	border: none;

	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.facet.name-animaux_accepts .facetwp-type-checkboxes .facetwp-checkbox.checked::before {
	background-image: url("img/sprite.svg#animaux_white");
}
.facet.name-accesible_pmr .facetwp-type-checkboxes .facetwp-checkbox::before {
	background-image: url("img/sprite.svg#pmr_blue");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 70px;
	height: 30px;
	border: none;

	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.facet.name-accesible_pmr .facetwp-type-checkboxes .facetwp-checkbox.checked::before {
	background-image: url("img/sprite.svg#pmr_white");
} */
/* =====================
RESPONSIVE
===================== */

/* =====================
PAGE ERREUR
===================== */
body.error404 .entry-content {
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

body.error404 .entry-content > .row {
  width: 100%;
  margin: 0 auto;
}

body.error404 .col01 {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  order: 2;
}

body.error404 .resume {
  margin: 0;
  padding: 30px;
  z-index: 1;
}

body.error404 .resume h1 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 3em;
  line-height: 1.2em;
  margin: 0 auto;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}

body.error404 .resume h1::after {
  content: none;
}

body.error404 .resume h2 {
  font-size: 1.500em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 30px;
}

body.error404 .resume p {
  font-size: 1em;
  line-height: 1.875em;
  color: #ffffff;
}

body.error404 .resume p strong {
  font-size: 1.4em;
  font-weight: bold;
}

body.error404 .resume p + p {
  margin-top: 30px;
}

body.error404 .resume .btn {
  margin-bottom: 15px;
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

body.error404 .resume .btn:hover {
  color: #ffffff;
  background-color: #d03f22;
  border-color: #d03f22;
}

body.error404 .col02 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
  order: 1;
  height: 500px;
}

/* =====================
RESPONSIVE
===================== */

/* =====================
STRUCTURE
===================== */
.entry-content .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px;
}

.entry-content .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.entry-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-element + .elementor-element,
.entry-content .elementor-widget-template + .elementor-widget-template {
  margin-top: 0 !important;
}

.entry-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-element,
.entry-content .elementor-widget-template {
  position: relative;
}

/* =====================
WIDGETS
===================== */
/* Titre & Éditeur de texte */
.entry-content .elementor-widget-text-editor h2:first-child,
.entry-content .elementor-widget-text-editor h3:first-child,
.entry-content .elementor-widget-text-editor h4:first-child,
.entry-content .elementor-widget-text-editor p:first-child,
.entry-content .elementor-widget-text-editor ul:first-child,
.entry-content .elementor-widget-text-editor ol:first-child,
.entry-content .elementor-widget-text-editor ul li:first-child,
.entry-content .elementor-widget-text-editor ol li:first-child,
.entry-content .elementor-widget-text-editor blockquote:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content h2:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content h3:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content h4:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content p:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content ul:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content ol:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content ul li:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content blockquote:first-child,
.entry-content .elementor-widget-shortcode h2:first-child {
  margin-top: 0;
}

.entry-content .elementor-widget-posts .elementor-post__title,
.entry-content .elementor-widget-posts .elementor-post__title a {
  font-family: "Aller", Arial, Helvetica, sans-serif;
}

.entry-content .elementor-widget-heading h1.elementor-heading-title,
.entry-content .elementor-widget-text-editor h1,
.entry-content .elementor-widget-toggle .elementor-tab-content h1 {
  color: #00CDCB;
  font-family: "OuestCorsica", Arial, Helvetica, sans-serif;
  font-size: 3.750rem;
  text-align: inherit;
  line-height: 1;
}

.entry-content .elementor-widget-heading h2.elementor-heading-title,
.entry-content .elementor-widget-text-editor h2,
.entry-content .elementor-widget-toggle .elementor-tab-content h2,
.entry-content .elementor-widget-shortcode h2 {
  color: #00CDCB;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.450rem;
  text-align: inherit;
  line-height: 1;
}

.entry-content .elementor-widget-heading h3.elementor-heading-title,
.entry-content .elementor-widget-text-editor h3,
.entry-content .elementor-widget-toggle .elementor-tab-content h3 {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1;
}

.entry-content .elementor-widget-heading h4.elementor-heading-title,
.entry-content .elementor-widget-text-editor h4,
.entry-content .elementor-widget-toggle .elementor-tab-content h4 {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}

.entry-content .elementor-widget-text-editor h2,
.entry-content .elementor-widget-text-editor h3,
.entry-content .elementor-widget-text-editor h4,
.entry-content .elementor-widget-toggle .elementor-tab-content h2,
.entry-content .elementor-widget-toggle .elementor-tab-content h3,
.entry-content .elementor-widget-toggle .elementor-tab-content h4,
.entry-content .elementor-widget-shortcode h2 {
  margin: 20px 0 0;
}

.entry-content .elementor-widget-text-editor p,
.entry-content .elementor-widget-toggle .elementor-tab-content p {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.250em;
  margin: 20px 0 0;
}

.entry-content .elementor-widget-text-editor a,
.entry-content .elementor-widget-toggle .elementor-tab-content a {
  color: #00CDCB;
  text-decoration: underline;
}

.entry-content .elementor-widget-text-editor a:hover,
.entry-content .elementor-widget-toggle .elementor-tab-content a:hover {
  text-decoration: none;
}

.entry-content .elementor-widget-text-editor ul,
.entry-content .elementor-widget-text-editor ol,
.entry-content .elementor-widget-toggle .elementor-tab-content ul,
.entry-content .elementor-widget-toggle .elementor-tab-content ol,
.entry-content .elementor-widget-shortcode ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 20px;
}

.entry-content .elementor-widget-text-editor ul li ul,
.entry-content .elementor-widget-text-editor ul li ol,
.entry-content .elementor-widget-text-editor ol li ul,
.entry-content .elementor-widget-text-editor ol li ol,
.entry-content .elementor-widget-text-editor ul li ul:first-child,
.entry-content .elementor-widget-text-editor ul li ol:first-child,
.entry-content .elementor-widget-text-editor ol li ul:first-child,
.entry-content .elementor-widget-text-editor ol li ol:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content ul li ul,
.entry-content .elementor-widget-toggle .elementor-tab-content ul li ol,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li ul,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li ol,
.entry-content .elementor-widget-toggle .elementor-tab-content ul li ul:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content ul li ol:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li ul:first-child,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li ol:first-child,
.entry-content .elementor-widget-shortcode ul li ul,
.entry-content .elementor-widget-shortcode ul li ul:first-child {
  margin-top: 15px;
  margin-left: 0;
  display: block;
}

.entry-content .elementor-widget-text-editor ul li,
.entry-content .elementor-widget-text-editor ol li,
.entry-content .elementor-widget-toggle .elementor-tab-content ul li,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li,
.entry-content .elementor-widget-shortcode ul li {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.250em;
  padding-left: 30px;
  margin: 15px 0 0;
  position: relative;
}

.entry-content .elementor-widget-text-editor ul li::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ul li::before,
.entry-content .elementor-widget-shortcode ul li::before {
  content: "";
  background-image: url("img/sprite.svg#fleche_blue");
  background-size: 25px 10px;
  width: 25px;
  height: 10px;
  top: 4px;
  left: 0;
  display: block;
  position: absolute;
}

.entry-content .elementor-widget-text-editor ol li::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li::before {
  content: "";
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 19px;
  width: 18px;
  height: 18px;
  background-color: #00CDCB;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.entry-content .elementor-widget-text-editor ol li:nth-child(1)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(1)::before {
  content: "1";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(2)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(2)::before {
  content: "2";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(3)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(3)::before {
  content: "3";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(4)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(4)::before {
  content: "4";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(5)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(5)::before {
  content: "5";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(6)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(6)::before {
  content: "6";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(7)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(7)::before {
  content: "7";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(8)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(8)::before {
  content: "8";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(9)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(9)::before {
  content: "9";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(10)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(10)::before {
  content: "10";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(11)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(11)::before {
  content: "11";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(12)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(12)::before {
  content: "12";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(13)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(13)::before {
  content: "13";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(14)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(14)::before {
  content: "14";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(15)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(15)::before {
  content: "15";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(16)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(16)::before {
  content: "16";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(17)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(17)::before {
  content: "17";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(18)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(18)::before {
  content: "18";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(19)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(19)::before {
  content: "19";
}

.entry-content .elementor-widget-text-editor ol li:nth-child(20)::before,
.entry-content .elementor-widget-toggle .elementor-tab-content ol li:nth-child(20)::before {
  content: "20";
}

.entry-content .elementor-widget-text-editor blockquote,
.entry-content .elementor-widget-toggle .elementor-tab-content blockquote {
  font-style: italic;
  text-align: left;
  border-left: 2px solid #ededed;
  padding-left: 10px;
  margin: 30px 0 0 38px;
  position: relative;
}

.entry-content .elementor-widget-text-editor blockquote::before,
.entry-content .elementor-widget-toggle .elementor-tab-content blockquote::before {
  content: "“";
  color: #ededed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75px;
  font-weight: bold;
  font-style: normal;
  line-height: 0.77em;
  text-indent: -0.052em;
  width: 28px;
  height: 22px;
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
}

/* */
.entry-content .bg_fonce .elementor-widget-heading h1.elementor-heading-title,
.entry-content .bg_fonce .elementor-widget-text-editor h1,
.entry-content .bg_fonce .elementor-widget-heading h3.elementor-heading-title,
.entry-content .bg_fonce .elementor-widget-text-editor h3,
.entry-content .bg_fonce .elementor-widget-heading h4.elementor-heading-title,
.entry-content .bg_fonce .elementor-widget-text-editor h4,
.entry-content .bg_fonce .elementor-widget-text-editor p,
.entry-content .bg_fonce .elementor-widget-text-editor ul li,
.entry-content .bg_fonce .elementor-widget-text-editor ol li {
  color: #ffffff;
}

/*.entry-content .bg_fonce .elementor-widget-text-editor ul li::before {
	background-image: url("img/arrow_right_white.svg");
}
.entry-content .bg_fonce .elementor-widget-text-editor ol li::before {
	color: #00CDCB;
	background-color: #ffffff;
}*/
/* Bouton */
.entry-content .elementor-widget-button:not(.elementor-button-info):not(.elementor-button-success):not(.elementor-button-warning):not(.elementor-button-danger) a {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
  /*background-color: transparent;
	border: 2px solid #00CDCB;*/
  border: none;
  background: transparent;
  background-image: url("img/sprite.svg#btn_outline_wave_blue");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #00CDCB;
  border-radius: 0;
  padding: 15px 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.entry-content .elementor-widget-button:not(.elementor-button-info):not(.elementor-button-success):not(.elementor-button-warning):not(.elementor-button-danger) a::before,
.entry-content .elementor-widget-button:not(.elementor-button-info):not(.elementor-button-success):not(.elementor-button-warning):not(.elementor-button-danger) a::after {
  content: "";
  background-image: url("img/arrow_right_blue.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 35px 24px;
  width: 35px;
  height: 100%;
  display: none !important;
  position: absolute;
  top: 0;
}

.entry-content .elementor-widget-button:not(.elementor-button-info):not(.elementor-button-success):not(.elementor-button-warning):not(.elementor-button-danger) a::before {
  left: -25px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.entry-content .elementor-widget-button:not(.elementor-button-info):not(.elementor-button-success):not(.elementor-button-warning):not(.elementor-button-danger) a::after {
  right: -25px;
  opacity: 1;
  transition: all 0.1s ease-in-out 0.3s;
}

.entry-content .elementor-widget-button:not(.elementor-button-info):not(.elementor-button-success):not(.elementor-button-warning):not(.elementor-button-danger) a:hover::before {
  left: -15px;
  opacity: 1;
  transition: all 0.1s ease-in-out 0.3s;
}

.entry-content .elementor-widget-button:not(.elementor-button-info):not(.elementor-button-success):not(.elementor-button-warning):not(.elementor-button-danger) a:hover::after {
  right: -35px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.entry-content .elementor-widget-button:not(.elementor-button-info):not(.elementor-button-success):not(.elementor-button-warning):not(.elementor-button-danger) a:focus {
  outline: none;
  box-shadow: none;
}

/* */
/*.entry-content .bg_fonce .elementor-widget-button:not(.elementor-button-info):not(.elementor-button-success):not(.elementor-button-warning):not(.elementor-button-danger) a,
.entry-content .bg_fonce .elementor-widget-button:not(.elementor-button-info):not(.elementor-button-success):not(.elementor-button-warning):not(.elementor-button-danger) a:hover {
	color: #ffffff;
	border-color: #ffffff;
}
.entry-content .bg_fonce .elementor-widget-button:not(.elementor-button-info):not(.elementor-button-success):not(.elementor-button-warning):not(.elementor-button-danger) a::before,
.entry-content .bg_fonce .elementor-widget-button:not(.elementor-button-info):not(.elementor-button-success):not(.elementor-button-warning):not(.elementor-button-danger) a::after {
	background-image: url("img/arrow_right_white.svg");
}*/
/* Image */
.entry-content .elementor-widget-image {
  position: relative;
}

.entry-content .elementor-widget-image figcaption.widget-image-caption {
  color: #ffffff;
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-size: 0.750rem;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 100%;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* Galerie */
.entry-content .elementor-widget-gallery a .elementor-gallery-item__overlay::before,
.entry-content .elementor-widget-gallery a .elementor-gallery-item__overlay::after {
  content: "";
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.entry-content .elementor-widget-gallery a .elementor-gallery-item__overlay::before {
  width: 50px;
  height: 2px;
}

.entry-content .elementor-widget-gallery a .elementor-gallery-item__overlay::after {
  width: 2px;
  height: 50px;
}

.entry-content .elementor-widget-gallery a:hover .elementor-gallery-item__overlay::before,
.entry-content .elementor-widget-gallery a:hover .elementor-gallery-item__overlay::after {
  opacity: 1;
}

/* Tableau */
.entry-content .elementor-widget-Table table th,
.entry-content .elementor-widget-Table table td {
  font-family: "Aller", Arial, Helvetica, sans-serif;
  line-height: 1;
  word-break: normal;
  padding: 15px;
}

.entry-content .elementor-widget-Table table th {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #042c3c;
  border: none;
}

.entry-content .elementor-widget-Table table td {
  color: #494949;
  font-size: 1rem;
  font-weight: normal;
  border-width: 0 0 2px;
  border-color: #ededed;
}

.entry-content .elementor-widget-Table table td:first-child {
  color: #042c3c;
  font-weight: bold;
  text-transform: uppercase;
}

/* Citation */
.entry-content .elementor-widget-fs-widget-citation {
  text-align: center;
  padding-top: 65px;
}

.entry-content .elementor-widget-fs-widget-citation::before {
  content: "“";
  color: #00CDCB;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150px;
  font-weight: bold;
  font-style: normal;
  line-height: 0.74em;
  text-indent: -0.064em;
  width: 56px;
  height: 44px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.entry-content .elementor-widget-fs-widget-citation blockquote {
  margin-bottom: 0;
}

.entry-content .elementor-widget-fs-widget-citation blockquote p {
  color: #ffffff;
  font-family: "MyriadPro", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.333em;
}

.entry-content .elementor-widget-fs-widget-citation blockquote footer {
  color: #ffffff;
  font-family: "MyriadPro", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 20px;
}

/* Accordéon */
.entry-content .elementor-widget-toggle .elementor-toggle-item:nth-last-child(n+2) {
  margin-bottom: 2px;
}

.entry-content .elementor-widget-toggle .elementor-toggle .elementor-tab-title,
.entry-content .elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active {
  color: #00CDCB;
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-size: 1.500rem;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  background-color: #ededed;
  border-bottom: none;
  padding: 15px 15px 15px 46px;
  margin-bottom: 0;
  position: relative;
}

.entry-content .elementor-widget-toggle .elementor-tab-title::before {
  content: "";
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #494d5a;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 19px;
  left: 17px;
  transform: rotate(135deg);
}

.entry-content .elementor-widget-toggle .elementor-tab-title.elementor-active::before {
  top: 23px;
  transform: rotate(-45deg);
}

.entry-content .elementor-widget-toggle .elementor-toggle .elementor-tab-title a,
.entry-content .elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active a {
  color: #00CDCB;
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.entry-content .elementor-widget-toggle .elementor-tab-content {
  padding: 30px 15px;
  border-bottom: none;
}

/* Carte */
.entry-content .elementor-widget-fs-widget-leaflet-map .marker-blue .pin {
  background-color: inherit;
  /*background-color: #00CDCB;*/
}

.entry-content .elementor-widget-fs-widget-leaflet-map .marker-dark_blue .pin {
  background-color: inherit;
  /*background-color: #042c3c;*/
}

/* =====================
02 : IMAGE 50% + ZONE DE TEXTE 50%
03 : ZONE DE TEXTE 50% + IMAGE 50%
10 : CARTE 50% + ZONE DE TEXTE 50%
11 : ZONE DE TEXTE 50% + CARTE 50%
===================== */

/* =====================
07 : CITATION
===================== */
.entry-content .modele_citation .elementor-widget-wrap {
  text-align: center;
  padding-top: 65px;
}

.entry-content .modele_citation .elementor-widget-fs-widget-citation {
  position: static;
}

.entry-content .modele_citation .elementor-widget-fs-widget-citation {
  padding-top: 0;
}

.entry-content .modele_citation .elementor-widget + .elementor-widget-fs-widget-citation {
  margin-top: 15px;
}

/* =====================
08 : AVERTISSEMENT
===================== */
.entry-content .modele_avertissement .elementor-widget + .elementor-widget-text-editor {
  margin-top: 15px;
}

.entry-content .modele_avertissement .elementor-widget-text-editor {
  text-align: center;
}

.entry-content .modele_avertissement .elementor-widget-text-editor p {
  font-size: 1.125rem;
  line-height: 1.333em;
}

/* =====================
12 : PLAYLIST 100%
===================== */
.entry-content .modele_playlist .elementor-widget + .elementor-widget,
.entry-content .modele_playlist .elementor-widget + .elementor-widget-divider .elementor-widget-container {
  margin-top: 60px;
}

.entry-content .modele_playlist .elementor-widget + .elementor-widget-divider {
  margin-top: 0;
}

.entry-content .modele_playlist .elementor-widget-text-editor:last-child,
.entry-content .modele_playlist .elementor-widget-fs-widget-playlist:last-child,
.entry-content .modele_playlist .elementor-widget-button:last-child {
  margin-bottom: 60px;
}

.entry-content .modele_playlist .elementor-widget-text-editor {
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .modele_playlist .elementor-widget-button {
  text-align: center;
}

.entry-content .modele_playlist .playlist_list .owl-carousel {
  padding: 0 80px;
}

.entry-content .modele_playlist .playlist_list .owl-carousel .owl-item {
  padding: 0;
}

.entry-content .modele_playlist .playlist_list .owl-carousel .owl-item:nth-child(even) {
  padding-top: 60px;
}

.entry-content .modele_playlist .playlist_list .owl-carousel .owl-nav button {
  background-color: transparent;
  border-radius: 0;
}

.entry-content .modele_playlist .playlist_list .owl-carousel .owl-nav button.owl-prev::before,
.entry-content .modele_playlist .playlist_list .owl-carousel .owl-nav button.owl-prev::after {
  background-image: url("img/sprite.svg#arrow_left_blue");
}

.entry-content .modele_playlist .playlist_list .owl-carousel .owl-nav button.owl-next::before,
.entry-content .modele_playlist .playlist_list .owl-carousel .owl-nav button.owl-next::after {
  background-image: url("img/sprite.svg#arrow_right_blue");
}

/* CARD */
.entry-content .modele_playlist .card {
  text-align: center;
  border: none;
  border-radius: 0;
  position: relative;
}

.entry-content .modele_playlist .card .media {
  position: relative;
}

.entry-content .modele_playlist .card .media::before,
.entry-content .modele_playlist .card .media::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.entry-content .modele_playlist .card .media::before {
  background-color: rgba(2, 82, 106, 0.7);
  height: 100%;
  opacity: 0;
}

.entry-content .modele_playlist .card:hover .media::before {
  opacity: 1;
}

.entry-content .modele_playlist .card .media::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#cc000000", GradientType=0);
  height: 60%;
  opacity: 1;
}

.entry-content .modele_playlist .card:hover .media::after {
  opacity: 0.5;
}

.entry-content .modele_playlist .card .media img {
  width: 100%;
  height: auto;
  display: block;
}

.entry-content .modele_playlist .card .apercu {
  color: #ffffff;
  min-height: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.entry-content .modele_playlist .card:hover .apercu {
  min-height: 100%;
  padding-bottom: 90px;
}

.entry-content .modele_playlist .card .apercu_inner {
  width: 100%;
}

.entry-content .modele_playlist .card .apercu .commune {
  color: #00CDCB;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.entry-content .modele_playlist .card:hover .apercu .commune {
  color: #FFFFFF;
}

.entry-content .modele_playlist .card .apercu .titre {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.250em;
  line-height: 1;
}

.entry-content .modele_playlist .card .apercu .classement {
  color: #FFFFFF;
  font-size: 0.875em;
  text-transform: uppercase;
  margin-top: 5px;
}

.entry-content .modele_playlist .card .apercu .classement img {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.entry-content .modele_playlist .card .zone_btn {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.entry-content .modele_playlist .card:hover .zone_btn {
  opacity: 1;
}

/* =====================
FORMULAIRE
===================== */
.entry-content .modele_intro_formulaire .elementor-widget-text-editor {
  text-align: center;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .modele_formulaire .elementor-widget + .elementor-widget-text-editor {
  margin-top: 0;
}

.entry-content .modele_formulaire .elementor-widget-text-editor p {
  color: #9d9d9d;
  font-size: 0.750rem;
}

.entry-content .modele_formulaire .elementor-widget-text-editor a {
  color: #9d9d9d;
}

/* =====================
PLAN DU SITE
===================== */
.entry-content .modele_plan_du_site .elementor-widget-shortcode .wsp-container {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.entry-content .modele_plan_du_site .elementor-widget-shortcode a {
  color: #494949;
  text-decoration: none;
}

.entry-content .modele_plan_du_site .elementor-widget-shortcode a:hover {
  text-decoration: underline;
}

/* =====================
RESPONSIVE
===================== */

/* =====================
STRUCTURE
===================== */
.wpcf7 .container {
  max-width: none !important;
  margin: 0;
}

.wpcf7 .container + .container {
  margin-top: 30px;
}

.wpcf7 .row > div {
  margin-bottom: 30px;
}

/* =====================
GENERAL
===================== */
.wpcf7 .field {
  background-color: #ffffff;
  position: relative;
}

.wpcf7 .field.readonly {
  background-color: #ededed;
}

.wpcf7 input {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  width: 100%;
  height: 48px;
  padding: 2px 10px 0;
}

.wpcf7 input[type="email"] {
  background-image: url("img/sprite.svg#enveloppe_blue");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 27px 19px;
  padding-right: 47px;
}

.wpcf7 input[type="checkbox"] {
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.wpcf7 input[type="checkbox"] {
  background-color: #ffffff;
  float: left;
}

.wpcf7 input[type="checkbox"]:checked {
  background-image: url("img/sprite.svg#checked_blue");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 15px 11px;
}

.wpcf7 textarea {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  min-height: 198px;
  padding: 15px 10px;
}

.wpcf7 textarea:focus {
  outline-offset: 0;
  outline: -webkit-focus-ring-color 0;
}

.wpcf7 .contact-note {
  font-size: 0.625rem;
  margin-top: 10px;
}

/* */
.cf7-smart-grid.has-grid .field > label em {
  color: #e95b29;
}

.cf7-smart-grid.has-grid.wpcf7 p {
  margin: 0;
}

.cf7-smart-grid.has-grid.wpcf7 p + p {
  margin-top: 20px;
}

/* =====================
LABEL
===================== */
.wpcf7 .field label,
.wpcf7 .field.readonly label,
.wpcf7 .field.readonly.has-value label {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.wpcf7 .field.has-value label,
.wpcf7 .field label.label-on,
.wpcf7 .field.select label {
  color: #00CDCB;
  font-size: 0.625rem;
  top: 0;
}

.wpcf7 .field.has-value label em {
  color: #00CDCB;
}

/* =====================
SELECT2
===================== */
.wpcf7 .select2-container {
  width: 100% !important;
}

.wpcf7 .select2-container .select2-dropdown {
  border: none;
  border-radius: 0;
}

.wpcf7 .select2-container .select2-selection--single.select2-selection {
  height: 48px;
  border: 0;
  border-radius: 0;
}

.wpcf7 .select2-container .select2-selection--single .select2-selection__rendered {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 50px;
  background-color: #ffffff;
  width: 100%;
  height: 48px;
  padding: 0 43px 0 10px;
}

.wpcf7 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
  background-image: url("img/sprite.svg#chevron_bottom_blue");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px 15px;
  width: 23px;
  top: 0;
  right: 10px;
}

.wpcf7 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-search--dropdown {
  display: none;
}

.select2-container .select2-results__option[aria-selected="true"] {
  color: #ffffff;
  background-color: #00CDCB;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #042c3c;
}

/* CHECKBOX */
.wpcf7 .field.checkbox {
  background-color: transparent;
}

.wpcf7 .field.checkbox .wpcf7-form-control-wrap {
  background-color: transparent;
  border-bottom: none;
}

.wpcf7 .field.checkbox label {
  position: static;
  font-size: 1rem;
  text-transform: none;
}

/* ACCEPTANCE */
.wpcf7 .wpcf7-acceptance label {
  position: static;
  color: #000000;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .wpcf7-acceptance label > * {
  vertical-align: top;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
  margin-right: 10px;
  background-color: #eff0f1;
}

/* LISTE */
.wpcf7 .field.checkbox-list {
  background-color: transparent;
}

.wpcf7 .field.checkbox-list .wpcf7-form-control-wrap {
  background-color: transparent;
  border-bottom: none;
}

.wpcf7 .field.checkbox-list > label {
  display: block;
  position: static;
  font-size: 1rem;
  text-transform: uppercase;
}

.wpcf7 span.wpcf7-list-item {
  margin: 0;
  display: inline-block;
  padding: 20px 0 0;
}

.wpcf7 input[type="checkbox"] + .wpcf7-list-item-label {
  color: #858585;
  line-height: 1;
  padding: 1px 0 0 35px;
  display: block;
  font-size: 1rem;
}

.wpcf7 .field.checkbox-list .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
  float: none;
  padding-right: 20px;
}

.wpcf7 .field.checkbox-list .wpcf7-checkbox .wpcf7-list-item label {
  position: static;
  font-size: 1rem;
  color: #494d5a;
  text-transform: none;
  font-weight: normal;
}

/* FILE */
.wpcf7 .field.file {
  background-color: transparent;
}

.wpcf7 .field.file input[type="file"] {
  width: auto;
}

.wpcf7 .field.file label,
.wpcf7 .field.file.has-value label {
  color: #494d5a;
  text-transform: uppercase;
  margin: 0;
  display: block;
  position: static;
  top: 0;
  font-size: 1em;
}

.wpcf7 .field.file input {
  padding-left: 0;
  padding-top: 20px;
}

/* =====================
SUBMIT
===================== */
.wpcf7 .field.submit {
  text-align: right;
  background-color: transparent;
}

.wpcf7 .field.submit input[type="submit"] {
  color: #ffffff;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: R0px;
  background-image: url("img/sprite.svg#btn_wave_blue");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: auto;
  height: 50px;
  padding: 0 20px;
  float: right;
  transition: all 0.3s ease-in-out;
}

.wpcf7 .field.submit input[type="submit"]:hover {
  background-image: url("img/sprite.svg#btn_wave_white");
  color: #00CDCB;
}

.wpcf7 .field.submit input[type="submit"]:focus {
  outline: none;
  box-shadow: none;
}

.wpcf7 .field.submit .ajax-loader {
  margin-left: 0;
  margin-right: 4px;
}

/* =====================
RESPONSIVE
===================== */

/* =====================
MÉTÉO
===================== */
.header_meteo {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 0 30px 0 45px;
  margin-left: 10px;
  margin-top: 0;
}

.header_meteo .tameteocom_widget .weekday {
  display: none;
}

.header_meteo .tameteocom_widget .symbol {
  width: 60px;
}

.header_meteo .tameteocom_widget .symbol span {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 40px;
  background-size: 40px 40px;
  background-position: 20px center;
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: -9999px;
}

.header_meteo .tameteocom_widget .symbol .symbole-1,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-1 {
  background-image: url("img/meteo.svg#meteo1_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-2,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-2 {
  background-image: url("img/meteo.svg#meteo2_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-3,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-3 {
  background-image: url("img/meteo.svg#meteo3_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-4,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-4 {
  background-image: url("img/meteo.svg#meteo4_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-5,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-5 {
  background-image: url("img/meteo.svg#meteo5_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-6,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-6 {
  background-image: url("img/meteo.svg#meteo6_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-7,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-7 {
  background-image: url("img/meteo.svg#meteo7_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-8,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-8 {
  background-image: url("img/meteo.svg#meteo8_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-9,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-9 {
  background-image: url("img/meteo.svg#meteo9_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-10,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-10 {
  background-image: url("img/meteo.svg#meteo10_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-11,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-11 {
  background-image: url("img/meteo.svg#meteo11_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-12,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-12 {
  background-image: url("img/meteo.svg#meteo12_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-13,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-13 {
  background-image: url("img/meteo.svg#meteo13_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-14,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-14 {
  background-image: url("img/meteo.svg#meteo14_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-15,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-15 {
  background-image: url("img/meteo.svg#meteo15_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-16,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-16 {
  background-image: url("img/meteo.svg#meteo16_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-17,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-17 {
  background-image: url("img/meteo.svg#meteo17_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-18,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-18 {
  background-image: url("img/meteo.svg#meteo18_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-19,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-19 {
  background-image: url("img/meteo.svg#meteo19_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-20,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-20 {
  background-image: url("img/meteo.svg#meteo20_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-21,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-21 {
  background-image: url("img/meteo.svg#meteo21_black");
}

.header_meteo .tameteocom_widget .symbol .symbole-22,
body.scroll-on .header_meteo .tameteocom_widget .symbol .symbole-22 {
  background-image: url("img/meteo.svg#meteo22_black");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-1 {
  background-image: url("img/meteo.svg#meteo1_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-2 {
  background-image: url("img/meteo.svg#meteo2_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-3 {
  background-image: url("img/meteo.svg#meteo3_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-4 {
  background-image: url("img/meteo.svg#meteo4_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-5 {
  background-image: url("img/meteo.svg#meteo5_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-6 {
  background-image: url("img/meteo.svg#meteo6_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-7 {
  background-image: url("img/meteo.svg#meteo7_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-8 {
  background-image: url("img/meteo.svg#meteo8_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-9 {
  background-image: url("img/meteo.svg#meteo9_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-10 {
  background-image: url("img/meteo.svg#meteo10_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-11 {
  background-image: url("img/meteo.svg#meteo11_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-12 {
  background-image: url("img/meteo.svg#meteo12_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-13 {
  background-image: url("img/meteo.svg#meteo13_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-14 {
  background-image: url("img/meteo.svg#meteo14_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-15 {
  background-image: url("img/meteo.svg#meteo15_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-16 {
  background-image: url("img/meteo.svg#meteo16_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-17 {
  background-image: url("img/meteo.svg#meteo17_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-18 {
  background-image: url("img/meteo.svg#meteo18_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-19 {
  background-image: url("img/meteo.svg#meteo19_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-20 {
  background-image: url("img/meteo.svg#meteo20_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-21 {
  background-image: url("img/meteo.svg#meteo21_white");
}

body.home:not(.scroll-on) .header_meteo .tameteocom_widget .symbol .symbole-22 {
  background-image: url("img/meteo.svg#meteo22_white");
}

.header_meteo .tameteocom_widget .temperatures {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  line-height: 14px;
}

.header_meteo .tameteocom_widget .temperatures .min,
.header_meteo .tameteocom_widget .temperatures .max {
  display: block;
  color: #000000;
  font-size: 0.875em;
}

.header_meteo .tameteocom_widget .city-link {
  display: none;
}

/* =====================
ELEMENTOR TEMPLATE
===================== */
.entry-content .zone_meteo .tameteocom_widget .data {
  font-size: 0;
  text-align: center;
}

.entry-content .zone_meteo .tameteocom_widget .data > * {
  font-size: 1rem;
}

.entry-content .zone_meteo .tameteocom_widget .data-day {
  display: inline-block;
  width: calc((100% / 3) - 30px);
  margin: 0 15px 30px 15px;
  vertical-align: top;
  background-color: #f5f5ed;
  text-align: left;
  padding: 30px;
  font-size: 0;
}

.entry-content .zone_meteo .tameteocom_widget .data-day > * {
  font-size: 1rem;
}

.entry-content .zone_meteo .tameteocom_widget .data-day .weekday span {
  position: relative;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.200em;
  font-weight: normal;
  line-height: 1.250em;
  color: #1c3c51;
  text-align: center;
  text-transform: uppercase;
}

.entry-content .zone_meteo .tameteocom_widget .data-day .weekday span::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #1c3c51;
  margin: 10px auto 40px 0;
}

.entry-content .zone_meteo .tameteocom_widget .city-link {
  display: none;
}

.entry-content .zone_meteo .tameteocom_widget .data-day .symbol {
  display: inline-block;
  width: 90px;
  vertical-align: top;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 15px;
}

.entry-content .zone_meteo .tameteocom_widget .data-day .temperatures {
  display: inline-block;
  width: calc(100% - 105px);
  vertical-align: top;
}

.entry-content .zone_meteo .tameteocom_widget .data-day .temperatures .min {
  font-size: 2em;
  font-weight: 900;
}

.entry-content .zone_meteo .tameteocom_widget .data-day .temperatures .max {
  font-size: 1.2em;
}

.entry-content .zone_meteo .tameteocom_widget .data-day .temperatures .max::before {
  content: "/";
  margin-right: 5px;
}

.entry-content .zone_meteo .tameteocom_widget .symbol span {
  display: block;
  width: 90px;
  height: 90px;
  background-size: 90px 90px;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: -9999px;
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-1 {
  background-image: url("img/meteo/meteo_blue_1.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-2 {
  background-image: url("img/meteo/meteo_blue_2.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-3 {
  background-image: url("img/meteo/meteo_blue_3.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-4 {
  background-image: url("img/meteo/meteo_blue_4.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-5 {
  background-image: url("img/meteo/meteo_blue_5.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-6 {
  background-image: url("img/meteo/meteo_blue_6.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-7 {
  background-image: url("img/meteo/meteo_blue_7.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-8 {
  background-image: url("img/meteo/meteo_blue_8.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-9 {
  background-image: url("img/meteo/meteo_blue_9.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-10 {
  background-image: url("img/meteo/meteo_blue_10.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-11 {
  background-image: url("img/meteo/meteo_blue_11.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-12 {
  background-image: url("img/meteo/meteo_blue_12.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-13 {
  background-image: url("img/meteo/meteo_blue_13.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-14 {
  background-image: url("img/meteo/meteo_blue_14.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-15 {
  background-image: url("img/meteo/meteo_blue_15.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-16 {
  background-image: url("img/meteo/meteo_blue_16.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-17 {
  background-image: url("img/meteo/meteo_blue_17.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-18 {
  background-image: url("img/meteo/meteo_blue_18.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-19 {
  background-image: url("img/meteo/meteo_blue_19.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-20 {
  background-image: url("img/meteo/meteo_blue_21.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-21 {
  background-image: url("img/meteo/meteo_blue_22.svg");
}

.entry-content .zone_meteo .tameteocom_widget .symbol .symbole-22 {
  background-image: url("img/meteo/meteo_blue_23.svg");
}

/* =====================
RESPONSIVE
===================== */

/* =====================
RECHERCHE MODAL
===================== */
#modal_recherche {
  z-index: 100000;
}

#modal_recherche .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
}

#modal_recherche .modal-content .modal-header {
  border-bottom: none;
}

#modal_recherche .modal-content .modal-header h5 {
  text-align: center;
  width: 100%;
  font-size: 2em;
  text-transform: uppercase;
}

#modal_recherche .modal-body .resume {
  margin-bottom: 30px;
}

#modal_recherche .close {
  font-size: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

#modal_recherche .close:hover {
  opacity: 0.7;
}

#modal_recherche .close svg {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 4px 0 0 4px;
}

#modal_recherche div.asl_w {
  background-image: none;
  background-color: transparent;
  border: none;
}

#modal_recherche .probox, div.asl_w .probox {
  background-color: transparent !important;
  background-image: none !important;
}

#modal_recherche div.asl_w .probox .promagnifier {
  background-image: none;
  background-color: transparent;
  border: none;
}

#modal_recherche div.asl_w .probox .proinput input {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

/* WebKit, Blink, Edge */
#modal_recherche div.asl_w .probox .proinput input::-webkit-input-placeholder {
  font-size: 1rem;
}

/* Mozilla Firefox 4 to 18 */
#modal_recherche div.asl_w .probox .proinput input:-moz-placeholder {
  font-size: 1rem;
}

/* Mozilla Firefox 19+ */
#modal_recherche div.asl_w .probox .proinput input::-moz-placeholder {
  font-size: 1rem;
}

/* Internet Explorer 10-11 */
#modal_recherche div.asl_w .probox .proinput input:-ms-input-placeholder {
  font-size: 1rem;
}

/* Microsoft Edge */
#modal_recherche div.asl_w .probox .proinput input::-ms-input-placeholder {
  font-size: 1rem;
}

/* Most modern browsers support this now. */
#modal_recherche div.asl_w .probox .proinput input::-moz-placeholder {
  font-size: 1rem;
}
#modal_recherche div.asl_w .probox .proinput input::placeholder {
  font-size: 1rem;
}

div.asl_r.vertical {
  background: transparent !important;
}

/* =====================
RÉSULTATS RECHERCHE
===================== */
/* HEADER */
#header_intro.search {
  height: auto;
  min-height: 0;
}

#header_intro.search strong span {
  font-weight: 900;
}

/* PAGINATION */
.navigation.posts-navigation {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.navigation.posts-navigation .nav-links {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.navigation.posts-navigation .nav-links .nav-previous,
.navigation.posts-navigation .nav-links .nav-next {
  display: inline-block;
  margin-right: 6px;
}

.navigation.posts-navigation .nav-links a {
  display: inline-block;
  height: 46px;
  line-height: 44px;
  background-color: #ffffff;
  border: solid 2px #d03f22;
  color: #d03f22;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.navigation.posts-navigation .nav-links a:hover {
  border-color: #d03f22;
  background-color: #d03f22;
  color: #ffffff;
}

/* PAS DE RÉSULTATS */
.entry-content.search_zone .recherche {
  display: block;
  margin-top: 30px;
  width: 100%;
  max-width: 400px;
}

.entry-content.search_zone .recherche label {
  margin-bottom: 0;
  width: 100%;
}

.entry-content.search_zone .recherche label > span {
  display: none;
}

.entry-content.search_zone .recherche input {
  height: 50px;
  background-color: #f6f2ef;
  border: 0;
  padding: 15px;
  width: 100%;
}

.entry-content.search_zone .recherche input[type="submit"] {
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  margin: 15px auto 0 auto;
  color: #87ab2c;
  text-transform: none;
  background-color: #ffffff;
  border: 2px solid #87ab2c;
  padding: 5px 20px;
  font-family: 'Exceptional  Alt';
  border-radius: 0;
  font-size: 1.750rem;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}

.entry-content.search_zone .recherche input[type="submit"]:hover {
  color: #ffffff;
  background-color: #87ab2c;
}

.entry-content.search_zone .recherche input[type="submit"]::focus {
  outline: none;
  box-shadow: none;
}

/* =====================
RESPONSIVE
===================== */

/* =====================
Menu txt + img bg
===================== */
nav .mega-menu-item-type-widget.menu_txt_img_bg {
  padding: 15px 15px 15px 15px;
}

nav .widget_link_img .media + .resume {
  margin-top: 15px;
}

nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 .widget_link_img .resume p {
  color: #ffffff;
  margin-bottom: 0;
}

nav .widget_link_img .resume p + p {
  margin-top: 10px;
}

nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li .widget_link_img a {
  background-image: none !important;
  padding-left: 0 !important;
}

/* =====================
RESPONSIVE
===================== */
.nos_tops {
  position: relative;
}

.nos_tops__intro {
  padding: 20px 0;
}

.nos_tops__informations {
  padding: 20px;
  background-color: #ededed;
  box-sizing: border-box;
  margin: 0;
}

.nos_tops__informations.owl-carousel {
  display: block;
}

.nos_tops__item {
  width: 100%;
  counter-increment: auto-increment-numbers;
  list-style: none;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
}

.nos_tops__item::before {
  content: counter(auto-increment-numbers);
  color: #434343;
  font-size: 30px;
  line-height: 30px;
  margin-right: 15px;
}

.nos_tops__item::after {
  content: '';
  width: 2px;
  height: 35px;
  display: block;
  position: absolute;
  top: 40px;
  left: 8px;
  background-color: #00CDCB;
}

.nos_tops__titre {
  font-size: 24px;
  display: block;
  border: none;
  text-transform: initial;
  margin: 0;
  color: #434343;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
}

.nos_tops__type {
  color: #00CDCB;
  font-size: 14px;
  display: block;
  border: none;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 0 20px;
}

.nos_tops__texte {
  font-size: 16px;
  line-height: 1.2em;
}

.nos_tops__visuel {
  width: 100%;
  margin-top: 25px;
}

.nos_tops__visuel__img {
  width: 100%;
}

.nos_tops__carte {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
}

.nos_tops__carte__map {
  width: 100vw;
  height: 100vh;
}

.nos_tops__lien {
  background-color: #434343;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  z-index: 50;
  padding-left: 40px;
  background-repeat: no-repeat;
}

.nos_tops__lien.nos_tops__lien--map {
  background-image: url("img/sprite.svg#map_tops_white");
  background-size: 58px;
  background-position: -7px center;
}

.nos_tops__lien.nos_tops__lien--hide {
  z-index: 101;
  top: 40px;
  bottom: initial;
  display: none;
  background-image: url("img/sprite.svg#hide_map_tops_white");
  background-size: 78px;
  background-position: -17px center;
}

/* MAP SHOW */
.mapShow .owl-item {
  background-color: #FFFFFF;
}

.mapShow .nos_tops__lien.nos_tops__lien--hide {
  display: inline-block;
}

.mapShow .owl-item .nos_tops__item::before,
.mapShow .owl-item .nos_tops__item::after {
  display: none;
}

.mapShow .owl-item .nos_tops__item {
  padding: 20px;
  margin: 0;
  background-color: #ededed;
  max-height: 40vh;
  overflow-y: scroll;
}

.mapShow .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 102;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}

.mapShow .owl-dots .owl-dot {
  border: 2px solid #434343;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
}

.mapShow .owl-dots .owl-dot.active {
  background-color: #434343;
}

.mapShow .nos_tops__informations.owl-carousel {
  position: fixed;
  bottom: 0;
  z-index: 99;
}

.mapShow .nos_tops__carte {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 98;
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

.mapShow .nos_tops__carte__map {
  width: 100vw;
  height: 100vh;
}

/* IMG DANS MAP */
.nos_tops__carte .leaflet-popup-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

.nos_tops__carte .leaflet-popup-content a {
  color: #434343;
  text-transform: uppercase;
  text-decoration: none;
}

/* CROSS */
.nos_tops__cross {
  background-color: #02526A;
}

.nos_tops__cross__titre {
  text-align: center;
  padding: 50px 35px 35px;
}

.nos_tops__cross .owl-carousel {
  padding: 0 60px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.nos_tops__cross .owl-carousel .owl-nav button.owl-prev,
.nos_tops__cross .owl-carousel .owl-nav button.owl-next {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  position: static;
  transform: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px auto;
  color: transparent;
}

.nos_tops__cross .owl-carousel .owl-nav button.owl-prev {
  background-image: url("img/arrow_left_blue.svg");
  left: 0;
}

.nos_tops__cross .owl-carousel .owl-nav button.owl-next {
  background-image: url("img/arrow_right_blue.svg");
  right: 0;
}

.entry-content a.card-content {
  text-decoration: none;
}

.card-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.card-content__date {
  color: #00CDCB;
  font-family: "Aller", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  line-height: 1.2em;
  height: 1.2em;
  margin-bottom: -1.2em;
  transition: all 200ms ease-in;
  transform: translateY(-250%);
}

.card-content__title {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 1.2em;
  padding: 0 20px;
  transition: all 200ms ease-in;
  transform: translateY(-50%);
}

.card-content__excerpt {
  font-weight: 500;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  padding: 0 15%;
  transition: all 200ms ease-in;
  transform: translateY(-33%);
}

.card-content__link {
  display: inline-block;
  padding: 8px 30px;
  font-weight: 700;
  font-size: 14px;
  /*background-color: #00CDCB;
	color: #FFFFFF;*/
  background-image: url("img/sprite.svg#btn_wave_white");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #00CDCB;
  margin-top: 20px;
  transition: all 200ms ease-in;
  transform: translateY(-50%);
}

.card-content__thumbnail {
  overflow: hidden;
  height: 320px;
  background-color: #042c3c;
}

.card-content__thumbnail img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 320px;
  transition: all 200ms ease-in;
}

.card-content__thumbnail.card-content__thumbnail--brochure {
  background-color: transparent;
}

.card-content__thumbnail.card-content__thumbnail--brochure::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #042c3c; */
  /* opacity: 0.4; */
  background: #042c3c;
  background: linear-gradient(360deg, #042c3c 0%, rgba(0, 0, 0, 0) 40%);
}

.card-content__thumbnail.card-content__thumbnail--brochure img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}

.card-content:hover .card-content__date {
  transform: translateY(-600%);
}

.card-content:hover .card-content__title {
  transform: translateY(-250%);
}

.card-content:hover .card-content__excerpt {
  transform: translateY(-200%);
}

.card-content:hover .card-content__link {
  transform: translateY(-200%);
}

.card-content:hover .card-content__thumbnail img {
  transform: scale(1.1);
  opacity: 0.5;
}

.card-content:hover .card-content__thumbnail.card-content__thumbnail--brochure img {
  opacity: 1;
}

.card-content .card-content__link:hover {
  background-color: #FFFFFF;
  color: #00CDCB;
}

/* =====================
MOTEUR EXPERIENCES
===================== */
.page-moteur-experiences .moteur_affinitaire {
  color: #ffffff;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  line-height: 1.333em;
  margin-top: 15px;
}

.page-moteur-experiences .moteur_affinitaire::before {
  /*content: "... ";*/
}

.page-moteur-experiences .moteur_affinitaire .label {
  display: inline-block;
  vertical-align: top;
}

.page-moteur-experiences .moteur_affinitaire .facetwp-facet {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}

.page-moteur-experiences .moteur_affinitaire .facetwp-facet select {
  font-family: "OuestCorsica", Arial, Helvetica, sans-serif;
  color: #FF7E74;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  line-height: 1.333em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page-moteur-experiences .moteur_affinitaire .facetwp-facet select:hover {
  text-decoration: none;
}

.page-moteur-experiences .moteur_affinitaire .zone_btn {
  margin-top: 25px;
}

.page-moteur-experiences .moteur_affinitaire .zone_btn .btn {
  background-image: url("img/sprite.svg#btn_wave_orange");
}

.page-moteur-experiences .moteur_affinitaire .zone_btn .btn:hover {
  color: #FF7E74;
}

.page-moteur-experiences .moteur_affinitaire .facet_moteur {
  display: inline-block;
}

.page-moteur-experiences .moteur_affinitaire .facet_moteur:nth-child(1)::after {
  content: ', ';
  display: inline-block;
}

.page-moteur-experiences .moteur_affinitaire .facet_moteur:nth-child(2)::after,
.page-moteur-experiences .moteur_affinitaire .facet_moteur:nth-child(3)::after {
  content: '. ';
  display: inline-block;
}

.page-moteur-experiences .moteur_affinitaire .facet_moteur:nth-child(3) {
  display: block;
}

.page-moteur-experiences .moteur_affinitaire .moteur_reset {
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.page-moteur-experiences .moteur_affinitaire .picto_loader {
  color: white;
  margin-left: 30px;
  filter: none !important;
}

/* =====================
LISTING EXPERIENCES
===================== */
.page-moteur-experiences .listing .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.page-moteur-experiences .listing .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  min-height: 440px;
  flex-direction: inherit;
}

.page-moteur-experiences .listing .card .media {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.page-moteur-experiences .listing .card .media:after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#00000000", GradientType=1);
  width: 500px;
  max-width: 50%;
  z-index: 1;
}

.page-moteur-experiences .listing .card:nth-child(even) .media:after {
  left: auto;
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#00000000", GradientType=1);
}

.page-moteur-experiences .listing .card .media img {
  width: auto;
  min-width: 100.1%;
  height: auto;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-moteur-experiences .listing .card .media_flou {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.page-moteur-experiences .listing .card:nth-child(odd) .media_flou {
  left: 0;
}

.page-moteur-experiences .listing .card:nth-child(even) .media_flou {
  right: 0;
}

.page-moteur-experiences .listing .card .media_flou::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.page-moteur-experiences .listing .card .media_flou .bg {
  width: 200%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  filter: blur(5px);
}

.page-moteur-experiences .listing .card:nth-child(even) .media_flou .bg {
  margin-left: 100%;
  transform: translateX(-100%);
}

.page-moteur-experiences .listing .card .apercu {
  color: #ffffff;
  width: 50%;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.page-moteur-experiences .listing .card:nth-child(even) .apercu {
  text-align: right;
  margin-left: auto;
}

.page-moteur-experiences .listing .card .apercu_inner {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  /*background-color: rgba(4,44,61,0.4);
	border: solid 3px #FFFFFF;*/
  /*backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);*/
}

.page-moteur-experiences .listing .card .apercu .titre {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 2.100em;
  line-height: 1;
}

.page-moteur-experiences .listing .card .apercu .type {
  color: #00CDCB;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  margin-top: 10px;
}

.page-moteur-experiences .listing .card .apercu .resume {
  margin-top: 20px;
}

.page-moteur-experiences .listing .card .apercu .resume p {
  color: #ffffff;
}

.page-moteur-experiences .listing .card .zone_btn {
  margin-top: 30px;
}

.page-moteur-experiences .listing .card .zone_btn .btn {
  background-image: url("img/sprite.svg#btn_wave_white");
  color: #02526A;
}

/* =====================
RESPONSIVE
===================== */

/* =====================
MARKER
===================== */
.leaflet-container .marker.sync-hover {
  z-index: 999 !important;
}

.leaflet-container .marker .pin {
  background: #042c3c;
  transition: all 0.3s ease-in-out;
}

.leaflet-container .marker:hover .pin .content,
.leaflet-container .marker.sync-hover .pin .content {
  color: #434343;
}

.leaflet-container .marker .pin {
  background: transparent;
  background-image: url("img/sprite.svg#marker_white");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  border-radius: 0;
  transform: none;
  width: 43px;
  height: 60px;
  transition: all 0.3s ease-in-out;
}

.leaflet-container .marker .pin .content {
  background: transparent;
  background-image: url("img/sprite.svg#marker_center_blue");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  color: #FFFFFF;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 7px 0 0 7px;
  border-radius: 0;
  transform: none;
}

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  width: 100%;
  height: auto;
}

/* =====================
BULLE
===================== */
.leaflet-container .leaflet-popup a.leaflet-popup-close-button {
  color: #ffffff;
  font-size: 15px;
  line-height: 14px;
  background-color: #00CDCB;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 0;
  top: 5px;
  right: 5px;
}

.leaflet-container .leaflet-popup a.leaflet-popup-close-button:hover {
  color: #ffffff;
  background-color: #042c3c;
  transition: all 0.3s ease-in-out;
}

.leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 5px;
  padding: 0;
}

.leaflet-popup .leaflet-popup-content {
  width: 200px !important;
  margin: 0;
  padding: 10px;
}

.leaflet-popup .leaflet-popup-content .img-classement {
  display: block;
  width: auto;
  height: auto;
  max-height: 20px;
  margin: 0 auto 10px;
}

.leaflet-popup .card {
  text-align: center;
  border: none;
  border-radius: 0;
  position: relative;
}

.leaflet-popup .card .media img {
  width: 100%;
  height: auto;
  display: block;
}

.leaflet-popup .card .apercu {
  color: #434343;
  font-size: 1rem;
  padding: 10px;
}

.leaflet-popup .card .apercu .commune {
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.750em;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
}

.leaflet-popup .card .apercu .titre {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  color: #00CDCB;
  font-size: 1em;
  line-height: 1;
}

.leaflet-popup .card .apercu .classement {
  color: #042c3c;
  font-size: 0.750em;
  text-transform: uppercase;
  margin-top: 5px;
}

.leaflet-popup .card .apercu .classement img {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

/*!
* zeynepjs v2.0.2
* A light-weight multi-level jQuery side menu plugin.
*
* Author: Huseyin ELMAS
*/
.zeynep {
  bottom: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateX(-300%);
  z-index: 1011;
}

.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
  transition: all 250ms;
}

.zeynep-overlay {
  background-color: rgba(0, 0, 0, 0.42);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
}

.zeynep-opened .zeynep-overlay {
  display: block;
}

.zeynep.opened {
  pointer-events: auto;
  transform: translateX(-10%);
}

.zeynep.submenu-opened {
  overflow: hidden;
}

.zeynep .submenu {
  bottom: 0;
  min-height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
}

.zeynep .submenu.opened {
  left: 0;
  pointer-events: auto;
}

.zeynep .submenu.opened:not(.current) {
  overflow: hidden;
}

/* CUSTOM */
/* zeynepjs menu styles */
#header_top .navbar-toggler {
  padding: 0;
}

#header_top .navbar-toggler-icon::after {
  content: "";
  /*content: '\f333';
  font-family: 'dashicons';
  font-size: 40px;
  color: #fff;*/
  margin: 0;
  display: block;
  left: 0;
  font-family: inherit;
  background-image: url("img/header/burger_white.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center;
  width: 40px;
  height: 40px;
  position: absolute;
}

body.scroll-on #header_top .navbar-toggler-icon::after {
  background-image: url("img/header/burger_blue.svg");
}

.zeynep {
  /*background-color: #ededed;*/
  background-color: rgba(4, 44, 61, 0.9);
  color: #404143;
  width: 295px;
}

.zeynep ul {
  list-style-type: none;
  padding: 0;
  padding-left: 20px;
  -webkit-overflow-scrolling: touch;
}

.zeynep ul > li {
  display: block;
}

.zeynep ul > li > a {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  text-decoration: none;
  transition: all 150ms;
  /*color: #042c3c;*/
  color: #FFFFFF;
}

.zeynep ul > li > a:hover {
  background-color: #FFFFFF;
  color: #042c3c;
  border-radius: 3px;
}

.zeynep ul > li:not(:last-child) > a {
  /*border-bottom: 1px solid #042c3c;*/
  border-bottom: 1px solid #FFFFFF;
}

.zeynep ul > li.has-submenu > a {
  background-image: url("img/menu/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  color: #FFFFFF;
}

.zeynep ul > li.has-submenu > a:hover {
  background-image: url("img/menu/submenu-arrow-active.svg");
}

.zeynep ul > li.has-submenu .submenu a {
  color: #042c3c;
  border-bottom: 1px solid #042c3c;
}

/* zeynepjs submenu styles */
.zeynep .submenu {
  background-color: #ffffff;
  left: 295px;
}

.zeynep .submenu-header {
  background-image: url("img/menu/menu-back.svg");
  background-position: left 25px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  position: relative;
}

.zeynep .submenu-header > a {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 20px;
  padding-left: 40px;
  text-decoration: none;
}

.zeynep .submenu-header > a:before {
  background-image: url("img/menu/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  content: "";
  height: 100%;
  left: 26px;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 20px;
}

.zeynep .submenu > label {
  color: #042c3c;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 19px;
  opacity: .5;
  padding-left: 40px;
  width: 100%;
}

#hp_strate_internetdesejour_2 {
  background-color: #00CDCB;
  padding: 50px 0;
  position: relative;
}

#hp_strate_internetdesejour_2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/sprite.svg#gravure_white");
  background-repeat: no-repeat;
  background-size: 100% 500px;
  opacity: 0.4;
  top: 0;
}

#hp_strate_internetdesejour_2 .internet_sejour {
  padding: 0 20px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

#hp_strate_internetdesejour_2 .internet_sejour__surtitre {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  color: #02526A;
  font-size: 1.275em;
  text-align: center;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
}

#hp_strate_internetdesejour_2 .internet_sejour__titre {
  color: #FFFFFF;
  font-size: 1.5em;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0 auto 20px auto;
  line-height: 1.2;
  font-family: "OuestCorsica", Arial, Helvetica, sans-serif;
}

#hp_strate_internetdesejour_2 .internet_sejour__sous_titre {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 900;
  text-align: left;
  display: inline-block;
  padding: 8px 20px;
  margin: 0 auto;
  line-height: 1.2;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

#hp_strate_internetdesejour_2 .internet_sejour #form_ids .select2-container {
  width: 100% !important;
}

#hp_strate_internetdesejour_2 .internet_sejour .facetwp-dropdown,
#hp_strate_internetdesejour_2 .internet_sejour .facetwp-radius-dropdown {
  background-color: rgba(4, 44, 60, 0);
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  border-bottom: solid 2px #FFFFFF;
  color: #434343;
  font-size: 14px;
  width: 100%;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  text-transform: uppercase;
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
}

/* for IE10 */
#hp_strate_internetdesejour_2 .internet_sejour .facetwp-dropdown::-ms-expand,
#hp_strate_internetdesejour_2 .internet_sejour .facetwp-radius-dropdown::-ms-expand {
  display: none;
}

#hp_strate_internetdesejour_2 .internet_sejour #form_ids .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

#hp_strate_internetdesejour_2 .internet_sejour .internet_sejour__facet {
  width: 100%;
}

#hp_strate_internetdesejour_2 .internet_sejour .internet_sejour__label {
  color: #FFFFFF;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  display: block;
}

#hp_strate_internetdesejour_2 .internet_sejour .facetwp-type-dropdown,
#hp_strate_internetdesejour_2 .internet_sejour .facetwp-type-proximity {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

#hp_strate_internetdesejour_2 .internet_sejour .facetwp-type-dropdown::after,
#hp_strate_internetdesejour_2 .internet_sejour .facetwp-type-proximity::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 1;
}

#hp_strate_internetdesejour_2 .internet_sejour .facetwp-facet-quoi_internet_de_sejour.facetwp-type-dropdown::after {
  background-image: url("img/sprite.svg#chevron_bottom_white");
}

#hp_strate_internetdesejour_2 .internet_sejour .facetwp-facet-quand_internet_de_sejour.facetwp-type-dropdown::after {
  background-image: url("img/sprite.svg#chevron_bottom_white");
}

#hp_strate_internetdesejour_2 .internet_sejour .facetwp-type-proximity::after {
  background-image: url("img/sprite.svg#localisation_white");
  width: 27px;
  height: 34px;
  top: 5px;
}

#hp_strate_internetdesejour_2 .internet_sejour .fwp-submit {
  color: #ffffff;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  /*background-color: #00CDCB;
	border: 2px solid #FFFFFF;*/
  background: transparent;
  background-image: url("img/sprite.svg#btn_outline_wave_white");
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  padding: 15px 25px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}

#hp_strate_internetdesejour_2 .internet_sejour .fwp-submit:hover {
  /*background-color: #FFFFFF;*/
  background-image: url("img/sprite.svg#btn_wave_white");
  color: #00CDCB;
}

#facetwp-location {
  display: none;
}

/* =====================
STRUCTURE
===================== */
.detail_offre div[class^="col"] {
  padding-left: 0;
  padding-right: 0;
}

.single-restaurants {
  scroll-behavior: smooth;
}

.detail_offre {
  max-width: inherit !important;
  padding-right: 0;
  padding-left: 0;
  padding-top: 30px;
}

.detail_offre h2 {
  font-size: 1.375em;
  margin-bottom: 30px;
  text-align: center;
  color: #434343;
}

.detail_offre .row {
  margin-right: auto;
  margin-left: auto;
}

.detail_offre .detail_offre__tetiere .detail_offre__tetiere__infos,
.detail_offre .detail_offre__section .row {
  min-width: auto;
  max-width: 1170px;
  margin: 0 auto;
}

.detail_offre .row.row__without_margin {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.detail_offre .row.voir_plus {
  display: none;
}

.detail_offre > .row > div {
  padding-right: 0;
  padding-left: 0;
}

.detail_offre .idees__liste.row {
  padding-right: 0;
  padding-left: 0;
}

.detail_offre .box-value {
  font-size: 0 !important;
}

.detail_offre .box-value > * {
  font-size: 1rem;
}

.detail_offre .box-value {
  margin-top: 30px;
}

.detail_offre .box-value.box-value--adresse {
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.detail_offre .box-value.box-value--adresse .line {
  display: inline-block;
  position: relative;
}

.detail_offre .box-value.box-value--adresse .line02,
.detail_offre .box-value.box-value--adresse .line03,
.detail_offre .box-value.box-value--adresse .line04,
.detail_offre .box-value.box-value--adresse .line05 {
  padding-left: 17px;
}

.detail_offre .box-value.box-value--adresse .line02:before,
.detail_offre .box-value.box-value--adresse .line03:before,
.detail_offre .box-value.box-value--adresse .line04:before,
.detail_offre .box-value.box-value--adresse .line05:before {
  content: " - ";
  display: block;
  position: absolute;
  left: 7px;
}

#group-ancrage-apropos,
#group-ancrage-photos,
#group-ancrage-tarif,
#group-ancrage-ouvertures {
  padding-left: 15px;
  padding-right: 15px;
}

#group-ancrage-ouvertures {
  padding-top: 30px;
  padding-bottom: 30px;
}

.detail_offre .box-value.box-value--resume {
  padding: 30px 0 0 0;
  position: relative;
  text-align: center;
}

.detail_offre .box-value.box-value--resume:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  height: 5px;
  width: 60px;
  margin-left: -30px;
  background-image: url("img/sprite.svg#soulignement_blue");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.detail_offre .box-value h3 {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  display: block;
  font-size: 16px;
  line-height: 1.4em;
  color: #00CDCB;
  margin-bottom: 15px;
  text-align: center;
}

.detail_offre .box-value.box-value--langues {
  text-align: center;
}

.detail_offre .box-value .value_list {
  margin-bottom: 0;
  padding: 0;
  font-size: 0;
}

.detail_offre .box-value .value_list > * {
  font-size: 1rem;
}

.detail_offre .box-value .value_list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 15px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.detail_offre .box-value .value_list li::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("img/sprite.svg#chevron_right_blue");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 15px 15px;
  width: 10px;
  height: 20px;
  top: -1px;
  left: 0;
}

.detail_offre #group-ancrage-ouvertures .box-value .value_list li,
.detail_offre #group-ancrage-apropos .box-value .value_list li,
.detail_offre #group-ancrage-prestations .box-value .value_list li,
.detail_offre #group-ancrage-tarif .box-value .value_list li {
  padding-left: 30px;
}

.detail_offre #group-ancrage-ouvertures .box-value .datesfma {
  padding-left: 30px;
  position: relative;
}

.detail_offre #group-ancrage-ouvertures .box-value .value_list li::before,
.detail_offre #group-ancrage-apropos .box-value .value_list li::before,
.detail_offre #group-ancrage-prestations .box-value .value_list li::before,
.detail_offre #group-ancrage-tarif .box-value .value_list li::before {
  background-image: url("img/sprite.svg#fleche_blue");
  background-size: 25px 10px;
  width: 25px;
  height: 10px;
  top: 4px;
  left: 0;
}

.detail_offre #group-ancrage-ouvertures .box-value .datesfma::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("img/sprite.svg#fleche_blue");
  background-size: 25px 10px;
  width: 25px;
  height: 10px;
  top: 4px;
  left: 0;
}

.detail_offre #group-ancrage-prestations .box-value .value_list li::before {
  background-image: url("img/sprite.svg#fleche_white");
}

.detail_offre #group-ancrage-tarif .box-value .value_list li::before {
  background-image: url("img/sprite.svg#fleche_orange");
}

.detail_offre .box-value .value.value--col ul {
  -moz-columns: 2;
       columns: 2;
}

.detail_offre .box-value .value p {
  line-height: 1.500em;
}

.detail_offre .box-value--sociaux {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
  padding-left: 15px;
  padding-right: 15px;
}

.detail_offre .box-value--sociaux h3 {
  display: flex;
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

.detail_offre .box-value--sociaux .value--col {
  display: flex;
}

.detail_offre .box-value--sociaux .value_list {
  -moz-columns: inherit !important;
       columns: inherit !important;
}

.detail_offre .box-value--sociaux .value_list li {
  margin: 0;
  padding: 0;
  width: auto;
}

.detail_offre .box-value--sociaux .value_list li a {
  display: inline-block;
  padding: 0;
  background-image: url("img/sprite.svg#share_grey");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 22px 22px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 0;
}

.detail_offre .box-value--sociaux .value_list li.Facebook a {
  background-image: url("img/sprite.svg#facebook_grey");
  background-size: contain;
}

.detail_offre .box-value--sociaux .value_list li.Tripadvisor a {
  background-image: url("img/sprite.svg#tripadvisor_grey");
  background-size: 22px 22px;
}

.detail_offre .box-value--sociaux .value_list li.Instagram a {
  background-image: url("img/sprite.svg#instagram_grey");
  background-size: contain;
}

.detail_offre .box-value--sociaux .value_list li.Twitter a {
  background-image: url("img/sprite.svg#twitter_grey");
  background-size: contain;
}

.detail_offre .box-value--sociaux .value_list li.Youtube a {
  background-image: url("img/sprite.svg#youtube_grey");
  background-size: contain;
}

.detail_offre .box-value--sociaux .value_list li.Google÷ a {
  background-image: url("img/sprite.svg#googleplus_grey");
  background-size: contain;
}

.detail_offre .box-value--sociaux .value_list li::before {
  display: none;
}

.detail_offre .box-value--moyen_comm {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.detail_offre .box-value--moyen_comm ul {
  margin: 0;
  padding: 0;
}

.detail_offre .box-value--moyen_comm ul li {
  list-style: none;
  padding: 0 0 12px;
  display: inline-block;
}

.detail_offre .box-value--moyen_comm ul li .btn_tel,
.detail_offre .box-value--moyen_comm ul li .btn_mail,
.detail_offre .box-value--moyen_comm ul li .btn_web {
  background-image: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background-color: inherit;
  border: none;
  color: #434343;
  font-weight: 700;
  padding: 10px 20px 10px 0;
}

.detail_offre .box-value--moyen_comm ul li .btn_tel:before,
.detail_offre .box-value--moyen_comm ul li .btn_mail:before,
.detail_offre .box-value--moyen_comm ul li .btn_web:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: relative;
  top: 6px;
}

.detail_offre .box-value--moyen_comm ul li .btn_tel:before {
  background-image: url("img/sprite.svg#tel_grey");
}

.detail_offre .box-value--moyen_comm ul li .btn_mail:before {
  background-image: url("img/sprite.svg#enveloppe_grey");
  top: 8px;
}

.detail_offre .box-value--moyen_comm ul li .btn_web:before {
  background-image: url("img/sprite.svg#web_grey");
}

.detail_offre .box-value--moyen_comm ul li .btn_tel:hover,
.detail_offre .box-value--moyen_comm ul li .btn_mail:hover,
.detail_offre .box-value--moyen_comm ul li .btn_web:hover {
  color: #00CDCB;
}

.detail_offre .box-value--moyen_comm .input_comm {
  width: 100%;
  line-height: 24px;
  padding: 0;
  box-sizing: border-box;
  display: none;
  border: none;
  margin-top: 4px;
  background-color: transparent;
}

.detail_offre .box-value--reservation_en_ligne {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.detail_offre .box-value--reservation_en_ligne ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.detail_offre .box-value--reservation_en_ligne ul li {
  list-style: none;
  padding: 0 0 10px 10px;
  display: inline-flex;
  vertical-align: top;
}

.entry-content .detail_offre .owl-carousel .owl-dots {
  margin-bottom: 15px;
}

/* MENU OFFRE */
.menuOffre {
  background-color: #042c3c;
  font-size: 0;
  text-align: center;
  padding: 30px 15px;
}

.menuOffre > a {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.menuOffre > a:hover {
  color: #3fb7e8;
}

.menuOffre > a + a {
  margin-left: 15px;
}

/* =====================
CROSS
===================== */
#idees__map {
  width: 100%;
  height: 300px;
  margin-top: 30px;
  display: none;
}

.detail_offre .detail_offre__section#group-ancrage-alentours {
  padding-left: 0;
  padding-right: 0;
}

.detail_offre .idees__liste .row {
  width: 100%;
  padding: 0;
}

#idees__map .sync-hover img {
  filter: contrast(0%) invert(100%);
}

#idees__map img.current-pin {
  filter: contrast(200%) invert(0%);
}

/* =====================
CAROUSEL
===================== */
.detail_offre #carousel .owl-item .img_bg {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* =====================
RÉSEAUX SOCIAUX
===================== */
.detail_offre .reseaux_sociaux ul {
  list-style: none;
  padding-left: 0;
  font-size: 0;
}

.detail_offre .reseaux_sociaux ul > * {
  font-size: 1rem;
}

.detail_offre .reseaux_sociaux ul li {
  display: inline-block;
  vertical-align: top;
}

.detail_offre .reseaux_sociaux ul li + li {
  margin-left: 15px;
}

.detail_offre .reseaux_sociaux ul li a.list-item-social {
  display: block;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.detail_offre .reseaux_sociaux ul li a.list-item-social:hover {
  opacity: 0.7;
}

.detail_offre .reseaux_sociaux ul li a.list-item-social.facebook {
  background-image: url("img/sprite.svg#facebook_grey");
}

.detail_offre .reseaux_sociaux ul li a.list-item-social.instagram {
  background-image: url("img/sprite.svg#instagram_grey");
}

.detail_offre .reseaux_sociaux ul li a.list-item-social.pinterest {
  background-image: url("img/sprite.svg#pinterest_grey");
}

.detail_offre .reseaux_sociaux ul li a.list-item-social.twitter {
  background-image: url("img/sprite.svg#twitter_grey");
}

.detail_offre .reseaux_sociaux ul li a.list-item-social.youtube {
  background-image: url("img/sprite.svg#youtube_grey");
}

/* =====================
MOYENS DE COMM
===================== */
.detail_offre .moyen_comm ul {
  list-style: none;
  padding-left: 0;
  font-size: 0;
}

.detail_offre .moyen_comm ul > * {
  font-size: 1rem;
}

.detail_offre .moyen_comm ul li {
  display: block;
}

.detail_offre .moyen_comm ul li + li {
  margin-left: 15px;
}

/* =====================
MAP
===================== */
.detail_offre #mapid {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}

/* =====================
MAP
===================== */
.detail_offre .detail_offre__tetiere {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.detail_offre .detail_offre__tetiere__infos {
  width: 100%;
  min-width: 100%;
}

.detail_offre #group-photo-principal {
  padding: 0;
}

.detail_offre .detail_offre__tetiere__photos {
  width: 100%;
  min-width: 100%;
  height: 270px;
  padding-right: 0;
}

.detail_offre .detail_offre__tetiere__photos img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail_offre .detail_offre__tetiere__titres {
  /*display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  text-align: center;
  padding-bottom: 20px;
}

.detail_offre .detail_offre__tetiere__infos h1 {
  font-size: 3.2em;
  color: #00CDCB;
  line-height: 1.2;
  display: inline-block;
  text-align: left;
  text-transform: none;
}

.detail_offre .detail_offre__tetiere__infos h2 {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.250em;
  color: #434343;
  line-height: 1.2;
  text-transform: none;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.detail_offre .detail_offre__tetiere__infos h2.communetouristique,
.detail_offre .detail_offre__tetiere__infos h2.categorie,
.detail_offre .detail_offre__tetiere__infos h2.theme {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.250em;
  color: #434343;
  text-transform: uppercase;
  font-weight: 400;
}

.detail_offre .detail_offre__tetiere__infos h2 ul,
.detail_offre .detail_offre__tetiere__infos h2 ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail_offre .detail_offre__tetiere__infos h2 ul li {
  display: inline-block;
}

.detail_offre .detail_offre__tetiere__infos h2 ul li::after {
  content: '-';
  display: inline-block;
  margin: 0 5px;
}

.detail_offre .detail_offre__tetiere__infos h2 ul li:last-child::after {
  display: none;
}

.detail_offre .detail_offre__tetiere__infos .img-classement {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 20px;
  margin: 0 0 35px 10px;
}

.detail_offre .detail_offre__tetiere__bottom {
  margin-top: auto;
  padding: 0;
}

.detail_offre .detail_offre__tetiere__bottom .detail__afaire {
  text-transform: lowercase;
  padding: 0 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  font-style: italic;
  color: #434343;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.detail_offre .detail_offre__tetiere__bottom .detail__afaire:first-letter {
  text-transform: uppercase;
}

.detail_offre .detail_offre__tetiere__bottom .detail_offre__tetiere__internet_sejour,
.detail_offre .detail_offre__tetiere__bottom .detail_offre__tetiere__a_faire {
  text-align: center;
}

.detail_offre .detail_offre__tetiere__internet_sejour .is-close,
.detail_offre .detail_offre__tetiere__internet_sejour .is-open {
  display: block;
  font-size: 16px;
  font-style: italic;
  padding-top: 10px;
  color: #042c3c;
}

.detail_offre .detail_offre__tetiere__internet_sejour .ouverture {
  text-transform: uppercase;
  font-weight: 700;
}

.detail_offre .detail_offre__tetiere__internet_sejour .is-open .ouverture {
  color: #4e9937;
}

.detail_offre .detail_offre__tetiere__internet_sejour .is-close .ouverture {
  color: #d32a2a;
}

.detail_offre .detail_offre__tetiere__bottom.row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* A PARTIR DE */
.detail_offre .detail_offre__apartirde {
  text-align: center;
  font-weight: 300;
  color: #434343;
  font-size: 18px;
  display: block;
  margin-right: 0;
}

.detail_offre .detail_offre__apartirde .apartir {
  display: block;
}

.detail_offre .detail_offre__apartirde .numb {
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 40px;
  display: inline-block;
  padding: 4px 0;
}

.detail_offre .detail_offre__apartirde .libelle {
  display: inline-block;
  font-weight: bold;
}

/* */
.detail_offre__section {
  padding: 0;
  margin: 0;
}

.detail_offre .detail_offre__section.detail_offre__section--photos,
.detail_offre .detail_offre__section.detail_offre__section--photos .row--photos {
  /*padding-left: 0 !important;
  padding-right: 0 !important;*/
  padding-bottom: 0 !important;
}

.detail_offre .detail_offre__section.detail_offre__section--photos img {
  max-width: 100%;
  height: auto;
}

.detail_offre #group-ancrage-photos {
  position: relative;
}

.detail_offre #group-ancrage-photos:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90px;
  background-color: #00CDCB;
  bottom: 0;
  left: 0;
  right: 0;
}

/* PRESTATIONS */
#group-ancrage-prestations {
  background-color: #00CDCB;
  padding: 30px 15px;
  position: relative;
}

#group-ancrage-prestations::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/sprite.svg#gravure_white");
  background-repeat: no-repeat;
  background-size: 100% 700px;
  opacity: 0.3;
  top: 0;
  background-position: bottom center;
  transform: rotate(180deg);
}

#group-ancrage-prestations .box-value h3 {
  color: #FFFFFF;
}

#group-ancrage-prestations .linkVoirPlus {
  /*background-color: #FFFFFF;
  border: 2px solid #FFFFFF;*/
  background-image: url("img/sprite.svg#btn_wave_white");
  border: none;
  color: #00CDCB;
  position: relative;
  z-index: 1;
}

/* OUVERTURE */
.detail_offre .periode .perdiode__semaine {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.detail_offre .periode .periode__label {
  text-transform: uppercase;
  background-color: #ededed;
  display: block;
  padding: 10px 16px;
  margin-bottom: 15px;
  color: #000000;
  box-sizing: border-box;
  width: 100%;
}

.detail_offre .periode .periode__label .bold {
  font-weight: 700;
  display: none;
}

.detail_offre .periode .periode__semaine__jour {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  line-height: 1.2;
  padding: 5px 10px;
  color: #878787;
}

.detail_offre .periodes {
  position: relative;
}

.detail_offre .periodes .owl-stage-outer {
  overflow: hidden;
}

.detail_offre .periodes .owl-item {
  float: left;
}

.detail_offre .periodes .owl-dots {
  display: none;
}

.detail_offre .periodes .owl-nav {
  position: absolute;
  top: 10px;
  right: 10px;
}

.detail_offre .periodes .owl-nav button {
  display: inline-block;
  outline: none;
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 8px 15px;
  opacity: 1;
  margin: 0;
  z-index: 2;
  border: none;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}

.detail_offre .periodes .owl-nav button + button {
  margin-left: 10px;
}

.detail_offre .periodes .owl-nav button.owl-prev {
  left: 0;
  background-image: url("img/sprite.svg#arrow_left_blue") !important;
}

.detail_offre .periodes .owl-nav button.owl-next {
  right: 0;
  background-image: url("img/sprite.svg#arrow_right_blue") !important;
}

.detail_offre .periodes .owl-nav button span {
  display: none;
}

.detail_offre .widSSPnarrow {
  width: calc(100% - 80px) !important;
  margin: 0 40px !important;
}

/* TARIFS */
#group-ancrage-tarif {
  background-color: #FFD193;
  padding: 30px 15px;
  position: relative;
}

#group-ancrage-tarif::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/sprite.svg#gravure_white");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
  top: 0;
}

#group-ancrage-tarif .box-value h3 {
  color: #FF7E74;
}

.detail_offre .tarifs ul.tarifs {
  list-style: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.detail_offre .tarifs .uppercase {
  text-transform: uppercase;
}

.detail_offre .tarifs .tarif {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  border-top: solid 1px #FF7E74;
  padding: 18px 0;
}

.detail_offre .tarifs .tarif:nth-child(1) {
  border-top: none;
}

.detail_offre .tarifs .tarif:nth-child(2) {
  border-top: solid 1px #FF7E74;
}

.detail_offre .tarifs .tarif.tarif--label {
  background-color: transparent;
}

.detail_offre .tarifs .tarif:not(.tarif--label) span {
  font-size: 1em;
  color: #434343;
}

.detail_offre .tarifs .tarif .tarif__intitule {
  width: 54%;
  box-sizing: border-box;
  padding: 0 15px 0 0;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  color: #FF7E74;
  font-size: 16px;
  line-height: 1.4em;
}

.detail_offre .tarifs .tarif .tarif__prix {
  width: 20%;
  text-align: center;
  color: #434343;
  font-weight: bold;
}

.detail_offre .tarifs .tarif .tarif__prix.tarif__prix--label {
  font-weight: 300;
  padding-right: 15px;
}

.detail_offre .tarifs .tarif .tarif__prix .uppercase {
  display: block;
}

.detail_offre .tarifs .tarif .tarif__info {
  width: 6%;
}

.detail_offre .tarifs .tarif .tarif__info .info {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #FF7E74;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  padding-left: 0;
  border: none;
  font-style: italic;
  color: #FFFFFF;
  line-height: 20px;
}

.detail_offre .tarifs .tarif .tarif__info .info:focus {
  outline: 0;
}

.detail_offre .tarifs .tarif .tarif__info .more_info {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #FF7E74;
  color: #FFFFFF;
  line-height: 24px;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 8px;
  transition: all 125ms ease-in-out;
}

.detail_offre .tarifs .tarif.active .tarif__info .more_info {
  transform: rotate(90deg);
}

.detail_offre .tarifs .tarif .tarif__complement {
  width: 100%;
  box-sizing: border-box;
  display: none;
}

.detail_offre .tarifs {
  margin: 0;
  padding: 0 30px 0 0;
}

.detail_offre .tarifs ul.tarifs:last-of-type {
  margin-bottom: 30px;
}

/*IMG LABEL*/
.detail_offre .img-label {
  display: inline-block;
  margin: 0 20px 20px 0;
  max-height: 50px;
  width: auto;
  vertical-align: middle;
}

.detail_offre .img-label.img-label--langue {
  max-height: 22px;
  border-radius: 50%;
}

/* CAROUSEL VIDEOS */
.detail_offre .detail_offre__section.strate-video {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: transparent;
}

.detail_offre .detail_offre__section.strate-video #strate-video.single-item .owl-nav {
  display: none;
}

.detail_offre .detail_offre__section.strate-video #strate-video .owl-nav {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.detail_offre .detail_offre__section.strate-video #strate-video .owl-nav .owl-prev, .detail_offre .detail_offre__section.strate-video #strate-video .owl-nav .owl-next {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.detail_offre .detail_offre__section.strate-video #strate-video .owl-nav .owl-prev::before, .detail_offre .detail_offre__section.strate-video #strate-video .owl-nav .owl-prev::after {
  background-image: url(img/sprite.svg#arrow_left_white);
}

.detail_offre .detail_offre__section.strate-video #strate-video .owl-nav .owl-next::before, .detail_offre .detail_offre__section.strate-video #strate-video .owl-nav .owl-next::after {
  background-image: url(img/sprite.svg#arrow_right_white);
}

.detail_offre .detail_offre__section.strate-video iframe {
  aspect-ratio: 16/9;
}

/* =====================
RESPONSIVE
===================== */

/* =====================
STRUCTURE
===================== */
body.postid-19889 #header_outro .btn,
body.postid-19889 #header_outro .sstitre,
body.postid-21112 #header_outro .btn,
body.postid-21112 #header_outro .sstitre {
  display: none;
}

body.postid-19889 .kHuiiN button,
body.postid-21112 .kHuiiN button {
  color: #ffffff !important;
  font-family: "Sombra", Arial, Helvetica, sans-serif !important;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border: none !important;
  background-color: transparent !important;
  background-image: url("img/sprite.svg#btn_wave_blue");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  padding: 15px 25px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  color: #00CDCB;
  border: none;
  border-radius: 0 !important;
}

body.postid-19889 .kHuiiN button span,
body.postid-21112 .kHuiiN button span {
  background: transparent !important;
}

/* =====================
RESPONSIVE
===================== */
/* =====================
FONT
===================== */
@font-face {
  font-family: "MyriadPro";
  src: url("fonts/MyriadPro.eot");
  src: url("fonts/MyriadPro.eot?#iefix") format("embedded-opentype"), url("fonts/MyriadPro.woff") format("woff"), url("fonts/MyriadPro.ttf") format("truetype"), url("fonts/MyriadPro.svg#MyriadPro") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aller";
  src: url("fonts/Aller.eot");
  src: url("fonts/Aller.eot?#iefix") format("embedded-opentype"), url("fonts/Aller.woff2") format("woff2"), url("fonts/Aller.woff") format("woff"), url("fonts/Aller.ttf") format("truetype"), url("fonts/Aller.svg#Aller") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aller";
  src: url("fonts/Aller-Bold.eot");
  src: url("fonts/Aller-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Aller-Bold.woff2") format("woff2"), url("fonts/Aller-Bold.woff") format("woff"), url("fonts/Aller-Bold.ttf") format("truetype"), url("fonts/Aller-Bold.svg#Aller-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* NEW Fonts */
@font-face {
  font-family: 'Sombra';
  src: url("fonts/Sombra-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OuestCorsica';
  src: url("fonts/OuestCorsicaRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* =====================
Text meant only for screen readers
===================== */
.screen-reader-text {
  word-wrap: normal !important;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

/* =====================
BOOTSTRAP HACK
===================== */
.stretched-link::after {
  z-index: 2;
}

.container {
  max-width: 1200px;
}

.container-fluid > .container {
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
}

/* =====================
GRID
===================== */
/*@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}*/
/* =====================
STRUCTURE
===================== */
/*.entry-content {
  padding: 60px 0;
}
.page- .entry-content,
.page-page-simple .entry-content {
  padding: 60px 15px;
}*/
#content #main > .page {
  position: relative;
}

body:not(.elementor-page) .page-post .entry-content {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* =====================
GENERAL
===================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none;
}

body {
  color: #494949;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.250em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
}

h1 {
  color: #042c3c;
  font-family: "OuestCorsica", Arial, Helvetica, sans-serif;
  font-size: 3.750rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

h2 {
  color: #00CDCB;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1.750rem;
  line-height: 1;
}

h3 {
  color: #494949;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1;
}

h4 {
  color: #494949;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}

p + h2 {
  margin-top: 30px;
}

p + h3 {
  margin-top: 30px;
}

p + h4 {
  margin-top: 30px;
}

/*div:not(.elementor-text-editor) > p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: normal;
}*/
p {
  color: #494949;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.250em;
  margin: 0;
}

p + p {
  margin-top: 20px;
}

.entry-content a {
  color: #00CDCB;
  text-decoration: underline;
}

a:hover,
.entry-content a:hover {
  text-decoration: none;
}

strong, b {
  font-weight: bold;
}

.btn,
.entry-content .btn {
  color: #ffffff;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  /*background-color: #00CDCB;
	border: 2px solid #00CDCB;*/
  border: none;
  background-image: url("img/sprite.svg#btn_wave_blue");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  padding: 15px 25px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}

.btn_outline,
.entry-content .btn_outline {
  background-image: url("img/sprite.svg#btn_outline_wave_blue");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #00CDCB;
}

.btn_back,
.btn_arrow,
.entry-content .btn_back,
.entry-content .btn_arrow {
  color: #FFFFFF;
  background-color: transparent;
  position: relative;
}

.btn_back,
.entry-content .btn_back {
  color: #042c3c;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
  border-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
}

div.btn,
.entry-content div.btn {
  padding: 0;
}

.btn input,
.btn a,
.entry-content .btn input {
  color: inherit;
  font-family: "Sombra", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  background: none;
  border: none;
  border-radius: 0;
  padding: 15px 25px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn p {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
}

.btn_back::before,
.entry-content .btn_back::before {
  content: "";
  background-image: url("img/sprite.svg#arrow_left_blue");
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 35px 24px;
  width: 35px;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: -25px;
}

.btn_arrow::before,
.btn_arrow::after,
.entry-content .btn_arrow::before,
.entry-content .btn_arrow::after {
  content: "";
  background-image: url("img/sprite.svg#arrow_right_blue");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 35px 24px;
  width: 35px;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
}

.btn_arrow::before,
.entry-content .btn_arrow::before {
  left: -25px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.btn_arrow::after,
.entry-content .btn_arrow::after {
  right: -25px;
  opacity: 1;
  transition: all 0.1s ease-in-out 0.3s;
}

.btn:hover,
.entry-content .btn:hover {
  color: #00CDCB;
  /*background-color: #042c3c;
	border-color: #042c3c;*/
  border: none;
  background-image: url("img/sprite.svg#btn_wave_white");
}

.btn_back:hover,
.entry-content .btn_back:hover {
  background-color: transparent;
  border-color: #00CDCB;
}

.btn_arrow:hover,
.entry-content .btn_arrow:hover {
  color: #00CDCB;
  background-color: transparent;
  border-color: #00CDCB;
}

.btn_arrow:hover::before,
.entry-content .btn_arrow:hover::before {
  left: -15px;
  opacity: 1;
  transition: all 0.1s ease-in-out 0.3s;
}

.btn_arrow:hover::after,
.entry-content .btn_arrow:hover::after {
  right: -35px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn.icon span::before {
  margin-right: 10px;
}

/* Variantes de couleur */
.btn.btn_white,
.entry-content .btn.btn_white {
  color: #00CDCB;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn.btn_white:hover,
.entry-content .btn.btn_white:hover {
  color: #00CDCB;
}

.btn_arrow.btn_white,
.entry-content .btn_arrow.btn_white {
  color: #ffffff;
  background-color: transparent;
}

.btn_arrow.btn_white:hover,
.entry-content .btn_arrow.btn_white:hover {
  color: #00CDCB;
}

.btn_arrow.btn_white::before,
.btn_arrow.btn_white::after,
.entry-content .btn_arrow.btn_white::before,
.entry-content .btn_arrow.btn_white::after {
  background-image: url("img/sprite.svg#arrow_right_white");
}

/* =====================
CAROUSEL
===================== */
.home .owl-carousel .owl-nav,
.entry-content .owl-carousel .owl-nav {
  text-align: center;
}

.home .owl-carousel .owl-nav button,
.entry-content .owl-carousel .owl-nav button {
  font-size: 0 !important;
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home .owl-carousel .owl-nav button:focus,
.entry-content .owl-carousel .owl-nav button:focus {
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
}

.home .owl-carousel .owl-nav button::before,
.home .owl-carousel .owl-nav button::after,
.entry-content .owl-carousel .owl-nav button::before,
.entry-content .owl-carousel .owl-nav button::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 43px 47px;
  width: 43px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.home .owl-carousel .owl-nav button.owl-prev,
.entry-content .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.home .owl-carousel .owl-nav button.owl-prev::before,
.home .owl-carousel .owl-nav button.owl-prev::after,
.entry-content .owl-carousel .owl-nav button.owl-prev::before,
.entry-content .owl-carousel .owl-nav button.owl-prev::after {
  background-image: url("img/sprite.svg#arrow_left_white");
}

.home .owl-carousel .owl-nav button.owl-next,
.entry-content .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.home .owl-carousel .owl-nav button.owl-next::before,
.home .owl-carousel .owl-nav button.owl-next::after,
.entry-content .owl-carousel .owl-nav button.owl-next::before,
.entry-content .owl-carousel .owl-nav button.owl-next::after {
  background-image: url("img/sprite.svg#arrow_right_white");
}

.home .owl-carousel .owl-nav button span,
.entry-content .owl-carousel .owl-nav button span {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: block;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.home .owl-carousel .owl-nav button:hover span,
.entry-content .owl-carousel .owl-nav button:hover span {
  opacity: 1;
}

.home .owl-carousel .owl-nav button::before,
.entry-content .owl-carousel .owl-nav button::before {
  opacity: 0;
}

.home .owl-carousel .owl-nav button::after,
.entry-content .owl-carousel .owl-nav button::after {
  left: 50%;
  opacity: 1;
}

.home .owl-carousel .owl-nav button.owl-prev::before,
.entry-content .owl-carousel .owl-nav button.owl-prev::before {
  left: 100%;
}

.home .owl-carousel .owl-nav button.owl-next::before,
.entry-content .owl-carousel .owl-nav button.owl-next::before {
  left: 0;
}

.home .owl-carousel .owl-nav button:hover::before,
.entry-content .owl-carousel .owl-nav button:hover::before {
  opacity: 1;
  transition: all 0.1s ease-in-out 0.3s;
}

.home .owl-carousel .owl-nav button:hover::after,
.entry-content .owl-carousel .owl-nav button:hover::after {
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.home .owl-carousel .owl-nav button.owl-prev:hover::after,
.entry-content .owl-carousel .owl-nav button.owl-prev:hover::after {
  left: 0;
}

.home .owl-carousel .owl-nav button.owl-next:hover::after,
.entry-content .owl-carousel .owl-nav button.owl-next:hover::after {
  left: 100%;
}

.home .owl-carousel .owl-nav button.owl-prev:hover::before,
.home .owl-carousel .owl-nav button.owl-next:hover::before,
.entry-content .owl-carousel .owl-nav button.owl-prev:hover::before,
.entry-content .owl-carousel .owl-nav button.owl-next:hover::before {
  left: 50%;
}

.home .owl-carousel .owl-dots,
.entry-content .owl-carousel .owl-dots {
  font-size: 0;
  text-align: center;
  line-height: 1;
  margin-top: 15px;
}

.home .owl-carousel .owl-dots .owl-dot,
.entry-content .owl-carousel .owl-dots .owl-dot {
  border: 2px solid #00CDCB;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease-in-out 0s;
}

.home .owl-carousel .owl-dots .owl-dot.active,
.entry-content .owl-carousel .owl-dots .owl-dot.active {
  background-color: #00CDCB;
}

/* =====================
FORM
===================== */
input {
  box-sizing: border-box;
}

input:focus {
  outline: none;
}

/* =====================
FAVORIS
===================== */
.simplefavorite-button {
  position: static;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #f5f5ed;
  font-size: 0;
  opacity: 1 !important;
  padding: 10px;
  margin: 0 auto 20px auto;
}

.simplefavorite-button:focus {
  outline: none;
}

.simplefavorite-button.active {
  opacity: 1 !important;
}

.simplefavorite-button i {
  font-size: 2rem;
  color: #1c3c51;
}

.simplefavorite-button.active i {
  color: #e95b29;
}

/* =====================
RGPD
===================== */
#cookie-law-info-bar {
  padding: 20px 40px;
}

#cookie-law-info-bar a {
  text-decoration: none;
}

#cookie-law-info-bar a + a {
  margin-left: 15px;
}

/* =====================
CAPTCHA
===================== */
.grecaptcha-badge {
  display: none;
}

/* =====================
RESPONSIVE
===================== */

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .jumbotron {
    padding: 4rem 2rem;
  }
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
  .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;
  }
  .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;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .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;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media only screen and (min-width: 576px) {
  /* STRUCTURE */
  /*h1 {
		font-size: 2em;
	}
	h2 {
		font-size:1.7502em;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.125rem;
	}*/
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .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;
  }
  .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;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .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;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media only screen and (min-width: 768px) {
  /* =====================
	BARTOP
	===================== */
  /* TOOLS */
  #bartop #tools .breadcrumb_print {
    margin-right: 15px;
  }
  /* =====================
	BARTOP
	===================== */
  /* TOOLS */
  #bartop #tools {
    text-align: initial;
  }
  #bartop #tools .breadcrumb_print {
    margin-right: 45px;
    float: none;
  }
  /* =====================
	FOOTER PRINCIPAL
	===================== */
  footer #footer_principal {
    text-align: left;
    padding-top: 320px;
    background-image: url("img/footer/mountain.svg");
    background-repeat: no-repeat;
    background-position: center 60px;
    background-size: contain;
    max-width: 1400px;
  }
  /* COL 01 */
  footer #footer_principal .footer_col01 {
    min-height: 120px;
    padding-left: 240px;
  }
  footer #footer_principal .footer_col01::before {
    background-position: 100% 0;
    width: 150px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
  }
  /* COL 02 */
  footer #footer_principal .footer_col02 {
    margin-top: 0;
  }
  footer #footer_principal .footer_col02 ul li {
    margin-top: 10px;
    margin-right: 10px;
  }
  /* COL 03 */
  footer #footer_principal .footer_col03 {
    margin-top: 0;
  }
  footer #footer_principal .footer_col03 ul li {
    padding-left: 15px;
  }
  footer #footer_principal .footer_col03 ul li::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("img/sprite.svg#chevron_right_blue");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 15px 15px;
    width: 10px;
    height: 20px;
    top: -1px;
    left: 0;
  }
  /* COL 04 */
  /* =====================
	FOOTER BOTTOM
	===================== */
  footer #footer_bottom ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  #hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide {
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  #hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide > div:nth-child(1) {
    grid-area: 2 / 1 / 5 / 4;
  }
  #hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide > div:nth-child(2) {
    grid-area: 1 / 4 / 4 / 7;
  }
  #hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide > div:nth-child(3) {
    grid-area: 1 / 7 / 4 / 10;
  }
  #hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide > div:nth-child(4) {
    grid-area: 4 / 4 / 6 / 6;
  }
  #hp_strate_socialwall .eapps-instagram-feed-posts-view.eui-slider-slide > div:nth-child(5) {
    grid-area: 4 / 6 / 6 / 8;
  }
  #hp_strate_localisation .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  #hp_strate_internetdesejour .media h1 {
    margin-top: -70px;
    margin-left: -391px;
    max-width: 782px;
    height: 140px;
    padding-bottom: 30px;
  }
  #hp_strate_internetdesejour .media h1:after {
    width: 470px;
    height: 18px;
    background-size: 470px 18px;
  }
  #hp_strate_internetdesejour .media h1:after {
    -webkit-animation-name: soulignement_hp;
    -webkit-animation-duration: 1s;
    animation-name: soulignement_hp;
    animation-duration: 1s;
  }
  /* STRATE 01 : INTERNET DE SEJOUR */
  #hp_strate_internetdesejour {
    background-color: #000000;
    height: 100vh;
    position: relative;
    padding-bottom: 0;
  }
  #hp_strate_internetdesejour .container,
  #hp_strate_internetdesejour_2 .container {
    height: auto;
  }
  #hp_strate_internetdesejour .media {
    height: 100vh;
  }
  /* STRATE 02 : SITUATION GEOGRAPHIQUE  */
  #hp_strate_localisation .apercu {
    text-align: left;
  }
  #hp_strate_localisation .apercu h1 {
    text-align: left;
  }
  #hp_strate_localisation .apercu h1 strong {
    font-size: 2em;
    text-align: left;
  }
  #hp_strate_localisation .apercu .zone_btn {
    margin-top: 30px;
  }
  #hp_strate_localisation .media {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: initial;
  }
  #hp_strate_localisation .media img {
    width: initial;
    margin-left: 100%;
    display: block;
    transform: translateX(-100%);
  }
  /* STRATE 03 : LES INCONTOURNABLES */
  #hp_strate_incontournables {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }
  #hp_strate_incontournables .card-top {
    opacity: 0;
  }
  #hp_strate_incontournables .card .titre {
    font-size: 1.25em;
  }
  #hp_strate_incontournables .card .media::before {
    opacity: 0;
  }
  #hp_strate_incontournables .card .media::after {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    opacity: 1;
    display: block;
  }
  #hp_strate_incontournables .card .zone_btn {
    bottom: 40px;
    opacity: 0;
  }
  /* */
  #hp_strate_incontournables .owl-carousel .owl-nav button {
    margin-top: 55px;
  }
  /* STRATE 06 : EN CE MOMENT */
  #hp_strate_evenements {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #hp_strate_evenements h3 {
    font-size: 1.875em;
    margin-bottom: 30px;
  }
  #hp_strate_evenements .card {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 280px;
    padding: 30px;
  }
  #hp_strate_evenements .card .titre {
    font-size: 1.875em;
    margin-bottom: 0;
  }
  #hp_strate_evenements .card .zone_btn {
    margin-top: 30px;
  }
  /* STRATE 07 : LES BONS PLANS */
  #hp_strate_bonsplans {
    margin-bottom: 0;
    height: 740px;
    background-color: #FFFFFF;
  }
  #hp_strate_bonsplans .container:before,
  #hp_strate_bonsplans .container:after {
    display: none;
  }
  #hp_strate_bonsplans .card {
    max-width: 585px;
    width: 100%;
    padding: 60px;
    height: auto;
    overflow: inherit;
    text-align: left;
  }
  #hp_strate_bonsplans .card .titre {
    font-size: 2.375em;
    margin-bottom: 10px;
  }
  #hp_strate_bonsplans .card .lieu {
    margin-bottom: 10px;
  }
  #hp_strate_bonsplans .card .zone_btn {
    margin-top: 30px;
  }
  #hp_strate_bonsplans .media {
    width: 100%;
    height: 740px;
    position: absolute;
    margin-top: 0;
  }
  #hp_strate_bonsplans .media:before {
    display: block;
  }
  #hp_strate_bonsplans .media img {
    width: auto;
    min-width: 100.1%;
    height: auto;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #hp_strate_bonsplans .card .classement.etoile1,
  #hp_strate_bonsplans .card .classement.etoiles2,
  #hp_strate_bonsplans .card .classement.etoiles3,
  #hp_strate_bonsplans .card .classement.etoiles4,
  #hp_strate_bonsplans .card .classement.etoiles5 {
    background-position: 0;
  }
  /* */
  #hp_strate_bonsplans .owl-carousel .owl-item {
    padding-top: 0;
    padding-bottom: 50px;
  }
  #hp_strate_bonsplans .owl-carousel .owl-dots {
    bottom: 43px;
  }
  /* STRATE 08 : SOCIAL WALL */
  .home .bg_socialwall {
    background-position: 100% 0;
    background-size: initial;
  }
  #hp_strate_socialwall {
    padding-top: 60px;
  }
  #hp_strate_socialwall .apercu {
    padding-left: 410px;
    padding-top: 0;
  }
  #hp_strate_socialwall .apercu:before {
    width: 180px;
    height: 120px;
    left: 260px;
    bottom: -50px;
    top: auto;
    margin-left: 0;
  }
  #hp_strate_socialwall #ff-uid-1 {
    margin-top: 260px;
  }
  #hp_strate_socialwall #ff-uid-3 {
    margin-top: 200px;
  }
  /* ELFSIGHT */
  /*#hp_strate_socialwall .bLZjOn > div:nth-child(3n+2),*/
  #hp_strate_socialwall [class*="Grid__Container"] > div:nth-child(3n+2) {
    margin-top: -230px !important;
  }
  /*#hp_strate_socialwall .bLZjOn > div:nth-child(3n+3),*/
  #hp_strate_socialwall [class*="Grid__Container"] > div:nth-child(3n+3) {
    margin-top: -30px !important;
  }
  /*#hp_strate_socialwall .bLZjOn > div:nth-child(1),*/
  #hp_strate_socialwall [class*="Grid__Container"] > div:nth-child(1) {
    margin-top: 260px !important;
  }
  /*#hp_strate_socialwall .bLZjOn > div:nth-child(2),*/
  #hp_strate_socialwall [class*="Grid__Container"] > div:nth-child(2) {
    margin-top: 0 !important;
  }
  /*#hp_strate_socialwall .bLZjOn > div:nth-child(3),*/
  #hp_strate_socialwall [class*="Grid__Container"] > div:nth-child(3) {
    margin-top: 200px !important;
  }
  /* STRATE 05 : NOS TOPS */
  #hp_strate_tops {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  #hp_strate_tops .container {
    padding-left: 0;
    padding-right: 0;
  }
  #hp_strate_tops::before {
    height: 50%;
  }
  #hp_strate_tops h3 {
    font-size: 2.875em;
    margin-bottom: 40px;
  }
  #hp_strate_tops .card .titre {
    font-size: 1.375em;
  }
  /* */
  #hp_strate_tops .owl-carousel .owl-nav button.owl-prev,
  #hp_strate_tops .owl-carousel .owl-nav button.owl-next {
    margin-right: 5px;
  }
  #hp_strate_tops .owl-carousel .owl-nav {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #hp_strate_tops .pagination_bar {
    left: 145px;
  }
  /* STRATE 04 : NOS EXPERIENCES */
  #hp_strate_moteuraffinitaire .row {
    height: 350px;
    min-height: initial;
    padding-top: 0;
    padding-bottom: 0;
  }
  #hp_strate_moteuraffinitaire .moteur_affinitaire {
    font-size: 1.375em;
    line-height: 2em;
    margin-top: 10px;
  }
  #hp_strate_moteuraffinitaire .moteur_affinitaire .select2-selection__rendered {
    font-size: 1.6em;
  }
  #hp_strate_moteuraffinitaire .moteur_affinitaire .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.333em;
  }
  #hp_strate_moteuraffinitaire .moteur_affinitaire .zone_btn {
    margin-top: 20px;
  }
  /* EXPERIENCES */
  #hp_strate_experiences .card {
    height: 440px;
  }
  #hp_strate_experiences .card .media::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#00000000", GradientType=1);
    width: 500px;
    max-width: 50%;
    z-index: 1;
  }
  #hp_strate_experiences .card .media img {
    width: auto;
    min-width: 100.1%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #hp_strate_experiences .card .media_flou::after {
    display: block;
  }
  #hp_strate_experiences .card .media_flou .bg {
    background-position: 50% 50%;
    background-size: cover;
  }
  #hp_strate_experiences .card .apercu {
    text-align: left;
    max-width: 600px;
    padding-left: 150px;
    padding-right: 30px;
    height: initial;
    width: initial;
    padding: 20px 40px;
    margin: 5% 10% 0 12%;
    margin-top: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  #hp_strate_experiences .card .apercu .titre {
    font-size: 2.875em;
  }
  /* */
  #hp_strate_experiences .owl-carousel .owl-nav button {
    top: 50%;
  }
  #hp_strate_experiences .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    right: auto;
  }
  #hp_strate_experiences .owl-carousel .owl-nav button.owl-next {
    right: 0;
    left: auto;
  }
  /* BONS PLANS */
  /* */
  #hp_strate_bonsplans .owl-carousel .owl-nav button {
    top: 50%;
  }
  #hp_strate_bonsplans .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    right: auto;
  }
  #hp_strate_bonsplans .owl-carousel .owl-nav button.owl-next {
    right: 0;
    left: auto;
  }
  /* STRUCTURE */
  #header_outro .row {
    padding: 60px 0;
  }
  #header_outro h1 {
    font-size: 4.250rem;
  }
  #header_outro .sstitre {
    font-size: 1.250rem;
  }
  #header_outro .resume p {
    font-size: 1.125rem;
  }
  /* ALIGNEMENT */
  #header_outro.align-txt-left #content_header_outro {
    text-align: left;
  }
  #header_outro.align-txt-right #content_header_outro {
    text-align: right;
  }
  #header_outro.align-txt-left .simplefavorite-button {
    margin-left: 0;
  }
  #header_outro.align-txt-right .simplefavorite-button {
    margin-right: 0;
  }
  /* TYPE DE FOND */
  #header_outro.choix-image .row {
    min-height: 460px;
  }
  #header_outro.choix-carrousel .row {
    min-height: 460px;
  }
  #header_outro.choix-cinemagraphe .row {
    min-height: 460px;
  }
  #header_outro.choix-carrousel .row {
    padding-bottom: 0;
  }
  .facet.type-date_range .facet_zone,
  .facet.type-date_range_flatpickr .facet_zone {
    position: relative;
    width: 100%;
  }
  body.error404 .resume {
    margin: 200px auto;
    padding: 60px;
  }
  body.error404 .col01 {
    order: initial;
  }
  body.error404 .col02 {
    order: initial;
    height: auto;
  }
  .modele_map_50_txt_50 .text-col > .elementor-widget-wrap *,
  .modele_txt_50_map_50 .text-col > .elementor-widget-wrap *,
  .modele_img_50_txt_50 .text-col > .elementor-widget-wrap *,
  .modele_txt_50_img_50 .text-col > .elementor-widget-wrap * {
    max-width: 528px;
  }
  /* =====================
	02 : IMAGE 50% + ZONE DE TEXTE 50%
	03 : ZONE DE TEXTE 50% + IMAGE 50%
	===================== */
  .entry-content .elementor-col-50 .elementor-widget-image:first-child:last-child,
  .entry-content .elementor-col-50 .elementor-widget-image:first-child:last-child div,
  .entry-content .elementor-col-50 .elementor-widget-fs-widget-leaflet-map:first-child:last-child,
  .entry-content .elementor-col-50 .elementor-widget-fs-widget-leaflet-map:first-child:last-child .elementor-widget-container,
  .entry-content .elementor-col-50 .elementor-widget-fs-widget-leaflet-map:first-child:last-child .fs-widget-leaflet-map {
    height: 100% !important;
  }
  .entry-content .elementor-col-50 .elementor-widget-image:first-child:last-child img {
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .entry-content.search_zone .container .elt:hover .media .img_bg {
    /* IE 9 */
    transform: scale(1.1);
  }
  .entry-content.search_zone .container .elt:hover .media::after {
    opacity: 1;
  }
  .nos_tops__lien {
    display: none;
  }
  .nos_tops__intro {
    padding: 40px 0;
  }
  .nos_tops {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    max-width: 100%;
    min-width: 100%;
  }
  .nos_tops__informations,
  .nos_tops__informations.owl-carousel {
    width: 50%;
    padding: 40px 90px 40px 40px;
  }
  .nos_tops__titre {
    font-size: 30px;
  }
  .nos_tops__item {
    padding-bottom: 60px;
  }
  .nos_tops__item::before {
    font-size: 60px;
    margin-right: 30px;
    line-height: 60px;
  }
  .nos_tops__item::after {
    height: 70px;
    top: 60px;
    left: 16px;
  }
  .nos_tops__visuel {
    margin-top: 45px;
  }
  .nos_tops__carte {
    width: 50%;
    height: 100vh;
    z-index: 1;
    opacity: 1;
    display: block;
    position: initial;
  }
  .nos_tops__carte__map {
    width: 100%;
    height: 100vh;
  }
  .nos_tops__carte.position_fixed {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 1;
  }
  .nos_tops__carte.position_bottom {
    position: absolute;
    bottom: 0;
    top: initial;
    left: 50%;
    z-index: 1;
  }
  .nos_tops__carte.position_bottom #mapNosTops {
    height: 100vh;
    position: absolute;
    bottom: 0;
  }
  .nos_tops__cross .owl-carousel {
    padding: 0 120px;
  }
  .card-content__title {
    font-size: 26px;
  }
  .card-content__thumbnail {
    height: 440px;
  }
  .card-content__thumbnail img {
    height: 440px;
  }
  .card-content__link {
    padding: 12px 30px;
    font-size: 16px;
    margin-top: 10px;
  }
  .card-content:hover .card-content__title {
    transform: translateY(-200%);
  }
  .card-content:hover .card-content__excerpt {
    transform: translateY(-120%);
  }
  .card-content:hover .card-content__link {
    transform: translateY(-150%);
  }
  #hp_strate_internetdesejour_2 {
    padding: 60px 0;
  }
  #hp_strate_internetdesejour_2 .internet_sejour {
    padding: 30px 20px 40px;
  }
  #hp_strate_internetdesejour_2 .internet_sejour .internet_sejour__facet {
    width: 25%;
  }
  #hp_strate_internetdesejour_2 .internet_sejour .fwp-submit {
    margin-top: auto;
    margin-bottom: auto;
  }
  #hp_strate_internetdesejour_2 .internet_sejour {
    padding: 0;
  }
  #hp_strate_internetdesejour_2 .internet_sejour__surtitre {
    font-size: 1.275em;
  }
  #hp_strate_internetdesejour_2 .internet_sejour__titre {
    font-family: "OuestCorsica", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 2.875em;
    text-align: center;
    display: block;
    padding: 0 20px 20px 20px;
    margin: 0 auto;
    line-height: 1.2;
    max-width: 1280px;
  }
  #hp_strate_internetdesejour_2 .internet_sejour #form_ids {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
  }
  #hp_strate_internetdesejour_2 .internet_sejour #form_ids .select2-container {
    width: 25% !important;
    transform: translateY(18%);
  }
  #hp_strate_internetdesejour_2 .internet_sejour__sous_titre {
    font-size: 30px;
    margin-top: 30px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  #hp_strate_internetdesejour_2 .btn_white {
    margin-top: 40px;
  }
  .detail_offre .detail_offre__tetiere__titres {
    text-align: left;
  }
  .detail_offre .detail_offre__tetiere__infos h2 {
    text-align: left;
  }
  .detail_offre .detail_offre__apartirde {
    margin-right: 30px;
    text-align: right;
  }
  .detail_offre .box-value.box-value--adresse {
    text-align: left;
  }
  .detail_offre .box-value--moyen_comm {
    text-align: left;
  }
  .detail_offre .box-value--sociaux {
    justify-content: flex-end;
    margin: 0 0 42px 0;
  }
  .detail_offre .box-value--reservation_en_ligne ul {
    justify-content: flex-end;
  }
  .detail_offre .detail_offre__tetiere__photos {
    height: 540px;
    padding-right: 30px;
  }
  .detail_offre #mapid {
    height: 540px;
  }
  .detail_offre .box-value.box-value--resume {
    padding: 0 0 0 30px;
    text-align: left;
  }
  .detail_offre .box-value.box-value--resume:before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 5px;
    margin-left: 0;
    background-image: url("img/sprite.svg#trait_vertical_blue");
    background-size: 5px 100%;
  }
  .detail_offre .box-value h3 {
    text-align: left;
  }
  .detail_offre .box-value.box-value--langues {
    text-align: left;
  }
  /* ACCORDÉONS */
  .detail_offre h2 {
    text-align: left;
  }
  /* =====================
  CAROUSEL
  ===================== */
  .detail_offre #carousel .owl-item .img_bg {
    height: 380px;
  }
  .detail_offre .detail_offre__section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .detail_offre .detail_offre__section--localisation {
    padding: 0;
  }
  .detail_offre #mapid {
    margin-bottom: 0;
    height: 540px;
  }
  .detail_offre .row.row--padding0 {
    padding-right: 0;
    padding-left: 0;
  }
  .detail_offre div.col--localisation {
    padding: 0 0 30px 0;
    box-sizing: border-box;
  }
  .detail_offre .box-value .value.value--col ul {
    -moz-columns: 3;
         columns: 3;
  }
  .detail_offre .tarifs {
    padding: 0 70px 0 0;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
  .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;
  }
  .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;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* =====================
	MEGA MENU
	===================== */
  #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 0.875rem;
  }
  #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.deja_sur_place > a.mega-menu-link {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 1099px) and (min-width: 992px) {
  /* =====================
	MEGA MENU
	===================== */
  #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(3),
  #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(4) {
    max-width: 17%;
  }
  #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(3) > a.mega-menu-link,
  #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(4) > a.mega-menu-link {
    text-align: center;
    line-height: 1;
    padding-top: 6px;
  }
}

@media only screen and (min-width: 992px) {
  #header_top #menu_principal.navbar {
    justify-content: space-around;
  }
  /* =====================
	STRUCTURE
	===================== */
  body:not(.home) header#masthead {
    height: 80px;
  }
  body.scroll-on:not(.home) header#masthead {
    height: 60px;
  }
  /* =====================
	HEADER TOP
	===================== */
  body:not(.home) #header_top,
  body.home #header_top {
    height: 80px;
  }
  body.home #header_top {
    height: 100px;
  }
  body.scroll-on #header_top {
    height: 60px;
  }
  body:not(.home) #header_top .col_header_center,
  body:not(.home) #header_top .col_header_right {
    padding-top: 20px;
  }
  body.home #header_top .col_header_center,
  body.home #header_top .col_header_right {
    padding-top: 30px;
  }
  body.scroll-on #header_top .col_header_center,
  body.scroll-on #header_top .col_header_right {
    padding-top: 10px;
  }
  #header_top .col_header_left {
    padding-left: 0;
  }
  #header_top .col_header_center {
    padding-left: 0;
  }
  #header_top .col_header_right {
    padding-right: 0;
  }
  /* LOGO */
  #header_top .logo_topbar {
    text-align: left;
  }
  #header_top .logo_topbar a {
    margin-top: 20px;
    margin-left: 0;
  }
  body.scroll-on #header_top .logo_topbar a {
    margin-top: 10px;
  }
  body:not(.home) #header_top .logo_topbar img {
    width: 100px;
  }
  body.home #header_top .logo_topbar img {
    width: 120px;
  }
  body.scroll-on #header_top .logo_topbar img {
    width: 90px;
  }
  .detail_offre .detail_offre__section--localisation {
    padding: 0;
  }
  .detail_offre .box-value .value.value--col ul {
    -moz-columns: 4;
         columns: 4;
  }
  /* BOOTSTRAP HACK */
  /*.container {
		max-width: none;
	}*/
}

@media only screen and (min-width: 1160px) {
  .detail_offre .detail_offre__tetiere {
    padding-left: 0;
    padding-right: 0;
  }
  .detail_offre .box-value.box-value--adresse {
    padding-left: 0;
    padding-right: 0;
  }
  .detail_offre .box-value--moyen_comm {
    padding-left: 0;
    padding-right: 0;
  }
  .detail_offre .box-value--sociaux {
    padding-left: 0;
    padding-right: 0;
  }
  #group-ancrage-prestations,
  #group-ancrage-tarif {
    padding: 50px 0;
  }
  #group-ancrage-apropos,
  #group-ancrage-photos,
  #group-ancrage-ouvertures {
    padding-left: 0;
    padding-right: 0;
  }
  #group-ancrage-ouvertures {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1171px) {
  /* BOOTSTRAP HACK */
  /*.container {
		max-width: 1170px;
	}*/
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .modal-xl {
    max-width: 1140px;
  }
  .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;
  }
  .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-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .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-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media only screen and (min-width: 1600px) {
  /* STRATE 03 : LES INCONTOURNABLES */
  #hp_strate_incontournables .owl-item:not(.active) + .owl-item.active + .owl-item.active .card-top {
    opacity: 1;
  }
  #hp_strate_incontournables .owl-item:not(.active) + .owl-item.active + .owl-item.active .card .media::before {
    opacity: 1;
  }
  #hp_strate_incontournables .owl-item:not(.active) + .owl-item.active + .owl-item.active .card .media::after {
    opacity: 0;
  }
  #hp_strate_incontournables .owl-item:not(.active) + .owl-item.active + .owl-item.active .card .zone_btn {
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
  .btn {
    transition: none;
  }
  .fade {
    transition: none;
  }
  .collapsing {
    transition: none;
  }
  .custom-switch .custom-control-label::after {
    transition: none;
  }
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
  .badge {
    transition: none;
  }
  .progress-bar {
    transition: none;
  }
  .progress-bar-animated {
    animation: none;
  }
  .modal.fade .modal-dialog {
    transition: none;
  }
  .carousel-item {
    transition: none;
  }
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
  .carousel-indicators li {
    transition: none;
  }
}

@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;
  }
  *,
  *::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;
  }
}

@media only screen and (max-width: 991px) {
  /* =====================
	MEGA MENU
	===================== */
  #header_top #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1::after {
    content: "";
    font-family: inherit;
    background-image: url("img/header/burger_white.svg");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center center;
    width: 40px;
    height: 40px;
  }
  body.scroll-on #header_top #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1::after {
    background-image: url("img/header/burger_blue.svg");
  }
  /*modifs*/
  /*#header_top #mega-menu-wrap-menu-1.mega-sticky {
		width: auto !important;
	}
	#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
	#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.deja_sur_place > a.mega-menu-link {
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0;
		margin-right: 0;
	}*/
  /* MENU BURGER */
  /*modifs*/
  /*#header_top #mega-menu-wrap-menu-1 .mega-menu-toggle {
		height: 40px;
	}
	#header_top #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block {
		margin-left: 0;
		margin-right: 0;
	}
	#header_top #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block::after {
		display: none;
	}
	#header_top #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-label {
		width: 40px;
		height: 40px;
	}
	#header_top #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-label[aria-expanded="true"] .mega-toggle-label-closed,
	#header_top #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-label[aria-expanded="false"] .mega-toggle-label-open {
		display: none !important;
	}
	#header_top #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-label[aria-expanded="true"] .mega-toggle-label-open,
	#header_top #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-label[aria-expanded="false"] .mega-toggle-label-closed {
		display: block !important;
	}
	#header_top #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-label .mega-toggle-label-open {
		background-image: url("img/sprite.svg#burger_menu_close_white");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 20px 20px;
		width: 40px;
		height: 40px;
	}
	#header_top #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-label .mega-toggle-label-closed {
		background-image: url("img/sprite.svg#burger_menu_white");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 24px 19px;
		width: 40px;
		height: 40px;
	}*/
  /* SOUS-MENU */
  /*modifs*/
  /*body:not(.home) #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1,
	body.home #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		margin-top: 10px;
	}
	body.scroll-on #header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		margin-top: 0;
	}
	#header_top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu {
		padding: 15px !important;
		display: none !important;
	}*/
  /* STRATE 08 : SOCIAL WALL */
  #hp_strate_socialwall #ff-uid-1 {
    margin-top: 200px;
  }
  #hp_strate_socialwall #ff-uid-3 {
    margin-top: 100px;
  }
  /* =====================
	MENU MOBILE
	===================== */
  .menu_listing_mobile {
    font-size: 0;
    text-align: center;
    background-color: #ffffff;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 40;
  }
  .menu_listing_mobile .btn {
    margin-left: 5px;
    margin-right: 5px;
  }
  .menu_listing_mobile .btn_on {
    background-color: #434343;
    border-color: #434343;
  }
  /* =====================
	LISTING MAP
	===================== */
  .page-listing-map .row.listing.listing-offres .listing_right {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* MODE CARTE */
  html.map_on,
  html.map_on body {
    overflow: hidden;
  }
  .page-listing-map .row.listing.listing-offres .listing_left {
    width: 100%;
    height: calc(100vh - 40px - 60px) !important;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 30;
    transition: all 0.3s ease-in-out;
    transform: translateX(-100vw);
  }
  html.map_on .page-listing-map .row.listing.listing-offres .listing_left {
    transform: translateX(0);
  }
  body.error404 .entry-content {
    padding: 0;
  }
  .entry-content .zone_meteo .tameteocom_widget .data-day {
    width: calc(50% - 30px);
  }
  .entry-content.search_zone .container .line {
    width: calc(50% - 30px);
  }
  /* STRUCTURE */
  /*.entry-content {
		padding: 60px 15px;
	}*/
}

@media only screen and (max-width: 1023px) {
  /* STRATE 08 : SOCIAL WALL */
  #hp_strate_socialwall .ff-stream-wrapper {
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 767px) {
  /* ELFSIGHT */
  /*#hp_strate_socialwall .bLZjOn > div,*/
  #hp_strate_socialwall [class*="Grid__Container"] > div {
    width: 100% !important;
    margin-right: 0 !important;
  }
  /*#hp_strate_socialwall .bLZjOn > div + div,*/
  #hp_strate_socialwall [class*="Grid__Container"] > div + div {
    margin-top: 15px !important;
  }
  /* =====================
	LISTING + SOMMAIRE + RECHERCHE
	===================== */
  #header_outro.choix-couleur + #modal_recherche + script + #content .page-listing,
  #header_outro.choix-image + #modal_recherche + script + #content .page-listing,
  #header_outro.choix-carrousel + #modal_recherche + script + #content .page-listing,
  #header_outro.choix-cinemagraphe + #modal_recherche + script + #content .page-listing,
  #header_outro.choix-couleur + #modal_recherche + script + #content .page-sommaire,
  #header_outro.choix-image + #modal_recherche + script + #content .page-sommaire,
  #header_outro.choix-carrousel + #modal_recherche + script + #content .page-sommaire,
  #header_outro.choix-cinemagraphe + #modal_recherche + script + #content .page-sommaire {
    padding-top: 30px;
  }
  /* =====================
	PAGINATION
	===================== */
  .page-listing .listing_plus .facetwp-facet {
    margin-bottom: 30px;
  }
  /* =====================
	FACETS
	===================== */
  #header_outro.choix-couleur + #modal_recherche + script + #content #facet_commun,
  #header_outro.choix-image + #modal_recherche + script + #content #facet_commun,
  #header_outro.choix-carrousel + #modal_recherche + script + #content #facet_commun,
  #header_outro.choix-cinemagraphe + #modal_recherche + script + #content #facet_commun {
    padding-top: 30px;
  }
  /* =====================
	WIDGETS
	===================== */
  /* Titre & Éditeur de texte */
  .entry-content .elementor-widget-text-editor,
  .entry-content .elementor-widget-toggle .elementor-tab-content {
    text-align: center;
  }
  .entry-content .elementor-widget-heading h1.elementor-heading-title,
  .entry-content .elementor-widget-text-editor h1,
  .entry-content .elementor-widget-toggle .elementor-tab-content h1 {
    font-size: 1.500rem;
  }
  .entry-content .elementor-widget-heading h2.elementor-heading-title,
  .entry-content .elementor-widget-text-editor h2,
  .entry-content .elementor-widget-toggle .elementor-tab-content h2 {
    font-size: 1.225rem;
  }
  .entry-content .elementor-widget-heading h3.elementor-heading-title,
  .entry-content .elementor-widget-text-editor h3,
  .entry-content .elementor-widget-toggle .elementor-tab-content h3 {
    font-size: 1.250rem;
  }
  .entry-content .elementor-widget-text-editor ul,
  .entry-content .elementor-widget-text-editor ol,
  .entry-content .elementor-widget-toggle .elementor-tab-content ul,
  .entry-content .elementor-widget-toggle .elementor-tab-content ol {
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
  }
  /* Bouton */
  .entry-content .elementor-widget-button,
  .entry-content .elementor-widget-button.elementor-align-left,
  .entry-content .elementor-widget-button.elementor-align-right {
    text-align: center;
  }
  /* Image */
  .entry-content .elementor-widget-image img {
    width: 100%;
    max-height: 150vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Tableau */
  .entry-content .elementor-widget-Table {
    width: calc(100vw - 30px) !important;
    overflow-x: scroll;
  }
  .entry-content .elementor-widget-Table table th {
    font-size: 1rem;
  }
  .entry-content .elementor-widget-Table table td {
    font-size: 0.875rem;
  }
  /* Citation */
  .entry-content .elementor-widget-fs-widget-citation blockquote p {
    font-size: 1rem;
    line-height: 1.250em;
  }
  /* Accordéon */
  .entry-content .elementor-widget-toggle .elementor-toggle .elementor-tab-title,
  .entry-content .elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active {
    font-size: 1.375rem;
  }
  .entry-content .elementor-widget-toggle .elementor-tab-title::before {
    top: 18px;
  }
  .entry-content .elementor-widget-toggle .elementor-tab-title.elementor-active::before {
    top: 22px;
  }
  /* =====================
	08 : AVERTISSEMENT
	===================== */
  .entry-content .modele_avertissement .elementor-widget-text-editor p {
    font-size: 1rem;
    line-height: 1.250em;
  }
  /* =====================
	12 : PLAYLIST 100%
	===================== */
  .entry-content .modele_playlist .elementor-widget + .elementor-widget,
  .entry-content .modele_playlist .elementor-widget + .elementor-widget-divider .elementor-widget-container {
    margin-top: 30px;
  }
  .entry-content .modele_playlist .elementor-widget-fs-widget-playlist + .elementor-widget,
  .entry-content .modele_playlist .elementor-widget-fs-widget-playlist + .elementor-widget-divider .elementor-widget-container {
    margin-top: 15px;
  }
  .entry-content .modele_playlist .elementor-widget + .elementor-widget-divider {
    margin-top: 0;
  }
  .entry-content .modele_playlist .elementor-widget-text-editor:last-child,
  .entry-content .modele_playlist .elementor-widget-button:last-child {
    margin-bottom: 30px;
  }
  .entry-content .modele_playlist .elementor-widget-fs-widget-playlist:last-child {
    margin-bottom: 15px;
  }
  .entry-content .modele_playlist .playlist_list .owl-carousel {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content .modele_playlist .playlist_list .owl-carousel .owl-item:nth-child(odd) {
    padding-top: 0;
  }
  .entry-content .modele_playlist .playlist_list .owl-carousel .owl-nav button {
    position: relative;
    /*top: auto;*/
    transform: none;
  }
  /* =====================
	PLAN DU SITE
	===================== */
  .entry-content .modele_plan_du_site .elementor-widget-shortcode .wsp-container {
    -moz-columns: 1;
    columns: 1;
  }
  /* =====================
	STRUCTURE
	===================== */
  .wpcf7 .container {
    padding: 0 15px !important;
  }
  .wpcf7 .container + .container {
    margin: 0 !important;
  }
  .cf7sg-container .cf7-smart-grid.has-grid .columns {
    width: 100% !important;
    margin: 15px 0 0 0 !important;
  }
  .entry-content .zone_meteo .tameteocom_widget .data-day {
    width: 100%;
    margin: 0;
  }
  .entry-content .zone_meteo .tameteocom_widget .data-day + .data-day {
    margin-top: 15px;
  }
  .entry-content.search_zone .container .line {
    width: 100%;
  }
  /* MOTEUR EXPERIENCES */
  .page-moteur-experiences .moteur_affinitaire {
    font-size: 1.375em;
    line-height: normal;
  }
  /* LISTING EXPERIENCES */
  .page-moteur-experiences .listing .card {
    min-height: 300px;
  }
  .page-moteur-experiences .listing .card .media::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .page-moteur-experiences .listing .card .media img {
    width: 100%;
    min-width: 0;
    min-height: 0;
    position: static;
    transform: none;
  }
  .page-moteur-experiences .listing .card .media_flou::after {
    display: none;
  }
  .page-moteur-experiences .listing .card .media_flou .bg {
    background-position: 0 0;
    background-size: 100% auto;
  }
  .page-moteur-experiences .listing .card .apercu,
  .page-moteur-experiences .listing .card:nth-child(even) .apercu {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-moteur-experiences .listing .card .apercu_inner {
    max-width: none;
  }
  .page-moteur-experiences .listing .card .apercu .titre {
    font-size: 1.500em;
  }
  /* GENERAL */
  h1 {
    font-size: 1.500rem;
  }
  /* CAROUSEL */
  .home .owl-carousel .owl-nav button,
  .entry-content .owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: auto;
    transform: none;
  }
  .entry-content .owl-carousel .owl-nav button.owl-prev::before,
  .entry-content .owl-carousel .owl-nav button.owl-prev::after {
    background-image: url("img/sprite.svg#arrow_left_blue");
  }
  .entry-content .owl-carousel .owl-nav button.owl-next::before,
  .entry-content .owl-carousel .owl-nav button.owl-next::after {
    background-image: url("img/sprite.svg#arrow_right_blue");
  }
}

@media only screen and (max-width: 575px) {
  /* =====================
	PAGINATION
	===================== */
  .listing_plus .facetwp-page.prev,
  .listing_plus .facetwp-page.next {
    display: none;
  }
  /* =====================
	12 : PLAYLIST 100%
	===================== */
  .entry-content .modele_playlist .playlist_list .owl-carousel .owl-nav {
    margin-top: 0;
  }
  .entry-content .modele_playlist .playlist_list .owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
  }
  .entry-content .modele_playlist .playlist_list .owl-carousel .owl-nav button + button {
    margin-left: 0;
  }
  .entry-content .modele_playlist .playlist_list .owl-carousel .owl-nav button {
    position: relative;
    /*top: auto;*/
    transform: none;
  }
  /* STRUCTURE */
  /*.entry-content {
		padding: 30px 15px;
	}*/
}

@media only screen and (max-width: 1199px) {
  /* =====================
	12 : PLAYLIST 100%
	===================== */
  .entry-content .modele_playlist .playlist_list .owl-carousel .owl-item:nth-child(odd) {
    padding-top: 60px;
  }
  .entry-content .modele_playlist .playlist_list .owl-carousel .owl-item:nth-child(even) {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1170px) {
  /* BOOTSTRAP HACK */
  /*.container {
		max-width: none;
	}*/
}

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