/*PREMIUMBASE*/
/*Import Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  background: #ffffff; }

.pictocookie {
  animation: wobble 2s ease 0s infinite normal forwards; }


.validation{
  display: none;
}
@keyframes wobble {
  0%,
  100% {
    transform: translateX(0%);
    transform-origin: 50% 50%; }
  15% {
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    transform: translateX(15px) rotate(6deg); }
  45% {
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    transform: translateX(-6px) rotate(-1.2deg); } }

.dev {
  border: 1px solid red; }

  html {
    scroll-behavior: smooth;
  }
.header-text {
  position: absolute;
  color: white;
  display: block;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transform: translateY(-5rem);
  top: 40%;
  left: 0;
  right: 0;
  z-index: 9
}
.space50 {
  width: 100%;
  height: 50px;
 }

.index .not-sticking .site-pusher {
  display: block; }
 .site-pusher {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .contact .not-sticking .site-pusher {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sticking .header__logo {
    display: block;
    height: auto;
    padding: 5px 0 0 0;
  }

.index-logo-sticking{
  width: 40%;
  margin-bottom: 5px;
}
.btn {
  border-radius: 5px; }

.btn-primary {
  color: #fff;
  background-color: #0099ff;
  border-color: #0099ff; }

.btn-secondary {
  color: #0099ff;
  background-color: #ffffff;
  border-color: #0099ff; }

.page-heading {
  color: #0099ff;
  margin-bottom: 20px;
text-transform: uppercase }

.home_heading {
  font-family: "Lora", serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #ffffff; }

.home_heading::after {
  content: "";
  display: block;
  position: relative;
  background: #ffffff;
  height: 2px;
  width: 150px;
  margin: 12px auto 24px auto; }

.home_cont_alertes {
  padding: 10px 10px;
  background: black;
  text-align: center; }

.cont_coordonnees {
  padding-bottom: 40px;
  background-color: #eaebed;
  color: #0099ff;
  background: #eaebed url("/assets/images/skyline.jpg") no-repeat bottom center;
background-size: cover }

footer {
  background-color: #000;
  padding: 10px 10px; }

.breadcrumb-cms {
  font-size: 10px;
  text-transform: uppercase; }

.sidebar {
  width: 33.33333%;
  background: #ffffff;
  padding: 10px;
  margin-left: 10px; }

.contact .sidebar {
  z-index: 1001; }

.sidebar address {
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #ddd;
  text-align: center; }

/*******************************/
/*MENU HEADER*/
/*******************************/
.header .sticking {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px; }

.header .not-sticking {
  background: #ffffff; }

.header .not-sticking .site-pusher {
  padding-bottom: 1px; }

@media (min-width: 992px) {
  nav.menu ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8rem;
  padding-top: 17px;}
  .index .not-sticking .menu ul > li > a {
    color: #0099ff; }
  .header__logo {
    display: block;
    height: auto;
    padding: 0px 0 0 0 ; }
  .menu ul > li > a {
    padding: 12px 10px;
    line-height: 1.2;
    color: #0099ff; } }

/*******************************/
/*BADGE FLOTTANT*/
/*******************************/



.flottant {
  margin-right: -320px;
  position: fixed;
  min-width: 355px;
  max-width: 355px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: 35px;
  top: 30%;
  z-index: 2;
  bottom: 0; }

.custom-menu {
  margin-left: -50px;
  margin-left: -130px; }

@media (min-width: 992px) {
  .custom-menu {
    top: 180px;
    top: 22%;
    bottom: auto; } }

@media (min-width: 768px) {
  .custom-menu {
    top: 100px;
    top: auto;
    bottom: 10px; } }

.custom-menu .btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #ffffff;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 50%;
  
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  word-break:break-word;
 }

.custom-menu button {
  border-radius: 50%;
  border: 0;
  background: #0099ff;
  text-transform: uppercase;
  font-size: 14px;
  width: 130px;
  height: 130px;
  padding: 10px;
  transform: translatey(0px);
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
  color: #ffffff;
  font-weight: 800;
word-break:break-word;
 }

.custom-menu {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: -105px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.custom-menu .btn-primary:hover {
  color: #fff;
  background: #0099ff; }

@-webkit-keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
    transform: translatey(0px); }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px); }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
    transform: translatey(0px); } }

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
    transform: translatey(0px); }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px); }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
    transform: translatey(0px); } }

