body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  padding: 44px 0 0 0; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}@charset "UTF-8";

/** Import Bootstrap functions */

/** Import everything from autoload */

.form-control,
.search-form .search-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #7e7e78;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

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

.form-control:focus,
.search-form .search-field:focus {
  color: #7e7e78;
  background-color: #fff;
  border-color: #87d9ee;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 177, 216, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(30, 177, 216, 0.25);
}

.form-control::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
  color: #7e7f76;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder {
  color: #7e7f76;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder {
  color: #7e7f76;
  opacity: 1;
}

.form-control::placeholder,
.search-form .search-field::placeholder {
  color: #7e7f76;
  opacity: 1;
}

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

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

select.form-control:focus::-ms-value,
.search-form select.search-field:focus::-ms-value {
  color: #7e7e78;
  background-color: #fff;
}

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

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

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

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

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

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

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

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.form-group,
.search-form label {
  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;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #7e7f76;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

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

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}

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

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

.was-validated .form-control:valid:focus,
.was-validated .search-form .search-field:valid:focus,
.search-form .was-validated .search-field:valid:focus,
.form-control.is-valid:focus,
.search-form .is-valid.search-field:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

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

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

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

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

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

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

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

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

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

.form-inline,
.search-form {
  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,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label,
  .search-form 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,
  .search-form .form-group,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    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,
  .search-form .form-control,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

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

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

  .form-inline .form-check,
  .search-form .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;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label,
  .search-form .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input,
  .search-form .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control,
  .search-form .custom-control {
    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;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator,
  .search-form .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback,
  .search-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn,
.search-form .search-submit {
  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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:focus,
.search-form .search-submit:focus,
.btn.focus,
.search-form .focus.search-submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 177, 216, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(30, 177, 216, 0.25);
}

.btn.disabled,
.search-form .disabled.search-submit,
.btn:disabled,
.search-form .search-submit:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled):active,
.search-form .search-submit:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active,
.search-form .search-submit:not([disabled]):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
.search-form a.disabled.search-submit,
fieldset[disabled] a.btn,
fieldset[disabled] .search-form a.search-submit,
.search-form fieldset[disabled] a.search-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #1eb1d8;
  border-color: #1eb1d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1995b6;
  border-color: #188cab;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 177, 216, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(30, 177, 216, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #1eb1d8;
  border-color: #1eb1d8;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #188cab;
  border-color: #1683a0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 177, 216, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(30, 177, 216, 0.5);
}

.btn-secondary,
.search-form .search-submit {
  color: #fff;
  background-color: #7e7f76;
  border-color: #7e7f76;
}

.btn-secondary:hover,
.search-form .search-submit:hover {
  color: #fff;
  background-color: #6a6b64;
  border-color: #64655d;
}

.btn-secondary:focus,
.search-form .search-submit:focus,
.btn-secondary.focus,
.search-form .focus.search-submit {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 127, 118, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 127, 118, 0.5);
}

.btn-secondary.disabled,
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.search-form .search-submit:disabled {
  background-color: #7e7f76;
  border-color: #7e7f76;
}

.btn-secondary:not([disabled]):not(.disabled):active,
.search-form .search-submit:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.search-form .search-submit:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.search-form .show > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #64655d;
  border-color: #5d5e57;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 127, 118, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 127, 118, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

.btn-warning.disabled,
.btn-warning:disabled {
  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: #111;
  background-color: #d39e00;
  border-color: #c69500;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

.btn-light.disabled,
.btn-light:disabled {
  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: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1eb1d8;
  border-color: #1eb1d8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 177, 216, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(30, 177, 216, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #1eb1d8;
  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: #1eb1d8;
  border-color: #1eb1d8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 177, 216, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(30, 177, 216, 0.5);
}

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

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #7e7f76;
  border-color: #7e7f76;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 127, 118, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 127, 118, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #7e7f76;
  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: #7e7f76;
  border-color: #7e7f76;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 127, 118, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 127, 118, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1eb1d8;
  background-color: transparent;
}

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

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

.btn-link:disabled,
.btn-link.disabled {
  color: #7e7f76;
}

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

.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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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: 1280px) {
  .container {
    max-width: 1200px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

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

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

.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.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

.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.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.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.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.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.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1280px) {
  .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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -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;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/**
 * Open Sans
 */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/poseidon/dist/fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(/wp-content/themes/poseidon/dist/fonts/OpenSans-Italic.ttf);
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(/wp-content/themes/poseidon/dist/fonts/OpenSans-Semibold.ttf);
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(/wp-content/themes/poseidon/dist/fonts/OpenSans-SemiboldItalic.ttf);
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/poseidon/dist/fonts/OpenSans-Bold.ttf);
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(/wp-content/themes/poseidon/dist/fonts/OpenSans-BoldItalic.ttf);
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(/wp-content/themes/poseidon/dist/fonts/OpenSans-Extrabold.ttf);
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url(/wp-content/themes/poseidon/dist/fonts/OpenSans-ExtraBoldItalic.ttf);
}

/**
 * Quicksand
 */

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url(/wp-content/themes/poseidon/dist/fonts/Quicksand-Light.ttf);
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/poseidon/dist/fonts/Quicksand-Regular.ttf);
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/poseidon/dist/fonts/Quicksand-Bold.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
}

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

img {
  max-width: 100%;
}

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

body,
html {
  background: #fff;
  color: #010101;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  margin: 0;
}

body {
  font-size: 1.6rem;
}

iframe {
  max-width: 100%;
}

a {
  color: #212529;
  text-decoration: none;
}

#map-canvas {
  margin: auto;
  padding: 0;
  height: 660px;
  width: 100%;
}

.hide {
  display: none !important;
}

.h1 {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.h2 {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.4;
}

.h4 {
  font-size: 1.8rem;
  font-weight: 600;
}

.text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.text h1 {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.text h2 {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.4;
}

.text h4 {
  font-size: 1.8rem;
  font-weight: 600;
}

.text p {
  padding: 5px 0;
}

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

.splash-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.row-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row-full > aside {
  width: calc(50% - 10px);
}

.ct-bloc-col-2 {
  padding-bottom: 60px;
}

.ct-bloc-title {
  position: relative;
  padding: 60px 0 30px;
  text-align: center;
}

.ct-bloc-title::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #1eb1d8;
  left: 0;
  top: 80px;
  width: 100%;
}

.ct-bloc-title h2 {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 10;
  font-size: 3.8rem;
  font-weight: 300;
}

.ct-bloc-title .subtitle {
  display: block;
  font-size: 2.6rem;
  font-weight: 300;
}

.ct-bloc__text {
  margin-bottom: 40px;
}

.ct-bloc__theme-blue {
  background: #14748e;
  color: #fff;
}

.ct-bloc__theme-blue h2 {
  background: #14748e;
}

.ct-bloc__theme-beige {
  background: #eff0e3;
}

.ct-box-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}

.ct-box-search .input-search {
  border-radius: 5px;
  width: calc(100% - 45px);
  height: 40px;
  border: 0;
  font-size: 1.4rem;
  padding: 0 10px;
}

.ct-box-search .btn,
.ct-box-search .search-form .search-submit,
.search-form .ct-box-search .search-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

.ct-box-search .btn svg path,
.ct-box-search .search-form .search-submit svg path,
.search-form .ct-box-search .search-submit svg path {
  fill: #fff;
}

.ct-box-result {
  max-height: 360px;
  overflow-y: auto;
}

.ct-box-result .showroom__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1eb1d8;
  padding: 30px 20px;
  color: #333;
  position: relative;
}

.ct-box-result .showroom__list-item::after {
  content: '';
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background: #4390a5;
  left: 20px;
  bottom: 0;
}

.ct-box-result .showroom__list-item .left {
  font-size: 1.4rem;
}

.ct-box-result .showroom__list-item h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.ct-box-result .showroom__list-item .item-address {
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 5px;
}

