html{
  background-color : #FFFFFF;
  font-family : Arial, Helvetica, sans-serif;
  padding-top : 40px;
}
button{
  cursor : pointer;
  border : 0px;
  border-radius : 0px;
}
a{
  cursor : pointer;
  text-decoration : none;
  color : #2B3C5E;
}
  a:hover{
    text-decoration : none;
    color : #2B3C5E;
  }
#header{
  margin-bottom : 25px;
}
  #header p{
    text-align : right;
    font-size : 16px;
    font-weight : bold;
    font-style : italic;
    color : #2B3C5E;
  }
  #header .col-lg-3 img{
    margin-left : auto;
    margin-right : auto;
    display : block;
    width : 100%;
    max-width : 300px;
  }
  #header .col-lg-9 .row .col-lg-3 a{
    display : table;
    color : #FFFFFF;
    background-color : #949ca9;
    width : 100%;
    height : 16px;
    padding : 4px 12px 4px 12px;
    margin : 3px 0 0 0;
    font-size : 13px;
    font-weight : bold;
    text-align : left;
    position : relative;
    border-radius : 14px;
    margin-top : 17px;
  }
    #header .col-lg-9 .row .col-lg-3 a:hover{
      background-color : #2B3C5E;
    }
    #header .col-lg-9 .row .col-lg-3 a span:last-child{
      margin-left : 8px;
    }
    #header .col-lg-9 .row .col-lg-3 a:after{
      content : "\f0da";
      position : absolute;
      right : 8px;
      top : 13.5px;
      transform : translate(-50%, -50%);
      font-family : FontAwesome;
    }
    #header .col-lg-9 .row .col-lg-3 a.active{
      background-color : #2B3C5E;
    }
#cookies_message{
  position : fixed;
  bottom : 0px;
  left : 0px;
  background-color : #2B3C5E;
  color : white;
  text-align : center;
  width : 100%;
  z-index : 999;
  padding : 10px;
}
  #cookies_message p{
    margin : 0px;
  }
    #cookies_message p button{
      background-color : white;
      color : #2B3C5E;
      width : 100px;
      margin-top : 10px;
    }
#body_top .col-md-3:not(.no_border), #body_top .col-md-9:not(.no_border), #body_top .col-md-12:not(.no_border){
  padding-top : 6px;
}
  #body_top .col-md-3:not(.no_border):after, #body_top .col-md-9:not(.no_border):after, #body_top .col-md-12:not(.no_border):after{
    /*
    content : "";
    height : 6px;
    width: calc(100% - 15px * 2);
    position : absolute;
    top : 0px;
    left : 15px;
    background-color : #c8ccd5;
    */
  }
#body_top h1{
  text-align : left;
  display : block;
  font-size : 23px;
  font-weight : bold;
  color : #273d5d;
  margin : 20px 0px;
  float: left;
}
#body_top .col-md-3 h1{
  width : 100%;
  font-weight : normal;
  font-size : 23px;
}
  #body_top .col-md-3 h1 b{
    font-weight : bold;
  }
#body_top a:not(.super_box_a):not(.less_box_a){
  float : right;
  color : #FFFFFF;
  background-color : #2B3C5E;
  width : 180px;
  margin : 19px 0px 20px 0px;
  padding : 4px 12px 4px 40px;
  font-size : 13px;
  font-weight : bold;
  text-align : left;
  display : table;
  position : relative;
  border-radius : 14px;
}
  #body_top a:not(.super_box_a):not(.less_box_a):hover{
    background-color : #949ca9;
  }
  #body_top a:not(.super_box_a):not(.less_box_a):after{
    content : "\f002";
    position : absolute;
    top : 50%;
    left : 12px ;
    transform : translateY(-50%);
    font-family : FontAwesome;
    font-size : 18px;
  }
