@charset "UTF-8";
/*	--------------------------------------------------
	--------------------------------------------------

	Project			: xxx
	Creation date	: xx/xxx
	By				: xxx/xx

	--------------------------------------------------
	--------------------------------------------------*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*#f47820*/
/*#d8ba4b*/
/*#a6ce38*/
/*17a2b8*/
/*b87d95 rose pale*/
/*f28ab8*/
/*#e6d5dc;*/
/*cde5e4*/
/*f7f1db*/
/*rose pâle*/
@import "jquery.fancybox.min.css";
@import "https://use.typekit.net/zsk8tts.css";
:root {
  --blue: #00adef;
  --indigo: #6610f2;
  --purple: #9064aa;
  --pink: #ec008b;
  --red: #dc3545;
  --orange: #e18d61;
  --yellow: #7796ac;
  --green: #91a75e;
  --teal: #20c997;
  --cyan: #ec5f65;
  --white: #fff;
  --gray: #8da1a8;
  --gray-dark: #3d505a;
  --primary: #3d505a;
  --secondary: #8da1a8;
  --success: #91a75e;
  --info: #00adef;
  --warning: #7796ac;
  --danger: #e18d61;
  --light: #d9d8d3;
  --dark: #3d505a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3d505a;
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00adef;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #00adef;
  text-decoration: none;
}

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: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

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

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

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: 0.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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 25px;
}

h3, .h3 {
  font-size: 20px;
}

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: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #ec008b;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}
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;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  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: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid transparent;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.table tbody + tbody {
  border-top: 2px solid transparent;
}
.table .table {
  background-color: #fff;
}

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(217, 216, 211, 0.5);
}

.table-hover tbody tr:hover {
  background-color: rgba(217, 216, 211, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(217, 216, 211, 0.5);
}

.table-hover .table-active:hover {
  background-color: rgba(205, 204, 197, 0.5);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(205, 204, 197, 0.5);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .cart-list--body-cell input, .prod_defaut .form-group_add-to-cart input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand, .cart-list--body-cell input::-ms-expand, .prod_defaut .form-group_add-to-cart input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .cart-list--body-cell input:focus, .prod_defaut .form-group_add-to-cart input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #7592a1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 80, 90, 0.25);
}
.form-control::placeholder, .cart-list--body-cell input::placeholder, .prod_defaut .form-group_add-to-cart input::placeholder {
  color: #bbbaba;
  opacity: 1;
}
.form-control:disabled, .cart-list--body-cell input:disabled, .prod_defaut .form-group_add-to-cart input:disabled, .form-control[readonly], .cart-list--body-cell input[readonly], .prod_defaut .form-group_add-to-cart input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: 45px;
}
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;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .cart-list--body-cell .input-group-sm > input.form-control-plaintext, .prod_defaut .form-group_add-to-cart .input-group-sm > input.form-control-plaintext,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .cart-list--body-cell .input-group-lg > input.form-control-plaintext, .prod_defaut .form-group_add-to-cart .input-group-lg > input.form-control-plaintext,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .cart-list--body-cell .input-group-sm > input, .prod_defaut .form-group_add-to-cart .input-group-sm > input,
.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;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .cart-list--body-cell .input-group-lg > input, .prod_defaut .form-group_add-to-cart .input-group-lg > input,
.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;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.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: #91a75e;
}

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

.was-validated .form-control:valid, .was-validated .cart-list--body-cell input:valid, .cart-list--body-cell .was-validated input:valid, .was-validated .prod_defaut .form-group_add-to-cart input:valid, .prod_defaut .form-group_add-to-cart .was-validated input:valid, .form-control.is-valid, .cart-list--body-cell input.is-valid, .prod_defaut .form-group_add-to-cart input.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #91a75e;
}
.was-validated .form-control:valid:focus, .was-validated .cart-list--body-cell input:valid:focus, .cart-list--body-cell .was-validated input:valid:focus, .was-validated .prod_defaut .form-group_add-to-cart input:valid:focus, .prod_defaut .form-group_add-to-cart .was-validated input:valid:focus, .form-control.is-valid:focus, .cart-list--body-cell input.is-valid:focus, .prod_defaut .form-group_add-to-cart input.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #91a75e;
  box-shadow: 0 0 0 0.2rem rgba(145, 167, 94, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .cart-list--body-cell input:valid ~ .valid-feedback, .cart-list--body-cell .was-validated input:valid ~ .valid-feedback, .was-validated .prod_defaut .form-group_add-to-cart input:valid ~ .valid-feedback, .prod_defaut .form-group_add-to-cart .was-validated input:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .cart-list--body-cell input:valid ~ .valid-tooltip,
.cart-list--body-cell .was-validated input:valid ~ .valid-tooltip,
.was-validated .prod_defaut .form-group_add-to-cart input:valid ~ .valid-tooltip,
.prod_defaut .form-group_add-to-cart .was-validated input:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .cart-list--body-cell input.is-valid ~ .valid-feedback, .prod_defaut .form-group_add-to-cart input.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.cart-list--body-cell input.is-valid ~ .valid-tooltip,
.prod_defaut .form-group_add-to-cart input.is-valid ~ .valid-tooltip,
.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-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #91a75e;
}
.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: #91a75e;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #c9d4b0;
}
.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 {
  background-color: #a8b97f;
}
.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 1px #fff, 0 0 0 0.2rem rgba(145, 167, 94, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #91a75e;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(145, 167, 94, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(225, 141, 97, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .was-validated .cart-list--body-cell input:invalid, .cart-list--body-cell .was-validated input:invalid, .was-validated .prod_defaut .form-group_add-to-cart input:invalid, .prod_defaut .form-group_add-to-cart .was-validated input:invalid, .form-control.is-invalid, .form-group.error .form-control, .cart-list--body-cell input.is-invalid, .form-group.error .cart-list--body-cell input, .cart-list--body-cell .form-group.error input, .prod_defaut .form-group_add-to-cart input.is-invalid, .form-group.error .prod_defaut .form-group_add-to-cart input, .prod_defaut .form-group_add-to-cart .form-group.error input,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e18d61;
}
.was-validated .form-control:invalid:focus, .was-validated .cart-list--body-cell input:invalid:focus, .cart-list--body-cell .was-validated input:invalid:focus, .was-validated .prod_defaut .form-group_add-to-cart input:invalid:focus, .prod_defaut .form-group_add-to-cart .was-validated input:invalid:focus, .form-control.is-invalid:focus, .form-group.error .form-control:focus, .cart-list--body-cell input.is-invalid:focus, .form-group.error .cart-list--body-cell input:focus, .cart-list--body-cell .form-group.error input:focus, .prod_defaut .form-group_add-to-cart input.is-invalid:focus, .form-group.error .prod_defaut .form-group_add-to-cart input:focus, .prod_defaut .form-group_add-to-cart .form-group.error input:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e18d61;
  box-shadow: 0 0 0 0.2rem rgba(225, 141, 97, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .cart-list--body-cell input:invalid ~ .invalid-feedback, .cart-list--body-cell .was-validated input:invalid ~ .invalid-feedback, .was-validated .prod_defaut .form-group_add-to-cart input:invalid ~ .invalid-feedback, .prod_defaut .form-group_add-to-cart .was-validated input:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .cart-list--body-cell input:invalid ~ .invalid-tooltip,
.cart-list--body-cell .was-validated input:invalid ~ .invalid-tooltip,
.was-validated .prod_defaut .form-group_add-to-cart input:invalid ~ .invalid-tooltip,
.prod_defaut .form-group_add-to-cart .was-validated input:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-group.error .form-control ~ .invalid-feedback, .cart-list--body-cell input.is-invalid ~ .invalid-feedback, .form-group.error .cart-list--body-cell input ~ .invalid-feedback, .cart-list--body-cell .form-group.error input ~ .invalid-feedback, .prod_defaut .form-group_add-to-cart input.is-invalid ~ .invalid-feedback, .form-group.error .prod_defaut .form-group_add-to-cart input ~ .invalid-feedback, .prod_defaut .form-group_add-to-cart .form-group.error input ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.form-group.error .form-control ~ .invalid-tooltip,
.cart-list--body-cell input.is-invalid ~ .invalid-tooltip,
.form-group.error .cart-list--body-cell input ~ .invalid-tooltip,
.cart-list--body-cell .form-group.error input ~ .invalid-tooltip,
.prod_defaut .form-group_add-to-cart input.is-invalid ~ .invalid-tooltip,
.form-group.error .prod_defaut .form-group_add-to-cart input ~ .invalid-tooltip,
.prod_defaut .form-group_add-to-cart .form-group.error input ~ .invalid-tooltip,
.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-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .form-group.error .form-check-input.form-control ~ .form-check-label, .form-group.error .prod_defaut .form-group_add-to-cart input.form-check-input ~ .form-check-label, .prod_defaut .form-group_add-to-cart .form-group.error input.form-check-input ~ .form-check-label, .form-group.error .cart-list--body-cell input.form-check-input ~ .form-check-label, .cart-list--body-cell .form-group.error input.form-check-input ~ .form-check-label {
  color: #e18d61;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-group.error .form-check-input.form-control ~ .invalid-feedback, .form-group.error .prod_defaut .form-group_add-to-cart input.form-check-input ~ .invalid-feedback, .prod_defaut .form-group_add-to-cart .form-group.error input.form-check-input ~ .invalid-feedback, .form-group.error .cart-list--body-cell input.form-check-input ~ .invalid-feedback, .cart-list--body-cell .form-group.error input.form-check-input ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.form-group.error .form-check-input.form-control ~ .invalid-tooltip,
.form-group.error .prod_defaut .form-group_add-to-cart input.form-check-input ~ .invalid-tooltip,
.prod_defaut .form-group_add-to-cart .form-group.error input.form-check-input ~ .invalid-tooltip,
.form-group.error .cart-list--body-cell input.form-check-input ~ .invalid-tooltip,
.cart-list--body-cell .form-group.error input.form-check-input ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label, .form-group.error .custom-control-input.form-control ~ .custom-control-label, .form-group.error .prod_defaut .form-group_add-to-cart input.custom-control-input ~ .custom-control-label, .prod_defaut .form-group_add-to-cart .form-group.error input.custom-control-input ~ .custom-control-label, .form-group.error .cart-list--body-cell input.custom-control-input ~ .custom-control-label, .cart-list--body-cell .form-group.error input.custom-control-input ~ .custom-control-label {
  color: #e18d61;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .form-group.error .custom-control-input.form-control ~ .custom-control-label::before, .form-group.error .prod_defaut .form-group_add-to-cart input.custom-control-input ~ .custom-control-label::before, .prod_defaut .form-group_add-to-cart .form-group.error input.custom-control-input ~ .custom-control-label::before, .form-group.error .cart-list--body-cell input.custom-control-input ~ .custom-control-label::before, .cart-list--body-cell .form-group.error input.custom-control-input ~ .custom-control-label::before {
  background-color: #f5dacc;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .form-group.error .custom-control-input.form-control ~ .invalid-feedback, .form-group.error .prod_defaut .form-group_add-to-cart input.custom-control-input ~ .invalid-feedback, .prod_defaut .form-group_add-to-cart .form-group.error input.custom-control-input ~ .invalid-feedback, .form-group.error .cart-list--body-cell input.custom-control-input ~ .invalid-feedback, .cart-list--body-cell .form-group.error input.custom-control-input ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.form-group.error .custom-control-input.form-control ~ .invalid-tooltip,
.form-group.error .prod_defaut .form-group_add-to-cart input.custom-control-input ~ .invalid-tooltip,
.prod_defaut .form-group_add-to-cart .form-group.error input.custom-control-input ~ .invalid-tooltip,
.form-group.error .cart-list--body-cell input.custom-control-input ~ .invalid-tooltip,
.cart-list--body-cell .form-group.error input.custom-control-input ~ .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, .form-group.error .custom-control-input.form-control:checked ~ .custom-control-label::before, .form-group.error .prod_defaut .form-group_add-to-cart input.custom-control-input:checked ~ .custom-control-label::before, .prod_defaut .form-group_add-to-cart .form-group.error input.custom-control-input:checked ~ .custom-control-label::before, .form-group.error .cart-list--body-cell input.custom-control-input:checked ~ .custom-control-label::before, .cart-list--body-cell .form-group.error input.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e9ac8c;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .form-group.error .custom-control-input.form-control:focus ~ .custom-control-label::before, .form-group.error .prod_defaut .form-group_add-to-cart input.custom-control-input:focus ~ .custom-control-label::before, .prod_defaut .form-group_add-to-cart .form-group.error input.custom-control-input:focus ~ .custom-control-label::before, .form-group.error .cart-list--body-cell input.custom-control-input:focus ~ .custom-control-label::before, .cart-list--body-cell .form-group.error input.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 141, 97, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label, .form-group.error .custom-file-input.form-control ~ .custom-file-label, .form-group.error .prod_defaut .form-group_add-to-cart input.custom-file-input ~ .custom-file-label, .prod_defaut .form-group_add-to-cart .form-group.error input.custom-file-input ~ .custom-file-label, .form-group.error .cart-list--body-cell input.custom-file-input ~ .custom-file-label, .cart-list--body-cell .form-group.error input.custom-file-input ~ .custom-file-label {
  border-color: #e18d61;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before, .form-group.error .custom-file-input.form-control ~ .custom-file-label::before, .form-group.error .prod_defaut .form-group_add-to-cart input.custom-file-input ~ .custom-file-label::before, .prod_defaut .form-group_add-to-cart .form-group.error input.custom-file-input ~ .custom-file-label::before, .form-group.error .cart-list--body-cell input.custom-file-input ~ .custom-file-label::before, .cart-list--body-cell .form-group.error input.custom-file-input ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .form-group.error .custom-file-input.form-control ~ .invalid-feedback, .form-group.error .prod_defaut .form-group_add-to-cart input.custom-file-input ~ .invalid-feedback, .prod_defaut .form-group_add-to-cart .form-group.error input.custom-file-input ~ .invalid-feedback, .form-group.error .cart-list--body-cell input.custom-file-input ~ .invalid-feedback, .cart-list--body-cell .form-group.error input.custom-file-input ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.form-group.error .custom-file-input.form-control ~ .invalid-tooltip,
.form-group.error .prod_defaut .form-group_add-to-cart input.custom-file-input ~ .invalid-tooltip,
.prod_defaut .form-group_add-to-cart .form-group.error input.custom-file-input ~ .invalid-tooltip,
.form-group.error .cart-list--body-cell input.custom-file-input ~ .invalid-tooltip,
.cart-list--body-cell .form-group.error input.custom-file-input ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label, .form-group.error .custom-file-input.form-control:focus ~ .custom-file-label, .form-group.error .prod_defaut .form-group_add-to-cart input.custom-file-input:focus ~ .custom-file-label, .prod_defaut .form-group_add-to-cart .form-group.error input.custom-file-input:focus ~ .custom-file-label, .form-group.error .cart-list--body-cell input.custom-file-input:focus ~ .custom-file-label, .cart-list--body-cell .form-group.error input.custom-file-input:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(225, 141, 97, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .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, .form-inline .cart-list--body-cell input, .cart-list--body-cell .form-inline input, .form-inline .prod_defaut .form-group_add-to-cart input, .prod_defaut .form-group_add-to-cart .form-inline input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    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;
    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;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 80, 90, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn.pager_current_page:not(:disabled):not(.disabled) {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3d505a;
  border-color: #3d505a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2e3c43;
  border-color: #28353c;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 80, 90, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3d505a;
  border-color: #3d505a;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary.pager_current_page:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #28353c;
  border-color: #232e34;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 80, 90, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #8da1a8;
  border-color: #8da1a8;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #778f97;
  border-color: #708992;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 161, 168, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #8da1a8;
  border-color: #8da1a8;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary.pager_current_page:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #708992;
  border-color: #6a838b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 161, 168, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #91a75e;
  border-color: #91a75e;
}
.btn-success:hover {
  color: #fff;
  background-color: #7c904f;
  border-color: #75884a;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 167, 94, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #91a75e;
  border-color: #91a75e;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .btn-success.pager_current_page:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #75884a;
  border-color: #6e8046;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 167, 94, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #00adef;
  border-color: #00adef;
}
.btn-info:hover {
  color: #fff;
  background-color: #0091c9;
  border-color: #0088bc;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 239, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #00adef;
  border-color: #00adef;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info.pager_current_page:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0088bc;
  border-color: #007faf;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 239, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #7796ac;
  border-color: #7796ac;
}
.btn-warning:hover {
  color: #fff;
  background-color: #60849d;
  border-color: #5b7d95;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 150, 172, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #7796ac;
  border-color: #7796ac;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning.pager_current_page:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #5b7d95;
  border-color: #56768d;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 150, 172, 0.5);
}

.btn-danger {
  color: #212529;
  background-color: #e18d61;
  border-color: #e18d61;
}
.btn-danger:hover {
  color: #fff;
  background-color: #db7641;
  border-color: #d96e36;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 141, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #212529;
  background-color: #e18d61;
  border-color: #e18d61;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger.pager_current_page:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d96e36;
  border-color: #d7662b;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 141, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #d9d8d3;
  border-color: #d9d8d3;
}
.btn-light:hover {
  color: #212529;
  background-color: #c7c6be;
  border-color: #c1c0b8;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 216, 211, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #d9d8d3;
  border-color: #d9d8d3;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-light.pager_current_page:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #c1c0b8;
  border-color: #bbbab1;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 216, 211, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #3d505a;
  border-color: #3d505a;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2e3c43;
  border-color: #28353c;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 80, 90, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3d505a;
  border-color: #3d505a;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .btn-dark.pager_current_page:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #28353c;
  border-color: #232e34;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 80, 90, 0.5);
}

.btn-outline-primary {
  color: #3d505a;
  background-color: transparent;
  background-image: none;
  border-color: #3d505a;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3d505a;
  border-color: #3d505a;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 80, 90, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3d505a;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary.pager_current_page:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3d505a;
  border-color: #3d505a;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 80, 90, 0.5);
}

.btn-outline-secondary {
  color: #8da1a8;
  background-color: transparent;
  background-image: none;
  border-color: #8da1a8;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #8da1a8;
  border-color: #8da1a8;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 161, 168, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #8da1a8;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary.pager_current_page:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #8da1a8;
  border-color: #8da1a8;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 161, 168, 0.5);
}

.btn-outline-success {
  color: #91a75e;
  background-color: transparent;
  background-image: none;
  border-color: #91a75e;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #91a75e;
  border-color: #91a75e;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 167, 94, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #91a75e;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success.pager_current_page:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #91a75e;
  border-color: #91a75e;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 167, 94, 0.5);
}

.btn-outline-info {
  color: #00adef;
  background-color: transparent;
  background-image: none;
  border-color: #00adef;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #00adef;
  border-color: #00adef;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 239, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00adef;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info.pager_current_page:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00adef;
  border-color: #00adef;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 239, 0.5);
}

.btn-outline-warning {
  color: #7796ac;
  background-color: transparent;
  background-image: none;
  border-color: #7796ac;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #7796ac;
  border-color: #7796ac;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 150, 172, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #7796ac;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning.pager_current_page:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #7796ac;
  border-color: #7796ac;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 150, 172, 0.5);
}

.btn-outline-danger {
  color: #e18d61;
  background-color: transparent;
  background-image: none;
  border-color: #e18d61;
}
.btn-outline-danger:hover {
  color: #212529;
  background-color: #e18d61;
  border-color: #e18d61;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 141, 97, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e18d61;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger.pager_current_page:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #e18d61;
  border-color: #e18d61;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 141, 97, 0.5);
}

.btn-outline-light {
  color: #d9d8d3;
  background-color: transparent;
  background-image: none;
  border-color: #d9d8d3;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #d9d8d3;
  border-color: #d9d8d3;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 216, 211, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #d9d8d3;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light.pager_current_page:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #d9d8d3;
  border-color: #d9d8d3;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 216, 211, 0.5);
}

.btn-outline-dark {
  color: #3d505a;
  background-color: transparent;
  background-image: none;
  border-color: #3d505a;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3d505a;
  border-color: #3d505a;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 80, 90, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3d505a;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark.pager_current_page:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #3d505a;
  border-color: #3d505a;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark.pager_current_page:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 80, 90, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #00adef;
  background-color: transparent;
}
.btn-link:hover {
  color: #00adef;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

.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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  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: #3d505a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.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.pager_current_page, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3d505a;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 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 > .btn.pager_current_page,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn.pager_current_page {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 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, .cart-list--body-cell .input-group > input, .prod_defaut .form-group_add-to-cart .input-group > input,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus, .cart-list--body-cell .input-group > input:focus, .prod_defaut .form-group_add-to-cart .input-group > input:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control, .cart-list--body-cell .input-group > input + .form-control, .cart-list--body-cell .input-group > .form-control + input, .cart-list--body-cell .input-group > input + input, .prod_defaut .form-group_add-to-cart .input-group > input + .form-control, .prod_defaut .form-group_add-to-cart .input-group > .form-control + input, .prod_defaut .form-group_add-to-cart .input-group > input + input,
.input-group > .form-control + .custom-select,
.cart-list--body-cell .input-group > input + .custom-select,
.prod_defaut .form-group_add-to-cart .input-group > input + .custom-select,
.input-group > .form-control + .custom-file,
.cart-list--body-cell .input-group > input + .custom-file,
.prod_defaut .form-group_add-to-cart .input-group > input + .custom-file,
.input-group > .custom-select + .form-control,
.cart-list--body-cell .input-group > .custom-select + input,
.prod_defaut .form-group_add-to-cart .input-group > .custom-select + input,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.cart-list--body-cell .input-group > .custom-file + input,
.prod_defaut .form-group_add-to-cart .input-group > .custom-file + input,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.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 + .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;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 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;
  background-color: #3d505a;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(61, 80, 90, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #93aab6;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3d505a;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #3d505a;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(61, 80, 90, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(61, 80, 90, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3d505a;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(61, 80, 90, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("/images/select-primary.svg") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #7592a1;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(117, 146, 161, 0.5);
}
.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 45px;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #7592a1;
  box-shadow: 0 0 0 0.2rem rgba(61, 80, 90, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #7592a1;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 45px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(45px - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
}

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.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-link.pager_current_page,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.pager_current_page,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3d505a;
}

.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, .tab-content > .pager_current_page {
  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;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 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 .dropdown-menu-right {
  right: 0;
  left: auto;
}
.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-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: #8da1a8;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #8da1a8;
}
.navbar-light .navbar-nav .nav-link {
  color: #3d505a;
}
.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 .pager_current_page > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.pager_current_page {
  color: #8da1a8;
}
.navbar-light .navbar-toggler {
  color: #3d505a;
  border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%233d505a' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: #3d505a;
}
.navbar-light .navbar-text a {
  color: #8da1a8;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #8da1a8;
}

.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 .pager_current_page > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.pager_current_page {
  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;charset=utf8,%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;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.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 + .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-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 {
  text-align: center;
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .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 {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .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-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: none;
  flex-wrap: wrap;
  padding: 0.75rem 0rem;
  margin-bottom: 1rem;
  list-style: none;
  font-size: 12px;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: flex;
  }
}

.breadcrumb-item a {
  color: #3d505a;
  text-decoration: none;
}
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #d9d8d3;
  content: "|";
}
.breadcrumb-item:last-child {
  font-family: "sansation bold";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active, .breadcrumb-item.pager_current_page {
  color: #3d505a;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  font-family: "sansation bold";
}

.page-link {
  position: relative;
  margin: 0 6px;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  color: #00adef;
  background-color: #fff;
  border: 1px solid transparent;
  color: #8da1a8;
  transform: translateZ(0);
  background-color: transparent;
  line-height: 1.5;
  border-radius: 50%;
  text-decoration: none;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.page-link:hover {
  color: #3d505a;
  text-decoration: none;
  border: 1px solid #3d505a;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 80, 90, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link, .page-item.pager_current_page .page-link {
  z-index: 1;
  color: #3d505a;
  background-color: transparent;
  border: 1px solid #3d505a;
  font-family: "sansation bold";
}
.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-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.badge, .errorForm, .error-form {
  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;
}
.badge:empty, .errorForm:empty, .error-form:empty {
  display: none;
}

.btn .badge, .btn .errorForm, .btn .error-form {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #3d505a;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #28353c;
}

.badge-secondary {
  color: #212529;
  background-color: #8da1a8;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #708992;
}

.badge-success {
  color: #212529;
  background-color: #91a75e;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #75884a;
}

.badge-info {
  color: #fff;
  background-color: #00adef;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0088bc;
}

.badge-warning {
  color: #fff;
  background-color: #7796ac;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #5b7d95;
}

.badge-danger, .errorForm, .error-form {
  color: #212529;
  background-color: #e18d61;
}
.badge-danger[href]:hover, [href].errorForm:hover, [href].error-form:hover, .badge-danger[href]:focus, [href].errorForm:focus, [href].error-form:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d96e36;
}

.badge-light {
  color: #212529;
  background-color: #d9d8d3;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #c1c0b8;
}

.badge-dark {
  color: #fff;
  background-color: #3d505a;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #28353c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.alert, .confirmation_subscription .confirmation_validation, .errorMessage, .correct {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.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: #202a2f;
  background-color: #d8dcde;
  border-color: #c9ced1;
}
.alert-primary hr {
  border-top-color: #bbc2c5;
}
.alert-primary .alert-link {
  color: #0b0f11;
}

.alert-secondary {
  color: #495457;
  background-color: #e8ecee;
  border-color: #dfe5e7;
}
.alert-secondary hr {
  border-top-color: #d0d9dc;
}
.alert-secondary .alert-link {
  color: #32393b;
}

.alert-success, .confirmation_subscription .confirmation_validation, .correct {
  color: #4b5731;
  background-color: #e9eddf;
  border-color: #e0e6d2;
}
.alert-success hr, .confirmation_subscription .confirmation_validation hr, .correct hr {
  border-top-color: #d5ddc2;
}
.alert-success .alert-link, .confirmation_subscription .confirmation_validation .alert-link, .correct .alert-link {
  color: #2f361f;
}

.alert-info {
  color: #005a7c;
  background-color: #cceffc;
  border-color: #b8e8fb;
}
.alert-info hr {
  border-top-color: #a0e0fa;
}
.alert-info .alert-link {
  color: #003549;
}

.alert-warning {
  color: #3e4e59;
  background-color: #e4eaee;
  border-color: #d9e2e8;
}
.alert-warning hr {
  border-top-color: #c9d6de;
}
.alert-warning .alert-link {
  color: #29343b;
}

.alert-danger, .errorMessage {
  color: #754932;
  background-color: #f9e8df;
  border-color: #f7dfd3;
}
.alert-danger hr, .errorMessage hr {
  border-top-color: #f3cfbd;
}
.alert-danger .alert-link, .errorMessage .alert-link {
  color: #513323;
}

.alert-light {
  color: #71706e;
  background-color: #f7f7f6;
  border-color: #f4f4f3;
}
.alert-light hr {
  border-top-color: #e8e8e6;
}
.alert-light .alert-link {
  color: #575655;
}

.alert-dark {
  color: #202a2f;
  background-color: #d8dcde;
  border-color: #c9ced1;
}
.alert-dark hr {
  border-top-color: #bbc2c5;
}
.alert-dark .alert-link {
  color: #0b0f11;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #3d505a;
  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 {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #3d505a;
  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:last-child {
  margin-bottom: 0;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active, .list-group-item.pager_current_page {
  z-index: 2;
  color: #fff;
  background-color: #3d505a;
  border-color: #3d505a;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #202a2f;
  background-color: #c9ced1;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #202a2f;
  background-color: #bbc2c5;
}
.list-group-item-primary.list-group-item-action.active, .list-group-item-primary.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #202a2f;
  border-color: #202a2f;
}

.list-group-item-secondary {
  color: #495457;
  background-color: #dfe5e7;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #495457;
  background-color: #d0d9dc;
}
.list-group-item-secondary.list-group-item-action.active, .list-group-item-secondary.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #495457;
  border-color: #495457;
}

.list-group-item-success {
  color: #4b5731;
  background-color: #e0e6d2;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #4b5731;
  background-color: #d5ddc2;
}
.list-group-item-success.list-group-item-action.active, .list-group-item-success.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #4b5731;
  border-color: #4b5731;
}

.list-group-item-info {
  color: #005a7c;
  background-color: #b8e8fb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #005a7c;
  background-color: #a0e0fa;
}
.list-group-item-info.list-group-item-action.active, .list-group-item-info.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #005a7c;
  border-color: #005a7c;
}

.list-group-item-warning {
  color: #3e4e59;
  background-color: #d9e2e8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #3e4e59;
  background-color: #c9d6de;
}
.list-group-item-warning.list-group-item-action.active, .list-group-item-warning.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #3e4e59;
  border-color: #3e4e59;
}

.list-group-item-danger {
  color: #754932;
  background-color: #f7dfd3;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #754932;
  background-color: #f3cfbd;
}
.list-group-item-danger.list-group-item-action.active, .list-group-item-danger.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #754932;
  border-color: #754932;
}

.list-group-item-light {
  color: #71706e;
  background-color: #f4f4f3;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #71706e;
  background-color: #e8e8e6;
}
.list-group-item-light.list-group-item-action.active, .list-group-item-light.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #71706e;
  border-color: #71706e;
}

.list-group-item-dark {
  color: #202a2f;
  background-color: #c9ced1;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #202a2f;
  background-color: #bbc2c5;
}
.list-group-item-dark.list-group-item-action.active, .list-group-item-dark.list-group-item-action.pager_current_page {
  color: #fff;
  background-color: #202a2f;
  border-color: #202a2f;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.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, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

.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);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
}
.modal-header .close {
  padding: 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 #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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);
}
.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,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 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-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,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 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-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,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  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-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,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right,
.carousel-item-right.pager_current_page {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right,
.carousel-item-right.pager_current_page {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left,
.carousel-item-left.pager_current_page {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left,
.carousel-item-left.pager_current_page {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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: 10px;
  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 {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active, .carousel-indicators .pager_current_page {
  background-color: #fff;
}

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

.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: #3d505a !important;
}

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

.bg-secondary {
  background-color: #8da1a8 !important;
}

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

.bg-success {
  background-color: #91a75e !important;
}

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

.bg-info {
  background-color: #00adef !important;
}

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

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

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

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

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

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

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

.bg-dark {
  background-color: #3d505a !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #28353c !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: #3d505a !important;
}

.border-secondary {
  border-color: #8da1a8 !important;
}

.border-success {
  border-color: #91a75e !important;
}

.border-info {
  border-color: #00adef !important;
}

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

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

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

.border-dark {
  border-color: #3d505a !important;
}

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.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;
  clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.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.9rem !important;
}

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

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

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

.ml-4,
.mx-4 {
  margin-left: 1.9rem !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.9rem !important;
}

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

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

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

.pl-4,
.px-4 {
  padding-left: 1.9rem !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-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.9rem !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.9rem !important;
  }

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

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

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

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.9rem !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-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.9rem !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.9rem !important;
  }

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

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

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

  .pl-md-4,
.px-md-4 {
    padding-left: 1.9rem !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-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.9rem !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.9rem !important;
  }

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

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

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

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.9rem !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-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.9rem !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.9rem !important;
  }

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

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

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

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.9rem !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-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-justify {
  text-align: justify !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #3d505a !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #28353c !important;
}

.text-secondary {
  color: #8da1a8 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #708992 !important;
}

.text-success {
  color: #91a75e !important;
}

a.text-success:hover, a.text-success:focus {
  color: #75884a !important;
}

.text-info {
  color: #00adef !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0088bc !important;
}

.text-warning {
  color: #7796ac !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #5b7d95 !important;
}

.text-danger {
  color: #e18d61 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #d96e36 !important;
}

.text-light {
  color: #d9d8d3 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c1c0b8 !important;
}

.text-dark {
  color: #3d505a !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #28353c !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

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

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    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, .errorForm, .error-form {
    border: 1px solid #000;
  }

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

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* Modules d'E-majine */
/*	--------------------------------------------------
	--------------------------------------------------
		Agencement des blocs structurants :
	container, header, content, sidebar, footer
--------------------------------------------------
--------------------------------------------------*/
@media (min-width: 992px) {
  .header--content {
    min-height: 134px;
  }
}

.header--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header--container {
    flex-direction: column;
  }
  .header--container.fixed-me {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 25;
  }
  .header--container.fixed-me:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 99%;
  }
  .header--container.fixed-me:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 99%;
  }
  .header--container.fixed-me .logo {
    margin-bottom: 10px;
  }
  .header--container.fixed-me .logo img {
    width: 120px;
  }
  .header--container .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .header--container .navbar-nav > .nav-item > .nav-link {
    font-size: 18px;
  }
}

