h2{
  letter-spacing: 1px !important;
  }

#vue-bien .btn-back-to-search{
    box-shadow: 2px 2px 10px 0 rgb(202 158 2 / 40%);
    margin: 0 10px;
    border-radius: 2em;
    padding: .5em 1em;
    background-color: var(--color-content-primary);
    color: #ffffff;
}

#vue-bien .analyse-bien  .btn-back-to-search{
  margin-top: 1em
}

#vue-bien #page-trav{
  margin-top: 3em;
}

#vue-bien{
  position: relative;
  margin-top: -10rem;
}

#vue-bien .max{
  position: relative;
  z-index: 2;
  max-width: 1216px;
  margin: auto;
}

#vue-bien .b-skeleton-animate-wave::after{
  background: linear-gradient(90deg, transparent, rgb(50 50 50 / 40%), transparent);
}

#vue-bien .divider .b-skeleton{
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  background-color: rgb(255 255 255 / 15%);
}

#vue-bien .divider .grid-img .b-skeleton{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


#vue-bien .b-skeleton{
  background-color: rgb(255 255 255 / 15%);
}

#vue-bien .icons{
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}

#vue-bien .invert{
  filter: invert(1);
}

#vue-bien .content-div p{
  margin: 0;
}

#vue-bien .divider .content-div p{
  margin: 0;
}

#vue-bien .ql-size-huge{
  font-size: 2.5em
}

#vue-bien .ql-size-large{
  font-size: 1.5em
}

#vue-bien .ql-size-small{
  font-size: 0.75em
}

/* Banner */
#vue-bien .banner{
  display: flex;
  width: 100%;
  height: 20em;
  border-radius: 2em;
  background-color: #333333;
}

#vue-bien .banner .divider{
  display: inline-block;
  height: 20em;
  width: 33.33%;
  padding-right: .5em;
}

#vue-bien .divider .crop{
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}

#vue-bien .grid-img{
  height: 10em;
}

#vue-bien .f-display{
  display: flex;
  margin-bottom: 2em;
}

#vue-bien .f-display p{
  margin-right: 4em;
}

#vue-bien .grid-img:nth-child(1){
  padding-bottom: .5em
}

#vue-bien .banner .img-bien{
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer
}

#vue-bien .banner .right{
  width: 30%;
  height: 100%;
}

#vue-bien .banner .left{
  width: 70%;
  height: 100%;
}

/* Title */
#vue-bien h1{
  margin-top: 1em;
  margin-bottom: 0;
}

#vue-bien h1 span{
  color: #ca9e02
}

#vue-bien h3{
  font-size: 3em;
  color: #ca9e02
}

/* Description */
#vue-bien .description-bien{
  padding: 3em;
  box-shadow: 2px 2px 10px 0 rgb(202 158 2 / 40%);
  border-radius: 1em;
  background-color: #fff;
}

#vue-bien .description-bien h4{
  font-size: 2em;
  text-transform: uppercase;
}

#vue-bien .analyse-bien .divider{
  display: inline-block;
  width: 60%;
  padding-right: 4em;
}

#vue-bien .analyse-bien{
  padding: 1em 0;
  margin-top: 8em;
  display: flex;
  width: 100%;
}

#vue-bien .analyse-bien .right{
  width: 40% !important;
  display: flex;
  flex-direction: column;
}

#vue-bien .analyse-bien p{
  color: #fff
}

#vue-bien .analyse-bien h4{
  margin: 0;
  font-size: 2em;
  color: #ca9e02;
  text-transform: uppercase;
}

#vue-bien .analyse-bien span{
  color: white !important;
}

#vue-bien .analyse-bien .content-div p span, #vue-bien .conclusion .content-div p span{
  color: #ffffff !important
}

#vue-bien .rentabilite-tab{
  background-color: #ca9e02;
  border-radius: 0 1em;
  padding: 1em;
}

#vue-bien .rentabilite-tab p{
  margin: 0 !important;
  color: #fff;
  font-weight: bold;
}

#vue-bien .outils{
  margin-top: 6em;
}

#vue-bien .divider p{
  margin-top: 1em;
}