#body_middle .col-sm-12.col-md-12.col-lg-9.col-xl-9 .row{
  width : calc(100% + 15px * 2);
  margin : 25px 0px 0px -15px;
}
  #body_middle .col-sm-12.col-md-12.col-lg-9.col-xl-9 .row .col-md-6 .bien{
    background-color : #949ca9;
    margin-bottom : 30px;
  }
    #body_middle .col-sm-12.col-md-12.col-lg-9.col-xl-9 .row .col-md-6 .bien .image{
      width : 100%;
      padding-top : 60%;
      background-size : cover;
      background-position : center center;
      background-repeat : no-repeat;
    }
    #body_middle .col-sm-12.col-md-12.col-lg-9.col-xl-9 .row .col-md-6 .bien .contrat{
      font-size : 13px;
      font-weight : bold;
      line-height : 13px;
      color : #FFFFFF;
      padding : 5px 5px 5px 5px;
      width : 100%;
      margin : 0px;
    }
    #body_middle .col-sm-12.col-md-12.col-lg-9.col-xl-9 .row .col-md-6 .bien .ville{
      font-size : 13px;
      font-weight : bold;
      line-height : 13px;
      color : #2a3e61;
      padding : 5px 5px 0px 5px;
      width : 100%;
      margin : 0px;
      background-color : white;
    }
    #body_middle .col-sm-12.col-md-12.col-lg-9.col-xl-9 .row .col-md-6 .bien .bottom{
      color : white;
      margin : 0px;
      padding : 0px 5px 5px 5px;
      font-size : 13px;
      display : list-item;
      background-color : white;
      color : #2a3e61;
      list-style-type : none;
    }
      #body_middle .col-sm-12.col-md-12.col-lg-9.col-xl-9 .row .col-md-6 .bien .bottom .left{
        float : left;
		clear:both;
      }
      #body_middle .col-sm-12.col-md-12.col-lg-9.col-xl-9 .row .col-md-6 .bien .bottom .right{
        float : right;
      }
	  #body_middle .col-sm-12.col-md-12.col-lg-9.col-xl-9 .row .col-md-6 .bien .ville .left{
        float : left;
      }
      #body_middle .col-sm-12.col-md-12.col-lg-9.col-xl-9 .row .col-md-6 .bien .ville .right{
        float : right;
      }
#body_middle .col-md-3:not(.no_border), #body_middle .col-md-9, #body_middle .col-md-12:not(.no_border){
  padding-top : 3px;
}
  #body_middle .col-md-3:not(.no_border):after, #body_middle .col-md-9:not(.no_border):after, #body_middle .col-md-12:not(.no_border):after{
    /*
    content : "";
    height : 3px;
    width: calc(100% - 15px * 2);
    position : absolute;
    top : 0px;
    left : 15px;
    background-color : #c8ccd5;
    */
  }
#body_middle .col-sm-12.col-md-12.col-lg-3.col-xl-3 b, #body_middle .col-sm-12.col-md-3.col-lg-3.col-xl-3 b{
  text-align : left;
  display : block;
  font-size : 15px;
  font-weight : bold;
  color : #273d5d;
  margin : 25px 0px;
  width : 100%;
}
#body_middle .col-sm-12.col-md-12.col-lg-3.col-xl-3 ul, #body_middle .col-sm-12.col-md-3.col-lg-3.col-xl-3 ul{
  list-style-type : none;
  text-align : left;
  font-size : 14px;
  color : #273d5d;
  margin : 0px 0px;
  padding : 0px;
}
  #body_middle .col-sm-12.col-md-12.col-lg-3.col-xl-3 ul li, #body_middle .col-sm-12.col-md-3.col-lg-3.col-xl-3 ul li{
    /* padding-left : 15px; */
    position : relative;
    margin-bottom : 20px;
  }
    #body_middle .col-sm-12.col-md-12.col-lg-3.col-xl-3 ul li b, #body_middle .col-sm-12.col-md-3.col-lg-3.col-xl-3 ul li b{
      margin : 0px;
    }
    /*
    #body_middle .col-md-3 ul li:after{
      content : "";
      position : absolute;
      top : 0px;
      left : 0px;
      font-size : 14px;
      font-weight : bold;
      font-style : italic;
      color : #2B3C5E;
    }
      #body_middle .col-md-3 ul li:nth-child(1):after{
        content : "1.";
      }
      #body_middle .col-md-3 ul li:nth-child(2):after{
        content : "2.";
      }
      #body_middle .col-md-3 ul li:nth-child(3):after{
        content : "3.";
      }
      */
  #body_middle .col-sm-12.col-md-12.col-lg-3.col-xl-3 ul li span, #body_middle .col-sm-12.col-md-3.col-lg-3.col-xl-3 ul li span{
    font-weight : bold;
  }
#body_bottom h1{
  text-align : left;
  display : block;
  font-size : 14px;
  font-weight : bold;
  color : #273d5d;
  padding : 32px calc(15px + 34px) 32px 0px;
  float: left;
  height : 84px;
  line-height : 20px;
  text-align : right;
  width : 100%;
  position : relative;
  margin : 0px;
}
  #body_bottom h1:after{
    content : "\f0da";
    position : absolute;
    right : calc(15px / 2);
    font-size : 34px;
    top : 50%;
    transform : translate(-50%, -50%);
    font-family : FontAwesome;
    color : #2B3C5E;
  }
