@charset "UTF-8";
/* COLOR */
/* HEADING */
/* FONT */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
/*hamburger*/
/*header*/
/*Menu desktop*/
/*Menu responsive*/
/*footer*/
/*======== MIXIN ========*/
/*********************
ICONS
*********************/
/* Mixin */
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?82quu");
  src: url("../../fonts/icomoon.eot?82quu#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?82quu") format("truetype"), url("../../fonts/icomoon.woff?82quu") format("woff"), url("../../fonts/icomoon.svg?82quu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.select-styled:after,
[class^=ic-], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-pageup {
  content: "";
}

.ic-arrowleft {
  content: "";
}

.ic-arrowright {
  content: "";
}

.ic-facebook {
  content: "";
}

.ic-instagram {
  content: "";
}

.ic-linkedin {
  content: "";
}

.ic-vimeo {
  content: "";
}

.ic-search {
  content: "";
}

.ic-arrowdown {
  content: "";
}

.ic-close {
  content: "";
}

.ic-phone {
  content: "";
}

.ic-arrow-right:before {
  content: "";
}

.ic-arrow-left:before {
  content: "";
}

.ic-page-up:before {
  content: "";
}

.ic-close:before {
  content: "";
}

.select-styled:after,
.ic-arrow-down:after {
  content: "";
}

.ic-search:before {
  content: "";
}

.ic-phone:before {
  content: "";
}

.ic-facebook:before {
  content: "";
}

.ic-instagram:before {
  content: "";
}

.ic-linkedin:before {
  content: "";
}

.ic-vimeo:before {
  content: "";
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/*!
 * 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)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
  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: transparent;
}

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

body {
  margin: 0;
  font-family: -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: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

ol ol, ol ul, ul ol, ul ul {
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

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

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

code, kbd, pre, 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;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -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: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

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

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

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

.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark td, .table-dark th, .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 {
  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.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.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-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .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-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .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-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.input-group-lg > .input-group-append > select.btn: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-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

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

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

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

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

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

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

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

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

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

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

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

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

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

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

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

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

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

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

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

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

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

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

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

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

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

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

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

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

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

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

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

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

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

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

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

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

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

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

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

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

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

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

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

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

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

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

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

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

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

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

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

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

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

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

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

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

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

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

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

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

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

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

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

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].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;
}

.dropdown, .dropup {
  position: relative;
}

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

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

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

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

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

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

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

.dropdown-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:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

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

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

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-append, .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #007bff;
}

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

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

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

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

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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-label::before {
  border-radius: 0.25rem;
}

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

.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: #007bff;
}

.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(0, 123, 255, 0.5);
}

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

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

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

.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(0, 123, 255, 0.5);
}

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

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 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: calc(2.25rem + 2px);
  margin-bottom: 0;
}

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

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

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.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: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

.nav-link:focus, .nav-link:hover {
  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;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

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

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

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

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

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

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

.navbar > .container, .navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.navbar-toggler:focus, .navbar-toggler:hover {
  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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

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

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

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

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  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:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

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

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

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

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

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

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

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

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

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

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

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

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

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

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

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

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

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 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: #004085;
  background-color: #b8daff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close:focus, .close:hover {
  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: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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: -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-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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);
  border-radius: 0.3rem;
}

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

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

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

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

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}

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

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

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

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

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

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

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

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

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

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

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

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

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-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-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

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

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

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

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-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;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

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

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

.carousel {
  position: relative;
}

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

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

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

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

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

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

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

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

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

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

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

.carousel-control-next-icon, .carousel-control-prev-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  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 {
  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: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  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;
  -webkit-clip-path: none;
  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.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-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: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !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 {
  *, ::after, ::before {
    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;
  }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
}

html, body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: "Lato", sans-serif;
  background: white;
  -webkit-overflow-scrolling: touch;
}

body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 0.8vw;
  color: #000000;
  font-family: "Lato", sans-serif;
}

body.overflow_hidden {
  height: 100% !important;
  overflow: hidden;
}
body.overflow_hidden #wrap {
  position: relative;
}
body.overflow_hidden #wrap:before {
  content: "";
  background: #393B42;
  opacity: 0.85;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  left: 0;
  width: 100vw;
  height: 200000000%;
}

.container {
  max-width: 83.333333%;
  flex: 0 0 83.3333333%;
}

#site-content {
  position: relative;
}

section {
  padding: 0;
}

.hide-desktop-mobile,
.hide-desktop {
  display: none !important;
}

img {
  display: inline-block;
  max-width: 100%;
}

img, a {
  outline: none;
  border: 0 solid transparent;
}

.half-col-pd-left {
  padding-left: 4.1666667vw;
}

.ml-neg-one {
  margin-left: -8.3333333vw;
}

.ml-neg-two {
  margin-left: -16.66666666vw;
}

.ml-neg-three {
  margin-left: -25vw;
}

.ml-two {
  margin-left: 16.66666666vw;
}

.ml-one {
  margin-left: 8.3333333vw;
}

.mr-neg-three {
  margin-right: -25vw;
}

.mt-large {
  margin-top: 100px;
}

.padding-xxl {
  padding: 8vw 0;
}

.padding-md-all {
  padding: 2.8vw;
}

.video_container {
  position: relative;
  padding-bottom: 55.2%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  background-color: #000000;
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col-sm-20 {
  max-width: 20%;
  flex: 0 0 20%;
}

.pos-rel {
  position: relative;
}

.videoWrapper iframe,
.video_container iframe {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.full-images img {
  width: 100%;
}

:root {
  --base-duration: 600ms;
  --base-ease: cubic-bezier(0.25, 0.46, 0.45, 0.84);
}

.big-container-slider {
  padding: 6vw 0 6.8vw 0;
  position: relative;
}
.big-container-slider .button {
  margin-top: 30px;
}
.big-container-slider > .container-fluid {
  z-index: 9;
  position: relative;
}
.big-container-slider:before {
  left: calc(4 * 8.333333vw);
}
.big-container-slider:after {
  right: calc(4 * 8.333333vw);
}
.big-container-slider:after, .big-container-slider:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}

.projects-slider-content {
  color: #ffffff;
}

.projects-slider-container {
  padding: 0;
}
.projects-slider-container .slick-dots {
  bottom: -60px;
}

@media screen and (min-width: 993px) {
  .projects-slider {
    --slide-size: 50vw;
    --slide-margin: 0;
    padding: 0;
  }
  @keyframes floating {
    0% {
      transform: translateY(0%);
    }
    50% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(0%);
    }
  }
  @keyframes floatingUp {
    0% {
      transform: translateY(0%);
    }
    50% {
      transform: translateY(-5px);
    }
    100% {
      transform: translateY(0%);
    }
  }
  @keyframes floatingUpMobile {
    0% {
      transform: translateY(0%);
    }
    50% {
      transform: translateY(-0.5px);
    }
    100% {
      transform: translateY(0%);
    }
  }
  .projects-slider:hover {
    animation-name: floating;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .projects-slider .slick-slide:not(.slick-active) {
    transition-delay: 500ms !important;
  }
  .projects-slider .slick-slide {
    height: 100%;
    position: relative;
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.84);
    z-index: 1;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    user-select: auto;
    transition-delay: 500ms;
  }
  .projects-slider .slick-slide.slick-current {
    --x: 0;
    --y: 0;
    --d: 50;
    animation: Slick-FastSwipeIn 1s both;
  }
  .projects-slider .slick-slide.slick-current .full-images .logo-overlay {
    animation: fadeIn 1s both 1s;
  }
  .projects-slider .slick-slide.slick-current .full-images > img {
    opacity: 1;
  }
  .projects-slider .slick-slide > div {
    min-width: 50vw;
    width: 100%;
    min-height: 39vw;
    height: 100%;
    display: block;
    position: relative;
  }
  .projects-slider .slick-slide .full-images {
    height: 100%;
    left: 0%;
    overflow: hidden;
    position: absolute;
    top: 0%;
    transition: transform calc(600ms / 4) cubic-bezier(0.25, 0.46, 0.45, 0.84);
    width: 100%;
  }
  .projects-slider .slick-slide .full-images .logo-overlay {
    z-index: 999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
    animation: fadeOut 1s both;
  }
  .projects-slider .slick-slide .full-images > img {
    --d: 20;
    min-height: 110%;
    left: -5%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -5%;
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.84), transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.84);
    user-select: none;
    min-width: 110%;
  }
  .projects-slider .slick-slide:hover .full-images {
    transform: scale(1.025) translate(calc(var(--x) / var(--d) * 1px), calc(var(--y) / var(--d) * 1px));
  }
  .projects-slider .slick-slide:hover .full-images img {
    transform: translate(calc(var(--x) / var(--d) * 1px), calc(var(--y) / var(--d) * 1px));
  }
  .projects-slider .slick-slide:hover .full-images .logo-overlay img {
    animation-name: floatingUp;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}
@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.centered {
  align-self: center;
  height: auto;
}

.bottomed {
  align-self: flex-end;
}

.projects-nav {
  position: relative;
}
.projects-nav .slick-list {
  padding: 0 8.3333333vw 0 0 !important;
  align-self: center;
}
.projects-nav .box {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
  background: #020024;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: linear-gradient(0deg, #1f2025 0%, rgba(31, 32, 37, 0.5) 50%, rgba(31, 32, 37, 0) 100%);
}
.projects-nav .box .projects-nav-title {
  padding: 25px 0 40px;
  text-align: center;
  margin: 0;
  background: linear-gradient(180deg, #474a51 0%, rgba(71, 74, 81, 0.5) 35%, rgba(71, 74, 81, 0) 100%);
}
.projects-nav .slick-slide {
  padding-right: 30px;
}
.projects-nav .slick-slide h4,
.projects-nav .slick-slide .box,
.projects-nav .slick-slide img {
  opacity: 0;
}
.projects-nav .slick-slide.slick-current {
  width: 0 !important;
}
.projects-nav .slick-slide.slick-current img {
  display: none !important;
  height: 0;
  width: 0;
}
.projects-nav .slick-active + .slick-slide {
  width: 16.666666vw !important;
}
.projects-nav .slick-active + .slick-slide .box,
.projects-nav .slick-active + .slick-slide h4 {
  opacity: 1;
}
.projects-nav .slick-active + .slick-slide img {
  width: 100%;
  opacity: 1;
}
.projects-nav .slick-active + .slick-slide.slick-active {
  width: 16.666666vw !important;
}
.projects-nav .slick-active + .slick-slide.slick-active .box,
.projects-nav .slick-active + .slick-slide.slick-active h4 {
  opacity: 1;
}
.projects-nav .slick-active + .slick-slide.slick-active img {
  width: 100%;
  opacity: 1;
}
.projects-nav .slick-track {
  height: auto !important;
}

.slider-main-container {
  align-self: center;
}

.slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-self: center;
  position: absolute;
}
.slick-dots li {
  margin-right: 1.4vw;
}
.slick-dots li:last-child {
  margin: 0;
}
.slick-dots li button {
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #ACACAC;
  border: 4px solid #ACACAC;
  box-shadow: none;
  text-indent: -99999em;
}
.slick-dots li.slick-active button {
  border-color: #37ECB0;
  background: transparent;
}

.ic-arrow-left,
.ic-arrow-right,
.next-btn,
.prev-btn {
  color: #ACACAC;
}
.ic-arrow-left:hover,
.ic-arrow-right:hover,
.next-btn:hover,
.prev-btn:hover {
  cursor: pointer;
}

.slider-controls {
  position: absolute;
  right: 0;
  z-index: 9999;
}
.slider-controls .next-btn,
.slider-controls .prev-btn {
  position: absolute;
}
.slider-controls .next-btn:hover,
.slider-controls .prev-btn:hover {
  color: #37ECB0;
}
.slider-controls .next-btn {
  bottom: 3vw;
  right: -4.4vw;
}
.slider-controls .prev-btn {
  bottom: 0px;
  right: -4.4vw;
}

.services-nav {
  display: flex;
  align-items: center;
}
.services-nav .slides {
  height: 980px;
  overflow: hidden;
  width: 100%;
  float: left;
}
.services-nav .slick-track {
  height: 100%;
}
.services-nav .slick-slide {
  display: block;
  padding: 0 0 30px;
  width: 100% !important;
  border: 1px solid transparent;
}
.services-nav .slick-slide:hover {
  cursor: pointer;
}
.services-nav .slick-slide > div > div {
  background-position: center right !important;
  background-size: 70% !important;
  background-color: #000000 !important;
  min-height: 222px;
  display: flex !important;
  align-items: center;
}
.services-nav .slick-slide > div > div:before {
  transition: all 0.15s ease-out;
}
.services-nav .slick-slide div, .services-nav .slick-slide h4 {
  display: block !important;
  width: 100%;
  transition: all 0.15s ease-out;
}
.services-nav .slick-slide h4 {
  font-weight: 900;
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 1.2;
}
.services-nav .slick-slide.slick-current > div > div {
  position: relative;
}
.services-nav .slick-slide.slick-current > div > div:before {
  content: "";
  width: 15px;
  position: absolute;
  background: #37ECB0;
  top: 0;
  left: 0;
  height: 100%;
}
.services-nav .slick-slide.slick-current h4 {
  color: #37ECB0;
  padding: 0 0 0 30px;
}

.services-slider .mobile-accordions .custom-accordion {
  font-size: 20px;
  margin: 0;
  letter-spacing: 2px;
  font-weight: normal;
  padding: 20px 15px 20px 40px;
  transition: all 0.3s ease-in;
  background: url(../../images/accordion-bullets.png) left center no-repeat;
}
.services-slider .mobile-accordions .custom-accordion br {
  display: none;
}

.services-slider-main {
  position: relative;
  padding-left: 8.33333vw;
  display: flex;
}
.services-slider-main .slick-dots {
  flex-direction: column;
  align-self: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
}
.services-slider-main .slick-dots li {
  margin: 0 0 35px;
}
.services-slider-main .slick-dots li:last-child {
  margin: 0;
}

.services-slider-container .move-down-service-title {
  position: absolute;
  top: 55px;
  max-width: 50%;
}
.services-slider-container .box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-slider-container .box-content h2 {
  position: absolute;
  top: 6vw;
}
.services-slider-container .box-content .centered {
  padding-top: 4.5vw;
  height: auto;
  align-self: center;
}
.services-slider-container .box-content .entry-content ul {
  border-left: 1px solid #ffffff;
  margin-left: 30px;
  padding-left: 40px;
}

.services-slider {
  height: 100%;
}
.services-slider .slides,
.services-slider .slick-list,
.services-slider .slick-track {
  height: 100% !important;
}
.services-slider .slick-slide {
  padding-left: 15px;
}
.services-slider .slick-slide .floating-bg {
  opacity: 0;
}
.services-slider .slick-slide.slick-current .floating-bg {
  opacity: 1;
}
.services-slider .slick-slide div {
  height: 100%;
}
.services-slider .slick-slide h3 br {
  display: none;
}

.slider-services-controls {
  position: relative;
  height: auto;
  left: -2.926665vw;
  right: initial;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-between;
  align-self: center;
}
.slider-services-controls .prev-btn,
.slider-services-controls .next-btn {
  position: initial;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  display: inline-block;
}
.slider-services-controls .prev-btn:hover,
.slider-services-controls .next-btn:hover {
  color: #37ECB0;
}
.slider-services-controls .next-btn {
  order: 3;
}
.slider-services-controls .slick-dots {
  order: 2;
  margin: 40px 0;
  position: initial;
  top: initial;
  transform: translate(0, 0);
  left: initial;
  flex-grow: 2;
}

.black-bg {
  background: #000000;
  color: #ffffff;
}

.grey-bg {
  background: #353539;
  color: #ffffff;
}

.white-bg {
  background: #ffffff;
}

.bg-gradient,
.services-container {
  color: #ffffff;
  background: #2c2c30;
  background: linear-gradient(90deg, #2c2c30 0%, #222224 26%, #151516 53%, black 100%);
}

.service-bg {
  background: #292C31;
}

.bg-gradient-160 {
  color: #ffffff;
  background: #1f2025;
  background: linear-gradient(31deg, #1f2025 0%, #040405 56%);
}

.bg-gradient-light {
  background: linear-gradient(180deg, #efefef 0%, white 50%, white 100%);
}

.floating-bg {
  width: 100%;
  display: flex;
  align-items: center;
}
.floating-bg img {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px) translatex(0px);
  }
  50% {
    transform: translatey(-25px) translatex(-25px);
  }
  100% {
    transform: translatey(0px) translatex(0px);
  }
}
.floating-bloc-1 {
  animation: float-bloc-1 6s ease-in-out infinite;
}

@keyframes float-bloc-1 {
  0% {
    transform: translatey(0px) translatex(0px);
  }
  50% {
    transform: translatey(-5px) translatex(-5px);
  }
  100% {
    transform: translatey(0px) translatex(0px);
  }
}
.floating-bloc-2 {
  animation: float-bloc-2 6s ease-in-out infinite;
}

@keyframes float-bloc-2 {
  0% {
    transform: translatey(0px) translatex(0px);
  }
  50% {
    transform: translatey(5px) translatex(5px);
  }
  100% {
    transform: translatey(0px) translatex(0px);
  }
}
.floating-bloc-3 {
  animation: float-bloc-3 3s ease-in-out infinite;
}

@keyframes float-bloc-3 {
  0% {
    transform: translatey(0px) translatex(0px);
  }
  50% {
    transform: translatey(-5px) translatex(-5px);
  }
  100% {
    transform: translatey(0px) translatex(0px);
  }
}
.modal-open .mm-slideout {
  z-index: initial;
}
.modal-open .modal {
  z-index: 9999999 !important;
}

.modal-backdrop.show {
  opacity: 0.98;
  z-index: 999999;
}

.modal-dialog {
  max-width: 40vw;
  margin: 0 auto;
}
.modal-dialog .modal-header {
  justify-content: flex-end;
  border: none;
  padding-bottom: 0.5rem;
}
.modal-dialog .ic-close {
  color: #ffffff;
  background: transparent;
  border: none;
}
.modal-dialog .modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
}
.modal-dialog .modal-body {
  display: flex;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
}

.modal-backdrop {
  background: rgba(57, 59, 66, 0.95);
}

#lightbox .modal-dialog {
  max-width: 40vw;
}
#lightbox .modal-dialog .modal-header {
  padding: 20px 0;
}
#lightbox .modal-dialog .modal-body {
  background: #ffffff;
  padding: 1.5vw 30px;
  display: block;
}
#lightbox .modal-dialog .modal-body .button {
  float: right;
}
#lightbox .modal-dialog .modal-body .select {
  margin-bottom: 15px;
}
#lightbox .modal-dialog .modal-body h4 {
  font-weight: 900;
  margin-bottom: 45px;
}
#lightbox .modal-dialog .modal-body .nav-tabs {
  margin-bottom: 50px;
  display: flex;
}
#lightbox .modal-dialog .modal-body .nav-tabs .nav-link {
  margin-right: 30px;
  text-align: center;
  padding: 30px 0;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
#lightbox .modal-dialog .modal-body .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
#lightbox .modal-dialog .modal-body .nav-tabs .nav-item.show .nav-link, #lightbox .modal-dialog .modal-body .nav-tabs .nav-link.active {
  color: #37ECB0;
}

.error404 {
  position: relative;
}
.error404 .not-found {
  overflow-x: hidden;
  padding-top: 30px;
  min-height: calc(100vh - 77px);
}
.error404 .not-found .button {
  letter-spacing: 2px;
}
.error404 .not-found h4 {
  color: #ffffff;
}
.error404 .not-found h3 {
  color: #ffffff;
}
.error404 .not-found h1 {
  font-size: 393px;
  margin-bottom: 0px;
  webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 9px;
  -webkit-text-stroke-color: #37ECB0;
  color: #37ECB0;
  -webkit-text-fill-color: transparent;
}
.error404 canvas {
  position: absolute;
  top: 0;
  left: -7px;
  width: calc(100% + 7px);
  height: 100%;
}

.sharing {
  width: 15vw;
  height: 3.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-evenly;
  background: #ffffff;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  color: #ffffff;
}

.sharing .heateor_sss_sharing_container {
  width: 100%;
}
.sharing .heateor_sss_sharing_container ul {
  display: flex;
  justify-content: space-around;
}

.sharing .heateorSssSharingRound a {
  padding: 15px;
  transition: 700ms cubic-bezier(0.89, 0.03, 0.06, 1.5);
  color: #ffffff;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  transform: scale(0);
}

.sharing .heateorSssSharingRound a:hover {
  transition-timing-function: ease-in-out !important;
  transition-delay: 1ms !important;
}

.sharing .heateorSssSharingRound a:nth-child(5) {
  transition-delay: 55ms;
}

.sharing .heateorSssSharingRound a:nth-child(4) {
  transition-delay: 110ms;
}

.sharing .heateorSssSharingRound a:nth-child(3) {
  transition-delay: 165ms;
}

.sharing .heateorSssSharingRound a:nth-child(2) {
  transition-delay: 220ms;
}

.sharing .heateorSssSharingRound a:nth-child(1) {
  transition-delay: 275ms;
}

.sharing .share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 15vw;
  height: 3.3vw;
  position: absolute;
  top: 0em;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  left: 0em;
  background: #000000;
  transition: 1s cubic-bezier(0.89, 0.03, 0.06, 1.5);
}

.sharing .share a {
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  opacity: 1;
  padding: 0;
  margin: auto;
  color: #ffffff !important;
}

.sharing:hover .heateorSssSharingRound a {
  transform: scale(1);
  opacity: 1;
}

.sharing:hover .share {
  transform: translateX(-500px);
}

@-webkit-keyframes beat {
  to {
    transform: scale(1.4);
  }
}
@keyframes beat {
  to {
    transform: scale(1.4);
  }
}
footer {
  position: relative;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 2.8vw 0;
  height: auto;
  color: #ffffff;
  background: #1F1F1F;
  z-index: 9999;
}
footer [class^=col-], footer [class*=" col-"] {
  align-items: center;
}
footer .socials {
  justify-content: flex-end;
}
footer .coordonnees p {
  margin: 0;
  line-height: 1;
}
footer .coordonnees p br {
  display: none;
}
footer .coordonnees a {
  line-height: 1;
  margin: 0 0 0 15px;
  border-left: 1px solid white;
  padding-left: 15px;
  position: relative;
}
footer .coordonnees a:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
footer .coordonnees a:first-child:after {
  display: none;
}
footer .coordonnees a:hover {
  color: #37ECB0;
}
footer .coordonnees a:hover:after {
  background: #37ECB0;
}
footer .coordonnees a:after {
  content: "";
  height: 1px;
  width: calc(100% - 15px);
  background: #ffffff;
  position: absolute;
  bottom: -3px;
  left: 15px;
}
footer .list-socials {
  align-self: center;
  justify-content: flex-end;
  margin: 0;
  align-items: center;
}
footer .list-socials li {
  margin-right: 10px;
}

#map {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 45vh;
}
#map #content-map {
  min-width: 300px;
}
#map a {
  color: #353539;
  font-weight: bold;
}
#map a.itineraire {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2em;
  text-decoration: underline;
  color: #353539;
}

#wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  z-index: 99;
}
.overlay .revealer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.overlay .revealer:nth-child(1) {
  background: #1FC3A3;
  z-index: 15;
}
.overlay .revealer:nth-child(2) {
  background: #000000;
  z-index: 20;
}

.slideIn-1 {
  -webkit-animation: slideIn-1 1.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: slideIn-1 1.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.slideIn-2 {
  -webkit-animation: slideIn-2 1.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: slideIn-2 1.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

/*
.pink.extend { transition-delay: 1.1s; }
.yellow.extend { transition-delay: 1.4s; }
*/
.extend {
  transform: translateX(0);
}

.extend-more {
  transform: translateX(100%);
}

/*
.pink.extend-more {
  transition-delay: 1.4s;
}
.yellow.extend-more {
  transition-delay: 1.1s;
}
*/
.fadeOut {
  animation: fadeOut 1s cubic-bezier(0.1, 0.86, 0.45, 1.01);
  animation-fill-mode: forwards;
  animation-direction: reverse;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slideIn {
  animation: slideIn 1s cubic-bezier(0.1, 0.86, 0.45, 1.01);
  animation-fill-mode: forwards;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideIn-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  30%, 70% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  100% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
@keyframes slideIn-2 {
  0%, 14.5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  37.5%, 62.5% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  85.5%, 100% {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
.main-header {
  z-index: 9999999;
  position: relative;
  background: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  max-width: 100vw;
}
.main-header.sticky {
  position: fixed;
}
.main-header .bottom-header {
  width: 100%;
  position: relative;
}
.main-header .d-flex {
  align-items: center;
}
.main-header .logo-desktop {
  flex: 0 0 49%;
  max-width: 49%;
}
.main-header .logo-desktop img {
  display: inline-block;
  max-width: 195px;
  transition: all 0.3s ease-out;
}
.main-header .logo-desktop:hover img {
  opacity: 0.8;
}

/* ========= MIXINS ========= */
.link-menu {
  width: 8.96vw;
  flex: 0 0 45%;
  max-width: 45%;
}
.link-menu ul {
  margin: 0;
  padding: 0;
}
.link-menu ul li {
  display: block;
  text-transform: uppercase;
  height: 70px;
  width: 10vw;
  text-align: center;
  position: relative;
  background: #393B42;
  padding: 0;
}
.link-menu ul li:last-child {
  margin-bottom: 0;
}
.link-menu ul li a {
  text-align: center;
  padding: 30px 35px;
  color: #1FC3A3;
  display: block;
  line-height: 0.75;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.link-menu ul li a:hover {
  color: #000000;
}
.link-menu ul li:before {
  content: "";
  position: absolute;
  background: #1FC3A3;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link-menu ul li:after {
  content: "";
  position: absolute;
  background: #37ECB0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link-menu ul li:hover:before {
  width: 10px;
  right: -10px;
}
.link-menu ul li:hover:after {
  width: 100%;
}

.amelia-app-booking,
.am-modal.am-in-body {
  width: 100%;
  margin: 0 auto;
}

.amelia-app-booking .el-col {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.modal #am-category .am-category-service:hover,
.modal #am-catalog .am-category:hover {
  box-shadow: none;
}

/* ==== INPUT ==== */
button:focus {
  outline: none;
}

.button {
  position: relative;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-transform: uppercase;
  padding: 1vw 3.2vw;
  white-space: nowrap;
  opacity: 1;
  background-color: transparent;
  border: 2px solid #37ECB0;
}
.button .buttons {
  color: #ffffff;
}
.white-bg .button, .dark-button .button {
  color: #000000;
}
.button .buttons.dark {
  color: #000000;
}
.button .buttons.green {
  color: #1FC3A3;
}

.button:hover {
  animation: rotateBTN 0.7s ease-in-out both;
}

.button:hover .buttons {
  animation: stormBTN 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

@keyframes rotateBTN {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes stormBTN {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
input:not([type=submit]),
input {
  padding: 15px 25px;
  transition: all 0.3s ease-in-out;
  color: #AFAFAF;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  outline: none;
  border-radius: 40px;
  -webkit-appearance: none;
  width: 100%;
  margin-bottom: 20px;
}
input:not([type=submit])::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #AFAFAF;
  opacity: 1;
}
input:not([type=submit]):-moz-placeholder,
input:-moz-placeholder {
  color: #AFAFAF;
  opacity: 1;
}
input:not([type=submit])::-moz-placeholder,
input::-moz-placeholder {
  color: #AFAFAF;
  opacity: 1;
}
input:not([type=submit]):-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #AFAFAF;
  opacity: 1;
}
input:not([type=submit]):active, input:not([type=submit]):focus,
input:active,
input:focus {
  background: #ffffff;
  border: 1px solid #4A4C50;
  box-shadow: 3px 3px 6px 0px rgba(234, 234, 234, 0.8);
}
input:not([type=submit]):-webkit-autofill,
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea {
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #D8D8D8;
  color: #AFAFAF;
  width: 100%;
  padding: 15px 25px;
  max-height: 228px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 40px;
  margin-bottom: 20px;
}
textarea::-webkit-input-placeholder {
  color: #AFAFAF;
  opacity: 1;
}
textarea:-moz-placeholder {
  color: #AFAFAF;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #AFAFAF;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #AFAFAF;
  opacity: 1;
}
textarea:focus, textarea:active {
  border: 1px solid #4A4C50;
  box-shadow: 3px 3px 6px 0px rgba(234, 234, 234, 0.8);
}

label {
  color: #353539;
  padding: 5px 25px;
}

input[type=radio],
input[type=checkbox] {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
}

label,
input[type=radio] + span,
input[type=radio] + span::before,
label,
input[type=checkbox] + span,
input[type=checkbox] + span::before {
  display: inline-block;
  vertical-align: middle;
}

label *,
label * {
  cursor: pointer;
}

label:hover span::before,
label:hover span::before {
  box-shadow: none;
}

label:hover span,
label:hover span {
  color: #353539;
}

input[type=radio] + span::before,
input[type=checkbox] + span::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
  border: solid 1px #353539;
  line-height: 12px;
  text-align: center;
  border-radius: 100%;
}

input[type=radio]:checked + span::before,
input[type=checkbox]:checked + span::before {
  color: #353539;
}

input[type=radio]:disabled + span,
input[type=checkbox]:disabled + span {
  cursor: default;
  opacity: 0.4;
}

input[type=radio] + span::before {
  line-height: 14px;
}

input[type=checkbox] + span::before {
  border-radius: 0;
}

input[type=radio]:checked + span::before {
  content: "•";
  font-size: 32px;
}

input[type=checkbox]:checked + span::before {
  content: "✔";
  font-size: 30px;
  color: #353539;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.s-hidden {
  visibility: hidden;
  height: 0;
}

form p {
  margin: 0;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.sf-input-select {
  padding: 0;
}

.select {
  margin-top: 0px;
  position: relative;
}

.select-styled {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
  border: 1px solid #D8D8D8;
  height: 72px;
  border-radius: 40px;
  color: #AFAFAF;
  line-height: 1.4;
}
.select-styled.active {
  color: #000000;
  border-color: #000000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select-box {
  position: relative;
}

.select-styled:after {
  position: absolute;
  top: 22px;
  right: 25px;
  color: #000000;
}

.select-styled:active, .select-styled.active {
  border-bottom: none;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  margin: 0px 0 0 0;
  padding: 0px 0 20px 0;
  list-style: none;
  border: 1px solid #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: none;
}
.select-options li {
  background: #ffffff;
  padding: 5px 25px;
  margin: 0 0;
  display: block;
  width: 100%;
  color: #000000;
}
.select-options li:hover {
  background-color: #37ECB0;
  color: #ffffff;
  cursor: pointer;
}
.select-options li:last-child {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

input[type=submit],
.btn-primary {
  width: auto;
}

#uploadbrowsebutton2,
#uploadbrowsebutton {
  border: none;
  color: #000000;
  float: left;
}

.uploadfieldtrick {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.uploadfieldtrick .uploadtextfield {
  order: 3;
}
.uploadfieldtrick > span:first-child {
  min-width: 8.4vw;
}

.uploadfieldtrick #fileuploadfield2,
.uploadfieldtrick #fileuploadfield {
  display: none;
}

.uploadfieldtrick #uploadtextfield2,
.uploadfieldtrick #uploadtextfield {
  display: inline-block;
  background: transparent;
  padding: 0;
  border: none;
  margin: 0;
}

.uploadfieldtrick #uploadbrowsebutton2,
.uploadfieldtrick #uploadbrowsebutton {
  display: inline-block;
  margin-top: 0;
  width: auto;
  clear: both;
  color: #37ECB0;
  text-decoration: underline;
  float: none;
  margin: 0 30px;
  padding: 0;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  margin-top: 100px;
  border-color: #37ECB0;
  background-color: #37ECB0;
  color: #ffffff;
}

.wpcf7-not-valid-tip {
  padding-left: 25px;
  margin-top: -10px;
}

/* ==== PLACEHOLDER ==== */
::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* ==== SELECTION ==== */
::selection {
  background: #37ECB0;
  color: white;
}

::-moz-selection {
  background: #37ECB0;
  color: white;
}

a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
a:hover, a:focus {
  outline: none;
  color: #37ECB0;
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  outline: none;
  text-decoration: none;
}

ul.inline-block > li {
  display: inline-block;
}

.entry-content {
  position: relative;
  padding: 0;
}
.entry-content ul:not(.list-unstyled) {
  padding: 0;
  list-style-type: none;
}
.entry-content ul:not(.list-unstyled) li {
  position: relative;
  padding: 0.5em 0 0.5em 0.9em;
}
.entry-content ul:not(.list-unstyled) li:before {
  content: "•";
  color: inherit;
  font-size: 0.8em;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.text-upper {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

.home .ew-methodes-item .head .number {
  font-size: 10vw;
}

h1 {
  font-size: 5.2vw;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
.single-postes h1 {
  font-size: 1.6vw;
  margin-bottom: 0.75em;
  font-weight: bold;
  line-height: 1.2;
}

.page-template-a-propos .heading-slide h1 span,
h2 {
  font-size: 2.8vw;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.07;
  margin: 0 0 1em;
}
.page-template-a-propos .heading-slide h1 span.punchline,
h2.punchline {
  font-size: 5.2vw;
}
.page-template-a-propos .heading-slide h1 span.big-words,
h2.big-words {
  font-size: 15.72vw;
}
.page-template-a-propos .heading-slide h1 span.big-outline,
h2.big-outline {
  font-size: 5.2vw;
  color: #37ECB0;
  webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #37ECB0;
  -webkit-text-fill-color: transparent;
}

#am-catalog .am-category .am-category-title,
.page-template-carriere h1,
h3 {
  font-size: 2.2vw;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 0.5em;
}
#am-catalog .am-category .am-category-title.large,
.page-template-carriere h1.large,
h3.large {
  font-size: 2.48vw;
  margin: 0 0 1.05em;
}
.home .voir-nos-services .first-content #am-catalog .am-category .am-category-title, .home .voir-nos-services .second-content #am-catalog .am-category .am-category-title, #am-catalog .am-category .am-category-title.small,
.home .voir-nos-services .first-content .page-template-carriere h1,
.home .voir-nos-services .second-content .page-template-carriere h1,
.page-template-carriere h1.small,
.home .voir-nos-services .first-content h3,
.home .voir-nos-services .second-content h3,
h3.small {
  font-size: 1.6vw;
  margin-bottom: 0.75em;
  font-weight: bold;
  line-height: 1.2;
}
.home .voir-nos-services .first-content #am-catalog .am-category .am-category-title strong, .home .voir-nos-services .second-content #am-catalog .am-category .am-category-title strong, #am-catalog .am-category .am-category-title.small strong,
.home .voir-nos-services .first-content .page-template-carriere h1 strong,
.home .voir-nos-services .second-content .page-template-carriere h1 strong,
.page-template-carriere h1.small strong,
.home .voir-nos-services .first-content h3 strong,
.home .voir-nos-services .second-content h3 strong,
h3.small strong {
  color: #37ECB0;
}

.home .et-hero-tab h3 {
  margin: 0;
  font-size: 1.6vw;
}

.ic-arrow-left,
.ic-arrow-right,
.slider-services-controls .next-btn, .slider-services-controls .prev-btn,
.projects-slider-content h3,
.slider-controls .next-btn, .slider-controls .prev-btn {
  font-size: 2.48vw;
}

.page-template-transactionnel .page-conversion p.lead, .page-template-professionnel .page-conversion p.lead,
.menu-mobile nav > ul > li > a {
  font-size: 0.92vw;
}

.nav-tabs .nav-link,
#am-catalog .am-category span,
.liste-realisations .texte-overlay h3,
h4 {
  font-size: 0.92vw;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
}

h5 {
  font-size: 1.6vw;
}

.first-panel .list-socials li a,
footer .list-socials li a {
  font-size: 0.96vw;
}

h6 {
  font-size: 1.08vw;
}

.single-postes .share, .page-template-carriere .share,
.uploadfieldtrick .uploadtextfield,
.uploadfieldtrick .uploadtextfield2,
.uploadfieldtrick #uploadbrowsebutton,
.uploadfieldtrick #uploadbrowsebutton2,
.button,
.sharing .share,
.single-etudes #pointer.hover:before,
.page-template-adwords #pointer.hover:before,
.page-template-professionnel #pointer.hover:before,
.page-template-transactionnel #pointer.hover:before,
.page-template-professionnel #pointer.hover-s:before,
.page-template-transactionnel #pointer.hover-s:before,
.page-template-portfolio #pointer.hover:before,
#pointer.hover-w:before,
#pointer.hover-s:before {
  font-size: 0.64vw;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.liste-realisations .texte-overlay h4,
footer,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-not-valid-tip,
.hamburger,
.link-menu ul li a {
  font-size: 0.56vw;
}

h4.regular {
  text-transform: none;
}

.services-slider .mobile-accordions .custom-accordion,
.sharing .share a,
h4.regular,
.first-panel,
.menu-mobile nav > ul > li .sub-menu li a {
  font-size: 0.8vw;
}

/* ==== OTHER UI ==== */
div#back_top {
  display: none;
  cursor: pointer;
  z-index: 999;
  position: fixed;
  bottom: 60px;
  right: 30px;
  padding: 15px;
  background: #353539;
}
div#back_top span {
  color: white;
  font-size: 1.5em;
}

.debug_responsive {
  z-index: 99999999999999;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.5);
}
.debug_responsive span {
  color: #fff;
}

#pointer {
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background: #E2E4EA;
  position: fixed;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 9998;
  pointer-events: none;
  mix-blend-mode: normal;
  transform-origin: center center;
  transition: all 0.15s ease-out;
}

#pointer.hover {
  height: 152px;
  width: 152px;
  margin-top: -30px;
  margin-left: -30px;
  mix-blend-mode: normal !important;
  background: #37ECB0 !important;
}
#pointer.hover-s, #pointer.hover-w {
  height: 152px !important;
  width: 152px !important;
  margin-top: -30px !important;
  margin-left: -30px !important;
  mix-blend-mode: normal !important;
  background: #37ECB0 !important;
}
#pointer.hover-green {
  background: #37ECB0;
}

.bg-grey {
  background: #353539;
  color: #ffffff;
}

.bg-black {
  background: #000000;
  color: #ffffff;
}

.high-zindex {
  z-index: 9;
}

.green-txt {
  color: #1FC3A3;
}

.scrollbaby h2 {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 120%;
  webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #37ECB0;
  color: #37ECB0;
  -webkit-text-fill-color: transparent;
}
.scrollbaby.neg h2 {
  z-index: -1;
}
.scrollbaby.left h2 {
  left: 0;
  text-align: right;
}
.scrollbaby.top h2 {
  bottom: initial;
  top: -85px;
}
.scrollbaby.bottom h2 {
  top: initial;
}
.scrollbaby.right h2 {
  right: 0;
  text-align: left;
}

.liste-etudes {
  padding-top: 4vw;
}
.liste-etudes .parallax_cols,
.liste-etudes .parallax_scroll {
  margin-bottom: 30px;
  min-height: calc(83.3333333vw / 3);
}
.liste-etudes .parallax_cols img,
.liste-etudes .parallax_scroll img {
  width: 100%;
}
.liste-etudes .parallax_cols a div,
.liste-etudes .parallax_scroll a div {
  width: 100%;
  display: block;
}
.liste-etudes .parallax_cols .logo-overlay img,
.liste-etudes .parallax_scroll .logo-overlay img {
  width: auto;
}
.liste-etudes .parallax_cols a,
.liste-etudes .parallax_scroll a {
  height: 100%;
  display: block;
  overflow: hidden;
}
.liste-etudes .parallax_cols a > div,
.liste-etudes .parallax_scroll a > div {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.liste-etudes .parallax_cols a:hover .logo-overlay,
.liste-etudes .parallax_scroll a:hover .logo-overlay {
  opacity: 1;
}
.liste-etudes .parallax_cols a:hover .logo-overlay img,
.liste-etudes .parallax_scroll a:hover .logo-overlay img {
  animation: floatOver 6s ease-in-out infinite;
}
.liste-etudes .parallax_cols .logo-overlay,
.liste-etudes .parallax_scroll .logo-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
.liste-etudes .parallax_cols .logo-overlay img,
.liste-etudes .parallax_scroll .logo-overlay img {
  align-self: center;
}

@keyframes floatOver {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.liste-realisations {
  position: relative;
  z-index: 10;
  padding-top: 4vw;
}
.liste-realisations .parallax_cols {
  margin-bottom: 30px;
}
.liste-realisations .parallax_cols > div {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.liste-realisations .parallax_cols > div img {
  width: 100%;
  height: 100%;
}
.liste-realisations .parallax_cols > div:before {
  content: "";
  background: rgba(56, 236, 176, 0.6);
  width: 0;
  height: 100%;
  left: -100%;
  top: 0;
  transition: all 0.5s ease-in;
  position: absolute;
  transform: translateX(-100%);
}
.liste-realisations .parallax_cols > div:hover .texte-overlay {
  opacity: 1;
  transform: translateX(0);
}
.liste-realisations .parallax_cols > div:hover:before {
  left: 0;
  width: 100%;
  transform: translateX(0);
}
.liste-realisations .parallax_cols .texte-overlay {
  opacity: 1;
  transition: all 0.3s ease-in;
  position: absolute;
  transition-delay: 0.6s;
  color: #ffffff;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  padding: 30px 50px;
  width: 16.66666vw;
  height: 75%;
  background: #000000;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
  border-bottom-right-radius: 4.8vw;
  background: linear-gradient(180deg, black 0%, #1f2025 100%);
}
.liste-realisations .parallax_cols .texte-overlay h3 {
  line-height: 1.2;
  margin-bottom: 1em;
}
.liste-realisations .parallax_cols .texte-overlay .button {
  margin-top: 20px;
}

.carriere-container {
  background-image: url(/app/uploads/2021/01/carriere-web-dev-designer-redacteur.jpg);
  background-size: cover;
  background-position: center right;
  padding: 5.2vw 0;
  color: #000000;
  position: relative;
}
.carriere-container:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #E2E4EA;
  left: calc(33.33333vw - 1px);
}
.carriere-container h3, .carriere-container h4 {
  margin-left: 6vw;
}
.carriere-container .button,
.carriere-container p {
  margin-left: 8.333333vw;
}
.carriere-container p {
  max-width: 60%;
}
.carriere-container .poste-vedette {
  padding: 2.8vw;
  background: #000000;
  color: #ffffff;
  margin-left: 8.333333vw;
}
.carriere-container .poste-vedette h3, .carriere-container .poste-vedette h4,
.carriere-container .poste-vedette .button {
  margin-left: 0;
}
.carriere-container .centered .poste-vedette {
  margin-left: 0;
  margin-right: 8.333333vw;
}

.modal .amelia-app-booking #am-step-booking .am-select-date .am-calendar-picker div, .modal .amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker div {
  color: #37ECB0;
}
.modal .amelia-app-booking #am-step-booking .am-select-date .am-calendar-picker .c-weekdays div, .modal .amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker .c-weekdays div,
.modal .amelia-app-booking .am-calendar-picker .c-header .c-title-layout .c-title-popover .c-title-anchor .c-title {
  color: #ffffff;
}
.modal .amelia-app-booking #am-step-booking .am-confirm-booking h2, .modal .amelia-app-booking .am-step-booking-catalog .am-confirm-booking h2 {
  font-weight: bold;
  font-size: 0.92vw;
}
.modal .amelia-app-booking #am-step-booking, .modal .amelia-app-booking .am-step-booking-catalog {
  border-radius: 0 !important;
}
.modal .amelia-app-booking #am-step-booking .am-confirm-booking .am-confirmation-booking-header img,
.modal .amelia-app-booking .am-step-booking-catalog .am-confirm-booking .am-confirmation-booking-header img,
.modal .amelia-app-booking #am-step-booking .am-confirm-booking .am-confirmation-booking-header svg,
.modal .amelia-app-booking .am-step-booking-catalog .am-confirm-booking .am-confirmation-booking-header svg {
  display: none !important;
}

.first-panel {
  width: 612px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  right: -612px;
  position: relative;
  background: #0f0f0f;
  background: linear-gradient(0deg, #0f0f0f 0%, #1c1d22 45%);
  transition: all 0.5s;
}
.first-panel .main-menu {
  width: 100%;
  z-index: 99;
  opacity: 1;
}
.first-panel .logo-desktop {
  display: block;
  padding: 0;
}
.first-panel .logo-desktop:hover {
  opacity: 0.8;
}
.first-panel .list-socials {
  display: flex;
}
.first-panel .list-socials li {
  margin-right: 10px;
}
.first-panel .first-panel-padding {
  padding: 0 4.5vw 4.5vw;
}
.first-panel .first-panel-padding > a {
  padding: 20px 0 10px;
  display: block;
}

#second-panel {
  width: 634px;
  right: -1234px;
  transition: all 0.5s;
  position: relative;
  z-index: -1;
  border-top-left-radius: 4.8vw;
  border-bottom-left-radius: 4.8vw;
  background: #1f2025;
  background: linear-gradient(0deg, #1f2025 0%, black 55%);
  -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.6);
}

.menu-mobile {
  display: flex;
  z-index: 99999999999;
  background: transparent;
  z-index: -1;
  position: fixed;
  transition: all 0.3s ease;
  right: 0;
  width: 1234px;
  height: 100%;
  transition: all 0.5s;
  z-index: 99999;
  right: -1234px;
}
.menu-mobile #menu-principal {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}
.menu-mobile.menu-mobile-open-half {
  width: 1234px;
  right: 0;
}
.menu-mobile.menu-mobile-open-half .first-panel {
  width: 612px;
  z-index: 99;
  right: 0;
}
.menu-mobile.menu-mobile-open-half #second-panel {
  right: -624px;
  width: 624px;
}
.menu-mobile.menu-mobile-open-full {
  width: 1236px;
}
.menu-mobile.menu-mobile-open-full #second-panel {
  width: 624px;
  right: 0;
  z-index: 9;
}
.menu-mobile.menu-mobile-open-full .first-panel {
  width: 612px;
}
.menu-mobile nav {
  padding: 4.5vw;
}
.menu-mobile nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu-mobile nav > ul {
  margin-left: -15px;
}
.menu-mobile nav > ul > li {
  position: relative;
  margin-bottom: 2.4vw;
}
.menu-mobile nav > ul > li.current-menu-item a {
  background: #37ECB0;
}
.menu-mobile nav > ul > li.current-menu-item:hover a:after {
  display: none;
}
.menu-mobile nav > ul > li.current-menu-item li a {
  background: transparent;
}
.menu-mobile nav > ul > li.menu-item-2625 a, .menu-mobile nav > ul > li.menu-item-2624 a {
  background: transparent;
}
.menu-mobile nav > ul > li > a {
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.menu-mobile nav > ul > li > a:after {
  content: "";
  position: absolute;
  background: #37ECB0;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  animation: 1s forwards ani2 linear;
  z-index: 0;
}
.menu-mobile nav > ul > li > a span {
  display: block;
  z-index: 10;
  position: relative;
}
.menu-mobile nav > ul > li:focus > a:after, .menu-mobile nav > ul > li:hover > a:after {
  animation: 0.5s forwards ani1 linear;
}
.menu-mobile nav > ul > li .sub-menu li {
  padding: 15px 15px;
}
.menu-mobile nav > ul > li .sub-menu li a {
  position: relative;
}
.menu-mobile nav > ul > li .sub-menu li a:after {
  content: "";
  bottom: -5px;
  height: 0px;
  width: 100%;
  background: #37ECB0;
  position: absolute;
  left: 0;
  transform: scaleX(0);
}
.menu-mobile nav > ul > li .sub-menu li a:hover {
  color: #37ECB0;
}
.menu-mobile nav > ul > li .sub-menu li a:hover:after {
  animation: 0.5s forwards ani3 linear;
  transform: scaleX(1);
}

@keyframes ani3 {
  0% {
    transform: scaleX(0);
    height: 0px;
  }
  45% {
    transform: scaleX(1);
    height: 1px;
  }
  55% {
    height: 1px;
  }
  100% {
    transform: scaleX(1);
    height: 1px;
  }
}
@keyframes ani1 {
  0% {
    transform: scaleX(0);
    height: 5px;
  }
  45% {
    transform: scaleX(1);
    height: 5px;
  }
  55% {
    height: 5px;
  }
  100% {
    transform: scaleX(1);
    height: 100%;
  }
}
@keyframes ani2 {
  0% {
    transform: scaleX(1);
    height: 100%;
  }
  45% {
    height: 5px;
  }
  55% {
    transform: scaleX(1);
    height: 5px;
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    height: 5px;
    opacity: 0.02;
  }
}
.hamburger {
  z-index: 99999999999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
  right: 0px;
  flex: 0 0 6%;
  max-width: 6%;
  outline: none;
  border: none;
  background: transparent;
  text-transform: uppercase;
  height: 40px;
  color: #ffffff !important;
}
.hamburger div {
  display: flex;
  align-items: center;
  position: relative;
  text-align: right;
  margin-left: auto;
  justify-self: flex-end;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  margin-right: 20px;
  margin-left: 0;
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 0;
  background: #1FC3A3;
  transition: all 0.1s;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  background: #1FC3A3;
  position: absolute;
  transition: all 0.2s;
}
.hamburger span:before {
  top: -7px;
  left: 4px;
}
.hamburger span:after {
  bottom: -7px;
  left: 4px;
}
.hamburger:not(.active) span {
  animation: myfirst 5s linear 2s infinite alternate;
}
.hamburger:not(.active) span:before {
  animation: mysecond 5s linear 2s infinite alternate;
}
.hamburger:not(.active) span:after {
  animation: mythird 5s linear 2s infinite alternate;
}
.hamburger.active {
  opacity: 1;
  padding-right: 15px;
}
.hamburger.active.hamburger-1 div {
  flex-direction: row-reverse;
}
.hamburger.active.hamburger-1 div:before {
  width: 54px;
  height: 54px;
  content: "";
  position: absolute;
  right: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #ffffff;
}
.hamburger.active.hamburger-1 span {
  right: 0;
  margin-left: 30px;
  width: 25px;
  background: #ffffff;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
.hamburger.active.hamburger-1 span:before, .hamburger.active.hamburger-1 span:after {
  width: 10px;
  background: #ffffff;
}
.hamburger.active.hamburger-1 span:before {
  top: -4px;
  left: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.hamburger.active.hamburger-1 span:after {
  bottom: -4px;
  left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
@media (max-width:991px) {
  .hamburger {
    z-index: 999;
    display: block;
  }
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout .hamburger {
  display: none !important;
}

@keyframes mysecond {
  0% {
    background-color: #37ECB0;
  }
  25% {
    background-color: #BAF6AC;
  }
  50% {
    background-color: #0E6882;
  }
  75% {
    background-color: #37ECB0;
  }
  100% {
    background-color: #0E6882;
  }
}
@keyframes myfirst {
  0% {
    background-color: #BAF6AC;
  }
  25% {
    background-color: #0E6882;
  }
  50% {
    background-color: #37ECB0;
  }
  75% {
    background-color: #37ECB0;
  }
  100% {
    background-color: #0E6882;
  }
}
@keyframes mythird {
  0% {
    background-color: #0E6882;
  }
  25% {
    background-color: #37ECB0;
  }
  50% {
    background-color: #BAF6AC;
  }
  75% {
    background-color: #0E6882;
  }
  100% {
    background-color: #37ECB0;
  }
}
#menuBtn.active {
  padding-right: 0;
}
@media (max-width:991px) {
  .menu-mobile {
    display: none;
  }
}
#menu {
  right: -100%;
  transition: all 0.5s;
  z-index: 999999;
  position: fixed;
  top: 0;
  width: 80vw;
  height: 100%;
  background: #1C1D22;
}
#menu.showing {
  right: 0;
  overflow: scroll;
}
#menu .bottom-wrapper {
  padding: 30px;
}
#menu .bottom-wrapper .logo-desktop {
  margin-bottom: 15px;
}
#menu .bottom-wrapper a {
  display: block;
  margin-bottom: 10px;
}
#menu .bottom-wrapper .list-socials {
  display: flex;
}
#menu .bottom-wrapper .list-socials li {
  margin-right: 20px;
  font-size: 22px;
}
#menu .menu-mobile-container {
  background: black;
  padding-top: 15px;
  background: linear-gradient(180deg, black 0%, #1f2025 100%);
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 55px !important;
  margin-bottom: 45px;
}
#menu .btn-rdv {
  margin: 57px 0 0;
}
#menu #mobile-menu {
  margin: 0;
  padding: 0 0 30px 0;
}
#menu #mobile-menu li {
  line-height: 1;
  padding: 10px 15px;
  position: relative;
  z-index: 0;
}
#menu #mobile-menu li a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 15px 50px 15px 15px;
  display: inline-block;
}
#menu #mobile-menu li.current_page_item > a {
  background: #37ECB0;
  color: #ffffff;
}
#menu #mobile-menu li.menu-item-2626 > a, #menu #mobile-menu li.menu-item-2627 > a, #menu #mobile-menu li.menu-item-1758 > a, #menu #mobile-menu li.menu-item-1756 > a {
  background: transparent;
}
#menu #mobile-menu li.open-sub-2 .ic-arrow-right, #menu #mobile-menu li.open-sub .ic-arrow-right {
  position: absolute;
  right: 30px;
  top: 15px;
}