.ct-box-result .showroom__list-item .item-phone {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.ct-box-result .showroom__list-item .item-site {
  font-weight: 700;
}

.ct-box-result .showroom__list-item .left {
  width: 60%;
}

.ct-box-result .showroom__list-item .right {
  width: 40%;
}

.ct-box-result .showroom__list-item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ct-box-result .showroom__list-item .right img {
  max-width: 120px;
  height: 110px;
}

.ct-box-result .showroom__list-item .wrap-section {
  position: relative;
  padding-left: 20px;
}

.ct-box-result .showroom__list-item .wrap-section .icon {
  position: absolute;
  top: 0;
  left: 0;
  fill: #0f5669;
}

.ct-box-result .showroom__list-item .wrap-section .icon-globe {
  top: 3px;
}

.ct-box-result::-webkit-scrollbar {
  width: 15px;
}

.ct-box-result::-webkit-scrollbar-track {
  background: #fff;
}

.ct-box-result::-webkit-scrollbar-thumb {
  background: #0f5669;
}

.ct-box-list-brands .brand-single strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background: #14748e;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300;
}

.ct-box-list-brands .brand-single__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  width: 100%;
  height: 200px;
}

.ct-box-list-brands .brand-single__body img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ct-box-list-brands .brand-single__body .btn,
.ct-box-list-brands .brand-single__body .search-form .search-submit,
.search-form .ct-box-list-brands .brand-single__body .search-submit {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

.ct-box-slider {
  position: relative;
  padding: 0 40px;
}

.ct-box-slider .chevron-slider {
  position: absolute;
  top: calc(50% - 34px);
  cursor: pointer;
}

.ct-box-slider .chevron-slider svg path {
  stroke: #1eb1d8;
}

.ct-box-slider .chevron-slider.chevron__prev {
  left: 0;
}

.ct-box-slider .chevron-slider.chevron__next {
  right: 0;
}

.ct-box-slider .ct-box-slider__wrapper {
  position: relative;
}

.icon.icon-globe {
  width: 12px;
  height: 12px;
}

.icon.icon-marker {
  width: 10px;
  height: 16px;
}

.icon.icon-phone {
  width: 10px;
  height: 16px;
}

.icon.icon-loupe {
  width: 22px;
  height: 22px;
}

.icon.icon-clock {
  width: 13px;
  height: 13px;
}

.icon.icon-mail {
  width: 12px;
  height: 10px;
}

.control-tab__single {
  cursor: pointer;
}

.section-tab__single {
  display: none;
}

.section-tab__single.active {
  display: block;
}

.link {
  color: #1eb1d8;
  font-weight: 700;
}

.validation_error {
  padding: 10px;
  font-size: 1.4rem;
  background: #fc5b5b;
  margin-top: 20px;
  border-radius: 3px;
}

.gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

.wrap-form__gravity .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.wrap-form__gravity .gform_fields .gfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(50% - 10px);
  margin-top: 20px;
}

.wrap-form__gravity .gform_fields .gfield .gfield_label {
  display: none;
}

.wrap-form__gravity .gform_fields .gfield .ginput_container {
  width: 100%;
}

.wrap-form__gravity .gform_fields .gfield .ginput_container input,
.wrap-form__gravity .gform_fields .gfield .ginput_container select,
.wrap-form__gravity .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  border: 0;
  border-radius: 3px;
}

.wrap-form__gravity .gform_fields .gfield.gfield_error input,
.wrap-form__gravity .gform_fields .gfield.gfield_error select {
  border-radius: 3px 3px 0 0;
  border: 1px solid #fc5b5b;
}

.wrap-form__gravity .gform_fields .gfield .gfield_description.validation_message {
  width: 100%;
  background: #fc5b5b;
  font-size: 1.3rem;
  padding: 5px;
  border-radius: 0 0 3px 3px;
}

.wrap-form__gravity .gform_fields .gfield .instruction.validation_message {
  background: #fc5b5b;
  font-size: 1.3rem;
  padding: 5px;
  width: 100%;
}

.wrap-form__gravity .gform_fields #field_2_2 .gfield_label,
.wrap-form__gravity .gform_fields #field_2_4 .gfield_label {
  display: block;
  margin-bottom: 5px;
}

.slider_global {
  position: relative;
}

.slider_global img,
.slider_global .slick-slide {
  max-height: 360px;
}

.slider_global .slick-arrow {
  position: absolute;
  z-index: 100;
  top: calc(50% - 30px);
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  color: transparent;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  cursor: pointer;
}

.slider_global .slick-prev {
  left: 50px;
}

.slider_global .slick-next {
  right: 50px;
  -webkit-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/**
 * DESKTOP
 */

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

/**
 * TABLET
 */

@media (max-width: 991px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-tablet-up {
    display: none !important;
  }
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }

  .wrap-form__gravity .gform_fields .gfield {
    width: 100%;
  }
}

.wrap-form__gravity .gform_confirmation_wrapper {
  text-align: center;
  margin-top: 40px;
  font-weight: 600;
  padding: 5px;
  border-radius: 5px;
}

.no-pad-top {
  padding-top: 0 !important;
}

.item-switch {
  position: relative;
}

.item-switch::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 991px) {
  .item-switch {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 10px;
  }

  .item-switch::before {
    right: auto;
    left: 106px;
  }

  .item-switch select {
    width: 120px;
  }
}

#lang_choice_1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #1eb1d8;
  border-radius: 5px;
  padding: 4px 15px 4px 4px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 3px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
       -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
       -o-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.3s;
       -o-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.15s;
       -o-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes lds-ring {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.btn,
.search-form .search-submit {
  font-weight: 600;
  font-size: 1.4rem;
  padding: 10px 20px;
  line-height: 1.3;
}

.btn-blue {
  background: #1eb1d8;
  color: #fff;
}

.btn-blue svg {
  fill: #fff;
}

.spinner {
  padding-top: 5px;
  margin: auto;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.spinner.blue span {
  background-color: #1eb1d8;
}

.spinner.white span {
  background-color: #fff;
}

.spinner__button {
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.spinner span {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: inline-block;
}

.spinner.loading .bounce1 {
  -webkit-animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
     animation-delay: -0.32s;
}

.spinner.loading .bounce2 {
  -webkit-animation-delay: -0.16s;
  -o-animation-delay: -0.16s;
     animation-delay: -0.16s;
}

.spinner.loading span {
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
     animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@-o-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}

/** Search form */

.search-form label {
  font-weight: normal;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

.ct-header {
  height: 130px;
}

.ct-header .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ct-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 60%;
  position: relative;
}

.ct-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #010101;
  height: 130px;
  min-width: 350px;
}

.ct-logo .ct-title {
  margin-top: 20px;
}

.ct-logo img {
  max-height: 115px;
  margin-right: 10px;
}

.ct-logo h1,
.ct-logo .h1-logo {
  display: block;
  font-size: 2.9rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.ct-logo strong {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.ct-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ct-nav .ct-wrap-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}

.ct-nav .ct-wrap-nav .menu-item {
  font-size: 1.4rem;
  font-weight: 600;
}

.ct-nav .ct-wrap-nav .menu-item .primary-link {
  position: relative;
  display: block;
  padding: 35px 15px;
  cursor: pointer;
  white-space: nowrap;
}

.ct-nav .ct-wrap-nav .menu-item .primary-link::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #4390a5;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.ct-nav .ct-wrap-nav .menu-item .primary-link:hover::after {
  height: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.ct-nav .ct-wrap-nav .menu-item.active a::after,
.ct-nav .ct-wrap-nav .menu-item.active span::after {
  height: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.ct-nav .ct-wrap-nav .menu-item.active .list-lvl-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ct-nav .list-lvl-2 {
  position: absolute;
  top: 130px;
  right: 0;
  width: 100%;
  background: rgba(20, 116, 142, 0.8);
  color: #fff;
  z-index: 1000;
  padding: 0 10px;
  display: none;
}

.ct-nav .list-lvl-2 .column {
  padding: 0 10px;
}

.ct-nav .list-lvl-2 .column .h4 {
  display: block;
  min-height: 90px;
  padding-top: 28px;
  border-bottom: 1px solid #71a1ad;
}

.ct-nav .list-lvl-3 {
  padding: 5px 0 30px;
}

.ct-nav .list-lvl-3 li a {
  position: relative;
  padding: 5px 0 5px 15px !important;
  color: #fff;
  white-space: inherit !important;
}

.ct-nav .list-lvl-3 li a::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #1eb1d8;
}

.ct-nav .list-lvl-3 li a::after {
  display: none !important;
}

.ct-nav .list-lvl-2.products > li {
  padding: 0;
}

.ct-nav .list-lvl-2.products .col-sm-4 ul {
  padding-bottom: 20px;
}

.ct-nav .list-lvl-2.products .column .h4 {
  cursor: pointer;
  min-height: auto;
  padding: 20px 0;
}

.ct-nav .list-lvl-2.products .column .h4.active {
  border-bottom: 0;
}

.ct-nav .list-lvl-2.products .column:last-child .h4 {
  border-bottom: 0;
}

.ct-nav .list-lvl-2.products .column .list-lvl-3 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.ct-nav .list-lvl-2.products .column .list-lvl-3 a {
  padding: 5px 0 5px 25px !important;
  margin-left: -10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 200px;
}

.ct-nav .list-lvl-2.products .column .list-lvl-3 a::before {
  left: 10px;
}

.ct-nav .list-lvl-2.products .column .list-lvl-3 a:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #0f5669;
}

.ct-nav .list-lvl-2.products .column .list-lvl-3.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#target-product {
  padding: 20px 10px 20px 0;
}

#target-product article {
  background: #0f5669;
  color: #fff;
  min-height: 100%;
  padding: 20px;
}

