/*
CSS for Google maps in WMF Store Locator
*/
.is-fullscreen {
  background-image: url("/assets/statics/map-fullscreen-close.svg") !important; }

.boutique-accessoire.section-search .search .input-append {
  display: block;
  position: relative;
  margin: 0 auto; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "wmf-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.boutique-accessoire.section-search .search button[type="submit"] .icon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media (min-width: 1442px) {
  .mapButton {
    width: calc(25% - 4px);
    display: block;
    height: 60px;
    margin-right: 4px;
    float: left;
    border: 0px solid white;
    background-color: #F1F2F3;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center; }
    .mapButton:hover {
      background-color: #f1f2f3d9; }
  .inputFieldDiv .boutique-accessoire.section-search .search .input-append {
    margin-bottom: 0 !important; }
  .inputFieldDiv .boutique-accessoire.section-search {
    margin-top: 4px;
    padding-right: 14px; }
  .inputFieldDiv .boutique-accessoire.section-search .search input[type=text] {
    height: 60px; }
  .inputFieldDiv .boutique-accessoire.section-search .search button[type=submit] {
    height: 20.65px; }
  .controlWrapper {
    background-color: none;
    border-style: solid;
    border-color: gray;
    border-width: 0px;
    cursor: pointer;
    text-align: center;
    margin: 10px;
    width: 340px;
    height: 120px; } }

@media (min-width: 1024px) and (max-width: 1441px) {
  .mapButton {
    width: calc(25% - 4px);
    display: block;
    height: 60px;
    margin-right: 4px;
    float: left;
    border: 0px solid white;
    background-color: #F1F2F3;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center; }
    .mapButton:hover {
      background-color: #f1f2f3d9; }
  .inputFieldDiv .boutique-accessoire.section-search .search input[type=text] {
    padding-left: 20px; }
  .inputFieldDiv .boutique-accessoire.section-search .search .input-append {
    margin-bottom: 0 !important; }
  .inputFieldDiv .boutique-accessoire.section-search {
    margin-top: 4px;
    padding-right: 14px; }
  .inputFieldDiv .boutique-accessoire.section-search .search input[type=text] {
    height: 60px; }
  .inputFieldDiv .boutique-accessoire.section-search .search button[type=submit] {
    height: 20.65px; }
  .controlWrapper {
    background-color: none;
    border-style: solid;
    border-color: gray;
    border-width: 0px;
    cursor: pointer;
    text-align: center;
    margin: 10px;
    width: 340px;
    height: 120px; }
  .section-search .row {
    margin-right: -10px !important; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .mapPosition,
  .fullscreen-control {
    display: none !important; }
  .mapButton {
    width: 50px;
    display: block;
    height: 50px;
    margin-right: 4px;
    float: left;
    border: 0px solid white;
    background-color: #F1F2F3;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center; }
    .mapButton:hover {
      background-color: #f1f2f3d9; }
  .zoomInButton {
    margin-left: 242px; }
  .controlWrapper {
    background-color: none;
    border-style: solid;
    border-color: gray;
    border-width: 0px;
    cursor: pointer;
    text-align: center;
    margin: 10px;
    width: 100%;
    height: 40px; }
  .boutique-accessoire.section-search .search {
    background: none; }
  .inputFieldDiv {
    position: absolute;
    top: 10px;
    left: -30px; }
  #banner-search2 {
    width: 282px; }
  .iphone .inputFieldDiv .search-query {
    padding-top: 10px; } }

@media (min-width: 320px) and (max-width: 599px) {
  .mapPosition,
  .fullscreen-control {
    display: none !important; }
  .iphone .inputFieldDiv .search-query {
    padding-top: 10px; }
  .mapButton {
    width: 50px;
    display: block;
    height: 50px;
    margin-right: 4px;
    float: left;
    border: 0px solid white;
    background-color: #F1F2F3;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center; }
    .mapButton:hover {
      background-color: #f1f2f3d9; }
  .zoomInButton {
    margin-left: 242px; }
  .controlWrapper {
    background-color: none;
    border-style: solid;
    border-color: gray;
    border-width: 0px;
    cursor: pointer;
    text-align: center;
    margin: 10px;
    width: 100%;
    height: 40px; }
  .boutique-accessoire.section-search .search {
    background: none; }
  .inputFieldDiv {
    position: absolute;
    top: 10px;
    left: 8px; } }

/*# sourceMappingURL=patch-maps.css.map */