#body_bottom .col-md-9 #rdc{
  background-color : #FFFFFF;
  width : 100%;
  height : 84px;
  padding : 22px;
  position : relative;
}
  #body_bottom .col-md-9 #rdc .logo, #body_bottom .col-md-9 #rdc .phrase, #body_bottom .col-md-9 #rdc .square{
    position : absolute;
    background-size : contain;
    background-position : center center;
    background-repeat : no-repeat;
  }
  #body_bottom .col-md-9 #rdc .logo{
    background-image : url(../../../../wp-content/uploads/rdc_a.png);
    height : 25px;
    width : 340px;
    top : 22px;
    left : 22px;
  }
  #body_bottom .col-md-9 #rdc .phrase{
    background-image : url(../../../../wp-content/uploads/rdc_b.png);
    height : 15px;
    width : 340px;
    top : 47px;
    left : 22px;
  }
  #body_bottom .col-md-9 #rdc .square{
    background-image : url(../../../../wp-content/uploads/rdc_c.png);
    height : 40px;
    width : 180px;
    top : 22px;
    left : 384px;
  }
#footer{
  margin : 0px 0px 11px 0px;;
  padding-top : 56px;
  font-size : 13px;
  color : #273d5d;
  text-align : center;
  position : relative;
}
  #footer:after{
    /*
    content : "";
    position : absolute;
    top : 0px;
    left : 0px;
    height : 6px;
    width : 100%;
    background-color : #c8ccd5;
    */
  }
#page_contact #body_middle .col-md-3 ul{
  margin-top : 25px;
}
/*
  #page_contact #body_middle .col-md-3 ul li{
    padding-left : 0px;
  }
    #page_contact #body_middle .col-md-3 ul li:after{
      display : none;
    }
    #page_contact #body_middle .col-md-3 ul li b{
      margin : 0px;
    }
    */
#page_contact .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box, #page_mentions_legales .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box{
  padding : 25px 75px 25px 25px;
  background-color : #e5e7ea;
  position: relative;
}
  #page_contact .col-sm-12.col-md-12.col-lg-12.col-xl-12:not(:first-child) .box, #page_mentions_legales .col-sm-12.col-md-12.col-lg-12.col-xl-12:not(:first-child) .box{
    margin : 15px 0px 0px 0px;
  }
  #page_contact .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box h2, #page_mentions_legales .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box h2{
    color : #2B3C5E;
    font-size : 15px;
    font-weight : bold;
    display : block;
    margin : 0px;
  }
  #page_contact .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box p, #page_mentions_legales .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box p{
    color : #636c7d;
    font-size : 13px;
    font-weight : bold;
    display : block;
    margin : 10px 0 0 0;
  }
    #page_contact .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box p a.block, #page_mentions_legales .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box p a.block{
      color : #FFFFFF;
      background-color : #2B3C5E;
      width : 154px;
      height : 16px;
      padding : 4px 8px 4px 8px;
      margin : 0 5px 0 0;
      font-size : 13px;
      font-weight : bold;
      text-align : center;
      border-radius : 12px;
    }
      #page_contact .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box p a.block:hover, #page_mentions_legales .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box p a.block:hover{
        background-color : #949ca9;
      }
  #page_contact .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box i, #page_mentions_legales .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box i{
    color : #88909F;
    position : absolute;
    top : 50%;
    right : 25px;
    font-size : 25px;
    height : 25px;
    width : 25px;
    text-align : center;
    transform : translateY(-50%);
  }
  #page_contact .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box input{
    float : left;
  }
    #page_contact .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box input[type="submit"]{
      color : #FFFFFF;
      background-color : #2B3C5E;
      height : 24px;
      padding : 4px 8px 4px 8px;
      margin : 0 5px 0 10px;
      font-size : 13px;
      font-weight : bold;
      text-align : center;
      border : 0px;
      border-radius : 12px;
      line-height : 16px;
      cursor : pointer;
    }
      #page_contact .col-sm-12.col-md-12.col-lg-12.col-xl-12 .box input[type="submit"]:hover{
        background-color : #949ca9;
      }
#page_partenaires .vc_row{
  margin : 35px 0px 0px 0px;
  color : #273d5d;
  font-size : 13px;
  font-weight : normal;
  width : 100%;
}
  #page_partenaires .vc_row:not(:last-child){
    border-bottom : 3px solid #c8ccd5;
  }
  #page_partenaires .vc_row h2{
    text-align : left;
    display : block;
    font-size : 14px;
    font-weight : bold;
    color : #2B3C5E;
    margin : 0 0 15px 0;
  }
  #page_partenaires .vc_row b{
    color : #949baa;
    font-size : 12px;
  }
