/*==========================================================================================

1. LOADER
2. Header
3. Footer
=============================================================================================*/

body {
  font-family: 'Inter', sans-serif;    
  background: #f9f9fb !important;
}
input:focus, button:focus {
  outline: none !important;
  /*box-shadow: none !important;*/
}

a{text-decoration:none;}
ul{list-style:none;}
.container {padding: 0 15px;} 


.highcharts-container{ width:100% !important; }
/*===== 1. LOADER STARTS =====*/

.loader{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align:center;
    background-color:#fff;
}
.loader .preloader{ position:absolute; top:50%; left:50%; width:200px; height:230px; margin:-115px 0 0 -100px; }
.loader .preloader > div {
    background-color: #FD5C63;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;

    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}
.loader .preloader .circ2 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loader .preloader .circ3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.loader .preloader .circ4 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.loader .preloader .circ5 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: translateY(-10px) }
    20% { -webkit-transform: translateY(-20px) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    } 20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}


/*===== LOADER ENDS =====*/

.progress.cityzia-progress-bar {
  border-radius: 100px;
  height: 12px;
  background: linear-gradient(270deg, #22DAD2 0%, #3BE8B0 100%);
  justify-content: flex-end;
  overflow: visible;
}
.progress.cityzia-progress-bar .progress-bar {
  border-radius: 100px;
  height: 12px;
  background: #e9ecef;
  position: relative;
  right: -1px;
}
.progress.cityzia-progress-bar .progress-bar:after {
  content: "";
  height: 12px;
  width: 8px;
  position: absolute;
  border-radius: 0 8px 8px 0;
  background: #28ddc9;
}

.progress.cityzia-progress-bar.cyan-shade-progress-bar {
  background: linear-gradient(270deg, #00C2FF 0%, #00E0FF 100%);
}
.progress.cityzia-progress-bar.cyan-shade-progress-bar .progress-bar:after {
  background: #00c9ff;
}
.autocomplete_loader {
    background: url(/img/v2/ou-vivre-refactoring/ajax-loader.gif) 98% center no-repeat;
}

*:focus {
	outline: none;
}

/*-----Header Start-----*/
.fixed-header-wrapper {
  width: 100%;
  /*background: #f9f9fb !important;*/
  padding-bottom: 16px;
}
.annonces-header-background .fixed-header-wrapper {
	background: #f9f9fb !important;
}
header {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 10px 14px -8px rgb(185 182 196 / 50%);
}

header .header-wrapper {
  min-height: 74px;
}

.logo-wrapper img {
  /*max-width: 140px;
  height: auto;*/
  height: 35px;
}

.menu-right .nav-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}
.menu-right .nav-item-gray a {
  color: #797CA4;
  margin-right: 30px;
}
.menu-right .nav-item-gray a:hover {
  color: #ff1d60;
}
.menu-right .nav-item-gray a:hover img {
  filter: invert(37%) sepia(92%) saturate(6197%) hue-rotate(330deg) brightness(102%) contrast(102%);
}

header .menu-container a.find-accommodation-menu-item-button {
  color: #FFFFFF;
  display: inline-block;
  font-weight: 600;
}
.menu-right a.find-accommodation-menu-item-button {
  padding: 12px 24px;
}
.menu-right .nav-item-icon {
  padding-right: 6px;
}

.menu-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-left a.compare-button {
  margin-left: 16px;
}
.menu-left a.compare-button:hover {
  text-decoration: underline;
  color: #797ca4;
}
.top-compareto {
  position: relative;
  width: 16px;
  margin: 0 auto;
}

.menu-left a.compare-button h4 {
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  color: #797CA4;
  margin-bottom: 0;
}
/*-----Header End-----*/

/* Mapbox Poi Popup*/
.MapPoiPopup .mapboxgl-popup-close-button {
  font-size: 23px;
  margin-right: 6px;
  margin-top: 0px;
}
.MapPoiPopup .mapboxgl-popup-close-button:hover {   
  background-color: transparent !important;
}
.MapPoiPopup .mapboxgl-popup-close-button{
  color: #fff;
}
.MapPoiPopup .mapboxgl-popup-content font{display:block}
/*.mapboxgl-popup-content{
    padding: 10px 30px 15px 20px !important;
}*/
.MapPoiPopup .mapboxgl-popup-content .MapPoiPopup-content{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  background-color: currentColor;
  color: #fff;
}
.MapPoiPopup .mapboxgl-popup-content{
  padding: 0 !important;
}
/*.MapPoiPopup .mapboxgl-popup-content br{ 
    display:none;
}*/
.MapPoiPopup .mapboxgl-popup-content .google-search-block{
  font-weight: bold;
  margin-top: 10px;
  font-size: 15px;
  transform: scale(1);
  transition: .3s ease-in-out;
}
.MapPoiPopup .mapboxgl-popup-content .google-search-block:hover{
  transform: scale(1.2);
  transition: .3s ease-in-out;
}
.MapPoiPopup .mapboxgl-popup-content div {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  /*    margin-right: 13px;*/
  display:block; 
}
.MapPoiPopup-title{
  padding: 8px;
}
.MapPoiPopup-aside{
  background: rgba(0,0,0,0.3);
  padding: 8px;
}
.MapPoiPopup-aside a.MapPoiPopup-link {
  color: #fff;
  text-align: center;
}
.MapPoiPopup-aside a.MapPoiPopup-link:hover {
  color: hsla(0,0%,100%,.7);
}
.MapPoiPopup .MapPoiPopup-link i {
  display: block;
  text-align: center;
  margin: 7px 0px 5px;
  font-size: 24px;
}
.mapboxgl-popup.MapPopup.MapPoiPopup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip { 
  border-bottom-color: currentColor;
}
.mapboxgl-popup.MapPopup.MapPoiPopup.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{
  border-bottom-color: currentColor;
}
.mapboxgl-popup.MapPopup.MapPoiPopup.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: currentColor;
}
.mapboxgl-popup.MapPopup.MapPoiPopup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: currentColor;
}
.mapboxgl-popup.MapPopup.MapPoiPopup.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  border-top-color: currentColor;
}
.mapboxgl-popup.MapPopup.MapPoiPopup.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: currentColor;
}
.mapboxgl-popup.MapPopup.MapPoiPopup.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: currentColor;
}
.mapboxgl-popup.MapPopup.MapPoiPopup.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: currentColor;
}
/* Mapbox Poi Popup Ends here*/

