<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document - largeur small */

/*********** styles generaux ************/
    
    body {
        width: 100%;
        margin: 0;
        padding: 0;
        
        background:none;
    }
    
    
    /* gestion des mots longs */

    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        -webkit-hyphens: auto; /* césure propre */
        -moz-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word; /* passage à la ligne forcé */
    }
    
    table {
      table-layout: fixed;
    }

    /* force le contenu à passer à la ligne sous une image */
    #milieu img {
      clear:both;
      max-width:100%;
      
    }
/************************/

.mobile_element {
  display:block;
}
.standard_element {
  display:none;
}
.medium_element {
  display:none;
}

#milieu .img_right, #milieu .img_left {
  float:none;
  height:auto;
  width:100%;
  margin:10px 0;
}

/** structure **/
#conteneur {
  width:auto;
  margin:auto;
  padding: 0 10px;
}

#header {
  width:100%;
  
}

#header_milieu {
  margin:10px 0;
}
h1 {
  
}


#biens_en_avant {
  display:none;
}


/** icon / btns actions **/
#icon_menu_mobile {

  position:fixed;
  top: 0.75em;
  left: 0.75em;
  width: 1.75em;
  height: 1.75em;

  background-position:center center;
  background-size:100% auto;
  background-repeat:no-repeat;
  background-image:url('../images/icon_menu_mobile.svg');
  
  z-index:9999999; 

}

#btn_menu_filtre {
  position:fixed;
  z-index:9999998;
  top:76px;
  left:0px;
  height:35px;
  width:100%;

  padding-top:12px;
  padding-left:20px;
  background-color:#C0362C;
  /*border-top:2px solid #E0E0E0;*/
 -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
 -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.5);
 box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.5);  
  

  background-position:20% center;
  background-repeat:no-repeat;
  background-image:url('../images/icon_down_mobile.svg');   
  
  text-align:center;
  color:#fff;
  font-size:20px;
	font-weight:400;
	font-family: 'Lato', sans-serif;  
}


#div_legende {
  bottom:10px;
}

/** haut **/
#header {
  
  position:fixed;
  z-index: 9999999;
  top: 0px;
  left: 0px;
  height:75px; 
  background-color:#fff; 
  
 -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
 -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.5);
 box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.5); 
}
#header_baseline, .header_contact, .header_sotrim {
  display:none;
}

#header_menu {
  display:none;
  
  position:fixed;
  top:0px;
  left:0px;
  
  width:auto;
  background-color:#444;
  padding:0px;
  padding-top:40px;
  
  height:100%;
  
  -webkit-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    5px 0px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         5px 0px 5px 0px rgba(50, 50, 50, 0.5);  
  
  z-index:9999999;
}

.menu_titre{
	display:block;
  background-color:#c0362c;
  color:#FFF;
  font-size:12px;
	margin:0.75em;
  padding:5px;
	float:none;
}
.menu_titre:hover{
  text-decoration:none;
  color:#c0362c;
  background-color:#FFF;
}

.menu_titre_icone{
	display:block;
	margin:0.75em;
  padding:5px;
	float:left;
}

.menu_titre_facebook {
  background-image:url('../images/facebook_blanc_32.png');
}

.menu_separateur{
	display:none;
}

#nav {
    display: none;
    position:absolute;
    float: none;
    top:5px;
    left:5px;
    margin:0;
}


#header_logo {
  float:none;
  margin:auto;
  margin-top:0px;
  width:100%;
  height:75px;
  margin-bottom:5px;
  text-align:center;
}
#header_logo a {
  display:block;
}
#header_logo img {
  height:75px;
  border:0;
}

#logo_filtres {
  float:left;
  margin:auto;
  margin-top:10px;
  width:70px;
  height:70px;
  margin-bottom:5px;
}
#logo_filtres img {
  width:70px;
}



/** milieu **/
#milieu {
  min-height:auto;
  margin-top:75px;
}
#conteneur_index {
  padding:0;
}


#affaire_onglets {
  position:fixed;
  
  left:1%;
  top:90%;
  width:100%;
}

#_onglets_contenus {
  padding-top:50px;
}


#contenu{
	height:auto;	
  border:0px;
	margin:0px;
}

/*** accueil  ***/
#filtres {
  float:none;
  display:none;
  border:0px;
  position:absolute;
  top:-600px;
  left:0px;
  width:100%;
  height:auto;
  margin:0px;
  min-height:1000px;

  
  z-index:9999998;
  
  background:none;
  background: rgb(242,242,242);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(242,242,242,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 100%);
  background: -o-radial-gradient(center, ellipse cover,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 100%);
  background: radial-gradient(ellipse at center,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 );

  overflow:hidden;

}

#filtres_contenu {
  background:none;
  width:100%;
  height:auto;   
  margin:0px; 
  
  position:absolute;
  top:50px;
  left:0;
  
  overflow-y:auto;
  z-index:9999996;  
}