.logo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  transition: all 0.2s linear;
}
.logo img {
  width: 167px;
  height: auto;
  transition: all 0.2s linear;
}

.main {
  overflow: hidden;
}

.container-box .box-qualite:nth-child(odd) .box-qualite--img {
  order: 2;
}
.container-box .box-qualite:nth-child(odd) .box-qualite--text {
  order: 1;
}

.footer {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .page-portail .footer, .page-home .footer {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .page-portail .footer, .page-home .footer {
    padding-top: 100px;
  }
}

.footer--row {
  flex-wrap: wrap;
  justify-content: center;
}

/* portail / home*/
.portail--main, .home--main {
  display: flex;
  flex-direction: column;
}

/** RESPONSIVE **/
@media (min-width: 768px) {
  body {
    border-left: 30px solid #d9d8d3;
    border-right: 30px solid #d9d8d3;
  }

  .footer-bottom {
    background: #d9d8d3;
    padding: 12px 0;
  }

  .header--boxes {
    background: #d9d8d3;
    min-height: 37px;
    align-items: center;
  }
}
/**
*
* Eléments réutilisables :
* boutons, icônes, popin (lightbox, notification…), slider (styles communs)…
*
**/
h3 + .row {
  margin-top: 30px;
}

.page-particulier .main a {
  color: #ce5d64;
}
.page-particulier a:hover {
  color: #ce5d64;
}
.page-particulier .h2, .page-particulier h2 {
  color: #ce5d64;
}
.page-particulier .box-temoignage--link {
  color: #fff !important;
}
.page-particulier .box-temoignage--link:hover, .page-particulier .box-temoignage--link:focus {
  color: #fff !important;
}
.page-particulier .box-temoignage--text {
  background-color: #ce5d64;
}
.page-particulier .faq-header--link {
  color: #fff !important;
}
.page-particulier .home-top--link:hover, .page-particulier .home-top--link:focus {
  background: #ce5d64;
}
.page-particulier .home-top--link:after {
  background: #3d505a !important;
}
.page-particulier .home-top--link-h2 {
  color: #3d505a;
}
.page-particulier .header-shortcut {
  color: #fff;
}
.page-particulier .header-shortcut:hover, .page-particulier .header-shortcut:focus {
  color: #fff;
}
.page-particulier .home-actus--link {
  color: #8da1a8;
}
.page-particulier .home-actus--link:hover, .page-particulier .home-actus--link:focus {
  border-bottom-color: #ce5d64;
}
.page-particulier .home-actus--item-link .home-actus--item-title {
  color: #3d505a;
}
.page-particulier .home-actus--item-link:focus .home-actus--item-title, .page-particulier .home-actus--item-link:hover .home-actus--item-title {
  color: #ce5d64;
}
.page-particulier .home-actus--item-link:focus .home-actus--item-more, .page-particulier .home-actus--item-link:hover .home-actus--item-more {
  color: #ce5d64;
  border-bottom: 2px solid #ce5d64;
}
.page-particulier .home-box_mobi .home-box--link {
  color: #3d505a !important;
}
.page-particulier .home-box_engagements .home-box--link {
  color: #fff !important;
}
.page-particulier .home-box_mobi .home-box--link:focus, .page-particulier .home-box_mobi .home-box--link:hover {
  background: #ce5d64;
}
.page-particulier .code_html ul li:before {
  color: #ce5d64;
}
.page-particulier .btn-primary:hover, .page-particulier .btn-primary:focus {
  background-color: #ce5d64;
  color: #fff !important;
  border: 2px solid #ce5d64;
}
.page-particulier .btn-third {
  background-color: #ec5f65;
  border: 2px #ec5f65 solid;
}
.page-particulier .btn-third:hover, .page-particulier .btn-third:focus {
  border: 2px #ec5f65 solid;
  color: #ec5f65 !important;
}
.page-particulier .job--subtitle {
  color: #ce5d64;
}
.page-particulier .job--subtitle .icon-recrutement:before {
  color: #ce5d64;
}
.page-particulier .mu--item-title {
  color: #fff;
}
.page-particulier .news--item-link:focus .news--item-content, .page-particulier .news--item-link:hover .news--item-content {
  background: #ce5d64;
}
.page-particulier .cat-header--right {
  background: #ce5d64;
}
.page-particulier .box-qualite--text {
  background: #ce5d64;
  color: #fff;
}

.bloc-simple ul {
  display: inline-block;
}

.bloc-double {
  margin-bottom: 20px !important;
}

body {
  min-height: 100vh;
  /* 1 */
  display: flex;
  /* 2 */
  flex-direction: column;
  /* 3 */
}

.main {
  flex-grow: 1;
  /* 4 */
}

/* on évite les débordements */
img {
  max-width: 100%;
  height: auto !important;
}

.map {
  max-width: 100%;
  overflow: hidden;
}
.map > div {
  max-width: 100%;
  overflow: hidden;
}

.code_html ul {
  list-style: none;
  padding: 0;
}
.code_html ul li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 25px;
}
.code_html ul li:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #00adef;
  display: block;
  margin-right: 7px;
  margin-top: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

strong {
  font-weight: normal;
  font-family: "sansation bold";
}

/* titres */
h1, .h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  line-height: 1.1;
  display: block;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}
h1 span, .h1 span {
  font-size: 25px;
  line-height: 1.1;
  display: block;
}
@media (min-width: 768px) {
  h1 span, .h1 span {
    font-size: 30px;
  }
}

h2, .h2 {
  color: #00adef;
  font-family: "sansation bold";
  margin-bottom: 14px;
  margin-top: 30px;
  font-size: 22px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 25px;
  }
}

h3, .h3 {
  font-family: "sansation bold";
}

/* boutons */
.btn {
  text-decoration: none;
  font-family: "sansation bold";
  text-transform: uppercase;
}

.btn-primary {
  border: 2px solid #3d505a;
  padding: 8px 20px;
  color: #3d505a !important;
  transition: all 0.2s linear;
  background-color: transparent;
  padding: 0.375rem 1rem;
  white-space: normal;
}
.btn-primary:hover, .btn-primary:focus {
  background: #00adef;
  border: 2px solid #00adef;
  color: #fff !important;
  transition: all 0.2s linear;
}

.btn-mh {
  border-color: transparent;
  border-width: 2px;
  border-image: url(/images/dotted-border-blue.svg) 3 repeat;
  color: #fff;
  transform: translateZ(0);
  transition: all 0.2s linear;
  background-color: #00adef;
  padding: 0.375rem 1rem;
  margin-bottom: 10px;
  width: 100%;
}
.btn-mh:hover, .btn-mh:focus {
  background: #00adef;
  border: 2px solid #00adef;
  color: #fff;
  transform: translateZ(0) scale(1.09);
  transition: all 0.2s linear;
}

.btn-secondary {
  border-color: transparent;
  border-width: 2px;
  border-image: url(/images/dotted-border.svg) 3 repeat;
  color: #3d505a;
  transform: translateZ(0);
  transition: all 0.2s linear;
  background-color: transparent;
  padding: 0.375rem 1rem;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #3d505a;
  border: 2px solid #3d505a;
  color: #fff;
  transform: translateZ(0) scale(1.09);
  transition: all 0.2s linear;
}

.btn-map-distributeur {
  font-size: 12px;
  padding: 5px 10px;
}

.btn-prev:before {
  content: "";
  padding-right: 0.5rem;
  vertical-align: -2px;
}

.btn-next:after {
  content: "";
  padding-left: 0.5rem;
  vertical-align: -2px;
}

