body {
  color: #414444;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  background: #f5f5f5;
}

#homeSearch .show {
  display: inline-block;
}

.popover-header {
  padding: 5px;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
  background-color: #b4aa93;
  border-bottom: none;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  color: white;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  margin-bottom: 5px;
}

.popover-header .close{
  display: none;
}


#bsi{
  margin-top:45px;
}

.searchHeadEnlarge {
  max-height: 20rem;
  opacity: 1;
  padding: 0 15px;
  margin: 40px;
  margin-left: 120px;
}

.searchHeadEnlarge::before {
  display: block;
  width: 100%;
  height: 7rem;
  margin-bottom: 1.25rem;
  background-image: url(../images/sad@2x.6b2a6078d3b82dc54164.png);
  content: '';
  background-repeat: no-repeat;
  background-position: left;
}

html{
  background: #f5f5f5;
}

#wrapper {
  background: #f5f5f5;
}

.component-post-columns.post-columns-slider .post-columns-wrapper .post-columns-slider-container .post-columns-single-container .post-columns-single .post-columns-single-content .post-title {
  padding-bottom: 10px;
}

.component.component-navigation.-scrolled-background {
  box-shadow: 0 13px 61px 0 hsla(0,0%,49.8%,.2);
}

.box-corpo{
  background: white;
  width: 100%;
  float: right;
  padding: 80px 50px;
  margin-top: 80px;
  font-size: 14px;
}

.mt10{
  margin-top: 10px;
}

.box-corpo span{
  display: block;
}

.menu-container,.head-container {
  display: flex;
  position: relative;
  z-index: 100;
}

.burger-container{
  padding-top: 13px;
  padding-right: 20px;
}

.contact-bg .padding-left{
  padding-left: 10%;
}