#target-product article header {
  width: 100%;
}

#target-product article section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#target-product article h1,
#target-product article .h1-menu-product {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1eb1d8;
}

#target-product article .resume {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 20px 0;
  text-align: justify;
}

#target-product article .left {
  width: 55%;
}

#target-product article .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
  padding-left: 15px;
}

.ct-top-nav {
  width: 100%;
}

.ct-top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ct-top-nav li {
  position: relative;
  padding: 0 15px;
  min-height: 25px;
}

.ct-top-nav li a {
  display: block;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
}

.ct-top-nav li::after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  height: 14px;
  width: 1px;
  background: #83847d;
}

.ct-top-nav li:last-child {
  padding-right: 0;
}

.ct-top-nav li:last-child::after {
  background: none;
}

.ct-top-nav a {
  color: #1eb1d8;
  font-size: 1.4rem;
  font-weight: 600;
}

.ct-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ct-search input.search_input {
  width: 350px;
  border: 0;
  border-bottom: 1px solid #e2e2e0;
}

.ct-search input.search_input::-webkit-input-placeholder {
  color: transparent;
  font-size: 1.4rem;
}

.ct-search input.search_input:-ms-input-placeholder {
  color: transparent;
  font-size: 1.4rem;
}

.ct-search input.search_input::-ms-input-placeholder {
  color: transparent;
  font-size: 1.4rem;
}

.ct-search input.search_input::placeholder {
  color: transparent;
  font-size: 1.4rem;
}

.ct-search .ct-search__button {
  background: none;
  border: none;
}

.ct-nav-deployed {
  width: 100%;
  background: #fff;
  top: 125px;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  overflow: hidden;
}

.ct-nav-deployed .list-lvl-2 {
  display: none;
}

.ct-nav-deployed .list-lvl-2.active {
  display: block;
}

.ct-nav-deployed.active {
  max-height: 5000px;
}

.ct-nav-deployed .ct-wrap-nav li:first-child .primary-link {
  border-top: 0;
}

.ct-nav-deployed li .primary-link,
.ct-nav-deployed li .secondary-link {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  padding: 15px 0;
  border-top: 1px solid #7bd3ce;
}

.ct-nav-deployed li .primary-link::after,
.ct-nav-deployed li .secondary-link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px solid #7bd3ce;
  width: 100%;
}

.ct-nav-deployed li .primary-link.tm-btn-header-catalogue,
.ct-nav-deployed li .secondary-link.tm-btn-header-catalogue {
  display: none;
}

.ct-nav-deployed li .products {
  padding: 15px 0;
}

.ct-nav-deployed li .products #target-product {
  display: none;
}

.ct-nav-deployed li .products > li {
  padding: 0;
}

.ct-nav-deployed li .products > li .h4 {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 0 10px 15px;
}

.ct-nav-deployed li .products > li .h4::after {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1eb1d8;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 0;
  bottom: inherit;
}

.ct-nav-deployed li .products .list-lvl-3 {
  display: none;
}

.ct-nav-deployed li .separation {
  padding-top: 15px;
}

.ct-nav-deployed li .separation .h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #999;
}

.ct-nav-deployed li .separation .column .list-lvl-3 {
  padding: 15px;
}

.ct-nav-deployed li .separation .column li a {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  padding: 5px 0 5px 15px;
  border: 0;
}

.ct-nav-deployed li .separation .column li a::after {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1eb1d8;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 0;
  bottom: inherit;
}

.ct-nav-deployed .ct-top-nav__wrapper {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.ct-nav-deployed .ct-search input.search_input {
  padding: 15px 0;
}

.ct-nav-deployed .ct-search input.search_input::-webkit-input-placeholder {
  color: #999;
}

.ct-nav-deployed .ct-search input.search_input:-ms-input-placeholder {
  color: #999;
}

.ct-nav-deployed .ct-search input.search_input::-ms-input-placeholder {
  color: #999;
}

.ct-nav-deployed .ct-search input.search_input::placeholder {
  color: #999;
}

.ct-nav-deployed .ct-search__button {
  position: relative;
  top: 1px;
}

.ct-nav-deployed .clone-btn-devis {
  margin-top: 15px;
}

/**
 * TABLET
 */

@media (max-width: 991px) {
  .ct-header {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ct-header .ct-logo {
    height: 75px;
    min-width: auto;
  }

  .ct-header .ct-logo img {
    max-height: 100%;
  }

  .ct-header .ct-logo h1,
  .ct-header .ct-logo .h1-logo {
    font-size: 2.6rem;
  }

  .ct-header .ct-logo strong {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
  }

  .ct-header .row aside {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .ct-header .ct-header__right .ct-top-nav {
    display: none;
  }

  .ct-nav {
    display: none;
    /* .ct-wrap-nav {
      margin-right: 40px;

      .menu-item {
        .primary-link {
          padding: 15px;
        }
      }
    } */
  }

  .hamburger-mobile-nav {
    width: 55px;
    min-width: 55px;
    background: transparent;
    border: 0;
    z-index: 200;
    margin-top: 15px;
  }

  .hamburger-mobile-nav .navicon path {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    fill: #1eb1d8;
  }

  .hamburger-mobile-nav .navicon.active .top-line {
    -webkit-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateY(20%);
         -o-transform: translateY(20%);
            transform: translateY(20%);
  }

  .hamburger-mobile-nav .navicon.active .bottom-line {
    -webkit-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateY(-20%);
         -o-transform: translateY(-20%);
            transform: translateY(-20%);
  }

  .action-mobile-nav {
    display: block;
    position: absolute;
    top: 0;
    z-index: 200;
    right: 20px;
    border: 2px solid #1eb1d8;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: transparent;
  }

  .action-mobile-nav::after,
  .action-mobile-nav::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 2px;
    top: 10px;
    left: 3px;
    background: #1eb1d8;
  }

  .action-mobile-nav::before {
    -webkit-transform: rotateZ(90deg);
         -o-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }

  .action-mobile-nav.active {
    -webkit-transform: rotateZ(-45deg);
         -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }

  .mobile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }

  .mobile-buttons .btn,
  .mobile-buttons .search-form .search-submit,
  .search-form .mobile-buttons .search-submit {
    width: calc(50% - 0.5px);
    border-radius: 0;
    white-space: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/**
 * MOBILE
 */

@media (max-width: 575px) {
  .ct-header .row {
    margin: 0;
  }

  .ct-header .ct-logo h1,
  .ct-header .ct-logo .h1-logo {
    font-size: 2.2rem;
  }

  .ct-header .ct-logo strong {
    display: none;
  }
}

.ct-footer {
  position: relative;
}

.ct-footer::after,
.ct-footer::before {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.ct-footer::after {
  background: #cfd0c2;
  left: 0;
}

.ct-footer::before {
  background: #eff0e3;
  right: 0;
}

.ct-footer .container {
  padding: 0;
}

.ct-footer .row {
  position: relative;
  z-index: 10;
}

.ct-footer .footer__bloc {
  padding: 20px 0 30px;
}

.ct-footer .footer__contact {
  background: #cfd0c2;
}

.ct-footer .footer__contact h1 {
  color: #fff;
}

.ct-footer .footer__contact .body {
  font-size: 1.4rem;
  padding-left: 118px;
}

.ct-footer .footer__contact .body .item-address {
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 5px;
}

.ct-footer .footer__contact .body .item-phone {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.ct-footer .footer__contact .body .item-site {
  font-weight: 700;
  color: #14748e;
}

.ct-footer .footer__contact .body .wrap-section {
  position: relative;
  padding-left: 20px;
}

.ct-footer .footer__contact .body .wrap-section .icon {
  position: absolute;
  top: 0;
  left: 0;
  fill: #14748e;
}

.ct-footer .footer__contact .body .wrap-section .icon-globe {
  top: 3px;
}

.ct-footer .footer__about {
  background: #eff0e3;
  padding: 70px 40px 0;
}

.ct-footer .footer__about .h2 {
  color: #7e7f76;
  margin-bottom: 15px;
}

.ct-footer .footer__resume {
  padding-top: 70px;
}

.ct-footer .footer__resume ul {
  max-width: 70%;
  padding-bottom: 20px;
}

.ct-footer .footer__resume li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.ct-footer .footer__resume li .icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: #7e7e78;
  border-radius: 50%;
}

.ct-footer .footer__resume li strong {
  font-size: 1.8rem;
  font-weight: 600;
  width: calc(100% - 70px);
}

.ct-footer .footer__menu {
  position: relative;
  z-index: 10;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  font-size: 1.4rem;
}

.ct-footer .footer__menu .ct-wrap-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ct-footer .footer__menu .ct-wrap-nav li {
  position: relative;
  padding: 0 15px;
}

.ct-footer .footer__menu .ct-wrap-nav li::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  width: 2px;
  height: 15px;
  background: #474747;
}

.ct-footer .footer__menu .ct-wrap-nav li:last-child::after {
  width: 0;
}

.ct-footer .footer__menu .ct-wrap-nav a {
  color: #14748e;
}

#content-cookies {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
}

#content-cookies .cc-window {
  color: #fff;
  background: #14748e;
}

#content-cookies a {
  color: #fff;
}