/*compare-bottom-toss*/
.toss-effect-button
{
  position: relative;
}
.toss-effect-button .toss-button-top-bubble
{
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%);
  transition: all ease 2s;
  z-index: 99999999;
}
/*.Compare-cart-toss .Compare-count, .jaime-cart-toss .jaime-count 
{
  z-index: 99999999;
}*/
.bubble-round {
  position: absolute; 
  width: 18px;
  height: 18px;
  background: #FF1C60;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  /*line-height:15px;*/
  color: #FFFFFF;
  top: -4px;
  right: -19px;
}
/*compare-bottom-toss*/

/*gauge*/
.circular-gauge-container > .gauge > .dial {
  stroke: #EBEBF1;
  stroke-width: 10;
  stroke-linecap: round;
}
.circular-gauge-container > .gauge > .value {
  stroke: #FF1C60;
  stroke-width: 10;
  stroke-linecap: round;
  box-shadow: 0px 2px 4px rgba(255, 28, 96, 0.3);
}
.circular-gauge-container > .gauge > .value-text {
  fill: #C9DE3C;
}
.circular-gauge-container > .gauge > g text {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.6;
  text-align: center; 
  color: #FF1C60;
  fill: #FF1C60;
}
.circular-gauge-section .matching-criteria-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #797CA4;
  text-align: center;
  max-width: 61px;    
  margin: -2px auto 0; 
}
.circular-gauge-container.circular-gauge-white-bg svg.gauge  {
  z-index: 9;
  position: relative;
}
.circular-gauge-container.circular-gauge-white-bg {position: relative;}
.circular-gauge-container.circular-gauge-white-bg:after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  height: 56px;
  width: 70px;
  left: 0;
  z-index: 2;    
  right: 0;
  margin: 0 auto;    
  border-radius: 26px 26px 0px 0;
}
/*gauge*/