.btn-back {
  position: relative;
  padding-left: 30px;
}
.btn-back:before {
  content: "";
  font-weight: 700 !important;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

/* tableau*/
.table thead {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "sansation bold";
}
.table thead th {
  border-bottom: 1px solid #3d505a;
}

/* galerie d'images*/
.article-gallery .lightbox {
  overflow: hidden;
  max-height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .article-gallery .lightbox {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .article-gallery .lightbox {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .article-gallery .lightbox {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* pagination*/
/*===================================
=            Alert Oldie            =
===================================*/
.oldie .alert-ie {
  border-top: 10px solid #e44204;
}
.oldie .alert-ie > div {
  padding: 20px 70px;
  background: url(/images/alert-ie.png) left center no-repeat;
}
.oldie .alert-ie strong {
  color: #e44204;
}

/*=====  End of Alert Oldie  ======*/
/*==================================
=            Skip links            =
==================================*/
.skip-nav {
  position: absolute;
  padding: 0;
  list-style: none;
  z-index: 9999;
}
.skip-nav a {
  position: absolute;
  left: -7000px;
  padding: 0.5em;
  background: #343a40;
  color: white;
  text-decoration: none;
}
.skip-nav a:focus {
  position: static;
}

/*=====  End of Skip links  ======*/
/*==========================================
=            Cookies validation            =
==========================================*/
.alert-cookie {
  transition: none;
  overflow: hidden;
  text-align: center;
  background-color: #3d505a;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  animation: cookie-anim 1s ease-in;
  padding: 10px;
  margin: 0;
  display: none !important;
}
.alert-cookie.is-hidden {
  animation: none;
  max-height: 0;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-out;
}
.alert-cookie.fixed-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}

@keyframes cookie-anim {
  0% {
    max-height: 0;
    padding: 0;
    margin: 0;
  }
  100% {
    max-height: 70px;
    padding: 10px;
  }
}
.alert-cookie--link, .alert-cookie--link:visited {
  display: inline-block;
  color: #fff;
}
.alert-cookie--link:hover, .alert-cookie--link:focus, .alert-cookie--link:visited:hover, .alert-cookie--link:visited:focus {
  color: #fff;
}

.alert-cookie--btn {
  /* Retrouver les class .btn et .btn-primary directement dans le fichier /zephyr/cookie.js */
}

/*=====  End of Cookies validation  ======*/
/*	--------------------------------------------------
	--------------------------------------------------
		gestion des comptes, et ses widgets
	----------------------------------------------
	Fichier : account (/account/login/box_login.html)
--------------------------------------------------
--------------------------------------------------*/
.box-login--logout i {
  vertical-align: -2px;
}

.box-login--manage i {
  vertical-align: -2px;
}

.account-action--item {
  margin-bottom: 30px;
}

.account-action--link {
  display: block;
  text-align: center;
  padding: 20px;
  border: 1px solid #ced4da;
}

/** RESPONSIVE **/
/*	--------------------------------------------------
	--------------------------------------------------
		 Petites Annonces et ses widgets
--------------------------------------------------
--------------------------------------------------*/
/** RESPONSIVE **/
/*	--------------------------------------------------
	--------------------------------------------------
		Forum et ses widgets
--------------------------------------------------
--------------------------------------------------*/
/** RESPONSIVE **/
/*	--------------------------------------------------
	--------------------------------------------------
		Widgets :
	propriétés générales, texte, actu, rss,
	banniere, calendrier, raccourcis, météo, sondage,
	recommander le site, newsletter, publicité

--------------------------------------------------
--------------------------------------------------*/
/* commons */
.no-title .box--title {
  display: none;
}

/* text (/boxes/text/box_text.html) */
/* shortcuts header (/boxes/shortcut/header_shortcut.html) */
/* shortcuts aside (/boxes/shortcut/tools_shortcut.html) */
/* shortcuts footer (/boxes/shortcut/footer_shortcut.html) */
/* last elements (/boxes/last_elements/last_elements.html) */
/* newsletter (/newsletters/box_newsletters.html) */
/* search (/search/box_search.html) */
/* box-social (/z-templates/social.tmpl.html) */
.box-social--list {
  margin-bottom: 0;
}

.box-social--item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.box-social--link {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.box-social_header, .box-phone {
  display: none;
}

.box-social_footer {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .box-social_footer {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.box-social_footer .box--title {
  text-transform: uppercase;
  color: #3d505a;
  font-family: "sansation bold";
  margin-bottom: 8px;
  font-size: 18px;
}
.box-social_footer .box-social--link {
  width: 35px;
  height: 35px;
  color: #8da1a8;
  border: 2px solid #8da1a8;
}
.box-social_footer .box-social--link:hover, .box-social_footer .box-social--link:focus {
  background: #8da1a8;
  color: #fff;
}
.box-social_footer .box-social--item {
  margin: 0 3px;
}

.box-cart {
  display: none;
}

.box-search {
  display: none;
}

@media (min-width: 768px) {
  .header--boxes {
    display: flex;
  }

  .box-social_header {
    display: block;
  }
  .box-social_header .box-social--link {
    border: 2px solid #3d505a;
    color: #3d505a;
    width: 26px;
    height: 26px;
    font-size: 13px;
  }
  .box-social_header .box-social--link:hover, .box-social_header .box-social--link:focus {
    background: #3d505a;
    color: #fff;
  }

  .box-phone {
    display: block;
    font-size: 18px;
  }
  .box-phone .box-coordinates--link {
    color: #3d505a;
    text-decoration: none;
  }
  .box-phone .box-coordinates--link:hover, .box-phone .box-coordinates--link:focus {
    font-family: "sansation bold";
    text-decoration: none;
  }
  .box-phone i {
    font-size: 22px;
    vertical-align: -3px;
    padding-right: 4px;
  }

  .is-search-open {
    margin-top: 100px;
    transition: all 0.2s linear;
  }
  .is-search-open .box-search--form {
    transition: all 0.2s linear;
    transform: translate3d(0, 0, 0);
    background: #fff;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .is-search-open .box-search--btn-toggle {
    font-family: "sansation bold";
  }

  .box-cart {
    display: block;
    margin-left: auto;
    margin-right: 20px;
  }
  .box-cart p {
    margin-bottom: 0;
  }
  .box-cart a {
    color: #3d505a;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 24px;
    position: relative;
  }
  .box-cart a:hover, .box-cart a:focus {
    font-weight: bold;
  }
  .box-cart a:before {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #3d505a;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .margin-left-auto {
    margin-left: auto;
  }

  .box-search--btn-toggle {
    background-color: transparent;
    color: #3d505a;
    font-family: "sansation";
  }
  .box-search--btn-toggle:hover {
    font-family: "sansation bold";
  }
  .box-search--btn-toggle:focus {
    box-shadow: none;
  }

  .box-search--btn-txt {
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-glass:before {
    font-size: 20px;
  }

  header .box-search--input, header .box-search--input:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #092337;
    border-radius: 0;
    color: #092337;
    padding-left: 0;
    box-shadow: none;
    margin-left: 50px;
    margin-right: 10px;
    width: 65% !important;
  }
  header .box-search--form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 15px 15px 15px;
    background: rgba(0, 0, 0, 0.7);
    transform: translate3d(0, -100px, 0);
    transition: all 0.2s linear;
    height: 100px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .box-search {
    display: block;
  }

  .box-cart {
    margin-right: 10px;
  }
}
/* box coords footer (text)*/
.box-coords-footer {
  width: 100%;
  text-align: center;
  color: #8da1a8;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .box-coords-footer {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.box-coords-footer .box--title {
  text-transform: uppercase;
  color: #3d505a;
  font-family: "sansation bold";
  margin-bottom: 3px;
}
.box-coords-footer a {
  color: #8da1a8;
}
.box-coords-footer a:hover, .box-coords-footer a:focus {
  color: #8da1a8;
}

.box-mentions {
  font-size: 12px;
  color: #8da1a8;
  line-height: 1.9;
  padding-bottom: 20px;
}
.box-mentions p {
  margin: 0;
}
.box-mentions a {
  color: #8da1a8;
}

.box-group {
  display: none;
}

@media (min-width: 768px) {
  .box-group {
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
  }
  .box-group .box--title {
    margin: 0;
    padding-right: 25px;
  }
  .box-group .box-specifs-links--list {
    margin: 0;
    padding: 0;
  }
  .box-group .box-specifs-links--link {
    display: inline-block;
  }
  .box-group .box-specifs-links--link:before {
    content: "|";
    padding: 0 4px;
  }
  .box-group .box-specifs-links--link:first-child:before {
    display: none;
  }
  .box-group .box-specifs-links--link a {
    color: #3d505a;
    text-decoration: none;
  }
  .box-group .box-specifs-links--link a:hover, .box-group .box-specifs-links--link a:focus {
    color: #3d505a;
    text-decoration: underline;
  }
}
/* boite à outils */
.box-tools {
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .box-tools {
    padding: 0;
  }
}

.box-tools--btn {
  width: 100%;
  background: #d9d8d3;
  color: #3d505a;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "sansation bold";
  min-width: 290px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .box-tools--btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  .box-tools--btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 0;
    left: auto;
    top: 50%;
    bottom: auto;
    z-index: 1;
    width: auto;
    margin: auto;
    transition: all 0.3s linear;
    min-width: 0;
    padding: 14px 10px;
  }
}
@media (min-width: 768px) {
  .box-tools--btn .box-tools--btn-text {
    order: 2;
  }
}
.box-tools--btn .icon-toolbox {
  font-size: 28px;
  vertical-align: -6px;
  margin-left: 12px;
  min-width: 0;
}
@media (min-width: 768px) {
  .box-tools--btn .icon-toolbox {
    order: 1;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .js-is-open .box-tools--btn {
    transform: translateX(-290px) rotate(-90deg);
    transition: all 0.3s linear;
  }
}
.box-tools--content {
  position: fixed;
  right: 0;
  transform: translateX(100%);
  background: #d9d8d3;
  height: 100%;
  transition: all 0.3s linear;
  z-index: 30;
  top: 0;
  overflow-y: scroll;
  text-align: left;
}
@media (min-width: 768px) {
  .box-tools--content {
    text-align: center;
    transform: translateX(290px);
    width: 200px;
  }
}

.js-is-open .box-tools--content {
  transform: translateX(0%);
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .js-is-open .box-tools--btn {
    display: none;
  }
}

.box-tools--list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 10px;
}

.box-tools--link {
  text-transform: uppercase;
  color: #3d505a;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0 20px 0;
  transition: all 0.2s linear;
}
@media (min-width: 768px) {
  .box-tools--link {
    display: block;
  }
}
.box-tools--link:hover, .box-tools--link:focus {
  color: #999;
}
.box-tools--link:hover .box-tools--icon, .box-tools--link:focus .box-tools--icon {
  color: #999;
}

.box-tools--icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  background: #3d505a;
  color: #d9d8d3;
  font-size: 24px;
  margin-right: 20px;
  flex-shrink: 0;
  transition: all 0.2s linear;
}
@media (min-width: 768px) {
  .box-tools--icon {
    display: flex !important;
    margin: 0 auto 6px;
  }
}
@media (min-width: 1200px) {
  .box-tools--icon {
    width: 62px;
    height: 62px;
    font-size: 30px;
  }
}
.box-tools--icon.icon-SHOWROOM {
  font-size: 36px;
}

.box-tools--close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  color: #3d505a;
  border: 0;
  box-shadow: none;
  font-size: 20px;
}

/* raccourci vers autre site*/
.header-shortcut {
  display: none;
}
@media (min-width: 768px) {
  .header-shortcut {
    color: #fff;
    margin-left: 20px;
    margin-right: 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 1.2;
    padding: 9px 20px;
    margin-bottom: -19px;
    transition: all 0.2s linear;
  }
  .header-shortcut .icon-fleche {
    font-size: 24px;
    margin-left: 10px;
  }
  .header-shortcut:hover, .header-shortcutfocus {
    padding: 18px 20px;
    color: #fff;
    margin-bottom: -37px;
    transition: all 0.2s linear;
  }
}

@media (min-width: 768px) {
  .header-shortcut--upper {
    text-transform: uppercase;
    display: block;
  }

  .header-shortcut_particulier {
    background: #ce5d64;
  }
  .header-shortcut_particulier:hover, .header-shortcut_particulier:focus {
    background: #d49ca0;
  }

  .header-shortcut_pro {
    background: #3d505a;
  }
  .header-shortcut_pro:hover, .header-shortcut_pro:focus {
    background: #00adef;
  }
}
.box-temoignage {
  width: 360px;
  margin: auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  .box-temoignage {
    width: 750px;
    max-width: 100%;
  }
}

.box-temoignage--link {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s linear;
}
@media (min-width: 576px) {
  .box-temoignage--link {
    display: flex;
    align-items: stretch;
  }
}
.box-temoignage--link:hover, .box-temoignage--link:focus {
  color: #fff;
}
.box-temoignage--link:hover .box-temoignage--text, .box-temoignage--link:focus .box-temoignage--text {
  background: #3d505a;
}

.box-temoignage--text {
  background: #00adef;
  padding: 25px;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.box-temoignage--text strong {
  font-size: 25px;
  text-transform: none;
  font-weight: normal;
  font-family: "magnolia";
}
.box-temoignage--text p {
  margin: 0;
}
@media (min-width: 576px) {
  .box-temoignage--text {
    padding: 15px 20px;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .box-temoignage--text {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .box-temoignage--img {
    margin-top: -21px;
  }
}
@media (min-width: 768px) {
  .box-temoignage--img {
    margin-top: -26px;
  }
}

.box-qualite {
  width: 360px;
  margin: 30px auto 0;
  max-width: 100%;
}
@media (min-width: 576px) {
  .box-qualite {
    width: 750px;
    max-width: 100%;
  }
}

.box-qualite--link {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s linear;
}
@media (min-width: 576px) {
  .box-qualite--link {
    display: flex;
    align-items: stretch;
  }
}
.box-qualite--link:hover, .box-qualite--link:focus {
  color: #fff;
}
.box-qualite--link:hover .box-qualite--text, .box-qualite--link:focus .box-qualite--text {
  background: #3d505a;
}

.box-qualite--text {
  background: #00adef;
  padding: 25px;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
.box-qualite--text strong {
  font-size: 25px;
  text-transform: none;
  font-weight: normal;
  font-family: "magnolia";
}
.box-qualite--text p {
  margin: 0;
}
@media (min-width: 576px) {
  .box-qualite--text {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) {
  .box-qualite--text {
    width: 50%;
  }
}

.box-qualite--img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

/** RESPONSIVE **/
@media (min-width: 992px) {
  header .box-search--input, header .box-search--input:focus {
    width: 75% !important;
  }
}
/*	--------------------------------------------------
	--------------------------------------------------
		Catalogue et ses widgets
--------------------------------------------------
--------------------------------------------------*/
/* short-product */
.st-prod {
  height: 100%;
}

.st-prod--title {
  transition: all 0.2s linear;
}

/* short product mobilhome */
.st-prod_mh {
  border: none;
}
.st-prod_mh.color-otello .st-prod--title {
  font-family: "operatta 8" !important;
  text-transform: lowercase;
}
.st-prod_mh .st-prod--link {
  color: #ce5d64;
  text-decoration: none;
  box-shadow: 0 0 10px #bfbfbf;
}
.st-prod_mh .st-prod--link:hover .st-prod--img-hover, .st-prod_mh .st-prod--link:focus .st-prod--img-hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.st-prod_mh .st-prod--link:hover .st-prod--content, .st-prod_mh .st-prod--link:focus .st-prod--content {
  transition: all 0.2s linear;
}
.st-prod_mh .st-prod--content {
  transform: translateZ(0);
  background-color: transparent;
  padding: 5px 5px 20px 5px;
  transition: all 0.2s linear;
}
.st-prod_mh .st-prod--img-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background: rgba(206, 93, 100, 0.4);
  top: 0;
  left: 0;
  font-family: "magnolia";
  opacity: 0;
  transition: all 0.2s linear;
}
.st-prod_mh .st-prod--img-hover-big {
  font-size: 40px;
  /*30*/
}
.st-prod_mh .st-prod--img-hover-small {
  font-size: 30px;
  /*20*/
}
.st-prod_mh .st-prod--img {
  position: relative;
  height: 0;
  padding-bottom: 66%;
}
.st-prod_mh .st-prod--img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.st-prod_mh .st-prod--title {
  color: #ce5d64;
  font-size: 24px;
  margin-top: 10px;
  text-transform: lowercase;
  font-family: "sansation";
}
.st-prod_mh .st-prod--title strong, .st-prod_mh .st-prod--title span {
  font-family: "magnolia";
  font-size: 22px;
  /*18*/
  font-weight: normal;
}
.st-prod_mh .st-prod--title strong {
  margin-left: 7px;
}
.st-prod_mh .st-prod--list {
  list-style: none;
  display: flex;
  align-items: stretch;
  padding: 0;
}
.st-prod_mh .st-prod--item {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.st-prod_mh .st-prod--item i {
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.2s linear;
}
.st-prod_mh .st-prod--item .icon-surface2 {
  font-size: 25px;
}
.st-prod_mh .st-prod--item .icon-picto-lit {
  font-size: 28px;
}
.st-prod_mh .st-prod--item--text {
  color: #8da1a8;
  font-size: 14px;
  transition: all 0.2s linear;
}
.st-prod_mh .st-prod--item--value {
  font-size: 22px;
  font-family: "sansation bold";
  transition: all 0.2s linear;
}
.st-prod_mh .st-prod--more {
  display: inline-block;
  padding: 6px 15px;
  color: #fff;
  transition: all 0.2s linear;
}
.st-prod_mh .st-prod--new-pmr {
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase;
  color: #3d505a;
  font-weight: bold;
  padding: 2px 15px;
  position: absolute;
  bottom: 0;
  /* -8px */
  left: 10px;
  transition: all 0.2s linear;
}

.color-1-chambre .st-prod_mh .st-prod--title, .color-1-chambre .st-prod_mh .st-prod--item i, .color-1-chambre .st-prod_mh .st-prod--link {
  color: #ec5f65;
}
.color-1-chambre .st-prod_mh .st-prod--img-hover {
  background: rgba(236, 95, 101, 0.4);
}

.color-2-chambres .st-prod_mh .st-prod--title, .color-2-chambres .st-prod_mh .st-prod--item i, .color-2-chambres .st-prod_mh .st-prod--link {
  color: #91a75e;
}
.color-2-chambres .st-prod_mh .st-prod--img-hover {
  background: rgba(145, 167, 94, 0.4);
}

.color-2-chambres-part .st-prod_mh .st-prod--title, .color-2-chambres-part .st-prod_mh .st-prod--item i, .color-2-chambres-part .st-prod_mh .st-prod--link {
  color: #ec5f65;
}
.color-2-chambres-part .st-prod_mh .st-prod--img-hover {
  background: rgba(236, 95, 101, 0.4);
}

.color-3-chambres .st-prod_mh .st-prod--title, .color-3-chambres .st-prod_mh .st-prod--item i, .color-3-chambres .st-prod_mh .st-prod--link {
  color: #7796ac;
}
.color-3-chambres .st-prod_mh .st-prod--img-hover {
  background: rgba(119, 150, 172, 0.4);
}

.color-3-chambres-part .st-prod_mh .st-prod--title, .color-3-chambres-part .st-prod_mh .st-prod--item i, .color-3-chambres-part .st-prod_mh .st-prod--link {
  color: #ec5f65;
}
.color-3-chambres-part .st-prod_mh .st-prod--img-hover {
  background: rgba(236, 95, 101, 0.4);
}

.color-4-chambres .st-prod_mh .st-prod--title, .color-4-chambres .st-prod_mh .st-prod--item i, .color-4-chambres .st-prod_mh .st-prod--link {
  color: #e18d61;
}
.color-4-chambres .st-prod_mh .st-prod--img-hover {
  background: rgba(225, 141, 97, 0.4);
}

/* ---------------------------
    Product mobil-home
    -------------------------*/
.catalogProductDetail .breadcrumb {
  margin-bottom: 0;
}

.prod_mh .prod--top {
  margin-bottom: 30px;
  flex-direction: column;
}
.prod_mh .prod-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 60px;
  margin-bottom: 15px;
  text-transform: lowercase;
  font-weight: 100;
  margin-top: 0;
}
@media (min-width: 576px) {
  .prod_mh .prod-title {
    font-size: 100px;
  }
}
.prod_mh .prod-title strong, .prod_mh .prod-title span {
  font-family: "magnolia";
  font-size: 45px;
  /*30*/
  font-weight: normal;
  text-transform: none;
  display: inline;
  text-transform: uppercase;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .prod_mh .prod-title strong, .prod_mh .prod-title span {
    font-size: 70px;
  }
}
.prod_mh .prod-title strong {
  margin-left: 15px;
}
.prod_mh .prod-title .icon-icon-pointillets-txt {
  font-size: 21px;
  margin-left: 7px;
}
.prod_mh .prod-title .prod--icon-nb-chamb {
  font-size: 27px;
  vertical-align: 1px;
  margin-left: 7px;
}
.prod_mh .prod-subtitle {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  color: #3d505a;
  text-align: center;
  font-family: "sansation";
  margin-bottom: 30px;
  text-decoration: none;
}
.prod_mh .prod-subtitle--name {
  color: #fff;
  font-family: "magnolia";
  font-size: 26px;
  /*16*/
  text-transform: none;
}
@media (min-width: 576px) {
  .prod_mh .prod--top {
    width: 100%;
    max-height: 450px;
    /* 500px */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .prod_mh .prod--top {
    height: 450px;
    /* 40vw */
  }
}
@media (min-width: 992px) {
  .prod_mh .prod--top {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .prod_mh .prod--top {
    margin-bottom: 88px;
  }
}
.prod_mh .prod--img {
  display: none;
}
@media (min-width: 576px) {
  .prod_mh .prod--img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .prod_mh .prod--img img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100% !important;
    width: 100%;
  }
}
.prod_mh .prod--top-container {
  background: rgba(206, 93, 100, 0.85);
  color: #fff;
  z-index: 1;
  padding: 20px;
  width: 750px;
  max-width: 100%;
}
.prod_mh .prod--plan {
  background: #f6d4e4;
  position: relative;
}
.prod_mh .prod--plan a {
  display: inline-block;
}
.prod_mh .prod--plan a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #ce5d64;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.prod_mh .prod--plan a:after {
  content: "";
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 23px;
  right: 23px;
}
.prod_mh .prod--plan.prod--360 a:after {
  content: "";
  font-size: 36px;
  bottom: 18px;
  right: 16px;
}
.prod_mh .prod--top-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  padding: 0;
  margin: 0;
}
.prod_mh .prod--top-item {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: flex-end;
  padding: 10px;
}
@media (min-width: 768px) {
  .prod_mh .prod--top-item {
    width: auto;
    flex: 1;
    padding: 0 10px;
  }
}
.prod_mh .prod--top-item--icon {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 26px;
}
.prod_mh .prod--top-item--icon.icon-surface2 {
  font-size: 27px;
}
.prod_mh .prod--top-item--icon.icon-picto-lit {
  font-size: 28px;
}
.prod_mh .prod--top-item--icon.icon-longueur {
  font-size: 35px;
}
.prod_mh .prod--top-item--text {
  color: #fff;
  font-size: 14px;
}
.prod_mh .prod--top-item--value {
  font-size: 22px;
  font-family: "sansation bold";
  line-height: 1.3;
}
.prod_mh .prod--top-item--value_pers {
  letter-spacing: 4px;
}
.prod_mh .prod--plus {
  font-size: 18px;
  font-family: "sansation bold";
  margin-bottom: 16px;
  /*@include media-breakpoint-up(md){column-count: 1;}*/
  color: #ce5d64;
}
.prod_mh .prod--plus li {
  /*display: inline-flex;*/
  margin-bottom: 10px;
}
.prod_mh .prod--plus li:before {
  margin-right: 12px;
  margin-top: 3px;
  font-size: 20px;
  color: #ce5d64;
}
@media (min-width: 768px) {
  .prod_mh .prod--desc {
    column-count: 2;
  }
}
.prod_mh .prod--desc strong {
  color: #ce5d64;
}
.prod_mh .prod--visuels {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .prod_mh .prod--visuels {
    margin-bottom: 80px;
  }
}
.prod_mh .prod--visuels img {
  font-family: "object-fit: cover;";
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.prod_mh .prod--visuels-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prod_mh .prod--equip {
  position: relative;
}
.prod_mh .prod--equip:before {
  content: "";
  width: 200%;
  height: 630px;
  background-color: #f7f7f7;
  position: absolute;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.prod_mh .prod-equip--title {
  font-size: 35px;
  margin-bottom: 38px;
  color: #3d505a;
}
.prod_mh .prod-equip--title .icon-icon-pointillets-txt {
  font-size: 28px;
  vertical-align: 2px;
  margin-left: 12px;
}
.prod_mh .prod-equip--title .icon-equipement-interieur {
  font-size: 37px;
  vertical-align: 0px;
}
.prod_mh .prod-equip--content {
  background-color: #fff;
  padding-top: 15px;
}
.prod_mh .prod-equip--item {
  margin-bottom: 10px;
}
.prod_mh .prod-equip--item h3 {
  text-align: center;
  font-size: 22px;
  font-family: "sansation bold";
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ce5d64;
}
.prod_mh .prod-equip--item li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.prod_mh .prod-equip--item li:before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  display: block;
  background-color: #ec5f65;
  position: absolute;
  left: 0px;
  top: 7px;
}
.prod_mh .prod-equip--item ul {
  padding: 0;
}
.prod_mh .prod--plus a {
  color: #ce5d64;
}

.prod--box-img {
  max-height: 173px;
  max-width: 460px;
  margin-bottom: 10px;
}
.prod--box-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover;";
}

.prod--box-text {
  background: #ce5d64;
  padding: 35px 20px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.2s linear;
  font-size: 20px;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
}
.prod--box-text span {
  text-transform: none;
  font-family: "magnolia";
  color: #fff;
  font-size: 30px;
}

.prod--box-link {
  text-decoration: none;
  color: #3d505a;
  width: 450px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  height: 100%;
}
.prod--box-link:hover, .prod--box-link:focus {
  color: #3d505a;
}
.prod--box-link:hover .prod--box-text, .prod--box-link:focus .prod--box-text {
  background: #f6d4e4;
  transition: all 0.2s linear;
}
.prod--box-link:hover .prod--box-text span, .prod--box-link:focus .prod--box-text span {
  color: #ce5d64;
}

/* produits similaires */
.box-prod .box--title {
  font-size: 35px;
  color: #3d505a;
}
.box-prod .box--title .icon-icon-pointillets-txt {
  font-size: 28px;
  vertical-align: 2px;
  margin-left: 12px;
  display: none;
}
@media (min-width: 768px) {
  .box-prod .box--title .icon-icon-pointillets-txt {
    display: inline;
  }
}
.box-prod .box--title .icon-mobil-home {
  font-size: 37px;
  vertical-align: 0px;
  display: none;
}
@media (min-width: 768px) {
  .box-prod .box--title .icon-mobil-home {
    display: inline;
  }
}

.color-venezia.st-prod .st-prod--link:hover, .color-venezia.st-prod .st-prod--link:focus, .color-toscane.st-prod .st-prod--link:hover, .color-toscane.st-prod .st-prod--link:focus, .color-modulo.st-prod .st-prod--link:hover, .color-modulo.st-prod .st-prod--link:focus, .color-bahia.st-prod .st-prod--link:hover, .color-bahia.st-prod .st-prod--link:focus, .color-bergame.st-prod .st-prod--link:hover, .color-bergame.st-prod .st-prod--link:focus, .color-otello.st-prod .st-prod--link:hover, .color-otello.st-prod .st-prod--link:focus, .color-bellavita.st-prod .st-prod--link:hover, .color-bellavita.st-prod .st-prod--link:focus, .color-residentiel.st-prod .st-prod--link:hover, .color-residentiel.st-prod .st-prod--link:focus, .color-bleu_corpo.st-prod .st-prod--link:hover, .color-bleu_corpo.st-prod .st-prod--link:focus {
  color: #fff !important;
}
.color-venezia.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-venezia.st-prod .st-prod--link:focus .st-prod--new-pmr, .color-toscane.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-toscane.st-prod .st-prod--link:focus .st-prod--new-pmr, .color-modulo.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-modulo.st-prod .st-prod--link:focus .st-prod--new-pmr, .color-bahia.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-bahia.st-prod .st-prod--link:focus .st-prod--new-pmr, .color-bergame.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-bergame.st-prod .st-prod--link:focus .st-prod--new-pmr, .color-otello.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-otello.st-prod .st-prod--link:focus .st-prod--new-pmr, .color-bellavita.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-bellavita.st-prod .st-prod--link:focus .st-prod--new-pmr, .color-residentiel.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-residentiel.st-prod .st-prod--link:focus .st-prod--new-pmr, .color-bleu_corpo.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-bleu_corpo.st-prod .st-prod--link:focus .st-prod--new-pmr {
  color: #fff !important;
}
.color-venezia.st-prod .st-prod--link:hover .st-prod--title, .color-venezia.st-prod .st-prod--link:focus .st-prod--title, .color-toscane.st-prod .st-prod--link:hover .st-prod--title, .color-toscane.st-prod .st-prod--link:focus .st-prod--title, .color-modulo.st-prod .st-prod--link:hover .st-prod--title, .color-modulo.st-prod .st-prod--link:focus .st-prod--title, .color-bahia.st-prod .st-prod--link:hover .st-prod--title, .color-bahia.st-prod .st-prod--link:focus .st-prod--title, .color-bergame.st-prod .st-prod--link:hover .st-prod--title, .color-bergame.st-prod .st-prod--link:focus .st-prod--title, .color-otello.st-prod .st-prod--link:hover .st-prod--title, .color-otello.st-prod .st-prod--link:focus .st-prod--title, .color-bellavita.st-prod .st-prod--link:hover .st-prod--title, .color-bellavita.st-prod .st-prod--link:focus .st-prod--title, .color-residentiel.st-prod .st-prod--link:hover .st-prod--title, .color-residentiel.st-prod .st-prod--link:focus .st-prod--title, .color-bleu_corpo.st-prod .st-prod--link:hover .st-prod--title, .color-bleu_corpo.st-prod .st-prod--link:focus .st-prod--title {
  color: #fff !important;
}
.color-venezia.st-prod .st-prod--link:hover .st-prod--item--text, .color-venezia.st-prod .st-prod--link:focus .st-prod--item--text, .color-toscane.st-prod .st-prod--link:hover .st-prod--item--text, .color-toscane.st-prod .st-prod--link:focus .st-prod--item--text, .color-modulo.st-prod .st-prod--link:hover .st-prod--item--text, .color-modulo.st-prod .st-prod--link:focus .st-prod--item--text, .color-bahia.st-prod .st-prod--link:hover .st-prod--item--text, .color-bahia.st-prod .st-prod--link:focus .st-prod--item--text, .color-bergame.st-prod .st-prod--link:hover .st-prod--item--text, .color-bergame.st-prod .st-prod--link:focus .st-prod--item--text, .color-otello.st-prod .st-prod--link:hover .st-prod--item--text, .color-otello.st-prod .st-prod--link:focus .st-prod--item--text, .color-bellavita.st-prod .st-prod--link:hover .st-prod--item--text, .color-bellavita.st-prod .st-prod--link:focus .st-prod--item--text, .color-residentiel.st-prod .st-prod--link:hover .st-prod--item--text, .color-residentiel.st-prod .st-prod--link:focus .st-prod--item--text, .color-bleu_corpo.st-prod .st-prod--link:hover .st-prod--item--text, .color-bleu_corpo.st-prod .st-prod--link:focus .st-prod--item--text {
  color: #fff !important;
}
.color-venezia.st-prod .st-prod--link:hover .st-prod--more, .color-venezia.st-prod .st-prod--link:focus .st-prod--more, .color-toscane.st-prod .st-prod--link:hover .st-prod--more, .color-toscane.st-prod .st-prod--link:focus .st-prod--more, .color-modulo.st-prod .st-prod--link:hover .st-prod--more, .color-modulo.st-prod .st-prod--link:focus .st-prod--more, .color-bahia.st-prod .st-prod--link:hover .st-prod--more, .color-bahia.st-prod .st-prod--link:focus .st-prod--more, .color-bergame.st-prod .st-prod--link:hover .st-prod--more, .color-bergame.st-prod .st-prod--link:focus .st-prod--more, .color-otello.st-prod .st-prod--link:hover .st-prod--more, .color-otello.st-prod .st-prod--link:focus .st-prod--more, .color-bellavita.st-prod .st-prod--link:hover .st-prod--more, .color-bellavita.st-prod .st-prod--link:focus .st-prod--more, .color-residentiel.st-prod .st-prod--link:hover .st-prod--more, .color-residentiel.st-prod .st-prod--link:focus .st-prod--more, .color-bleu_corpo.st-prod .st-prod--link:hover .st-prod--more, .color-bleu_corpo.st-prod .st-prod--link:focus .st-prod--more {
  background-color: #fff !important;
}
.color-venezia.st-prod .st-prod--link:hover i:before, .color-venezia.st-prod .st-prod--link:focus i:before, .color-toscane.st-prod .st-prod--link:hover i:before, .color-toscane.st-prod .st-prod--link:focus i:before, .color-modulo.st-prod .st-prod--link:hover i:before, .color-modulo.st-prod .st-prod--link:focus i:before, .color-bahia.st-prod .st-prod--link:hover i:before, .color-bahia.st-prod .st-prod--link:focus i:before, .color-bergame.st-prod .st-prod--link:hover i:before, .color-bergame.st-prod .st-prod--link:focus i:before, .color-otello.st-prod .st-prod--link:hover i:before, .color-otello.st-prod .st-prod--link:focus i:before, .color-bellavita.st-prod .st-prod--link:hover i:before, .color-bellavita.st-prod .st-prod--link:focus i:before, .color-residentiel.st-prod .st-prod--link:hover i:before, .color-residentiel.st-prod .st-prod--link:focus i:before, .color-bleu_corpo.st-prod .st-prod--link:hover i:before, .color-bleu_corpo.st-prod .st-prod--link:focus i:before {
  color: #fff !important;
}
.color-venezia.st-prod .st-prod--link:hover .st-prod--item--value, .color-venezia.st-prod .st-prod--link:focus .st-prod--item--value, .color-toscane.st-prod .st-prod--link:hover .st-prod--item--value, .color-toscane.st-prod .st-prod--link:focus .st-prod--item--value, .color-modulo.st-prod .st-prod--link:hover .st-prod--item--value, .color-modulo.st-prod .st-prod--link:focus .st-prod--item--value, .color-bahia.st-prod .st-prod--link:hover .st-prod--item--value, .color-bahia.st-prod .st-prod--link:focus .st-prod--item--value, .color-bergame.st-prod .st-prod--link:hover .st-prod--item--value, .color-bergame.st-prod .st-prod--link:focus .st-prod--item--value, .color-otello.st-prod .st-prod--link:hover .st-prod--item--value, .color-otello.st-prod .st-prod--link:focus .st-prod--item--value, .color-bellavita.st-prod .st-prod--link:hover .st-prod--item--value, .color-bellavita.st-prod .st-prod--link:focus .st-prod--item--value, .color-residentiel.st-prod .st-prod--link:hover .st-prod--item--value, .color-residentiel.st-prod .st-prod--link:focus .st-prod--item--value, .color-bleu_corpo.st-prod .st-prod--link:hover .st-prod--item--value, .color-bleu_corpo.st-prod .st-prod--link:focus .st-prod--item--value {
  color: #fff !important;
}
.color-venezia.st-prod .st-prod--link i, .color-toscane.st-prod .st-prod--link i, .color-modulo.st-prod .st-prod--link i, .color-bahia.st-prod .st-prod--link i, .color-bergame.st-prod .st-prod--link i, .color-otello.st-prod .st-prod--link i, .color-bellavita.st-prod .st-prod--link i, .color-residentiel.st-prod .st-prod--link i, .color-bleu_corpo.st-prod .st-prod--link i {
  transition: all 0.2s linear;
}
.color-venezia.st-prod .st-prod--link .st-prod--item--value, .color-toscane.st-prod .st-prod--link .st-prod--item--value, .color-modulo.st-prod .st-prod--link .st-prod--item--value, .color-bahia.st-prod .st-prod--link .st-prod--item--value, .color-bergame.st-prod .st-prod--link .st-prod--item--value, .color-otello.st-prod .st-prod--link .st-prod--item--value, .color-bellavita.st-prod .st-prod--link .st-prod--item--value, .color-residentiel.st-prod .st-prod--link .st-prod--item--value, .color-bleu_corpo.st-prod .st-prod--link .st-prod--item--value {
  transition: all 0.2s linear;
}

.color-venezia.st-prod .st-prod--link {
  color: #00a694;
}
.color-venezia.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-venezia.st-prod .st-prod--link:focus .st-prod--new-pmr {
  background-color: #00a694;
}
.color-venezia.st-prod .st-prod--link:hover .st-prod--content, .color-venezia.st-prod .st-prod--link:focus .st-prod--content {
  background-color: #00a694;
}
.color-venezia.st-prod .st-prod--link:hover .st-prod--more, .color-venezia.st-prod .st-prod--link:focus .st-prod--more {
  color: #00a694;
}
.color-venezia.st-prod .st-prod--link i {
  color: #00a694;
}
.color-venezia.st-prod .st-prod--title {
  color: #00a694;
}
.color-venezia.st-prod .st-prod--img-hover {
  background: rgba(0, 166, 148, 0.6);
}
.color-venezia.st-prod .st-prod--more {
  background-color: #00a694;
}

.color-toscane.st-prod .st-prod--link {
  color: #f49656;
}
.color-toscane.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-toscane.st-prod .st-prod--link:focus .st-prod--new-pmr {
  background-color: #f49656;
}
.color-toscane.st-prod .st-prod--link:hover .st-prod--content, .color-toscane.st-prod .st-prod--link:focus .st-prod--content {
  background-color: #f49656;
}
.color-toscane.st-prod .st-prod--link:hover .st-prod--more, .color-toscane.st-prod .st-prod--link:focus .st-prod--more {
  color: #f49656;
}
.color-toscane.st-prod .st-prod--link i {
  color: #f49656;
}
.color-toscane.st-prod .st-prod--title {
  color: #f49656;
}
.color-toscane.st-prod .st-prod--img-hover {
  background: rgba(244, 150, 86, 0.6);
}
.color-toscane.st-prod .st-prod--more {
  background-color: #f49656;
}

.color-modulo.st-prod .st-prod--link {
  color: #b94375;
}
.color-modulo.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-modulo.st-prod .st-prod--link:focus .st-prod--new-pmr {
  background-color: #b94375;
}
.color-modulo.st-prod .st-prod--link:hover .st-prod--content, .color-modulo.st-prod .st-prod--link:focus .st-prod--content {
  background-color: #b94375;
}
.color-modulo.st-prod .st-prod--link:hover .st-prod--more, .color-modulo.st-prod .st-prod--link:focus .st-prod--more {
  color: #b94375;
}
.color-modulo.st-prod .st-prod--link i {
  color: #b94375;
}
.color-modulo.st-prod .st-prod--title {
  color: #b94375;
}
.color-modulo.st-prod .st-prod--img-hover {
  background: rgba(185, 67, 117, 0.6);
}
.color-modulo.st-prod .st-prod--more {
  background-color: #b94375;
}

.color-bahia.st-prod .st-prod--link {
  color: #8ea6d6;
}
.color-bahia.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-bahia.st-prod .st-prod--link:focus .st-prod--new-pmr {
  background-color: #8ea6d6;
}
.color-bahia.st-prod .st-prod--link:hover .st-prod--content, .color-bahia.st-prod .st-prod--link:focus .st-prod--content {
  background-color: #8ea6d6;
}
.color-bahia.st-prod .st-prod--link:hover .st-prod--more, .color-bahia.st-prod .st-prod--link:focus .st-prod--more {
  color: #8ea6d6;
}
.color-bahia.st-prod .st-prod--link i {
  color: #8ea6d6;
}
.color-bahia.st-prod .st-prod--title {
  color: #8ea6d6;
}
.color-bahia.st-prod .st-prod--img-hover {
  background: rgba(142, 166, 214, 0.6);
}
.color-bahia.st-prod .st-prod--more {
  background-color: #8ea6d6;
}

.color-bergame.st-prod .st-prod--link {
  color: #fab001;
}
.color-bergame.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-bergame.st-prod .st-prod--link:focus .st-prod--new-pmr {
  background-color: #fab001;
}
.color-bergame.st-prod .st-prod--link:hover .st-prod--content, .color-bergame.st-prod .st-prod--link:focus .st-prod--content {
  background-color: #fab001;
}
.color-bergame.st-prod .st-prod--link:hover .st-prod--more, .color-bergame.st-prod .st-prod--link:focus .st-prod--more {
  color: #fab001;
}
.color-bergame.st-prod .st-prod--link i {
  color: #fab001;
}
.color-bergame.st-prod .st-prod--title {
  color: #fab001;
}
.color-bergame.st-prod .st-prod--img-hover {
  background: rgba(250, 176, 1, 0.6);
}
.color-bergame.st-prod .st-prod--more {
  background-color: #fab001;
}

.color-otello.st-prod .st-prod--link {
  color: #a18c55;
}
.color-otello.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-otello.st-prod .st-prod--link:focus .st-prod--new-pmr {
  background-color: #a18c55;
}
.color-otello.st-prod .st-prod--link:hover .st-prod--content, .color-otello.st-prod .st-prod--link:focus .st-prod--content {
  background-color: #a18c55;
}
.color-otello.st-prod .st-prod--link:hover .st-prod--more, .color-otello.st-prod .st-prod--link:focus .st-prod--more {
  color: #a18c55;
}
.color-otello.st-prod .st-prod--link i {
  color: #a18c55;
}
.color-otello.st-prod .st-prod--title {
  color: #a18c55;
}
.color-otello.st-prod .st-prod--img-hover {
  background: rgba(161, 140, 85, 0.6);
}
.color-otello.st-prod .st-prod--more {
  background-color: #a18c55;
}

.color-residentiel.st-prod .st-prod--link, .color-bellavita.st-prod .st-prod--link {
  color: #ec5f65;
}
.color-residentiel.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-residentiel.st-prod .st-prod--link:focus .st-prod--new-pmr, .color-bellavita.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-bellavita.st-prod .st-prod--link:focus .st-prod--new-pmr {
  background-color: #ec5f65;
}
.color-residentiel.st-prod .st-prod--link:hover .st-prod--content, .color-residentiel.st-prod .st-prod--link:focus .st-prod--content, .color-bellavita.st-prod .st-prod--link:hover .st-prod--content, .color-bellavita.st-prod .st-prod--link:focus .st-prod--content {
  background-color: #ec5f65;
}
.color-residentiel.st-prod .st-prod--link:hover .st-prod--more, .color-residentiel.st-prod .st-prod--link:focus .st-prod--more, .color-bellavita.st-prod .st-prod--link:hover .st-prod--more, .color-bellavita.st-prod .st-prod--link:focus .st-prod--more {
  color: #ec5f65;
}
.color-residentiel.st-prod .st-prod--link i, .color-bellavita.st-prod .st-prod--link i {
  color: #ec5f65;
}
.color-residentiel.st-prod .st-prod--title, .color-bellavita.st-prod .st-prod--title {
  color: #ec5f65;
}
.color-residentiel.st-prod .st-prod--img-hover, .color-bellavita.st-prod .st-prod--img-hover {
  background: rgba(236, 95, 101, 0.6);
}
.color-residentiel.st-prod .st-prod--more, .color-bellavita.st-prod .st-prod--more {
  background-color: #ec5f65;
}

.color-bleu_corpo.st-prod .st-prod--link {
  color: #24304a;
}
.color-bleu_corpo.st-prod .st-prod--link:hover .st-prod--new-pmr, .color-bleu_corpo.st-prod .st-prod--link:focus .st-prod--new-pmr {
  background-color: #24304a;
}
.color-bleu_corpo.st-prod .st-prod--link:hover .st-prod--content, .color-bleu_corpo.st-prod .st-prod--link:focus .st-prod--content {
  background-color: #24304a;
}
.color-bleu_corpo.st-prod .st-prod--link:hover .st-prod--more, .color-bleu_corpo.st-prod .st-prod--link:focus .st-prod--more {
  color: #24304a;
}
.color-bleu_corpo.st-prod .st-prod--link i {
  color: #24304a;
}
.color-bleu_corpo.st-prod .st-prod--title {
  color: #24304a;
}
.color-bleu_corpo.st-prod .st-prod--img-hover {
  background: rgba(36, 48, 74, 0.6);
}
.color-bleu_corpo.st-prod .st-prod--more {
  background-color: #24304a;
}

.otello .prod-title p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "operatta 8";
  text-transform: lowercase;
  font-size: 100px;
  margin-bottom: 0;
}
.otello .prod-title p strong {
  font-size: 60px;
  line-height: 60px;
}

/*vegetal*/
.color-1-chambre .cat-header--right {
  background: rgba(236, 95, 101, 0.6);
}

.color-2-chambres .cat-header--right {
  background: #8ba85a;
}

.color-2-chambres-part .cat-header--right {
  background: #ec5f65 !important;
}

.color-3-chambres .cat-header--right {
  background: #6998af;
}

.color-3-chambres-part .cat-header--right {
  background: #ec5f65 !important;
}

.color-4-chambres .cat-header--right {
  background: #e18d61;
}

/* produit defaut (espace pro)*/
.prod_defaut .form-group_add-to-cart input {
  margin-left: 5px;
  max-width: 80px;
}
.prod_defaut .prod--total-price {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 2px rgba(0, 173, 239, 0.3) dotted;
}

/* commons */
.cat-title {
  font-size: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cat-title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cat-title {
    margin-bottom: 25px;
  }
}

.cat-title--big {
  font-family: "magnolia";
  text-transform: none;
  font-size: 30px;
  margin-bottom: 12px;
}

.cat-header--right {
  background: #ce5d64;
  color: #fff;
  padding: 30px 15px 15px;
}
@media (min-width: 768px) {
  .cat-header--right {
    padding: 30px 30px 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cat-header--right {
    padding: 60px 60px 15px 60px;
  }
}
@media (min-width: 992px) {
  .cat-header--right {
    padding: 60px 100px 15px 100px;
  }
}

.cat-header--desc {
  line-height: 1.4;
}

.cat-header--img {
  position: relative;
  height: 46vw;
}
@media (min-width: 576px) {
  .cat-header--img {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .cat-header--img {
    height: 100%;
  }
}
.cat-header--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
}

.cat-header--left {
  display: none;
}
@media (min-width: 768px) {
  .cat-header--left {
    display: block;
  }
}

.cat-header--qualif {
  display: none;
  font-family: "magnolia";
}
@media (min-width: 768px) {
  .cat-header--qualif {
    display: block;
    color: #fff;
    position: absolute;
    bottom: -5px;
    left: 16px;
    font-size: 41px;
    line-height: 1.15;
  }
}

/* short product espace pro */
.st-prod_defaut .st-prod--link {
  text-decoration: none;
  color: #3d505a;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.st-prod_defaut .st-prod--link:hover .st-prod--img-hover, .st-prod_defaut .st-prod--link:focus .st-prod--img-hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.st-prod_defaut .st-prod--link:hover .st-prod--content, .st-prod_defaut .st-prod--link:focus .st-prod--content {
  padding-left: 3px;
  padding-right: 3px;
  transition: all 0.2s linear;
}
.st-prod_defaut .st-prod--content {
  flex-grow: 1;
  transform: translateZ(0);
  background-color: transparent;
  padding: 5px 5px 20px 5px;
  transition: all 0.2s linear;
}
.st-prod_defaut .st-prod--img-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background: rgba(61, 80, 90, 0.4);
  top: 0;
  left: 0;
  font-family: "magnolia";
  opacity: 0;
  transition: all 0.2s linear;
}
.st-prod_defaut .st-prod--img-hover-big {
  font-size: 30px;
}
.st-prod_defaut .st-prod--img-hover-small {
  font-size: 20px;
}
.st-prod_defaut .st-prod--img {
  position: relative;
  position: relative;
  height: 0;
  padding-bottom: 66%;
}
.st-prod_defaut .st-prod--img img {
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.st-prod_defaut .st-prod--title {
  color: #3d505a;
  font-size: 20px;
  text-align: center;
  text-transform: lowercase;
  font-family: sansation;
}
.st-prod_defaut .st-prod--title strong, .st-prod_defaut .st-prod--title span {
  font-family: "magnolia";
  font-size: 22px;
  /*18*/
  font-weight: normal;
}
.st-prod_defaut .st-prod--title strong {
  margin-left: 7px;
}
.st-prod_defaut .st-prod--desc {
  margin-bottom: 10px;
}
.st-prod_defaut .st-prod--price {
  font-size: 18px;
  color: #8da1a8;
  font-family: "sansation bold";
}
.st-prod_defaut .st-prod--more {
  color: #3d505a;
  display: block;
  transition: all 0.2s linear;
}

/* publication (/catalog/publication_methods/catalog.html) */
.family--child-link {
  color: #ce5d64;
  text-decoration: none;
}
.family--child-link:hover .family--child-img-hover, .family--child-link:focus .family--child-img-hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.family--child-link:hover .family-child--content, .family--child-link:focus .family-child--content {
  border-width: 0 2px 2px 2px;
  padding-left: 13px;
  padding-right: 13px;
  transition: all 0.2s linear;
}

.family-child--content {
  border-style: solid;
  border-color: transparent;
  border-width: 0 0px 2px 0px;
  border-image: url(/images/dotted-border.svg) 13 repeat;
  transform: translateZ(0);
  background-color: transparent;
  padding: 18px 15px 5px 15px;
  transition: all 0.2s linear;
}

.family--child-img-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background: rgba(206, 93, 100, 0.4);
  top: 0;
  left: 0;
  font-family: "magnolia";
  opacity: 0;
  transition: all 0.2s linear;
}

.family--child-img-hover-big {
  font-size: 40px;
  /*30*/
}

.family--child-img-hover-small {
  font-size: 30px;
  /*20*/
}

.family--child-img {
  position: relative;
  height: 0;
  padding-bottom: 110%;
}
.family--child-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.family--child-name {
  color: #ce5d64;
  font-size: 24px;
  margin: 0;
  text-align: center;
}
.family--child-name strong, .family--child-name span {
  font-family: "magnolia";
  font-size: 18px;
  font-weight: normal;
}
.family--child-name strong {
  margin-left: 7px;
}

.espace-pro .family--child-img-hover {
  background: rgba(0, 173, 239, 0.4);
}
.espace-pro .family--child-name {
  color: #00adef;
}

.catalog-mobilhome .cat-header {
  display: block;
}
.catalog-mobilhome .cat-header--left {
  display: none;
}
.catalog-mobilhome .cat-header--right {
  width: 100% !important;
  background: transparent;
  color: #3d505a;
  text-align: center;
  padding: 0;
  margin: 0 auto 30px;
  display: block;
}
.catalog-mobilhome .cat-title--big {
  display: none;
}
.catalog-mobilhome .cat-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-mobilhome .cat-title:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  order: 1;
  margin-left: 10px;
  font-size: 42px;
  margin-top: -9px;
}
.catalog-mobilhome .cat-title:after {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-top: -3px;
}

.catalog-mobilhome_pro .family-1-chambre .family--child-name {
  color: #ec5f65;
}
.catalog-mobilhome_pro .family-1-chambre .family--child-img-hover {
  background: rgba(236, 95, 101, 0.4);
}
.catalog-mobilhome_pro .family-2-chambres .family--child-name {
  color: #91a75e;
}
.catalog-mobilhome_pro .family-2-chambres .family--child-img-hover {
  background: rgba(145, 167, 94, 0.4);
}
.catalog-mobilhome_pro .family-3-chambres .family--child-name {
  color: #7796ac;
}
.catalog-mobilhome_pro .family-3-chambres .family--child-img-hover {
  background: rgba(119, 150, 172, 0.4);
}
.catalog-mobilhome_pro .family-4-chambres .family--child-name {
  color: #e18d61;
}
.catalog-mobilhome_pro .family-4-chambres .family--child-img-hover {
  background: rgba(225, 141, 97, 0.4);
}

/* catalogue 2021 */
.color-1-chambre .prod-2021 .prod-2021--2nd-title {
  color: #ec5f65;
}
.color-1-chambre .prod-2021 .prod-2021--gamme-title h2 {
  background-color: rgba(236, 95, 101, 0.6);
}
.color-1-chambre .prod-2021 .prod-2021--gamme-title h2 a {
  color: white;
  text-decoration: none;
}
.color-1-chambre .prod-2021 .prod-2021--slick .slick-dots li.slick-active button, .color-1-chambre .prod-2021 .prod-2021--slick .slick-dots li:hover button {
  border: 2px #24304a solid;
  background-color: #323e58;
}
.color-1-chambre .prod-2021 .prod-2021--slick .slick-dots li button {
  border: 2px rgba(36, 48, 74, 0.6) solid;
}
.color-1-chambre .prod-2021 .prod-2021--savoir-title {
  color: #ec5f65;
}
.color-1-chambre .prod-2021 .prod-2021--savoir-link a {
  background-color: #ec5f65;
}
.color-1-chambre .prod-2021 .prod-2021--savoir-link a:hover, .color-1-chambre .prod-2021 .prod-2021--savoir-link a:focus {
  background-color: #d49ca0;
}

.color-1-chambre .prod-2021.otello .prod-2021--2nd-title {
  color: #b9a767;
}
.color-1-chambre .prod-2021.otello .prod-2021--gamme-title h2 {
  background-color: #d4caa5;
}
.color-1-chambre .prod-2021.otello .prod-2021--slick .slick-dots li.slick-active button, .color-1-chambre .prod-2021.otello .prod-2021--slick .slick-dots li:hover button {
  border: 2px #24304a solid;
  background-color: #323e58;
}
.color-1-chambre .prod-2021.otello .prod-2021--slick .slick-dots li button {
  border: 2px rgba(36, 48, 74, 0.6) solid;
}
.color-1-chambre .prod-2021.otello .prod-2021--savoir-title {
  color: #b9a767;
}
.color-1-chambre .prod-2021.otello .prod-2021--savoir-link a {
  background-color: #b9a767;
}
.color-1-chambre .prod-2021.otello .prod-2021--savoir-link a:hover, .color-1-chambre .prod-2021.otello .prod-2021--savoir-link a:focus {
  background-color: #d4caa5;
}

.prod-2021 .prod--top {
  max-height: none;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .prod-2021 .prod--top {
    margin-bottom: 260px;
  }
}
@media (min-width: 768px) {
  .prod-2021 .prod--top-container {
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.prod-2021 .prod--img {
  position: relative;
}
@media (min-width: 768px) {
  .prod-2021 .prod--img {
    position: absolute;
  }
}
.prod-2021 .prod-2021--2nd-title {
  font-size: 35px;
  text-align: left;
}
.prod-2021 .prod-2021--2nd-title p {
  display: inline-block;
}
.prod-2021 .prod-2021--2nd-title strong {
  font-weight: normal;
}
.prod-2021 .prod-2021--2nd-title span {
  display: inline-block;
}
.prod-2021 .prod--plus ul {
  column-count: 2;
}
.prod-2021 .prod-2021--gamme-title {
  text-align: center;
}
.prod-2021 .prod-2021--gamme-title h2 {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 36px;
  padding: 18px 30px;
  margin-bottom: 35px;
  font-family: "sansation";
}
.prod-2021 .prod-2021--slick {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.prod-2021 .prod-2021--slick .slick-dots li {
  width: 15px;
  height: 15px;
}
.prod-2021 .prod-2021--slick .slick-dots li.slick-active button, .prod-2021 .prod-2021--slick .slick-dots li:hover button {
  border: 2px #24304a solid;
  background-color: #323e58;
}
.prod-2021 .prod-2021--slick .slick-dots li button {
  border: 2px #ce5d64 solid;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.prod-2021 .prod-2021--slick .slick-dots li button:before {
  content: none;
}
.prod-2021 .prod-2021--slick-item {
  display: block;
  position: relative;
  height: 300px !important;
  margin: 0 15px;
}
@media (min-width: 576px) {
  .prod-2021 .prod-2021--slick-item {
    height: 350px !important;
  }
}
@media (min-width: 768px) {
  .prod-2021 .prod-2021--slick-item {
    height: 420px !important;
  }
}
@media (min-width: 992px) {
  .prod-2021 .prod-2021--slick-item {
    height: 350px !important;
  }
}
@media (min-width: 1200px) {
  .prod-2021 .prod-2021--slick-item {
    height: 480px !important;
  }
}
.prod-2021 .prod-2021--slick-item img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  font-family: "object-fit: cover;";
}
.prod-2021 .prod-2021--savoir {
  margin-bottom: 50px;
}
.prod-2021 .prod-2021--savoir-title {
  font-size: 35px;
  text-align: center;
}
.prod-2021 .prod-2021--savoir-link {
  margin-bottom: 15px;
}
.prod-2021 .prod-2021--savoir-link p {
  margin-bottom: 0;
}
.prod-2021 .prod-2021--savoir-link a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #ec5f65;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .prod-2021 .prod-2021--savoir-link a {
    font-size: 16px;
  }
}
.prod-2021 .prod-2021--savoir-link a:hover, .prod-2021 .prod-2021--savoir-link a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d49ca0;
}

/* catalogue 2021 FIN */
/* box search (/catalog/search/box_search.html) */
/* responsive*/
/*	--------------------------------------------------
	--------------------------------------------------
		Communauté et ses widgets :
		notations, commentaires, tags
--------------------------------------------------
--------------------------------------------------*/
/* -------------------------------------------- */
/* ETOILES DES NOTATIONS                        */
/* -------------------------------------------- */
.ui-stars-cancel, .ui-stars-star {
  display: inline-block;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  background: transparent;
  overflow: hidden;
}

.ui-stars-cancel, .ui-stars-cancel a {
  background: url(/common_images/skin001/star-delete.gif) no-repeat 0 -16px;
}

.ui-stars-star, .ui-stars-star a {
  background: url(/common_images/skin001/star.gif) no-repeat 0 0;
}

.ui-stars-cancel a, .ui-stars-star a {
  display: block;
  width: 16px;
  height: 100%;
  background-position: 0 0;
}

.ui-stars-star-on a {
  background-position: 0 -16px !important;
}

.ui-stars-star-hover a {
  background-position: 0 -32px;
}

.ui-stars-cancel-hover a {
  background-position: 0 -16px;
}

.ui-stars-cancel-disabled a, .ui-stars-star-disabled,
.ui-stars-star-disabled a {
  cursor: default !important;
}

.ui-stars-star {
  background: transparent !important;
  overflow: hidden !important;
}

/** RESPONSIVE **/
/*	--------------------------------------------------
	--------------------------------------------------
		Annuaire et ses widgets
--------------------------------------------------
--------------------------------------------------*/
/* box entries (/directory/boxes/entries.html) */
.dir-job--link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  border-image: url(/images/dotted-border.svg) 13 repeat;
  transform: translateZ(0);
  background-color: transparent;
  padding: 15px;
  transition: all 0.2s linear;
  color: #3d505a;
  text-decoration: none;
  text-align: center;
  height: 100%;
}
.dir-job--link:hover, .dir-job--link:focus {
  background: #d9d8d3;
  color: #3d505a;
  border: 2px solid #d9d8d3;
}

.dir-job--title {
  font-family: "sansation bold";
  text-transform: uppercase;
  line-height: 1.3;
  color: #3d505a;
  margin-bottom: 0;
  font-size: 20px;
  margin-top: 0;
}

.dir-job--loc {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dir-job--post {
  font-family: "sansation bold";
  color: #8da1a8;
  font-size: 18px;
  line-height: 1.2;
}

.job--subtitle {
  color: #00adef;
  font-family: "sansation bold";
  font-size: 20px;
  display: flex;
  align-items: center;
}
.job--subtitle .icon-recrutement {
  font-size: 52px;
  margin-right: 10px;
}

.job--items {
  font-size: 20px;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .job--items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }
  .job--items:before {
    content: "";
    height: 55px;
    width: 1px;
    border-left: 1px dashed #a7a9aa;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
}

@media (min-width: 768px) {
  .job--item {
    width: 50%;
    padding: 0 15px;
  }
  .job--item:nth-child(2n+1) {
    text-align: right;
  }
}

.job--item-label {
  color: #8da1a8;
}

.job h2 {
  color: #3d505a;
}

.job-form {
  background: #8da1a8;
  padding: 1px 40px 40px;
}
.job-form .text-danger {
  color: #fff !important;
}
@media (min-width: 768px) {
  .job-form .form-form {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .job-form .form-form {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .job-form .form-group {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .job-form .submit {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.job-form .invalid-feedback {
  color: #fff;
}

.trouver_revendeur #accordion {
  display: block !important;
}

.card .card-header:hover {
  cursor: pointer;
}

div:not(.map) .dir-presentation--desc .h1 {
  position: relative;
}
@media (min-width: 768px) {
  div:not(.map) .dir-presentation--desc .h1 {
    margin-left: -120px;
  }
  div:not(.map) .dir-presentation--desc .h1:before {
    content: "";
    position: absolute;
    right: 180px;
    font-family: icomoon;
  }
  div:not(.map) .dir-presentation--desc .h1:after {
    content: "";
    position: absolute;
    right: 140px;
    font-family: icomoon;
  }
}
div:not(.map) .dir-entries--item {
  margin-bottom: 30px;
}
div:not(.map) .dir-entries--item-container {
  border: 1px solid #bbbbbb;
  padding: 15px 10px 10px 40px;
  position: relative;
}
div:not(.map) .dir-entries--item-container img {
  position: absolute;
  left: 7px;
}

.googleMapBulle .dir-entries--item-container {
  border: none !important;
  padding: 0 !important;
  position: relative !important;
  font-size: 12px;
}
.googleMapBulle .dir-entries--item-container h3 {
  font-size: 15px !important;
}
.googleMapBulle .dir-entries--item-container img {
  display: none;
}

/* responsive*/
#accordion .card-header, #accordion_int .card-header {
  background-color: transparent;
  color: #000;
  border: none;
}
#accordion .card-header .link-accordion, #accordion_int .card-header .link-accordion {
  font-family: magnolia;
  color: #3d505a;
  font-size: 26px;
  padding-left: 15px;
}
#accordion .link-accordion[aria-expanded=true]:before, #accordion_int .link-accordion[aria-expanded=true]:before {
  color: #f28ab8 !important;
  transform: rotate(270deg);
}
#accordion .link-accordion, #accordion_int .link-accordion {
  position: relative;
}
#accordion .link-accordion:before, #accordion_int .link-accordion:before {
  content: "";
  font-family: icomoon;
  color: #ca3879;
  position: absolute;
  left: -25px;
  top: 0;
  width: auto;
  transform: rotate(90deg);
  transition: all 0.2s linear;
  font-weight: bold;
}
#accordion ul, #accordion_int ul {
  list-style-type: none;
}
#accordion ul li a, #accordion_int ul li a {
  color: #3d505a;
  text-decoration: none;
}
#accordion ul li i, #accordion_int ul li i {
  margin-right: 10px;
}