.contact-bg {
  background-image: url(../images/contactMap.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0;
}

.sub-title2 {
  
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 13px;
  margin-top:50px;
}

table.references {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin: 30px 0 50px 0;
  padding: 0;
}
table.references tr td:first-child {
  border-left: 0;
}
table.references tr:first-child td {
  border-top: 0;
  padding-top: 0;
}
table.references td {
  border: 1px solid #ebebeb;
      border-top-color: rgb(235, 235, 235);
      border-top-style: solid;
      border-top-width: 1px;
      border-left-color: rgb(235, 235, 235);
      border-left-style: solid;
      border-left-width: 1px;
  padding: 20px 10px;
      padding-top: 20px;
  text-align: center;
}

table.references tr td:last-child {
  border-right: 0;
}
table.references tr:first-child td {
  border-top: 0;
  padding-top: 0;
}

.partenaires .component-icon-text-grid .items .item {
  flex: 0 0 100%;
}

table.references tr:last-child td {

    border-bottom: 0;
    padding-bottom: 0;

}
table.references tr td:first-child {

    border-left: 0;

}

table.references td img {
  width: 100%;
  max-width: 180px;
  height: auto;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.component.component-navigation .navigation-bar-main .burger-container .burger {
  width: 3em;
}

.component.component-navigation .navigation-bar-main .burger-container .burger.-active {
  left: 0;
}

.header-navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-navigation-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.header-navigation-list li a:link, .header-navigation-list li a:visited {
  color: #fff;
  text-decoration: none;
}

.dark li a:link, .dark li a:visited {
  color: #121515;
  text-decoration: none;
}

.dark a.estimation-bt:link, .dark li a.estimation-bt:visited {
  color: #b4aa93;
}

.dark .estimation-bt {
  border: 2px solid #b4aa93;
}

.header-navigation-list li a {
  display: block;
  transition: all .3s ease;

  margin: 0 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.2px;
}

.estimation-bt{
  border: 2px solid #fff;
  padding: 3px 15px;
  border-radius: 50px;
}

.down-arrow-container .down-arrow{
  cursor: pointer;
}

.-scrolled-background .header-navigation-list li a:link, 
.-scrolled-background .header-navigation-list li a:visited {
  color: #121515;
  text-decoration: none;
}

.-scrolled-background .estimation-bt {
  border: 2px solid #b4aa93;
  color: #b4aa93;
}

.-scrolled-background .header-navigation-list li a.estimation-bt:link, 
.-scrolled-background .header-navigation-list li a.estimation-bt:visited {
  color: #b4aa93;
  text-decoration: none;
}

.logo-container img{
  max-width: 150px;
}

.socialMedia {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 6%;
}

.slide-top {
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.socialMedia ul {
  margin: 0;
  padding: 0;
}

.socialMedia .socialMedia__item {
  opacity: 1;
  transform: translate3d(0,5px,0);
  will-change: transform;
  -webkit-animation: slideUp-data-v-3a9898ad 1s cubic-bezier(.58,.94,.12,1) 2s forwards;
  animation: slideUp-data-v-3a9898ad 1s cubic-bezier(.58,.94,.12,1) 2s forwards;
  background: white;
  border: 1px solid #121515;
  margin-bottom: 4px;
}
.socialMedia__item, .socialMedia__item path {
  transition: all .1s ease;
}
.socialMedia__item {
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
  color: #b4aa93;
  color: var(--putty);
  pointer-events: auto;
  background-color: #fff;
  background-color: var(--white);
  color: #333;
  color: var(--black);
  border: 1px solid #b4aa93;
  border: 1px solid var(--putty);
  opacity: 0;
  -webkit-animation: fadeIn-data-v-3a9898ad .5s cubic-bezier(.58,.94,.12,1) 1s forwards;
  animation: fadeIn-data-v-3a9898ad .5s cubic-bezier(.58,.94,.12,1) 1s forwards;
}

.socialMedia__item a {
  display: block;
  height: 30px;
  color: currentColor;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #121515;
  border-radius: 50px;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: -40px;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

.slide-content .badge {
  margin-top: 20px;
  margin-right: 10px;
}

.bg-bsi {
  background: #b4aa93;
  font-weight: 500;
  padding-top: 6px;
  padding-left: 13px;
}

#produit-annonce .bg-bsi {
  background: #b4aa93;
  font-weight: 500;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 16px;
}

.fl{
  float: left;
}

.caraTab{
  font-size: 16px;
}

.caraTab td:last-child { padding-left: 10px; }

.sub-prix .badge {
  display: inline-block;
  min-width: 10px;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50px;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-top: 14px;
  margin-left: 10px;
}

.caraTab td {
  vertical-align: middle;
}

.badge-secondary {
  color: #fff;
  background-color: #b4aa93;
}

.badge-dark {
  color: #fff;
  background-color: #121515;
}

.badge .hydrated{
  float: left;
  margin-left: -5px;
}

#advanced-form{
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
  width: 100%;
  margin-top: 10px;
  padding: 10px;
}

.transaction-type {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
      margin-bottom: 0px;
  margin-bottom: 30px;
  background: rgba(255,255,255,0.7);
  border-radius: 50px;
  padding: 5px;
  max-width: 200px;
}

#homeSearch .btn-white {
  color: #414444;
  width: 90px;
  padding: 5px 0;
  text-transform: initial;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  font-family: 'Raleway', sans-serif;
  border-radius: 50px;
}

#homeSearch .btn-white.active {
  background: white;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.popover-body .form-control{
    height: 35px;
    border: 1px solid #ccc;
    border-right: none;
}

.popover-body .input-group-prepend{
  padding: 9px 10px;
  border: 1px solid #ccc;
  border-left: none;
}

.popover-body .col-md-6{
  padding-right: 10px;
  padding-left: 10px;
}

.btn-secondary {
  color: #fff;
  background-color: #d18f00;
  border-color: #d18f00;
}

.popover-body #ajax_country_selector_container #ajax_country_selector_button,.popover-body .btn {
  padding: 8px 15px;
text-transform: initial;
font-size: 14px;
font-weight: 400;
letter-spacing: normal;
font-family: 'Raleway', sans-serif;
margin-right: 5px;
margin-left: 0;
margin-bottom: 10px;
min-width: 70px;
}

.popover-body .btn-secondary:not(:disabled):not(.disabled).active, 
.popover-body .btn-secondary:not(:disabled):not(.disabled):active, 
.popover-body .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #121515;
  border-color: #121515;
}

.popover{
  padding: 10px;
}


/**/

#homeSearch{
  width: 880px;
}

#homeSearchListe #homeSearch {
  width: 100%;
}