#page_vendus .super_box{
  background-color : #e4e6e9;
  padding : 10px;
  margin-top : 20px;
  z-index : 1;
  position : relative;
  color : #636c7c;
  font-size : 12px;
  font-weight : bold;
}
  #page_vendus .super_box h2{
    text-align : left;
    display : inline-block;
    width : 100%;
    font-size : 14px;
    margin : 0px 0 10px 0;
    color : #273d5d;
    font-weight : bold;
  }
  #page_vendus .super_box a.super_box_a.big{
    background : #2B3C5E;
    text-decoration : none;
    text-align : center;
    color : white;
    font-size : 12px;
    display : block;
    padding : 6px;
    width : 100%;
    margin : 10px 0px;
    font-weight : normal;
  }
    #page_vendus .super_box a.super_box_a.big:hover{
      background-color : #949ca9;
    }
#page_biens a.less_box_a, #page_vendus a.less_box_a{
  color : #949baa;
}
#page_biens .carousel a{
  margin : 0px!important;
  padding : 0px!important;
  width : 100%!important;
  background-color : transparent!important;
}
  #page_biens .carousel a:after{
    display : none;
  }
  #page_biens .carousel a .img{
    width : 100%;
    padding-top : 67%;
    background-size : cover;
    background-position : center center;
    background-repeat : no-repeat;
  }
#page_biens #body_top .col-xl-3 .padding-l-r{
  padding : 0px 15px 15px 15px;
  border-bottom : 3px solid #c8ccd5;
}
#page_biens #body_top .col-xl-3 h1{
  padding-bottom : 20px;
  margin-bottom : 5px;
}
  #page_biens #body_top .col-xl-3 h1:not(.no_border){
    /* border-bottom : 3px solid #c8ccd5; */
    margin-bottom : 15px;
  }
#page_biens #body_top .col-xl-3 button, #page_vendus #body_top .col-xl-3 button{
  width : 100%;
  border : 0px;
  margin-top : 15px;
  color : #FFFFFF;
  background-color : #2a3d5d;
  font-size : 13px;
  height : calc(24px + 2px + 3px);
  line-height : 24px;
  border-radius : 15px;
}
  #page_biens #body_top .col-xl-3 button:hover, #page_vendus #body_top .col-xl-3 button:hover{
    background-color : #949ca9;
  }
  #page_biens #body_top .col-xl-3 button.grey, #page_vendus #body_top .col-xl-3 button.grey{
    background-color : #949ca9;
  }
    #page_biens #body_top .col-xl-3 button.grey:hover, #page_vendus #body_top .col-xl-3 button.grey:hover{
      background-color : #2a3d5d;
    }
  #page_biens #body_top .col-xl-3 button i, #page_vendus #body_top .col-xl-3 button i{
    margin-left : 20px;
  }
#page_biens #body_top .col-xl-3 h2{
  font-size : 14px;
  font-weight : bold;
  color : #2B3C5E;
  margin : 15px 0 10px 0px;
}
#page_biens #body_top .col-xl-3 span.m{
  display : block;
  font-size : 13px;
}
#page_biens #body_top .col-xl-3 input[type="text"]{
  width : 100%;
}
#page_biens #body_top .col-xl-3 table{
  font-size : 13px;
  width : 100%;
}
  #page_biens #body_top .col-xl-3.l table tbody tr td:first-child{
    width : 20px;
  }
  #page_biens #body_top .col-xl-3 table input[type="checkbox"]{
    margin-right : 10px;
  }
  #page_biens #body_top .col-xl-3 table tr td select{
    width : 100%;
  }