.btn-rdv {
  padding: 18px 30px;
  background: #393B42;
  margin-bottom: 15px;
}
.btn-rdv a {
  color: #37ECB0;
  padding: 0;
  line-height: 1;
}

.menu-sous-menu-mobile-services-container,
.menu-sous-menu-mobile-portfolio-container {
  padding: 15px 15px;
  transition: all 0.5s;
  position: fixed;
  right: -100%;
  height: 100vh;
  top: 125px;
  bottom: 0;
  width: calc(100vw - 30px);
  background: linear-gradient(180deg, black 0%, #1f2025 100%);
}
.menu-sous-menu-mobile-services-container li,
.menu-sous-menu-mobile-portfolio-container li {
  padding: 10px 15px;
  position: relative;
}
.menu-sous-menu-mobile-services-container li a,
.menu-sous-menu-mobile-portfolio-container li a {
  font-size: 16px;
}
.menu-sous-menu-mobile-services-container li a:focus, .menu-sous-menu-mobile-services-container li a:active, .menu-sous-menu-mobile-services-container li a:hover,
.menu-sous-menu-mobile-portfolio-container li a:focus,
.menu-sous-menu-mobile-portfolio-container li a:active,
.menu-sous-menu-mobile-portfolio-container li a:hover {
  color: #37ECB0;
  text-decoration: underline;
}
.menu-sous-menu-mobile-services-container li.close-menu,
.menu-sous-menu-mobile-portfolio-container li.close-menu {
  padding-left: 60px;
  margin-bottom: 20px;
}
.menu-sous-menu-mobile-services-container li.close-menu a,
.menu-sous-menu-mobile-portfolio-container li.close-menu a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
}
.menu-sous-menu-mobile-services-container li.close-menu .ic-arrow-left,
.menu-sous-menu-mobile-portfolio-container li.close-menu .ic-arrow-left {
  position: absolute;
  left: 15px;
  top: 5px;
}
.menu-sous-menu-mobile-services-container.aurevoir,
.menu-sous-menu-mobile-portfolio-container.aurevoir {
  right: 0;
}

.page-template-contact .white-bg {
  box-shadow: -30px 0px 30px 0px rgba(0, 0, 0, 0.6);
}
.page-template-contact .white-bg article {
  border-right: 1px solid #000000;
  padding: 1vw 0;
}
.page-template-contact .white-bg article h3 {
  margin: 0;
}
.page-template-contact .white-bg .larger-pd-left {
  padding-left: 2vw;
}
.page-template-contact .white-bg .move-down {
  margin-top: 3vw;
}
.page-template-contact .white-bg a {
  color: #000000;
}
.page-template-contact .white-bg a:hover {
  color: #37ECB0;
}
.page-template-contact .white-bg .list-socials {
  margin-right: 2vw;
}
.page-template-contact .white-bg .list-socials li {
  margin-right: 20px;
}
.page-template-contact form {
  margin-top: 35px;
}
.page-template-contact form p {
  margin: 0;
}
.page-template-contact form .button {
  float: right;
}
.page-template-contact form textarea {
  margin-bottom: 35px;
}