.simple-search-form {
  margin: 0 auto;
  width: 100%;
  text-align: right;
}

.show {
  /*display: block !important;*/
  visibility: inherit;
}

.slider-content {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
}

.simple-search-cont {
  bottom: 45px;
  height: 70px;
  width: 100%;
  z-index: 150;
  padding: 15px 10px;
  background: white;
  border-radius: 100px;
}

.col-search-ville {
  width: 28%;
  float: left;
  padding: 0 35px 0 10px;
}

#homeSearchListe .col-search-ville {
  width: 22%;
}

#homeSearchListe .col-search-type {
  width: 18%;
}

#homeSearchListe .col-search-piece {
  width: 15%;
}

#homeSearchListe .col-search-prix {
  width: 16%;
}

#homeSearchListe #homeSearch .col-search-prix .bootstrap-select {
  width: 70%;
}

.filter-option-inner-inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  outline:0 !important;
  border: 0; 
}

#ajax_country_selector_container #ajax_country_selector_button::after, .btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transition: width .8s cubic-bezier(.45,0,.55,1);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#menu-overlay .country-picker p{
  margin: 0;
  width: 200px;
  font-size: 14px;
  color: #b4aa93;
}

.component.component-navigation .site-menu .country-picker .country-icon {
  opacity: 1;
}

#menu-overlay .country-icon{
  border: 1px solid #b4aa93;
  color: #b4aa93;
}

.component.component-navigation .site-menu .menu-items .menu-item .link {
  display: block;
  padding: .5em 0;
      padding-top: 0.5em;
  color: #fff;
  transition: opacity .8s cubic-bezier(.45,0,.55,1);
  font-family: 'Raleway', sans-serif;
  line-height: 1.2;
  font-weight: 300;
}


button ,
button:active ,
button:focus {outline: none !important;}
button::-moz-focus-inner {border:0;}

.col-search-ville #ajax_country_selector_container #ajax_country_selector_button::after, 
.col-search-ville .btn::after {
  position: absolute;
  left: 100%;
  top: 10px;
  width: 0;
  height: 1px;
  border:none;
  content: "";
  font-family: Ionicons;
  color: #333;
  font-size: 20px;

}




.col-search-ville .bootstrap-select .dropdown-menu li a{
  color: #414444;
  font-size: 15px;
  padding: 6px 15px;
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show > .btn-light.dropdown-toggle,
.col-search-ville .btn-light:not(:disabled):not(.disabled).active, 
.col-search-ville .btn-light:not(:disabled):not(.disabled):active, 
.show > .col-search-ville .btn-light.dropdown-toggle {
  background: white;
  border-color: #fff;
}

.component-banner.-content-left .banner-container .banner-inner .contact-info-container, .component-banner.-content-left .banner-container .banner-inner .text-content, .component-banner.-content-right .banner-container .banner-inner .contact-info-container, .component-banner.-content-right .banner-container .banner-inner .text-content, .component-banner .banner-container .banner-inner .two-column-content, .component-call-to-action .inner, .container {
  max-width: 1450px;
}

.containerResult{
  padding: 5px;
  max-width: 1800px;
  margin: 0 auto;
}

.col-search-ville .btn-light,
.col-search-ville .btn-light:focus,
.col-search-ville .btn-light:not(:disabled):not(.disabled).active, 
.col-search-ville .btn-light:not(:disabled):not(.disabled):active, 
.show > .col-search-ville .btn-light.dropdown-toggle,
.col-search-ville .btn-light:hover{
  background: white;
  border-color: #fff;
}


.component-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all .3s;
  box-shadow: 0 13px 61px 0 hsla(0,0%,49.8%,.2);
}

.component-search.-scrolled {
  transform: translate3d(0,-100%,0);
}

.col-search-type {
  width: 21%;
  height: 40px;
  float: left;
  border-right: 2px solid rgba(0,0,0,0.09);
  padding: 7px 10px;
  color: #414444;
  font-size: 16px;
  border-left: 2px solid rgba(0,0,0,0.09);
}

.col-search-piece{
  width: 16%;
  border-left: 0;
}
.col-search-prix {
  width: 18%;
  border: 0;
}

