@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@700&family=Rubik:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap);
@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);
@media (min-width: 768px) {
  .carousel {
    margin-top: 2rem;
  }
}

.carousel_arrow {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.2s;
}

.arrow svg {
  font-size: 100rem;
}

@media (min-width: 768px) {
  .arrow {
    font-size: 6rem;
  }
  .carousel_arrow {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.carousel_arrow:hover {
  opacity: 1;
}
.carousel_arrow--left {
  color: #fff;
}
.carousel_arrow--right {
  color: #2a3864;
}

.car {
  width: 100%;
  flex-direction: column;
}

@media (min-width: 972px) {
  .car {
    flex-direction: row;
  }
}

.car__price {
  display: flex;
  align-items: center;
  color: #00e9a1;
  white-space: nowrap;
}

.car__price span {
  font-size: 1.5rem;
  margin-left: 8px;
}

.car__infos-logo {
  margin: 0 auto;
  display: flex;
  height: 80px;
}

.car__pictures-principal {
  background-size: contain;
  width: 100%;
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
}

.car__pictures-principal img {
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .car__pictures-principal {
    height: 15vh;
  }
}

@media (max-width: 972px) {
  .car__price {
    flex-direction: column;
  }
  .car__price span {
    font-size: 1rem;
    margin-left: 0;
  }

  .car__pictures {
    display: flex;
    flex-direction: column-reverse;
  }

  .car__pictures-principal {
    margin-left: 0;
    margin-top: 1rem;
  }
  .car__infos-logo {
    margin: 0 auto;
    display: flex;
    height: 60px;
    margin-top: 1rem;
  }
}

.car__pictures {
  display: flex;
  justify-content: space-between;
}

.car__infos-actions {
  justify-content: space-evenly;
  display: flex;
  margin: 2rem 0;
}

.car__infos-pictos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 767px) {
  .car__infos-pictos {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .car__infos-actions {
    flex-direction: column;
  }

  .car__infos-actions button {
    width: 100%;
    margin: 2px 0;
  }
}

.rubrique {
  text-align: center;
  margin-top: 6rem;
}

.rubrique h1 {
  font-size: 2rem !important;
  text-align: center;
  margin-top: 2rem;
  color: #212529;
}

.title {
  font-weight: 800;
  color: #fff;
  position: inherit;
  display: block;
}

.title--large {
  font-size: 5rem;
  font-family: "Cabin", sans-serif;
}

.title--smaller {
  font-size: 2.6rem;
  font-family: "Cabin", sans-serif;
}

@media (max-width: 767px) {
  .title--smaller {
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
  }
  .title--large {
    font-size: 2rem;
    text-align: center;
    margin: 0;
  }
}

.price {
  font-family: "Roboto Mono", monospace;
}

.button {
  padding: 1rem 2rem;
  border: none;
  font-weight: 600;
  background: transparent;
  text-align: center;
}

.button:hover {
  background: #2a3864;
  color: #fff;
  transition: all 0.2s;
}

.button--active {
  background: #2a3864;
  color: #fff;
}

.button--action {
  background: transparent;
  border: solid #2a3864 4px;
  color: #2a3864;
  width: 80%;
  margin: 0 2rem;
}

.card_deploy {
  padding: 2rem 1rem;
  color: #fff;
  font-weight: 600;
  width: 25%;
  height: 300px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
  position: relative;
  cursor: pointer;
  justify-content: center;
}

.card_deploy__picto {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card_deploy__content {
  margin: 8px 0;
  font-weight: normal;
}

.description {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .description {
    padding: 0rem 2rem;
  }
}

.image-gallery-icon {
  color: #fff;
  transition: all .2s ease-out;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 2px 2px #1a1a1a); }
  @media (min-width: 768px) {
    .image-gallery-icon:hover {
      color: #337ab7; }
      .image-gallery-icon:hover .image-gallery-svg {
        transform: scale(1.1); } }
  .image-gallery-icon:focus {
    outline: 2px solid #337ab7; }

.image-gallery-using-mouse .image-gallery-icon:focus {
  outline: none; }

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
  padding: 20px; }
  .image-gallery-fullscreen-button .image-gallery-svg,
  .image-gallery-play-button .image-gallery-svg {
    height: 36px;
    width: 36px; }
  @media (max-width: 768px) {
    .image-gallery-fullscreen-button,
    .image-gallery-play-button {
      padding: 15px; }
      .image-gallery-fullscreen-button .image-gallery-svg,
      .image-gallery-play-button .image-gallery-svg {
        height: 24px;
        width: 24px; } }
  @media (max-width: 480px) {
    .image-gallery-fullscreen-button,
    .image-gallery-play-button {
      padding: 10px; }
      .image-gallery-fullscreen-button .image-gallery-svg,
      .image-gallery-play-button .image-gallery-svg {
        height: 16px;
        width: 16px; } }

.image-gallery-fullscreen-button {
  right: 0; }

.image-gallery-play-button {
  left: 0; }

.image-gallery-left-nav,
.image-gallery-right-nav {
  padding: 50px 10px;
  top: 50%;
  transform: translateY(-50%); }
  .image-gallery-left-nav .image-gallery-svg,
  .image-gallery-right-nav .image-gallery-svg {
    height: 120px;
    width: 60px; }
  @media (max-width: 768px) {
    .image-gallery-left-nav .image-gallery-svg,
    .image-gallery-right-nav .image-gallery-svg {
      height: 72px;
      width: 36px; } }
  @media (max-width: 480px) {
    .image-gallery-left-nav .image-gallery-svg,
    .image-gallery-right-nav .image-gallery-svg {
      height: 48px;
      width: 24px; } }
  .image-gallery-left-nav[disabled],
  .image-gallery-right-nav[disabled] {
    cursor: disabled;
    opacity: .6;
    pointer-events: none; }

.image-gallery-left-nav {
  left: 0; }

.image-gallery-right-nav {
  right: 0; }

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative; }
  .image-gallery.fullscreen-modal {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
    .image-gallery.fullscreen-modal .image-gallery-content {
      top: 50%;
      transform: translateY(-50%); }

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0; }
  .image-gallery-content.fullscreen {
    background: #000; }
  .image-gallery-content .image-gallery-slide .image-gallery-image {
    max-height: calc(100vh - 80px); }
  .image-gallery-content.left .image-gallery-slide .image-gallery-image, .image-gallery-content.right .image-gallery-slide .image-gallery-image {
    max-height: 100vh; }

.image-gallery-slide-wrapper {
  position: relative; }
  .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    display: inline-block;
    width: calc(100% - 110px); }
    @media (max-width: 768px) {
      .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
        width: calc(100% - 87px); } }
  .image-gallery-slide-wrapper.image-gallery-rtl {
    direction: rtl; }

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-align: center; }

.image-gallery-slide {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .image-gallery-slide.center {
    position: relative; }
  .image-gallery-slide .image-gallery-image {
    width: 100%;
    object-fit: contain; }
  .image-gallery-slide .image-gallery-description {
    background: rgba(0, 0, 0, 0.4);
    bottom: 70px;
    color: #fff;
    left: 0;
    line-height: 1;
    padding: 10px 20px;
    position: absolute;
    white-space: normal; }
    @media (max-width: 768px) {
      .image-gallery-slide .image-gallery-description {
        bottom: 45px;
        font-size: .8em;
        padding: 8px 15px; } }

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4; }
  .image-gallery-bullets .image-gallery-bullets-container {
    margin: 0;
    padding: 0;
    text-align: center; }
  .image-gallery-bullets .image-gallery-bullet {
    appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 0 #1a1a1a;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    padding: 5px;
    transition: background .2s ease-out; }
    @media (max-width: 768px) {
      .image-gallery-bullets .image-gallery-bullet {
        margin: 0 3px;
        padding: 3px; } }
    @media (max-width: 480px) {
      .image-gallery-bullets .image-gallery-bullet {
        padding: 2.7px; } }
    .image-gallery-bullets .image-gallery-bullet:focus, .image-gallery-bullets .image-gallery-bullet:hover {
      background: #337ab7;
      transform: scale(1.1); }
    .image-gallery-bullets .image-gallery-bullet.active {
      background: #fff; }

.image-gallery-thumbnails-wrapper {
  position: relative; }
  .image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
    direction: rtl; }
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    display: inline-block;
    vertical-align: top;
    width: 100px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
        width: 81px; } }
    .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
      height: 100%;
      width: 100%;
      left: 0;
      padding: 0;
      position: absolute;
      top: 0; }
      .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
        display: block;
        margin-right: 0;
        padding: 0; }
        .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
          margin-left: 0;
          margin-top: 2px; }
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    margin: 0 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
        margin: 0 3px; } }

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0; }
  @media (max-width: 768px) {
    .image-gallery-thumbnails {
      padding: 3px 0; } }
  .image-gallery-thumbnails .image-gallery-thumbnails-container {
    cursor: pointer;
    text-align: center;
    transition: transform .45s ease-out;
    white-space: nowrap; }

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border .3s ease-out;
  width: 100px;
  background: transparent;
  padding: 0; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail {
      border: 3px solid transparent;
      width: 81px; } }
  .image-gallery-thumbnail + .image-gallery-thumbnail {
    margin-left: 2px; }
  .image-gallery-thumbnail .image-gallery-thumbnail-inner {
    position: relative; }
  .image-gallery-thumbnail .image-gallery-thumbnail-image {
    vertical-align: middle;
    width: 100%;
    line-height: 0; }
  .image-gallery-thumbnail.active, .image-gallery-thumbnail:hover, .image-gallery-thumbnail:focus {
    outline: none;
    border: 4px solid #337ab7; }
    @media (max-width: 768px) {
      .image-gallery-thumbnail.active, .image-gallery-thumbnail:hover, .image-gallery-thumbnail:focus {
        border: 3px solid #337ab7; } }

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: white;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 1px 1px 0 black;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail-label {
      font-size: .8em;
      line-height: .8em; } }

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4; }
  @media (max-width: 768px) {
    .image-gallery-index {
      font-size: .8em;
      padding: 5px 10px; } }

@media (min-width: 767px) {
  .gallery {
    margin: 0 0.8rem;
  }
}

.image-gallery-thumbnail-image {
  height: 70px;
}

.image-gallery {
  width: 100%;
  height: auto;
}

.image-gallery-slide img {
  width: 100%;
  height: 50vh;
  max-height: 80vh;
  object-fit: cover !important;
  overflow: hidden;
  object-position: center center;
}

.fullscreen .image-gallery-slide img {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  object-fit: cover !important;
  overflow: hidden;
  object-position: center center;
}

.image-gallery-thumbnails-wrapper.fullscreen.bottom {
  background-color: #000;
}

.fullscreen .image-gallery-thumbnails-wrapper,
.image-gallery-slide-wrapper {
  margin-top: auto;
}

@media (max-width: 767px) {
  .image-gallery-slide img {
    height: 30vh;
  }
}

@media (min-width: 992px) {
  .image-gallery-thumbnails .image-gallery-thumbnails-container {
    text-align: left;
  }
  .fullscreen .image-gallery-thumbnails .image-gallery-thumbnails-container {
    text-align: center;
  }
}

.fullscreen .image-gallery-slide img {
  max-height: 100vh;
}

.image-gallery-content.fullscreen {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.feedback {
  box-shadow: 5px 10px 30px -27px rgba(0, 0, 0, 0.79);
  border: solid #eaeaea 0.2px;
  padding: 3rem 1rem;
  position: relative;
}

.feedback__avatar {
  height: 110px;
  border-radius: 100%;
}

.feedback__date {
  position: absolute;
  right: 20px;
  top: 10px;
}
.feedback__name {
  font-weight: 800;
  margin: 8px 0;
}

.feedback__name {
  font-weight: 800;
  font-family: "Cabin", sans-serif;
  margin: 8px 0;
}

.feedback__content {
  text-align: justify;
  margin-top: 1rem;
}

.star {
  color: rgb(255, 196, 0);
  margin: 0 2px;
}

.modal-dialog {
  max-width: 1000px;
}

.modal-content {
  border-radius: 0;
  border: none;
  padding: 1rem;
}

.modal_car__title {
  position: relative;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid rgba(0, 0, 0, 0.37) 1px;
}

.close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.modal_car__contact {
  text-align: center;
  margin-bottom: 1rem;
}

.modal_car__product-image {
  background-size: contain;
  width: 100%;
  height: 20rem;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .modal_car__product-image {
    height: 10rem;
  }
}

.modal_car__product-logo {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  height: 50px;
}

@media (max-width: 768px) {
  .modal_car__product-logo {
    height: 20px;
  }
}

.modal_car__product-picto {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .modal-dialog {
    margin: 0 !important;
  }
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

html {
  scroll-behavior: smooth;
}

#__next {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.how-it-works {
  position: relative;
  padding: 2rem 0;
}

.how-it-works:before {
  content: "";
  background-color: #2a3864;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: -50vw;
  left: 50%;
}

.step {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-bottom: 1rem;
  height: 100%;
  padding: 1rem 0;
}

.step div:first-child {
  text-align: initial;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.step .step__number {
  font-size: 3rem;
  line-height: 2.4rem;
  color: #35b5e5;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.step .step__content,
.step__link {
  text-align: left;
  margin-top: auto;
  white-space: break-spaces;
}

.step__picto {
  color: #35b5e530;
  margin-left: 1.2rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.step__link {
  color: #00e9a1;
}

.box {
  border: solid #eaeaea 0.2px;
  box-shadow: 5px 10px 30px -35px rgba(0, 0, 0, 0.79);
  background: #fff;
  margin-bottom: 8px;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.box__title {
  font-family: "Cabin", sans-serif;
  font-weight: 800;
  color: rgb(167, 167, 167);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid rgb(177, 177, 177) 1px;
}

.box__content select {
  width: 100%;
  border: none;
  background: #efefef;
  padding: 6px;
}

.spec {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}

.spec__title {
  font-weight: normal;
  color: #212529;
}

.spec__value {
  font-family: "Cabin", sans-serif;
  color: #35b5e5;
}

.input {
  display: flex;
  flex-direction: column;
  margin-bottom: 6px;
}

.input__label {
  font-weight: 600;
}

.input__field {
  border: none;
  background: #efefef;
  padding: 6px;
}

.bm-burger-button {
  position: fixed;
  width: 36px;
  height: 30px;
  top: 6px;
  left: 6px;
}

.bm-burger-button :hover {
  transition: 0.2s;
  opacity: 0.6;
}

/* Color/shape of burger icon bars */
.bm-burger-bars {
  background: #373a47;
}

/* Color/shape of burger icon bars on hover*/
.bm-burger-bars-hover {
  background: #a90000;
}

/* Position and sizing of clickable cross button */
.bm-cross-button {
  height: 24px;
  width: 24px;
}

/* Color/shape of close button cross */
.bm-cross {
  background: #bdc3c7;
}

/*
Sidebar wrapper styles
Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases
*/
.bm-menu-wrap {
  position: fixed;
  height: 100%;
}

/* General sidebar styles */
.bm-menu {
  background: #2a3864;
  font-size: 1.15em;
  width: 300px !important;
}

/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
  fill: white;
}

/* Wrapper for item list */
.bm-item-list {
  color: #b8b7ad;
  padding: 0.8em;
}

/* Individual item */
.bm-item {
  display: inline-block;
}

/* Styling of overlay */
.bm-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.wrapper {
  font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

svg {
  display: inline-block;
  vertical-align: top;
}

h1 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  margin: 6px 0 6px 10px;
  display: inline-block;
  vertical-align: top;
}

button + button {
  margin-left: 10px;
}

.specification {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
  position: relative;
  margin: 4px 0;
}

.specification span {
  font-size: 0.9rem;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 768px) {
  .specification span {
    white-space: normal;
    font-size: 0.7rem;
  }
}

.specification__icon {
  background-color: #f8377f;
  color: #fff;
  padding: 8px;
  width: 50px;
  height: 45px;
  justify-content: center;
  display: flex;
}


.header_shape {
  z-index: -1;
  position: absolute;
  filter: invert(18%) sepia(23%) saturate(1626%) hue-rotate(188deg)
    brightness(101%) contrast(89%);
}

@media (max-width: 972px) {
  .header_shape {
    width: 90%;
  }
}

@media (min-width: 971px) {
  .header_shape {
    width: 50%;
  }
}

.content {
  padding: 0;
  margin-bottom: 10rem;
}

.footer {
  background-color: #2a3864;
  margin-top: auto;
}

.about h4 {
  font-weight: 800;
  font-family: "Cabin", sans-serif;
  color: #00e9a1;
  margin-bottom: 1rem;
}

.about {
  margin-left: 6rem;
}

.sn {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}

.sn a {
  margin-left: 1rem;
}

.about_list {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.copyright {
  background: #2e2e2e;
  margin-top: 2rem;
  color: white;
  font-size: 0.8rem;
  text-align: center;
  padding: 8px 0;
}

.back-to-top {
  position: fixed;
  opacity: 0.8;
  bottom: 50px;
  right: 50px;
  background-color: #f8377f;
  border-radius: 100%;
  padding: 1rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 999;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 80px;
    right: 20px;
    border-radius: 100%;
    padding: 1rem;
  }
}

.back-to-top:hover {
  opacity: 1;
}

svg {
  display: inline-block;
  vertical-align: top;
}

.logo {
  align-items: center;
  margin: 0 10px 0 10px;
}

.logo__img {
  height: 50px;
  width: 50px;
  margin-right: 1rem;
}

.logo__img--primary {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(23deg)
    brightness(118%) contrast(118%);
}

.logo__img--secondary {
  filter: invert(18%) sepia(23%) saturate(1626%) hue-rotate(188deg)
    brightness(101%) contrast(89%);
}

.logo__txt {
  color: #2a3864;
}

.logo__txt--primary {
  color: #fff;
}

.logo__txt--secondary {
  color: #2a3864;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.3rem;
  }
}

.loading {
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #2a3864;
}

.mini_car__pictures-principal {
  height: 8rem;
}

.mini_car__pictures-principal {
  background-size: contain;
  width: 25vh;
  height: 8rem;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 972px) {
  .mini_car__pictures-principal {
    width: 15vh;
    height: 5rem;
  }
}

.sort {
  padding-top: 1rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  text-align: end;
  margin: 0 2rem;
}

.sort svg {
  cursor: pointer;
}

@media (max-width: 971px) {
  .sort {
    justify-content: center;
  }
}

.sort span {
  font-size: 1rem;
  padding-right: 1rem;
}

.mini_car {
  display: flex !important;
  justify-content: center;
  padding: 1rem 0;
  cursor: pointer;
  margin: 0 1rem;
  position: relative;
}

.grid {
  margin: 0;
}

.grid .mini_car__item {
  margin-left: 0;
}

.select_shape {
  position: absolute;
  z-index: -1;
  height: 14rem;
  width: 100%;
  top: 1rem;
  opacity: 0;
  transition: all 0.2s;
  filter: invert(18%) sepia(23%) saturate(1626%) hue-rotate(188deg)
    brightness(101%) contrast(89%);
}
@media (max-width: 971px) {
  .select_shape {
    height: 9rem;
  }
}

.grid .select_shape {
  right: 2rem;
}

.mini_car__item {
  margin-left: 5rem;
  margin-top: 1rem;
}

@media (max-width: 971px) {
  .mini_car__item {
    margin-left: 2rem;
    margin-top: 1rem;
  }
}

.mini_car__text {
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 971px) {
  .mini_car__text {
    font-size: 0.7rem;
  }
}

.mini_car:hover .select_shape {
  opacity: 1;
}

.mini_car:hover .mini_car__text {
  color: #fff;
}

.mini_car:hover .mini_car__price {
  color: #00e9a1;
}

.mini_car__pictures {
  display: flex;
  justify-content: center;
}

.sm_navbar {
  background: #fff;
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0px -13px 28px -1px rgba(47, 47, 47, 0.137);
  box-shadow: 0px -13px 28px -1px rgba(47, 47, 47, 0.137);
}
.sm_navbar__item {
  display: flex;
  color: #2a3864;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 8px;
}

.sm_navbar__item--active {
  background: #2a3864;
  color: #fff;
}

.sm_navbar__item span {
  font-size: 12px;
  text-align: center;
}

.options {
  display: flex;
  flex-wrap: wrap;
}

.option {
  background: #f8377f;
  padding: 6px 20px;
  margin: 0 6px 6px 0px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}