#page_biens .bien, #page_vendus .bien{
  position : relative;
  padding-top : 3px;
  font-size : 13px;
}
  #page_biens .bien:after, #page_vendus .bien:after{
    /*
    content : "";
    height : 3px;
    left : 15px;
    top : 0px;
    width : calc(100% - 15px * 2);
    background-color : #c8ccd5;
    position : absolute;
    */
  }
  #page_biens .bien .col-xl-12, #page_vendus .bien .col-xl-12{
    margin : 25px 0px;
  }
  #page_biens .bien .image, #page_vendus .bien .image{
    padding-top : 67%;
    width : 100%;
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center center;
    overflow : hidden;
    position : relative;
  }
    #page_vendus .bien .image:after{
      content : "VENDU";
      color : white;
      text-align : center;
      position : absolute;
      top : 15%;
      left : 11%;
      background-color : #2B3C5E;
      border-color : white;
      border-style : solid;
      border-width : 1px 0px;
      -ms-transform : translate(-50%, -50%) rotate(-45deg);
      -webkit-transform : translate(-50%, -50%) rotate(-45deg);
      transform : translate(-50%, -50%) rotate(-45deg);
      width : 100%;
    }
  #page_biens .bien h2, #page_vendus .bien h2{
    text-align : left;
    width : calc(100% - 120px);
    display : block;
    font-size : 14px;
    font-weight : bold;
    color : #2B3C5E;
    margin : 0 0 5px 0;
  }
  #page_biens .bien .col-xl-3, #page_vendus .bien .col-xl-3{
    font-size : 14px;
    color : #2a3d5d;
    font-weight : bold;
  }
    #page_biens .bien .col-xl-3:nth-child(2), #page_vendus .bien .col-xl-3:nth-child(2){
      white-space : nowrap;
      overflow : hidden;
      text-overflow : ellipsis;
    }
    #page_biens .bien .col-xl-3:nth-child(6) table tbody tr td:nth-child(2), #page_vendus .bien .col-xl-3:nth-child(6) table tbody tr td:nth-child(2){
      width : 50px;
    }
    #page_biens .bien .col-xl-3 span, #page_vendus .bien .col-xl-3 span{
      color : #949baa;
    }
    #page_biens .bien .col-xl-3 button, #page_vendus .bien .col-xl-3 button{
      margin-top : 0px!important;
    }
  #page_biens .bien table p, #page_vendus .bien table p{
    margin : 0px;
    width : 100%;
    font-size : 9px!important;
    color : #949baa;
    font-weight : bold;
    line-height : 12px;
  }
  #page_biens .bien table .conso_box, #page_vendus .bien table .conso_box{
    background-color : #293d5d;
    height : 24px;
    color : white;
    line-height : 24px;
    font-size : 11px;
    display : inline-flex;
    float : right;
    margin-right : 15px;
    margin-left : 10px;
  }
    #page_biens .bien table .conso_box span, #page_vendus .bien table .conso_box span{
      background-color : #949baa;
      line-height : 24px;
      display : block;
      height : 24px;
      float : left;
      padding : 0px 10px;
      color : #293d5d;
      font-weight : bold;
      width : 40px;
      text-align : center;
    }
    #page_biens .bien table .conso_box b, #page_vendus .bien table .conso_box b{
      float : left;
      font-weight : normal;
      display : block;
      padding : 0px 10px;
      position : relative;
    }
      #page_biens .bien table .conso_box b:after, #page_vendus .bien table .conso_box b:after{
        position : absolute;
        content : "";
        top : 0px;
        left : 100%;
        width : 0;
        height : 0;
        border-style : solid;
        border-width : 12px 0 12px 12px;
        border-color : transparent transparent transparent #293d5d;
      }
  #page_biens .bien h3, #page_vendus .bien h3{
    font-size : 12px;
    color : #949baa;
    margin : 0px;
    position : absolute;
    top : 0px;
    right : 15px;
    width : 116px;
    text-align : right;
    font-weight : bold;
  }
    #page_biens .bien h3 span, #page_vendus .bien h3 span{
      color : #273d5d;
    }
  #page_biens .bien p, #page_vendus .bien p{
    text-align : left;
    font-size: 13px;
    color : #273d5d;
    margin : 0px;
  }
#page_biens .uncheck_all{
  position : absolute;
  top : 8px;
  right : 0px;
  cursor : pointer;
  line-height : 16px;
  height : 16px;
  width : 16px;
  text-align : center;
}
  #page_biens .uncheck_all .fa-stack{
    line-height : 16px;
    height : 16px;
    width : 16px;
    text-align : center;
  }
  #page_biens .uncheck_all span i:first-child{
    font-size : 16px;
    color : #949ca9;
  }
  #page_biens .uncheck_all span i:last-child{
    font-size : 12px;
    color : white;
  }
  #page_biens .uncheck_all .bubble{
    display : none;
    position : absolute;
    bottom : 59%;
    left : 50%;
    transform : translate(-50%, -50%);
    font-size : 12px;
    background-color : #949ca9;
    padding : 4px 12px;
    width : 140px;
    text-align : center;
    z-index : 2;
    line-height : 19px;
    border-radius : 14px;
    color : white;
    border : 1px solid white;
  }
    #page_biens .uncheck_all .bubble:after{
      position : absolute;
      content : "";
      top : 90%;
      left : calc(50% - 10px);
      width : 0;
      height : 0;
      border-style : solid;
      border-width : 10px 10px 0 10px;
      border-color : #949ca9 transparent transparent transparent;
    }
    #page_biens .uncheck_all:hover .bubble{
      display : block;
    }
    #page_biens .uncheck_all:hover span i:first-child{
      color : #2a3d5d;
    }