#homeSearch .col-search-type .bootstrap-select{
  width: 75%;
  margin-top: -8px;
  background: none;
}

#homeSearch .col-search-prix .bootstrap-select,
#homeSearch .col-search-piece .bootstrap-select{
  width: 65%;
  margin-top: -8px;
  background: none;
}

#homeSearch .col-search-type .bootstrap-select > .dropdown-toggle::after {
  margin-top: -1px;
  content: none;
}

#homeSearch .col-search-type .dropdown-toggle{
  background: none;
}

#homeSearch .col-search-type .filter-option{
  text-align: right;
}

#homeSearch .col-search-type a{
  width: 100%;
  display: block;
  text-align: left;
  color: #414444;
  font-size: 15px;
  padding: 2px 15px;
}

#homeSearch .col-search-type a .text,
.bootstrap-select.show-tick .dropdown-menu li a span.text,
.col-search-ville .bootstrap-select .dropdown-menu li a .text{
  font-size: 15px;
}


.col-search-type .hydrated{
  font-size: 33px;
  float: left;
  color: #b4aa93;
  margin-top: -3px;
}


.col-search-prix2 {
  background-color: white;
  float: left;
  height: 40px;
  width: 20%;
}

.component-banner .banner-container .banner-inner .play-button-container{
  text-align: center;
  color: white;
}

.simple-search-form .btn{
  padding: 0;
  padding-top: 10px;
  font-size: 10px;
}

#menu-overlay .menu-items {
  text-align: center;
}

.logo-ico{
  background: url(../images/logo-ico.png) center center no-repeat;
}

.menu-container{
  animation:.4s ease-in-out elastic;
}

.-nav-open .menu-container{
  display: none;
}

#menu-overlay .link {
  font-size: 35px;
  transition: .4s transform ease-in-out,.3s opacity;
  transform: scale(1);
}


#menu-overlay .main-menu:hover .menu-items .menu-item .link:hover,
#menu-overlay .menu-items:hover .menu-item .link:hover {
  color: #fff;
  text-shadow: none;
  transform: scale(1.1);
  opacity: 1;
  transition: .3s transform ease-in-out,.2s opacity;
  font-weight: 500;
}

#menu-overlay .main-menu:hover .menu-items .menu-item .link,
#menu-overlay .menu-items:hover .menu-item .link {
  color: transparent;
  text-shadow: 0 0 4px #fff;
  transform: scale(0.95);
  opacity: 1;
  transition: .4s transform ease-in-out,.3s opacity;
}

.txt-block{
  display: block;
}

.city-selected {
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
}

.heading-1 {
  text-align: center;
  margin-top: 80px;
  font-size: 30px;
  margin-bottom: -30px;
  font-weight: 500;
  line-height: 34px;
}

.play-button-container .btn, 
.play-button-container .btn.focus, 
.play-button-container .btn:focus{
  color: #fff;
  text-decoration: none;
}

.col-submit {
  float: left;
  height: 100%;
  width: 17%;
}

#homeSearch .simple-search-form .btn{
  text-transform: initial;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  font-family: 'Raleway', sans-serif;
  color: #414444;
  outline:none; 
}


#homeSearch .simple-search-form .btn:focus {outline:0 none !important; border: 0;}

.layout-search .simple-search-cont{
  padding: 0;
}

.layout-search .simple-search-cont{
  height: auto;
}


#homeSearch .col-submit .btn-recherche {
  border: none;
  background: #121515 none repeat scroll 0 0;
  color: white;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  float: left;
  border-radius: 50px;
  margin-top: -5px;
  text-transform: uppercase;
  cursor: pointer;
}

#homeSearch .selectric {
  border: none;
      border-right-color: currentcolor;
      border-right-style: none;
      border-right-width: medium;
  border-right: 2px solid rgba(0,0,0,0.09);
}

.col-search-ville .form-control, 
.col-search-ville .gmw-address, 
.col-search-ville .selectric-wrapper .label, 
.col-search-ville .wpcf7-form-control {
  height: 40px;
  line-height: 0.8;
font-size: 16px;
color: #414444;
font-weight: 500;
text-align: left;
}

.f140, .page-title, h1{
  font-size: 3.75vw;
}

.sub-title2 {
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
}