/*.list-item-action-button-container a,*/
.rounded-action-button {
  /*height: 32px;*/
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgb(185 182 196 / 70%);
  border-radius: 30px;
  padding: 8px 14px;
  margin-right: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #181457;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media (min-width:1025px) { 
  /*.list-item-action-button-container a:hover,*/
  .rounded-action-button:hover
  {
    background: #f2f2fb;
    color: #181457;
    /*color: #fff;*/
  }
  /*.list-item-action-button-container a:hover img,*/ 
  .rounded-action-button:hover img 
  {  
  /*  color: #fff;
    filter: brightness(0) invert(1); */
  }
}
/*.list-item-action-button-container a.active,*/
.rounded-action-button.active
{
  background: #181457;
  box-shadow: 0px 2px 4px 0px rgb(185 182 196 / 70%);
  /* border-radius: 30px;*/
  color: #fff;
}
/*.list-item-action-button-container a:last-child {
    margin-right: 0;
}*/
/*.list-item-action-button-container a img,*/
.rounded-action-button img
{
  margin-right: 6px;
}
/*.list-item-action-button-container a.active .unactvice-image,.list-item-action-button-container a .active-image,*/
.rounded-action-button.active .unactvice-image,.rounded-action-button .active-image
{
  display: none;
}
.rounded-action-button.active .active-image {
  display: block;
}


@media only screen and (min-width:768px) {
  .menu-left a.find-accommodation-menu-item-button {
    display:none !important;
  }
}
@media only screen and (min-width:768px) and (max-width: 991px) { 
  .menu-left {
    padding-right: 15px;
  }
}
@media only screen and (min-width:820px) and (max-width: 939px) {
  .menu-right .nav-item a {
    font-size: 12px;
  }
  .menu-right .nav-item-gray a {
    margin-right: 16px;
  }
}
@media only screen and (min-width:768px) and (max-width: 819px) {
  .menu-right .nav-item a {
    font-size: 11px;
  }
  .menu-right .nav-item-gray a {
    margin-right: 14px;
  }
  .menu-right .nav-item-icon {
    padding-right: 2px;
  }
}
@media only screen and (max-width:767px) {
  header .header-wrapper {
    min-height: 56px;
  }
  .menu-left {
    padding-right: 24px;
  } 

  .menu-left a.compare-button {
    margin-left: 24px;
  }

  .menu-left a.compare-button h4 {
    display: none;
  }

  button.navbar-toggler {
    padding: 0;
    border: 0 none;
  }


  .menu-right nav.navbar {
    padding: 0;
    position: inherit;
  }
  .menu-right nav.navbar button.navbar-toggler {
    border: 0 none;
    padding: 0;
  }
  .menu-right nav.navbar button:focus {
    outline: none;
    box-shadow: none;
  }

  .menu-right .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 9999;
    border-top: 1px solid #bcbdd1;
    border-bottom: 1px solid #bcbdd1;
  }

  .menu-right .navbar .navbar-collapse ul {
    background-color: #fff;
    padding: 10px 20px;
    max-width: 100%;
  }

  .menu-right .nav-item {
    padding: 10px 0;
  }
  .menu-right .nav-item-gray a {
    font-weight: 600;
    margin-right: 0;
  }
  .menu-right a.find-accommodation-menu-item-button {
    padding: 0;
    background: transparent;
    box-shadow: none;
    color: #797CA4 !important;
    filter: unset;
  }
  .menu-right a.find-accommodation-menu-item-button:hover {
    color: #ff1d60 !important;
  }

  .menu-right a.find-accommodation-menu-item-button img{
    filter: invert(55%) sepia(10%) saturate(1015%) hue-rotate(198deg) brightness(87%) contrast(95%);
  }
  .menu-right a.find-accommodation-menu-item-button:hover img {
    filter: invert(37%) sepia(92%) saturate(6197%) hue-rotate(330deg) brightness(102%) contrast(102%);
  }


}
@media only screen and (min-width:480px) and (max-width: 767px) {
  .menu-left a.find-accommodation-menu-item-button {
    padding: 10px 20px;
    font-size: 12px;
  }
}
@media only screen and (min-width:420px) and (max-width: 479px) {
  .menu-left a.find-accommodation-menu-item-button {
    padding: 9px 12px;
    font-size: 12px;
  }
}
@media only screen and (min-width:375px) and (max-width: 419px) {
  .menu-left a.compare-button {
    margin-left: 20px;
  }
  .menu-left a.find-accommodation-menu-item-button {
    padding: 8px 12px;
    font-size: 10px;
  }
}
@media only screen and (min-width:360px) and (max-width: 374px) {
  .menu-left a.compare-button {
    margin-left: 18px;
  }
  .menu-left a.find-accommodation-menu-item-button {
    padding: 6px 8px;
    font-size: 10px;
  }
}
@media only screen and (max-width:359px) {
  .menu-left a.compare-button {
    margin-left: 16px;
  }
  .menu-left a.find-accommodation-menu-item-button {
    padding: 7px 7px;
    font-size: 8px;
  }
}