/* Le bouton n'est pas visible sur la page listing */
[class*="listing"] .flottant,
[class*="listing-"] .flottant {
  display: none; }


.baseline {
  position: absolute;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  top: 50px!important;
  bottom: 0;
  left: 0;
  right: 0;
}
.baseline h1 {
  font-weight: 400;
  font-size: 3.75rem;
  text-transform: uppercase;
  line-height: 1;
font-family: "Lora", serif;
}
.baseline span {
  display: block;
  font-weight: 400;
  font-size: 5rem;
}


/*******************************/
/*BASELINE INDEX*/
/*******************************/
.baseline {
  z-index: 20;
  position: absolute;
  top: 23%;
  -webkit-transform: translateY(-28%);
  -moz-transform: translateY(-28%);
  -ms-transform: translateY(-28%);
  -o-transform: translateY(-28%);
  transform: translateY(-28%);
  left: 50.5%;
  -webkit-transform: translateX(-50.5%);
  -moz-transform: translateX(-50.5%);
  -ms-transform: translateX(-50.5%);
  -o-transform: translateX(-50.5%);
  transform: translateX(-50.5%);
  text-align: center; }

.baseline img {
  width: 90%; }

.baseline h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.4em;
  text-shadow: 2px 2px 2px #000000; }

.baseline h5 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2em;
  text-shadow: 2px 2px 2px #000000; }

.baseline p {
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000000; }

/* ========================================================================= */
/*                             SLIDER                            */
/* ======================================================================= */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-container h1 {
  font-weight: 700;
  color: #ffffff;
  font-size: 3em;
  padding-top: 20%;
  font-family: 'Poppins', sans-serif;
  text-shadow: 2px 2px 2px #000000;
  opacity: 0;
  animation: lefttoright 1s ease 0.2s 1 normal forwards; }

.swiper-container p {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5em;
  text-shadow: 1px 1px 1px #000000;
  opacity: 0;
  padding: 0 20%;
  margin-bottom: 30px;
  animation: righttoleft 1s ease 0.6s 1 normal forwards; }

.textpad {
  padding-left: 20%;
  padding-right: 20%; }