#boutons_actions_filtres {
  position:fixed;
  top:120;
  left:0;
  width:100%;
  
  z-index:9999997;
  background: rgb(242,242,242);
  
 -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
 -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.5);
 box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.5);   
}


.filtres_elements label {
  padding:5px;
  margin:5px;
  display:block;
  width:auto;
  float:left;
  background:none;
  background-color:#777;
  color:#fff; 
   
}

.filtres_elements label:hover {
  background-color:#c0362c;
  color:#fff; 
}

.filtres_elements label.filtre_actif  {
  background:none;
  background-color:#c0362c;
  color:#fff;  
}

/*** labels speciaux pieces, type operation **/
.filtres_elements label._categorie_biens, .filtres_elements label._type_operation {
  width:auto;
}

.filtre_efface {
  padding:5px;
}

#map_resultats {
  float:none;
  width:100%;
  height:auto;
  margin-bottom:70px;
}
#map {
  /*width:auto;*/
  /*height:500px;  */
  border-top:2px solid #E0E0E0;
}
#resultats {
 width:auto;
 height:auto;
 margin:auto;
 border:0px;
 padding:5px;
 overflow-y:hidden; 
 z-index:9999995;
}

      .affaire_liste_element {
        margin:5px; 
        border:1px solid #ccc;     
      }   
      
      .affaire_liste_element_photo {
        float:none;
        width:100%;
        max-width:100%;
        height:auto;
        min-width:280px;
        min-height:210px;
        margin:auto;
        background-size:cover;
      }
      .affaire_liste_element_infos {
        float:none;
        width:100%;
        max-width:none;
        margin:0px;
      }
      .affaire_infobulle_titre {
        font-size: 14px;
      }      
      
      .affaire_infobulle_lien {
        text-align:right;
        font-weight: bold;
        background-color:#c0362c;
        color:#fff;
        width:auto;
        padding:5px;
        display:inline-block;
        float:none;
        margin:5px;
        cursor:pointer;
      }
      .affaire_infobulle_prix {
        width:auto;
        display:block;
        margin:5px;
        margin-top:10px;
        font-weight: bold;
      } 
       

#vignettes {
 display:none;
 width:auto;
 margin:auto;
 z-index:9999994;
}

#effacer_filtres {
  float:right;
  background-color:#666;
  color:#fff;
  padding:10px;
  margin:10px;
  font-size: 14px;  
}
#effacer_filtres:hover {
  background-color:#C0362C;
  color:#fff;
}

#valider_filtres {
  float:left;
  background-color:#C0362C;
  color:#fff;
  padding:10px;
  margin:10px;

  font-size: 14px;    
}




/** bas **/
#footer {
  position:fixed;
  bottom:0px;
  left:0px;
  margin-top:-20px;
  width:100%;
 -webkit-box-shadow: 0px -2px 2px 0px rgba(50, 50, 50, 0.5);
 -moz-box-shadow:    0px -2px 2px 0px rgba(50, 50, 50, 0.5);
 box-shadow:         0px -2px 2px 0px rgba(50, 50, 50, 0.5);
  background-color:#909090;
  color:#fff;
  text-align:center;
}
.footer_credit {
  font-size:10px;
  color:#fff;
}

/** detail affaire **/

.puce_retour, .puce_retour:hover {
  margin:5px;
  margin-left:10px;
  background-image:url('../images/icon_retour_mobile.svg');
}

#reseaux_sociaux {
  float:right;
  margin:10px;
  
}

.reseau_social {
  width:22px;
  height:22px;
}

#detail_menu_plusieurs {
  float:left;
  width:70%;
  margin:10px;
}
#detail_menu_plusieurs_titre {
  border:0px;
  color:#fff;
  background-color:#c0362c;
}

#detail_menu_plusieurs ul {
  list-style:none;
  list-style-type:none;
  position:absolute;
  display:none;
  z-index:99999;
  height:auto;
  background-color:#fff;
  background-color:rgba(255,255,255,0.9);
  padding:0px;
  margin:0px;
  margin:auto;  
  margin-top:-1px;  
  width:95%;
}
#detail_menu_plusieurs li {
  list-style:none;
  list-style-type:none;
  padding:0px;
  margin:0px;
  background-color:#fff;

}
#detail_menu_plusieurs li:hover {
  background-color:#fff;
}

#detail_menu_plusieurs:hover ul {
  display:block;
}



