@charset "utf-8";
/* CSS Document */

div.map { height: 420px; position: relative; }
div.map form.recmap { position: absolute; top: 5px; left: 5px; right: 5px; width: auto; background: none; border: none; padding: 0; margin: 0; }
div.map form.recmap > input[type=text] { padding: 2px 6px; border: 1px solid #aaa; width: 132px; box-sizing: border-box; transition: all .3s ease-in-out; }
div.map form.recmap > input[type=text]:focus { width: 100%; } 
div.map form.recmap > input[type=submit] { padding: 2px 10px; border: none; background: url(rech.png) no-repeat center; background-color: transparent !important; margin-left: -21px; }
div.map img.osm-bouton { position: absolute; left: 5px; opacity: 0.5; cursor: pointer; transition: all .3s ease-in-out; }
div.map img.osm-bouton:hover { opacity: 1; transform: scale(1.1); }
div.map img.osm-bouton.moins { bottom: 5px; }
div.map img.osm-bouton.plus { bottom: 37px; }
div.map img.osm-bouton.add { top: 64px; }
div.map img.osm-bouton.raz { top: 32px; }
div.map img.osm-bouton.invisible { display: none; }
div.map div.frmmap { position: absolute; bottom: 0px; left: 0px; width: 0px; height: 0px; opacity: 0; overflow: hidden; }
div.map div.frmmap > input[type=text] { width: 60px; } /* Pour tests */
div.infmap { background: #fff; padding: 10px; border-radius: 6px; box-shadow: 0 0 6px rgba(0,0,0,0.3); transition: opacity .3s ease-in-out; min-width: 160px; max-width: 320px; font-size: 12px; }
div.infmap div.infcrd { background: url(/img/front/picto-gps.png) no-repeat 0px 8px; padding: 10px 4px 0px 24px; margin-top: 6px; border-top: 2px dotted #ccc; color: #888; }

#osm-mwhmsg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.7); color: #fff; line-height: 420px; text-align: center; opacity: 0; }
#osm-mwhmsg > div { display: inline-block; max-width: 80%; margin: 0 auto; font-size: 20px; font-weight: 700; line-height: 36px; vertical-align: middle; }
#osm-mwhmsg > div > span { display: inline-block; line-height: normal; vertical-align: middle; }