footer {
  background: #fff;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 8px 0;
}
footer ul.d-flex.justify-content-center li {
  padding-right: 14px;
}
footer ul.d-flex.justify-content-center {
  margin-bottom: 8px;
  /*margin-top: 8px;*/
  padding-left: 0;
}
footer .copywrite-text {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.1; 
  text-align: center;
  color: #797CA4;
  /*margin-bottom: 8px;*/
}
footer .copywrite-text a {
  color: #181457;
}

footer ul.d-flex.justify-content-center li a:hover img {
  /*filter: opacity(0.5);*/
}
footer ul.d-flex.justify-content-center li.right-pad {
  padding-right: 0;
}
@media only screen and (max-width:767px) {
  footer ul.d-flex.justify-content-center {
    margin-bottom: 6px;
    /*margin-top: 6px;*/
  }
}

.footer-large {
	background-color: #181457;
}

@media only screen and (min-width:576px) and (max-width: 767px) {
	.footer-contact p {
		line-height: 26px !important;
	}
}
@media only screen and (max-width: 767px) {
	.nav-rapide {
		padding-bottom: 10px !important;
	}
}

#menuBurgerButton:focus {
	box-shadow: unset;
}

.menuBurger {
	border-radius: 10px;
	box-shadow: 0px 5px 5px 0px rgb(185 182 196 / 50%);
	border: none;
}

.menuBurger .location-title {
	line-height: 30px;
}


.header-buttons {
	color: #FFFFFF;
    display: inline-block;
    font-weight: 600;
    padding: 10px 16px;
	font-size: 14px;
	border-radius: 100px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	background-size: 200% auto;
	font-style: normal;
	line-height: 1.2;
}
.header-buttons:hover {
	background-position: right center;
	color: #FFFFFF;
}
.header-buttons:first-child {
	margin-right: 10px;
}

.header-buttons-red {
	background-image: linear-gradient(to right, #FF1C60 0%, #FE6A56 51%, #FF1C60 100%); 
	box-shadow: 0px 2px 7px 2px rgb(255 28 96 / 35%);
}
.header-buttons-green {
	background-image: linear-gradient(to right, #22DAD2 0%, #3BE8B0 50%, #22DAD2 200%);
	box-shadow: 0px 2px 7px 2px rgb(58 232 177 / 35%)
}
.header-buttons-blue{
	background-image: linear-gradient(to right, #02c5ff 0%, #02dfff 50%, #02c5ff 200%);
	box-shadow: 0px 2px 7px 2px rgb(58 232 177 / 35%)
}

@media only screen and (min-width:600px) and (max-width: 799px) {
	.logo-wrapper img {
		height: 25px
	}

	.header-buttons {
		font-size: 10px;
		padding: 8px 12px;
	}
}

@media only screen and (max-width: 599px) {
	.logo-wrapper img {
		height: 20px
	}

	header .header-buttons {
		display: none;
	}
}

.Home-page main .header-buttons {
	padding: 20px 30px;
}