/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



label span {
 color: #8D734A;
}

.hs-button  {
  background-color: #8D734A;
  border-color: #8D734A;
}
.checkbox {
  background-color: #8D734A;
}
.hs-richtext{
  color:#ffffff;
  font-size: 12px;
  line-height:14px;
}
.hs_recaptcha {
 display:none;
}
.customarg {
  padding-top:0px;
  padding-bottom:25px;
}
.customarglast {
  padding-top:0px;
  padding-bottom:0px;
  margin-bottom:0px;
}
  #telone {
    color:#8D734A;
  }
  #teltwo {
    color:#8D734A;
  }
.cta-button, .hs-button {
  border-radius:0;
}

/*****************************************/
/* TABLE                                 */
/*****************************************/

.header {
   padding: 20px 0px 20px 0px;
   border-bottom: 1px solid #eee;
}
.table-container {
   /*overflow-x: auto;*/
   padding: 0 20px 20px 20px;
 }
table {
   width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    /*min-width: 600px;*/
}
th, td {
    padding: 12px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}
td {
    color: #2d3436;
    text-align:center;
}
.text-right {
    text-align: right;
}
tbody tr:hover {
    background-color: #f8f9fa;
}
.type-col {
    min-width: 80px;
}
.chambres-col {
    text-align:center
    min-width: 80px;
}

.surface-col, .terrasse-col {
     text-align:center
     min-width: 80px;
 }
.prix-col {
      text-align:center
      min-width: 80px;
}
/******************************************/

@media (max-width: 768px) {
    .header {
       padding: 15px 0px 15px 0px;
     }
     th, td {
        padding: 10px 0px 10px 0px;
        font-size: 14px;
     }  
}
/*****************************************/
/* END TABLE                             */
/*****************************************/
@media (max-width:500px) {
/*  .sr-hero-form-01.body_dnd_area-module-1 .sr-cover-image {
  background-image: url(https://47716463.fs1.hubspotusercontent-na1.net/hubfs/47716463/ban_responsive_2.jpg);
  }
*/
  .cta-button {
    width:100%;
    justify-content:center;
    margin-bottom:65px;
  }
  .cta-group {
    width:100%;
  }
   .display-3 {
     font-size: 2.5rem;
   }
  .cta-group .btn-wrapper {
     width:100%;
  }
  .hs_submit {
    width:100%;
  }
  .hs-button {
    width:100%;
  }
}