/*	--------------------------------------------------
	--------------------------------------------------
		Module E-commerce
--------------------------------------------------
--------------------------------------------------*/
/* commons */
.cart-header {
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .cart-header {
    text-align: center;
  }
}

.steps--list {
  counter-reset: steps;
  margin-bottom: 0;
  align-items: center;
}
@media (min-width: 768px) {
  .steps--list {
    display: flex;
  }
}

.steps--item {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .steps--item {
    flex-grow: 1;
  }
}

.steps--item-txt {
  position: relative;
  padding-left: 50px;
  display: inline-block;
}
.steps--item-txt:before {
  counter-increment: steps;
  content: counter(steps);
  font-size: 22px;
  color: #8da1a8;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  z-index: 1;
}
.steps--item-txt:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}

/* cart (/catalog/cart/cart.html) */
.cart-list {
  width: 100%;
}

.cart-list--head-row {
  border-bottom: 1px solid #8da1a8;
}

.cart-list--body-cell {
  text-align: center;
  padding: 10px;
}
.cart-list--link {
  color: #3d505a;
  text-decoration: none;
}

.amount--item {
  display: flex;
  justify-content: space-between;
}

.amount--label-ttc {
  font-family: "sansation bold";
}

.amount--value-ttc {
  font-family: "sansation bold";
}

@media (min-width: 768px) {
  .cart-submit {
    display: flex;
  }
}

.cart-submit--valid {
  margin-left: auto;
}

/* box cart (/catalog/cart/box_cart.html) */
/** RESPONSIVE **/
/**
*
* Navigation
* Menu, breadcrumb, pagination, pager, ...
*
**/
/* gestion du tactile quand le menu repasse en desktop */
@media (min-width: 768px) {
  .navbar-nav .nav-item:hover > .dropdown-menu, .navbar-nav .nav-item:focus > .dropdown-menu {
    display: block;
  }

  .no-touch .navbar-nav li:hover > ul.dropdown-menu {
    display: none;
  }

  .no-touch .navbar-nav li.open > ul.dropdown-menu {
    display: block;
  }

  .navbar-nav .dropdown-menu {
    margin-top: 0;
  }

  .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
  }
}
.navbar-toggler {
  flex-shrink: 0;
  padding: 0;
}

.navbar-toggler-text {
  font-size: 18px;
}

.navbar {
  padding: 0;
}

.nav-link {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #d9d8d3;
    flex-direction: column;
  }
  .navbar-collapse .navbar-toggler {
    color: #3d505a;
  }
  .navbar-collapse.show {
    pointer-events: auto;
    opacity: 1;
    z-index: 4;
    display: flex;
    overflow: scroll;
  }
  .navbar-collapse .navbar-toggler {
    margin-bottom: auto;
    flex-grow: 0;
    margin-top: 32px;
    margin-left: 16px;
    font-size: 28px;
    position: absolute;
    right: 4px;
    top: 0;
  }
  .navbar-collapse .dropdown-menu {
    background: transparent;
    text-align: center;
    opacity: 0;
    transition: opacity 0s linear;
    display: block;
    position: absolute;
    z-index: -1;
    border: none;
  }
  .navbar-collapse .dropdown-menu .nav-link {
    text-transform: none;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.1rem;
    color: #3d505a;
  }
  .navbar-collapse .dropdown-menu .nav-link:hover, .navbar-collapse .dropdown-menu .nav-link:focus {
    color: #8da1a8;
  }
  .navbar-collapse .dropdown-menu.show {
    opacity: 1;
    transition: opacity 0.2s linear 0.1s;
    z-index: 1;
    position: relative;
    margin-top: 0;
  }

  .navbar-nav > .nav-item > .nav-link {
    text-transform: uppercase;
    color: #3d505a;
    font-size: 1.2rem;
  }
  .navbar-nav > .nav-item > .nav-link:hover, .navbar-nav > .nav-item > .nav-link:focus {
    color: #8da1a8;
  }
  .navbar-nav .active > .nav-link, .navbar-nav .pager_current_page > .nav-link {
    color: #8da1a8 !important;
  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #8da1a8;
  }
}
@media (min-width: 992px) {
  .page-defaut .navbar {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #3d505a;
  }

  .navbar-nav {
    margin: auto;
  }
  .navbar-nav > .nav-item > .nav-link {
    text-transform: uppercase;
    color: #3d505a;
    font-size: 20px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-align: center;
    position: relative;
  }
  .navbar-nav > .nav-item > .nav-link:after {
    background: transparent;
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 1px;
  }
  .navbar-nav > .nav-item > .nav-link:hover, .navbar-nav > .nav-item > .nav-link:focus {
    color: #8da1a8;
  }
  .navbar-nav > .nav-item > .nav-link:hover:after, .navbar-nav > .nav-item > .nav-link:focus:after {
    background: #8da1a8;
  }
  .navbar-nav .active > .nav-link:after, .navbar-nav .pager_current_page > .nav-link:after {
    background: #8da1a8;
  }
  .navbar-nav .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    min-width: 14.2rem;
    border: none;
    padding: 0;
    margin-top: 1px;
    box-shadow: 0px 1px 4px #00000021;
  }
  .navbar-nav .dropdown-menu--content {
    border: none;
    position: relative;
    padding: 10px 15px;
    margin: 0;
    font-size: 19px;
    /*20*/
  }
  .navbar-nav .dropdown-menu--content:before {
    content: "";
    position: absolute;
    height: 1px;
    width: auto;
    left: 15px;
    right: 15px;
    top: 0;
    display: block;
  }
  .navbar-nav .dropdown-menu--content .nav-link {
    padding: 0.5rem 0.3rem;
    line-height: 1.2;
  }
  .navbar-nav .dropdown-menu--content .nav-link:hover, .navbar-nav .dropdown-menu--content .nav-link:focus {
    color: #8da1a8;
  }
}
.page-home .navbar-nav .dropdown-menu {
  margin-top: 0;
  box-shadow: none;
}
.page-home .navbar-nav .dropdown-menu--content:before {
  content: "";
  position: absolute;
  height: 1px;
  width: auto;
  left: 15px;
  right: 15px;
  top: 0;
  background: #8da1a8;
  display: block;
}

@media (min-width: 768px) {
  .menu-mobile {
    display: none;
  }
}

/*=======================================
=            Animation Menu             =
=======================================*/
/* .dropdown{
    &.open, &:hover, &:focus{
        & > .dropdown-menu {
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
        }
    }
}

.dropdown-menu {
  transform-origin: top;
  animation-fill-mode: forwards;
  transform: scale(1, 0);
  display: block;
  transition: all 0.2s ease-out;
}
 */
/*=====  End of Animation Menu ======*/
.navbar-widget {
  border: none !important;
}

/*	--------------------------------------------------
	--------------------------------------------------
		méthodes de publication:
	communs, actualités, articles, événements
--------------------------------------------------
--------------------------------------------------*/
/* media (bootstrap) : présentation famille, header news detail, header event detail, structure bloc&image emajine */
.media {
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .media {
    flex-wrap: nowrap;
  }

  .media-img {
    max-width: 25%;
  }
}
/* main pictures*/
.main-picture {
  display: none;
}
@media (min-width: 768px) {
  .main-picture {
    width: 100%;
    margin-top: 30px;
    display: block;
    text-align: center;
  }
}

/* portail*/
.portail--img {
  height: 46.3vw;
  margin-bottom: -30px;
}
.portail--img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.portail--link {
  color: #fff;
  display: block;
  margin: 10px 0;
  padding: 15px 20px 10px;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
}
@media (min-width: 768px) {
  .portail--link {
    padding: 38px 20px;
    margin: 0px 0 -20px;
  }
}
@media (min-width: 1200px) {
  .portail--link {
    padding: 55px 25px;
    margin: 0px 0 -25px;
  }
}
.portail--link:hover, .portail--link:focus {
  background: #00adef;
  color: #fff;
  transition: all 0.2s linear;
}