.page-template-portfolio #site-content {
  padding-top: 0 !important;
  overflow-x: hidden;
}
.page-template-portfolio #pointer.hover:before {
  content: "DÉCOUVREZ LE PROJET";
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  line-height: 1.1875;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-portfolio .header {
  background: #474a51;
  position: relative;
  background: linear-gradient(138deg, #474a51 0%, #1f2025 85%);
}
.page-template-portfolio .header .left-content {
  display: flex;
  z-index: 999;
  position: relative;
}
.page-template-portfolio .header .left-content p {
  padding-left: 5.2vw;
  max-width: 60%;
}
.page-template-portfolio .header .left-content .button {
  margin: 40px 45px 0 0;
}
.page-template-portfolio .header .left-content .button:first-of-type {
  margin-left: 5.2vw;
}
.page-template-portfolio .header .right-images {
  text-align: right;
  position: relative;
}
.page-template-portfolio .header .right-images img {
  width: auto;
}
.page-template-portfolio .header .fadeInDown {
  z-index: 99;
}
.page-template-portfolio .header .fadeInLeft {
  z-index: 9;
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.page-template-portfolio .header .block-left {
  margin-top: -35%;
  left: -110px;
  position: relative;
}
.page-template-portfolio .header .block-left img {
  max-width: 83%;
}
.page-template-portfolio .header .block-top img {
  margin-right: 2vw;
  max-width: 85%;
}
.page-template-portfolio .header .block-fixed {
  width: 110%;
  right: -9.2vw;
  bottom: -17vw;
  position: absolute;
}
.page-template-portfolio .header:before {
  left: calc(33.33333vw - 2px);
}
.page-template-portfolio .header .row {
  position: relative;
  z-index: 10;
}
.page-template-portfolio .header:after {
  right: 33.33333vw;
}
.page-template-portfolio .header:after, .page-template-portfolio .header:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}
.page-template-portfolio .top-high-zindex {
  z-index: 99;
  position: relative;
  top: -200px;
}
.page-template-portfolio .left-high-zindex {
  z-index: 9;
  position: relative;
  top: -200px;
}
.page-template-portfolio .floating-down-top {
  z-index: 999;
  position: relative;
  top: -250px;
}
.page-template-portfolio .floating-down-top img {
  position: relative;
}
.page-template-portfolio .floating-down-left {
  z-index: 9;
  position: relative;
  top: -200px;
}
.page-template-portfolio .floating-down-left img {
  position: relative;
}
.page-template-portfolio .liste-etudes {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 0;
}
.page-template-portfolio .liste-etudes .parallax_cols {
  width: 33.333333%;
  padding: 0 15px;
}
.page-template-portfolio .liste-etudes .parallax_cols a {
  width: 100%;
}
.page-template-portfolio #etudes {
  position: relative;
  padding: 4vw 0;
}
.page-template-portfolio #etudes .liste-etudes {
  z-index: 99;
  position: relative;
  padding-bottom: 8vw;
  padding-top: 2vw;
}
.page-template-portfolio #etudes:before {
  left: calc(33.33333vw - 2px);
}
.page-template-portfolio #etudes:after {
  right: 33.33333vw;
}
.page-template-portfolio #etudes:after, .page-template-portfolio #etudes:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #E2E4EA;
}
.page-template-portfolio #etudes h3 {
  max-width: 60%;
}
.page-template-portfolio #etudes p {
  padding-left: 5.2vw;
}
.page-template-portfolio #realisations {
  background: #353539;
  color: #ffffff;
  padding: 4vw 0;
  position: relative;
}
.page-template-portfolio #realisations h3 {
  max-width: 60%;
}
.page-template-portfolio #realisations p {
  padding-left: 5.2vw;
}
.page-template-portfolio #realisations:before {
  left: calc(33.33333vw - 2px);
}
.page-template-portfolio #realisations:after {
  right: 33.33333vw;
}
.page-template-portfolio #realisations:after, .page-template-portfolio #realisations:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}
.page-template-portfolio #pointer.hover-w:before {
  content: "DÉCOUVREZ LE PROJET";
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  line-height: 1.1875;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-portfolio #clientele {
  position: relative;
  padding: 4vw 0;
}
.page-template-portfolio #clientele:before {
  left: calc(33.33333vw - 2px);
}
.page-template-portfolio #clientele:after {
  right: 33.33333vw;
}
.page-template-portfolio #clientele:after, .page-template-portfolio #clientele:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #E2E4EA;
}
.page-template-portfolio #clientele .liste-clients {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-portfolio #clientele .liste-clients .col-sm-20 {
  text-align: center;
}
.page-template-portfolio .rayonner {
  padding-top: 9vw;
  text-align: center;
  overflow-y: hidden;
  background-color: #353539 !important;
  background-size: contain !important;
  background-position: top center !important;
}
.page-template-portfolio .rayonner h2 {
  color: #37ECB0;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 3vw;
  font-family: "Lato", sans-serif;
}
.page-template-portfolio .rayonner h2.punchline {
  margin-bottom: 2vw;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
}
.page-template-portfolio .rayonner .floating-bg {
  text-align: center;
  position: relative;
  bottom: -15vw;
}
.page-template-portfolio .rayonner .floating-bg img {
  margin: 0 auto;
}