.component-post-filter form.post-filters-form .filter-container-toggle {
  padding: 0 10px;
  width: 100%;
  font-size: 16px;
  color: #b4aa93;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  position: relative;
  cursor: pointer;
  text-transform: inherit;
  letter-spacing: inherit;
}

.layout-search{
  background: #fff;
  padding: 17px 0 12px;
  box-shadow: 0 13px 61px 0 hsla(0,0%,49.8%,.2);
  z-index: 1000;
}

.component-banner.-banner_contact, .component-banner.-banner_two_column_text {
  height: 630px;
  min-height: 620px;
  padding-top: 50px;
}

.image-container .col-md-9 .slide-content {
  width: 770px;
  position: absolute;
  height: 30%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  background: linear-gradient(0deg,#000,transparent);
  margin-left: 15px;
}

.component-office-location p {
  font-size: 16px;
  margin-bottom: 2em;
}

.col-xs-12 {
  min-height: 1px;
  float: left;
}

.image-container .col-md-3 .slide-content {
  width: 100%;
  position: absolute;
  height: 30%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  background: linear-gradient(0deg,#000,transparent);
}

.layout-search a.badge,
.layout-search .badge {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 50px;
  margin-right: 10px;
  margin-top: 3px;
margin-bottom: 3px;
cursor: pointer;
color: white;
}

.text {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 400;
}

.layout-search a.bg-light:hover,
.layout-search a.bg-light {
  background-color: #fff !important;
  color: #414444;
  border: 2px solid #414444;
}

.layout-search a.bg-primary:hover,
.bg-primary {
  background-color: #b4aa93 !important;
  border: 2px solid #b4aa93;
  color: white;
}

.heading2 {
  position: relative;
  left: -4px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: Zefani,serif;
  color: #121515;
  font-size: 50px;
line-height: 52px;
  margin: 0;
}

.component-countdown .number .inner .num, .component-countdown .number .inner .suffix, .f72, .heading1 {
  font-size: 50px;
line-height: 52px;
}

.f140, .page-title, h1,
.component-banner .banner-container .banner-inner .heading1 {
  font-size: 58px;
  line-height: 58px;
}

.sub-title2 {
  font-size: 14px;
  font-weight: 600;

  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.component-post-share .post-share-wrapper .heading.back::before {
  font-size: 12px;
}

.share{
  font-size: 11px;
}

.component-post-share .post-share-wrapper .heading.back {
  margin-bottom: 40px;
}

.back{
  font-size: 11px;
  margin-top: 2px;
  float: right;
}

.sub-prix{
  font-size: 3.75vw;
  font-weight: 500;
  color: #b4aa93;
  margin-bottom: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-top: -10px;
}

.image-container .col-md-9{
  padding-left: 30px;
  padding-right: 0;
}

.image-container .col-md-3{
  padding-left: 10px;
  padding-right: 0;
}

.image-container .image-all{
  color: white;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #b4aa93;
  padding: 0;
}

.content-annonce a{
  margin: 0;
      margin-bottom: 0px;
  padding: 0;
  margin-bottom: 20px;
  color: #414444;
}

.de-row-head {
  position: relative;
  width: 100%;
}

.de-row-elements-element-row {
  zoom: 1;
  clear: both;
  font-size: 1.4rem;
  line-height: 22px;
}
.de-row-elements {
  min-height: 100px;
  padding: 10px 0;
  max-width: 50%;
}
.de-row-elements-element-row label {
  float: left;
  width: 50%;
  font-size: 16px;
}

.de-row-elements-element-row .value {
  float: left;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}

#bilan{
  font-size: 16px;
}

#bilan .c-dpe li{
  padding: 0;
}

.c-dpe, .c-dpe__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#bilan .c-dpe-active {
  height: 60px;
}

.c-dpe__label {
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 10;
  font-size: 12px;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 80px;
color: #414444;
}

.c-dpe__label::before {
  content: "";
  position: absolute;
  bottom: calc(100% + .4rem);
  left: calc(50% - var(--dpe-label-arrow-width));
  border-right: var(--dpe-label-arrow-width) solid transparent;
  border-bottom: var(--dpe-label-arrow-height) solid currentColor;
  border-left: var(--dpe-label-arrow-width) solid transparent;
}