#content-cookies .cc-btn {
  color: #fff;
  background: #1eb1d8;
}

/**
 * TABLET
 */

@media (max-width: 991px) {
  .ct-footer::before,
  .ct-footer::after {
    top: 0;
    width: 100%;
  }

  .ct-footer::after {
    height: 255px;
  }

  .ct-footer::before {
    top: 255px;
    height: calc(100% - 255px);
  }

  .ct-footer .footer__contact {
    height: 255px;
  }

  #content-cookies .cc-window {
    width: 100%;
    left: 0;
    max-width: none;
    bottom: 0;
  }
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .ct-footer .row {
    margin: 0;
    padding: 0 10px;
  }

  .ct-footer .footer__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ct-footer .footer__contact .body {
    padding-left: 30px;
  }

  .ct-footer .menu-menu-footer-container {
    width: 100%;
  }

  .ct-footer .ct-wrap-nav {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ct-bloc__coming-soon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ct-bloc__coming-soon .logo {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

.ct-bloc__coming-soon .coming {
  display: block;
  padding-top: 20px;
  font-weight: 300;
  font-size: 3rem;
}

.ct-bloc__view-store {
  position: relative;
  height: 360px;
}

.ct-bloc__view-store::after {
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  content: "";
  height: 120px;
  left: 0;
  position: absolute;
  width: 100%;
}

.ct-bloc__view-store .ct-bloc__large-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .ct-bloc__view-store .ct-bloc__large-img {
    max-width: none;
    width: auto !important;
    height: auto !important;
  }
}

.ct-bloc__404 {
  margin-bottom: 70px;
}

.ct-bloc__404 .header__404 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 60px;
}

.ct-bloc__404 .header__404 h1 {
  font-size: 5rem;
  font-weight: 500;
}

.ct-bloc__404 .header__404 strong {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #4390a5;
  font-weight: 400;
}

.ct-bloc__404 div.ct-box-list-brands {
  margin: 0;
}

.ct-bloc__avantages {
  padding-bottom: 60px;
}

.ct-bloc__avantages .container {
  padding: 0;
}

.ct-bloc__avantages .avantage__forward {
  position: relative;
  width: 100%;
  height: 380px;
  display: none;
}

.ct-bloc__avantages .avantage__forward.active {
  display: block;
}

.ct-bloc__avantages .avantage__body {
  position: absolute;
  top: 0;
  right: 0;
  padding: 45px 40px;
  height: 100%;
  max-width: 400px;
  color: #fff;
  background: rgba(20, 116, 142, 0.8);
}

.ct-bloc__avantages .avantage__body strong {
  display: block;
  border-bottom: 1px solid #6ca5b6;
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.ct-bloc__avantages .avantage__body .h1-avantage {
  font-size: 3.2rem;
  font-weight: 300;
  padding-bottom: 25px;
}

.ct-bloc__avantages .avantage__body main {
  line-height: 1.5;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.ct-bloc__avantages .avantage__slider {
  position: relative;
  margin-top: 20px;
  padding: 0 40px;
}

.ct-bloc__avantages .avantage__slider .chevron-slider {
  position: absolute;
  top: calc(50% - 34px);
  cursor: pointer;
}

.ct-bloc__avantages .avantage__slider .chevron-slider svg path {
  stroke: #1eb1d8;
}

.ct-bloc__avantages .avantage__slider .chevron-slider.chevron__prev {
  left: 0;
}

.ct-bloc__avantages .avantage__slider .chevron-slider.chevron__next {
  right: 0;
}

.ct-bloc__avantages .avantage__slider .slider__item {
  position: relative;
  width: 25%;
  height: 180px;
  padding: 0 10px;
  cursor: pointer;
}

.ct-bloc__avantages .avantage__slider .slider__item .h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background: #1eb1d8;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  padding: 0 10px;
}

.ct-bloc__avantages .avantage__slider .slider__item img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ct-bloc__avantages .avantage__slider .slider__item-wrapper {
  position: relative;
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .ct-bloc__avantages .avantage__forward.active {
    display: none;
  }

  .ct-bloc__avantages .avantage__slider {
    padding: 0 40px;
  }

  .ct-bloc__avantages .avantage__slider .chevron-slider.chevron__prev {
    left: 5px;
  }

  .ct-bloc__avantages .avantage__slider .chevron-slider.chevron__next {
    right: 5px;
  }

  .ct-bloc__avantages .avantage__slider .slider__item {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    height: 210px;
  }

  .ct-bloc__avantages .avantage__slider .slider__item-wrapper {
    height: 210px;
  }

  .ct-bloc__avantages .avantage__slider .slider__item-wrapper img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ct-bloc__breadcrumb {
  color: #fff;
  height: 50px;
  font-size: 1.4rem;
}

.ct-bloc__breadcrumb .container {
  padding: 0;
}

.ct-bloc__breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.ct-bloc__breadcrumb li {
  position: relative;
  padding-left: 7px;
}

.ct-bloc__breadcrumb li::after {
  content: "/";
  padding-left: 7px;
}

.ct-bloc__breadcrumb li:first-child {
  padding-left: 0;
}

.ct-bloc__breadcrumb li:last-child::after {
  content: "";
}

.ct-bloc__breadcrumb a {
  color: #fff;
}

.ct-bloc__brochure {
  padding: 40px 0;
}

.ct-bloc__brochure .container {
  position: relative;
}

.ct-bloc__brochure .brochure__body {
  position: relative;
}

.ct-bloc__brochure .brochure__body strong {
  display: block;
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 600;
}

.ct-bloc__brochure .brochure__body::after {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 230px;
  width: calc(100% - 230px);
  border-bottom: 6px dotted #1eb1d8;
}

.ct-bloc__brochure .brochure__body .btn,
.ct-bloc__brochure .brochure__body .search-form .search-submit,
.search-form .ct-bloc__brochure .brochure__body .search-submit {
  position: relative;
  z-index: 10;
}

.ct-bloc__brochure .brochure__image {
  position: absolute;
  right: 8.3%;
  top: -108px;
  width: 407px;
  height: 337px;
}

/**
 * TABLET
 */

@media (max-width: 991px) {
  .ct-bloc__brochure {
    padding-top: 0;
  }

  .ct-bloc__brochure .brochure__image {
    position: inherit;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    margin: -50px auto 0;
    text-align: center;
  }

  .ct-bloc__brochure .brochure__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }

  .ct-bloc__brochure .brochure__body strong {
    text-align: left;
  }

  .ct-bloc__brochure .brochure__body::after {
    display: none;
  }
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .ct-bloc__brochure .brochure__body strong {
    font-size: 1.4rem;
  }
}

.ct-bloc__contact-form {
  position: relative;
  z-index: 10;
  margin: -50px 0 55px;
  background: transparent;
}

.ct-bloc__contact-form .container {
  background: #14748e;
  color: #fff;
  padding: 50px 40px;
}

.ct-bloc__contact-form .container .ct-bloc-title {
  padding-top: 0;
}

.ct-bloc__contact-form .container .ct-bloc-title::after {
  top: 20px;
}

.ct-bloc__contact-form #gform_fields_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*
    li {
      width: 45%;

      select,
      input {
        width: 100%;
      }
    }
    */
}

