/* Styles Css */
/* edit in 2018-06-06 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald&display=swap');

html,body{ box-sizing: border-box; }

body {
    font-family: 'Raleway', sans-serif;
    color: #444;
    padding-top: 76px;
}

@media (min-width: 760px) {
  body { padding-top: 0; }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700
}

h1 { font-size: 2rem; }
@media (min-width: 760px) {
  /*h1 { font-size: 2.5rem; }*/
  h1 { font-size: 3.5rem; }
  h1.lead { font-size: 1.5rem; }
}

.homePage h1,
.homePage .lead,
.msgFootHomePage {
  color: white;
  text-shadow: 0 0 3px black;
      text-transform: none !important;
}


/* Page
---------------
.page-title { padding-top: 6rem; padding-bottom: 3rem; }
.page-content {
  position: relative;
  padding: 3rem;
  background-color: #f8f9fa;
}
.page-content::before {
  content: '';
  position: absolute;
  top: -3rem; left: 0;
  display: block;
  width: 100%;
  height: 3rem;
  background-color: #f8f9fa;
  clip-path: polygon(0 100%,100% 0,100% 100%);
  -webkit-clip-path: polygon(0 100%,100% 0,100% 100%);
}

@media (min-width: 760px) {
  .page-content {
    box-shadow: 0 10px 1em grey;
    margin-bottom: 3rem;
  }
}
*/

/* Footer
---------------*/
footer.footer {
  background-color: #444;
  color: #eee;
  padding: 30px 15px;
  text-align: center;
}
footer.footer a { color: #eee; }
footer.footer a:hover { color: #fff; }


/* pro page
---------------*/
.mastheadpro {
  height: 70vh;
  min-height: 575px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.pagepro-title { padding-top: 30px; text-align: center; }
.mastheadpro .one-page-arrow { bottom: 75px; }

.explain { position: relative; padding-top: 5rem!important; }
.explain::before{
    content: '';
    position: absolute;
    top: -50px;
    display: block;
    width: 100%;
    height: 100px;
    background: transparent url('../images/logo/logo-2-228x200.png') no-repeat 0 0;
    background-size: 100px;
    background-position: center;
}

#pronumbers { position: relative; padding-bottom: 6rem!important; }
#pronumbers::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3rem;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

/* atouts */
.atouts {
  position: relative;
  padding-top: 3rem; padding-bottom: 3rem;
  background-color: #e91f31;
  border-bottom: 5px solid #444;
}
.atouts .card { margin-bottom: 30px; overflow: scroll; box-shadow: 0 0 0 grey; transition: all .3s; }
.atouts .card:hover { box-shadow: 0 0 1em grey; }
.atouts .card-title { text-align: center; text-transform: uppercase; }
.atouts .card-body { text-align: center; }
.atouts .card-img-top { width: 80%; margin: 30px auto 0; }

@media (min-width: 760px) {
  .atouts .card { min-height: 540px; }
}

.atouts::before {
  content: '';
  position: absolute;
  top: -3rem;
  display: block;
  width: 100%;
  height: 3rem;
  background-color: #e91f31;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

#gMapPro { height: 500px; width: 100%; }

/* main page
---------------*/
.masthead {
  height: 100vh;
  min-height: 775px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
/*
.masthead::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3rem;
    background-color: #f8f9fa;
    background-color: #ffffff;
    clip-path: polygon(0 100%,100% 0,100% 100%);
    
}
*/


.one-page-arrow { cursor: pointer; }

.gain { background-color: #f8f9fa; position: relative; padding-top: 3rem; padding-bottom: 6rem; }
.gain .card { height: 300px; overflow: scroll; box-shadow: 0 0 0 grey; transition: all .3s; }
.gain .card:hover { box-shadow: 0 0 1em grey; }
.gain .card .card-title { font-size: 1.2em; }

.gain::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3rem;
    background-color: #e91f31;
    /*clip-path: polygon(100% 100%,0 100%,0 0, 100% 100%);*/
    clip-path: polygon(0 100%,100% 0,100% 100%);
    -webkit-clip-path: polygon(0 100%,100% 0,100% 100%);
}

#shortdescription { position: relative; padding-top: 3rem; padding-bottom: 3rem; border-bottom: 5px solid #444; }
#shortdescription .card { overflow: scroll; box-shadow: 0 0 0 grey; transition: all .3s; color: #444; }
/*#shortdescription .card:hover { box-shadow: 0 0 1em grey; }*/
#shortdescription .card .card-title { font-size: 1.2em; }
#shortdescription .card .card-img-top { width: 60%; margin: 10% auto; }

@media (min-width: 760px) {
  #shortdescription .card { height: 426px; }
}



/*#shortdescription::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3rem;
    background-color: #f8f9fa;
    clip-path: polygon(0 100%,100% 0,100% 100%);
}*/

#mlnumbers { position: relative; padding-top: 3rem; padding-bottom: 6rem; }
#mlnumbers::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3rem;
    background-color: #fff;
    clip-path: polygon(0 100%,100% 0,100% 100%);
    -webkit-clip-path: polygon(0 100%,100% 0,100% 100%);
}

/* deposit form 
---------------*/
.immobilierSearchDepositWrapper_title,
.immobilierSearchDepositWrapper_form {
    background-color: rgba(255,255,255,.6);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}
.immobilierSearchDepositWrapper_form {
    margin-top: 30px;
}
@media (min-width: 576px) {
  .immobilierSearchDepositWrapper_form {
    width: 50%;
    margin: 15% auto;
  }
}

/* navigation
---------------*/
/*nav.navbar ul > li:first-child > .nav-link { display: none; }*/
nav.navbar .nav-link {
  font-size: .8em;
  /*color: #a3a3a3;*/
  color: #222;
  transition: all .3s ease;
}
nav.navbar .nav-link:hover { color:#e91f31; }

/* define login btn style */
nav.navbar div.collapse a.btn-account {}
nav.navbar div.collapse a.btn-account:hover {}

#mainNav { background-color: rgba(255,255,255,1); }

/* navbar-shrink */
@media (min-width:992px) {
 #mainNav {
  border-color:transparent;
  background-color:transparent
 }
 #mainNav .navbar-brand {
  color:fade(white,70%)
 }
 #mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover {
  color:#fff
 }
 #mainNav.navbar-shrink {
  border-color:rgba(34,34,34,.1);
  background-color:#fff;
  box-shadow: 0 0 1em grey;
 }
 #mainNav.navbar-shrink .navbar-brand {
  color:#222
 }
 #mainNav.navbar-shrink .navbar-brand:focus,#mainNav.navbar-shrink .navbar-brand:hover {
  color:#e91f31
 }
 #mainNav.navbar-shrink .navbar-nav>li>a,#mainNav.navbar-shrink .navbar-nav>li>a:focus {
  color:#222
 }
 #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover,#mainNav.navbar-shrink .navbar-nav>li>a:hover {
  color:#e91f31
 }
}

