@charset "UTF-8";
/*!
 * Copyright (c) 2020. Eric Bardoul all rights reserved
 */
/*!
 * Copyright (c) 2020. Eric Bardoul all rights reserved
 */
/*!
 * Copyright (c) 2020. Eric Bardoul all rights reserved
 */
/*!
 * Copyright (c) 2020. Eric Bardoul all rights reserved
 * Sur la base du css original, adaptation à la charte info.date
 */
@import url("https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;900&display=swap");
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #dee2e6;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestions .autocomplete-suggestion {
  position: relative;
  padding: 0.6rem 0.2rem !important;
  /*line-height: 23px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  color: #343a40;
}
.autocomplete-suggestions .autocomplete-suggestion small {
  font-weight: normal;
  color: #6c757d;
  vertical-align: middle;
}
.autocomplete-suggestions .autocomplete-suggestion.selected {
  background: #e9ecef;
}

/*@import "vendor/bootstrap-datepicker";*/
/*!
 * Copyright (c) 2020. Eric Bardoul all rights reserved
 */
a:not(img)[href*="://"]:not([href*=".matinik.com"]):after {
  font-size: 0.6rem;
  margin-left: 0.2rem;
  display: inline-block;
  font-family: "matinik";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "-";
}

:root {
  --star-size: 1rem;
  --star-color: #dbdbdb;
  --star-background: #fc0;
}

.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*!
 * Copyright (c) 2020. Eric Bardoul all rights reserved
 */
#overlay {
  cursor: wait;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
#overlay-text {
  position: sticky;
  width: 100%;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  color: white;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  text-align: center;
}

.navbar {
  padding: 0.5rem 1rem;
}
.navbar-matinik {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
}
.navbar-matinik .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0,0,30,30'><path stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4,7h22M4,15h22M4,23h22'/></svg>");
}
.navbar-matinik .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(68, 75, 81, 0.5);
  border-radius: 0.25rem;
  color: #444b51;
}
.navbar-matinik.min {
  height: 50px;
  max-height: 50px;
  padding: 0.5rem 1rem;
  /*@include transition-in-out(.5s);*/
}
.navbar-matinik.min .navbar-brand svg {
  height: 48px;
  max-height: 48px;
}
.navbar-matinik-toggler-icon {
  background-image: str-replace(str-replace(str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0,0,30,30'><path stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4,7h22M4,15h22M4,23h22'/></svg>"), "<", "%3c"), ">", "%3e"), "#", "%23");
}
.navbar-nav .icon-location-chercher:before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: bottom;
}
.navbar-nav .icon-location-ajouter:before, .navbar-nav .icon-console-user:before {
  padding-right: 0.5rem;
  font-weight: bold;
}
.navbar-nav .dropdown-menu {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 144, 0.25);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 144, 0.25);
  box-shadow: 0 3px 3px rgba(0, 0, 144, 0.25);
}
.navbar .bandeau {
  width: 468px;
  height: calc(60px + 1rem);
  background-color: #dee2e6;
  margin: 0 auto;
}
@media (max-width: 468px) {
  .navbar .bandeau {
    margin: 0.25rem 0;
    height: auto;
  }
}
.navbar .bandeau div {
  background-color: #ffbd64;
  color: white;
  font-size: 0.8rem;
  width: 100%;
  padding: 0 0 0 0.25rem;
  height: 1rem;
  line-height: 1rem;
}
.navbar .bandeau img {
  object-fit: cover;
}
@media (max-width: 468px) {
  .navbar .bandeau img {
    width: 100%;
  }
}

body {
  color: #444b51;
  position: relative;
}
body h1 {
  font-weight: lighter;
  text-align: center;
  font-size: 3rem;
}

.inseccable {
  word-break: unset;
  break-inside: avoid;
  white-space: nowrap;
}

.jarallax {
  background-position: 50% 50%;
}

.alert {
  position: fixed;
  z-index: 90000;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 144, 0.25);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 144, 0.25);
  box-shadow: 0 3px 3px rgba(0, 0, 144, 0.25);
  word-break: break-word;
}
.alert .location-voiture {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  /*align-items: stretch;*/
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .alert {
    width: calc(100% - 2rem);
  }
}
@media (min-width: 769px) {
  .alert {
    width: 768px;
    max-width: calc(100% - 1rem);
  }
}
.footer {
  background-color: #149dcc;
  color: white;
  bottom: 0;
}