#page_biens .check_all{
  position : absolute;
  top : 10px;
  right : 20px;
  cursor : pointer;
  line-height : 16px;
  height : 16px;
  width : 16px;
  text-align : center;
  color : #949ca9;
}
  #page_biens .check_all .bubble{
    display : none;
    position : absolute;
    bottom : 70%;
    left : 50%;
    transform : translate(-50%, -50%);
    font-size : 12px;
    background-color : #949ca9;
    padding : 4px 12px;
    width : 130px;
    text-align : center;
    z-index : 2;
    line-height : 19px;
    border-radius : 14px;
    color : white;
    border : 1px solid white;
  }
    #page_biens .check_all .bubble:after{
      position : absolute;
      content : "";
      top : 90%;
      left : calc(50% - 10px);
      width : 0;
      height : 0;
      border-style : solid;
      border-width : 10px 10px 0 10px;
      border-color : #949ca9 transparent transparent transparent;
    }
    #page_biens .check_all:hover{
      color : #2B3C5E;
    }
    #page_biens .check_all:hover .bubble{
      display : block;
    }
.relative{
  position : relative;
  display : inline-block;
  width : 100%;
}
#page_bien .grey_title{
  color : #949baa;
  font-weight : bold;
  font-size : 14px;
  width : 100%;
  margin-bottom : 25px;
  clear : both;
}
#page_bien .carousel .img{
  width : 100%;
  padding-top : 67%;
  background-size : cover;
  background-position : center center;
  background-repeat : no-repeat;
}
#page_bien .graph{
  position : relative;
}
  #page_bien .graph img{
    margin-left : auto;
    margin-right : auto;
    display : block;
    max-width : 100%;
  }
  #page_bien .gnn_price{
    background-color : #2B3C5E;
    border-radius : 14px;
    padding : 15px 0px;
    margin-top : 25px;
    margin-right : 0px;
  }
    #page_bien .gnn_price span{
      color : white!important;
      font-size : 15px;
    }
  #page_bien .right_bb{
    text-align : right!important;
    color : #949baa;
    font-size : 13px;
    font-weight : bold;
  }
  #page_bien .ref{
    float : right;
    color : #949baa;
    font-size : 14px;
    font-weight : bold;
    margin : 17px 0px;
    cursor : default;
  }
    #page_bien .ref span{
      color : #273d5d;
    }
  #page_bien .top_text{
    color : #949baa;
    font-size : 14px;
    font-weight : bold;
  }
    #page_bien .top_text span{
      color : #273d5d;
    }
    #page_bien .top_text:nth-child(1){
      text-align : left;
    }
    #page_bien .top_text:nth-child(2){
      text-align : center;
    }
    #page_bien .top_text:nth-child(3){
      text-align : right;
    }
  #page_bien .graph span.txt{
    position : absolute;
    left : 83.5%;
    transform : translate(-50%, -50%);
    color : white;
  }
    #page_bien .graph span.txt.GES.A{
      top : 10%;
    }
    #page_bien .graph span.txt.GES.B{
      top : 23%;
    }
    #page_bien .graph span.txt.GES.C{
      top : 36%;
    }
    #page_bien .graph span.txt.GES.D{
      top : 50%;
    }
    #page_bien .graph span.txt.GES.E{
      top : 63%;
    }
    #page_bien .graph span.txt.GES.F{
      top : 76%;
    }
    #page_bien .graph span.txt.GES.G{
      top : 89%;
    }
    #page_bien .graph span.txt.DPE.A{
      top : 11%;
    }
    #page_bien .graph span.txt.DPE.B{
      top : 24%;
    }
    #page_bien .graph span.txt.DPE.C{
      top : 37%;
    }
    #page_bien .graph span.txt.DPE.D{
      top : 51%;
    }
    #page_bien .graph span.txt.DPE.E{
      top : 64%;
    }
    #page_bien .graph span.txt.DPE.F{
      top : 77%;
    }
    #page_bien .graph span.txt.DPE.G{
      top : 90%;
    }
