html {
}

#bodyAccueil {overflow:hidden;
}
.nav-glyphish-example .ui-btn .ui-btn-inner { padding-top: 40px !important; }
.nav-glyphish-example .ui-btn .ui-icon { width: 30px!important; height: 30px!important; margin-left: -15px !important; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
#bontonInfo .ui-icon { background:  url(design/todo.png) 50% 50% no-repeat; background-size: 24px 24px; }
#bontonCarte .ui-icon { background:url(design/compass.png) 50% 50% no-repeat; background-size: 24px 24px;  }
#bontonAnnonces .ui-icon { background:url(design/magnify.png) 50% 50% no-repeat; background-size: 24px 24px;  }


.ui-grid-b, .ui-grid-a{ /* c'est le tableau en jquery mobile*/
padding:0px
}
.ui-grid-a .ui-block-a{
width:30%;
}
.ui-grid-a .ui-block-b{
width:70%;
}
#colonneInfo {
background-color:#f4f3f0;
padding:10px;
}

#EmplacementDeMaCarte {
}


#annonces {
background-color:#f4f3f0;
overflow:hidden;
position:relative;
}

.titre_annonce{
height:50px;
}
.toutes_les_annonces {
position:absolute;
overflow-y:scroll;
top:50px;
width:100%;
bottom:30px;
}

.annonce {
width:95%;
}
.annonce:hover, .titre_annonce:hover {
background-color:#cccbc9;
}
.annonce td {
vertical-align:top;
}
.annonce span{
text-decoration:none;
font-weight:normal;
color:black;
}
.lien_annonce{
text-decoration:none;
}
.lien_annonce h3{
margin-top:0px
}
.petite_boite{
position:relative;
margin:3px;
display:inline-block;
height:130px;
width:300px;
background:url(petite_boite.png);
}

@media screen and (max-width: 641px){
#bodyAccueil {overflow:visible;
}

#colonneInfo,#colonneCarte,#colonneAnnonce{
width:100%;
float:none;
}
.ui-li-thumb{
 left: 1px;
    height: 150px; 
    width: 150px;
	 max-height: 150px; 
    max-width: 150px;
    position: absolute;
    top: 0;
}

#annonces {
overflow:visible;
position:static;
}

.toutes_les_annonces {
position:static;
overflow-y:visible;
}
}
@media screen and (min-width: 1200px){
#colonneInfo{width:25%;/* 300 px*/}
#colonneCarte{width:42%;}
.ui-grid-b .ui-block-c{width:33%;/* 400 px*/}
}
@media screen and (min-width: 1600px){
#colonneInfo{width:20%;/* 320 px*/}
#colonneCarte{width:55%;}
#colonneAnnonce{width:25%;/* 400 px*/}
}

/* <i class="fas fa-info picto_info" title=""></i> */
.picto_info {
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    cursor: help;
    border-radius: 100%;
    color: #6565ee;
    vertical-align: middle;
    font-size: 8px;
    border: 1px solid #6565ee;
    margin: 0 4px;
    background: white;
    text-align: center;
}