.c-dpe__unit {
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: 400;
  font-size: 12px;
  margin-top: 2px;
}

.c-dpe {
  padding-bottom: 4.8rem;
  padding-left: 0;
  list-style: none;
}

.c-dpe__index {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 3px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  background-color: var(--dpe-index-custom-background-color,var(--dpe-index-background-color));
  border: var(--dpe-index-border-width,0) solid var(--border-color);
  border-radius: 10px;
  text-align: center;
}

.c-dpe, .c-dpe__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.c-dpe__index--1 {
  --dpe-index-background-color: var(--dpe-index-1-background-color,#029163);
}
.c-dpe__index--2 {
  --dpe-index-background-color: var(--dpe-index-2-background-color,#46a64a);
}
.c-dpe__index--3 {
  --dpe-index-background-color: var(--dpe-index-3-background-color,#6db56b);
}
.c-dpe__index--4 {
  --dpe-index-background-color: var(--dpe-index-4-background-color,#f2e314);
}
.c-dpe__index--5 {
  --dpe-index-background-color: var(--dpe-index-5-background-color,#edab0f);
}
.c-dpe__index--6 {
  --dpe-index-background-color: var(--dpe-index-6-background-color,#e8782f);
}
.c-dpe__index--7 {
  --dpe-index-background-color: var(--dpe-index-7-background-color,#d1201e);
}
.c-dpe__index {
  --dpe-index-width: 3.6rem;
  --dpe-index-height: var(--dpe-index-width);
  --dpe-label-arrow-width: .3rem;
  --dpe-label-arrow-height: .4rem;
}

.c-dpe--ges {
  --dpe-index-1-background-color: #99d5f7;
  --dpe-index-2-background-color: #80abcd;
  --dpe-index-3-background-color: #6d87a8;
  --dpe-index-4-background-color: #546384;
  --dpe-index-5-background-color: #434665;
  --dpe-index-6-background-color: #332d47;
  --dpe-index-7-background-color: #231a2f;
}


.content-annonce{
  padding-left: 15px;
  padding-top: 30px;
}

.image-container .image-all a{
  margin: 64px 0 65px;
  padding: 0;
}

.post-container .component-text a span{
  font-size: 26px;
}

.image-container ul {
  padding: 0;
}

.image-container li {
  list-style-type: none;
  padding-bottom: 10px;
}

.post-container .main-post-layout .image-container.-main {
  margin: 0 0px 0px 85px;
}



.no-touch .component-post-filter form.post-filters-form .filter-container .filter-single label:hover {
  color: #fff;
}

.-text-light .component-post-filter form.post-filters-form .filter-container .filter-single input[type="checkbox"]:checked + label {
  color: #fff;
}

.-text-light .component-post-filter form.post-filters-form .filter-container .filter-single label::after {
  background-color: #fff;
}

.component-post-filter {
  margin-bottom: 0;
}

.component-post-filter form.post-filters-form .filter-container .filter-single {
  padding: 0px 10px 0px 10px;
}

.component-post-filter form.post-filters-form .filter-container-toggle:not(:first-child) {
  margin-top: 10px;
}


.post-grid-single-image .post-columns-single-content,
.featured-post-image-container .post-columns-single-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #000;
  background: linear-gradient(0deg,#000,transparent);
  width: 100%;
  height: 33%;
  text-align: center;
}


.post-grid-single-image .post-columns-single-content .post-title::after,
.featured-post-image-container .post-columns-single-content .post-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translatex(-50%);
  transition: width .8s cubic-bezier(.45,0,.55,1);
}

.post-grid-single-image .post-columns-single-content .post-title,
.featured-post-image-container .post-columns-single-content .post-title{
  color: #fff;
  width: 100%;
  padding: 0 10px;
  font-weight: 600;
  font-family: Bebas Neue;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.0416666667vw;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform .8s cubic-bezier(.45,0,.55,1);
}

.-post_grid_standard .post-grid-container .post-grid-posts .post-grid-single-container .post-grid-single .post-grid-single-image {
  height: 32vw;
}

.post-grid-filters{
  max-width:600px;
  margin: 0 auto;
      margin-top: 0px;
  margin-top: 100px;
}




.post-grid-single-image:hover .post-columns-single-content .post-title, 
.featured-post-image-container:hover .post-columns-single-content .post-title {
  transform: translate(-50%,-30px);
}

.post-grid-single-image .post-columns-single-content .post-title,
.featured-post-image-container .post-columns-single-content .post-title {
  padding-bottom: 10px;
}

.post-grid-single-image:hover .post-columns-single-content .post-title::after
.featured-post-image-container:hover .post-columns-single-content .post-title::after {
  width: 100%;
}

.post-grid-single-image .post-columns-single-content .post-title::after,
.featured-post-image-container .post-columns-single-content .post-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translatex(-50%);
  transition: width .8s cubic-bezier(.45,0,.55,1);
  max-width: 50%;
}

.-post_grid_standard .post-grid-container .featured-post-container .featured-post .featured-post-content {
  background: none;
}

.-post_grid_standard .post-grid-container .post-grid-posts .post-grid-single-container {
  width: 50%;
  padding: 5px;
}

.-post_grid_standard .post-grid-container .post-grid-posts .post-grid-single-container .post-grid-single {
  margin: 0px;
}

.post-grid-single .slide-content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 20px 30px;
}
.post-grid-single .slide-content{
  width: 100%;
  position: absolute;
  height: 50%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  background: linear-gradient(0deg,#000,transparent);
}

.post-grid-single .slide-content {
  font-weight: 500;
  font-family: Bebas Neue;
  letter-spacing: 0;
  font-size: 23px;
  line-height: 2.14;
  text-transform: uppercase;
  color: #fff;
}

.products-line-image-status {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #F7FF3C;
  color: #E73F12;
  padding: 0px 10px;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.-padding-left-xlg, .post-container.-career-container {
  padding-left: 20.1vw;
}

.-padding-right-xlg, .post-container.-career-container {
  padding-right: 20.1vw;
}

.post-grid-single .slide-title{
  position: absolute;
  bottom: 25px;
}

.post-grid-single .slide-title .description {
  display: block;
  font-size: 14px;
  font-size: 1vw;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  margin-top: -10px;
}

.post-grid-single .slide-title .prix {
  display: block;
  font-size: 26px;
  font-size: 1.8vw;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: #b4aa93 ;
}

/**/


.bandeau-cookie {
  z-index: 99;
  position: fixed;
  bottom: 0;
  font-size: 12px;
  transition: bottom .3s ease;
  background: rgba(18,21,21,0.4);
  width: 100%;
  padding: 0;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.bandeau-cookie p {
  color: #fff;
  line-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
}

.bandeau-cookie .btn-close-cookie {
  font-size: 1.75rem;
  cursor: pointer;
  color: #fff;
  padding: 20px 20px 20px 0;
}

.bandeau-cookie .btn-close-cookie img {
  float: right;
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,.5);
  width: 50px;
}

.kol-md-10 {
  width: 83.33333%;
}
.kol-md-offset-1 {
  margin-left: 8.33333%;
  float: left;
}

.bandeau-cookie p a {
  color: inherit;
  text-decoration: underline;
}

.bandeau-cookie p b {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

@media screen and (max-width: 768px)
{
  .menu-container{
    display: none;
  }

  .dpe-gaz{
    margin-top: 80px;
    margin-bottom: 40px;
  }

  #content .heading1 {
    font-size: 38px;
    line-height: 40px;
}

  .-padding-left-xlg, .post-container.-career-container {
    padding-left: 0;
  }
  
  .-padding-right-xlg, .post-container.-career-container {
    padding-right: 0;
  }

  .component-text {
    padding-left: 0;
    padding-right: 0;
  }

  .component-banner.-banner_contact, .component-banner.-banner_two_column_text {
    height: auto;
    min-height: 100vh;
    padding: 120px 0;
    display: flex;
    align-items: center;
}

.post-container .main-post-layout .image-container.-main {
  margin: 0;
}

.image-container .col-md-9 {
  padding-left: 0px;
  padding-right: 0;
  padding-bottom: 10px;
}

.image-container .col-md-3 {
  padding-left: 0px;
  padding-right: 0;
}

.content-annonce {
  padding-left: 0;
  max-width: 1100px;
  padding-top: 30px;
}

  .simple-search-form {
    width: 90%;
  }

  .title-group {
      padding: 120px 0;
  }

.component-post-share .post-share-wrapper .heading.back {
  margin-bottom: 0px;
}

  .simple-search-cont {
    bottom: 45px;
    height: auto;
    width: 100%;
    z-index: 150;
    padding: 15px 10px;
    background: white;
    border-radius: 20px;
}

#homeSearchListe .col-search-prix,
#homeSearchListe .col-search-piece,
#homeSearchListe .col-search-type,
.col-search-type {
  width: 100%;
  height: 50px;
  float: left;
  border-top: 1px solid rgba(0,0,0,0.09);
  padding: 7px 10px;
  color: #414444;
  font-size: 16px;
  border-left: none;
  border-right: none;
  padding: 10px;
}

.col-search-prix {
  width: 100%;
}

.has-background-video .heading-1{
  display: none;
}

.col-search-prix {
  width: 100%;
}

.col-submit {
  float: left;
  height: 100%;
  width: 100%;
  margin-top: 20px;
}

#homeSearch .col-submit .btn-recherche {
  border: none;
  background: #121515 none repeat scroll 0 0;
  color: white;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  float: left;
  border-radius: 10px;
  margin-top: -5px;
  text-transform: uppercase;
  cursor: pointer;
}

.input-group{
  margin-bottom: 10px;
}

.btn {
  white-space: initial;
}

.transaction-type {

  margin-top: 50px;
}

#homeSearch {
  width: 100%;
}


.component-banner .banner-container .banner-inner {
  position: absolute;
  top:25%;
  z-index: 999;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.transaction-type {
  margin-top: 20px;
}

.title-group {
  padding-bottom: 50px;
}


.component-banner .banner-container .banner-inner .play-button-container{
position: absolute;
top: 15%;
left: 0;
transform: none;
margin: 0;
padding: 0;
}



.play-button-container .btn {
  margin: 0 auto;
  max-width: 92%;
}

  #homeSearchListe .col-search-ville,
  .col-search-ville {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .-post_grid_standard .post-grid-container .post-grid-posts .post-grid-single-container {
    width: 100%;
    padding: 0px;
  }


  .-post_grid_standard .post-grid-container .post-grid-posts .post-grid-single-container .post-grid-single .post-grid-single-image {
    height: 62vw;
  }

  #content .banner-inner .-video-link{
    margin-top: 220px;
  }

  .component-banner .banner-container .banner-inner .play-button-container{
    margin-top: 150px;
  }

  .post-grid-single .slide-content {
    font-size: 18px;
  }

  .post-grid-single .slide-title .description {
    font-size: 3vw;
  }

  .post-grid-single .slide-title .prix {
    font-size: 4.5vw;
  }

  .post-grid-single .slide-content {
    height: 70%;
  }

  .component-countdown .number .inner .num, .component-countdown .number .inner .suffix, .f72, .heading1 {
    font-size: 38px;
    line-height: 40px;
  }

  .component-icon-text-grid .items .item img {
    max-width: 100%;
  }

  .heading2 {
    font-size: 38px;
    line-height: 40px;
  }
  .sub-prix {
    font-size: 38px;
    margin-top: 0px;
  }

  .bandeau-cookie p {
    margin-top: 30px;
}

.bandeau-cookie .btn-close-cookie {
  display: block;
  float: left;
}

.sub-prix .badge {
  margin-top: 6px;
}

.caraTab td:first-child {
  max-width: 220px;
}

.f140, .page-title, h1, .component-banner .banner-container .banner-inner .heading1 {
  font-size: 38px;
  line-height: 40px;
}

.socialMedia{
  display: none;
}

.slide-content .badge {
  margin-top: 0px;
}

#produit-annonce .bg-bsi {
  margin-left: -5px;
}

}

/* ----------------------------------------------
 * Generated by Animista on 2021-11-4 20:57:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
 @-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

.component-post-columns.post-columns-slider .post-columns-wrapper .post-columns-slider-container .post-columns-single-container .post-columns-single .post-columns-single-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 50%;
  transition: transform .8s cubic-bezier(.45,0,.55,1);
  border-right: 6px solid #f5f5f5;
}