/* redefine padding for nav tabs on smartphone */
@media (max-width:450px) {
  .nav.nav-tabs .nav-link { padding: .5rem; }
}

/* countto
---------------*/
section.count { background-color: #f8f9fa; }
div.countto span.counter {
    font-size: 75px;
    font-weight: 300;
    color: #444;
    display: block;
}
div.countto span.countto-icon { }
div.countto span.countto-unit { font-weight: 300; text-transform: uppercase; }

/* modal
---------------*/
/*.modal-footer,*/
.modal-header { background-color: #eee; color: #444; }

/* account
---------------*/
.account-nav .nav-link { display: inline-block; }
.account-nav .nav-link.active { color: #e91f31; }

.account .immobilierSearchDepositWrapper { display: none; }
.account .immobilierSearchDepositWrapper_form { margin: 0 auto; }

/* navbar-shrink */
@media (max-width:450px) {
  .sectionTitle h2 { font-size: 1.2rem; }
}





/* updates Kosmo Oct.2019 */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: normal;
}

p {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
    font-size: 14px !important;
}

.card {
    background-color: #fbfbfb !important;
    border: none;
}

.card-body {
    color: #6e6967 !important;
}

@media (min-width: 760px) {
  #shortdescription .card { height: 400px; }
}

@media (min-width: 760px) {
  #about .card { height: 260px; }
}



@media (min-width: 760px) {
  .atouts .card { min-height: 300px !important; }
}

#shortdescription {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    /*border-bottom: 5px solid #444;*/
    border-bottom: none;
}

#shortdescription .card .card-title {
    font-size: 1.8em;
}

#shortdescription .card .card-img-top {
    width: 20%;
    margin: 10% auto;
}

#about .card .card-img-top {
    width: 24%;
    margin: 10% auto;
}

#about .card .card-body h4 {
   font-size:20px;
}

.atouts .card-img-top {
    width: 20% !important;
    margin: 30px auto 0;
}

.atouts {
	position: relative;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #f6f6f6 !important;
    border-bottom: none;
}

#pronumbers {
    position: relative;
    padding-bottom: 0rem !important;
}

#pronumbers .row {
	margin-top: 30px;
	background: #d74b2a;
}

#pronumbers::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    /* height: 3rem; */
    background-color: #fff;
    /* clip-path: polygon(0 100%, 100% 0, 100% 100%); */
    /* -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%); */
    height:0rem !important;
    clip-path: none !important;
    -webkit-clip-path:none !important;
}

/*
#offres .prices-box .price-table {
	-webkit-box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
}
*/

#offres .prices-box .price-table .bottom-content {
    background-color: #F6F6F6 !important; 
    color: #6e6967 !important;
}

#offres .prices-box .price-table .top-content {
    background-color: #d74b2a !important;
}

#offres .prices-box .features-border li {
    border-top: 1px solid #c7c7c7;
    padding: 10px 0px;
    font-size: 1.4em !important;
	font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
}

.big-price {
    color: #6e6967 !important;
    font-family: 'Oswald', sans-serif !important;
    font-size:24px;
}

.btn-price {
	font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;

    background-color: #d74b2a !important;
    border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
}

/*
@media (min-width: 760px) {
  .prices-box h3 { font-size: 1.3em; }
}
*/

#mlnumbers .col-sm-4 div, #pronumbers .col-lg-4 div {
    background-image:none !important;
    height: 130px !important;
}

#mlnumbers .row {
	
	background:#d74b2a;
}

div.countto span.counter {
	font-family: 'Oswald', sans-serif !important;
    font-size: 60px;
    font-weight: 300;
    color: #ffffff;
    display: block;
}

div.countto span.countto-unit {
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
}
