/*
Theme Name: Neighborhood Enfant par YM
Description: Theme enfant du theme Neighborhood. Vous pouvez desormais le personnaliser sans risquer de perdre vos modifications
Author: YM
Author URI: https://yoanmarchal.com
Template: neighborhood
Version: 1.0
*/

svg {
  height: 0;
  width: 0;
  display: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  pointer-events: none;
}

html {
  height: 100%;
}

.page-content {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.reloadBtn {
  border-radius: 50%;
  padding: 10px !important;
  position: absolute;
  right: 15px;
  top: 15px;
}

.reloadBtn svg {
  height: auto;
  width: auto;
  display: block;
}

#splash {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

#splash .view {
  text-align: center;
}

#splash .view .btn {
  margin-top: 30px;
}

.btn {
  text-transform: uppercase;
  font: 11px Arial, sans-serif;
  padding: 9px 12px;
}

.select-slider {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
}

.select-slider.active {
  visibility: visible;
}

#plateselected {
  position: absolute;
  bottom: 60px;
  left: 0;
  margin: 15px;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;

}

.jobFinished {
  height: 20%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#preview {
  position: relative;
  width: 100%;
  height: 70%;
}

#preview>div,
.glide__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plateSelector {
  position: relative;
  width: 100%;
  height: 70%;
}

.glide__wrapper {
  height: 100%;
}

.glide__track {
  margin: 0;
  padding: 0;
  height: 100%;
}

.glide__slide {
  height: 100%;
  opacity: 0;
  display: inline-block;
}

.glide__slide .info {
  padding: 2em;
  text-transform: uppercase;
  position: absolute;
  font-weight: 200;
}

.glide__slide .info .title {
  font-size: 1.3em;
}

.glide__slide.active {
  opacity: 1;
}

.glide__arrows {
  position: absolute;
}

.glide--horizontal .glide__arrows {
  top: 50%;
  width: 92%;
  margin-left: 4%;
}

.glide--vertical .glide__arrows {
  left: 50%;
  height: 88%;
  margin-top: 6%;
}

.glide__arrow {
  position: absolute;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  font: 11px Arial, sans-serif;
  padding: 9px 12px;
  background-color: #222;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-transition: border 300ms ease-in-out;
  transition: border 300ms ease-in-out;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide--horizontal .glide__arrow {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.glide--horizontal .glide__arrow.prev {
  left: 0;
}

.glide--horizontal .glide__arrow.next {
  right: 0;
}

.glide--vertical .glide__arrow {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.glide--vertical .glide__arrow.prev {
  top: 0;
}

.glide--vertical .glide__arrow.next {
  bottom: 0;
}

.glide__bullets {
  position: absolute;
  list-style: none;
}

.glide--horizontal .glide__bullets {
  bottom: 8%;
  left: 0;
  width: 100%;
  height: 12px;
  text-align: center;
}

.glide--vertical .glide__bullets {
  top: 50%;
  right: 8%;
  width: 12px;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.glide__bullets>* {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.glide--horizontal .glide__bullets>* {
  margin: 0 5px;
}

.glide--vertical .glide__bullets>* {
  vertical-align: middle;
}

.glide__bullets>*.active {
  background-color: white;
}

.glide__bullets>*:focus {
  outline: none;
}

.glide__bullets>*:hover,
.glide__bullets>*:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide--slider .glide__arrow {
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.glide--slider .glide__arrow.disabled {
  opacity: 0.33;
}

.actions {
  width: 100%;
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.actions>button.round {
  border-radius: 100%;
  padding: 10px;
  width: 50px;
}

.mentions {
  left: 0;
  right: 0;
  text-align: center;
  padding: 15px;
  bottom: 0;
  position: absolute;
}

/*
  .close_selectService {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    width: 45px;
    line-height: 1;
    border: none;
    color: #fff;
    font-weight: 400;
    height: 45px;
    text-transform: capitalize;
    margin: 2em;
    cursor: pointer;
  }
  */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}