#milieu_fiche_details{
	height:auto;
	border:0px;
  margin:0px;
  padding:0px;
  background-color:#fff;
}
#milieu_appartement{
	float:none;
	padding:20px;
  padding-top:0px;
	min-height:auto;
	width:auto;
	border:0px;
	background:none;
}
#milieu_titre{
	width:auto;
	height:auto;
	padding:0;
	margin-bottom:10px;
  background:none;
}
#milieu_titre_titre{
	width:auto;
	float:none;
	margin:0px;
  background-color:#fff;
  color:#c0362c;
}
#milieu_titre_titre h1 {
  color:#c0362c;
  font-size:20px;
  font-weight:600;
}
#milieu_titre_prix{
	display:inline-block;
  width:auto;
	float:none;
	margin:0px;
  margin-top:5px;
  padding:5px;
  background-color:#c0362c;
  color:#fff;  
  font-size:20px;

}

#milieu_photo_HD {
  float:none;
  width:auto;
  height:auto;
  min-height:300px;
  background-size:100% auto;
  border:1px solid #e0e0e0;
  background-color:#fff;
}
#detail_vignettes {
  float:none;
  width:auto;
  height:55px;
}

#detail_vignettes_conteneur {
  left:2px;
  height:50px;
}

.milieu_photo_min {
  width:65px;
  height:45px;
  margin-left:0px;
}

#milieu_description {
  width:auto;
}
#milieu_description_texte {
  width:auto;
}

#milieu_encart {
  float:none;
  width:auto;
  height:auto;
}
#milieu_encart_favoris, #milieu_encart_details, #milieu_encart_ami {
  float:none;
  height:20px;
}
#milieu_encart_details{
	background-image:url(../images/icon_plus_plein_mobile.svg);
  color:#C0362C;
}
#milieu_encart_details:hover{
	background-image:url(../images/icon_plus_plein_mobile.svg);
  color:#C0362C;
}

#milieu_encart_favoris{
	background-image:url(../images/icon_favoris_plein_mobile.svg);
  color:#C0362C;
}
#milieu_encart_favoris:hover{
	background-image:url(../images/icon_favoris_plein_mobile.svg);
  color:#C0362C;
}

#milieu_encart_ami{
	background-image:url(../images/icon_plus_plein_mobile.svg);
  color:#C0362C;
}
#milieu_encart_ami:hover{
	background-image:url(../images/icon_plus_plein_mobile.svg);
  color:#C0362C;

}


.affaire_details_trois_colonnes, .affaire_details_deux_colonnes {
  float:none;
  width:auto;
}

#milieu_encart_contact {
  display:none;
}



#milieu_contact {
  float:none;
  width:auto;
  background-color:#E0E0E0;
}

#milieu_contact_plan {
  width:auto;
  margin:10px;
}

#map_detail {
  width:100%;
}

#milieu_contact_titre {
  font-size:12px;
  text-align:center;
  height:auto;
}

.milieu_champs_texte_message {
  width:98%;
}

#milieu_contact_btn {
  margin:10px;
  float:right;
}

/** mon compte **/
#blocs_compte {
  display:block;
  margin:10px;
}
.bloc_connexion {
  width:auto;
  float:none;
  margin:10px 0;
}
.bloc_creation_compte {
  width:auto;
  float:none;
  margin:10px 0;
}

.bloc_favoris {
  width:auto;
  float:none;
  margin:10px;
  min-height:auto;
}
.bloc_coordonnees {
  width:auto;
  float:none;
  margin:10px;
}
.gros_bloc {
  width:auto;
}

.bloc_form_contact {
  width:auto;
  float:none;
  margin:10px;
}
.bloc_coordonnees_contact {
  width:auto;
  float:none;
  margin:10px;
}

.milieu_contact_texte {
  float:none;
  width:auto;
  margin:0;
}
.formInputChamp {
  float:none;
  width:auto;
  margin:5px 0 10px 0;
}

.formInputChamp .milieu_champs_texte {
    margin-top:0;
}

/*** alerte popin ***/
#alerte_popin {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(255,255,255,0.75);
	z-index: 9999999;
	display: none;
}

.alerte_popin_titre {

  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 10px; 
  font-family: 'Lato', Arial;
  font-size: 16px;
  font-weight: 700;
  color: #c0362c;   
}

#alerte_popin_content {
		position: relative;
		margin: 110px auto;
		width: 80%;
		padding: 30px;
		background-color: #FFF;
		box-shadow: 0 0 20px rgba(0,0,0,0.25);
    
    max-height:60%;
    overflow-y: auto;
    
    z-index:998;
}

#alerte_popin_fermer {
			position: absolute;
			top: 110px; 
      left: 88%;
      
			width: 20px;
			height: 20px;
      
      margin:5px;
      
			overflow: hidden;
			text-indent: -3000px;
			border: 0;
			outline: none;
			background: url("../images/close.png") no-repeat scroll;
      background-size:cover;
      cursor:pointer;
      
      z-index:999;
} 


/*** MAJ 31/01/2022 ***/
  
#_milieu_details_dpe {
    display:block;
}  
#_milieu_details {
    width:100%;
}
#_milieu_dpe {
    width:100%;
}</pre></body></html>