.portail--link-h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.portail--link-title {
  font-family: "magnolia";
  font-size: 30px;
  text-transform: none;
  line-height: 2;
  color: #fff;
}
@media (min-width: 768px) {
  .portail--link-title {
    font-size: 38px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .portail--link-title {
    font-size: 51px;
  }
}

.portail--link-desc {
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: "sansation";
}
@media (min-width: 768px) {
  .portail--link-desc {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .portail--link-desc {
    font-size: 30px;
  }
}
.portail--link-desc span {
  font-size: 26px;
  display: block;
  font-family: "sansation bold";
}
@media (min-width: 768px) {
  .portail--link-desc span {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .portail--link-desc span {
    font-size: 35px;
  }
}

.portail--link_1 {
  background: #3d505a;
}
@media (min-width: 1200px) {
  .portail--link_1 {
    margin-right: 25px;
  }
}
.portail--link_1 .portail--link-h2 {
  color: #d9d8d3;
}

.portail--link_2 {
  background: #ce5d64;
}
@media (min-width: 1200px) {
  .portail--link_2 {
    margin-left: 25px;
  }
}
.portail--link_2:hover, .portail--link_2:focus {
  background-color: #d49ca0;
}

.portail--title {
  text-align: left;
  margin-top: 12px;
}
@media (min-width: 576px) {
  .portail--title {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .portail--top {
    height: 46.3vw;
    position: relative;
    min-height: 440px;
    margin-bottom: 35px;
  }

  .portail--img {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .portail--img img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .portail--top {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .portail--top {
    margin-bottom: 100px;
  }
}

/* homepage*/
.home--top {
  margin-bottom: 18px;
}

.home-top--img {
  height: 46.3vw;
  margin-bottom: -30px;
  text-align: center;
}
.home-top--img img {
  object-fit: cover;
  margin: auto;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.home-top--link {
  color: #3d505a;
  background: #d9d8d3;
  display: block;
  margin: -20px 0 0;
  padding: 15px 20px 10px;
  text-decoration: none;
  position: relative;
  max-width: 430px;
  transition: all 0.2s linear;
}
@media (min-width: 768px) {
  .home-top--link {
    padding: 55px 40px;
    margin: 0px 0 -20px;
  }
  .home-top--link:after {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background: #3d505a;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -15px;
    right: -10px;
  }
}
@media (min-width: 1200px) {
  .home-top--link {
    padding: 38px 20px;
  }
  .home-top--link:after {
    bottom: -10px;
  }
}
.home-top--link:hover, .home-top--link:focus {
  background: #00adef;
  color: #fff;
  transition: all 0.2s linear;
}
.home-top--link:hover .home-top--link-h2, .home-top--link:focus .home-top--link-h2 {
  color: #fff;
  transition: all 0.2s linear;
}
@media (min-width: 1200px) {
  .home-top--link {
    padding: 55px 40px;
    margin: 0px 0 -25px;
  }
}
@media (min-width: 1400px) {
  .home-top--link {
    padding: 70px 60px;
    margin: 0px 0 -25px;
  }
}

.home_particulier .home-top--link:after {
  background: #ce5d64;
}

.home-top--link-h2 {
  margin: 0;
  color: #3d505a;
  transition: all 0.2s linear;
  text-transform: uppercase;
}

.home-top--link-title {
  font-family: "magnolia";
  font-size: 30px;
  text-transform: none;
  line-height: 2;
  color: #fff;
}
@media (min-width: 768px) {
  .home-top--link-title {
    font-size: 38px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .home-top--link-title {
    font-size: 51px;
  }
}

.home-top--link-desc {
  display: block;
  font-size: 20px;
  font-family: "sansation bold";
}
@media (min-width: 768px) {
  .home-top--link-desc {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .home-top--link-desc {
    font-size: 30px;
  }
}
.home-top--link-desc p {
  margin: 0;
}

.home--title {
  text-align: left;
  margin-top: 12px;
}
@media (min-width: 576px) {
  .home--title {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .home-top--item {
    height: 46.3vw !important;
    max-height: 800px;
    position: relative;
    min-height: 440px;
    margin-bottom: 35px;
  }
  .home-top--item:first-child .home-top--link:after {
    content: "";
  }
  .home-top--item:nth-child(2) .home-top--link:after {
    content: "";
  }
  .home-top--item:nth-child(3) .home-top--link:after {
    content: "";
  }

  .home-top--img {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .home-top--img img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .home--top {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .home--top {
    margin-bottom: 80px;
  }
}

.home-pres {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .home-pres {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .home-pres {
    margin-bottom: 70px;
  }
}

.home-pres--more {
  text-transform: uppercase;
  font-family: "sansation bold";
  color: #3d505a;
  text-decoration: none;
}
.home-pres--more:hover, .home-pres--more:focus {
  color: #00adef;
}

.home-subtitle {
  color: #8da1a8;
  margin-bottom: 20px;
}
.home-subtitle .icon-icon-pointillets-txt {
  display: none;
}
@media (min-width: 576px) {
  .home-subtitle .icon-icon-pointillets-txt {
    display: inline;
    font-size: 30px;
    vertical-align: 3px;
    padding-right: 10px;
    padding-left: 20px;
  }
}

.home-news--title .icon-nouveautes {
  display: none;
}
@media (min-width: 576px) {
  .home-news--title .icon-nouveautes {
    display: inline;
    vertical-align: 3px;
  }
}

.home-mobilhome--title .icon-mobil-home {
  display: none;
}
@media (min-width: 576px) {
  .home-mobilhome--title .icon-mobil-home {
    display: inline;
    vertical-align: 2px;
    font-size: 44px;
  }
}

/* home nouveautés*/
.home-news--list {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .home-news--list {
    margin-bottom: 80px;
  }
}

.home-news--intro {
  text-align: center;
  width: 765px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.news--item-img {
  max-height: 173px;
  max-width: 460px;
  margin-bottom: 10px;
  height: 173px;
}
.news--item-img img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  font-family: "object-fit: cover;";
}

.news--item-content {
  background: #d9d8d3;
  padding: 25px 20px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.2s linear;
  color: #3d505a;
}

.news--item-title {
  font-family: "magnolia";
  color: #fff;
  font-size: 30px;
  margin-bottom: 12px;
  text-align: center;
  margin-top: 10px;
}

.news--item-more {
  text-transform: uppercase;
  font-family: "sansation bold";
  margin-top: auto;
  text-align: center;
}

.news--item-link {
  text-decoration: none;
  color: #3d505a;
  width: 450px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  height: 100%;
}
.news--item-link:hover .news--item-content, .news--item-link:focus .news--item-content {
  background: #00adef;
  color: #fff;
  transition: all 0.2s linear;
}

/* home mobil-homes*/
.home-mobilhome--intro {
  text-align: center;
  width: 765px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .home-mobilhome--intro {
    margin-bottom: 30px;
  }
}

/* home actualités*/
.home-actus {
  position: relative;
  padding: 60px 15px;
  margin-bottom: 40px;
}
.home-actus:after {
  content: "";
  z-index: -1;
  top: 0;
  height: 100%;
  right: 0px;
  left: 0px;
  display: block;
  position: absolute;
}
@media (min-width: 576px) {
  .home-actus:after {
    right: 15px;
    left: 15px;
  }
}

.home_particulier .home-actus:after {
  background: url(/images/MONTAGE_ACTUS_PARTICULIER-min.jpg) no-repeat center center;
}

.home_pro .home-actus:after {
  background: url(/images/MONTAGE_ACTUS_RESIDENTIEL-min.jpg) no-repeat center center;
}

.home-actus--content {
  background: #fff;
  padding: 28px 20px 20px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 576px) {
  .home-actus--content {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .home-actus--content {
    padding: 70px 100px 70px;
  }
}

.home-actus--title {
  display: flex;
  background-image: linear-gradient(to right, #8da1a8 25%, rgba(255, 255, 255, 0) 20%);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.home-actus--title .icon-icon-pointillets-txt {
  margin-left: auto;
}
.home-actus--title .icon-actus {
  display: none;
}
@media (min-width: 576px) {
  .home-actus--title .icon-actus {
    display: inline;
    vertical-align: 2px;
    font-size: 32px;
  }
}

.home-actus--link-container {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .home-actus--link-container {
    text-align: right;
  }
}

.home-actus--link {
  color: #8da1a8;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #8da1a8;
  font-family: "sansation bold";
  padding-bottom: 2px;
  letter-spacing: 0.6px;
}
.home-actus--link:hover, .home-actus--link:focus {
  color: #00adef;
  border-bottom-color: #00adef;
}

.home-actus--item-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "sansation";
  margin-bottom: 2px;
}

.home-actus--item-date {
  margin: 0;
  color: #8da1a8;
  font-size: 14px;
}

.home-actus--item-more {
  color: #3d505a;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "sansation bold";
  letter-spacing: 0.6px;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  display: inline-block;
}

.home-actus--item-link {
  color: #3d505a;
  text-decoration: none;
}
.home-actus--item-link:hover, .home-actus--item-link:focus {
  color: #3d505a;
  text-decoration: none;
}
.home-actus--item-link:hover .home-actus--item-more, .home-actus--item-link:focus .home-actus--item-more {
  color: #00adef;
  border-bottom: 2px solid #00adef;
}
.home-actus--item-link:hover .home-actus--item-title, .home-actus--item-link:focus .home-actus--item-title {
  color: #00adef;
}

/* home widgets (particulier) */
@media (min-width: 768px) {
  .home-box {
    height: 100%;
  }
}

.home-box--link {
  text-decoration: none;
  display: block;
  padding: 15px;
  position: relative;
}

.home-box_mobi {
  background: #d9d8d3;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home-box_mobi {
    margin-bottom: 0;
  }
}
.home-box_mobi .home-box--link {
  color: #3d505a;
  text-align: center;
  padding: 15px 15px 120px 15px;
  transition: all 0.2s linear;
}
@media (min-width: 1135px) {
  .home-box_mobi .home-box--link {
    padding: 15px 20px 41px;
    /*35px 20px 66px;*/
  }
}
.home-box_mobi .home-box--link:hover, .home-box_mobi .home-box--link:focus {
  background: #00adef;
  color: #fff;
  transition: all 0.2s linear;
}
.home-box_mobi .home-box--img {
  position: absolute;
  left: -10px;
  bottom: -24px;
}
@media (min-width: 1135px) {
  .home-box_mobi .home-box--img {
    left: -71px;
  }
}
@media (min-width: 1135px) {
  .home-box_mobi .home-box--text {
    margin-bottom: 26px;
  }
}

.home-box--logo {
  margin-bottom: 20px;
}

.home-box_engagements {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .home-box_engagements {
    margin-bottom: 0;
  }
}
.home-box_engagements .home-box--link {
  color: #fff;
  background: #ce5d64;
  padding-bottom: 138px;
  transition: all 0.2s linear;
}
@media (min-width: 380px) {
  .home-box_engagements .home-box--link {
    padding-bottom: 100px;
  }
}
@media (min-width: 1135px) {
  .home-box_engagements .home-box--link {
    padding: 30px 40px 43px 40px;
  }
}
.home-box_engagements .home-box--link:hover, .home-box_engagements .home-box--link:focus {
  background: #d49ca0;
  color: #fff;
  transition: all 0.2s linear;
}
.home-box_engagements .box--title {
  font-family: "magnolia";
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
}
.home-box_engagements .home-box--img {
  position: absolute;
  right: -10px;
  bottom: -39px;
}
@media (min-width: 1135px) {
  .home-box_engagements .home-box--img {
    right: -73px;
  }
}
.home-box_engagements .home-box--text {
  max-width: 270px;
}

.home-box--btn {
  text-transform: uppercase;
  font-family: "sansation bold";
}

.home-box--text {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.home--faq .btn-link {
  color: #3d505a;
  font-weight: 500;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  white-space: normal;
}

.home--faq-title {
  text-transform: uppercase;
  color: #3d505a;
  font-weight: 500;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 28px;
}

/*=======================================================
=            configurateur de mobil home                =
=======================================================*/
.config--title {
  font-size: 30px !important;
}
.config--title span {
  font-family: "magnolia";
  font-size: 45px;
  text-transform: none;
  line-height: 1.5;
  display: inline;
  text-transform: none;
}
.config--title .icon-icon-pointillets-txt {
  vertical-align: 2px;
  margin-left: 15px;
  font-size: 26px;
  display: none;
}
@media (min-width: 768px) {
  .config--title .icon-icon-pointillets-txt {
    display: inline;
  }
}
.config--title .icon-mobil-home {
  vertical-align: 1px;
  font-size: 37px;
  margin-left: 7px;
  display: none;
}
@media (min-width: 768px) {
  .config--title .icon-mobil-home {
    display: inline;
  }
}

.config--intro {
  max-width: 555px;
  margin: 0 auto 30px;
}

.config--tab-content {
  padding: 15px;
  position: relative;
}

.config--desc {
  width: 750px;
  max-width: 100%;
  margin: 20px auto 35px auto;
}

.config-card {
  margin-bottom: 10px;
}
.config-card .card-header {
  padding: 0;
  padding: 0;
  border: none;
}
.config-card .card-body {
  padding: 0;
  /* 15px */
  display: flex;
  flex-wrap: wrap;
}

.config-btn {
  width: 100%;
  background: transparent !important;
  color: #738690 !important;
  font-size: 18px;
  /* 22px */
  text-transform: uppercase;
  font-family: "sansation";
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.config-btn:after {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  transform: rotate(90deg);
  transition: all 0.2s linear;
}
.config-btn.collapsed {
  background: #ecece9;
  color: #3d505a;
}
.config-btn.collapsed:after {
  transform: rotate(-90deg);
}
.config-btn:focus {
  box-shadow: none;
}

@media (min-width: 576px) {
  .config-accordion {
    margin-top: 0;
  }
}

.config--form-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  text-transform: capitalize;
  width: 100%;
}

.config--form-item {
  width: 50%;
  text-align: center;
}
@media (min-width: 992px) {
  .config--form-item {
    width: 25%;
    /* 33.333% */
  }
}

.config--form-radio--img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 2px solid transparent;
  margin: 0 auto 4px;
  background-position: center;
  background-size: 110%;
  transition: all 0.2s linear;
}

.config--form-container {
  position: relative;
  cursor: pointer;
}
.config--form-container:hover .config--form-radio--img, .config--form-container:focus .config--form-radio--img {
  border-color: #3d505a;
  transition: all 0.2s linear;
}

.config--form-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.config--form-radio:checked ~ .config--form-radio--img {
  border: 2px solid #3d505a;
}

.config--form-label {
  font-size: 10px;
  /* 12px */
  margin-bottom: 0;
}

.config--form-title {
  margin-bottom: 10px;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}

.config--form-title-2 {
  font-size: 14px;
  line-height: 16px;
}

#config-show-bardage, #config-show-ouvrant, #config-show-toiture, #config-show-canape, #config-show-mobilier, #config-show-bardage-pignon, #config-show-dossier {
  top: 0;
  left: 15px;
  right: 15px;
  max-width: 100%;
  position: absolute;
  margin-top: 0 !important;
}

#form-config {
  position: relative;
}

.form-config--content {
  position: relative;
}

.form-config--filters {
  width: 300px;
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px #a3a3a3;
  margin: 0 15px;
}
@media (min-width: 992px) {
  .form-config--filters {
    margin: 0;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 1;
  }
}

.config--tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: none;
  padding-left: 0;
  margin-left: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .config--tab {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .config--tab {
    margin-left: 0;
    position: absolute;
    bottom: 445px;
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .config--tab {
    bottom: 545px;
    right: 80px;
  }
}
.config--tab.js-config-top:after {
  margin-top: -14px;
}
.config--tab.js-config-down:after {
  margin-top: 14px;
}
.config--tab:before {
  content: "";
  width: 20px;
  height: 50px;
  border: 1px #000 solid;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.config--tab:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #00aef1;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
.config--tab .nav-link {
  border: none;
  padding: 7px 5px 7px 30px;
  font-size: 13px;
  line-height: 13px;
  color: #3d505a;
}
.config--tab .nav-link.active, .config--tab .nav-link.pager_current_page {
  color: #00aef1;
}

.config--visuel {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .config--visuel {
    margin-bottom: 0;
    min-height: 496px;
  }
}
@media (min-width: 1200px) {
  .config--visuel {
    min-height: 596px;
  }
}

/* trouvez un camping partenaire (préfomaté 49)*/
.article-partner--title {
  font-size: 25px;
}
@media (min-width: 992px) {
  .article-partner--title {
    font-size: 30px;
  }
}
.article-partner--title span {
  font-size: 35px;
  font-family: "magnolia";
  text-transform: none;
  display: inline;
}
@media (min-width: 992px) {
  .article-partner--title span {
    font-size: 45px;
  }
}
.article-partner--title .icon-icon-pointillets-txt {
  font-size: 25px;
  vertical-align: 2px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .article-partner--title .icon-icon-pointillets-txt {
    font-size: 30px;
  }
}
.article-partner--title .icon-map {
  font-size: 35px;
  vertical-align: 2px;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .article-partner--title .icon-map {
    font-size: 44px;
  }
}

.article-partner--intro {
  width: 555px;
  max-width: 100%;
  margin: 0 auto 25px;
  text-align: center;
  line-height: 1.2;
}

.article-partner--select .custom-select {
  width: 263px;
  max-width: 100%;
  background-color: #ecebe9;
  border: none;
}

/* qui sommes-nous preformaté 15 */
.chrono-list {
  display: flex;
  flex-direction: column-reverse;
}

.chrono-item {
  display: flex;
  margin-top: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.chrono-item:nth-child(4n+2) .chrono-item--year:after {
  background: #e18d61;
}
.chrono-item:nth-child(4n+1) .chrono-item--year:after {
  background: #91a75e;
}
.chrono-item:nth-child(4n) .chrono-item--year:after {
  background: #7796ac;
}

.chrono-item--year {
  font-family: "magnolia";
  font-size: 12px;
  position: relative;
  width: 50px;
  text-align: center;
  margin-right: 18px;
  flex-shrink: 0;
  height: 50px;
  line-height: 50px;
}
.chrono-item--year:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 60px;
  top: 50%;
  margin-top: -43px;
  left: 2px;
}
.chrono-item--year:after {
  position: absolute;
  margin-bottom: -19px;
  bottom: 50%;
  left: -4px;
  width: 42px;
  height: 42px;
  background: #ec5f65;
  border-radius: 50%;
  display: block;
  content: "";
  z-index: -1;
}

.custom-radio_config .custom-control-label:before {
  background: transparent;
  border: 1px solid #3d505a;
  border-radius: 0;
  height: 14px;
  width: 14px;
}
.custom-radio_config .custom-control-input:checked ~ .custom-control-label:before {
  background: transparent;
  border: 1px solid #3d505a;
}
.custom-radio_config .custom-control-input:checked ~ .custom-control-label:after {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 14px;
  width: 14px;
  margin-top: -2px;
  margin-left: 0px;
}

/* page contact (preform 62)*/
.contact--title {
  text-align: left;
  margin-bottom: 15px;
}
.contact--title .icon-phone {
  font-size: 36px;
  vertical-align: 2px;
  margin-left: 10px;
}
.contact--title .icon-icon-pointillets-txt {
  font-size: 30px;
  vertical-align: 2px;
  margin-left: 10px;
}

.contact--top-left {
  position: relative;
  height: 46vw;
}
@media (min-width: 576px) {
  .contact--top-left {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .contact--top-left {
    height: auto;
  }
}
@media (min-width: 992px) {
  .contact--top-left {
    height: 370px;
  }
}
@media (min-width: 1200px) {
  .contact--top-left {
    height: 450px;
  }
}
.contact--top-left img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

@media (min-width: 768px) {
  .contact--top-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.contact--top-txt {
  margin-bottom: 30px;
}

.contact--top-address {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  background: #3d505a;
  color: #fff;
  padding: 50px 15px 30px 15px;
}
@media (min-width: 992px) {
  .contact--top-address {
    margin-left: -90px;
    z-index: -1;
  }
}
.contact--top-address:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 240px;
  color: #fff;
  position: absolute;
  top: -4px;
  right: -60px;
  opacity: 0.2;
}
.contact--top-address h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}
.contact--top-address a {
  color: #fff;
  text-decoration: none;
}
.contact--top-address a:hover, .contact--top-address a:focus {
  color: #fff;
  text-decoration: none;
}
.contact--top-address p {
  margin: 0;
}

.formulaire-contact {
  position: relative;
  background-color: #fff;
  padding: 40px 50px 10px 50px;
  margin-top: 50px;
}
.formulaire-contact:before {
  content: "";
  width: 200%;
  height: 680px;
  background-color: #f7f7f7;
  position: absolute;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.formulaire-contact h2 {
  color: #3d505a;
  font-weight: 500;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 35px;
}

.btn-third {
  background-color: #00aef1;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff !important;
  border: 2px #00aef1 solid;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s linear;
}
.btn-third:hover, .btn-third:focus {
  border: 2px #00aef1 solid;
  outline: none;
  color: #00aef1 !important;
  background-color: transparent;
}

/*card (short-product, article list, news list, event-list, social wall, ...)*/
/* commons (multiple) */
/* news (/publication_methods/news/news.html) */
.news--title .icon-icon-pointillets-txt {
  font-size: 30px;
  vertical-align: 2px;
  margin-left: 10px;
  display: none;
}
@media (min-width: 768px) {
  .news--title .icon-icon-pointillets-txt {
    display: inline;
  }
}
.news--title .icon-actus {
  vertical-align: 2px;
  font-size: 36px;
  margin-left: 10px;
  display: none;
}
@media (min-width: 768px) {
  .news--title .icon-actus {
    display: inline;
  }
}

.news .news--item-link {
  display: flex;
  flex-direction: column;
}
.news .news--item-link:hover, .news .news--item-link:focus {
  color: #3d505a;
}
.news .news--item-link:hover .news--item-hover, .news .news--item-link:focus .news--item-hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.news .news--item-link:hover .news--item-content, .news .news--item-link:focus .news--item-content {
  background: #d9d8d3;
  color: #3d505a;
}

.news--item-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background: rgba(61, 80, 90, 0.4);
  top: 0;
  left: 0;
  font-family: "magnolia";
  opacity: 0;
  transition: all 0.2s linear;
}

.news--item-hover-big {
  font-size: 30px;
}

.news--item-hover-small {
  font-size: 20px;
}

.news .news--item-img {
  position: relative;
  height: 200px;
}

.news .news--item-content {
  padding: 20px;
}

.news .news--item-title {
  font-family: "sansation";
  color: #3d505a;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 2px;
  text-align: left;
}

.news--item-date {
  margin: 0;
  color: #8da1a8;
  font-size: 14px;
}

.news--item-more {
  font-family: "sansation bold";
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* articles (/publication_methods/articles/multi_articles.html) */
.articles--title .icon-icon-pointillets-txt {
  font-size: 30px;
  vertical-align: 3px;
  padding-right: 10px;
  padding-left: 20px;
  display: none;
}
@media (min-width: 768px) {
  .articles--title .icon-icon-pointillets-txt {
    display: inline;
  }
}
.articles--title .icon-nouveautes {
  font-size: 40px;
  vertical-align: 3px;
  display: none;
}
@media (min-width: 768px) {
  .articles--title .icon-nouveautes {
    display: inline;
  }
}

/* espace pro*/
.box-connect {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #fff;
  font-family: "sansation bold";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  height: 100%;
  text-align: center;
  transition: all 0.2s linear;
}
.box-connect:hover, .box-connect:focus {
  background: #00adef;
  color: #fff;
}

.box-connect_1 {
  background: #3d505a;
}

.box-connect_2 {
  background: #8da1a8;
}

.table-th-link {
  color: #3d505a;
  text-decoration: none;
}

/* faq */
.faq-item {
  border: none;
  margin-bottom: 1px;
}

.faq-header {
  padding: 0;
  border: none;
}

.faq-header--link {
  text-decoration: none;
  padding: 12px 20px;
  font-size: 22px;
  display: flex;
  background: #3d505a;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s linear;
}
.faq-header--link .icon-close {
  transform: rotate(45deg);
  transition: all 0.2s linear;
  font-size: 18px;
}
.faq-header--link.collapsed {
  background: #8da1a8;
  color: #fff;
}
.faq-header--link.collapsed .icon-close {
  transform: rotate(0);
  transition: all 0.2s linear;
}
.faq-header--link:hover, .faq-header--link:focus {
  transition: all 0.2s linear;
  background: #3d505a;
  color: #fff;
}

.faq-header--title {
  padding: 0;
  margin: 0;
}

.faq-collapse {
  border: 1px solid #3d505a;
}

.alert-search {
  background-color: #d9d8d3;
}

/*Alerte configurateur de MH*/
.config-valid {
  border: 1px solid #ddd;
  padding: 15px 20px 30px 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.config-valid p {
  text-align: center;
}

.config-form-save {
  margin: auto;
  padding-top: 30px;
}

.demande_prise_en_charge_sav .form-group input, .demande_prise_en_charge_sav .form-group textarea {
  font-weight: bold;
}

/* homepage 2021 */
.box-menu-portail-2021--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .box-menu-portail-2021--list {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .box-menu-portail-2021--list:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3d505a;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}

.box-menu-portail-2021--link {
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #3d505a;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .box-menu-portail-2021--link {
    font-size: 20px;
  }
}
.box-menu-portail-2021--link:hover, .box-menu-portail-2021--link:focus {
  color: #8da1a8;
  text-decoration: none;
}

.portail-2021--bandeau {
  position: relative;
  height: 530px;
}
@media (min-width: 1200px) {
  .portail-2021--bandeau {
    height: 46.3vw;
  }
}
.portail-2021--bandeau img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  font-family: "object-fit: cover;";
  transition: all 0.3s ease;
}

.portail-2021--bandeau-txt {
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .portail-2021--bandeau-txt {
    font-size: 45px;
    line-height: 55px;
  }
}

.portail-2021--links-bandeau {
  margin-top: -170px;
  margin-bottom: 40px;
  justify-content: space-between;
}

.portail-2021--links-bandeau-block {
  margin: 0 20px;
}

.portail-2021--link-professionnel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px;
  text-align: center;
  color: #fff;
  background-color: #3d505a;
  font-size: 32px;
  line-height: 36px;
  text-decoration: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  font-family: "magnolia";
}
@media (min-width: 992px) {
  .portail-2021--link-professionnel {
    font-size: 50px;
    line-height: 54px;
  }
}
.portail-2021--link-professionnel:hover, .portail-2021--link-professionnel:focus {
  background-color: #00adef;
  color: #fff;
}
.portail-2021--link-professionnel p {
  margin-bottom: 0;
}

.portail-2021--link-particulier {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px;
  text-align: center;
  color: #fff;
  background-color: #ce5d64;
  font-size: 32px;
  line-height: 36px;
  text-decoration: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  font-family: "magnolia";
}
@media (min-width: 992px) {
  .portail-2021--link-particulier {
    font-size: 50px;
    line-height: 54px;
  }
}
.portail-2021--link-particulier:hover, .portail-2021--link-particulier:focus {
  background-color: #d49ca0;
  color: #fff;
}
.portail-2021--link-particulier p {
  margin-bottom: 0;
}

.portail-2021--presentation {
  margin-bottom: 120px;
}

.portail-2021--gammes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.portail-2021--gammes-item {
  width: 100%;
}
@media (min-width: 768px) {
  .portail-2021--gammes-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .portail-2021--gammes-item {
    width: 33.3333%;
  }
}

.portail-2021--gammes-item-link {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}
.portail-2021--gammes-item-link:hover, .portail-2021--gammes-item-link:focus {
  color: #fff;
  text-decoration: none;
}
.portail-2021--gammes-item-link:hover .portail-2021--gammes-item-img img, .portail-2021--gammes-item-link:focus .portail-2021--gammes-item-img img {
  transform: scale(1.1);
}

.portail-2021--gammes-item-infos-big-title {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 40px;
}

.portail-2021--gammes-item-infos {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 370px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.portail-2021--gammes-item-infos:before {
  content: "";
  width: 252px;
  height: 257px;
  background: url("/images/portail-bg-gamme-1.png") no-repeat top left;
  position: absolute;
  top: -60px;
  left: -90px;
  opacity: 0.3;
}
.portail-2021--gammes-item-infos:after {
  content: "";
  width: 252px;
  height: 257px;
  background: url("/images/portail-bg-gamme-2.png") no-repeat top left;
  position: absolute;
  bottom: -100px;
  right: -130px;
  opacity: 0.3;
}
.portail-2021--gammes-item-infos h2 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}
.portail-2021--gammes-item-infos h2 strong {
  font-weight: 700;
  font-size: 34px;
}

.portail-2021--gammes-item-infos_1 {
  background-color: #c2aa64;
}

.portail-2021--gammes-item-infos_2 {
  background-color: #178c93;
}
@media (min-width: 768px) {
  .portail-2021--gammes-item-infos_2 {
    order: 2;
  }
}

@media (min-width: 768px) {
  .portail-2021--gammes-item-img_2 {
    order: 1;
  }
}

.portail-2021--gammes-item-infos_3 {
  background-color: #ea5b61;
}

.portail-2021--gammes-item-infos-txt {
  font-size: 22px;
  line-height: 26px;
}

.portail-2021--gammes-item-img {
  height: 370px;
  overflow: hidden;
}
.portail-2021--gammes-item-img img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  font-family: "object-fit: cover;";
  transition: all 0.3s ease;
}

.portail-2021--gammes-btn {
  text-align: center;
  margin-bottom: 50px;
}

.portail-2021--btn-type {
  display: inline-block;
  padding: 6px 30px;
  color: #fff;
  text-transform: uppercase;
  background-color: #3d505a;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.portail-2021--btn-type:hover, .portail-2021--btn-type:focus {
  color: #fff;
  background-color: #00adef;
  text-decoration: none;
}

.portail-2021--produits {
  margin-bottom: 120px;
}

@media (min-width: 768px) {
  .portail-2021--produits-title-block {
    display: flex;
    justify-content: center;
    margin-left: 480px;
  }
}
@media (min-width: 992px) {
  .portail-2021--produits-title-block {
    margin-left: 595px;
  }
}
@media (min-width: 1200px) {
  .portail-2021--produits-title-block {
    margin-left: 610px;
  }
}

.portail-2021--produits-title {
  text-align: left;
  color: #3d505a;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 160px;
  font-style: italic;
}
@media (min-width: 768px) {
  .portail-2021--produits-title {
    margin-bottom: 14px;
  }
}

.portail-2021--slick-block {
  position: relative;
  margin-bottom: 60px;
}
.portail-2021--slick-block:before {
  content: "";
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.5;
}
.portail-2021--slick-block:after {
  content: "";
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.portail-2021--slick-block .portail-2021--slick-block-effigie {
  width: 145px;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.portail-2021--slick {
  padding-bottom: 30px;
}
.portail-2021--slick .slick-dots li {
  width: 15px;
  height: 15px;
}
.portail-2021--slick .slick-dots li.slick-active button, .portail-2021--slick .slick-dots li:hover button {
  border: 2px #d49ca0 solid;
  background-color: #d49ca0;
}
.portail-2021--slick .slick-dots li button {
  border: 2px #ce5d64 solid;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.portail-2021--slick .slick-dots li button:before {
  content: none;
}

.portail-2021--slick-item img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  font-family: "object-fit: cover;";
}

.portail-2021--slick-link {
  display: block;
  position: relative;
  height: 320px;
  margin: 0 15px;
}
.portail-2021--slick-link:hover .portail-2021--slick-txt-block, .portail-2021--slick-link:focus .portail-2021--slick-txt-block {
  opacity: 1;
}

.portail-2021--slick-txt-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.portail-2021--slick-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 26px;
  line-height: 36px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.portail-2021--slick-txt p {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.portail-2021--slick-txt p:before {
  content: "+";
  font-size: 94px;
  line-height: 50px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.portail-2021--produits-btn {
  text-align: center;
}

.portail-2021--actus:after {
  background: url(/images/MONTAGE_ACTUS_RESIDENTIEL-min.jpg) no-repeat center center;
}

.footer-2021 {
  background-color: #d9d8d3;
  padding: 50px 0 20px 0px;
}

.box-coordinates-2021 {
  position: relative;
  padding-top: 70px;
  text-align: center;
}
@media (min-width: 576px) {
  .box-coordinates-2021 {
    text-align: left;
  }
}
.box-coordinates-2021:before {
  content: "";
  width: 167px;
  height: 61px;
  background: url("/images/logo.png") no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .box-coordinates-2021:before {
    left: 0;
    transform: none;
  }
}
.box-coordinates-2021 a {
  color: #3d505a;
  text-decoration: none;
}
.box-coordinates-2021 a:hover, .box-coordinates-2021 a:focus {
  color: #3d505a;
  text-decoration: none;
}

.box-footer-links-2021 {
  text-align: center;
}
@media (min-width: 576px) {
  .box-footer-links-2021 {
    text-align: left;
  }
}

.box-footer-links-2021--title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.box-footer-links-2021--link {
  display: inline-block;
  text-decoration: none;
  color: #3d505a;
  font-size: 14px;
  line-height: 18px;
  transition: all 0.3s ease;
}
.box-footer-links-2021--link:hover, .box-footer-links-2021--link:focus {
  color: #00adef;
  text-decoration: none;
}

.box-footer-social-2021 {
  max-width: none !important;
  flex: auto !important;
  padding: 0 !important;
}
.box-footer-social-2021 .box-social--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (min-width: 576px) {
  .box-footer-social-2021 .box-social--list {
    justify-content: flex-start;
  }
}

.box-footer-copyright-2021 {
  font-size: 14px;
  line-height: 18px;
  color: #3d505a;
  opacity: 0.7;
}
.box-footer-copyright-2021 a {
  color: #3d505a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.box-footer-copyright-2021 a:hover, .box-footer-copyright-2021 a:focus {
  color: #3d505a;
  text-decoration: underline;
}

/* homepage 2021 FIN */
.home-produits-links {
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  padding: 8px 20px;
  font-family: sansation bold;
  transition: background-color 0.3s, color 0.3s;
}
.home-produits-links:hover, .home-produits-links:active, .home-produits-links:focus {
  background-color: #000;
  color: #fff;
}

/* page nous rejoindre */
.page-rejoindre--txt-1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-rejoindre--txt-2 {
  margin-top: 40px;
  margin-bottom: 70px;
}

.page-rejoindre--infos-item {
  margin-bottom: 40px;
}

.page-rejoindre--infos-item-txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}

.page-rejoindre--infos-item-chiffres {
  position: absolute;
  font-size: 32px;
  line-height: 22px;
  color: #ffffff;
  text-transform: none;
}

.page-rejoindre--infos-item_1 {
  margin-top: 70px;
  margin-bottom: 30px;
}
.page-rejoindre--infos-item_1 .page-rejoindre--infos-item-txt {
  border: 3px #3d505a solid;
  color: #3d505a;
}
.page-rejoindre--infos-item_1 .page-rejoindre--infos-item-chiffres {
  top: -25px;
  left: -8px;
}
.page-rejoindre--infos-item_1 .page-rejoindre--infos-item-chiffres:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 110px;
  border-color: transparent transparent transparent #3d505a;
  position: absolute;
  top: -47px;
  left: -12px;
  z-index: -1;
}

.page-rejoindre--infos-item_2 {
  margin-bottom: 110px;
}
.page-rejoindre--infos-item_2 .page-rejoindre--infos-item-txt {
  border: 3px #93c01f solid;
  color: #93c01f;
}
.page-rejoindre--infos-item_2 .page-rejoindre--infos-item-chiffres {
  bottom: -45px;
  right: 30px;
}
.page-rejoindre--infos-item_2 .page-rejoindre--infos-item-chiffres:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 110px 60px;
  border-color: transparent transparent #93c01f transparent;
  position: absolute;
  top: -62px;
  left: -43px;
  z-index: -1;
}

.page-rejoindre--infos-item_3 {
  margin-top: 74px;
  margin-bottom: 30px;
}
.page-rejoindre--infos-item_3 .page-rejoindre--infos-item-txt {
  border: 3px #009ee2 solid;
  color: #009ee2;
}
.page-rejoindre--infos-item_3 .page-rejoindre--infos-item-chiffres {
  top: -62px;
  left: 22px;
}
.page-rejoindre--infos-item_3 .page-rejoindre--infos-item-chiffres:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 60px 0 60px;
  border-color: #009ee2 transparent transparent transparent;
  position: absolute;
  top: -15px;
  left: -40px;
  z-index: -1;
}

.page-rejoindre--infos-item_4 {
  margin-bottom: 80px;
}
.page-rejoindre--infos-item_4 .page-rejoindre--infos-item-txt {
  border: 3px #e5017f solid;
  color: #e5017f;
}
.page-rejoindre--infos-item_4 .page-rejoindre--infos-item-chiffres {
  bottom: -40px;
  right: -6px;
}
.page-rejoindre--infos-item_4 .page-rejoindre--infos-item-chiffres:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 110px 60px 0;
  border-color: transparent #e5017f transparent transparent;
  position: absolute;
  top: -35px;
  left: -54px;
  z-index: -1;
}

.page-rejoindre--infos-link {
  margin-top: 40px;
}

.page-rejoindre--offres {
  margin-top: 80px;
  margin-bottom: 50px;
}

.page-rejoindre--offres-row {
  margin-bottom: 20px;
}

.page-rejoindre--offres-items {
  margin-bottom: 30px;
}

.page-rejoindre--offres-items-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 250px;
  width: 100%;
  padding: 15px;
  overflow: hidden;
  text-decoration: none;
}
.page-rejoindre--offres-items-link:before {
  content: "";
  background-color: rgba(64, 64, 65, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-rejoindre--offres-items-link:hover, .page-rejoindre--offres-items-link:focus {
  text-decoration: none;
  color: #ffffff;
}
.page-rejoindre--offres-items-link:hover .page-rejoindre--offres-items-img img, .page-rejoindre--offres-items-link:focus .page-rejoindre--offres-items-img img {
  transform: scale(1.05);
}
.page-rejoindre--offres-items-link .page-rejoindre--offres-items-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  overflow: hidden;
}
.page-rejoindre--offres-items-link .page-rejoindre--offres-items-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}

.page-rejoindre--offres-items-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}

.page-rejoindre--metiers {
  margin-top: 90px;
  margin-bottom: 60px;
}

.page-rejoindre--metiers-block-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.page-rejoindre--metiers-block-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .page-rejoindre--metiers-block-2 {
    width: 33.3333%;
  }
}

.page-rejoindre--metiers-block-3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.page-rejoindre--metiers-link {
  position: relative;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.page-rejoindre--metiers-link:hover:before, .page-rejoindre--metiers-link:focus:before {
  left: 50%;
  margin-left: 0;
}
.page-rejoindre--metiers-link:hover:after, .page-rejoindre--metiers-link:focus:after {
  top: 50%;
  margin-top: 0;
}
.page-rejoindre--metiers-link:hover img, .page-rejoindre--metiers-link:focus img {
  transform: scale(1.1);
}
.page-rejoindre--metiers-link:before {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #3d505a;
  margin-left: 30px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.4s ease;
}
.page-rejoindre--metiers-link:after {
  content: "";
  width: 4px;
  height: 50px;
  background-color: #3d505a;
  margin-top: -30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.4s ease;
}

.page-rejoindre--metiers-img {
  overflow: hidden;
}
.page-rejoindre--metiers-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100% !important;
  width: 100%;
  transition: all 0.4s ease;
}

.page-rejoindre--metiers-img_1 {
  width: 100%;
  height: 290px;
}
@media (min-width: 768px) {
  .page-rejoindre--metiers-img_1 {
    height: 580px;
  }
}
@media (min-width: 992px) {
  .page-rejoindre--metiers-img_1 {
    width: 66.6666%;
  }
}

.page-rejoindre--metiers-img_2 {
  width: 100%;
  height: 290px;
}
@media (min-width: 768px) {
  .page-rejoindre--metiers-img_2 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-rejoindre--metiers-img_2 {
    width: 100%;
  }
}

.page-rejoindre--metiers-img_3 {
  width: 100%;
  height: 290px;
}
@media (min-width: 768px) {
  .page-rejoindre--metiers-img_3 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-rejoindre--metiers-img_3 {
    width: 33.3333%;
  }
}

.page-rejoindre--bottom {
  background-color: #d9d8d3;
  padding: 120px 0 70px 0;
}

.page-rejoindre--bottom-items {
  margin-bottom: 30px;
}

.page-rejoindre--bottom-items-link {
  display: block;
  color: #3d505a;
  text-decoration: none;
}
.page-rejoindre--bottom-items-link:hover, .page-rejoindre--bottom-items-link:focus {
  text-decoration: none;
  color: #3d505a;
}
.page-rejoindre--bottom-items-link:hover .page-rejoindre--bottom-items-img img, .page-rejoindre--bottom-items-link:focus .page-rejoindre--bottom-items-img img {
  transform: scale(1.05);
}

.page-rejoindre--bottom-items-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.page-rejoindre--bottom-items-img img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  font-family: "object-fit: cover;";
  transition: all 0.4s ease;
}

.page-rejoindre--bottom-items-txt {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
  font-weight: 500;
  background-color: #ffffff;
  text-align: center;
  transition: all 0.4s ease;
}

@media (min-width: 768px) {
  .page-rejoindre--modal .modal-dialog {
    width: 100%;
    max-width: 800px;
    padding: 80px;
  }
}

.modal-content .close {
  font-size: 30px;
  position: absolute;
  top: -35px;
  right: -50px;
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease;
}
.modal-content .close:hover, .modal-content .close:focus {
  color: #3d505a;
  outline: none;
}

.modal-content-txt p {
  margin-bottom: 0;
}

/* page nous rejoindre FIN */
/* page liste gammes */
.liste-gammes--top {
  margin-top: -70px;
  background-color: white;
  padding: 10px 20px;
  text-align: center;
}
.liste-gammes--top .icon-icon-pointillets-txt {
  font-size: 26px;
  color: #8da1a8;
}
.liste-gammes--top .icon-mobil-home {
  color: #8da1a8;
}

.liste-gammes--item {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 10px #bfbfbf;
}
.liste-gammes--item:hover, .liste-gammes--item:focus {
  background-color: #fff;
}
.liste-gammes--item:hover .liste-gammes--item-img:before, .liste-gammes--item:focus .liste-gammes--item-img:before {
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.liste-gammes--item:hover .liste-gammes--item-btn, .liste-gammes--item:focus .liste-gammes--item-btn {
  color: #fff;
}

.liste-gammes--item_1 {
  background-color: #a18c55;
}
.liste-gammes--item_1:hover, .liste-gammes--item_1:focus {
  color: #a18c55;
}
.liste-gammes--item_1:hover .liste-gammes--item-modeles:before, .liste-gammes--item_1:focus .liste-gammes--item-modeles:before {
  border-bottom: 2px #a18c55 dotted;
}
.liste-gammes--item_1:hover .liste-gammes--item-btn, .liste-gammes--item_1:focus .liste-gammes--item-btn {
  background-color: #a18c55;
}
.liste-gammes--item_1 .liste-gammes--item-img:before {
  background: #a18c55;
  background: linear-gradient(0deg, #a18c55 0%, rgba(255, 255, 255, 0) 100%);
}
.liste-gammes--item_1 .liste-gammes--item-btn {
  color: #a18c55;
}

.liste-gammes--item_2 {
  background-color: #8ea6d6;
}
.liste-gammes--item_2:hover, .liste-gammes--item_2:focus {
  color: #8ea6d6;
}
.liste-gammes--item_2:hover .liste-gammes--item-modeles:before, .liste-gammes--item_2:focus .liste-gammes--item-modeles:before {
  border-bottom: 2px #8ea6d6 dotted;
}
.liste-gammes--item_2:hover .liste-gammes--item-btn, .liste-gammes--item_2:focus .liste-gammes--item-btn {
  background-color: #8ea6d6;
}
.liste-gammes--item_2 .liste-gammes--item-img:before {
  background: #8ea6d6;
  background: linear-gradient(0deg, #8ea6d6 0%, rgba(255, 255, 255, 0) 100%);
}
.liste-gammes--item_2 .liste-gammes--item-btn {
  color: #8ea6d6;
}

.liste-gammes--item_3 {
  background-color: #fab001;
}
.liste-gammes--item_3:hover, .liste-gammes--item_3:focus {
  color: #fab001;
}
.liste-gammes--item_3:hover .liste-gammes--item-modeles:before, .liste-gammes--item_3:focus .liste-gammes--item-modeles:before {
  border-bottom: 2px #fab001 dotted;
}
.liste-gammes--item_3:hover .liste-gammes--item-btn, .liste-gammes--item_3:focus .liste-gammes--item-btn {
  background-color: #fab001;
}
.liste-gammes--item_3 .liste-gammes--item-img:before {
  background: #fab001;
  background: linear-gradient(0deg, #fab001 0%, rgba(255, 255, 255, 0) 100%);
}
.liste-gammes--item_3 .liste-gammes--item-btn {
  color: #fab001;
}

.liste-gammes--item_4 {
  background-color: #b94375;
}
.liste-gammes--item_4:hover, .liste-gammes--item_4:focus {
  color: #b94375;
}
.liste-gammes--item_4:hover .liste-gammes--item-modeles:before, .liste-gammes--item_4:focus .liste-gammes--item-modeles:before {
  border-bottom: 2px #b94375 dotted;
}
.liste-gammes--item_4:hover .liste-gammes--item-btn, .liste-gammes--item_4:focus .liste-gammes--item-btn {
  background-color: #b94375;
}
.liste-gammes--item_4 .liste-gammes--item-img:before {
  background: #b94375;
  background: linear-gradient(0deg, #b94375 0%, rgba(255, 255, 255, 0) 100%);
}
.liste-gammes--item_4 .liste-gammes--item-btn {
  color: #b94375;
}

.liste-gammes--item_5 {
  background-color: #f49656;
}
.liste-gammes--item_5:hover, .liste-gammes--item_5:focus {
  color: #f49656;
}
.liste-gammes--item_5:hover .liste-gammes--item-modeles:before, .liste-gammes--item_5:focus .liste-gammes--item-modeles:before {
  border-bottom: 2px #f49656 dotted;
}
.liste-gammes--item_5:hover .liste-gammes--item-btn, .liste-gammes--item_5:focus .liste-gammes--item-btn {
  background-color: #f49656;
}
.liste-gammes--item_5 .liste-gammes--item-img:before {
  background: #f49656;
  background: linear-gradient(0deg, #f49656 0%, rgba(255, 255, 255, 0) 100%);
}
.liste-gammes--item_5 .liste-gammes--item-btn {
  color: #f49656;
}

.liste-gammes--item_6 {
  background-color: #00a694;
}
.liste-gammes--item_6:hover, .liste-gammes--item_6:focus {
  color: #00a694;
}
.liste-gammes--item_6:hover .liste-gammes--item-modeles:before, .liste-gammes--item_6:focus .liste-gammes--item-modeles:before {
  border-bottom: 2px #00a694 dotted;
}
.liste-gammes--item_6:hover .liste-gammes--item-btn, .liste-gammes--item_6:focus .liste-gammes--item-btn {
  background-color: #00a694;
}
.liste-gammes--item_6 .liste-gammes--item-img:before {
  background: #00a694;
  background: linear-gradient(0deg, #00a694 0%, rgba(255, 255, 255, 0) 100%);
}
.liste-gammes--item_6 .liste-gammes--item-btn {
  color: #00a694;
}

.liste-gammes--item_7 {
  background-color: #ec5f65;
}
.liste-gammes--item_7:hover, .liste-gammes--item_7:focus {
  color: #ec5f65;
}
.liste-gammes--item_7:hover .liste-gammes--item-modeles:before, .liste-gammes--item_7:focus .liste-gammes--item-modeles:before {
  border-bottom: 2px #ec5f65 dotted;
}
.liste-gammes--item_7:hover .liste-gammes--item-btn, .liste-gammes--item_7:focus .liste-gammes--item-btn {
  background-color: #ec5f65;
}
.liste-gammes--item_7 .liste-gammes--item-img:before {
  background: #ec5f65;
  background: linear-gradient(0deg, #ec5f65 0%, rgba(255, 255, 255, 0) 100%);
}
.liste-gammes--item_7 .liste-gammes--item-btn {
  color: #ec5f65;
}

.liste-gammes--item_8 {
  background-color: #80b158;
}
.liste-gammes--item_8:hover, .liste-gammes--item_8:focus {
  color: #80b158;
}
.liste-gammes--item_8:hover .liste-gammes--item-modeles:before, .liste-gammes--item_8:focus .liste-gammes--item-modeles:before {
  border-bottom: 2px #80b158 dotted;
}
.liste-gammes--item_8:hover .liste-gammes--item-btn, .liste-gammes--item_8:focus .liste-gammes--item-btn {
  background-color: #80b158;
}
.liste-gammes--item_8 .liste-gammes--item-img:before {
  background: #80b158;
  background: linear-gradient(0deg, #80b158 0%, rgba(255, 255, 255, 0) 100%);
}
.liste-gammes--item_8 .liste-gammes--item-btn {
  color: #80b158;
}

.liste-gammes--item-img {
  position: relative;
  height: 280px;
}
.liste-gammes--item-img:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.liste-gammes--item-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100% !important;
  width: 100%;
}

.liste-gammes--item-title {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 10px;
}

.liste-gammes--item-content {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .liste-gammes--item-content {
    display: flex;
    align-items: center;
  }
}

.liste-gammes--item-infos {
  padding: 0 10px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .liste-gammes--item-infos {
    flex: 0 0 100px;
    margin-bottom: 0;
  }
}

.liste-gammes--item-modeles {
  position: relative;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.liste-gammes--item-modeles:before {
  content: "";
  width: 100%;
  height: 1px;
  max-width: 100px;
  border-bottom: 2px #fff dotted;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.liste-gammes--item-modeles span {
  display: block;
  font-size: 14px;
}

.liste-gammes--item-chambres {
  display: block;
  text-align: center;
  line-height: 20px;
}
.liste-gammes--item-chambres span {
  display: block;
  font-size: 14px;
}

.liste-gammes--item-txt {
  font-size: 12px;
  line-height: 18px;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 576px) {
  .liste-gammes--item-txt {
    text-align: left;
  }
}
.liste-gammes--item-txt p {
  margin-bottom: 0;
}

.liste-gammes--item-btn {
  display: inline-block;
  padding: 6px 15px;
  text-transform: uppercase;
  background-color: #fff;
  font-family: "sansation bold";
  transition: all 0.2s linear;
}

/* page liste gammes FIN */
/* page détail gammes */
.color-gamme-otello .detail-gammes--top-gamme, .color-otello .detail-gammes--top-gamme {
  color: #a18c55;
}
.color-gamme-otello .detail-gammes--top-title, .color-otello .detail-gammes--top-title {
  color: #a18c55;
}
.color-gamme-otello .detail-gammes--top-left, .color-otello .detail-gammes--top-left {
  background-color: rgba(161, 140, 85, 0.9);
}
.color-gamme-otello .detail-gammes--top-subtitle, .color-otello .detail-gammes--top-subtitle {
  color: #a18c55;
}
.color-gamme-otello .detail-gammes--top-txt ol li::after, .color-otello .detail-gammes--top-txt ol li::after {
  background-color: #a18c55;
}
.color-gamme-otello .detail-gammes--modeles-slick .slick-dots .slick-active button, .color-otello .detail-gammes--modeles-slick .slick-dots .slick-active button {
  background-color: #a18c55;
  border: 1px #a18c55 solid;
}
.color-gamme-otello .detail-gammes--modeles-slick .slick-dots .slick-active button:hover, .color-otello .detail-gammes--modeles-slick .slick-dots .slick-active button:hover {
  background-color: #a18c55;
  border: 1px #a18c55 solid;
}
.color-gamme-otello .detail-gammes--secondary-brochure a, .color-otello .detail-gammes--secondary-brochure a {
  background-color: #a18c55;
}
.color-gamme-otello .detail-gammes--slick .slick-dots .slick-active button, .color-otello .detail-gammes--slick .slick-dots .slick-active button {
  background-color: #a18c55;
  border: 1px #a18c55 solid;
}
.color-gamme-otello .detail-gammes--slick .slick-dots .slick-active button:hover, .color-otello .detail-gammes--slick .slick-dots .slick-active button:hover {
  background-color: #a18c55;
  border: 1px #a18c55 solid;
}
.color-gamme-otello .detail-gammes--slick-item-img, .color-otello .detail-gammes--slick-item-img {
  background-color: #a18c55;
}
.color-gamme-otello .detail-gammes--temoignage-video:before, .color-otello .detail-gammes--temoignage-video:before {
  background-color: #a18c55;
}
.color-gamme-otello.prod_mh .prod--top-container, .color-otello.prod_mh .prod--top-container {
  background: rgba(161, 140, 85, 0.9);
}
.color-gamme-otello.prod_mh .prod--plan, .color-otello.prod_mh .prod--plan {
  background: none !important;
}
@media (min-width: 992px) {
  .color-gamme-otello.prod_mh .prod--plan, .color-otello.prod_mh .prod--plan {
    margin-top: 60px;
  }
}
.color-gamme-otello.prod_mh .prod--plan a:before, .color-otello.prod_mh .prod--plan a:before {
  background-color: rgba(161, 140, 85, 0.9);
}
.color-gamme-otello.prod_mh .prod--plus, .color-otello.prod_mh .prod--plus {
  color: #a18c55;
}
.color-gamme-otello.prod_mh .prod--plus li:before, .color-otello.prod_mh .prod--plus li:before {
  color: #a18c55;
}
.color-gamme-otello.prod_mh .prod-equip--item h3, .color-otello.prod_mh .prod-equip--item h3 {
  color: #a18c55;
}
.color-gamme-otello.prod_mh .prod-equip--item li:before, .color-otello.prod_mh .prod-equip--item li:before {
  background-color: #a18c55;
}
@media (min-width: 992px) {
  .color-gamme-otello .prod--menu-js.fixed-me .prod--menu:before, .color-otello .prod--menu-js.fixed-me .prod--menu:before {
    background-color: #a18c55;
  }
  .color-gamme-otello .prod--menu-js.fixed-me .prod--menu:after, .color-otello .prod--menu-js.fixed-me .prod--menu:after {
    background-color: #a18c55;
  }
  .color-gamme-otello .prod--menu-js.fixed-me .prod--menu a, .color-otello .prod--menu-js.fixed-me .prod--menu a {
    background-color: #a18c55;
  }
}
.color-gamme-otello .prod--menu a:hover, .color-otello .prod--menu a:hover {
  background-color: #a18c55;
}
.color-gamme-otello .prod--mediatheque .btn-primary, .color-otello .prod--mediatheque .btn-primary {
  background-color: #a18c55;
}
.color-gamme-otello .box-reassurances, .color-otello .box-reassurances {
  background-color: #a18c55;
}
.color-gamme-otello .box-reassurances:before, .color-otello .box-reassurances:before {
  background-color: #a18c55;
}
.color-gamme-otello .box-reassurances:after, .color-otello .box-reassurances:after {
  background-color: #a18c55;
}

.color-gamme-bahia .detail-gammes--top-gamme, .color-bahia .detail-gammes--top-gamme {
  color: #8ea6d6;
}
.color-gamme-bahia .detail-gammes--top-title, .color-bahia .detail-gammes--top-title {
  color: #8ea6d6;
}
.color-gamme-bahia .detail-gammes--top-left, .color-bahia .detail-gammes--top-left {
  background-color: rgba(142, 166, 214, 0.9);
}
.color-gamme-bahia .detail-gammes--top-subtitle, .color-bahia .detail-gammes--top-subtitle {
  color: #8ea6d6;
}
.color-gamme-bahia .detail-gammes--top-txt ol li::after, .color-bahia .detail-gammes--top-txt ol li::after {
  background-color: #8ea6d6;
}
.color-gamme-bahia .detail-gammes--modeles-slick .slick-dots .slick-active button, .color-bahia .detail-gammes--modeles-slick .slick-dots .slick-active button {
  background-color: #8ea6d6;
  border: 1px #8ea6d6 solid;
}
.color-gamme-bahia .detail-gammes--modeles-slick .slick-dots .slick-active button:hover, .color-bahia .detail-gammes--modeles-slick .slick-dots .slick-active button:hover {
  background-color: #8ea6d6;
  border: 1px #8ea6d6 solid;
}
.color-gamme-bahia .detail-gammes--secondary-brochure a, .color-bahia .detail-gammes--secondary-brochure a {
  background-color: #8ea6d6;
}
.color-gamme-bahia .detail-gammes--slick .slick-dots .slick-active button, .color-bahia .detail-gammes--slick .slick-dots .slick-active button {
  background-color: #8ea6d6;
  border: 1px #8ea6d6 solid;
}
.color-gamme-bahia .detail-gammes--slick .slick-dots .slick-active button:hover, .color-bahia .detail-gammes--slick .slick-dots .slick-active button:hover {
  background-color: #8ea6d6;
  border: 1px #8ea6d6 solid;
}
.color-gamme-bahia .detail-gammes--slick-item-img, .color-bahia .detail-gammes--slick-item-img {
  background-color: #8ea6d6;
}
.color-gamme-bahia .detail-gammes--temoignage-video:before, .color-bahia .detail-gammes--temoignage-video:before {
  background-color: #8ea6d6;
}
.color-gamme-bahia.prod_mh .prod--top-container, .color-bahia.prod_mh .prod--top-container {
  background: rgba(142, 166, 214, 0.9);
}
.color-gamme-bahia.prod_mh .prod--plan, .color-bahia.prod_mh .prod--plan {
  background: none !important;
}
@media (min-width: 992px) {
  .color-gamme-bahia.prod_mh .prod--plan, .color-bahia.prod_mh .prod--plan {
    margin-top: 60px;
  }
}
.color-gamme-bahia.prod_mh .prod--plan a:before, .color-bahia.prod_mh .prod--plan a:before {
  background-color: rgba(142, 166, 214, 0.9);
}
.color-gamme-bahia.prod_mh .prod--plus, .color-bahia.prod_mh .prod--plus {
  color: #8ea6d6;
}
.color-gamme-bahia.prod_mh .prod--plus li:before, .color-bahia.prod_mh .prod--plus li:before {
  color: #8ea6d6;
}
.color-gamme-bahia.prod_mh .prod-equip--item h3, .color-bahia.prod_mh .prod-equip--item h3 {
  color: #8ea6d6;
}
.color-gamme-bahia.prod_mh .prod-equip--item li:before, .color-bahia.prod_mh .prod-equip--item li:before {
  background-color: #8ea6d6;
}
@media (min-width: 992px) {
  .color-gamme-bahia .prod--menu-js.fixed-me .prod--menu:before, .color-bahia .prod--menu-js.fixed-me .prod--menu:before {
    background-color: #8ea6d6;
  }
  .color-gamme-bahia .prod--menu-js.fixed-me .prod--menu:after, .color-bahia .prod--menu-js.fixed-me .prod--menu:after {
    background-color: #8ea6d6;
  }
  .color-gamme-bahia .prod--menu-js.fixed-me .prod--menu a, .color-bahia .prod--menu-js.fixed-me .prod--menu a {
    background-color: #8ea6d6;
  }
}
.color-gamme-bahia .prod--menu a:hover, .color-bahia .prod--menu a:hover {
  background-color: #8ea6d6;
}
.color-gamme-bahia .prod--mediatheque .btn-primary, .color-bahia .prod--mediatheque .btn-primary {
  background-color: #8ea6d6;
}
.color-gamme-bahia .box-reassurances, .color-bahia .box-reassurances {
  background-color: #8ea6d6;
}
.color-gamme-bahia .box-reassurances:before, .color-bahia .box-reassurances:before {
  background-color: #8ea6d6;
}
.color-gamme-bahia .box-reassurances:after, .color-bahia .box-reassurances:after {
  background-color: #8ea6d6;
}

.color-gamme-bergame .detail-gammes--top-gamme, .color-bergame .detail-gammes--top-gamme {
  color: #fab001;
}
.color-gamme-bergame .detail-gammes--top-title, .color-bergame .detail-gammes--top-title {
  color: #fab001;
}
.color-gamme-bergame .detail-gammes--top-left, .color-bergame .detail-gammes--top-left {
  background-color: rgba(250, 176, 1, 0.9);
}
.color-gamme-bergame .detail-gammes--top-subtitle, .color-bergame .detail-gammes--top-subtitle {
  color: #fab001;
}
.color-gamme-bergame .detail-gammes--top-txt ol li::after, .color-bergame .detail-gammes--top-txt ol li::after {
  background-color: #fab001;
}
.color-gamme-bergame .detail-gammes--modeles-slick .slick-dots .slick-active button, .color-bergame .detail-gammes--modeles-slick .slick-dots .slick-active button {
  background-color: #fab001;
  border: 1px #fab001 solid;
}
.color-gamme-bergame .detail-gammes--modeles-slick .slick-dots .slick-active button:hover, .color-bergame .detail-gammes--modeles-slick .slick-dots .slick-active button:hover {
  background-color: #fab001;
  border: 1px #fab001 solid;
}
.color-gamme-bergame .detail-gammes--secondary-brochure a, .color-bergame .detail-gammes--secondary-brochure a {
  background-color: #fab001;
}
.color-gamme-bergame .detail-gammes--slick .slick-dots .slick-active button, .color-bergame .detail-gammes--slick .slick-dots .slick-active button {
  background-color: #fab001;
  border: 1px #fab001 solid;
}
.color-gamme-bergame .detail-gammes--slick .slick-dots .slick-active button:hover, .color-bergame .detail-gammes--slick .slick-dots .slick-active button:hover {
  background-color: #fab001;
  border: 1px #fab001 solid;
}
.color-gamme-bergame .detail-gammes--slick-item-img, .color-bergame .detail-gammes--slick-item-img {
  background-color: #fab001;
}
.color-gamme-bergame .detail-gammes--temoignage-video:before, .color-bergame .detail-gammes--temoignage-video:before {
  background-color: #fab001;
}
.color-gamme-bergame.prod_mh .prod--top-container, .color-bergame.prod_mh .prod--top-container {
  background: rgba(250, 176, 1, 0.9);
}
.color-gamme-bergame.prod_mh .prod--plan, .color-bergame.prod_mh .prod--plan {
  background: none !important;
}
@media (min-width: 992px) {
  .color-gamme-bergame.prod_mh .prod--plan, .color-bergame.prod_mh .prod--plan {
    margin-top: 60px;
  }
}
.color-gamme-bergame.prod_mh .prod--plan a:before, .color-bergame.prod_mh .prod--plan a:before {
  background-color: rgba(250, 176, 1, 0.9);
}
.color-gamme-bergame.prod_mh .prod--plus, .color-bergame.prod_mh .prod--plus {
  color: #fab001;
}
.color-gamme-bergame.prod_mh .prod--plus li:before, .color-bergame.prod_mh .prod--plus li:before {
  color: #fab001;
}
.color-gamme-bergame.prod_mh .prod-equip--item h3, .color-bergame.prod_mh .prod-equip--item h3 {
  color: #fab001;
}
.color-gamme-bergame.prod_mh .prod-equip--item li:before, .color-bergame.prod_mh .prod-equip--item li:before {
  background-color: #fab001;
}
@media (min-width: 992px) {
  .color-gamme-bergame .prod--menu-js.fixed-me .prod--menu:before, .color-bergame .prod--menu-js.fixed-me .prod--menu:before {
    background-color: #fab001;
  }
  .color-gamme-bergame .prod--menu-js.fixed-me .prod--menu:after, .color-bergame .prod--menu-js.fixed-me .prod--menu:after {
    background-color: #fab001;
  }
  .color-gamme-bergame .prod--menu-js.fixed-me .prod--menu a, .color-bergame .prod--menu-js.fixed-me .prod--menu a {
    background-color: #fab001;
  }
}
.color-gamme-bergame .prod--menu a:hover, .color-bergame .prod--menu a:hover {
  background-color: #fab001;
}
.color-gamme-bergame .prod--mediatheque .btn-primary, .color-bergame .prod--mediatheque .btn-primary {
  background-color: #fab001;
}
.color-gamme-bergame .box-reassurances, .color-bergame .box-reassurances {
  background-color: #fab001;
}
.color-gamme-bergame .box-reassurances:before, .color-bergame .box-reassurances:before {
  background-color: #fab001;
}
.color-gamme-bergame .box-reassurances:after, .color-bergame .box-reassurances:after {
  background-color: #fab001;
}

.color-gamme-modulo .detail-gammes--top-gamme, .color-modulo .detail-gammes--top-gamme {
  color: #b94375;
}
.color-gamme-modulo .detail-gammes--top-title, .color-modulo .detail-gammes--top-title {
  color: #b94375;
}
.color-gamme-modulo .detail-gammes--top-left, .color-modulo .detail-gammes--top-left {
  background-color: rgba(185, 67, 117, 0.9);
}
.color-gamme-modulo .detail-gammes--top-subtitle, .color-modulo .detail-gammes--top-subtitle {
  color: #b94375;
}
.color-gamme-modulo .detail-gammes--top-txt ol li::after, .color-modulo .detail-gammes--top-txt ol li::after {
  background-color: #b94375;
}
.color-gamme-modulo .detail-gammes--modeles-slick .slick-dots .slick-active button, .color-modulo .detail-gammes--modeles-slick .slick-dots .slick-active button {
  background-color: #b94375;
  border: 1px #b94375 solid;
}
.color-gamme-modulo .detail-gammes--modeles-slick .slick-dots .slick-active button:hover, .color-modulo .detail-gammes--modeles-slick .slick-dots .slick-active button:hover {
  background-color: #b94375;
  border: 1px #b94375 solid;
}
.color-gamme-modulo .detail-gammes--secondary-brochure a, .color-modulo .detail-gammes--secondary-brochure a {
  background-color: #b94375;
}
.color-gamme-modulo .detail-gammes--slick .slick-dots .slick-active button, .color-modulo .detail-gammes--slick .slick-dots .slick-active button {
  background-color: #b94375;
  border: 1px #b94375 solid;
}
.color-gamme-modulo .detail-gammes--slick .slick-dots .slick-active button:hover, .color-modulo .detail-gammes--slick .slick-dots .slick-active button:hover {
  background-color: #b94375;
  border: 1px #b94375 solid;
}
.color-gamme-modulo .detail-gammes--slick-item-img, .color-modulo .detail-gammes--slick-item-img {
  background-color: #b94375;
}
.color-gamme-modulo .detail-gammes--temoignage-video:before, .color-modulo .detail-gammes--temoignage-video:before {
  background-color: #b94375;
}
.color-gamme-modulo.prod_mh .prod--top-container, .color-modulo.prod_mh .prod--top-container {
  background: rgba(185, 67, 117, 0.9);
}
.color-gamme-modulo.prod_mh .prod--plan, .color-modulo.prod_mh .prod--plan {
  background: none !important;
}
@media (min-width: 992px) {
  .color-gamme-modulo.prod_mh .prod--plan, .color-modulo.prod_mh .prod--plan {
    margin-top: 60px;
  }
}
.color-gamme-modulo.prod_mh .prod--plan a:before, .color-modulo.prod_mh .prod--plan a:before {
  background-color: rgba(185, 67, 117, 0.9);
}
.color-gamme-modulo.prod_mh .prod--plus, .color-modulo.prod_mh .prod--plus {
  color: #b94375;
}
.color-gamme-modulo.prod_mh .prod--plus li:before, .color-modulo.prod_mh .prod--plus li:before {
  color: #b94375;
}
.color-gamme-modulo.prod_mh .prod-equip--item h3, .color-modulo.prod_mh .prod-equip--item h3 {
  color: #b94375;
}
.color-gamme-modulo.prod_mh .prod-equip--item li:before, .color-modulo.prod_mh .prod-equip--item li:before {
  background-color: #b94375;
}
@media (min-width: 992px) {
  .color-gamme-modulo .prod--menu-js.fixed-me .prod--menu:before, .color-modulo .prod--menu-js.fixed-me .prod--menu:before {
    background-color: #b94375;
  }
  .color-gamme-modulo .prod--menu-js.fixed-me .prod--menu:after, .color-modulo .prod--menu-js.fixed-me .prod--menu:after {
    background-color: #b94375;
  }
  .color-gamme-modulo .prod--menu-js.fixed-me .prod--menu a, .color-modulo .prod--menu-js.fixed-me .prod--menu a {
    background-color: #b94375;
  }
}
.color-gamme-modulo .prod--menu a:hover, .color-modulo .prod--menu a:hover {
  background-color: #b94375;
}
.color-gamme-modulo .prod--mediatheque .btn-primary, .color-modulo .prod--mediatheque .btn-primary {
  background-color: #b94375;
}
.color-gamme-modulo .box-reassurances, .color-modulo .box-reassurances {
  background-color: #b94375;
}
.color-gamme-modulo .box-reassurances:before, .color-modulo .box-reassurances:before {
  background-color: #b94375;
}
.color-gamme-modulo .box-reassurances:after, .color-modulo .box-reassurances:after {
  background-color: #b94375;
}

.color-gamme-toscane .detail-gammes--top-gamme, .color-toscane .detail-gammes--top-gamme {
  color: #f49656;
}
.color-gamme-toscane .detail-gammes--top-title, .color-toscane .detail-gammes--top-title {
  color: #f49656;
}
.color-gamme-toscane .detail-gammes--top-left, .color-toscane .detail-gammes--top-left {
  background-color: rgba(244, 150, 86, 0.9);
}
.color-gamme-toscane .detail-gammes--top-subtitle, .color-toscane .detail-gammes--top-subtitle {
  color: #f49656;
}
.color-gamme-toscane .detail-gammes--top-txt ol li::after, .color-toscane .detail-gammes--top-txt ol li::after {
  background-color: #f49656;
}
.color-gamme-toscane .detail-gammes--modeles-slick .slick-dots .slick-active button, .color-toscane .detail-gammes--modeles-slick .slick-dots .slick-active button {
  background-color: #f49656;
  border: 1px #f49656 solid;
}
.color-gamme-toscane .detail-gammes--modeles-slick .slick-dots .slick-active button:hover, .color-toscane .detail-gammes--modeles-slick .slick-dots .slick-active button:hover {
  background-color: #f49656;
  border: 1px #f49656 solid;
}
.color-gamme-toscane .detail-gammes--secondary-brochure a, .color-toscane .detail-gammes--secondary-brochure a {
  background-color: #f49656;
}
.color-gamme-toscane .detail-gammes--slick .slick-dots .slick-active button, .color-toscane .detail-gammes--slick .slick-dots .slick-active button {
  background-color: #f49656;
  border: 1px #f49656 solid;
}
.color-gamme-toscane .detail-gammes--slick .slick-dots .slick-active button:hover, .color-toscane .detail-gammes--slick .slick-dots .slick-active button:hover {
  background-color: #f49656;
  border: 1px #f49656 solid;
}
.color-gamme-toscane .detail-gammes--slick-item-img, .color-toscane .detail-gammes--slick-item-img {
  background-color: #f49656;
}
.color-gamme-toscane .detail-gammes--temoignage-video:before, .color-toscane .detail-gammes--temoignage-video:before {
  background-color: #f49656;
}
.color-gamme-toscane.prod_mh .prod--top-container, .color-toscane.prod_mh .prod--top-container {
  background: rgba(244, 150, 86, 0.9);
}
.color-gamme-toscane.prod_mh .prod--plan, .color-toscane.prod_mh .prod--plan {
  background: none !important;
}
@media (min-width: 992px) {
  .color-gamme-toscane.prod_mh .prod--plan, .color-toscane.prod_mh .prod--plan {
    margin-top: 60px;
  }
}
.color-gamme-toscane.prod_mh .prod--plan a:before, .color-toscane.prod_mh .prod--plan a:before {
  background-color: rgba(244, 150, 86, 0.9);
}
.color-gamme-toscane.prod_mh .prod--plus, .color-toscane.prod_mh .prod--plus {
  color: #f49656;
}
.color-gamme-toscane.prod_mh .prod--plus li:before, .color-toscane.prod_mh .prod--plus li:before {
  color: #f49656;
}
.color-gamme-toscane.prod_mh .prod-equip--item h3, .color-toscane.prod_mh .prod-equip--item h3 {
  color: #f49656;
}
.color-gamme-toscane.prod_mh .prod-equip--item li:before, .color-toscane.prod_mh .prod-equip--item li:before {
  background-color: #f49656;
}
@media (min-width: 992px) {
  .color-gamme-toscane .prod--menu-js.fixed-me .prod--menu:before, .color-toscane .prod--menu-js.fixed-me .prod--menu:before {
    background-color: #f49656;
  }
  .color-gamme-toscane .prod--menu-js.fixed-me .prod--menu:after, .color-toscane .prod--menu-js.fixed-me .prod--menu:after {
    background-color: #f49656;
  }
  .color-gamme-toscane .prod--menu-js.fixed-me .prod--menu a, .color-toscane .prod--menu-js.fixed-me .prod--menu a {
    background-color: #f49656;
  }
}
.color-gamme-toscane .prod--menu a:hover, .color-toscane .prod--menu a:hover {
  background-color: #f49656;
}
.color-gamme-toscane .prod--mediatheque .btn-primary, .color-toscane .prod--mediatheque .btn-primary {
  background-color: #f49656;
}
.color-gamme-toscane .box-reassurances, .color-toscane .box-reassurances {
  background-color: #f49656;
}
.color-gamme-toscane .box-reassurances:before, .color-toscane .box-reassurances:before {
  background-color: #f49656;
}
.color-gamme-toscane .box-reassurances:after, .color-toscane .box-reassurances:after {
  background-color: #f49656;
}

.color-gamme-venezia .detail-gammes--top-gamme, .color-venezia .detail-gammes--top-gamme {
  color: #00a694;
}
.color-gamme-venezia .detail-gammes--top-title, .color-venezia .detail-gammes--top-title {
  color: #00a694;
}
.color-gamme-venezia .detail-gammes--top-left, .color-venezia .detail-gammes--top-left {
  background-color: rgba(0, 166, 148, 0.9);
}
.color-gamme-venezia .detail-gammes--top-subtitle, .color-venezia .detail-gammes--top-subtitle {
  color: #00a694;
}
.color-gamme-venezia .detail-gammes--top-txt ol li::after, .color-venezia .detail-gammes--top-txt ol li::after {
  background-color: #00a694;
}
.color-gamme-venezia .detail-gammes--modeles-slick .slick-dots .slick-active button, .color-venezia .detail-gammes--modeles-slick .slick-dots .slick-active button {
  background-color: #00a694;
  border: 1px #00a694 solid;
}
.color-gamme-venezia .detail-gammes--modeles-slick .slick-dots .slick-active button:hover, .color-venezia .detail-gammes--modeles-slick .slick-dots .slick-active button:hover {
  background-color: #00a694;
  border: 1px #00a694 solid;
}
.color-gamme-venezia .detail-gammes--secondary-brochure a, .color-venezia .detail-gammes--secondary-brochure a {
  background-color: #00a694;
}
.color-gamme-venezia .detail-gammes--slick .slick-dots .slick-active button, .color-venezia .detail-gammes--slick .slick-dots .slick-active button {
  background-color: #00a694;
  border: 1px #00a694 solid;
}
.color-gamme-venezia .detail-gammes--slick .slick-dots .slick-active button:hover, .color-venezia .detail-gammes--slick .slick-dots .slick-active button:hover {
  background-color: #00a694;
  border: 1px #00a694 solid;
}
.color-gamme-venezia .detail-gammes--slick-item-img, .color-venezia .detail-gammes--slick-item-img {
  background-color: #00a694;
}
.color-gamme-venezia .detail-gammes--temoignage-video:before, .color-venezia .detail-gammes--temoignage-video:before {
  background-color: #00a694;
}
.color-gamme-venezia.prod_mh .prod--top-container, .color-venezia.prod_mh .prod--top-container {
  background: rgba(0, 166, 148, 0.9);
}
.color-gamme-venezia.prod_mh .prod--plan, .color-venezia.prod_mh .prod--plan {
  background: none !important;
}
@media (min-width: 992px) {
  .color-gamme-venezia.prod_mh .prod--plan, .color-venezia.prod_mh .prod--plan {
    margin-top: 60px;
  }
}
.color-gamme-venezia.prod_mh .prod--plan a:before, .color-venezia.prod_mh .prod--plan a:before {
  background-color: rgba(0, 166, 148, 0.9);
}
.color-gamme-venezia.prod_mh .prod--plus, .color-venezia.prod_mh .prod--plus {
  color: #00a694;
}
.color-gamme-venezia.prod_mh .prod--plus li:before, .color-venezia.prod_mh .prod--plus li:before {
  color: #00a694;
}
.color-gamme-venezia.prod_mh .prod-equip--item h3, .color-venezia.prod_mh .prod-equip--item h3 {
  color: #00a694;
}
.color-gamme-venezia.prod_mh .prod-equip--item li:before, .color-venezia.prod_mh .prod-equip--item li:before {
  background-color: #00a694;
}
@media (min-width: 992px) {
  .color-gamme-venezia .prod--menu-js.fixed-me .prod--menu:before, .color-venezia .prod--menu-js.fixed-me .prod--menu:before {
    background-color: #00a694;
  }
  .color-gamme-venezia .prod--menu-js.fixed-me .prod--menu:after, .color-venezia .prod--menu-js.fixed-me .prod--menu:after {
    background-color: #00a694;
  }
  .color-gamme-venezia .prod--menu-js.fixed-me .prod--menu a, .color-venezia .prod--menu-js.fixed-me .prod--menu a {
    background-color: #00a694;
  }
}
.color-gamme-venezia .prod--menu a:hover, .color-venezia .prod--menu a:hover {
  background-color: #00a694;
}
.color-gamme-venezia .prod--mediatheque .btn-primary, .color-venezia .prod--mediatheque .btn-primary {
  background-color: #00a694;
}
.color-gamme-venezia .box-reassurances, .color-venezia .box-reassurances {
  background-color: #00a694;
}
.color-gamme-venezia .box-reassurances:before, .color-venezia .box-reassurances:before {
  background-color: #00a694;
}
.color-gamme-venezia .box-reassurances:after, .color-venezia .box-reassurances:after {
  background-color: #00a694;
}

.color-gamme-bellavita .detail-gammes--top-gamme, .color-bellavita .detail-gammes--top-gamme, .color-residentiel .detail-gammes--top-gamme {
  color: #ec5f65;
}
.color-gamme-bellavita .detail-gammes--top-title, .color-bellavita .detail-gammes--top-title, .color-residentiel .detail-gammes--top-title {
  color: #ec5f65;
}
.color-gamme-bellavita .detail-gammes--top-left, .color-bellavita .detail-gammes--top-left, .color-residentiel .detail-gammes--top-left {
  background-color: rgba(236, 95, 101, 0.9);
}
.color-gamme-bellavita .detail-gammes--top-subtitle, .color-bellavita .detail-gammes--top-subtitle, .color-residentiel .detail-gammes--top-subtitle {
  color: #ec5f65;
}
.color-gamme-bellavita .detail-gammes--top-txt ol li::after, .color-bellavita .detail-gammes--top-txt ol li::after, .color-residentiel .detail-gammes--top-txt ol li::after {
  background-color: #ec5f65;
}
.color-gamme-bellavita .detail-gammes--modeles-slick .slick-dots .slick-active button, .color-bellavita .detail-gammes--modeles-slick .slick-dots .slick-active button, .color-residentiel .detail-gammes--modeles-slick .slick-dots .slick-active button {
  background-color: #ec5f65;
  border: 1px #ec5f65 solid;
}
.color-gamme-bellavita .detail-gammes--modeles-slick .slick-dots .slick-active button:hover, .color-bellavita .detail-gammes--modeles-slick .slick-dots .slick-active button:hover, .color-residentiel .detail-gammes--modeles-slick .slick-dots .slick-active button:hover {
  background-color: #ec5f65;
  border: 1px #ec5f65 solid;
}
.color-gamme-bellavita .detail-gammes--secondary-brochure a, .color-bellavita .detail-gammes--secondary-brochure a, .color-residentiel .detail-gammes--secondary-brochure a {
  background-color: #ec5f65;
}
.color-gamme-bellavita .detail-gammes--slick .slick-dots .slick-active button, .color-bellavita .detail-gammes--slick .slick-dots .slick-active button, .color-residentiel .detail-gammes--slick .slick-dots .slick-active button {
  background-color: #ec5f65;
  border: 1px #ec5f65 solid;
}
.color-gamme-bellavita .detail-gammes--slick .slick-dots .slick-active button:hover, .color-bellavita .detail-gammes--slick .slick-dots .slick-active button:hover, .color-residentiel .detail-gammes--slick .slick-dots .slick-active button:hover {
  background-color: #ec5f65;
  border: 1px #ec5f65 solid;
}
.color-gamme-bellavita .detail-gammes--slick-item-img, .color-bellavita .detail-gammes--slick-item-img, .color-residentiel .detail-gammes--slick-item-img {
  background-color: #ec5f65;
}
.color-gamme-bellavita .detail-gammes--temoignage-video:before, .color-bellavita .detail-gammes--temoignage-video:before, .color-residentiel .detail-gammes--temoignage-video:before {
  background-color: #ec5f65;
}
.color-gamme-bellavita.prod_mh .prod--top-container, .color-bellavita.prod_mh .prod--top-container, .color-residentiel.prod_mh .prod--top-container {
  background: rgba(236, 95, 101, 0.9);
}
.color-gamme-bellavita.prod_mh .prod--plan, .color-bellavita.prod_mh .prod--plan, .color-residentiel.prod_mh .prod--plan {
  background: none !important;
}
@media (min-width: 992px) {
  .color-gamme-bellavita.prod_mh .prod--plan, .color-bellavita.prod_mh .prod--plan, .color-residentiel.prod_mh .prod--plan {
    margin-top: 60px;
  }
}
.color-gamme-bellavita.prod_mh .prod--plan a:before, .color-bellavita.prod_mh .prod--plan a:before, .color-residentiel.prod_mh .prod--plan a:before {
  background-color: rgba(236, 95, 101, 0.9);
}
.color-gamme-bellavita.prod_mh .prod--plus, .color-bellavita.prod_mh .prod--plus, .color-residentiel.prod_mh .prod--plus {
  color: #ec5f65;
}
.color-gamme-bellavita.prod_mh .prod--plus li:before, .color-bellavita.prod_mh .prod--plus li:before, .color-residentiel.prod_mh .prod--plus li:before {
  color: #ec5f65;
}
.color-gamme-bellavita.prod_mh .prod-equip--item h3, .color-bellavita.prod_mh .prod-equip--item h3, .color-residentiel.prod_mh .prod-equip--item h3 {
  color: #ec5f65;
}
.color-gamme-bellavita.prod_mh .prod-equip--item li:before, .color-bellavita.prod_mh .prod-equip--item li:before, .color-residentiel.prod_mh .prod-equip--item li:before {
  background-color: #ec5f65;
}
@media (min-width: 992px) {
  .color-gamme-bellavita .prod--menu-js.fixed-me .prod--menu:before, .color-bellavita .prod--menu-js.fixed-me .prod--menu:before, .color-residentiel .prod--menu-js.fixed-me .prod--menu:before {
    background-color: #ec5f65;
  }
  .color-gamme-bellavita .prod--menu-js.fixed-me .prod--menu:after, .color-bellavita .prod--menu-js.fixed-me .prod--menu:after, .color-residentiel .prod--menu-js.fixed-me .prod--menu:after {
    background-color: #ec5f65;
  }
  .color-gamme-bellavita .prod--menu-js.fixed-me .prod--menu a, .color-bellavita .prod--menu-js.fixed-me .prod--menu a, .color-residentiel .prod--menu-js.fixed-me .prod--menu a {
    background-color: #ec5f65;
  }
}
.color-gamme-bellavita .prod--menu a:hover, .color-bellavita .prod--menu a:hover, .color-residentiel .prod--menu a:hover {
  background-color: #ec5f65;
}
.color-gamme-bellavita .prod--mediatheque .btn-primary, .color-bellavita .prod--mediatheque .btn-primary, .color-residentiel .prod--mediatheque .btn-primary {
  background-color: #ec5f65;
}
.color-gamme-bellavita .box-reassurances, .color-bellavita .box-reassurances, .color-residentiel .box-reassurances {
  background-color: #ec5f65;
}
.color-gamme-bellavita .box-reassurances:before, .color-bellavita .box-reassurances:before, .color-residentiel .box-reassurances:before {
  background-color: #ec5f65;
}
.color-gamme-bellavita .box-reassurances:after, .color-bellavita .box-reassurances:after, .color-residentiel .box-reassurances:after {
  background-color: #ec5f65;
}

.color-gamme-bilboa .detail-gammes--top-gamme, .color-bilboa .detail-gammes--top-gamme {
  color: #80b158;
}
.color-gamme-bilboa .detail-gammes--top-title, .color-bilboa .detail-gammes--top-title {
  color: #80b158;
}
.color-gamme-bilboa .detail-gammes--top-left, .color-bilboa .detail-gammes--top-left {
  background-color: rgba(128, 177, 88, 0.9);
}
.color-gamme-bilboa .detail-gammes--top-subtitle, .color-bilboa .detail-gammes--top-subtitle {
  color: #80b158;
}
.color-gamme-bilboa .detail-gammes--top-txt ol li::after, .color-bilboa .detail-gammes--top-txt ol li::after {
  background-color: #80b158;
}
.color-gamme-bilboa .detail-gammes--modeles-slick .slick-dots .slick-active button, .color-bilboa .detail-gammes--modeles-slick .slick-dots .slick-active button {
  background-color: #80b158;
  border: 1px #80b158 solid;
}
.color-gamme-bilboa .detail-gammes--modeles-slick .slick-dots .slick-active button:hover, .color-bilboa .detail-gammes--modeles-slick .slick-dots .slick-active button:hover {
  background-color: #80b158;
  border: 1px #80b158 solid;
}
.color-gamme-bilboa .detail-gammes--secondary-brochure a, .color-bilboa .detail-gammes--secondary-brochure a {
  background-color: #80b158;
}
.color-gamme-bilboa .detail-gammes--slick .slick-dots .slick-active button, .color-bilboa .detail-gammes--slick .slick-dots .slick-active button {
  background-color: #80b158;
  border: 1px #80b158 solid;
}
.color-gamme-bilboa .detail-gammes--slick .slick-dots .slick-active button:hover, .color-bilboa .detail-gammes--slick .slick-dots .slick-active button:hover {
  background-color: #80b158;
  border: 1px #80b158 solid;
}
.color-gamme-bilboa .detail-gammes--slick-item-img, .color-bilboa .detail-gammes--slick-item-img {
  background-color: #80b158;
}
.color-gamme-bilboa .detail-gammes--temoignage-video:before, .color-bilboa .detail-gammes--temoignage-video:before {
  background-color: #80b158;
}
.color-gamme-bilboa.prod_mh .prod--top-container, .color-bilboa.prod_mh .prod--top-container {
  background: rgba(128, 177, 88, 0.9);
}
.color-gamme-bilboa.prod_mh .prod--plan, .color-bilboa.prod_mh .prod--plan {
  background: none !important;
}
@media (min-width: 992px) {
  .color-gamme-bilboa.prod_mh .prod--plan, .color-bilboa.prod_mh .prod--plan {
    margin-top: 60px;
  }
}
.color-gamme-bilboa.prod_mh .prod--plan a:before, .color-bilboa.prod_mh .prod--plan a:before {
  background-color: rgba(128, 177, 88, 0.9);
}
.color-gamme-bilboa.prod_mh .prod--plus, .color-bilboa.prod_mh .prod--plus {
  color: #80b158;
}
.color-gamme-bilboa.prod_mh .prod--plus li:before, .color-bilboa.prod_mh .prod--plus li:before {
  color: #80b158;
}
.color-gamme-bilboa.prod_mh .prod-equip--item h3, .color-bilboa.prod_mh .prod-equip--item h3 {
  color: #80b158;
}
.color-gamme-bilboa.prod_mh .prod-equip--item li:before, .color-bilboa.prod_mh .prod-equip--item li:before {
  background-color: #80b158;
}
@media (min-width: 992px) {
  .color-gamme-bilboa .prod--menu-js.fixed-me .prod--menu:before, .color-bilboa .prod--menu-js.fixed-me .prod--menu:before {
    background-color: #80b158;
  }
  .color-gamme-bilboa .prod--menu-js.fixed-me .prod--menu:after, .color-bilboa .prod--menu-js.fixed-me .prod--menu:after {
    background-color: #80b158;
  }
  .color-gamme-bilboa .prod--menu-js.fixed-me .prod--menu a, .color-bilboa .prod--menu-js.fixed-me .prod--menu a {
    background-color: #80b158;
  }
}
.color-gamme-bilboa .prod--menu a:hover, .color-bilboa .prod--menu a:hover {
  background-color: #80b158;
}
.color-gamme-bilboa .prod--mediatheque .btn-primary, .color-bilboa .prod--mediatheque .btn-primary {
  background-color: #80b158;
}
.color-gamme-bilboa .box-reassurances, .color-bilboa .box-reassurances {
  background-color: #80b158;
}
.color-gamme-bilboa .box-reassurances:before, .color-bilboa .box-reassurances:before {
  background-color: #80b158;
}
.color-gamme-bilboa .box-reassurances:after, .color-bilboa .box-reassurances:after {
  background-color: #80b158;
}

.detail-gammes--top {
  position: relative;
  margin-bottom: 60px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .detail-gammes--top {
    margin-top: 0;
  }
}

.detail-gammes--top-img {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -1;
  height: 150px;
}
@media (min-width: 576px) {
  .detail-gammes--top-img {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .detail-gammes--top-img {
    height: 300px;
    top: 0;
  }
}
@media (min-width: 992px) {
  .detail-gammes--top-img {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .detail-gammes--top-img {
    height: 450px;
  }
}
.detail-gammes--top-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100% !important;
}

@media (min-width: 768px) {
  .detail-gammes--top-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .detail-gammes--top-content {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  .detail-gammes--top-content {
    padding-top: 160px;
  }
}

.detail-gammes--top-left {
  display: inline-block;
  color: #fff;
  padding: 25px 10px 25px 10px;
}
@media (min-width: 768px) {
  .detail-gammes--top-left {
    display: block;
    flex: 0 0 130px;
    padding: 180px 10px 25px 10px;
  }
}
@media (min-width: 1200px) {
  .detail-gammes--top-left {
    padding: 300px 10px 25px 10px;
  }
}

.detail-gammes--top-modeles {
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.detail-gammes--top-modeles:before {
  content: "";
  width: 100%;
  height: 1px;
  max-width: 60px;
  border-bottom: 2px #fff dotted;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.detail-gammes--top-modeles span {
  display: block;
  font-size: 14px;
}

.detail-gammes--top-chambres {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
.detail-gammes--top-chambres span {
  display: block;
  font-size: 14px;
}

.detail-gammes--top-right {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .detail-gammes--top-right {
    padding: 0 30px;
    margin-top: 200px;
  }
}
@media (min-width: 992px) {
  .detail-gammes--top-right {
    margin-top: 240px;
  }
}
@media (min-width: 1200px) {
  .detail-gammes--top-right {
    margin-top: 285px;
  }
}

.detail-gammes--top-gamme {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .detail-gammes--top-gamme {
    position: absolute;
    top: 110px;
    left: 10px;
    text-shadow: none;
    text-shadow: 4px 4px 10px #000;
    color: #fff !important;
  }
}
@media (min-width: 992px) {
  .detail-gammes--top-gamme {
    top: 160px;
  }
}
@media (min-width: 1200px) {
  .detail-gammes--top-gamme {
    top: 250px;
  }
}

.detail-gammes--top-title {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: "operatta 8";
  text-transform: lowercase;
  font-size: 70px;
  line-height: 74px;
}
@media (min-width: 768px) {
  .detail-gammes--top-title {
    font-size: 130px;
    line-height: 134px;
    position: absolute;
    top: 120px;
    left: 80px;
    margin-top: 0;
    text-shadow: 4px 4px 10px #000;
    color: #fff !important;
  }
}
@media (min-width: 992px) {
  .detail-gammes--top-title {
    top: 170px;
  }
}
@media (min-width: 1200px) {
  .detail-gammes--top-title {
    top: 260px;
  }
}

.detail-gammes--top-subtitle {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .detail-gammes--top-subtitle {
    font-size: 44px;
    line-height: 48px;
  }
}

.detail-gammes--top-txt ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 0;
}
@media (min-width: 768px) {
  .detail-gammes--top-txt ol {
    padding-left: 40px;
  }
}
.detail-gammes--top-txt ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
}
.detail-gammes--top-txt ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 2px;
  left: 9px;
}
.detail-gammes--top-txt ol li::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.detail-gammes--primary-txt h2 {
  text-transform: uppercase;
  color: #3d505a;
  font-weight: 500;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 22px;
  line-height: 26px;
}
.detail-gammes--primary-txt h3 {
  text-transform: uppercase;
  color: #3d505a;
  font-weight: 500;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  line-height: 22px;
}

.detail-gammes--title-modeles {
  text-transform: uppercase;
  color: #3d505a;
  font-weight: 500;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .detail-gammes--title-modeles {
    font-size: 36px;
    line-height: 42px;
  }
}

.produitsAssocies-title {
  text-align: center;
  text-transform: uppercase;
  color: #3d505a;
  font-size: 35px;
  margin-bottom: 38px;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 20px;
}

.detail-gammes--modeles-slick {
  margin-bottom: 80px;
}
.detail-gammes--modeles-slick .slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px #3d505a solid;
  background-color: #fff;
  transition: all 0.2s linear;
}
.detail-gammes--modeles-slick .slick-dots button:before {
  content: none;
}

.detail-gammes--secondary-txt h2 {
  text-transform: uppercase;
  color: #3d505a;
  font-weight: 500;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .detail-gammes--secondary-txt h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.detail-gammes--secondary-txt h3 {
  text-transform: uppercase;
  color: #3d505a;
  font-weight: 500;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .detail-gammes--secondary-right {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .detail-gammes--secondary-infos {
    order: 2;
    margin-top: -150px;
  }
}

.detail-gammes--secondary-list {
  display: inline-block;
  background-color: #d9d8d3;
  color: #3d505a;
  padding: 20px 30px 10px 15px;
}
.detail-gammes--secondary-list ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.detail-gammes--secondary-list li {
  line-height: 32px;
}

.detail-gammes--secondary-brochure a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 45px 8px 60px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  transition: all 0.2s linear;
}
.detail-gammes--secondary-brochure a:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.detail-gammes--secondary-brochure a:hover, .detail-gammes--secondary-brochure a:focus {
  background-color: #3d505a;
}

@media (min-width: 992px) {
  .detail-gammes--secondary-img {
    order: 1;
  }
}

.detail-gammes--personnalisez-title {
  text-transform: uppercase;
  color: #3d505a;
  font-weight: 500;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .detail-gammes--personnalisez-title {
    font-size: 36px;
    line-height: 42px;
  }
}

.detail-gammes--personnalisez-txt {
  text-align: center;
  margin-bottom: 50px;
}

.detail-gammes--slick {
  margin-bottom: 100px;
}
.detail-gammes--slick .slick-list {
  overflow: visible;
}
.detail-gammes--slick .slick-dots {
  bottom: -45px;
}
.detail-gammes--slick .slick-dots .slick-active button {
  background-color: #ec5f65;
  border: 1px #ec5f65 solid;
}
.detail-gammes--slick .slick-dots .slick-active button:hover {
  background-color: #ec5f65;
  border: 1px #ec5f65 solid;
}
.detail-gammes--slick .slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px #3d505a solid;
  background-color: #fff;
  transition: all 0.2s linear;
}
.detail-gammes--slick .slick-dots button:before {
  content: none;
}

.detail-gammes--slick-item {
  height: 350px !important;
}
.detail-gammes--slick-item img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100% !important;
}

.detail-gammes--slick-item-img {
  position: relative;
  display: block;
  height: 100%;
  background-color: #ec5f65;
  overflow: hidden;
}
.detail-gammes--slick-item-img:before {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  z-index: 1;
}
.detail-gammes--slick-item-img:after {
  content: "";
  width: 4px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s linear;
  z-index: 1;
}
.detail-gammes--slick-item-img:hover:before {
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail-gammes--slick-item-img:hover:after {
  top: 50%;
  transform: translate(-50%, -50%);
}
.detail-gammes--slick-item-img:hover img {
  opacity: 0.5;
}
.detail-gammes--slick-item-img img {
  transition: all 0.2s linear;
}

.detail-gammes--temoignage-title {
  text-transform: uppercase;
  color: #3d505a;
  font-weight: 500;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .detail-gammes--temoignage-title {
    font-size: 36px;
    line-height: 42px;
  }
}

.detail-gammes--temoignage-txt {
  text-align: center;
  margin-bottom: 50px;
}

.detail-gammes--temoignage-video {
  position: relative;
  margin-bottom: 120px;
}
.detail-gammes--temoignage-video:before {
  content: "";
  width: 200%;
  height: 160px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .detail-gammes--temoignage-video:before {
    height: 200px;
    top: 180px;
  }
}
@media (min-width: 768px) {
  .detail-gammes--temoignage-video:before {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .detail-gammes--temoignage-video:before {
    height: 400px;
  }
}

/* page détail gammes FIN */
/* page détail modèles */
.prod--menu-content {
  min-height: 46px;
}

@media (min-width: 992px) {
  .prod--menu-js {
    transition: all 0.2s linear;
  }
  .prod--menu-js.fixed-me {
    position: fixed;
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .prod--menu-js.fixed-me .prod--menu {
    position: relative;
    border-bottom: none;
  }
  .prod--menu-js.fixed-me .prod--menu:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ec5f65;
    position: absolute;
    top: 0;
    left: 99%;
    z-index: -1;
  }
  .prod--menu-js.fixed-me .prod--menu:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ec5f65;
    position: absolute;
    top: 0;
    right: 99%;
    z-index: -1;
  }
  .prod--menu-js.fixed-me .prod--menu a {
    color: #fff;
    background-color: #ec5f65;
  }
  .prod--menu-js.fixed-me .prod--menu a:hover {
    color: #3d505a !important;
    background-color: #fff !important;
  }
  .prod--menu-js.fixed-me .prod--menu a:hover:before {
    color: #3d505a;
  }
  .prod--menu-js.fixed-me .prod--menu-pdf a:before {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .prod--menu-js.fixed-me {
    top: 108px;
  }
}

.prod--menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  border-bottom: 2px #3d505a dotted;
}
.prod--menu a {
  display: inline-block;
  flex: auto;
  text-align: center;
  color: #3d505a;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.2s linear;
}
.prod--menu a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ec5f65;
}
.prod--menu .prod--menu-pdf {
  display: inline-block;
  flex: auto;
}
.prod--menu .prod--menu-pdf a {
  position: relative;
  width: 100%;
}
.prod--menu .prod--menu-pdf a:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #3d505a;
  margin-left: -66px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear;
}
.prod--menu .prod--menu-pdf a:hover:before {
  color: #fff;
}

.prod-2021--desc-suite h2 {
  color: #3d505a !important;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.prod-2021--desc-suite h3 {
  color: #3d505a !important;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-family: "SansaPro-Normal", sansation, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.prod--mediatheque .btn-primary {
  border: none;
  background-color: #ec5f65;
  text-transform: none;
  color: #fff !important;
  padding: 8px 30px;
}
.prod--mediatheque .btn-primary:hover, .prod--mediatheque .btn-primary:focus {
  color: #fff !important;
  background-color: #3d505a !important;
}

.box-reassurances {
  position: relative;
  margin-bottom: 100px;
  background-color: #ec5f65;
}
.box-reassurances:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ec5f65;
  position: absolute;
  top: 0;
  left: 100%;
}
.box-reassurances:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ec5f65;
  position: absolute;
  top: 0;
  right: 100%;
}

.box-reassurances--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 100px 0 70px 0;
  margin-bottom: 0;
}
.box-reassurances--list li {
  width: 50%;
}
@media (min-width: 576px) {
  .box-reassurances--list li {
    width: auto;
  }
}

.box-reassurances--link {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  padding: 140px 15px 0 15px;
  margin-bottom: 30px;
  transition: all 0.2s linear;
}
@media (min-width: 768px) {
  .box-reassurances--link {
    min-width: 200px;
  }
}
.box-reassurances--link:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px #fff solid;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s linear;
}
.box-reassurances--link:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s linear;
}
.box-reassurances--link:hover, .box-reassurances--link:focus {
  color: #000;
  text-decoration: none;
}
.box-reassurances--link:hover:before, .box-reassurances--link:focus:before {
  border: 1px #000 solid;
}
.box-reassurances--link:hover:after, .box-reassurances--link:focus:after {
  color: #fff;
}

.box-reassurances--link_1:after {
  content: "";
  margin-left: -6px;
  font-size: 60px;
  top: 28px;
}

.box-reassurances--link_2:after {
  content: "";
  margin-left: -6px;
  font-size: 76px;
  top: 16px;
}

.box-reassurances--link_3:after {
  content: "";
  margin-left: -6px;
  font-size: 66px;
  top: 12px;
}

.box-reassurances--link_4:after {
  content: "";
  margin-left: -6px;
  font-size: 80px;
  top: 16px;
  transform: translateX(-50%) rotate(25deg);
}

.box-reassurances--link_5:after {
  content: "";
  margin-left: -6px;
  font-size: 80px;
  top: 11px;
  transform: translateX(-50%) rotate(25deg);
}

.prod--bottom {
  display: flex;
  margin-bottom: 60px;
}
.prod--bottom .btn-back {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.type-page-particulier .btn-pro {
  display: none;
}
.type-page-particulier .search-modeles--affiner {
  color: #ec5f65;
}
.type-page-particulier .search-modeles--affiner:before {
  color: #ec5f65;
}
.type-page-particulier .btn-switch-img:before {
  background-color: #ec5f65;
}
.type-page-particulier .btn-switch-img-photos.fn-switch-img-color {
  color: #ec5f65;
}
.type-page-particulier .btn-switch-img-plans.fn-switch-img-color {
  color: #ec5f65;
}
.type-page-particulier .search-prod--form-modeles .prod-search--reset {
  color: #ec5f65;
}
.type-page-particulier .search-prod--form-modeles .prod-search--reset:hover, .type-page-particulier .search-prod--form-modeles .prod-search--reset:focus {
  color: #ec5f65;
}
.type-page-particulier .search-prod-submit {
  border: 2px #ec5f65 solid !important;
  background-color: #ec5f65 !important;
}
.type-page-particulier .search-prod-submit:hover, .type-page-particulier .search-prod-submit:focus {
  border: 2px #ec5f65 solid !important;
  background-color: transparent !important;
  color: #ec5f65 !important;
}
.type-page-particulier .liste-gammes--top a {
  color: #ec5f65;
}
.type-page-particulier .liste-gammes--sub-title {
  color: #ec5f65;
}
.type-page-particulier .config--tab:after {
  background-color: #ec5f65;
}
.type-page-particulier .config--tab .nav-link.active, .type-page-particulier .config--tab .nav-link.pager_current_page {
  color: #ec5f65;
}
.type-page-particulier .cat-header--desc a {
  color: #ec5f65;
}
.type-page-particulier .btn-primary:hover, .type-page-particulier .btn-primary:focus {
  background-color: #ec5f65;
  border: 2px solid #ec5f65;
}

.type-page-pro .btn-particulier {
  display: none;
}

.breadcrumb-item a {
  color: #3d505a !important;
}

/* page détail modèles FIN */
/* page liste modèles */
.cat-list-2022 h1 {
  text-align: center;
}
.cat-list-2022 .icon-icon-pointillets-txt {
  font-size: 26px;
  color: #8da1a8;
}
.cat-list-2022 .icon-mobil-home {
  color: #8da1a8;
}

.search-modeles-content {
  min-height: 66px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .search-modeles-js {
    transition: all 0.2s linear;
  }
  .search-modeles-js.fixed-me {
    position: fixed;
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .search-modeles-js.fixed-me {
    top: 108px;
  }
}

.search-modeles {
  position: relative;
  box-shadow: 0 0 20px #a3a3a3;
  border-radius: 15px;
  padding: 20px;
  background-color: #fff;
}

.search-modeles--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 576px) {
  .search-modeles--top {
    flex-direction: row;
  }
}

.search-modeles--affiner {
  position: relative;
  background: none;
  color: #00aef1;
  text-transform: uppercase;
  border: none;
  padding-right: 34px;
  font-size: 14px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .search-modeles--affiner {
    font-size: 16px;
    order: 1;
  }
}
.search-modeles--affiner.collapsed:before {
  transform: translateY(-50%) rotate(-90deg);
}
.search-modeles--affiner:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  color: #00aef1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.2s linear;
}
@media (min-width: 576px) {
  .search-modeles--affiner:before {
    font-size: 26px;
  }
}
.search-modeles--affiner:hover, .search-modeles--affiner:focus {
  outline: none;
  text-decoration: none;
}

.search-prod--form-modeles {
  margin-top: 30px;
}
.search-prod--form-modeles .search-prod--submit-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .search-prod--form-modeles .search-prod--submit-container {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .search-prod--form-modeles .search-prod--submit-container {
    justify-content: flex-end;
  }
}
.search-prod--form-modeles .search-prod-submit {
  background-color: #00aef1;
  padding: 15px 25px;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  border: 2px #00aef1 solid;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s linear;
}
.search-prod--form-modeles .search-prod-submit:hover, .search-prod--form-modeles .search-prod-submit:focus {
  border: 2px #00aef1 solid;
  outline: none;
  color: #00aef1;
  background-color: transparent;
}
.search-prod--form-modeles .prod-search--reset {
  background: none;
  color: #00aef1;
  text-decoration: underline;
  text-transform: uppercase;
  border: none;
  margin: 0 30px 20px 30px;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media (min-width: 576px) {
  .search-prod--form-modeles .prod-search--reset {
    margin-bottom: 0;
  }
}
.search-prod--form-modeles .prod-search--reset:hover, .search-prod--form-modeles .prod-search--reset:focus {
  outline: none;
  color: #00aef1;
  text-decoration: none;
  background-color: transparent;
}
.search-prod--form-modeles .form-control, .search-prod--form-modeles .prod_defaut .form-group_add-to-cart input, .prod_defaut .form-group_add-to-cart .search-prod--form-modeles input, .search-prod--form-modeles .cart-list--body-cell input, .cart-list--body-cell .search-prod--form-modeles input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px #919191 solid;
}
.search-prod--form-modeles .form-control:hover, .search-prod--form-modeles .prod_defaut .form-group_add-to-cart input:hover, .prod_defaut .form-group_add-to-cart .search-prod--form-modeles input:hover, .search-prod--form-modeles .cart-list--body-cell input:hover, .cart-list--body-cell .search-prod--form-modeles input:hover, .search-prod--form-modeles .form-control:focus, .search-prod--form-modeles .prod_defaut .form-group_add-to-cart input:focus, .prod_defaut .form-group_add-to-cart .search-prod--form-modeles input:focus, .search-prod--form-modeles .cart-list--body-cell input:focus, .cart-list--body-cell .search-prod--form-modeles input:focus {
  box-shadow: none;
}
.search-prod--form-modeles .form-control option[disabled=disabled], .search-prod--form-modeles .prod_defaut .form-group_add-to-cart input option[disabled=disabled], .prod_defaut .form-group_add-to-cart .search-prod--form-modeles input option[disabled=disabled], .search-prod--form-modeles .cart-list--body-cell input option[disabled=disabled], .cart-list--body-cell .search-prod--form-modeles input option[disabled=disabled] {
  color: #c7c7c7;
}
.search-prod--form-modeles .search-prod--form-modeles-autres {
  display: block;
  border-bottom: 2px #919191 solid;
  font-size: 20px;
  margin-bottom: 20px;
}
.search-prod--form-modeles .custom-control {
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 10px;
}
.search-prod--form-modeles .custom-control-label:before {
  border: 1px #919191 solid;
  background-color: transparent;
  left: auto;
  right: 0;
}
.search-prod--form-modeles .custom-control-label:after {
  left: auto;
  right: 0;
}
.search-prod--form-modeles .ranges {
  width: 100%;
  margin-top: 10px;
}
.search-prod--form-modeles .ranges .prod-search--range-block {
  position: relative;
  padding: 30px 10px 0 10px;
}
.search-prod--form-modeles .ranges .ui-widget-content {
  height: 2px;
  border: none !important;
  opacity: 1 !important;
}
.search-prod--form-modeles .ranges .ui-slider-range {
  background: #919191;
  opacity: 1 !important;
}
.search-prod--form-modeles .ranges .ui-state-default {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  top: -6px !important;
  opacity: 1 !important;
  background: #919191 !important;
  border: none !important;
}
.search-prod--form-modeles .ranges .ui-state-default:focus {
  outline: none;
}
.search-prod--form-modeles .ranges .ui-state-active {
  background-color: #919191 !important;
  border-color: #919191 !important;
}
.search-prod--form-modeles .ranges .prod-search--range-number {
  position: absolute;
  top: 0;
}
.search-prod--form-modeles .ranges .prod-search--range-number_left {
  left: 0;
}
.search-prod--form-modeles .ranges .prod-search--range-number_right {
  right: 0;
}

.btn-switch-img {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  border: 1px #000 solid;
  border-radius: 10px;
  background-color: transparent;
  margin: 0 55px 20px 65px;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media (min-width: 576px) {
  .btn-switch-img {
    order: 2;
    margin-bottom: 0;
  }
}
.btn-switch-img:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #00aef1;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
.btn-switch-img.fn-btn-switch:before {
  left: 32px;
}
.btn-switch-img:hover, .btn-switch-img:focus {
  outline: none;
}

.btn-switch-img-photos {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 50%;
  left: -58px;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
.btn-switch-img-photos.fn-switch-img-color {
  color: #00aef1;
}

.btn-switch-img-plans {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 50%;
  right: -46px;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
.btn-switch-img-plans.fn-switch-img-color {
  color: #00aef1;
}

.fn-img-hide {
  opacity: 0;
  transition: all 0.2s linear;
}

/* page liste modèles FIN */
/* page configurez votre mobil-home */
.page-configurez-mobil-home .detail-gammes--personnalisez-title {
  display: none;
}

/* page configurez votre mobil-home FIN */
/* box boite a outils 2022 */
.box-tools-2022 {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .box-tools-2022 {
    position: fixed;
    top: 50%;
    right: 0;
    margin: auto;
    z-index: 2;
  }
}

.box-tools-2022--btn {
  position: relative;
  white-space: normal;
  padding-left: 50px;
  padding-right: 35px;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #3d505a;
  color: #d9d8d3;
  border: none;
  padding: 8px 35px 8px 50px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.box-tools-2022--btn.collapsed:before {
  transform: translateY(-50%) rotate(-90deg);
}
.box-tools-2022--btn:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.2s linear;
}
.box-tools-2022--btn:hover, .box-tools-2022--btn:focus {
  outline: none;
  box-shadow: none;
}
.box-tools-2022--btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #3d505a;
  background-color: #d9d8d3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.box-tools-2022--item:first-child .box-tools-2022--link {
  padding-top: 15px;
}
.box-tools-2022--item:last-child .box-tools-2022--link {
  padding-bottom: 15px;
}

.box-tools-2022--link {
  display: block;
  position: relative;
  padding: 10px 5px 10px 50px;
  background-color: #d9d8d3;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #3d505a;
  transition: all 0.2s linear;
}
.box-tools-2022--link:hover, .box-tools-2022--link:focus {
  color: #3d505a;
  background-color: #c7c6c1;
}
.box-tools-2022--link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #3d505a;
  color: #d9d8d3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

/* box boite a outils 2022 FIN */
/* UI MOTEUR RANGE */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* UI MOTEUR RANGE FIN */
/** RESPONSIVE **/
/** Personnalisation **/
/*	--------------------------------------------------
	--------------------------------------------------
		Gestion des fonts.
		Possibilité de créer une mixin par font

	--------------------------------------------------
	--------------------------------------------------*/
@font-face {
  font-family: "sansation light";
  /*sansa_prolight*/
  src: url("fonts/sansapro-light-webfont.woff2") format("woff2"), url("fonts/sansapro-light-webfont.woff") format("woff"), url("fonts/sansapro-light-webfont.ttf") format("truetype");
  /*sansation_light*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sansation";
  /*sansa_pronormal*/
  src: url("fonts/sansapro-normal-webfont.woff2") format("woff2"), url("fonts/sansapro-normal-webfont.woff") format("woff"), url("fonts/sansapro-normal-webfont.ttf") format("truetype");
  /*sansation_regular*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "magnolia";
  /*Trash Hand*/
  src: url("fonts/trashhand-webfont.woff2") format("woff2"), url("fonts/trashhand-webfont.woff") format("woff"), url("fonts/trashhand-webfont.ttf") format("truetype");
  /*magnolia_sky*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sansation bold";
  /*sansa_probold*/
  src: url("fonts/sansapro-bold-webfont.woff2") format("woff2"), url("fonts/sansapro-bold-webfont.woff") format("woff"), url("fonts/sansapro-bold-webfont.ttf") format("truetype");
  /*sansation_bold*/
  font-weight: normal;
  font-style: normal;
}
.kilili {
  color: red;
}

@font-face {
  font-family: "trashhandregular";
  /*sansa_probold*/
  src: url("fonts/trashhand-webfont.woff2") format("woff2"), url("fonts/trashhand-webfont.woff") format("woff"), url("fonts/trashhand-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sansa_probold";
  src: url("fonts/sansapro-bold-webfont.woff2") format("woff2"), url("fonts/sansapro-bold-webfont.woff") format("woff"), url("fonts/sansapro-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sansa_prolight";
  src: url("fonts/sansapro-light-webfont.woff2") format("woff2"), url("fonts/sansapro-light-webfont.woff") format("woff"), url("fonts/sansapro-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sansa_pronormal";
  src: url("fonts/sansapro-normal-webfont.woff2") format("woff2"), url("fonts/sansapro-normal-webfont.woff") format("woff"), url("fonts/sansapro-normal-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sansa_prosemibold";
  src: url("fonts/sansapro-semibold-webfont.woff2") format("woff2"), url("fonts/sansapro-semibold-webfont.woff") format("woff"), url("fonts/sansapro-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/** ICOMOON **/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon/icomoon.eot");
  src: url("fonts/icomoon/icomoon.eot") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf") format("truetype"), url("fonts/icomoon/icomoon.woff") format("woff"), url("fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .icomoon, .sw-item--container:after, .sw-item--img:after, .slick-dots li button:before, .slick-prev:before, .slick-next:before, .overlibclose a:before, .btn-prev:before, .btn-next:after, .btn-back:before, .prod_mh .prod--plan a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-CATALOGUE:before {
  content: "";
}

.icon-ESPACECLIENT:before {
  content: "";
}

.icon-PIECESDETACHEES:before {
  content: "";
}

.icon-SHOWROOM:before {
  content: "";
}

.icon-picto-chassis:before {
  content: "";
}

.icon-picto-structure:before {
  content: "";
}

.icon-picto-sav:before {
  content: "";
}

.icon-picto-fiabilite:before {
  content: "";
}

.icon-picto-service:before {
  content: "";
}

.icon-surface2:before {
  content: "";
}

.icon-mobi2:before {
  content: "";
}

/*.icon-pers:before {
  content: "\e927";
}
.icon-surface:before {
  content: "\e941";
}
.icon-Taille:before {
  content: "\e942";
}*/
.icon-360:before {
  content: "";
}

.icon-youtube1:before {
  content: "";
}

.icon-glass:before {
  content: "";
}

.icon-recrutement:before {
  content: "";
}

.icon-modeles-2017-2018:before {
  content: "";
}

.icon-pieces-detachees:before {
  content: "";
}

.icon-presse:before {
  content: "";
}

.icon-chrono:before {
  content: "";
  color: #424f54;
}

.icon-map:before {
  content: "";
  color: #3d505a;
}

.icon-1chamb:before {
  content: "";
  /*e91a*/
}

.icon-2chamb:before {
  content: "";
  /*e91b*/
}

.icon-3chamb:before {
  content: "";
  /*e921*/
}

.icon-4chamb:before {
  content: "";
  /*e928*/
}

.icon-catalogue:before {
  content: "";
}

.icon-catalogue2:before {
  content: "";
}

.icon-engagement:before {
  content: "";
}

.icon-mobi-noir-et-blc:before {
  content: "";
}

.icon-telephone2:before {
  content: "";
}

.icon-check2:before {
  content: "";
}

.icon-config:before {
  content: "";
}

.icon-garantie:before {
  content: "";
}

.icon-man:before {
  content: "";
}

.icon-revendeur:before {
  content: "";
}

.icon-select:before {
  content: "";
}

.icon-icon-pointillets-txt:before {
  content: "";
}

.icon-2-4pers .path1:before {
  content: "";
  color: black;
}

.icon-2-4pers .path2:before {
  content: "";
  margin-left: -0.634765625em;
  color: #706f6f;
}

.icon-2pers:before {
  content: "";
  /*e92c*/
  font-size: 30px;
}

.icon-4-6pers .path1:before {
  content: "";
  color: black;
}

.icon-4-6pers .path2:before {
  content: "";
  margin-left: -0.9716796875em;
  color: #706f6f;
}

.icon-6-8pers .path1:before {
  content: "";
  color: black;
}

.icon-6-8pers .path2:before {
  content: "";
  margin-left: -1.314453125em;
  color: #706f6f;
}

.icon-8-10pers .path1:before {
  content: "";
  color: black;
}

.icon-8-10pers .path2:before {
  content: "";
  margin-left: -1.662109375em;
  color: #706f6f;
}

.icon-8pers:before {
  content: "";
}

.icon-actus:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-equipement-interieur:before {
  content: "";
}

.icon-fleche:before {
  content: "";
}

.icon-longueur:before {
  content: "";
  /*920*/
}

.icon-mobil-home:before {
  content: "";
}

.icon-nouveautes:before {
  content: "";
}

.icon-personnalisation:before {
  content: "";
}

.icon-picto-lit:before {
  content: "";
  /*925*/
}

.icon-room-key:before {
  content: "";
}

.icon-surface:before {
  content: "";
}

.icon-toolbox:before {
  content: "";
}

.icon-locked:before {
  content: "";
}

.icon-secure:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-pen:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-remove-user:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-megaphone:before {
  content: "";
}

.icon-chevron-small-left:before {
  content: "";
}

.icon-chevron-small-right:before {
  content: "";
}

.icon-chevron-thin-left:before {
  content: "";
}

.icon-chevron-thin-right:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-bin:before {
  content: "";
}

.icon-trashcan:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-delete:before {
  content: "";
}

.icon-recycle:before {
  content: "";
}

.icon-dispose:before {
  content: "";
}

.icon-folder-plus:before {
  content: "";
}

.icon-directory:before {
  content: "";
}

.icon-folder-add:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-gear:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-generate:before {
  content: "";
}

.icon-make:before {
  content: "";
}

.icon-options:before {
  content: "";
}

.icon-switch:before {
  content: "";
}

.icon-power:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-zephyr:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-tripadvisor:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-chevron-double-small-right:before {
  content: "";
}

.icon-chevron-double-small-left:before {
  content: "";
}

.icon-chevron-double-thin-left:before {
  content: "";
}

.icon-chevron-double-thin-right:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-chambre1:before {
  content: "";
}

.icon-chambre3:before {
  content: "";
}

.icon-chambre4:before {
  content: "";
}

.icon-chambre2:before {
  content: "";
}

/**
*
* Formulaires
*
**/
/*========================================
=            Form par default            =
========================================*/
.control-label {
  margin-bottom: 0.2rem;
}

.form-control, .prod_defaut .form-group_add-to-cart input, .cart-list--body-cell input {
  height: 45px;
  padding: 0.575rem 0.75rem;
  border-color: #8da1a8;
}

textarea.form-control {
  height: auto;
}

.form-control_file {
  background: transparent;
  border-color: transparent;
  padding: 0;
}

/*----------  Header / Footer  ----------*/
.form--header, .form--footer {
  margin-top: 20px;
}

/*----------  Checkbox  ----------*/
/*----------  Checkbox  ----------*/
/*----------  Checkbox & Radio other  ----------*/
.checkbox--other label, .radio--other label {
  width: auto;
}
.checkbox--other input[type=checkbox], .radio--other input[type=checkbox] {
  margin-top: 8px;
}

.checkbox--other-input, .radio--other-input {
  width: auto;
  display: inline;
  margin-left: 1rem;
}

/*----------  Radios visual  ----------*/
/*=====  End of Form par default  ======*/
.formCandidatureSpontannee .step {
  display: flex;
  justify-content: space-between;
}
.formCandidatureSpontannee .step span {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px solid #3d505a;
  padding: 10px;
}
.formCandidatureSpontannee .step span.active, .formCandidatureSpontannee .step span.pager_current_page {
  border-top: 5px solid #00adef;
  color: #00adef;
  margin: -2px 0 0 0;
}
.formCandidatureSpontannee form {
  border: 1px solid #b7b7b7;
  padding: 20px;
  margin: 0 0 20px 0;
}
.formCandidatureSpontannee form.form-etapeOne fieldset {
  display: flex;
  justify-content: center;
}
.formCandidatureSpontannee form.form-etapeOne fieldset label {
  margin: 0 15px 0 0;
  font-family: sansation bold;
  text-transform: uppercase;
}
.formCandidatureSpontannee form.form-etapeOne fieldset span {
  display: inline-block;
}
.formCandidatureSpontannee form fieldset .fileUploadContainer, .formCandidatureSpontannee form fieldset .button {
  display: none;
}
.formCandidatureSpontannee form fieldset .form-group-file span {
  width: 100%;
}
.formCandidatureSpontannee form fieldset .form-group-file span input {
  padding: 6px 20px 0 15px;
}
.formCandidatureSpontannee form div#captcha div div {
  margin: 30px auto 0 auto;
}
.formCandidatureSpontannee form div.submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0 0;
}
.formCandidatureSpontannee form div.submit input {
  border: transparent;
  background-color: #00adef;
  color: #fff;
  font-family: sansation bold;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
}
.formCandidatureSpontannee form div.submit input:hover, .formCandidatureSpontannee form div.submit input:focus, .formCandidatureSpontannee form div.submit input:active {
  background-color: #097da9;
  outline: none;
}
.formCandidatureSpontannee .form_creator_footer p {
  font-size: 0.9rem;
}

/**
*
* Composants spécifique au CMS e-majine
*
**/
/* -----------------
Champ ajout d'image
------------------- */
#html5Behaviorspicture_input {
  margin-left: 200px;
}

.imagePreview {
  overflow: hidden;
  width: 200px;
  height: 200px;
}

.imagePreview img {
  max-width: none;
}

.imagePreviewCropLayer {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  margin: -200px 0 0 -300px;
  width: 600px;
  height: 410px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

.imagePreviewCropLayer > span {
  float: right;
  color: #31a5da;
  padding: 5px 10px;
  margin: 10px 0 0 10px;
  font-size: 12px;
  border: 1px solid #31a5da;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
}

.imagePreviewCropLayer > span:last-child {
  border: 1px solid #fff;
}

.imagePreviewCropLayer > span:hover {
  color: #fff;
  background: #31a5da;
  border: 1px solid #31a5da;
}

.imagePreviewCrop {
  height: 350px;
  background: #eee;
  border: 1px solid #ddd;
  overflow-y: auto;
}

.datasFile {
  float: left;
  margin-top: 10px;
  font: bold 12px/32px Arial, Verdana, sans-serif;
}

.datasFile > span {
  margin-right: 20px;
}

.datasFile strong {
  font-weight: normal;
}

#fd_noir {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background: url(/images/bg_mask.png);
}

.arrowBlack {
  position: absolute;
  left: 5px;
  bottom: -5px;
  display: block;
  width: 10px !important;
  height: 5px !important;
  padding: 0;
  margin: 0;
  background: url(/common_images/community/bg_arrow.png);
}

.arrowBlack.reverse, .arrowContent.reverse .arrowBlack {
  left: auto;
  right: 5px;
}

.arrowContent {
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 200;
  display: none;
  padding: 0 5px;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  background: #000;
  white-space: nowrap;
}

/*===================================
=        Calendrier e-majine        =
===================================*/
#overDiv.calendar {
  margin-left: -153px;
  margin-top: 6px;
}

#overlibcontent {
  background: #fff;
  padding: 15px;
  font-size: 16px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
}
#overlibcontent a {
  text-decoration: none;
}
#overlibcontent .nav:before, #overlibcontent .nav:after {
  display: none;
}
#overlibcontent caption {
  padding-top: 0;
  font-weight: 500;
  color: #3d505a;
  text-align: center;
}

.overlibcaption {
  display: none;
}

.overlibclose {
  position: absolute;
  top: 0px;
  right: 0px;
}
.overlibclose a {
  text-decoration: none;
  width: 30px;
  float: right;
  height: 30px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  color: #3d505a;
}
.overlibclose a:before {
  content: "";
  padding: 6px 0;
  text-align: center;
  display: block;
  font-size: 20px;
}
.overlibclose a:hover, .overlibclose a:focus {
  background: #fff;
  color: #3d505a;
}

#overlibfooter, .overlibcaption {
  display: none;
}

.calendar caption {
  caption-side: top;
}
.calendar .nav {
  display: table-row;
}
.calendar .nav th a {
  border: none;
}
.calendar .nav th a:hover, .calendar .nav th a:focus {
  border: none;
  background: transparent;
  color: #3d505a;
}
.calendar table {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: center;
  table-layout: fixed;
}
.calendar th {
  font-weight: normal;
  padding: 2px;
}
.calendar th, .calendar td {
  text-align: center;
  font-size: 15px;
  min-width: 32px;
}
.calendar th a, .calendar td a {
  display: block;
  border: 1px solid #c2c2c2;
  padding: 2px;
}
.calendar th a:hover, .calendar th a:focus, .calendar td a:hover, .calendar td a:focus {
  background: #3d505a;
  color: #fff;
  border-color: #3d505a;
}
.calendar .no_day {
  border: none;
}
.calendar .past_day {
  background: #dfdfdf;
}
.calendar .past_day a {
  color: #6c757d;
}
.calendar .past_day a:hover, .calendar .past_day a:focus {
  background: #3d505a;
  color: #fff;
  border-color: #3d505a;
}

/*=========================================
=            Article en bloc            =
=========================================*/
.center {
  text-align: center;
}

.bloc-simple, .bloc-double {
  margin-top: 0;
  margin-bottom: 0;
}

.medias, .map {
  margin-bottom: 1rem;
}

.bloc-double + .bloc-double ul, .intext_left + div ul {
  list-style-position: inside;
}

.intext_left, .intext_right {
  float: none;
}
.intext_left .bloc--img, .intext_right .bloc--img {
  text-align: center;
  margin-bottom: 1rem;
}

.above_left, .above_right, .above_center {
  margin-bottom: 1rem;
}

.below_left, .below_right, .below_center {
  margin-bottom: 1rem;
}

.above_left, .below_left {
  text-align: left;
}

.above_right, .below_right {
  text-align: right;
}

.above_center, .below_center {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}
.above_center .bloc--img, .below_center .bloc--img {
  max-width: 100%;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

@media (min-width: 768px) {
  .intext_left {
    float: left;
    margin-right: 1rem;
  }
  .intext_left .bloc--img {
    text-align: left;
  }

  .intext_right {
    float: right;
    margin-left: 1rem;
  }
  .intext_right .bloc--img {
    text-align: right;
  }
}
/*=====  End of Article en bloc  ======*/
/*==================================
=            Re-captcha            =
==================================*/
#recaptcha_image, .recaptchatable .recaptcha_image_cell center img, .recaptchatable .recaptcha_image_cell center, .recaptchatable .recaptcha_image_cell, .recaptchatable #recaptcha_response_field {
  height: auto !important;
  width: 100% !important;
}

#captcha .recaptchatable {
  border: none !important;
}

.recaptcha {
  max-width: 400px;
}

#recaptcha_response_field {
  border: 1px solid #cccccc !important;
  padding: 2px 5px !important;
  color: #000000 !important;
}

#recaptcha_table td + td + td {
  padding: 0 !important;
}

.recaptcha a img {
  max-width: none;
}

#recaptcha_logo, #recaptcha_privacy {
  display: none;
}

/*=====  End of Re-captcha  ======*/
/*=======================================
=            Alerte e-majine            =
=======================================*/
/* etoile pour champs obligatoire */
.form .invalid-feedback {
  display: block;
}

/* Message "Champ obligatoire" */
/* Etat invalide des champs */
/* Reste à tester */
/* validation de l'inscription au compte : Votre compte est maintenant actif. Un message comprenant votre login et votre mot de passe a été envoyé à l'adresse ...*/
/*=====  End of Alerte e-majine  ======*/
/*=============================================
=            check password           =
=============================================*/
.strength_password, .confirmpasswd {
  padding-left: 10px;
}

/*=====  End of check password  ======*/
/* slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev[dir=rtl] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
.slick-prev:before[dir=rtl] {
  content: "";
}

.slick-next {
  right: -25px;
}
.slick-next[dir=rtl] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
.slick-next:before[dir=rtl] {
  content: "";
}

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Social wall */
.box-sw--filters {
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}

.box-sw--filters-item {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
}
.box-sw--filters-item:hover:after, .box-sw--filters-item:focus:after {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.3s ease;
}
.box-sw--filters-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #dee2e6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: -1;
  border-radius: 50%;
}