.accueil {
  padding-top: 100px;
}
@media (max-width: 468px) {
  .accueil {
    padding-top: 200px;
  }
}
.accueil .section-pro {
  background-color: #55b4d4;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: text-bottom;
  padding: 1rem 1rem;
}
.accueil .section-pro a:link, .accueil .section-pro a:visited, .accueil .section-pro a:hover, .accueil .section-pro a:active {
  color: white;
}
.accueil .section-pro .ligne {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  /*align-items: stretch;*/
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.accueil .section-pro .ligne div.colonne {
  width: 31.25rem;
  text-align: left;
  position: relative;
}
@media (min-width: 1101px) {
  .accueil .section-pro .ligne div.colonne:last-of-type {
    margin-left: 5.5rem;
  }
}
.accueil .section-pro .ligne div.colonne img {
  width: 170px;
  height: 56px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.25rem;
}
.accueil .section-pro .ligne div.colonne div {
  display: inline-block;
  vertical-align: bottom;
}
.accueil .section-promo {
  background-color: #f7ed4a;
}
.accueil .section-promo h3 {
  text-align: center;
}
.accueil .section-promo img {
  background-color: rgba(247, 237, 74, 0.25);
}
.accueil .carousel {
  padding-bottom: 3rem;
}
.accueil .carousel-item.active, .accueil .carousel-item.-left, .accueil .carousel-item.-right, .accueil .carousel-item-next, .accueil .carousel-item-prev {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.accueil .selection-du-moment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("/assets/matinik/image/plage-des-salines.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.accueil .selection-du-moment .card-annonce {
  background: rgb(20, 157, 204);
  background: linear-gradient(180deg, rgb(20, 157, 204) 0%, rgb(20, 157, 204) 50%, rgba(20, 157, 204, 0.8729866947) 76%, rgba(0, 212, 255, 0) 100%);
  color: white;
}
.accueil .selection-du-moment img {
  background-color: rgba(255, 255, 255, 0.25);
}
.accueil .section-gold {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff9300;
}
.accueil .section-gold div.content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.accueil .section-gold h1 {
  color: white;
}
.accueil .section-gold img {
  background-color: rgba(255, 147, 0, 0.25);
}
.accueil .card-annonce {
  width: 17.625rem;
  margin: 0.5rem;
  padding: 1rem 1rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
}
.accueil .card-annonce-nom {
  font-weight: bold;
}
.accueil .card-annonce img {
  width: 15.625rem;
  height: 8.7890625rem;
  margin: 0 auto;
  border-radius: 5px;
}

.annonce h5 {
  margin-top: 0.25rem;
}
.annonce aside {
  z-index: 999;
}
.annonce aside:first-of-type {
  border-top-right-radius: 5px;
  top: 250px;
}
.annonce aside:last-of-type {
  border-bottom-right-radius: 5px;
  top: 455px;
}
.annonce aside.autres-annonces {
  display: block;
  position: absolute;
  left: 0;
  background-color: gold;
  width: 300px;
  height: 205px;
}
@media (max-width: 767px) {
  .annonce aside.autres-annonces {
    display: none;
  }
}
.annonce aside.autres-annonces h3 {
  font-size: 1rem;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.6rem 0.2rem 0 0.2rem;
}
.annonce aside.goto-contact {
  display: block;
  position: absolute;
  left: 0;
  background-color: #149dcc;
  width: auto;
  height: 2rem;
  text-align: right;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  color: white;
  z-index: 1030;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
}
@media (max-width: 768px) {
  .annonce aside.goto-contact {
    width: 100px;
  }
}
.annonce aside.goto-contact a {
  border: 1px solid white;
  border-radius: 5px;
  padding: 0.15rem 0.15rem;
  text-decoration: none;
  /*font-weight: bold;*/
}
.annonce aside.goto-contact a:link, .annonce aside.goto-contact a:active, .annonce aside.goto-contact a:visited, .annonce aside.goto-contact a:focus, .annonce aside.goto-contact a:hover, .annonce aside.goto-contact a:active {
  color: white;
}
.annonce aside.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  width: 71px;
}
.annonce .legal {
  font-size: 0.8rem;
}
.annonce.annonce-location .section-photo-principale {
  background-color: #f9f295;
  text-align: center;
  padding: 100px 1rem 1rem 1rem;
}
@media (max-width: 468px) {
  .annonce.annonce-location .section-photo-principale {
    padding-top: 220px;
  }
}
.annonce.annonce-location .section-photo-principale h3 {
  width: 100%;
}
@media (max-width: 767px) {
  .annonce.annonce-location .section-photo-principale h1 {
    font-size: 1.2rem;
    font-weight: 900;
  }
  .annonce.annonce-location .section-photo-principale h3 {
    font-size: 1rem;
  }
}
.annonce.annonce-location .section-photo-principale .jarallax {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  max-height: 700px;
  height: 700px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .annonce.annonce-location .section-photo-principale .jarallax {
    max-height: 400px;
    height: 400px;
  }
}
.annonce.annonce-location .section-photo-principale .jarallax .PLS:before {
  color: red;
  background-color: yellow;
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 1rem;
  border: 1px solid black;
  content: "7";
  font-family: matinik;
  z-index: 999;
}
@media print {
  .annonce.annonce-location .section-photo-principale .jarallax .PLS:before {
    display: none;
  }
}
.annonce.annonce-location .section-photo-principale .jarallax .anciennete {
  position: absolute;
  bottom: 2.5rem;
  right: -5rem;
  background-color: red;
  font-weight: bold;
  color: yellow;
  transform: rotate(-45deg);
  border: 3px solid yellow;
  padding: 0.2rem 5rem;
  text-align: center;
}
.annonce.annonce-location .section-photo-principale .jarallax img {
  max-height: 700px;
  width: auto;
  max-width: calc(100% - 1rem);
  position: relative;
  background-color: lightgray;
  margin: 0;
}
.annonce.annonce-location .section-photo-principale .jarallax .btn {
  position: absolute;
  left: 20px;
  bottom: 2.5rem;
  text-align: center;
}
.annonce.annonce-location .section-photo-principale .jarallax .prix-mini {
  position: absolute;
  right: 15%;
  bottom: 0;
  text-align: center;
  width: 30%;
  z-index: 1000;
  background-color: rgba(249, 150, 36, 0.8);
  color: white;
  padding: 0.25rem;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .annonce.annonce-location .section-photo-principale .jarallax .prix-mini {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .annonce.annonce-location .section-photo-principale .jarallax .prix-mini {
    right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.annonce.annonce-location .section-photo-principale .jarallax .prix-mini span {
  font-size: 1.2rem;
  font-weight: bold;
}
@media print {
  .annonce.annonce-location .section-photo-principale .jarallax {
    width: 20cm;
  }
  .annonce.annonce-location .section-photo-principale .jarallax img {
    max-height: 700px;
    width: 20cm;
    position: relative;
    background-color: lightgray;
    margin: 0;
  }
  .annonce.annonce-location .section-photo-principale .jarallax .btn {
    display: none;
  }
}
.annonce.annonce-location .section-photo-principale .accueil-special img {
  width: 80px;
}
.annonce.annonce-location .section-photo-principale .accueil-special ul {
  list-style: none;
}
.annonce.annonce-location .section-photo-principale .accueil-special ul:last-of-type {
  margin-bottom: 0;
}
.annonce.annonce-location .section-promo {
  background-color: #ff9900;
  background: linear-gradient(45deg, #f7ed4a, #ff9900);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.2rem;
}
.annonce.annonce-location .section-promo .card-promo {
  width: 300px;
  padding: 0.5rem;
  transform: rotate(-5deg);
  background-color: white;
  font-family: "Rubik", sans-serif;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  position: relative;
}
.annonce.annonce-location .section-promo .card-promo:before {
  content: "PROMO";
  color: orangered;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  width: 100px;
  text-align: center;
  top: 1rem;
  left: -1.2rem;
  font-weight: 900;
  border-bottom: 2px solid orangered;
}
.annonce.annonce-location .section-promo .card-promo .date {
  text-align: right;
}
.annonce.annonce-location .section-promo .card-promo .prix {
  color: orangered;
  text-align: center;
}
.annonce.annonce-location .section-promo .card-promo .prix .nouveau-prix {
  background-image: url("/assets/matinik/image/surligne.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.annonce.annonce-location .section-promo .card-promo .prix .ancien-prix {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.annonce.annonce-location .section-promo .card-promo .prix .ancien-prix::before, .annonce.annonce-location .section-promo .card-promo .prix .ancien-prix::after {
  content: "";
  width: 110%;
  position: absolute;
  right: 0;
  top: 50%;
}
.annonce.annonce-location .section-promo .card-promo .prix .ancien-prix::before {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(-20deg);
  transform: skewY(-20deg);
}
.annonce.annonce-location .section-promo .card-promo .prix .ancien-prix::after {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(20deg);
  transform: skewY(20deg);
}
.annonce.annonce-location .section-promo .card-promo .titre {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.55rem;
  margin: 0.2rem 0 0.5rem 0;
}
.annonce.annonce-location .section-promo .card-promo .texte {
  color: #800080;
  font-family: "Reenie Beanie", cursive;
  font-size: 1.5rem;
  line-height: 80%;
}
.annonce.annonce-location .section-couchages {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.2rem;
  color: #444b51;
}
@media (max-width: 767px) {
  .annonce.annonce-location .section-couchages {
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
  }
}
.annonce.annonce-location .section-couchages .icon-masque {
  font-weight: 900;
}
.annonce.annonce-location .section-couchages .mq-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  /*width: 300px;*/
  padding: 0.5rem;
  text-wrap: normal;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .annonce.annonce-location .section-couchages .mq-card {
    align-items: flex-start;
    justify-content: left;
  }
}
.annonce.annonce-location .section-couchages .mq-card > div {
  max-width: 300px;
}
.annonce.annonce-location .section-couchages .mq-card h5 {
  color: black;
}
.annonce.annonce-location .section-couchages .mq-card .icon {
  font-size: 4rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .annonce.annonce-location .section-couchages .mq-card .icon {
    font-size: 2rem;
  }
}
.annonce.annonce-location .section-couchages .mq-card .icon:before {
  vertical-align: top;
}
.annonce.annonce-location .section-couchages .mq-card .icon.icon-anti-moustique {
  color: orangered;
}
.annonce.annonce-location .section-equipements {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.2rem;
}
.annonce.annonce-location .section-equipements .icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.annonce.annonce-location .section-equipements .icons.equipements {
  color: #707070;
}
.annonce.annonce-location .section-equipements .icons .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 0.6rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  max-width: 5rem;
}
.annonce.annonce-location .section-equipements .icons .icon.distances {
  color: #b35ab3;
}
.annonce.annonce-location .section-equipements .icons .icon.services {
  color: #07bd50;
}
.annonce.annonce-location .section-equipements .icons .icon div {
  text-align: center;
  width: 100%;
}
.annonce.annonce-location .section-equipements .icons .icon div:first-of-type:before {
  width: 100%;
  text-align: center;
  font-size: 3rem;
}
.annonce.annonce-location .section-equipements .icons .icon div:last-of-type {
  color: black;
}
.annonce.annonce-location .section-notes {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.2rem;
}
.annonce.annonce-location .section-notes .card-note .note {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
  position: relative;
}
.annonce.annonce-location .section-notes .card-note .note [class^=icon-etoile-] {
  padding-top: 3rem;
  width: 3rem;
  text-align: center;
}
.annonce.annonce-location .section-notes .card-note .note [class^=icon-etoile-]:before {
  font-size: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  color: yellow;
  text-shadow: 0 0 2px rgb(0, 0, 0);
}
.annonce.annonce-location .section-notes .card-note .note .locataire strong {
  color: black;
}
.annonce.annonce-location .section-texte {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.2rem;
}
.annonce.annonce-location .section-texte blockquote {
  border-left: 2px solid #149dcc;
  padding-left: 1rem;
}
@media (min-width: 769px) {
  .annonce.annonce-location .section-texte .texte {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3rem;
    -webkit-column-gap: 3rem;
    -o-column-gap: 3rem;
    column-gap: 3rem;
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-color: #767676;
    -webkit-column-rule-style: dotted;
    -moz-column-rule-width: 1px;
    -moz-column-rule-color: #767676;
    -moz-column-rule-style: dotted;
    -o-column-rule-width: 1px;
    -o-column-rule-color: #767676;
    -o-column-rule-style: dotted;
    column-rule-width: 1px;
    column-rule-color: #767676;
    column-rule-style: dotted;
    text-align: justify;
  }
}
.annonce.annonce-location .section-tarif {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.2rem;
}
.annonce.annonce-location .section-tarif .badge {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: text-bottom;
}
.annonce.annonce-location .section-tarif .badge-TS {
  background-color: white;
}
.annonce.annonce-location .section-tarif .badge-BS {
  background-color: deepskyblue;
}
.annonce.annonce-location .section-tarif .badge-MS {
  background-color: bisque;
}
.annonce.annonce-location .section-tarif .badge-HS {
  background-color: goldenrod;
}
.annonce.annonce-location .section-tarif .badge-THS {
  background-color: orangered;
}
.annonce.annonce-location .section-tarif .badge-TTHS {
  background-color: #aa4a2a;
}
.annonce.annonce-location .section-tarif .moyen-paiement ul {
  list-style: none;
}
.annonce.annonce-location .section-tarif .moyen-paiement ul li {
  display: inline-block;
  margin-left: 0.75rem;
}
.annonce.annonce-location .section-tarif .moyen-paiement ul li:not(:first-of-type):before {
  content: "•";
  padding-right: 0.5rem;
}
.annonce.annonce-location .section-tarif .cal {
  font-size: 0.5rem;
  cursor: default;
}
.annonce.annonce-location .section-tarif .cal-j {
  border: 1px solid black;
}
.annonce.annonce-location .section-tarif .cal-j.TS {
  background-color: white;
}
.annonce.annonce-location .section-tarif .cal-j.BS {
  background-color: deepskyblue;
}
.annonce.annonce-location .section-tarif .cal-j.MS {
  background-color: bisque;
}
.annonce.annonce-location .section-tarif .cal-j.HS {
  background-color: goldenrod;
}
.annonce.annonce-location .section-tarif .cal-j.THS {
  background-color: orangered;
}
.annonce.annonce-location .section-tarif .cal-j.TTHS {
  background-color: #aa4a2a;
}
.annonce.annonce-location .section-tarif .cal-invalide {
  border: 1px solid black;
  background-color: black;
}
.annonce.annonce-location .section-tarif .cal tr:hover th {
  background-color: #dee2e6;
}
.annonce .annonce-voiture:first-of-type {
  margin-top: 100px;
}
@media (max-width: 468px) {
  .annonce .annonce-voiture:first-of-type {
    margin-top: 200px;
  }
}
.annonce .annonce-voiture .goodly-0374 .icon:before {
  font-size: 4rem;
}
.annonce .annonce-voiture .goodly-0374.tarif .card-text {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.annonce .annonce-voiture .goodly-0374.tarif .big {
  font-family: "Rubik", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  color: black;
}
.annonce .annonce-voiture .goodly-0374.tarif .small {
  font-size: 1.5rem;
  width: 40%;
  text-align: right;
  padding-right: 1rem;
}
.annonce .annonce-voiture .goodly-0374.tarif .exp {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  align-self: flex-start;
  padding-top: 0.5rem;
}
.annonce .annonce-voiture .ted-loc-1339 .couleur-titre-1 {
  color: #141c56;
}
.annonce .annonce-voiture .ted-loc-1339 .couleur-titre-2 {
  color: #00ad45;
}
.annonce .annonce-voiture .ted-loc-1339 .couleur-titre-3 {
  color: #ff0000;
}
.annonce .annonce-voiture .ted-loc-1339 img {
  max-width: 100%;
}
.annonce .annonce-voiture .ted-loc-1339.tarif .card-text {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.annonce .annonce-voiture .ted-loc-1339.tarif .big {
  font-family: "Rubik", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: black;
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .annonce .annonce-voiture .ted-loc-1339.tarif .big {
    font-size: 1.8rem;
  }
}
.annonce .annonce-voiture .ted-loc-1339.tarif .small {
  font-size: 1.2rem;
  width: 40%;
  text-align: right;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .annonce .annonce-voiture .ted-loc-1339.tarif .small {
    font-size: 1rem;
  }
}
.annonce .annonce-voiture .ted-loc-1339.tarif .exp {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  align-self: flex-start;
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .annonce .annonce-voiture .ted-loc-1339.tarif .exp {
    font-size: 1rem;
  }
}
.annonce .annonce-voiture .luceenne-1668 .icon:before, .annonce .annonce-voiture .ekoloc-1786 .icon:before {
  font-size: 4rem;
}
.annonce .annonce-voiture .luceenne-1668.tarif .card-text, .annonce .annonce-voiture .ekoloc-1786.tarif .card-text {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.annonce .annonce-voiture .luceenne-1668.tarif .big, .annonce .annonce-voiture .ekoloc-1786.tarif .big {
  font-family: "Rubik", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: black;
}
.annonce .annonce-voiture .luceenne-1668.tarif .small, .annonce .annonce-voiture .ekoloc-1786.tarif .small {
  font-size: 1.2rem;
  width: 60%;
  text-align: right;
  align-self: center;
  padding-right: 1rem;
}
.annonce .annonce-voiture .luceenne-1668.tarif .exp, .annonce .annonce-voiture .ekoloc-1786.tarif .exp {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  align-self: flex-start;
  padding-top: 0.5rem;
}
.annonce .annonce-voiture .luceenne-1668 .check, .annonce .annonce-voiture .ekoloc-1786 .check {
  list-style: none;
}
@media (max-width: 768px) {
  .annonce .annonce-voiture .luceenne-1668 .check, .annonce .annonce-voiture .ekoloc-1786 .check {
    padding-left: 0;
  }
}
.annonce .annonce-voiture .luceenne-1668 .check li, .annonce .annonce-voiture .ekoloc-1786 .check li {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .annonce .annonce-voiture .luceenne-1668 .check li, .annonce .annonce-voiture .ekoloc-1786 .check li {
    margin-left: 0;
  }
}
.annonce .annonce-voiture .luceenne-1668 .check li:before, .annonce .annonce-voiture .ekoloc-1786 .check li:before {
  font-family: matinik;
  font-size: 1.2rem;
  color: #00cc00;
  content: "1";
  padding-right: 0.5rem;
  vertical-align: middle;
  display: inline-block;
}
.annonce .annonce-voiture .luceenne-1668 .check li .inclus, .annonce .annonce-voiture .ekoloc-1786 .check li .inclus {
  transform: rotate(-5deg);
  background-color: #00cc00;
  color: white;
  font-size: 0.7rem;
  padding: 0.1rem 0.2rem;
  border-radius: 5px;
  display: inline-block;
}
.annonce .annonce-voiture .luceenne-1668 .confort, .annonce .annonce-voiture .ekoloc-1786 .confort {
  list-style: none;
  margin-bottom: 0;
}
.annonce .annonce-voiture .luceenne-1668 .confort li.clim:before, .annonce .annonce-voiture .ekoloc-1786 .confort li.clim:before {
  content: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 21 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.08 8.017H17.38l.92-1.516a.765.765 0 0 0-.302-1.073.847.847 0 0 0-1.127.288l-.919 1.516-1.322-2.182h1.838c.456 0 .825-.351.825-.785 0-.434-.37-.785-.825-.785h-1.838l1.349-2.225a.765.765 0 0 0-.302-1.073.847.847 0 0 0-1.127.287l-1.348 2.225-.92-1.516a.847.847 0 0 0-1.126-.287.765.765 0 0 0-.302 1.073l.92 1.516H9.128l.92-1.516A.765.765 0 0 0 9.747.89a.847.847 0 0 0-1.127.287l-.919 1.516L6.352.47A.847.847 0 0 0 5.226.182a.765.765 0 0 0-.302 1.073L6.273 3.48H4.435c-.456 0-.825.351-.825.785 0 .434.37.785.825.785h1.838L4.95 7.232l-.92-1.516a.847.847 0 0 0-1.126-.288.765.765 0 0 0-.302 1.073l.92 1.516H.824c-.456 0-.825.352-.825.785 0 .434.37.786.825.786h2.697l-.919 1.516a.765.765 0 0 0 .302 1.073.853.853 0 0 0 1.126-.288l.92-1.516 1.322 2.181H4.435c-.456 0-.825.352-.825.786 0 .434.37.785.825.785h1.838L4.924 16.35a.765.765 0 0 0 .302 1.073.853.853 0 0 0 1.126-.288l1.35-2.225.918 1.516a.853.853 0 0 0 1.126.287.765.765 0 0 0 .302-1.072l-.919-1.516h2.645l-.919 1.516a.765.765 0 0 0 .302 1.073.853.853 0 0 0 1.126-.288l.92-1.516 1.348 2.225a.852.852 0 0 0 1.126.287.765.765 0 0 0 .303-1.072l-1.35-2.225h1.839c.455 0 .824-.351.824-.785 0-.434-.369-.786-.824-.786H14.63l1.322-2.18.919 1.515a.852.852 0 0 0 1.126.287.765.765 0 0 0 .302-1.072l-.919-1.516h2.698c.455 0 .825-.352.825-.786 0-.433-.37-.785-.825-.785zm-7.354 4.537H8.177L5.903 8.802 8.177 5.05h4.55L15 8.802l-2.275 3.752z' fill='%23444B51' fill-rule='nonzero'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  margin-right: 0.8em;
  vertical-align: top;
}
.annonce .annonce-voiture .luceenne-1668 .confort li.sieges:before, .annonce .annonce-voiture .ekoloc-1786 .confort li.sieges:before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='25' viewBox='0 0 11 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.708.51A1.08 1.08 0 0 0 9.9.154h-.861c-.635 0-1.24.52-1.35 1.161l-.054.317c-.054.319.019.62.207.85.188.23.465.356.781.356h1.112c.154 0 .303-.031.442-.088l-.118 1.036a.931.931 0 0 0-.37-.076H8.42c-.543 0-1.077.444-1.19.989L6.11 10.12l-5.292-.39c-.286-.02-.525.079-.673.274-.138.182-.179.428-.114.69l.615 2.484c.134.538.683.976 1.224.976h6.762c.549 0 1.043-.456 1.1-1.015l.868-8.39c.005-.049.006-.096.004-.143l.297-2.602c.042-.112.07-.23.077-.354l.02-.29c.022-.32-.08-.623-.289-.852z' fill='%23444B51' fill-rule='nonzero'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 1em;
  vertical-align: top;
}
.annonce .annonce-voiture .luceenne-1668 .confort li.carburant:before, .annonce .annonce-voiture .ekoloc-1786 .confort li.carburant:before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='25' viewBox='0 0 10 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.927 1.648-1-1a.25.25 0 1 0-.354.354l.823.823-.823.823a.25.25 0 0 0-.073.177v.75c0 .551.448 1 1 1v4.25a.25.25 0 0 1-.5 0v-.5a.75.75 0 0 0-.75-.75H8v-6.5c0-.552-.448-1-1-1H2c-.551 0-1 .448-1 1v9c-.552 0-1 .448-1 1v.75c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-.75c0-.552-.448-1-1-1v-2h.25a.25.25 0 0 1 .25.25v.5a.75.75 0 0 0 1.5 0v-7a.25.25 0 0 0-.073-.177zM7 4.789c0 .158-.112.286-.25.286h-4.5c-.138 0-.25-.128-.25-.286V1.36c0-.158.112-.285.25-.285h4.5c.138 0 .25.127.25.285v3.43z' fill='%23444B51' fill-rule='nonzero'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 1em;
  vertical-align: top;
}
.annonce .annonce-voiture .luceenne-1668 .confort li.portes:before, .annonce .annonce-voiture .ekoloc-1786 .confort li.portes:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='25' viewBox='0 0 14 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-835-1291H605V945H-835z'%3E%3C/path%3E%3Cg transform='translate(-448 -104)'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M453.654 108.64a.28.28 0 0 0 .19-.073l.539-.5a.237.237 0 0 0 0-.353.284.284 0 0 0-.381 0l-.539.5a.237.237 0 0 0 0 .353.28.28 0 0 0 .19.074zM455.079 107.714l-1.616 1.5a.237.237 0 0 0 0 .353.28.28 0 0 0 .19.074.28.28 0 0 0 .191-.074l1.616-1.5a.237.237 0 0 0 0-.353.284.284 0 0 0-.381 0z' fill='%231A51A2'%3E%3C/path%3E%3Cpath d='M461.808 105.58c-.31-.579-.934-.94-1.627-.94h-5.652c-1.082 0-2.115.434-2.834 1.19l-2.74 2.881a3.421 3.421 0 0 0-.955 2.39l.488 3.52c.07.505.32.981.705 1.341.468.438 1.09.679 1.752.679h9.888c.644 0 1.167-.49 1.167-1.091v-9.209a1.62 1.62 0 0 0-.192-.76zm-11.542 4.218 2.738-2.88a2.11 2.11 0 0 1 1.526-.641h5.651c.027 0 .05.013.069.064v4.3h-10.477c.054-.29.203-.538.493-.843zm10.276 4.66h-10.5c-.162 0-.292-.121-.292-.272 0-.15.13-.273.292-.273h10.5c.16 0 .291.122.291.273 0 .15-.13.273-.291.273zm0-1.636h-1.75c-.162 0-.292-.122-.292-.272 0-.151.13-.273.292-.273h1.75c.16 0 .291.122.291.273 0 .15-.13.272-.291.272z' fill='%23444B51'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  margin-right: 1em;
  vertical-align: top;
}
.annonce .annonce-voiture .luceenne-1668 .confort li.boite:before, .annonce .annonce-voiture .ekoloc-1786 .confort li.boite:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='25' viewBox='0 0 9 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25 10.095c0-.434-.336-.785-.75-.785 0-.434-.336-.786-.75-.786h-1.5V3.59A1.58 1.58 0 0 0 6 2.238C6 1.371 5.327.667 4.5.667S3 1.37 3 2.238c0 .58.304 1.08.75 1.353v4.933h-1.5c-.414 0-.75.352-.75.786-.414 0-.75.351-.75.785-.414 0-.75.352-.75.786 0 .434.336.786.75.786h7.5c.414 0 .75-.352.75-.786 0-.434-.336-.786-.75-.786zM4.125 1.452c.207 0 .375.176.375.393a.384.384 0 0 1-.375.393.384.384 0 0 1-.375-.393c0-.217.168-.393.375-.393z' fill='%23444B51' fill-rule='nonzero'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 1em;
  vertical-align: top;
}
.annonce .annonce-voiture .section-tarif {
  background-color: #ff9900;
  background: linear-gradient(45deg, #f7ed4a, #ff9900);
  background: linear-gradient(45deg, #f9f295, #ff9900);
}
.annonce .annonce-voiture hr {
  background-color: #ff9900;
  height: 2px;
}
.annonce .annonce-voiture .devis {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: black;
}
.annonce .annonce-bon-plan:first-of-type {
  margin-top: 100px;
}
@media (max-width: 468px) {
  .annonce .annonce-bon-plan:first-of-type {
    margin-top: 200px;
  }
}
.annonce .annonce-bon-plan .bloc-photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .annonce .annonce-bon-plan .texte {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3rem;
    -webkit-column-gap: 3rem;
    -o-column-gap: 3rem;
    column-gap: 3rem;
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-color: #767676;
    -webkit-column-rule-style: dotted;
    -moz-column-rule-width: 1px;
    -moz-column-rule-color: #767676;
    -moz-column-rule-style: dotted;
    -o-column-rule-width: 1px;
    -o-column-rule-color: #767676;
    -o-column-rule-style: dotted;
    column-rule-width: 1px;
    column-rule-color: #767676;
    column-rule-style: dotted;
    text-align: justify;
  }
  .annonce .annonce-bon-plan .texte div {
    padding-bottom: 1rem;
  }
}
.annonce .annonce-bon-plan hr {
  background-color: #ff9900;
  height: 2px;
}
.annonce .annonce-bon-plan .devis {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: black;
}
.annonce .annonce-bon-plan .bon-reduction {
  position: relative;
}
@media print {
  .annonce .annonce-bon-plan .bon-reduction {
    width: 150mm !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.annonce .annonce-bon-plan .bon-reduction:before {
  font-family: matinik;
  content: "]";
  font-size: 2rem;
  position: absolute;
  left: -1rem;
  top: 50%;
  color: #adb5bd;
}
@media print {
  .annonce .annonce-bon-plan .bon-reduction:before {
    color: black;
  }
}
.annonce .annonce-bon-plan .bon-reduction.card {
  border: 2px dashed #adb5bd;
}
@media print {
  .annonce .annonce-bon-plan .bon-reduction.card {
    border-color: black;
  }
}
.annonce .annonce-bon-plan .bon-reduction.card .card-header {
  background-color: #ff9900;
  background: linear-gradient(45deg, #f7ed4a, #ff9900);
  font-weight: bold;
  color: black;
}
@media print {
  .annonce .annonce-bon-plan .bon-reduction.card .card-header {
    background-color: white;
    background: none;
  }
}
.annonce .annonce-bon-plan .bon-reduction.card .card-body {
  padding-top: 0.2rem;
  background-color: rgba(255, 153, 0, 0.15);
}
@media print {
  .annonce .annonce-bon-plan .bon-reduction.card .card-body {
    background-color: white;
  }
}
.annonce .annonce-bon-plan .bon-reduction.card .card-footer {
  background-color: rgba(230, 255, 0, 0.15);
  font-weight: bold;
  text-align: center;
}
.annonce .annonce-bon-plan .bon-reduction.card .card-footer .icon-imprimante:before {
  padding-right: 0.5rem;
  font-weight: bold;
  font-size: 2rem;
  vertical-align: middle;
  text-decoration: none;
}
@media print {
  .annonce .annonce-bon-plan .bon-reduction.card .card-footer {
    background-color: white;
  }
}
@media print {
  .annonce .annonce-bon-plan .bon-reduction.card .card-footer {
    display: none;
  }
}
.annonce .annonce-bon-plan .bon-reduction.card .logo {
  padding-top: 0;
  padding-bottom: 0;
}
.annonce .annonce-bon-plan .bon-reduction.card .logo svg .logo {
  display: inline-block;
  fill: transparent;
}
.annonce .section-contact {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.2rem;
}
.annonce .section-contact .nom-contact {
  font-size: 2rem;
}
.annonce .section-contact .tel-contact {
  color: #6c757d;
}
.annonce .section-contact .tel-contact .nuit {
  color: white;
  background-color: midnightblue;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
}
.annonce .section-contact .tel-contact .nuit div:first-of-type {
  font-size: 3rem;
  line-height: 3rem;
  margin-right: 1rem;
}
.annonce .section-contact .tel-contact .livraison {
  color: black;
  background-color: #dadaff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
}
.annonce .section-contact .tel-contact .livraison div:first-of-type {
  font-size: 3rem;
  line-height: 3rem;
  margin-right: 1rem;
}
.annonce .section-contact form {
  border-top: 2px dashed #adb5bd;
}
.annonce .section-promo {
  background-color: #ff9900;
  background: linear-gradient(45deg, #f7ed4a, #ff9900);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.2rem;
}
.annonce .section-promo .card-promo {
  width: 300px;
  padding: 0.5rem;
  transform: rotate(-5deg);
  background-color: white;
  font-family: "Rubik", sans-serif;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 144, 0.25);
  position: relative;
}
.annonce .section-promo .card-promo:before {
  content: "PROMO";
  color: orangered;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  width: 100px;
  text-align: center;
  top: 1rem;
  left: -1.2rem;
  font-weight: 900;
  border-bottom: 2px solid orangered;
}
.annonce .section-promo .card-promo .date {
  text-align: right;
}
.annonce .section-promo .card-promo .prix {
  color: orangered;
  text-align: center;
}
.annonce .section-promo .card-promo .prix .nouveau-prix {
  background-image: url("/assets/matinik/image/surligne.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.annonce .section-promo .card-promo .prix .ancien-prix {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.annonce .section-promo .card-promo .prix .ancien-prix::before, .annonce .section-promo .card-promo .prix .ancien-prix::after {
  content: "";
  width: 110%;
  position: absolute;
  right: 0;
  top: 50%;
}
.annonce .section-promo .card-promo .prix .ancien-prix::before {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(-20deg);
  transform: skewY(-20deg);
}
.annonce .section-promo .card-promo .prix .ancien-prix::after {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(20deg);
  transform: skewY(20deg);
}
.annonce .section-promo .card-promo .titre {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.55rem;
  margin: 0.2rem 0 0.5rem 0;
}
.annonce .section-promo .card-promo .texte {
  color: #800080;
  font-family: "Reenie Beanie", cursive;
  font-size: 1.5rem;
  line-height: 80%;
}

.appreciation {
  margin-top: 120px;
}
@media (max-width: 468px) {
  .appreciation {
    margin-top: 200px;
  }
}
.appreciation .section-notes {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.2rem;
}
.appreciation .section-notes .card-note .note {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
  position: relative;
}
.appreciation .section-notes .card-note .note [class^=icon-etoile-] {
  padding-top: 3rem;
  width: 3rem;
  text-align: center;
}
.appreciation .section-notes .card-note .note [class^=icon-etoile-]:before {
  font-size: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  color: yellow;
  text-shadow: 0 0 2px rgb(0, 0, 0);
}
.appreciation .section-notes .card-note .note .locataire strong {
  color: black;
}

.resa {
  padding-bottom: 5rem;
}
.resa .section-message {
  margin-top: 120px;
  padding: 1rem;
  background-color: rgba(0, 191, 255, 0.25);
  border-radius: 5px;
}
@media (max-width: 468px) {
  .resa .section-message {
    margin-top: 200px;
  }
}
.resa .section-message .reference {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid white;
}
.resa .section-message .reference .id-resa {
  font-size: 3.5rem;
}
.resa .section-message .reference .vertical {
  display: inline-block;
  transform: rotate(-90deg);
  font-weight: bold;
  padding-left: 0.9rem;
  height: 1rem;
}
.resa .section-message .reference .contact {
  margin-left: 2rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.resa .section-message .confirmation {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid white;
}
.resa .section-location-voiture {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  /*width: 300px;*/
  padding: 0.5rem;
  text-wrap: normal;
  position: relative;
  margin-top: 1rem;
  background-color: #fafad2;
}
.resa .section-suggestion {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.resa .section-suggestion .card-annonce {
  width: 17.625rem;
  margin: 0.5rem;
  padding: 1rem 1rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
  background-color: rgba(0, 191, 255, 0.25);
}
.resa .section-suggestion .card-annonce-nom {
  font-weight: bold;
}
.resa .section-suggestion .card-annonce img {
  width: 15.625rem;
  height: 8.7890625rem;
  margin: 0 auto;
  border-radius: 5px;
}
.resa .section-suggestion div.content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.resa .section-suggestion h1 {
  /*color: white;*/
}
.resa .section-suggestion img {
  background-color: rgba(68, 75, 81, 0.25);
}

.recherche {
  padding-top: 100px;
}
@media (max-width: 468px) {
  .recherche {
    padding-top: 200px;
  }
}
.recherche h5 {
  margin-top: 0.25rem;
}
.recherche .section-resultat {
  padding-bottom: 1.2rem;
  max-width: 74.5rem;
  margin-left: auto;
  margin-right: auto;
}
.recherche .section-resultat .card-annonce {
  width: 17.625rem;
  margin: 0.5rem;
  padding: 1rem 1rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
  background-color: rgba(0, 191, 255, 0.25);
}
.recherche .section-resultat .card-annonce .resume {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  font-size: 0.9rem;
}
.recherche .section-resultat .card-annonce .resume .voyageur {
  width: 40%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 5px;
  padding: 0.25rem 0;
}
.recherche .section-resultat .card-annonce .resume .prix-mini {
  text-align: center;
  background-color: rgba(249, 150, 36, 0.8);
  color: white;
  padding: 0.25rem 0;
  width: 60%;
  border-bottom-right-radius: 5px;
}
.recherche .section-resultat .card-annonce .resume .prix-mini .ancien-prix {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.recherche .section-resultat .card-annonce .resume .prix-mini .ancien-prix::before, .recherche .section-resultat .card-annonce .resume .prix-mini .ancien-prix::after {
  content: "";
  width: 110%;
  position: absolute;
  right: 0;
  top: 50%;
}
.recherche .section-resultat .card-annonce .resume .prix-mini .ancien-prix::before {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(-20deg);
  transform: skewY(-20deg);
}
.recherche .section-resultat .card-annonce .resume .prix-mini .ancien-prix::after {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(20deg);
  transform: skewY(20deg);
}
.recherche .section-resultat .card-annonce-nom {
  font-weight: bold;
}
.recherche .section-resultat .card-annonce img {
  width: 15.625rem;
  height: 8.7890625rem;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.recherche .section-resultat .card-annonce-avis {
  font-size: 0.95rem;
}
.recherche .section-resultat div.content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.recherche .section-resultat h1 {
  /*color: white;*/
}
.recherche .section-resultat img {
  background-color: rgba(68, 75, 81, 0.25);
}

.error-404 {
  padding-top: 100px;
}
@media (max-width: 468px) {
  .error-404 {
    padding-top: 200px;
  }
}
.error .big {
  font-size: 2rem;
  text-align: center;
  padding: 1rem;
}
.error .nav-link {
  display: inline-block;
}
.error .nav-link.icon-location-chercher:before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: bottom;
}

.inscription {
  padding-top: 100px;
}
@media (max-width: 468px) {
  .inscription {
    padding-top: 200px;
  }
}
.inscription h1, .inscription h2, .inscription h3 {
  width: 100%;
}
.inscription h3 {
  margin-top: 1rem;
  text-align: center;
}
.inscription .row-2 [class*=icon-] {
  font-size: 5rem;
  color: rgb(255, 153, 0);
  padding-bottom: 0;
}
.inscription .legend {
  border-top: 2px solid rgb(255, 153, 0);
  font-weight: bold;
  font-size: 1.2rem;
  color: rgb(255, 153, 0);
}
.inscription .legend small {
  color: #6c757d;
}
.inscription .container-fluid .row .card img {
  width: 100%;
  object-fit: cover;
}

.decalage-horaire, .contact-administratif, .confidentialite, .cgu {
  padding-top: 100px;
}
@media (max-width: 468px) {
  .decalage-horaire, .contact-administratif, .confidentialite, .cgu {
    padding-top: 200px;
  }
}
.decalage-horaire h1, .decalage-horaire h2, .decalage-horaire h3, .contact-administratif h1, .contact-administratif h2, .contact-administratif h3, .confidentialite h1, .confidentialite h2, .confidentialite h3, .cgu h1, .cgu h2, .cgu h3 {
  width: 100%;
}
.decalage-horaire .couleur-vert, .contact-administratif .couleur-vert, .confidentialite .couleur-vert, .cgu .couleur-vert {
  color: #218621;
}
.decalage-horaire .couleur-rouge, .contact-administratif .couleur-rouge, .confidentialite .couleur-rouge, .cgu .couleur-rouge {
  color: #ff2121;
}
.decalage-horaire .big, .contact-administratif .big, .confidentialite .big, .cgu .big {
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .decalage-horaire .texte, .contact-administratif .texte, .confidentialite .texte, .cgu .texte {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3rem;
    -webkit-column-gap: 3rem;
    -o-column-gap: 3rem;
    column-gap: 3rem;
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-color: #767676;
    -webkit-column-rule-style: dotted;
    -moz-column-rule-width: 1px;
    -moz-column-rule-color: #767676;
    -moz-column-rule-style: dotted;
    -o-column-rule-width: 1px;
    -o-column-rule-color: #767676;
    -o-column-rule-style: dotted;
    column-rule-width: 1px;
    column-rule-color: #767676;
    column-rule-style: dotted;
    text-align: justify;
  }
}
@media print {
  .decalage-horaire .texte, .contact-administratif .texte, .confidentialite .texte, .cgu .texte {
    column-width: 8cm;
    column-count: 2 !important;
    column-gap: 2cm !important;
    column-rule-color: #767676;
    column-rule-style: dotted;
    text-align: justify;
  }
}

#horloge {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
#horloge div {
  position: absolute;
}
#horloge #ciel {
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets/matinik/image/horloge/ciel.png);
  background-size: 160px;
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 160px;
  height: 160px;
}
#horloge #cadran {
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets/matinik/image/horloge/cadran.png);
  background-size: 160px;
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 160px;
  height: 160px;
  -webkit-filter: drop-shadow(2px 2px 5px black);
  filter: drop-shadow(2px 2px 5px black);
}
#horloge #heure {
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets/matinik/image/horloge/heure.png);
  background-size: 160px;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
}
#horloge #minute {
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets/matinik/image/horloge/minute.png);
  background-size: 160px;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
}
#horloge #seconde {
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets/matinik/image/horloge/seconde.png);
  background-size: 160px;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
}
#horloge #ciel {
  animation-name: tourne_ciel;
  animation-duration: 86400s;
  -webkit-animation-duration: 86400s;
  -moz-animation-duration: 86400s;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#horloge #heure {
  animation-name: tourne_heure;
  animation-duration: 43200s;
  -webkit-animation-duration: 43200s;
  -moz-animation-duration: 43200s;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-filter: drop-shadow(0 0 1px rgba(76, 76, 76, 0.9));
  -moz-filter: drop-shadow(0 0 1px rgba(76, 76, 76, 0.9));
  filter: drop-shadow(0 0 1px rgba(76, 76, 76, 0.9));
}
#horloge #minute {
  animation: tourne_minute 3600s steps(300, end) infinite;
  -webkit-animation: tourne_minute 3600s steps(300, end) infinite;
  moz-animation: tourne_minute 3600s steps(300, end) infinite;
  transform-origin: 50% 50%;
  -webkit-filter: drop-shadow(0 0 1px rgba(76, 76, 76, 0.9));
  -moz-filter: drop-shadow(0 0 1px rgba(76, 76, 76, 0.9));
  filter: drop-shadow(0 0 1px rgba(76, 76, 76, 0.9));
}
#horloge #seconde {
  animation: tourne_seconde 60s steps(30, end) infinite;
  -webkit-animation: tourne_seconde 60s steps(30, end) infinite;
  -moz-animation: tourne_seconde 60s steps(30, end) infinite;
  transform-origin: 50% 50%;
  -webkit-filter: drop-shadow(0 0 3px rgba(76, 76, 76, 0.9));
  -moz-filter: drop-shadow(0 0 3px rgba(76, 76, 76, 0.9));
  filter: drop-shadow(0 0 3px rgba(76, 76, 76, 0.9));
}