.swiper-pagination-bullet-active {
  background-color: #fff; }

.color-1 {
  background: url("/assets/images/slider/1.jpg");
  background-size: cover;
  background-color: #ffffff; }

.color-2 {
  background: url("/assets/images/slider/2.jpg");
  background-size: cover;
  background-color: #ffffff; }

.color-3 {
  background: url("/assets/images/slider/3.jpg");
  background-size: cover;
  background-color: #ffffff; }

.color-4 {
  background: url("/assets/images/slider/4.jpg");
  background-size: cover;
  background-color: #ffffff; }

/*******************************/
/*MOtEUR INDEX*/
/*******************************/
.moteur {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: transparent; }

.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
  border-bottom: 4px solid #0099ff;
  color: #fff;
  font-size: 17px; }

/*******************************/
/* PRESENTATION ACCUEIL*/
/*******************************/
.home_cont_presentation {
  position: relative;
  background: url("/assets/images/home-background-presentation.jpg") no-repeat center top;
  background-size: auto;
  background-size: cover;
  color: #fff;
  margin: 0 auto;
  padding: 128px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fondblanc {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 5px;
  padding: 20px;
  color: #000000; }

.home_cont_presentation h3 {
  font-weight: 600;
  font-family: "Lora", serif; }

/*******************************/
/* BIENS ACCUEIL*/
/*******************************/
.prod_accueil article {
  border: 2px solid #ffffff;
  width: calc(33.3% - 20px);
  margin: 10px;
  background: #ffffff; }

.home_cont_selection, .home_cont_categories {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #0099ff;
  background: linear-gradient(220deg, #0099ff 1%, #0077c6 52%); }

.home_cont_categories {
  padding-bottom: 100px; }

/*******************************/
/* CATEGORIES ACCUEIL*/
/*******************************/
.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center; }

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  border: 2px solid #ffffff; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-align: right; }

.grid figure h2 span {
  font-weight: 800; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo {
  background: #0099ff; }

figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
 	text-shadow: 1px 1px 2px #000000 }
figure.effect-milo h2 span{
font-size: 0.8em

}
figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*******************************/
/*CONCIERGEIRE*/
/*******************************/

.comparateur .top_page {
	background-image: url("/assets/images/top_page/comparateur_top.jpg");
}


.conciergerie_client .top_page {
  background-image: url("/assets/images/top_page/conciergerie_client_top.jpg"); }


.conciergerie_maison .top_page {
  background-image: url("/assets/images/top_page/conciergerie_maison_top.jpg"); }
.adminpersos h1 {
  color: #0099ff;
  text-align: center;
   }

.adminpersos h1:after {
  content: "";
  display: block;
  position: relative;
  background: #ffffff;
  height: 2px;
  width: 150px;
  margin: 12px auto 24px auto; }

.adminpersos .title-post {
  color: #0099ff; }

.adminpersos .description-post {
  color: #000000; }

.adminpersos .sidebar {
  display: none; }

.adminpersos .content_page {
  width: 100%; }

.adminpersos .borderpost {
  border-bottom: 1px solid #ffffff; }

.fondborder {
  border: 1px solid #0099ff;
  border-radius: 5px;
  padding: 20px;
  min-height: 700px;
 }

/*******************************/
/*LISTING BIENS*/
/*******************************/
article {
  background: #ffffff; }

/*******************************/
/*DETAIL BIENS*/
/*******************************/
.detail_taber .nav-link {
  padding: 10px; }

.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
  background: #007bff !important;
  color: #fff;
  padding: 10px; }

.detail_taber {
  border-bottom: 1px solid #007bff; }

.detail_header .titre:after {
  background: #007bff; }

.detail_header .crit span:nth-child(1) {
  font-weight: 600; }

.retour_pret {
  font-size: 25px;
  font-weight: 700;
  color: #007bff; }

.retour_pret span {
  color: #007bff; }

.detail .page_heading {
  font-size: 22px;
  font-weight: 500;
  border-left: 2px solid #007bff;
  padding-left: 10px; }

.detail .info_titre {
  text-transform: inherit; }

.detail .info_prix {
  padding: 0; }

.detail .header-item {
  padding: 0; }

.lafficheur li:hover, .lafficheur li.active {
  background-color: #007bff !important; }

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #007bff !important; }

.detail #descdetail {
  text-align: justify; }

/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
  position: relative;
  background: #fff; }

.detail .bloc-champ {
  background: #fff; }

/* ============================================================================ */
/*                                     COOKIES                                  */
/* ============================================================================ */
.cc-window.cc-banner {
  width: 600px !important;
  border-radius: 10px; }

.cc-color-override-1247188962.cc-window {
  padding: 10px; }

.cc-banner.cc-bottom {
  left: auto !important;
  right: 20px;
  bottom: 20px; }

.cc-color-override-1247188962.cc-window {
  background-color: white !important; }

#footer-cookie {
  color: #242935 !important;
  max-height: 100% !important; }

#footer-cookie a {
  color: #a0a0a0;
  font-weight: 200;
  font-size: 12px; }

#footer-cookie h3 {
  font-size: 1rem !important;
  padding-top: 10px; }

#footer-cookie p {
  font-size: 12px !important;
  line-height: 1.5 !important; }

.btncookie {
  color: white !important;
  background: #dd794a;
  margin-top: 12px;
  cursor: pointer;
  font-size: 18px !important;
  font-family: "Poppins", sans-serif;
  border-radius: 9px;
  border: none;
  margin-bottom: 5px;
  font-weight: 400;
  padding: 12px 10%;
  transition: 150ms ease-out; }

.btncookie:hover {
  background: #d66029;
  color: #ffffff !important;
  border: 0px solid #ffffff !important; }

#boutoncookie {
  display: grid !important; }

/*
.cc-color-override-1247188962 .cc-link, .cc-color-override-1247188962 .cc-link:active, .cc-color-override-1247188962 .cc-link:visited {
    color: #242935!important;
}
*/
a.cc-link {
  margin: auto !important;
  text-decoration: none; }

#showparams .table {
  border-radius: 10px; }

#showparams .table td, .table th {
  padding: 5px;
  vertical-align: middle;
  border-top: 1px solid #e9ecef;
  display: row;
  justify-content: center;
  font-size: 12px; }

#showparams .table th {
  background: #d66029;
  color: #ffffff; }

.params {
  width: 100%;
  height: 60px; }


  /* ============================================================================ */
/*                                     RESPONSIVE                                  */
/* ============================================================================ */
@media (min-width:991px) {
.hidedekstop {
  display: none!important; }

}



@media (max-width:991px) {

.prod_accueil article {
	border: 2px solid #ffffff;
	width: calc(100% - 20px);
	margin: 10px;
	background: #ffffff;
}


  .site-pusher {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .not-sticking .header__logo img {
    margin-left: 0px;
    margin-top: 7px;
    width:50px;
    max-width: 50px;
  }
  .index .not-sticking .header__logo img {
    margin-left: 0px;
    margin-top: 7px;
    width:180px;
    max-width: 180px;
  }

  .hidemobile{
    display: none!important; }
  

  .index-logo-not-sticking {
    width: 100px;
    margin-bottom: 5px;
    padding-top: 5px;
  }
  .index-logo-sticking {
    width: 50px;
    margin-bottom: 5px;
  }
  .header__logo{
    margin-left: -60px;
  }

  .burger-item {
	color: #000;
	font-size: 40px;
	position: fixed;
	top: 25px;
	left: 15px;
	z-index: 100;
	background: #0099ff;
	height: 3px;
	width: 24px;
}
  .burger-item {
    color: #0099ff;
    font-size: 40px;
    position: fixed;
    top: 25px;
    left: 15px;
    z-index: 100;
    background: ;
    height: 3px;
    width: 24px;
  }
  .burger-item::after {
    content: "";
    position: absolute;
    background: #0099ff;
    color: #0099ff;
    display: block;
    height: 3px;
    width: 24px;
    margin-top: 8px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .burger-item::before {
    content: "";
    position: absolute;
    background: #0099ff;
    color: #0099ff;
    display: block;
    height: 3px;
    width: 24px;
    margin-top: -8px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .flottant {
    margin-right: -320px;
    position: fixed;
    min-width: 355px;
    max-width: 355px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: 25px;
    top: 15%;
    z-index: 99999;
    bottom: 0;
  }
  .main-content{
    margin-top: 100px;
  }
#map{
  margin-top: 35px;
}
}
@media (max-width: 768px) {
  .contact .contact_formulaire, .estimation .contact_formulaire {
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width:578px) {
.content_page{
  margin-top: 20px;
}
.form-check{
  padding: 20px;
}

}

@media (max-width:441px) {

  .moteur {
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	background-color: transparent;
}
}

@media (max-width: 420px) {
  .sticking .header__logo img {
    margin-left: 0px;
    padding-top: 0px!important;
    width: 50px;
    margin-top: 0px;
    max-width: 50px;
  }
  .not-sticking .header__logo img {
    margin-left: 0px;
    margin-top: 7px;
    width: 50px;
    max-width: 50px;
  }
  .index .not-sticking .header__logo img {
    margin-left: 0px;
    margin-top: 7px;
    width: 180px;
    max-width: 180px;
  }
  .moteur {
    top: inherit;
  }

}