.modal{
  display : none;
  position : fixed;
  z-index : 16;
  padding-top : 100px;
  left : 0;
  top : 0;
  width : 100%;
  height : 100%;
  overflow : auto;
  background-color : rgb(0,0,0);
  background-color : rgba(0,0,0,0.9);
}
  .modal .modal-content{
    margin : auto;
    display : block;
    width : 80%;
    max-width : 1000px;
  }
  .modal #caption{
    margin : auto;
    display : block;
    width : 80%;
    max-width : 700px;
    text-align : center;
    color : #ccc;
    padding : 10px 0;
    height : 150px;
  }
  .modal .close{
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
    .modal .close:hover, .modal .close:focus{
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
    }
  .modal .modal-content, .modal #caption{
      -webkit-animation-name: zoom;
      -webkit-animation-duration: 0.6s;
      animation-name: zoom;
      animation-duration: 0.6s;
  }
#page_bien .carousel-inner{
  width : calc(100% - 60px * 2);
  margin-left : 60px;
}
#page_bien .carousel-control-prev, #page_bien .carousel-control-next{
  background-color : #949ca9;
  opacity : 1!important;
  width : 50px;
}
  #page_bien .carousel-control-prev:hover, #page_bien .carousel-control-next:hover{
    background-color : #2B3C5E;
  }
  #page_bien .carousel-control-prev{
    border-top-left-radius : 14px;
    border-bottom-left-radius : 14px;
  }
  #page_bien .carousel-control-next{
    border-top-right-radius : 14px;
    border-bottom-right-radius : 14px;
  }
.hide{
  display : none;
}
#page_bien .left_b a button{
  width : 100%;
  display : block;
  border-radius : 13px;
  text-align : left;
  padding : 4px 12px;
  font-size : 13px;
  font-weight : bold;
  text-transform : uppercase;
  height : 26px;
  color : white;
  background-color : #2B3C5E;
}
  #page_bien .left_b a button:hover{
    background-color : #949ca9;
  }
  #page_bien .left_b a:first-child button{
    margin-top : 25px;
    background-color : #949ca9;
  }
    #page_bien .left_b a:first-child button:hover{
      background-color : #2B3C5E;
    }
  #page_bien .left_b a:not(:first-child) button{
    margin-top : 10px;
  }
  #page_bien .left_b a button i{
    float : right;
    height : 18px;
    line-height : 18px;
  }
#page_biens .size_me{
  width : 40px!important;
}
.text_justify{
  text-align : justify;
}
.body_sticky{
  margin-top : 30px;
  height : 169px;
  position : relative;
}
  .body_sticky.active .band.footer{
    position : fixed;
    bottom : 0px;
    left : 0px;
    width : 100%;
  }
.band.footer{
  display : flex;
  background-image : url(../../../../wp-content/uploads/HomeGNN_immobilier_frise-boucle.png);
  background-position : top center;
  background-size : 169px;
  background-repeat : repeat;
}
  .band.footer .container{
    background-image : url(../../../../wp-content/uploads/HomeGNN_immobilier_frise-complete.png);
    background-position : top center;
    padding-top : 45px;
    background-size : 1140px;
    background-repeat : no-repeat;
    background-color : white;
  }
  .band.footer .container .row{
    margin-top : 0px!important;
  }
#footer .col-12 div{
  background-color : #C2CDD6;
}


html .container #page_bien .cae_right, html .container #page_bien .vg_right{
  line-height : 28px;
  height : calc(18px + 5px * 2);
  float : left;
  font-weight : bold;
  margin-left : 20px;
}
html .container #page_bien .vg{
  height : calc(18px + 5px * 2);
  line-height : 18px;
  padding : 5px 8px;
  width : calc(180px + 14px);
  font-weight : bold;
  position : relative;
  float : left;
}
  html .container #page_bien .vg.level_A{
    background-color : #4CAF50;
  }
  html .container #page_bien .vg.level_B{
    background-color : #6ABA4A;
  }
  html .container #page_bien .vg.level_C{
    background-color : #95C647;
  }
  html .container #page_bien .vg.level_D{
    background-color : #C9D144;
  }
  html .container #page_bien .vg.level_E{
    background-color : #DDB240;
  }
  html .container #page_bien .vg.level_F{
    background-color : #E8803B;
  }
  html .container #page_bien .vg.level_G{
    background-color : #F44336;
  }