.page-template-adwords.overflow_hidden .heading-slide .right-box, .page-template-adwords.overflow_hidden .heading-slide h1 {
  z-index: 9;
}
.page-template-adwords .heading-slide {
  position: relative;
  padding-top: 6vw;
  overflow: hidden;
}
.page-template-adwords .heading-slide .floating-wrapper {
  position: absolute;
  top: -5vw;
  right: 4.166666vw;
  width: 66.666667vw;
  height: calc(100vh - 6vw);
  visibility: hidden;
}
.page-template-adwords .heading-slide .floating-wrapper .sapin {
  right: 15vw;
  top: 22vw;
  position: absolute;
  animation-name: sapin;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-adwords .heading-slide .floating-wrapper .planche {
  position: absolute;
  right: 9vw;
  top: 13vw;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-adwords .heading-slide .floating-wrapper .rondelle {
  position: absolute;
  right: 5vw;
  top: 16.6vw;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-adwords .heading-slide .floating-wrapper .cube {
  z-index: 99;
  top: -2.2vw;
  left: 18vw;
  position: absolute;
  animation-name: cube;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-adwords .heading-slide .floating-wrapper .bille-1 {
  z-index: 99;
  top: 90%;
  right: 12vw;
  position: absolute;
  animation-name: test;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-adwords .heading-slide .floating-wrapper .bille-2 {
  z-index: 99;
  top: 95%;
  right: 10.33333vw;
  position: absolute;
  animation-name: bille-1;
  animation-duration: 12.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-adwords .heading-slide h1 {
  margin: 2vw 0 0 8.96vw;
  position: absolute;
  z-index: 9999;
  max-width: 55%;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.page-template-adwords .heading-slide .container-fluid {
  min-height: calc(100vh - 6vw);
}
.page-template-adwords .heading-slide .container-fluid .row {
  min-height: calc(100vh - 6vw);
}
.page-template-adwords .heading-slide .service-bg {
  padding: 4vw 4vw 4vw 9.6vw;
  visibility: hidden;
}
.page-template-adwords .heading-slide .right-box {
  margin-top: auto;
  position: relative;
  z-index: 999;
}
@keyframes test {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(10px, 0);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes grossebille {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes bille-1 {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes bouledroite {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes cube {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(-2px, -10px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes sapin {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(-20px, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.page-template-adwords .section-2 {
  padding: 4vw 0;
  position: relative;
}
.page-template-adwords .section-2 .col-sm-3,
.page-template-adwords .section-2 .col-sm-4 {
  margin-bottom: 30px;
}
.page-template-adwords .section-2 .black-bg {
  padding: 5vw 0;
  height: 100%;
}
.page-template-adwords .section-2:before {
  left: calc(33.33333vw - 2px);
}
.page-template-adwords .section-2:after {
  right: 33.33333vw;
}
.page-template-adwords .section-2:after, .page-template-adwords .section-2:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #E2E4EA;
}
.page-template-adwords .section-2 .container-fluid {
  position: relative;
  z-index: 99;
}
.page-template-adwords .section-3 {
  padding: 4vw 0;
  position: relative;
}
.page-template-adwords .section-3 .right-col,
.page-template-adwords .section-3 h2 {
  position: relative;
  z-index: 99;
}
.page-template-adwords .section-3:before {
  left: calc(33.33333vw - 2px);
}
.page-template-adwords .section-3:after {
  right: 33.33333vw;
}
.page-template-adwords .section-3:after, .page-template-adwords .section-3:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 1px;
  top: 0;
  background: #E2E4EA;
}
.page-template-adwords .section-3 .blocs-objectifs {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.page-template-adwords .section-3 .blocs-objectifs h4 {
  margin-left: -3vw;
  margin-top: 2vw;
}
.page-template-adwords .section-3 .blocs-objectifs:nth-child(odd) {
  padding-top: 2vw;
}
.page-template-adwords .section-3 .blocs-objectifs:nth-child(even) {
  padding-bottom: 2vw;
}
.page-template-adwords .section-4 {
  position: relative;
}
.page-template-adwords .section-4 .container-fluid {
  position: relative;
  z-index: 99;
}
.page-template-adwords .section-4:before {
  left: calc(33.33333vw - 2px);
}
.page-template-adwords .section-4:after {
  right: 33.33333vw;
}
.page-template-adwords .section-4:after, .page-template-adwords .section-4:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #E2E4EA;
}
.page-template-adwords .page-entreprise {
  padding: 13vw 0;
  position: relative;
}
.page-template-adwords .page-entreprise .container-fluid {
  position: relative;
  z-index: 99;
}
.page-template-adwords .page-entreprise:before {
  left: calc(33.33333vw - 2px);
}
.page-template-adwords .page-entreprise:after {
  right: 33.33333vw;
}
.page-template-adwords .page-entreprise:after, .page-template-adwords .page-entreprise:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #E2E4EA;
}
.page-template-adwords .page-entreprise h2.punchline {
  margin-bottom: 0.2em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  max-width: 70%;
}
.page-template-adwords h2.green-txt {
  font-family: "Lato", sans-serif;
  color: #37ECB0;
  text-transform: none;
  font-weight: normal;
  margin-left: 8.333333vw;
  margin-bottom: 0.75em;
}
.page-template-adwords .page-conversion {
  padding: 4.6vw 0 4vw;
  position: relative;
  background-size: 80% !important;
  background-position: left top !important;
}
.page-template-adwords .page-conversion h3 {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-adwords .page-conversion .container-fluid {
  position: relative;
  z-index: 99;
}
.page-template-adwords .page-conversion:before {
  left: calc(33.33333vw - 2px);
}
.page-template-adwords .page-conversion:after {
  right: 33.33333vw;
}
.page-template-adwords .page-conversion:after, .page-template-adwords .page-conversion:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}
.page-template-adwords .page-conversion p.lead {
  position: relative;
  z-index: 99;
}
.page-template-adwords .page-conversion .button {
  margin-top: 1vw;
}
.page-template-adwords .page-conversion .move-down {
  margin-top: 2vw;
  z-index: 99;
  position: relative;
}
.page-template-adwords .page-conversion .carousel-conversion-adwords {
  margin-top: 1vw;
  z-index: 999;
  position: relative;
}
.page-template-adwords .page-conversion .carousel-conversion-adwords .prev-btn,
.page-template-adwords .page-conversion .carousel-conversion-adwords .next-btn {
  position: absolute;
  top: 50%;
}
.page-template-adwords .page-conversion .carousel-conversion-adwords .prev-btn {
  left: -75px;
}
.page-template-adwords .page-conversion .carousel-conversion-adwords .next-btn {
  right: -75px;
}
.page-template-adwords .page-conversion .slick-track {
  display: flex !important;
  padding: 120px 0;
}
.page-template-adwords .page-conversion .slick-slide {
  height: inherit !important;
  padding: 0 30px;
  transform: scale(0.95);
  transition: all 0.3s ease-in;
}
.page-template-adwords .page-conversion .slick-slide.slick-active.slick-current {
  transform: scale(1.1);
  z-index: 999;
}
.page-template-adwords .page-conversion .slick-slide > div {
  height: 100%;
}
.page-template-adwords .page-conversion figure {
  position: relative;
  display: flex;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
  flex-direction: column;
  margin: 0;
  transition: all 0.2s ease-in;
  width: 100%;
}
.page-template-adwords .page-conversion figure img {
  width: 100%;
}
.page-template-adwords .page-conversion figure figcaption {
  min-height: 615px;
  width: 100%;
  padding: 3vw 2vw;
  color: #ffffff;
  background: #474a51;
  background: linear-gradient(180deg, #474a51 0%, #1f2025 56%);
}
.page-template-adwords .page-difference figure {
  position: relative;
  text-align: center;
}
.page-template-adwords .page-difference figure figcaption {
  position: absolute;
  width: 100%;
  color: #ffffff;
  bottom: 0;
}
.page-template-adwords .section-resultats {
  padding: 6vw 0 1vw;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
.page-template-adwords .section-resultats h2 {
  position: relative;
  z-index: 99;
}
.page-template-adwords .section-resultats:before {
  left: calc(33.33333vw - 2px);
}
.page-template-adwords .section-resultats:after {
  right: 33.33333vw;
}
.page-template-adwords .section-resultats:after, .page-template-adwords .section-resultats:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}
.page-template-adwords .section-resultats h2 {
  color: #ffffff;
  margin: 0 0 0.5em;
}
.page-template-adwords .section-connexes {
  padding: 6vw 0 0;
}
.page-template-adwords .section-connexes figure {
  position: relative;
}
.page-template-adwords .section-connexes figure img {
  width: 100%;
}
.page-template-adwords .section-connexes figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-adwords #pointer.hover:before {
  content: "Découvrez le service";
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  line-height: 1.1875;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-adwords .glider {
  position: relative;
  z-index: 1;
}
.page-template-adwords .glider h3 {
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.page-template-adwords .glider .bg-black-arrow {
  width: 100%;
  height: 24vw;
  background: url(/app/uploads/2021/01/bg-rayonner-sur-web.png) no-repeat center -24vw;
  background-size: cover !important;
  position: absolute;
  top: 0;
  z-index: 99;
}
.page-template-adwords .glider .container-fluid {
  position: relative;
}
.page-template-adwords .glider .slider-mask {
  padding-top: 1vw;
  width: 100%;
  height: 50vw;
  max-height: 110vh;
  overflow: hidden;
  margin: 0 auto;
}
.page-template-adwords .glider .AB-slidebar {
  position: relative;
  width: 100%;
  height: 100%;
  right: 0px;
  overflow: hidden;
}
.page-template-adwords .glider .slider-aft, .page-template-adwords .glider .slider-bef {
  position: absolute;
  top: 0px;
  bottom: 0;
  overflow: hidden;
}
.page-template-adwords .glider .slider-bef {
  left: 0px;
}
.page-template-adwords .glider .slider-bef .content-drag {
  position: absolute;
  width: 27vw;
  left: 8.33333vw;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-adwords .glider .slider-aft {
  right: 0;
}
.page-template-adwords .glider .slider-aft .content-drag {
  position: absolute;
  width: 27vw;
  right: 8.33333vw;
  top: 50%;
  left: initial;
  text-align: right;
  transform: translateY(-50%);
}
.page-template-adwords .glider .slider-content {
  width: 100vw;
  height: 100%;
  max-height: 110vh;
}
.page-template-adwords .glider .slider-content img {
  width: 100%;
}
.page-template-adwords .glider .slider-content div.image-glider {
  width: 100%;
}
.page-template-adwords .handle-wrapper {
  position: relative;
  width: 8px;
  height: 100%;
  left: 100%;
  z-index: 10;
}
.page-template-adwords .slider-bar {
  width: 116px;
  height: 100%;
  position: absolute;
  left: -58px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-adwords .slider-handle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.page-template-transactionnel.overflow_hidden .heading-slide .floating-wrapper .cadrage, .page-template-transactionnel.overflow_hidden .heading-slide h1,
.page-template-professionnel.overflow_hidden .heading-slide .floating-wrapper .cadrage,
.page-template-professionnel.overflow_hidden .heading-slide h1 {
  z-index: 9;
}
.page-template-transactionnel .heading-slide,
.page-template-professionnel .heading-slide {
  position: relative;
  padding-top: 6vw;
  overflow: hidden;
}
.page-template-transactionnel .heading-slide .floating-wrapper,
.page-template-professionnel .heading-slide .floating-wrapper {
  position: absolute;
  top: -3vw;
  width: 66.666667vw;
  height: calc(100vh - 6vw);
  visibility: hidden;
}
.page-template-transactionnel .heading-slide .floating-wrapper img,
.page-template-professionnel .heading-slide .floating-wrapper img {
  width: 100%;
}
.page-template-transactionnel .heading-slide .floating-wrapper .cadrage,
.page-template-professionnel .heading-slide .floating-wrapper .cadrage {
  position: absolute;
  bottom: 3.4vw;
  z-index: 999;
  left: 8.6vw;
  min-width: 41.666667vw;
  animation-name: cadrage;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-transactionnel .heading-slide .floating-wrapper .sphere,
.page-template-professionnel .heading-slide .floating-wrapper .sphere {
  min-width: 16.666667vw;
  left: 4vw;
  bottom: 3.4vw;
  position: absolute;
  animation-name: sphere;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-transactionnel .heading-slide .floating-wrapper .cube,
.page-template-professionnel .heading-slide .floating-wrapper .cube {
  min-width: 24.99999vw;
  right: 4.5vw;
  bottom: 3vw;
  position: absolute;
  animation-name: cube;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-transactionnel .heading-slide h1,
.page-template-professionnel .heading-slide h1 {
  margin: 0 0 0 8.333333vw;
  position: relative;
  z-index: 9999;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  visibility: hidden;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.page-template-transactionnel .heading-slide .container-fluid,
.page-template-professionnel .heading-slide .container-fluid {
  min-height: calc(100vh - 6vw);
}
.page-template-transactionnel .heading-slide .container-fluid .row,
.page-template-professionnel .heading-slide .container-fluid .row {
  min-height: calc(100vh - 6vw);
}
.page-template-transactionnel .heading-slide .service-bg,
.page-template-professionnel .heading-slide .service-bg {
  padding: 4vw;
  visibility: hidden;
}
.page-template-transactionnel .heading-slide .right-box,
.page-template-professionnel .heading-slide .right-box {
  margin-top: auto;
  position: relative;
  z-index: 999;
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInUp2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.page-template-transactionnel .heading-slide .floating-wrap-trans,
.page-template-professionnel .heading-slide .floating-wrap-trans {
  position: absolute;
  top: -6vw;
  width: 66.666667vw;
  left: 4vw;
  height: calc(100vh - 6vw);
}
.page-template-transactionnel .heading-slide .floating-wrap-trans img,
.page-template-professionnel .heading-slide .floating-wrap-trans img {
  width: 100%;
}
.page-template-transactionnel .heading-slide .image-1,
.page-template-professionnel .heading-slide .image-1 {
  position: absolute;
  right: 14vw;
  bottom: 9vw;
  animation-name: tuyaubase;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-transactionnel .heading-slide .image-2,
.page-template-professionnel .heading-slide .image-2 {
  position: absolute;
  left: 0;
  bottom: 4vw;
  animation-name: rondgauche;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-transactionnel .heading-slide .image-3,
.page-template-professionnel .heading-slide .image-3 {
  position: absolute;
  right: 0;
  bottom: 4vw;
  animation-name: ronddroite;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-transactionnel .heading-slide .image-4,
.page-template-professionnel .heading-slide .image-4 {
  position: absolute;
  left: 28%;
  bottom: 4vw;
  animation-name: pyramidebase;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes cadrage {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(35px, -25px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes cube {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(45px, 40px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes sphere {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(-35px, -25px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes triangledansrond {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(5px, -5px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes petitegauche {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(5px, -5px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes petitedroite {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes rondgauche {
  0% {
    transform: translate(0, 0%);
  }
  30% {
    transform: translate(-5px, -5px);
  }
  70% {
    transform: translate(2px, 2px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes ronddroite {
  0% {
    transform: translate(0, 0%);
  }
  30% {
    transform: translate(5px, 5px);
  }
  70% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes pyramidebase {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(5px, 10px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes tuyaubase {
  0% {
    transform: translate(0, 0%);
  }
  30% {
    transform: translate(15px, -10px);
  }
  70% {
    transform: translate(5px, 0px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes swipping {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0%);
  }
}
.page-template-transactionnel .floating-bg,
.page-template-professionnel .floating-bg {
  margin-left: auto;
}
.page-template-transactionnel .floating-bg img,
.page-template-professionnel .floating-bg img {
  margin-left: auto;
  margin-right: -30px;
}
.page-template-transactionnel .services-container,
.page-template-professionnel .services-container {
  padding-top: 4vw;
}
.page-template-transactionnel .voir-nos-services,
.page-template-professionnel .voir-nos-services {
  padding-bottom: 2vw;
}
.page-template-transactionnel .voir-nos-services .content-services,
.page-template-professionnel .voir-nos-services .content-services {
  padding-right: 30px;
  padding-left: 0;
  position: relative;
  z-index: 999;
}
.page-template-transactionnel .voir-nos-services .content-services h2,
.page-template-professionnel .voir-nos-services .content-services h2 {
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.page-template-transactionnel .voir-nos-services .content-services h2 span,
.page-template-professionnel .voir-nos-services .content-services h2 span {
  font-weight: 900;
  color: #37ECB0;
}
.page-template-transactionnel .voir-nos-services .full-images,
.page-template-professionnel .voir-nos-services .full-images {
  position: relative;
  transition: all 0.2s ease-in;
  z-index: 99;
}
.page-template-transactionnel .voir-nos-services .full-images .content-controls,
.page-template-professionnel .voir-nos-services .full-images .content-controls {
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translate(5vw, -50%);
  right: 0;
}
.page-template-transactionnel .voir-nos-services .full-images .content-controls i,
.page-template-professionnel .voir-nos-services .full-images .content-controls i {
  margin-bottom: 15px;
  display: block;
}
.page-template-transactionnel .voir-nos-services .full-images .second-content,
.page-template-transactionnel .voir-nos-services .full-images .first-content,
.page-template-professionnel .voir-nos-services .full-images .second-content,
.page-template-professionnel .voir-nos-services .full-images .first-content {
  opacity: 0;
  max-width: 43%;
  z-index: -1;
  left: 8.333333vw;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.page-template-transactionnel .voir-nos-services .full-images .second-content p,
.page-template-transactionnel .voir-nos-services .full-images .first-content p,
.page-template-professionnel .voir-nos-services .full-images .second-content p,
.page-template-professionnel .voir-nos-services .full-images .first-content p {
  max-width: 95%;
}
.page-template-transactionnel .voir-nos-services .full-images .second-content ul,
.page-template-transactionnel .voir-nos-services .full-images .first-content ul,
.page-template-professionnel .voir-nos-services .full-images .second-content ul,
.page-template-professionnel .voir-nos-services .full-images .first-content ul {
  column-count: 2;
}
.page-template-transactionnel .voir-nos-services .full-images .second-content .button,
.page-template-transactionnel .voir-nos-services .full-images .first-content .button,
.page-template-professionnel .voir-nos-services .full-images .second-content .button,
.page-template-professionnel .voir-nos-services .full-images .first-content .button {
  margin-top: 20px;
}
.page-template-transactionnel .voir-nos-services .full-images.show-first-content .content-controls,
.page-template-professionnel .voir-nos-services .full-images.show-first-content .content-controls {
  opacity: 1;
}
.page-template-transactionnel .voir-nos-services .full-images.show-first-content img,
.page-template-professionnel .voir-nos-services .full-images.show-first-content img {
  animation: fadeOut ease 1.2s;
  opacity: 0;
  z-index: -1;
}
.page-template-transactionnel .voir-nos-services .full-images.show-first-content .first-content,
.page-template-professionnel .voir-nos-services .full-images.show-first-content .first-content {
  opacity: 1;
  z-index: 99;
  animation: fadeIn ease 5s;
}
.page-template-transactionnel .voir-nos-services .full-images.show-second-content .content-controls,
.page-template-professionnel .voir-nos-services .full-images.show-second-content .content-controls {
  opacity: 1;
}
.page-template-transactionnel .voir-nos-services .full-images.show-second-content img,
.page-template-professionnel .voir-nos-services .full-images.show-second-content img {
  animation: fadeOut ease 1.2s;
  opacity: 0;
}
.page-template-transactionnel .voir-nos-services .full-images.show-second-content .second-content,
.page-template-professionnel .voir-nos-services .full-images.show-second-content .second-content {
  opacity: 1;
  z-index: 99;
  animation: fadeIn ease 5s;
}
.page-template-transactionnel h2.green-txt,
.page-template-professionnel h2.green-txt {
  font-family: "Lato", sans-serif;
  color: #37ECB0;
  text-transform: none;
  font-weight: normal;
  margin-left: 8.333333vw;
  margin-bottom: 0.75em;
}
.page-template-transactionnel .page-entreprise .button,
.page-template-transactionnel .page-blanche .button,
.page-template-professionnel .page-entreprise .button,
.page-template-professionnel .page-blanche .button {
  margin-left: 8.333333vw;
}
.page-template-transactionnel .services-slider-container .move-down-service-title,
.page-template-professionnel .services-slider-container .move-down-service-title {
  top: 6vw;
}
.page-template-transactionnel .page-entreprise,
.page-template-professionnel .page-entreprise {
  overflow: hidden;
  padding: 6vw 0;
  position: relative;
}
.page-template-transactionnel .page-entreprise:before,
.page-template-professionnel .page-entreprise:before {
  left: calc(33.33333vw - 2px);
}
.page-template-transactionnel .page-entreprise:after,
.page-template-professionnel .page-entreprise:after {
  right: 33.33333vw;
}
.page-template-transactionnel .page-entreprise:after, .page-template-transactionnel .page-entreprise:before,
.page-template-professionnel .page-entreprise:after,
.page-template-professionnel .page-entreprise:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}
.page-template-transactionnel .page-entreprise .full-images,
.page-template-professionnel .page-entreprise .full-images {
  position: relative;
}
.page-template-transactionnel .page-entreprise .full-images .sites-slider,
.page-template-professionnel .page-entreprise .full-images .sites-slider {
  right: 0px;
  z-index: 99;
}
.page-template-transactionnel .page-entreprise .full-images .ecran-slider,
.page-template-professionnel .page-entreprise .full-images .ecran-slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  z-index: 999;
}
.page-template-transactionnel .page-entreprise h2.punchline,
.page-template-professionnel .page-entreprise h2.punchline {
  margin-bottom: 0.2em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.page-template-transactionnel .nos-experts,
.page-template-professionnel .nos-experts {
  padding: 0 0 5vw 0;
}
.page-template-transactionnel .nos-experts .full-images,
.page-template-professionnel .nos-experts .full-images {
  margin-bottom: 5vw;
}
.page-template-transactionnel .nos-experts .right-content,
.page-template-professionnel .nos-experts .right-content {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
  padding: 4vw 3.4vw;
}
.page-template-transactionnel .nos-experts .right-content .button,
.page-template-professionnel .nos-experts .right-content .button {
  margin-top: 30px;
  display: inline-block;
}
.page-template-transactionnel .accordions,
.page-template-professionnel .accordions {
  margin-top: 30px;
}
.page-template-transactionnel .accordions .desc,
.page-template-professionnel .accordions .desc {
  display: none;
  padding-bottom: 30px;
}
.page-template-transactionnel .accordion,
.page-template-professionnel .accordion {
  border-bottom: 1px solid #ACACAC;
}
.page-template-transactionnel .accordion .custom-accordion,
.page-template-professionnel .accordion .custom-accordion {
  margin: 0;
  padding: 20px 15px 20px 40px;
  transition: all 0.3s ease-in;
  background: url(../../images/accordion-bullets.png) left center no-repeat;
}
.page-template-transactionnel .accordion .custom-accordion br,
.page-template-professionnel .accordion .custom-accordion br {
  display: none;
}
.page-template-transactionnel .accordion.current .custom-accordion,
.page-template-professionnel .accordion.current .custom-accordion {
  background: url(../../images/accordion-bullets-closed.png) left center no-repeat;
}
.page-template-transactionnel .accordion .desc.activated,
.page-template-professionnel .accordion .desc.activated {
  display: block;
}
.page-template-transactionnel .floating-bg.hidden,
.page-template-professionnel .floating-bg.hidden {
  display: none;
}
.page-template-transactionnel #pointer.hover-s:before,
.page-template-professionnel #pointer.hover-s:before {
  content: "Découvrez la réponse";
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  line-height: 1.1875;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-transactionnel .page-objectif,
.page-template-professionnel .page-objectif {
  padding: 4.6vw 0 4vw;
}
.page-template-transactionnel .page-objectif .bloc-blanc,
.page-template-professionnel .page-objectif .bloc-blanc {
  padding-right: 5vw;
}
.page-template-transactionnel .page-objectif .move-down,
.page-template-professionnel .page-objectif .move-down {
  margin-bottom: 30px;
}
.page-template-transactionnel .page-objectif .black-bg,
.page-template-professionnel .page-objectif .black-bg {
  height: 100%;
  padding: 40px;
}
.page-template-transactionnel .page-objectif .black-bg img,
.page-template-professionnel .page-objectif .black-bg img {
  margin-bottom: 30px;
}
.page-template-transactionnel .page-objectif .button,
.page-template-professionnel .page-objectif .button {
  margin-top: 1.5vw;
}
.page-template-transactionnel .page-conversion,
.page-template-professionnel .page-conversion {
  padding: 4.6vw 0 4vw;
  position: relative;
  overflow: hidden;
}
.page-template-transactionnel .page-conversion p.lead,
.page-template-professionnel .page-conversion p.lead {
  position: relative;
  z-index: 99;
}
.page-template-transactionnel .page-conversion .button,
.page-template-professionnel .page-conversion .button {
  margin-top: 1vw;
}
.page-template-transactionnel .page-conversion:before,
.page-template-professionnel .page-conversion:before {
  left: calc(33.33333vw - 2px);
}
.page-template-transactionnel .page-conversion:after,
.page-template-professionnel .page-conversion:after {
  right: 33.33333vw;
}
.page-template-transactionnel .page-conversion:after, .page-template-transactionnel .page-conversion:before,
.page-template-professionnel .page-conversion:after,
.page-template-professionnel .page-conversion:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}
.page-template-transactionnel .page-conversion .move-down,
.page-template-professionnel .page-conversion .move-down {
  margin-top: 2vw;
  z-index: 99;
  position: relative;
}
.page-template-transactionnel .page-conversion .carousel-conversion,
.page-template-professionnel .page-conversion .carousel-conversion {
  margin-top: 3vw;
  z-index: 999;
  position: relative;
}
.page-template-transactionnel .page-conversion .floating-bloc,
.page-template-professionnel .page-conversion .floating-bloc {
  position: relative;
}
.page-template-transactionnel .page-conversion .floating-bloc h4,
.page-template-professionnel .page-conversion .floating-bloc h4 {
  margin-bottom: 20px;
}
.page-template-transactionnel .page-conversion .floating-bloc .button,
.page-template-professionnel .page-conversion .floating-bloc .button {
  margin-top: 20px;
}
.page-template-transactionnel .page-conversion .floating-bloc:hover,
.page-template-professionnel .page-conversion .floating-bloc:hover {
  z-index: 999;
}
.page-template-transactionnel .page-conversion figure,
.page-template-professionnel .page-conversion figure {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.2s ease-in;
  height: 100%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
}
.page-template-transactionnel .page-conversion figure:hover,
.page-template-professionnel .page-conversion figure:hover {
  z-index: 999;
  transform: scale(1.1);
}
.page-template-transactionnel .page-conversion figure img,
.page-template-professionnel .page-conversion figure img {
  width: 100%;
}
.page-template-transactionnel .page-conversion figure figcaption,
.page-template-professionnel .page-conversion figure figcaption {
  height: 100%;
  padding: 3vw;
  color: #ffffff;
  background: #474a51;
  background: linear-gradient(180deg, #474a51 0%, #1f2025 56%);
}
.page-template-transactionnel .page-difference,
.page-template-professionnel .page-difference {
  background: url(/app/uploads/2021/01/bg-rayonner-sur-web.png) no-repeat top center;
  background-size: cover;
  padding: 4vw 0 7vw 0;
  text-align: center;
  background-color: #353539 !important;
  position: relative;
  overflow: hidden;
}
.page-template-transactionnel .page-difference:before,
.page-template-professionnel .page-difference:before {
  left: calc(33.33333vw - 2px);
}
.page-template-transactionnel .page-difference:after,
.page-template-professionnel .page-difference:after {
  right: 33.33333vw;
}
.page-template-transactionnel .page-difference:after, .page-template-transactionnel .page-difference:before,
.page-template-professionnel .page-difference:after,
.page-template-professionnel .page-difference:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}
.page-template-transactionnel .page-difference h2,
.page-template-professionnel .page-difference h2 {
  color: #ffffff;
  margin: 0 0 0.5em;
}
.page-template-transactionnel .page-difference figure,
.page-template-professionnel .page-difference figure {
  position: relative;
  text-align: center;
}
.page-template-transactionnel .page-difference figure figcaption,
.page-template-professionnel .page-difference figure figcaption {
  position: absolute;
  width: 100%;
  color: #ffffff;
  bottom: 0;
}
.page-template-transactionnel .page-blanche,
.page-template-professionnel .page-blanche {
  position: relative;
  overflow: hidden;
}
.page-template-transactionnel .page-blanche .left-content,
.page-template-professionnel .page-blanche .left-content {
  position: relative;
  z-index: 999;
  padding-right: 0;
  padding-left: 0;
}
.page-template-transactionnel .page-blanche .left-content h2.punchline,
.page-template-professionnel .page-blanche .left-content h2.punchline {
  font-weight: 900;
  font-family: "Lato", sans-serif;
  margin-bottom: 0.2em;
}
.page-template-transactionnel .page-blanche:before,
.page-template-professionnel .page-blanche:before {
  left: calc(33.33333vw - 2px);
}
.page-template-transactionnel .page-blanche:after,
.page-template-professionnel .page-blanche:after {
  right: 33.33333vw;
}
.page-template-transactionnel .page-blanche:after, .page-template-transactionnel .page-blanche:before,
.page-template-professionnel .page-blanche:after,
.page-template-professionnel .page-blanche:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}
.page-template-transactionnel .page-blanche .full-images,
.page-template-professionnel .page-blanche .full-images {
  z-index: 99;
  position: relative;
}
.page-template-transactionnel .page-blanche .full-images .billes,
.page-template-professionnel .page-blanche .full-images .billes {
  position: absolute;
  bottom: 2vw;
  left: 16.66667vw;
}
.page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel,
.page-template-professionnel .page-blanche .full-images .billes.billes-transactionnel {
  left: 23vw;
}
.page-template-transactionnel .page-blanche .full-images .billes .bille-1,
.page-template-professionnel .page-blanche .full-images .billes .bille-1 {
  position: relative;
}
.page-template-transactionnel .page-blanche .full-images .billes .bille-2,
.page-template-professionnel .page-blanche .full-images .billes .bille-2 {
  top: -6.8vw;
  left: 3vw;
  position: relative;
}
.page-template-transactionnel .page-blanche .full-images .billes img,
.page-template-professionnel .page-blanche .full-images .billes img {
  width: auto;
}
.page-template-transactionnel .bille-1,
.page-template-professionnel .bille-1 {
  animation: bille-1 6s ease-in-out infinite;
}
@keyframes bille-1 {
  0% {
    transform: translatey(0px) translatex(0px);
  }
  50% {
    transform: translatey(0) translatex(4vw);
  }
  100% {
    transform: translatey(0px) translatex(0px);
  }
}
.page-template-transactionnel .bille-2,
.page-template-professionnel .bille-2 {
  animation: bille-2 12s ease-in-out infinite;
}
@keyframes bille-2 {
  0% {
    transform: translatey(0px) translatex(0px);
  }
  40% {
    transform: translatey(5px) translatex(16vw);
  }
  100% {
    transform: translatey(0px) translatex(0px);
  }
}
.page-template-transactionnel .big-container-slider,
.page-template-professionnel .big-container-slider {
  background: #1C1D22;
  color: #ffffff;
  margin-top: -8vw;
  padding-top: 10vw;
}
.page-template-transactionnel .section-connexes,
.page-template-professionnel .section-connexes {
  padding: 6vw 0 0;
}
.page-template-transactionnel .section-connexes figure,
.page-template-professionnel .section-connexes figure {
  position: relative;
}
.page-template-transactionnel .section-connexes figure img,
.page-template-professionnel .section-connexes figure img {
  width: 100%;
}
.page-template-transactionnel .section-connexes figure figcaption,
.page-template-professionnel .section-connexes figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-transactionnel #pointer.hover:before,
.page-template-professionnel #pointer.hover:before {
  content: "Découvrez le service";
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  line-height: 1.1875;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-template-photos .floating-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  top: -5vw;
}
.page-template-photos .miroir {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 8.6vw;
  min-width: 41.666667vw;
  animation-name: cadrage;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.page-template-photos .miroir img {
  width: 90%;
}
@keyframes cadrage {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(35px, -25px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.page-template-photos .bille-gauche {
  position: absolute;
  left: 7vw;
  top: 45%;
  z-index: 5;
  animation-name: bilelgauche;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes bilelgauche {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(35px, -25px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.page-template-photos .bille-gauche-2 {
  position: absolute;
  left: 6vw;
  top: 55%;
  z-index: 6;
  animation-name: billegauche2;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes billegauche2 {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(35px, -25px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.page-template-photos .bille-miroir {
  position: absolute;
  left: 19vw;
  top: 8vw;
  z-index: 8;
  animation-name: miroir;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes miroir {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(45px, 40px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.page-template-photos .bille-droite {
  bottom: 0;
  right: 15vw;
  z-index: 7;
  position: absolute;
  animation-name: cube;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes cube {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(45px, 40px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.page-template-photos .bille-ombrage {
  position: absolute;
  right: 5.5vw;
  top: 1.6vw;
  z-index: 19;
}
.page-template-photos .bille-ombrage img {
  width: 29vw;
}
.page-template-photos .css-rotate {
  position: absolute;
  z-index: 20;
  right: 4vw;
  top: 2vw;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.page-template-photos .css-rotate img {
  width: 20vw;
}
.page-template-photos .bille-brillante-gauche {
  position: absolute;
  left: 11vw;
  bottom: 3vw;
  z-index: 6;
  -webkit-animation: triangledansrond 2s linear infinite;
  -moz-animation: triangledansrond 2s linear infinite;
  -ms-animation: triangledansrond 2s linear infinite;
  -o-animation: triangledansrond 2s linear infinite;
  animation: triangledansrond 2s linear infinite;
}
@keyframes triangledansrond {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(5px, -5px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.page-template-photos .brillante-droite {
  right: 14vw;
  bottom: 3vw;
  z-index: 4;
  position: absolute;
  animation-name: sphere;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes sphere {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(-35px, -25px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes petitegauche {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(5px, -5px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes petitedroite {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes rondgauche {
  0% {
    transform: translate(0, 0%);
  }
  30% {
    transform: translate(-5px, -5px);
  }
  70% {
    transform: translate(2px, 2px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes ronddroite {
  0% {
    transform: translate(0, 0%);
  }
  30% {
    transform: translate(5px, 5px);
  }
  70% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes pyramidebase {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(5px, 10px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes tuyaubase {
  0% {
    transform: translate(0, 0%);
  }
  30% {
    transform: translate(15px, -10px);
  }
  70% {
    transform: translate(5px, 0px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.page-template-photos .heading {
  padding-top: 6vw;
}
.page-template-photos .heading h1 {
  margin: 2vw 0 2vw 8.96vw;
  z-index: 9999;
  /*    max-width: 45%;*/
}
.page-template-photos .services-container {
  padding: 4vw 0;
}
.page-template-photos .service-bg {
  background: #F6F7F7;
  padding: 4vw 4vw 4vw 9.6vw;
}
.page-template-photos .grid {
  /*  display: grid;*/
  column-count: 3;
  column-gap: 30px;
  row-gap: 30px;
}
.page-template-photos .grid .column {
  margin-bottom: 30px;
}
.page-template-photos .section-2 {
  padding: 4vw 0;
}
.page-template-photos .section-2 .hover-image {
  display: none;
  transition: all 0.2s ease-in;
  max-width: 832px;
  margin: 0 auto;
}
.page-template-photos .section-2 .default-image,
.page-template-photos .section-2 .hover-video.show,
.page-template-photos .section-2 .hover-image.show {
  display: block;
}
.page-template-photos .section-2 .default-image.hide {
  display: none;
}
.page-template-photos .section-2 .hover-video {
  display: none;
  max-width: 832px;
  margin: 0 auto;
  transition: all 0.2s ease-in;
}
.page-template-photos .section-2:after, .page-template-photos .section-2:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #E2E4EA;
}
.page-template-photos .section-2:before {
  left: calc(33.33333vw - 2px);
}
.page-template-photos .section-2:after {
  right: 33.33333vw;
}
.page-template-photos .section-9 {
  padding-bottom: 4vw;
}
.page-template-photos .section-9 .carousel-section-9 {
  margin-top: 6vw;
}
.page-template-photos .section-4 h2.punchline {
  margin-bottom: 0.2em;
}
.page-template-photos .section-8 .button,
.page-template-photos .section-4 .buttons {
  margin-left: 8.333333vw;
}
.page-template-photos .section-8 h2.green-txt {
  max-width: 60%;
}
.page-template-photos .section-10 h2.green-txt,
.page-template-photos .section-8 h2.green-txt,
.page-template-photos .section-4 h2.green-txt {
  font-family: "Lato", sans-serif;
  color: #37ECB0;
  text-transform: none;
  font-weight: normal;
  margin-left: 8.333333vw;
  margin-bottom: 0.75em;
}
.page-template-photos .section-10 {
  padding-top: 9vw;
  text-align: center;
  overflow-y: hidden;
  background-color: #353539 !important;
}
.page-template-photos .section-10 h2.green-txt {
  /*  margin-left: 0;*/
  max-width: 40%;
  margin: 0 auto 1em;
}
.page-template-photos .section-10.black-bg {
  /*  background-color: #000000 !important;*/
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-image: url(https://effetweb.ca/app/uploads/2023/06/bg-rayonner-sur-web.png) !important;
}
.page-template-photos .section-10,
.page-template-photos .section-5 {
  padding: 6vw 0;
}
.page-template-photos .z-99 {
  z-index: 99;
}
.page-template-photos .section-5 .white-bg {
  padding: 40px;
}
.page-template-photos .section-5 .black-bg {
  height: 100%;
  padding: 40px;
}
.page-template-photos .section-7 {
  padding: 6vw 0;
}
.page-template-photos .section-9 figure {
  position: relative;
  display: flex;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
  flex-direction: column;
  margin: 0;
  transition: all 0.2s ease-in;
  width: 100%;
}
.page-template-photos .section-9 figure:hover {
  z-index: 999;
  transform: scale(1.1);
}
.page-template-photos .section-9 figure img {
  width: 100%;
}
.page-template-photos .section-9 figure figcaption {
  min-height: 615px;
  width: 100%;
  padding: 3vw 2vw;
  color: #ffffff;
  background: #474a51;
  background: linear-gradient(180deg, #474a51 0%, #1f2025 56%);
}
.page-template-photos .section-11 {
  padding-top: 4vw;
}
.page-template-photos .section-11 .images {
  position: relative;
}
.page-template-photos .section-11 .images h3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.single-realisations #pointer.hover:before,
.single-etudes #pointer.hover:before {
  content: "DÉCOUVREZ LE PROJET";
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  line-height: 1.1875;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-realisations .section-00-header,
.single-etudes .section-00-header {
  overflow-x: hidden;
  position: relative;
  padding-bottom: 10.8vw;
}
.single-realisations .section-00-header .container-fluid,
.single-etudes .section-00-header .container-fluid {
  position: relative;
  z-index: 99;
}
.single-realisations .section-00-header .container-fluid .row,
.single-etudes .section-00-header .container-fluid .row {
  height: 100%;
  min-height: 80vh;
  align-items: flex-end;
}
.single-realisations .section-00-header .bottom-left-box,
.single-etudes .section-00-header .bottom-left-box {
  position: relative;
  z-index: 10;
  width: 100%;
  align-self: flex-end;
  padding: 3.4vw 2.6vw;
  border-top-right-radius: 3.8vw;
}
.single-realisations .section-00-header .floating-image,
.single-etudes .section-00-header .floating-image {
  position: relative;
  bottom: -4.4vw;
  z-index: 8;
}
.single-realisations .section-00-header .scrollbaby h2,
.single-etudes .section-00-header .scrollbaby h2 {
  bottom: -8.1vw;
  z-index: 9;
}
.single-realisations .section-00-header:before,
.single-etudes .section-00-header:before {
  left: calc(4 * 8.333333vw);
}
.single-realisations .section-00-header:after,
.single-etudes .section-00-header:after {
  right: calc(4 * 8.333333vw);
}
.single-realisations .section-00-header:after, .single-realisations .section-00-header:before,
.single-etudes .section-00-header:after,
.single-etudes .section-00-header:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #E2E4EA;
}
.single-realisations .left-content .button,
.single-etudes .left-content .button {
  margin-top: 40px;
}
.single-realisations .right-content,
.single-etudes .right-content {
  z-index: 99;
}
.single-realisations .right-content .button,
.single-etudes .right-content .button {
  float: right;
  margin-top: 40px;
}
.single-realisations .right-content.text-upper,
.single-etudes .right-content.text-upper {
  letter-spacing: 2px;
}
.single-realisations .section-01-temoignage,
.single-etudes .section-01-temoignage {
  padding: 0 0 8vw 0;
  position: relative;
}
.single-realisations .section-01-temoignage .button,
.single-etudes .section-01-temoignage .button {
  margin-top: 40px;
}
.single-realisations .section-01-temoignage:before,
.single-etudes .section-01-temoignage:before {
  left: calc(4 * 8.333333vw);
}
.single-realisations .section-01-temoignage:after,
.single-etudes .section-01-temoignage:after {
  right: calc(4 * 8.333333vw);
}
.single-realisations .section-01-temoignage:after, .single-realisations .section-01-temoignage:before,
.single-etudes .section-01-temoignage:after,
.single-etudes .section-01-temoignage:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #E2E4EA;
}
.single-realisations .section-03-strategie,
.single-etudes .section-03-strategie {
  padding: 8vw 0;
}
.single-realisations .section-03-strategie .right-content,
.single-etudes .section-03-strategie .right-content {
  align-self: flex-end;
  padding-top: 4.8vw;
}
.single-realisations .section-03-strategie .portfolio-frame,
.single-etudes .section-03-strategie .portfolio-frame {
  margin-top: 5.2vw;
  border-top: 3px solid #000000;
  border-top-left-radius: 1.12vw;
  border-top-right-radius: 1.12vw;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  border-radius: 1.33vw;
  overflow: hidden;
  padding: 0;
  box-shadow: 15px 15px 20px 0px #d9d9d9;
}
.single-realisations .section-03-strategie .portfolio-frame img,
.single-etudes .section-03-strategie .portfolio-frame img {
  width: 100%;
}
.single-realisations .section-03-strategie .portfolio-slider,
.single-etudes .section-03-strategie .portfolio-slider {
  width: calc(100% + 6px);
  position: relative;
  left: -3px;
}
.single-realisations .section-03-strategie .portfolio-slider .slick-slide,
.single-etudes .section-03-strategie .portfolio-slider .slick-slide {
  border: 3px solid #000000;
  border-bottom-left-radius: 1.33vw;
  border-bottom-right-radius: 1.33vw;
  overflow: hidden;
  border-top: 3px solid #000000;
}
.single-realisations .section-03-strategie .portfolio-slider .slick-slide img,
.single-etudes .section-03-strategie .portfolio-slider .slick-slide img {
  border-bottom-left-radius: 1vw;
  border-bottom-right-radius: 1vw;
}
.single-realisations .section-03-strategie .portfolio-slider-arrows,
.single-etudes .section-03-strategie .portfolio-slider-arrows {
  width: 66.666667vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.single-realisations .section-03-strategie .next-btn,
.single-realisations .section-03-strategie .prev-btn,
.single-etudes .section-03-strategie .next-btn,
.single-etudes .section-03-strategie .prev-btn {
  position: absolute;
}
.single-realisations .section-03-strategie .next-btn:hover,
.single-realisations .section-03-strategie .prev-btn:hover,
.single-etudes .section-03-strategie .next-btn:hover,
.single-etudes .section-03-strategie .prev-btn:hover {
  color: #37ECB0;
}
.single-realisations .section-03-strategie .next-btn,
.single-etudes .section-03-strategie .next-btn {
  right: -3.8vw;
  position: absolute;
}
.single-realisations .section-03-strategie .prev-btn,
.single-etudes .section-03-strategie .prev-btn {
  left: -3.8vw;
  position: absolute;
}
.single-realisations .section-04-chiffres,
.single-etudes .section-04-chiffres {
  padding: 8vw 0;
}
.single-realisations .section-04-chiffres [class^=number-], .single-realisations .section-04-chiffres [class*=" number-"],
.single-etudes .section-04-chiffres [class^=number-],
.single-etudes .section-04-chiffres [class*=" number-"] {
  position: relative;
  text-align: center;
}
.single-realisations .section-04-chiffres .over-numbers,
.single-etudes .section-04-chiffres .over-numbers {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-realisations .section-04-chiffres .over-numbers .big-outline,
.single-etudes .section-04-chiffres .over-numbers .big-outline {
  margin-bottom: 80px;
}
.single-realisations .section-04-chiffres .lightbox-btn,
.single-etudes .section-04-chiffres .lightbox-btn {
  margin-top: 80px;
}
.single-realisations .section-05-logo,
.single-etudes .section-05-logo {
  padding: 4vw 0;
}
.single-realisations #main,
.single-etudes #main {
  overflow-x: hidden;
}
.single-realisations .section-06-logo-application .code-couleur-1,
.single-realisations .section-06-logo-application .code-couleur-2,
.single-etudes .section-06-logo-application .code-couleur-1,
.single-etudes .section-06-logo-application .code-couleur-2 {
  position: absolute;
  top: -4.166666vw;
}
.single-realisations .section-06-logo-application .code-couleur-1,
.single-etudes .section-06-logo-application .code-couleur-1 {
  width: 8.333333vw;
  height: 8.333333vw;
  right: calc(16.666666vw + 45px);
}
.single-realisations .section-06-logo-application .code-couleur-2,
.single-etudes .section-06-logo-application .code-couleur-2 {
  width: 8.333333vw;
  right: calc(8.333333vw + 30px);
  height: 8.333333vw;
}
.single-realisations .section-07-avant-apres,
.single-etudes .section-07-avant-apres {
  padding: 8vw 0;
}
.single-realisations .section-07-avant-apres .place-image,
.single-etudes .section-07-avant-apres .place-image {
  position: absolute;
  top: 1.9vw;
  max-width: 100%;
  width: calc((100% - 3.4vw) - 15px);
  left: 1.7vw;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.single-realisations .section-07-avant-apres .right-content,
.single-etudes .section-07-avant-apres .right-content {
  align-self: flex-end;
  padding-top: 4.8vw;
}
.single-realisations .section-07-avant-apres .move-image-right .place-image,
.single-etudes .section-07-avant-apres .move-image-right .place-image {
  left: initial;
  right: 1.7vw;
}
.single-realisations .section-07-avant-apres .bg-frame,
.single-etudes .section-07-avant-apres .bg-frame {
  position: relative;
}
.single-realisations .section-07-avant-apres .texte-avant,
.single-etudes .section-07-avant-apres .texte-avant {
  margin-left: 15px;
  margin-top: -4vw;
}
.single-realisations .section-07-avant-apres .texte-apres,
.single-etudes .section-07-avant-apres .texte-apres {
  text-align: right;
  margin-top: 15px;
  margin-top: -4vw;
}
.single-realisations .section-10-iphone .center-image,
.single-etudes .section-10-iphone .center-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-realisations .move-down-xlarge,
.single-etudes .move-down-xlarge {
  padding-top: 5.2vw;
}
.single-realisations .video_container,
.single-etudes .video_container {
  position: relative;
}
.single-realisations .video_container .play-button,
.single-etudes .video_container .play-button {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 1;
}
.single-realisations .video_container .launch-modal,
.single-etudes .video_container .launch-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-realisations .video_container .launch-modal img,
.single-etudes .video_container .launch-modal img {
  opacity: 0;
}
.single-realisations .video_container:hover,
.single-etudes .video_container:hover {
  cursor: pointer;
}
.single-realisations .video_container:hover .play-button,
.single-etudes .video_container:hover .play-button {
  opacity: 1;
}
.single-realisations #pointer.hover-w:before,
.single-etudes #pointer.hover-w:before {
  content: "VISIONNEZ LA VIDÉO";
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  line-height: 1.1875;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-realisations .section-11-carrousel-photos,
.single-etudes .section-11-carrousel-photos {
  padding: 8vw 0;
  /* the slides */
  /* the parent */
}
.single-realisations .section-11-carrousel-photos .carrousel-section-11,
.single-etudes .section-11-carrousel-photos .carrousel-section-11 {
  padding-top: 5.2vw;
}
.single-realisations .section-11-carrousel-photos .right-content,
.single-etudes .section-11-carrousel-photos .right-content {
  align-self: flex-end;
  padding-top: 4.8vw;
}
.single-realisations .section-11-carrousel-photos .slick-slide,
.single-etudes .section-11-carrousel-photos .slick-slide {
  margin-left: 15px;
}
.single-realisations .section-11-carrousel-photos .slick-list,
.single-etudes .section-11-carrousel-photos .slick-list {
  margin-left: -15px;
}
.single-realisations .section-11-carrousel-photos .ic-arrow-left, .single-realisations .section-11-carrousel-photos .ic-arrow-right, .single-realisations .section-11-carrousel-photos .next-btn, .single-realisations .section-11-carrousel-photos .prev-btn,
.single-etudes .section-11-carrousel-photos .ic-arrow-left,
.single-etudes .section-11-carrousel-photos .ic-arrow-right,
.single-etudes .section-11-carrousel-photos .next-btn,
.single-etudes .section-11-carrousel-photos .prev-btn {
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
}
.single-realisations .section-11-carrousel-photos .ic-arrow-left:hover, .single-realisations .section-11-carrousel-photos .ic-arrow-right:hover, .single-realisations .section-11-carrousel-photos .next-btn:hover, .single-realisations .section-11-carrousel-photos .prev-btn:hover,
.single-etudes .section-11-carrousel-photos .ic-arrow-left:hover,
.single-etudes .section-11-carrousel-photos .ic-arrow-right:hover,
.single-etudes .section-11-carrousel-photos .next-btn:hover,
.single-etudes .section-11-carrousel-photos .prev-btn:hover {
  color: #37ECB0;
}
.single-realisations .section-11-carrousel-photos .ic-arrow-left,
.single-etudes .section-11-carrousel-photos .ic-arrow-left {
  left: 100px;
}
.single-realisations .section-11-carrousel-photos .ic-arrow-right,
.single-etudes .section-11-carrousel-photos .ic-arrow-right {
  right: 100px;
}
.single-realisations .section-11-carrousel-photos .slick-slide,
.single-etudes .section-11-carrousel-photos .slick-slide {
  position: relative;
}
.single-realisations .section-11-carrousel-photos .slick-slide:before,
.single-etudes .section-11-carrousel-photos .slick-slide:before {
  background: rgba(0, 0, 0, 0.63);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single-realisations .section-11-carrousel-photos .slick-slide.slick-current:before,
.single-etudes .section-11-carrousel-photos .slick-slide.slick-current:before {
  display: none;
}
.single-realisations .section-13-autres-services,
.single-etudes .section-13-autres-services {
  padding: 8vw 0 0;
  overflow-x: hidden;
}
.single-realisations .section-14-en-bref,
.single-etudes .section-14-en-bref {
  background-position: bottom center !important;
  padding: 8vw 0 12vw;
}
.single-realisations .section-14-en-bref h4,
.single-etudes .section-14-en-bref h4 {
  margin-bottom: 20px;
}
.single-realisations .section-14-en-bref h4.regular,
.single-etudes .section-14-en-bref h4.regular {
  margin-top: 60px;
  font-weight: bold;
}
.single-realisations .section-15-autre-projets,
.single-etudes .section-15-autre-projets {
  padding: 8vw 0;
}
.single-realisations .section-15-autre-projets .liste-etudes,
.single-etudes .section-15-autre-projets .liste-etudes {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 2vw;
}
.single-realisations .section-15-autre-projets .liste-etudes .parallax_cols,
.single-etudes .section-15-autre-projets .liste-etudes .parallax_cols {
  width: 33.333333%;
  padding: 0 15px;
  transform: translate(0) !important;
}
.single-realisations .section-15-autre-projets .liste-etudes .parallax_cols img,
.single-etudes .section-15-autre-projets .liste-etudes .parallax_cols img {
  width: 100%;
}
.single-realisations .section-15-autre-projets .liste-etudes .parallax_cols a > div,
.single-etudes .section-15-autre-projets .liste-etudes .parallax_cols a > div {
  width: 100%;
  display: block;
}
.single-realisations .section-15-autre-projets .liste-etudes .parallax_cols .logo-overlay img,
.single-etudes .section-15-autre-projets .liste-etudes .parallax_cols .logo-overlay img {
  width: auto;
}

.single-postes .full-cover,
.page-template-carriere .full-cover {
  color: #ffffff;
  padding: 6vw 0 14vw;
  background-position: center -130px !important;
}
.single-postes .full-cover h3,
.page-template-carriere .full-cover h3 {
  margin-bottom: 1.27em;
  max-width: 70%;
}
.single-postes .full-cover p,
.page-template-carriere .full-cover p {
  padding-left: 2.8vw;
}
.single-postes .full-cover p .button,
.page-template-carriere .full-cover p .button {
  margin-top: 40px;
}
.single-postes h1,
.page-template-carriere h1 {
  margin-bottom: 0.75em;
}
.single-postes .section-04-chiffres,
.page-template-carriere .section-04-chiffres {
  padding: 8vw 0 12vw;
  color: #ffffff;
  background-position: bottom center !important;
  z-index: 99;
  position: relative;
}
.single-postes .section-04-chiffres [class^=number-], .single-postes .section-04-chiffres [class*=" number-"],
.page-template-carriere .section-04-chiffres [class^=number-],
.page-template-carriere .section-04-chiffres [class*=" number-"] {
  position: relative;
  text-align: center;
}
.single-postes .section-04-chiffres .over-numbers,
.page-template-carriere .section-04-chiffres .over-numbers {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-postes .section-04-chiffres .over-numbers .big-outline,
.page-template-carriere .section-04-chiffres .over-numbers .big-outline {
  margin-bottom: 80px;
}
.single-postes .section-04-chiffres .lightbox-btn,
.page-template-carriere .section-04-chiffres .lightbox-btn {
  margin-top: 80px;
}
.single-postes .section-03,
.page-template-carriere .section-03 {
  margin-top: -12vw;
  z-index: 1;
  padding-top: 16vw;
  position: relative;
}
.single-postes .section-03:before,
.page-template-carriere .section-03:before {
  left: calc(33.33333vw - 2px);
}
.single-postes .section-03:after,
.page-template-carriere .section-03:after {
  right: 33.33333vw;
}
.single-postes .section-03:after, .single-postes .section-03:before,
.page-template-carriere .section-03:after,
.page-template-carriere .section-03:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}
.single-postes .section-03 h2,
.page-template-carriere .section-03 h2 {
  z-index: 99;
  position: relative;
}
.single-postes .liste-postes,
.page-template-carriere .liste-postes {
  position: relative;
  z-index: 99;
}
.single-postes .liste-postes .black-bg,
.page-template-carriere .liste-postes .black-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.8vw;
  padding: 2.8vw 4vw;
}
.single-postes .liste-postes .black-bg .left-content,
.page-template-carriere .liste-postes .black-bg .left-content {
  max-width: 72%;
  flex: 0 0 72%;
  padding-right: 8.333333vw;
}
.single-postes .liste-postes .black-bg h4,
.page-template-carriere .liste-postes .black-bg h4 {
  margin-bottom: 1.25rem;
}
.single-postes .liste-postes .black-bg h3,
.page-template-carriere .liste-postes .black-bg h3 {
  margin-bottom: 1.83rem;
  max-width: 55%;
}
.single-postes .left-content-form,
.page-template-carriere .left-content-form {
  padding: 5.6vw 0 0 !important;
  background-position: bottom left !important;
  background-size: contain !important;
}
.single-postes #form,
.page-template-carriere #form {
  position: relative;
  z-index: 9;
  padding-top: 4vw;
}
.single-postes #form h3,
.page-template-carriere #form h3 {
  line-height: 1.2;
}
.single-postes #form .white-bg,
.page-template-carriere #form .white-bg {
  position: relative;
  z-index: 99;
  padding: 6vw 4vw;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.6);
  color: #000000;
  margin-bottom: 7vw;
}
.single-postes #form .white-bg h4,
.page-template-carriere #form .white-bg h4 {
  margin-bottom: 2vw;
  font-weight: 900;
}
.single-postes #form .white-bg .button,
.page-template-carriere #form .white-bg .button {
  float: right;
}
.single-postes .section-header-single,
.page-template-carriere .section-header-single {
  background: #353539;
  color: #ffffff;
  padding-bottom: 11vw;
  position: relative;
}
.single-postes .section-header-single:before,
.page-template-carriere .section-header-single:before {
  left: calc(33.33333vw - 2px);
}
.single-postes .section-header-single:after,
.page-template-carriere .section-header-single:after {
  right: 33.33333vw;
}
.single-postes .section-header-single:after, .single-postes .section-header-single:before,
.page-template-carriere .section-header-single:after,
.page-template-carriere .section-header-single:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}
.single-postes .section-header-single .bottom-left-box,
.page-template-carriere .section-header-single .bottom-left-box {
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.6);
  width: 100%;
  position: relative;
  align-self: flex-end;
  padding: 3.4vw 2.6vw;
  border-bottom-right-radius: 3.8vw;
}
.single-postes .section-header-single .white-bg,
.page-template-carriere .section-header-single .white-bg {
  margin-top: 4vw;
  color: #000000;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.6);
  padding: 6vw 4vw;
  position: relative;
  z-index: 9;
}
.single-postes .section-header-single .white-bg .button,
.page-template-carriere .section-header-single .white-bg .button {
  float: right;
}
.single-postes .section-header-single .details-poste,
.page-template-carriere .section-header-single .details-poste {
  padding-top: 4vw;
  position: relative;
  z-index: 9;
}
.single-postes .section-header-single .details-poste h4,
.page-template-carriere .section-header-single .details-poste h4 {
  margin: 60px 0;
}
.single-postes .section-header-single .details-poste ul,
.page-template-carriere .section-header-single .details-poste ul {
  margin-bottom: 2vw;
}
.single-postes .carriere-container .poste-vedette h3,
.page-template-carriere .carriere-container .poste-vedette h3 {
  max-width: 70%;
}

.home .header .container-fluid {
  position: relative;
}
.home .header .video_container:hover {
  cursor: pointer;
}
.home .header .video_container:hover .play-button {
  opacity: 1;
}
.home .play-button {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 1;
}
.home #pointer.hover-w:before {
  content: "VISIONNEZ LA VIDÉO";
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  line-height: 1.1875;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home #pointer.hover-s:before {
  content: "DÉCOUVREZ L’EFFET";
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  line-height: 1.1875;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .floating-bg {
  margin-left: auto;
}
.home .floating-bg img {
  margin-left: auto;
  margin-right: -30px;
}
.home .etapes-container {
  position: relative;
  padding: 5.2vw 0 0 0;
}
.home .etapes-container h4,
.home .etapes-container h3 {
  text-align: center;
}
.home .etapes-container:before {
  left: calc(33.33333vw - 2px);
}
.home .etapes-container:after {
  right: 33.33333vw;
}
.home .etapes-container:after, .home .etapes-container:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #E2E4EA;
}
@media screen and (min-width: 993px) {
  .home .etapes-container .ew-methodes-container {
    position: relative;
    z-index: 9;
    padding: 0;
    margin-bottom: 0;
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item {
    cursor: pointer;
    width: 25%;
    flex: 0 0 auto;
    padding: 13.2vw 1.2vw 4.6vw;
    position: relative;
    overflow: hidden;
    box-shadow: 10px 0px 20px 0px rgba(41, 44, 49, 0.3);
    transition: 0.3s;
    z-index: 9;
    background: #ffffff;
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item.triple .content {
    transform: translate(0, 40%);
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item .content {
    transform: translate(0, 20%);
    opacity: 0;
    pointer-events: none;
    transition: 0;
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item .content p {
    color: #ffffff;
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item .head {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.9s;
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item .head .number {
    z-index: 1;
    line-height: 1;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    color: #E2E4EA;
    transition: 0.3s;
    letter-spacing: -8px;
    transform: translateX(-45%) translateY(-40%);
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item .head .title {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(5%, -50%);
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item .head .title h3 {
    display: block;
    margin: 0;
    text-align: left;
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item.active {
    background: #1C1D22;
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item.active .content {
    transform: translate(0, 9%);
    opacity: 1;
    pointer-events: auto;
    transition: opacity 1s, transform 1s;
    transition-delay: 0.5s;
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item.active.triple .content {
    transform: translate(0, 25%);
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item.active .head {
    left: 110px;
    top: 170px;
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item.active .head .title {
    color: #ffffff;
    transform: translate(-85px, 30px);
  }
  .home .etapes-container .ew-methodes-container .ew-methodes-item.active .number {
    webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #37ECB0;
    color: #37ECB0;
    -webkit-text-fill-color: transparent;
  }
}
.home .voir-nos-services {
  margin-top: -6.4vw;
  padding-top: 6.4vw;
  margin-bottom: -110px;
}
.home .voir-nos-services .content-services {
  padding-right: 30px;
  padding-left: 0;
  position: relative;
  z-index: 999;
}
.home .voir-nos-services .content-services h2 {
  font-weight: 400;
}
.home .voir-nos-services .content-services h2 span {
  font-weight: 900;
  color: #37ECB0;
}
.home .voir-nos-services .full-images {
  position: relative;
  transition: all 0.2s ease-in;
  z-index: 99;
}
.home .voir-nos-services .full-images img {
  height: calc(100% + 6.4vw);
  transform: translateY(-6.4vw);
}
.home .voir-nos-services .full-images .content-controls {
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translate(5vw, -50%);
  right: 0;
}
.home .voir-nos-services .full-images .content-controls i {
  margin-bottom: 15px;
  display: block;
}
.home .voir-nos-services .full-images .second-content,
.home .voir-nos-services .full-images .first-content {
  opacity: 0;
  max-width: 43%;
  z-index: -1;
  left: 8.333333vw;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.home .voir-nos-services .full-images .second-content p,
.home .voir-nos-services .full-images .first-content p {
  max-width: 95%;
}
.home .voir-nos-services .full-images .second-content ul,
.home .voir-nos-services .full-images .first-content ul {
  column-count: 2;
}
.home .voir-nos-services .full-images .second-content .button,
.home .voir-nos-services .full-images .first-content .button {
  margin-top: 20px;
}
.home .voir-nos-services .full-images.show-first-content .content-controls {
  opacity: 1;
}
.home .voir-nos-services .full-images.show-first-content img {
  animation: fadeOut ease 1.2s;
  opacity: 0;
  z-index: -1;
}
.home .voir-nos-services .full-images.show-first-content .first-content {
  opacity: 1;
  z-index: 99;
  animation: fadeIn ease 5s;
}
.home .voir-nos-services .full-images.show-second-content .content-controls {
  opacity: 1;
}
.home .voir-nos-services .full-images.show-second-content img {
  animation: fadeOut ease 1.2s;
  opacity: 0;
}
.home .voir-nos-services .full-images.show-second-content .second-content {
  opacity: 1;
  z-index: 99;
  animation: fadeIn ease 5s;
}
.home .container-synergie {
  padding-top: 6.4vw;
  position: relative;
}
.home .container-synergie .first-row {
  padding-top: 4vw;
}
.home .container-synergie h2 {
  position: relative;
  z-index: 99;
}
.home .container-synergie:before {
  left: calc(33.33333vw - 1px);
}
.home .container-synergie:after {
  right: calc(33.33333vw - 1px);
}
.home .container-synergie:after, .home .container-synergie:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}
.home .container-synergie .box-content-right {
  padding-top: 6.4vw;
  padding-left: 8vw;
}
.home .container-synergie .box-content-right .button {
  margin-top: 30px;
}
.home .container-synergie .box-content-right h3, .home .container-synergie .box-content-right h4 {
  transform: translate(-4vw);
}
.home .container-synergie .box-content-left {
  padding-top: 6.4vw;
  transform: translate(-4vw);
  padding-left: 4.6vw;
  z-index: 99;
  position: relative;
}
.home .container-synergie .box-content-left h3, .home .container-synergie .box-content-left h4 {
  transform: translate(-4vw);
}
.home .container-synergie .box-content-left .button {
  margin-top: 30px;
}
.home .container-synergie .first-row .full-images {
  position: relative;
}
.home .container-synergie .first-row .full-images .centered {
  width: 100%;
}
.home .container-synergie .first-row .full-images.parallax_scroll {
  position: relative;
}
.home .container-synergie .second-row .parallax_scroll {
  margin-top: -20vw;
}
.home .container-synergie .second-row .box-content-right {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.home .container-synergie .third-row .parallax_scroll {
  margin-top: -14vw;
}
.home .container-synergie .third-row .box-content-left {
  padding-top: 0;
}
.home .et-main {
  overflow-x: hidden;
}
.home .et-slide {
  position: relative;
}
.home .et-slide:before {
  left: 33.333333vw;
}
.home .et-slide:after {
  right: 33.333333vw;
}
.home .et-slide:after, .home .et-slide:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #E2E4EA;
}
.home .et-hero-tabs {
  position: relative;
  overflow-x: hidden;
}
.home .et-hero-tabs .tabs-before-content {
  padding: 8vw 0 2.6vw;
  position: relative;
}
.home .et-hero-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 7.2vw 0 2.6vw;
}
.home .et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 112vh;
  position: relative;
  text-align: center;
  padding: 0;
}
.home .et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 88px;
  background: #ffffff;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.home .et-hero-tabs-container--top-first {
  position: fixed;
  top: 70px;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.home .et-hero-tabs-container--top-second {
  position: fixed;
  top: 70px;
}
.home .et-hero-tabs-container--top-third {
  position: absolute;
  bottom: 0;
}
.home .et-hero-tabs-container--top-third.et-hero-tabs-container--top-second {
  position: fixed;
  top: 70px;
}
.home .et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000000;
  background: #F6F7F7;
  transition: all 0.5s ease;
  border: 1px solid #F6F7F7;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 5px 10px 15px 0px rgba(214, 214, 214, 0.6);
  margin-right: 30px;
}
.home .et-hero-tab.active {
  background: #37ECB0;
  border: 1px solid #37ECB0;
}
.home .et-hero-tab:last-of-type {
  margin-right: 0;
}
.home .et-hero-tab:hover {
  border: 1px solid #37ECB0;
  background: #37ECB0;
  transition: all 0.5s ease;
}
.home .et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 0;
  height: 6px;
  background: #1FC3A3;
  transition: left 0.3s ease;
}
.home .brigade-talents .bg-talents {
  background: url(/app/uploads/2021/01/bg-brigade-talents.jpg);
  padding: 5.2vw 0;
  background-size: cover;
  background-position: center right;
}
.home .brigade-talents h2.punchline {
  font-weight: 900;
  font-family: "Lato", sans-serif;
  margin-bottom: 0.2em;
}
.home .brigade-talents h2.green-txt {
  font-family: "Lato", sans-serif;
  color: #37ECB0;
  text-transform: none;
  font-weight: normal;
  margin-left: 8.333333vw;
  margin-bottom: 0.75em;
}
.home .brigade-talents > .button {
  margin-left: 8.333333vw;
}
.home .brigade-talents {
  position: relative;
  overflow-y: hidden;
}
.home .brigade-talents .baguettes {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: hidden;
}
.home .brigade-talents .baguettes .bille {
  position: absolute;
  top: 80px;
  z-index: 999;
}
.home .brigade-talents .baguettes .bille.stick {
  position: fixed;
  bottom: 100px;
  top: initial;
}

.page-template-a-propos .heading-slide h1 {
  z-index: 9999999;
  position: relative;
}
.page-template-a-propos .heading-slide h1 span {
  display: block;
}
.page-template-a-propos .section-04-chiffres {
  padding: 8vw 0 12vw;
  color: #fff;
  background-position: bottom center !important;
  z-index: 99;
  position: relative;
}
.page-template-a-propos .section-04-chiffres [class^=number-],
.page-template-a-propos .section-04-chiffres [class*=" number-"] {
  position: relative;
  text-align: center;
}
.page-template-a-propos .section-04-chiffres .over-numbers {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-template-a-propos .section-04-chiffres .over-numbers .big-outline {
  margin-bottom: 80px;
}
.page-template-a-propos .section-04-chiffres .lightbox-btn {
  margin-top: 80px;
}
.page-template-a-propos .carriere-container {
  margin-top: -12vw;
  z-index: 1;
  padding-top: 16vw;
  position: relative;
}
.page-template-a-propos .page-conversion {
  padding: 4.6vw 0 4vw;
  position: relative;
  overflow: hidden;
}
.page-template-a-propos .page-conversion p.lead {
  position: relative;
  z-index: 99;
}
.page-template-a-propos .page-conversion .button {
  margin-top: 1vw;
}
.page-template-a-propos .page-conversion .carousel-conversion {
  margin-top: 12vw;
  z-index: 999;
  position: relative;
}
.page-template-a-propos .page-conversion .floating-bloc {
  position: relative;
}
.page-template-a-propos .page-conversion .floating-bloc h4 {
  margin-bottom: 20px;
}
.page-template-a-propos .page-conversion .floating-bloc .button {
  margin-top: 20px;
}
.page-template-a-propos .page-conversion .floating-bloc .button:hover {
  z-index: 999;
}
.page-template-a-propos .page-conversion .floating-bloc figure {
  position: relative;
  display: flex;
  text-align: center;
  background: #F6F7F7;
  /*    padding-left: 4vw;*/
  /*    padding-right: 4vw;*/
  padding: 4vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: all 0.2s ease-in;
  height: 100%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
}
.page-template-a-propos .page-conversion .floating-bloc figure p:last-child {
  margin-top: auto;
}
.page-template-a-propos .page-conversion .floating-bloc figure:hover {
  z-index: 999;
  transform: scale(1.1);
}
.page-template-a-propos .nos-experts {
  padding: 0 0 5vw 0;
}
.page-template-a-propos .nos-experts .full-images {
  margin-bottom: 5vw;
}
.page-template-a-propos .nos-experts .right-content {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
  padding: 4vw 3.4vw;
}
.page-template-a-propos .nos-experts .right-content .button {
  margin-top: 30px;
  display: inline-block;
}
.page-template-a-propos .accordions {
  margin-top: 30px;
}
.page-template-a-propos .accordions .desc {
  display: none;
  padding-bottom: 30px;
}
.page-template-a-propos .accordions .desc.activated {
  display: block;
}
.page-template-a-propos .accordions .accordion {
  border-bottom: 1px solid #ACACAC;
}
.page-template-a-propos .accordions .accordion .custom-accordion {
  margin: 0;
  padding: 20px 15px 20px 40px;
  transition: all 0.3s ease-in;
  background: url(../../images/accordion-bullets.png) left center no-repeat;
}
.page-template-a-propos .accordions .accordion .custom-accordion br {
  display: none;
}
.page-template-a-propos .accordions .accordion .custom-accordion.current {
  background: url(../../images/accordion-bullets-closed.png) left center no-repeat;
}
.page-template-a-propos .floating-bg.hidden {
  display: none;
}
.page-template-a-propos .voir-nos-services .full-images img {
  margin-left: -5vw;
}
.page-template-a-propos .voir-nos-services h2.green-txt {
  font-family: "Lato", sans-serif;
  color: #37ECB0;
  text-transform: none;
  font-weight: normal;
  margin-left: 8.333333vw;
  margin-bottom: 0.75em;
}
.page-template-a-propos .voir-nos-services .button {
  margin-left: 8.333333vw;
}
.page-template-a-propos .floating-bg {
  margin-left: auto;
}
.page-template-a-propos .floating-bg img {
  margin-left: auto;
  margin-right: -30px;
}
.page-template-a-propos .section-2 {
  padding: 4vw 0;
  position: relative;
}
.page-template-a-propos .section-2 .black-bg {
  padding: 5vw 0;
  height: 100%;
}
.page-template-a-propos .section-2 .col-sm-3,
.page-template-a-propos .section-2 .col-sm-4 {
  margin-bottom: 30px;
}
.page-template-a-propos .container-synergie {
  padding-top: 4vw;
  position: relative;
}
.page-template-a-propos .container-synergie h2 {
  position: relative;
  z-index: 99;
}
.page-template-a-propos .container-synergie .buttons {
  margin-top: 1rem;
  display: inline-block;
}
.page-template-a-propos .container-synergie .first-row {
  padding-top: 4vw;
}
.page-template-a-propos .container-synergie .first-row .full-images.parallax_scroll {
  position: relative;
}
.page-template-a-propos .container-synergie .first-row .full-images .centered {
  width: 100%;
}
.page-template-a-propos .container-synergie .box-content-left {
  padding-top: 6.4vw;
  transform: translate(-4vw);
  padding-left: 4.6vw;
  z-index: 99;
  position: relative;
}
.page-template-a-propos .container-synergie .box-content-left h3,
.page-template-a-propos .container-synergie .box-content-left h4 {
  transform: translate(-4vw);
}
.page-template-a-propos .container-synergie .third-row .parallax_scroll {
  margin-top: -14vw;
}
.page-template-a-propos .container-synergie .third-row .box-content-left {
  padding-top: 0;
}
.page-template-a-propos .container-synergie .second-row .box-content-right {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.page-template-a-propos .container-synergie .second-row .parallax_scroll {
  margin-top: -20vw;
}
.page-template-a-propos .container-synergie .box-content-right {
  padding-top: 6.4vw;
  padding-left: 8vw;
}
.page-template-a-propos .container-synergie .box-content-right h3,
.page-template-a-propos .container-synergie .box-content-right h4 {
  transform: translate(-4vw);
}
.page-template-a-propos .heading-slide {
  position: relative;
  padding-top: 6vw;
  overflow: hidden;
}
.page-template-a-propos .heading-slide .floating-wrapper {
  position: relative;
  top: -13.5vw;
  margin-bottom: -13.5vw;
  height: 100%;
  min-height: 35vw;
}
.page-template-a-propos .heading-slide .floating-wrapper .image-1,
.page-template-a-propos .heading-slide .floating-wrapper .image-2,
.page-template-a-propos .heading-slide .floating-wrapper .image-3,
.page-template-a-propos .heading-slide .floating-wrapper .image-4,
.page-template-a-propos .heading-slide .floating-wrapper .image-5,
.page-template-a-propos .heading-slide .floating-wrapper .image-6,
.page-template-a-propos .heading-slide .floating-wrapper .image-7 {
  position: absolute;
}
.page-template-a-propos .heading-slide .floating-wrapper .image-1 {
  left: 6vw;
  bottom: 2vw;
  z-index: 10;
  max-width: 20vw;
}
.page-template-a-propos .heading-slide .floating-wrapper .image-2 {
  top: 3vw;
  right: 0;
  max-width: 30vw;
}
.page-template-a-propos .heading-slide .floating-wrapper .image-3 {
  bottom: 3vw;
  right: -20px;
  max-width: 33vw;
}
.page-template-a-propos .heading-slide .floating-wrapper .image-4 {
  bottom: 2vw;
  left: 21vw;
  z-index: 1;
  max-width: 8vw;
}
.page-template-a-propos .heading-slide .floating-wrapper .image-5 {
  right: 10.5vw;
  bottom: 13.5vw;
  max-width: 3vw;
}
.page-template-a-propos .heading-slide .floating-wrapper .image-6 {
  right: 6vw;
  top: 6vw;
  max-width: 8vw;
}
.page-template-a-propos .heading-slide .floating-wrapper .image-7 {
  right: 4vw;
  top: 4vw;
  max-width: 5vw;
}
.page-template-a-propos .heading-slide h1 {
  margin-left: 8.33333vw;
}
.page-template-a-propos .heading-slide .black-bg {
  /*    padding: 4vw;*/
  padding: 4vw 12vw 4vw 4vw;
}
.page-template-a-propos .heading-slide .black-bg p {
  margin-left: 4vw;
}
.page-template-a-propos .heading-slide .right-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-template-a-propos .container-synergie:after,
.page-template-a-propos .container-synergie:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #000000;
}
.page-template-a-propos .container-synergie:before {
  left: calc(33.33333vw - 1px);
}
.page-template-a-propos .container-synergie:after {
  right: calc(33.33333vw - 1px);
}
.page-template-a-propos .image-1 {
  animation-name: cadrage;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes cadrage {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(35px, -25px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.page-template-a-propos .image-2 {
  animation-name: bilelgauche;
  animation-duration: 4.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes bilelgauche {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(10px, 5px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.page-template-a-propos .image-3 {
  animation-name: billegauche2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes billegauche2 {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.page-template-a-propos .image-7,
.page-template-a-propos .image-4 {
  animation-name: miroir;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes miroir {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(5px, 10px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.page-template-a-propos .image-6,
.page-template-a-propos .image-5 {
  z-index: 9;
  animation-name: cube;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes cube {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(2px, 5px);
  }
  100% {
    transform: translate(0, 0%);
  }
}

/* ================================================ */
/* Responsive - Media queries                       */
/* ================================================ */
@media screen and (max-width: 319px) {
  body:after {
    position: fixed;
    padding: 30px 15px;
    line-height: 1.2;
    text-align: center;
    content: "Votre écran n'est pas assez large. Veuillez pivoter votre appareil, ou consulter ce site sur un appareil plus récent/large.";
    opacity: 0.9;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: white;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 2560px) {
  .home .brigade-talents .baguettes img {
    width: 90%;
  }

  .select-styled {
    height: 53px;
  }

  .select-styled:after {
    top: 18px;
  }

  .page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel {
    bottom: 1vw;
  }
  .page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel .bille-2 {
    top: -7.5vw;
  }

  .page-template-professionnel .page-blanche .full-images .billes {
    bottom: 1.5vw;
  }
  .page-template-professionnel .page-blanche .full-images .billes .bille-1 {
    top: 1.2vw;
  }

  .page-template-a-propos .heading-slide .floating-wrapper .image-1 {
    left: 0vw;
    bottom: 1vw;
  }

  .page-template-a-propos .heading-slide .floating-wrapper .image-2 {
    top: 0;
    max-width: 22vw;
  }

  .page-template-a-propos .heading-slide .floating-wrapper .image-4 {
    left: 17vw;
  }

  .page-template-a-propos .heading-slide .floating-wrapper .image-6 {
    right: 8vw;
  }

  .page-template-a-propos .heading-slide .floating-wrapper .image-7 {
    top: 2vw;
    max-width: 4vw;
    right: 5vw;
  }
}
@media screen and (max-width: 1940px) {
  html, body {
    font-size: 0.9vw;
  }

  .home .et-hero-tabs .tabs-before-content p {
    max-width: 60%;
    margin: 0 auto 60px;
  }

  .button {
    padding: 1vw 3vw;
  }

  .slider-controls .next-btn {
    bottom: 2.4vw;
  }

  .services-slider-main .slick-dots li {
    margin: 0 0 25px;
  }

  .slick-dots li button {
    width: 16px;
    height: 16px;
    border-width: 2.5px;
  }

  .home .etapes-container .ew-methodes-container .ew-methodes-item.active .content {
    transform: translate(0, 14%);
  }

  .home .brigade-talents .baguettes img {
    width: 70%;
  }

  .first-panel .first-panel-padding .logo-desktop img {
    max-width: 175px;
  }

  .page-template-portfolio .left-high-zindex {
    left: 200px;
  }

  .projects-slider-container .slick-dots {
    bottom: -20px;
  }

  .ic-arrow-left, .ic-arrow-right, .slider-services-controls .next-btn, .slider-services-controls .prev-btn, .projects-slider-content h3, .slider-controls .next-btn, .slider-controls .prev-btn {
    font-size: 1.984vw;
  }

  .home .container-synergie .second-row .box-content-right {
    padding-bottom: 15vw;
  }

  .page-template-portfolio .rayonner .floating-bg img {
    max-width: 80%;
  }

  .liste-realisations .texte-overlay h4, footer, .hamburger, .link-menu ul li a {
    font-size: 0.68vw;
  }

  footer .coordonnees {
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  footer .coordonnees a:nth-child(2) {
    border: none;
  }
  footer .coordonnees a:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }

  .menu-mobile nav > ul > li > a {
    font-size: 1.05vw;
  }

  h4.regular, .first-panel, .menu-mobile nav > ul > li .sub-menu li a {
    font-size: 0.9vw;
  }

  .link-menu ul li {
    width: 12vw;
  }

  .page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel {
    bottom: -2.4vw;
  }
  .page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel .bille-2 {
    top: -9vw;
  }

  .page-template-professionnel .page-blanche .full-images .billes {
    bottom: 1vw;
  }
  .page-template-professionnel .page-blanche .full-images .billes .bille-1 {
    top: 3.6vw;
  }

  .page-template-professionnel .services-nav .slides,
.page-template-transactionnel .services-nav .slides {
    height: 725px;
  }

  .page-template-transactionnel .page-objectif .black-bg img {
    max-width: 75%;
  }

  .services-nav .slick-slide h4 {
    padding-right: 30px;
  }

  .services-nav .slick-slide.slick-current h4 {
    padding-right: 15px;
  }

  .page-template-adwords .section-3 .blocs-objectifs:nth-child(odd) {
    padding-top: 1vw;
  }

  .page-template-adwords .section-3 .blocs-objectifs:nth-child(even) {
    padding-bottom: 1vw;
  }

  .page-template-adwords .section-3 .blocs-objectifs img {
    max-width: 170px;
  }

  .page-template-adwords .heading-slide .floating-wrapper .bille-1 {
    top: 85%;
  }

  .page-template-adwords .heading-slide .floating-wrapper .bille-2 {
    top: 92%;
  }

  .page-template-adwords .heading-slide .floating-wrapper .rondelle {
    right: -2vw;
    top: 14.3vw;
  }

  .page-template-adwords .heading-slide .floating-wrapper .cube {
    top: -9.6vw;
    left: 8vw;
  }

  .page-template-adwords .heading-slide .floating-wrapper .sapin {
    top: 20vw;
    right: 13vw;
  }

  .page-template-adwords .heading-slide .floating-wrapper {
    top: -6vw;
    right: 0;
  }

  .page-template-adwords .heading-slide .floating-wrapper .planche {
    right: 5vw;
    top: 8vw;
  }

  .page-template-adwords .slider-bar img {
    max-width: 75%;
  }

  .page-template-adwords .page-conversion figure figcaption {
    min-height: 400px;
  }

  .page-template-adwords .page-conversion .carousel-conversion-adwords .prev-btn {
    left: -35px;
  }

  .page-template-adwords .page-conversion .carousel-conversion-adwords .next-btn {
    right: -35px;
  }

  .page-template-adwords .heading-slide .floating-wrapper .cube {
    top: -8.7vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .cube img {
    max-width: 80%;
  }

  .page-template-adwords .heading-slide .floating-wrapper .rondelle {
    top: 16.3vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .rondelle img {
    max-width: 80%;
  }

  .page-template-photos .miroir img {
    width: 85%;
  }
}
@media screen and (max-width: 1920px) {
  .video_container {
    background: #000000;
    position: relative;
    padding-bottom: 54.2%;
  }
}
@media screen and (max-width: 1500px) {
  body, html {
    font-size: 1.1vw;
  }

  .video_container {
    padding-bottom: 54.5%;
  }

  .single-postes .share, .page-template-carriere .share,
.uploadfieldtrick .uploadtextfield,
.uploadfieldtrick .uploadtextfield2,
.uploadfieldtrick #uploadbrowsebutton,
.uploadfieldtrick #uploadbrowsebutton2,
.button,
.page-template-portfolio #pointer.hover:before,
#pointer.hover-w:before,
#pointer.hover-s:before {
    font-size: 0.9vw;
  }

  .hamburger.active.hamburger-1 div:before {
    width: 45px;
    height: 45px;
    right: 7.5px;
  }

  .hamburger.active.hamburger-1 span {
    width: 20px;
  }

  .link-menu ul li {
    width: 14vw;
  }

  .liste-realisations .texte-overlay h4, .hamburger, .link-menu ul li a {
    font-size: 0.8vw;
  }

  footer {
    font-size: 0.72vw;
  }

  footer img {
    max-width: 120px;
  }

  footer .coordonnees a {
    padding-left: 10px;
    margin-left: 10px;
  }
  footer .coordonnees a:after {
    left: 10px;
    width: calc(100% - 10px);
  }
  footer .coordonnees a:first-child {
    padding-left: 0;
  }

  .services-nav .slides {
    height: 485px;
  }

  .services-nav .slick-slide > div > div {
    min-height: 140px;
  }

  .page-template-transactionnel .floating-bg img, .page-template-professionnel .floating-bg img,
.home .floating-bg img {
    max-width: 80%;
  }

  .home .etapes-container .ew-methodes-container .ew-methodes-item.active .head {
    left: 110px;
    top: 120px;
  }

  .home .etapes-container .ew-methodes-container .ew-methodes-item.active .content {
    transform: translate(0, 10%);
  }

  .home .etapes-container .ew-methodes-container .ew-methodes-item.active.triple .content {
    transform: translate(0, 20%);
  }

  .home .container-synergie .second-row .box-content-right {
    padding-top: 4vw;
    padding-bottom: 14vw;
  }

  .home .brigade-talents .baguettes img {
    width: 50%;
  }
  .home .brigade-talents .baguettes .bille.stick {
    bottom: 120px;
  }

  .page-template-portfolio .liste-etudes {
    margin-top: 15px;
  }

  .liste-realisations .parallax_scroll {
    margin-top: -15px;
  }

  .menu-mobile nav {
    padding: 4vw;
  }
  .menu-mobile nav.main-menu {
    padding-bottom: 1vw;
  }

  .first-panel .first-panel-padding {
    padding: 0px 4vw 4vw;
  }

  .menu-mobile nav > ul > li {
    margin-bottom: 1vw;
  }

  .menu-mobile nav > ul > li .sub-menu li {
    padding: 10px 15px;
  }

  .main-header .logo-desktop img {
    max-width: 150px;
  }

  .first-panel .first-panel-padding .logo-desktop img {
    max-width: 150px;
  }

  .first-panel {
    width: 391px;
    right: -391px;
  }

  #second-panel {
    width: 405px;
    right: -789px;
  }

  .menu-mobile {
    width: 789px;
    right: -789px;
  }
  .menu-mobile.menu-mobile-open-half {
    width: 789px;
  }
  .menu-mobile.menu-mobile-open-half .first-panel {
    width: 391px;
  }
  .menu-mobile.menu-mobile-open-half #second-panel {
    right: -399px;
    width: 399px;
  }
  .menu-mobile.menu-mobile-open-full {
    width: 789px;
  }
  .menu-mobile.menu-mobile-open-full #second-panel {
    width: 399px;
    right: 0;
  }
  .menu-mobile.menu-mobile-open-full .first-panel {
    width: 391px;
  }

  .page-template-portfolio #realisations h3 {
    max-width: 68%;
  }
  .page-template-portfolio #realisations .texte-overlay h3 {
    max-width: 90%;
  }

  .liste-realisations .parallax_scroll .texte-overlay {
    padding: 20px 30px;
    height: 90%;
  }

  .liste-realisations .parallax_scroll .texte-overlay {
    transform: translate(0);
  }

  .liste-realisations .parallax_scroll .texte-overlay .button {
    margin-top: 10px;
    padding: 1vw 2vw;
  }

  .page-template-portfolio .liste-etudes .parallax_cols {
    margin-bottom: 15px;
  }
  .page-template-portfolio .liste-etudes .parallax_cols:nth-child(3n+2) {
    margin-top: -15px;
    margin-bottom: 45px;
  }

  .page-template-carriere .full-cover h1 {
    margin-bottom: 1em;
  }
  .page-template-carriere .full-cover p .button {
    margin-top: 20px;
  }

  .single-postes .liste-postes .black-bg h4, .page-template-carriere .liste-postes .black-bg h4 {
    margin-bottom: 0.75rem;
  }

  .page-template-carriere .liste-postes .black-bg {
    padding: 2vw 2.5vw;
  }

  .page-template-carriere .liste-postes .black-bg .left-content {
    max-width: 68%;
  }

  .page-template-contact .white-bg {
    padding: 60px 30px;
  }

  .page-template-contact .white-bg .list-socials li {
    margin-right: 10px;
  }

  .page-template-contact .white-bg .larger-pd-left {
    padding-left: 1.5vw;
  }

  .liste-realisations .parallax_cols .texte-overlay {
    width: 85%;
    height: 85%;
    padding: 45px 30px;
  }

  .services-slider-container .box-content {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .services-slider-container .box-content.mr-neg-three {
    margin-right: -33.333333vw;
  }

  .home .voir-nos-services .content-services {
    max-width: 38%;
    flex: 0 0 38%;
  }
  .home .voir-nos-services .content-services.ml-neg-one {
    margin-left: -13vw;
  }

  .home .container-synergie {
    padding-top: 12vw;
  }

  .home .brigade-talents .baguettes {
    text-align: right;
    right: 50px;
  }

  .uploadfieldtrick > span:first-child {
    min-width: 11vw;
  }

  .single-realisations .section-07-avant-apres .place-image, .single-etudes .section-07-avant-apres .place-image {
    left: 40px;
    top: 30px;
    width: calc(100% - 80px);
  }

  .single-realisations .section-07-avant-apres .move-image-right,
.single-etudes .section-07-avant-apres .move-image-right {
    margin-bottom: 60px;
  }
  .single-realisations .section-07-avant-apres .move-image-right .place-image,
.single-etudes .section-07-avant-apres .move-image-right .place-image {
    left: initial;
    right: 40px;
  }

  .page-template-professionnel .page-blanche .full-images .billes {
    bottom: 0vw;
  }
  .page-template-transactionnel .heading-slide {
    padding-top: 0;
  }
  .page-template-transactionnel .heading-slide .container-fluid {
    min-height: 85vh;
  }
  .page-template-transactionnel .heading-slide h1 {
    margin-top: 4vw;
    max-width: 80%;
  }
  .page-template-transactionnel .heading-slide .floating-wrap-trans {
    top: 0;
  }
  .page-template-transactionnel .heading-slide .floating-wrap-trans img {
    width: 65%;
  }
  .page-template-transactionnel .heading-slide .image-3 img,
.page-template-transactionnel .heading-slide .image-2 img {
    width: 50%;
  }
  .page-template-transactionnel .heading-slide .image-1 {
    text-align: right;
  }
  .page-template-transactionnel .heading-slide .image-3 {
    text-align: right;
  }

  .page-template-professionnel .heading-slide {
    padding-top: 0;
  }
  .page-template-professionnel .heading-slide .container-fluid {
    min-height: 85vh;
  }
  .page-template-professionnel .heading-slide .floating-wrapper {
    height: 90vh;
  }
  .page-template-professionnel .heading-slide h1 {
    margin-top: 4vw;
    max-width: 80%;
  }

  .page-template-professionnel .heading-slide .floating-wrapper img {
    width: 75%;
  }

  .page-template-transactionnel .voir-nos-services .full-images .second-content, .page-template-transactionnel .voir-nos-services .full-images .first-content, .page-template-professionnel .voir-nos-services .full-images .second-content, .page-template-professionnel .voir-nos-services .full-images .first-content {
    max-width: 60%;
  }

  .page-template-transactionnel .accordion .custom-accordion, .page-template-professionnel .accordion .custom-accordion,
.page-template-transactionnel .page-conversion .floating-bloc h4, .page-template-professionnel .page-conversion .floating-bloc h4 {
    font-size: 1vw;
  }

  .page-template-professionnel .page-objectif .black-bg img {
    max-width: 75%;
  }

  .page-template-transactionnel .page-blanche .full-images .billes .bille-1 img {
    width: 55%;
  }
  .page-template-transactionnel .page-blanche .full-images .billes .bille-2 img {
    width: 75%;
  }

  .page-template-professionnel .page-blanche .full-images .billes .bille-1 img {
    width: 55%;
  }
  .page-template-professionnel .page-blanche .full-images .billes .bille-2 img {
    width: 75%;
  }

  .page-template-adwords .heading-slide h1 {
    margin-top: 0;
  }

  .page-template-adwords .section-3 .blocs-objectifs img {
    max-width: 120px;
  }

  .force-15-11 {
    max-width: 91.666667%;
    flex: 0 0 91.666667%;
  }

  .page-template-adwords .heading-slide .floating-wrapper {
    width: 45vw;
    top: -3vw;
  }

  .page-template-adwords .heading-slide .floating-wrapper .bille-2 {
    top: 88%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-2 img {
    max-width: 78%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .rondelle {
    right: -13vw;
    top: 15.7vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .rondelle img {
    max-width: 60%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .planche {
    min-width: 50vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .cube {
    top: -8vw;
    left: -8vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .cube img {
    max-width: 65%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-1 {
    top: 80%;
    right: 8vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-1 img {
    max-width: 70%;
  }

  .page-template-adwords .section-4 .blocs-icones {
    display: flex;
    align-items: center;
  }

  .activate-video-over.ml-one {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 30px !important;
    margin-left: 0 !important;
  }

  .activate-image-over.mr-one {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-right: 0 !important;
    padding-right: 30px !important;
  }

  .page-template-photos .section-9 figure figcaption {
    min-height: 24vw;
  }
}
@media screen and (max-width: 1366px) {
  .page-template-adwords .heading-slide {
    padding-top: 0;
  }
  .page-template-adwords .heading-slide h1 {
    margin-top: 8vw;
  }

  .page-template-adwords .page-conversion figure figcaption {
    min-height: 380px;
  }

  .page-template-adwords .heading-slide .floating-wrapper .rondelle {
    right: -14vw;
    top: 15vw;
  }

  .page-template-adwords .heading-slide .floating-wrapper .cube {
    top: -10.9vw;
    left: -7vw;
  }

  .page-template-adwords .heading-slide .floating-wrapper {
    top: 8vw;
    width: 50vw;
  }

  .page-template-adwords .heading-slide .floating-wrapper .bille-1 {
    top: 73%;
  }

  .page-template-adwords .heading-slide .floating-wrapper .bille-2 {
    top: 79.5%;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .page-template-adwords .heading-slide .container-fluid .row,
.page-template-adwords .heading-slide .container-fluid {
    min-height: 80vw;
  }

  .page-template-adwords .heading-slide .col-sm-7 {
    margin-left: -18.5vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper {
    height: 80vw;
    top: 16vw;
    right: -60px;
  }
  .page-template-adwords .heading-slide .floating-wrapper .rondelle {
    right: -24vw;
    top: 13vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .rondelle img {
    max-width: 50%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .cube {
    top: -14.4vw;
    left: -11vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .cube img {
    max-width: 52%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-2 {
    top: 67.5%;
    max-width: 75%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-1 {
    top: 64%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-1 img {
    max-width: 50%;
  }
  .page-template-adwords .heading-slide .right-box {
    max-width: 60%;
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-adwords .glider .slider-content h3 {
    font-size: 3vw;
  }

  .page-template-adwords .section-4 .blocs-icones {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .page-template-adwords .heading-slide .col-sm-7 {
    margin-left: -18.5vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper {
    height: 80vw;
    top: 16vw;
    right: -60px;
  }
  .page-template-adwords .heading-slide .floating-wrapper .rondelle {
    right: -24vw;
    top: 13vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .rondelle img {
    max-width: 50%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .cube {
    top: -11.3vw;
    left: -7vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .cube img {
    max-width: 52%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-2 {
    right: 10vw;
    top: 69%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-2 img {
    max-width: 60%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-1 {
    right: 7vw;
    top: 64%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-1 img {
    max-width: 50%;
  }
  .page-template-adwords .heading-slide .right-box {
    max-width: 60%;
    flex: 0 0 60%;
  }
}
@media screen and (orientation: landscape) and (max-width: 1024px) {
  .page-template-adwords .heading-slide .floating-wrapper {
    top: 7vw;
  }
}
@media screen and (min-width: 993px) and (max-width: 1024px) {
  .home .etapes-container .ew-methodes-container .ew-methodes-item .content p {
    font-size: 14px;
  }

  .home .etapes-container .ew-methodes-container .ew-methodes-item .head .title {
    transform: translate(-37%, -50%);
  }

  .home .etapes-container .ew-methodes-container .ew-methodes-item.active .head {
    left: 15px;
    top: 60px;
  }

  .home .etapes-container .ew-methodes-container .ew-methodes-item.active .head .title {
    transform: translate(0px, 30px);
  }

  .home .etapes-container .ew-methodes-container .ew-methodes-item.active .content {
    transform: translate(0, 12%);
  }

  .home .etapes-container .ew-methodes-container .ew-methodes-item.active.triple .content {
    transform: translate(0, 20%);
  }
}
@media screen and (max-width: 1024px) {
  body, html {
    font-size: 17px;
  }

  .video_container {
    padding-bottom: 53.5%;
  }

  h2.big-outline {
    font-size: 7vw;
  }

  .page-template-transactionnel .page-conversion p.lead, .page-template-professionnel .page-conversion p.lead {
    font-size: 19px;
  }

  h2 {
    font-size: 37px;
  }

  .single-postes h1,
.page-template-contact .white-bg article h3,
.ic-arrow-left, .ic-arrow-right, .slider-services-controls .next-btn, .slider-services-controls .prev-btn, .projects-slider-content h3, .slider-controls .next-btn, .slider-controls .prev-btn {
    font-size: 33px;
  }

  h4.regular, .first-panel, .menu-mobile nav > ul > li .sub-menu li a {
    font-size: 15px;
  }

  h3.small {
    font-size: 2.1vw;
  }

  .page-template-transactionnel .accordion .custom-accordion, .page-template-professionnel .accordion .custom-accordion, .page-template-transactionnel .page-conversion .floating-bloc h4, .page-template-professionnel .page-conversion .floating-bloc h4,
.sharing .share a,
.single-postes .share,
.liste-realisations .texte-overlay h4, footer, .hamburger, .link-menu ul li a, .page-template-carriere .share, .uploadfieldtrick .uploadtextfield, .uploadfieldtrick .uploadtextfield2, .uploadfieldtrick #uploadbrowsebutton, .uploadfieldtrick #uploadbrowsebutton2, .button, .page-template-portfolio #pointer.hover:before, #pointer.hover-w:before, #pointer.hover-s:before {
    font-size: 14px;
  }

  .nav-tabs .nav-link,
.first-panel .list-socials li a, footer .list-socials li a,
.menu-mobile nav > ul > li > a,
.liste-realisations .texte-overlay h3, h4 {
    font-size: 16px;
  }

  .button {
    padding: 15px 35px;
  }

  .link-menu ul li {
    width: 225px;
  }

  .link-menu ul li a {
    padding: 30px 20px;
  }

  .main-header .logo-desktop img {
    max-width: 135px;
  }

  .hamburger {
    padding-right: 15px;
  }

  .home .link-menu ul li:hover:after,
.home .link-menu ul li:before {
    display: none;
  }
  .home .play-button {
    position: absolute;
    top: initial;
    left: initial;
    transform: translate(0, 0);
    bottom: 0;
    text-align: center;
  }
  .home .play-button .launch-modal.button {
    top: initial;
    border-radius: 50px;
    position: absolute;
    bottom: 65px;
    left: 50%;
    width: auto;
    line-height: 20px;
    height: 55px;
    padding: 15px 20px;
    transform: translateX(-50%);
  }

  .main-header .logo-desktop {
    text-align: center;
  }

  .hamburger,
.main-header .logo-desktop,
.link-menu {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .projects-nav .slick-active + .slick-slide.slick-active {
    width: 16.666666vw !important;
  }

  .projects-nav .box .projects-nav-title {
    padding: 15px 0 20px;
    text-align: center;
    min-height: 73px;
  }

  .projects-nav .slick-slide {
    padding-right: 15px;
  }

  .big-container-slider {
    padding-bottom: 30px;
  }

  .projects-slider-container .slick-dots {
    bottom: 110px;
  }

  .big-container-slider .button {
    margin-top: 15px;
  }

  .projects-slider .slick-slide > div {
    min-width: 40vw;
    min-height: 38vw;
  }

  .services-slider-main {
    padding-left: 4.1666667vw;
  }

  .services-slider-container .box-content {
    max-width: 82%;
    flex: 0 0 82%;
    padding-left: 0;
  }
  .services-slider-container .box-content .entry-content ul {
    border-left: none;
    padding-left: 30px;
    margin-left: 0;
  }

  .services-slider .slick-slide {
    padding-left: 0;
  }
  .services-slider .slick-slide div {
    height: auto;
  }

  .services-slider-main .slick-dots li {
    margin: 0 0 25px;
  }

  .services-nav .slick-slide {
    padding: 0 0 15px 0;
  }

  .services-nav .slides {
    height: 615px;
  }

  .services-container {
    padding-top: 50px;
  }

  .services-slider-container .box-content .centered {
    padding-top: 10vw;
  }

  .services-slider-container .move-down-service-title {
    top: 10px;
    max-width: 70%;
  }

  .home .container-synergie .box-content-right {
    padding-left: 100px;
  }

  .home .play-button .launch-modal {
    background: #000000;
    position: absolute;
    display: flex;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    top: 50%;
    left: 50%;
    width: 184px;
    height: 184px;
  }
  .home .play-button .launch-modal span {
    background: #000000;
    width: 40px;
    height: 40px;
  }
  .home .play-button .launch-modal img {
    opacity: 1;
  }

  .home .voir-nos-services {
    margin-top: -160px;
    padding-top: 160px;
    margin-bottom: -60px;
  }

  .home .voir-nos-services .full-images img {
    height: auto;
    width: 90%;
    transform: translateY(0px);
  }

  .home .voir-nos-services .content-services {
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 0;
    z-index: 999;
  }
  .home .voir-nos-services .content-services.ml-neg-one {
    margin-left: -20vw;
  }

  .home .container-synergie .box-content-left {
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
  }

  .home .container-synergie .first-row .full-images.parallax_scroll {
    padding-left: 0;
  }

  .home .container-synergie .second-row .box-content-right {
    max-width: 66.666667%;
    flex: 0 0 66.666667%;
  }
  .home .container-synergie .second-row .parallax_scroll {
    margin-top: -12vw;
  }

  .home .container-synergie .third-row {
    padding-bottom: 50px;
  }
  .home .container-synergie .third-row .layer-4 {
    padding-left: 0;
  }

  .home .et-hero-tabs {
    padding-top: 9vw;
  }
  .home .et-hero-tabs .scrollbaby.top h2 {
    top: -30px;
  }
  .home .et-hero-tabs .tabs-before-content {
    padding: 4vw 0 8vw;
  }

  .home .et-hero-tab {
    margin-right: 15px;
  }

  .home .et-hero-tabs-container {
    height: 70px;
  }

  .home .brigade-talents .baguettes {
    right: 0;
  }
  .home .brigade-talents .baguettes img {
    width: 40%;
  }

  footer .coordonnees {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .page-template-carriere .smooth-scroll {
    max-width: 65%;
    padding-top: 24vw;
    flex: 0 0 65%;
  }
  .page-template-carriere .smooth-scroll.ml-one {
    margin-left: 30px;
  }

  .single-postes .full-cover, .page-template-carriere .full-cover {
    background-position: center -160px !important;
    background-size: contain !important;
    background-color: #1C1D22 !important;
    padding: 6vw 0 4vw;
  }

  .carriere-container h3, .carriere-container h4 {
    margin-left: 30px;
  }

  .carriere-container p {
    max-width: 70%;
  }

  .carriere-container .button, .carriere-container p {
    margin-left: 60px;
  }

  .home .brigade-talents .button {
    margin-left: 60px;
  }

  .carriere-container .centered .poste-vedette {
    margin-left: 0;
    margin-right: 60px;
  }

  .carriere-container .poste-vedette {
    margin-left: 60px;
  }

  .carriere-container .poste-vedette {
    padding: 60px 30px;
  }

  .carriere-container .poste-vedette h3, .carriere-container .poste-vedette h4, .carriere-container .poste-vedette .button {
    margin-left: 0;
  }

  .page-template-carriere .section-04-chiffres .over-numbers {
    width: 100%;
  }

  .page-template-carriere .liste-postes .black-bg .left-content {
    padding-right: 60px;
    max-width: 65%;
  }

  .single-postes .section-header-single .details-poste, .page-template-carriere .section-header-single .details-poste {
    padding-top: 6vw;
  }

  .page-template-carriere .left-content-form {
    background: none !important;
    padding: 4vw 0 4vw !important;
  }
  .page-template-carriere .left-content-form h3 {
    max-width: 80%;
  }

  .single-postes .section-header-single .bottom-left-box {
    max-width: 41.666667vw;
  }

  .single-postes .section-header-single .details-poste h4 {
    margin: 40px 0 30px 0;
  }

  .page-template-contact .full-cover {
    padding-top: 80vh;
    background-color: #000000 !important;
    background-size: 100% !important;
    background-position: top center !important;
  }

  .page-template-contact .white-bg article {
    border-right: 0;
  }

  .page-template-contact .white-bg .larger-pd-left .list-socials {
    margin-top: 30px;
  }

  .page-template-portfolio .header .left-content {
    margin-left: 15px;
  }

  .page-template-portfolio .header .left-content .button:first-of-type {
    margin-left: 30px;
  }

  .page-template-portfolio .header .left-content .button {
    margin: 30px 15px 0 0;
  }

  .page-template-portfolio .header .left-content p {
    padding-left: 30px;
    max-width: 70%;
  }

  .page-template-portfolio .header {
    min-height: 90vh;
    padding-top: 100px;
  }

  .page-template-portfolio .header .block-fixed {
    width: 100%;
    right: -15vw;
    bottom: -10vw;
    position: absolute;
  }

  .page-template-portfolio .floating-down-top {
    top: -150px;
  }

  .page-template-portfolio .header .block-left {
    margin-top: 0%;
    left: 0px;
  }

  .page-template-portfolio #etudes .liste-etudes {
    padding-bottom: 14vw;
    padding-top: 0;
    margin-top: 0;
  }

  .liste-realisations .parallax_cols .texte-overlay {
    width: 95%;
    height: 95%;
    padding: 30px 15px;
  }

  .liste-etudes .parallax_cols .logo-overlay,
.liste-etudes .parallax_scroll .logo-overlay {
    opacity: 1;
  }
  .liste-etudes .parallax_cols .logo-overlay img,
.liste-etudes .parallax_scroll .logo-overlay img {
    animation-name: floatingUpMobile;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .liste-realisations .parallax_cols .texte-overlay .button {
    margin-top: 10px;
  }

  .single-realisations .right-content,
.single-etudes .right-content {
    margin-top: 60px;
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .single-realisations .right-content img,
.single-etudes .right-content img {
    margin: 0 auto;
  }

  .page-template-carriere .section-04-chiffres .over-numbers,
.single-realisations .section-04-chiffres .over-numbers, .single-etudes .section-04-chiffres .over-numbers {
    bottom: -50px;
  }

  .single-postes .section-04-chiffres, .page-template-carriere .section-04-chiffres {
    padding-bottom: 16vw;
  }

  .single-postes .section-04-chiffres .over-numbers .big-outline, .page-template-carriere .section-04-chiffres .over-numbers .big-outline,
.single-realisations .section-04-chiffres .over-numbers .big-outline, .single-etudes .section-04-chiffres .over-numbers .big-outline {
    margin-bottom: 30px;
  }

  .single-realisations .section-11-carrousel-photos .right-content, .single-etudes .section-11-carrousel-photos .right-content,
.single-realisations .section-07-avant-apres .right-content, .single-etudes .section-07-avant-apres .right-content {
    padding-top: 5.8vw;
    align-self: flex-start;
    margin-top: 0;
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
  }

  .single-realisations .section-03-strategie .right-content, .single-etudes .section-03-strategie .right-content {
    padding-top: 0;
    align-self: flex-start;
    margin-top: 0;
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
  }

  .single-realisations .section-03-strategie .portfolio-frame, .single-etudes .section-03-strategie .portfolio-frame {
    margin-top: 7vw;
  }

  .single-realisations .section-03-strategie .prev-btn, .single-etudes .section-03-strategie .prev-btn {
    left: -14vw;
  }

  .single-realisations .section-03-strategie .next-btn, .single-etudes .section-03-strategie .next-btn {
    right: -14vw;
  }

  .single-etudes .section-07-avant-apres .move-image-right {
    margin-top: 60px;
  }

  .single-realisations .section-14-en-bref, .single-etudes .section-14-en-bref {
    padding-left: 30px;
    padding-right: 30px;
  }

  .single-realisations .launch-modal, .single-etudes .launch-modal {
    border-radius: 0;
    transform: translate(0);
    background: transparent;
  }
  .single-realisations .launch-modal img, .single-etudes .launch-modal img {
    display: none;
  }

  .single-realisations .section-01-temoignage, .single-etudes .section-01-temoignage {
    padding-top: 50px;
  }

  .single-realisations .section-01-temoignage h3,
.single-etudes .section-01-temoignage h3 {
    max-width: 40%;
  }
  .single-realisations .section-01-temoignage .button,
.single-etudes .section-01-temoignage .button {
    margin-top: 20px;
  }

  .single-realisations .section-14-en-bref .space-p-ipad p, .single-etudes .section-14-en-bref .space-p-ipad p {
    line-height: 1.6;
  }

  .page-template-contact .ipad-grey-bg {
    margin-top: 60px;
  }
  .page-template-contact .white-bg {
    margin-top: -60px;
    margin-bottom: 100px;
  }

  .menu-mobile {
    height: calc(100% - 55px);
  }

  .page-template-contact .white-bg article h3 {
    max-width: 50%;
  }

  .page-template-professionnel .heading-slide .floating-wrapper img {
    width: 60%;
  }

  .page-template-transactionnel .page-objectif .black-bg img {
    max-width: 70%;
  }

  .page-template-transactionnel .services-slider-container .move-down-service-title, .page-template-professionnel .services-slider-container .move-down-service-title {
    top: 1vw;
  }

  .page-template-transactionnel .voir-nos-services .content-services, .page-template-professionnel .voir-nos-services .content-services {
    padding-right: 0;
    margin-right: 0 !important;
  }

  .page-template-transactionnel .page-conversion figure figcaption, .page-template-professionnel .page-conversion figure figcaption,
.page-template-transactionnel .page-objectif .black-bg, .page-template-professionnel .page-objectif .black-bg {
    padding: 30px;
  }

  .page-template-transactionnel .page-blanche .full-images .billes .bille-1 {
    top: 4vw;
  }

  .page-template-professionnel .page-blanche .full-images .billes .bille-1 {
    top: 7vw;
  }

  .page-template-professionnel .page-objectif .black-bg img {
    max-width: 50%;
  }

  .page-template-transactionnel .page-blanche .full-images .billes .bille-1 img,
.page-template-professionnel .page-blanche .full-images .billes .bille-1 img {
    width: 45%;
  }

  .page-template-transactionnel .page-blanche .full-images .billes .bille-2 img,
.page-template-professionnel .page-blanche .full-images .billes .bille-2 img {
    width: 70%;
  }

  .page-template-transactionnel .heading-slide .right-box, .page-template-professionnel .heading-slide .right-box {
    margin-left: auto !important;
  }

  .page-template-transactionnel .heading-slide .container-fluid {
    min-height: 75vh;
  }

  .page-template-transactionnel .heading-slide .floating-wrap-trans {
    height: 65vh;
  }

  .page-template-professionnel .heading-slide .floating-wrapper {
    height: 70vh;
  }

  #lightbox .modal-dialog {
    max-width: 80vw;
  }

  .page-template-transactionnel .page-conversion figure figcaption,
.page-template-professionnel .page-conversion figure figcaption {
    display: flex;
    flex-direction: column;
  }
  .page-template-transactionnel .page-conversion figure figcaption p:last-child,
.page-template-professionnel .page-conversion figure figcaption p:last-child {
    margin-top: auto;
  }

  .page-template-transactionnel .page-conversion .move-down, .page-template-professionnel .page-conversion .move-down {
    margin-top: 3vw;
  }

  .page-template-professionnel .page-objectif .move-down .black-bg > img {
    max-width: 25%;
  }
  .page-template-professionnel .page-objectif .move-down:last-child .black-bg > img {
    max-width: 18%;
  }
  .page-template-professionnel .page-objectif .move-down .black-bg.tag-mobile > img {
    max-width: 25%;
  }

  .page-template-transactionnel .page-blanche, .page-template-professionnel .page-blanche {
    padding-top: 50px;
  }

  .page-template-transactionnel .page-conversion .floating-bloc h4,
.page-template-professionnel .page-conversion .floating-bloc h4,
.page-template-transactionnel .page-difference h4,
.page-template-professionnel .page-difference h4 {
    font-size: 18px;
  }

  .page-template-transactionnel .page-objectif .bloc-blanc, .page-template-professionnel .page-objectif .bloc-blanc .buttons {
    margin-bottom: 30px;
    display: inline-block;
  }

  .page-template-transactionnel .page-objectif .move-down, .page-template-professionnel .page-objectif .move-down {
    transform: none !important;
    margin-bottom: 30px;
  }

  .page-template-adwords .section-3 .blocs-objectifs img {
    max-width: 75px;
  }

  .page-template-adwords .page-conversion h3 {
    max-width: 100%;
  }

  .page-template-adwords .page-conversion .slick-slide.slick-active.slick-current {
    transform: scale(1);
  }

  .page-template-adwords .page-conversion figure figcaption {
    min-height: auto;
  }

  .page-template-adwords .slider-bar img {
    max-width: 60%;
  }

  .page-template-adwords .section-2 .show-first-mobile {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }

  .page-template-adwords .section-2 .col-sm-3 .black-bg p:last-child, .page-template-adwords .section-2 .col-sm-4 .black-bg p:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .hide-desktop {
    display: inline-block !important;
  }

  .carriere-container .poste-vedette h3 {
    font-size: 2.1vw;
  }

  .page-template-carriere h1, h3 {
    font-size: 3.5vw;
  }

  .slider-controls,
.hide-ipad {
    display: none !important;
  }

  .force-ipad-m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .force-ipad-block {
    display: block !important;
  }

  .force-ipad-ml-auto {
    margin-left: auto !important;
  }

  .force-ipad-full {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .reverse-ipad {
    position: relative;
    flex-direction: column-reverse !important;
  }

  .force-ipad-three {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .force-ipad-left-double {
    padding-left: 30px !important;
  }

  .force-ipad-right-double {
    padding-right: 30px !important;
  }

  .force-ipad-four {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }

  .force-ipad-eight {
    max-width: 66.666667%;
    flex: 0 0 66.666667%;
  }

  .force-ipad-seven {
    max-width: 58.333333%;
    flex: 0 0 58.333333%;
  }

  .force-ipad-half {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .force-ipad-ten {
    max-width: 83.333333%;
    flex: 0 0 83.333333%;
  }

  .force-ipad-two {
    max-width: 16.666667%;
    flex: 0 0 16.666667%;
  }

  .force-ipad-five {
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
  }

  .force-ipad-pd-l-0 {
    padding-left: 0;
  }

  .mt-large {
    margin-top: 50px;
  }

  .container {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .ipad-grey-bg {
    background: #353539;
  }
}
@media screen and (max-width: 992px) {
  .page-template-contact .white-bg article h3,
.single-postes h1,
.page-template-carriere h1.large, h3.large,
.single-postes .section-header-single .white-bg h3.small,
.page-template-carriere h1, h3 {
    font-size: 33px;
  }

  .main-header {
    position: fixed;
  }

  .page-template-portfolio .rayonner h2 {
    font-size: 28px;
  }

  h2.punchline,
h1 {
    font-size: 44px;
  }

  .home .et-hero-tab h3 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
  }

  .carriere-container .poste-vedette h3,
.home .voir-nos-services .first-content .page-template-carriere h1, .home .voir-nos-services .second-content .page-template-carriere h1, .page-template-carriere h1.small, .home .voir-nos-services .first-content h3, .home .voir-nos-services .second-content h3, h3.small {
    font-size: 20px;
  }

  .hamburger {
    padding: 0;
    position: absolute;
    right: 0;
    display: block;
  }
  .hamburger div {
    height: 45px;
  }

  .main-header .logo-desktop {
    padding: 15px 0 15px 30px;
    text-align: left;
  }

  .link-menu {
    display: none;
  }

  .main-header .d-flex {
    justify-content: flex-start;
  }

  .single-postes .full-cover,
.page-template-carriere .full-cover {
    background-position: center 450px !important;
    background-size: 120% !important;
    padding: 120px 0 320px;
  }

  .page-template-carriere .smooth-scroll.ml-one {
    margin-left: 0px;
  }
  .page-template-carriere .smooth-scroll {
    max-width: 100%;
    padding-top: 0px;
  }
  .page-template-carriere .section-04-chiffres .over-numbers h4 {
    font-size: 20px;
  }

  .carriere-container {
    padding-bottom: 105px;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: bottom right !important;
  }
  .carriere-container p {
    max-width: 80%;
  }
  .carriere-container .poste-vedette {
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .carriere-container .centered .poste-vedette {
    margin-left: 15px;
    margin-right: 0px;
  }

  h2.big-outline {
    font-size: 115px;
  }

  .page-template-carriere .section-04-chiffres .over-numbers,
.single-realisations .section-04-chiffres .over-numbers, .single-etudes .section-04-chiffres .over-numbers {
    bottom: 0;
  }

  .single-postes .section-03,
.page-template-carriere .section-03 {
    padding-top: 200px;
  }
  .single-postes .section-03 .liste-postes,
.page-template-carriere .section-03 .liste-postes {
    padding: 0 15px;
  }
  .single-postes .section-03 h2,
.page-template-carriere .section-03 h2 {
    margin-bottom: 60px;
  }

  .page-template-carriere .liste-postes .black-bg {
    padding: 60px 30px;
    display: block;
  }
  .page-template-carriere .liste-postes .black-bg .left-content {
    padding-right: 0px;
    max-width: 100%;
  }
  .page-template-carriere .liste-postes .black-bg .button {
    margin-top: 30px;
  }
  .page-template-carriere .left-content-form {
    padding: 15px 15px 45px !important;
  }
  .page-template-carriere .left-content-form h3 {
    max-width: 80%;
  }

  .uploadfieldtrick > span:first-child {
    min-width: 23vw;
  }

  .single-postes #form .white-bg,
.page-template-carriere #form .white-bg {
    padding-bottom: 90px;
    max-width: calc(100% - 30px);
    margin-left: auto;
  }

  .page-template-contact .white-bg .list-socials li {
    margin-right: 20px;
  }
  .page-template-contact .white-bg .list-socials li a {
    font-size: 24px;
  }

  .single-postes .section-header-single .bottom-left-box {
    max-width: 90%;
    padding: 60px 30px;
  }
  .single-postes .section-header-single .details-poste {
    max-width: 100%;
    padding: 90px 30px;
    flex: 0 0 100%;
  }
  .single-postes .section-header-single .details-poste h4 {
    margin: 110px 0 35px;
  }
  .single-postes .section-header-single .white-bg {
    max-width: calc(100% - 30px);
    margin-left: auto;
    padding: 60px 30px 90px;
  }

  .home .brigade-talents {
    overflow-x: hidden;
  }
  .home .brigade-talents .bg-talents {
    background-image: none !important;
  }
  .home .carriere-container {
    top: -1100px;
    overflow-x: hidden;
    background-size: 130% !important;
    margin-bottom: -1100px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
  }
  .home .carriere-container .poste-vedette {
    margin-left: 15px;
    margin-right: 15px;
  }
  .home .voir-nos-services .content-services.ml-neg-one {
    margin-left: 0;
    padding: 60px 30px 0;
    max-width: 70%;
    flex: 0 0 70%;
  }
  .home .voir-nos-services .full-images {
    max-width: 100%;
    padding: 0;
    flex: 0 0 100%;
    overflow: hidden;
    text-align: center;
  }
  .home .voir-nos-services .full-images img {
    transform: translate(-80px, 0px);
    height: 100%;
    min-width: 125%;
    margin: 0 auto;
  }
  .home .container-synergie {
    padding-top: 100px;
  }
  .home .container-synergie .first-row {
    padding-top: 60px;
    z-index: 99;
    position: relative;
  }
  .home .container-synergie .first-row .full-images.layer-1 {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
    margin-left: auto;
  }
  .home .container-synergie .first-row .full-images.layer-2 {
    overflow-x: hidden;
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
    margin-left: calc(-100% + 600px) !important;
  }
  .home .container-synergie .box-content-right h3,
.home .container-synergie .box-content-right h4 {
    transform: translate(0);
  }
  .home .container-synergie .box-content-left {
    padding: 60px 30px;
    margin-right: 0 !important;
    transform: translate(0);
  }
  .home .container-synergie .box-content-left h3, .home .container-synergie .box-content-left h4 {
    transform: translate(0);
  }
  .home .container-synergie .second-row {
    z-index: 99;
    position: relative;
    flex-direction: column-reverse !important;
  }
  .home .container-synergie .second-row .box-content-right {
    padding: 60px 30px;
    margin-left: 0 !important;
  }
  .home .container-synergie .second-row .layer-3 {
    padding-right: 15px !important;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 0;
  }
  .home .container-synergie .third-row {
    padding-bottom: 30px;
  }
  .home .container-synergie .third-row .layer-4 {
    display: none;
  }
  .home .container-synergie .third-row .layer-5 {
    padding-right: 15px !important;
    margin-bottom: 50px;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 0;
    z-index: 99;
  }
  .home .container-synergie .third-row .box-content-left h3, .home .container-synergie .third-row .box-content-left h4 {
    transform: translate(0);
  }
  .home .et-hero-tabs-container--top-first {
    top: 55px;
  }
  .home .et-hero-tabs-container {
    height: 62px;
    background: #F6F7F7;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 5px 10px 15px 0px rgba(214, 214, 214, 0.6);
  }
  .home .et-hero-tab {
    font-weight: normal;
    margin-right: 0;
    box-shadow: none;
    border: none;
  }
  .home .et-hero-tab h3 {
    font-weight: normal;
    margin: 0;
    padding: 0 0px;
    letter-spacing: -0.5px;
  }
  .home .et-hero-tab:first-child {
    border-bottom-right-radius: 0;
  }
  .home .et-hero-tab:last-of-type, .home .et-hero-tab:last-child {
    border-bottom-left-radius: 0;
  }
  .home .et-hero-tab:nth-child(2), .home .et-hero-tab:nth-child(3) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .home .brigade-talents .bg-talents {
    background-repeat: no-repeat;
    background-color: #000000 !important;
    position: relative;
  }
  .home .brigade-talents .bg-talents .padding-xxl {
    padding: 60px 15px;
    overflow: hidden;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .home .brigade-talents h2.green-txt {
    font-size: 28px;
    max-width: 70%;
  }
  .home .brigade-talents .baguettes {
    position: relative;
  }
  .home .brigade-talents .baguettes img {
    width: 30%;
  }
  .home .brigade-talents .baguettes .bille {
    right: 10px;
  }
  .home .brigade-talents .baguettes .bille img {
    width: 58%;
  }

  .home .brigade-talents {
    z-index: 9999;
  }
  .home .brigade-talents .button {
    margin-left: 15px;
    margin-top: 45px;
  }

  .carriere-container {
    padding: 60px 0;
    background-position: bottom right !important;
  }
  .carriere-container .button,
.carriere-container p {
    margin-left: 50px;
  }
  .carriere-container h3, .carriere-container h4 {
    margin-left: 15px;
  }
  .carriere-container .centered .poste-vedette .button,
.carriere-container .poste-vedette .button {
    margin-left: 0;
  }

  .home .et-hero-tabs-container--top-second,
.home .et-hero-tabs-container--top-third.et-hero-tabs-container--top-second {
    top: 55px;
    z-index: 9999;
  }

  .home .et-main {
    z-index: -1;
    position: relative;
  }
  .home .et-main .et-slide {
    z-index: -1;
    position: relative;
    height: 90vh;
  }

  .page-template-portfolio #realisations .liste-realisations .parallax_cols {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .page-template-portfolio .header .left-content {
    margin-left: 0;
  }
  .page-template-portfolio .header .left-content p {
    padding-left: 30px;
    max-width: 100%;
  }
  .page-template-portfolio .header .left-content .button {
    display: block;
    text-align: center;
    margin-right: 15px;
    margin-left: 30px;
  }
  .page-template-portfolio .floating-down-top {
    top: -80px;
  }
  .page-template-portfolio .header {
    min-height: 70vh;
  }
  .page-template-portfolio .header h1 {
    margin-bottom: 45px;
  }
  .page-template-portfolio .header .block-left {
    top: 0px;
    margin-top: -30%;
  }
  .page-template-portfolio .header .left-content {
    margin-bottom: -140px;
  }
  .page-template-portfolio .header .block-top img {
    margin-right: -30px;
  }
  .page-template-portfolio .header .block-fixed {
    bottom: -260px;
    right: -220px;
    width: 125%;
  }

  .page-template-portfolio #etudes {
    padding: 60px 0 240px;
  }
  .page-template-portfolio #etudes .container {
    z-index: 999;
    position: relative;
  }
  .page-template-portfolio #etudes h3 {
    max-width: 100%;
  }
  .page-template-portfolio #etudes .liste-etudes {
    display: flex;
    padding-bottom: 450px;
    padding-top: 0px;
  }
  .page-template-portfolio #etudes .liste-etudes .parallax_cols {
    width: 50%;
    margin-bottom: 0;
  }
  .page-template-portfolio #etudes .liste-etudes .parallax_cols:nth-child(3n+2) {
    margin-top: 0;
  }
  .page-template-portfolio #realisations {
    padding: 60px 0;
  }
  .page-template-portfolio #realisations .liste-realisations .parallax_cols {
    margin-bottom: 15px;
  }
  .page-template-portfolio #clientele {
    padding: 60px 0;
  }
  .page-template-portfolio .rayonner {
    padding-top: 40px;
  }
  .page-template-portfolio .rayonner .floating-bg {
    bottom: -10vw;
  }
  .page-template-portfolio .rayonner h2.punchline {
    margin-bottom: 0.2em;
    font-size: 44px;
  }

  .single-realisations .section-01-temoignage h3,
.single-etudes .section-01-temoignage h3 {
    max-width: 60%;
  }
  .single-realisations .section-00-header .floating-image,
.single-etudes .section-00-header .floating-image {
    max-width: 90%;
    flex: 0 0 90%;
    position: absolute;
    right: 100px;
    margin-left: 0 !important;
  }
  .single-realisations .section-00-header .floating-image img,
.single-etudes .section-00-header .floating-image img {
    min-width: 120%;
  }
  .single-realisations .section-00-header .container-fluid .row,
.single-etudes .section-00-header .container-fluid .row {
    max-height: calc(90vh - 55px);
    position: relative;
  }
  .single-realisations .section-00-header .container-fluid .row .mobile-flex-bottom,
.single-etudes .section-00-header .container-fluid .row .mobile-flex-bottom {
    min-height: calc(90vh - 55px);
  }
  .single-realisations .section-00-header .container-fluid .row .mobile-flex-bottom .bottom-left-box,
.single-etudes .section-00-header .container-fluid .row .mobile-flex-bottom .bottom-left-box {
    position: absolute;
    bottom: 0;
    width: 70vw;
    padding: 60px 30px;
    border-top-right-radius: 55px;
  }
  .single-realisations .left-content,
.single-realisations .right-content,
.single-etudes .left-content,
.single-etudes .right-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .single-realisations .left-content .button,
.single-realisations .right-content .button,
.single-etudes .left-content .button,
.single-etudes .right-content .button {
    float: left;
  }
  .single-realisations .section-03-strategie,
.single-etudes .section-03-strategie {
    padding: 60px 0;
  }
  .single-realisations .section-03-strategie .right-content,
.single-etudes .section-03-strategie .right-content {
    padding-top: 60px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-realisations .section-03-strategie .portfolio-frame,
.single-etudes .section-03-strategie .portfolio-frame {
    margin-top: 60px;
  }
  .single-realisations .section-03-strategie .pos-rel,
.single-etudes .section-03-strategie .pos-rel {
    margin: 0;
  }
  .single-realisations .section-04-chiffres [class^=number-],
.single-realisations .section-04-chiffres [class*=" number-"],
.single-etudes .section-04-chiffres [class^=number-],
.single-etudes .section-04-chiffres [class*=" number-"] {
    margin-bottom: 60px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .single-realisations .section-05-logo,
.single-etudes .section-05-logo {
    overflow-x: hidden;
    padding: 60px 0 0;
  }
  .single-realisations .section-05-logo .right-content,
.single-etudes .section-05-logo .right-content {
    padding: 0;
  }
  .single-realisations .section-06-logo-application .code-couleur-1,
.single-realisations .section-06-logo-application .code-couleur-2,
.single-etudes .section-06-logo-application .code-couleur-1,
.single-etudes .section-06-logo-application .code-couleur-2 {
    position: absolute;
    top: -40px;
    width: 80px;
    height: 80px;
  }
  .single-realisations .section-06-logo-application .code-couleur-1,
.single-etudes .section-06-logo-application .code-couleur-1 {
    right: 110px;
  }
  .single-realisations .section-06-logo-application .code-couleur-2,
.single-etudes .section-06-logo-application .code-couleur-2 {
    right: 15px;
  }
  .single-realisations .section-11-carrousel-photos,
.single-realisations .section-07-avant-apres,
.single-etudes .section-11-carrousel-photos,
.single-etudes .section-07-avant-apres {
    padding: 60px 0;
  }
  .single-realisations .section-07-avant-apres .right-content,
.single-etudes .section-07-avant-apres .right-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .single-realisations .section-07-avant-apres .texte-apres,
.single-etudes .section-07-avant-apres .texte-apres {
    text-align: left;
  }
  .single-realisations .section-11-carrousel-photos .right-content,
.single-etudes .section-11-carrousel-photos .right-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .single-realisations .section-11-carrousel-photos .carrousel-section-11,
.single-etudes .section-11-carrousel-photos .carrousel-section-11 {
    padding-top: 60px;
  }
  .single-realisations .portfolio-center-slider-arrows,
.single-etudes .portfolio-center-slider-arrows {
    display: none;
  }
  .single-realisations .section-13-autres-services .left-content,
.single-etudes .section-13-autres-services .left-content {
    margin-left: 0;
  }
  .single-realisations .section-14-en-bref,
.single-etudes .section-14-en-bref {
    padding: 60px 0 120px;
  }
  .single-realisations .section-15-autre-projets .liste-etudes .parallax_cols,
.single-etudes .section-15-autre-projets .liste-etudes .parallax_cols {
    margin-bottom: 15px;
  }
  .single-realisations .move-down-xlarge,
.single-etudes .move-down-xlarge {
    margin: 0;
    padding-top: 60px;
  }

  .force-ipad-left-double {
    padding-left: 15px !important;
  }

  .force-ipad-right-double {
    padding-right: 15px !important;
  }

  .projects-slider-container .projects-slider .slick-slide > div {
    min-width: calc(100vw - 90px);
    min-height: 68vw;
  }
  .projects-slider-container .slick-slide {
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    user-select: auto;
  }
  .projects-slider-container > div {
    min-width: calc(100vw - 90px);
    min-height: 68vw;
    height: 100%;
    display: block;
    position: relative;
  }
  .projects-slider-container .full-images {
    max-width: calc(100vw - 90px);
  }
  .projects-slider-container .full-images .logo-overlay {
    z-index: 999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .projects-slider-content ul {
    column-count: 2;
    column-gap: 15px;
  }

  .projects-slider-container .slick-dots {
    bottom: -30px;
    padding-left: 15px;
  }

  .projects-nav .slick-slide h4 {
    display: none;
  }

  .slick-dots li {
    margin-right: 25px;
  }

  .projects-nav {
    margin-top: -40px;
  }
  .projects-nav .slick-list {
    padding: 0 0 0 0 !important;
  }
  .projects-nav .slick-slide {
    padding-right: 0px;
  }
  .projects-nav .slick-slide .box {
    width: 200%;
  }
  .projects-nav .slick-slide .box h4 {
    display: block;
  }

  .services-slider-main {
    display: none;
  }

  .services-slider-container {
    padding-bottom: 60px;
    padding-right: 15px !important;
  }
  .services-slider-container .move-down-service-title {
    position: relative;
  }
  .services-slider-container .box-content.mr-neg-three {
    margin-right: 0;
  }
  .services-slider-container .box-content.mr-neg-three h3 {
    font-size: 33px;
  }
  .services-slider-container .box-content .centered {
    padding-top: 40px;
    width: 100%;
  }

  .page-template-transactionnel .accordion .custom-accordion, .page-template-professionnel .accordion .custom-accordion {
    font-size: 20px;
    margin: 0;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 20px 15px 20px 40px;
    transition: all 0.3s ease-in;
  }

  .services-slider .mobile-accordions {
    border-bottom: 1px solid #ACACAC;
  }
  .services-slider .mobile-accordions .custom-accordion {
    font-size: 20px;
    margin: 0;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 20px 15px 20px 40px;
    transition: all 0.3s ease-in;
    background: url(../../images/accordion-bullets.png) left center no-repeat;
  }
  .services-slider .mobile-accordions .custom-accordion br {
    display: none;
  }
  .services-slider .mobile-accordions.current .custom-accordion {
    background: url(../../images/accordion-bullets-closed.png) left center no-repeat;
  }
  .services-slider .mobile-accordions .desc.activated {
    display: block;
  }
  .services-slider .floating-bg.hidden {
    display: none;
  }

  .home .voir-nos-services {
    margin-top: 0px;
    padding-top: 160px;
    margin-bottom: -60px;
  }

  .home .etapes-container {
    overflow-x: hidden;
  }
  .home .etapes-container .ew-methodes-container {
    padding: 0 0 0 30px;
    margin-bottom: 60px;
  }
  .home .etapes-container .force-ipad-left-double,
.home .etapes-container .force-ipad-right-double {
    padding: 0 !important;
    z-index: 999;
  }
  .home .etapes-container .slick-slider .slick-list {
    padding: 0 60px 0 0 !important;
  }
  .home .etapes-container .slick-slider .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .home .etapes-container .slick-slider .slick-slide > div {
    background: #ffffff;
    padding: 60px 30px 0px 0;
  }
  .home .etapes-container .slick-slider .slick-slide .ew-methodes-item {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1);
    min-height: calc(75vw - 45px);
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home .etapes-container .slick-slider .slick-slide .ew-methodes-item.active .content {
    transform: translate(0, 0);
  }
  .home .etapes-container .slick-slider .slick-slide .ew-methodes-item .title h3 {
    text-align: left;
  }
  .home .etapes-container .slick-slider .slick-slide .ew-methodes-item .number {
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    color: #E2E4EA;
    line-height: 1;
    letter-spacing: -8px;
    font-size: 115px;
  }
  .home .etapes-container .slick-slider .slick-slide .ew-methodes-item .content {
    padding-right: 30px;
  }
  .home .etapes-container .slick-slider .slick-slide.slick-active > div {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    background: #1C1D22;
    padding: 120px 45px 0px 90px;
  }
  .home .etapes-container .slick-slider .slick-slide.slick-active .ew-methodes-item {
    transform: scale(1.2);
  }
  .home .etapes-container .slick-slider .slick-slide.slick-active .ew-methodes-item .title {
    color: #ffffff;
  }
  .home .etapes-container .slick-slider .slick-slide.slick-active .ew-methodes-item .content {
    color: #ffffff;
  }
  .home .etapes-container .slick-slider .slick-slide.slick-active .ew-methodes-item .number {
    webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #37ECB0;
    color: #37ECB0;
    -webkit-text-fill-color: transparent;
  }

  .page-template-contact .full-cover {
    padding-top: 45vw;
  }
  .page-template-contact .white-bg .larger-pd-left {
    padding-left: 15px;
  }

  footer {
    padding: 45px 0;
  }
  footer .coordonnees {
    padding-left: 15px;
    padding-top: 20px;
    justify-content: flex-start;
  }
  footer .coordonnees p {
    line-height: 1.3;
  }
  footer .coordonnees p br {
    display: block;
  }
  footer .coordonnees a {
    text-align: left;
    padding-left: 0;
    margin-left: 0;
  }
  footer .coordonnees a:after {
    width: 100%;
    left: 0;
  }
  footer .coordonnees a:nth-child(3) {
    padding-left: 10px;
    margin-left: 10px;
  }
  footer .coordonnees a:nth-child(3):after {
    left: 10px;
    width: calc(100% - 10px);
  }
  footer .socials {
    margin-top: 30px;
    justify-content: flex-start;
  }
  footer .socials li {
    margin-right: 20px;
  }
  footer .socials li a {
    font-size: 24px;
  }

  .services-slider-container {
    padding-right: 0 !important;
  }

  .home .mobile-accordions {
    overflow-x: hidden;
  }

  .projects-nav .slick-cloned {
    z-index: -1;
    display: none !important;
  }

  .projects-nav .slick-active {
    display: block !important;
  }

  .projects-nav .slick-active + .slick-cloned,
.projects-nav .slick-active + .slick-slide {
    z-index: 99999;
    display: block !important;
    margin-left: 80px;
  }

  .projects-nav .box {
    box-shadow: none;
  }

  .projects-nav .box {
    box-shadow: none;
  }

  .single-realisations .section-11-carrousel-photos .slick-slide:before, .single-etudes .section-11-carrousel-photos .slick-slide:before {
    display: none;
  }

  .sharing {
    width: 200px;
    height: 35px;
  }
  .sharing .share {
    width: 200px;
    height: 35px;
  }

  .heateor_sss_horizontal_sharing .heateorSssSharing, .heateor_sss_standard_follow_icons_container .heateorSssSharing {
    width: 20px !important;
    height: 20px !important;
  }

  .home .brigade-talents .baguettes .bille.stick {
    bottom: 152px;
  }

  .video_container.hide-desktop {
    display: block !important;
  }
  .video_container .launch-modal {
    display: none !important;
  }

  .home {
    /* .slick-slider */
  }
  .modal-dialog {
    max-width: calc(100vw - 60px);
  }

  .main-header {
    position: fixed !important;
  }

  #lightbox .modal-dialog .modal-body {
    padding: 15px 15px;
  }

  #lightbox .modal-dialog {
    max-width: calc(100vw - 30px);
  }

  #lightbox .modal-dialog .modal-body .nav-tabs .nav-link {
    margin-right: 10px;
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }

  #lightbox .modal-dialog .modal-body .nav-tabs .nav-link:last-child {
    margin-right: 0;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
  }

  .modal-open .main-header {
    z-index: 9;
  }
}
@media screen and (max-width: 992px) {
  .page-template-adwords .heading-slide h1,
.page-template-professionnel .heading-slide h1,
.page-template-transactionnel .heading-slide h1 {
    font-size: 55px;
    max-width: 75%;
  }

  .desc {
    display: none;
  }

  .force-mobile-no-pd {
    padding: 0;
  }

  .force-iphone-left-double {
    padding-left: 30px !important;
  }

  .force-iphone-right-double {
    padding-right: 30px !important;
  }

  .force-ipad-pd-right {
    padding-right: 15px !important;
  }

  .force-ipad-pd-left {
    padding-left: 15px !important;
  }

  .ml-none-mobile {
    margin-left: 0 !important;
  }

  .page-template-transactionnel .page-conversion .floating-bloc, .page-template-professionnel .page-conversion .floating-bloc,
.services-slider-container .box-content,
.home .container-synergie .second-row .box-content-right,
footer [class^=col-], footer [class*=" col-"],
.home .container-synergie .box-content-left,
.page-template-carriere .left-content-form,
.single-postes .section-04-chiffres [class^=number-], .single-postes .section-04-chiffres [class*=" number-"], .page-template-carriere .section-04-chiffres [class^=number-], .page-template-carriere .section-04-chiffres [class*=" number-"],
.force-mobile-full {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .force-mobile-half {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .force-mobile-ten {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .force-mobile-order-3 {
    order: 3;
  }

  .ml-one {
    margin-left: 15px;
  }

  .reverse-mobile {
    position: relative;
    flex-direction: column-reverse !important;
  }

  .reverse-mobile-row {
    position: relative;
    flex-direction: row-reverse !important;
  }

  .hide-mobile {
    display: none !important;
  }

  .hide-desktop-mobile {
    display: block !important;
  }

  .force-ipad-three,
.force-ipad-four,
.force-ipad-eight,
.force-ipad-seven,
.force-ipad-ten,
.force-ipad-five,
.force-ipad-two {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .projects-slider-container {
    max-width: calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    margin-bottom: 60px;
  }

  .slider-main-container {
    max-width: 90px;
    flex: 0 0 90px;
  }

  .page-template-portfolio #clientele .liste-clients .col-sm-20 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .page-template-transactionnel .heading-slide h1,
.page-template-professionnel .heading-slide h1 {
    margin-top: 100px;
    margin-left: 15px;
  }

  .page-template-transactionnel .voir-nos-services .content-services, .page-template-professionnel .voir-nos-services .content-services {
    padding: 0 30px;
  }

  .page-template-transactionnel .heading-slide .container-fluid .row, .page-template-professionnel .heading-slide .container-fluid .row {
    min-height: 70vh;
  }

  .page-template-transactionnel .page-difference, .page-template-professionnel .page-difference,
.page-template-transactionnel .page-conversion, .page-template-professionnel .page-conversion {
    padding: 60px 0;
  }

  .page-template-transactionnel .page-conversion p.lead, .page-template-professionnel .page-conversion p.lead {
    margin-top: 30px;
  }

  .page-template-transactionnel .voir-nos-services .full-images {
    margin-bottom: 30px;
  }

  .page-template-transactionnel .voir-nos-services .content-services {
    padding-bottom: 60px;
  }

  .page-template-transactionnel .page-objectif .move-down,
.page-template-professionnel .page-objectif .move-down,
.page-template-transactionnel .voir-nos-services .full-images,
.page-template-professionnel .voir-nos-services .full-images {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .page-template-transactionnel .page-objectif .move-down img,
.page-template-professionnel .page-objectif .move-down img,
.page-template-transactionnel .voir-nos-services .full-images img,
.page-template-professionnel .voir-nos-services .full-images img {
    width: 100%;
  }

  .page-template-transactionnel .page-objectif .move-down img {
    width: 50%;
  }

  .page-template-adwords .heading-slide {
    overflow: visible;
  }

  .page-template-adwords .heading-slide .container-fluid,
.page-template-adwords .heading-slide .container-fluid .row {
    min-height: 80vh;
  }

  .page-template-transactionnel .heading-slide .container-fluid,
.page-template-professionnel .heading-slide .container-fluid {
    min-height: 50vh;
  }

  .page-template-transactionnel .nos-experts .full-images,
.page-template-professionnel .nos-experts .full-images {
    margin-bottom: 0;
  }

  .page-template-adwords .section-2 {
    padding-top: 200px;
  }

  .page-template-adwords .heading-slide .col-sm-7 {
    margin-left: 0;
  }

  .page-template-adwords .heading-slide .floating-wrapper .rondelle {
    right: -40vw;
    top: 17.5vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .rondelle img {
    max-width: 40%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .planche {
    min-width: 70vw;
    top: 4.5vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-2 {
    top: 92%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-1 {
    top: 85%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .sapin img {
    max-width: 90%;
  }

  .page-template-adwords {
    overflow-x: hidden;
  }

  .page-template-adwords .heading-slide h1 {
    margin-top: 100px;
    max-width: 90%;
    margin-left: 15px;
  }

  .page-template-adwords .heading-slide .floating-wrapper {
    height: 50vh;
    width: 62vw;
    top: -425px;
    left: 25vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .cube {
    left: -15vw;
    top: -18vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .cube img {
    max-width: 45%;
  }

  .page-template-adwords .heading-slide .right-box {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 0;
  }

  .page-template-adwords .heading-slide .right-box {
    bottom: -65vh;
    position: relative;
    z-index: 99;
    max-width: calc(100% - 30px);
  }

  .page-template-transactionnel .heading-slide .right-box,
.page-template-professionnel .heading-slide .right-box {
    bottom: -150px;
    position: relative;
    z-index: 99;
    max-width: calc(100% - 30px);
  }

  .page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel {
    bottom: 0;
    left: 300px;
  }

  .page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel .bille-2 {
    top: -100px;
  }

  .page-template-transactionnel .services-container,
.page-template-professionnel .services-container {
    padding-top: 200px;
  }

  .page-template-transactionnel .nos-experts .full-images, .page-template-professionnel .nos-experts .full-images,
.page-template-transactionnel .nos-experts .right-content, .page-template-professionnel .nos-experts .right-content {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-template-transactionnel .page-entreprise .ml-one,
.page-template-professionnel .page-entreprise .ml-one {
    margin-left: 0;
  }
  .page-template-transactionnel .page-entreprise .full-images,
.page-template-professionnel .page-entreprise .full-images {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .page-template-transactionnel .page-entreprise .full-images .ecran-slider,
.page-template-professionnel .page-entreprise .full-images .ecran-slider {
    left: 0;
  }

  .page-template-transactionnel .heading-slide .floating-wrapper .sphere, .page-template-professionnel .heading-slide .floating-wrapper .sphere {
    bottom: 0;
  }

  .page-template-transactionnel .heading-slide .floating-wrapper .sphere, .page-template-professionnel .heading-slide .floating-wrapper .sphere,
.page-template-transactionnel .heading-slide .floating-wrapper .cadrage, .page-template-professionnel .heading-slide .floating-wrapper .cadrage {
    bottom: 30px;
  }

  .page-template-transactionnel .page-conversion .move-down,
.page-template-professionnel .page-conversion .move-down {
    margin-top: 60px;
  }

  .page-template-transactionnel .page-blanche .full-images.ml-neg-three, .page-template-professionnel .page-blanche .full-images.ml-neg-three {
    margin-left: 0;
  }

  .page-template-transactionnel .big-container-slider, .page-template-professionnel .big-container-slider {
    margin-top: -100px;
    padding-top: 150px;
  }

  .page-template-transactionnel .page-blanche .full-images .billes, .page-template-professionnel .page-blanche .full-images .billes {
    left: 200px;
  }

  .page-template-transactionnel .page-blanche .full-images .billes .bille-2, .page-template-professionnel .page-blanche .full-images .billes .bille-2 {
    top: -95px;
    left: 60px;
  }

  .page-template-professionnel .page-blanche .full-images .billes .bille-1 {
    top: 40px;
  }

  .page-template-transactionnel .heading-slide .image-1 {
    bottom: 9vw;
    right: 20vw;
  }

  .page-template-transactionnel .heading-slide .image-4 img {
    width: 75%;
  }

  .page-template-transactionnel .heading-slide .image-3 img, .page-template-transactionnel .heading-slide .image-2 img {
    width: 40%;
  }

  .page-template-transactionnel .heading-slide .floating-wrap-trans {
    height: 40vh;
    top: 80px;
    left: 5%;
    width: 90%;
  }

  .page-template-professionnel .heading-slide .floating-wrapper {
    height: 40vh;
    right: initial;
    top: 100px;
    left: 55%;
    width: 80vw;
    transform: translateX(-50%);
  }
  .page-template-professionnel .heading-slide .floating-wrapper .sphere {
    left: -50px;
  }
  .page-template-professionnel .heading-slide .floating-wrapper .sphere img {
    width: 55%;
  }
  .page-template-professionnel .heading-slide .floating-wrapper .cube {
    right: -250px;
  }
  .page-template-professionnel .heading-slide .floating-wrapper .cube img {
    width: 50%;
  }
  .page-template-professionnel .heading-slide .floating-wrapper img {
    width: 75%;
  }

  .page-template-transactionnel .heading-slide, .page-template-professionnel .heading-slide {
    overflow: visible;
  }

  .page-template-transactionnel .voir-nos-services .content-services h2, .page-template-professionnel .voir-nos-services .content-services h2 {
    max-width: 70%;
  }

  .page-template-professionnel .page-conversion .ml-one,
.page-template-transactionnel .page-conversion .ml-one {
    padding-right: 45px;
  }

  .page-template-professionnel,
.page-template-transactionnel {
    overflow-x: hidden;
  }

  .page-template-transactionnel .section-connexes figure {
    margin-bottom: 30px;
  }

  .reverse-mobile-custom .show-first-mobile {
    order: 1;
  }
  .reverse-mobile-custom .show-mobile-second {
    order: 2;
  }

  .page-template-adwords .section-3 .right-col, .page-template-adwords .section-3 h2 {
    margin-left: 0;
  }

  .page-template-adwords h2.green-txt {
    margin-left: 30px;
  }

  .page-template-adwords .glider .slider-aft .content-drag {
    right: 15px;
    width: 40vw;
  }

  .page-template-adwords .glider .slider-bef .content-drag {
    left: 15px;
    width: 40vw;
  }

  .page-template-adwords .glider .slider-content h3 {
    font-size: 25px;
  }

  .page-template-adwords .section-2 .show-first-mobile {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-template-adwords h2.big-outline {
    font-size: 75px;
  }
  .page-template-adwords .section-3 .full-images {
    z-index: 99;
  }

  .page-template-adwords .section-3 .blocs-objectifs img {
    max-width: 125px;
  }

  .page-template-adwords .section-4 .blocs-icones {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-template-adwords .glider {
    display: none;
  }

  .page-template-adwords .section-resultats {
    padding: 60px 0;
  }

  .page-template-photos .floating-wrapper {
    top: 0;
    min-height: 100vw;
  }
  .page-template-photos .activate-image-over.mr-one,
.page-template-photos .activate-video-over.ml-one {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 30px !important;
    margin-left: 0 !important;
  }

  .page-template-photos .section-2:after,
.page-template-photos .section-2:before {
    display: none;
  }

  .page-template-photos .section-9 {
    padding-top: 60px;
  }
  .page-template-photos .section-9 .floating-bloc {
    margin-bottom: 30px;
  }

  .page-template-photos .section-10 h2.green-txt {
    max-width: 100%;
  }

  .page-template-photos .section-8 {
    padding-top: 60px;
  }
  .page-template-photos .section-8 .ml-neg-three {
    margin-left: 0 !important;
  }

  .page-template-photos .section-5 .ml-two {
    margin-left: 0 !important;
  }

  .page-template-a-propos .heading-slide h1 {
    margin-top: 60px;
  }

  .page-template-a-propos .heading-slide .floating-wrapper {
    max-width: 50vw;
    top: -13vw;
    right: 0;
    margin-left: auto;
  }

  .page-template-a-propos .container-synergie .force-mobile-full.pr-0, .page-template-a-propos .container-synergie .force-mobile-full.pl-0, .page-template-a-propos .container-synergie .force-mobile-full.p-0 {
    padding: 0 15px !important;
  }

  .page-template-a-propos .container-synergie .layer-4 {
    margin-bottom: 100px;
  }

  .page-template-a-propos .container-synergie .layer-1 {
    order: 2;
  }

  .page-template-a-propos .container-synergie .second-row .box-content-right {
    padding: 60px 15px !important;
    transform: translateX(0);
    margin-bottom: 80px;
  }

  .page-template-a-propos .container-synergie .box-content-left {
    margin: 0 !important;
    padding: 30px 15px !important;
    transform: translateX(0);
    order: 0;
  }

  .page-template-a-propos .container-synergie .box-content-right h3, .page-template-a-propos .container-synergie .box-content-right h4,
.page-template-a-propos .container-synergie .box-content-left h3, .page-template-a-propos .container-synergie .box-content-left h4 {
    transform: translateX(0);
  }

  .page-template-a-propos h2.big-outline {
    font-size: 85px;
  }

  .page-template-a-propos .mobile-bottom {
    margin-bottom: 30px;
  }

  .page-template-a-propos .section-2 .black-bg {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 820px) and (orientation: landscape) {
  .page-template-transactionnel .heading-slide .floating-wrap-trans {
    top: 215px;
  }

  .page-template-adwords .section-2 {
    padding-top: 265px;
  }

  .page-template-adwords .glider {
    display: none;
  }

  .page-template-adwords .section-2 .black-bg h4 {
    font-size: 15px;
  }
  .page-template-adwords h2.big-outline {
    font-size: 65px;
  }

  .page-template-professionnel .heading-slide .floating-wrapper {
    top: 180px;
  }

  .page-template-transactionnel .page-blanche .full-images .billes .bille-1 {
    display: none;
  }
  .page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel .bille-2 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .big-container-slider h2 {
    line-height: 1.2;
  }

  .force-mobile-xs-full {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-template-adwords .section-resultats {
    padding-bottom: 30px;
  }
  .page-template-adwords .section-resultats:before, .page-template-adwords .section-resultats:after {
    display: none;
  }

  .page-template-adwords .glider {
    display: none;
  }

  h2.punchline, h1 {
    font-size: 42px;
  }

  .page-template-transactionnel .page-entreprise .full-images,
.page-template-professionnel .page-entreprise .full-images {
    max-width: 98%;
    flex: 0 0 98%;
    margin-left: 2%;
  }

  .page-template-transactionnel .page-objectif .move-down img {
    width: 100%;
  }

  .page-template-transactionnel .voir-nos-services .content-services h2,
.page-template-professionnel .voir-nos-services .content-services h2 {
    max-width: 100%;
  }

  .page-template-professionnel .services-container .mobile-accordions,
.page-template-transactionnel .services-container .mobile-accordions {
    overflow-x: hidden;
  }

  .page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel {
    left: 50%;
  }
  .page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel .bille-1 {
    top: -18px;
  }
  .page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel .bille-1 img {
    width: 17%;
  }
  .page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel .bille-2 {
    top: -60px;
  }
  .page-template-transactionnel .page-blanche .full-images .billes.billes-transactionnel .bille-2 img {
    width: 25%;
  }

  .page-template-professionnel .heading-slide .container-fluid {
    min-height: 90vh;
  }
  .page-template-professionnel .heading-slide .container-fluid .row {
    min-height: 90vh;
  }

  .page-template-professionnel .heading-slide .floating-wrapper .sphere img {
    width: 42%;
  }

  .page-template-professionnel .heading-slide .floating-wrapper .cube img {
    width: 37%;
  }

  .page-template-professionnel .heading-slide .floating-wrapper .sphere {
    left: 0px;
  }

  .page-template-professionnel .heading-slide .floating-wrapper .cube {
    right: -350px;
  }

  .page-template-professionnel .heading-slide .floating-wrapper {
    height: 55vh;
    top: -70px;
    width: 90%;
    left: 5%;
    transform: none;
  }
  .page-template-professionnel .heading-slide h1 {
    margin-top: 80px;
    margin-right: 0;
  }

  .page-template-transactionnel .heading-slide .floating-wrap-trans {
    height: 40vh;
    top: 0px;
    width: 95%;
    left: 2.5%;
  }
  .page-template-transactionnel .heading-slide h1 {
    margin-top: 80px;
    margin-right: 0;
  }

  .page-template-adwords .heading-slide h1,
.page-template-professionnel .heading-slide h1,
.page-template-transactionnel .heading-slide h1 {
    font-size: 32px;
  }

  .page-template-transactionnel .heading-slide .container-fluid {
    min-height: 60vh;
  }

  .home .voir-nos-services .full-images {
    overflow-x: hidden;
  }

  .single-realisations .section-00-header .container-fluid .row .mobile-flex-bottom .bottom-left-box,
.single-etudes .section-00-header .container-fluid .row .mobile-flex-bottom .bottom-left-box {
    width: calc(100vw - 30px);
  }

  .home .etapes-container .slick-slider .slick-slide .ew-methodes-item {
    min-height: calc(160vw - 45px);
  }

  .home .etapes-container .slick-slider .slick-slide .ew-methodes-item .title h3 {
    font-size: 28px;
  }

  .home .etapes-container .slick-slider .slick-slide .ew-methodes-item .number {
    font-size: 100px;
  }

  .home .etapes-container .slick-slider .slick-slide .ew-methodes-item .content {
    font-size: 14px;
  }

  .home .etapes-container .slick-slider .slick-slide .ew-methodes-item {
    padding: 0 15px;
  }

  .home .etapes-container .slick-slider .slick-slide.slick-active > div {
    padding: 100px 15px 0px 30px;
  }

  .home .etapes-container .slick-slider .slick-slide .ew-methodes-item .content {
    padding-right: 15px;
  }

  .video_container {
    padding-bottom: 52.5%;
  }

  .projects-nav-title {
    font-size: 14px;
  }

  .uploadfieldtrick {
    display: block;
  }

  .single-postes .section-header-single .bottom-left-box {
    z-index: 99;
    position: relative;
  }

  .uploadfieldtrick #uploadbrowsebutton2, .uploadfieldtrick #uploadbrowsebutton {
    margin: 0;
  }

  .single-postes #form .white-bg, .page-template-carriere #form .white-bg {
    padding: 60px 15px;
  }
  .single-postes #form .white-bg h4, .page-template-carriere #form .white-bg h4 {
    margin-bottom: 30px;
  }

  .select-styled:after {
    right: 20px;
  }

  .select-styled,
textarea,
input:not([type=submit]), input {
    padding: 15px 20px;
    font-size: 14px;
  }

  .single-postes .section-header-single .white-bg,
.single-postes #form .white-bg, .page-template-carriere #form .white-bg {
    max-width: calc(100% - 15px);
  }

  .page-template-contact .white-bg article h3,
.single-postes h1, .page-template-carriere h1.large,
h3.large,
.page-template-carriere h1, h3 {
    font-size: 30px;
  }

  .page-template-contact .white-bg article h3 {
    max-width: 100%;
    margin-bottom: 30px;
  }

  label {
    padding: 5px 15px;
  }

  .single-postes .section-header-single .white-bg h3.small {
    font-size: 23px;
  }

  .single-postes .liste-postes .black-bg h3,
.page-template-carriere .liste-postes .black-bg h3,
.single-postes .carriere-container .poste-vedette h3,
.page-template-carriere .carriere-container .poste-vedette h3 {
    max-width: 100%;
  }

  .single-postes .section-03, .page-template-carriere .section-03 {
    padding-top: 120px;
  }

  .page-template-carriere .smooth-scroll {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .single-realisations .section-14-en-bref h4.regular,
.single-etudes .section-14-en-bref h4.regular {
    font-size: 16px;
  }

  .single-realisations .left-content .button,
.single-realisations .right-content .button, .single-etudes .left-content .button, .single-etudes .right-content .button {
    padding: 15px 20px;
  }

  .grow-iphone {
    overflow: hidden;
  }
  .grow-iphone img {
    min-width: 160%;
    margin-left: -28%;
  }

  .hide-iphone {
    display: none;
  }

  .single-realisations .section-03-strategie .portfolio-slider .slick-slide, .single-etudes .section-03-strategie .portfolio-slider .slick-slide {
    border: none;
  }

  .single-realisations .section-03-strategie .portfolio-slider-arrows, .single-etudes .section-03-strategie .portfolio-slider-arrows {
    top: 55%;
  }

  .single-realisations .section-03-strategie .portfolio-frame, .single-etudes .section-03-strategie .portfolio-frame {
    border: 1px solid #000000;
  }

  .single-realisations .section-07-avant-apres .place-image, .single-etudes .section-07-avant-apres .place-image {
    border-radius: 7px;
  }

  .single-realisations .left-content, .single-realisations .right-content, .single-etudes .left-content, .single-etudes .right-content {
    z-index: 99;
  }

  .single-realisations .section-00-header .floating-image,
.single-etudes .section-00-header .floating-image {
    right: 200px;
    bottom: 100px;
  }
  .single-realisations .section-00-header .floating-image img,
.single-etudes .section-00-header .floating-image img {
    min-width: 160%;
  }

  .page-template-portfolio .rayonner {
    background-position: center 150px !important;
    position: relative;
    padding-top: 60px;
  }
  .page-template-portfolio .rayonner h2 {
    position: relative;
    z-index: 99;
  }
  .page-template-portfolio .rayonner:before {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
  }

  .floating-bg img {
    animation: floatMobile 5s ease-in-out infinite;
  }

  @keyframes floatMobile {
    0% {
      transform: translatey(0px) translatex(0px);
    }
    50% {
      transform: translatey(-10px) translatex(-10px);
    }
    100% {
      transform: translatey(0px) translatex(0px);
    }
  }
  .page-template-portfolio #realisations .liste-realisations .parallax_cols,
.page-template-portfolio #etudes .liste-etudes .parallax_cols {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .slick-dots li {
    margin-right: 15px;
  }

  .slick-dots li button {
    width: 14px !important;
    height: 14px !important;
    display: block;
    padding: 0;
    line-height: 14px !important;
    border-width: 2px;
  }

  .projects-nav .box .projects-nav-title {
    min-height: auto;
  }

  .single-realisations .section-00-header .container-fluid .row,
.single-etudes .section-00-header .container-fluid .row {
    max-height: 80vh;
    min-height: 80vh;
  }

  .single-etudes .section-00-header .scrollbaby,
.single-realisations .section-00-header .scrollbaby {
    display: none;
  }

  .page-template-carriere .left-content-form h3,
.single-realisations .section-01-temoignage h3,
.single-etudes .section-01-temoignage h3 {
    max-width: 100%;
  }

  .single-postes .section-header-single,
.page-template-carriere .section-header-single {
    padding-top: 30px;
  }

  .page-template-carriere .left-content-form {
    padding-left: 0 !important;
  }

  .single-realisations .section-00-header .container-fluid .row .mobile-flex-bottom,
.single-etudes .section-00-header .container-fluid .row .mobile-flex-bottom {
    min-height: 30vh;
  }

  .page-template-carriere .carriere-container .centered .poste-vedette, .page-template-carriere .carriere-container .poste-vedette {
    margin-right: 0;
  }
  .page-template-carriere .carriere-container .poste-vedette {
    margin-left: 0;
    margin-right: 0;
  }

  .single-postes .full-cover, .page-template-carriere .full-cover {
    background-position: center 850px !important;
  }

  .page-template-portfolio .header {
    min-height: 120vh;
  }
  .page-template-portfolio #etudes {
    padding-top: 260px;
  }

  .carriere-container .centered .poste-vedette,
.carriere-container .poste-vedette {
    margin-left: 15px;
    margin-right: 15px;
  }

  .projects-slider-content ul {
    column-gap: 0;
  }
  .projects-slider-content ul li {
    break-inside: avoid;
  }

  .single-realisations .section-15-autre-projets .liste-etudes .parallax_cols,
.single-etudes .section-15-autre-projets .liste-etudes .parallax_cols {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .single-realisations .section-03-strategie .portfolio-slider-arrows,
.single-etudes .section-03-strategie .portfolio-slider-arrows {
    width: 70vw;
  }

  .single-realisations .section-06-logo-application .code-couleur-1,
.single-realisations .section-06-logo-application .code-couleur-2,
.single-etudes .section-06-logo-application .code-couleur-1,
.single-etudes .section-06-logo-application .code-couleur-2 {
    position: absolute;
    top: calc(-100vw - 40px);
    width: 80px;
    height: 80px;
  }

  .home .container-synergie {
    padding-top: 100px;
  }
  .home .container-synergie .first-row {
    padding-top: 60px;
    z-index: 99;
    position: relative;
  }
  .home .container-synergie .first-row .full-images.layer-1 {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    margin-left: auto;
  }
  .home .container-synergie .first-row .full-images.layer-2 {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    margin-left: calc(-100% + 120px) !important;
  }
  .home .container-synergie .box-content-right h3,
.home .container-synergie .box-content-right h4 {
    transform: translate(0);
  }
  .home .container-synergie .box-content-left {
    padding: 60px 30px;
    margin-right: 0 !important;
    transform: translate(0);
  }
  .home .container-synergie .second-row {
    z-index: 99;
    position: relative;
    flex-direction: column-reverse !important;
  }
  .home .container-synergie .second-row .box-content-right {
    padding: 60px 30px;
    margin-left: 0 !important;
  }
  .home .container-synergie .second-row .layer-3 {
    padding-right: 15px !important;
  }
  .home .container-synergie .third-row {
    padding-bottom: 30px;
  }
  .home .container-synergie .third-row .layer-4 {
    display: none;
  }
  .home .container-synergie .third-row .layer-5 {
    padding-right: 15px !important;
    margin-bottom: 50px;
  }
  .home .carriere-container {
    top: -600px;
    background-size: 130% !important;
    margin-bottom: -600px;
  }
  .home .brigade-talents .baguettes .bille {
    right: 0px;
  }
  .home .brigade-talents .baguettes .bille img {
    width: 33%;
  }
  .home .brigade-talents .baguettes .bille.stick {
    bottom: 70px;
  }

  #menu {
    width: calc(100% - 30px);
  }

  .home .video_container {
    background: #000000;
    padding-bottom: 70%;
  }
  .home .videoWrapper iframe, .home .video_container iframe {
    max-width: 140%;
    width: 140%;
    margin-left: -20%;
  }

  .page-template-contact .full-cover {
    padding-top: 100px;
    background-image: none !important;
  }

  .page-template-transactionnel .page-entreprise .container-fluid, .page-template-professionnel .page-entreprise .container-fluid,
.page-template-transactionnel .page-difference .container-fluid, .page-template-professionnel .page-difference .container-fluid,
.page-conversion .container-fluid {
    position: relative;
    z-index: 99;
  }

  .page-template-professionnel .page-blanche .full-images .billes .bille-1 img {
    width: 17%;
  }

  .page-template-professionnel .page-blanche .full-images .billes .bille-2 {
    top: -55px;
    left: 50px;
  }

  .page-template-professionnel .page-blanche .full-images .billes .bille-2 img {
    width: 25%;
  }

  .page-template-professionnel .page-blanche .full-images .billes .bille-1 {
    top: -3px;
  }

  .page-template-professionnel .page-blanche .full-images .billes {
    left: 110px;
  }

  .page-template-transactionnel .page-objectif, .page-template-professionnel .page-objectif {
    padding: 30px 0;
  }

  .page-template-transactionnel .nos-experts .right-content, .page-template-professionnel .nos-experts .right-content {
    padding: 30px 15px;
  }

  #menu .menu-mobile-container .sub-menu {
    padding-left: 20px;
  }

  .page-template-professionnel .heading-slide .container-fluid,
.page-template-professionnel .heading-slide .container-fluid .row {
    min-height: 85vh;
  }

  .page-template-professionnel .heading-slide .floating-wrapper {
    overflow: hidden;
  }
  .page-template-professionnel .heading-slide .floating-wrapper .sphere {
    animation-name: sphere;
    animation-duration: 8.5s;
    left: 30px;
    max-width: 35%;
  }
  .page-template-professionnel .heading-slide .floating-wrapper .sphere img {
    width: 100%;
  }
  .page-template-professionnel .heading-slide .floating-wrapper .cadrage {
    max-width: 65%;
    animation-name: cadrage;
    animation-duration: 8.5s;
  }
  .page-template-professionnel .heading-slide .floating-wrapper .cadrage img {
    width: 100%;
  }
  .page-template-professionnel .heading-slide .floating-wrapper .cube {
    right: 45px;
    animation-name: cube;
    animation-duration: 8.5s;
    max-width: 40%;
  }
  .page-template-professionnel .heading-slide .floating-wrapper .cube img {
    width: 100%;
  }

  @keyframes cadrage {
    0% {
      transform: translate(0, 0%);
    }
    50% {
      transform: translate(20px, -10px);
    }
    100% {
      transform: translate(0, 0%);
    }
  }
  @keyframes cube {
    0% {
      transform: translate(0, 0%);
    }
    50% {
      transform: translate(30px, 25px);
    }
    100% {
      transform: translate(0, 0%);
    }
  }
  @keyframes sphere {
    0% {
      transform: translate(0, 0%);
    }
    50% {
      transform: translate(-20px, -10px);
    }
    100% {
      transform: translate(0, 0%);
    }
  }
  .page-template-transactionnel .heading-slide .image-3 img {
    width: 45%;
  }

  .page-template-adwords .page-conversion .slick-track {
    padding: 40px 0;
  }

  .page-template-adwords .page-conversion .slick-slide {
    padding: 0;
  }

  .page-template-adwords .page-conversion .force-15-11 {
    padding: 0 !important;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-template-adwords .page-conversion .slick-slide {
    transform: scale(0.95);
    padding: 0 5px;
  }

  .page-template-adwords .page-conversion figure {
    height: 100%;
    box-shadow: none;
  }
  .page-template-adwords .page-conversion figure figcaption {
    height: 66%;
    padding: 30px 15px;
  }
  .page-template-adwords .page-conversion figure .buttons .button {
    text-align: center;
    padding: 15px 20px;
    white-space: normal !important;
  }

  .page-template-adwords .page-entreprise h2.punchline {
    max-width: 100%;
  }

  .page-template-adwords .page-entreprise {
    background: none !important;
    background-size: contain !important;
    background-position: bottom center !important;
  }

  .page-template-adwords .section-4 .blocs-icones {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .page-template-adwords .section-4 .blocs-icones .col-sm-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .page-template-adwords .section-4 {
    padding-top: 25px;
  }

  .page-template-adwords .heading-slide .floating-wrapper {
    top: -400px;
    left: 35vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .sapin img {
    max-width: 95%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-1 {
    top: 65%;
    right: -10vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-1 img {
    max-width: 40%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-2 {
    right: 2vw;
    top: 73%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .bille-2 img {
    max-width: 50%;
  }
  .page-template-adwords .heading-slide .floating-wrapper .rondelle {
    max-width: 25vw;
    right: 0;
    top: 21vw;
  }
  .page-template-adwords .heading-slide .floating-wrapper .rondelle img {
    max-width: 100%;
  }

  .page-template-adwords .section-3 .blocs-objectifs img {
    max-width: 105px;
  }

  .page-template-adwords .section-3 .blocs-objectifs h4 {
    margin-top: 38px;
  }

  .page-template-adwords .section-2 .col-sm-3.force-mobile-half, .page-template-adwords .section-2 .col-sm-4.force-mobile-half {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-template-adwords .section-2 {
    padding-top: 450px;
  }

  .page-template-photos .grid {
    /* display: grid; */
    column-count: 2;
    column-gap: 15px;
    row-gap: 15px;
  }

  .page-template-photos .section-8 .ml-one {
    margin-left: 0 !important;
  }

  .page-template-photos .section-8 h2.green-txt {
    max-width: 100%;
  }

  .page-template-photos .grid .column {
    margin-bottom: 15px;
  }

  .page-template-photos .section-10 h2.punchline, .page-template-photos .section-10 h1 {
    font-size: 35px;
  }

  .page-template-photos .section-11 {
    padding-top: 60px;
  }

  .page-template-photos .section-2 {
    padding-top: 120px;
  }

  .page-template-photos .section-10 h2.green-txt, .page-template-photos .section-8 h2.green-txt, .page-template-photos .section-4 h2.green-txt {
    margin-left: 0;
  }

  .mobile-order-1 {
    order: 0;
  }

  .mobile-order-2 {
    order: 1;
  }

  .mobile-order-3 {
    order: 2;
  }

  .mobile-order-4 {
    order: 3;
  }

  .mobile-order-5 {
    order: 4;
  }

  .mobile-order-6 {
    order: 5;
  }

  .page-template-a-propos .voir-nos-services .content-services {
    margin-left: 0 !important;
    margin-top: 60px;
  }

  .page-template-a-propos .carriere-container .centered .poste-vedette,
.page-template-a-propos .carriere-container .poste-vedette {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-a-propos .carriere-container .force-ipad-pd-l-0 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 540px) {
  h2.big-outline {
    font-size: 90px;
  }
}
@media screen and (max-width: 428px) {
  #menu .menu-mobile-container {
    margin-bottom: 10px;
  }

  #menu .bottom-wrapper .logo-desktop {
    max-width: 120px;
  }

  .home .brigade-talents .baguettes .bille {
    top: 30px;
  }

  .home .brigade-talents .baguettes .bille.stick {
    bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  .home .brigade-talents .baguettes .bille.stick {
    bottom: -40px;
  }

  #menu #mobile-menu {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .mm-navbars_bottom .logo-desktop img {
    max-width: 120px;
  }

  .home .brigade-talents .baguettes .bille {
    top: 50px;
  }
  .home .brigade-talents .baguettes .bille img {
    width: 30%;
  }
}
@media screen and (max-width: 428px) and (max-height: 746px) {
  .home .brigade-talents .baguettes .bille {
    top: 45px;
  }

  .home .brigade-talents .baguettes .bille.stick {
    bottom: 170px;
  }
}
@media screen and (max-width: 375px) and (max-height: 815px) {
  .home .brigade-talents .baguettes .bille {
    top: 55px;
  }

  .home .brigade-talents .baguettes .bille.stick {
    bottom: 60px;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .home .brigade-talents .baguettes .bille.stick {
    bottom: -65px;
  }
}
@media screen and (max-width: 460px) {
  .services-slider-container .move-down-service-title {
    max-width: 85%;
  }
}
@media screen and (max-width: 360px) {
  .home .et-hero-tab h3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  h2.punchline, h1 {
    font-size: 38px;
  }

  .home .brigade-talents .baguettes .bille {
    top: 10px;
  }
  .home .brigade-talents .baguettes .bille.stick {
    bottom: -32px;
  }

  .home .brigade-talents .baguettes {
    top: -50px;
  }
  .home .brigade-talents .baguettes img {
    width: 35%;
  }

  .home .brigade-talents .baguettes .bille img {
    width: 35%;
  }

  .button {
    padding: 15px 25px;
  }

  .home .et-hero-tabs {
    padding-top: 120px;
  }

  .home .et-hero-tab h3 {
    font-size: 11px;
  }

  h2 {
    font-size: 33px;
  }

  .services-slider-container .move-down-service-title {
    max-width: 90%;
  }

  .page-template-portfolio .header .left-content .button {
    margin-right: 0;
    margin-left: 15px;
  }

  .page-template-portfolio .header .left-content .button:first-of-type {
    margin-left: 15px;
  }

  .page-template-portfolio .header .left-content p {
    padding-left: 15px;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Slider */
.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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
/*# sourceMappingURL=maps/styles.css.map */