.box-sw--ico {
  color: #3d505a;
  font-size: 20px;
}

.socal-wall-active:after {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.socal-wall-active:after {
  color: #3d505a;
}

.sw-item {
  margin-bottom: 30px;
}

.sw-item--link {
  background-color: #fff;
  display: inline-block;
  color: #3d505a;
  width: 100%;
  overflow: hidden;
}
.sw-item--link:hover, .sw-item--link:focus {
  color: #3d505a;
  text-decoration: none;
}
.sw-item--link:hover .sw-item--img:before, .sw-item--link:focus .sw-item--img:before {
  opacity: 1;
}
.sw-item--link:hover .sw-item--img:after, .sw-item--link:focus .sw-item--img:after {
  opacity: 1;
}
.sw-item--link:hover .sw-item--img img, .sw-item--link:focus .sw-item--img img {
  transform: scale(1.05);
}

.sw-item--img {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.sw-item--img:before {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.sw-item--img:after {
  content: "";
  color: #3d505a;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 3;
}
.sw-item--img img {
  width: 100%;
  max-width: 100%;
  transition: all 0.4s ease;
}

.sw-item--container {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

.sw-item--text {
  word-wrap: break-word;
  position: relative;
  z-index: 2;
}

.sw-item--container:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #ced4da;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.sw-item--container:after {
  content: "";
  color: #3d505a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
  top: -12px;
}

.sw-item_fb .sw-item--container:after {
  content: "";
}

.sw-item_youtube .sw-item--container:after {
  content: "";
}

.sw-item_insta .sw-item--container:after {
  content: "";
}

.sw-item_pinterest .sw-item--container:after {
  content: "";
  font-size: 23px;
  top: -12px;
}

.sw-item--date {
  color: #3d505a;
  margin-top: 10px;
  display: inline-block;
}

.box-sw--list {
  display: block;
}

.sw-item {
  float: left;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .sw-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .sw-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .sw-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .box-social-wall--filters {
    margin-top: -60px;
    text-align: right;
  }
}
/*fancybox 3*/
/*Typo du client*/