html .container #page_bien .cae{
  height : calc(18px + 5px * 2);
  line-height : 18px;
  padding : 5px 8px;
  width : 180px;
  font-weight : bold;
  position : relative;
  float : left;
  margin-right : 14px;
}
  html .container #page_bien .cae:after{
    content : "";
    position : absolute;
    top : 0px;
    left : 100%;
    width : 0;
    height : 0;
    border-style : solid;
    border-width : 14px 0 14px 14px;
  }
  html .container #page_bien .cae.level_A{
    background-color : #4CAF50;
  }
    html .container #page_bien .cae.level_A:after{
      border-color: transparent transparent transparent #4CAF50;
    }
  html .container #page_bien .cae.level_B{
    background-color : #6ABA4A;
  }
    html .container #page_bien .cae.level_B:after{
      border-color: transparent transparent transparent #6ABA4A;
    }
  html .container #page_bien .cae.level_C{
    background-color : #95C647;
  }
    html .container #page_bien .cae.level_C:after{
      border-color: transparent transparent transparent #95C647;
    }
  html .container #page_bien .cae.level_D{
    background-color : #C9D144;
  }
    html .container #page_bien .cae.level_D:after{
      border-color: transparent transparent transparent #C9D144;
    }
  html .container #page_bien .cae.level_E{
    background-color : #DDB240;
  }
    html .container #page_bien .cae.level_E:after{
      border-color: transparent transparent transparent #DDB240;
    }
  html .container #page_bien .cae.level_F{
    background-color : #E8803B;
  }
    html .container #page_bien .cae.level_F:after{
      border-color: transparent transparent transparent #E8803B;
    }
  html .container #page_bien .cae.level_G{
    background-color : #F44336;
  }
    html .container #page_bien .cae.level_G:after{
      border-color: transparent transparent transparent #F44336;
    }
#bien_map{
  height : 360px;
  width : 100%;
  background-color : #949ca9;
  border-radius : 14px;
  margin-top : 25px;
  overflow : hidden;
}

/* ############################################################################################################################################################################### */
/* ### ANIMATION ################################################################################################################################################################# */
/* ############################################################################################################################################################################### */

  @-webkit-keyframes zoom{
    from{
      -webkit-transform:scale(0);
    }
    to{
      -webkit-transform:scale(1);
    }
  }

  @keyframes zoom{
    from{
      transform:scale(0);
    }
    to{
      transform:scale(1);
    }
  }

/* ############################################################################################################################################################################### */
/* ### CONTACT FORM 7 ############################################################################################################################################################ */
/* ############################################################################################################################################################################### */

div.wpcf7-mail-sent-ok{
  border-color : #2B3C5E!important;
}
div.wpcf7-validation-errors{
  border-color : #F44336!important;
}
span.wpcf7-not-valid-tip{
  color : #F44336!important;
  position : absolute;
  width : 100%;
  display : table!important;
  top : 24px;
}

/* ############################################################################################################################################################################### */
/* ### HOME ###################################################################################################################################################################### */
/* ############################################################################################################################################################################### */

#body_middle.row.home_page div.col-sm-12.col-md-12.col-lg-3.col-xl-3 ul li a{
	text-decoration:underline;
}

.vc_btn3.vc_btn3-size-sm{
	font-size: 14px!important;
}

.HEADING2020{
	color: #000000;
    font-family: Source sans pro, sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 30px;
    text-align: center;
    padding: 25px 0px 0px;
}

.HEADING2020 strong{
	color: #2B3C5E;
	font-size: 30px;
    font-weight: 600;
}

#savoir-gestion{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -32px;
}

#savoir-wbe{
	position: absolute;
	width: 49%;
	left: 0;
	bottom: -32px;
}

#english-wbe{
	position: absolute;
	width: 49%;
	right: 0;
	bottom: -32px;
}

#logo-gestion{
	margin-top: -210px;
}

.title-gestion h2{
	text-align: center;
	font-size: 30px;
    font-weight: 300;
    line-height: 40px;
	color: #000000;
}

.title-gestion h2 strong{
	font-size: 42px;
    color: #2B3C5E;
    font-weight: 600;
    line-height: 56px;
}

.bloc-gestion{
	width: 75%;
	margin: 0 auto;
	padding: 0 40px 40px 40px;
	text-align: center;
	color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
}

.bloc-gestion h3{
	background-color: #2B3C5E;
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: center;
    padding: 5px 0px;
	width: 75%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#logo-gestion img{
	width: 440px;
}

#contact-gestion{
	display: block;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 35px;
}

#cle-gestion{
	width: 187px;
	margin: 40px auto;
	margin-top: -117px;
}

.container {
	max-width: 1400px!important;
	width: 100%!important;
}