#vue-bien .analyse-secteur{
  background-color: #fff;
  padding: 3em;
  box-shadow: 2px 2px 10px 0 rgb(202 158 2 / 40%);
  border-radius: 1em;
  margin-top: 3em;
}

#vue-bien .btn-rendement{
  width: 98%
}

#vue-bien .btn-imposition{
  margin-top: 1em;
}

#vue-bien .header-content{
  display: flex;
  justify-content: end;
}


#vue-bien .analyse-secteur h4{
  font-size: 2em;
  text-transform: uppercase;
}

#vue-bien .analyse-secteur span{
  color: #ca9e02;
}

#vue-bien .r-input {
    position: relative;
    width: 280px;
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 2px 2px 10px 0 rgb(202 158 2 / 40%);
}

#vue-bien .r-input-row {
    display: flex;
    justify-content: space-evenly;
}

#vue-bien .r-input p{
  color: #ca9e02;
  float: right;
}

#vue-bien .r-input label{
  cursor: inherit;
}

#vue-bien .ref {
  margin-top: 2em;
  text-align: end;
}

#vue-bien .conclusion {
  margin-top: 10em;
  color: white;
  padding-bottom: 4em;
}

#vue-bien .conclusion .divider{
  display: flex;
  align-items: center;
}
#vue-bien .conclusion h4{
  color: white;
  font-size: 2em;
  text-transform: uppercase;
}

#vue-bien .conclusion .content-div{
  width: 75%
}

#vue-bien .ariane {
  z-index: 10;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

#vue-bien .ariane a{
  color: #ca9e02;
  cursor: pointer;
}

#vue-bien .project-icons {
    position: absolute;
    background-color: #ca9e02;
    width: auto;
    height: 3em;
    padding: .5em;
    top: 0;
    right: 0;
    border-radius: 0 1em;
}

#vue-bien .banner p{
  color: #fff;
}

#vue-bien .banner .flex-text .logo{
  height: auto;
}
#vue-bien .banner .flex-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em;
    height: 100%;
}

#vue-bien .conclusion .btn-call{
    height: -webkit-fill-available;
}

#vue-bien .banner a, #vue-bien .conclusion .btn-call{
  color: #fff;
  background-color: var(--color-content-primary);
  font-weight: bold;
  box-shadow: 2px 2px 10px 0 rgb(202 158 2 / 40%);
  margin: 0 10px;
  border-radius: 2em;
  padding: .5em 5em;
}


:root {
  --section-divider-height: 10;
  --section-divider-width: 1920;
  --section-divider-ratio: calc(100% * var(--section-divider-height) / var(--section-divider-width));
}
#vue-bien .has-section-divider2::before{
  content: "";
   position: absolute;
   top: -200px;
   left: 0;
   height: 200px;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(51, 51, 51, 1)" d="M 0 19 C 429 19 429 56 858 56 L 858 56 L 858 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(51, 51, 51, 1)" d="M 857 56 C 1388.5 56 1388.5 94 1920 94 L 1920 94 L 1920 0 L 857 0 Z" stroke-width="0"></path> </svg>');
   transform: rotate(180deg);
}

#vue-bien .has-section-divider::before{
  content: "";
   position: absolute;
   top: -199px;
   left: 0;
   height: 200px;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(51, 51, 51, 1)" d="M 0 200 C 306.5 200 306.5 81 613 81 L 613 81 L 613 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(51, 51, 51, 1)" d="M 612 81 C 983 81 983 104 1354 104 L 1354 104 L 1354 0 L 612 0 Z" stroke-width="0"></path> <path fill="rgba(51, 51, 51, 1)" d="M 1353 104 C 1636.5 104 1636.5 0 1920 0 L 1920 0 L 1920 0 L 1353 0 Z" stroke-width="0"></path></svg>');
  transform: rotate(180deg);
}

#vue-bien .has-section-divider, #vue-bien .has-section-divider2 {
  position: relative;
  padding-bottom: var(--section-divider-ratio);
  background: #333333;
}