.ct-bloc__contact-form #gform_fields_2 #field_2_10 {
  width: 100%;
}

.ct-bloc__contact-form #gform_fields_2 #field_2_10 textarea {
  font-family: "Open Sans", sans-serif;
}

.ct-bloc__contact-form small {
  font-size: 1.2rem;
  font-style: italic;
  color: #b9eeff;
}

.ct-bloc__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #eff0e3;
  padding: 0;
}

.ct-bloc__events .events-header {
  padding-bottom: 10px;
}

.ct-bloc__events .ct-bloc__events-body {
  width: 100%;
  max-width: 590px;
  padding: 35px 20px 35px 0;
}

.ct-bloc__events .ct-bloc__events-full-body {
  padding: 35px 20px 35px 0;
}

.ct-bloc__events .wrap-slider {
  position: relative;
}

.ct-bloc__events .wrap-slider .slick-arrow {
  position: absolute;
  background: transparent;
  border: 0;
  text-indent: -9999px;
  top: -40px;
  width: 11px;
  height: 21px;
  cursor: pointer;
}

.ct-bloc__events .wrap-slider .slick-arrow.slick-prev {
  right: 30px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAuNjA4cHgiIGhlaWdodD0iMjAuMzQ0cHgiIHZpZXdCb3g9IjAgMCAxMC42MDggMjAuMzQ0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMC42MDggMjAuMzQ0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSJub25lIiBzdHJva2U9IiMxRUIxRDgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSINCglNOS44NjQsMTkuNjc2bC04LjUyMS05LjUwNWw4LjUyMS05LjUwNCIvPg0KPC9zdmc+DQo=) center center no-repeat;
}

.ct-bloc__events .wrap-slider .slick-arrow.slick-next {
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAuNjA4cHgiIGhlaWdodD0iMjAuMzQ0cHgiIHZpZXdCb3g9IjAgMCAxMC42MDggMjAuMzQ0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMC42MDggMjAuMzQ0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSJub25lIiBzdHJva2U9IiMxRUIxRDgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSINCglNMC43NDUsMC42NjdsOC41MjEsOS41MDVsLTguNTIxLDkuNTA0Ii8+DQo8L3N2Zz4NCg==) center center no-repeat;
}

.ct-bloc__events .wrap-slider .slide {
  font-size: 1.4rem;
}

.ct-bloc__events .wrap-slider .slide .slide__body {
  padding-top: 30px;
  line-height: 1.5;
}

.ct-bloc__events .wrap-slider .slide .slide__link {
  margin-top: 30px;
}

.ct-bloc__events .wrap-slider .slide .slide__link a {
  color: #1eb1d8;
  font-weight: 700;
}

.ct-bloc__temoignage {
  position: relative;
}

.ct-bloc__temoignage::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% - 590px);
  background: rgba(20, 116, 142, 0.8);
}

.ct-bloc__temoignage .temoignage-bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.ct-bloc__temoignage .ct-bloc__temoignage-body {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 590px;
}

.ct-bloc__temoignage .ct-bloc__temoignage-body .ct-bloc__temoignage-wrapper {
  position: absolute;
  background: rgba(20, 116, 142, 0.8);
  color: #fff;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 35px 0 35px 20px;
}

.ct-bloc__temoignage .ct-bloc__temoignage-body .ct-bloc__temoignage-wrapper .description {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 20px 0;
}

.ct-bloc__temoignage .ct-bloc__temoignage-body .ct-bloc__temoignage-wrapper .author {
  font-size: 1.4rem;
  font-weight: 700;
}

.ct-bloc__temoignage .ct-bloc__temoignage-body .ct-bloc__temoignage-wrapper .btn,
.ct-bloc__temoignage .ct-bloc__temoignage-body .ct-bloc__temoignage-wrapper .search-form .search-submit,
.search-form .ct-bloc__temoignage .ct-bloc__temoignage-body .ct-bloc__temoignage-wrapper .search-submit {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media (max-width: 991px) {
  .row-full .ct-bloc__temoignage .ct-bloc__temoignage-body .ct-bloc__temoignage-wrapper {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .row-full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .row-full .ct-bloc__temoignage {
    margin: 10px;
    width: auto;
  }

  .row-full .ct-bloc__temoignage .temoignage-bg {
    display: none;
  }

  .row-full .ct-bloc__temoignage .ct-bloc__temoignage-body .ct-bloc__temoignage-wrapper {
    position: relative;
    width: 100%;
    padding: 35px 20px 35px 20px;
  }

  .row-full .ct-bloc__temoignage .ct-bloc__temoignage-body .ct-bloc__temoignage-wrapper .btn,
  .row-full .ct-bloc__temoignage .ct-bloc__temoignage-body .ct-bloc__temoignage-wrapper .search-form .search-submit,
  .search-form .row-full .ct-bloc__temoignage .ct-bloc__temoignage-body .ct-bloc__temoignage-wrapper .search-submit {
    position: static;
    margin-top: 20px;
  }

  .row-full .ct-bloc__events {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row-full .ct-bloc__events .ct-bloc__events-body {
    padding: 35px 20px 35px 20px;
  }
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .row-full > aside {
    width: 100%;
  }

  .ct-bloc__events .ct-bloc__events-full-body {
    padding: 35px 20px;
  }
}

.ct-bloc__showroom {
  padding-bottom: 40px;
}

.ct-bloc__showroom .showroom-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ct-bloc__showroom .showroom-map svg {
  max-width: 530px;
}

.ct-bloc__showroom .showroom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8.3%;
}

.ct-bloc__showroom .showroom__body {
  max-width: 400px;
}

.ct-bloc__showroom .showroom__description {
  font-size: 1.4rem;
  line-height: 1.5;
}

.ct-bloc__devis {
  padding-bottom: 60px;
}

.ct-bloc__devis .container {
  padding: 0;
}

.ct-bloc__devis .devis__title {
  font-size: 1.8rem;
  font-weight: 600;
}

.ct-bloc__devis .col-form {
  padding-right: 0;
}

.ct-bloc__devis .col-search {
  padding-left: 0;
}

.ct-bloc__devis #field_1_11 {
  width: 100%;
}

.ct-bloc__devis #field_1_11 textarea {
  font-family: "Open Sans", sans-serif;
}

.ct-bloc__devis .gform_anchor {
  display: block;
  width: 100%;
}

/**
 * TABLET
 */

@media (max-width: 991px) {
  .ct-bloc__devis .col-form {
    padding-right: 20px;
  }
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .ct-bloc__devis .row {
    margin: 0;
  }
}

