@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,500i,600,700,700i');

#searchBar{
  height: 95%;
  width: 20em;
  max-width: 100%;
  border:1px solid #ddd;
  text-align: center;
}
#sso{
  margin-top: 20px;
  height: auto;
  text-align: center;
  color: blue;
}
#searchBarLots{
  height: 2em;
  width: 100%;
  border:2px solid black;
  text-align: center;
  background-color: white;
  color: black;
}
.inverted-6 {
  background:
    conic-gradient(            #fff 0 90deg, #fff0 0) bottom left,
    conic-gradient(            #2A80F7 0 90deg, #fff0 0) bottom left,
    conic-gradient(from  90deg,#fff 0 90deg, #fff0 0) top left,
    conic-gradient(from  90deg,#2A80F7 0 90deg, #fff0 0) top left,
    conic-gradient(from 180deg,#fff 0 90deg, #fff0 0) top right,
    conic-gradient(from 180deg,#2A80F7 0 90deg, #fff0 0) top right,
    conic-gradient(from -90deg,#fff 0 90deg, #fff0 0) bottom right,
    conic-gradient(from -90deg,#2A80F7 0 90deg, #fff0 0) bottom right,
    #000;
  -webkit-background-clip:text,padding-box;
          background-clip:text,padding-box;
  background-size: 202% 202%;
  transition: 0.5s;
}
.inverted-6:hover {  
  color: white;
  background-position: center;
}
html,body { margin: 0px; padding: 0px; left: 0px; right: 0px; top: 0px; bottom: 0px; width: 100%; height: 100%; background-color: #f7f7f7; overflow-x: hidden; cursor: default; -ms-overflow-style: none; -webkit-tap-highlight-color: transparent; }
h1 { position: relative; top: 0px; font-family: Arial; color: #222222; font-size: 13px; font-weight: bold; line-height: 19px; text-align: left; margin: 20px; margin-bottom: 20px; margin-right: 50px; }
h2 { position: relative; top: 0px; margin: 0px; padding: 0px; font-family: 'Open Sans'; color: #000000; font-size: 14px; font-weight: 600; line-height: 26px; text-align: justify; margin-bottom: 25px; }
input, textarea { outline: none; border-radius: 0; -webkit-border-radius: 0; -webkit-appearance: none; resize: none; }
p { position: relative; top: 0px; margin: 0px; padding: 0px; font-family: 'Open Sans'; color: #000000; font-size: 14px; font-weight: 300; line-height: 26px; text-align: justify; margin-bottom: 25px; }
ul { position: relative; margin: 0px; padding: 0px; font-family: 'Open Sans'; color: #000000; font-size: 14px; font-weight: 300; line-height: 26px; margin-left: 10px; }
ol { position: relative; margin: 0px; padding: 0px; font-family: 'Open Sans'; color: #000000; font-size: 14px; font-weight: 300; line-height: 26px; margin-left: 10px; }
li { position: relative; margin: 0px; padding: 0px; font-family: 'Open Sans'; color: #000000; font-size: 14px; font-weight: 300; line-height: 26px; margin-left: 10px; }
hr { margin: 0px; padding: 0px; background-color: #d9d9d9; height: 2px; border: 0px; margin-bottom: 45px; }
a { text-decoration: none; }
u { color: #000000; }

form>input{
  text-decoration: none;
  color: white;
  background-color: transparent;
}
label{
  position: relative;
  vertical-align: baseline;
  font-family: 'Open Sans';
}
.checkbox {
  -webkit-appearance: checkbox;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.annonceBigBox {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 400px;
    width: 500px;
    right: 40px;
    top: 100px;
    justify-content: flex-start;
}
.annonceBigBox #optionok input{
  border: none;
  height:100%;
  width:100%;
  background-color:#22a9ee;
  color:white;
}
.annonceBigBox form input:hover{
  border: none;
  cursor:pointer;
}
.couverture { position: absolute; margin: 0px; padding: 0px; left: 0px; right: 0px; top: 0px; bottom: 0px; width: 100%; height: 100%; box-sizing: border-box; background-image: url(../imgs/wallpaper.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; z-index: 1; }
.login {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
  width: 350px;
  height: 360px;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  margin-left: -150px;
  margin-top: -175px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  float: left;
  opacity: 0;
  z-index: 4;
}
.login p{ margin-bottom: 0px; }
.login_titre { position: relative; width: 100%; margin: 0px; margin-bottom: 20px; font-family: 'Open Sans'; font-size: 22px; font-weight: 300; line-height: 28px; text-align: center; color: #000000; -webkit-font-smoothing: antialiased; }
.login_input { position: relative; width: 100%; height: 4em; margin: 0px; padding: 0px; margin-bottom: 1px; font-family: 'Open Sans'; font-size: 13px; line-height: 60px; font-weight: 600; text-align: center; color: #bbbbbb; -webkit-font-smoothing: antialiased; border: 0px; border-bottom: 1px solid #dbdbdb; background-color: #ffffff; -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; }
.login_input:focus { border-bottom: 2px solid #039be5; margin-bottom: 0px; -webkit-text-fill-color: #000000 !important; }
.login_submit { position: relative; width: 100%; left: 0px; right: 0px; margin: 0px; margin-top: 20px; font-family: 'Open Sans'; font-size: 14px; font-weight: 400; padding: 10px; text-align: center; color: #ffffff; -webkit-font-smoothing: antialiased; border: 0px; background-color: #039be5; border-radius: 20px; cursor: pointer; }
.login_oublie { position: relative; width: 100%; left: 0px; right: 0px; margin: 0px; padding: 0px; margin-top: 20px; font-family: 'Open Sans'; font-size: 12px; font-weight: 600; line-height: 40px; text-align: center; color: #bbbbbb; -webkit-font-smoothing: antialiased; cursor: pointer; }
.for { position: fixed; top: 50%; bottom: 50%; left: 0px; right: 0px; width: 100%; height: 220px; margin-top: -110px; background-color: #ffffff; float: left; z-index: 18; display: none; -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); }
.for_cnt { position: absolute; top: 0px; left: 50%; right: 50%; width: 340px; margin-left: -170px; z-index: 18; margin-top: 40px; }
.for_inp { position: relative; width: 100%; height: 60px; margin: 0px; padding: 0px; margin-bottom: 1px; font-family: 'Open Sans'; font-size: 13px; line-height: 60px; font-weight: 600; text-align: center; color: #bbbbbb; -webkit-font-smoothing: antialiased; border: 0px; border-bottom: 1px solid #dbdbdb; background-color: #ffffff; -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; }
.for_inp:focus { border-bottom: 2px solid #039be5; margin-bottom: 0px; -webkit-text-fill-color: #000000 !important; }
.for_sub { position: relative; width: 100%; left: 0px; right: 0px; margin: 0px; margin-top: 20px; font-family: 'Open Sans'; font-size: 14px; font-weight: 400; padding: 10px; text-align: center; color: #ffffff; -webkit-font-smoothing: antialiased; border: 0px; background-color: #039be5; border-radius: 20px; cursor: pointer; }
.mas { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #000; z-index: 10; opacity: 0.2; display: none; cursor: pointer; }
.not { position: fixed; width: 100%; left: 0px; bottom: -140px; height: 128px; background-color: #039be5; font-family: 'Open Sans'; font-size: 14px; font-weight: 400; text-align: center; line-height: 128px; color: #ffffff; cursor: pointer; z-index: 300; }
.not_clo { position: absolute; top: 0px; right: 0px; width: 128px; height: 128px; background-image: url(../imgs/close.svg); background-size: 30px 30px; background-repeat: no-repeat; background-position: center center; cursor: pointer; z-index: 120; }

.entete {
  position: fixed;
  display: flex;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 60px;
  z-index: 8;
  background-color: #ffffff;
  border-bottom: 0px solid #dbdbdb;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
}
.entete_titre { position: relative; top: 0; left: 0; float: left; height: 60px; margin-top: 0; font-family: 'Roboto'; font-size: 15px; font-weight: 400; text-align: center; line-height: 60px; cursor: pointer; color: #000; padding-left: 20px; padding-right: 20px; cursor: pointer; display: inherit; letter-spacing: .3px; -webkit-font-smoothing: antialiased; z-index: 2; border-right: 1px solid #dddddd; }
.entete_titre_select { position: relative; top: 0; left: 0; float: left; height: 60px; margin-top: 0; font-family: 'Roboto'; font-size: 15px; font-weight: 400; text-align: center; line-height: 60px; cursor: pointer; color: #000; padding-left: 20px; padding-right: 20px; cursor: pointer; display: inherit; letter-spacing: .3px; -webkit-font-smoothing: antialiased; z-index: 2; border-right: 1px solid #dddddd; }
.entete_titre_select:after { content: ""; position: absolute; left: 20px; right: 20px; bottom: 12px; width: auto; height: 2px; background-color: #fff; }


.entete_plus { position: absolute; width: 30px; height: 60px; top: 0; right: 60px; cursor: pointer; background-image: url(../imgs/plus.svg); background-repeat: no-repeat; background-position: center center; background-size: 20px 20px; image-rendering: -webkit-optimize-contrast; }
.entete_user { position: fixed; top: 0; right: 60px; height: 60px; font-family: 'Open Sans'; font-size: 13px; font-weight: 400; text-align: right; line-height: 60px; cursor: pointer; color: #000; display: inherit; -webkit-font-smoothing: antialiased; z-index: 1; padding-left: 20px; padding-right: 20px; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; }
.entete_user_noclick { position: fixed; top: 0; right: 0px; height: 60px; font-family: 'Open Sans'; font-size: 13px; font-weight: 400; text-align: right; line-height: 60px; color: #000; display: inherit; -webkit-font-smoothing: antialiased; z-index: 1; padding-left: 20px; padding-right: 20px; border-left: 1px solid #dddddd; }
.entete_menu { position: absolute; width: 60px; height: 60px; top: 0; right: 0; cursor: pointer; background-image: url(../imgs/mobile_open.svg); background-repeat: no-repeat; background-position: center center; background-size: 18px 18px; image-rendering: -webkit-optimize-contrast; z-index: 3; }
.menu { position: fixed; width: 180px; height: 100%; top: 0px; right: -190px; bottom: 0px; background-color: #ffffff; overflow: hidden; overflow-y: auto; background-image: url(../imgs/logo_crp.png); background-repeat: no-repeat; background-position: bottom center; z-index: 30; -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }
.menu_texte { position: relative; top: 0px; left: 0px; right: 0px; width: 100%; height: 60px; font-family: 'Open Sans'; font-size: 13px; font-weight: 400; text-align: center; line-height: 60px; cursor: pointer; -webkit-font-smoothing: antialiased; border-bottom: 1px solid #ddd; }
.menu_texte_select { position: relative; top: 0px; left: 0px; right: 0px; width: 100%; height: 60px; font-family: 'Open Sans'; font-size: 13px; font-weight: 400; text-align: center; line-height: 60px; cursor: pointer; -webkit-font-smoothing: antialiased; border-bottom: 1px solid #ddd; }
.menu_texte_select:after { content: ""; position: absolute; left: 10px; top: 10px; bottom: 10px; width: 2px; height: auto; background-color: #22a9ee; }
.cadre { position: absolute; top: 0px; margin-top: 60px; right: 0px; width: 500px; height: auto; padding: 0px; bottom: 0px; padding-top: 40px; padding-left: 40px; padding-right: 40px; overflow-y: auto; z-index: 6; overflow-x: hidden; background-color: #fafafa; }
.cadre2 { position: absolute; top: 100px; margin-top: 320px; right: 0px; width: 500px; height: auto; padding: 0px; bottom: 0px; padding-top: 40px; padding-left: 40px; padding-right: 40px; overflow-y: auto; z-index: 6; overflow-x: hidden; background-color: #fafafa; }
.cadre2bis { position: absolute; top: 250px; margin-top: 200px; right: 0px; width: 500px; height: auto; padding: 0px; bottom: 0px; padding-top: 40px; padding-left: 40px; padding-right: 40px; overflow-y: auto; z-index: 6; overflow-x: hidden; background-color: #fafafa; }
.contenu { position: absolute; width: auto; top: 0px; left: 0px; right: 40px; box-sizing: border-box; margin-top: 60px; z-index: 2; }
.contenu2 { position: relative; width: auto; top: 0px; left: 40px; right: 0px; margin-right: 620px; box-sizing: border-box; margin-top: 60px; z-index: 2; }
.contenu3 { position: relative; width: auto; top: 0px; left: 0px; right: 0px; margin-left: 40px; margin-right: 40px; box-sizing: border-box; margin-top: 100px; z-index: 2; }
.contenu4 { position: relative; width: auto; top: 0px; left: 0px; right: 0px; margin-left: 40px; margin-right: 40px; box-sizing: border-box; margin-top: 80px; z-index: 2; }
.contenu_input { position: relative; width: 100%; height: 60px; margin: 0px; padding: 0px; margin-bottom: 1px; font-family: 'Open Sans'; font-size: 13px; line-height: 60px; font-weight: 600; text-align: center; color: #bbbbbb; -webkit-font-smoothing: antialiased; border: 0px; border-bottom: 1px solid #dbdbdb; background-color: #fafafa; -webkit-box-shadow: 0 0 0px 1000px #fafafa inset; }
.contenu_input:focus { border-bottom: 2px solid #039be5; margin-bottom: 0px; -webkit-text-fill-color: #000000 !important; }
.contenu_submit { position: relative; width: 100%; left: 0px; right: 0px; margin: 0px; margin-top: 20px; font-family: 'Open Sans'; font-size: 13px; font-weight: 600; padding: 10px; text-align: center; color: #ffffff; -webkit-font-smoothing: antialiased; border: 0px; background-color: #039be5; border-radius: 20px; cursor: pointer; }
.contenu_footer { position: relative; width: 100%; height: 40px; float: left; }
.contenu_footer2 { position: relative; width: 100%; height: 168px; float: left; }
.contenu_vignette { position: relative; width: 20%; box-sizing: border-box; float: left; overflow: hidden; }
.contenu_vignette_illustration:before{ content: ""; display: block; padding-top: 70%; }
.contenu_vignette_illustration{ position: relative; top: 40px; left: 40px; bottom: 0px; right: 0px; background-color: #ddd; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; cursor: pointer; }
.contenu_vignette_illustration>span{
  position: absolute;
  width: 90%;
  top: 10%;
  font-size: 1.5em;
  font-weight: 650;
  color: red;
  font-family: 'Open Sans';
  text-align: center;
}
.contenu_vignette_description { position: relative; bottom: 0px; left: 40px; margin-right: 40px; width: auto; height: 356px; padding-left: 20px; padding-right: 20px; box-sizing: border-box; z-index: 4; overflow: hidden; background-color: #fafafa; cursor: pointer; border: 1px solid #ddd; border-top: 0px; }
.contenu_vignette_degrade { position: absolute; bottom: 0px; left: 0px; margin-right: 0px; width: 100%; height: 180px; z-index: 6; cursor: pointer; background-image: url(../imgs/degrade.png); background-repeat: repeat-x; background-position: bottom center; }
.contenu_vignette_titre { position: relative; width: 100%; font-family: 'Open Sans'; font-size: 14px; font-weight: 400; text-align: center; line-height: 80px; color: #000000; }
.contenu_vignette_texte { position: relative; width: 100%; height: 290px; font-family: 'Open Sans'; font-size: 14px; font-weight: 300; text-align: justify; line-height: 24px; color: #000000; overflow: hidden; }
.contenu_vignette_tva_reduite { position: absolute; top: 50px; right: 10px; width: 50px; height: 36px; border-radius: 50%; border: 1px solid #000000; font-family: 'Open Sans'; font-size: 10px; font-weight: 700; line-height: 12px; text-align: center; color: #000000; -webkit-font-smoothing: antialiased; padding-top: 13px; z-index: 4 ; }
.contenu_liste_entete { position: relative; width: 100%; height: 40px; margin-top: 40px; left: 0px; float: left; text-transform : uppercase; background-color: #A8A8A8; color: white; overflow: hidden; font-weight: 500; }
.contenu_liste_total_paire { position: relative; width: 100%; height: 40px; left: 0px; float: left; text-transform : uppercase; background-color: #eaeaea; overflow: hidden; font-weight: 500; }
.contenu_liste_total_impaire { position: relative; width: 100%; height: 40px; left: 0px; float: left; text-transform : uppercase; background-color: #dadada; overflow: hidden; font-weight: 500; }
.contenu_liste_paire { position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; background-color: #dadada; color: #000000; cursor: pointer; }
.contenu_liste_paire:hover { background-color: #22a9ee; color: #ffffff; } 
.contenu_liste_impaire { position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; background-color: #eaeaea; color: #000000; cursor: pointer; }
.contenu_liste_impaire:hover { background-color: #22a9ee; color: #ffffff; } 
.contenu_liste_paire_off { position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; background-color: #eaeaea; color: #cacaca; }
.contenu_liste_impaire_off { position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; background-color: #dadada; color: #bababa; }
.contenu_liste_numero { position: absolute; top: 0px; left: 20px; width: 40px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_ref { position: absolute; top: 0px; left: 60px; width: 100px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_nom { position: absolute; top: 0px; left: 160px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_type { position: absolute; top: 0px; left: 20px; width: 160px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_geo { position: absolute; top: 0px; left: 180px; width: 80px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_archi { position: absolute; top: 0px; left: 260px; width: 80px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_etage { position: absolute; top: 0px; left: 340px; width: 140px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_surf_hab { position: absolute; top: 0px; left: 480px; width: 100px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_surf_bal { position: absolute; top: 0px; left: 580px; width: 100px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_surf_pinel { position: absolute; top: 0px; left: 680px; width: 100px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_loyer_pinel { position: absolute; top: 0px; left: 780px; width: 100px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_loyer_marche { position: absolute; top: 0px; left: 880px; width: 100px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_etat { position: absolute; top: 0px; left: 800px; width: 80px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_prix { position: absolute; top: 0px; right: 10px; width: 100px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: right; line-height: 40px;  font-weight: 600;}
.contenu_liste_annonce { position: absolute; top: 0px; right: 0px; width: 4px; height: 40px; background-color: #22a9ee; }

.contenu_liste_optionPerso { cursor: default; position: absolute; top: 0px; right: 50px; width: auto; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: right; line-height: 40px; }
.contenu_liste_option { position: absolute; top: 0px; right: 10px; width: auto; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: right; line-height: 40px; }
.contenu_liste_bloque { position: absolute; top: 0px; right: 10px; width: auto; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: right; line-height: 40px; }
.contenu_liste_vendu { position: absolute; top: 0px; right: 10px; width: auto; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: right; line-height: 40px; }
.contenu_liste_X { position: realtive; margin-right: 5px;margin-left: 5px; width: auto; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: right; line-height: 40px; }
.contenu_liste_inpX {position: relative;}
.contenu_liste_option_img { border: none; background-color: #dc9294; position: relative;/* top: 13px;*/ right: 2px; width: 12px; height: 12px; background-image: url(../imgs/close.svg); background-size: 12px 12px; background-repeat: no-repeat; background-position: center center; }
.contenu_liste_adm_nom { position: absolute; top: 0px; left: 60px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_adm_ville { position: absolute; top: 0px; left: 260px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_adm_region { position: absolute; top: 0px; left: 460px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_adm_statut { position: absolute; top: 0px; right: 20px; width: 100px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: right; line-height: 40px; }
.contenu_liste_cnt_nom { position: absolute; top: 0px; left: 60px; width: 240px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_cnt_cpville { position: absolute; top: 0px; left: 300px; width: 240px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_cnt_telephone { position: absolute; top: 0px; left: 540px; width: 120px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_cnt_mobile { position: absolute; top: 0px; left: 660px; width: 120px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_cnt_email { position: absolute; top: 0px; left: 780px; width: 240px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_cnt_vendeur { position: absolute; top: 0px; left: 1020px; width: 240px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_cnt_status { position: absolute; top: 0px; left: 1260px; width: 100px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_cnt_date { position: absolute; top: 0px; right: 20px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: right; line-height: 40px; }
.contenu_liste_ved_ref { position: absolute; top: 0px; left: 60px; width: 100px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_ved_nom { position: absolute; top: 0px; left: 160px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_ved_societe { position: absolute; top: 0px; left: 360px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_ved_ville { position: absolute; top: 0px; left: 560px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_ved_telephone { position: absolute; top: 0px; left: 760px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_ved_email { position: absolute; top: 0px; left: 960px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_ved_admin1 { position: absolute; top: 0px; right: 20px; width: 100px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: right; line-height: 40px; }
.contenu_liste_ved_admin2 { position: absolute; top: 0px; right: 20px; width: 40px; height: 40px; background-image: url(../imgs/admin.svg); background-size: 20px 20px; background-repeat: no-repeat; background-position: center right; }
.contenu_liste_pre_ref { position: absolute; top: 0px; left: 60px; width: 100px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_pre_societe { position: absolute; top: 0px; left: 160px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_pre_ville { position: absolute; top: 0px; left: 360px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_pre_telephone { position: absolute; top: 0px; left: 560px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_pre_email { position: absolute; top: 0px; left: 760px; width: 200px; height: 40px; font-family: 'Open Sans'; font-size: 13px; text-align: left; line-height: 40px; }
.contenu_liste_inactif_paire { opacity:0.5; position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; color: #8a8a8a; cursor: pointer; }
.contenu_liste_inactif_paire:hover { color: #000000; }
.contenu_liste_inactif_impaire { opacity:0.5; position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; color: #7a7a7a; cursor: pointer; }
.contenu_liste_inactif_impaire:hover { color: #000000; }
.contenu_liste_vendu_paire { opacity:0.5; position: relative; height: 40px; left: 0px; width: 100%; font-weight: 200; float: left; overflow: hidden; background-color: #eaeaea; color: black; cursor: not-allowed; }
.contenu_liste_vendu_impaire { opacity:0.5; position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; background-color: #dadada; color: black; cursor: not-allowed; }
.contenu_liste_optionPerso_paire { position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; background-color: #dc9294; color: #ffffff; cursor: pointer; }
.contenu_liste_option_paire { position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; background-color: #dc9294; color: #ffffff; cursor: pointer;; }
.contenu_liste_optionPerso_impaire { position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; background-color: #dca3a5; color: #ffffff; cursor: pointer; }
.contenu_liste_option_impaire { position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; background-color: #dca3a5; color: #ffffff; cursor: pointer;; }
.contenu_liste_bloque_paire { position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; background-color: #B8EEBE; color: black; cursor: not-allowed; }
.contenu_liste_bloque_impaire { position: relative; height: 40px; left: 0px; width: 100%; font-weight: 300; float: left; overflow: hidden; background-color: #A3D4A9; color: black; cursor: not-allowed; }

.contenu_document { position: relative; width: 100%; margin-top: 40px; float: left; border-top: 1px solid #dadada; overflow-x: hidden; }
.contenu_document_liste { position: relative; width: 100%; height: 40px; margin: 0px; float: left; overflow: hidden; border-bottom: 1px solid #dadada; font-family: 'Open Sans'; color: #000000; font-size: 13px; font-weight: 300; line-height: 40px; text-align: left; cursor: pointer; padding-left: 30px; background-image: url(../imgs/document.svg); background-size: 22px 22px; background-repeat: no-repeat; background-position: center left; }
.contenu_document_liste:hover { background-color: #dadada; }
.contenu_document_imag { position: relative; width: 100%; height: 40px; margin: 0px; float: left; overflow: hidden; border-bottom: 1px solid #dadada; font-family: 'Open Sans'; color: #000000; font-size: 13px; font-weight: 300; line-height: 40px; text-align: left; cursor: pointer; padding-left: 30px; background-image: url(../imgs/image.svg); background-size: 22px 22px; background-repeat: no-repeat; background-position: center left; }
.contenu_document_imag:hover { background-color: #dadada; }
.contenu_document_plan { position: relative; width: 100%; height: 40px; margin: 0px; float: left; overflow: hidden; border-bottom: 1px solid #dadada; font-family: 'Open Sans'; color: #000000; font-size: 13px; font-weight: 300; line-height: 40px; text-align: left; cursor: pointer; padding-left: 30px; background-image: url(../imgs/plan.svg); background-size: 22px 22px; background-repeat: no-repeat; background-position: center left; }
.contenu_document_plan:hover { background-color: #dadada; }
.contenu_document_plaquette { position: relative; width: 100%; height: 40px; margin: 0px; float: left; overflow: hidden; border-bottom: 1px solid #dadada; font-family: 'Open Sans'; color: #000000; font-size: 13px; font-weight: 300; line-height: 40px; text-align: left; cursor: pointer; padding-left: 30px; background-image: url(../imgs/plaquette.svg); background-size: 22px 22px; background-repeat: no-repeat; background-position: center left; }
.contenu_document_plaquette:hover { background-color: #dadada; }
.contenu_document_lien { position: relative; width: 100%; height: 40px; margin: 0px; float: left; overflow: hidden; border-bottom: 1px solid #dadada; font-family: 'Open Sans'; color: #000000; font-size: 13px; font-weight: 300; line-height: 40px; text-align: left; cursor: pointer; padding-left: 30px; background-image: url(../imgs/lien.svg); background-size: 22px 22px; background-repeat: no-repeat; background-position: center left; }
.contenu_document_lien:hover { background-color: #dadada; }
.document_box { position: fixed; left: 40px; right: 40px; top: 40px; bottom: 40px; width: auto; padding: 0px; height: auto; box-sizing: border-box; background-color: #ffffff; z-index: 20; display: none; -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); }
.document_box_iframe { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; width: 100%; height: 100%; border: 0px; overflow: auto; }
.document_box_close { position: absolute; top: 0px; right: 0px; width: 40px; height: 40px; background-color: #22a9ee; background-image: url(../imgs/close.svg); background-size: 16px 16px; background-repeat: no-repeat; background-position: center center; cursor: pointer; z-index: 120; }
.contenu_carte { position: relative; width: 100%; height: 600px; margin-top: 40px; float: left; }
.contenu_image { position: relative; width: 100%; box-sizing: border-box; float: left; margin-top: 40px; overflow: hidden; }

.annonce { right: 40px; top: 220px; width: 500px; height: 100px; background-color: #22a9ee; font-family: 'Open Sans'; font-size: 14px; font-weight: 400; text-align: center; line-height: 100px; color: #ffffff; cursor: pointer; z-index: 9; }
.annoncebis { margin-bottom: 5px; right: 40px; top: 100px; width: 500px; height: 100px; background-color: #22a9ee; font-family: 'Open Sans'; font-size: 14px; font-weight: 400; text-align: center; line-height: 100px; color: #ffffff; cursor: pointer; z-index: 9; }
.annonce_box { position: fixed; right: 40px; top: 40px; bottom: 40px; width: 500px; padding: 40px; height: auto; box-sizing: border-box; background-color: #ffffff; z-index: 20; display: none; -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); overflow-y: auto; }
.annonce_close { position: fixed; top: 40px; right: 40px; width: 40px; height: 40px; background-color: #454545; background-image: url(../imgs/close.svg); background-size: 12px 12px; background-repeat: no-repeat; background-position: center center; cursor: pointer; z-index: 120; }



.reserver { margin-bottom: 5px;width: 500px; height: 100px; background-color: #22a9ee; font-family: 'Open Sans'; font-size: 14px; font-weight: 400; text-align: center; line-height: 100px; color: #ffffff; cursor: pointer; z-index: 9; }
.reserver_box {
    top: 0px;
    position: absolute;
    width: 500px;
    padding: 40px;
    height: 1150px;
    box-sizing: border-box;
    background-color: #ffffff;
    z-index: 20;
    display: none;
    -webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 40%);
    overflow-y: auto;
}
.reserver_close { position: fixed; background-color: #454545; background-image: url(../imgs/close.svg); background-size: 12px 12px; background-repeat: no-repeat; background-position: center center; cursor: pointer; z-index: 120; }

.reserver_liste { position: relative; width: 100%; height: 60px; border-bottom: 1px solid #dddddd; float: left; cursor: pointer; margin-bottom: 10px; }
.reserver_liste_nom { position: relative; top: 0px; left: 0px; width: 100%; height: 26px; font-family: 'Open Sans'; font-size: 13px; text-align: left; font-weight: 600; line-height: 26px; float: left; }
.reserver_liste_adresse { position: relative; top: 0px; left: 0px; width: 100%; height: 26px; font-family: 'Open Sans'; font-size: 13px; text-align: left; font-weight: 300; line-height: 26px; float: left; }

.edition_box { position: fixed; right: 40px; top: 40px; bottom: 40px; width: 500px; padding: 40px; height: auto; box-sizing: border-box; background-color: #ffffff; z-index: 20; display: none; -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); overflow-y: auto; }
.edition_box_large { position: fixed; right: 40px; top: 40px; bottom: 40px; width: 800px; padding: 40px; height: auto; box-sizing: border-box; background-color: #ffffff; z-index: 20; display: none; box-sizing: border-box; -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); overflow-y: auto; }
.edition_box_large_collone_1 { position: relative; width: 50%; top: 0px; bottom: 0px; height: 100%; float: left; padding-right: 40px; border-right: 1px solid #dddddd; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow-y: auto; }
.edition_box_large_collone_2 { position: relative; width: 50%; top: 0px; bottom: 0px; height: 100%; float: left; padding-left: 40px; box-sizing: border-box; overflow-y: auto; }
.edition_close { position: fixed; top: 40px; right: 40px; width: 40px; height: 40px; background-color: #454545; background-image: url(../imgs/close.svg); background-size: 12px 12px; background-repeat: no-repeat; background-position: center center; cursor: pointer; z-index: 120; }
.edition_input { position: relative; width: 100%; height: 60px; margin: 0px; padding: 0px; margin-bottom: 1px; font-family: 'Open Sans'; font-size: 13px; line-height: 60px; font-weight: 600; text-align: left; color: #bbbbbb; -webkit-font-smoothing: antialiased; border: 0px; border-bottom: 1px solid #dbdbdb; background-color: #ffffff; -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; }
.edition_input:focus { border-bottom: 2px solid #039be5; margin-bottom: 0px; -webkit-text-fill-color: #000000 !important; }
.edition_input_readonly { position: relative; width: 100%; height: 60px; margin: 0px; padding: 0px; margin-bottom: 1px; font-family: 'Open Sans'; font-size: 13px; line-height: 60px; font-weight: 600; text-align: left; color: #bbbbbb; -webkit-font-smoothing: antialiased; border: 0px; border-bottom: 1px solid #dbdbdb; background-color: #ffffff; -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; }
.edition_select { position: relative; width: 100%; height: 60px; margin: 0px; padding: 0px; margin-top: 0px; margin-bottom: 1px; padding-top: 20px; padding-bottom: 20px; font-family: 'Open Sans'; font-size: 13px; line-height: 60px; font-weight: 600; text-align: left; color: #bbbbbb; -webkit-font-smoothing: antialiased; border: 0px; border-bottom: 1px solid #dbdbdb; background-color: #ffffff; -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; }
.edition_textarea { position: relative; width: 100%; height: 180px; margin: 0px; padding: 0px; margin-bottom: 1px; font-family: 'Open Sans'; font-size: 13px; line-height: 26px; padding-top: 10px; font-weight: 600; text-align: left; color: #bbbbbb; -webkit-font-smoothing: antialiased; border: 0px; border-bottom: 1px solid #dbdbdb; background-color: #ffffff; -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; }
.edition_textarea:focus { border-bottom: 2px solid #039be5; margin-bottom: 0px; -webkit-text-fill-color: #000000 !important; }.edition_textarea_readonly { position: relative; width: 100%; height: 180px; margin: 0px; padding: 0px; margin-bottom: 1px; font-family: 'Open Sans'; font-size: 13px; line-height: 26px; padding-top: 10px; font-weight: 600; text-align: left; color: #000000; -webkit-font-smoothing: antialiased; border: 0px; background-color: #ffffff; -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; }
.edition_submit { position: relative; width: 100%; left: 0px; right: 0px; margin: 0px; margin-top: 20px; margin-bottom: 20px; font-family: 'Open Sans'; font-size: 13px; font-weight: 600; padding: 10px; text-align: center; color: #000000; -webkit-font-smoothing: antialiased; border: 1px solid #939393; background-color: #ffffff; border-radius: 20px; cursor: pointer; border-radius: 20px; cursor: pointer; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.edition_delete { position: relative; width: 100%; left: 0px; right: 0px; margin: 0px; padding: 0px; margin-top: 0px; margin-bottom: 20px; font-family: 'Open Sans'; font-size: 12px; font-weight: 600; line-height: 40px; text-align: center; color: #bbbbbb; -webkit-font-smoothing: antialiased; cursor: pointer; }
.importer { position: fixed; right: 40px; top: 40px; bottom: 40px; width: 500px; padding: 0px; height: auto; box-sizing: border-box; background-color: #252525; z-index: 20; display: none; -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); }
.importer_close { position: absolute; top: 0px; right: 0px; width: 40px; height: 40px; background-color: #252525; background-image: url(../imgs/close.svg); background-size: 16px 16px; background-repeat: no-repeat; background-position: center center; cursor: pointer; z-index: 120; }
.importer_iframe { position: relative; left: 0px; right: 0px; top: 0px; bottom: 0px; width: 100%; height: 100%; border: 0px; box-sizing: border-box; }
.option { position: fixed; width: 360px; height: 180px; left: 50%; top: 50%; right: 50%; bottom: 50%; margin: 0px; margin-left: -180px; margin-top: -90px; padding: 0px; background-color: #252525; z-index: 20; -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); display: none; }
.option_close { position: absolute; top: 0px; right: 0px; width: 40px; height: 40px; background-color: #252525; background-image: url(../imgs/close.svg); background-size: 16px 16px; background-repeat: no-repeat; background-position: center center; cursor: pointer; z-index: 120; }
.option_texte { position: relative; top: 0px; margin: 0px; padding: 40px; font-family: 'Open Sans'; color: #ffffff; font-size: 15px; font-weight: 300; line-height: 22px; text-align: center; }
.option_submit { position: relative; width: 80px; left: 50%; right: 50; margin: 0px; margin-left: -40px; margin-top: 0px; font-family: 'Open Sans'; font-size: 13px; font-weight: 600; padding: 10px; text-align: center; color: #ffffff; -webkit-font-smoothing: antialiased; border: 0px; background-color: #039be5; border-radius: 20px; cursor: pointer; }

@media screen and (max-width: 1800px) {
.cadre { width: 400px; }
.cadre2 { width: 400px; }
.cadre2bis { width: 400px; }
.contenu2 { margin-right: 520px; }
.contenu_vignette { width: 25%; }
.reserver { width: 400px; }
.reserver_box { width: 400px; }

.annonce { width: 400px; }
.annoncebis { width: 400px; }
.annonceBigBox {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 400px;
    width: 500px;
    left: 80px;
    top: 40px;
    justify-content: flex-start;
}


.contenu_liste_loyer_pinel { display: none; }
.contenu_liste_loyer_marche { display: none; }
.contenu_liste_cnt_telephone { display: none; }
.contenu_liste_cnt_mobile { display: none; }
.contenu_liste_cnt_email { left: 540px; }
.contenu_liste_cnt_vendeur { left: 780px; }
.contenu_liste_cnt_status { left: 1020px; }
}

@media screen and (max-width: 1480px) {
.cadre { width: 300px; }
.cadre2 { width: 300px; }
.cadre2bis { width: 300px; }
.contenu2 { margin-right: 420px; }
.contenu_vignette { width: 33.33%; }
.reserver { width: 300px; }
.reserver_box { width: 300px; }
.annonceBigBox {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 400px;
    width: 300px;
    left: 80px;
    top: 40px;
    justify-content: flex-start;
}
.annonce { width: 300px; }
.annoncebis { width: 300px; }

.contenu_liste_type { left: 20px; width: 140px; }
.contenu_liste_geo { left: 160px; width: 60px; }
.contenu_liste_archi { left: 220px; width: 60px; }
.contenu_liste_etage { left: 280px; width: 40px; }
.contenu_liste_surf_hab { left: 350px; width: 80px; }
.contenu_liste_surf_bal { display: none; }
.contenu_liste_surf_pinel { left: 500px; width: 80px; }
.contenu_liste_loyer_pinel { left: 580px; width: 80px; }
.contenu_liste_loyer_marche { display: none; }
.contenu_liste_etat { left: 740px; width: 80px; }
.contenu_liste_prix { right: 10px; width: 100px;}
.contenu_liste_ved_ref { left: 60px; width: 80px; }
.contenu_liste_ved_nom { left: 140px; width: 160px; }
.contenu_liste_ved_societe { left: 300px; width: 180px; }
.contenu_liste_ved_ville { left: 480px; width: 160px; }
.contenu_liste_ved_telephone { left: 640px; width: 120px; }
.contenu_liste_ved_email { left: 760px; width: 180px; }
.contenu_liste_ved_admin1 { display: none; }
.contenu_liste_ved_admin2 { display: none; }
.contenu_liste_pre_ref { left: 60px; width: 80px; }
.contenu_liste_pre_societe { left: 140px; width: 180px; }
.contenu_liste_pre_ville { left: 320px; width: 160px; }
.contenu_liste_pre_telephone { left: 480px; width: 120px; }
.contenu_liste_pre_email { left: 600px; width: 180px; }
.contenu_liste_surf_pinel { display: none; }
.contenu_liste_cnt_email  { display: none; }
.contenu_liste_cnt_vendeur { left: 540px; }
.contenu_liste_cnt_status { left: 680px; }
}

@media screen and (max-width: 1060px) {
  .annonceBigBox {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 300px;
    width: 90%;
    right: 10px;
    left: 10px;
    top: 200px;
    justify-content: flex-start;
  }
  .annonceBigBox {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 200px;
    width: 100%;
    justify-content: flex-start;
    top: 150px;
    right: 0px;

  }
  .annonceBigBox div{
    width: 95%;
  }
  .annonceBigBox #reserver_box{
    height: 500%;
    position: absolute;
    top: auto;
    left :auto;
    margin-top: 10%;
  }
  .annonceBigBox #reserver_box #searchBarLots{
    display: none;
  }
  .annonceBigBox form{
    width: 95%;
  }
  .annonceBigBox form{
    font-size: 14px;
    font-weight: 300;
  }
  .cadre2bis{
    margin-top: -200px;
  }
.entete { position: relative; height: 60px; }
.entete_titre { height: 60px; line-height: 60px; padding-left: 10px; padding-right: 10px; }
.entete_titre_select { height: 60px; line-height: 60px; padding-left: 10px; padding-right: 10px; }
.entete_user { display: none; }
.entete_plus { width: 60px; height: 60px; }
.entete_menu { width: 60px; height: 60px; }
.entete_titre { left: 10px; color: #000; }
.entete_titre_select { background-color: #ffffff; color: #000; left: 10px; }
.contenu { right: 20px; margin-top: 60px; }
.contenu2 { position: relative; left: 20px; box-sizing: border-box; width: auto; margin-top: 20px; margin-right: 40px; }
.contenu3 { margin-left: 20px; margin-right: 20px; margin-top: 20px; }
.contenu4 { margin-left: 20px; margin-right: 20px; margin-top: 20px; }
.contenu_liste_etage { display: none; }
.contenu_liste_surf_hab { left: 280px; width: 80px; }
.contenu_liste_surf_bal { display: none; }
.contenu_liste_entete {margin-top: 0px; }
.contenu_liste_adm_nom { left: 60px; width: 160px; }
.contenu_liste_adm_ville { left: 220px; width: 160px; }
.contenu_liste_adm_region { left: 380px; width: 160px; }
.contenu_liste_adm_statut { display: none; }
.contenu_liste_ved_societe { display: none; }
.contenu_liste_ved_ville { left: 300px; width: 160px; }
.contenu_liste_ved_telephone { display: none; }
.contenu_liste_ved_email { left: 460px; width: 180px; }
.contenu_liste_pre_email { display: none; }
.contenu_liste_cnt_cpville { display: none; }
.contenu_liste_cnt_vendeur { left: 280px; width: 120px; }
.contenu_liste_cnt_status { left: 400px; }
.contenu_vignette { width: 50%; }
.contenu_vignette_illustration{ top: 20px; left: 20px; }
.contenu_vignette_tva_reduite { top: 30px; }
.contenu_vignette_description { left: 20px; margin-right: 20px; height: 356px; }
.contenu_footer { height: 20px; }
.cadre { position: relative; margin-top: 0px; padding-top: 0px; padding-left: 20px; padding-right: 20px; width: auto; float: left; }
.cadre2 { position: relative; margin-top: 0px; padding-top: 0px; padding-left: 20px; padding-right: 20px; width: auto; padding-bottom: 80px; float: left; }
.cadre2bis { position: relative; margin-top: 0px; padding-top: 0px; padding-left: 20px; padding-right: 20px; width: auto; padding-bottom: 80px; float: left; }
.contenu_document { margin-top: 20px; }
.contenu_image { margin-top: 20px; }
.importer { left: 20px; right: 20px; top: 20px; bottom: 20px; width: auto; }
.contenu_carte { height: 300px; margin-top: 20px; }
.reserver { left: 0px; right: 0px; top: auto; bottom: 0px; width: 100%; height: 60px; line-height: 60px; }

.annonce { left: 0px; right: 0px; top: auto; bottom: 60px; width: 100%; height: 60px; line-height: 60px; }
.annoncebis { left: 0px; right: 0px; top: auto; bottom: 0px; width: 100%; height: 60px; line-height: 60px; }

.reserver_close { position: fixed; right: 20px; top: 20px; }
.reserver_box { left: 20px; right: 20px; top: 20px; bottom: 20px; width: auto; padding: 20px; }
.document_box { left: 20px; right: 20px; top: 20px; bottom: 20px; }
.edition_box { left: 20px; right: 20px; top: 20px; bottom: 20px; width: auto; }
.edition_box_large { left: 20px; right: 20px; top: 20px; bottom: 20px; width: auto; }
.edition_close { top: 20px; right: 20px; }
#facultatif1 { display: none; }
}

@media screen and (max-width: 740px) {
  .annonceBigBox {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 200px;
    width: 100%;
    justify-content: flex-start;
    top: 150px;
    right: 0px;

  }
  .annonceBigBox div{
    width: 95%;
  }
  .annonceBigBox #reserver_box{
    height: 500%;
    position: absolute;
    top: auto;
    left :auto;
    margin-top: 10%;
  }
  .annonceBigBox #reserver_box #searchBarLots{
    display: none;
  }
  .annonceBigBox form{
    width: 95%;
  }
  .annonceBigBox form{
    font-size: 14px;
    font-weight: 300;
  }
  .cadre2bis{
    margin-top: -200px;
  }
.contenu_vignette { width: 100%; }
.contenu_liste_geo { display: none; }
.contenu_liste_archi { display: none; }
.contenu_liste_surf_hab { left: 160px; width: 80px; }
.contenu_liste_ref { left: 60px; width: 80px; }
.contenu_liste_nom { left: 150px; }
.contenu_liste_adm_region { display: none; }
.contenu_liste_ved_ville { display: none; }
.contenu_liste_ved_email { display: none; }
.contenu_liste_pre_ville { display: none; }
.contenu_liste_pre_telephone { display: none; }
.contenu_liste_cnt_vendeur .contenu_liste_cnt_cpville { display: none; }
.contenu_liste_cnt_status { left: 300px; }
.contenu_liste_cnt_vendeur { display: none; }
.contenu_liste_cnt_status { display: none; }
.option { Width: auto; height: auto; left: 20px; top: 20px; right: 20px; bottom: 20px; margin-left: 0px; margin-top: 0px; }
#facultatif2 { display: none; }
}
@media screen and (max-width: 580px) {
  .contenu_liste_surf_hab {
    display: none;
  }
}
@media screen and (max-height: 580px) {
  .annonceBigBox {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 400px;
    width: 500px;
    right: 40px;
    top: 100px;
    justify-content: flex-start;
  }
  .menu { background-image: url(); }
}

::-ms-reveal { display: none; }
::-ms-clear { display: none; }
::-webkit-search-cancel-button { -webkit-appearance: none; } 
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment { width: 0px; height: 0px; display: block; background-color: #999999; }
::-webkit-scrollbar { width: 0px; height: 0px; }
::-webkit-scrollbar-track-piece { background-color: #000000; left center; width: 0px; }
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal { width: 0px; height: 0px; background-color: #999999; }