#vue-bien .has-section-divider2::before{
  content: "";
   position: absolute;
   top: -198px;
   left: 0;
   height: 200px;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(51, 51, 51, 1)" d="M 0 19 C 429 19 429 56 858 56 L 858 56 L 858 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(51, 51, 51, 1)" d="M 857 56 C 1388.5 56 1388.5 94 1920 94 L 1920 94 L 1920 0 L 857 0 Z" stroke-width="0"></path> </svg>');
   transform: rotate(180deg);
}


#vue-bien .has-section-divider2::after{
  content: "";
   position: absolute;
   top: 99%;
   left: 0;
   height: 200px;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(51, 51, 51, 1)" d="M 0 65 C 584.5 65 584.5 58 1169 58 L 1169 58 L 1169 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(51, 51, 51, 1)" d="M 1168 58 C 1326 58 1326 16 1484 16 L 1484 16 L 1484 0 L 1168 0 Z" stroke-width="0"></path> <path fill="rgba(51, 51, 51, 1)" d="M 1483 16 C 1701.5 16 1701.5 182 1920 182 L 1920 182 L 1920 0 L 1483 0 Z" stroke-width="0"></path></svg>');
}

#vue-bien .banner{
  text-align: center;
}

#vue-bien .like{
  margin-right: 1em
}

#vue-bien .conclusion .content-div a{
  color: var(--color-content-primary) !important;
  text-decoration: underline;
}

/* #vue-bien .conclusion .btn-call{
  float: right;
  color: #fff;
  background-color: var(--color-content-primary);
  font-weight: bold;
  box-shadow: 2px 2px 10px 0 rgb(202 158 2 / 40%);
  margin: auto;
  border-radius: 50%;
} */

#vue-bien .conclusion .call{
  padding: 1em;
  width: 6em
}

#vue-bien .splide {
  display: flex;
  align-items: center;
  height: 100%;
}

#vue-bien .splide__slide img {
  display: block;
  width: 100%;
  border-radius: 8px;
  transition: transform 400ms;
  transform: scale(0.9);
  transform-origin: center center;
}

#vue-bien .splide__slide.is-active img {
  transform: scale(1);
}

#vue-bien .splide .splide__arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  transform: none;
  border-radius: unset;
  width: 50px;
  opacity: 0.9;
}
#vue-bien .splide .splide__arrow svg {
  filter: invert(1);
  width: 24px;
  height: 24px;
}

#vue-bien .splide__arrow.splide__arrow--prev {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

#vue-bien .splide__arrow.splide__arrow--next {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

#vue-bien .modal {
  display: block;
  position: fixed;
  z-index: 10000;
  padding-top: 2em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.6);
}


.modal-open{
  overflow: hidden;
}

#vue-bien .close {
  z-index: 10;
  position: absolute;
  right: 2em;
  color: #fff;
  font-size: 3em;
  cursor: pointer;
}

#vue-bien .analyse-secteur img{
  width: 100%
}


#vue-bien .like-icon {
  fill: transparent;
  stroke: #CA9E02;
  stroke-width: 30;
  cursor: pointer;
  position: relative;
}
#vue-bien .like-icon svg {
  overflow: visible !important;
  width: 2.5rem;
}
#vue-bien .like-icon path {
  stroke-dashoffset: 0;
  stroke-dasharray: 1550;
  transform-origin: center;
}
#vue-bien .like-icon .heart-background {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  stroke: none;
}
#vue-bien .like-icon .liked path{
  animation: stroke-animation 1.5s ease-in-out forwards;
}

@keyframes stroke-animation {
  0% {
    stroke-dashoffset: 0;
  }
  30% {
    stroke-dashoffset: 1550;
  }
  60% {
    stroke-dashoffset: 3100;
    fill: transparent;
    transform: scale(1);
  }
  80% {
    fill: #CA9E02;
    transform: scale(1.1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    stroke-dashoffset: 3100;
    fill: #CA9E02;
  }
}

#vue-bien .flex-title{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.color_footer-bottom{
  padding-top: 4em !important;
  padding-bottom: 4em !important
}

#vue-bien .key_number{
  padding: 0 2em;
  justify-content: space-evenly;
  text-align: center;
}

#vue-bien .chart .chart-title-text{
  margin-left: 2em
}

#vue-bien .key_number p{
  margin: 0
}

#vue-bien .key_number span{
  font-weight: bold;
}