.ct-bloc__found-store {
  position: relative;
  z-index: 10;
  margin: -50px 0 55px;
}

.ct-bloc__found-store .container {
  padding: 50px 40px;
}

.ct-bloc__found-store .container-form {
  background: #14748e;
  color: #fff;
}

.ct-bloc__found-store .store-map svg {
  width: 100%;
  margin-top: -50px;
}

.ct-bloc__found-store .text {
  padding: 30px 0;
}

.ct-bloc__found-store .ct-box-search {
  padding-right: 60px;
}

.ct-bloc__found-store .container-result {
  position: relative;
  background: #eff0e3;
}

.ct-bloc__found-store .container-result::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #eff0e3;
  position: absolute;
  top: -15px;
  left: 200px;
}

.ct-bloc__found-store .container-result .h4 {
  display: block;
  margin-top: 35px;
  padding-bottom: 15px;
}

.ct-bloc__found-store .container-result .btn,
.ct-bloc__found-store .container-result .search-form .search-submit,
.search-form .ct-bloc__found-store .container-result .search-submit {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .ct-bloc__found-store .container-result .btn,
  .ct-bloc__found-store .container-result .search-form .search-submit,
  .search-form .ct-bloc__found-store .container-result .search-submit {
    margin-top: 20px;
  }
}

