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;
}

/* ========= Système de Toaster Global ========= */
.toaster-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 350px;
}

.toaster {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    padding: 16px 20px;
    border-left: 4px solid #28a745;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.toaster.show {
    opacity: 1;
    transform: translateX(0);
}

.toaster.success {
    border-left-color: #28a745;
}

.toaster.error {
    border-left-color: #dc3545;
}

.toaster.warning {
    border-left-color: #ffc107;
}

.toaster.info {
    border-left-color: #17a2b8;
}

.toaster-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.toaster-icon {
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.toaster.success .toaster-icon {
    color: #28a745;
}

.toaster.error .toaster-icon {
    color: #dc3545;
}

.toaster.warning .toaster-icon {
    color: #ffc107;
}

.toaster.info .toaster-icon {
    color: #17a2b8;
}

.toaster-message {
    flex: 1;
    color: #333;
    font-weight: 500;
}

.toaster-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.toaster-close:hover {
    color: #666;
}