#vue-bien .chart{
  margin-bottom: 3em
}

#vue-bien .chart canvas{
  width: 90%;
  margin: auto;
}

#vue-bien .chart-3{
  justify-content: space-between;
}

#vue-bien .chart-3 .chart{
  width: 30%;
}


#vue-bien .sticky-head{
  position: fixed;
  background: #333333;
  top: 60px;
  width: 100%;
  z-index: 99;
  padding: 0;
  font-size: .8em;
  display: flex;
}

#vue-bien .sticky-head h3{
  font-size: 2em;
  margin: .5em 0;
  padding: 0
}

#vue-bien .sticky-head span{
  color: #ffffff
}

#vue-bien .sticky-head .left{
  width: 75%;
  padding: 0 10em;
  align-items: center;
  display: flex;
}

#vue-bien .sticky-head .right{
  z-index: 10;
  display: flex;
  justify-content: space-around;
  width: 25%;
  margin: auto;
  align-items: center;
  padding-right: 2em;
}

#vue-bien .sticky-head .right a svg{
  width: 80%
}

#vue-bien .sticky-head .right a{
  line-height: 0;
}

#vue-bien .sticky-head a{
  cursor: pointer;
}

#vue-bien .sticky-head .right a img{
  padding: .5em;
  width: 4em;
}

#vue-bien .sticky-head .btn-action{
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: -3em;
  position: absolute;
}


#vue-bien .f-vertical{
  flex-direction: column;
  justify-content: space-evenly;
}

#vue-bien #canvas5{
  width: 400px;
}


/* Responsive */
@media only screen and (max-width: 1216px) {
  #vue-bien .max{
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  #vue-bien .close{
    right: .5em
  }
  #vue-bien .header-content{
    justify-content: center;
  }
  #vue-bien .ariane{
    margin-top: 1em;
    justify-content: center;
  }
  #vue-bien{
    margin-top: -5rem;
  }
  #vue-bien .max{
    width: 90%
  }
  #vue-bien .banner, #vue-bien .banner .divider{
    height: 10em
  }
  #vue-bien .grid-img{
    height: 5em;
  }
  #vue-bien .banner .flex-text{
    padding: 1em 0;
    justify-content: normal
  }
  #vue-bien h1{
    font-size: 2rem;
  }
  #vue-bien h3{
    font-size: 1.5em
  }
  #vue-bien .f-display,#vue-bien .analyse-bien,  #vue-bien .conclusion .divider{
    flex-direction: column;
  }
  #vue-bien .f-display p{
    margin: 0 0 1em;
  }
  #vue-bien #shead{
    display: none
  }
  #vue-bien .section-divider{
    display: none
  }
  #vue-bien .analyse-bien .divider{
    padding-right: 0
  }
  #vue-bien .r-input{
    width: 90%;
    margin: .5em auto;
  }
  #vue-bien .banner svg{
    margin: auto;
  }
  #vue-bien .analyse-bien h4{
    margin-bottom: .5em;
  }
 #vue-bien .analyse-bien, #vue-bien .analyse-secteur {
    margin-top: 2em;
  }
  #vue-bien .outils{
    margin-top: 0
  }
  #vue-bien .analyse-bien{
    background: #333333;
    border-radius: 0 1em 0 0;
    width: 100% !important;
    padding: 2em 0 0
  }
  #vue-bien .outils{
    background: #333333;
    width: 100%;
    padding: 2em 0
  }
  #vue-bien .description-bien, #vue-bien .analyse-secteur{
    padding: 1em
  }

  #vue-bien .analyse-bien .divider, #vue-bien .analyse-bien .right{
    width: 90% !important;
    margin: auto;
  }

  #vue-bien .chart-3{
    flex-direction: initial !important
  }
  #vue-bien .chart{
    margin-bottom: 1em
  }
  #vue-bien .conclusion{
    background: #333333;
    width: 100% !important;
    margin-top: 2em;
    padding: 1em
  }

  #vue-bien .conclusion p{
    width: 100%
  }
  #vue-bien .conclusion .call{
    width: 4em
  }

  #vue-bien .has-section-divider{
    padding-bottom: initial
  }

  #vue-bien #canvas5{
    width: 250px
  }

}