.ct-bloc__found-store .store-large-card {
  border-bottom: 1px solid #d2d3c7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.ct-bloc__found-store .store-large-card:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}

.ct-bloc__found-store .wrap-section {
  position: relative;
  width: 100%;
  padding-left: 20px;
}

.ct-bloc__found-store .wrap-section address,
.ct-bloc__found-store .wrap-section p,
.ct-bloc__found-store .wrap-section a {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.3;
}

.ct-bloc__found-store .wrap-section .link {
  display: block;
  margin-top: 10px;
}

.ct-bloc__found-store .wrap-section .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.ct-bloc__found-store .wrap-section .icon use {
  fill: #14748e;
}

.ct-bloc__found-store .wrap-section .icon.icon-clock use {
  stroke: #14748e;
}

.ct-bloc__found-store .list-avantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .ct-bloc__found-store .list-avantages {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
}

.ct-bloc__found-store .list-avantages li {
  text-align: center;
  width: 25%;
}

@media (max-width: 767px) {
  .ct-bloc__found-store .list-avantages li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.ct-bloc__found-store .list-avantages li span {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #1eb1d8;
}

.ct-bloc__found-store .list-avantages li p {
  width: 100%;
  text-align: center;
}

@media (max-width: 575px) {
  .ct-bloc__found-store .image-store {
    margin-top: 30px;
  }
}

.ct-bloc__slider .brand-slider {
  position: relative;
  height: 460px;
}

.ct-bloc__slider .brand-slider::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 120px;
}

.ct-bloc__slider .container {
  padding: 0;
}

.ct-bloc__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ct-bloc__slider .ct-box-list-brands {
  margin-top: -50px;
}

.ct-bloc__slider .ct-box-list-brands .brand-single strong {
  background: rgba(20, 116, 142, 0.8);
  text-align: center;
}

/**
 * TABLET
 */

@media (max-width: 991px) {
  .ct-bloc__slider .brand-slider {
    height: 280px;
  }

  .ct-bloc__slider .brand-slider::after {
    height: 80px;
  }

  .ct-bloc__slider .ct-box-list-brands .col {
    padding: 0 5px;
  }

  .ct-bloc__slider .ct-box-list-brands .brand-single strong {
    font-size: 2rem;
  }
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .ct-bloc__slider .ct-box-list-brands {
    margin: -50px 0 0;
  }

  .ct-bloc__slider .ct-box-list-brands .col {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .ct-bloc__slider .ct-box-list-brands .brand-slider strong {
    font-size: 2.6rem;
  }
}

.ct-bloc__list-products.ct-bloc__avantages .row {
  width: 100%;
}

.ct-bloc__list-products .avantage__forward-wrapper {
  height: 100%;
}

.ct-bloc__list-products .avantage__forward-wrapper .avantage__forward {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ct-bloc__list-products .avantage__forward-wrapper .avantage__forward img {
  display: block;
  height: 300px;
  margin: auto;
  padding: 20px;
}

.ct-bloc__list-products .avantage__forward-wrapper .avantage__forward .second-img {
  display: none;
}

.ct-bloc__list-products .avantage__forward-wrapper .avantage__forward:hover .main-img {
  display: none;
}

.ct-bloc__list-products .avantage__forward-wrapper .avantage__forward:hover .second-img {
  display: block;
}

.ct-bloc__list-products .avantage__forward-wrapper .avantage__forward:hover .avantage__body {
  background: #fff;
  color: #14748e;
}

.ct-bloc__list-products .avantage__forward-wrapper .avantage__forward:hover .avantage__body .btn,
.ct-bloc__list-products .avantage__forward-wrapper .avantage__forward:hover .avantage__body .search-form .search-submit,
.search-form .ct-bloc__list-products .avantage__forward-wrapper .avantage__forward:hover .avantage__body .search-submit {
  color: #fff;
  background: #14748e;
}

.ct-bloc__list-products .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ct-bloc__list-products .avantage__body {
  position: static;
  width: 100%;
  max-width: none;
  height: auto;
  background: #14748e;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ct-bloc__list-products .avantage__body main {
  margin-bottom: 0;
}

.ct-bloc__list-products .avantage__body .btn,
.ct-bloc__list-products .avantage__body .search-form .search-submit,
.search-form .ct-bloc__list-products .avantage__body .search-submit {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  background: #fff;
  color: #14748e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ct-bloc__list-products .avantage__header {
  min-height: 50px;
  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;
}

.ct-bloc__list-products .avantage__header h2 {
  font-size: 1.9rem;
  color: #1eb1d8;
  font-weight: 600;
  margin-bottom: 5px;
}

.ct-bloc__list-products .avantage__header .text-amount {
  font-size: 1.5rem;
  opacity: 0.7;
  margin-bottom: 10px;
}

.ct-bloc__list-products .avantage__header .text-amount .amount {
  font-size: 1.7rem;
}

.ct-bloc__list-products .wrapper__product {
  background: #fff;
  margin-top: 40px;
}

.ct-bloc__list-products .list-item_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
}

.ct-bloc__list-products .list-item_point .item_point {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ct-bloc__list-products .list-item_point .item_point strong {
  color: #1eb0d7;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.ct-bloc__list-products .list-item_point .item_point span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1eb0d7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .ct-bloc__avantages.ct-bloc__list-products .container {
    padding: 0 20px;
  }

  .ct-bloc__avantages.ct-bloc__list-products .avantage__forward-wrapper {
    display: block;
    margin-top: 30px;
  }

  .ct-bloc__avantages.ct-bloc__list-products .avantage__forward-wrapper .avantage__forward {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .ct-bloc__avantages.ct-bloc__list-products .avantage__forward-wrapper .avantage__forward .splash-image {
    height: 280px;
  }

  .ct-bloc__avantages.ct-bloc__list-products .avantage__forward-wrapper .avantage__body {
    padding: 20px;
    width: 100%;
  }
}

.ct-bloc__other-products {
  background: none;
  padding-bottom: 80px;
}

/**
 * TABLET
 */

@media (max-width: 991px) {
  .ct-bloc__other-products .brand-single {
    margin-bottom: 20px;
  }
}

.ct-bloc__product-introduction {
  position: relative;
}

.ct-bloc__product-introduction .splash-product-image {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ct-bloc__product-introduction .ct-box-slider {
  margin-top: -50px;
}

.ct-bloc__product-introduction .ct-box-slider.no-products {
  margin-top: 0;
}

.ct-bloc__product-introduction .product__slider-wrapper .slider__item {
  position: relative;
  width: 20%;
  padding: 0 10px;
}

.ct-bloc__product-introduction .product__slider-wrapper .slider__item .slider__item-wrapper {
  border: 8px solid #14748e;
  height: 205px;
  cursor: pointer;
}

.ct-bloc__product-introduction .wrap-title {
  position: absolute;
  left: 0;
  bottom: 260px;
  width: 40%;
  background: rgba(20, 116, 142, 0.7);
  color: #fff;
}

.ct-bloc__product-introduction .wrap-title.no-products {
  bottom: 100px;
}

.ct-bloc__product-introduction .wrap-title.-top {
  bottom: 360px;
}

.ct-bloc__product-introduction .wrap-title.-top.no-products {
  bottom: 200px;
}

.ct-bloc__product-introduction .wrap-title.-top strong {
  text-transform: none;
  font-size: 3.5rem;
}

.ct-bloc__product-introduction .wrap-title.-top h1 {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 2.2rem;
}

.ct-bloc__product-introduction .wrap-title.-bottom h1 small,
.ct-bloc__product-introduction .wrap-title.-bottom .h1-product-price small {
  font-size: 1.8rem;
}

.ct-bloc__product-introduction .box-title {
  padding: 20px;
  text-align: right;
}

.ct-bloc__product-introduction .box-title .amount {
  display: inline;
}

.ct-bloc__product-introduction strong,
.ct-bloc__product-introduction h1,
.ct-bloc__product-introduction .h1-product-price {
  font-weight: 300;
}

.ct-bloc__product-introduction strong {
  display: block;
  padding-bottom: 5px;
  font-size: 3.8rem;
  text-transform: uppercase;
}

.ct-bloc__product-introduction h1,
.ct-bloc__product-introduction .amount,
.ct-bloc__product-introduction .h1-product-price {
  font-size: 2.6rem;
}

.ct-bloc__product-introduction .text-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ct-bloc__product-introduction .text-amount .amount {
  margin-left: 10px;
}

.ct-bloc__product-introduction .amount {
  display: block;
  margin-top: 10px;
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .ct-bloc__product-introduction .splash-product-image {
    height: 280px;
  }

  .ct-bloc__product-introduction .wrap-title {
    position: static;
    width: 100%;
    background: #14748e;
  }

  .ct-bloc__product-introduction .wrap-title .box-title {
    text-align: left;
  }
}

.ct-bloc__search-introduction {
  position: relative;
  height: 260px;
}

.ct-bloc__search-results {
  padding-bottom: 60px;
}

.ct-bloc__search-results .validation_error {
  color: #fff;
  text-align: center;
}

.ct-bloc__search-results .box-product {
  margin-bottom: 20px;
}

.ct-bloc__search-results .box-product h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  background: #0f5669;
  font-size: 2rem;
  font-weight: 300;
  height: 50px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ct-bloc__search-results .box-product .splash-image {
  position: absolute;
  top: 0;
  left: 0;
}

.ct-bloc__search-results .box-product .brand-single__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 200px;
  position: relative;
}

.ct-bloc__search-results .box-product .btn,
.ct-bloc__search-results .box-product .search-form .search-submit,
.search-form .ct-bloc__search-results .box-product .search-submit {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.ct-bloc__spa-feature {
  padding-bottom: 60px;
}

.ct-bloc__spa-feature .container {
  padding: 0;
}

.ct-bloc__spa-feature .feature_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ct-bloc__spa-feature .col-large {
  width: 100%;
}

.ct-bloc__spa-feature .toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ct-bloc__spa-feature .toolbar .list-tab {
  width: 50%;
}

.ct-bloc__spa-feature .toolbar .list-tab li {
  width: 40%;
}

.ct-bloc__spa-feature .list-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ct-bloc__spa-feature .list-tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1eb0d7;
  color: #fff;
  height: 50px;
  font-size: 1.8rem;
  font-weight: 600;
  border-right: 1px solid #6ac3db;
}

.ct-bloc__spa-feature .list-tab li.active {
  background: #14748e;
  border-right: 0;
}

.ct-bloc__spa-feature .list-tab li:last-child {
  border-right: 0;
}

.ct-bloc__spa-feature .col-left,
.ct-bloc__spa-feature .col-right {
  padding: 0;
}

.ct-bloc__spa-feature .col-left {
  position: relative;
  z-index: 100;
  padding: 70px 40px;
}

.ct-bloc__spa-feature .wrapper_carac {
  background: #eff0e3;
  min-height: calc(100% - 50px);
}

.ct-bloc__spa-feature .body_carac {
  background: #eff0e3;
  font-size: 1.4rem;
  text-align: left;
  border-top: 5px solid #14748e;
}

.ct-bloc__spa-feature .body_carac.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ct-bloc__spa-feature .body_carac table {
  width: 100%;
}

.ct-bloc__spa-feature .body_carac th,
.ct-bloc__spa-feature .body_carac td {
  padding: 15px 0;
  border-bottom: 1px solid #d2d3c7;
}

.ct-bloc__spa-feature .body_carac th {
  font-weight: 700;
}

.ct-bloc__spa-feature .body_carac tr:last-child th,
.ct-bloc__spa-feature .body_carac tr:last-child td {
  border-bottom: 0;
}

.ct-bloc__spa-feature .list-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 50px;
  background: #eff0e3;
}

.ct-bloc__spa-feature .list-actions .price-actions {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  color: #1eb1d8;
  min-width: 200px;
}

.ct-bloc__spa-feature .list-actions .price-actions small {
  font-size: 1.3rem;
}

.ct-bloc__spa-feature .list-actions .btn-blue {
  margin-right: 4px;
}

@media (max-width: 991px) {
  .ct-bloc__spa-feature .list-actions .btn-blue {
    display: none;
  }
}

.ct-bloc__spa-feature .wrapper_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  width: 100%;
  background: #cfd0c2;
  min-height: 100%;
}

.ct-bloc__spa-feature .wrapper_image .min {
  width: 48%;
  margin: 20px 0;
}

.ct-bloc__spa-feature .wrapper_image .max {
  margin: 0 auto;
}

/**
 * TABLET
 */

@media (max-width: 991px) {
  .ct-bloc__spa-feature .toolbar .list-tab {
    width: 100%;
  }

  .ct-bloc__spa-feature .body_carac {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .ct-bloc__spa-feature .col-left {
    padding: 20px;
  }
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .ct-bloc__spa-feature .list-tab li {
    font-size: 1.4rem;
  }

  .ct-bloc__spa-feature .body_carac {
    border-top: 0;
  }

  .ct-bloc__spa-feature .mobile-toolbar-item {
    background: #eff0e3;
    padding: 0 20px;
  }

  .ct-bloc__spa-feature .mobile-toolbar-item:first-child span {
    border-top: 0;
  }

  .ct-bloc__spa-feature .mobile-toolbar-item span {
    position: relative;
    display: block;
    padding: 25px;
    color: #1eb1d8;
    font-weight: 600;
    border-top: 1px solid #d2d3c7;
  }

  .ct-bloc__spa-feature .mobile-toolbar-item span::after {
    content: '';
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #1eb1d8;
    left: 0;
    top: calc(50% - 5px);
    width: 0;
    -webkit-transform: rotateZ(0);
         -o-transform: rotateZ(0);
            transform: rotateZ(0);
  }

  .ct-bloc__spa-feature .mobile-toolbar-item.active span {
    color: #14748e;
  }

  .ct-bloc__spa-feature .mobile-toolbar-item.active span::after {
    border-left: 5px solid #14748e;
    -webkit-transform: rotateZ(90deg);
         -o-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}

.ct-bloc__stars {
  padding-bottom: 65px;
}

.ct-bloc__stars .stars__description {
  padding: 40px 0 30px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.ct-bloc__stars .container {
  padding: 0;
}

.ct-bloc__stars .stars__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
}

.ct-bloc__stars .stars__images img {
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ct-bloc__stars .stars__images img:first-child {
  margin-bottom: 20px;
}

.ct-bloc__stars .stars__image {
  padding-left: 0;
}

.ct-bloc__stars .stars__big {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
 * TABLET
 */

@media (max-width: 991px) {
  .ct-bloc__stars .stars__informations {
    text-align: center;
    margin-bottom: 20px;
  }

  .ct-bloc__stars .stars__informations h1,
  .ct-bloc__stars .stars__informations main {
    max-width: 60%;
    margin: 0 auto;
  }
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .ct-bloc__stars {
    display: none;
  }
}

.ct-bloc__strong-points.with-padding {
  padding: 60px 0 100px;
}

.ct-bloc__strong-points .ct-bloc-title {
  padding-bottom: 60px;
}

.ct-bloc__strong-points .container {
  padding: 0;
}

.ct-bloc__strong-points .list-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ct-bloc__strong-points .item_point {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ct-bloc__strong-points .item_point strong {
  display: block;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #1eb0d7;
}

.ct-bloc__strong-points .item_point span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #1eb0d7;
}

.ct-bloc__strong-points .item_point.active strong {
  color: #333;
}

.ct-bloc__strong-points .item_point.active span {
  background: #14748e;
}

.ct-bloc__strong-points .body_point-wrapper {
  padding-top: 30px;
}

.ct-bloc__strong-points .body_point {
  display: none;
  background: #14748e;
  color: #fff;
}

.ct-bloc__strong-points .body_point.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ct-bloc__strong-points .body_point .col-left {
  padding: 40px 20px 40px 40px;
}

.ct-bloc__strong-points .body_point .h1 {
  padding-bottom: 30px;
}

.ct-bloc__strong-points .body_point .col-right {
  padding: 40px 20px;
}

/**
 * TABLET
 */

@media (max-width: 991px) {
  .ct-bloc__strong-points .body_point {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ct-bloc__strong-points .body_point .col-left {
    padding: 40px 20px 0;
  }

  .ct-bloc__strong-points .body_point .col-right {
    text-align: center;
  }
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .ct-bloc__strong-points .ct-bloc-title {
    padding-bottom: 0;
  }

  .ct-bloc__strong-points .body_point-wrapper {
    padding-top: 0;
  }

  .ct-bloc__strong-points .item_point-mobile {
    position: relative;
    margin-top: 40px;
  }

  .ct-bloc__strong-points .item_point-mobile.active {
    padding-bottom: 30px;
  }

  .ct-bloc__strong-points .item_point-mobile.active::after {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #14748e;
    bottom: 0;
  }
}

.ct-bloc__technology {
  padding-bottom: 50px;
}

.ct-bloc__technology h3.h2 {
  color: #808178;
  line-height: 1;
}

.ct-bloc__technology .description {
  padding-bottom: 55px;
}

.ct-bloc__technology .description.min {
  padding-bottom: 10px;
}

.ct-bloc__technology .wrap-image,
.ct-bloc__technology .wrap-caracs {
  padding: 0;
}

.ct-bloc__technology .list-carac {
  margin-top: 20px;
  font-size: 1.4rem;
}

.ct-bloc__technology .list-carac li {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 15px;
  line-height: 1.5;
}

.ct-bloc__technology .list-carac li::before {
  content: "\2022";
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 20px;
  color: #14748e;
}

.ct-bloc__technology .wrapper_slider {
  position: relative;
}

.ct-bloc__technology .wrapper_slider .chevron-slider {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-30px);
       -o-transform: translateY(-30px);
          transform: translateY(-30px);
  cursor: pointer;
  z-index: 500;
}

.ct-bloc__technology .wrapper_slider .chevron-slider svg path {
  stroke: #1eb1d8;
}

.ct-bloc__technology .wrapper_slider .chevron__prev {
  left: 0;
}

.ct-bloc__technology .wrapper_slider .chevron__next {
  right: 0;
}

.ct-bloc__technology .slick-slide > div {
  padding: 0 40px;
}

/**
 * MOBILE
 */

@media (max-width: 767px) {
  .ct-bloc__technology {
    padding-bottom: 0;
  }
}

.texte-seo {
  padding: 50px 0;
}

.texte-seo .texte {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  line-height: 1.2;
}

.texte-seo .texte.opened {
  display: block;
}

.texte-seo h3 {
  margin-bottom: 15px;
}

.texte-seo p {
  margin-bottom: 15px;
}

.texte-seo p:last-of-type {
  margin-bottom: 0;
}

.texte-seo .texte-seo__show-more {
  margin: 20px 0;
}

.texte-seo .texte-seo__show-more-toggle {
  text-decoration: underline;
}

.ct-bloc__therapies {
  padding-bottom: 50px;
}

.ct-bloc__therapies .container {
  position: relative;
}

.ct-bloc__therapies .list-therapies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 40px;
  width: 100%;
}

.ct-bloc__therapies .list-therapies li {
  font-size: 1.4rem;
  font-weight: 600;
  background: #1eb1d8;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 10px;
  cursor: pointer;
}

.ct-bloc__therapies .list-therapies li.active {
  background: #fff;
  color: #1eb1d8;
}

.ct-bloc__therapies .bloc-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ct-bloc__therapies .bloc-slide.bloc-slide__visuel h1 {
  display: block;
  margin-bottom: 30px;
}

.ct-bloc__therapies .bloc-slide.bloc-slide__visuel .description {
  line-height: 1.4;
}

.ct-bloc__therapies .ct-pastille {
  position: relative;
  display: none;
  height: 100%;
}

.ct-bloc__therapies .ct-pastille::before {
  content: '';
  position: absolute;
  height: 100%;
  border-right: 6px dotted;
  left: -25px;
}

.ct-bloc__therapies .ct-pastille.active {
  display: block;
}

.ct-bloc__therapies .bloc-slide__interactif {
  margin-top: 30px;
}

.ct-bloc__therapies .slider__therapies {
  height: calc(100% - 30px);
}

.ct-bloc__therapies .slider__therapies .h4 {
  margin-bottom: 20px;
}

.ct-bloc__therapies .slider__therapies .description {
  line-height: 1.4;
}

.ct-bloc__therapies .bloc__interactif-text,
.ct-bloc__therapies .bloc__interactif-image {
  position: relative;
}

.ct-bloc__therapies .bloc__interactif-image {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.ct-bloc__therapies .bloc__interactif-image img {
  max-width: calc(100% - 70px);
}

.ct-bloc__therapies .more-info {
  position: absolute;
  width: calc(100% - 30px);
  overflow: hidden;
  left: 20px;
}

.ct-bloc__therapies .more-info.active .more-info__line {
  position: absolute;
  width: 100%;
  border-top: 6px dotted #fff;
  top: 40%;
}

.ct-bloc__therapies .more-info .more-info__wrapper {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1eb1d8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 100;
  position: relative;
}

.ct-bloc__therapies .more-info .more-info__wrapper::before,
.ct-bloc__therapies .more-info .more-info__wrapper::after {
  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;
  content: '';
  position: absolute;
  width: 15px;
  height: 3px;
  background: #fff;
}

.ct-bloc__therapies .more-info .more-info__wrapper::after {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ct-bloc__therapies .more-info.active .more-info__wrapper {
  background: #fff;
}

.ct-bloc__therapies .more-info.active .more-info__wrapper::before,
.ct-bloc__therapies .more-info.active .more-info__wrapper::after {
  background: #1eb1d8;
}

.ct-bloc__therapies.ct_bloc__society .bloc-slide__interactif {
  margin-top: 30px;
}

.ct-bloc__therapies.ct_bloc__society .slider__therapies {
  margin-top: 0;
}

.ct-bloc__therapies.ct_bloc__society .more-info.active .more-info__line {
  border-top-color: #14748e;
}

.ct-bloc__therapies.ct_bloc__society .ct-pastille::before {
  border-right-color: #14748e;
}

/**
 * TABLET
 */

/*
@include media-breakpoint-down(md) {
  .ct-bloc__therapies {
    .more-info.active .more-info__line {
      display: none;
    }

    .toolbar {
      .list-tab {
        width: 100%;
      }
    }

    .body_carac {
      flex-direction: column-reverse;
    }

    .col-left {
      padding: 20px;
    }
  }
}
*/

/**
 * MOBILE
 */

@media (max-width: 991px) {
  .ct-bloc__therapies .list-therapies {
    display: none;
  }

  .ct-bloc__therapies .bloc-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .ct-bloc__therapies .more-info.active .more-info__line {
    display: none;
  }

  .ct-bloc__therapies .ct-pastille::before {
    border: 0;
  }

  .ct-bloc__therapies .bloc__interactif-image img {
    max-width: 100%;
  }
}


/*# sourceMappingURL=main.css.map*/